Browse Source

Use svg icons for the country flags.

Closes #6223.
adaptive-webui-19844
sledgehammer999 7 years ago
parent
commit
52df71ad3a
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 8
      AUTHORS
  2. 2
      src/gui/guiiconprovider.cpp
  3. 2
      src/gui/optionsdlg.cpp
  4. 489
      src/icons.qrc
  5. BIN
      src/icons/flags/ad.png
  6. 151
      src/icons/flags/ad.svg
  7. BIN
      src/icons/flags/ae.png
  8. 6
      src/icons/flags/ae.svg
  9. BIN
      src/icons/flags/af.png
  10. 83
      src/icons/flags/af.svg
  11. BIN
      src/icons/flags/ag.png
  12. 15
      src/icons/flags/ag.svg
  13. BIN
      src/icons/flags/ai.png
  14. 767
      src/icons/flags/ai.svg
  15. BIN
      src/icons/flags/al.png
  16. 5
      src/icons/flags/al.svg
  17. BIN
      src/icons/flags/am.png
  18. 5
      src/icons/flags/am.svg
  19. BIN
      src/icons/flags/an.png
  20. BIN
      src/icons/flags/ao.png
  21. 13
      src/icons/flags/ao.svg
  22. 6
      src/icons/flags/aq.svg
  23. BIN
      src/icons/flags/ar.png
  24. 32
      src/icons/flags/ar.svg
  25. BIN
      src/icons/flags/as.png
  26. 33
      src/icons/flags/as.svg
  27. BIN
      src/icons/flags/at.png
  28. 6
      src/icons/flags/at.svg
  29. BIN
      src/icons/flags/au.png
  30. 9
      src/icons/flags/au.svg
  31. BIN
      src/icons/flags/aw.png
  32. 186
      src/icons/flags/aw.svg
  33. BIN
      src/icons/flags/ax.png
  34. 18
      src/icons/flags/ax.svg
  35. BIN
      src/icons/flags/az.png
  36. 8
      src/icons/flags/az.svg
  37. BIN
      src/icons/flags/ba.png
  38. 12
      src/icons/flags/ba.svg
  39. BIN
      src/icons/flags/bb.png
  40. 6
      src/icons/flags/bb.svg
  41. BIN
      src/icons/flags/bd.png
  42. 4
      src/icons/flags/bd.svg
  43. BIN
      src/icons/flags/be.png
  44. 7
      src/icons/flags/be.svg
  45. BIN
      src/icons/flags/bf.png
  46. 7
      src/icons/flags/bf.svg
  47. BIN
      src/icons/flags/bg.png
  48. 7
      src/icons/flags/bg.svg
  49. BIN
      src/icons/flags/bh.png
  50. 11
      src/icons/flags/bh.svg
  51. BIN
      src/icons/flags/bi.png
  52. 15
      src/icons/flags/bi.svg
  53. BIN
      src/icons/flags/bj.png
  54. 14
      src/icons/flags/bj.svg
  55. 7
      src/icons/flags/bl.svg
  56. BIN
      src/icons/flags/bm.png
  57. 99
      src/icons/flags/bm.svg
  58. BIN
      src/icons/flags/bn.png
  59. 36
      src/icons/flags/bn.svg
  60. BIN
      src/icons/flags/bo.png
  61. 686
      src/icons/flags/bo.svg
  62. 5
      src/icons/flags/bq.svg
  63. BIN
      src/icons/flags/br.png
  64. 45
      src/icons/flags/br.svg
  65. BIN
      src/icons/flags/bs.png
  66. 13
      src/icons/flags/bs.svg
  67. BIN
      src/icons/flags/bt.png
  68. 89
      src/icons/flags/bt.svg
  69. BIN
      src/icons/flags/bv.png
  70. 13
      src/icons/flags/bv.svg
  71. BIN
      src/icons/flags/bw.png
  72. 7
      src/icons/flags/bw.svg
  73. BIN
      src/icons/flags/by.png
  74. 61
      src/icons/flags/by.svg
  75. BIN
      src/icons/flags/bz.png
  76. 146
      src/icons/flags/bz.svg
  77. BIN
      src/icons/flags/ca.png
  78. 4
      src/icons/flags/ca.svg
  79. BIN
      src/icons/flags/cc.png
  80. 19
      src/icons/flags/cc.svg
  81. BIN
      src/icons/flags/cd.png
  82. 5
      src/icons/flags/cd.svg
  83. BIN
      src/icons/flags/cf.png
  84. 15
      src/icons/flags/cf.svg
  85. BIN
      src/icons/flags/cg.png
  86. 12
      src/icons/flags/cg.svg
  87. BIN
      src/icons/flags/ch.png
  88. 9
      src/icons/flags/ch.svg
  89. BIN
      src/icons/flags/ci.png
  90. 7
      src/icons/flags/ci.svg
  91. BIN
      src/icons/flags/ck.png
  92. 9
      src/icons/flags/ck.svg
  93. BIN
      src/icons/flags/cl.png
  94. 13
      src/icons/flags/cl.svg
  95. BIN
      src/icons/flags/cm.png
  96. 15
      src/icons/flags/cm.svg
  97. BIN
      src/icons/flags/cn.png
  98. 11
      src/icons/flags/cn.svg
  99. BIN
      src/icons/flags/co.png
  100. 7
      src/icons/flags/co.svg
  101. Some files were not shown because too many files have changed in this diff Show More

8
AUTHORS

@ -44,10 +44,10 @@ Images Authors: @@ -44,10 +44,10 @@ Images Authors:
license: LGPL
url: http://www.oxygen-icons.org
* files: src/icons/flags/*.png
copyright: Mark James <mjames@gmail.com>
license: Public Domain
url: http://www.famfamfam.com
* files: src/icons/flags/*.svg
copyright: lipis/flag-icon-css
license: MIT
url: https://github.com/lipis/flag-icon-css/
* files: src/icons/skin/*.png
files: src/menuicons/YYxYY/*.png

2
src/gui/guiiconprovider.cpp

@ -80,7 +80,7 @@ QIcon GuiIconProvider::getIcon(const QString &iconId, const QString &fallback) @@ -80,7 +80,7 @@ QIcon GuiIconProvider::getIcon(const QString &iconId, const QString &fallback)
QIcon GuiIconProvider::getFlagIcon(const QString &countryIsoCode)
{
if (countryIsoCode.isEmpty()) return QIcon();
return QIcon(":/icons/flags/" + countryIsoCode.toLower() + ".png");
return QIcon(":/icons/flags/" + countryIsoCode.toLower() + ".svg");
}
// Makes sure the icon is at least available in 16px and 24px size

2
src/gui/optionsdlg.cpp

@ -414,7 +414,7 @@ void OptionsDialog::initializeLanguageCombo() @@ -414,7 +414,7 @@ void OptionsDialog::initializeLanguageCombo()
QLocale locale(localeStr);
languageName = languageToLocalizedString(locale);
}
m_ui->comboI18n->addItem(/*QIcon(":/icons/flags/"+country+".png"), */ languageName, localeStr);
m_ui->comboI18n->addItem(/*QIcon(":/icons/flags/"+country+".svg"), */ languageName, localeStr);
qDebug() << "Supported locale:" << localeStr;
}
}

489
src/icons.qrc

@ -1,247 +1,254 @@ @@ -1,247 +1,254 @@
<RCC>
<qresource prefix="/">
<file>icons/3-state-checkbox.gif</file>
<file>icons/flags/ad.png</file>
<file>icons/flags/ae.png</file>
<file>icons/flags/af.png</file>
<file>icons/flags/ag.png</file>
<file>icons/flags/ai.png</file>
<file>icons/flags/al.png</file>
<file>icons/flags/am.png</file>
<file>icons/flags/an.png</file>
<file>icons/flags/ao.png</file>
<file>icons/flags/ar.png</file>
<file>icons/flags/as.png</file>
<file>icons/flags/at.png</file>
<file>icons/flags/au.png</file>
<file>icons/flags/aw.png</file>
<file>icons/flags/ax.png</file>
<file>icons/flags/az.png</file>
<file>icons/flags/ba.png</file>
<file>icons/flags/bb.png</file>
<file>icons/flags/bd.png</file>
<file>icons/flags/be.png</file>
<file>icons/flags/bf.png</file>
<file>icons/flags/bg.png</file>
<file>icons/flags/bh.png</file>
<file>icons/flags/bi.png</file>
<file>icons/flags/bj.png</file>
<file>icons/flags/bm.png</file>
<file>icons/flags/bn.png</file>
<file>icons/flags/bo.png</file>
<file>icons/flags/br.png</file>
<file>icons/flags/bs.png</file>
<file>icons/flags/bt.png</file>
<file>icons/flags/bv.png</file>
<file>icons/flags/bw.png</file>
<file>icons/flags/by.png</file>
<file>icons/flags/bz.png</file>
<file>icons/flags/ca.png</file>
<file>icons/flags/cc.png</file>
<file>icons/flags/cd.png</file>
<file>icons/flags/cf.png</file>
<file>icons/flags/cg.png</file>
<file>icons/flags/ch.png</file>
<file>icons/flags/ci.png</file>
<file>icons/flags/ck.png</file>
<file>icons/flags/cl.png</file>
<file>icons/flags/cm.png</file>
<file>icons/flags/cn.png</file>
<file>icons/flags/co.png</file>
<file>icons/flags/cr.png</file>
<file>icons/flags/cs.png</file>
<file>icons/flags/cu.png</file>
<file>icons/flags/cv.png</file>
<file>icons/flags/cx.png</file>
<file>icons/flags/cy.png</file>
<file>icons/flags/cz.png</file>
<file>icons/flags/de.png</file>
<file>icons/flags/dj.png</file>
<file>icons/flags/dk.png</file>
<file>icons/flags/dm.png</file>
<file>icons/flags/do.png</file>
<file>icons/flags/dz.png</file>
<file>icons/flags/ec.png</file>
<file>icons/flags/ee.png</file>
<file>icons/flags/eg.png</file>
<file>icons/flags/eh.png</file>
<file>icons/flags/er.png</file>
<file>icons/flags/es.png</file>
<file>icons/flags/et.png</file>
<file>icons/flags/fi.png</file>
<file>icons/flags/fj.png</file>
<file>icons/flags/fk.png</file>
<file>icons/flags/fm.png</file>
<file>icons/flags/fo.png</file>
<file>icons/flags/fr.png</file>
<file>icons/flags/ga.png</file>
<file>icons/flags/gb.png</file>
<file>icons/flags/gd.png</file>
<file>icons/flags/ge.png</file>
<file>icons/flags/gf.png</file>
<file>icons/flags/gh.png</file>
<file>icons/flags/gi.png</file>
<file>icons/flags/gl.png</file>
<file>icons/flags/gm.png</file>
<file>icons/flags/gn.png</file>
<file>icons/flags/gp.png</file>
<file>icons/flags/gq.png</file>
<file>icons/flags/gr.png</file>
<file>icons/flags/gs.png</file>
<file>icons/flags/gt.png</file>
<file>icons/flags/gu.png</file>
<file>icons/flags/gw.png</file>
<file>icons/flags/gy.png</file>
<file>icons/flags/hk.png</file>
<file>icons/flags/hm.png</file>
<file>icons/flags/hn.png</file>
<file>icons/flags/hr.png</file>
<file>icons/flags/ht.png</file>
<file>icons/flags/hu.png</file>
<file>icons/flags/id.png</file>
<file>icons/flags/ie.png</file>
<file>icons/flags/il.png</file>
<file>icons/flags/in.png</file>
<file>icons/flags/io.png</file>
<file>icons/flags/iq.png</file>
<file>icons/flags/ir.png</file>
<file>icons/flags/is.png</file>
<file>icons/flags/it.png</file>
<file>icons/flags/jm.png</file>
<file>icons/flags/jo.png</file>
<file>icons/flags/jp.png</file>
<file>icons/flags/ke.png</file>
<file>icons/flags/kg.png</file>
<file>icons/flags/kh.png</file>
<file>icons/flags/ki.png</file>
<file>icons/flags/km.png</file>
<file>icons/flags/kn.png</file>
<file>icons/flags/kp.png</file>
<file>icons/flags/kr.png</file>
<file>icons/flags/kw.png</file>
<file>icons/flags/ky.png</file>
<file>icons/flags/kz.png</file>
<file>icons/flags/la.png</file>
<file>icons/flags/lb.png</file>
<file>icons/flags/lc.png</file>
<file>icons/flags/li.png</file>
<file>icons/flags/lk.png</file>
<file>icons/flags/lr.png</file>
<file>icons/flags/ls.png</file>
<file>icons/flags/lt.png</file>
<file>icons/flags/lu.png</file>
<file>icons/flags/lv.png</file>
<file>icons/flags/ly.png</file>
<file>icons/flags/ma.png</file>
<file>icons/flags/mc.png</file>
<file>icons/flags/md.png</file>
<file>icons/flags/me.png</file>
<file>icons/flags/mg.png</file>
<file>icons/flags/mh.png</file>
<file>icons/flags/mk.png</file>
<file>icons/flags/ml.png</file>
<file>icons/flags/mm.png</file>
<file>icons/flags/mn.png</file>
<file>icons/flags/mo.png</file>
<file>icons/flags/mp.png</file>
<file>icons/flags/mq.png</file>
<file>icons/flags/mr.png</file>
<file>icons/flags/ms.png</file>
<file>icons/flags/mt.png</file>
<file>icons/flags/mu.png</file>
<file>icons/flags/mv.png</file>
<file>icons/flags/mw.png</file>
<file>icons/flags/mx.png</file>
<file>icons/flags/my.png</file>
<file>icons/flags/mz.png</file>
<file>icons/flags/na.png</file>
<file>icons/flags/nc.png</file>
<file>icons/flags/ne.png</file>
<file>icons/flags/nf.png</file>
<file>icons/flags/ng.png</file>
<file>icons/flags/ni.png</file>
<file>icons/flags/nl.png</file>
<file>icons/flags/no.png</file>
<file>icons/flags/np.png</file>
<file>icons/flags/nr.png</file>
<file>icons/flags/nu.png</file>
<file>icons/flags/nz.png</file>
<file>icons/flags/om.png</file>
<file>icons/flags/pa.png</file>
<file>icons/flags/pe.png</file>
<file>icons/flags/pf.png</file>
<file>icons/flags/pg.png</file>
<file>icons/flags/ph.png</file>
<file>icons/flags/pk.png</file>
<file>icons/flags/pl.png</file>
<file>icons/flags/pm.png</file>
<file>icons/flags/pn.png</file>
<file>icons/flags/pr.png</file>
<file>icons/flags/ps.png</file>
<file>icons/flags/pt.png</file>
<file>icons/flags/pw.png</file>
<file>icons/flags/py.png</file>
<file>icons/flags/qa.png</file>
<file>icons/flags/re.png</file>
<file>icons/flags/ro.png</file>
<file>icons/flags/rs.png</file>
<file>icons/flags/ru.png</file>
<file>icons/flags/rw.png</file>
<file>icons/flags/sa.png</file>
<file>icons/flags/sb.png</file>
<file>icons/flags/sc.png</file>
<file>icons/flags/sd.png</file>
<file>icons/flags/se.png</file>
<file>icons/flags/sg.png</file>
<file>icons/flags/sh.png</file>
<file>icons/flags/si.png</file>
<file>icons/flags/sj.png</file>
<file>icons/flags/sk.png</file>
<file>icons/flags/sl.png</file>
<file>icons/flags/sm.png</file>
<file>icons/flags/sn.png</file>
<file>icons/flags/so.png</file>
<file>icons/flags/sr.png</file>
<file>icons/flags/st.png</file>
<file>icons/flags/sv.png</file>
<file>icons/flags/sy.png</file>
<file>icons/flags/sz.png</file>
<file>icons/flags/tc.png</file>
<file>icons/flags/td.png</file>
<file>icons/flags/tf.png</file>
<file>icons/flags/tg.png</file>
<file>icons/flags/th.png</file>
<file>icons/flags/tj.png</file>
<file>icons/flags/tk.png</file>
<file>icons/flags/tl.png</file>
<file>icons/flags/tm.png</file>
<file>icons/flags/tn.png</file>
<file>icons/flags/to.png</file>
<file>icons/flags/tr.png</file>
<file>icons/flags/tt.png</file>
<file>icons/flags/tv.png</file>
<file>icons/flags/tw.png</file>
<file>icons/flags/tz.png</file>
<file>icons/flags/ua.png</file>
<file>icons/flags/ug.png</file>
<file>icons/flags/um.png</file>
<file>icons/flags/us.png</file>
<file>icons/flags/uy.png</file>
<file>icons/flags/uz.png</file>
<file>icons/flags/va.png</file>
<file>icons/flags/vc.png</file>
<file>icons/flags/ve.png</file>
<file>icons/flags/vg.png</file>
<file>icons/flags/vi.png</file>
<file>icons/flags/vn.png</file>
<file>icons/flags/vu.png</file>
<file>icons/flags/wf.png</file>
<file>icons/flags/ws.png</file>
<file>icons/flags/ye.png</file>
<file>icons/flags/yt.png</file>
<file>icons/flags/za.png</file>
<file>icons/flags/zm.png</file>
<file>icons/flags/zw.png</file>
<file>icons/flags/ad.svg</file>
<file>icons/flags/ae.svg</file>
<file>icons/flags/af.svg</file>
<file>icons/flags/ag.svg</file>
<file>icons/flags/ai.svg</file>
<file>icons/flags/al.svg</file>
<file>icons/flags/am.svg</file>
<file>icons/flags/ao.svg</file>
<file>icons/flags/aq.svg</file>
<file>icons/flags/ar.svg</file>
<file>icons/flags/as.svg</file>
<file>icons/flags/at.svg</file>
<file>icons/flags/au.svg</file>
<file>icons/flags/aw.svg</file>
<file>icons/flags/ax.svg</file>
<file>icons/flags/az.svg</file>
<file>icons/flags/ba.svg</file>
<file>icons/flags/bb.svg</file>
<file>icons/flags/bd.svg</file>
<file>icons/flags/be.svg</file>
<file>icons/flags/bf.svg</file>
<file>icons/flags/bg.svg</file>
<file>icons/flags/bh.svg</file>
<file>icons/flags/bi.svg</file>
<file>icons/flags/bj.svg</file>
<file>icons/flags/bl.svg</file>
<file>icons/flags/bm.svg</file>
<file>icons/flags/bn.svg</file>
<file>icons/flags/bo.svg</file>
<file>icons/flags/bq.svg</file>
<file>icons/flags/br.svg</file>
<file>icons/flags/bs.svg</file>
<file>icons/flags/bt.svg</file>
<file>icons/flags/bv.svg</file>
<file>icons/flags/bw.svg</file>
<file>icons/flags/by.svg</file>
<file>icons/flags/bz.svg</file>
<file>icons/flags/ca.svg</file>
<file>icons/flags/cc.svg</file>
<file>icons/flags/cd.svg</file>
<file>icons/flags/cf.svg</file>
<file>icons/flags/cg.svg</file>
<file>icons/flags/ch.svg</file>
<file>icons/flags/ci.svg</file>
<file>icons/flags/ck.svg</file>
<file>icons/flags/cl.svg</file>
<file>icons/flags/cm.svg</file>
<file>icons/flags/cn.svg</file>
<file>icons/flags/co.svg</file>
<file>icons/flags/cr.svg</file>
<file>icons/flags/cu.svg</file>
<file>icons/flags/cv.svg</file>
<file>icons/flags/cw.svg</file>
<file>icons/flags/cx.svg</file>
<file>icons/flags/cy.svg</file>
<file>icons/flags/cz.svg</file>
<file>icons/flags/de.svg</file>
<file>icons/flags/dj.svg</file>
<file>icons/flags/dk.svg</file>
<file>icons/flags/dm.svg</file>
<file>icons/flags/do.svg</file>
<file>icons/flags/dz.svg</file>
<file>icons/flags/ec.svg</file>
<file>icons/flags/ee.svg</file>
<file>icons/flags/eg.svg</file>
<file>icons/flags/eh.svg</file>
<file>icons/flags/er.svg</file>
<file>icons/flags/es.svg</file>
<file>icons/flags/et.svg</file>
<file>icons/flags/fi.svg</file>
<file>icons/flags/fj.svg</file>
<file>icons/flags/fk.svg</file>
<file>icons/flags/fm.svg</file>
<file>icons/flags/fo.svg</file>
<file>icons/flags/fr.svg</file>
<file>icons/flags/ga.svg</file>
<file>icons/flags/gb.svg</file>
<file>icons/flags/gd.svg</file>
<file>icons/flags/ge.svg</file>
<file>icons/flags/gf.svg</file>
<file>icons/flags/gg.svg</file>
<file>icons/flags/gh.svg</file>
<file>icons/flags/gi.svg</file>
<file>icons/flags/gl.svg</file>
<file>icons/flags/gm.svg</file>
<file>icons/flags/gn.svg</file>
<file>icons/flags/gp.svg</file>
<file>icons/flags/gq.svg</file>
<file>icons/flags/gr.svg</file>
<file>icons/flags/gs.svg</file>
<file>icons/flags/gt.svg</file>
<file>icons/flags/gu.svg</file>
<file>icons/flags/gw.svg</file>
<file>icons/flags/gy.svg</file>
<file>icons/flags/hk.svg</file>
<file>icons/flags/hm.svg</file>
<file>icons/flags/hn.svg</file>
<file>icons/flags/hr.svg</file>
<file>icons/flags/ht.svg</file>
<file>icons/flags/hu.svg</file>
<file>icons/flags/id.svg</file>
<file>icons/flags/ie.svg</file>
<file>icons/flags/il.svg</file>
<file>icons/flags/im.svg</file>
<file>icons/flags/in.svg</file>
<file>icons/flags/io.svg</file>
<file>icons/flags/iq.svg</file>
<file>icons/flags/ir.svg</file>
<file>icons/flags/is.svg</file>
<file>icons/flags/it.svg</file>
<file>icons/flags/je.svg</file>
<file>icons/flags/jm.svg</file>
<file>icons/flags/jo.svg</file>
<file>icons/flags/jp.svg</file>
<file>icons/flags/ke.svg</file>
<file>icons/flags/kg.svg</file>
<file>icons/flags/kh.svg</file>
<file>icons/flags/ki.svg</file>
<file>icons/flags/km.svg</file>
<file>icons/flags/kn.svg</file>
<file>icons/flags/kp.svg</file>
<file>icons/flags/kr.svg</file>
<file>icons/flags/kw.svg</file>
<file>icons/flags/ky.svg</file>
<file>icons/flags/kz.svg</file>
<file>icons/flags/la.svg</file>
<file>icons/flags/lb.svg</file>
<file>icons/flags/lc.svg</file>
<file>icons/flags/li.svg</file>
<file>icons/flags/lk.svg</file>
<file>icons/flags/lr.svg</file>
<file>icons/flags/ls.svg</file>
<file>icons/flags/lt.svg</file>
<file>icons/flags/lu.svg</file>
<file>icons/flags/lv.svg</file>
<file>icons/flags/ly.svg</file>
<file>icons/flags/ma.svg</file>
<file>icons/flags/mc.svg</file>
<file>icons/flags/md.svg</file>
<file>icons/flags/me.svg</file>
<file>icons/flags/mg.svg</file>
<file>icons/flags/mh.svg</file>
<file>icons/flags/mk.svg</file>
<file>icons/flags/ml.svg</file>
<file>icons/flags/mm.svg</file>
<file>icons/flags/mn.svg</file>
<file>icons/flags/mo.svg</file>
<file>icons/flags/mp.svg</file>
<file>icons/flags/mq.svg</file>
<file>icons/flags/mr.svg</file>
<file>icons/flags/ms.svg</file>
<file>icons/flags/mt.svg</file>
<file>icons/flags/mu.svg</file>
<file>icons/flags/mv.svg</file>
<file>icons/flags/mw.svg</file>
<file>icons/flags/mx.svg</file>
<file>icons/flags/my.svg</file>
<file>icons/flags/mz.svg</file>
<file>icons/flags/na.svg</file>
<file>icons/flags/nc.svg</file>
<file>icons/flags/ne.svg</file>
<file>icons/flags/nf.svg</file>
<file>icons/flags/ng.svg</file>
<file>icons/flags/ni.svg</file>
<file>icons/flags/nl.svg</file>
<file>icons/flags/no.svg</file>
<file>icons/flags/np.svg</file>
<file>icons/flags/nr.svg</file>
<file>icons/flags/nu.svg</file>
<file>icons/flags/nz.svg</file>
<file>icons/flags/om.svg</file>
<file>icons/flags/pa.svg</file>
<file>icons/flags/pe.svg</file>
<file>icons/flags/pf.svg</file>
<file>icons/flags/pg.svg</file>
<file>icons/flags/ph.svg</file>
<file>icons/flags/pk.svg</file>
<file>icons/flags/pl.svg</file>
<file>icons/flags/pm.svg</file>
<file>icons/flags/pn.svg</file>
<file>icons/flags/pr.svg</file>
<file>icons/flags/ps.svg</file>
<file>icons/flags/pt.svg</file>
<file>icons/flags/pw.svg</file>
<file>icons/flags/py.svg</file>
<file>icons/flags/qa.svg</file>
<file>icons/flags/re.svg</file>
<file>icons/flags/ro.svg</file>
<file>icons/flags/rs.svg</file>
<file>icons/flags/ru.svg</file>
<file>icons/flags/rw.svg</file>
<file>icons/flags/sa.svg</file>
<file>icons/flags/sb.svg</file>
<file>icons/flags/sc.svg</file>
<file>icons/flags/sd.svg</file>
<file>icons/flags/se.svg</file>
<file>icons/flags/sg.svg</file>
<file>icons/flags/sh.svg</file>
<file>icons/flags/si.svg</file>
<file>icons/flags/sj.svg</file>
<file>icons/flags/sk.svg</file>
<file>icons/flags/sl.svg</file>
<file>icons/flags/sm.svg</file>
<file>icons/flags/sn.svg</file>
<file>icons/flags/so.svg</file>
<file>icons/flags/sr.svg</file>
<file>icons/flags/ss.svg</file>
<file>icons/flags/st.svg</file>
<file>icons/flags/sv.svg</file>
<file>icons/flags/sx.svg</file>
<file>icons/flags/sy.svg</file>
<file>icons/flags/sz.svg</file>
<file>icons/flags/tc.svg</file>
<file>icons/flags/td.svg</file>
<file>icons/flags/tf.svg</file>
<file>icons/flags/tg.svg</file>
<file>icons/flags/th.svg</file>
<file>icons/flags/tj.svg</file>
<file>icons/flags/tk.svg</file>
<file>icons/flags/tl.svg</file>
<file>icons/flags/tm.svg</file>
<file>icons/flags/tn.svg</file>
<file>icons/flags/to.svg</file>
<file>icons/flags/tr.svg</file>
<file>icons/flags/tt.svg</file>
<file>icons/flags/tv.svg</file>
<file>icons/flags/tw.svg</file>
<file>icons/flags/tz.svg</file>
<file>icons/flags/ua.svg</file>
<file>icons/flags/ug.svg</file>
<file>icons/flags/um.svg</file>
<file>icons/flags/us.svg</file>
<file>icons/flags/uy.svg</file>
<file>icons/flags/uz.svg</file>
<file>icons/flags/va.svg</file>
<file>icons/flags/vc.svg</file>
<file>icons/flags/ve.svg</file>
<file>icons/flags/vg.svg</file>
<file>icons/flags/vi.svg</file>
<file>icons/flags/vn.svg</file>
<file>icons/flags/vu.svg</file>
<file>icons/flags/wf.svg</file>
<file>icons/flags/ws.svg</file>
<file>icons/flags/ye.svg</file>
<file>icons/flags/yt.svg</file>
<file>icons/flags/za.svg</file>
<file>icons/flags/zm.svg</file>
<file>icons/flags/zw.svg</file>
<file>icons/L.gif</file>
<file>icons/loading.png</file>
<file>icons/qbittorrent.png</file>

BIN
src/icons/flags/ad.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 B

151
src/icons/flags/ad.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 55 KiB

BIN
src/icons/flags/ae.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

6
src/icons/flags/ae.svg

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path fill="#00732f" d="M0 0h640v160H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<path d="M0 320h640v160H0z"/>
<path fill="red" d="M0 0h220v480H0z"/>
</svg>

After

Width:  |  Height:  |  Size: 257 B

BIN
src/icons/flags/af.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

83
src/icons/flags/af.svg

@ -0,0 +1,83 @@ @@ -0,0 +1,83 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<g fill-rule="evenodd" stroke-width="1pt">
<path d="M0 0h640v480H0z"/>
<path d="M426.662 0H640v480H426.662z" fill="#090"/>
<path d="M213.336 0h213.34v480h-213.34z" fill="#bf0000"/>
</g>
<g transform="translate(.961 27.311) scale(1.06346)" fill="#fff" fill-rule="evenodd" stroke="#bd6b00" stroke-width=".5">
<path d="M319.5 225.84l8.354.001c.031 3.157 1.881 6.549 4.48 8.493h-16.008c2.505-2.271 3.19-4.963 3.174-8.494z"/>
<path d="M266.71 178.53l4.574 5.04 56.934.093 4.668-5.04-14.56-.186-7.094-4.947-22.868-.093-6.627 5.133H266.71z" stroke="none"/>
<path d="M290.02 172.74l19.66-.02c2.662-1.408 3.492-5.902 3.479-8.416-.037-7.429-5.233-10.991-10.447-11.18-.781-.04-1.688-.648-1.895-1.36-.514-1.613-.381-2.641-.944-2.584-.5-.007-.353.94-.799 2.453-.245.752-1.09 1.494-1.934 1.537-6.49.324-10.676 5.062-10.513 11.134.11 4.015.577 6.413 3.393 8.437z"/>
<path d="M257.66 242.83h84.469l-7.56-6.16H265.22l-7.56 6.16z" stroke="none"/>
<path d="M296.39 219.69l1.54 4.62h3.499l-2.799-4.621h-2.24zm-1.96 4.62l.887 4.573 4.106.046-1.493-4.62h-3.5zm6.953.046l2.847 4.527h5.834l-4.573-4.575-4.107.048zm-34.44 10.36c3.095-2.878 5.07-5.335 5.086-8.866h7.56c.015 1.976.73 3.157 1.82 3.08l7.654-.047-.046-4.527h-5.554l-.001-24.688c-.202-8.726 10.609-13.813 15.028-13.767l-26.275-.046v-.793h55.255l.047.793-26.647.046c7.902.016 15.524 7.5 15.587 13.815v7h-1.028l-.046-6.906c0-6.908-8.7-13.363-15.681-13.161-6.037.173-15.4 5.927-15.307 13.115v2.146l14.327.094-.14 2.472 2.25 1.436 4.486 1.43-.065 3.71 3.213.947.028 3.706 3.855 1.654v3.836l2.445 1.507-.112 3.895 3.314 2.333h-7.84l4.9 5.46h-7.234l-3.594-5.46h-4.76l2.147 5.413-5.085-.046-1.215-5.367h-6.206l.046 5.786h-22.214zm22.168-14.98v4.572h5.32l-1.075-4.573h-4.245z"/>
<path fill="none" d="M289.39 211.66h3.313v7.607h-3.313z"/>
<path d="M284.71 219.8h3.234l-.02-5.597c-.042-2.433 2.142-4.885 3.187-4.967 1.159-.044 2.867 2.297 2.924 4.776l.047 5.806 3.43-.007v-14.41l-12.802.067V219.8zm25.59 3.34h4.014v3.127H310.3zm-2.38-5.37h4.014v3.127h-4.014zm-3.87-5.37h4.014v3.127h-4.014zm-3.31-4.52h4.014v3.127h-4.014z" fill="none"/>
<path d="M298.08 219.82l4.106.14 7.327 6.487v-3.827l-2.473-1.773v-3.034l-3.594-2.052v-3.268l-3.5-1.166v-4.434l-1.774-1.447-.092 14.374z" fill="none"/>
<path d="M315.43 210.35h.98v7.047h-.98z"/>
<g id="a">
<path d="M257.32 186.53c-1.234-1.982-2.712 2.749-7.788 6.27-2.363 1.609-4.009 5.894-4.025 8.713-.077 1.937.216 3.868 0 5.741-.137 1.186-1.372 3.816-.527 4.489 2.234 1.66 5.126 5.43 6.467 6.731 1.16 1.017 2.165-5.248 3.036-8.051.933-3.005.515-6.596 3.102-9.372 1.834-1.875 6.46-3.72 5.94-4.554l-6.205-9.967z"/>
<path d="M257.06 201.88a10.09 10.09 0 0 0-1.656-2.594c-.699-.792-1.525-1.457-2.438-1.781-.881-.325-1.779-.751-2.406-1.531a3.645 3.645 0 0 1-.719-1.469c-.124-.544-.123-1.21-.03-1.969-.11.08-.169.172-.282.25-2.363 1.608-4.016 5.9-4.031 8.719a28.487 28.487 0 0 0 0 2.313c.175.485.343.955.593 1.25.326.383.714.636 1.125.812.824.352 1.775.425 2.657.75.912.324 1.851 1.058 2.656 1.938a10.51 10.51 0 0 1 1.75 2.656c.066-.243.154-.604.219-.813.845-2.721.697-5.889 2.562-8.531z" fill="#bf0000"/>
<path d="M249.82 192.39c-.484 3.356 1.385 4.473 3.148 5.123 1.825.648 3.322 2.606 4.093 4.378M245.3 203.44c.77 2.893 2.798 2.531 4.561 3.181 1.826.649 3.745 2.957 4.516 4.729" fill="none"/>
<path d="M255.61 184.48l.925-.594 17.752 29.898-.924.594-17.753-29.898z"/>
<path d="M257.52 183.29a2.046 2.046 0 1 1-4.092 0 2.046 2.046 0 1 1 4.092 0zm15.18-24.02h7.194v1.65H272.7zm0 3.13h7.194v13.784H272.7zm-.44-5.01l7.98.047c.312-2.706-2.39-5.63-3.966-5.6-1.56.076-4.076 2.956-4.014 5.553z"/>
<path d="M292.62 155.76c-1.521.64-2.688 2.377-3.406 4.375-.719 1.998-.992 4.267-.656 6.094v.031c.127.63.3 1.083.5 1.406.199.324.422.514.687.563.265.049.514-.093.656-.313.143-.22.212-.509.188-.844-.144-1.878-.135-3.732.312-5.406.448-1.674 1.338-3.164 2.97-4.375.294-.216.463-.463.5-.719.035-.255-.1-.474-.282-.625-.364-.301-.938-.407-1.469-.187zm.156.438c.37-.154.842-.064 1.031.093.095.079.106.133.094.219-.012.086-.077.234-.312.406-1.713 1.272-2.657 2.872-3.125 4.625-.47 1.754-.459 3.66-.313 5.563a.927.927 0 0 1-.125.562c-.07.108-.107.14-.187.125-.081-.015-.248-.117-.407-.375-.158-.257-.317-.656-.437-1.25-.315-1.714-.037-3.947.656-5.875.694-1.927 1.803-3.538 3.125-4.094z" fill="#bd6b00" stroke="none"/>
<path d="M295.19 157.73c-1.52.639-2.501 2.292-3.031 4.188-.53 1.895-.614 4.065-.281 5.874.26 1.284.934 1.962 1.593 2.063.33.05.648-.08.844-.344.196-.264.26-.619.156-1.062-.372-1.498-.515-3.366-.25-5.063.266-1.696.94-3.211 2.22-4.125.295-.215.463-.463.5-.719.035-.255-.1-.505-.282-.656-.364-.302-.937-.376-1.469-.156zm.188.438c.37-.154.81-.064 1 .093.094.079.137.134.125.219-.012.085-.109.235-.344.406-1.412 1.009-2.129 2.664-2.406 4.438-.278 1.773-.105 3.664.28 5.218.083.354.001.592-.093.72-.094.127-.214.185-.406.155-.384-.059-.983-.554-1.219-1.718-.318-1.732-.227-3.868.281-5.688.509-1.82 1.457-3.287 2.781-3.844z" fill="#bd6b00" stroke="none"/>
<path d="M272.31 187.39h8.027v11.107h-8.027zm.47 17.46h7.747v2.333h-7.747zm-.19 4.1h7.933v8.68h-7.933zm-.56 10.46h8.68v4.853h-8.68zm1.07-16.65h6.995l1.387-2.31h-9.636l1.254 2.31zm9.43-8.51l.066-6.071h4.818c-1.893 1.561-3.652 3.454-4.884 6.071z"/>
<path d="M273.56 196.74c.048 1.299 1.518.72 1.518.066 0-2.004.027-4.17-.053-5.588-.01-1.045 2.49-.783 2.476-.14.01 1.692.029 4.012.038 5.992-.018.964 1.615.88 1.593 0-.01-2.212-.011-5.425 0-7.052.014-2.096-5.502-2.05-5.545-.047.002 1.645-.03 4.59-.027 6.769zm.01 13.24h5.694v7.094h-5.694z" fill="none"/>
<path d="M277.21 212.92h2.007v1.167h-2.007zm-3.5 0h1.96v1.167h-1.96z"/>
<path d="M275.67 210.07h1.54v2.893h-1.54zm0 3.97h1.54v3.08h-1.54zm-31.68-75.07c.356 5.567-1.371 8.623-4.32 8.158-.812-3.088 1.036-5.16 4.32-8.158zm-6.47 12.34c-2.621-1.333-.73-11.513.276-15.78.744 5.497 1.99 13.309-.276 15.78z"/>
<path d="M238.45 151.79c4.406 1.533 7.894-3.212 9.073-8.708-3.636 5.019-9.554 5.025-9.073 8.708zm-3.34 5.14c-3.445-.91-1.37-11.71-.744-16.03.757 4.462 3.132 14.552.744 16.03zm1.18-.34c.192-3.725 3.905-2.648 6.468-4.636-.418 1.86-1.994 5.16-6.468 4.636zm-4.22 4.99c-3.414-.921-1.362-12.544-1.555-17.329 1 4.135 4.17 16.209 1.555 17.329zm1.59-.5c2.797.91 6.501-.908 6.793-4.239-2.409 1.635-6.254.385-6.793 4.239z"/>
<path d="M229.52 166.71c-3.265.26-1.804-9.638-1.802-18.857 1.2 8.617 4.467 16.505 1.802 18.857z"/>
<path d="M230.65 166.26c2.205 1.106 6.156-.662 7.284-4.387-3.984 1.733-6.648.04-7.284 4.387zm25.63-22.13c-.58 4.829-2.554 7.638-5.503 7.174-.812-3.088 1.579-5.062 5.503-7.174zm-7.8 12.39c4.898.695 6.662-3.064 9.96-7.87-4.621 3.344-10.146 4.039-9.96 7.87z"/>
<path d="M247.09 155.97c-2.67-3.204-.09-7.228 1.95-10.657-.438 5.102 1.3 7.94-1.95 10.657zm-1.18 5.29c-.301-3.134 5.038-3.83 7.452-5.572-.812 1.811-2.043 6.687-7.452 5.572z"/>
<path d="M244.79 161.33c-3.691-.418-2.159-6.686.487-10.17-1.114 4.807 1.95 8.15-.487 10.17z"/>
<path d="M242.01 166.55c-4.202-1.858-1.509-7.127.07-10.238-.673 4.086 2.693 7.196-.07 10.238z"/>
<path d="M242.84 166.06c2.205 2.879 6.501-.859 7.383-5.224-3.738 3.112-6.5 2.6-7.383 5.224zm-9.6 20.26c-.432-4.287 2.793-12.084.504-16.24-.312-.571.685-2.087 1.33-1.167 1.006 1.468 2.04 5.652 2.473 4.107.459-1.68.53-4.65 2.017-5.228.949-.338 2.29-.559 1.924.934-.363 1.436-1.177 3.42-.275 3.547.523.078 2.03-1.954 3.3-2.893 1.022-.838 2.548.473 1.053 1.726-4.861 4.037-9.57 5.854-12.326 15.214zm-8.73 64.53c-.57-.11-1.352-.303-.64.584 5.678 6.996 7.321 8.924 15.602 7.94 8.365-1.102 10.357-3.364 16.214-6.65 3.129-1.836 7.703-2.243 11.17-1.106 1.614.528 2.59.56 1.434-.599-1.158-1.157-2.525-2.73-3.949-3.815-3.118-2.394-8.407-3.432-12.723-2.662-6.104.958-11.148 4.845-17.176 6.313-3.167.723-6.64.614-9.931-.005zm47.79 12.5c1.056.131 1.725 2.177 2.245.792.881-2.242.264-4.026-.727-3.829-1.17.312-3.147 2.934-1.518 3.037z"/>
<path d="M220.6 182.92c-1.215-1.269-.864-1.754.933-1.774 1.425-.09 4.25.873 5.32.093.983-.713.592-3.738 1.028-5.133.19-.778.735-1.999 1.96-.093 3.622 5.804 8.146 12.773 10.08 19.6 1.057 3.826.062 9.8-3.454 13.814.124-3.423-1.152-5.725-2.707-8.587-1.921-3.762-9.057-13.951-13.16-17.92z" stroke="none"/>
<path d="M235.53 213.44c3.983.02 4.667-5.32 4.667-6.813-1.96.373-5.414 3.64-4.667 6.813zm34.42 51.82c2.833.645 2.794-6.178-.1-9.07 1.274 4.382-2.128 8.388.1 9.07zm-1.1-.06c.187 3.243-7.959-.424-10.052-2.946 4.813 2.044 9.815.352 10.052 2.946zm-3.57-4.63c.291 3.141-7.064.38-9.238-2.074 4.83 1.56 8.917-.511 9.238 2.074zm1.35.44c2.833.645 2.374-6.412-.38-8.837 1.322 4.71-1.848 8.155.38 8.837zm-2.98-4.29c2.833.645 1.207-5.431-.893-7.857.341 4.43-1.055 7.502.893 7.857zm-1.5-.02c.292 3.235-5.43.751-7.65-2.309 4.782 1.561 7.329-.276 7.65 2.309zm-1.56-2.46c1.856-1.334-.113-4.863-3.645-4.645.346 2.132 1.566 5.88 3.645 4.645zm13.95 14.63c.187 3.243-7.96 1.63-10.519-1.825 5.139.97 10.281-.769 10.519 1.825zm-32.36-5.8c.292 3.235-8.602-.322-10.823-3.383 4.783 1.561 10.502.798 10.823 3.383zm5.45 1.38c1.856-1.334-1.933-4.77-4.951-5.578.346 2.131 2.872 6.813 4.951 5.578zm.57 2.24c.199 2.908-9.537 1.313-12.084-1.374 8.377 1.514 11.81-1.117 12.084 1.374z"/>
<path d="M252.76 268.63c1.08 2.701-8.264 2.042-11.545.471 5.301-.046 10.802-2.353 11.545-.471z"/>
<path d="M257.13 270.6c1.034 2.421-7.61 2.369-11.824 1.03 5.581-.045 10.801-3.426 11.824-1.03zm6.29 1.3c1.531 2.865-7.588 3.143-10.547 1.733 5.273-.725 9.242-3.988 10.547-1.733zm-10.68-4.9c-2.901 1.83-2.746-3.564-5.053-7.3 3.625 3.302 7.02 5.556 5.053 7.3z"/>
<path d="M257.88 268.94c-2.433 2.156-4.379-5.246-6.594-9.399 3.58 3.954 8.84 7.609 6.594 9.399zm6.8 2.06c-2.06 2.389-8.02-7.018-10.187-11.919 3.3 3.815 11.826 9.895 10.187 11.919zm-5.8 7.18c-1.028 3.632-16.192-3.423-17.885-7.079 8.677 4.598 18.092 3.636 17.885 7.079zm-48.73-73.8c-.355-.46-1.374.012-1.12 1.12.237 1.501 2.45 9.204 6.252 11.854 2.712 1.954 16.965 5.102 23.427 6.439 3.556.715 6.535 2.49 8.868 5.32-.965-3.702-1.74-6.445-2.987-9.8-1.211-2.947-4.421-6.173-7.746-6.346-6.175-.222-14.167-.748-19.974-3.268-2.997-1.252-4.792-2.943-6.72-5.32z"/>
<path d="M245.54 234.87c1.947 1.434 4.096-3.704 1.623-8.588-.078 4.701-3.815 6.28-1.623 8.588z"/>
<path d="M247.41 239.58c2.693.827 3.536-3.937 1.763-7.747.295 4.093-4.234 6.56-1.763 7.747z"/>
<path d="M249.46 243.36c2.6 1.295 3.585-3.518 1.716-7.092.204 4.56-3.72 5.904-1.716 7.092z"/>
<path d="M248.39 243.65c-1.03 3.08-7.007-2.655-8.014-5.775 3.71 3.685 8.757 3.278 8.014 5.775z"/>
<path d="M245.68 238.94c-1.171 3.08-8.687-4.85-10.348-8.668 3.71 3.685 11.184 6.498 10.348 8.668z"/>
<path d="M244.19 234.32c-1.17 3.5-9.34-5.829-11.654-9.135 3.897 3.639 12.537 6.592 11.654 9.135zm-.26-3.46c2.877-.56-.163-2.955-3.69-6.849-.164 4.1.509 6.966 3.69 6.849z"/>
<path d="M239.08 228.53c1.242-1.353-1.19-1.929-4.203-5.31-.444 2.28 2.794 6.454 4.203 5.31zm13.92 15.2c1.574.921 2.652-2.304.69-5.225-.45 3.16-2.133 4.037-.69 5.225zm-34.19-20.35c-3.342 2.004-8.652-5.992-10.068-9.282 2.933 3.776 10.699 7.224 10.068 9.282z"/>
<path d="M221.65 228.04c-1.85 2.05-7.671-3.519-9.694-6.341 3.12 2.702 10.512 3.023 9.694 6.341z"/>
<path d="M224.82 232.22c-.61 2.801-9.106-3.495-11.092-6.476 3.663 3.452 11.649 3.14 11.092 6.476z"/>
<path d="M223.52 235.25c-1.31 2.522-8.22-3.727-9.88-6.987 4.223 3.685 10.95 4.493 9.88 6.987zm-3.55-12.28c2.18-2.299 1.252-3.376-.338-7-.869 3.721-2.18 5.206.338 7zm2.89 4.34c3.954.174.038-4.638-.897-8.68.344 4.607-1.014 8.238.897 8.68z"/>
<path d="M225.38 231.13c2.74-.62 1.95-4.497-.15-9.193.436 5.073-2.321 8.005.15 9.193zm-.93 7.67c-1.03 3.08-8.826-4.056-10.067-6.755 3.943 3.312 10.763 4.445 10.067 6.755z"/>
<path d="M229.12 243.61c-1.17 3.082-9.34-3.167-11.839-6.568 4.922 3.872 12.443 3.513 11.839 6.568z"/>
<path d="M233.88 248.46c-1.31 4.294-9.853-2.56-12.399-5.915 5.436 4.151 13.096 2.86 12.399 5.915zm-8.03-11.03c2.32 1.201 3.258-5.384 1.949-10.033.017 5.074-4.654 8.845-1.949 10.033z"/>
<path d="M229.81 242.66c2.788.828 1.904-6.27-.478-10.873-.309 4.561-2.366 8.892.478 10.873zm4.95 4.9c3.114.174.971-6.084-1.597-9.613.437 4.607-1.013 9.079 1.597 9.613zm-5.46 2.67c-.936 1.586-3.226-1.347-6.986-3.489 3.382.885 7.402 2.019 6.986 3.489zm-1.78-52.74c2.906-2.15.69-6.173 0-9.998-.935 3.628-3.397 8.389 0 9.998zm-.1 5.36c-4.366-.524-3.71-6.171-3.84-9.75 1.312 4.858 4.891 5.679 3.84 9.75zm.69-.73c3.694-.214 3.498-4.417 3.695-8.668-1.872 3.907-4.09 4.514-3.695 8.668z"/>
<path d="M227.96 207.34c-2.873.23-4.366-2.594-5.023-6.993 2.725 4.054 5.203 2.79 5.023 6.993zm1.03-.35c3.694.475 3.104-3.825 2.955-6.995-1.132 3.022-4.136 3.974-2.955 6.995z"/>
<path d="M223.23 205.17c.295 2.807 2.07 7.634 4.926 6.55 1.181-3.448-2.513-4.137-4.926-6.55z"/>
<path d="M229.04 212.02c-1.28-2.462 2.905-3.695 3.792-6.895.509 4.58.082 7.584-3.792 6.895zm-11.91-29.18c2.3-2.477.269-6.406-.42-10.231-.936 3.628-2.557 8.435.42 10.231zm-.07 4.61c-4.039.41-5.016-7.804-5.427-11.337 1.313 4.859 5.965 7.08 5.427 11.337zm.83-.08c2.854-1.474 2.191-4.65 3.088-7.035-1.919 2.928-3.669 3.347-3.088 7.035z"/>
<path d="M217.09 192.75c-4.225.362-6.742-8.739-6.874-12.318 1.313 4.859 7.366 7.5 6.874 12.318zm.81-.14c3.973-.914 3.498-3.483 2.902-7.642-1.265 4.188-3.483 3.3-2.902 7.642z"/>
<path d="M217.04 198c-4.646.788-4.32-6.56-8.009-11.893 3.191 3.96 8.936 8.95 8.009 11.893zm1.05-.25c3.507.102 3.85-5.179 3.656-7.32-.807 2.133-4.93 4.159-3.656 7.32z"/>
<path d="M209.78 192.34c1.742 5.654 4.216 11.32 7.259 10.89 1.46-3.215-2.887-3.624-7.259-10.89z"/>
<path d="M218.14 202.4c-1.28-2.462 2.905-3.695 3.792-6.895.509 4.58.082 7.584-3.792 6.895zm-7.16-3.6c2.487 5.094 3.609 10.948 7.024 10.097 1.275-3.961-3.771-4.79-7.024-10.097z"/>
<path d="M218.71 207.93c-1.467-2.695 2.719-3.648 3.745-7.362.556 4.86.036 8.33-3.745 7.362zm7.16-34.48c2.451.663 5.022-2.09 4.131-6.208-2.801.697-4.087 3.24-4.131 6.208zm-7.84-2.06c.214 1.159 1.623 1.264 1.214-.373-.342-1.328-.4-2.327 0-3.407.548-1.353.365-3.658-.047-4.62-.416-1.015-1.793-.42-1.214.375.638.92.672 2.837.233 3.732-.577 1.32-.42 3.075-.186 4.293zm22.87 15.92c-.947 1.393-2.881.541-1.408-1.372 1.208-1.549 2.928-2.814 3.055-4.414.1-2.029 1.291-5.107 2.373-6.145 1.118-1.106 2.409.45 1.214 1.188-1.342.872-2.214 4.456-2.185 5.836-.045 2.001-2.041 3.447-3.049 4.907zm-2.98-2.24c-.947 1.393-2.457.585-1.601-1.652.722-1.549.8-3.468 1.604-4.6 1.125-1.717 3.03-3.147 4.112-4.186 1.118-1.106 2.046-.04 1.021.908-1.244 1.245-2.595 2.795-3.345 3.97-1.4 2.28-.783 4.1-1.79 5.56zm-15.74-7.21c-.112 1.967 1.47 2.443 1.4-.409-.072-2.978-2.179-5.702-.886-10.235.68-2.217.691-6.281.28-8.441-.363-2.142-1.887-.743-1.308.925.638 1.935-.12 5.645-.607 7.511-1.463 5.434 1.207 8.08 1.121 10.65zm4.32-10.88c-.232 1.81-1.764 1.974-1.319-.582.371-2.075.435-3.635 0-5.321-.596-2.114-.397-5.714.05-7.216.452-1.585 1.95-.656 1.32.584-.694 1.439-.73 4.432-.254 5.83.627 2.063.457 4.802.203 6.705zM210.94 204c.758.902 2.036.298.871-.923-.952-.987-.639-1.298-1.22-2.5-.574-1.343-.544-2.084-1.237-3.044-.613-.91-1.535.019-.917.785.775.906.561 1.574 1.035 2.45.877 1.5.663 2.288 1.468 3.232zm20.4 24.61c2.44 1.2 4.291 4.196 4.413 6.636.207 2.809.612 5.18 1.873 7.176-2.008-.559-2.97-3.76-3.255-6.825-.29-3.173-1.999-4.549-3.031-6.987zm5.08 5.88c1.688 3.116 4.049 4.304 4.17 6.617.204 2.66.406 2.797 1.127 5.413-1.987-.53-2.487-.703-3.024-4.684-.33-2.798-2.57-4.772-2.273-7.346z"/>
<path d="M288.97 263.32c.949 1.788 2.038 4.51 4.013 4.013.03-1.37-2.131-2.318-4.013-4.013zm2.94.61c3.835 1.572 7.147 1.184 7.56 3.595-3.598.388-4.914-1.09-7.56-3.595zm-16.06-12.69c2.583 2.116 4.259 4.531 5.04 7.653.815 2.908 1.96 5.226 3.641 7.84-2.738-1.867-4.46-4.407-5.32-7.467-.757-3.009-1.65-5.257-3.361-8.026zm3.18-.01c2.77 2.21 5.38 4.719 6.16 7.84.815 2.908 1.308 5.134 3.175 8.027-2.925-1.867-4.086-4.688-4.947-7.748-.756-3.007-2.49-5.255-4.388-8.119zm9.14 7.24c-.076-.546.297-1.023.747-1.166a33.429 33.429 0 0 1 2.612-.84c.986-.233 1.538.47 1.541.933.005.77.04 1.423 0 2.006-.053.726-.192.78-.653.888-.738.124-1.685.25-2.426.746-.588.361-1.153.076-1.447-.559-.19-.485-.294-1.433-.374-2.008zm10.63 0c.068-.546-.22-1.07-.621-1.213-.781-.327-1.56-.407-2.38-.374-.912-.014-1.141.192-1.144.654-.004.77-.037 1.516 0 2.099.048.726.032.78.444.888.66.124 1.784.157 2.447.653.525.36 1.124.075 1.153-.606-.013-.513.03-1.526.1-2.101z" stroke="none"/>
</g>
<use transform="scale(-1 1)" xlink:href="#a" x="-600" width="100%" height="100%"/>
<g stroke="none">
<path d="M328.54 286.65c.047 1.181.188 2.131.888 3.08-4.076-1.633-9.831-.759-13.767 1.074-1.756.838-3.88-.958-1.821-2.66 2.93-2.374 9.706-1.028 14.7-1.494zm-57.505-.062c.057 1.113-.072 2.133-.481 3.106 4.43-1.835 9.187-.31 13.664 1.494 3.077 1.273 3.325-.93 2.782-1.692-.934-1.353-2.742-2.838-5.028-2.87-1.522-.021-7.382-.074-10.937-.038zm3.74-21.642c-1.236-.533-2.672-.02-3.96 1.335-4.327 4.24-9.404 8.371-13.502 11.584-1.529 1.329-3.091 3.712 3.431 6.094.237.09 4.991 1.852 8.004 1.964 1.23-.034 1.227 1.803.999 2.293-.52.978-.143 1.352-1.193 2.293-1.095.924.117 2.12.977 1.307 3.672-3.188 9.627-1.148 15.366.718 1.356.375 3.837.27 3.815-1.6.024-2.038 1.5-3.48 2.404-3.532 2.343.406 13.919.535 17.485.102 2.079-.27 2.204 2.848 3.316 4.077.767.815 3.72 1.031 5.743.137 4-1.858 10.097-1.858 12.582-.082 1.021.778 1.828.147 1.247-.643-.748-1.08-.731-1.58-1.103-2.433-.933-1.898-.188-2.363.79-2.5 11.054-1.426 14.582-5.197 11.202-8.272-4.364-3.828-9.222-7.676-13.408-12.198-1.135-1.2-1.885-1.68-4.247-.699-7.221 3.289-16.388 5.687-25.358 5.862-8.347.072-19.824-3.79-24.589-5.807z"/>
<path d="M326.62 265.54c-.58.058-1.197.238-1.656.406-8.921 3.134-17.117 5.328-25.656 5.313-8.335-.016-17.066-2.31-24.906-5.531-.446-.191-.96-.161-1.469-.032-.509.13-1.012.366-1.344.688-3.64 3.626-7.582 7.148-11.812 10.344-.639.488-.535 1.73.5 2.156h.031c8.305 2.98 16.412 8.532 39.625 8.313 23.433-.222 31.746-5.64 39.188-8.125.525-.2 1.065-.5 1.313-.97a1.03 1.03 0 0 0 .062-.812c-.095-.286-.283-.554-.625-.843h-.03c-4.224-3.453-8.75-6.207-11.72-10.406-.334-.48-.92-.558-1.5-.5zm.031.438c.507-.051.895.027 1.094.312 3.041 4.301 7.621 7.074 11.812 10.5.3.254.442.48.5.656a.498.498 0 0 1-.031.438c-.15.284-.59.57-1.063.75-7.534 2.515-15.668 7.904-39.03 8.125-23.116.218-31.095-5.303-39.47-8.313-.754-.31-.687-1.16-.406-1.375 4.242-3.206 8.227-6.741 11.875-10.375.25-.243.653-.45 1.094-.562.44-.113.912-.131 1.219 0 7.879 3.238 16.613 5.578 25.03 5.594 8.619.015 16.904-2.204 25.845-5.344.445-.163 1.024-.356 1.53-.406z" fill="#bd6b00"/>
<path d="M269.71 114.56c-.068-1.379 2.07-1.484 1.824.412-.313 2.362 4.459 8.342 4.854 12.029.265 2.473-1.453 4.637-3.154 5.984-2.086 1.616-5.293 1.394-6.794.467-.908-.731-1.735-3.234-1.056-4.224.24-.334 1.328 3.673 3.722 3.657 3.258-.02 5.896-2.468 5.993-4.65.167-3.802-5.33-9.81-5.389-13.676zm9.53 9.39c.539-.385 1.399 1.296.792 1.716-.505.337-1.492-1.25-.792-1.716zm1.45-3.41c-.272.132-.814-.056-.652-.287.762-1.089 2.387-2.728 3.565-3.3.362-.176.995.463.776.776-.705 1.007-2.42 2.195-3.689 2.811zm12.59-9.99c.302-.63 2.117-1.344 2.58-1.77.427-.439.631.37.448.751-.302.63-1.868 1.696-2.555 1.724-.37.016-.656-.324-.473-.705zm4.31.2c.393-1.107 1.66-2.786 2.533-3.339.448-.283 1.252-.06 1.101.364-.333.94-1.884 2.581-2.927 3.355-.316.282-.798-.123-.707-.38zm-3.69 2.77c-.263.132-.12.691.133.776.538.18 1.52.214 1.964-.03.645-.398.35-2.845-.513-1.538-.58.806-1.002.547-1.584.792zm-7.29 5.62c-1.318-1.026.355-2.464 1.732-1.46 2.683 2.024-4.003 9.778-7.64 13.403-.666.71-1.25-1.078-.397-1.848 2.608-2.212 5.05-4.855 6.747-7.586.327-.525.64-1.658-.442-2.509zm15.27-6.67c.164-.982-1.589.02-1.621-1.281-.017-.69 1.915-1.173 2.722-.38 1.365 1.384.345 3.718-1.924 3.865-1.891.084-5.046 2.685-4.566 3.232.546.675 5.45 1.121 8.302.675 1.765-.248 1.395 1.331-.414 1.545-1.747.201-3.171.015-4.805.528-1.922.549-2.76 3.13-3.828 4.092-.238.167-.88-.846-.636-1.227.77-1.203 1.996-3.045 3.346-3.572.852-.345-2.348-.454-3.37-.745-.81-.244-.574-1.274-.264-1.848.412-.895 3.429-3.916 4.645-3.867 1.142.049 2.3-.284 2.413-1.017zm5.08.26c.567-.5.858-1.338 1.453-1.848.326-.327.847.065.76.853-.073.621-.907 1.156-1.468 1.623-.456.342-.986-.396-.745-.628zm6.47-2.3c.845-.093 1.055 1.537.131 1.801-.56.187-1.05-1.705-.131-1.801zm-2.13 5.04c-.013 1.404.68 1.275 2.002 1.227 1.283-.049 2.412.033 2.407-1.235-.006-1.314-.727-2.464-.939-1.57-.186.84-.334 2.216-.823 1.617-.46-.515-.278-.628-1.071.217-.44.466-.49-.226-.754-.66-.184-.257-.82.208-.822.404zm-9.22 7.16c-.315 1.858-.026 4.459.925 4.488 1.175.038 3.607-4.061 4.759-6.188.69-1.187 1.877-1.394 1.382-.156-.749 1.91-.682 5.998-.024 7.199.354.647 2.964-.593 3.386-1.515.767-1.675.143-4.762.412-6.647.13-1.237 1.263-1.496 1.203-.349-.112 2.052-.307 5.815-.162 7.524.086.982 2.894 2.432 3.346-.543.238-1.872 1.202-3.719-.047-5.793-.774-1.297 1.136-1.134 2.166.637.72 1.206-.607 3.202-.56 4.744.12 2.373-1.726 3.722-3.066 3.75-1.197.024-1.977-1.446-2.957-1.467-1.089-.07-2.207 1.693-3.106 1.63-3.486-.238-1.64-5.333-2.703-5.395-1.181-.07-2.574 4.994-4.03 4.813-1.434-.172-2.919-4.127-2.322-5.8.54-1.557 1.558-1.922 1.398-.932z"/>
<path d="M318.96 114.6c-1.701-1.038.108-3.736.939-2.788 1.606 1.923 3.224 6.487 4.356 6.864.716.24.683-3.374 1.188-5.016.326-1.213 1.793-.817 1.513.737-.096.52-1.917 6.422-1.777 6.655 1.262 2.522 2.51 5.081 3.3 7.788.326 1.167-1.075.381-1.243.139-.894-1.338-2.46-6.452-2.46-6.219-.72 3.598-.89 4.66-1.655 7.717-.233.98-1.675.802-1.35-.924.313-1.418 2.375-8.392 2.259-8.594-1.621-2.862-3.104-5.125-5.07-6.359z"/>
<path d="M322.03 131.2c-.474-.054-1.21 1.055 1.152 1.49 3.156.572 6.61-.491 7.67-3.586 1.212-3.687 2.013-7.177 2.646-8.493.791-1.535 1.803-1.411 1.056-3.651-.526-1.612-1.51-1.126-1.716-.264-.552 2.35-2.646 9.952-3.3 11.352-1.233 2.555-3.718 3.565-7.508 3.152z"/>
<path d="M328.35 119.07c-.338-.725-1.127-.164-.986.63a1.197 1.197 0 0 0 1.25 1.086c.692-.024 2.155.023 2.159-1.125.002-.807-.632-1.481-1.103-.591-.45.806-1.03.722-1.32 0zm.79-3.04c-.243.168-.025 1.066.264 1.056 1.031-.035 2.492-.363 3.275-.908.229-.16.133-.702-.193-.69-.994.032-2.575.006-3.346.542zm8.76 2.26c.747-1.167 2.806-1.286 2.066.38-.525 1.148-5.652 11.055-6.352 12.315-.764 1.417-1.389.715-.846-.388.73-1.42 4.898-11.962 5.132-12.307z"/>
<path d="M330.18 133.04c-.219-.788-1.442-1.954-1.304.155.243 3.828 5.503 2.618 7.096 1.257 1.445-1.28.19 4.323 2.112 4.922 1.058.34 3.05-1.105 4.03-2.376 2.717-3.525 4.446-8.578 7.058-12.058.987-1.36-.54-2.332-1.157-1.25-2.272 3.81-5.094 11.586-8.176 13.605-2.513 1.608-1.768-2.07-1.856-3.176-.11-.81-1.097-2.003-2.415-.908-.921.72-2.352 1.305-3.648 1.188-.752-.042-1.386-.029-1.74-1.359z"/>
<path d="M339.57 125.93c.028-.216-1.112-.314-1.056.792.04.819 1.019 1.041 1.188.924 1.54-1.12-.328-.562-.132-1.716zm-2.24 4.49c-.303.071-.582 1.04.133 1.095.653.046 3.213-.229 3.92-.187.458-.017.632-.892-.348-.845-1.19.06-2.754-.239-3.705-.063zm-61.96-16.66c.406.02 1.52 1.462 1.447 1.913-.05.213-1.191-.031-1.54-.326-.258-.219-.154-1.599.093-1.587zm-5.369 10.452c-1.017.555.162 1.651.924 1.188 2.86-1.853 7.154-3.799 8.052-7.468.287-1.243 1.443-3.148 2.54-3.573 1.059-.411 2.598 1.917 3.602.085.59-1.047 2.654.687 3.152-.433.607-1.354.318-2.099.343-3.395-.045-.85-.693-1.103-1.164.272-.245.623.043 1.251-.156 1.576-.152.247-.625.486-.9.28-.253-.19-.078-.72-.685-.955-.235-.118-.612-.216-.776.086-.72 1.284-1.12 2.482-2.128 1.117-.898-1.176-1.353-3.209-2.011-.427-.237.982-1.73 2.407-2.61 2.407-1.099 0-.823-2.894-3.237-2.453-1.241.264-1.155 2.64-.97 3.517.305 1.22 3.931.344 3.751 1.141-.62 2.771-4.467 5.406-7.727 7.035zM247.3 137.42c-.154.464.462 1.723 1.101 1.816.628.046.948-1.36.746-1.816-.15-.336-1.737-.329-1.847 0zm3.33 4.88c-.403-.434-1.589.73-.63 1.553.54.436 2.513 1.07 3.053.148.73-1.185-.72-5.488-.078-6.057.502-.444 2.828 2.875 3.976 3.114 2.697.373 2.05-4.619 4.956-4.28 1.98.264 2.198-2.211 1.922-3.756-.22-1.483-2.622-3.624-3.726-4.582-1.452-1.21-2.1.892-1.188 1.584 1.173.94 3.236 2.837 3.565 4.093.155.592-1.434 1.77-2.02 1.451-1.35-.737-2.607-3.898-3.789-4.62-.402-.246-1.393.31-.916 1.296.536 1.057 2.905 2.693 3.044 3.821.125 1.029-1.056 3.253-1.831 3.253-.853 0-3.028-2.688-3.706-3.953-.34-.606-1.515-.547-1.638.29-.195 1.255.182 3.912.481 5.558.238 1.559-.878 1.638-1.475 1.087zm-4.07-8.57c-.34.384.792 1.134 1.017.94.436-.378 2.128-2.308 1.802-2.983-.29-.601-2.618-1.918-2.997-1.266-.702 1.128 2.195 1.634 1.74 1.965-.223.128-1.02.679-1.562 1.344zm4.17-8.46s.728 2.49 1.32 1.452c.48-.719-1.32-1.452-1.32-1.452zm1.19 3.96c-.266.146-1.017.74-.528 1.056.773.457 2.875.82 2.421-.676-.275-.88 3.171.025 2.331-2.36-.22-.66-1.259-1.612-1.77-1.747-.325-.085-1.429.52-.738.854.504.26 2.024 1.154 1.46 1.74-.642.612-1.089-.275-1.887-.132-.401.076-.14 1.218-.366 1.53-.126.172-.706-.383-.923-.265zm5.48-9.46c-.435.217-1.214 1.396-1.242 1.941-.016.291.303.691.552.567.456-.228 1.16-1.344 1.187-1.856.017-.324-.227-.787-.497-.652zm2.84-.31c-.84-1.027.891-2.55 1.67-.496.47 1.29 5.488 7.892 6.514 10.132.727 1.516-.026 2.142-.924 1.056-2.541-3.242-4.626-7.283-7.26-10.692zm5.15.14c.895-.97 2.721-2.95 2.23-4.053-.378-.95-1.488-.856-1.678-.636-1.086 1.296.772.97.504 1.413-.553 1.038-1.104 1.61-1.39 2.608-.066.234.173.843.334.668zm77.78 3.24c-.643-.52.632-3.044 1.494-2.053 2.368 2.74 3.469 11.636 4.153 18.294 0 0-1.064.887-1.073.746 0-3.547-1.425-14.397-4.574-16.987zm-53.1-8.66c-.766-1.76 1.15-2.412 1.436-1.157 1.33 5.783 4.517 10.16 6.942 14.093.73 1.23.145 1.962-1.63.83-1.23-.842-2.478-3.916-3.083-4.037-1.094-.204-3.713 4.993-9.07 3.51-1.385-.388-1.293-4.508-1.32-6.329-.058-.853.885-1.078.917.086.049 1.678-.002 5.164 2.144 5.281 1.75.098 5.627-2.376 6.444-4.31.728-1.99-1.952-5.942-2.78-7.967z"/>
<path d="M344.61 138.38c.428-1.191 6.114-10.735 6.86-12.835.383-1.013 2.015 1.737.421 3.22-1.4 1.26-5.53 8.034-6.301 10.408-.355 1.072-1.432.562-.98-.793z"/>
<path d="M354.28 129.28c1.05-3.935 3.593.607 1.353 2.847-3.458 3.387-4.5 9.854-9.987 10.827-1.479.318-4.082-.666-4.853-1.214-.301-.214.194-1.618 1.119-.933 1.337 1.044 4.098 1.28 5.555.093 3.118-3.06 5.657-7.113 6.813-11.62zm-57.01 12.74c-.247.284-1.004.238-1.072.637-.297 1.48 0 2.23-.326 3.655-.312 1.365-1.259 1.416-1.194.304.086-1.442 1.274-3.478.435-3.618-.56-.13-.99-.879-.413-1.248 1.092-.757 1.679-.641 2.43-.413.26.08.328.464.14.683z"/>
<path d="M296.5 140.09c-1.448 1.266-2.79 1.784-4.123 3.384-.544.656-.529 1.57-.854 2.406-.326.888-1.375 1.062-1.7.877-.543-.357-.465-2.003-1.071-1.117-.515.816-.847 1.94-1.608 1.926-.689-.014-1.987-1.422-1.329-1.49 2.252-.23 2.225-2.033 3.068-2.151.946-.127 1.008 1.488 1.592 1.165.46-.236.675-2.117 1.173-2.625 1.527-1.56 2.735-2.385 4.293-3.531.788-.629 1.35.505.559 1.156zm5.28 4.85c-1.159.234-.962 1.724-.621 1.909.561.262 1.43.372 1.755-1.342.151-.703.289 3.498 1.831 1.88.888-.981 3.087.178 4.008-1.056.66-.822.863-1.396.349-2.61-.15-.369-1.053-.187-1.001.709.045.755-.535 1.687-1.29 1.528-.367-.067.206-1.847-.162-2.33-.203-.265-.511-.236-.713.039-.283.384.284 2.09-.646 2.315-1.174.27-.56-1.141-1.056-1.4-1.599-.806-1.753.21-2.454.358zm9.05-2.86c.85-.239.584-.24 1.921-1.334.52-.395.624.76.569 1.216-.097.775-1.018.228-1.304.91-.418.886-.248 2.948-.388 3.788-.096.431-.787.394-.853.054-.198-1.024.14-2.026.108-3.307-.011-.435-.634-1.117-.053-1.327zm-5-2.62c-.205.927-.19 1.69-.19 2.325.047.514.986.183.982.118-.047-.814.139-1.94-.102-2.253-.13-.17-.642-.365-.69-.19z"/>
<path d="M299.54 130.19l-1.458 5.594-2.03-3.75v3.844l-4.374-5.188 1.521 5.563-3.93-3.344 2.092 3.781-6.975-4.5 4.438 5.188-5.58-2.75 3.995 3.375-9.13-3.438 8.813 4.344c3.223-1.588 7.64-2.563 12.554-2.563 4.896 0 9.335.985 12.554 2.563.012.006.052-.006.064 0l8.75-4.344-9.004 3.469 3.931-3.406-5.516 2.718 4.375-5.156-6.975 4.5 2.093-3.781-3.932 3.344 1.522-5.563-4.375 5.22.063-3.876-2.029 3.75-1.458-5.594z"/>
</g>
</g>
<path d="M311.3 294.91c0 .63-.094 1.541-.284 2.731h-.44c0-.81-.038-1.434-.114-1.87a9.256 9.256 0 0 0-.427-1.558 7.26 7.26 0 0 0-.576-1.294c-.209-.36-.543-.84-1.003-1.437l.882-2.176c.408.522.697.922.868 1.202.194.322.377.728.547 1.216a9.363 9.363 0 0 1 .548 3.186m6.912-4.211c0 .664-.125 1.162-.377 1.493-.25.332-.68.57-1.287.712.176.616.292 1.097.349 1.443.061.346.092.733.092 1.16 0 .274-.016.568-.05.881a22.48 22.48 0 0 1-.163 1.266h-.398a8.24 8.24 0 0 0-.079-1.223 5.528 5.528 0 0 0-.22-.974c-.024-.076-.15-.41-.377-1.003a10.525 10.525 0 0 0-.669-1.486c-.218-.399-.576-.946-1.073-1.643l.682-2.048c.36.516.676.874.946 1.073.27.195.59.292.96.292.806 0 1.21-.436 1.21-1.308h.412c0 .284.007.521.02.71.015.186.022.404.022.655m6.349 4.807l-.512 2.133c-.322-.09-.585-.343-.79-.76-.17-.347-.293-.785-.369-1.316a12.416 12.416 0 0 1-.107-1.65c-.431.114-.772.17-1.024.17-.498 0-.91-.13-1.237-.39a1.245 1.245 0 0 1-.484-1.003c0-.868.223-1.648.669-2.34.45-.697.957-1.045 1.522-1.046.436 0 .74.124.91.37a2 2 0 0 1 .348.925c.043.346.064 1.014.064 2.005 0 .887.072 1.513.214 1.878.114.284.379.626.796 1.024m-1.92-3.542c-.085-.54-.37-.81-.853-.81-.209 0-.4.056-.576.17-.176.114-.263.213-.263.299 0 .284.34.427 1.024.427.218 0 .44-.029.668-.086m8.641 3.01l-.256 2.589c-.507-.356-.976-.998-1.408-1.927-.45-.972-.905-2.35-1.365-4.132-.394 1.716-.719 2.975-.975 3.776-.25.796-.5 1.36-.746 1.693-.166.222-.432.448-.797.675l.057-2.475c.47-.64.799-1.128.989-1.465a7.63 7.63 0 0 0 .69-1.742c.184-.669.35-1.562.497-2.681h.47c.289 1.123.569 2.017.839 2.68.251.627.545 1.18.882 1.658.237.336.611.787 1.123 1.351" fill="#fff"/>
<path d="M350.82 319.391c.345.405.588.803.728 1.193.136.385.234.935.295 1.65l-.772.064c-.328-.643-.648-1.147-.959-1.511-.236-.278-.62-.673-1.148-1.185a46.038 46.038 0 0 0-1.62-1.496 34.384 34.384 0 0 0-2.123-1.7c-.302-.224-.493-.384-.575-.48-.12-.141-.215-.42-.285-.834a11.21 11.21 0 0 1-.139-1.565l2.693 2.19a44.317 44.317 0 0 1 2.523 2.217c.513.493.973.98 1.38 1.457m-9.55-5.756l-.162 1.98-3.172-.085.239-2.021 3.094.126m8.343 8.866l-7.557 2.302-1.39-1.922 6.532-1.99c-.296-.41-.525-.696-.688-.86a2.834 2.834 0 0 0-.865-.59 1.423 1.423 0 0 1-.451.957c-.28.275-.64.48-1.083.615a3.379 3.379 0 0 1-1.741.073c-.58-.128-1.006-.38-1.279-.757-.402-.556-.618-1.295-.647-2.217-.034-1.013.244-1.61.832-1.788.762-.232 1.792-.02 3.091.636 1.299.656 2.296 1.464 2.991 2.425l2.255 3.116m-5.804-4.035c-.356-.162-.64-.262-.855-.3a1.135 1.135 0 0 0-.576.012.685.685 0 0 0-.45.37.493.493 0 0 0 .061.524c.078.109.21.18.395.216.19.029.39.011.6-.053.167-.05.311-.132.434-.245.127-.119.257-.293.391-.524m-8.095-1.547l-.462 1.96-3.143-.288.477-1.98 3.128.308m7.45 7.654l-1.679.385a5.29 5.29 0 0 1-1.704.126 3.559 3.559 0 0 1-1.513-.506c-.278.506-.766.93-1.464 1.272a7.41 7.41 0 0 1-1.613.552l-1.19.273-1.091-2.002 1.19-.273c.628-.144 1.056-.264 1.284-.36.233-.104.525-.278.876-.524-.385-.237-.695-.4-.93-.49-.288-.106-.54-.133-.76-.083a.402.402 0 0 0-.206.114.61.61 0 0 0-.126.26l-.523.07c-.484-.887-.594-1.574-.331-2.059.267-.492.912-.855 1.932-1.089 1.051-.241 1.949-.295 2.693-.162.749.126 1.25.422 1.504.888.137.25.188.509.155.776-.036.262-.166.64-.39 1.132.156.07.34.11.55.122a2 2 0 0 0 .567-.039l1.678-.385 1.09 2.002m-8.022 1.866l-1.637.257c-.912.143-1.66.003-2.247-.419-.652-.465-1.214-1.332-1.687-2.601l-.806-2.162c-.182-.491-.43-.856-.742-1.096-.15-.116-.455-.269-.913-.46l.556-2.094c.602.334 1.067.684 1.393 1.05.382.427.706.997.972 1.71l.556 1.495c.394 1.057.776 1.773 1.147 2.149.294.301.628.423 1.002.364l1.637-.256.769 2.063m-6.995-7.513l-1.057 1.86-2.99-.69 1.065-1.877 2.982.707m1.74 8.424l-7.458.675-.452-2.102 6.266-.568a2.322 2.322 0 0 0-.668-.846c-.148-.123-.475-.33-.983-.62l.557-1.926c.69.384 1.194.806 1.511 1.266.326.46.59 1.16.793 2.103l.434 2.018m-5.987.954c-.897-.03-1.639-.096-2.225-.199a10.49 10.49 0 0 1-1.722-.456 5.613 5.613 0 0 1-1.283.38c-.365.055-.913.07-1.641.047l-1.958-.065c-.537-.018-.954-.123-1.252-.316-.298-.192-.555-.502-.77-.932a4.117 4.117 0 0 1-1.551.887c-.477.145-1.04.207-1.689.186l-1.718-.057.168-2.12 1.718.057c.84.028 1.553-.102 2.138-.39.76-.376 1.173-.972 1.237-1.788l.787.104c-.029.166-.06.355-.093.568-.033.212-.06.449-.08.708-.02.265.102.49.368.677.266.186.58.285.94.297l1.478.049c.977.032 1.68-.033 2.11-.196.522-.196.806-.585.852-1.167.01-.125.079-.234.207-.33.076-.054.231-.135.464-.242l.475-.218c.009.099.01.235.005.406a8.87 8.87 0 0 1-.014.328c-.023.286-.117.663-.282 1.132.289.103.614.195.978.274.363.08.747.145 1.152.195.014-.177-.068-.409-.246-.696s-.263-.48-.255-.579a.522.522 0 0 1 .109-.309c.018-.025.112-.103.283-.233l1.092-.862c.19.335.319.638.386.912.075.268.096.602.065 1.002l-.233 2.946m-11.32-8.71l-1.884 1.333-1.42-.877-1.399 1.043-1.868-1.127 1.784-1.27 1.508.843 1.457-1.065 1.822 1.12m-2.962 8.119l-7.3-1.196.8-2.058 6.135 1.005c.048-.357.005-.673-.128-.947-.066-.15-.25-.422-.551-.815l1.634-1.648c.416.525.638 1.039.665 1.542.035.505-.127 1.219-.486 2.142l-.77 1.975m-6.145-.953l-1.579-.38c-.88-.211-1.38-.598-1.504-1.16-.14-.623.139-1.546.839-2.77l1.191-2.086c.27-.473.38-.866.327-1.178-.025-.15-.146-.388-.363-.712l2.264-1.536c.213.495.297.954.253 1.376-.051.493-.273 1.083-.666 1.77l-.824 1.442c-.583 1.02-.882 1.753-.897 2.199-.016.356.157.578.518.665l1.579.38-1.138 1.99m-3.739-7.901l-2.562 1.081-1.76-1.714 2.584-1.09 1.738 1.723m-1.09 6.62c-.532.629-1.056 1.101-1.57 1.417a4.24 4.24 0 0 1-1.714.582c-.626.08-1.419.043-2.378-.109a14.838 14.838 0 0 1-2.764-.691c-1.708-.609-2.854-1.282-3.438-2.018-.58-.73-.556-1.466.073-2.21a7.023 7.023 0 0 1 1.914-1.579c.813-.464 2.083-.99 3.809-1.581l.389.513c-1.348.522-2.278.918-2.79 1.187-.504.272-.912.592-1.225.961-.406.48-.344 1.012.184 1.598.54.584 1.452 1.105 2.739 1.564 1.265.45 2.463.673 3.593.666 1.131-.006 1.89-.238 2.276-.694.24-.282.4-.59.48-.924.088-.33.141-.89.16-1.68l2.491-1.515c.001.754-.034 1.26-.107 1.52-.125.472-.446 1.013-.963 1.624l-1.159 1.368" fill="#bf0000"/>
</svg>

After

Width:  |  Height:  |  Size: 33 KiB

BIN
src/icons/flags/ag.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 B

15
src/icons/flags/ag.svg

@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 902 B

BIN
src/icons/flags/ai.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

767
src/icons/flags/ai.svg

@ -0,0 +1,767 @@ @@ -0,0 +1,767 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/al.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

5
src/icons/flags/al.svg

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/am.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

5
src/icons/flags/am.svg

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path d="M0 0h640v160H0z" fill="red"/>
<path d="M0 160h640v160H0z" fill="#00f"/>
<path d="M0 320h640v160H0z" fill="orange"/>
</svg>

After

Width:  |  Height:  |  Size: 226 B

BIN
src/icons/flags/an.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

BIN
src/icons/flags/ao.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

13
src/icons/flags/ao.svg

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

6
src/icons/flags/aq.svg

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path d="M0 0h640v480H0z" fill="#3a7dce" fill-rule="evenodd"/>
<path d="M184.83 225.328c-2.887-5.906-2.887-5.906-2.887-11.809-1.444 0-1.714.278-2.55.045-.835-.23-1.15 5.445-3.856 4.337-.45-.553 1.94-4.657-.655-6.364-.834-.555.203-3.922-.16-5.4 0 0-3.292 1.754-5.774-4.426-1.219-1.616-2.888 1.475-2.888 1.475s.722 1.891-.585 2.353c-1.85-1.384-3.204-.659-5.55-2.56-2.345-1.904.497-4.083-3.97-5.697 2.89-7.381 2.89-5.906 10.106-8.857-4.33-2.953-4.33-2.953-7.216-7.382-4.332-1.475-5.775-2.95-10.107-5.903-5.775-7.382-8.662-22.142-8.662-32.475 3.656-3.46 8.662 11.809 15.881 16.237l10.106 4.428c5.775 2.952 7.219 5.903 11.55 8.856l12.994 4.429c5.775 4.427 8.662 10.333 12.994 11.808 4.692 0 5.596-2.763 7.1-2.934 8.487-.446 12.82-1.564 14.51-4.17 1.714-2.076 5.82 1.2 17.37-3.229l-1.442-5.906s3.067-2.582 7.219-1.475c-.113-2.698-.385-9.893 3.703-13.14-2.483-2.662-.816-4.572-.816-4.572s2.3-2.261 2.57-3.46c-1.216-6.505 1.057-6.605 1.566-8.52.51-1.912-1.963-1.257-1.265-3.895.695-2.639 4.877-3.265 5.437-5.438.563-2.175-1.19-3.264-1.09-3.783.903-2.076.137-6.965 0-8.857 7.76-2.123 10.288-8.58 12.993-5.905 1.444-8.857 2.888-11.808 11.55-11.808 1.22-2.722-3.159-5.03-1.443-5.905 2.887-.37 5.098-.184 8.484 4.29 1.069 1.418 1.262-2.076 2.344-2.445 1.083-.37 3.675-.375 4.06-2.122.407-1.8.993-4.152 2.437-7.104 1.218-2.4 2.165.923 3.248 5.628 6.09.23 19.851 1.614 25.626 3.229 4.33 1.153 7.218-1.153 11.368-1.615 3.067 3.137 5.955.784 7.58 7.472 2.292 3.61 6.046.325 6.858 1.385 4.828 13.607 21.431 4.428 22.693 4.66 2.119 0 4.709 6.084 6.378 5.932 2.713-.467 1.945-2.359 4.312-1.598-.63 5.121 4.65 11.025 4.65 14.854 0 0 1.285.647 2.475-.49 1.19-1.135 2.284-4.053 3.343-3.985 2.528.37 3.552.702 6.463 1.222 7.828 2.735 11.816 3.352 14.856 4.753 1.416 2.647 2.784 4.001 5.653 3.506 2.368 1.628.64 3.76 2.04 3.898 2.887-1.477 3.833-3.091 6.721-1.615 2.887 1.476 5.775 4.429 7.219 7.381 0 1.476-1.444 7.38 0 16.238.722 2.95 1.071 5.292 4.172 10.355-.824 5.202 3.903 13.954 3.903 16.168 0 2.952-2.302 4.475-3.746 7.425 5.775 4.43 0 11.81-2.887 16.238 21.656 4.43 11.55 13.286 28.874 8.857-4.33 10.334-2.797 9.504 1.534 19.838-8.662 5.904-.18 7.702-5.953 15.082-.362.463 3.427 6.413 8.75 6.413-1.443 11.809-5.774 7.38-4.33 25.094-11.37-.229-6.77 13.24-14.438 11.81.45 8.442 4.376 9.18 2.887 17.713-5.775 1.477-5.775 1.477-8.662 5.906l-4.331-1.477c-1.444 7.381-4.331 8.857 0 16.238 0 0-5.594.185-7.219 0-.135 2.538 2.483 3.23 2.888 5.904-.225 1.062-8.211 5.72-14.438 5.907-1.622 3.643 4.331 7.518 3.971 9.362-6.768 1.338-9.745 9.825-9.745 9.825s3.473 1.431 2.888 2.954c-1.85-1.385-2.888-1.477-5.775-1.477-1.444.37-4.963-.09-8.337 5.732-3.703 1.247-5.45.797-8.259 4.594-1.244-3.62-3.033.034-5.22 1.438-2.184 1.406-5.128 4.9-5.525 4.75.091-1.014 1.354-4.706 1.354-4.706l-7.219 1.477-.888.091c-.568.056-.417-4.309-1.784-4.15-1.37.16-5.282 5.49-6.616 5.658-1.332.168-1.753-1.695-2.902-1.533-1.147.162-3.384 5.625-4.198 5.768-.813.146-4.037-3.318-6.8-2.836-14.212 5.122-16.469-10.101-18.678-1.52-2.978-1.615-2.462-.678-5.487.133-1.932.509-2.107-2.61-3.824-2.561-3.434.099-3.253 3.422-5.128 2.428-1.531-6.919-10.78-5.675-11.684-8.625-.733-3.08 4.008-3.066 5.541-5.152 1.172-3.01-1.224-4.153 3.534-7.056 6.2-4.288 2.635-5.907 3.722-9.128 1.945-4.654 1.956-5.789.332-9.894 0 0-4.828-13.285-5.775-13.285-2.887-.83-2.887 4.889-7.129 6.458-8.662 2.951-23.954-7.474-26.617-7.474-2.435.047-13.717 2.732-13.292-3.02-1.687 5.593-7.89 1.314-8.272 1.314-5.775 0-3.565 4.566-7.444 4.382-1.762-.6-19.535-1.66-19.535-1.66v2.952l-11.55-5.907-10.107-2.95c-8.662-2.953-4.33-10.334-18.768-5.906v-8.857h-7.219c2.887-17.714 0-8.856-1.444-25.094l-5.775 1.477c-5.775-7.98 8.03-6.458-4.331-11.808 0 0 .227-8.813-2.887-5.906-.631.37 1.443 4.43 1.443 4.43-11.55-1.476-14.437-4.43-14.437-16.238 0 0 9.52 1.385 8.662 0-1.352-2.213-3.112-16.606-2.796-17.575-.136-1.938 8.842-6.827 7.106-11.488 1.104-.415 4.352-.459 4.352-.459" fill="#fff"/>
<path d="M574.575 284.306c-.462 1.039-.38 2.077.098 2.817.856-1.284.133-1.877-.098-2.817z" fill="none" stroke="#fff" stroke-width="2.108" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M203.29 167.756s-2.422-.296-1.878 1.828c.79-1.63 1.828-1.728 1.877-1.828zm.543-4.94c-1.334.05-2.965-.197-2.421 1.926.79-1.631 2.371-1.828 2.421-1.926zm9.113 28.312s2.075-.148 1.531 1.976c-.79-1.63-1.48-1.877-1.531-1.976z" fill="none" stroke="#fff" stroke-width="1.976" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
src/icons/flags/ar.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

32
src/icons/flags/ar.svg

@ -0,0 +1,32 @@ @@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<path fill="#74acdf" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 160.003h640v160.003H0z"/>
<g id="c" transform="translate(-64) scale(.96)">
<path id="a" d="M396.84 251.31l28.454 61.992s.49 1.185 1.28.859c.79-.327.299-1.512.299-1.512l-23.715-63.956m-.68 24.12c-.347 9.428 5.452 14.613 4.694 23.032-.757 8.42 3.867 13.18 4.94 16.454 1.073 3.274-1.16 5.232-.198 5.698.963.466 3.07-2.12 2.383-6.775-.687-4.655-4.22-6.037-3.39-16.32.83-10.283-4.206-12.678-2.98-22.058" fill="#f6b40e" stroke="#85340a" stroke-width="1.112"/>
<use height="100%" width="100%" xlink:href="#a" transform="rotate(22.5 400 250)"/>
<use height="100%" width="100%" xlink:href="#a" transform="rotate(45 400 250)"/>
<use height="100%" width="100%" xlink:href="#a" transform="rotate(67.5 400 250)"/>
<path id="b" d="M404.31 274.41c.453 9.054 5.587 13.063 4.579 21.314 2.213-6.525-3.124-11.583-2.82-21.22m-7.649-23.757l19.487 42.577-16.329-43.887" fill="#85340a"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(22.5 400 250)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(45 400 250)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(67.5 400 250)"/>
</g>
<use height="100%" width="100%" xlink:href="#c" transform="rotate(90 320 240)"/>
<use height="100%" width="100%" xlink:href="#c" transform="rotate(180 320 240)"/>
<use height="100%" width="100%" xlink:href="#c" transform="rotate(-90 320 240)"/>
<circle r="26.667" cy="240" cx="320" fill="#f6b40e" stroke="#85340a" stroke-width="1.44"/>
<path id="h" d="M329.091 234.298c-1.82 0-3.564.789-4.59 2.43 2.051 1.845 6.582 2.046 9.66-.21a7.04 7.04 0 0 0-5.07-2.22zm-.03.42c1.773-.033 3.429.781 3.66 1.59-2.051 2.256-5.329 2.06-7.38.42.898-1.436 2.342-1.985 3.72-2.01z" fill="#843511"/>
<use height="100%" width="100%" xlink:href="#d" transform="matrix(-1 0 0 1 640.24 0)"/>
<use height="100%" width="100%" xlink:href="#e" transform="matrix(-1 0 0 1 640.24 0)"/>
<use height="100%" width="100%" xlink:href="#f" transform="translate(18.108)"/>
<use height="100%" width="100%" xlink:href="#g" transform="matrix(-1 0 0 1 640.24 0)"/>
<path d="M315.92 243.686c-.877.16-1.5.939-1.5 1.83 0 1.02.842 1.83 1.86 1.83.602 0 1.154-.285 1.5-.78.71.534 1.694.59 2.22.6.08.002.185 0 .24 0 .526-.01 1.51-.066 2.22-.6.346.495.898.78 1.5.78 1.018 0 1.86-.81 1.86-1.83 0-.891-.623-1.67-1.5-1.83.492.174.81.65.81 1.17 0 .68-.548 1.23-1.23 1.23a1.24 1.24 0 0 1-1.23-1.17c-.2.4-.993 1.59-2.55 1.65-1.557-.06-2.35-1.25-2.55-1.65a1.24 1.24 0 0 1-1.23 1.17c-.681 0-1.23-.55-1.23-1.23 0-.52.318-.996.81-1.17zm2.006 5.463c-2.052 0-2.863 1.86-4.71 3.09 1.026-.41 1.834-1.219 3.27-2.04 1.437-.82 2.661.18 3.48.18h.03c.82 0 2.044-1 3.48-.18 1.437.822 2.274 1.63 3.3 2.04-1.846-1.23-2.687-3.09-4.74-3.09-.41 0-1.22.221-2.04.63h-.03c-.819-.41-1.63-.63-2.04-.63z" fill="#85340a"/>
<path d="M317.235 251.578c-.81.035-1.881.198-3.42.66 3.694-.82 4.509.42 6.15.42h.03c1.642 0 2.456-1.24 6.15-.42-4.103-1.231-4.92-.42-6.15-.42h-.03c-.769 0-1.38-.3-2.73-.24z" fill="#85340a"/>
<path d="M314 252.211c-.238.003-.498.005-.78.03 4.308.41 2.237 2.88 6.75 2.88h.03c4.513 0 2.471-2.47 6.78-2.88-4.513-.41-3.086 2.25-6.78 2.25h-.03c-3.463 0-2.396-2.324-5.97-2.28z" fill="#85340a"/>
<path d="M323.696 258.874a3.694 3.694 0 0 0-7.385 0 3.797 3.797 0 0 1 7.385 0z" fill="#85340a"/>
<path id="e" d="M303.42 234.26c4.719-4.103 10.666-4.719 13.95-1.641.803 1.076 1.318 2.226 1.53 3.427.412 2.335-.318 4.859-2.148 7.445.207 0 .618.204.823.41 1.628-3.114 2.204-6.313 1.67-9.356a13.263 13.263 0 0 0-.643-2.338c-4.513-3.691-10.665-4.102-15.178 2.052z" fill="#85340a"/>
<path id="d" d="M310.803 233.03c2.666 0 3.282.616 4.513 1.642 1.232 1.026 1.846.82 2.051 1.026.204.205 0 .82-.41.614-.409-.206-1.231-.614-2.46-1.64-1.232-1.027-2.461-1.026-3.693-1.026-3.692 0-5.743 3.076-6.153 2.871-.41-.206 2.052-3.487 6.153-3.487z" fill="#85340a"/>
<use height="100%" width="100%" xlink:href="#h" transform="translate(-18.414)"/>
<circle id="f" cy="236.304" cx="310.918" r="1.846" fill="#85340a"/>
<path id="g" d="M305.878 237.542c3.488 2.668 6.975 2.462 9.026 1.231 2.051-1.23 2.051-1.64 1.642-1.64-.41 0-.82.41-2.461 1.23-1.642.821-4.102.821-8.204-.82z" fill="#85340a"/>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
src/icons/flags/as.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

33
src/icons/flags/as.svg

@ -0,0 +1,33 @@ @@ -0,0 +1,33 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/at.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

6
src/icons/flags/at.svg

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 251 B

BIN
src/icons/flags/au.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 B

9
src/icons/flags/au.svg

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/aw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

186
src/icons/flags/aw.svg

@ -0,0 +1,186 @@ @@ -0,0 +1,186 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/ax.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

18
src/icons/flags/ax.svg

@ -0,0 +1,18 @@ @@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M106.25 0h1133.3v850H106.25z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="matrix(.56472 0 0 .56482 -60.002 -.1)">
<path d="M0 0h1300v850H0z" fill="#0053a5"/>
<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: 563 B

BIN
src/icons/flags/az.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 B

8
src/icons/flags/az.svg

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 555 B

BIN
src/icons/flags/ba.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

12
src/icons/flags/ba.svg

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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(.9375)" fill-rule="evenodd">
<path fill="#009" d="M-85.333 0h682.67v512h-682.67V0z"/>
<path fill="#FC0" d="M56.489 0l510.978 512.267v-512L56.489 0z"/>
<path fill="#FFF" d="M439.883 481.532l-27.865-20.359-28.639 20.261 10.828-33.243-28.18-20.528 34.914.071 10.855-33.192 10.725 33.233 34.923.099-27.942 20.657 10.381 33.001zm81.294 10.343l-34.923-.099-10.725-33.233-10.855 33.192-34.914-.071 28.18 20.528-10.828 33.243 28.639-20.261 27.865 20.359-10.38-33 27.941-20.658zM365.636 384.666l27.942-20.657-34.923-.099-10.725-33.233-10.855 33.192-34.914-.071 28.18 20.528-10.828 33.243 28.639-20.261 27.865 20.359-10.381-33.001zm-64.355-64.445l27.942-20.657-34.923-.099-10.725-33.233-10.855 33.192-34.914-.071 28.18 20.528-10.828 33.243 28.639-20.261 27.865 20.359-10.381-33.001zm-63.645-63.644l27.941-20.658-34.922-.099-10.725-33.233-10.855 33.192-34.914-.071 28.18 20.528-10.828 33.243 28.639-20.263 27.865 20.36-10.381-32.999zm-64.445-64.267l27.941-20.658-34.922-.099-10.725-33.233-10.855 33.192-34.914-.071 28.18 20.528-10.828 33.243 28.639-20.262 27.865 20.36-10.381-33zm-63.644-63.912l27.941-20.658-34.922-.099L91.84 74.408 80.985 107.6l-34.914-.071 28.18 20.528L63.423 161.3l28.639-20.262 27.865 20.36-10.38-33zm-64-64L73.488 43.74l-34.922-.099L27.84 10.408 16.985 43.6l-34.914-.071 28.18 20.528L-.576 97.3l28.639-20.262 27.865 20.36-10.381-33zm-64-64L9.488-20.259l-34.922-.099-10.726-33.234L-47.015-20.4l-34.914-.071L-53.749.057-64.576 33.3l28.639-20.263 27.865 20.36L-18.453.398z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/icons/flags/bb.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

6
src/icons/flags/bb.svg

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<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: 767 B

BIN
src/icons/flags/bd.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

4
src/icons/flags/bd.svg

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

After

Width:  |  Height:  |  Size: 193 B

BIN
src/icons/flags/be.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 B

7
src/icons/flags/be.svg

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 318 B

BIN
src/icons/flags/bf.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

7
src/icons/flags/bf.svg

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 435 B

BIN
src/icons/flags/bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

7
src/icons/flags/bg.svg

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

After

Width:  |  Height:  |  Size: 305 B

BIN
src/icons/flags/bh.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

11
src/icons/flags/bh.svg

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 610 B

BIN
src/icons/flags/bi.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 564 B

15
src/icons/flags/bi.svg

@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/bj.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

14
src/icons/flags/bj.svg

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 503 B

7
src/icons/flags/bl.svg

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 315 B

BIN
src/icons/flags/bm.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

99
src/icons/flags/bm.svg

@ -0,0 +1,99 @@ @@ -0,0 +1,99 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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.467m-17.809 20.736l.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.975m-13.477.767l1.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.613m-2.193-1.938l1.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

BIN
src/icons/flags/bn.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

36
src/icons/flags/bn.svg

@ -0,0 +1,36 @@ @@ -0,0 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/bo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

686
src/icons/flags/bo.svg

@ -0,0 +1,686 @@ @@ -0,0 +1,686 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path fill="#007934" d="M0 0h640v480H0z"/>
<path fill="#ffe000" d="M0 0h640v320H0z"/>
<path fill="#d52b1e" d="M0 0h640v160H0z"/>
<path d="M368.579 210.711c-.577.556-97.586 97.453-98.012 97.875a91.75 91.75 0 0 0-1.297-.972c.4-.408 97.455-97.259 98.023-97.846-.249-.29 1.746 1.222 1.286.943z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M374.685 204.532c-.359.687-1.425 2.451-1.01 3.752-.791-.512-1.188-.899-1.947-1.46.51.898.358 1.42-.129 1.744-.318.42-1.407.322-2.103.19.696.425 1.468.864 2.434.958.966.094 1.302.04 1.89.098-.586.315-2.127.83-3.202.997-.538.084-1.58.179-2.04-.1-.576.556-1.853-.356-1.285-.943-.249-.29-.278-.755-.341-1.37-.071-.695.08-1.895.662-3.021.09.563.267 1.157.484 1.697.214.53.664.962 1.11 1.43-.26-.487-.417-1.224.097-1.756.513-.532 1.258-.533 1.958-.256-.623-.482-1.097-.771-1.85-1.32.78-.006 3.269-.964 4.09-1.456.823-.492 3.432-2.557 4.897-3.805-1.208 1.395-3.363 3.949-3.715 4.621z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M387.026 222.785c-.733.398-125.133 70.613-125.678 70.918a85.09 85.09 0 0 0-.934-1.241c.514-.298 124.945-70.457 125.68-70.888-.146-.337 1.285 1.587.932 1.21z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M394.883 218.288c-.566.576-2.158 2.02-2.177 3.368-.597-.679-.854-1.145-1.403-1.863.202.983-.112 1.448-.684 1.645-.44.329-1.457-.023-2.083-.314.533.573 1.133 1.178 2.031 1.496.899.319 1.239.347 1.785.541-.664.164-2.31.295-3.398.202-.543-.047-1.575-.202-1.928-.578-.733.398-1.667-.78-.932-1.211-.146-.337-.025-.791.112-1.398.155-.684.687-1.802 1.608-2.747a7.777 7.777 0 0 0-.08 1.746c.035.56.329 1.081.606 1.636-.093-.529-.006-1.274.658-1.664.664-.39 1.381-.215 1.965.217-.443-.611-.807-1-1.354-1.706.751.178 3.452-.155 4.4-.433.948-.279 4.12-1.648 5.93-2.5-1.61 1.055-4.502 3-5.056 3.563z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M376.324 217.483c-.662.482-112.453 84.859-112.944 85.226-.29-.291-.85-.854-1.126-1.117.461-.356 112.292-84.683 112.95-85.197-.2-.316 1.53 1.42 1.12 1.088z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M383.374 212.093c-.467.637-1.809 2.257-1.609 3.595-.7-.601-1.031-1.032-1.692-1.678.36.95.125 1.448-.41 1.71-.383.38-1.446.152-2.114-.062.62.504 1.314 1.031 2.255 1.24.94.208 1.282.195 1.855.322-.63.242-2.24.568-3.332.605-.546.019-1.593-.01-2.003-.342-.662.482-1.778-.574-1.12-1.088-.2-.316-.153-.78-.116-1.397.042-.697.387-1.867 1.146-2.912a7.821 7.821 0 0 0 .205 1.738c.125.55.5 1.032.865 1.548-.177-.513-.213-1.262.382-1.727.594-.465 1.333-.377 1.981-.02-.538-.552-.961-.894-1.617-1.527.772.086 3.393-.565 4.286-.954.894-.39 3.813-2.123 5.466-3.184-1.422 1.238-3.971 3.51-4.428 4.133z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M271.421 210.711c.577.556 97.586 97.453 98.012 97.875.334-.254.981-.744 1.297-.972-.4-.408-97.455-97.259-98.023-97.846.249-.29-1.746 1.222-1.286.943z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M265.315 204.532c.359.687 1.425 2.451 1.01 3.752.791-.512 1.188-.899 1.947-1.46-.51.898-.358 1.42.129 1.744.318.42 1.407.322 2.103.19-.696.425-1.468.864-2.434.958-.966.094-1.302.04-1.89.098.586.315 2.127.83 3.202.997.538.084 1.58.179 2.04-.1.576.556 1.853-.356 1.285-.943.249-.29.278-.755.341-1.37.071-.695-.08-1.895-.662-3.021a8.013 8.013 0 0 1-.484 1.697c-.214.53-.664.962-1.11 1.43.26-.487.417-1.224-.097-1.756-.513-.532-1.258-.533-1.958-.256.623-.482 1.097-.771 1.85-1.32-.78-.006-3.269-.964-4.09-1.456-.823-.492-3.432-2.557-4.897-3.805 1.208 1.395 3.363 3.949 3.715 4.621z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M252.974 222.785c.733.398 125.133 70.613 125.678 70.918.24-.323.704-.947.934-1.241-.514-.298-124.945-70.457-125.68-70.888.146-.337-1.285 1.587-.932 1.21z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M245.117 218.288c.566.576 2.158 2.02 2.177 3.368.597-.679.854-1.145 1.403-1.863-.202.983.112 1.448.684 1.645.44.329 1.457-.023 2.083-.314-.533.573-1.133 1.178-2.031 1.496-.899.319-1.239.347-1.785.541.664.164 2.31.295 3.398.202.543-.047 1.575-.202 1.928-.578.733.398 1.667-.78.932-1.211.146-.337.025-.791-.112-1.398-.155-.684-.687-1.802-1.608-2.747.096.562.116 1.176.08 1.746-.035.56-.329 1.081-.606 1.636.093-.529.006-1.274-.658-1.664-.664-.39-1.381-.215-1.965.217.443-.611.807-1 1.354-1.706-.751.178-3.452-.155-4.4-.433-.948-.279-4.12-1.648-5.93-2.5 1.61 1.055 4.502 3 5.056 3.563z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M263.676 217.483c.662.482 112.453 84.859 112.944 85.226.29-.291.85-.854 1.126-1.117-.461-.356-112.292-84.683-112.95-85.197.2-.316-1.53 1.42-1.12 1.088z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M256.626 212.093c.467.637 1.809 2.257 1.609 3.595.7-.601 1.031-1.032 1.692-1.678-.36.95-.125 1.448.41 1.71.383.38 1.446.152 2.114-.062-.62.504-1.314 1.031-2.255 1.24-.94.208-1.282.195-1.855.322.63.242 2.24.568 3.332.605.546.019 1.593-.01 2.003-.342.662.482 1.778-.574 1.12-1.088.2-.316.153-.78.116-1.397-.042-.697-.387-1.867-1.146-2.912a7.821 7.821 0 0 1-.205 1.738c-.125.55-.5 1.032-.865 1.548.177-.513.213-1.262-.382-1.727-.594-.465-1.333-.377-1.981-.02.538-.552.961-.894 1.617-1.527-.772.086-3.393-.565-4.286-.954-.894-.39-3.813-2.123-5.466-3.184 1.422 1.238 3.971 3.51 4.428 4.133z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M300.137 283.455c3.917-2.668 15.088-4.065 16.66-3.625-7.94 6.048-15.968 6.269-16.66 3.625z" fill="#00e519" stroke="#000" stroke-width=".123"/>
<path d="M300.176 283.47c.692 2.644 8.68 2.408 16.604-3.606-8.484 2.567-15.65 4.053-16.604 3.607z" fill="#ffe533" stroke="#000" stroke-width=".123"/>
<path d="M300.176 283.47c.692 2.644 8.68 2.408 16.604-3.606-8.484 2.567-15.65 4.053-16.604 3.607z" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M300.154 283.422c4.17-2.837 15.677-3.922 16.69-3.636-7.953 6.024-15.998 6.28-16.69 3.636z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M347.561 220.164l-25.466 52.32c-1.265.98-2.314-.335-2.674-.189-1.527 1.713-3.63 2.067-4.073 2.467-1.77 2.412-.796 4.371-.69 4.534 1.325 1.787-1.566 3.527-1.45 4.08-.567 1.002-2.7.775-3.14 1.99-.094-.138-4.334 8.323-4.78 9.23-.633.49-3.647 6.126-3.647 6.126-2.113-.036-10.234-5.217-10.393-5.137 4.563-7.3 15.506-18.501 15.284-19.216 3.076-5.207 7.988-10.849 10.101-10.813 2.997-1.577 4.458-5.633 3.876-6.567 2.302-.054 3.557-1.424 3.717-1.505l18.798-37.572c1.57-.517 1.334.124 1.837 1.028 0 0 1.001-1.203.936-1.35.888-.433 1.753.184 1.764.574z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M348.545 208.75c-.487 1.033.268 1.037.528 1.177l1.08.292c1.222.02 1.866.652 1.877 1.043l-29.935 61.223c-1.265.98-2.474-.256-2.863-.1l20.53-41.83s7.9-14.703 9.97-18.79l-2.716-1.161c-.843-.2-1.096-.765-.725-1.62l12.572-21.617-10.135 20.985-.183.397" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M348.545 208.75c-.487 1.033.268 1.037.528 1.177l1.08.292c1.222.02 1.866.652 1.877 1.043l-29.935 61.223c-1.265.98-2.474-.256-2.863-.1l20.53-41.83s7.9-14.703 9.97-18.79l-2.716-1.161c-.843-.2-1.096-.765-.725-1.62l12.572-21.617-10.135 20.985-.183.397" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M308.803 272.44c-2.94-.13-4.589 2.045-2.669 4.65m1.378-2.339c-1.055.573-1.722-.334-1.722-.334m15.251-13.07c-1.554 5.606-4.38 9.323-4.948 10.467-2.16 2.203-3.948 7.211-3.62 8.088l-8.101 13.307" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M321.96 272.698c-1.322-.466-5.702-4.54-10.003-3.829-3.277 3.809-5.24 7.692-5.823 8.222 4 3.299 6.634 4.937 7.61 5.433.638-.407.985-1.535.985-1.535.832-.921-.19-1.739-.19-1.739.112-2.458 1.9-4.172 3.715-4.29 2.277-.187 1.637-.37 1.927-.381 1.044-.597 1.78-1.881 1.78-1.881z" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M321.96 272.698c-1.322-.466-5.702-4.54-10.003-3.829-3.277 3.809-5.24 7.692-5.823 8.222 4 3.299 6.634 4.937 7.61 5.433.638-.407.985-1.535.985-1.535.832-.921-.19-1.739-.19-1.739.112-2.458 1.9-4.172 3.715-4.29 2.277-.187 1.637-.37 1.927-.381 1.044-.597 1.78-1.881 1.78-1.881z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M317.606 272.78c-2.016-.04-4.077.92-4.751 2.633l4.751-2.633" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M317.606 272.78c-2.016-.04-4.077.92-4.751 2.633m-3.597.677c.187.417.712.638 1.198.479.485-.16.73-.635.544-1.052-.187-.417-.729-.604-1.214-.444-.486.16-.714.6-.528 1.017zm2.502-3.413c.187.417.741.629 1.226.47.486-.16.704-.626.517-1.043-.186-.417-.701-.614-1.186-.454-.486.16-.743.61-.557 1.027z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M345.309 226.113c.8-.264 1.15-1.167.765-2.026l-4.69-1.693s-.548.096-1.018.729c-.46.658.169 1.183.169 1.183l4.774 1.807" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M345.309 226.113c.8-.264 1.15-1.167.765-2.026l-4.69-1.693s-.548.096-1.018.729c-.46.658.169 1.183.169 1.183l4.774 1.807" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M294.53 286.058c3.862-2.726 15.003-4.29 16.585-3.874-7.818 6.166-15.84 6.507-16.585 3.874z" fill="#00e519" stroke="#000" stroke-width=".123"/>
<path d="M294.57 286.073c.745 2.633 8.727 2.277 16.527-3.854-8.43 2.693-15.565 4.286-16.527 3.854z" fill="#ffe533" stroke="#000" stroke-width=".123"/>
<path d="M294.57 286.073c.745 2.633 8.727 2.277 16.527-3.854-8.43 2.693-15.565 4.286-16.527 3.854z" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M294.547 286.025c4.111-2.899 15.594-4.156 16.613-3.885-7.83 6.142-15.868 6.517-16.613 3.885z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M340.659 222.067L316.26 274.76c-1.245.998-2.32-.302-2.677-.15-1.492 1.736-3.587 2.121-4.022 2.528-1.722 2.438-.707 4.382-.598 4.543 1.361 1.767-1.494 3.55-1.366 4.101-.547 1.011-2.685.816-3.099 2.037-.097-.136-4.165 8.387-4.592 9.3-.623.5-3.522 6.18-3.522 6.18-2.113-.005-10.338-5.063-10.496-4.98 4.414-7.368 15.128-18.731 14.89-19.443 2.97-5.252 7.767-10.966 9.88-10.962 2.965-1.622 4.343-5.699 3.742-6.624 2.3-.089 3.527-1.477 3.686-1.56l18.03-37.848c1.56-.54 1.336.104 1.858 1 0 0 .977-1.217.908-1.363.879-.447 1.756.157 1.775.547z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M340.659 222.067L316.26 274.76c-1.245.998-2.32-.302-2.677-.15-1.492 1.736-3.587 2.121-4.022 2.528-1.722 2.438-.707 4.382-.598 4.543 1.361 1.767-1.494 3.55-1.366 4.101-.547 1.011-2.685.816-3.099 2.037-.097-.136-4.165 8.387-4.592 9.3-.623.5-3.522 6.18-3.522 6.18-2.113-.005-10.338-5.063-10.496-4.98 4.414-7.368 15.128-18.731 14.89-19.443 2.97-5.252 7.767-10.966 9.88-10.962 2.965-1.622 4.343-5.699 3.742-6.624 2.3-.089 3.527-1.477 3.686-1.56l18.03-37.848c1.56-.54 1.336.104 1.858 1 0 0 .977-1.217.908-1.363.879-.447 1.756.157 1.775.547z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M341.41 210.639c-.466 1.04.29 1.034.552 1.17l1.086.276c1.222 0 1.879.624 1.898 1.014l-28.685 61.662c-1.245.998-2.479-.218-2.864-.056l19.675-42.131s7.6-14.82 9.586-18.937l-2.739-1.121c-.847-.188-1.11-.748-.757-1.608l12.13-21.802-9.707 21.133-.175.4" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M341.41 210.639c-.466 1.04.29 1.034.552 1.17l1.086.276c1.222 0 1.879.624 1.898 1.014l-28.685 61.662c-1.245.998-2.479-.218-2.864-.056l19.675-42.131s7.6-14.82 9.586-18.937l-2.739-1.121c-.847-.188-1.11-.748-.757-1.608l12.13-21.802-9.707 21.133-.175.4" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M302.97 274.915c-2.942-.086-4.546 2.114-2.573 4.69m1.33-2.36c-1.043.588-1.729-.308-1.729-.308m14.983-13.296c-1.44 5.628-4.189 9.387-4.734 10.54-2.115 2.234-3.801 7.268-3.456 8.14l-7.828 13.426" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M316.131 274.976c-1.331-.446-5.794-4.455-10.08-3.679-3.198 3.857-5.083 7.77-5.654 8.308 4.067 3.239 6.734 4.838 7.72 5.318.628-.416.952-1.548.952-1.548.814-.934-.224-1.737-.224-1.737.062-2.459 1.815-4.2 3.627-4.346 2.272-.22 1.629-.394 1.918-.409 1.032-.612 1.741-1.907 1.741-1.907z" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M316.131 274.976c-1.331-.446-5.794-4.455-10.08-3.679-3.198 3.857-5.083 7.77-5.654 8.308 4.067 3.239 6.734 4.838 7.72 5.318.628-.416.952-1.548.952-1.548.814-.934-.224-1.737-.224-1.737.062-2.459 1.815-4.2 3.627-4.346 2.272-.22 1.629-.394 1.918-.409 1.032-.612 1.741-1.907 1.741-1.907z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M311.78 275.123c-2.017-.01-4.058.98-4.698 2.704l4.697-2.704" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M311.78 275.123c-2.017-.01-4.058.98-4.698 2.704m-3.582.73c.195.415.724.628 1.207.461.482-.167.718-.645.523-1.06-.195-.413-.741-.592-1.223-.425-.483.167-.702.611-.507 1.025zm2.432-3.45c.196.415.754.618 1.236.451.482-.166.69-.635.495-1.05-.195-.413-.714-.602-1.195-.435-.482.167-.73.621-.536 1.035z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M338.528 228.048c.794-.275 1.125-1.183.724-2.036l-4.725-1.623s-.545.104-1.002.744c-.446.664.193 1.18.193 1.18l4.81 1.735" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M338.528 228.048c.794-.275 1.125-1.183.724-2.036l-4.725-1.623s-.545.104-1.002.744c-.446.664.193 1.18.193 1.18l4.81 1.735" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M340.62 283.281c-3.957-2.695-15.241-4.106-16.83-3.662 8.022 6.109 16.13 6.332 16.83 3.662z" fill="#00e519" stroke="#000" stroke-width=".123"/>
<path d="M340.58 283.297c-.7 2.67-8.768 2.43-16.772-3.643 8.57 2.592 15.809 4.093 16.772 3.643z" fill="#ffe533" stroke="#000" stroke-width=".123"/>
<path d="M340.58 283.297c-.7 2.67-8.768 2.43-16.772-3.643 8.57 2.592 15.809 4.093 16.772 3.643z" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M340.602 283.247c-4.212-2.865-15.835-3.96-16.859-3.672 8.034 6.084 16.16 6.342 16.859 3.672z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M292.716 219.35l25.724 52.85c1.278.99 2.337-.34 2.7-.192 1.543 1.73 3.666 2.088 4.114 2.492 1.79 2.436.804 4.415.698 4.58-1.339 1.805 1.582 3.562 1.464 4.12.573 1.013 2.728.784 3.171 2.01.096-.138 4.38 8.408 4.83 9.324.639.495 3.684 6.188 3.684 6.188 2.134-.036 10.336-5.27 10.497-5.188-4.61-7.374-15.663-18.689-15.438-19.411-3.107-5.26-8.07-10.958-10.204-10.922-3.027-1.593-4.503-5.69-3.914-6.634-2.326-.054-3.593-1.438-3.755-1.52l-18.989-37.951c-1.586-.522-1.346.125-1.854 1.039 0 0-1.012-1.215-.946-1.364-.897-.437-1.77.185-1.782.58z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M291.722 207.82c.492 1.044-.271 1.049-.533 1.19l-1.092.295c-1.233.02-1.884.659-1.895 1.054l30.238 61.84c1.278.99 2.499-.257 2.891-.1l-20.737-42.252s-7.98-14.852-10.07-18.98l2.742-1.173c.852-.203 1.107-.773.733-1.636l-12.7-21.835 10.238 21.196.185.401" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M291.722 207.82c.492 1.044-.271 1.049-.533 1.19l-1.092.295c-1.233.02-1.884.659-1.895 1.054l30.238 61.84c1.278.99 2.499-.257 2.891-.1l-20.737-42.252s-7.98-14.852-10.07-18.98l2.742-1.173c.852-.203 1.107-.773.733-1.636l-12.7-21.835 10.238 21.196.185.401" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M331.865 272.154c2.971-.13 4.636 2.067 2.697 4.698m-1.392-2.363c1.065.578 1.74-.337 1.74-.337m-15.406-13.202c1.57 5.663 4.424 9.417 4.998 10.572 2.182 2.226 3.988 7.284 3.657 8.17l8.183 13.44" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M318.575 272.415c1.336-.47 5.76-4.587 10.105-3.868 3.31 3.847 5.294 7.77 5.882 8.305-4.041 3.333-6.702 4.988-7.688 5.488-.643-.41-.994-1.55-.994-1.55-.84-.93.191-1.757.191-1.757-.113-2.482-1.92-4.214-3.752-4.334-2.3-.188-1.654-.374-1.946-.384-1.054-.603-1.798-1.9-1.798-1.9z" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M318.575 272.415c1.336-.47 5.76-4.587 10.105-3.868 3.31 3.847 5.294 7.77 5.882 8.305-4.041 3.333-6.702 4.988-7.688 5.488-.643-.41-.994-1.55-.994-1.55-.84-.93.191-1.757.191-1.757-.113-2.482-1.92-4.214-3.752-4.334-2.3-.188-1.654-.374-1.946-.384-1.054-.603-1.798-1.9-1.798-1.9z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M322.974 272.498c2.036-.04 4.118.929 4.8 2.66l-4.8-2.66" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M322.974 272.498c2.036-.04 4.118.929 4.8 2.66m3.632.684c-.189.421-.719.644-1.21.483-.49-.162-.738-.641-.55-1.063.189-.42.737-.61 1.227-.448.49.161.721.607.533 1.028zm-2.528-3.448c-.188.421-.748.635-1.238.474-.49-.162-.71-.632-.522-1.053.189-.421.708-.62 1.199-.458.49.161.75.616.561 1.037z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M294.991 225.36c-.808-.267-1.161-1.179-.773-2.047l4.738-1.71s.553.097 1.028.736c.464.665-.17 1.196-.17 1.196l-4.823 1.824" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M294.991 225.36c-.808-.267-1.161-1.179-.773-2.047l4.738-1.71s.553.097 1.028.736c.464.665-.17 1.196-.17 1.196l-4.823 1.824" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M345.634 286.058c-3.862-2.726-15.003-4.29-16.585-3.874 7.818 6.166 15.84 6.507 16.585 3.874z" fill="#00e519" stroke="#000" stroke-width=".123"/>
<path d="M345.594 286.073c-.745 2.633-8.727 2.277-16.528-3.854 8.431 2.693 15.566 4.286 16.528 3.854z" fill="#ffe533" stroke="#000" stroke-width=".123"/>
<path d="M345.594 286.073c-.745 2.633-8.727 2.277-16.528-3.854 8.431 2.693 15.566 4.286 16.528 3.854z" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M345.617 286.025c-4.111-2.899-15.595-4.156-16.613-3.885 7.83 6.142 15.868 6.517 16.613 3.885z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M299.505 222.067l24.398 52.694c1.245.998 2.32-.302 2.677-.15 1.491 1.736 3.586 2.121 4.022 2.528 1.722 2.438.706 4.382.598 4.543-1.362 1.767 1.494 3.55 1.366 4.101.547 1.011 2.684.816 3.099 2.037.097-.136 4.165 8.387 4.592 9.3.623.5 3.522 6.18 3.522 6.18 2.113-.005 10.338-5.063 10.496-4.98-4.414-7.368-15.128-18.731-14.89-19.443-2.97-5.252-7.767-10.966-9.88-10.962-2.965-1.622-4.343-5.699-3.742-6.624-2.301-.089-3.527-1.477-3.686-1.56l-18.03-37.848c-1.56-.54-1.336.104-1.858 1 0 0-.977-1.217-.908-1.363-.879-.447-1.756.157-1.776.547z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M299.505 222.067l24.398 52.694c1.245.998 2.32-.302 2.677-.15 1.491 1.736 3.586 2.121 4.022 2.528 1.722 2.438.706 4.382.598 4.543-1.362 1.767 1.494 3.55 1.366 4.101.547 1.011 2.684.816 3.099 2.037.097-.136 4.165 8.387 4.592 9.3.623.5 3.522 6.18 3.522 6.18 2.113-.005 10.338-5.063 10.496-4.98-4.414-7.368-15.128-18.731-14.89-19.443-2.97-5.252-7.767-10.966-9.88-10.962-2.965-1.622-4.343-5.699-3.742-6.624-2.301-.089-3.527-1.477-3.686-1.56l-18.03-37.848c-1.56-.54-1.336.104-1.858 1 0 0-.977-1.217-.908-1.363-.879-.447-1.756.157-1.776.547z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M298.753 210.639c.467 1.04-.289 1.034-.55 1.17l-1.088.276c-1.221 0-1.878.624-1.897 1.014l28.685 61.662c1.245.998 2.478-.218 2.864-.056l-19.675-42.131s-7.6-14.82-9.586-18.937l2.739-1.121c.847-.188 1.11-.748.757-1.608l-12.13-21.802 9.707 21.133.174.4" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M298.753 210.639c.467 1.04-.289 1.034-.55 1.17l-1.088.276c-1.221 0-1.878.624-1.897 1.014l28.685 61.662c1.245.998 2.478-.218 2.864-.056l-19.675-42.131s-7.6-14.82-9.586-18.937l2.739-1.121c.847-.188 1.11-.748.757-1.608l-12.13-21.802 9.707 21.133.174.4" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M337.193 274.915c2.943-.086 4.547 2.114 2.574 4.69m-1.33-2.36c1.043.588 1.729-.308 1.729-.308m-14.983-13.296c1.44 5.628 4.189 9.387 4.734 10.54 2.115 2.234 3.801 7.268 3.456 8.14l7.828 13.426" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M324.032 274.976c1.332-.446 5.795-4.455 10.08-3.679 3.199 3.857 5.084 7.77 5.655 8.308-4.067 3.239-6.734 4.838-7.72 5.318-.628-.416-.952-1.548-.952-1.548-.814-.934.224-1.737.224-1.737-.062-2.459-1.815-4.2-3.627-4.346-2.272-.22-1.63-.394-1.919-.409-1.03-.612-1.74-1.907-1.74-1.907z" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M324.032 274.976c1.332-.446 5.795-4.455 10.08-3.679 3.199 3.857 5.084 7.77 5.655 8.308-4.067 3.239-6.734 4.838-7.72 5.318-.628-.416-.952-1.548-.952-1.548-.814-.934.224-1.737.224-1.737-.062-2.459-1.815-4.2-3.627-4.346-2.272-.22-1.63-.394-1.919-.409-1.03-.612-1.74-1.907-1.74-1.907z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M328.385 275.123c2.016-.01 4.057.98 4.697 2.704l-4.697-2.704" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M328.385 275.123c2.016-.01 4.057.98 4.697 2.704m3.582.73c-.195.415-.725.628-1.207.461-.482-.167-.718-.645-.523-1.06.195-.413.741-.592 1.223-.425.483.167.702.611.507 1.025zm-2.433-3.45c-.195.415-.753.618-1.235.451-.482-.166-.69-.635-.495-1.05.195-.413.713-.602 1.195-.435.482.167.73.621.535 1.035z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M301.636 228.048c-.794-.275-1.126-1.183-.724-2.036l4.725-1.623s.545.104 1.002.744c.446.664-.193 1.18-.193 1.18l-4.81 1.735" fill="#cce5e5" stroke="#000" stroke-width=".123"/>
<path d="M301.636 228.048c-.794-.275-1.126-1.183-.724-2.036l4.725-1.623s.545.104 1.002.744c.446.664-.193 1.18-.193 1.18l-4.81 1.735" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M315.25 250.666c.522-.58 35.137-37.479 35.536-37.91a97.442 97.442 0 0 1-1.364-.936c-.388.406-35.094 37.343-35.654 37.922-.379-.163 1.89 1.267 1.482.924z" fill="#a05a2c" stroke="#000" stroke-width=".123"/>
<path d="M349.812 212.207c-1.257-1.023-3.447-2.235-4.987-1.838-.519-2.146 2.504-4.384 3.77-4.057-.316 2.353 3.186 3.845 3.12 3.852l-1.903 2.043z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M352.105 210.406c.979.768 1.399.828 2.79 1.577 1.366.734 3.244-1.115 4.114-1.684 0 0 .93 3.4-1.133 5.64-2.063 2.242-4.555 2.717-6.523 2.058 0 0 2.592-2.54 1.523-3.642-1.036-1.069-1.41-1.156-2.444-1.833" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path transform="matrix(-.67726 .73575 -.82314 -.56784 0 0)" fill="#e7e7e7" stroke="#000" stroke-width=".124" d="M-27.732-406.526h4.138v2.264h-4.138z"/>
<path d="M308.168 290.315l-.922 9.039s1.399-1.712 1.735-2.281c.336-.57 1.549-2.09 1.808-7.36 0 0-.947-2.912-1.393-2.906-.741-.366-1.228 3.508-1.228 3.508zm2.223-20.15s-2.427 14.512-2.673 15.832c0 .451 1.232 1.648 2.122-1.158l1.466-10.551s-.66-2.811-.915-4.124z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M315.877 284.565c-.592-.744-1.332-1.673-1.405-2.048l-.382 3.202s2.02 1.475 1.731 4.3l.392-.57.227-1.131s.415-1.886.419-3.015c0 0-.427-.182-.982-.738z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M307.246 299.352s3.353-2.868 3.543-9.64l.415-1.886s.07 1.504.742.366c.655-1.514.622-2.83.622-2.83s1.213-1.52 1.578.354c0 0-1.126 8.854-1.203 9.607a51.406 51.406 0 0 1-.267 2.072s-.665-1.119-1.337.019c-.729 1.138-1.885 2.659-4.093 1.938zm4.06-25.065l-1.466 10.55s1.168.548 1.364 2.99c.108 1.126.555.555.742.365.244-.756.063-2.257.063-2.257l.638-7.343s-1.27-3.366-1.341-4.305z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M310.145 298.749l-.213 2.635s1.003-.014 1.675-1.152c.784-1.14 1.068-2.835 1.068-2.835s-.776-1.118-1.337.018c-.542.948-1.193 1.334-1.193 1.334zm1.8-10.556c.542-.948.715-2.642.623-2.829l-.682.572c.22 1.125.06 2.257.06 2.257z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M315.247 287.13a4.4 4.4 0 0 0-1.24-1.486l-1.488 11.867s-.419 3.014-2.279 3.793c0 0 1.06 10.327 4.414 7.459.484-.383 1.09-3.588.891-5.466-.234-2.065-.782-4.878-.834-6.005-.032-1.316.154-2.649.476-4.722.133-.753.523-2.406.598-2.595.187-.191-.04-1.723-.538-2.844z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M316.86 285.306s.906.928 1.073.925c.223-.003-2.353 19.352-2.353 19.352s.097-2.029-.655-5.97c-.61-3.2.177-7.498.866-9.56 0 0 .813-.606 1.068-4.747z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M312.572 278.786s-.502 5.46-.619 7.154c0 0 1.699-2.469 2.137-.218l.382-3.202s-1.478-2.424-1.9-3.734z" fill="#f7e214" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M311.27 287.81s-.557-6.116-3.52-1.792c-.114.002-.271 2.43-.101 3.01.093.778.913 1.74 1.255 2.318.648.964 1.34-.214 1.34-.214s.674-.982 1.027-3.322z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M287.8 236.938c-.11-3.48-1.205-9.27-1.26-13.239l-12.006-12.234s-1.482 9.912-5.84 15.58l19.105 9.9" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M288.666 237.35c.506-2.42 1.113-5.144 1.515-10.207l-7.729-7.615c.031 3.177-3.568 8.094-3.812 14.032" fill="#ffe000" stroke="#000" stroke-width=".123"/>
<path d="M295.331 244.682c.887-4.247-1.287-4.774 1.946-10.75l-7.142-6.848c-1.33 4.027-2.227 6.62-2.11 10.1l6.084 4.33" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M267.551 270.082c-1.446-4.298.518-12.73.3-18.134-.164-3.485 2.399-16.591 2.344-20.556l-14.115-8.815s-.615 14.324-2.24 29.927c-1.46 8.014-1.451 15.337-.401 21.454 1.5 8.695 2.975 12.265 6.487 15.943 6.234 6.451 19.658 2.724 19.658 2.724 11.308-2.34 17.822-9.463 17.822-9.463s-3.678.869-9.638 1.475c-13.06-.915-18.205 2.349-18.611-11.052" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M305.379 278.765l.218-.094c-2.448.916-5.862 1.928-5.862 1.928l-7.958.612c-17.262.404-15.101-10.285-14.417-27.529.164-6.544 1.461-14.785 1.127-17.703l-11.572-6.629c-3.774 10.664-2.598 18.124-3.353 23.579-.395 5.876-1.648 17.352.258 22.359 2.697 11.649 11.818 11.174 24.165 10.15 6.125-.508 9.42-2.083 9.42-2.083l7.967-4.584" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M305.604 278.531c-2.394 1.24-5.917 2.155-5.917 2.155l-8.066.796c-12.514 1.062-19.84-7.728-18.236-27.605.01-7.022.235-10.141 2.658-19.495l6.878 4.035v.647c-.389 2.1-1.373 7.01-1.373 9.256 0 15.959 10.09 28.217 23.838 30.298l.218-.093" fill="#007a3d" stroke="#000" stroke-width=".123"/>
<path d="M259.92 230.547c1.166 1.96 8.13 12.568 12.031 14.574m-10.858-7.644c1.167 2.007 9.692 13.954 13.532 14.626m-15.483 3.632c1.951 2.34 3.895 6.976 9.692 9.982m-6.963 3.299c3.894 3.632 13.532 11.614 22.835 11.942m-22.835-5.966c1.95 2.34 6.18 13.283 24.008 8.317m-26.737-6.31c1.167 2.625 10.081 17.252 25.96 11.608" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M277.75 264.83c-1.446-4.298.517-12.73.299-18.134-.164-3.485 1.48-15.54 1.426-19.505l-13.196-9.866s-.615 14.324-2.24 29.927c-1.461 8.014-2.575 17.83-1.492 23.942 1.772 10.001 6.581 12.814 7.45 13.588 6.74 6.006 21.958 5.416 23.47 4.875 10.874-3.886 15.611-10.795 15.611-10.795s-5.152-.083-11.111.523c-13.06-.915-19.657-.37-20.064-13.771" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M315.578 273.513l.218-.094c-2.448.916-5.863 1.928-5.863 1.928l-7.958.612c-17.262.404-15.1-10.284-14.416-27.528.164-6.544.389-12.422.054-15.34l-10.346-7.548c-3.774 10.664-2.751 16.68-3.507 22.134-.394 5.877-1.647 17.352.258 22.36 2.697 11.648 11.819 11.174 24.166 10.15 6.125-.509 9.42-2.084 9.42-2.084l7.967-4.584" fill="#ffe000" stroke="#000" stroke-width=".123"/>
<path d="M315.884 273.357c-2.394 1.24-5.916 2.155-5.916 2.155l-8.067.796c-12.514 1.062-19.84-7.728-18.236-27.605.01-7.022-.224-7.515 2.199-16.869 3.833 2.484 11.16 8.739 11.16 8.739s-1.993 2.806-1.526 6.729c0 15.959 6.421 24.06 20.168 26.142l1.508-13.034" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M270.119 225.296c1.166 1.96 8.13 12.567 12.031 14.573m-10.858-7.643c1.166 2.006 9.692 13.953 13.532 14.626m-15.483 3.631c1.95 2.34 3.895 6.977 9.692 9.983m-6.964 3.298c3.895 3.632 13.532 11.615 22.836 11.942m-22.836-5.966c1.951 2.34 6.18 13.283 24.009 8.317m-26.737-6.31c1.167 2.626 10.081 17.252 25.96 11.608" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M256.173 223.963s-.584 5.083-.64 5.995c-.269 4.408-.145 7.743.063 9.82-.014.224.849 5.498.552 5.78-1.013 1.156-1.05 1.284-2.117.428-.153-.176.46-5.576.506-6.319.104-.797.27-7.106.384-9.857.012-1.088.947-6.443.947-6.443s.124-1.14.3.582" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M256.173 223.963s-.584 5.083-.64 5.995c-.269 4.408-.138 7.744.063 9.82-.014.224 1.03 7.565.705 5.786-1.013 1.157-1.221 1.593-2.29.737-.152-.176.48-5.891.526-6.634.104-.797.27-7.106.384-9.857.012-1.088.947-6.443.947-6.443s.124-1.14.3.582l.005.015z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M256.063 222.181s-1.15 6.09-1.255 9.585c-.15 4.239-.332 5.437-.265 7.909.045.169-.413 3.192-.548 4.507-.096.677.099.173-.014.224-.866.53-1.454.104-1.982-.314-.157-.119 1.4-3.782 1.445-4.524.821-10.757 2.381-17.061 2.381-17.061s-.622 3.816.238-.326" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M256.063 222.181s-1.15 6.09-1.248 9.585c-.15 4.239-.332 5.438-.265 7.909.045.17-.413 3.193-.548 4.507-.096.678.098.174-.014.224-.866.53-1.454.104-1.982-.314-.157-.118 1.399-3.781 1.445-4.531.821-10.757 2.374-17.061 2.374-17.061s-.622 3.816.239-.326v.007zm-.498 17.315s-.913.414-1.015.179m-.04-1.254s.78-.02.903-.24m-.045-1.049s-.576.375-.732.136m.717-1.682l-.554.024m.591-1.52l-.61.022m.515-2.148s-.344.153-.385-.073m.493-1.7l-.497-.022m-.475 9.563s-.896.128-.995-.158m1.066-1.905s-.892.073-.93-.211m.966-1.277s-.725.023-.776-.035m.919-1.4l-.722-.032m.718-1.69l-.494-.078m.694-1.402s-.45.093-.545-.136m.595-1.59s-.405.263-.388-.018m-.049 8.958s-.888.01-.872-.264m12.754-19.782s-.584 5.083-.64 5.994c-.27 4.408-.145 7.744.062 9.82-.013.224.85 5.498.553 5.78-1.014 1.156-1.05 1.284-2.117.429-.154-.176.46-5.577.506-6.32.103-.797.27-7.106.384-9.857.012-1.088.947-6.443.947-6.443s.124-1.14.299.582" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M266.372 218.712s-.584 5.083-.64 5.994c-.27 4.408-.138 7.744.063 9.82-.014.224 1.03 7.565.705 5.787-1.014 1.156-1.222 1.592-2.29.736-.153-.176.48-5.89.526-6.633.103-.798.27-7.107.384-9.858.012-1.088.947-6.443.947-6.443s.124-1.14.299.582l.006.015z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M266.262 216.93s-1.15 6.09-1.255 9.584c-.15 4.239-.332 5.438-.265 7.909.045.17-.414 3.193-.548 4.507-.097.678.098.174-.014.224-.866.53-1.455.104-1.982-.314-.157-.118 1.399-3.781 1.444-4.524.822-10.757 2.382-17.06 2.382-17.06l.238-.327" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M266.262 216.93s-1.15 6.09-1.248 9.584c-.15 4.24-.333 5.438-.265 7.91.044.169-.414 3.192-.549 4.506-.096.678.099.174-.013.225-.866.53-1.455.103-1.982-.314-.157-.119 1.399-3.782 1.444-4.532.822-10.757 2.375-17.061 2.375-17.061l.239-.326v.007zm-.498 17.314s-.913.414-1.015.18m-.04-1.255s.78-.02.903-.24m-.045-1.049s-.576.376-.732.137m.717-1.683l-.555.024m.592-1.519l-.61.021m.515-2.148s-.344.154-.385-.073m.493-1.7l-.497-.022m-.476 9.564s-.895.127-.994-.158m1.066-1.906s-.892.073-.93-.21m.966-1.278s-.725.023-.776-.035m.919-1.4l-.722-.032m.718-1.69l-.494-.077m.693-1.403s-.45.093-.545-.136m.596-1.59s-.405.264-.388-.018m-.05 8.959s-.888.009-.87-.264" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M274.333 211.261s.459 5.14.178 8.043c-.326 3.523-.277 4.532-.627 6.573-.056.137.061 2.679.041 3.778.015.57-.116.136-.011.187.803.51 1.435.206 2.008-.097.224-.083-.97-3.247-.932-3.866.385-8.979-.463-14.328-.463-14.328l-.201-.29" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M274.333 211.261s.464 5.14.171 8.043c-.324 3.523-.277 4.531-.627 6.573-.056.136.061 2.678.041 3.778.015.569-.116.136-.01.187.802.51 1.434.205 2.007-.097.224-.083-.97-3.248-.931-3.873.384-8.978-.457-14.327-.457-14.327l-.2-.29zm-.337 14.673s.877.18 1.008-.049m-.787-1.663s.88.134.895-.101m-.819-1.137s.712.078.776.035m-.764-1.236l.722.033m-.526-1.459l.5-.024m-.472-1.216s.376.112.503-.07m-.415-1.366s.368.251.382.017m-.954 7.425s.883.08.897-.147" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M306.013 221.647l.797.06s-1.233-.09-.797-.06z" fill="#005000" stroke="#000" stroke-width=".123"/>
<path d="M316.724 256.4s-.371-.159-.464 0c0 .08.093.16.185.16.093 0 .28-.16.28-.16zm-1.022 1.115s1.58-.159 2.137-.159" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M292.19 284.203c-.228 3.057-7.355 6.571-12.68.12-5.689-4.503-4.458-11.391.063-12.345l54.614-53.263c2.191-1.197 2.402-2.337 3.493-3.502 2.293 2.433 7.039 6.803 9.628 8.914-1.575 1.317-2.855 2.565-3.204 3.593l-51.914 56.483z" fill="#e8a30e" fill-rule="evenodd" stroke="#000" stroke-width=".124"/>
<path d="M337.818 215.05c2.607-3.577 12.77 5.717 10.054 8.603-2.715 2.885-12.456-4.992-10.054-8.603z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".123" stroke-linejoin="round"/>
<path d="M346.963 222.96c-1.914 1.452-9.281-4.786-8.062-7.144 2.033-2.21 10.138 5.71 8.062 7.143z" fill="#cccccf" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M344.029 227.873c-4.578-1.46-7.821-4.506-9.875-9.058m-22.97 44.925c-5.757-1.779-9.7-5.532-11.475-11.644m9.14 14.326c-5.756-1.779-9.698-5.532-11.474-11.644m-2.11 25.795c-5.757-1.778-10.38-5.994-12.155-12.106m9.754 14.79c-5.756-1.779-10.448-6.06-12.223-12.173" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M279.346 285.02c-.285 1.36-1.029 1.783-2.068 1.367m13.75-1.919c-2.16 3.4-4.563 2.377-6.573 2.412" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M276.39 285.201c0 .91.769 1.644 1.719 1.643.95 0 1.723-.737 1.728-1.646.005-.91-.76-1.648-1.71-1.651-.949-.004-1.718 1.004-1.729 1.913" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M279.51 284.856c-.285 1.359-1.029 1.783-2.068 1.367m13.586-1.755c-2.16 3.4-4.563 2.377-6.573 2.412" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M331.832 290.315l.922 9.039s-1.399-1.712-1.735-2.281c-.336-.57-1.549-2.09-1.808-7.36 0 0 .947-2.912 1.393-2.906.741-.366 1.228 3.508 1.228 3.508zm-2.223-20.15s2.427 14.512 2.673 15.832c0 .451-1.232 1.648-2.122-1.158l-1.466-10.551s.66-2.811.915-4.124z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M324.123 284.565c.592-.744 1.332-1.673 1.405-2.048l.382 3.202s-2.02 1.475-1.731 4.3l-.392-.57-.227-1.131s-.415-1.886-.419-3.015c0 0 .427-.182.982-.738z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M332.754 299.352s-3.353-2.868-3.543-9.64l-.415-1.886s-.07 1.504-.742.366c-.655-1.514-.622-2.83-.622-2.83s-1.213-1.52-1.578.354c0 0 1.126 8.854 1.203 9.607.096.941.267 2.072.267 2.072s.665-1.119 1.337.019c.729 1.138 1.885 2.659 4.093 1.938zm-4.06-25.065l1.466 10.55s-1.168.548-1.364 2.99c-.108 1.126-.555.555-.742.365-.244-.756-.063-2.257-.063-2.257l-.638-7.343s1.27-3.366 1.341-4.305z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M329.855 298.749l.213 2.635s-1.003-.014-1.675-1.152c-.784-1.14-1.068-2.835-1.068-2.835s.776-1.118 1.337.018c.542.948 1.193 1.334 1.193 1.334zm-1.8-10.556c-.542-.948-.715-2.642-.623-2.829l.682.572c-.22 1.125-.06 2.257-.06 2.257z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M324.753 287.13a4.4 4.4 0 0 1 1.24-1.486l1.488 11.867s.419 3.014 2.279 3.793c0 0-1.06 10.327-4.414 7.459-.484-.383-1.09-3.588-.891-5.466.234-2.065.782-4.878.834-6.005.032-1.316-.154-2.649-.476-4.722-.133-.753-.523-2.406-.598-2.595-.187-.191.04-1.723.538-2.844z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M323.14 285.306s-.906.928-1.073.925c-.223-.003 2.353 19.352 2.353 19.352s-.097-2.029.655-5.97c.61-3.2-.177-7.498-.866-9.56 0 0-.813-.606-1.068-4.747z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M327.428 278.786s.502 5.46.619 7.154c0 0-1.699-2.469-2.137-.218l-.382-3.202s1.478-2.424 1.9-3.734z" fill="#f7e214" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M328.73 287.81s.557-6.116 3.52-1.792c.114.002.271 2.43.101 3.01-.093.778-.913 1.74-1.255 2.318-.648.964-1.34-.214-1.34-.214s-.674-.982-1.027-3.322z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M352.2 236.938c.11-3.48 1.205-9.27 1.26-13.239l12.006-12.234s1.482 9.912 5.84 15.58l-19.105 9.9" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M351.334 237.35c-.506-2.42-1.113-5.144-1.515-10.207l7.729-7.615c-.031 3.177 3.568 8.094 3.812 14.032" fill="#ffe000" stroke="#000" stroke-width=".123"/>
<path d="M344.669 244.682c-.887-4.247 1.287-4.774-1.946-10.75l7.142-6.848c1.33 4.027 2.227 6.62 2.11 10.1l-6.084 4.33" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M372.449 270.082c1.446-4.298-.518-12.73-.3-18.134.164-3.485-2.399-16.591-2.344-20.556l14.115-8.815s.615 14.324 2.24 29.927c1.46 8.014 1.451 15.337.401 21.454-1.5 8.695-2.975 12.265-6.487 15.943-6.234 6.451-19.658 2.724-19.658 2.724-11.308-2.34-17.822-9.463-17.822-9.463s3.678.869 9.638 1.475c13.06-.915 18.205 2.349 18.611-11.052" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M334.621 278.765l-.218-.094c2.448.916 5.862 1.928 5.862 1.928l7.958.612c17.262.404 15.101-10.285 14.417-27.529-.164-6.544-1.461-14.785-1.127-17.703l11.572-6.629c3.774 10.664 2.598 18.124 3.353 23.579.395 5.876 1.648 17.352-.258 22.359-2.697 11.649-11.818 11.174-24.165 10.15-6.125-.508-9.42-2.083-9.42-2.083l-7.967-4.584" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M334.396 278.531c2.394 1.24 5.917 2.155 5.917 2.155l8.066.796c12.514 1.062 19.84-7.728 18.236-27.605-.01-7.022-.235-10.141-2.658-19.495l-6.878 4.035v.647c.389 2.1 1.373 7.01 1.373 9.256 0 15.959-10.09 28.217-23.838 30.298l-.218-.093" fill="#007a3d" stroke="#000" stroke-width=".123"/>
<path d="M380.08 230.547c-1.166 1.96-8.13 12.568-12.031 14.574m10.858-7.644c-1.167 2.007-9.692 13.954-13.532 14.626m15.483 3.632c-1.951 2.34-3.895 6.976-9.692 9.982m6.963 3.299c-3.894 3.632-13.532 11.614-22.835 11.942m22.835-5.966c-1.95 2.34-6.18 13.283-24.008 8.317m26.737-6.31c-1.167 2.625-10.081 17.252-25.96 11.608" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M362.25 264.83c1.446-4.298-.517-12.73-.299-18.134.164-3.485-1.48-15.54-1.426-19.505l13.196-9.866s.615 14.324 2.24 29.927c1.461 8.014 2.575 17.83 1.492 23.942-1.772 10.001-6.581 12.814-7.45 13.588-6.74 6.006-21.958 5.416-23.47 4.875-10.874-3.886-15.611-10.795-15.611-10.795s5.152-.083 11.111.523c13.06-.915 19.657-.37 20.064-13.771" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M324.422 273.513l-.218-.094c2.448.916 5.863 1.928 5.863 1.928l7.958.612c17.262.404 15.1-10.284 14.416-27.528-.164-6.544-.389-12.422-.054-15.34l10.346-7.548c3.774 10.664 2.751 16.68 3.507 22.134.394 5.877 1.647 17.352-.258 22.36-2.697 11.648-11.819 11.174-24.166 10.15-6.125-.509-9.42-2.084-9.42-2.084l-7.967-4.584" fill="#ffe000" stroke="#000" stroke-width=".123"/>
<path d="M324.116 273.357c2.394 1.24 5.916 2.155 5.916 2.155l8.067.796c12.514 1.062 19.84-7.728 18.236-27.605-.01-7.022.224-7.515-2.199-16.869-3.833 2.484-11.16 8.739-11.16 8.739s1.993 2.806 1.526 6.729c0 15.959-6.421 24.06-20.168 26.142l-1.508-13.034" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M369.881 225.296c-1.166 1.96-8.13 12.567-12.031 14.573m10.858-7.643c-1.166 2.006-9.692 13.953-13.532 14.626m15.483 3.631c-1.95 2.34-3.895 6.977-9.692 9.983m6.964 3.298c-3.895 3.632-13.532 11.615-22.836 11.942m22.836-5.966c-1.951 2.34-6.18 13.283-24.009 8.317m26.737-6.31c-1.167 2.626-10.081 17.252-25.96 11.608" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M383.827 223.963s.584 5.083.64 5.995c.269 4.408.145 7.743-.063 9.82.014.224-.849 5.498-.552 5.78 1.013 1.156 1.05 1.284 2.117.428.153-.176-.46-5.576-.506-6.319-.104-.797-.27-7.106-.384-9.857-.012-1.088-.947-6.443-.947-6.443s-.124-1.14-.3.582" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M383.827 223.963s.584 5.083.64 5.995c.269 4.408.138 7.744-.063 9.82.014.224-1.03 7.565-.705 5.786 1.013 1.157 1.221 1.593 2.29.737.152-.176-.48-5.891-.526-6.634-.104-.797-.27-7.106-.384-9.857-.012-1.088-.947-6.443-.947-6.443s-.124-1.14-.3.582l-.005.015z" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M383.937 222.181s1.15 6.09 1.255 9.585c.15 4.239.332 5.437.265 7.909-.045.169.413 3.192.548 4.507.096.677-.098.173.014.224.866.53 1.454.104 1.982-.314.157-.119-1.4-3.782-1.445-4.524-.821-10.757-2.381-17.061-2.381-17.061s.622 3.816-.238-.326" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M383.937 222.181s1.15 6.09 1.248 9.585c.15 4.239.332 5.438.265 7.909-.045.17.413 3.193.548 4.507.096.678-.098.174.014.224.866.53 1.454.104 1.982-.314.157-.118-1.399-3.781-1.445-4.531-.821-10.757-2.374-17.061-2.374-17.061s.622 3.816-.239-.326v.007zm.498 17.315s.913.414 1.015.179m.04-1.254s-.78-.02-.903-.24m.045-1.049s.576.375.732.136m-.717-1.682l.554.024m-.591-1.52l.61.022m-.515-2.148s.344.153.385-.073m-.493-1.7l.497-.022m.475 9.563s.896.128.995-.158m-1.066-1.905s.892.073.93-.211m-.966-1.277s.725.023.776-.035m-.919-1.4l.722-.032m-.718-1.69l.494-.078m-.694-1.402s.45.093.545-.136m-.595-1.59s.405.263.388-.018m.049 8.958s.888.01.872-.264" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M373.628 218.712s.584 5.083.64 5.994c.27 4.408.145 7.744-.063 9.82.014.224-.849 5.498-.552 5.78 1.014 1.156 1.05 1.284 2.117.429.153-.176-.46-5.577-.506-6.32-.103-.797-.27-7.106-.384-9.857-.012-1.088-.947-6.443-.947-6.443s-.124-1.14-.299.582" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M373.628 218.712s.584 5.083.64 5.994c.27 4.408.138 7.744-.063 9.82.014.224-1.03 7.565-.705 5.787 1.014 1.156 1.222 1.592 2.29.736.153-.176-.48-5.89-.526-6.633-.103-.798-.27-7.107-.384-9.858-.012-1.088-.947-6.443-.947-6.443s-.124-1.14-.299.582l-.006.015z" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M373.738 216.93s1.15 6.09 1.255 9.584c.15 4.239.332 5.438.265 7.909-.045.17.414 3.193.548 4.507.097.678-.098.174.014.224.866.53 1.455.104 1.982-.314.157-.118-1.399-3.781-1.444-4.524-.822-10.757-2.382-17.06-2.382-17.06l-.238-.327" fill="#f7e214" stroke="#000" stroke-width=".123"/>
<path d="M373.738 216.93s1.15 6.09 1.248 9.584c.15 4.24.333 5.438.265 7.91-.044.169.414 3.192.549 4.506.096.678-.099.174.013.225.866.53 1.455.103 1.982-.314.157-.119-1.399-3.782-1.444-4.532-.822-10.757-2.375-17.061-2.375-17.061l-.239-.326v.007zm.498 17.314s.913.414 1.015.18m.04-1.255s-.78-.02-.903-.24m.045-1.049s.576.376.732.137m-.717-1.683l.555.024m-.592-1.519l.61.021m-.515-2.148s.344.154.385-.073m-.493-1.7l.497-.022m.476 9.564s.895.127.994-.158m-1.066-1.906s.892.073.93-.21m-.966-1.278s.725.023.776-.035m-.919-1.4l.722-.032m-.718-1.69l.494-.077m-.693-1.403s.45.093.545-.136m-.596-1.59s.405.264.388-.018m.05 8.959s.888.009.87-.264m-10.515-21.982s-.459 5.14-.178 8.043c.326 3.523.277 4.532.627 6.573.056.137-.061 2.679-.041 3.778-.015.57.116.136.011.187-.803.51-1.435.206-2.008-.097-.224-.083.97-3.247.932-3.866-.385-8.979.463-14.328.463-14.328l.201-.29" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M365.667 211.261s-.464 5.14-.171 8.043c.324 3.523.277 4.531.627 6.573.056.136-.061 2.678-.041 3.778-.015.569.116.136.01.187-.802.51-1.434.205-2.007-.097-.224-.083.97-3.248.931-3.873-.384-8.978.457-14.327.457-14.327l.2-.29zm.337 14.673s-.877.18-1.008-.049m.787-1.663s-.88.134-.895-.101m.819-1.137s-.712.078-.776.035m.764-1.236l-.722.033m.526-1.459l-.5-.024m.472-1.216s-.376.112-.503-.07m.415-1.366s-.368.251-.382.017m.954 7.425s-.883.08-.897-.147" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M333.987 221.647l-.797.06s1.233-.09.797-.06z" fill="#005000" stroke="#000" stroke-width=".123"/>
<path d="M323.276 256.4s.371-.159.464 0c0 .08-.093.16-.185.16-.093 0-.28-.16-.28-.16zm1.022 1.115s-1.58-.159-2.137-.159" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M291.666 215.475c-.028-2.1 1.95-3.315 2.254-3.52.97-.656 1.63-1.224 3.722-1.497 0 0 .143.433.135.805-.007.372-.462 1.658-2.07 2.745-1.638 1.107-4.04 1.467-4.04 1.467z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M291.643 214.674l29.644 38.48 1.409-1.388-30.24-39.086-.813 1.994z" fill="#a05a2c" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M291.184 207.16s3.207-.334 2.783-2.167c-.453-1.813-2.613-1.778-3.515-1.863-.932-.062-3.873.622-4.746 1.497-.902.895-2.745 2.425-2.148 4.997s1.354 4.342 2.3 5.944c.94 1.648.704 3.233.453 3.932-.076.297-.372 1.27.431 1.625 1.182.505 1.477.508 2.5-.631 1.048-1.115 2.452-2.92 2.422-5.02-.028-2.099 1.95-3.314 2.254-3.52.97-.655 1.63-1.223 3.722-1.496 0 0-.742-1.21-1.856-1.15-1.137.035-3.395-.966-4.6-2.149z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M291.184 207.16s3.207-.334 2.783-2.167c-.453-1.813-2.613-1.778-3.515-1.863-.932-.062-3.873.622-4.746 1.497-.902.895-2.745 2.425-2.148 4.997s1.354 4.342 2.3 5.944c.94 1.648.704 3.233.453 3.932-.076.297-.372 1.27.431 1.625 1.182.505 1.477.508 2.5-.631 1.048-1.115 2.452-2.92 2.422-5.02-.028-2.099 1.95-3.314 2.254-3.52.97-.655 1.63-1.223 3.722-1.496 0 0-.742-1.21-1.856-1.15-1.137.035-3.395-.966-4.6-2.149z" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M291.184 207.16c-.432.006-1.712-.555-2.599-.24-.864.339-2.654 1.385-2.366 2.903m10.428-.202s-1.85.761-3.153 1.642c-.547.37-2.359 2.043-3.527 3.24-1.031 1.023-1.26 2.4-3.474 3.896m8.988-9.049c-.38.338-.76.675-1.411 1.035-.621.338-.82.88-1.213 1.309" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M347.81 284.203c.228 3.057 7.355 6.571 12.68.12 5.689-4.503 4.458-11.391-.063-12.345l-54.614-53.263c-2.191-1.197-2.402-2.337-3.493-3.502-2.293 2.433-7.039 6.803-9.628 8.914 1.575 1.317 2.855 2.565 3.204 3.593l51.914 56.483z" fill="#e8a30e" fill-rule="evenodd" stroke="#000" stroke-width=".124"/>
<path d="M302.182 215.05c-2.607-3.577-12.77 5.717-10.054 8.603 2.715 2.885 12.456-4.992 10.054-8.603z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".123" stroke-linejoin="round"/>
<path d="M293.037 222.96c1.914 1.452 9.281-4.786 8.062-7.144-2.033-2.21-10.138 5.71-8.062 7.143z" fill="#cccccf" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.971 227.873c4.578-1.46 7.821-4.506 9.875-9.058m22.97 44.925c5.757-1.779 9.7-5.532 11.475-11.644m-9.14 14.326c5.756-1.779 9.698-5.532 11.474-11.644m2.11 25.795c5.757-1.778 10.38-5.994 12.155-12.106m-9.754 14.79c5.756-1.779 10.448-6.06 12.223-12.173" fill="none" stroke="#000" stroke-width=".123"/>
<path d="M360.654 285.02c.285 1.36 1.029 1.783 2.068 1.367m-13.75-1.919c2.16 3.4 4.563 2.377 6.573 2.412" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M363.61 285.201c0 .91-.769 1.644-1.719 1.643-.95 0-1.723-.737-1.728-1.646-.005-.91.76-1.648 1.71-1.651.949-.004 1.718 1.004 1.729 1.913" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M360.49 284.856c.285 1.359 1.029 1.783 2.068 1.367m-13.586-1.755c2.16 3.4 4.563 2.377 6.573 2.412" fill="none" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M339.65 175.519c1.774 2.84 4.406 7.962 5.125 11.887 1.325 7.239-.746 15.265-7.053 20.936-5.138 4.621-13.202 6.05-16.569 6.74-3.359.69-5.789 1.77-6.344 2.512-.028-.523-.105-1.046.455-1.568 1.596-.703 4.184-1.12 7.793-1.863 7.251-1.495 14.87-4.213 19.02-12.126 5.411-10.318 2.187-18.427-2.501-26.476l.074-.042z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M341.642 206.232a.434.567 49.857 0 1-.625-.603.434.567 49.857 1 1 .625.603z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M346.576 204.94c-1.079.64-2.147.807-3.004 1.093-.661.221-1.8.58-2.193.728-.375.14-.96.405-1.46.631-.794.36-1.653 1.356-1.653 1.356s1.208 1.266 2.65 1.087c1.13-.14 1.7-.45 2.267-.727.59-.286.576-.612 1.425-1.224.939-.677 1.597-2.013 1.968-2.945zm-5.651 1.196c-.346.542-1.173.5-1.646.425l-.213.27c.649.01 1.536.017 1.98-.567-.011-.088-.064-.129-.121-.128z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M346.561 204.988c-.976.951-2.798 2.009-4.627 2.79-1.83.782-3.97 1.033-5 1.026l-.271.287c1.482-.138 3.437-.406 5.094-1.086 2.16-.886 3.933-2.025 4.818-2.96l-.014-.057zm-2.378 4.575c-1.947-.068-3.019.538-4.828.933-1.691.37-3.669-.51-4.763 1.118 4.406 2.856 7.588.934 9.591-2.05z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M340.22 213.565c-.84-.72-8.05-3.16-9.202-.433 1.715 1.897 6.736 2.32 9.201.433z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M338.51 215.485c-.761-.12-1.659-.297-2.536-.399-.881-.102-1.227-.254-1.878-.344-1.065-.147-2.285-1.642-6.04-.501 1.453 3.35 6.415 4.052 10.454 1.244zm1.624-1.866c-3.842.767-8.357-.002-10.142-1.055l-.284.19c4.115 1.754 8.114 1.523 10.426.865zm3.988-4.056c-2.262 1.517-5.178 2.648-11.423 1.812l-.086.216c8.558.734 9.405-.835 11.51-2.028z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M338.482 215.512c-2.986.106-4.667 1.436-10.26-1.317-.457-.225-1.067-.381-1.42-.549l-.513.19c.39.173 1.018.168 1.368.323 6.984 3.082 6.788 1.64 10.825 1.353z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M327.252 211.606a.427.576 66.176 1 0 .438.737.427.576 66.176 0 0-.438-.737z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M327.147 212.253c-.644.166-.83.932-.885 1.384l-.333.12c.17-.594.407-1.406 1.122-1.65.085.035.113.094.096.146z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M345.92 186.814a.444.554 15.75 1 1-.864-.206.444.554 15.75 0 1 .865.206z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M341.622 203.154c-.14-2.086-1.152.805-3.197-3.856-.595-1.354-.59-2.218-.993-4.252 1.113 1.758 2.975 2.232 3.73 3.59.744 1.336.554 3.484.46 4.518z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M337.472 195.2s1.008 2.351 2.458 4.015c1.459 1.673 1.732 3.71 1.732 3.71" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M338.47 197.197c1.282 1.727 3.007 3.775 3.088 5.924l.2.075c-.298-2.827-1.97-4.133-3-5.559l-.289-.44zm10.847 2.668c-.94.772-1.927 1.052-2.7 1.434-.597.295-1.098.687-1.45.88-.337.184-.885.269-1.33.554-.704.452-2.082 2.032-2.082 2.032s1.307 1.07 2.116.895c2.355-.456 3.042-1.391 4.23-2.256.918-.751.979-2.535 1.216-3.54z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M340.695 204.836l-.221.325c1.351-.133 3.504-1.43 4.94-2.153 1.93-.971 3.012-1.71 3.826-3.093-.922 1.382-2.126 2.166-3.94 3.043-1.522.736-3.686 1.98-4.605 1.878z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M350.118 195.297c-.787.912-1.71 1.347-2.404 1.848-.535.387-.96.854-1.272 1.1-.299.236-.824.409-1.21.761-.614.559-1.525 2.19-1.525 2.19s.653.697 1.42.393c2.374-.294 3.071-1.42 3.954-3.445.494-1.05.983-1.82 1.037-2.847z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M341.539 199.448a.557.442 61.956 1 0 .81-.352.557.442 61.956 0 0-.81.352z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M342.51 201.586l-.16.356c2.846-1.298 6.58-3.914 7.801-6.578-1.737 2.874-4.608 4.769-7.64 6.222zm8.257-10.686c-.676.95-1.515 1.44-2.133 1.98-.477.416-.843.904-1.12 1.167-.264.252-.747.457-1.086.83-.538.59-1.279 2.254-1.279 2.254s.869.817 1.57.467c.7-.35 1.64-1.146 2.105-1.561.484-.432.603-1.475 1.171-2.27.662-.924.796-1.854.772-2.867z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M348.718 193.839c-1.38 1.572-3.079 3.07-4.669 3.756l-.125.36c2.59-1.467 3.68-2.794 4.826-4.066l-.032-.05zm1.07-5.646c-.472.922-1.178 1.47-1.666 2.027-.377.431-.637.907-.852 1.176-.206.257-.626.505-.88.878-.405.59-.81 2.142-.81 2.142s.588.626 1.189.22c.6-.406 1.46-1.235 1.826-1.663.381-.445.573-1.41.97-2.181.462-.899.424-1.724.223-2.6zm-4.37-1.094c-.25.541-.35 1.071-.512 1.63l-.064-.4c.133-.437.24-.896.448-1.298.043-.009.086-.011.128.068z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M348.37 191.04c-1.026 1.564-2.366 3.112-3.748 3.939l-.055.33c2.188-1.65 2.985-2.96 3.843-4.23l-.04-.04zm-5.62 9.896c-.114-.5-.206-.892-.533-1.34-.05-.003-.084.012-.095.059.298.483.424.906.507 1.49l.121-.21z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M341.886 181.318a.43.328 39.522 0 1-.488.442.43.328 39.522 0 1 .488-.442z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M343.15 182.53c-.357-.31-.8-.588-1.249-.863-.051.017-.057.053-.042.098.517.327.97.644 1.354 1.006l-.064-.24zm5.522.356c-1.13 2.386-3.85 4.052-2.76 7.552 2.81 2.539 2.991-4.542 2.76-7.552z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M346.094 177.666c-.463 2.438-2.627 4.455-1.209 7.686 3.985 1.002 2.086-4.368 1.209-7.686z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.737 174.014c2.002 3.723 2.483 5.876.12 8.317 0 0-1.24-1.165-1.536-3.31-.25-1.815 1.23-3.987 1.416-5.007z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M340.413 171.853c.532 2.36-1.511 3.442 1.41 6.482 2.085-2.48 1.09-3.1-1.41-6.482z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M339.628 175.983c-3.368.36-2.056-2.56-3.016-5.255 1.983 1.479 4.67 2.073 3.016 5.255zm2.195 4.455c-.947-4.39-3.968-2.673-5.64-4.608.865 2.832 2.135 4.765 5.64 4.608zm1.36 4.085c-2.632-.173-4.766-1.469-6.183-4.38 2.7 1.205 5.692 1.327 6.182 4.38z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.581 188.336c-1.038-1.192-1.064-1.96-1.46-2.755-.653-1.316-1.348-2.48-3.041-3.708.012 3.106.454 6.537 4.501 6.463z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M344.18 191.581c-1.616-2.25-3.113-4.163-5.556-5.733 1.014 2.21.545 6.298 5.555 5.733z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.723 196.043c-4.957-.14-4.488-4.816-4.53-7.004.896 1.34 1.991 2.503 2.807 3.466.89 1.052 1.748 2.24 1.723 3.538z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.125 198.828c-.4-1.014-.093-1.424-.978-2.315-.956-.962-2.79-2.685-3.75-4.662-.14 1.748-.162 4.447 1.192 5.35 1.025.683 1.918.875 3.536 1.627zm-4.33 7.247c-3.89-3.026-1.551-5.58-1.225-7.842.989 2.552 3.771 4.752 1.225 7.842zm1.595-29.177c-1.25-2.346-2.009-3.631-3.677-6.078 1.925 2.783 2.756 4.55 3.863 6.457" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M338.852 206.832c.159-3.082-.68-5.737-1.225-8.518.514 2.937 1.244 5.892.969 8.761l.256-.243zm4.618-7.388c-.405-1.884-4.118-3.135-5.045-7.512.76 4.352 4.524 5.449 4.903 7.898l.142-.386zm.831-2.562l-.1.478c-.55-2.95-4.015-4.402-5.016-8.336 1.463 4.263 4.288 4.826 5.116 7.858zm.685-4.417c-1.705-2.6-4.09-3.582-6.345-6.635 2.11 3 4.77 4.407 6.385 7.037l-.04-.402zm-.06-3.422c-1.877-.803-3.824-3.055-5.862-7.17 1.336 3.045 3.03 5.8 5.862 7.629v-.46z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M344.06 185.027c-2.19-1.731-5.03-2.88-7.071-4.914 1.697 1.936 4.956 3.288 7.13 5.201l-.06-.287zm-1.693-4.302c-2.212-1.503-4.344-1.972-6.184-4.818 1.478 2.785 3.83 3.49 6.265 5.029l-.08-.21zm6.305 2.218c-.793 3.073-1.463 6.302-3.565 8.375l.02-.402c.961-.537 2.48-3.739 3.545-7.973zm-2.558-5.162c-.144 3.175-.09 6.534-1.732 8.336l-.121-.363c1.675-1.357 1.536-4.946 1.853-7.973zm-2.256-3.614c.562 2.795.603 5.38-.141 9.56l-.161-.306c.467-2.463.996-4.986.302-9.254zm-3.384-2.218c1.123 2.37 1.983 4.77 1.249 7.342l-.202-.287c.87-2.351-.147-4.703-1.047-7.055zm-4.343 31.204c1.328 3.195-.428 5.516-2.503 6.86-1.616-4.643 1.75-4.123 2.503-6.86z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M336.187 203.143c.228 1.977-1.921 4.19-2.587 7.534l-.3.272c.987-4.078 3.07-5.647 2.887-7.806z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.718 181.215a.328.43 1.848 1 1-.647-.116.328.43 1.848 0 1 .647.116z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M343.526 182.955c.029-.471-.022-.991-.079-1.515-.045-.03-.077-.013-.103.027.057.608.082 1.16.03 1.686l.152-.198z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M342.818 180.881a.264.383 1.944 0 1-.504.25.264.383 1.944 0 1 .504-.25z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M343.156 182.354c-.109-.387-.288-.77-.473-1.153-.04 0-.06.031-.068.076.208.45.378.871.484 1.313l.057-.236z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M344.702 186.875a.43.328 80.536 1 1-.658.013.43.328 80.536 0 1 .658-.013z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M344.857 188.62c-.065-.469-.216-.97-.375-1.472-.05-.02-.078.003-.096.047.175.585.309 1.122.361 1.648l.11-.224z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.61 187.228a.443.331 57.082 1 1-.457.491.443.331 57.082 0 1 .457-.49z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M344.796 188.575c-.334-.345-.75-.654-1.173-.959-.048.02-.053.06-.04.11.486.362.912.714 1.273 1.116l-.06-.267z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.352 199.13a.328.43 12.73 1 1-.614-.235.328.43 12.73 0 1 .614.236z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M342.839 200.804c.117-.458.165-.979.208-1.504-.039-.038-.074-.026-.107.007-.058.608-.137 1.156-.287 1.663l.186-.166z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M343.98 199.876a.328.43 50.478 1 0 .487.442.328.43 50.478 1 0-.487-.442z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M342.716 201.089c.357-.31.8-.589 1.249-.864.051.018.057.054.042.099-.517.326-.97.643-1.354 1.006l.063-.241z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M340.713 204.911a.328.43 40.348 1 1-.435-.493.328.43 40.348 0 1 .435.493z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M339.48 206.158c.316-.352.6-.79.882-1.236-.017-.051-.053-.057-.098-.043-.334.512-.657.96-1.025 1.34l.242-.06z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M338.843 204.513a.445.552 10.023 0 0 .886.1.445.552 10.023 1 0-.886-.1z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M339.378 205.072c-.234.603-.067.838.072 1.1l-.147.309c-.207-.346-.285-.729-.102-1.448.086-.033.15-.009.177.04zm-12.113 9.383c-.665.057-.998-.314-1.215-.72l-.356-.002c.376.502.775.898 1.534.891.068-.06.072-.125.037-.169z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M327.31 215.146a.58.424 9.459 0 1 .196-.826.58.424 9.459 1 1-.195.826z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M332.694 206.08c.503 3.082-1.295 5.587-4.006 6.364-.886-3.974 2.777-4.116 4.006-6.364z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M332.7 206.105c-.996 2.418-2.343 4.67-4.756 7.15l-.519.068c2.686-2.125 4.16-4.885 5.274-7.218z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M327.8 213.302a.509.378 9.82 1 1-.401-.729.509.378 9.82 0 1 .4.729z" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<path d="M325.91 213.793c.494-.156.973-.415 1.45-.682-.006-.06-.05-.086-.11-.099-.56.301-1.092.546-1.658.7l.319.081zm2.626-4.993c-.13 1.237-1.104 2.351-2.002 3.22-.898.869-.998 1.194-2.264 1.57-1.218-2.77 2.853-3.32 4.266-4.79z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M328.524 208.77c-1.358 2.54-3.519 3.79-4.697 5.43l-.167-.016c1.687-2.225 3.122-2.647 4.864-5.413z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M300.422 175.519c-1.774 2.84-4.406 7.962-5.125 11.887-1.325 7.239.746 15.265 7.053 20.936 5.138 4.621 13.202 6.05 16.569 6.74 3.359.69 5.789 1.77 6.344 2.512.028-.523.105-1.046-.455-1.568-1.596-.703-4.184-1.12-7.793-1.863-7.251-1.495-14.87-4.213-19.02-12.126-5.411-10.318-2.187-18.427 2.501-26.476l-.074-.042z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M314.103 213.58c-.222.414-4.011 3.738-7.457 3.49-2.523-.183-2.94-.791-2.94-.791s-.235-.626 2.005-1.084c2.263-.463 6.186-2.009 8.392-1.614z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M303.83 216.295c2.709.306 5.468-.788 7.63-1.613" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M311.19 208.651c.292.05 3.401 1.643 4.599 3.735.876 1.53.734 1.898.734 1.898s-.222.262-1.31-.976c-1.098-1.25-3.373-3.272-4.023-4.657z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M316.483 214.207c-.886-1.666-2.49-3.086-3.73-4.205" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M300.265 175.85c-.073-.306.296-3.427 2.048-4.415 1.283-.724 1.745-.517 1.745-.517s.383.277-.488 1.27c-.879 1.003-2.082 3.163-3.305 3.663z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M303.992 170.95c-1.425.714-2.268 2.237-2.942 3.412" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M299.381 177.437c-.156-.208-1.02-2.948-.232-4.731.577-1.306.95-1.397.95-1.397s.346.01.132 1.304c-.216 1.307-.233 3.734-.85 4.824z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M300.067 171.372c-.672 1.378-.68 3.086-.703 4.417" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M299.374 177.463c.22.004 2.716-.73 3.882-2.093.854-.999.8-1.287.8-1.287s-.125-.223-1.092.532c-.977.762-2.922 1.925-3.59 2.848z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M304.017 174.134c-.88 1.095-2.25 1.912-3.312 2.558" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M298.181 179.59c-.165-.207-1.303-3.113-.867-5.222.32-1.543.633-1.704.633-1.704s.303-.045.298 1.427c-.005 1.487.321 4.187-.064 5.498z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M297.928 172.739c-.393 1.639-.16 3.539.007 5.021" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M297.301 181.576c-.255-.173-2.279-2.918-2.08-5.223.144-1.688.528-1.933.528-1.933s.393-.122.65 1.412c.26 1.55 1.175 4.282.902 5.744z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.738 174.503c-.225 1.805.423 3.726.91 5.229" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M296.213 184.14c-.22-.145-2.188-2.567-2.413-4.708-.165-1.568.084-1.817.084-1.817s.275-.134.718 1.27c.448 1.417 1.579 3.89 1.61 5.256z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M293.889 177.693c.124 1.68.923 3.42 1.533 4.78" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M298.237 179.617c.26.062 3.19-.248 4.544-1.718.992-1.077.925-1.465.925-1.465s-.151-.321-1.28.41c-1.141.737-3.416 1.747-4.19 2.773z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M303.66 176.49c-1.02 1.196-2.624 1.903-3.866 2.469" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M297.287 181.59c.254.08 3.2-.017 4.657-1.386 1.067-1.003 1.028-1.395 1.028-1.395s-.128-.331-1.307.316c-1.19.654-3.533 1.497-4.378 2.465z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M302.922 178.862c-1.104 1.119-2.754 1.709-4.034 2.184" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M296.358 184.174c.275.074 3.423-.155 4.924-1.681 1.099-1.118 1.04-1.536 1.04-1.536s-.15-.35-1.384.393c-1.247.75-3.717 1.752-4.58 2.824z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M302.27 181.015c-1.133 1.244-2.873 1.946-4.223 2.508" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M296.834 183.01s-.285-.553-.29-1.066c-.003-.513.128-.778.128-.778l-.2-.123s-.1.55-.099.814c.001.265.01.332.01.332s-.36-.308-.438-.483a10.839 10.839 0 0 1-.178-.434l-.175.078s.163.542.301.648c.483.37.777 1.111.777 1.111" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.595 180.305a.543.369 83.534 1 1 .123 1.08.543.369 83.534 1 1-.123-1.08z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M296.838 180.298a.369.543 19.29 1 1-.359 1.025.369.543 19.29 1 1 .36-1.025z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M296.727 182.952s.57-.249.897-.644c.327-.396.392-.684.392-.684l.233.03s-.27.49-.437.694c-.168.205-.217.252-.217.252s.473-.013.644-.099c.17-.086.413-.225.413-.225l.086.171s-.468.318-.643.313c-.608-.017-1.304.372-1.304.372" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M299.394 181.634a.369.543 45.57 1 0-.776.761.369.543 45.57 1 0 .776-.76z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M298.443 180.848a.369.543 19.818 1 0-.368 1.022.369.543 19.818 1 0 .368-1.022z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.445 186.87c-.238-.136-2.444-2.525-2.819-4.736-.275-1.619-.032-1.893-.032-1.893s.277-.158.83 1.272c.559 1.444 1.898 3.94 2.021 5.358z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M292.604 180.32c.24 1.74 1.185 3.495 1.91 4.87" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.598 186.894c.291.06 3.549-.386 5.008-2.072 1.07-1.235.981-1.665.981-1.665s-.18-.353-1.414.5c-1.246.862-3.748 2.066-4.575 3.237z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M301.537 183.22c-1.096 1.369-2.86 2.213-4.225 2.886" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.173 189.627c.285.005 3.517-.923 5.028-2.65 1.107-1.264 1.038-1.63 1.038-1.63s-.163-.282-1.416.673c-1.266.966-3.785 2.438-4.65 3.607z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M301.187 185.412c-1.14 1.387-2.914 2.42-4.29 3.239" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.081 189.627c-.333-.103-3.379-2.249-3.836-4.54-.335-1.678.018-2.016.018-2.016s.399-.22 1.135 1.206c.743 1.44 2.556 3.859 2.683 5.35z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M291.275 183.155c.281 1.812 1.562 3.513 2.542 4.848" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.174 193.072c.29-.049 3.387-1.598 4.594-3.638.883-1.494.745-1.852.745-1.852s-.217-.257-1.307.95c-1.1 1.219-3.375 3.189-4.032 4.54z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M300.473 187.657c-.894 1.624-2.497 3.009-3.737 4.099" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.024 193.187c-.336-.043-3.619-1.681-4.458-3.965-.615-1.672-.338-2.09-.338-2.09s.342-.303 1.294 1.032c.963 1.348 3.118 3.504 3.502 5.023z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M290.254 187.217c.587 1.822 2.108 3.337 3.278 4.531" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.075 191.604s-.449-.51-.59-1.052c-.14-.541-.072-.857-.072-.857l-.244-.077s.04.608.112.888c.072.28.098.349.098.349s-.462-.23-.59-.395c-.13-.164-.306-.413-.306-.413l-.164.13s.317.53.492.605c.61.264 1.118.97 1.118.97" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M293.019 189.057a.593.402 69.444 1 1 .416 1.11.593.402 69.444 1 1-.416-1.11z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M294.33 188.72a.402.593 5.202 1 1-.107 1.182.402.593 5.202 1 1 .108-1.181z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.04 191.554s.537-.416.778-.921c.24-.505.233-.828.233-.828l.255-.03s-.156.59-.279.851c-.123.261-.162.324-.162.324s.497-.139.655-.276c.158-.136.377-.347.377-.347l.137.158s-.412.46-.597.501c-.649.144-1.282.74-1.282.74" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M297.525 189.454a.402.593 31.485 1 0-.62 1.011.402.593 31.485 1 0 .62-1.011z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M296.293 188.866a.402.593 5.73 1 0-.118 1.18.402.593 5.73 1 0 .118-1.18z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.429 196.224c-.324-.054-3.793-1.79-5.145-4.075-.99-1.672-.835-2.074-.835-2.074s.243-.287 1.464 1.064c1.233 1.365 3.78 3.572 4.516 5.085z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M289.494 190.16c1.002 1.819 2.797 3.37 4.185 4.59" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M295.651 196.166c.368-.047 3.964-1.842 4.884-4.342.674-1.832.37-2.288.37-2.288s-.374-.332-1.418 1.129c-1.054 1.476-3.415 3.837-3.836 5.5z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M300.877 189.628c-.644 1.995-2.31 3.654-3.592 4.962" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M296.59 199.248c.34-.087 3.672-2.236 4.537-4.77.633-1.854.356-2.263.356-2.263s-.344-.28-1.317 1.257c-.983 1.552-3.178 4.113-3.577 5.776z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M301.456 192.308c-.607 2.01-2.156 3.81-3.348 5.225" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M296.337 199.249c-.413.022-4.714-1.23-6.222-3.788-1.103-1.874-.862-2.435-.862-2.435s.345-.439 1.78.955c1.45 1.409 4.511 3.528 5.304 5.268z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M289.303 193.122c1.104 2.059 3.262 3.546 4.928 4.725" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M300.152 205.69c.265-.178 2.593-3.074 2.78-5.565.137-1.823-.18-2.1-.18-2.1s-.347-.143-.834 1.503c-.493 1.663-1.785 4.579-1.766 6.163z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M302.749 198.115c-.083 1.953-.995 4.004-1.692 5.609" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M299.952 205.62c-.428.131-5.3.02-7.6-2.132-1.683-1.575-1.585-2.198-1.585-2.198s.24-.528 2.138.482c1.918 1.02 5.728 2.324 7.047 3.848z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M290.846 201.372c1.735 1.76 4.419 2.673 6.5 3.407" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M298.161 203.082c-.379.02-4.724-1.028-6.81-3.207-1.527-1.594-1.45-2.074-1.45-2.074s.205-.377 1.914.807c1.727 1.196 5.145 2.992 6.346 4.474z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M289.973 197.882c1.576 1.753 3.984 3.014 5.851 4.013" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M298.4 202.952c.359-.131 3.568-2.794 3.935-5.58.268-2.04-.138-2.442-.138-2.442s-.45-.258-1.172 1.484c-.73 1.76-2.573 4.728-2.625 6.538z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M302.189 195.032c-.202 2.202-1.505 4.289-2.5 5.927" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M297.442 201.461s-.69-.322-1.076-.815c-.387-.494-.458-.848-.458-.848l-.285.03s.314.606.512.861c.199.256.257.314.257.314s-.577-.03-.783-.14c-.206-.111-.498-.288-.498-.288l-.11.206s.562.403.775.402c.743-.002 1.582.495 1.582.495" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M294.22 199.783a.664.45 45.889 1 1 .924.953.664.45 45.889 1 1-.924-.953z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.416 198.848a.664.45 71.645 1 1 .418 1.26.664.45 71.645 1 1-.418-1.26z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M297.531 201.438s.366-.667.387-1.294c.021-.626-.13-.954-.13-.954l.247-.145s.105.675.095.999c-.01.323-.022.404-.022.404s.449-.364.55-.575c.1-.211.231-.526.231-.526l.211.1s-.216.658-.388.783c-.602.437-.985 1.333-.985 1.333" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M299.133 198.173a.45.664 7.93 1 0-.183 1.315.45.664 7.93 1 0 .183-1.315z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M297.616 198.121a.664.45 72.174 1 0 .407 1.264.664.45 72.174 1 0-.407-1.264z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M301.771 207.593c-.303.192-4.25 1.066-6.767-.238-1.843-.955-1.958-1.483-1.958-1.483s.028-.48 1.867-.03c1.859.455 5.324.766 6.858 1.751z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M293.135 205.923c1.942 1.096 4.381 1.31 6.281 1.499" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M302.01 207.524c.213-.137 1.953-2.571 1.878-4.86-.055-1.677-.356-1.968-.356-1.968s-.313-.17-.579 1.304c-.268 1.489-1.11 4.053-.943 5.524z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M303.538 200.779c.115 1.802-.48 3.606-.93 5.019" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M305.54 210.337c-.374.229-5.108 1.462-7.981.244-2.104-.891-2.199-1.451-2.199-1.451s.07-.518 2.21-.17c2.16.352 6.233.43 7.97 1.377z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M295.461 209.178c2.21 1.036 5.077 1.087 7.308 1.149" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M305.764 210.31c.204-.3 1.22-3.828 0-5.651-.892-1.335-1.419-1.311-1.419-1.311s-.482.133-.096 1.58c.39 1.463.58 4.313 1.515 5.381z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M304.394 203.41c1.03 1.387 1.16 3.395 1.282 4.953" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M303.341 208.648s-.582.456-1.207.094c-.625-.363-.852-.712-.852-.712l-.293.154s.595.515.917.703c.321.188.409.226.409.226s-.63.215-.899.185c-.267-.03-.655-.095-.655-.095l-.03.268s.756.114 1.001.098c.246-.016 1.531-.515 1.531-.515" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M299.464 208.734a.765.52 24.117 1 1 1.397.625.765.52 24.117 1 1-1.397-.625z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M300.339 207.227a.765.52 49.87 1 1 .986 1.17.765.52 49.87 1 1-.986-1.17z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M303.452 209.033s.491-.553.168-1.199c-.323-.646-.658-.895-.658-.895l.172-.283s.477.627.645.96c.168.332.2.422.2.422s.255-.617.24-.886c-.013-.269-.053-.66-.053-.66l.269-.014s.067.763.036 1.007c-.031.243-.61 1.496-.61 1.496" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M303.72 205.138a.765.52 69.449 1 0 .537 1.433.765.52 69.449 1 0-.537-1.433zm-1.564.785a.765.52 43.692 1 0 1.107 1.057.765.52 43.692 1 0-1.107-1.057z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M308.308 211.854c-.26.35-4.218 2.93-7.387 2.302-2.32-.46-2.629-1.061-2.629-1.061s-.136-.596 2.006-.752c2.164-.157 6.012-1.104 8.01-.489z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M298.406 213.123c2.476.595 5.185-.078 7.301-.576" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M310.771 212.546s-.467.712-1.282.548c-.816-.165-1.193-.462-1.193-.462l-.262.276s.84.342 1.26.429c.42.086.53.095.53.095s-.61.468-.913.533c-.303.066-.75.139-.75.139l.066.303s.868-.154 1.13-.262c.26-.108 1.479-1.127 1.479-1.127" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M306.57 214.057a.881.598 5.412 1 1 1.754.166.881.598 5.412 1 1-1.754-.166zm.4-1.972a.881.598 31.167 1 1 1.507.912.881.598 31.167 1 1-1.508-.912z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M309.477 212.209c.18-.323.764-3.944-.898-5.577-1.218-1.196-1.806-1.101-1.806-1.101s-.522.197.143 1.573c.672 1.39 1.34 4.178 2.56 5.105z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M306.837 205.586c1.381 1.228 1.845 3.192 2.23 4.714" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M311.364 213.077s.22-.823-.447-1.32c-.667-.498-1.14-.581-1.14-.581l.03-.38s.815.397 1.16.653c.345.255.425.33.425.33s-.058-.765-.211-1.035c-.154-.27-.398-.65-.398-.65l.27-.154s.464.75.558 1.016c.094.267.148 1.854.148 1.854" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M309.67 208.927a.881.598 42.736 1 0 1.294 1.197.881.598 42.736 1 0-1.294-1.197zm-1.203 1.616a.881.598 16.98 1 0 1.686.515.881.598 16.98 1 0-1.686-.515z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M319.105 208.988s-2.341 5.437-1.533 5.976c0 0 2.376-4.22 4.46-5.817 1.085-1.023 1.744.009 1.884-.89.14-.9-2.853-2.19-2.853-2.19l-1.916 2.696" fill="#452c25"/>
<path d="M319.105 208.988s-2.341 5.437-1.533 5.976c0 0 2.376-4.22 4.46-5.818 1.085-1.022 1.744.01 1.884-.89.14-.899-2.853-2.189-2.853-2.189l-1.916 2.696" fill="none" stroke="#000" stroke-width=".164"/>
<path d="M310.565 213.128s-3.403 5.923-2.51 5.993c.892.07 4.53-7.553 4.53-7.553l-1.24.212-.78 1.348z" fill="#452c25"/>
<path d="M310.565 213.128s-3.403 5.923-2.51 5.993c.892.07 4.53-7.553 4.53-7.553l-1.24.212-.78 1.348z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M311.593 211.477s-3.557 5.828-2.667 5.922c.89.094 4.727-7.427 4.727-7.427l-1.246.179-.814 1.326z" fill="#452c25"/>
<path d="M311.593 211.477s-3.557 5.828-2.667 5.922c.89.094 4.727-7.427 4.727-7.427l-1.246.179-.814 1.326z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M312.312 210.463s-4.05 5.482-3.171 5.657c.878.174 5.354-6.969 5.354-6.969l-1.256.065-.927 1.247z" fill="#452c25"/>
<path d="M312.312 210.463s-4.05 5.482-3.171 5.657c.878.174 5.354-6.969 5.354-6.969l-1.256.065-.927 1.247z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M313.395 209.5s-4.742 4.868-3.895 5.163c.846.295 6.232-6.16 6.232-6.16l-1.253-.11-1.084 1.107z" fill="#452c25"/>
<path d="M313.395 209.5s-4.742 4.868-3.895 5.163c.846.295 6.232-6.16 6.232-6.16l-1.253-.11-1.084 1.107z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M313.564 207.73s-4.138 5.412-3.263 5.602c.875.189 5.467-6.877 5.467-6.877l-1.257.043-.947 1.231z" fill="#452c25"/>
<path d="M313.564 207.73s-4.138 5.412-3.263 5.602c.875.189 5.467-6.877 5.467-6.877l-1.257.043-.947 1.231z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M312.509 212.38s-4.05 5.483-3.172 5.658c.878.174 5.355-6.969 5.355-6.969l-1.257.065-.926 1.247z" fill="#452c25"/>
<path d="M312.509 212.38s-4.05 5.483-3.172 5.658c.878.174 5.355-6.969 5.355-6.969l-1.257.065-.926 1.247z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.788 211.297s-2.371 4.463-2.1 4.648c.27.184 3.15-2.545 4.572-5.2 1.423-2.656-2.574.442-2.574.442" fill="#452c25"/>
<path d="M314.788 211.297s-2.371 4.463-2.1 4.648c.27.184 3.15-2.545 4.572-5.2 1.423-2.656-2.574.442-2.574.442" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M315.041 210.855s-2.34 5.436-1.532 5.976c0 0 2.937-3.28 3.704-5.886.766-2.607 0-.18 0-.18l-.213-2.831-1.916 2.696" fill="#452c25"/>
<path d="M315.041 210.855s-2.34 5.436-1.532 5.976c0 0 2.937-3.28 3.704-5.886.766-2.607 0-.18 0-.18l-.213-2.831-1.916 2.696" fill="none" stroke="#000" stroke-width=".164"/>
<path d="M313.826 210.38s-4.742 4.868-3.896 5.163c.846.295 6.233-6.16 6.233-6.16l-1.254-.11-1.083 1.106z" fill="#452c25"/>
<path d="M313.826 210.38s-4.742 4.868-3.896 5.163c.846.295 6.233-6.16 6.233-6.16l-1.254-.11-1.083 1.106z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.202 211.04s-4.742 4.868-3.895 5.163c.847.295 6.232-6.16 6.232-6.16l-1.253-.11-1.084 1.106z" fill="#452c25"/>
<path d="M314.202 211.04s-4.742 4.868-3.895 5.163c.847.295 6.232-6.16 6.232-6.16l-1.253-.11-1.084 1.106z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.579 211.809s-4.742 4.868-3.895 5.163c.846.295 6.232-6.16 6.232-6.16l-1.253-.11-1.084 1.107z" fill="#452c25"/>
<path d="M314.579 211.809s-4.742 4.868-3.895 5.163c.846.295 6.232-6.16 6.232-6.16l-1.253-.11-1.084 1.107z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.933 205.125s-3.522 4.5-3.015 5.274c.509.775 3.726-2.066 4.743-4.057 1.016-1.992-1.694-1.365-1.694-1.365" fill="#452c25"/>
<path d="M314.933 205.125s-3.522 4.5-3.015 5.274c.509.775 3.726-2.066 4.743-4.057 1.016-1.992-1.694-1.365-1.694-1.365" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.82 209.904s-3.02 5.78-2.24 5.447c.779-.332 3.84-4.678 4.178-5.637.34-.959.225-1.96.225-1.96l-2.337 1.438.2 1.12" fill="#452c25"/>
<path d="M314.82 209.904s-3.02 5.78-2.24 5.447c.779-.332 3.84-4.678 4.178-5.637.34-.959.225-1.96.225-1.96l-2.337 1.438.2 1.12" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.841 208.003s2.506-4.606-.017.868c-2.523 5.474-3.467 4.57-3.467 4.57-.195-.311 2.194-4.02 2.194-4.02s1.773-2.854 2.198-3.125" fill="#452c25"/>
<path d="M314.841 208.003s2.506-4.606-.017.868c-2.523 5.474-3.467 4.57-3.467 4.57-.195-.311 2.194-4.02 2.194-4.02s1.773-2.854 2.198-3.125" fill="none" stroke="#000" stroke-width=".113"/>
<path d="M317.528 207.392s2.787-4.575-.007.868c-2.794 5.444-3.883 4.524-3.883 4.524-.227-.316 2.44-3.993 2.44-3.993s1.979-2.83 2.46-3.096" fill="#452c25"/>
<path d="M317.528 207.392s2.787-4.575-.007.868c-2.794 5.444-3.883 4.524-3.883 4.524-.227-.316 2.44-3.993 2.44-3.993s1.979-2.83 2.46-3.096" fill="none" stroke="#000" stroke-width=".121"/>
<path d="M316.506 205.46s-3.523 4.5-3.015 5.275c.508.775 3.726-2.066 4.742-4.057 1.016-1.992-1.694-1.364-1.694-1.364" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M352.821 251.076a32.82 36.922 0 1 1-65.638 0 32.82 36.922 0 1 1 65.638 0z" fill="#e8a30e"/>
<path d="M293.699 251.074c0-17.152 12.068-30.316 26.298-30.316 14.231 0 26.3 13.164 26.3 30.316" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" font-weight="400" overflow="visible" color="#000" font-family="Sans" fill="none" stroke="#390" stroke-width=".82"/>
<path d="M287.223 253.01c.895 19.491 15.227 34.986 32.775 34.986 17.549 0 31.878-15.495 32.773-34.986h-65.548z" fill="#007934" stroke="#eee" stroke-width=".082"/>
<path d="M352.821 251.075a32.82 36.922 0 1 1-65.638 0 32.82 36.922 0 1 1 65.638 0z" fill="none" stroke="#000" stroke-width=".369"/>
<path d="M314.506 225.364c-.36 1.405.037 2.562.724 3.652.53.843.88 1.742.863 2.707a7.866 7.866 0 0 0-.694.44l-5.55-3.686 3.726 5.49a7.948 7.948 0 0 0-.195.283c-1.057-.476-2.05-.57-2.995-.388-1.336.259-2.471-.021-3.656-.727.74 1.248 1.843 1.785 3.1 2.07.973.222 1.853.61 2.525 1.306a7.94 7.94 0 0 0-.18.798l-6.533 1.325 6.519 1.247c.018.112.04.224.062.335-1.084.41-1.855 1.044-2.394 1.842-.763 1.128-1.758 1.733-3.095 2.071 1.406.36 2.56-.041 3.65-.728.844-.531 1.742-.88 2.707-.864.137.242.283.472.441.695l-3.684 5.555 5.492-3.733c.091.066.184.135.279.197-.477 1.057-.569 2.054-.386 2.999.258 1.337-.023 2.467-.73 3.651 1.248-.74 1.786-1.843 2.071-3.1.221-.973.609-1.853 1.306-2.524.263.073.527.133.798.179l1.324 6.533 1.247-6.518c.112-.018.224-.04.336-.063.41 1.085 1.044 1.856 1.842 2.395 1.127.762 1.732 1.757 2.07 3.094.36-1.405-.04-2.56-.728-3.65-.532-.845-.877-1.74-.858-2.709.24-.135.468-.282.69-.439l5.554 3.685-3.728-5.494c.066-.09.13-.184.192-.277 1.058.477 2.054.569 3 .386 1.336-.259 2.466.023 3.651.73-.74-1.249-1.841-1.782-3.098-2.067-.972-.22-1.851-.616-2.522-1.312.073-.262.129-.527.174-.796l6.536-1.32-6.52-1.252a7.861 7.861 0 0 0-.063-.336c1.085-.41 1.855-1.043 2.394-1.841.763-1.128 1.76-1.728 3.097-2.066-1.406-.36-2.563.036-3.653.723-.844.532-1.74.877-2.708.859a7.864 7.864 0 0 0-.44-.69l3.687-5.55-5.496 3.723a8.041 8.041 0 0 0-.277-.192c.477-1.057.57-2.049.388-2.994-.258-1.337.021-2.472.728-3.657-1.248.74-1.781 1.842-2.066 3.098-.222.975-.616 1.858-1.315 2.53a7.939 7.939 0 0 0-.794-.182l-1.32-6.535-1.251 6.52c-.112.018-.224.04-.336.063-.41-1.085-1.043-1.856-1.842-2.395-1.127-.762-1.727-1.759-2.066-3.096z" style="marker:none" overflow="visible" fill="#d52b1e" stroke="#000" stroke-width=".123"/>
<use height="330" width="330" transform="rotate(22.502 -417.893 955.825) scale(.14262)" fill="#fcbf49" stroke-width="1.112"/>
<use height="330" width="330" transform="matrix(-.14262 0 0 .14262 333.956 232.69)" fill="#fcbf49" stroke-width="1.112"/>
<path d="M325.847 236.704c-1.64-1.426-3.708-1.64-4.849-.57-.828 1.107-.754 2.41.214 3.779a.54.54 0 0 0-.285.143c-.72-1.37-.843-2.78-.357-4.065 1.57-1.284 3.709-1.426 5.277.713"/>
<path d="M323.28 236.276c-.927 0-1.14.214-1.569.57-.427.357-.641.286-.713.357-.07.071 0 .285.143.214.143-.071.428-.214.856-.57.428-.357.855-.357 1.283-.357 1.284 0 1.997 1.07 2.14.998.142-.07-.714-1.212-2.14-1.212"/>
<path d="M324.92 237.488c-.927-.998-2.638-1.07-3.351.072h.285c.713-1.141 2.425-.642 2.567-.143v.143"/>
<circle r=".642" cy="237.417" cx="323.138"/>
<path d="M321.569 237.56c.713.641 2.282.713 3.351-.072l-.499-.07c-.713.784-1.854.712-2.567.142v-.143"/>
<path d="M324.992 237.845c-1.213.927-2.425.856-3.138.428-.713-.428-.713-.57-.57-.57.142 0 .285.142.855.427.57.285 1.426.285 2.853-.285m-3.494 2.14a.428.428 0 1 1-.571.427c-.071.143-.357.57-.927.57h-.143l.143.214c.143 0 .57 0 .856-.213a.642.642 0 1 0 .642-.999m.855 2.995c-.642-.428-.927-1.07-1.64-1.07-.143 0-.428.072-.713.214h-.143l.143.214c.285 0 .713-.356 1.212-.07.5.284.785.57 1.141.712m-.214 0c-1.426-.428-1.711-.142-2.139-.142h-.143l.143.285c.57 0 .856-.428 2.14-.143"/>
<path d="M322.353 242.98c-1.569-.143-1.07.784-2.353.784h-.143l.143.214c1.569 0 .856-.856 2.353-.999m-8.201-6.275c1.64-1.426 3.708-1.64 4.85-.57.827 1.107.753 2.41-.215 3.779a.54.54 0 0 1 .285.143c.72-1.37.843-2.78.357-4.065-1.569-1.284-3.708-1.426-5.277.713"/>
<path d="M316.72 236.276c.926 0 1.14.214 1.568.57.428.357.642.286.713.357.071.071 0 .285-.142.214a4.102 4.102 0 0 1-.856-.57c-.428-.357-.856-.357-1.284-.357-1.283 0-1.996 1.07-2.139.998-.143-.07.713-1.212 2.14-1.212"/>
<path d="M315.08 237.488c.926-.998 2.638-1.07 3.35.072h-.285c-.713-1.141-2.424-.642-2.567-.143v.143"/>
<circle transform="scale(-1 1)" r=".642" cy="237.417" cx="-316.862"/>
<path d="M318.43 237.56c-.712.641-2.281.713-3.35-.072l.498-.07c.713.784 1.854.712 2.567.142v-.143"/>
<path d="M315.008 237.845c1.212.927 2.424.856 3.137.428.714-.428.714-.57.57-.57-.142 0-.284.142-.855.427-.57.285-1.426.285-2.852-.285m3.494 2.14a.428.428 0 1 0 .57.427c.072.143.357.57.927.57h.143l-.143.214c-.142 0-.57 0-.855-.213a.642.642 0 1 1-.642-.999m-.856 2.995c.642-.428.927-1.07 1.64-1.07.143 0 .428.072.713.214h.143l-.143.214c-.285 0-.713-.356-1.212-.07-.499.284-.784.57-1.14.712m.213 0c1.426-.428 1.712-.142 2.14-.142h.142l-.143.285c-.57 0-.855-.428-2.139-.143"/>
<path d="M317.646 242.98c1.57-.143 1.07.784 2.353.784h.143l-.143.214c-1.568 0-.855-.856-2.353-.999"/>
<path d="M323.217 258.424c1.602.203 3.278.154 4.726-.298 1.325-.46 2.768-.769 4.196-.622.007-.2.429-.34.193-.498-.523-.323-1.183-.29-1.83-.618-1.058-.49-1.681-1.328-2.736-1.925-.116-.047-.582-.32-.573-.576 2.22 3.196 7.466 1.564 11.959 1.212.413.114 1.498-.2 2.4-.476 1.087-.368 3.702-.079 4.375-.518.11-.04-1.107-.795-1.34-1.01-.626-.782-2.245-.68-3.05-1.524-1.262-1.416-3.215-1.837-4.799-3.013-.351-.212-1.07-.145-1.6-.269-.652-.55-.015-.532-4.994-4.634-4.508-1.856-4.242-3.265-7.04-4.344-.993-.489-1.9-1.363-2.742-1.134-1.505.405-4.768 2.073-6.23 2.942-1.216.721-2.74 2.017-3.785 2.85-.274.218-3.448 2.909-7.043 4.884-3.595 1.974-8.799 4.68-9.246 4.715 8.113-.406-7.255 2.3 29.159 4.856z" fill="#007934" stroke="#000" stroke-width=".123" stroke-linecap="round"/>
<path d="M303.308 249.078c2.055-1.116 9.917-5.42 12.357-8.448-.333.023.66.942.58 1.317.761-.028.37-.855 1.004-.886.486.016.843-.184 1.267-.335.49-.09.198.218.193.383-.665 1.222-2.082 1.929-3.233 2.863.133.11.266.22.193.384.408.06.894.076 1.185-.173.07-.05.075-.215.079-.321.413.173.257.492.113.705-.295.639-1.48.54-1.85 1.123-.43.627-.867 1.155-1.515 1.623.5-.413 1.074-.937 1.707-.969.977-.073 1.349-.709 2.193-.892.912-.182 1.492-.923 2.212-1.495-.288.42-.864.779-.667 1.275a.582.582 0 0 0 .572.114c-.652.844-1.949 1.454-2.401 2.465-.413-.173-.697.135-.98.179-.416.145-.3.797-.59 1.006-1.202.66-1.803 1.779-2.322 2.727-.072.104-.995.615-1.348.71-.633.25-4.597 3.313-4.651 2.881-.342-2.062-4.348 1.66-13.292-1.552m30.548-.085c-.065-.082-.2-.126-.2-.165.148-.316-.474-.378-.463-.703 1.041.035 1.84 1.227 2.495.523.142-.159-.26-.409.362-.59.138-.03-.131-.163-.06-.245-.342-.011-.625.019-.836-.063-.27-.088-.413-.172-.752-.267-.339-.09-.472-.456.02-.563.91-.133 1.863.502 2.575.165.564-.263 1.122-.323 1.684-.507.275-.07 1.187.005.896.267-.21.156-.695.096-.98.165-.491.142-.918.37-1.411.556.343-.028.261.37.683.265.63-.176 1.27-.397 1.964-.458-.063-.16.147-.277.152-.44l.205.007c-.326-.49.632-.256.996-.65-.003.08.057.082.132.124-.493.181-.29.51-.435.752-.07.077-.277.11-.213.235.267.207.279-.149.49-.063.203.046.482.135.62.1.341.011.697-.135.493-.429-.265-.246-.54-.458-.53-.779.001-.04-.065-.08-.2-.125.554.019.967.196 1.164.44.265.25.322.613.746.712.824.146.769-.257.782-.661.622.06 1.52.332 1.372.648-.068.235-.57.421-1.058.45-.342.023-.146.276-.352.31-.41-.015-.908.048-1.05.206-.144.238.045.724.312.895.404.212 1.25-.037 1.879.063.072-.359.502-.462.86-.698.418-.223-.19-.446-.534-.62-.27-.089-.063-.161.08-.359.213-.23.838-.011.913-.207.145-.237-.117-.607.162-.76.21-.152.483.134.4.334.273-.025.347-.186.63-.216.343-.028.547.256.4.335-.42.267-.776.453-.653.863-.007.202-.496.265-.288.435.4.295.39.577.525.903.125.364.89.47 1.587.335-.25-.692 1.337-.357 2.044-.536.06.002.064-.116.005-.158-.335-.208-.4-.29-.323-.574.001-.035-.124-.123-.2-.165 1.031.356 2.86.844 3.609 1.472-.98.165-2.81-.278-3.792-.069-1.19.282-2.39.642-3.653.6-.555-.02-1.102-.274-1.657-.293m-11.216-.696c.136.039-.34-.05-.407-.093" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M321.17 259.149c1.938-.11 2.242 1.395 3.512.08 1.161.213 2.237-.176 2.253-.343 2.705.567 11.109-.212 10.554-.806-.866-.99-2.275-1.363-3.385-2.213-.249-.157-.767-.24-1.148-.348-.637-.194-1.483-.047-2.025-.33-.872-.49-1.797-.914-2.57-1.53-.488-.348-.655-.904-1.189-1.327-.571-.422-1.396-.503-1.983-.763-.884-.354-1.371-1.209-2.193-1.829-.284-.226-.77-.207-1.099-.408-.705-.37-1.247-1.165-1.87-1.056-1.113.19-1.77 1.1-2.87 1.598-.915.412-1.337 1.177-2.131 1.671-.209.13-2.628 1.736-5.327 2.852-2.699 1.116-6.238 2.467-6.566 2.467 0 0 2.384 1.755 7.933 1.52l3.393 1.093 1.897-.334s4.724-.004 4.814.005z" fill="#007934" stroke="#000" stroke-width=".123"/>
<path d="M309.758 254.841c1.246-.598 6.017-2.905 7.488-4.525-.203.012.408.503.36.703.464-.015.222-.457.608-.475.296.008.513-.098.77-.18.299-.048.122.117.12.205-.4.654-1.259 1.033-1.956 1.533.082.06.164.118.12.205.249.032.545.04.721-.093.043-.027.045-.115.047-.172.252.092.159.263.072.377-.176.342-.899.29-1.121.602-.26.335-.523.618-.916.869.303-.222.65-.502 1.036-.52.595-.04.818-.38 1.332-.478.554-.098.904-.495 1.34-.8-.173.224-.522.416-.4.681.042.03.204.18.377.124-.393.452-1.208.716-1.478 1.256-.253-.092-.424.073-.597.097-.252.077-.179.426-.354.538-.73.354-1.09.952-1.401 1.46-.044.055-.604.329-.819.38-.384.134-2.785 1.775-2.82 1.544-.218-1.102-2.55.524-8.018-1.186" fill="#007934" stroke="#000" stroke-width=".123"/>
<path overflow="visible" font-weight="400" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M319.997 214.153c-18.125 0-32.819 16.53-32.819 36.921 0 20.392 14.694 36.922 32.82 36.922 18.125 0 32.819-16.53 32.819-36.922 0-20.39-14.694-36.921-32.82-36.921zm0 8.246c13.214 0 24.658 12.287 24.658 28.675 0 16.389-11.444 28.674-24.658 28.674-13.213 0-24.658-12.285-24.658-28.674 0-16.388 11.445-28.675 24.658-28.675z" color="#000" font-family="Sans" fill="#00a6de" stroke="#000" stroke-width=".123"/>
<path d="M324.726 266.791c.004.201-.07.209-.448.26-.37.05-.441.051-.446-.14-.004-.201.078-.21.448-.26.35-.047.441-.072.446.14z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.806 266.78c.005.126-.237.157-.527.196-.291.039-.52.066-.526-.053-.006-.127.236-.158.527-.197.29-.039.52-.078.526.054zm-2.831 8.983c.795-2.128 1.004-3.736-.134-6.018 1.89-1.803 3.277-1.178 4.53.103-1.193 2.253-.88 3.859-.2 5.93-1.481.784-2.772.762-4.196-.015z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.064 268.624a2.32 2.32 0 0 0-.118.005c.132 2.587.02 5.155-.003 7.724.052.002.105.003.157.003-.009-2.586.14-5.09-.03-7.733h-.007z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.422 268.65c-.334 2.356-.458 4.736-.377 7.706l.138-.001c-.02-2.93.083-5.313.37-7.679l-.13-.026zm.641-2.463c-.335.37-.52.367-.352.94.371-.253.361-.462.352-.94z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.318 266.435c.22.23.54.35.336.974-.4-.346-.348-.38-.336-.974z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.25 267.071c.29.211.556.255.357.799-.254-.304-.365-.279-.357-.799z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.17 267.41c.22.227.541.346.338.956-.4-.34-.348-.373-.338-.956z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.042 267.905c.257.222.63.342.402.93-.445-.375-.226-.462-.402-.93z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.993 268.404c.24.216.62.342.405.911-.343-.314-.387-.364-.405-.911zm1.292-1.696c-.175.146-.578.131-.594.754.496-.286.491-.231.594-.754z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.258 267.15c-.186.135-.617.119-.63.702.529-.263.524-.211.63-.701z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.195 267.551c-.193.146-.639.129-.654.758.549-.284.542-.23.654-.758z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.162 268.102c-.203.075-.676-.074-.68.707.405-.108.377-.346.68-.707z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.937 268.577c-.283.119-.443.095-.495.723.41-.277.405-.225.495-.723zm.31.37c-.715 2.048-.865 3.986-.794 7.39l.173-.022c-.035-3.375.094-5.242.75-7.293a2.77 2.77 0 0 0-.13-.075zm1.165-2.256c-.408.289-.587.247-.544.84.418-.166.452-.372.544-.84z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.628 266.775c.167.272.456.456.124 1.02-.319-.422-.26-.445-.124-1.02z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.427 267.38c.24.266.491.365.18.853-.184-.351-.298-.349-.18-.853z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.277 267.693c.167.268.458.45.128 1.002-.32-.415-.262-.438-.128-1.002z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.045 268.146c.206.272.546.467.198.991-.357-.459-.123-.497-.198-.991z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.89 268.622c.193.26.538.465.206.973-.27-.38-.303-.437-.205-.973zm1.63-1.376c-.203.105-.595.005-.744.607.548-.171.531-.12.744-.607z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.4 267.671c-.212.092-.631-.017-.768.549.575-.143.559-.096.768-.549z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.253 268.047c-.22.101-.654-.01-.803.6.599-.161.581-.11.803-.6z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.103 268.576c-.215.03-.647-.215-.817.544.42-.02.444-.256.817-.544z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.78 268.991c-.301.055-.453-.002-.637.597.461-.18.445-.132.637-.597zm.137.43c-.929 1.862-1.126 3.567-.664 6.747.067-.02.136-.044.204-.069-.46-3.036-.279-4.737.574-6.577a3.263 3.263 0 0 0-.114-.1zm1.55-2.226c-.444.232-.618.167-.652.76.437-.111.5-.31.651-.76z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.676 267.174c.13.29.394.512-.01 1.025-.263-.458-.202-.473.01-1.025z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.397 267.747c.204.295.44.426.07.867-.138-.37-.252-.383-.07-.867z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.207 268.038c.133.287.397.506 0 1.007-.266-.452-.205-.467 0-1.007z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.92 268.456c.168.296.48.532.067 1.006-.296-.5-.057-.509-.067-1.006z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.704 268.906c.157.284.474.53.077.99-.217-.41-.243-.472-.077-.99zm1.796-1.148c-.214.076-.591-.073-.817.503.567-.099.544-.05.817-.503z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.327 268.162c-.222.063-.626-.098-.835.442.59-.066.569-.02.835-.442z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.132 268.515c-.232.07-.649-.096-.876.488.616-.081.592-.032.876-.488z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.915 269.018c-.218.002-.615-.297-.883.432.42.036.474-.196.883-.432z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.54 269.387c-.308.015-.45-.06-.71.508.481-.12.458-.072.71-.508zm-2.975-.699c-.042.01-.085.023-.128.035.306 2.357.503 4.736.465 7.628.039.002.078.004.117.004.102-2.95-.105-5.315-.454-7.667zm-.645-2.55c.333.385.518.39.346.957-.37-.27-.359-.48-.346-.956z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.663 266.42c-.221.221-.543.327-.343.96.402-.328.351-.366.343-.96z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.727 267.06c-.293.196-.559.23-.364.782.257-.294.366-.262.364-.783z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.804 267.402c-.222.218-.543.32-.346.94.404-.32.352-.357.346-.94z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.928 267.901c-.258.213-.632.315-.408.914.447-.355.228-.452.408-.914z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.974 268.404c-.243.204-.623.313-.412.893.345-.3.389-.348.412-.893zm-1.28-1.755c.174.153.577.158.59.781-.496-.308-.49-.254-.59-.78z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.717 267.093c.185.143.617.146.626.73-.528-.286-.522-.236-.626-.73z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.778 267.496c.191.155.637.158.649.789-.546-.31-.541-.256-.649-.79z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.807 268.048c.203.085.677-.043.675.738-.405-.126-.375-.363-.675-.738z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.029 268.534c.282.13.44.115.489.744-.408-.294-.403-.242-.49-.744zm-.251.483a3.799 3.799 0 0 0-.127.08c.662 2.032.905 3.912.847 7.212.05.008.102.015.153.021.093-3.337-.16-5.277-.873-7.313zm-1.211-2.435c.407.307.586.273.54.865-.417-.187-.451-.394-.54-.865z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.351 266.7c-.168.265-.46.436-.132 1.015.323-.407.265-.433.132-1.015z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.547 267.314c-.242.256-.494.344-.187.845.187-.342.301-.335.187-.845z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.696 267.634c-.17.261-.461.43-.137.996.324-.4.266-.425.137-.996z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.922 268.098c-.206.263-.548.442-.204.982.36-.443.127-.491.204-.982z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.073 268.58c-.192.253-.54.441-.211.964.272-.367.305-.422.211-.963zm-1.616-1.448c.201.113.594.032.738.64-.547-.196-.53-.145-.738-.64z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.573 267.562c.21.101.631.012.763.583-.574-.169-.559-.12-.763-.583z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.716 267.945c.22.11.655.02.799.636-.597-.188-.58-.136-.799-.636z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.862 268.48c.215.04.65-.186.813.58-.42-.038-.44-.275-.813-.58z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.181 268.91c.302.068.454.019.634.626-.46-.203-.444-.152-.634-.627zm-.063.585a4.112 4.112 0 0 0-.103.09c.84 1.886.977 3.503.703 6.51l.038.022.132.045c.312-3.05.159-4.7-.77-6.667zm-1.607-2.457c.44.251.615.194.644.79-.435-.132-.496-.334-.644-.79z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.301 267.053c-.133.285-.398.493.001 1.025.266-.446.205-.464-.001-1.025z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.575 267.637c-.207.286-.445.407-.076.865.141-.364.254-.371.076-.865z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.762 267.937c-.134.28-.4.487-.006 1.007.27-.44.21-.457.006-1.007z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.047 268.369c-.17.288-.485.51-.075 1.003.3-.487.061-.506.075-1.003z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.259 268.828c-.159.276-.478.509-.085.986.221-.4.247-.46.085-.986zm-1.788-1.23c.214.087.593-.045.813.54-.566-.124-.542-.074-.813-.54z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M320.642 268.01c.222.073.626-.07.831.481-.59-.093-.567-.047-.83-.48z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M320.835 268.372c.23.082.648-.066.871.528-.615-.109-.591-.059-.871-.528z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.048 268.886c.217.01.618-.27.879.471-.42.017-.473-.217-.88-.471z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.419 269.27c.308.03.45-.038.708.541-.481-.14-.46-.093-.708-.54zm2.179-3.171c.311.402.495.418.29.972-.352-.29-.33-.498-.29-.972z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.325 266.421c-.233.209-.561.295-.397.937.42-.304.371-.344.397-.937z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.353 267.062c-.303.181-.572.198-.407.76.272-.278.38-.24.407-.76z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.41 267.408c-.234.205-.56.29-.397.919.42-.297.371-.337.397-.919z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.507 267.914c-.271.197-.65.277-.46.887.468-.328.254-.438.46-.887z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.525 268.417c-.255.19-.641.279-.463.867.361-.28.41-.323.463-.867zm-1.182-1.821c.166.162.567.189.546.811-.478-.335-.475-.28-.546-.811z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.342 267.04c.177.153.608.18.585.762-.512-.316-.51-.264-.585-.762z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.38 267.444c.182.166.628.193.604.823-.528-.34-.527-.284-.604-.823z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.377 267.997c.199.096.68-.005.635.774-.398-.15-.355-.383-.635-.774z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.572 268.494c.275.147.435.14.447.77-.391-.317-.388-.265-.447-.77zm-.375.315a2.69 2.69 0 0 0-.14.06c.586 2.393.723 4.601.672 7.47a.822.822 0 0 1 .05.005l.067-.013c.085-2.56 0-5.061-.649-7.523zm-1-2.39c.387.332.57.31.485.897-.406-.213-.425-.421-.484-.897z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.973 266.587c-.185.253-.486.405-.196 1.003.348-.385.292-.415.196-1.003z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.131 267.212c-.258.24-.516.311-.242.83.21-.33.322-.314.242-.83z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.258 267.54c-.186.25-.488.4-.2.984.35-.378.293-.407.2-.983z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.456 268.018c-.225.248-.577.405-.268.965.39-.418.159-.483.268-.965z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M323.576 268.508c-.21.239-.569.404-.274.947.296-.349.332-.402.274-.947zm-1.524-1.548c.194.126.592.07.697.686-.533-.231-.52-.178-.697-.686z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.14 267.396c.205.114.63.052.727.63-.564-.205-.551-.155-.726-.63z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.261 267.786c.212.126.651.062.756.686-.585-.226-.57-.173-.756-.686z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.371 268.33c.213.053.662-.144.777.63-.418-.064-.424-.302-.777-.63z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.663 268.779c.297.087.452.048.593.664-.446-.23-.434-.18-.593-.664zm-.77.916a2.459 2.459 0 0 0-.052.05c.693 1.39.888 2.53.753 3.69v.001c-.025.76-.14 1.576-.334 2.473.05.024.099.045.147.067l.028.008c.546-2.567.494-4.464-.541-6.29z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.483 269.21c-.043.031-.088.063-.13.096.792 2.12.901 4.075.787 6.926l.105.028.046.01c.15-2.902.053-4.93-.808-7.06zm-1.434-2.403c.43.272.607.222.61.817-.43-.15-.48-.354-.61-.817z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.838 266.858c-.144.278-.42.475-.043 1.024.286-.434.225-.454.043-1.024z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.088 267.455c-.22.275-.463.385-.116.858.159-.357.271-.36.116-.858z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.261 267.76c-.147.275-.422.47-.05 1.006.288-.427.229-.447.05-1.005z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.527 268.205c-.183.279-.508.487-.119.997.32-.473.084-.502.12-.997z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.718 268.673c-.17.268-.499.486-.127.98.239-.39.267-.449.127-.98zm-1.732-1.307c.21.096.594-.02.789.576-.56-.15-.54-.1-.79-.576z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.139 267.785c.218.083.628-.043.81.516-.587-.12-.567-.072-.81-.516z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.315 268.154c.227.093.652-.037.849.566-.61-.136-.59-.085-.85-.566z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.505 268.677c.218.02.63-.242.859.509-.422-.002-.463-.238-.86-.509z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.86 269.078c.306.043.452-.02.684.57-.475-.162-.455-.114-.684-.57zm-1.902-1.64c.47.192.634.113.74.7-.448-.073-.533-.266-.74-.7z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M320.742 267.35c-.095.3-.33.542.133 1.02.207-.479.143-.49-.133-1.02z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.09 267.896c-.17.31-.388.462.035.87.092-.382.204-.403-.036-.87z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.312 268.17c-.096.296-.332.536.125 1.001.209-.472.146-.482-.125-1.001z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.65 268.561c-.131.31-.414.571.055 1.007.233-.523-.004-.51-.054-1.007z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.92 268.991c-.122.295-.407.567.042.99.167-.426.185-.488-.043-.99zm-1.928-.992c.223.059.58-.121.874.433-.576-.05-.545-.004-.874-.433z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M320.215 268.387c.228.045.61-.15.883.37-.595-.016-.567.028-.883-.37z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M320.451 268.722c.24.052.635-.15.931.412-.623-.029-.593.018-.931-.412z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M320.728 269.205c.217-.017.577-.347.931.355-.414.07-.495-.155-.93-.355z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M321.145 269.54c.308-.01.441-.098.77.446-.494-.078-.466-.034-.77-.446zm3.786-.745c-.673 2.45-.768 4.984-.703 7.558a2.47 2.47 0 0 0 .156-.01c-.028-2.897.086-5.1.688-7.486a2.763 2.763 0 0 0-.14-.062zm1-2.292c-.389.315-.57.284-.49.876.406-.195.428-.403.49-.876z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.154 266.636c.184.262.484.427.19 1.012-.347-.4-.29-.428-.19-1.012z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.992 267.254c.257.251.515.334.236.84-.208-.337-.32-.328-.236-.84z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.863 267.577c.184.257.485.421.193.992-.347-.394-.29-.42-.193-.992z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.662 268.044c.221.26.573.432.26.978-.386-.435-.155-.489-.26-.978z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M324.539 268.53c.206.249.565.43.266.959-.293-.362-.33-.417-.266-.96zm1.534-1.48c-.195.118-.592.044-.702.655.536-.207.522-.155.702-.654z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.98 267.483c-.204.105-.63.024-.73.597.566-.18.552-.13.73-.597z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.859 267.869c-.213.114-.653.03-.763.65.587-.2.573-.147.763-.65z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.743 268.406c-.212.044-.66-.174-.78.596.418-.047.426-.284.78-.596z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.448 268.841c-.297.075-.452.028-.598.638.449-.21.436-.16.598-.638zm.189.358c-.928 2.1-1.053 4.132-.836 7.085.07-.014.14-.03.209-.047-.24-2.988-.12-4.9.741-6.952a4.056 4.056 0 0 0-.114-.086zm1.44-2.255c-.433.252-.608.194-.617.789.432-.13.484-.333.617-.789z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.287 266.958c.143.286.417.495.037 1.027-.283-.447-.223-.466-.037-1.027z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.035 267.544c.216.286.458.406.107.864-.154-.365-.268-.372-.107-.864z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.857 267.843c.145.28.418.487.044 1.007-.285-.441-.225-.457-.044-1.007z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.589 268.273c.181.289.504.512.111 1.003-.316-.487-.08-.505-.111-1.003z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M325.394 268.734c.168.276.495.508.12.985-.235-.4-.263-.46-.12-.985zm1.742-1.229c-.21.086-.593-.046-.793.54.56-.124.54-.075.793-.54z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.98 267.918c-.218.072-.627-.072-.813.479.587-.093.566-.047.813-.48z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.801 268.278c-.228.082-.65-.065-.852.527.611-.107.589-.058.852-.527z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.607 268.792c-.218.011-.628-.27-.862.47.422.017.465-.216.862-.47z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.25 269.177c-.306.03-.453-.04-.688.54.475-.141.455-.094.688-.54zm.015.564c-1.084 1.903-.992 3.927-.544 6.253.055-.023.11-.048.167-.074-.191-1.005-.314-1.928-.31-2.802v-.005c-.056-1.016.148-2.045.794-3.265l-.107-.107zm1.898-2.118c-.471.172-.635.085-.745.668.449-.054.536-.244.745-.668z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.38 267.5c.093.305.326.557-.142 1.014-.201-.488-.14-.495.142-1.013z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.03 268.03c.164.318.383.48-.044.868-.09-.385-.2-.412.043-.867z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.802 268.294c.095.3.33.55-.13.996-.207-.481-.143-.489.13-.996z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.463 268.67c.13.314.41.59-.063 1.004-.228-.533.009-.51.063-1.004z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.19 269.088c.12.3.403.586-.05.988-.165-.433-.181-.497.05-.988zm1.935-.904c-.223.047-.579-.148-.878.392.576-.024.547.02.878-.392z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.9 268.561c-.229.034-.609-.178-.887.33.596.011.567.053.886-.33z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.66 268.886c-.24.04-.632-.18-.934.37.624-.002.593.044.934-.37z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M327.38 269.355c-.217-.027-.574-.373-.934.313.413.09.497-.132.934-.313z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M326.96 269.671c-.308-.024-.44-.118-.773.411.495-.056.467-.013.773-.41zm-3.488 2.737l1.139.026c.69.015 1.243.172 1.241.353 0 .18-.554.313-1.244.297l-1.138-.026c-.69-.015-1.243-.172-1.242-.353.001-.18.555-.313 1.244-.297z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M322.683 272.39l-.34.573a.31.31 0 0 0 .194.075l.206.004.382-.642-.442-.01zm.887.02l-.382.642.441.01.383-.643-.442-.009zm.888.02l-.383.642.441.01.383-.642-.441-.01zm.886.02l-.382.642.442.01.336-.564a.316.316 0 0 0-.206-.084l-.19-.004z" fill="#e8a30e" stroke="#000" stroke-width=".041"/>
<path d="M316.534 268.808c.009-.002.261 1.784.463 2.652.024.107.15.165.186.268.038.112.011.234.02.351 0 .013.003.026.002.04-.008.16-.129.311-.089.47.023.091.132.135.173.22.237.492.245 1.087.376 1.59.056.213-.04-.04.365.557.041.06.197.063.197.063l.156.006.158.156-.202.22-.67.086-.32-.198s.08-.177.017-.263c-.046-.06-.188-.015-.201-.09-.024-.14-.07-.516-.074-.517-.012 0-.008-.024-.016-.034 0 0-.542-.59-.742-.939-.103-.18-.116-.406-.228-.58-.072-.112-.215-.164-.275-.283-.496-.99-1.068-2.908-1.069-2.897m-6.383-1.118l1.784.419-.482 2.61c-.307.828-.277.858-.177 1.09.207.445.365 1.116 1.089 2.17.252.266.52.291.619.4.047.115.26.286.44.354l.56-.015c.093-.135.094-.091.118-.193-.041-.121-.307-.072-.496-.235-.1-.316-.517-.794-.577-1.127-.23-.726-.167-.749-.117-1.492.024-.383.329-1.234.44-1.696.262-.497.52-1.357.476-1.973l-.771-1.7-.45-.69m-1.684-1.087c-2.846.918-1.633 3.54-.825 3.568m9.196-8.111l.42-.954.027-.348-.04-.073-.755.92-.01.06" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M319.18 262.395c.182.068.413.135.453.027.05-.134.073-.229-.067-.332-.068-.06.035-.152-.044-.322-.5-.35-.843-.358-.966-.637l-.02-.193c-.025-.244-.742-.345-.917-.464 0 0-.303-.15-.463-.185-.068-.015-.208-.01-.208-.01-.73-.006-1.063.76-1.185 1.227 0 0-.143 2.125-.497 3.087a.71.71 0 0 1-.146.233c-.06.065-.124.16-.211.155-2.02-.14-3.395-.23-4.215-.2-.82.03-1.757.666-1.814.736 0 0-.913.598-1.113 1.575-.067.326.013.71.141 1.094.908 2.579 1.803-.01 2.129.02l.4.038c.47.045 1.335 1.489 2.655 1.778 3.985.871 5.078-1.213 4.993-5.845l.048-.067-.013-.158.203-.368-.038-.513-.072-.243.007-.095 1.123-.145.193-.09" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M317.246 261.081l.481-1.091.032-.399-.047-.083-.864 1.053-.01.069m-8.93 7.556c.255.765.715 1.525.682 1.807-.049.422-.286.617-.303.657-.017.036-.105.09-.133.117-.123.114-.204.345-.26.51a1.318 1.318 0 0 0-.083.586c.084.74.51 2.263.531 2.285 0 0 .242.143.31.283.071.143.048.281.039.438-.012.215-.133.694-.133.694s.009.093.036.12c.076.077.334.21.334.21l.54-.014s-.302-.304-.324-.372a.358.358 0 0 1-.017-.22c.038-.16.19-.348.24-.443.054-.102-.005-.369-.005-.369-.005-.097-.084-.142-.09-.183a8.258 8.258 0 0 1-.078-.87c-.012-.282.035-1.124.035-1.124s.128-.109.18-.176c.045-.062.11-.206.11-.206s.653-.376.933-.628c.332-.3.87-1.035.87-1.035s.155-.299.178-.467a.513.513 0 0 0-.014-.175 3.813 3.813 0 0 0-.332-.903 3.205 3.205 0 0 0-.52-.771c-.021-.023-.075-.055-.075-.055m5.94 1.862c-.535.355-1.801.646-1.821.902 0 0-.038 1.605-.22 2.245-.073.252-.192.326-.286.57-.097.252-.09.446-.175.698-.09.27-.252.51-.276.978l.014.388.388.23-.403.137-.63-.251-.052-.591.139-.613.007-.099-.156-.37-.101-1.333.107-.995-.14-3.658m4.677-5.345c.253.203.587.335 1.348.088.146.093.3.21.625-.239m-.343-.525c.005-.006.147.098.2.098.04 0 .091-.084.058-.112-.037-.03-.105-.064-.137-.041-.047.032-.12.064-.121.055z" fill="#e7e7e7" stroke="#000" stroke-width=".123"/>
<path d="M317.778 261.415s.072.002.099.062c.09.203.31.238.483.024a.333.333 0 0 1 .083-.065c-.036-.003-.059 0-.087-.028-.194-.193-.394-.03-.46-.016-.044.009-.075.017-.118.023z"/>
<path d="M329.132 272.906l.001.005a1.913 1.913 0 0 0-.014.744c-.054.27-.058.532-.014.75a1.945 1.945 0 0 0-.012.715 2.006 2.006 0 0 0-.01.677c.246.188.945.21 1.258.04a2.209 2.209 0 0 0-.002-.71c.046-.237.04-.475-.003-.715a1.951 1.951 0 0 0-.004-.75c.043-.205.05-.446-.005-.744a2.255 2.255 0 0 0-.005-.775c.041-.233.043-.48-.006-.747a2.226 2.226 0 0 0-.006-.775v-.007c.037-.23.038-.489-.005-.782a2.382 2.382 0 0 0-.006-.791c.038-.241.04-.497-.006-.783a2.166 2.166 0 0 0-.006-.782c.064-.243.039-.549-.008-.79v-.003c.04-.283.037-.54-.004-.78a2.32 2.32 0 0 0-.006-.782 3.247 3.247 0 0 0-.006-.791 2.89 2.89 0 0 0-.009-.781c.03-.237.032-.493-.009-.781a2.569 2.569 0 0 0 0-.794 2.678 2.678 0 0 0-.009-.783c.036-.242.038-.5-.01-.78a2.277 2.277 0 0 0-.009-.767c.034-.26.032-.45.001-.709a1.98 1.98 0 0 0-.008-.307l-.789-.012c-.033.055-.043.164-.021.311-.04.113-.038.6.008.713a2.305 2.305 0 0 0-.019.766c-.05.28-.051.538-.02.781a2.677 2.677 0 0 0-.018.783 2.57 2.57 0 0 0-.01.793 2.914 2.914 0 0 0-.02.781c-.04.27-.048.523-.018.78-.037.27-.044.533-.016.792a2.36 2.36 0 0 0-.016.782 2.47 2.47 0 0 0-.013.78c-.05.24-.08.547-.018.793-.054.3-.058.552-.016.782-.05.284-.05.54-.016.782a2.381 2.381 0 0 0-.016.79 2.631 2.631 0 0 0-.015.79 2.216 2.216 0 0 0-.016.774 2.09 2.09 0 0 0-.015.747 2.25 2.25 0 0 0-.017.77z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".123"/>
<path d="M329.124 273.647c.29.135 1.033.112 1.208.022m-1.215-.769c.278.118.941.112 1.21.023m-1.173-.805c.27.135.907.1 1.168.023m-1.152-.765c.297.135.945.098 1.146.02m-1.132-.785c.32.091.88.087 1.126.003m-1.11-.786c.329.079.842.082 1.105.004m-1.09-.797c.3.077.88.082 1.084.005m-1.07-.782c.262.083.811.076 1.064 0m-1.041-.785c.333.08.794.088 1.036.003m-1.02-.797c.338.08.819.07 1.013.006m-1.002-.786c.335.075.86.048.997.004m-.978-.766c.312.057.839.027.972-.016m-.956-.794c.307.083.818.045.95.002m-.93-.765c.293.075.754.044.925-.017m-.9-.78c.287.063.768.04.894-.002m-.883-.785c.287.06.753.034.877-.007m-.85-.773c.313.038.71.034.83-.004m-.811-.795c.26.055.69.05.805.013m-.788-.779c.282.045.673.042.784.006m-.815-.715c.212.022.732.037.819.008m-1.11 15.454c.294.134 1.048.11 1.225.021m-1.24.69c.299.135 1.063.111 1.243.022" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".123" stroke-linejoin="round"/>
<path d="M331.51 257.073c.477-.105 1.163-.12 2.11-.144a13.677 13.677 0 0 0-.86-.256c.553-.077 1.87-.06 2.209-.063a4.93 4.93 0 0 0-.948-.394c.725-.12 1.59-.005 2.2.092-.284-.16-.606-.365-1.014-.476.87-.06 1.216.01 2.023.119a2.617 2.617 0 0 0-.882-.484c.967-.177 1.51-.215 2.457-.138-2.738-1.253-6.06-.602-8.06.777.2-.315.633-.792 1.055-1.152a2.525 2.525 0 0 0-.693.039c.293-.322.844-.75 1.218-.899-.273-.014-.503-.02-.748.028.367-.34.92-.7 1.39-.94a3.107 3.107 0 0 0-.84.02c.37-.437 1.019-.884 1.592-1.156a3.977 3.977 0 0 0-.936.072c.476-.434 1.113-.89 1.951-1.313-3.32.372-5.154 2.766-5.31 4.794-.885-1.908-3.296-3.733-6.614-3.594.99.302 1.778.67 2.39 1.042a4.362 4.362 0 0 0-1.006.076c.674.19 1.47.546 1.972.937a3.381 3.381 0 0 0-.892.116c.556.172 1.231.455 1.704.748-.27-.01-.512.032-.796.09.431.094 1.121.448 1.512.733-.305-.007-.52.02-.74.072.998.39 1.062.565 1.282.697-2.071-.443-5.065.241-7.367 2.916.334-.282 1.76-.813 2.212-.935-.236.283-.317.431-.504.785.517-.418 1.299-.763 2.044-1.06a4.805 4.805 0 0 0-.405.745c.542-.337.708-.385 1.819-.913-.08.135-.302.43-.407.71.34-.193 1.146-.488 1.693-.685.038-.013-.33.3-.495.677.125-.047.884-.322.912-.33-1.751 1.223-3.057 3.275-2.792 5.771.1-.39.563-1.51.826-1.959-.03.298.038.79.093 1.01a8.497 8.497 0 0 1 .964-1.984c-.035.398-.025.838.03 1.018.235-.551.422-1.024 1-2.045-.037.152-.045.583-.01.963.192-.42.637-1.248 1.072-1.86-.022.225-.062.606-.045.765.046-.08.183-.306.342-.559.25-.393.553-.85.652-.924.076.077.148.171.216.28.272.437.467 1.105.528 1.797a3.21 3.21 0 0 0 .227-.869c.31.695.66 1.783.686 2.382a3.56 3.56 0 0 0 .196-1.014c.324.52.605 1.8.632 2.355.126-.217.23-.489.306-.895.317.716.442 1.607.519 2.221.813-2.96-.354-4.873-1.778-6.333.358.194.811.592 1.254 1.072a4.875 4.875 0 0 0-.264-.874c.526.374 1.301 1.145 1.517 1.367-.037-.293-.079-.447-.233-.82.62.43 1.175 1.166 1.489 1.572a5.426 5.426 0 0 0-.205-.942c.567.423 1.13 1.273 1.387 1.753-.007-.328-.098-.675-.175-1.032.77.652 1.056 1.342 1.3 1.758.005-2.672-3.088-5.077-5.962-5.327z" fill="#007934" fill-rule="evenodd" stroke="#e7e7e7" stroke-width=".123"/>
<path d="M330.319 257.1c3.134-.448 7.16 2.251 7.153 5.3-.244-.416-.53-1.106-1.3-1.758.077.357.169.704.175 1.032-.257-.48-.82-1.33-1.387-1.753.13.403.18.755.205.942-.315-.406-.869-1.143-1.49-1.573.155.374.197.528.234.821-.216-.222-.991-.993-1.517-1.367.1.225.223.65.264.874-.443-.48-.896-.878-1.254-1.072m-1.785-1.483c-1.876-1.21-5.858-.99-8.748 2.369.334-.282 1.76-.813 2.212-.935-.236.283-.318.431-.504.785.517-.418 1.299-.763 2.044-1.06a4.782 4.782 0 0 0-.405.744c.542-.336.708-.384 1.819-.912-.08.135-.302.43-.407.71.339-.193 1.146-.488 1.693-.685.037-.013-.33.3-.495.677.125-.047.884-.322.912-.33" fill="none" stroke="#e7e7e7" stroke-width=".123" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M329.743 256.586c-.399-2.206-3.041-4.744-6.933-4.581.99.302 1.778.67 2.39 1.042a4.348 4.348 0 0 0-1.006.076c.673.19 1.47.546 1.972.937a3.383 3.383 0 0 0-.893.116c.557.172 1.232.455 1.705.748-.27-.011-.512.032-.796.09.431.094 1.12.448 1.511.733-.304-.007-.52.02-.74.072.998.39 1.063.565 1.283.698m1.48.94c-2.608.795-5.128 3.361-4.77 6.74.1-.39.563-1.51.826-1.958-.03.297.038.79.093 1.01.258-.745.541-1.34.964-1.986-.035.399-.025.839.03 1.02.235-.552.421-1.025 1-2.046-.037.152-.045.582-.01.963a13.31 13.31 0 0 1 1.072-1.86c-.022.225-.062.606-.046.765.119-.206.832-1.362.995-1.483m-1.623.163a8.729 8.729 0 0 0-.388 1.452m-.565-.8a9.718 9.718 0 0 0-.466 1.826m-.492-.913a8.912 8.912 0 0 0-.564 1.889" fill="none" stroke="#e7e7e7" stroke-width=".123" stroke-linecap="round" stroke-linejoin="round"/>
<path class="fil1 str2" fill="none" stroke="#e7e7e7" stroke-width=".123" stroke-linecap="round" stroke-linejoin="round" d="M329.869 258.622l.01-.602"/>
<path d="M332.57 261.25c.08.475.119.726.09 1.408m-1.082-3.054c.103.531.146.883.145 1.594m-1.068-2.66c.115.327.184.749.185 1.293m4.748-.396c.348.447.517.949.584 1.207m-1.994-2.186c.34.4.673 1.114.782 1.464m-1.966-1.86c.293.381.493.786.681 1.23m-10.594-.793a4.665 4.665 0 0 1 1.73-1.195m-.19.92c.388-.491.587-.8 1.604-1.243m-.19 1.075c.32-.41.834-.874 1.614-1.151m-.328 1.176c.508-.464.977-.71 1.6-.975m-3.72-4.057c.67.074 1.597.307 2.163.68m-1.198.333c.61.011 1.445.193 1.873.427m-1.06.437c.603.011 1.36.26 1.98.615m-1.266.208c.81.071 1.364.365 1.725.586m.841.144c1.91-1.624 5.572-2.51 8.546-1.148-.948-.077-1.49-.04-2.457.138.396.113.771.385.882.484-.808-.109-1.153-.179-2.023-.12.408.112.73.318 1.014.477-.61-.098-1.475-.212-2.2-.092.15.03.719.254.947.394-.338.003-1.655-.014-2.209.063.38.1.633.18.862.256-.948.025-1.634.039-2.111.144m4.838-1.606c-.589-.239-1.617-.346-2.145-.313m1.004.678c-1.04-.345-2.03-.327-2.527-.251m1.34.635c-.915-.258-1.988-.265-2.485-.19m1.224.647c-.88-.212-1.512-.183-2.009-.108m.836 1.07c.36.306.618.665.806 1.11" fill="none" stroke="#e7e7e7" stroke-width=".123" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M329.424 255.599c.156-2.028 1.99-4.422 5.31-4.794-.838.423-1.475.879-1.951 1.313.333-.065.562-.078.936-.072-.573.272-1.221.719-1.592 1.155a3.11 3.11 0 0 1 .84-.019c-.47.24-1.023.6-1.39.94.245-.048.475-.042.748-.028-.374.148-.925.577-1.218.899.276-.05.48-.056.693-.039-.422.36-.854.837-1.055 1.151m2.037-3.987c-.485.134-1.1.39-1.546.711m.89.372a4.523 4.523 0 0 0-1.399.515m.85.406c-.476.084-1.017.351-1.47.694m1 .177a3.215 3.215 0 0 0-1.445.792m-.452 2.395a6.022 6.022 0 0 0-.29 1.16m1.17-2.01c1.849 1.615 4.149 3.695 3.09 7.549-.077-.615-.203-1.505-.52-2.22-.075.405-.18.677-.306.894-.026-.555-.308-1.835-.631-2.355a3.529 3.529 0 0 1-.196 1.014c-.026-.6-.376-1.687-.687-2.382-.018.183-.08.53-.226.87-.076-.864-.36-1.69-.745-2.078" fill="none" stroke="#e7e7e7" stroke-width=".123" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M293.296 233.51l1.26.684.306-.564c.157-.288.204-.515.142-.68-.062-.167-.23-.325-.504-.474-.303-.164-.545-.226-.725-.184-.184.04-.334.169-.45.385-.152.279-.226.471-.223.577.005.103.07.188.194.255m1.644.893l1.62.88c.124.067.235.072.333.016.099-.059.215-.212.349-.458.127-.235.211-.432.253-.592.04-.164.034-.299-.017-.406a.714.714 0 0 0-.182-.253 1.884 1.884 0 0 0-.333-.218c-.756-.41-1.309-.29-1.66.362l-.363.669m-2.598-.772c.092-.17.208-.392.349-.668.14-.276.229-.447.264-.513a3.25 3.25 0 0 1 .553-.766c.196-.198.385-.325.567-.381.18-.057.345-.082.495-.073.15.009.293.05.427.122.187.102.33.275.428.52.1.242.143.49.13.745.288-.29.596-.486.925-.588.328-.1.653-.064.975.11.356.194.582.528.678 1.002.092.473-.04 1.039-.398 1.699-.123.225-.255.46-.397.705-.14.243-.256.446-.345.61l-.311.625-.025-.004c-.358-.27-.823-.561-1.396-.872l-1.764-.958c-.554-.3-1.051-.532-1.491-.695l-.014-.026c.144-.232.26-.43.35-.594m8.881-10.827c-.717.599-.593 1.478.374 2.636.488.585.974.93 1.46 1.036.483.105.922-.008 1.316-.336.356-.298.507-.657.452-1.077-.055-.42-.318-.912-.788-1.476-.543-.65-1.036-1.035-1.48-1.155-.444-.123-.889 0-1.334.372m3.729-.184c.528.633.758 1.315.689 2.044-.07.726-.438 1.368-1.107 1.926-.625.522-1.303.767-2.032.735-.729-.031-1.339-.341-1.83-.93-.522-.625-.754-1.317-.695-2.076.06-.76.406-1.403 1.04-1.932.668-.558 1.36-.814 2.077-.768.716.042 1.336.375 1.858 1m8.003-2.606c.15.538.265.872.346 1.002.316-.088.658-.199 1.026-.332.37-.133.66-.246.87-.338l.317-.133.024.026c.013.088.05.24.11.456.021.075.057.184.108.328l-.009.027c-.13.02-.29.056-.48.11l-2.405.669-.646.205-.018-.02c-.048-.372-.168-.907-.36-1.605l-.538-1.934a11.935 11.935 0 0 0-.53-1.557l.013-.029c.241-.05.45-.1.628-.15l.65-.206.014.021c.045.362.166.897.363 1.604l.517 1.857m9.246-2.864a12.19 12.19 0 0 0 .082-1.643l.019-.022c.258.044.48.076.666.097l.68.05.005.024c-.114.423-.206.964-.278 1.623l-.217 1.995a11.875 11.875 0 0 0-.078 1.644l-.019.022c-.258-.045-.48-.077-.666-.097l-.68-.05-.005-.025c.114-.433.205-.974.273-1.622l.218-1.996m9.85 5.236c1.65-1.309 2.7-2.202 3.148-2.68.051.046.187.128.409.247.174.093.293.148.357.164-2.294 1.737-3.851 2.933-4.673 3.589l-.498-.267a316.2 316.2 0 0 1 .21-2.06c.097-.92.176-1.703.24-2.35.064-.651.1-1.113.111-1.387.075.059.315.196.72.414.284.153.47.244.558.272-.24 1.114-.435 2.467-.582 4.058m8.466 3.845c.466-.425.849-.817 1.15-1.178l.028-.004c.164.205.31.376.435.514l.477.488-.013.022a11.11 11.11 0 0 0-1.281 1.032l-1.484 1.351c-.46.42-.843.813-1.147 1.18l-.029.004c-.164-.204-.31-.375-.435-.514l-.477-.487.013-.022c.372-.25.799-.594 1.279-1.035l1.484-1.351m4.985 10.005c.518-.532.96-1.004 1.325-1.416l-.022-.047-1.946.061c.088.216.204.477.347.784.072.155.17.361.296.618m-1.146-1.38c-.852.043-1.494.103-1.926.18a1.858 1.858 0 0 0-.134-.344 2.615 2.615 0 0 0-.216-.408c2.773-.017 4.739-.042 5.899-.075l.31.669c-2.01 2.11-3.32 3.547-3.928 4.31-.025-.091-.123-.321-.294-.69a5.364 5.364 0 0 0-.303-.592 23.9 23.9 0 0 0 1.4-1.323 34.96 34.96 0 0 0-.334-.746 39.5 39.5 0 0 0-.474-.981" style="line-height:125%;-inkscape-font-specification:'Linux Biolinum Bold';text-align:center" font-size="100" font-weight="700" letter-spacing="60" font-family="Linux Biolinum" word-spacing="0" text-anchor="middle" fill="#e8a30e" stroke="#000" stroke-width=".123"/>
<path d="M324.923 280.609l-.768 2.208-2.337.048 1.863 1.412-.677 2.238 1.92-1.335 1.918 1.335-.677-2.238 1.863-1.412-2.337-.048zm9.137-3.892l-.769 2.208-2.337.048 1.863 1.412-.677 2.238 1.92-1.335 1.918 1.335-.677-2.238 1.863-1.412-2.337-.048zm14.11-24.96l-.768 2.208-2.337.048 1.863 1.412-.677 2.238 1.919-1.335 1.919 1.335-.677-2.238 1.863-1.412-2.338-.048zm-6.7 17.807l.768 2.208 2.338.048-1.863 1.412.677 2.238-1.92-1.335-1.919 1.335.677-2.238-1.863-1.412 2.338-.048zm4.734-8.142l.768 2.209 2.337.047-1.863 1.413.677 2.238-1.919-1.336-1.92 1.336.678-2.238-1.863-1.413 2.337-.047zm-31.127 19.187l.768 2.208 2.337.048-1.863 1.412.677 2.238-1.92-1.335-1.918 1.335.677-2.238-1.863-1.412 2.337-.048zm-9.137-3.892l.769 2.208 2.337.048-1.863 1.412.677 2.238-1.92-1.335-1.918 1.335.677-2.238-1.863-1.412 2.337-.048zm-14.11-24.96l.768 2.208 2.338.048-1.863 1.412.677 2.238-1.92-1.335-1.918 1.335.677-2.238-1.863-1.412 2.337-.048zm6.7 17.807l-.768 2.208-2.338.048 1.863 1.412-.677 2.238 1.92-1.335 1.919 1.335-.677-2.238 1.863-1.412-2.338-.048zm-4.734-8.142l-.768 2.209-2.337.047 1.863 1.413-.677 2.238 1.919-1.336 1.92 1.336-.678-2.238 1.863-1.413-2.337-.047z" fill="#e8a30e" stroke="#000" stroke-width=".123" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M321.077 248.093l-.003-.483h.067l-.827-.476h-.665l-.823.476h.066l.003.482h2.182" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M321.077 248.093l-.003-.483h.067l-.827-.476-.062-.725h-.54l-.063.725-.823.475h.066l.003.483h2.182zm.255.633v.15l-2.664-.002-.001-.15 2.665.002" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M321.332 248.726v.15l-2.664-.002-.001-.15 2.665.002zm-2.487-.01l-.002-.51h.108l-.006.517.007-.513-.156-.004v-.11l2.381.003.001.108h-.147l.003.517-.005-.517h.11l.002.511" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M318.845 248.717l-.002-.51.108-.001-.006.517.007-.513-.156-.004v-.11l2.381.003.001.108h-.147l.003.517-.005-.517h.11l.002.511" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M319.357 248.591l-.002-.356h-.32l.002.356h.32" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M319.122 248.31l.001.206h.147l-.001-.207h-.147m1.797.283l-.002-.356h-.318v.356h.32" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M320.685 248.31l.002.207h.146v-.206h-.147m.232-.299l-.002-.356h-.32l.002.356h.32z" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M320.683 247.731v.207h.147v-.207h-.147m-1.329.28l-.002-.355h-.32l.002.355h.32z" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M319.12 247.73v.206h.147l-.001-.206h-.146m.813.282l-.001-.356h-.32l.001.356h.32" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M319.698 247.73l.001.206.146.001v-.207h-.147m.68.282l-.002-.356h-.319l.001.356h.32" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M320.144 247.73l.001.207h.146v-.206h-.147" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M320.458 247.903l.004.82h-.926l-.003-.82h.925" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M320.458 247.903l.004.82h-.926l-.003-.82h.925zm-.93.234l.93.001m-.815.586l-.003-.58m.709.58l-.003-.58m.45-.59l-.521-.34h-.586l-.517.338 1.624.001m-1.06-.413h.492m-.36-.156v.103h.227l-.001-.103h-.226" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M319.576 247.926h.067l-.02.032s.033.038.001.08l.018.03h-.065l.017-.028s-.033-.05.001-.082l-.02-.032m.138 0h.067l-.02.032s.033.037 0 .08l.018.03h-.065l.018-.028s-.033-.05.002-.082l-.02-.032m.15 0h.067l-.02.032s.033.038 0 .08l.018.03h-.064l.017-.028s-.033-.05.001-.081l-.02-.033zm.169 0h.068l-.02.033s.032.037 0 .08l.018.03h-.065l.017-.029s-.032-.05.002-.08l-.02-.034zm.15 0h.067l-.02.033s.033.037 0 .08l.019.03h-.065l.017-.028s-.033-.05.003-.082l-.02-.032m.149 0h.067l-.02.032s.033.037.001.08l.017.03h-.065l.018-.028s-.033-.05.002-.082l-.02-.032" fill="#e7e7e7" stroke="#000" stroke-width=".043"/>
<path d="M319.842 246.03h.321v.375h-.32v-.375z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".032"/>
<path d="M320.006 245.572l-.006.478" fill="none" stroke="#000" stroke-width=".074"/>
<path d="M319.828 245.75l.35.005" fill="none" stroke="#000" stroke-width=".093"/>
<path d="M317.14 210.305s-2.341 5.437-1.532 5.976c0 0 2.937-3.28 3.703-5.886.766-2.606 0-.18 0-.18l-.213-2.83-1.915 2.695" fill="#452c25"/>
<path d="M317.14 210.305s-2.341 5.437-1.532 5.976c0 0 2.936-3.28 3.703-5.886.766-2.606 0-.18 0-.18l-.213-2.83-1.915 2.695" fill="none" stroke="#000" stroke-width=".164"/>
<path d="M317.635 207.706s-2.813 5.988-2.17 6.43c0 0 2.337-2.692 2.947-4.83.61-2.14 0-.148 0-.148l.781-3.849" fill="#452c25"/>
<path d="M317.635 207.706s-2.813 5.988-2.17 6.43c0 0 2.337-2.692 2.947-4.83.61-2.14 0-.148 0-.148l.781-3.849" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M320.533 206.372s-2.813 5.988-2.17 6.431c0 0 2.337-2.692 2.947-4.832.61-2.139 0-.147 0-.147l.781-3.85" fill="#452c25"/>
<path d="M320.533 206.372s-2.813 5.988-2.17 6.431c0 0 2.337-2.692 2.947-4.832.61-2.139 0-.147 0-.147l.781-3.85" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M356.838 195.606l3.34 1.895s.814.676-.974.278c-1.789-.398-5.603-1.714-12.808-6.351-3.258-2.097-4.286-2.038-4.286-2.038l4.541.124 10.187 6.092z" fill="#452c25"/>
<path d="M356.838 195.606l3.34 1.895s.814.676-.974.278c-1.789-.398-5.603-1.714-12.808-6.351-3.258-2.097-4.286-2.038-4.286-2.038l4.541.124 10.187 6.092z" fill="none" stroke="#000" stroke-width=".12"/>
<path d="M357.942 194.782l3.34 1.895s.814.676-.975.278c-1.788-.398-5.602-1.714-12.807-6.351-3.258-2.097-.637 1.73-.637 1.73l.552-2.516 10.527 4.964z" fill="#452c25"/>
<path d="M357.942 194.782l3.34 1.895s.814.676-.975.278c-1.788-.398-5.602-1.714-12.807-6.351-3.258-2.097-.637 1.73-.637 1.73l.552-2.516 10.527 4.964z" fill="none" stroke="#000" stroke-width=".12"/>
<path d="M363.498 196.606s-3.989-.74-5.44-1.804c0 0 .254.459-1.696-.43 0 0 .752 1.71-4.74-2.03-5.49-3.74-3.57-1.86-3.57-1.86l1.536-.397s8.43 3.368 9.354 3.72c.925.353 4.556 2.801 4.556 2.801" fill="#452c25"/>
<path d="M363.498 196.606s-3.989-.74-5.44-1.804c0 0 .254.459-1.696-.43 0 0 .752 1.71-4.74-2.03-5.49-3.74-3.57-1.86-3.57-1.86l1.536-.397s8.43 3.368 9.354 3.72c.925.353 4.556 2.801 4.556 2.801z" fill="none" stroke="#000" stroke-width=".117"/>
<path d="M342.645 198.1l1.336 1.906s-.444 1.786-5.083-1.69c-4.638-3.475-4.394-3.188-4.394-3.188l2.562-.357 5.626 3.193" fill="#452c25"/>
<path d="M342.645 198.1l1.336 1.906s-.444 1.786-5.083-1.69c-4.638-3.475-4.394-3.188-4.394-3.188l2.562-.357 5.626 3.193" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M336.62 199.056s2.154 2.818 1.675 3.169c-.48.35-3.024.2-4.84-2.559-1.817-2.758-.039-.14-.039-.14l.169-4.46 3.082 3.853" fill="#452c25"/>
<path d="M336.62 199.056s2.154 2.818 1.675 3.169c-.48.35-3.024.2-4.84-2.559-1.817-2.758-.039-.14-.039-.14l.169-4.46 3.082 3.853" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M338.832 197.758s2.074 2.677 1.848 3.084c-.226.407-3.15.148-5.48-2.493-2.33-2.64-.347-3.484-.347-3.484l3.942 2.753" fill="#452c25"/>
<path d="M338.813 197.688s2.093 2.747 1.867 3.154c-.226.407-3.15.148-5.48-2.493-2.33-2.64-.347-3.484-.347-3.484l3.96 2.823z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M350.651 196.178s5.911 2.543 1.527 2.377c0 0-8.588-2.313-13.03-6.119l1.256-1.661 10.178 5.255" fill="#452c25"/>
<path d="M350.651 196.178s5.911 2.543 1.527 2.377c0 0-8.588-2.313-13.03-6.119l1.256-1.661 10.178 5.255" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M353.753 195.445s3.2 1.941 3.438 2.679c.238.738-9.943-1.902-15.313-6.374l2.398-1.174 9.477 4.869z" fill="#452c25"/>
<path d="M353.753 195.445s3.2 1.941 3.438 2.679c.238.738-9.943-1.902-15.313-6.374l2.398-1.174 9.477 4.869z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M344.46 197.203s2.314 1.9 2.052 2.12c-.263.22-4.955-.481-8.639-3.316l.441-1.694 6.192 2.8" fill="#452c25"/>
<path d="M344.46 197.203s2.314 1.9 2.052 2.12c-.263.22-4.955-.481-8.639-3.316l.441-1.694 6.192 2.8" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M348.418 197.042s2.282 1.575 1.81 1.74c-.474.166-2.265 1.573-10.76-3.403l-1.002-.55 1.349-2.12 8.607 4.195" fill="#452c25"/>
<path d="M348.42 196.973s2.28 1.644 1.807 1.81c-.473.165-2.264 1.572-10.76-3.404l-1.001-.55 1.349-2.12 8.605 4.264z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M339.698 192.38s2.762 2.474 2.41 2.83c-.353.355-3.64-.428-5.09-1.505-1.45-1.078-2.505-2.459-2.505-2.459l3.08-.664 2.105 1.799z" fill="#452c25"/>
<path d="M339.698 192.38s2.762 2.474 2.41 2.83c-.353.355-3.64-.428-5.09-1.505-1.45-1.078-2.505-2.459-2.505-2.459l3.08-.664 2.105 1.799z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M336.406 188.25l5.031 3s4.106 2.898 3.673 3.158c-.435.26-3.67-.753-5.965-2.004-2.293-1.25-4.954-3.945-4.954-3.945" fill="#452c25"/>
<path d="M336.406 188.25l5.031 3s4.106 2.898 3.673 3.158c-.435.26-3.67-.753-5.965-2.004-2.293-1.25-4.954-3.945-4.954-3.945" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M333.231 202.433s.937 2.398.377 2.606c-.56.209-1.947-.218-3.062-2.393-1.114-2.174.971-1.255.971-1.255l1.714 1.042z" fill="#452c25"/>
<path d="M333.231 202.433s.937 2.398.377 2.606c-.56.209-1.947-.218-3.062-2.393-1.114-2.174.756-1.207.756-1.207l1.929.994z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M334.9 200.882s1.406 2.325 1.1 2.59c-.307.265-2.162 1.068-4.183-1.93-2.02-2.998 2.08-2.367 2.08-2.367l1.003 1.707z" fill="#452c25"/>
<path d="M334.9 200.882s1.406 2.325 1.1 2.59c-.307.265-2.162 1.068-4.183-1.93-2.02-2.998 2.08-2.367 2.08-2.367l1.003 1.707z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M330.696 190.392s4.798 9.265 4.4 9.758c-.4.492-2.296-.002-3.358-2.451-1.062-2.45-1.93-5.631-1.93-5.631l.888-1.676z" fill="#452c25"/>
<path d="M330.696 190.392s4.798 9.265 4.4 9.758c-.4.492-2.296-.002-3.358-2.451-1.062-2.45-1.93-5.63-1.93-5.63l.888-1.677z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M336.286 192.75s4.004 3.403 3.182 3.832c-.822.429-2.415-.192-4.757-2.51-2.342-2.316 1.537-1.463 1.537-1.463" fill="#452c25"/>
<path d="M336.267 192.68s4.023 3.473 3.201 3.902c-.822.429-2.415-.192-4.757-2.51-2.342-2.316 1.556-1.393 1.556-1.393z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M334.345 192.807s2.862 5.255 2.505 5.75c-.357.494-2.504-1.307-3.563-2.646-1.058-1.339-1.859-3.285-1.859-3.285" fill="#452c25"/>
<path d="M334.345 192.807s2.862 5.255 2.505 5.75c-.357.494-2.504-1.307-3.563-2.646-1.058-1.339-1.859-3.285-1.859-3.285" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M312.9 203.599s-.17 3.097 0 3.329c.17.23 1.74.23 1.825-2.08.085-2.313-.34-2.405-.34-2.405l-1.528 1.063" fill="#452c25"/>
<path d="M312.9 203.599s-.17 3.097 0 3.329c.17.23 1.74.23 1.825-2.08.085-2.313-.34-2.405-.34-2.405l-1.528 1.063" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M313.84 199.866s-1.104 3.467-.043 4.161c1.062.693 1.911-3.422 1.953-4.346.043-.925-1.91.185-1.91.185" fill="#452c25"/>
<path d="M313.84 199.866s-1.104 3.467-.043 4.161c1.062.693 1.911-3.422 1.953-4.346.043-.925-1.91.185-1.91.185z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.598 204.292s.212 3.237.807 3.375c.594.14 1.57-.924 1.57-1.757 0-.832-1.018-2.774-1.018-2.774l-1.402 1.018" fill="#452c25"/>
<path d="M314.598 204.292s.212 3.237.806 3.375c.595.14 1.571-.924 1.571-1.757 0-.832-1.019-2.774-1.019-2.774l-1.4 1.018" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M314.626 200.416s-1.104 3.468-.042 4.161c1.061.694 1.91-3.421 1.953-4.346.043-.924-1.91.185-1.91.185z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M314.712 194.851s-1.614 1.665-1.57 2.59c.041.924 2.377-1.249 2.59-1.665.211-.416-1.02-.925-1.02-.925" fill="#452c25"/>
<path d="M314.712 194.851s-1.614 1.665-1.57 2.59c.041.924 2.377-1.249 2.59-1.665.211-.416-1.02-.925-1.02-.925z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M313.603 193.919s-1.274 2.358-.935 3.097c.34.74 1.571-.554 2.166-1.387.595-.832-1.231-1.71-1.231-1.71" fill="#452c25"/>
<path d="M313.603 193.919s-1.274 2.358-.935 3.097c.34.74 1.571-.554 2.166-1.387.595-.832-1.231-1.71-1.231-1.71z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M331.51 190.795s2.034 3.831 1.475 4.04c-.56.208-1.419-.753-2.271-1.898-.853-1.146.796-2.142.796-2.142" fill="#452c25"/>
<path d="M331.51 190.795s2.034 3.831 1.475 4.04c-.56.208-1.419-.753-2.271-1.898-.853-1.146.796-2.142.796-2.142z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M331.557 198.63s.738 3.224.09 3.52c-1.267.583-1.974-2.29-2.05-3.369-.086-1.206 1.96-.15 1.96-.15zm-2.535 5.11s.171 2.414-.177 2.63c-.347.218-1.199.275-2.148-1.753-.95-2.029-.508-1.27-.508-1.27l2.334-1.154.507 1.317" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M331.356 203.189s.273 2.556-.24 2.627c-.512.072-1.875-.792-2.469-2.322-.684-1.764 2.38-1.244 2.38-1.244l.33.939z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M328.953 195.35s2.623 5.87 2.201 6.706c-.826 1.637-3.21-3.575-3.93-5.61-.805-2.275 1.729-1.096 1.729-1.096z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M327.736 196.33s3.577 6.462 2.068 6.612c-1.508.15-4.25-4.686-4.71-5.81-.46-1.124 2.642-.801 2.642-.801z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M327.522 197.672s1.76 6.192.627 5.644c-1.134-.547-2.5-5.211-2.685-6.218-.187-1.006 2.058.574 2.058.574zm6.183-8.804s2.713 4.143 1.833 4.266c-.88.123-4.097-2.768-4.126-3.247-.03-.479 2.293-1.02 2.293-1.02z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M332.01 189.042s3.458 4.721 2.415 4.961c-1.043.24-1.121-.498-1.121-.498s-2.76-2.488-2.946-3.117c-.185-.63 1.55-1.407 1.55-1.407m3.528.134s2.379 2.454 1.754 3.284c-.623.831-3.928-3.106-4.377-3.606-.45-.501 2.881.226 2.881.226m-6.025 3.505s3.83 7.462 3.125 8.22c-.705.759-4.962-5.594-5.11-6.515-.148-.921 2.024-1.844 2.024-1.844" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M327.466 193.2s1.532 2.334 1.445 3.592c-.086 1.257-2.315-1.8-2.507-2.376-.193-.576 1.062-1.217 1.062-1.217z" fill="#452c25" stroke="#000" stroke-width=".155"/>
<path d="M330.617 191.99s1.191 2.409.826 3.134c-.365.725-1.988-1.463-2.553-2.32-.566-.855 1.727-.814 1.727-.814z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M325.09 194.358s1.87 2.074 1.78 3.18c-.09 1.105-2.804-1.614-3.042-2.123-.237-.509 1.263-1.057 1.263-1.057z" fill="#452c25" stroke="#000" stroke-width=".16"/>
<path d="M337.175 188.374s2.83 2.538 2.39 2.937c-.439.398-4.267-2.344-4.843-2.876-.577-.533 2.453-.061 2.453-.061z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M334.782 188.19l2.213 1.864s2.056 1.375 1.704 1.73c-.352.356-3.573-1.118-4.144-1.79-.572-.67-.505-1.362-.505-1.362l.732-.442zm7.294.587s8.38 3.398 8.054 4.218c-.326.82-8.786-2.721-10.114-3.655-1.327-.934 1.934-.615 1.934-.615" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M342.378 189.853s6.294 3.544 5.56 3.884c-.735.34-5.24-.863-7.564-2.439-2.325-1.576-3.315-2.45-3.315-2.45l2.87-.669 2.45 1.674zm-15.493 4.307s1.192 2.41.826 3.135c-.365.725-1.55-.62-2.115-1.475-.566-.857 1.29-1.66 1.29-1.66zm.283 5.432s.983 3.511-.101 4.16c-1.085.65-1.791-3.497-1.802-4.423-.01-.926 1.903.263 1.903.263z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M322.296 193.81s3.5-1.537 4.12-1.414c0 0 .734-.185 1.129-.492s1.298-1.044 1.298-1.044-.62-4.24 3.838-3.81c4.458.43 10.327.983 11.513 1.167 1.185.184 5.53 1.414 6.546 1.905 1.016.492 7.635 3.488 8.99 3.98.802.29 2.572 1.397 3.881 2.252.903.588-.027.167-.027.167s-10.72-5.691-14.51-6.452c-.948-.19.065 1.086.065 1.086s-2.462-.971-3.478-1.402c-1.016-.43-1.863-.614-2.822-.553a5.798 5.798 0 0 1-2.257-.307c-.565-.184-3.782-.307-4.346-.369a7.321 7.321 0 0 1-1.016-.184l.226.369-1.58-.246-.452.676s-1.524.307-1.637-.185c-.112-.491-.903 2.213-1.298 3.012-.395.799-1.862.798-2.314 1.29-.451.492-.733.8-.959.922-.226.123-1.354.799-1.75.799-.395 0-2.82.184-2.82.184l-.622-.983.282-.369zm4.6 9.936s.063 3.102-.115 3.326c-.178.225-1.747.16-1.752-2.154-.005-2.313.422-2.388.422-2.388l1.49 1.125" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M327.274 201.366s-.297-1.343-.51-1.529c-.212-.185.085-.37.085-.37s-.552-1.344-.891-1.575c-.34-.232.042-.417.042-.417s-.595-.927-1.02-1.204c-.424-.278 0-.325 0-.325s-.443-1.244-1.478-1.814c0 0-.686-.721-1.385-.92-.7-.199-2.436-.383-4.534-.345-2.21.04-3.147 1.572-3.147 1.572l-.14 1.777.318-.217-.468 2.213c-.074.506.397 1.385.423 2.443.008.335.029.685.066 1.044.1.949.323 1.956.754 2.885.034.073.065.288.107.218.108-.185.35.627.568.918 0 0 .13 1.104.235.695.041-.16.396.625.614 1.117.08.18.498 1.395.482.841-.017-.605.368 1.29.368 1.562l.51-.741.254.834.424-.047-.127.788s1.189-.973 1.232-1.344c.042-.37.084-.648.084-.648l.382-.37.595-.927s1.487 1.158 1.656 1.575c.17.417.34.787.34.787l.382-.37.34.833.212-.416.206.579.018-.036.136.382c.103.096.34.145.786-.601.637-1.065.595-1.9.637-2.085.043-.185.297.325.297.325s.553-1.02.467-1.668c-.085-.648.34-.417.34-.417s.085-1.714 0-2.13c-.085-.417.297-.325.297-.325s-.127-2.038-.254-2.27c-.128-.231.297-.277.297-.277z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M324.298 196.65c.3.09.446.428.575.69-.008-.016.019-.092.003-.124-.129-.263-.278-.605-.578-.695.002 0-.02.123 0 .13m.27 1.28c.555.468.602 1.107.571 1.807 0 .02.007.145.011.065.033-.74.024-1.49-.581-2.001.014.012-.025.107 0 .129m1.15.655c.305.502.334 1.055.334 1.634 0 .074.013.074.013 0 0-.615-.016-1.219-.344-1.758.008.013-.02.095-.003.124m.404 2.42c-.034.358-.099.71-.168 1.062a.435.435 0 0 0 .006.112c.07-.36.136-.719.17-1.084.003-.016-.003-.141-.008-.09m-.373 1.856c.029.235.059.468.034.705-.002.017.004.142.009.091.032-.298.003-.59-.034-.887-.006-.05-.01.074-.009.091m-.713-2.33c0 .396.003.792.035 1.188.004.05.011-.075.01-.092-.03-.365-.032-.73-.032-1.096 0-.073-.013-.073-.013 0m-.303 2.572c.03.377.031.754.031 1.132 0 .073.013.073.013 0 0-.408-.002-.816-.036-1.223-.004-.05-.01.075-.009.091m1.7-.327c.163.173.264.377.3.614.005.025.009-.019.01-.023a.435.435 0 0 0-.002-.088 1.164 1.164 0 0 0-.308-.632c.015.016-.025.103 0 .13m-.102-2.597c.168.14.305.312.44.484-.015-.02.024-.099 0-.128a3.102 3.102 0 0 0-.44-.485c.014.011-.025.108 0 .129m-1.396 1.943a5.88 5.88 0 0 1-.098 1.052.439.439 0 0 0 .006.111c.072-.384.102-.772.105-1.163 0-.073-.012-.073-.013 0m-.743.773c.029.316.029.63 0 .947 0 .017.005.141.009.09a6.23 6.23 0 0 0 0-1.129c-.004-.05-.01.075-.009.092"/>
<path d="M310.74 194.326s-.85 3.19-.213 3.514c1.247.633 2.052-2.208 2.166-3.283.127-1.202-1.954-.23-1.954-.23" fill="#452c25"/>
<path d="M310.74 194.326s-.85 3.19-.213 3.514c1.247.633 2.052-2.208 2.166-3.283.127-1.202-1.954-.23-1.954-.23z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M312.577 194.3s-1.614 1.665-1.57 2.59c.041.925 2.377-1.248 2.589-1.665.213-.416-1.02-.924-1.02-.924" fill="#452c25"/>
<path d="M312.577 194.3s-1.614 1.665-1.57 2.59c.041.925 2.377-1.248 2.589-1.665.213-.416-1.02-.924-1.02-.924z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M285.056 194.535s-3.334 1.674-3.626 2.39c-.292.715 10.056-1.085 15.742-5.104l-2.306-1.366-9.81 4.08z" fill="#452c25"/>
<path d="M285.056 194.535s-3.334 1.674-3.626 2.39c-.292.715 10.056-1.085 15.742-5.104l-2.306-1.366-9.81 4.08z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M288.953 195.208s-6.034 2.194-1.646 2.283c0 0 8.695-1.81 13.327-5.35l-1.17-1.732-10.435 4.655" fill="#452c25"/>
<path d="M288.991 195.136s-6.072 2.266-1.684 2.355c0 0 8.695-1.81 13.327-5.35l-1.17-1.732-10.473 4.727z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M297.91 189.08s-6.411 3.283-5.69 3.653c.722.37 5.266-.648 7.644-2.127 2.378-1.48 3.397-2.312 3.397-2.312l-2.845-.786-2.506 1.572z" fill="#452c25"/>
<path d="M297.91 189.08s-6.411 3.283-5.69 3.653c.722.37 5.266-.648 7.644-2.127 2.378-1.48 3.397-2.312 3.397-2.312l-2.845-.786-2.506 1.572z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M295.49 196.28s-2.292 1.918-2.026 2.137c.265.218 4.949-.52 8.598-3.383l-.462-1.69-6.158 2.847" fill="#452c25"/>
<path d="M295.49 196.28s-2.292 1.918-2.026 2.137c.265.218 4.949-.52 8.598-3.383l-.462-1.69-6.158 2.847" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M291.502 195.983s-2.2 1.68-1.72 1.824c.481.143 2.342 1.462 10.579-3.91l.972-.598-1.453-2.052-8.39 4.598" fill="#452c25"/>
<path d="M291.497 195.914s-2.195 1.75-1.715 1.893c.481.143 2.342 1.462 10.579-3.91l.972-.598-1.453-2.052-8.383 4.667z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M289.802 189.592c-6.927 2.424-13.874 7.25-13.874 7.25.68-.23 17.826-7.133 17.826-7.133M305 200.408s-1.486 2.266-1.189 2.543c.298.277 2.124 1.156 4.247-1.757 2.123-2.913-1.996-2.45-1.996-2.45L305 200.407z" fill="#452c25"/>
<path d="M305.001 200.408s-1.486 2.266-1.189 2.543c.298.277 2.124 1.156 4.247-1.757 2.123-2.913-1.996-2.45-1.996-2.45L305 200.407z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M306.615 202.027s-1.019 2.358-.467 2.589c.552.231 1.953-.139 3.142-2.266 1.19-2.127-.552-1.063-.552-1.063l-2.123.74zm-3.27-3.514s-2.25 2.728-1.783 3.097c.467.37 3.015.324 4.926-2.358 1.91-2.681.042-.138.042-.138l-.552-2.45-2.675 1.71" fill="#452c25"/>
<path d="M306.615 202.027s-1.019 2.358-.467 2.589c.552.231 1.953-.139 3.142-2.266 1.19-2.127-.552-1.063-.552-1.063l-2.123.74zm-3.27-3.514s-2.25 2.728-1.783 3.097c.467.37 3.015.324 4.926-2.358 1.91-2.681.042-.138.042-.138l-.552-2.45-2.675 1.71" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M301.18 197.125s-2.166 2.59-1.954 3.006c.213.416 3.143.277 5.563-2.266s.467-3.468.467-3.468l-4.033 2.59" fill="#452c25"/>
<path d="M301.18 197.125s-2.166 2.59-1.954 3.006c.213.416 3.143.277 5.563-2.266s.467-3.468.467-3.468l-4.033 2.59" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M297.358 197.31l-1.401 1.85s.382 1.803 5.138-1.48 4.501-3.005 4.501-3.005l-2.548-.462-5.733 2.959" fill="#452c25"/>
<path d="M297.337 197.241l-1.38 1.919s.382 1.803 5.138-1.48 4.501-3.005 4.501-3.005l-2.548-.462-5.711 3.028z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M282.19 194.478l-3.015 1.355s-.681.597 1.09.642c1.77.044 5.428-.445 11.791-4.053 2.877-1.632 4.7-3.187 4.7-3.187l-2.319-.861-12.247 6.104z" fill="#452c25"/>
<path d="M282.19 194.478l-3.015 1.355s-.681.597 1.09.642c1.77.044 5.428-.445 11.791-4.053 2.877-1.632 4.7-3.187 4.7-3.187l-2.319-.861-12.247 6.104z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M277.027 196.38s4.337-.472 6.06-1.602c0 0-.352.527 1.866-.34 0 0-1.104 1.987 5.362-1.95 6.467-3.936.053-.079.053-.079l7.182-4.115-.42-.82s-13.722 5.877-14.76 6.204c-1.038.328-5.343 2.701-5.343 2.701" fill="#452c25"/>
<path d="M290.342 192.449l7.208-4.155-.42-.82s-13.722 5.877-14.76 6.204c-1.038.328-5.343 2.701-5.343 2.701s4.337-.471 6.06-1.601c0 0-.352.527 1.866-.34 0 0-1.078 1.947 5.389-1.99z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M308.526 201.927s-.425 3.437.085 3.564c.51.128 1.953-.954 2.548-3.055.594-2.1-2.335-1.846-2.335-1.846l-.425 1.21" fill="#452c25"/>
<path d="M308.526 201.927s-.425 3.437.085 3.564c.51.128 1.953-.954 2.548-3.055.594-2.1-2.335-1.846-2.335-1.846l-.425 1.21" fill="none" stroke="#000" stroke-width=".156"/>
<path d="M310.776 203.506s-.254 2.404.085 2.636c.34.23 1.19.323 2.208-1.665 1.02-1.988.552-1.248.552-1.248l-2.293-1.249-.552 1.295" fill="#452c25"/>
<path d="M310.776 203.39s-.254 2.52.085 2.752c.34.23 1.19.323 2.208-1.665 1.02-1.988.552-1.248.552-1.248l-2.293-1.249-.552 1.41z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M311.413 199.021s-1.868 4.07-.806 4.023c1.061-.046 2.505-3.098 2.717-3.792.212-.693-1.91-.23-1.91-.23" fill="#452c25"/>
<path d="M311.413 199.021s-1.868 4.07-.806 4.023c1.06-.046 2.505-3.098 2.717-3.792.213-.693-1.91-.23-1.91-.23z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M311.251 198.985s-.703 4.484.3 4.105c1.004-.38 1.572-3.757 1.59-4.488.019-.73-1.89.383-1.89.383" fill="#452c25"/>
<path d="M311.251 198.985s-.703 4.484.3 4.105c1.004-.38 1.572-3.757 1.59-4.488.019-.73-1.89.383-1.89.383z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M312.772 199.437s-1.104 3.468-.042 4.161c1.061.694 1.91-3.421 1.953-4.346.042-.924-1.91.185-1.91.185" fill="#452c25"/>
<path d="M312.772 199.437s-1.104 3.468-.042 4.161c1.061.694 1.91-3.421 1.953-4.346.042-.924-1.91.185-1.91.185z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M308.42 198.296s-1.062 3.19-.425 3.514c1.246.633 2.264-2.209 2.378-3.283.127-1.202-1.953-.231-1.953-.231zm-7.92-6.58s-2.844 2.358-2.505 2.728c.34.37 3.652-.278 5.138-1.295 1.486-1.017 2.08-1.572 2.08-1.572l-2.547-1.572-2.165 1.71z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M303.006 189.311s-1.826 1.48-1.486 1.85c.34.37 3.609-.971 4.203-1.618.595-.648.552-1.341.552-1.341l-3.27 1.11z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M304.874 189.08s-2.463 2.035-1.868 2.774c.594.74 4.034-2.543 4.5-2.959.468-.416-2.887.093-2.887.093" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M303.77 188.156l-4.968 2.358s-4.204 2.728-3.78 3.005c.425.278 3.695-.601 6.03-1.757 2.336-1.156 4.926-3.098 4.926-3.098m-.824 2.175s-5.375 4.622-4.568 5.084c.806.462 4.401-1.473 6.821-3.693" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M305.836 192.361s-3.042 5.134-2.703 5.643c.34.508 2.548-1.202 3.652-2.497s1.972-3.207 1.972-3.207" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M307.584 192.814s-3.296 6.126-2.914 6.635c.383.508 2.293.092 3.44-2.312 1.146-2.405 1.048-3.956 1.048-3.956l-1.574-.367z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M309.5 193.108s-3.664 7.56-2.942 8.3c.722.74 4.778-5.734 4.964-6.648.327-1.608-2.065-1.79-2.065-1.79m-7.683-4.86s-3.312 1.571-2.632 1.895c.679.324 3.779-1.063 4.203-1.202.426-.139-1.57-.694-1.57-.694z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M302.284 188.618s-2.038 1.618-1.613 2.034c.424.417 3.524-1.248 4.118-1.757.594-.508-2.505-.277-2.505-.277z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M306.56 188.747s-2.785 3.745-1.932 3.893c.854.148 4.089-2.414 4.134-2.858.045-.444-2.202-1.035-2.202-1.035z" fill="#452c25" stroke="#000" stroke-width=".141"/>
<path d="M307.804 189.589s-2.972 3.745-2.123 3.976c.85.231.934-.37.934-.37s2.335-1.942 2.505-2.45c.17-.509-1.231-1.202-1.231-1.202" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M308.739 190.467s-2.166 3.746-1.614 3.977c.552.231 1.443-.694 2.335-1.804.892-1.109-.721-2.173-.721-2.173z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M309.29 192.178s-1.274 2.358-.934 3.098c.34.74 1.571-.555 2.166-1.387.594-.832-1.232-1.71-1.232-1.71zm.535 6.546s-.85 3.19-.213 3.514c1.247.633 2.052-2.208 2.166-3.283.127-1.202-1.953-.23-1.953-.23z" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M315.66 194.41s-.85-.278-1.487-.278c0 0-1.868-1.48-2.887-1.618-1.019-.14-.149-.162-.149-.162s-.106-2.428-.403-2.612c0 0-.17-2.497-1.741-2.682-1.571-.185-5.096.138-5.733-.093-.636-.231-2.588-1.045-6.284-.046-3.782 1.023-11.223 4.364-11.605 4.456-.382.093 8.548-1.959 11.053-3.069 0 0 2.505-.185 3.27-.416 0 0-2.845 1.387-.213.786 2.633-.601 2.038 0 2.038 0s-.254.601 1.232.278c1.486-.324 1.486 0 1.486 0s1.699.6 3.015-.186c0 0 .68 2.359 1.529 2.682 0 0 1.009 2.16 3.132 2.577 0 0 1.009.715 1.22.854l1.2.393 1.284-1.003" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M298.25 188.017s-8.492 3.051-8.195 3.884c.297.832 8.874-2.358 10.233-3.237 1.36-.878-1.91-.693-1.91-.693" fill="#452c25" stroke="#000" stroke-width=".133"/>
<path d="M321.76 194.597c.194.033.358.12.532.21.005.003.08.049.093.03.014-.02-.052-.078-.056-.082a1.539 1.539 0 0 0-.362-.268c-.222-.115-.438-.234-.687-.275-.05-.008.134.167.147.177.089.072.216.189.333.208m-6.612 6.412c.126.242.145.52.272.762-.008-.016.019-.093.003-.125-.126-.24-.146-.52-.272-.761.008.015-.02.093-.004.124m1.154-6.54c.284-.1.585-.103.881-.138.014-.002.005-.13 0-.13-.296.036-.597.038-.881.14-.02.006.004.127 0 .128m1.694-.138c.27-.128.555-.139.847-.139a.314.314 0 0 0 0-.129c-.292 0-.577.011-.847.139-.023.01.007.125 0 .129m-2.948 1.498c-.035.006-.037.035-.04.066a.327.327 0 0 0 .004.089c.004.024.008-.02.008-.024-.002.024.013 0 .028-.003.016-.003.003-.13 0-.129m-.176 4.565c0 .238.002.477.037.713.004.025.01-.02.01-.023a.376.376 0 0 0-.004-.088c-.03-.2-.03-.4-.03-.602 0-.073-.013-.073-.013 0"/>
<path d="M316.587 213.894s-.96.743-1.069 1.093a3.78 3.78 0 0 0-.138.687s.86-.103.754.37c0 0 .28.161.723-.868.443-1.03.862-1.474 1.176-1.444.315.03.715.336.917.55.202.216.48.376.83.275 0 0-.367-.56-.135-.682.232-.123.585-.099.585-.099s-.293-.698-.923-.799c-.63-.1-1.066-.276-.917-.55.15-.274.956-2.403.956-2.403l-1.068-1.568-.428 1.365s.14.806.145 1.013c.006.206-.85 1.97-.964 2.071-.115.103-2.404.988-2.677 1.075-.272.087-.842.765-.842.765l-.065.509s.384-.314.507-.127c0 0 .265-.336.504-.21.238.126.2.174.2.174s.424-.28.499-.416c.075-.138.095-.12.095-.12s.214-.057.526-.11" fill="#bd8759"/>
<path d="M316.587 213.894s-.96.743-1.069 1.093a3.78 3.78 0 0 0-.138.687s.86-.103.754.37c0 0 .28.161.723-.868.443-1.03.862-1.474 1.176-1.444.315.03.715.336.917.55.202.216.48.376.83.275 0 0-.367-.56-.135-.682.232-.123.585-.099.585-.099s-.293-.698-.923-.799c-.63-.1-1.066-.276-.917-.55.15-.274.956-2.403.956-2.403l-1.068-1.568-.428 1.365s.14.806.145 1.013c.006.206-.85 1.97-.964 2.071-.115.103-2.404.988-2.677 1.075-.272.087-.842.765-.842.765l-.065.509s.384-.314.507-.127c0 0 .265-.336.504-.21.238.126.2.174.2.174s.424-.28.499-.416c.075-.138.095-.12.095-.12s.214-.057.526-.11" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M323.117 209.17s.04 1.806.04 2.142c0 .336-.04.84-.232 1.134-.193.294-.386.462-.694.462-.31 0-1.119-.042-1.273.252-.155.294-.27.462-.27.462s.501-.294.578 0c.077.294-.192.546-.192.546s.462.084.886-.168.656-.294.849-.294c.193 0 .347.21.347.21s.116.63.077 1.008c-.039.378-.116 1.134.309 1.134 0 0 .154-.378.308-.42.154-.042.579.377.502.503 0 0 .077-.797-.078-1.26a6.735 6.735 0 0 1-.231-.965s1.311.462 1.427.63c.116.168.424.462.54.42.116-.042 0-.42.231-.504.232-.084.347.126.347.126s-.385-.882-.964-1.176c-.578-.294-.964-.294-1.195-.546-.232-.252-.27-.546-.309-.84-.038-.294.01-2.833.01-2.833l-.974-.19" fill="#bd8759"/>
<path d="M323.137 209.038s.02 1.938.02 2.274c0 .336-.04.84-.232 1.134-.193.294-.386.462-.694.462-.31 0-1.119-.042-1.273.252-.154.294-.27.462-.27.462s.501-.294.578 0c.077.294-.192.546-.192.546s.462.084.886-.168.656-.294.849-.294c.193 0 .347.21.347.21s.116.63.077 1.008c-.039.377-.116 1.134.309 1.134 0 0 .154-.378.308-.42.154-.042.579.377.502.503 0 0 .077-.797-.078-1.26-.154-.461-.231-.965-.231-.965s1.311.462 1.427.63c.116.168.424.462.54.42.116-.042 0-.42.231-.504.232-.084.347.126.347.126s-.385-.882-.964-1.176c-.578-.294-.964-.294-1.195-.546-.232-.252-.27-.546-.309-.84-.038-.294.01-2.833.01-2.833l-.993-.155z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M315.069 197.32s-.128-1.287.233-1.426c0 0 .128-1.179 1.699-1.017 0 0 .53-.879 1.38-.416 0 0 .806-.393 1.274-.162.467.231 1.04.624 1.082.717 0 0 .68-.14.998.115.319.255.17 1.087.17 1.087s.764.585.828 1.102c.063.516.063.724-.107.863 0 0 .34.277.277.67-.064.393-.383.963-.446.963-.064 0 .042 1.025-.297 1.372-.34.347-.659.417-.807.463-.149.046-.53.6-.892.67-.36.07-.849-.555-.891-.74-.043-.185-.531-.393-.531-.393s-1.104 1.18-1.847.994c-.743-.184-1.104-.809-1.168-.924-.064-.116-.276-.971-.276-.971s-.828-.486-.764-.948c.063-.462.403-1.017.403-1.017l-.318-1.002z" fill="#dcddde"/>
<path d="M317.828 211.94c-.1.019-.17.004-.236-.042m.604-.89a.8.8 0 0 1-.317-.113m-.063.592c.071.04.154.056.237.043m-1.021 1.417a.31.31 0 0 0 .158.056m6.429-.935c.157.027.3.111.463.126m-.193-.588c-.125.03-.231.006-.308-.084m.385-.462a.863.863 0 0 1-.424-.042m-.116 1.89c.147.02.283.092.424.126m-.385.462a.217.217 0 0 1 .193.042m-.077 1.553a.402.402 0 0 1 .27.042m-5.092-2.104a.34.34 0 0 0-.268.211m1.054-.137c-.169.098-.32.235-.341.431m-4.536.435c.131.119.325.189.439.299m9.9-.94a.352.352 0 0 0-.192.252m.732-.085a.185.185 0 0 0-.115.169" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M313.45 215.074l.551-.143.053.022s-.36.697-.263.866c.099.169-.492-.306-.34-.745" fill="#d9c0b9"/>
<path d="M313.45 215.074l.551-.143.053.022s-.36.697-.263.866c.099.169-.492-.306-.34-.745z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M315.545 215.486s-.609 1.017.181 1.525c0 0-.049-.948.57-1.152l-.75-.373z" fill="#d9c0b9"/>
<path d="M315.545 215.486s-.609 1.017.181 1.525c0 0-.049-.948.57-1.152l-.75-.373z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M319.587 214.537l-.184-.55.214-.289.432-.005.183.087s.348.793.044 1.209c0 0-.129-.448-.276-.51 0 0-.322-.05-.413.058" fill="#d9c0b9"/>
<path d="M319.587 214.537l-.184-.55.214-.289.432-.005.183.087s.348.793.044 1.209c0 0-.129-.448-.276-.51 0 0-.322-.05-.413.058z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M320.938 213.374h.362l.137.338-.051.312-.312.144s-.515-.131-.389.481c0 0-.241-1.125.253-1.275" fill="#d9c0b9"/>
<path d="M320.938 213.374h.362l.137.338-.051.312-.312.144s-.515-.131-.389.481c0 0-.241-1.125.253-1.275z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M323.492 215.893l.374-.412.401.212s-.166 1.088-.23 1.169c-.062.081-.074.094-.074.125s-.063-.206-.184-.344c-.12-.137-.246-.737-.287-.75" fill="#d9c0b9"/>
<path d="M323.492 215.893l.374-.412.401.212s-.166 1.088-.23 1.169c-.062.081-.074.094-.074.125s-.063-.206-.184-.344c-.12-.137-.246-.737-.287-.75z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M325.926 214.8s.603.75.528.993c0 0 .62-.625-.178-1.512l-.35.518z" fill="#d9c0b9"/>
<path d="M325.926 214.8s.603.75.528.993c0 0 .62-.625-.178-1.512l-.35.518z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M323.282 195.889c.12.034.194.122.235.24a.188.188 0 0 0 .007-.045c0-.025.004-.056-.004-.08-.04-.12-.116-.21-.238-.245.002.001-.02.124 0 .13m.135 2.076c.188.198.327.427.405.69-.006-.02.014-.088.003-.124a1.697 1.697 0 0 0-.408-.695c.015.016-.025.104 0 .13m-.44-1.524c.183.16.339.345.507.52-.015-.016.025-.104 0-.13-.168-.174-.324-.36-.508-.519.014.013-.025.108 0 .13m.505 3.452c.054.31-.018.576-.134.851-.014.034.011.107.004.125.148-.352.202-.71.137-1.087a.466.466 0 0 0-.007.111m.475 1.073c.024.16.028.318 0 .478a.372.372 0 0 0-.002.088c0 .004.004.048.009.023a2.159 2.159 0 0 0 0-.7c-.004-.025-.008.02-.01.023a.435.435 0 0 0 .003.088m1.83 3.78c.122.433.131.875.132 1.322 0 .074.013.074.013 0 0-.488-.008-.974-.14-1.447.005.022-.014.089-.004.125m-.305.88c-.1.305-.2.61-.339.9-.015.032.012.107.003.124.14-.29.24-.595.34-.9.011-.035-.01-.104-.004-.125m-10.23-2.92c.283.37.436.813.675 1.21-.008-.013.021-.095.003-.124-.24-.399-.394-.843-.679-1.214.016.02-.023.099 0 .129m1.796.044c-.259.034-.322-.338-.542-.415.004 0-.021.121 0 .129.219.077.283.45.542.415.014-.002.004-.13 0-.129m-1.019 1.719c.186.326.309.686.509 1.004-.008-.013.021-.096.004-.125-.2-.318-.323-.677-.509-1.004.008.015-.02.095-.003.125m1.188.418c.209.251.398.515.506.828-.006-.02.016-.089.004-.124-.11-.315-.3-.58-.51-.833.016.019-.024.1 0 .129m-.103 1.243c.105.218.2.44.305.658-.008-.016.019-.092.003-.124-.106-.218-.2-.44-.305-.658.008.017-.02.092-.003.124m1.118.243c.061.228.095.462.097.7 0 .072.013.073.013 0a3.305 3.305 0 0 0-.106-.825c.006.022-.014.089-.003.125m-.476 1.032c.073.329.169.65.34.941-.008-.014.02-.094.004-.124a3.178 3.178 0 0 1-.337-.928.366.366 0 0 0-.007.111m.274-4.387c.268.102.536.203.813.277 0 0 .019-.125 0-.13a8.08 8.08 0 0 1-.813-.277c.005.002-.021.121 0 .13m.203 1.142c.32.178.656.32.983.484-.008-.004.023-.117 0-.128-.327-.165-.663-.307-.983-.485.01.005-.024.115 0 .129m.305 1.28c.165.201.346.386.542.555-.014-.013.026-.108 0-.13a4.47 4.47 0 0 1-.542-.553c.016.019-.023.1 0 .129m.337 1.59c.138.22.202.463.236.72.003.025.008-.02.01-.023a.373.373 0 0 0-.004-.089 1.791 1.791 0 0 0-.238-.733c.008.013-.022.095-.004.125m.947-3.953c.03.153.066.305.103.456-.006-.022.013-.087.004-.124a10.06 10.06 0 0 1-.1-.444c-.005-.024-.008.02-.008.024a.326.326 0 0 0 .002.088m2.373-.949a3.575 3.575 0 0 1-.238.485c-.017.03.012.11.003.124.091-.156.17-.316.237-.484.015-.035-.01-.106-.003-.125m.978-.042c0 .273-.004.543-.064.81a.393.393 0 0 0 .006.112c.068-.302.07-.612.071-.921 0-.074-.013-.074-.013 0m.205 1.5c.025.233 0 .463-.032.694a.562.562 0 0 0 .006.111 3.72 3.72 0 0 0 .035-.897c-.005-.05-.011.074-.01.091m.748 1.422c-.045.321-.239.578-.471.787-.026.023.014.116 0 .13.238-.215.432-.477.477-.806a.562.562 0 0 0-.006-.111m-2.404-1.392c-.068.135-.155.256-.237.381-.012.017-.005.06-.004.08 0 .004.004.051.007.045.082-.125.17-.247.237-.381.01-.02.005-.058.004-.08 0-.004-.004-.05-.007-.045m.273 1.902a1.89 1.89 0 0 1-.34.381c-.025.02.014.119 0 .13.135-.107.238-.244.34-.382.01-.014.006-.048.006-.064 0-.007-.01-.062-.006-.065m-.848 1.004c-.33-.327-.486-.748-.337-1.223.012-.036-.01-.104-.004-.124-.166.529-.056 1.084.341 1.476-.015-.015.025-.104 0-.129m-1.121-1.056c.025.195.024.385-.032.574-.011.036.009.103.003.124.078-.262.07-.54.035-.81-.004-.025-.008.02-.008.023a.435.435 0 0 0 .002.089m2.576 1.266c-.07.235-.197.44-.305.658-.016.032.011.108.004.125.108-.218.235-.424.305-.658.01-.036-.01-.104-.003-.125m1.66.693a9.23 9.23 0 0 1-.474.727c-.02.027.011.113.004.124.166-.237.33-.474.474-.727.017-.03-.012-.11-.003-.124m.811.871a17 17 0 0 0-.138 1.339c-.002.021.005.144.011.065.033-.432.067-.864.133-1.292a.564.564 0 0 0-.006-.112m1.048-1.554c.003.151.031.3.034.45.002.091.013.007.012-.034-.002-.15-.032-.3-.034-.45-.002-.09-.013-.007-.012.035m-11.144-4.885c-.063.445-.008.87.137 1.295-.007-.02.015-.09.003-.125-.12-.347-.188-.677-.134-1.059a.562.562 0 0 0-.006-.11"/>
<path d="M318.817 196.346c.716-.657 1.66-1.348 2.676-1.107 0 0 .017-.124 0-.129-1.015-.242-1.96.45-2.676 1.106-.025.024.015.116 0 .13m3.44.782c-.718-.489-1.972-.667-2.675-.065-.026.021.014.117 0 .129.703-.602 1.957-.423 2.675.065-.012-.008.025-.113 0-.13m-2.74 1.103c.293.953.674 1.923.507 2.94a.564.564 0 0 0 .006.112c.18-1.103-.19-2.137-.51-3.176.006.02-.015.089-.004.124m-1.148.58c.176.963.064 1.936-.002 2.904-.002.022.006.145.011.066.07-1.027.184-2.06-.002-3.082a.432.432 0 0 0-.006.112m1.532-.708c.936.222 1.851.846 2.355 1.69-.008-.014.021-.095.004-.125-.505-.846-1.42-1.47-2.358-1.694 0 0-.019.126 0 .13m-.835 1.302c.003.592.05 1.184-.123 1.76-.01.035.01.103.003.124.185-.616.136-1.25.133-1.884 0-.074-.013-.074-.013 0m1.47-.131c.589.486 1.055 1.22 1.143 1.998.006.05.01-.074.008-.091-.09-.794-.549-1.538-1.151-2.036.014.011-.025.108 0 .129m-4.33 1.624c.196-.278.437-.595.764-.713.02-.008-.004-.128 0-.13-.33.12-.57.439-.766.719-.02.027.011.113.003.124m1.4-5.063c-.123-.529-.52-.841-.946-1.126.01.007-.023.1 0 .115.422.283.82.595.943 1.122-.004-.02.012-.078.003-.11m-.829-.01c-.49-.232-.997-.26-1.529-.26a.312.312 0 0 0 0 .13c.532 0 1.039.027 1.529.26-.008-.005.023-.119 0-.13m1.532-.081c.064-.509-.01-.99-.45-1.303.012.008-.021.098 0 .113.369.264.503.63.444 1.092a.435.435 0 0 0 .006.098m1.844.6c.46-.244.962-.198 1.465-.195.009 0 .01-.128 0-.128-.503-.004-1.005-.05-1.465.195-.024.012.009.124 0 .129m.828 1.236c.71.075 1.253.44 1.72.976-.032-.036.048-.203 0-.258-.468-.536-1.01-.901-1.72-.977-.01 0-.027.256 0 .259m-3.124 1.958c-.168.68-.04 1.54-.825 1.818-.042.014.008.255 0 .258.795-.282.662-1.14.831-1.827.019-.073-.017-.204-.006-.249" fill="#fff"/>
<path d="M319.515 199.009c.272.714.653 1.443.506 2.236a.873.873 0 0 0 .013.223c.18-.977-.17-1.811-.513-2.708.014.037-.033.18-.006.249m1.022-.126c.693.088 1.303.705 1.395 1.414.007.05.017-.04.017-.047a.95.95 0 0 0-.005-.176c-.093-.722-.697-1.359-1.407-1.45-.009 0-.028.255 0 .259m-.006 1.023c.109.594.277 1.188.067 1.782-.025.07.02.21.007.249.262-.74.075-1.507-.061-2.254a.92.92 0 0 0-.013.223m-.376-2.585c.763-.129 1.57-.244 2.23.26-.027-.02.05-.22 0-.258-.66-.504-1.467-.389-2.23-.26-.031.005-.005.26 0 .258m-1.394-1.514c.091-.63.646-1.081 1.204-1.284.042-.015-.01-.255 0-.258-.576.21-1.123.673-1.217 1.319a.95.95 0 0 0-.005.177c0 .008.01.096.017.046m-.696.379c-.019-.7-.325-1.262-.626-1.873.014.028-.034.163-.006.22.27.547.594 1.082.61 1.713.005.16.024.013.022-.06m-.641.374c-.136-.622-.547-1.035-1.09-1.32.018.01-.047.234 0 .26.525.274.944.678 1.077 1.283a.746.746 0 0 0 .013-.223m-1.026-.25c-.356-.247-.73-.48-1.162-.547-.006 0-.024.198 0 .201.432.067.806.3 1.162.548-.019-.013.04-.174 0-.201m2.22 2.925c.062.66.144 1.328-.185 1.931-.034.062.023.22.007.25.394-.723.27-1.578.197-2.364-.01-.101-.021.15-.018.183" fill="#fff"/>
<path d="M319.387 198.878c.221.622.482 1.283.438 1.958-.003.042.012.29.023.13.053-.821-.182-1.572-.454-2.337.014.04-.031.18-.007.25m.513-.907c.632.194 1.26.401 1.72.91-.032-.034.048-.204 0-.257-.46-.51-1.088-.717-1.72-.911.005 0-.04.246 0 .258m-1.711-1.404c.067-.55.126-1.099.131-1.653.002-.147-.024-.147-.025 0-.005.493-.064.982-.124 1.47-.004.034.006.284.018.183m-1.155-.351c-.467-.212-.882-.515-1.274-.846.028.024-.051.216 0 .259.392.33.807.633 1.274.846-.014-.007.045-.238 0-.259m-.192 3.319c-.3.19-.506.454-.64.785-.018.045-.01.112-.009.16 0 .01.011.1.016.09a1.59 1.59 0 0 1 .633-.777c.05-.031-.022-.244 0-.258m.816.485c-.011.453-.26.828-.56 1.141-.05.052.03.226 0 .259.36-.378.57-.799.584-1.331.002-.083-.019-.25-.024-.07m2.138-3.562c.376-.594 1.285-.643 1.892-.81.038-.01-.002-.257 0-.257-.615.167-1.518.217-1.898.818-.037.058.023.224.007.249m-4.178-.01a2.072 2.072 0 0 1-.411-.193c.011.007-.03.143 0 .16.133.074.266.149.411.193-.003-.001.025-.153 0-.16m.083 3.038c-.131.054-.267.109-.357.225-.022.027-.013.097-.013.129 0 .03 0 .06.004.091 0-.004.006.041.01.038.09-.116.225-.171.356-.224.02-.009.013-.114.013-.13a.745.745 0 0 0-.013-.129m.55.14c-.27.12-.466.354-.635.593-.03.043.018.178.006.195.167-.236.363-.466.63-.585.035-.016-.012-.198 0-.203m1.039.258c-.235.573-.877 1.207-.411 1.848-.017-.022.045-.196.006-.25-.322-.443.245-.943.411-1.35.028-.067-.021-.212-.007-.248m.733-.01c.018.584-.085 1.16-.187 1.733a.858.858 0 0 0 .013.224c.12-.672.219-1.342.198-2.026-.006-.18-.027-.014-.024.069m1.88-.691c.426.558.803 1.158.985 1.847-.012-.044.026-.176.007-.249-.184-.693-.564-1.295-.992-1.856.031.041-.046.197 0 .258m.22-.45c.7.535 1.48 1.036 1.973 1.792-.016-.025.044-.192.006-.25-.496-.759-1.276-1.263-1.98-1.8.026.02-.05.22 0 .259" fill="#fff"/>
<path d="M320.535 197.813c.261-.025.504-.015.752.076.222.082.406.265.608.387.204.123.41.234.575.41.218.228.22.618.284.912a.66.66 0 0 0 .01-.19c-.051-.241-.079-.486-.161-.72-.08-.228-.278-.368-.47-.49-.23-.148-.457-.297-.685-.448-.271-.178-.603-.187-.913-.157-.022.002-.01.22 0 .22" fill="#fff"/>
<path d="M322.25 199.248c.077.226.168.447.245.673-.009-.026.02-.116.004-.162-.077-.226-.168-.447-.245-.673.009.026-.02.116-.004.162m-1.962-3.571c.493-.136.998-.226 1.483-.393.041-.014-.007-.256 0-.258-.485.167-.99.257-1.483.393-.038.01.003.257 0 .258m-2.056.248c.069-.262.18-.475.33-.698.183-.275.21-.618.435-.869.049-.054-.03-.223 0-.258-.186.206-.25.471-.357.723-.128.302-.329.525-.415.853-.02.073.018.205.007.249m-1.685 4.617c-.088.425-.071.869.086 1.274-.015-.037.033-.18.007-.249a1.365 1.365 0 0 1-.08-.802.67.67 0 0 0 .004-.176c0-.01-.007-.096-.017-.047m1.023.804c-.177.24-.18.607-.086.884a.341.341 0 0 0 .015-.085c.002-.046.006-.105-.008-.15-.052-.154-.014-.28.08-.406.019-.027.011-.09.011-.122 0-.013-.017-.115-.012-.121m.76-.408c-.008.244-.139.477-.24.692-.023.047.016.156.004.18.127-.267.244-.522.254-.823.002-.06-.014-.18-.018-.05m.023-1.434v.309c0 .009-.002.129.013.129s.013-.12.013-.13v-.308c0-.009.002-.129-.013-.129s-.013.12-.013.13m-.347.18c.02.036.036.073.05.113.008.054.012.057.012.009a.726.726 0 0 0-.014.24c0 .008.008.096.017.047.039-.212.048-.464-.058-.657-.006-.013-.015.08-.016.09 0 .041-.012.12.01.159m-.495-.165c-.051.16-.086.324-.113.49a.802.802 0 0 0-.004.177c0 .008.009.096.017.046a3.27 3.27 0 0 1 .107-.464c.015-.048.01-.109.009-.159 0-.011-.013-.1-.015-.09m-.382.023c-.23.283-.538.47-.85.646-.05.027.018.247 0 .258.312-.175.62-.363.85-.645.021-.027.013-.098.013-.13 0-.013-.017-.124-.013-.129m-.659.112a1.58 1.58 0 0 1-.467.253c-.041.015.008.256 0 .258.169-.059.326-.14.467-.252.022-.018.013-.106.013-.13 0-.007-.012-.13-.013-.129m-.934-.23c-.136.061-.275.114-.411.175-.037.015.01.202 0 .207.136-.06.275-.113.411-.174.037-.016-.01-.202 0-.207m2.844-.112c.003.169.03.333.061.498.01.049.017-.038.018-.047a.802.802 0 0 0-.004-.176c-.023-.113-.048-.228-.05-.344 0-.01-.012-.1-.015-.09-.017.047-.01.11-.01.159m.44-.203c.002.198.021.388.091.574.004.01.016-.08.016-.09.002-.048.008-.114-.01-.16a.959.959 0 0 1-.072-.324c0-.009.002-.129-.013-.129s-.013.12-.013.13m.34-.045c.058.083.125.197.128.303 0 .01.011.1.015.09.017-.047.01-.11.01-.159a.832.832 0 0 0-.147-.483c-.009-.012-.015.082-.016.09 0 .037-.013.127.01.16m.415-.164c.145.031.276.09.384.196-.002-.002.013-.119.013-.129 0-.027.009-.107-.013-.129a.763.763 0 0 0-.384-.196c-.002 0-.035.25 0 .258m.22-.337c.17.142.357.248.576.28.007.002.03-.253 0-.258a1.17 1.17 0 0 1-.576-.28l-.013.129c0 .024-.01.11.013.13m.466-1.123c.149.002.294.026.44.056.002 0 .033-.252 0-.258a2.316 2.316 0 0 0-.44-.057c-.018 0-.02.259 0 .259m-.216-.538c.09-.146.224-.254.353-.36.022-.018.013-.105.013-.129l-.013-.13c-.133.11-.268.22-.36.37-.022.036-.01.12-.009.159 0 .009.008.103.016.09m-.409-.518a.972.972 0 0 1 .186-.459c.021-.028.013-.097.013-.13 0-.013-.018-.122-.013-.128a1.044 1.044 0 0 0-.204.671c0 .007.01.096.018.046m-.333-.24c.17-.237.282-.51.44-.756.022-.035.01-.12.008-.16 0-.008-.008-.102-.016-.09-.156.247-.27.52-.439.758-.023.032-.01.122-.009.159 0 .009.007.102.016.09" fill="#fff"/>
<path d="M318.545 195.302c.006.29.027.579.088.862.011.049.017-.037.018-.046a.652.652 0 0 0-.004-.177 3.657 3.657 0 0 1-.077-.708c-.004-.181-.026-.014-.024.069m-1.227.202c.044.105.103.203.155.305.033.063.062.128.088.195l.025.076c-.016-.052.01-.038-.021.017-.035.06.023.22.007.249.074-.129.063-.337.03-.477-.054-.223-.19-.406-.278-.614.016.035-.035.182-.006.249m-.244.504a4.51 4.51 0 0 0-.549-.449 1.946 1.946 0 0 0-.013.13c0 .021-.009.112.013.128.191.14.381.28.55.45-.003-.003.012-.12.012-.13 0-.028.01-.107-.013-.13m.803.27c.114-.567.092-1.134-.14-1.668.015.035-.036.183-.007.25.17.388.22.768.134 1.194a.807.807 0 0 0-.005.177c0 .008.008.095.018.046m1.202-.74c.019 0 .019-.258 0-.258s-.019.259 0 .259" fill="#fff"/>
<path d="M317.72 196.302c.03-.32.105-.634.137-.954.01-.09.008-.184 0-.274-.006-.065-.02-.065-.027 0-.032.32-.107.634-.137.954-.008.09-.01.184 0 .274.006.065.02.066.027 0m3.474 1.992c.278.091.552.28.681.554.008.018.023-.12.024-.135.002-.066.016-.175-.013-.238-.133-.28-.408-.475-.692-.568.009.003-.06.367 0 .387m-.939 1.93a1 1 0 0 1 .023.487 1.167 1.167 0 0 0-.007.265c0 .012.013.143.027.07.07-.387.081-.818-.032-1.196a.694.694 0 0 0-.024.135c-.002.075-.009.165.013.238m-.783-.523c0 .32.02.639-.045.955-.017.084-.012.18-.006.265 0 .013.01.143.026.07.087-.426.066-.859.064-1.29 0-.014.003-.194-.02-.194-.02 0-.018.18-.018.194m-.398.346c-.11.425-.22.85-.307 1.282a1.07 1.07 0 0 0-.007.265c0 .013.011.143.026.07.084-.418.19-.83.297-1.243.03-.11-.027-.308-.01-.374m.536.271c.004.365.046.734.006 1.098a1.32 1.32 0 0 0 0 .273c.006.066.02.065.026 0 .052-.458.01-.912.006-1.37 0-.014.003-.194-.018-.194-.023 0-.02.18-.02.193m-2.571.195c.008-.115.006-.138-.003-.069a.567.567 0 0 1-.075.192c-.032.058-.015.176-.013.238 0 .014.013.155.023.136.135-.243.125-.563.087-.831-.01-.075-.025.058-.026.07-.005.087-.006.177.007.264m1.13-.766c.076.145.07.272.07.43 0 .014-.004.194.018.194s.019-.18.019-.193c.002-.268.03-.56-.096-.804-.01-.019-.023.121-.024.135-.002.064-.017.179.014.238m.307-.133a.367.367 0 0 1 .136.182c.008.023.012.094.01.013a.75.75 0 0 0 .009.115c0-.002.006.043.015.02.025-.07.015-.165.013-.238-.004-.189-.03-.358-.183-.48-.006-.004-.014.063-.013.057a1.258 1.258 0 0 0-.006.138c0 .045 0 .091.006.136.002.012.002.047.013.057m.38-.344c.06.124.13.242.192.365.01.02.014-.016.015-.02.006-.037.007-.077.008-.115 0-.05 0-.1-.002-.15-.002-.024 0-.065-.012-.088-.06-.124-.13-.242-.192-.365-.01-.02-.013.016-.014.02a.895.895 0 0 0-.01.115c0 .05 0 .1.003.15.002.024 0 .065.01.088m.852-.308c.15.214.305.424.472.624-.006-.007.019-.175.019-.194 0-.046.013-.155-.02-.193a9.327 9.327 0 0 1-.461-.61c-.013-.02-.023.121-.023.135-.002.054-.021.19.013.238m.44-.73c.113.2.245.39.389.568-.006-.007.019-.174.019-.193 0-.047.013-.154-.02-.194a4.119 4.119 0 0 1-.379-.554c-.01-.019-.023.122-.023.135-.002.061-.019.182.013.238m-4.278-1.951a1.715 1.715 0 0 0-.412-.253 1.108 1.108 0 0 0-.02.194c0 .024-.01.181.02.194.15.063.285.15.412.252 0 0 .018-.18.018-.194 0-.036.015-.167-.018-.193m1.34-.462a.486.486 0 0 1 .04.115.748.748 0 0 0 .012.118c0-.001.005.044.014.02.025-.07.015-.165.013-.238a1 1 0 0 0-.068-.388c-.009-.021-.015.019-.015.02a.746.746 0 0 0-.008.116c-.003.068-.015.173.013.238m1.058-1.005c.006.254-.021.522-.152.744-.032.055-.015.178-.013.238 0 .013.012.154.023.135.206-.349.189-.827.178-1.22a.56.56 0 0 0-.023-.135c-.025.07-.015.165-.013.238m.238 1.432c.225-.15.379-.382.499-.624.03-.06.015-.173.013-.238 0-.013-.014-.153-.023-.135-.118.237-.269.462-.49.61-.032.022-.018.162-.018.194 0 .011.015.196.019.193m.658-.027c.078-.08.143-.172.22-.253.012-.012.012-.042.014-.056.004-.046.006-.092.006-.138 0-.045 0-.091-.006-.136 0 .006-.008-.063-.014-.057-.077.08-.142.172-.22.252-.012.013-.012.042-.013.057a1.258 1.258 0 0 0-.006.137c0 .045 0 .091.006.137 0-.007.008.062.013.057m.99.173a7.599 7.599 0 0 1-.742-.028c-.017-.002-.04.384 0 .388.246.024.494.027.741.028.028 0 .029-.388 0-.388m-.22.893c.33.197.649.411.99.589-.027-.014.07-.35 0-.388-.341-.177-.66-.391-.99-.589.032.02-.073.343 0 .388" fill="#fff"/>
<path d="M319.958 197.958c.294.187.614.33.88.561 0 0 .018-.18.018-.194 0-.037.014-.164-.019-.193-.265-.231-.585-.375-.879-.561a2 2 0 0 0-.019.193c0 .03-.013.173.02.194m-1.89-1.41c.042-.141.041-.293.041-.44 0-.012.003-.193-.019-.193s-.02.18-.02.194c0 .053 0 .008.003 0a.325.325 0 0 1-.015.065c-.022.074-.015.163-.013.239.002.038.002.077.01.115 0-.005.006.045.014.02m-2.314-1.03c.258.315.585.543.903.79.235.184.409.495.663.64-.03-.017.073-.346 0-.387-.229-.13-.382-.407-.585-.577-.335-.281-.7-.51-.98-.854.047.058-.071.3 0 .387m.549 1.044a7.671 7.671 0 0 1-.44-.505c-.003-.005-.014.063-.013.056a1.56 1.56 0 0 0-.006.137c0 .047-.013.154.02.194.14.173.283.345.438.505-.003-.003.02-.178.02-.194 0-.042.014-.16-.02-.193m-.307 2.56c-.103.187-.19.385-.324.554-.032.04-.019.146-.019.193 0 .02.025.186.019.194.137-.174.228-.375.334-.568.032-.057.015-.176.014-.238 0-.013-.013-.154-.024-.136m.29.388c-.006.216-.08.43-.106.644a1.32 1.32 0 0 0 0 .274c.007.067.019.064.027 0 .034-.275.109-.536.115-.815.002-.073.011-.168-.014-.238a.616.616 0 0 0-.023.135m1.012 1.781c.183-.612.163-1.26.15-1.893-.004-.272-.038-.02-.036.103.009.48.014.954-.124 1.417-.032.108.029.31.01.373m.594-1.486c.07.212.084.406.051.627a1.29 1.29 0 0 0-.007.266c0 .011.015.144.026.069.066-.439.08-.91-.06-1.336a.627.627 0 0 0-.023.135c-.003.074-.01.167.013.239m.582-.218c.213.262.278.61.258.943-.004.063.018.434.032.195.031-.504.045-1.116-.29-1.526.006.007-.02.175-.02.194 0 .047-.013.154.02.194" fill="#fff"/>
<path d="M318.635 199.326a12.6 12.6 0 0 1 .294 1.69c.015.15.031-.224.027-.275-.06-.604-.169-1.2-.31-1.789.015.068-.037.263-.01.374m.548-.14c.244.336.457.69.577 1.093a.684.684 0 0 0 .023-.135c.003-.075.009-.165-.013-.238-.12-.403-.333-.758-.577-1.094.024.032-.068.293-.01.373m1.136-.934c-.113-.196-.353-.22-.554-.204-.039.003-.019.39 0 .388.19-.016.436.002.544.19.01.018.023-.123.023-.136.002-.061.019-.182-.013-.238" fill="#fff"/>
<path d="M319.738 198.098a7.456 7.456 0 0 1 1.071-.056c.03 0 .03-.387 0-.387a7.5 7.5 0 0 0-1.07.055c-.045.007-.012.39 0 .388m.659-2.94c-.285.34-.436.802-.532 1.232-.018.084-.011.181-.007.265 0 .015.01.143.026.07.091-.409.243-.857.513-1.18.032-.039.018-.147.018-.194 0-.018-.024-.187-.019-.193m-1.547.333c.053.327.187.629.279.945a.68.68 0 0 0 .023-.135c.002-.076.008-.165-.013-.239-.088-.303-.22-.592-.27-.906-.012-.074-.025.058-.026.07-.005.087-.007.178.007.265m-.292.564a1.549 1.549 0 0 1-.297-.526c-.008-.025-.016.024-.015.02a.749.749 0 0 0-.008.115c-.002.076-.009.165.013.239.061.204.176.376.307.54.004.005.014-.064.013-.057.005-.046.006-.091.006-.137 0-.047.014-.153-.019-.194m-.521.253c-.431-.14-.844-.312-1.209-.59.04.03-.076.33 0 .388.365.278.778.45 1.209.59-.01-.004.06-.369 0-.388" fill="#fff"/>
<path d="M318.51 196.2s-1.708.292-2.159.395c-.45.103-1.47.207-1.826.207-.356 0-.902-.285-1.282-.362-.38-.078-1.613-.207-2.064.258-.45.465-.735.62-.877.775-.143.155-.714.662-.737.887-.022.224.144.56.428.56.285 0 .883.605.882.732-.002.211.782.439 1.52.434 1.33-.007 1.985-.678 3.98-.443 1.086.128 3.084-.723 3.44-1.24.356-.517.57-1.059.214-1.653-.356-.594-1.423-.533-1.519-.55" fill="#dba05f"/>
<path d="M318.51 196.2s-1.708.292-2.159.395c-.45.103-1.47.207-1.826.207-.356 0-.902-.285-1.282-.362-.38-.078-1.613-.207-2.064.258-.45.465-.735.62-.877.775-.143.155-.714.662-.737.887-.022.224.144.56.428.56.285 0 .883.605.882.732-.002.211.782.439 1.52.434 1.33-.007 1.985-.678 3.98-.443 1.086.128 3.084-.723 3.44-1.24.356-.517.57-1.059.214-1.653-.356-.594-1.423-.533-1.519-.55z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M311.358 198.115s-.004.038-.012-.02l-.01-.046-.012-.032-.002-.035c-.008-.012.036.01.174-.127 0 .003.041-.065.116-.177a.838.838 0 0 1 .43-.28c.261-.061.502-.018.535-.016.012-.014-.59-.02-.63.05.003-.047.58-.067.612-.027.008-.014-.545-.018-.586.058 0-.035.5-.059.555-.013 0 0-.093-.01-.118-.008l.043.008h-.07l-.04-.005s.11.014.117.024c0 .002.05-.014-.147-.003 0 0-.12-.022-.316.04-.257.038-.25.386-.639.61"/>
<path d="M311.315 197.97c.022.002.19-.066.35-.363-.045-.082.604-.335.671-.253.003-.003.177 0 .279.016" fill="none"/>
<path d="M311.957 197.408c-.066-.009-.395.269-.365.284-.071.17-.256.282-.278.278m.671-.523c0-.021.446-.064.534-.03m-.617.15c-.012-.047.464-.112.509-.08" fill="none"/>
<path d="M312.4 197.87s.02.012-.007-.015l-.02-.024-.013-.02-.017-.014s-.015.006-.134.112c0-.001-.052.039-.114.097-.002-.005-.116.096-.244.166-.136.02-.334.109-.334.144-.012-.053.392-.159.386-.165.029.019-.358.09-.365.168-.014-.047.355-.14.37-.14.019.02-.325.078-.335.152 0 .002.047-.047.066-.048l-.024.018c.012-.012.028-.014.043-.02l.025-.011s-.069.03-.066.044c.003.008-.04-.004.089-.038.002.012.325-.066.694-.407"/>
<path d="M312.34 197.787c-.003-.005-.143.14-.29.244.002.024-.301.201-.38.18-.006-.009-.13.052-.182.116" fill="none"/>
<path d="M311.89 198.147c.023-.023.214-.153.214-.154.067-.072.235-.206.236-.206m-.443.393c.016.016-.284.057-.332.13m.418-.138c.02.038-.32.129-.334.14" fill="none"/>
<path d="M312.872 196.487s-.024-.542-.546-.749c-.522-.206-1.115-.232-1.328-.206-.214.025-.25.12-.516.164a2.536 2.536 0 0 0-.551.171s0-.025-.143.233-.38.387-.26.62c.118.232.04.273.185.317.146.044-.072-.08-.072-.08s-.915.296-.692.856c.222.56.445.35.512.34.066-.012.517-.245.517-.245l.74-.692s.873-.341.968-.367c.095-.026.508.01.508.01l.678-.371z" fill="#c6262c"/>
<path d="M312.872 196.487s-.024-.542-.546-.749c-.522-.206-1.115-.232-1.328-.206-.214.025-.25.12-.516.164a2.536 2.536 0 0 0-.551.171s0-.025-.143.233-.38.387-.26.62c.118.232.04.273.185.317.146.044-.072-.08-.072-.08s-.915.296-.692.856c.222.56.445.35.512.34.066-.012.517-.245.517-.245l.74-.692s.873-.341.968-.367c.095-.026.508.01.508.01l.678-.371z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M312.209 197.76c0 .135-.137.31-.307.39-.17.08-.307.035-.307-.1s.137-.31.307-.39c.17-.08.307-.035.307.1"/>
<path d="M308.585 200.237s-.716-1.231 1.27-1.835c0 0 .6.327.739.553 0 0-.346.578-1.478.73 0 0-.508.15-.53.552" fill="#d9c0b9"/>
<path d="M308.585 200.237s-.716-1.231 1.27-1.835c0 0 .6.327.739.553 0 0-.346.578-1.478.73 0 0-.508.15-.53.552z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M308.793 200.036s.8.169 1.339-.226c.442-.324.6-.176.715-.15 0 0 .024-.403-.254-.705 0 0-.56.463-.976.59-.415.125-.696.083-.824.491" fill="#d9c0b9"/>
<path d="M308.793 200.036s.8.169 1.339-.226c.442-.324.6-.176.715-.15 0 0 .024-.403-.254-.705 0 0-.56.463-.976.59-.415.125-.696.083-.824.491z" fill="none" stroke="#000" stroke-width=".133"/>
<path d="M311.015 199.632c.149 0 .3.002.446-.033.017-.004 0-.129 0-.129-.146.035-.297.033-.446.033a.312.312 0 0 0 0 .129m-.28-2.069c-.123 0-.086.148-.16.21-.01.009-.006.052-.006.064l.006.065c.074-.062.04-.21.16-.21.01 0 .009-.129 0-.129m.412.279c.062-.116.184-.164.295-.22.023-.011-.008-.124 0-.128-.112.056-.235.105-.298.223-.01.02-.005.059-.005.08 0 .005.005.05.008.045m.534.712a.26.26 0 0 0 .24-.116c.01-.014.006-.048.006-.065 0-.007-.01-.061-.006-.064a.26.26 0 0 1-.24.116c-.006 0-.012.128 0 .13m.422-.152a.753.753 0 0 0 .378-.328c.01-.019.005-.06.005-.08 0-.004-.004-.051-.008-.045a.743.743 0 0 1-.375.324c-.022.009.006.127 0 .13m-.663-.699c-.093.158-.27.238-.376.385-.02.027.01.114.003.124.106-.147.282-.226.376-.384.01-.018.005-.06.005-.08 0-.004-.004-.05-.008-.045m.286 2.061c.339.018.666-.027.992-.116.019-.005-.002-.13 0-.13a3.112 3.112 0 0 1-.992.117c-.008 0-.011.128 0 .129m1.562-.058c.442-.321.815-.595.96-1.156.009-.036-.01-.102-.003-.124-.144.556-.52.833-.956 1.15-.025.019.012.12 0 .13m.262-.769c.315-.187.54-.482.663-.83.013-.034-.01-.104-.003-.124a1.548 1.548 0 0 1-.66.825c-.024.014.01.123 0 .13m-.148-1.958c.241-.03.504.171.673.326-.015-.013.025-.106 0-.13-.169-.154-.432-.354-.673-.325-.013.002-.005.13 0 .129m6.262.976c.274-.443.125-.997-.16-1.394.009.01-.022.097-.002.124.24.336.399.759.16 1.145-.019.03.01.112.002.125m-4.779-.626c.277.2 1.039.711.83 1.13-.015.033.012.11.004.125.285-.574-.451-1.107-.834-1.385.012.01-.026.11 0 .13m2.148 2.062a1.45 1.45 0 0 0 .071-.367.462.462 0 0 0 0-.09c-.003-.023-.007-.023-.009 0a1.302 1.302 0 0 1-.065.332c-.008.023-.005.056-.004.08 0 .004.006.05.008.045" fill="#7a2e26"/>
<path d="M317.859 199.19c.165-.028.33-.112.496-.225m-8.458-.24c-.325.198-.836.2-.938.649-.002.006 0 .03.002.028.101-.447.614-.449.936-.646.006-.004-.003-.03 0-.032" fill="#5e3f17"/>
<path d="M309.677 197.29c.14.002.304.075.283.247a.4.4 0 0 0 0 .091c.002.022.006.021.009 0a.668.668 0 0 0-.023-.324c-.044-.11-.163-.142-.269-.144-.009 0-.01.13 0 .13m.67.257a.654.654 0 0 0-.063-.58c.008.012-.022.097-.003.125.071.102.108.206.064.33-.013.036.01.106.003.125m.543-.573c-.035-.226-.114-.477-.322-.595.01.005-.024.116 0 .13.203.114.282.356.316.576.004.025.008-.019.008-.023a.435.435 0 0 0-.002-.088m.478-.117c.029-.21.01-.434-.163-.575.014.01-.026.108 0 .129.096.078.175.204.156.335a.431.431 0 0 0-.002.088c0 .004.005.048.008.023m-.799-.707c.467-.236 1.418-.341 1.784.13-.016-.02.023-.099 0-.129-.366-.472-1.317-.367-1.784-.13-.024.012.008.125 0 .13" fill="#842116"/>
<path d="M309.456 198.1c.106-.157.072-.367-.031-.515.008.011-.023.097-.004.125.027.038.05.078.069.122.022.054-.008.1-.037.144-.012.016-.005.06-.004.08 0 .004.004.05.008.044m4.767 1.37a.627.627 0 0 0 .29-.419.326.326 0 0 0 .001-.088c0-.004-.004-.048-.008-.023a.61.61 0 0 1-.283.4c-.025.016.011.122 0 .13m.715-.06a.38.38 0 0 0 .092-.251c0-.024.004-.057-.004-.08a.18.18 0 0 0-.008.045c-.002.055-.045.12-.08.158-.01.012-.006.05-.006.064 0 .006.008.063.006.065m4.319-2.37a.92.92 0 0 1 .084.671.394.394 0 0 0 .006.112c.066-.296.064-.64-.088-.908.008.015-.02.095-.003.125m-.429.438c.085.21.079.43.055.652-.002.017.003.142.009.091.032-.295.053-.586-.06-.867.008.018-.017.09-.003.124m-.406.376c0 .158.002.315-.052.464-.013.035.01.105.003.125.068-.187.062-.393.062-.589 0-.073-.013-.073-.013 0" fill="#7a2e26"/>
<path d="M324.253 210.468l.09.255s.02.05.064.09l-.135-.38-.02.035z" fill="#452c25"/>
<path d="M314.452 194.949c-1.714.099-3.405-1.04-3.405-1.04-2.123-.416-2.247-2.337-2.247-2.337-.85-.323-1.58-2.505-1.58-2.505-1.316.786-2.964.01-2.964.01s0-.325-1.486 0c-1.486.323-1.231-.278-1.231-.278s.594-.601-2.039 0c-2.632.6.213-.786.213-.786-.764.23-3.27.416-3.27.416-.92.041-1.852.495-2.868.784-.633.18-1.715.39-2.262.624-1.46.624-4.385 1.965-6.8 2.913-3.177 1.247-5.694 2.195-5.528 2.155.198-.048 3.449-2.107 7.52-3.953 3.78-1.714 8.12-3.3 10.308-3.922 2.84-.941 5.165-.492 6.483-.013.637.231 4.15-.108 5.721.077 1.572.184 1.735 2.768 1.735 2.768.298.185.404 2.612.404 2.612s-.87.024.148.162c1.02.139 2.888 1.619 2.888 1.619.637 0 .709-.023.709-.023s.37-.467.88-.662.977-.39 1.55-.433c.573-.044 1.382-.05 1.955.016.573.065 1.25.07 2.057.222.807.152.892.195 1.146.282.255.087.483.03.483.03 1.05-.438 2.995-1.213 3.443-1.124 0 0 .734-.185 1.13-.492a105.06 105.06 0 0 0 1.297-1.045s-.623-4.388 3.835-3.958c4.459.43 10.37 1.003 11.555 1.187 1.185.184 5.43 1.397 6.446 1.889 1.016.491 3.935 1.799 5.234 2.374.527.233 2.536 1.123 4.022 1.71 2.231.88 3.898 2.348 3.898 2.348-1.398-.592-2.528-1.268-3.635-1.749-.896-.389-1.833-.57-2.561-.893-1.546-.687-2.736-1.312-3.673-1.748-3.453-1.608-3.421-1.673-4.82-1.782-.964-.076.693 1.176.693 1.176s-3.16-1.23-4.176-1.66c-1.016-.43-1.863-.614-2.822-.553a5.797 5.797 0 0 1-2.257-.307c-.565-.184-3.782-.307-4.346-.369a7.32 7.32 0 0 1-1.016-.184l.226.369-1.58-.246-.452.676s-1.523.307-1.637-.185c-.112-.49-.903 2.213-1.298 3.012-.395.798-2.198.534-2.649 1.025-.452.492-1.415.82-1.64.944-.226.123-.91.065-1.306.065-.587 0-.087.009-1.051.192 0 0-.833-.008-1.151-.138-.319-.13-1.02-.332-1.372-.433-.482-.137-3.163-.198-3.545-.177-.382.022-1.028.22-1.453.393-.424.174-1.168.63-1.168.738" fill="#dcddde"/>
<path d="M314.452 194.949c-1.714.099-3.405-1.04-3.405-1.04-2.123-.416-2.247-2.337-2.247-2.337-.85-.323-1.58-2.505-1.58-2.505-1.316.786-2.964.01-2.964.01s0-.325-1.486 0c-1.486.323-1.231-.278-1.231-.278s.594-.601-2.039 0c-2.632.6.213-.786.213-.786-.764.23-3.27.416-3.27.416-.92.041-1.852.495-2.868.784-.633.18-1.715.39-2.262.624-1.46.624-4.385 1.965-6.8 2.913-3.177 1.247-5.694 2.195-5.528 2.155.198-.048 3.449-2.107 7.52-3.953 3.78-1.714 8.12-3.3 10.308-3.922 2.84-.941 5.165-.492 6.483-.013.637.231 4.15-.108 5.721.077 1.572.184 1.735 2.768 1.735 2.768.298.185.404 2.612.404 2.612s-.87.023.148.162c1.02.139 2.888 1.619 2.888 1.619.637 0 .709-.023.709-.023s.37-.467.88-.662.977-.39 1.55-.433c.573-.044 1.382-.05 1.955.016.573.065 1.25.07 2.057.222.807.152.892.195 1.146.282.255.087.483.03.483.03 1.05-.438 2.995-1.213 3.443-1.124 0 0 .734-.184 1.13-.492.394-.307 1.297-1.044 1.297-1.044s-.623-4.389 3.835-3.959c4.459.43 10.37 1.003 11.555 1.187 1.185.184 5.43 1.397 6.446 1.889 1.016.491 3.935 1.8 5.234 2.374.527.233 2.536 1.123 4.022 1.71 2.231.88 3.898 2.348 3.898 2.348-1.398-.592-2.528-1.268-3.635-1.749-.896-.388-1.833-.57-2.561-.893-1.546-.687-2.736-1.312-3.673-1.748-3.453-1.608-3.421-1.673-4.82-1.782-.964-.076.693 1.176.693 1.176s-3.16-1.23-4.176-1.66c-1.016-.43-1.863-.614-2.822-.553a5.797 5.797 0 0 1-2.257-.307c-.565-.184-3.782-.307-4.346-.369a7.32 7.32 0 0 1-1.016-.184l.226.369-1.58-.246-.452.676s-1.523.307-1.637-.184c-.112-.492-.903 2.212-1.298 3.01-.395.8-2.198.535-2.649 1.026-.452.492-1.415.821-1.64.944-.226.123-.91.065-1.306.065-.587 0-.087.009-1.051.192 0 0-.833-.008-1.151-.138-.319-.13-1.02-.332-1.372-.432-.482-.138-3.163-.2-3.545-.178-.382.022-1.028.22-1.453.393-.424.174-1.168.63-1.168.738" fill="#e7e7e7" stroke="#000" stroke-width=".065"/>
<path d="M314.628 194.436s-.18.138-.225.483c-.045.345-.023.207-.023.207" fill="#452c25"/>
<path d="M323.291 193.93c.227.17.462.342.663.544.007.007.072.067.05.019a.543.543 0 0 0-.107-.141 6.537 6.537 0 0 0-.733-.606c-.042-.032.004.044.01.053a.553.553 0 0 0 .117.131" fill="#574f4c"/>
</svg>

After

Width:  |  Height:  |  Size: 185 KiB

5
src/icons/flags/bq.svg

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path d="M0 0h640v480H0z" fill="#21468b"/>
<path d="M0 0h640v320H0z" fill="#fff"/>
<path d="M0 0h640v160H0z" fill="#ae1c28"/>
</svg>

After

Width:  |  Height:  |  Size: 227 B

BIN
src/icons/flags/br.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

45
src/icons/flags/br.svg

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/bs.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

13
src/icons/flags/bs.svg

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 596 B

BIN
src/icons/flags/bt.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

89
src/icons/flags/bt.svg

@ -0,0 +1,89 @@ @@ -0,0 +1,89 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path fill="#ffd520" d="M.1 0h640.1v480H.1z"/>
<path d="M.1 480h640.1V0z" fill="#ff4e12"/>
<g stroke="#000" stroke-width=".521">
<g fill="#fff" stroke-width=".417">
<path d="M345.392 150.072c-3.99-1.417-6.567.644-6.437 5.795.127 5.152 2.834 8.114 6.824 6.182l-.387-11.977z"/>
<path d="M348.896 140.424c-3.323-2.624-6.423-1.499-7.957 3.42-1.533 4.92.077 8.594 4.477 8.047l3.48-11.466z"/>
<path d="M354.432 131.088c-2.863-3.124-6.103-2.51-8.406 2.1-2.3 4.61-1.3 8.494 3.133 8.66l5.273-10.76zm-3.632 45.384c-4.893 1.803-5.41 8.5-2.317 12.62 3.09 4.122 8.757 4.894 11.847 0l-9.528-12.623z"/>
<path d="M345.136 162.304c-4.637-1.545-8.814 4.682-9.53 10.302-.9 7.083-10.947 9.401-5.407 20.09 1.157-6.825 5.667-10.56 9.27-10.817 3.607-.257 9.017-1.03 11.334-5.409l-5.667-14.166zm14.68 27.56c-5.41 1.288-6.183 8.5-2.32 13.651 3.307 4.41 13.65 3.349 13.394-1.03l-11.074-12.62zm15.328 43.4c.257-4.636-7.21-6.439-10.817-5.538-3.606.902-10.497-.128-12.106-3.992-1.287 3.091.58 6.44 5.796 8.114 3.947 1.267 3.864 4.12 2.704 5.409 2.963.515 11.72.515 14.423-3.993z"/>
<path d="M370.896 203.648c-5.28-2.318-8.41 1.213-10.43 4.636-2.964 5.023-12.107-1.416-15.197 5.28 4.186-1.803 8.446 2.042 10.43 3.349 5.667 3.734 16.614 2.575 18.16-6.182l-2.963-7.083z"/>
<path d="M373.984 209.824c-5.28 3.992-7.34 8.757-7.21 11.977.13 3.22 4.637 10.302 9.53 10.689 2.834-5.796 4.25-18.03-2.32-22.666zm-21.888 24.856c0-1.932 2.833-2.704 4.763-2.06 1.934.643 4.894 2.575 3.864 4.636l-8.627-2.576zm-29.112-10.56c-.513-2.318 3.22-6.31 8.243-4.121 5.02 2.19 5.667 6.44 3.604 8.114l-11.847-3.993z"/>
<path d="M335.216 228.368c-.387-1.288 3.23-3.86 9.403-2.318 6.18 1.545 7.697 5.525 7.47 8.628l-16.873-6.31zm-12.872-4.248c3.22-2.447 2-7.084-.903-8.5-5.28-2.576-3.347-9.272-6.697-10.56-3.347-1.288-6.567-3.606-6.697-5.924-1.673 3.22-.643 6.182 1.677 8.242 2.317 2.061-1.803 10.432 1.157 12.621l11.463 4.121zm-69.032-1.8c-2.704-4.25-9.144-3.477-11.848-.515-2.704 2.962-2.318 7.34.258 9.272l11.59-8.758zm15.456-6.312c-1.03-5.666-7.856-6.31-11.59-4.894-3.735 1.417-6.31 7.083-3.864 11.204l15.455-6.31z"/>
<path d="M279.072 215.232c2.447-4.765-2.318-11.848-7.727-12.878-4.516-.86-9.852-.837-11.59-5.28-1.095 3.863 1.803 6.31 5.151 8.5 3.348 2.189-.644 7.856 4.765 11.075l9.401-1.417z"/>
<path d="M278.56 215.4c-1.127-3.413 1.159-7.955 5.786-7.636 4.627.318 7.264 3.68 5.224 7.884l-11.01-.248z"/>
<path d="M288.856 215.656c-.637-3.538 2.264-7.712 6.8-6.748 4.537.964 6.674 4.664 4.067 8.54l-10.867-1.792z"/>
<path d="M299.088 217.28c-.46-3.566 2.647-7.59 7.13-6.401 4.483 1.19 6.433 4.992 3.633 8.732l-10.763-2.331zm-77.712 59c-8.629 0-10.736 2.054-11.977 10.946-1.545 11.076 13.523 12.364 11.977-10.946z"/>
<path d="M225.24 264.688c-13.265-5.023-20.476 15.969-33.612 12.234 4.7 7.47 16.094.014 20.347.773 7.212 1.288 22.795-1.417 13.265-13.007zm-8.632 28.72c-6.568-2.962-13.651 7.083-12.363 11.462 1.635 5.561 16.613 1.03 12.363-11.462zM185.96 336.68c3.606 1.027 7.984 3.09 7.212 10.043-.773 6.954-13.908 21.12-25.756 21.894-11.848.773-16.099 15.066-26.272 11.073 9.53-1.8 9.53-12.62 16.999-15.966-5.41-1.933-8.243 10.303-15.196 10.303-6.954 0-10.303 11.074-18.803 10.3-8.5-.77-9.394 13.483-26.4 13.654-13.007.126-29.104 15.323-34.9 8.757 12.621-1.804 17.714-8.797 25.242-16.487 12.106-12.36 25.757-6.823 30.393-17.77a31.651 31.651 0 0 1-18.287 5.41c-7.922-.164-16.613 12.62-25.5 6.953 5.152-.643 8.5-2.833 13.91-8.5 5.538-5.803 13.666-2.053 20.09-7.983 10.044-9.274 18.673-1.547 28.332-13.137-2.705-1.287-8.5-.387-13.91 2.447-5.408 2.833-12.362-1.934-18.544 1.416.773-7.596 15.196-3.25 24.211-8.5 10.175-5.923 18.61-4.186 26.659-3.476-11.204-.064-15.583-10.69-31.036-7.6-6.74 1.35-12.106-9.27-18.803-3.864.193-3.99 7.212-7.21 14.424-3.346 7.212 3.863 10.119-3.381 24.47 5.666 5.923 3.734 16.097-2.32 22.536 1.674-.837-2.447-4.508-3.994-8.822-3.67 2.705-5.537 20.155-4.83 27.753.71z"/>
<path d="M197.424 328.304c-5.666-4.379-13.522.903-18.931-1.159 0 3.605 1.803 9.015 7.727 11.075 1.803-1.286 9.916-8.37 11.204-9.916z"/>
<path d="M206.312 315.816c-8.886-4.507-10.431 6.697-17.386 4.379.258 3.22 2.834 7.212 8.5 8.113l8.887-12.492z"/>
<path d="M211.592 305.64c-13.136-5.151-14.81 7.47-22.537 5.022 1.803 4.379 12.879 6.697 18.545 5.152l3.992-10.174zm18.024-55.248c-3.477-4.894-10.818-.901-11.977 4.894-1.159 5.795 1.674 13.908 6.568 12.105l5.409-16.999z"/>
<path d="M238.504 234.936c-6.053-1.416-13.007-.773-12.234 5.151-2.319 1.03-2.962 8.63 3.348 10.303l8.886-15.455z"/>
<path d="M242.496 230.944c-5.924-6.954-12.53-6.793-16.226-3.864-6.826 5.41-13.459 2.319-13.652 7.727 4.122-3.155 7.727.644 11.076-.515 3.348-1.159 5.795 5.28 15.068 2.576l3.734-5.924zM228.2 334.88c.902 1.673 6.439 2.447 9.144-.387 3.584-3.756-.386-14.167-6.053-14.94-5.666-.772-6.181 11.72-3.09 15.327z"/>
<path d="M221.76 335.136c8.113 2.96 11.59-3.737 7.212-7.985-1.16 1.417-5.41 6.568-7.212 7.985z"/>
<path d="M191.368 346.208c-1.546 4.637-9.53 5.41-18.545 19.834-9.015 14.423-17.643 8.37-19.833 18.286 10.818-8.757 19.314-2.94 25.756-11.59 9.788-13.137 17.848-11.25 21.636-20.09 5.409-12.62 29.105-12.364 30.393-32.196-7.984-1.546-33.226 19.832-39.407 25.755zm203.224-194.72c10.303 3.348 10.56 16.742 22.406 21.12 11.85 4.379 13.01 14.938 22.667 12.363-9.014-2.447-8.37-12.878-17.77-15.454-11.027-3.02-15.197-19.833-23.957-22.408m43.918 74.307c1.803 4.121 1.547 11.462-4.893 13.394 3.476 2.189 8.626.128 11.46-4.636-4.25 9.4-1.417 17.9 5.28 19.575-3.22-6.568 3.993-9.66 1.676-13.909 4.25 1.803 7.984 7.598 7.854 11.204 5.54-6.182-4.12-14.424-2.317-20.218l-19.06-5.41zm-66.712 66.192c-6.31-5.538-9.003 1.448-12.106-.966-2.897-2.254-6.76-2.576-8.24-.322 5.41.193 2.766 4.379 13.263 5.409-10.497.708-8.563 12.428-15.583 11.848 7.47 7.083 11.333-6.31 17.386-4.12-1.803.514 2.833 4.764-.387 10.43 5.217-.128 7.34-7.34 7.987-11.075l-2.32-11.204zm-138.96 60.144c-2.318-1.93-9.015-2.833-11.59-1.287-2.576 1.544-1.674 1.93 1.416 2.19 3.091.257 7.082 5.257.387 5.537-3.091.127-2.06 7.597-8.5 8.114 2.64 3.22 10.174 1.093 12.878-2.447-.515 2.897 3.348 5.537 1.803 9.014 4.765.516 1.996-9.657 9.53-9.144-3.09.387-1.803 7.34 3.606 5.537-3.22 1.547-1.545 5.28 2.06 4.38-2.317.773-3.09 3.733.13 5.41 3.09-4.25-.387-19.446-11.72-27.303zM516.68 205.656c9.857 0 17.846-7.992 17.846-17.85 0-9.856-7.99-17.848-17.846-17.848-9.86 0-17.85 7.992-17.85 17.848 0 9.858 7.99 17.85 17.85 17.85z"/>
<path d="M423.44 227.216c5.41-5.151 13.654-7.727 19.317-3.864 5.666 3.864 24.47 8.5 33.743 2.061 9.27-6.44 13.65-9.788 17.77-9.015 3.094 4.636 6.827 6.825 11.464 7.212 1.416 1.545 6.44 2.833 9.273 2.446 4.12 1.03 9.143-.257 13.134-4.636 6.183.902 11.977-3.734 14.166-10.688 6.567-.773 6.954-8.114 2.834-13.008-3.864-.772-.9-13.78-14.94-11.204 5.926 3.606 1.416 10.818 6.313 14.167-3.35 0-7.663 1.416-8.694 6.439 1.287-3.477-.193-5.795-1.096-6.568.13-2.962-6.437-10.238-12.62-7.598 4.443.966 1.933 8.113 5.153 10.817-2.32.13-4.767 1.288-6.183 3.349-1.674-2.962-7.597-6.053-11.204-6.31 0-1.03-.193-3.091-.643-4.122-1.61-3.09-2.963-6.76-2.32-11.461-3.09 3.348-5.666 7.985-7.21 11.333-4.893-3.349-17 1.545-22.666 2.833-5.667 1.288-24.727-1.803-29.107-6.44-4.376-4.635-12.876-7.469-20.86-9.787-10.98-3.186-11.076-15.196-23.183-23.438-.257 14.94 22.41 62.331 27.56 67.482zm-126.208 113.84c9.53 0 17.257-7.727 17.257-17.257 0-9.53-7.727-17.256-17.257-17.256-9.53 0-17.257 7.726-17.257 17.256 0 9.53 7.726 17.257 17.257 17.257z"/>
<path d="M256.016 327.792c3.477 4.508 9.4 4.251 11.848 3.864 2.06 5.407 8.628 5.28 11.462 8.24 2.833 2.964 12.49 2.707 15.324 1.03-2.574-.256-5.923-1.8-9.143-4.506-3.886-3.264-2.06-9.788-5.151-12.105 2.318-2.576 2.704-6.825 2.19-8.5 2.446-1.417 4.249-3.735 4.507-4.894 4.25-.257 7.983-2.447 9.53-4.12 2.19 2.06 7.727-.645 10.69 2.832.644-8.5-7.47-13.007-12.88-10.173-2.19-1.16-7.984-.387-9.014 1.159-1.803-.773-6.826 1.803-9.144 3.477 2.576-1.417 2.962-5.667 1.932-7.212 2.189-.901 4.636-3.863 4.893-6.053 3.091.515 7.726-1.545 9.787-1.03-3.347-4.379-8.884-5.924-14.551-5.538-5.86.323-8.37 4.444-9.144 8.887-3.477 2.06-4.636 9.014-3.348 11.461-1.997-.064-3.864 1.868-4.636 2.962-2.705-1.159-6.568-1.995-9.337-1.995m1.225-7.018c-1.159-3.348.376-6.363 1.159-9.014 1.996-6.761.773-8.5-5.28-7.598-.515 3.219 2.576 13.78 4.121 16.612z"/>
<path d="M248.616 282.328c1.545 1.545 7.019 2.254 7.598-2.64.666-5.618-1.61-7.792-6.503-5.602-.386 1.288-.838 6.568-1.095 8.242z"/>
<path d="M249.776 273.896c2.06.837 6.504 2.511 8.95-2.254 2.053-3.996-.643-7.083-4.893-6.826-1.03 1.16-3.091 5.28-4.057 9.08z"/>
<path d="M253.576 264.432c.515 1.545 5.795 6.697 9.658 2.962 3.864-3.735 3.864-9.272-1.931-11.333-1.546.258-6.182 5.667-7.727 8.37z"/>
<path d="M261.296 256.064c1.159 3.22 4.765 8.757 11.462 6.181 6.697-2.575 3.863-10.946.773-12.62-1.803.129-9.144 3.477-12.235 6.439z"/>
<path d="M273.536 249.624c-.515 2.833 0 10.56 9.143 10.431 9.143-.128 6.57-10.817 4.25-12.363-3.734 0-10.045.129-13.393 1.932z"/>
<path d="M287.312 248.072c-1.03 2.19-3.352 16.6 14.553 12.62 2.316-.514 8.37-13.78-14.553-12.62z"/>
<path d="M297.096 249.36c-1.8 1.803 2.833 16.355 14.94 13.908 12.106-2.447 1.933-16.226-14.94-13.908z"/>
<path d="M307.4 251.552c-1.93 3.992.97 15.84 15.906 15.84 13.537 0-.71-15.582-15.906-15.84z"/>
<path d="M319.12 255.032c-.97 2.213-2.157 14.774 15.454 15.84 12.75.773 9.66-17.257-15.454-15.84z"/>
<path d="M338.056 260.312c-2.187 3.864-4.507 13.522 14.81 14.295 12.377.496 4.767-14.037-14.81-14.295z"/>
<path d="M354.152 263.272c-2.833 3.864-.747 11.442 6.437 12.878 9.016 1.803 10.303-6.696 4.123-10.817-6.183-4.121-10.56-2.06-10.56-2.06z"/>
<path d="M362.912 265.072c-2.06 3.606-.783 12.363 12.877 12.363 2.833 0 13.653-11.075-12.877-12.363zM257.184 433.016c11.064 0 20.034-8.97 20.034-20.034 0-11.066-8.97-20.036-20.034-20.036-11.065 0-20.034 8.97-20.034 20.036 0 11.064 8.97 20.034 20.034 20.034z"/>
<path d="M404.12 141.704c-1.547 1.545-4.763 6.181-5.41 7.984-6.697 20.09 11.18 35.097 21.637 56.664 8.243 17 7.213 43.787-5.667 60.786-4.406 5.815-3.09 7.47-8.757 13.394-2.173 2.272-4.636 5.15-3.863 13.393 3.607-1.288 8.757 2.06 9.786 4.894 2.577-1.288 6.184-.773 7.47.772 4.377-2.06 7.984-1.03 11.847 3.092 3.35-.516 6.956 0 10.303 3.605 1.803-3.605 5.41-4.893 7.983-4.12-.256-4.637 4.38-7.985 8.5-6.182-1.286-6.182 4.38-10.819 9.79-9.015 4.634-3.606 13.907-3.864 18.544 1.545-8.243-2.318-7.983 6.44-14.94 5.667 1.803 5.151-2.833 8.113-7.467 9.787 2.96-1.417 6.18-3.09 7.21-1.288 2.577-2.253 7.727-1.416 9.017-.257 3.41-1.095 6.697-.258 8.24 3.863 4.637 2.833 7.727 10.045 4.38 15.454-1.03-5.666-4.893-5.409-6.44-7.727-3.607 1.288-7.213 1.288-8.243-1.03-2.06 2.06-9.014 3.864-12.103.773-1.16 4.636-5.154 8.5-9.79 8.5 1.29 3.605-2.317 9.788-5.15 12.878 4.38 2.317 3.09 7.47 2.06 10.56 6.696 1.03 1.03 6.953 12.62 10.817-5.664 1.803-16.74 0-18.287-6.954-5.667-.256-9.53-5.923-9.27-11.85-4.38-4.12-5.024-10.043 1.03-14.164-5.154 1.545-7.987-6.697-15.457-3.348-3.714 1.666-13.52-1.16-13.39-4.637-1.547 2.576-10.947 1.546-12.238-2.833-3.09 1.674-10.303-1.159-10.173-5.409-3.994 1.803-9.4-1.416-9.143-5.537-3.734-.515-4.12-3.864-3.864-6.697-3.35-1.545-2.446-4.765-1.16-8.628-2.316-2.576-1.286-6.182.517-9.53-2.577-2.576-2.06-5.667-1.29-9.272-12.363-1.03-27.85-4.012-63.36-14.939-53.574-16.484-67.998 22.15-56.15 46.362 13.67 27.935-1.545 34 3.091 54.863 4.894 1.03 7.47 5.15 7.212 9.53 2.897.127 4.958 2.83 3.927 7.984 2.447-.45 5.603.256 7.663 2.316 1.804-3.346 7.728-4.12 10.819-.256 6.695-.517 10.045 4.893 9.788 11.59 3.603 6.44 2.317 14.297-1.547 19.317.387-2.703 0-6.567-.126-8.883-.24-4.264-6.184-5.154-5.54-8.63-3.09.256-6.053-1.417-7.083-3.734-1.803 1.543-4.378 2.06-6.568 1.287 3.477 1.546 6.182 7.726 5.152 11.846 1.803 3.093 1.416 8.76-.773 11.206-1.03 5.02-4.894 6.824-9.916 4.634 2.833-1.8 3.863-5.02 3.734-7.727-1.803-1.543-2.704-4.506-2.833-6.31-5.022.774-11.977-3.476-13.26-5.156-11.064 0-20.033 8.97-20.033 20.036-.515-4.123-5.728-8.183-5.084-11.66-3.09-9.53 1.288-18.416 13.909-20.216-1.545-3.607 3.863-7.344 1.803-11.464-2.632-5.263-7.47-12.106-14.68-20.09 4.378-7.47 3.09-17.514.514-23.696-3.698-8.877-7.212-6.697-20.348 7.726-21.408 23.507-49.968 17-75.21 32.454-6.706 4.107-13.392 5.667-6.18-1.543 7.211-7.214 26.271-14.424 38.634-20.607 23.152-11.577 42.756-30.908 50.483-68.512 18.157-88.368 84.992-59.24 127.232-42.756 39.657 15.477 32.453-19.575 12.363-40.695-24.146-25.386-19.317-45.331-7.983-61.3 20.346-2.834 59.37 4.25 51.513 11.075z"/>
<path d="M475.856 358.784c12.174 0 22.043-9.866 22.043-22.04s-9.87-22.043-22.043-22.043c-12.174 0-22.043 9.869-22.043 22.043s9.87 22.04 22.043 22.04z"/>
</g>
<g fill="none" stroke-width=".417">
<path d="M391.76 142.728c-4.893 21.636-.773 31.423 6.44 40.953 14.903 19.697 26.786 64.649 9.786 94.008"/>
<g stroke-linecap="round">
<path d="M417.512 252.328c2.06-.773 5.923-3.22 6.827-7.47m-5.283-1.93c.643-3.735 6.437-5.344 6.567-9.336m-6.439-5.224c-.387-3.864 5.797-7.34 4.893-11.204m-8.237-2.7c-.517-2.19 5.15-6.31 3.607-9.787m-7.855-3.733c-1.16-2.447 2.703-5.28 1.03-7.856m-7.214-2.968c-.387-1.674 1.997-5.344.71-7.533m-6.894-5.211c.513-.644 2.577-2.19 1.737-4.121m-5.985-5.215c.837-.451 3.347-1.224 3.027-3.09"/>
<path d="M266.064 410.856c-5.151-1.803-11.59.773-12.878 5.153m3.862 3.991c.644-4.377 7.34-6.31 9.4-4.25-4.249-2.317-6.31 5.923-2.575 6.183m34.647-103.797c-3.09 1.546-3.99 7.212 0 11.463m4.632-10.175c-2.187 1.803-2.06 7.212 1.16 8.5-2.703-1.932 0-5.28 1.933-5.409 1.93-.129 3.217 2.19.9 4.507m176.951 5.146c-7.21-1.93-13.006 6.44-6.44 13.91-.127-7.213 5.023-11.976 11.334-10.69m-2.902 4.988c-1.773 0-2.77 1.387-2.77 2.737 0 1.416 1.223 2.77 3.22 2.77 1.29 0 2.32-1.48 2.32-2.64m22.662-160.979c1.16 4.379 7.213 6.182 11.977 5.151m-.001-2.831c-3.733.129-6.823-3.348-6.567-6.31 0 2.189 5.024 3.22 6.567 1.803" stroke-linejoin="round"/>
<path d="M267.864 331.656c-1.03-2.577 3.091-5.152 3.22-7.6.129-2.446 4.636-4.378 9.272.258m-2.188-27.426c-.901.386-1.674.901-2.447 1.159m11.335 12.873c-1.095.065-3.348-.064-4.572-.902m.068 5.798c-.901.451-2.898 1.224-4.057 1.482M238.376 393.6c-.129 2.32 2.19 5.667 3.477 6.697m6.571-12.233c-1.288 1.93-2.06 5.28-1.288 7.597m20.472.131c-2.318-1.547-.773-5.54-1.03-8.114-.258-2.576 2.704-6.696 8.5-3.22m-29.102-3.346c2.318-.387 4.765-.26 6.31.383m23.05-7.727c-1.03 1.417-1.288 2.963-1.416 3.993m12.232-4.249c-1.803 0-3.348 1.287-4.121 2.577m-20.863-68.513c2.06.709 7.405 3.992 7.598 7.405m14.298-24.149c-6.31-.129-8.757-6.568-3.992-6.568m15.328 15.192c-2.447 1.03-1.287 5.28 2.19 7.34m-17.262 33.1c-1.224-1.543.386-6.05 4.379-4.7m5.021 51.708c.256-3.927 5.216-6.247 7.213-1.803m-25.501 13.003c-.322-4.313 1.867-5.73 3.799-5.987 1.931-.256 4.701 1.35 5.989 4.184m-48.164 5.027c.258-2.577 2.447-5.28 4.765-4.893m230.907-109.467c-1.677 1.224-2.77 6.697 3.603 7.212m-13.387 1.804c0 .644.837 1.545 1.353 1.932m29.039 8.372c-1.673-1.288-5.99 3.928-2.06 7.727m-38.892 35.545c-.967-3.67 2.447-4.637 5.667-3.863m-13.907-22.153c1.93-1.288 3.863-2.704 6.31-3.348m-7.342 17.508c0-3.09 1.543-5.663 2.96-6.437m8.368-29.099c-.257 3.735 1.29 7.34 2.45 9.272m28.206-9.016c-1.87.58-3.543 1.288-4.25 2.833m2.186 7.727c.903-.773 1.933-1.674 2.383-2.318m46.297-110.114c0 3.606-4.507 5.537-7.467 3.22m17.259-3.092c1.993 1.545 8.883.065 7.273-3.927m-15.649 24.663c-1.417-.258-3.863-1.803-4.893-3.09m19.061-7.598c-2.317.515-3.863 0-5.023-.515m-31.553 13.395c1.287 0 4.377-.515 6.503-1.61m-10.367-21.182c-1.673-.193-2.9.129-3.863.773m29.815 5.531c-.45 1.61-1.61 4.121-3.027 5.216"/>
<path d="M497.488 212.792c3.22-1.417 7.213 9.53 14.94 5.666m.644-11.338c-1.03 1.417-1.673 3.606-1.803 5.538" stroke-linejoin="round"/>
</g>
<path d="M359.048 190.384c1.03-.129 2.833-.515 3.22-1.803M226.528 310.28c3.864 2.19 6.568 5.924 4.894 11.462M403.6 178.536c1.16.773 5.54.773 7.987-.129m3.093 2.705c-.13 1.803.387 8.628-3.09 10.045m1.29-.901c3.22 1.03 9.66.644 11.72-5.28m-4.512 5.016c1.673 2.576 2.187 7.598-2.833 10.302m4.121-6.046c3.733 1.288 12.363 1.416 11.46-5.924m-2.956 5.924c2.577 3.606 13.91 7.856 12.106.386m-22.538 10.038c4.377 1.03 10.56-1.932 7.983-9.658m12.361 3.866c.643 2.962 15.066 6.053 13.137-.644m-2.705 3.868c2.707 6.181 17 5.666 12.494-2.576m-2.318 6.432c2.833 3.477 15.457 1.417 10.434-6.954m-.138 6.826c7.857 5.924 17-2.576 7.083-8.758m4.509 6.83c6.957 5.538 15.457-4.508 9.403-7.34m-64.395 5.02c2.19.644 6.827.386 7.857-3.606m-1.737 2.702c-.257 5.86 9.597 8.114 12.106 1.353m-3.282 3.671c1.803 3.863 10.43 5.409 11.846-.129m-1.414 2.577c1.417 3.864 8.886 3.477 10.946-.515m-2.706 2.579c2.317 5.022 11.846 5.022 14.037-2.318m-1.669 3.214c3.733 2.318 11.72 1.417 11.074-5.795m-1.546 5.155c5.537 4.508 13.394.129 9.53-7.47m-.386 13.39c2.963-.515 4.507-6.439 1.417-7.984m-70.057 9.016c6.18-3.348 7.34-9.014 3.09-14.552m2.19 8.888c3.863 2.318 11.203-.129 12.49-5.795m-7.21 6.435c2.187 2.833 2.573 6.31-.26 9.53m2.06-5.922c6.823-4.25 15.323 3.606 9.014 8.371m-1.158-8.755c1.547-.386 4.25-3.22 4.507-6.439m-1.419 9.399c2.833-2.962 22.154 3.091 9.917 9.272m-.901-17.384c3.733 1.417 5.667 6.697 0 8.5m4.896 4.38c4.12-4.25 17-1.545 12.363 3.864m-3.091-5.544c2.317-7.856 16.097-2.962 11.59.257m-14.422-8.113c.387 1.546.513 5.409-2.06 7.47m13.652-9.014c.513 1.288.387 3.735-.773 5.28m9.525-5.152c.773 1.416 2.06 4.121-.773 6.31M377.08 153.16c.127 7.34 2.703 12.234 12.62 7.598m-9.532 1.162c-4.893 6.568.643 13.651 10.303 6.568m-25.375-3.352c6.697 7.212 18.674 1.932 10.946-9.015m8.118 15.199c-1.29 7.083 4.507 8.5 9.27 5.28m-34.254-10.304c1.22 7.121 8.5 12.75 15.583 8.371m-6.823 1.421c0 10.174 14.037 11.333 17.257.773m-5.025 6.435c4.507 9.272 14.294 5.538 17.514-.129m-27.434-14.679c1.803 4.507 5.41 9.53 13.78 5.795m-39.532-7.987c1.16 3.735 7.857 8.242 15.583 3.09m-10.823 1.678c-4.123 6.053 4.12 11.72 14.037 2.704m-9.141 4.768c1.673 8.5 5.02 15.326 17.126 4.379m-6.054 4.373c4.38 5.409 11.077 8.757 17.386-.386"/>
<path d="M387.248 188.832c-.387 6.439.9 9.658 5.923 9.4 3.96-.202 7.727-3.348 9.917-6.696m-10.816 6.704c-.13 7.34 5.663 13.136 16.483 5.667m-11.979 2.957c-2.06 5.538 4.12 14.552 16.226 9.916m-41.85-24.596c-.77 7.083 5.797 11.848 16.357 2.704m-11.205 5.152c.387 5.795 6.953 12.75 16.614 2.704m-11.982 4.64c-.773 9.916 8.37 12.75 16.097 5.151M367.16 200.04c2.06.129 3.733-1.674 4.763-2.962m-.387 10.17c1.803.386 4.897-1.288 5.927-3.348m-1.415 15.068c2.06 2.19 9.014.644 9.914-2.318m-2.186 2.19c3.863 9.014 14.163 8.628 18.414-1.545m-1.934 3.609c1.93 5.28 6.827 8.628 14.81 6.825m-10.946-1.417c-4.507 7.34 1.417 15.969 11.46 7.47m-9.012 3.474c-.513 4.636 3.737 9.916 9.53 10.56m-28.594-24.08c-1.547 10.431 5.923 15.454 15.326 9.916m-26.27-4.892c2.447 1.932 6.827 2.19 10.946.644m5.022 6.052c-2.32 8.758 6.697 15.068 14.423 5.28m-26.911-10.56c.13 4.507 4.51 9.4 12.106 7.984m21.246 9.016c-5.153 3.477-6.183 9.658 1.03 13.65m-13.654-15.458c.26 5.28 2.707 8.242 8.5 8.757m-16.092-11.461c-7.727 7.083-.13 15.326 9.014 8.371m-3.606 2.189c-2.577 8.114 7.083 13.007 12.234 4.765m-28.202-22.021c-2.833 7.985.773 13.265 7.34 12.75m-17.516-14.294c.387 4.765 4.507 6.439 9.143 5.409m-6.183-.385c-3.477 6.697 1.803 10.302 8.76 7.727m21.12 14.937c-1.16 4.25-.517 7.34 5.793 8.758m-5.409-2.702c-7.6 3.477-8.243 10.818-2.32 15.582m-3.8-23.758c-3.99 3.606-3.22 9.851 1.16 12.298m-34.96-35.802c-4.38 4.315-.193 16.226 9.463 9.724m15.649 5.34c-5.927 4.894-3.22 13.78 6.567 11.333m-16.359-15.069c-3.09 8.758-.127 11.848 6.827 11.977"/>
<path d="M359.304 236.096c-5.28 3.992-3.863 9.658-1.543 12.234 2.316 2.576 6.693 1.417 8.11-1.931m-17.647-13.775c-5.923 7.598 0 16.613 8.374 13.909m23.314 8.627c-6.053 2.19-10.67 7.686-6.957 12.492 2.19 2.833 11.72 3.22 14.424-7.727m-18.419-11.853c-3.477 5.023-2.32 9.788 4.12 12.234m-4.504-2.826c-3.737 2.06-6.183 4.508-5.28 9.015m-3.088-16.871c-1.417 6.053.257 9.788 3.99 11.59m-4.118-4.382c-5.797-.386-8.757 2.06-6.827 7.727m.515-6.311c-5.667-2.06-6.57-6.954-4.123-12.106m-.773 7.602c-6.183.258-8.886 3.348-8.886 7.598"/>
<path d="M340.496 229.656c-4.507 1.932-5.923 7.985-4.25 11.333 1.677 3.348 6.957 3.606 10.177 1.416m-18.543-17.509c-4.12 4.636.643 13.651 7.987 11.462m-18.547-15.07c-3.863 5.409.387 14.424 10.303 11.848m.513 25.112c-1.03-6.44 5.667-10.689 13.91-2.318m-3.99-13.002c-2.447 2.19-3.603 5.666-3.22 8.5M306.76 218.2c-4.25 7.212.903 13.78 10.046 11.204m13.778 6.692c-6.053 6.053-3.993 12.106.513 15.582m-4.377-8.494c-9.143.129-9.657 10.689-2.187 14.038m-4.765-24.598c-3.733 2.576-4.893 9.658 1.547 12.492m-1.803 3.348c-3.863-1.803-8.5.386-8.114 4.894m2.314-4.766c-3.477-8.242-13.65-6.825-12.746 1.674m15.578-11.85c-2.187.386-6.567 1.674-8.24 5.023m.648-14.295c-4.12 4.636-.903 10.174 2.447 11.333m-14.679-24.341c-.773 5.538 1.417 8.242 8.37 7.727m-5.93-.639c-2.707 6.697.9 9.658 7.853 9.272m-6.309-1.032c-4.12 4.894-1.287 10.174 2.703 12.363m-4.631-6.179c-7.34-.902-8.5 7.598-6.053 11.59"/>
<path d="M292.848 215.496c-4.506 1.932-7.081 7.598-4.635 11.075 2.448 3.477 7.342 2.318 10.045.515m-8.498 1.026c-3.734 5.666-.387 9.916 3.607 11.59"/>
<path d="M275.336 214.848c-2.962 3.09-1.159 9.402 6.053 9.53 5.806.104 8.757-5.409 6.954-9.272m-7.983 9.27c-2.318 5.151-.901 10.689 7.856 9.787m3.736 8.117c-5.409-2.447-12.62 0-9.53 6.44m-.774-15.584c-2.19 3.09-1.417 7.47 1.03 10.174m-1.414-1.934c-3.606.644-7.083 2.576-4.894 8.242m-.522-4.634c-4.636-1.417-10.56 1.932-6.954 6.697m-.766-4.505c-3.992-.644-8.757 3.606-4.894 7.856m-1.546-3.48c-3.606.902-7.856 5.023-4.121 8.242m22.281-28.458c-5.151 2.318-5.667 8.114-3.22 12.363m-2.196-23.051c-7.727 2.962-7.598 13.265.901 16.484m-3.605-2.324c-4.636 2.704-5.538 7.856-2.447 11.204m-5.665-29.228c-3.091 1.03-2.833 10.56 5.409 10.302M255.12 220c-6.182 4.121 1.288 14.552 11.333 7.083m-5.541 2.573c-.901 4.25.258 8.886 7.083 9.402m-6.699-3.73c-4.894 1.803-5.795 11.848 3.09 12.62m-18.666-21.764c-6.31 5.795 5.151 10.818 9.402 2.447m-18.162 7.209c-3.091 3.735 7.727 13.522 12.492-2.833m1.156-.255c.257 3.863 2.576 6.181 7.34 6.439m-.124 3.737c-7.598 1.159-10.045 10.689-1.545 12.75m-12.495-14.038c-.258 3.606 3.477 6.568 7.727 5.924m3.865 7.852c-6.954 1.545-7.856 10.56-1.674 10.045m-3.222 8.371c-5.796-1.738-5.924-8.629-.773-11.204"/>
<path d="M245.72 267.776c-4.893 2.962-2.962 10.045-.386 11.075 2.575 1.03 4.636-.257 4.894-2.446m-.388 9.915c.515 3.348-11.913 2.06-5.537-8.37m-.071 8.954c-4.185 6.568 2.64 11.912 6.954 6.31m-6.37 1.61c-1.674 5.28 4.7 9.08 8.82 4.959m-22.732-54.415c-2.318 4.765 9.272 6.568 10.045-3.22m-13.261 10.308c-2.318 9.272 15.196 7.34 10.689-4.636m.383 6.18c2.447 1.417 9.788 1.545 11.59-6.31m-5.278 6.566c.515 2.447 2.704 5.409 4.765 6.31m-13.133-3.862c-.773 5.023 4.25 9.144 10.045 8.758M237.6 261.6c-2.833 3.864-3.735 11.333 5.152 11.848m-18.672-10.56c-1.417 3.992 6.954 8.114 11.848 1.545m-14.424 8.623c-.709 3.027 6.825 7.083 11.075-5.795m-3.347 6.571c1.803 3.22 7.856 5.795 11.59-.515m-6.054 3.867c-1.545 4.507 2.705 8.757 7.856 7.47m-17.512-8.502c-1.03 6.439 6.439 10.174 11.075 6.825m-15.971-3.993c-2.189 8.242 8.371 11.333 12.363 5.151m-2.699 2.449c.387 4.636 7.599 8.628 13.265 4.765M217 290.448c-.515 2.06 8.114 4.121 9.4-3.091m-4.376 4.891c2.06 5.28 9.014 6.568 13.007.129m-2.319 2.575c.902 4.894 7.212 7.598 12.75 4.25m2.314 1.934c-1.416 6.568 5.409 11.848 9.658 8.242m-20.602-9.402c-2.06 7.212 6.954 11.333 11.977 7.34m-22.793-10.948c-.515 6.697 4.765 10.689 10.818 7.727m-22.282-7.079c-1.803 4.379 7.727 7.985 12.234 4.25m-18.162 7.726c2.447 2.833 10.946 0 11.72-6.31m-2.312 4.63c3.09 3.606 10.431 5.538 13.394-2.19m-2.578 3.998c-.129 5.538 9.788 9.53 13.007-.644m11.649 1.996c-.902 2.705 1.224 7.018 5.666 7.533m-13.842-9.205c-.644 3.09 3.864 7.404 8.629 5.666m.907 1.286c-1.288 3.348-.194 8.177 4.314 8.113M255.312 322c-3.348 2.833-1.932 7.856 2.898 8.05m-4.634-3.29c-4.765 3.218-3.09 10.302 3.22 9.918m-17.644-23.566c0 6.954 8.628 7.984 10.302 1.545m-3.35 4.119c-1.288 4.121 2.06 8.114 7.34 6.954m-6.308 42.758c1.16 1.677 5.924-1.157 4.636-3.99-1.287-2.833-6.335-1.293-5.795 1.673m4.631-2.835c.644-5.667-6.053-6.567-7.727-1.673m2.447-2.831c1.674-2.833-3.992-6.697-6.31-2.577m2.062-1.679c1.545-4.123-4.894-5.923-5.409-2.19m-1.415-5.41c.773-2.06 7.985-.773 4.894 3.477m5.538 5.155c2.833-2.577-1.931-7.857-4.894-5.923m23.95 13.779c-2.254.257-4.573 1.737-2.898 6.503 1.16 3.307 6.117 3.477 6.825 1.48"/>
<path d="M260.464 365.848c-2.19-1.417-6.954.967-4.765 5.603 1.648 3.49 5.795 2.06 6.44.257m-13.979.772c1.094 1.93 6.567 1.097 7.533-1.03m-3.797-5.346c1.159-.773 3.283.19 3.735 1.157m-4.119-32.901c-3.735 2.447-1.417 9.917 4.379 7.983m-5.539-1.927c-2.962 2.317-.258 9.53 5.28 6.827m-4.376-.003c-2.06 2.06-.065 7.79 5.28 6.697m-6.056-3.865c-1.16-.517-4.186-.13-5.474 1.8m2.13-27.88c-2.833 2.704-1.481 8.243 3.799 8.693m-4.831-3.029c-4.057 1.997-4.057 10.043 4.056 10.366m-4.376-1.286c-2.253 1.803-1.159 8.757 4.636 7.853m-2.772-.253c-.838.837-.967 2.963-.258 3.863m-2.318-6.503c-2.06.063-4.765 1.547-5.474 3.67m-3.734-7.47c.773-2.06 7.148-1.93 7.598 4.123m.642-7.211c-.902.193-2.64 1.03-3.09 2.77m.322-21.634c-2.77 2.511-4.121 10.432 4.314 11.976m-9.914 4.376c0-2.127 5.731-3.93 7.727-.773m-11.399-10.755c.837 1.61 4.829 3.8 7.276 1.997m-28.012-14.613c-.128 3.735 2.962 7.083 7.212 6.568 4.25-.515 5.151-4.25 3.863-6.697m-3.219 6.825c-2.833 3.477.644 8.371 3.863 6.954m-.639-9.402c1.674-.644 7.212-1.417 8.886 1.159m-26.79-.127c-1.288 1.932 6.697 3.864 9.4.129m-2.704 1.927c-.258 2.576 1.03 6.954 7.598 5.151"/>
<path d="M219.832 326.632c1.03-2.19-3.864-5.795-7.598-1.803-3.735 3.992.515 8.5 2.833 6.953m-12.363-13.774c-1.932 3.348 5.538 9.466 9.788 3.8"/>
<path d="M197.744 323.8c-2.704 2.77.644 7.857 4.701 6.31 4.056-1.545 3.67-5.795 2.705-6.889"/>
<path d="M192.528 328.952c-2.19 1.995-.065 6.695 2.962 6.695 3.026 0 4.894-2.38 4.314-5.406m5.02-1.673c-.387 2.962 3.992 5.022 6.825 2.255m.135-5.415c.386-.644.065-1.74-.579-2.254m-23.373 9.79c-2.51 1.997 2.898 7.533 6.31 2.447m13.066-3.543c-1.61 1.543.965 5.6 3.541 4.377m-12.357-1.545c.386 2.767 5.795 4.827 9.208.58m-6.248 2.188c-.837 1.74.838 4.51 2.898 4.123m48.358 11.789c-1.995 3.927 4.379 8.5 9.015 3.733m-4.383 2.123c-.965 2.123.194 5.087 1.932 6.18m-7.98-1.74c.451-1.933 3.22-3.737 5.731-2.833m-9.083-2.255c.386-1.737 2.704-3.477 4.443-3.023m147.197-77.337c-9.143.129-5.28 14.81 2.577 11.848m-5.537-1.024c-1.803 2.962 1.673 7.663 5.537 4.894m-1.025.578c-2.707 4.507 6.953 11.397 10.817 4.314m-3.089 2.702c.127 4.25 12.49 6.954 10.69-1.545m-1.162 4.633c2.96 5.022 14.037 5.538 12.877-1.932m-2.445 5.156c2.32 3.348 13.137 5.409 12.75-1.546m-56.67-40.822c1.543 3.992 6.823 5.409 12.62 3.09m-15.964-.258c3.607 2.318-1.673 12.878-7.21 8.628m7.21-2.06c3.993 1.932 8.886.515 10.303-5.151m-2.447 4.375c.387 2.962 4.637 5.28 10.174 4.121m-20.094-1.025c5.153 4.379-2.317 13.394-5.667 9.272m7.603-5.928c2.447 1.803 8.757.773 9.4-3.992m-2.832 3.992c.517 3.09 2.963 4.25 6.44 4.379m-14.424-.131c2.573 3.606 9.014 4.636 11.846-.129m-2.838 2.705c-.257 3.477 3.607 6.31 7.6 5.538m-21.632 2.19c3.347 1.674 6.953-4.636 4.12-9.014m-.256 15.71c3.993.258 4.507-5.795.773-9.144m8.371 14.68c3.35-.773 2.317-8.114-5.797-8.758m15.965 14.174c3.22-.902.643-9.015-8.24-8.5m20.48 11.332c2.187-3.348-5.023-9.014-10.946-6.053m16.994 10.685c3.993 1.159 6.697-9.4-5.923-7.727m13.267 7.727c3.48-.901 5.927-7.212-4.247-5.151m11.975 5.671c3.09 1.546 4.507-7.47-4.897-5.022m-47.007-23.058c3.863 2.19 9.917-.386 9.4-5.28m-1.544 4.256c1.29 2.318.773 6.825-1.673 7.984m2.057-2.576c2.577 1.03 6.053.129 8.114-3.992m-3.602 3.992c.77 1.803 1.03 5.409-.647 7.212m1.295-4.124c2.833 1.545 6.18-.515 7.597-3.477m-1.805 2.573c2.06 1.288 3.863 7.34.387 9.788m1.933-2.828c2.447.129 6.053.129 8.37-2.962m-1.674 1.674c2.19.644 4.763 4.25 3.863 7.47m.129-1.166c2.45-.258 6.697-1.932 7.857-4.894m-1.161 1.934c2.063 1.159 3.48 3.606 3.22 6.439m-.004-2.063c2.447-.129 4.637-1.416 5.28-4.121m-.64 1.809c1.803.644 3.993 2.704 4.123 5.151m-.259-1.551c1.803-.258 3.09-1.417 4.25-3.22m4.894-.252c2.32 2.318-.77 10.046-5.537 8.629M389.824 154.32c-4.767 2.833-18.29 1.932-11.594-9.272m12.882 1.672c-9.4 3.735-20.994-3.477-8.886-11.333m-3.218-2.571c-7.857 0-13.137 12.62-2.573 17m-27.947-11.72c-2.06 3.992 5.28 8.37 10.303 4.379 3.89-3.093 3.604-11.462 1.287-14.682m-15.582 19.831c-2.577 8.5 16.357 9.014 13.394-4.508m-14.426 17.132c.643 6.439 18.16 4.379 12.49-8.629m2.062-3.611c1.417 1.932 5.28 5.28 11.846 4.636m-8.758-13.78c.58 2.318 4.507 4.121 9.53 2.383m-185.25 193.561c-4.443 3.157 2.383 8.114 4.894 2.64m-8.374-.192c-4.442 3.153 2.383 8.11 4.894 2.637m-8.566-.253c-4.444 3.157 2.382 8.114 4.894 2.64m-8.758-.448c-4.25 2.253.708 7.79 5.022 2.897m-9.206-.769c-4.25 2.25.709 7.79 5.023 2.897m16.553-9.537c-.065 3.283 6.182 4.637 8.434-.26m-4.506 3.292c-1.932 2.447 1.61 5.473 3.542 4.377m-11.854-4.833c-.194 2.77 5.215 4.38 7.856 1.353m-4.888 1.551c-1.739 2.253 1.674 5.28 3.863 4.377m-10.431-4.769c.193 2.19 3.283 4.7 6.632 3.283m-4.64-.323c-1.288 1.16-.644 3.867 1.159 4.703m-7.855-4.895c-.515 1.997 2.898 5.54 6.375 3.22m-5.671-.9c-2.06 1.61-1.803 4.057.837 4.377m-5.789-4.633c-.257 1.35 1.482 3.54 3.671 3.283m-14.687-3.411c-2.06 1.093 3.22 6.697 6.503 1.48m-11.591.832c-2.576 1.227 3.8 7.407 6.633 1.097m10.047-1.353c-1.997.45-3.284 3.35-1.61 4.507m-4.894-3.475c-.258 1.16 2.19 3.09 4.186 2.383m-5.858-1.863c-1.932 1.223-.902 4.633 1.353 4.12m-8.241-1.872c-1.803 1.35-.58 4.057 1.932 3.413m1.348-3.605c.065.707 1.674 1.803 3.027 1.353m-12.555-2.513c-2.253.967-2.124 6.633 5.474 3.543M149 353.872c-3.156 1.547-2.125 5.797 4.765 1.74m.579.324c-.837.643-1.738 3.477 1.417 2.38m-7.209-1.036c-1.288 1.16-.45 3.543 2.383 2.64m-9.015-2.248c-2.318 1.353 2.768 3.157 6.182-.45m-4.638 2.122c-1.03 1.03-1.03 4.057 1.674 2.963m-8.242-1.739c-1.545 1.16 1.094 2.707 5.924.58m-3.996 1.092c-1.803 1.48-1.61 3.347 1.03 2.767m-6.374-1.927c-1.996 1.803.901 3.027 4.379 1.543m-4.315.457c-3.413 1.543-1.932 4.377.193 3.283m113.783 6.565c-.791 1.703 1.803 3.09 4.25 2.703 2.35-.37 4.599-2.306 2.833-5.02m.125 3.349c2.318 1.803 6.439-.257 6.439-2.963"/>
</g>
<g fill="#fff" stroke-width=".417">
<path d="M396.776 103.064c-10.303-5.151-31.68-14.682-37.734-6.954 5.537-2.318 21.764.129 35.157 12.492l2.577-5.538z"/>
<path d="M403.024 102.52c-11.914-13.878-18.93-10.771-27.497-15.551-8.046-4.492-20.863-5.41-23.346 1.733 11.757-5.726 22.55 3.08 29.18 4.145 9.106 1.462 14.246 8.502 16.91 11.74l4.754-2.067zm44.88-1.776c-6.183-14.166-19.403-10.466-25.243-16.484-8.497-8.757-30.003-16.87-38.89-10.818 19.573-1.03 27.91 13.492 38.376 18.545 7.47 3.606 15.454 11.333 25.757 8.758z"/>
<path d="M424.728 99.2c-10.56-13.136-26.79-24.726-34.257-20.348 9.787.515 12.877 7.34 19.834 11.72 6.953 4.378 3.863 10.688 14.423 8.628zm-50.232 23.184c-11.077-4.121-32.71-6.181-42.757 6.44 16.743 2.832 41.983 1.287 42.757-6.44z"/>
<path d="M372.44 127.28c-11.077-5.151-19.726 2.044-30.137 1.03-19.83-1.932-33.997-.773-35.8 8.758 11.334-10.174 30.394-1.803 38.12-3.864 7.727-2.06 36.317-.257 45.33 3.606-4.636-5.666-11.846-7.212-17.513-9.53zm34.768-29.496c-2.573-8.5-2.447-17.514 10.303-16.87-3.22-3.993-15.066-6.053-17 8.886-14.037-10.302-29.363-12.106-32.193-3.22 7.21-6.181 18.413-1.674 31.806 13.523 1.16-.644 4.25-1.932 7.083-2.318z"/>
<path d="M387.896 109.504c-7.983-5.151-18.803-13.522.13-16.87-8.114-4.379-19.963-2.447-18.674 12.492-21.636-8.758-37.173-5.802-40.44 2.833-3.606 9.53 9.79 14.81 12.107 8.757-2.447 1.03-10.817-1.803-6.44-7.212 4.38-5.408 26.82-1.348 48.166 9.788 5.924 3.09 26.27 2.576 5.15-9.788z"/>
<path d="M382.224 123.672c-6.16-12.578-26.143-1.159-30.17-13.342-5.504 17.85 28.416 7.972 30.17 13.342zm127.112 13.648c4.19 2.082 7.813-1.191 1.403-3.758 4.194 2.08 7.85-1.114 1.44-3.683 4.194 2.081 7.85-1.113 1.44-3.682-1.71 1.722-4.156 8.032-4.283 11.123zm2.184-24.208c9.274-9.787-.77-13.136 10.56-23.18 9.274-8.22 1.77-13.697 10.563-20.091 2.834-2.06 9.014-6.182 9.53-10.303 3.734 9.272-11.593 10.56-10.563 25.5.657 9.512-5.773 8.68-8.24 24.726-.516 3.348-2.833 10.818-11.85 3.348z"/>
<path d="M515.648 117.488c5.15-11.075 11.063-10.862 13.906-15.196 5.41-8.242 16.87 1.417 26.53-5.924-1.673 10.431-14.68 6.697-20.346 13.394-5.666 6.696-10.303 9.788-20.09 7.727z"/>
<path d="M516.936 121.096c9.017-7.212 15.66-2.4 21.894-6.182 15.71-9.53 22.023 1.932 36.06-2.575-3.737 9.014-24.47 1.288-33.484 7.984-9.016 6.697-40.696 13.136-24.47.773zm-26.272 51.384c-.13-4.121-3.993-9.402-9.403-10.045-5.407-.644-7.727-6.31-11.847-6.568-4.12-.257-6.826-8.5-12.493-8.371-5.667.129-7.984 7.47 5.28 14.166 13.266 6.697 27.946 14.424 28.463 10.819zm-16.744 3.48c-5.667.258-6.44 8.5-11.846 8.758 7.466 3.992 12.876-1.803 16.74-6.955l-4.894-1.803z"/>
<path d="M478.56 176.984c-4.893 4.121-6.31 12.75.773 15.196-4.25-5.86 7.47-8.5 3.864-13.909l-4.637-1.287z"/>
<path d="M483.448 177.248c-3.863 7.47 6.053 8.37 3.477 14.038 5.666-1.288 6.57-11.977 1.416-14.81l-4.893.772z"/>
<path d="M445.584 161.272c9.274-.515 17.754 4.501 23.44 12.62 3.607 5.152 15.71 7.212 19.834 3.091 4.12-4.12 1.803-12.878-8.5-10.044-2.577-4.379-10.047-2.834-13.65-6.44-3.607-3.605-17.518-13.908-21.124.773z"/>
<path d="M480.36 166.944c-2.447.515-3.22 4.765-1.677 6.954m6.957-4.378c.773 1.288.257 3.09-.13 3.992m-25.238-11.848c4.763.258 5.667 3.735 10.817 5.023" stroke-linecap="round"/>
<path d="M457.12 149.944c16.457 4.121 29.514 7.727 37.61 12.363 8.097 4.637 20.634 5.924 31.604 2.834 10.97-3.091 32.123-5.924 31.08 7.727 5.75-6.826-1.567-14.167-16.194-15.455.263-6.696-6.903-12.75-12.057-8.757 4.767-.644 8.88 8.242-.52 11.848 1.827-6.697-4.833-12.75-11.753-9.788 4.44 1.288 8.93 8.734-1.004 11.59-6.27 1.804-15.41-.514-22.2-4.635-6.79-4.122-44.923-19.06-36.566-7.727z"/>
<path d="M498.648 143.248c-5.15 2.318-1.803 7.727-9.786 10.818-7.987 3.09-13.524 10.173-11.72 16.226 5.41-11.848 14.94-11.333 18.286-15.969 3.35-4.636 8.243-11.461 3.22-11.075z"/>
<path d="M500.064 144.016c-.257 9.4-7.657 5.976-4.767 19.189.904 4.12 2.577 10.817-.256 17.514 8.306-6.052 2.963-18.768 6.696-23.567 1.804-2.318 4.12-5.924 5.024-9.014-1.934 5.408-1.804 15.454 3.476 18.03-4.25-10.046 11.464-18.288.644-29.878-1.544 2.833-6.44 7.855-10.817 7.727zm-26.272-9.4c1.29 1.932 2.577 6.826 1.417 9.53 2.576-1.545 6.313-5.537 7.47-8.242 5.28.773 7.34 7.34 2.32 10.174 3.09 0 8.37 0 11.33-3.477-3.603-3.993-14.806-10.175-22.537-7.985z"/>
<path d="M393.688 116.144c-.833-.76-2.24-1.481-4.763-2-7.797-1.599-3.77-8.627 2.866-8.564 14.163-15.454 22.117-3.541 39.374-8.435 6.04-1.712 10.186-1.206 13.477.217 7.726-5.15 16.79-3.712 23.36 2.341.73-1.16 1.71-2.047 3.086-2.43 6.05-1.68 10.944 3.48 12.617 10.176 4.717-.874 10.103 1.46 13.647 4.68 4.906-2.52 8.286-2.632 9.53-.04 4.38-2.061 10.054-3.353 12.886 3.601 2.834 6.954-6.696 4.894-8.243 19.575-.953 9.057-11.073 12.621-19.06 7.212-12.773-8.653-25.24-10.045-31.423 3.09-6.18 13.137-11.023 20.769-26.014 16.485-5.406-1.546-12.363.515-16.74 6.439-4.38 5.924-11.076.386-19.06 1.03 10.044-1.545 6.197-4.072 14.94-4.636 7.984-.515 5.924-7.984 11.074-9.015-20.09 5.152-19.317-2.318-35.8 2.833 7.21-9.272 18.543-4.12 24.21-9.53-14.94-.257-21.62-10.017-28.333-5.923-10.56 6.439-5.927 24.772-33.483 23.18-13.394-.772-21.894 1.03-29.877 9.016 13.91-28.847 32.83-13 41.983-22.15 5.41-5.41 9.53-9.531 12.363-14.682.997-1.814 2.347-2.85 4.033-3.25-22.923-7.213-9.06-18.447 13.35-19.219z"/>
<path d="M506.872 112.088c.35.724.53 1.664.53 2.826 0 5.666-8.5 5.924-9.014 14.295-.27 4.379-.773 6.826-3.736 6.31-2.96-.515-5.537-5.15-2.704-10.56" stroke-linecap="round"/>
<path d="M397.936 107.704c-2.133-1.499-4.267-2.108-6.18-2.126m52.836-8.258c6.82 2.953 10.146 10.037 20.054 10.384 9.536.335 15.456 14.166 31.423 5.151a38.05 38.05 0 0 1 1.266-.683M468 99.704c-1.423 2.263-1.747 5.423-1.357 8.195m-29.811 20.925c-12.103 0-15.197 6.181-15.197 12.106 0 5.924 5.667 13.65 15.714 13.65 10.043 0 15.453-6.18 15.453-12.878 0-6.697-6.183-12.878-15.97-12.878z"/>
<path d="M439.016 154.32c-.257-3.348-6.31-2.833-6.053-5.409.256-2.576 3.35-3.606 3.35-7.212s5.406-3.863 7.21-1.03c1.803 2.833 7.213 8.37 8.373 5.538m-8.368-5.535c-2.833 2.833-4.12 8.628-.387 13.136m4.251-8.76c-.9 1.932-1.157 4.894-.127 6.697"/>
<path d="M495.488 135.584c9.466.773 11.077-9.66 3.993-10.302m-15.641-17.834c-3.283-4.185-10.817-5.602-10.946 3.284" fill="none"/>
<path d="M471.992 120.84c-3.22-7.985-11.463-9.144-15.843-5.151-3.644 3.322-3.734 11.976 4.123 13.78 2.704-3.22 7.984-7.47 11.72-8.628zm-3.544-5.024c-4.637-4.121-11.463 3.67-5.28 10.818m-82.92 8.694c3.103-.737 7.64.782 14.597 4.054 4.38 2.06 17.517 6.44 25.757 2.06-8.5 3.091-14.937-9.787-21.377-8.242-6.44 1.546-18.223 3.928-23.18-.773 12.103.773 18.613-8.817 32.45-.515 3.867 2.318 8.76 3.864 13.137 3.606-11.33-13.651-26.27-4.894-27.817-15.969 6.827 7.341 23.503-1.674 32.003 12.106m-29.554-10.047c-1.593-1.983-.873-3.96-2.583-5.524"/>
</g>
<path d="M483.84 107.448c-2.833-3.026-9.014-.644-7.277 5.474 1.354-2.833 4.25-5.216 7.277-5.474zm-17.512 16.496c1.95-1.416 3.963-2.579 5.66-3.105-.927-2.292-2.263-4.021-3.807-5.228-1.473-1.018-5.706 4.675-1.853 8.333z" stroke="none"/>
<path d="M458.72 113.496c-4.637-3.09-8.886-2.833-10.303-.257-3.347-.13-6.117 2.318-6.247 7.211m7.15 2.062c-5.537-3.799-13.137-2.382-12.62 6.118m-3.348 4.826c2.703-2.19 6.567-3.735 9.53.129m31.814-8.497c-1.03 1.416-1.803 3.606-.13 6.954-2.06-2.704-7.21-2.704-12.75 4.507m25.112-11.845c-6.697.773-6.567 5.151-1.16 7.083m-46.488-23.443c-5.667-1.159-9.786 2.19-1.93 5.023m12.746-8.887c-7.987-1.932-11.206.129-7.6 1.932m-15.456 30.14c-.257 2.833 1.287 6.568 5.923 2.318m-4.371 6.178c0 .773-.13 1.674-.647 2.318m-17.905-40.054c-4.893-1.417-5.793-5.924-.127-5.538m-1.545 15.97c-5.41-1.803-5.41-7.083-.903-6.568m10.951 3.864c-6.31-1.546-6.567-5.924-1.8-5.28m2.568-8.112c-3.347-.257-8.5 3.477.13 5.667m9.278 1.805c-7.857-1.159-7.727 2.06-3.093 4.121m9.013-11.593c-6.053-1.159-8.114 2.447-3.993 3.992m-15.063 18.288c-1.483-1.223-2.703-7.083 4.377-5.344m10.303 3.544c-4.763-1.288-9.27 3.348-4.893 6.053m11.197-11.589c-5.02-.902-9.27.515-6.567 2.318" stroke-width=".417" fill="none" stroke-linecap="round"/>
<path d="M483.568 107.448c-2.83.524-5.367 2.187-7.01 5.472" fill="#fff" stroke-width=".417"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

BIN
src/icons/flags/bv.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 397 B

13
src/icons/flags/bv.svg

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 635 B

BIN
src/icons/flags/bw.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

7
src/icons/flags/bw.svg

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

After

Width:  |  Height:  |  Size: 261 B

BIN
src/icons/flags/by.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

61
src/icons/flags/by.svg

@ -0,0 +1,61 @@ @@ -0,0 +1,61 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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.57zm-5.395 8.678h10.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.9 KiB

BIN
src/icons/flags/bz.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 B

146
src/icons/flags/bz.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB

BIN
src/icons/flags/ca.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

4
src/icons/flags/ca.svg

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<path fill="#fff" d="M150.184 0h339.634v480H150.184z"/>
<path fill="#bf0a30" d="M-19.632 0h169.817v480H-19.632zm509.45 0h169.816v480H489.819zM200.97 231.947l-13.188 4.507 61.365 53.856c4.64 13.841-1.612 17.921-5.597 25.181l66.62-8.456-1.735 67.042 13.798-.396-3.01-66.486 66.685 7.905c-4.127-8.716-7.8-13.343-3.982-27.28l61.326-51.023-10.732-3.885c-8.775-6.771 3.792-32.61 5.687-48.917 0 0-35.807 12.314-38.154 5.87l-9.12-17.517-32.574 35.784c-3.56.854-5.075-.562-5.91-3.57l15.05-74.78-23.832 13.403c-1.995.853-3.99.117-5.304-2.208l-22.922-45.993-23.635 47.765c-1.78 1.712-3.565 1.91-5.045.747l-22.691-12.73 13.621 74.197c-1.083 2.944-3.678 3.773-6.73 2.179l-31.14-35.379c-4.074 6.527-6.835 17.19-12.22 19.58-5.384 2.238-23.418-4.522-35.505-7.16 4.129 14.902 17.04 39.658 8.869 47.772z"/>
</svg>

After

Width:  |  Height:  |  Size: 888 B

BIN
src/icons/flags/cc.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

19
src/icons/flags/cc.svg

@ -0,0 +1,19 @@ @@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/cd.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

5
src/icons/flags/cd.svg

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 352 B

BIN
src/icons/flags/cf.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

15
src/icons/flags/cf.svg

@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 757 B

BIN
src/icons/flags/cg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

12
src/icons/flags/cg.svg

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 492 B

BIN
src/icons/flags/ch.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

9
src/icons/flags/ch.svg

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 324 B

BIN
src/icons/flags/ci.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

7
src/icons/flags/ci.svg

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<g fill-rule="evenodd">
<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: 292 B

BIN
src/icons/flags/ck.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

9
src/icons/flags/ck.svg

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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

BIN
src/icons/flags/cl.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

13
src/icons/flags/cl.svg

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 623 B

BIN
src/icons/flags/cm.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

15
src/icons/flags/cm.svg

@ -0,0 +1,15 @@ @@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<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: 847 B

BIN
src/icons/flags/cn.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

11
src/icons/flags/cn.svg

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#ffde00" d="M-.588.81L0-1 .588.81-.952-.31H.952z"/>
</defs>
<path d="M0 0h640v480H0z" fill="#de2910"/>
<use xlink:href="#a" transform="matrix(71.9991 0 0 72 119.999 120)" width="30" height="20"/>
<use xlink:href="#a" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.291 47.996)" width="30" height="20"/>
<use xlink:href="#a" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 287.95 95.796)" width="30" height="20"/>
<use xlink:href="#a" transform="matrix(6.5991 -23.0749 23.0746 6.59919 287.959 168.012)" width="30" height="20"/>
<use xlink:href="#a" transform="matrix(14.9991 -18.73557 18.73533 14.99929 239.933 216.054)" width="30" height="20"/>
</svg>

After

Width:  |  Height:  |  Size: 848 B

BIN
src/icons/flags/co.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

7
src/icons/flags/co.svg

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 640 480">
<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: 292 B

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

Loading…
Cancel
Save