Commit 0a36e765 by fengshuonan

完善登录页面

parent 70034fca
......@@ -175,7 +175,7 @@ public class ShiroConfig {
*
*/
Map<String, String> hashMap = new LinkedHashMap<>();
hashMap.put("/static/**", "anon");
hashMap.put("/assets/**", "anon");
hashMap.put("/gunsApi/**", "anon");
hashMap.put("/login", "anon");
hashMap.put("/global/sessionError", "anon");
......
......@@ -16,7 +16,6 @@ spring:
profiles:
active: @spring.active@
mvc:
static-path-pattern: /assets/**
view:
prefix: /WEB-INF
devtools:
......
......@@ -28,11 +28,11 @@
<h3 class="box-title m-b-20">欢迎登录Guns管理系统</h3>
<div class="form-group ">
<div class="col-xs-12">
<input class="form-control" type="text" required="" placeholder="账号"></div>
<input class="form-control" type="text" required="" placeholder="账号" autocomplete="off"></div>
</div>
<div class="form-group">
<div class="col-xs-12">
<input class="form-control" type="password" required="" placeholder="密码"></div>
<input class="form-control" type="password" required="" placeholder="密码" autocomplete="off"></div>
</div>
<div class="form-group">
<div class="col-md-12 p-l-0">
......
@import '../variable';
$themecolor: #009efb;
$themecolor-dark: #028ee1;
$topbar: #009efb;
$sidebar:#272c33;
$sidebar-text: #798699;
$sidebar-icons: #798699;
$sidebar-dark: #181c22;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $sidebar;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav{
background: $sidebar;
}
.mini-sidebar .sidebar-nav{
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav>li>ul{
background: $sidebar-dark;
}
}
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $white;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
.user-profile .profile-text a{
color: $sidebar-text!important;
}
.card-no-border .sidebar-footer{
background: $sidebar-dark;
}
\ No newline at end of file
@import '../variable';
$themecolor: #009efb;
$themecolor-dark: #028ee1;
$topbar: #009efb;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $white;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $dark;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
\ No newline at end of file
@import '../variable';
$themecolor: #009efb;
$themecolor-dark: #028ee1;
$topbar: #fff;
$sidebar:#272c33;
$sidebar-text: #798699;
$sidebar-icons: #798699;
$sidebar-dark: #181c22;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
.navbar-header {
background: $sidebar;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display:inline-block;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: none;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav{
background: $sidebar;
}
.mini-sidebar .sidebar-nav{
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav>li>ul{
background: $sidebar-dark;
}
}
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $white;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
.user-profile .profile-text a{
color: $sidebar-text!important;
}
.card-no-border .sidebar-footer{
background: $sidebar-dark;
}
\ No newline at end of file
@import '../variable';
$themecolor: #009efb;
$themecolor-dark: #028ee1;
$topbar: #363d4a;
.topbar{
background: $topbar;
.navbar-header{
background: $white;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $dark;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
@import '../variable';
$themecolor: #55ce63;
$themecolor-dark: #028ee1;
$topbar: #55ce63;
$sidebar:#272c33;
$sidebar-text: #798699;
$sidebar-icons: #798699;
$sidebar-dark: #181c22;
/*******************
/*Top bar
*******************/
.topbar {
background: #0178bc;
/* Old browsers */
background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #318f94 0%, #5ec58c 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $sidebar;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav{
background: $sidebar;
}
.mini-sidebar .sidebar-nav{
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav>li>ul{
background: $sidebar-dark;
}
}
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $white;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
.user-profile .profile-text a{
color: $sidebar-text!important;
}
.card-no-border .sidebar-footer{
background: $sidebar-dark;
}
\ No newline at end of file
@import '../variable';
$themecolor: #55ce63;
$themecolor-dark: #028ee1;
$topbar: #55ce63;
/*******************
/*Top bar
*******************/
.topbar {
background: #0178bc;
/* Old browsers */
background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #318f94 0%, #5ec58c 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $white;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $dark;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
\ No newline at end of file
@import '../variable';
$themecolor: #01c0c8;
$themecolor-dark: #028ee1;
$topbar: #01c0c8;
$sidebar:#272c33;
$sidebar-text: #798699;
$sidebar-icons: #798699;
$sidebar-dark: #181c22;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $sidebar;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav{
background: $sidebar;
}
.mini-sidebar .sidebar-nav{
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav>li>ul{
background: $sidebar-dark;
}
}
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $white;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
.user-profile .profile-text a{
color: $sidebar-text!important;
}
.card-no-border .sidebar-footer{
background: $sidebar-dark;
}
\ No newline at end of file
@import '../variable';
$themecolor: #01c0c8;
$themecolor-dark: #028ee1;
$topbar: #01c0c8;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $white;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $dark;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
\ No newline at end of file
@import '../variable';
$themecolor: #7460ee;
$themecolor-dark: #028ee1;
$topbar: #7460ee;
$sidebar:#272c33;
$sidebar-text: #798699;
$sidebar-icons: #798699;
$sidebar-dark: #181c22;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $sidebar;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav{
background: $sidebar;
}
.mini-sidebar .sidebar-nav{
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav>li>ul{
background: $sidebar-dark;
}
}
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $white;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
.user-profile .profile-text a{
color: $sidebar-text!important;
}
.card-no-border .sidebar-footer{
background: $sidebar-dark;
}
\ No newline at end of file
@import '../variable';
$themecolor: #7460ee;
$themecolor-dark: #028ee1;
$topbar: #7460ee;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $white;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $dark;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
\ No newline at end of file
@import '../variable';
$themecolor: #f62d51;
$themecolor-dark: #028ee1;
$topbar: #f62d51;
$sidebar:#272c33;
$sidebar-text: #798699;
$sidebar-icons: #798699;
$sidebar-dark: #181c22;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f62d51 0%, #660fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $sidebar;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav{
background: $sidebar;
}
.mini-sidebar .sidebar-nav{
background: transparent;
}
@media (min-width: 768px) {
.mini-sidebar .sidebar-nav #sidebarnav>li>ul{
background: $sidebar-dark;
}
}
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $white;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
.user-profile .profile-text a{
color: $sidebar-text!important;
}
.card-no-border .sidebar-footer{
background: $sidebar-dark;
}
\ No newline at end of file
@import '../variable';
$themecolor: #f62d51;
$themecolor-dark: #028ee1;
$topbar: #f62d51;
/*******************
/*Top bar
*******************/
.topbar {
background: $topbar;
/* Old browsers */
background: -moz-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #f62d51 0%, #660fb5 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f62d51 0%, #660fb5 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.navbar-header {
background: $white;
box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}
.navbar-light .navbar-nav .nav-item > {
a.nav-link {
color: rgba(255, 255, 255, 0.8)!important;
&:hover,
&:focus {
color: $white!important;
}
}
}
}
.logo-center .topbar {
.navbar-header {
background: transparent;
box-shadow: none;
}
.top-navbar .navbar-header .navbar-brand .dark-logo{
display: none;
}
.top-navbar .navbar-header .navbar-brand .light-logo{
display: inline-block;
color:rgba(255, 255, 255, 0.8);
}
}
/*******************
/*General Elements
*******************/
a{
color:$themecolor;
}
a.link {
&:hover,
&:focus {
color: $themecolor!important;
}
}
.bg-theme {
background-color: $themecolor !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $themecolor;
border-color: $themecolor;
}
.right-sidebar {
.rpanel-title {
background: $themecolor;
}
}
.stylish-table {
tbody tr {
&:hover,
&.active {
border-left: 4px solid $themecolor;
}
}
}
.text-themecolor{
color:$themecolor!important;
}
.profile-tab,
.customtab {
li {
a.nav-link {
&.active {
border-bottom: 2px solid $themecolor;
color: $themecolor;
}
&:hover {
color: $themecolor;
}
}
}
}
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: $themecolor;
color: $white;
border: 1px solid $themecolor;
&:hover {
background: $themecolor;
opacity: 0.7;
border: 1px solid $themecolor;
}
&.active,
&:focus {
background: $themecolor-dark;
}
}
/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
background: $sidebar;
ul {
li {
a {
color: $sidebar-text;
&.active,
&:hover {
color: $themecolor;
}
&.active {
color: $dark;
}
}
&.nav-small-cap {
color: $muted;
}
}
}
> ul > li {
&.active > a {
border-left: 3px solid $themecolor;
color: $themecolor;
i {
color: $themecolor;
}
}
}
> ul > li > a {
border-left: 3px solid $sidebar;
&.active,
&:hover {
border-left: 3px solid $themecolor;
i {
color: $themecolor;
}
}
i {
color: $sidebar-icons;
}
&.active {
font-weight: 400;
background: $white;
color: $themecolor;
}
}
}
\ No newline at end of file
@media (min-width:1600px) {
.col-xlg-1,.col-xlg-10,.col-xlg-11,.col-xlg-12,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9 {
float: left;
}
.col-xlg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xlg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-xlg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-xlg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xlg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-xlg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-xlg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xlg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-xlg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-xlg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xlg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-xlg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-xlg-pull-12 {
right: 100%;
}
.col-xlg-pull-11 {
right: 91.66666667%;
}
.col-xlg-pull-10 {
right: 83.33333333%;
}
.col-xlg-pull-9 {
right: 75%;
}
.col-xlg-pull-8 {
right: 66.66666667%;
}
.col-xlg-pull-7 {
right: 58.33333333%;
}
.col-xlg-pull-6 {
right: 50%;
}
.col-xlg-pull-5 {
right: 41.66666667%;
}
.col-xlg-pull-4 {
right: 33.33333333%;
}
.col-xlg-pull-3 {
right: 25%;
}
.col-xlg-pull-2 {
right: 16.66666667%;
}
.col-xlg-pull-1 {
right: 8.33333333%;
}
.col-xlg-pull-0 {
right: auto;
}
.col-xlg-push-12 {
left: 100%;
}
.col-xlg-push-11 {
left: 91.66666667%;
}
.col-xlg-push-10 {
left: 83.33333333%;
}
.col-xlg-push-9 {
left: 75%;
}
.col-xlg-push-8 {
left: 66.66666667%;
}
.col-xlg-push-7 {
left: 58.33333333%;
}
.col-xlg-push-6 {
left: 50%;
}
.col-xlg-push-5 {
left: 41.66666667%;
}
.col-xlg-push-4 {
left: 33.33333333%;
}
.col-xlg-push-3 {
left: 25%;
}
.col-xlg-push-2 {
left: 16.66666667%;
}
.col-xlg-push-1 {
left: 8.33333333%;
}
.col-xlg-push-0 {
left: auto;
}
.offset-xlg-12 {
margin-left: 100%;
}
.offset-xlg-11 {
margin-left: 91.66666667%;
}
.offset-xlg-10 {
margin-left: 83.33333333%;
}
.offset-xlg-9 {
margin-left: 75%;
}
.offset-xlg-8 {
margin-left: 66.66666667%;
}
.offset-xlg-7 {
margin-left: 58.33333333%;
}
.offset-xlg-6 {
margin-left: 50%;
}
.offset-xlg-5 {
margin-left: 41.66666667%;
}
.offset-xlg-4 {
margin-left: 33.33333333%;
}
.offset-xlg-3 {
margin-left: 25%;
}
.offset-xlg-2 {
margin-left: 16.66666667%;
}
.offset-xlg-1 {
margin-left: 8.33333333%;
}
.offset-xlg-0 {
margin-left: 0;
}
}
.col-xlg-1,.col-xlg-10,.col-xlg-11,.col-xlg-12,.col-xlg-2,.col-xlg-3,.col-xlg-4,.col-xlg-5,.col-xlg-6,.col-xlg-7,.col-xlg-8,.col-xlg-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="480" width="640">
<g clip-path="url(#a)" fill-rule="evenodd" transform="matrix(1.3333 0 0 1 -85.333 0)">
<path fill="red" d="M0 0h192v512H0z"/>
<path d="M192 340.06h576V512H192z"/>
<path fill="#fff" d="M192 172.7h576v169.65H192z"/>
<path fill="#00732f" d="M192 0h576v172.7H192z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-79.698 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(74.717) scale(.9375)">
<path fill="#fff" d="M-120 0h763.27v511.49H-120z"/>
<path d="M-118.31.617h760.88v216.09h-760.88z"/>
<path fill="#0061ff" d="M21.3 203.23h505.01v113.82H21.3z"/>
<path d="M642.75 1.753v510.25H262.03L642.75 1.753z" fill="#e20000"/>
<path d="M-118.69 1.753v510.25h380.72L-118.69 1.753z" fill="#e20000"/>
<path d="M440.37 203.34l-76.31-19.363L428.98 135l-79.726 11.39 41.003-69.475-70.616 41.003 12.53-80.867-47.837 63.783L264.97 26.8l-21.64 76.31-47.837-64.92 13.667 83.145-70.615-43.282 41.003 69.476-77.45-12.53 63.783 47.838-79.727 20.5h354.22z" fill="#ffd600"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#e41e20" d="M0 0h640v480H0z"/>
<path id="a" d="M272.09 93.316c-4.667-.08-12.413 1.488-12.24 5.07-13-2.228-14.354 3.142-13.59 7.92 1.237-1.896 2.743-2.926 3.9-3.12 1.734-.288 3.548.272 5.4 1.41 1.853 1.138 3.894 2.974 4.8 4.11-4.588 1.097-8.133.39-11.73-.24-1.773-.31-4.254-1.308-5.73-2.34-1.475-1.033-1.94-2.004-4.26-4.38-2.735-2.8-5.647-2.013-4.74 2.34 2.098 4.042 5.603 5.845 10.02 6.57 2.126.35 5.292 1.106 8.88 1.11 3.59.004 7.618-.52 9.81-.06-1.317.827-2.807 2.252-5.76 2.82-3.002.577-7.567-1.786-10.35-2.43.354 2.34 3.307 4.53 9.12 5.67 9.554 2.08 17.492 3.66 22.74 6.51 5.248 2.85 8.557 6.415 10.92 9.21 4.703 5.56 4.95 9.83 5.25 10.77.968 8.885-2.13 13.884-7.89 15.42-2.88.768-7.994-.678-9.87-2.88-1.875-2.2-3.7-5.985-3.18-11.91.506-2.325 3.164-8.38.9-9.63-10.427-5.763-23.09-11.59-32.25-15.06-2.503-.948-4.566 2.455-5.37 3.78-15.562-1.895-29.594-12.426-35.91-23.64-4.3-7.637-11.39.016-10.2 7.23 1.925 8.052 8.06 13.874 15.42 18 7.555 4.16 16.998 8.253 26.55 8.04 5.147.974 5.096 7.632-1.08 8.88-12.077.077-21.712-.225-30.81-9-6.9-6.3-10.784 1.207-8.79 5.46 3.38 13.112 22.086 16.784 41.01 12.54 7.328-1.213 2.94 6.64.87 6.72-7.907 5.67-22.063 11.217-34.53-.06-5.705-4.368-9.562-.696-7.44 5.61 5.532 16.442 26.692 12.99 41.22 4.89 3.74-2.084 7.133 2.765 2.58 6.45-18.067 12.624-27.1 12.768-35.25 7.92-10.202-4.024-11.1 7.293-5.04 11.01 6.736 4.132 23.876 1.034 36.45-6.87 5.39-4.008 5.635 2.26 2.22 4.74-14.922 12.896-20.804 16.292-36.36 14.19-7.713-.6-7.598 8.91-1.53 12.63 8.285 5.08 24.464-3.353 37.02-13.77 5.285-2.824 6.153 1.807 3.54 7.29-7.672 9.68-14.873 15.387-21.81 18.03-6.936 2.643-13.608 2.222-18.33.6-5.76-1.98-6.482 4.007-3.3 9.45 1.92 3.28 9.87 4.332 18.45 1.29 8.582-3.043 17.795-10.18 24.12-18.54 5.504-4.82 4.82 1.654 2.31 6.21-12.666 20.024-24.25 27.452-39.51 26.19-6.765-1.15-8.302 4.112-3.99 8.97 7.572 6.28 17.04 6.082 25.32-.12 7.362-7.098 21.445-22.38 28.83-30.57 5.205-4.15 6.867-.06 5.34 8.37-1.388 4.826-4.865 9.91-14.34 13.62-6.472 3.694-1.612 8.785 3.24 8.88 2.67.05 8.092-3.07 12.24-7.74 5.457-6.145 5.782-10.27 8.79-19.83 2.843-4.66 7.92-2.486 7.92 2.4-2.435 9.576-4.527 11.293-9.45 15.21-4.708 4.42 3.28 5.894 5.97 4.08 7.786-5.25 10.63-12.037 13.23-18.21 1.878-4.456 7.325-2.296 4.8 4.98-6.034 17.388-15.95 24.234-33.3 27.75-1.758.312-2.83 1.35-2.22 3.39 2.33 2.417 4.662 4.61 6.99 7.02-10.728 3.123-19.444 4.878-30.18 8.01-5.267-3.453-9.522-6.383-14.79-9.84-1.39-3.247-2.036-8.203-9.81-4.71-5.267-2.433-7.697-1.54-10.62.9 4.22.157 6.056 1.287 7.71 3.21 2.16 5.69 7.14 6.24 12.24 4.62 3.317 2.794 5.084 4.938 8.4 7.74-6.19-.212-10.504-.322-16.68-.51-5.895-6.33-10.6-5.983-14.82-1.02-3.216.494-4.58.564-6.78 4.47 3.46-1.42 5.64-1.846 7.14-.3 6.268 3.634 10.362 2.823 13.47 0 6.047.37 11.496.683 17.55 1.08-2.224 1.89-5.276 2.893-7.5 4.8-9.082-2.598-13.822.9-15.42 8.31-1.217 2.992-1.787 6.07-1.26 9.27.88-2.926 2.293-5.442 4.89-7.02 8.095 2.057 11.14-1.248 11.58-6.09 3.902-3.183 9.786-3.885 13.68-7.11 4.553 1.458 6.755 2.36 11.34 3.81 1.63 4.955 5.32 6.916 11.31 5.64 7.13.224 5.872 3.15 6.45 5.49 1.895-3.36 1.842-6.63-2.55-9.6-1.598-4.34-5.138-6.316-9.78-3.81-4.37-1.24-5.517-3.023-9.87-4.26 11.01-3.51 18.82-4.298 29.82-7.8 2.754 2.598 4.936 4.463 7.71 6.78 1.462.873 2.862 1.093 3.72 0 6.894-9.977 9.973-18.77 16.38-25.35 2.448-2.722 5.54-6.394 8.97-7.29 1.715-.447 3.818-.174 5.16 1.29 1.343 1.465 2.398 4.164 1.95 8.19-.642 5.78-2.038 7.605-3.66 11.07-1.62 3.466-3.603 5.597-5.64 8.25-4.073 5.307-9.448 8.396-12.63 10.47-6.362 4.15-9.053 2.333-13.98 2.07-6.367.715-8.06 3.816-2.85 8.1 4.872 2.535 9.25 2.848 12.81 2.19 3.056-.565 6.632-4.51 9.18-6.63 2.868-3.313 7.624.616 4.38 4.47-5.893 7.003-11.783 11.62-19.05 11.52-7.636 1.028-6.208 5.32-1.14 7.41 9.12 3.765 17.357-3.286 21.54-7.92 3.228-3.53 5.52-3.67 4.95 1.8-3.204 9.9-7.583 13.726-14.73 14.22-5.797-.538-5.86 3.937-1.62 6.96 9.658 6.685 16.652-4.7 19.92-11.58 2.33-6.207 5.9-3.255 6.27 1.86.05 6.835-3.04 12.415-11.31 19.41 6.328 10.082 13.705 20.336 20.04 30.45l19.205-213.893-19.2-33.794c-2-1.847-8.763-9.815-10.53-10.92-.644-.69-1.036-1.176-.09-1.53.916-.344 3.06-.73 4.5-.99-4.072-4.08-7.56-5.388-15.27-7.62 1.88-.8 3.706-.335 9.24-.6-2.197-3.12-7.104-7.896-13.44-10.2 4.184-2.976 5-3.175 9.15-6.66-7.187-.51-13.325-1.88-19.5-3.75-3.904-1.827-9.327-3.377-11.97-3.42zm.69 8.37c3.8 0 6.15 1.302 6.15 2.88 0 1.606-2.35 2.91-6.15 2.91-3.782 0-6.18-1.423-6.18-3.03 0-1.578 2.398-2.76 6.18-2.76z"/>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 640 0)"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 0.5160635 3.096381">
<path fill="red" d="M-1.806 0h4.128v1.032h-4.128z"/>
<path fill="#00f" d="M-1.806 1.032h4.128v1.032h-4.128z"/>
<path fill="orange" d="M-1.806 2.064h4.128v1.032h-4.128z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="red" d="M0 0h640v243.574H0z"/>
<path d="M0 236.428h640v243.574H0z"/>
</g>
<path d="M228.67 148.173c165.22 43.304 58.99 255.64-71.216 167.26l-8.817 13.545c76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.52-141.48-92.51-150.03l-1.356 15.576z" fill-rule="evenodd" fill="#ffec00"/>
<path fill-rule="evenodd" fill="#ffec00" d="M169.955 330.827l21.73 10.125-10.142 21.696-21.73-10.125zm148.985-99.48h23.98v23.942h-23.98zm-11.684-38.892l22.342-8.694 8.707 22.31-22.342 8.693zm-25.894-29.188l17.035-16.85 16.877 17.01-17.035 16.85zm-26.284-39.787l22.434 8.455-8.468 22.4-22.434-8.455zM316.1 270.01l22.265 8.888-8.902 22.23-22.265-8.887zm-69.876 70.05l22.06-9.388 9.402 22.025-22.058 9.39zm-39.504 2.77h23.98v23.94h-23.98zm41.29-115.937l-20.35-15.006-20.245 14.47 8.034-22.92-20.348-14.956 24.447-.17 8.567-22.55 7.782 22.702 24.7-.242-19.586 15.232 6.996 23.44z"/>
<path d="M336.03 346.376c-1.21.418-6.23 12.39-9.675 18.248 1.797.51 2.56.596 3.625 1.025 13.655 4.8 20.384 9.18 26.186 17.504 2.888 2.79 7.032 2.93 10.198.697 0 0 2.795-1.114 6.43-5.02 2.968-4.52 2.194-8.11-1.384-11.16-10.944-7.952-22.9-13.902-35.38-21.295z" fill-rule="evenodd" fill="#fe0"/>
<path d="M365.247 372.842c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zM343.87 359.17c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zm10.898 6.975c0 2.39-1.94 4.325-4.33 4.325s-4.333-1.936-4.333-4.325 1.94-4.324 4.332-4.324 4.33 1.937 4.33 4.325z" fill-rule="evenodd"/>
<path d="M324.47 363.667c-42.57-24.273-87.31-50.52-129.88-74.796-18.75-11.635-19.683-33.384-7.17-49.875 1.302-2.337 2.836-1.758 3.514-.524 1.463 8.03 5.97 16.325 11.37 21.496 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.767-6.104 12.32-9.55 18.086z" fill-rule="evenodd" fill="#fe0"/>
<path fill-rule="evenodd" fill="#ffec00" d="M297.174 305.457l17.85 15.986-16.01 17.824-17.85-15.986z"/>
<path d="M331.54 348.82L206.58 273.3m109.53 58.093l-42.24-27.28m18.21 42.687l-42.75-24.755" stroke="#000" stroke-width="3.05" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="480" width="640">
<path fill-rule="evenodd" fill="#3a7dce" d="M-85.333 0h682.67v512h-682.67z"/>
<path d="M111.82 240.35c-3.08-6.3-3.08-6.3-3.08-12.596-1.54 0-1.828.296-2.72.048-.89-.245-1.226 5.808-4.113 4.626-.48-.59 2.07-4.968-.698-6.788-.89-.593.216-4.184-.17-5.76 0 0-3.512 1.87-6.16-4.722-1.3-1.723-3.08 1.574-3.08 1.574s.77 2.017-.624 2.51c-1.973-1.477-3.418-.703-5.92-2.732-2.502-2.03.53-4.354-4.235-6.076 3.082-7.873 3.082-6.3 10.78-9.447-4.62-3.15-4.62-3.15-7.698-7.874-4.62-1.574-6.16-3.148-10.78-6.297-6.16-7.874-9.24-23.618-9.24-34.64 3.9-3.69 9.24 12.596 16.94 17.32l10.78 4.723c6.16 3.148 7.7 6.296 12.32 9.446l13.86 4.724c6.16 4.723 9.24 11.022 13.86 12.596 5.005 0 5.97-2.948 7.574-3.13 9.053-.476 13.674-1.668 15.478-4.448 1.828-2.214 6.207 1.28 18.527-3.444l-1.538-6.3s3.272-2.754 7.7-1.573c-.12-2.878-.41-10.553 3.95-14.016-2.648-2.84-.87-4.877-.87-4.877s2.454-2.412 2.742-3.69c-1.298-6.94 1.127-7.046 1.67-9.088.544-2.04-2.094-1.342-1.35-4.156.742-2.814 5.203-3.482 5.8-5.8.6-2.32-1.27-3.482-1.163-4.035.963-2.215.146-7.43 0-9.448 8.278-2.264 10.974-9.152 13.86-6.298 1.54-9.448 3.08-12.596 12.32-12.596 1.3-2.903-3.37-5.364-1.54-6.298 3.08-.394 5.438-.197 9.05 4.576 1.14 1.512 1.346-2.215 2.5-2.608 1.155-.394 3.92-.4 4.33-2.264.435-1.92 1.06-4.428 2.6-7.577 1.3-2.56 2.31.984 3.465 6.003 6.497.246 21.175 1.722 27.334 3.444 4.62 1.23 7.7-1.23 12.126-1.722 3.272 3.346 6.352.836 8.085 7.97 2.446 3.85 6.45.346 7.316 1.477 5.15 14.514 22.86 4.723 24.206 4.97 2.26 0 5.023 6.49 6.803 6.328 2.894-.498 2.075-2.516 4.6-1.704-.673 5.462 4.96 11.76 4.96 15.844 0 0 1.37.69 2.64-.523 1.27-1.21 2.436-4.323 3.566-4.25 2.696.394 3.788.748 6.894 1.303 8.35 2.917 12.603 3.575 15.846 5.07 1.51 2.823 2.97 4.268 6.03 3.74 2.526 1.736.683 4.01 2.175 4.157 3.08-1.575 4.09-3.297 7.17-1.722 3.08 1.574 6.16 4.724 7.7 7.873 0 1.574-1.54 7.872 0 17.32.77 3.148 1.143 5.645 4.45 11.046-.878 5.548 4.164 14.884 4.164 17.246 0 3.148-2.456 4.773-3.996 7.92 6.16 4.725 0 12.597-3.08 17.32 23.1 4.725 12.32 14.172 30.8 9.448-4.62 11.022-2.984 10.137 1.636 21.16-9.24 6.298-.192 8.216-6.35 16.088-.386.493 3.655 6.84 9.334 6.84-1.54 12.596-6.16 7.873-4.62 26.767-12.127-.244-7.22 14.123-15.4 12.597.48 9.005 4.668 9.792 3.08 18.894-6.16 1.576-6.16 1.576-9.24 6.3l-4.62-1.575c-1.54 7.873-4.62 9.447 0 17.32 0 0-5.967.197-7.7 0-.144 2.707 2.648 3.445 3.08 6.298-.24 1.132-8.758 6.1-15.4 6.3-1.73 3.886 4.62 8.02 4.236 9.987-7.22 1.427-10.395 10.48-10.395 10.48s3.705 1.526 3.08 3.15c-1.972-1.477-3.08-1.575-6.16-1.575-1.54.394-5.293-.096-8.892 6.114-3.95 1.33-5.814.85-8.81 4.9-1.327-3.86-3.235.037-5.568 1.534-2.33 1.5-5.47 5.226-5.893 5.067.097-1.082 1.444-5.02 1.444-5.02l-7.7 1.576-.948.097c-.606.06-.444-4.596-1.903-4.427-1.46.17-5.634 5.857-7.057 6.035-1.42.18-1.87-1.808-3.095-1.635-1.224.173-3.61 6-4.478 6.153-.867.155-4.306-3.54-7.253-3.025-15.16 5.463-17.567-10.775-19.924-1.622-3.176-1.722-2.626-.723-5.853.142-2.06.543-2.247-2.783-4.078-2.732-3.664.106-3.47 3.65-5.47 2.59-1.634-7.38-11.5-6.053-12.463-9.2-.782-3.285 4.275-3.27 5.91-5.495 1.25-3.21-1.306-4.43 3.77-7.527 6.613-4.574 2.81-6.3 3.97-9.736 2.074-4.964 2.086-6.175.354-10.554 0 0-5.15-14.17-6.16-14.17-3.08-.886-3.08 5.214-7.604 6.888-9.24 3.148-25.552-7.972-28.392-7.972-2.597.05-14.632 2.914-14.178-3.222-1.8 5.966-8.416 1.402-8.824 1.402-6.16 0-3.802 4.87-7.94 4.674-1.88-.64-20.838-1.77-20.838-1.77v3.148l-12.32-6.3-10.78-3.147c-9.24-3.15-4.62-11.023-20.02-6.3v-9.447h-7.7c3.08-18.895 0-9.447-1.54-26.767l-6.16 1.575c-6.16-8.512 8.566-6.888-4.62-12.595 0 0 .242-9.4-3.08-6.3-.673.395 1.54 4.725 1.54 4.725-12.32-1.574-15.4-4.724-15.4-17.32 0 0 10.155 1.477 9.24 0-1.443-2.36-3.32-17.713-2.983-18.747-.145-2.067 9.432-7.282 7.58-12.253 1.178-.443 4.642-.49 4.642-.49" fill="#fff"/>
<path stroke-linejoin="round" d="M527.55 303.26c-.493 1.108-.405 2.215.104 3.005.914-1.37.142-2.003-.104-3.005z" stroke="#fff" stroke-linecap="round" stroke-width="2.249" fill="none"/>
<path stroke-linejoin="round" d="M131.51 178.94s-2.583-.316-2.003 1.95c.844-1.74 1.95-1.844 2.003-1.95zm.58-5.27c-1.423.053-3.163-.21-2.583 2.055.844-1.74 2.53-1.95 2.583-2.055zm9.72 30.2s2.214-.158 1.634 2.108c-.844-1.74-1.58-2.002-1.634-2.108z" stroke="#fff" stroke-width="2.108" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd">
<path fill="#fff" d="M640 480H0V0h640z"/>
<path fill="#df0000" d="M640 480H0V319.997h640zm0-319.875H0V.122h640z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g stroke-width="1pt">
<path fill="#006" d="M0 0h640v480H0z"/>
<path d="M0 0v27.95L307.037 250h38.647v-27.95L38.647 0H0zm345.684 0v27.95L38.647 250H0v-27.95L307.037 0h38.647z" fill="#fff"/>
<path d="M144.035 0v250h57.614V0h-57.615zM0 83.333v83.333h345.684V83.333H0z" fill="#fff"/>
<path d="M0 100v50h345.684v-50H0zM155.558 0v250h34.568V0h-34.568zM0 250l115.228-83.334h25.765L25.765 250H0zM0 0l115.228 83.333H89.463L0 18.633V0zm204.69 83.333L319.92 0h25.764L230.456 83.333H204.69zM345.685 250l-115.228-83.334h25.765l89.464 64.7V250z" fill="#c00"/>
<path d="M299.762 392.523l-43.653 3.795 6.013 43.406-30.187-31.764-30.186 31.764 6.014-43.406-43.653-3.795 37.68-22.364-24.244-36.495 40.97 15.514 13.42-41.713 13.42 41.712 40.97-15.515-24.242 36.494m224.444 62.372l-10.537-15.854 17.81 6.742 5.824-18.125 5.825 18.126 17.807-6.742-10.537 15.854 16.37 9.718-18.965 1.65 2.616 18.85-13.116-13.793-13.117 13.794 2.616-18.85-18.964-1.65m16.368-291.815l-10.537-15.856 17.81 6.742 5.824-18.122 5.825 18.12 17.807-6.74-10.537 15.855 16.37 9.717-18.965 1.65 2.616 18.85-13.116-13.793-13.117 13.794 2.616-18.85-18.964-1.65m-89.418 104.883l-10.537-15.853 17.808 6.742 5.825-18.125 5.825 18.125 17.808-6.742-10.536 15.853 16.37 9.72-18.965 1.65 2.615 18.85-13.117-13.795-13.117 13.795 2.617-18.85-18.964-1.65m216.212-37.929l-10.558-15.854 17.822 6.742 5.782-18.125 5.854 18.125 17.772-6.742-10.508 15.854 16.362 9.718-18.97 1.65 2.608 18.85-13.118-13.793-13.117 13.793 2.61-18.85-18.936-1.65m-22.251 73.394l-10.367 6.425 2.914-11.84-9.316-7.863 12.165-.896 4.605-11.29 4.606 11.29 12.165.897-9.317 7.863 2.912 11.84" fill-rule="evenodd" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" viewBox="0 0 512 512" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M106.25 0h1133.3v850H106.25z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="translate(-149.33) scale(.6024)">
<path fill="#0053a5" d="M0 0h1300v850H0z"/>
<g fill="#ffce00">
<path d="M400 0h250v850H400z"/>
<path d="M0 300h1300v250H0z"/>
</g>
<g fill="#d21034">
<path d="M475 0h100v850H475z"/>
<path d="M0 375h1300v100H0z"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#3f9c35" d="M.1 0h640v480H.1z"/>
<path fill="#ed2939" d="M.1 0h640v320H.1z"/>
<path fill="#00b9e4" d="M.1 0h640v160H.1z"/>
<circle cx="304" cy="240" r="72" fill="#fff"/>
<circle cx="320" cy="240" r="60" fill="#ed2939"/>
<path d="M384 200l7.654 21.522 20.63-9.806-9.806 20.63L424 240l-21.522 7.654 9.806 20.63-20.63-9.806L384 280l-7.654-21.522-20.63 9.806 9.806-20.63L344 240l21.522-7.654-9.806-20.63 20.63 9.806L384 200z" fill="#fff"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" viewBox="0 0 512 512" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-85.333 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)">
<path fill="#009" d="M-85.333 0h682.67v512h-682.67z"/>
<path d="M-85.333 0l682.67 512V0h-682.67z" fill="#fc0"/>
<path fill="#fff" d="M-21.46 75.087L-45.857 57.36l-24.397 17.727 9.32-28.68-24.398-17.726h30.155L-45.857 0l9.32 28.68h30.154L-30.78 46.407m60.873 65.57L5.696 129.703l9.32-28.68-24.398-17.726h30.155l9.32-28.68 9.32 28.68h30.154L45.17 101.022l9.32 28.68m27.15 54.611l9.318-28.68-24.397-17.726h30.156l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725m60.869 43.665l-24.397-17.725h30.154l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.396-17.725-24.397 17.726m60.871 8.204h30.155l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68m81.707 36.884l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726m115.415 25.94l9.32 28.68h30.154L424.9 374.092l9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155m85.27 25.93l9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155m94.589 54.62h30.155L576.8 483.322l9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155l9.32-28.68"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#00267f" d="M0 0h640v480H0z"/>
<path fill="#ffc726" d="M213.333 0h213.333v480H213.333z"/>
<path id="a" d="M319.77 135.527c-6.933 18.907-14 38.587-29.12 53.654 4.694-1.546 12.907-2.933 18.187-2.8v79.52l-22.453 3.334c-.8-.08-1.067-1.333-1.067-3.04-2.16-24.693-8-45.44-14.72-66.907-.48-2.933-8.987-14.133-2.427-12.16.8.107 9.574 3.68 8.187 1.974-11.947-12.373-29.413-21.28-46.373-23.92-1.494-.373-2.374.374-1.04 2.107 22.506 34.64 41.333 75.52 41.173 124.027 8.747 0 29.947-5.173 38.72-5.173v56.107h11.067l2.533-156.693z"/>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 639.54 0)"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#006a4e" d="M0 0h640v480H0z"/>
<circle cx="280" cy="240" r="160" fill="#f42a41"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path d="M0 0h213.335v479.997H0z"/>
<path fill="#ffd90c" d="M213.335 0H426.67v479.997H213.335z"/>
<path fill="#f31830" d="M426.67 0h213.335v479.997H426.67z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd">
<path fill="#de0000" d="M640.003 479.578H.378V0h639.625z"/>
<path fill="#35a100" d="M639.628 480H.003V240.216h639.625z"/>
<path fill="#fff300" d="M254.612 276.188l-106.066-72.434 131.043.122 40.386-117.322 40.388 117.322 131.043-.087-106.085 72.398 40.59 117.27-105.954-72.573-105.955 72.556"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#de2110" d="M0 319.997h640V480H0z"/>
<path fill="#fff" d="M0 0h640v160.003H0z"/>
<path fill="#319400" d="M0 160.003h640v160.003H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
<path fill="#e10011" d="M-32.5 0h720v480h-720z"/>
<path d="M114.25 479.77L-32.5 480V0l146.06.075 94.242 30.306-93.554 29.542 93.554 30.458-93.554 29.542 93.554 30.458-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-90.533 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(84.875) scale(.9375)">
<path d="M-178 0l428.8 256L-178 512zm857.6 0L250.8 256l428.8 256z" fill="#00cf00"/>
<path d="M-178 0l428.8 256L679.6 0zm0 512l428.8-256 428.8 256z" fill="red"/>
<path d="M679.6 0h-79.902l-777.7 464.3v47.703H-98.1l777.7-464.3z" fill="#fff"/>
<path d="M398.855 256c0 81.767-66.285 148.05-148.052 148.05S102.75 337.768 102.75 256s66.285-148.053 148.053-148.053S398.855 174.232 398.855 256z" fill="#fff"/>
<path d="M-178 0v47.703l777.7 464.3h79.902V464.3L-98.098 0z" fill="#fff"/>
<path stroke="#00de00" stroke-width="3.901" fill="red" d="M279.943 200.164l-19.25.322-9.948 16.442-9.92-16.472-19.22-.41 9.303-16.822-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817zm-64.5 111.62l-19.25.322-9.948 16.442-9.92-16.47-19.22-.41 9.303-16.824-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817zm130.57 0l-19.25.322-9.948 16.442-9.92-16.47-19.22-.41 9.303-16.824-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill="gray" d="M67.64-154h666v666h-666z"/>
</clipPath>
</defs>
<g transform="matrix(.961 0 0 .7207 -65 110.99)" clip-path="url(#a)">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#319400" d="M0-154h333v666H0z"/>
<path fill="#ffd600" d="M333-154h666v333H333z"/>
<path fill="#de2110" d="M333 179h666v333H333z"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v479.997H0z"/>
<path fill="#00267f" d="M0 0h213.33v479.997H0z"/>
<path fill="#f31830" d="M426.663 0h213.33v479.997h-213.33z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" fill="#28ff09">
<g fill-rule="evenodd">
<path fill="#009a00" d="M0 323.1h640V480H0z"/>
<path fill="red" d="M0 0h640v164.063H0z"/>
<path fill="#ff0" d="M0 164.063h640v159.046H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 6.4 4.8">
<path fill="#21468b" d="M0 0h6.4v4.8H0z"/>
<path fill="#fff" d="M0 0h6.4v3.2H0z"/>
<path fill="#ae1c28" d="M0 0h6.4v1.6H0z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-12 0h640v480H-12z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(12)">
<path fill="#fff" d="M968.53 480H-10.45V1.77h978.98z"/>
<path fill="#ffe900" d="M968.53 344.48H-10.45V143.3h978.98z"/>
<path fill="#08ced6" d="M968.53 480H-10.45V320.59h978.98zm0-318.69H-10.45V1.9h978.98z"/>
<path d="M-10.913 0c2.173 0 391.71 236.82 391.71 236.82l-392.8 242.38L-10.916 0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
<path fill="#fff" d="M-28 0h699.74v512H-28z"/>
<path fill="#d72828" d="M-52.992-77.837h218.72v276.26h-218.72zM289.42-.572h380.91v199H289.42zM-27.545 320.01h190.33v190.33h-190.33zM292 322.12h378.34v188.21H292z"/>
<path fill="#003897" d="M196.65-25.447h64.425v535.78H196.65z"/>
<path fill="#003897" d="M-27.545 224.84h697.88v63.444h-697.88z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity="14.118" height="480" width="640" fill="#28ff09">
<g fill-rule="evenodd" fill-opacity="1">
<path fill="#00cbff" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<path fill="#000" d="M0 185.97h640v108.05H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.6v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9376 .9375)">
<path fill="#b20000" d="M0 0h1024v340.11H0z"/>
<path fill="#429f00" d="M0 340.11h1024V512H0z"/>
<path fill="#fff" d="M0 0h113.37v512H0z"/>
<g stroke-width="1pt" fill="#b20000">
<path d="M5.394 8.682h5.398v8.68H5.394zm16.196 0h16.196v8.68H21.59zM26.983 0h5.398v8.68h-5.397zM53.98 0h5.4v8.68h-5.4zm21.59 8.682h16.197v8.68H75.57zM80.98 0h5.398v8.68H80.98z"/>
<path d="M16.196 17.36h10.798v8.68H16.196zm16.196 0H43.19v8.68H32.392zm37.785 0h10.798v8.68H70.177zm16.196 0H97.17v8.68H86.374zm-75.586 8.68h10.798v8.678H10.787zm26.999 0h10.797v8.678H37.786zm26.998 0H75.58v8.678H64.785zm26.983 0h10.797v8.678H91.767zM102.57 8.682h5.397v8.68h-5.398zM5.394 34.718h10.798v8.678H5.394zm37.786 0h10.797v8.678H43.18zm53.995 0h10.798v8.678H97.175zM10.787 60.75h10.798v8.68H10.787zm5.409 8.68h10.798v8.677H16.196zm21.59-8.68h10.797v8.68H37.786zm-5.394 8.68H43.19v8.677H32.392zM21.59 78.107h16.196v8.678H21.59z"/>
<path d="M26.983 86.784h5.398v8.68h-5.397zm37.801-26.032H75.58v8.678H64.785zm5.393 8.678h10.798v8.677H70.177zm21.59-8.68h10.797v8.68H91.767zm-5.394 8.68H97.17v8.677H86.374zM75.57 78.107h16.197v8.678H75.57z"/>
<path d="M80.98 86.784h5.398v8.68H80.98zm-27-8.677h5.4v8.678h-5.4zm-53.98 0h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zm-80.98 43.39h5.398v8.678h-5.397z"/>
<path d="M21.59 130.174h16.196v8.678H21.59zm-5.394 8.678H43.19v8.678H16.196zm64.784-17.355h5.398v8.678H80.98z"/>
<path d="M75.57 130.174h16.197v8.678H75.57zm-5.393 8.678H97.17v8.678H70.178zm5.393 43.39h26.994v8.678H75.57zM64.784 147.53h37.79v8.68h-37.79zm-53.997 0h37.79v8.68h-37.79zm5.409 43.39h16.196v8.678H16.196zm-5.409-8.678H37.78v8.678H10.788zm75.586-17.356h26.994v8.678H86.373zM80.98 190.92h16.195v8.678H80.98z"/>
<path d="M21.59 199.597h5.398v8.68H21.59zm64.783 0h5.398v8.68h-5.397zM0 164.886h26.994v8.678H0zm48.588 17.356h16.196v8.678H48.588zm5.392 8.678h5.4v8.678h-5.4zm-16.194-26.034h37.79v8.678h-37.79zM59.375 34.718h10.798v8.678H59.375z"/>
<path d="M48.588 43.395h16.196v8.678H48.588z"/>
<path d="M43.18 52.073h10.797v8.68H43.18zm16.195 0h10.798v8.68H59.375zM0 43.395h10.798v8.678H0z"/>
<path d="M5.394 52.073h10.798v8.68H5.394zm97.176-8.678h10.797v8.678H102.57zM97.175 52.073h10.798v8.68H97.175zM0 130.174h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zm-59.375 69.423h16.196v8.68H48.588z"/>
<path d="M43.18 208.276h10.797v8.678H43.18zm16.195 0h10.798v8.678H59.375zm-21.589 8.678h10.797v8.678H37.786zm26.998 0H75.58v8.678H64.785z"/>
<path d="M32.392 225.63H43.19v8.68H32.392zm37.785 0h10.798v8.68H70.177zm-43.194 8.68H37.78v8.678H26.984zm48.587 0h10.8v8.678h-10.8z"/>
<path d="M16.196 242.987h16.196v8.678H16.196zm64.784 0h16.195v8.678H80.98z"/>
<path d="M91.767 234.31h10.797v8.678H91.767zm5.408-8.68h10.798v8.68H97.175z"/>
<path d="M102.57 216.954h10.797v8.678H102.57zM10.787 234.31h10.798v8.678H10.787zm-5.393-8.68h10.798v8.68H5.394z"/>
<path d="M0 216.954h10.798v8.678H0zm21.59 34.711h5.398v8.678H21.59zm64.783 0h5.398v8.678h-5.397zM53.98 225.63h5.4v8.68h-5.4zm-16.194 26.035h5.398v8.678h-5.398zm32.391 0h5.398v8.678h-5.398zm-16.197 0h5.4v8.678h-5.4zm-53.98 0h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zM53.98 130.174h5.4v8.678h-5.4zM26.983 43.395h5.398v8.678h-5.397zm53.997 0h5.398v8.678H80.98zM48.588 104.14h16.196v8.68H48.588z"/>
<path d="M37.786 112.818H53.98v8.68H37.787z"/>
<path d="M43.18 121.497h5.397v8.678H43.18zM32.392 104.14H43.19v8.68H32.392z"/>
<path d="M37.786 95.463H53.98v8.678H37.787z"/>
<path d="M43.18 86.784h5.397v8.68H43.18zm16.195 8.679H75.57v8.678H59.376z"/>
<path d="M64.784 86.784h5.398v8.68h-5.398zm5.393 17.356h10.798v8.68H70.177z"/>
<path d="M59.375 112.818H75.57v8.68H59.376z"/>
<path d="M64.784 121.497h5.398v8.678h-5.398zm21.589-17.357H97.17v8.68H86.374z"/>
<path d="M91.767 95.463h16.196v8.678H91.767z"/>
<path d="M102.57 104.14h10.797v8.68H102.57z"/>
<path d="M91.767 112.818h16.196v8.68H91.767z"/>
<path d="M97.175 121.497h5.4v8.678h-5.4zm0-34.713h5.4v8.68h-5.4zM0 104.14h10.798v8.68H0z"/>
<path d="M5.394 95.463H21.59v8.678H5.394z"/>
<path d="M16.196 104.14h10.798v8.68H16.196z"/>
<path d="M5.394 112.818H21.59v8.68H5.394z"/>
<path d="M10.787 121.497h5.398v8.678h-5.398zm0-34.713h5.398v8.68h-5.398zm-5.393 69.424h21.594v8.678H5.394zm26.998 0h21.594v8.678H32.392zm26.983 0H80.97v8.678H59.374zm26.998 0h21.594v8.678H86.373zM43.18 173.563h26.993v8.68H43.18zm-37.786 0h26.993v8.68H5.394zm75.586 0h26.993v8.68H80.98zm26.983 34.713h5.398v8.678h-5.397zM0 208.276h5.398v8.678H0zm5.394 295.051h5.398v-8.678H5.394zm16.196 0h16.196v-8.678H21.59z"/>
<path d="M26.983 511.997h5.398v-8.678h-5.397zm26.997 0h5.4v-8.678h-5.4zm21.59-8.67h16.197v-8.678H75.57z"/>
<path d="M80.98 511.997h5.398v-8.678H80.98zm-64.784-17.352h10.798v-8.678H16.196zm16.196 0H43.19v-8.678H32.392zm37.785 0h10.798v-8.678H70.177zm16.196 0H97.17v-8.678H86.374zm-48.587-8.682h10.797v-8.678H37.786zm26.998 0H75.58v-8.678H64.785zm26.983 0h10.797v-8.678H91.767zm10.803 17.364h5.397v-8.678h-5.398zM5.394 477.293h10.798v-8.678H5.394z"/>
<path d="M43.18 477.293h10.797v-8.678H43.18zm53.995 0h10.798v-8.678H97.175zM10.787 451.26h10.798v-8.68H10.787zm5.409-8.683h10.798V433.9H16.196zm21.59 8.683h10.797v-8.68H37.786zm-5.394-8.683H43.19V433.9H32.392zm-10.802-8.682h16.196v-8.678H21.59z"/>
<path d="M26.983 425.225h5.398v-8.678h-5.397zm37.801 26.035H75.58v-8.68H64.785zm5.393-8.683h10.798V433.9H70.177zm21.59 8.683h10.797v-8.68H91.767zm-5.394-8.683H97.17V433.9H86.374zm-10.803-8.682h16.197v-8.678H75.57z"/>
<path d="M80.98 425.225h5.398v-8.678H80.98zm-27 8.67h5.4v-8.678h-5.4zm-53.98 0h5.398v-8.678H0zm107.963 0h5.398v-8.678h-5.397zm-80.98-43.385h5.398v-8.68h-5.397z"/>
<path d="M21.59 381.84h16.196v-8.68H21.59zm-5.394-8.682H43.19v-8.68H16.196zM80.98 390.51h5.398v-8.68H80.98z"/>
<path d="M75.57 381.84h16.197v-8.68H75.57zm-5.393-8.682H97.17v-8.68H70.178zm5.393-43.386h26.994v-8.68H75.57zm-10.786 34.703h37.79v-8.678h-37.79zm-53.997 0h37.79v-8.678h-37.79zm5.409-43.385h16.196v-8.682H16.196zm-5.409 8.682H37.78v-8.68H10.788zm75.586 17.352h26.994v-8.68H86.373zM80.98 321.09h16.195v-8.68H80.98zM0 347.124h26.994v-8.68H0zm48.588-17.352h16.196v-8.68H48.588zm5.392-8.682h5.4v-8.68h-5.4zm-16.194 26.034h37.79v-8.68h-37.79zm21.589 130.169h10.798v-8.678H59.375zm-10.787-8.683h16.196v-8.677H48.588zm-5.408-8.68h10.797v-8.68H43.18zm16.195 0h10.798v-8.68H59.375zM0 468.61h10.798v-8.677H0zm5.394-8.68h10.798v-8.68H5.394zm97.176 8.68h10.797v-8.677H102.57zm-5.395-8.68h10.798v-8.68H97.175zM0 381.84h5.398v-8.68H0zm107.963 0h5.398v-8.68h-5.397zM43.18 303.738h10.797v-8.68H43.18zm16.195 0h10.798v-8.68H59.375zm-21.589-8.682h10.797v-8.68H37.786zm26.998 0H75.58v-8.68H64.785zm-32.392-8.682H43.19v-8.68H32.392zm37.785 0h10.798v-8.68H70.177z"/>
<path d="M26.983 277.704H37.78v-8.68H26.984zm48.587 0h10.8v-8.68h-10.8zm-59.374-8.682h16.196v-8.68H16.196zm64.784 0h16.195v-8.68H80.98zm10.787 8.682h10.797v-8.68H91.767z"/>
<path d="M97.175 286.374h10.798v-8.68H97.175zm5.395 8.682h10.797v-8.68H102.57zm-91.783-17.352h10.798v-8.68H10.787z"/>
<path d="M5.394 286.374h10.798v-8.68H5.394zM0 295.056h10.798v-8.68H0zm21.59-34.713h5.398v-8.678H21.59zm32.39 26.031h5.4v-8.68h-5.4zm0 95.466h5.4v-8.68h-5.4zm-26.997 86.77h5.398v-8.677h-5.397zm53.997 0h5.398v-8.677H80.98zm-32.392-60.737h16.196v-8.678H48.588zm-10.802-8.683H53.98v-8.677H37.787zm5.394-8.68h5.397v-8.68H43.18zm-10.788 17.363H43.19v-8.678H32.392z"/>
<path d="M37.786 416.543H53.98v-8.678H37.787zm5.394 8.682h5.397v-8.678H43.18zm16.195-8.682H75.57v-8.678H59.376zm5.409 8.682h5.398v-8.678h-5.398z"/>
<path d="M70.177 407.873h10.798v-8.678H70.177zm-10.802-8.683H75.57v-8.677H59.376zm5.409-8.68h5.398v-8.68h-5.398zm21.589 17.363H97.17v-8.678H86.374z"/>
<path d="M91.767 416.543h16.196v-8.678H91.767z"/>
<path d="M102.57 407.873h10.797v-8.678H102.57zm-10.803-8.683h16.196v-8.677H91.767zm5.408-8.68h5.4v-8.68h-5.4zm0 34.715h5.4v-8.678h-5.4zM0 407.873h10.798v-8.678H0z"/>
<path d="M5.394 416.543H21.59v-8.678H5.394z"/>
<path d="M16.196 407.873h10.798v-8.678H16.196zM5.394 399.19H21.59v-8.677H5.394zm5.393-8.68h5.398v-8.68h-5.398zm0 34.715h5.398v-8.678h-5.398zm-5.393-69.419h21.594v-8.68H5.394zm26.998 0h21.594v-8.68H32.392zm26.983 0H80.97v-8.68H59.374zm26.998 0h21.594v-8.68H86.373zM43.18 338.442h26.993v-8.68H43.18zm-37.786 0h26.993v-8.68H5.394zm75.586 0h26.993v-8.68H80.98zm26.983-34.704h5.398v-8.68h-5.397zM0 303.738h5.398v-8.68H0zm48.588-43.395h5.398v8.68h-5.398zm10.787 0h5.398v8.68h-5.398zm0-17.356h5.398v8.678h-5.398zm-10.787 0h5.398v8.678h-5.398zM10.787 477.293h10.798v8.68H10.787zm75.586-164.885h5.398v-8.68h-5.397zm-64.783 0h5.398v-8.68H21.59zm26.995-8.674H64.78v8.677H48.585z"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity="14.118" height="480" width="640" fill="#28ff09">
<defs>
<clipPath id="a">
<path fill-opacity=".67" fill="#000" d="M-79.06 0h682.67v512H-79.06z"/>
</clipPath>
</defs>
<g fill-opacity="1" clip-path="url(#a)" transform="translate(74.118) scale(.9375)">
<path fill="#fff" d="M81.137 0h362.276v512H81.137z"/>
<path fill="#bf0a30" d="M-100 0H81.138v512H-100zm543.413 0H624.55v512H443.414zM135.31 247.41l-14.067 4.808 65.456 57.446c4.95 14.764-1.72 19.116-5.97 26.86l71.06-9.02-1.85 71.512 14.718-.423-3.21-70.918 71.13 8.432c-4.402-9.297-8.32-14.233-4.247-29.098l65.414-54.426-11.447-4.144c-9.36-7.222 4.044-34.784 6.066-52.178 0 0-38.195 13.135-40.698 6.262l-9.727-18.685-34.747 38.17c-3.796.91-5.413-.6-6.304-3.808l16.053-79.766-25.42 14.297c-2.128.91-4.256.125-5.658-2.355l-24.45-49.06-25.21 50.95c-1.9 1.826-3.803 2.037-5.382.796l-24.204-13.578 14.53 79.143c-1.156 3.14-3.924 4.025-7.18 2.324l-33.216-37.737c-4.345 6.962-7.29 18.336-13.033 20.885-5.744 2.387-24.98-4.823-37.873-7.637 4.404 15.895 18.176 42.302 9.46 50.957z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" version="1">
<defs>
<path d="M0-360l69.42 215.845 212.04-80.3L155.987-35.604l194.986 115.71-225.88 19.65 31.104 224.592L0 160l-156.198 164.35 31.105-224.592-225.88-19.65 194.985-115.71-125.47-188.854 212.037 80.3z" id="a"/>
<path d="M0-210L54.86-75.508l144.862 10.614L88.765 28.842l34.67 141.052L0 93.334l-123.435 76.56 34.67-141.052-110.957-93.736L-54.86-75.508z" id="b"/>
</defs>
<path fill="green" d="M0 0h640v480H0z"/>
<circle cx="320" cy="240" r="66.667" fill="#ffe000"/>
<circle cx="340.787" cy="240" r="54.857" fill="green"/>
<circle cx="109.841" cy="173.333" r="69.841" fill="#ffe000"/>
<path d="M105.022 225.994h17.44s.787-1.6-.176-2.398c-.963-.8-4.713-.975-3.7-3.803 2.083-5.813 2.374-4.02 3.682-17.827 1.308-13.806 1.937-35.46 1.937-35.46h-2.52s.486 6.734-.967 15.502c-1.454 8.77-1.89 9.543-3.488 16.277-1.6 6.733-1.84 7.314-3.294 11.238-1.453 3.924-1.6 4.118-3.876 7.75-2.276 3.634-1.453 2.277-2.712 4.457-.63 1.09-1.405.8-1.83 1.593-.423.793-.496 2.67-.496 2.67z" fill="#802000" stroke="#7b3100" stroke-width="1.481"/>
<path d="M118.33 122.45c.145 2.71-.127 6.295-1.25 9.213-1.138 3.252-2.376 6.494-2.315 9.86-1.81.617-3.674-3.915-5.416-1.25 1.308 3.685 4.33 6.6 6.403 9.92.35 1.03 3.33 3.716 1.605 4.34-4.353-1.49-5.407-7.003-8.107-10.352-3.134-5.634-8.98-9.617-15.49-9.892-2.447.064-10.4-.607-8.33 3.582 3.047 2.072 6.802 3.423 9.81 5.748 2.243.21 6.306 3.952 6.07 5.367-3.944-1.597-5.79-3.512-10.037-5.19-5.757-2.225-13.72-.887-16.905 4.825-.594 1.488-1.47 5.824.397 6.238 2.183-3.41 5.306-7.22 9.933-6.197 3.635.285-4.055 6.772-1.114 5.466.932-.413 3.085-1.826 4.578-1.974 1.493-.147 2.327.97 3.46 1.125 2.266.31 2.89 1.26 2.68 1.812-.248.65-.968.094-3.27.825-1.153.365-1.754 1.377-3.098 1.84-1.343.464-4.138.496-5.182.086-3.654-1.586-9.644-1.31-10.783 3.268-.002 2.014-1.794-.222-2.622.648-.62 2.197-.78 4.453-4.04 4.253-1.978 2.074-4.004 4.223-6.515 5.7 1.474 3.383 7.314-3.398 7.04-.54-2.552 3.482 1.314 4.215 3.007 1.535 2.863-3.025 6.408-6.706 10.68-3.658 2.035 1.915 3.217-1.013 4.69-.856.927 2.38 2.095.118 3.148-.555 1.723-.214 1.238 2.153 3.287.695 4.082-2.702 9.104-.432 13.092-3.06 4.244-1.934.596 1.557-.576 2.922-1.864 3.617-.247 8.366-4.292 10.612-1.625 4.31 1.92 9.994-1.696 13.183-.525 2 4.65 1.77 6.103 2.593 2.545.1-.11-5.826 2.416-6.62 3.388 2.096 3.23-3.75 2.53-5.553.328-4.098.56-8.58 2.596-12.292 2.165-4.55 4.17 1.853 1.746 3.655-1.377 4.183-3.38 9.42-.25 13.31.902.202 1.643 2.39 2.81 3.06 1.17.673 2.765-.17 3.056-2.16 1.498-5.99.743-12.434 2.883-18.26 1.512-1.806 3.595-.292 4.532 1.368 3 3.48 5.107 7.833 8.737 10.702 3.305 1.547 6.228 3.886 7.75 7.29-.02 2.625 7.46 3.027 5.224.11-2.144-2.842-.73-5.684 1.442-7.573 1.163.287.82-1.796-.092-.972-1.46-.345-1.554-3.017.476-1.747 3.418 1.104-.267-2.474-1.502-2.583-2.89-1.792-6.21-3.853-7.632-6.967 3.762.04 7.668 2.068 11.512.81 3.082-1.584 6.208.13 7.284 2.848 2.382-.38 1.367-2.77 0-3.565 1.743-.718 2.948-2.21.835-3.524-1.116-1.456 1.496-3.94-1.714-3.836.104-2.453-.86-4.697-3.534-5.544-2.68-2.268-10.538 3.34-10.31-1.77-.792-2.783 3.192-.373 4.306-1.76 1.15-2.933-5.482-2.647-3.294-4.92 1.43-.92 8.137-2.243 2.877-3.227-2.626.72-4.88.186-6.945-1.113-1.883 3.15-7.26-1.71-6.302 3.89-.736 2.108-5.54 7.59-6.842 3.39 1.107-3.29 6.8-4.368 5.035-8.806-.27-2.77-2.568.483-3.65.276-.548-1.724 1.658-3.757 3.195-4.166 3.05 2.346 3.142-2.96 6.043-2.528 2.118-.47-.684-1.38-1.275-1.778.58-1.55 3.832-2.342.644-3.688-2.813-2.087-4.898 2.077-7.218 2.3-2.227-2.515 2.022-3.723 3.194-5.047.063-.988-2.477-.3-1.713-1.158.664-1.187 5.162-1.275 3.056-3.056-3.17-1.09-7.265-.818-10.31.593-1.916.62-2.48 4.956-4.134 4.776-.777-1.93.253-5.738-2.407-6.296zm15 42.362c2.417-.41.05 3.67-1.11 3.61.102-1.465-3.497-1.324-1.264-2.6a7.277 7.277 0 0 1 2.374-1.01z" fill="green"/>
<g transform="translate(0 80) scale(.0635)" fill="#ffe000">
<use height="100%" width="100%" xlink:href="#a" x="7560" y="4200"/>
<use height="100%" width="100%" xlink:href="#a" x="6300" y="2205"/>
<use height="100%" width="100%" xlink:href="#a" x="7560" y="840"/>
<use height="100%" width="100%" xlink:href="#a" x="8680" y="1869"/>
<use height="100%" width="100%" xlink:href="#b" x="8064" y="2730"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill="#007fff" d="M0 0h640v480H0z"/>
<path d="M28.8 96H96l20.8-67.2L137.6 96h67.2l-54.4 41.6 20.8 67.2-54.4-41.6-54.4 41.6 20.8-67.2L28.8 96zM600 0L0 360v120h40l600-360V0h-40" fill="#f7d618"/>
<path d="M640 0L0 384v96L640 96V0" fill="#ce1021"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-12.355 32h640v480h-640z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(12.355 -32)">
<path fill="#00f" d="M-52 32h719.29v118.94H-52z"/>
<path fill="#ff0" d="M-52 391.65h719.29V512H-52z"/>
<path fill="#009a00" d="M-52 271.3h719.29v120.35H-52z"/>
<path fill="#fff" d="M-52 150.94h719.29v120.35H-52z"/>
<path fill="red" d="M247.7 32.474h119.88v479.53H247.7z"/>
<path fill="#ff0" d="M99.253 137.653L67.837 115.93l-31.314 21.937 10.87-36.717-30.457-23.118 38.14-.968 12.49-36.22 12.702 36.113 38.173.732-30.284 23.288"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-79.458 32h640v480h-640z"/>
</clipPath>
</defs>
<g stroke-width="1pt" fill-rule="evenodd" clip-path="url(#a)" transform="translate(79.458 -32)">
<path fill="#ff0" d="M-119.46 32h720v480h-720z"/>
<path d="M-119.46 32v480l480-480h-480z" fill="#00ca00"/>
<path d="M120.54 512h480V32l-480 480z" fill="red"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#d52b1e" d="M0 0h640v480H0z"/>
<g fill="#fff">
<path d="M170 194.997h299.996v89.997H170z"/>
<path d="M275 89.997h89.996v299.996H275z"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity="14.118" height="480" width="640" fill="#28ff09">
<g fill-rule="evenodd" fill-opacity="1">
<path fill="#00cd00" d="M426.83 0H640v480H426.83z"/>
<path fill="#ff9a00" d="M0 0h212.88v480H0z"/>
<path fill="#fff" d="M212.88 0h213.95v480H212.88z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill="#006" d="M0 0h640v480H0z"/>
<g stroke-width="1pt">
<path d="M0 0v24.81l319.75 197.106H360v-24.81L40.25 0H.002zm360.004 0v24.81L40.246 221.917H0v-24.814L319.75-.003H360z" fill="#fff"/>
<path d="M150.003 0v221.92h60V0h-60zM0 73.973v73.973h360.004V73.973H0z" fill="#fff"/>
<path d="M0 88.766v44.384h360.004V88.766H0zM162.003 0v221.92h36V0h-36zM0 221.92l120.004-73.974h26.833l-120.004 73.97H-.003zM0 0l120.004 73.973H93.17L.004 16.54V0zm213.172 73.973L333.168 0H360L239.998 73.973h-26.833zm146.832 147.95L240 147.948h26.833L360 205.38v16.542z" fill="#c00"/>
</g>
<path d="M471.6 213l5.2-16.668-14.013-10.647 17.655-.224 5.883-16.437 5.708 16.527 17.657.484-14.128 10.438 5.028 16.744-14.44-10.078m27.05 13.135l10.408-13.934-9.68-14.798 16.706 5.795 10.977-13.484-.086 17.512 16.474 6.463-16.76 5.026-.8 17.485-10.272-14.408m-98.397 14.976l-.693-17.47-16.746-5.183 16.53-6.296.027-17.487 10.905 13.578 16.77-5.63-9.793 14.685 10.336 14.016-16.956-4.503m-39.69 40.867l-7.332-15.822-17.415 1.824 12.818-12.317-6.675-16.123 15.25 8.21 13.292-11.798-3.394 17.39 14.894 8.84-17.348 2.535m-17.474 55.583l-13.31-11.106-14.964 9.22 6.375-16.7-12.845-11.664 17.247.787 7.023-16.44 4.283 17.19 17.19 1.508-14.6 9.836m3.275 60.417l-16.568-4.817-10.11 14.498-.703-17.895-16.36-5.516 16.13-6.24-.004-17.916 10.672 14.04 16.364-5.554-9.538 14.917m29.527 50.852l-17.074 2.394-3.463 17.41-7.78-16.078-17.162 1.67 12.265-12.328-7.15-16.382 15.36 8.46 12.748-11.796-2.772 17.556m45.038 37.956l-15.208 8.226 2.676 17.55-12.775-12.362-15.537 7.577 7.314-15.863-12.288-12.87 17.295 2.56 7.95-15.535 3.374 17.447m53.832 8.963l-8.3 15.322 11.7 13.21-17.36-3.266-8.924 14.962-2.428-17.338-17.226-3.962 15.86-7.448-1.716-17.417 12.23 12.738m57.333-13.123l-.517 17.475 16.345 6.365-16.924 5.103-1.237 17.442-9.94-14.32-17.116 4.423 10.783-13.952-9.342-14.716 16.604 5.698m54.4-203.218l11.944 12.604 15.92-7.39-8.25 15.835 11.418 13.102-17.04-2.82-8.864 15.496-2.28-17.577-16.9-3.53 15.632-8.043m34.244 21.104l5.42 16.595 17.507.293-14.174 10.68 4.734 16.815-14.176-9.994-14.585 10.107 5.412-16.857-13.75-10.576 17.524-.422m19.513 33.206l-2.006 17.364 15.742 7.775-17.296 3.598-2.72 17.27-8.68-15.14-17.43 2.904L587.82 319.2l-8.05-15.48 16.054 7.133m2.931 39.795l-7.767 15.607 12.148 12.79-17.462-2.652-8.406 15.268-3.02-17.24-17.353-3.35 15.596-8.006-2.314-17.345 12.66 12.296m-9.834 39.108l-14.675 9.17 3.747 17.348-13.508-11.534-15.043 8.542 6.328-16.293-13.053-12.072 17.417 1.465 6.983-16.006 4.437 17.2" fill-rule="evenodd" fill="#fff"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9375)" fill-opacity=".996">
<path fill="#fff" d="M255.99 0H768v256H255.99z"/>
<path fill="#0039a6" d="M0 0h256v256H0z"/>
<path d="M167.82 191.71l-39.653-29.737-39.458 30.03 14.674-48.8-39.386-30.133 48.728-.42L127.84 64l15.437 48.537 48.728.064-39.184 30.418 15 48.69z" fill="#fff"/>
<path fill="#d52b1e" d="M0 256h768v256H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#007a5e" d="M0 0h213.333v480H0z"/>
<path fill="#ce1126" d="M213.333 0h213.333v480H213.333z"/>
<path fill="#fcd116" d="M426.667 0H640v480H426.667z"/>
<g transform="translate(320 240) scale(7.1111)" fill="#fcd116">
<g id="b">
<path id="a" d="M0-8L-2.472-.392 1.332.845z"/>
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
</g>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="640" height="480" viewBox="-5 -5 12.8 9.6">
<title>
Flag of the People&apos;s Republic of China
</title>
<defs>
<path id="b" fill="#ffde00" d="M-.588.81L0-1 .588.81-.952-.31H.952z"/>
<clipPath id="a">
<path d="M-5-15.4h26.667v20H-5z"/>
</clipPath>
</defs>
<g transform="matrix(.48 0 0 .48 -2.6 2.39)" clip-path="url(#a)">
<path fill="#de2910" d="M-5-15.4h30v20H-5z"/>
<use height="20" width="30" transform="matrix(3 0 0 3 0 -10.4)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-120.93 -1.29 -8.12)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-98.11 -1.45 -8.74)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-74.04 -2.07 -8.84)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-51.32 -4.16 -8.4)" xlink:href="#b"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#ffe800" d="M0 0h640v480H0z"/>
<path fill="#00148e" d="M0 240h640v240H0z"/>
<path fill="#da0010" d="M0 360h640v120H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#0000b4" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 75.428h640v322.285H0z"/>
<path fill="#d90000" d="M0 157.716h640V315.43H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-32 0h682.67v512H-32z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(30) scale(.94)">
<path fill="#0050f0" d="M-32 0h768v512H-32z"/>
<path fill="#fff" d="M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z"/>
<path d="M-32 0l440.69 255.67L-32 511.01V0z" fill="#ed0000"/>
<path d="M161.75 325.47l-47.447-35.432-47.214 35.78 17.56-58.144-47.13-35.904 58.306-.5 18.084-57.97 18.472 57.836 58.305.077-46.886 36.243 17.948 58.016z" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<desc>
The United States of America flag, produced by Daniel McRae
</desc>
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-123.43 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(115.72) scale(.94)">
<path fill="#fff" d="M-123.43 233.05H723.1v205.97h-846.53z"/>
<path fill="#081873" d="M-122.76 0h845.95v256.64h-845.95zm.24 385.87H729.6V512h-852.12z"/>
<path fill="#de3929" d="M-122.52 302.55h845.95v39.65h-845.95z"/>
<path fill="#ffce08" d="M130.92 399.168l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m192.64-169.138l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M88.27 335.448l6.65 20.468h21.523l-17.412 12.65 6.652 20.47-17.41-12.65-17.412 12.65 6.65-20.47-17.41-12.65h21.52m235.289-26.458l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-40.44-161.748l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.43-45.218l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.44 2.892l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65H121m-34.816 43.242l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M198.74 420.408l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m82.17-41.708l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="b" d="M0-1l.225.69H.95L.364.12l.225.69L0 .383-.588.81l.225-.692L-.95-.31h.725z"/>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="scale(.94)">
<path fill="#002b7f" d="M0 0h768v512H0z"/>
<path fill="#f9e814" d="M0 320h768v64H0z"/>
<use xlink:href="#b" transform="scale(42.67)" height="9000" width="13500" y="2" x="2" fill="#fff"/>
<use xlink:href="#b" transform="scale(56.9)" height="9000" width="13500" y="3" x="3" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#0021ad" d="M0 0h640v480H0z"/>
<path d="M0 0h640v480z" fill="#1c8a42"/>
<circle cx="320" cy="240" r="57.805" fill="#ffc639"/>
<path d="M284.698 214.035c3.954 5.425 9.946 14.52 14.766 12.147 3.76.013 5.702.277 6.212 2.78 8.87 1.51 23.778-2.232 33.054-14.314 0 0 .78.103.51-4.49.05-2 2.735-1.6 2.8-.948.373.993.31 1.735.812 1.76 1.142-.38 2.703-2.94 4.012-4.566.355-.716.162-1.47.245-2.374.69-1.697 2.412-1.33 2.773-.44.33.575.336 1.014.658 1.588 1.75 1.168 4.904.077 5.15.077.31-1.425 1.225-1.29 1.225-1.29 1.167-.258.71-.155 1.477.245-.677 7.684 1.51 8.025 1.33 11.966.076 4.4-1.33 5.65-1.33 7.328.445 2.052 6.934 2.123 4.65 3.858-2.005 1.07.007 3.077-3.012 3.858-8.786 4.457-10.47 8.283-10.47 8.283s-2.206 4.167-2.45 4.167c-1.472 2.78-3.336 1.264-4.374 2.62-.516 1.702-1.097 5.476-.065 7.437.517 2.696-.063 4.167-.708 6.863-.58 5.625-2.813 6.477-3.07 8.45-1.033 2.11.218 12.02-.762 12.02-6.54.128-11.554-1.253-14.14-1.77 2.522-10.87 1.54-20.415 1.54-21.396-.644-7.773-11.642-5.883-13.326-6.915-1.393-.298-2.27-1.433-2.76-1.923-1.556-.168-2.136-.523-3.69-.684-.775.387-.31.787-2.04 1.322-4.386.53-6.32-3.825-6.32-3.825.212-1.464-9.864.297-15.34-.974-2.246 1.25-3.227 4.954-5.065 5.393-.053 1.147-3.027-.943-3.626-2.072-.123-3.283 2.864-4.735 2.864-4.735 2.374-1.67 3.78-1.942 4.922-3.096.574-2.858.283-4.974 1.503-7.122 1.032-1.64 2.554-.87 3.586-1.606 1.11-.737 1.58-5.55.554-6.865 0 0-4.438-4.006-4.683-4.25-1.444-4.142 1.69-6.813 2.588-6.51z" fill="#1c8a42"/>
<path d="M561.875 142.435c-2.62-10.364-26.06-32.685-43.678-46.89-4.206-2.865-6.947-1.158-6.4 2.927 2.194 3.66 3.84 7.68 6.032 11.34.612 2.437 1.767 4.144 2.38 6.582 0 0 .18 4.206.548 4.572 5.483 6.037 6.22 11.156 6.22 11.156 3.166 6.097 5.972 10.546 11.52 15.546 6.22 3.903 1.645 16.03 1.826 22.494 0 4.083-2.923 3.6-5.484 3.11-20.178-18.534-40.175-18.592-57.792-23.96-6.89-.728-7.012 2.562-4.754 4.387 12.314 13.172 23.893 22.132 39.136 29.628l7.683 4.76c2.923 2.44 5.85 4.877 8.773 7.316 6.767 4.386 7.322 8.41 7.322 8.773.18 8.23-4.212 14.63-5.49 17.19-2.31 8.728-6.947 10.245-6.947 10.245-37.678 25.422-57.43 32.002-118.514 24.138-.916-.483-6.767.49 0 2.93 15.546 5.18 53.735 13.488 90.682-4.007 8.87-6.218 14.804-4.18 21.23-7.902 10.553-6.508 25.622-14.61 28.363-15.52 8.232-4.393 31.275-9.328 36.584-13.72 6.09-.49 12.41-1.29 12.837-6.53 2-1.295 4.93-.347 7.103-4.617 4.832-.84 4.02-2.568 4.02-2.568-1.22-3.412-5.736-4.82-8.96-7.315-4.762-1.587-8.052-2.077-11.53-.368-1.096.49-2.192.974-3.29 1.465 0 0-5.12-.736-5.12-1.097-11.38-.626-10.27-38.337-14.296-54.066z" fill="#ffc639"/>
<path d="M588.563 204.166a2.818 1.76 15.947 1 1-5.373-1.687 2.818 1.76 15.947 0 1 5.373 1.686z" fill="#1c8a42"/>
<g transform="matrix(.64 0 0 .64 0 80)" fill="#fff">
<path id="a" d="M188.16 190.94l-12.75-11.936-12.905 11.77 1.383-17.405-17.25-2.754 14.476-9.774-8.606-15.197 16.668 5.22 6.518-16.205 6.31 16.287 16.734-5.007-8.8 15.086 14.348 9.96-17.283 2.53 1.158 17.424z"/>
<path d="M233.39 335.53l-13.752-9.167-13.39 9.664 4.71-15.568-13.58-9.416 16.666-.446 4.988-15.496 5.595 15.3 16.667-.156-13.21 9.902 5.307 15.382z"/>
<use height="100%" width="100%" xlink:href="#a" x="2.522" y="269.061"/>
<use height="100%" width="100%" xlink:href="#a" x="-112.066" y="123.223"/>
<use height="100%" width="100%" xlink:href="#a" x="108.427" y="85.027"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path id="a" d="M307.84 398.6a.815.815 0 0 1-.278-.196l-.1-.094c-.26-.237-.688-.657-1.265-1.314-1.066-1.21-2.495-2.982-3.752-4.548-2.492-3.106-4.55-5.782-4.94-6.286l-.634-.826-6.212-1.916-4.537-2.115 2.425-2.725 8.326 3.565 6.215 1.275 11.49 8.45-.01.008c-.022.02-1.67 1.39-3.308 2.88-.73.663-1.65 1.516-2.3 2.226-.3.326-.565.65-.745.912-.11.16-.172.306-.202.377l.714-.444.773.6-1.574.147-.072.016zm-42.672-12.816c-5.422 0-10.777-1.5-15.916-4.454l-.006-.003.002-.006s.672-1.28 2.302-2.475c1.553-1.14 4.354-2.503 8.88-2.52h.094c5.36 0 11.92 1.822 19.498 5.416-.256.17-6.204 4.045-14.852 4.045l.008.008zm-23.496-5.208c-1.002 0-1.903-.38-2.536-1.066-.52-.565-.89-1.317-1.138-2.303-.403-1.614-.292-3.22-.28-3.373a3.48 3.48 0 0 1 1.25-.284l.09-.002c2.008 0 3.59 1.743 4.27 3.47.384.982.458 1.807.218 2.454-.24.648-.992 1.096-1.872 1.096zm41.344-4.792c-13.887-1.983-19.774-7.004-22.266-10.866-2.66-4.12-2.113-7.93-2.108-7.968l.002-.012.01-.003c.005 0 .85-.228 2.127-.234 3.696 0 13.145 1.86 22.24 19.075l.006.01-.016-.007zm-28.464-2.752c-5.933 0-10.45-1.024-13.426-3.043-1.71-1.16-2.547-2.436-2.948-3.3a5.408 5.408 0 0 1-.476-1.62c.157-.072 2.586-1.15 6.212-1.32.307-.014.616-.023.94-.024 4.585 0 11.558 1.496 18.916 8.624l.007.007h-.01c-3.36.44-6.463.673-9.223.673zm-28.728-1.104c-6.256 0-14.85-1.91-20.21-7.27l-.006-.006.016-.004c.056-.014 5.873-1.49 12.418-1.65.39-.01.783-.014 1.18-.014 5.866 0 10.355 1.137 13.346 3.38 1.044.783 1.614 1.512 1.742 2.226.107.597-.208 1.24-.845 1.72-1.346 1.017-3.753 1.56-7.156 1.614l-.48.016zm-20.272-10.4a2.56 2.56 0 0 1-1.983-.934c-.406-.49-.688-1.132-.888-2.017-.334-1.48-.233-2.925-.232-2.94v-.014a2.43 2.43 0 0 1 .974-.22h.002c.926 0 1.63.504 2.07.927a5.57 5.57 0 0 1 1.352 2.116c.292.824.34 1.513.144 2.108-.16.472-.704.968-1.44.968zm46.824-1.056c-1.002 0-1.903-.38-2.536-1.066-.52-.565-.89-1.317-1.138-2.303-.403-1.614-.292-3.22-.28-3.373a3.48 3.48 0 0 1 1.25-.284l.09-.002c2.008 0 3.59 1.743 4.27 3.47.384.982.458 1.807.218 2.454-.24.656-1 1.096-1.872 1.096zm-22.808-.944c-12.59-.443-19.123-4.022-22.387-6.946-1.837-1.647-2.858-3.28-3.39-4.358-.504-1.02-.694-1.8-.728-1.95l.017-.007s1.19-.426 3.107-.464l.295-.003c4.245 0 12.888 1.784 23.08 13.723v.008zm13.672-1.272c-10.13-1.542-15.867-5.89-18.898-9.268-3.176-3.54-4.128-6.837-4.17-6.99.018-.006 1.256-.328 3.12-.376a14.24 14.24 0 0 1 .862 0c5.094.112 14.347 2.42 19.084 16.628h.008zm-52-4.864c-3.32 0-6.54-.384-9.57-1.142-5.303-1.326-7.578-3.35-8.552-4.816-.554-.832-.755-1.562-.825-2.028a3.414 3.414 0 0 1-.025-.858l.025-.01c.013-.002 3.52-.987 8.37-1.06a35.027 35.027 0 0 1 7.43.66c8.43 1.683 12.802 8.046 12.845 8.11l.004.007-.01.002c-.05.008-4.065 1.136-9.697 1.136zm23.512-8.544c-1.015 0-1.916-.37-2.538-1.043-.51-.553-.883-1.315-1.136-2.327-.404-1.612-.292-3.2-.28-3.348a3.48 3.48 0 0 1 1.25-.283l.09-.002c2.004 0 3.59 1.743 4.27 3.47.374.95.44 1.767.194 2.428-.248.672-.976 1.104-1.848 1.104zm-17.68-2.424c-.076-.018-4.782-1.23-9.574-4.18-4.435-2.73-9.86-7.56-10.522-15.064v-.004l.01-.003c.002 0 .414-.1 1.024-.123.084-.003.173-.005.267-.005 1.325 0 4.037.373 7.317 2.867 4.176 3.184 8.032 8.736 11.48 16.52zm11.544-.424c-.03-.012-3.383-1.354-7.575-4.867-3.905-3.274-9.396-9.168-13.372-18.664.002-.002.914-.488 2.31-.576a3.31 3.31 0 0 1 .244-.007c.12 0 .244.004.37.007 1.93.055 4.866.856 8.123 4.37 3.74 4.038 7.08 10.673 9.923 19.722l.008.025-.024-.007zm-29.912-.872c-3.857 0-5.177-2.092-5.566-2.992-.638-1.48-.444-2.95-.443-2.966l.002-.016a8.498 8.498 0 0 1 1.92-.25l.13-.002c3.04 0 5.44 1.544 6.468 3.073.204.303.83 1.355.312 2.177-.416.648-1.36.976-2.824.976zm-8.544-10.776c-2.154 0-5.45-.132-8.913-.762-3.435-.624-5.382-3.545-6.41-5.884-1.12-2.548-1.435-4.98-1.44-5.004h.01c10.627.312 15.645 3.417 17.984 5.966 2.415 2.632 2.558 5.365 2.566 5.538h-.007c-.017 0-1.513.144-3.793.144zm11.064-11.056a42.733 42.733 0 0 1-2.426-3.382c-1.26-1.956-2.423-3.997-2.423-5.668 0-1.612-.38-5.012-.605-6.895-.287-2.387-.576-4.43-.6-4.604l.01.003c.27.097 6.646 2.49 6.646 8.47 0 5.993-.59 12.013-.596 12.073v.01h-.008zm-8.264-.568c-.067 0-.134-.006-.2-.017-1.885-.313-5.197-1.754-8.858-3.853-4.066-2.33-7.368-4.83-9.296-7.033-1.76-2.01-2.803-5.166-3.104-9.38-.214-2.992.042-5.484.07-5.73.33-.11.68-.164 1.05-.164 1.412.023 2.92.658 4.952 2.06 1.585 1.09 3.332 2.576 5.192 4.41 3.21 3.166 5.735 6.346 5.76 6.377l.025.032c.213.38 2.03 3.656 3.447 6.845.9 2.026 1.413 3.486 1.62 4.597.117.633.15 1.048-.004 1.425a.721.721 0 0 1-.308.358.866.866 0 0 1-.352.072z" fill="#435125"/>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 593.742 0)"/>
<path d="M519.064 76.38l-1.884.75-.738.296-2.284-.126-2.138 1.026-3.792 2.592-.167.12-1.413.368-1.313-.566-.745.34-.258 1.535-.71 1.103-.873.614-3.028.31-2.552 1.316-3.32-.89-1.542.605-3.28 2.953-1.675.794-.586-.034-2.222-.114-.94.307-1.4 1.354-2.652.206-.827.572-1.294 2.608-1.402 1.446-.803.17-.87-.318-.653.115-.296 1.67-.634.698-1.776.612-1.418 1.182-1.245.64-1.667-.043h-.383l-1.66.918-3.125.274-1.3 1.24-.286.264-.606.366-.992.592-.243.147-1.196-.212-1.4.554-.567-.87-.968.58-1.284.056-1.598-.712-1.218-.542-.89.13-.31 1.55-.03.166-.937 1.245-1.747 1.06-.238.308-1.988 2.567-3.777 3.972-3.195 1.623-3.31 1.007-2.318 1.904-6.08 3.014-9.595 4.773-1.962.63-2.816.45-5.024 1.848-4.43 1.338-.247.075-.878.266-6.248 1.89-2.908-.308-1.722.626-4.484-.498-3.118.062-1.974.41-3.71 1.78-6.26 3.01-2.07 1.892-3.22 1.68-3.773 1.195.01-1.586-.024-.067-1.307.413-.945.3-3.06.47h-1.703l-1.056-.306-.165.055-6.254 2.06-6.974.673-3.49 1.12-2.61-.042-1.63.486-3.195.39-1.14-.304-.26-.07-9.4.408-4.297-.486-2.05.466-3.438-1.156-5.015-.58-1.172-.352-2.636-.783-1.193.686-.893.096-2.134-.774-.768-.02-1.762.637-1.013-.26-.942-.75-2.21-.33-1.344-1.13-7.522.996-2.04-.6-6.844-1.992-1.09.055-1.355 1.017-2.04.743-1.768.46-2.41.084-2.798-.735-2.884-1.398-1.067-.254-2.38.24-.727.067-4.374-2.346-5.633-3.522-3.823-1.837-1.435-.232-.193.683.712 2.245.243 2.22-.073 2.05-.04 1.27.357 1.14 1.38 1.53.577 1.535.42 4.227-.005 4.29-.67 6.84-.227 1.042-.8 3.543-.732 3.255-2.837 8.666-.78 1.075-1.912 1.304-4.335 2.95-3.193 1.84-1.01.42-2.592.195-1.614-.085-2.01-1.09-1.973-.507-2.586-1.86-2.875-.594-3.153-1.822-.82-.987-1.717-.16-2.38-.716v-.005l-.873-.26-.604-.177-3.037-.084-2.83-1.308-1.492-.36-2.038-.103-2.133.99v-.002l-1.08.505-1.367-.543-.988.062-1.12 1.692-.166.262-.772.408-.96-.013-.75-.02-.814.355-1.094.474v.002l-.966.422-.472.204-.008-.008-.29.058-.517.09-.64.122-1.128-.66-.6-.353-1.005-.205-.542.39-.106 1.842-.495 1.102-1.57 1.386-1.593 1.404-1.11 1.638-2.942 6.712-1.842 2.708-.572.63-1.927 2.126-1.708 1.325-3.937 3.05-3.727 1.394-3.21.656-1.562.006-2.956-.393-2.66-.816-2.92-1.826-3.2-2.573-4.636-4.58-.656-.393-.137-.09-1.46-.935-1.082.027-.424.7-.232 1.01-.196.896-.532 5.093.04.295.28 2.1 3.52 4.92 1.086 2.613.178.298.727 1.22.553.93.055.096 1.203 3.59-.846 2.027.428 1.358-1.07.83-.195 1.173 3.16 3.962.69 1.748-.77 2.423-1.23 1.337-.342.366.174 1.023 1.454 1.308 2.47 2.2 1.32 3.27 1 .876 1.166-.248.648.495.982-.017.967.966.626.303.99.493.78 1.018.174 3.13 1.457 3.887.023 2.108.008.3.907 1.558.285 1.23-.484 3.256 1.156 1.045 1.254-.257.81.128 1.3 1.084 1.576 2.4 1.54-.225.978.47 4.722 4.267 1.07.54.06.035.77.386.958.967 1.485-.986.165-.018 1.614-.142.71.477 1.362.92 1.787-.024 3.875 1.188 1.696.436 3.408 2.118 1.45.896.857.697 1.138.93 2.276.978 1.952.467 1.058.25.796.31.02-.05.01.002-.018.05 4.227 1.62 2.288.533 2.12.78 1.54.563 1.132.018 1.6-1.346 1.55-.09 1.286.322 1.256-.21 1.988-1.226.388-.575 1.41-.67 4.755-.59 1.39.45 3.568-1.552 2.39.666 2.117-.75 4.623 1.026 1.23.865 1.373 1.572.168.006 1.53.03-.64 1.065 2.02 2.118 1.823 2.756.123.364 1.326 3.89.985 1.38.69 1.924.033 1.254-1.072.818-.176.466-.06.173.217.524.404-.22.77-.427.933-.145 1.653.176 1.09.115 1.724-.855 1.142-.568 1.834.79 2.016-.023.847.376 2.396 1.087 1.222.115.452-.297.288-.684-.148-.797-.916-1.06-2.025-2.35-.83-1.207-.63-1.75-.196-2.234-.14-1.51.252-1.98.543-.708.4-1.575h.007l.103-.412 1.125-1.492 2.98-1.915 3.2-2.865 2.53-1.668 2.607-1.13.07-.317.29.117 6.634-2.255.108-.013 2.954-.514 19.936 1.404.74-.224.002-.005.664-1.864.358-.345.237-.227 2.19-.965 1.026-.146 2.845.702 1.166.288 1.865-1.046 1.324.022 2.734-1.492 1.69.042.64-.257 3.29-2.363 3.17-.908.824-.44.29-.158 3.248-1.716 2.063-1.584 1.78-.947 1.95-.503 5.105-.36 1.027-1.71 2.195-.292 1.326-1.496 1.516-.617 1.088-1.567.91-1.312 1.274-.737 4.08-.255 4.836.6.64-.39 1.092-3.9 1.144-.73 3.08-4.49.01-1.637.004-1.366.506-1.946-.344-3.512.408-3.557 1.915-4.52 1.688-1.823 2.72-1.84 1.384-.604 1.96-.33v-.004l.287-.05.5-.085 6.745-.09c.093-.07 2.453-.035 2.453-.035l2.25-.03 5.69 1.012.406.07 1.923.624 2.22 1.727 2.348 2.294.44.43 1.523.64.46.2 1.257-.2 1.79-.932 1.35-1.142 1.84-1.005.045-.063 1.036-1.56.033-.03.022.005.002-.01-.018-.003.408-.62 3.558-1.387 4.184-.243.47-.255.262-.14 1.105-1.298 1.036-.01 2.508.908 1.765-.35 1.4.56 1.088-.13 2.052-.242 2.203 1.55 1.284.164 4.526 2.648.235.038.122.023.26.042.536-.16.8-.23.105-.03.1.138.515.725.706.102.835-1.114-.33-.506-.127-.184-1.616-.33-1.452-2.48 1.382-1.49-2.17-2.66-.36-.44-.12-.19-.75-1.137-3.798-5.787-4.946-3.948-.002.003-1.732-1.386-.01-.008-.608-.476-2.64-2.687-1.888-2.503-.247-.54-.39-.85-1.13-2.46-1.97-1.518-1.604-1.754-.08-.103-3.31-4.5-.545-.755-.782-.452-1.653-.01-.156-.158-.093-.097.056-.058.793-.788.884-.222.38-.872-1.686-4.883-.01-.17-.125-1.56 1.374-7.084.175-.863 2.342-4.767 1.452-1.19 1.583-3.112 1.356-1.99 1.3-1.265.227-.135 2.347-1.42 1.972-.278 1.878-.265 3.28 1.01 3.12-.06.61-.064 1.415-.163 2.328-.733 1.1-.68.57-.873 1.19-3.99.38-1.27.735-1.378 4.245-4.887 3.21-2.97 7.214-5.29 3.532-2.11 1.803-1.078 16.1-7.157 4.185-4.24 2.18-2.207 3.857-2.588 4.51-1.85 3.885-3.072.848-1.068 1.068-3.442.892-.215.804-1.74.23-.494 3.167-2.234.36-.18 12.31-6.167 1.788.245.96-1.435 3.58-.6.66-.112.883-.44.75-1.28v-.253l.104-3.42.765-.923.417-2.252.39-.52.412-.54 1.014-.714-.176-.425z" fill="#d47600"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-74 0h682.67v512H-74z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(69.38) scale(.94)" stroke-width="1pt">
<path fill="#e80000" d="M-74 0h768v512H-74z"/>
<path fill="#fff" d="M-74 0h768v256H-74z"/>
<path d="M-74 0l382.73 255.67L-74 511.01V0z" fill="#00006f"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fc0" d="M0 320h640v160.002H0z"/>
<path d="M0 0h640v160H0z"/>
<path fill="red" d="M0 160h640v160H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-40 0h682.67v512H-40z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(37.5) scale(.94)">
<path fill="#0c0" d="M-40 0h768v512H-40z"/>
<path fill="#69f" d="M-40 0h768v256H-40z"/>
<path d="M-40 0l382.73 255.67L-40 511.01V0z" fill="#fffefe"/>
<path d="M119.8 292.07l-30.82-22.18-30.67 22.4 11.407-36.41-30.613-22.48 37.874-.31 11.747-36.3 12 36.216 37.874.048-30.458 22.695 11.66 36.328z" fill="red"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill="#c60c30" d="M0 0h640.1v480H0z"/>
<path fill="#fff" d="M205.714 0h68.57v480h-68.57z"/>
<path fill="#fff" d="M0 205.714h640.1v68.57H0z"/>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#fff" d="M320 0h320v480H320z"/>
<path fill="#006233" d="M0 0h320v480H0z"/>
<path d="M424 180a120 120 0 1 0 0 120 96 96 0 1 1 0-120m4 60l-108-35.2 67.2 92V183.2l-67.2 92z" fill="#d21034"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<rect rx="0" ry="0" height="477.9" width="640"/>
<rect rx="0" ry="0" height="159.3" width="640" y="320.7" fill="#fff"/>
<path fill="#1291ff" d="M0 0h640v159.3H0z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-158.67 0H524v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(148.75) scale(.94)">
<path d="M-180 0H844v256H-180z"/>
<path fill="#107b00" d="M-180 256H844v256H-180z"/>
<path fill="#fff" d="M-180 169.31H844v176.13H-180z"/>
<path d="M309.98 195.55c-45.202-19.423-84.107 20.644-84.063 58.085.046 39.158 38.02 80.92 86.168 62.43-34.087-10.037-48.156-35.215-48.15-60.68-.245-25.216 15.887-54.54 46.045-59.835z" fill="#f0f"/>
<path fill="#ff1800" d="M363.145 294.214l-25.835-18.868-25.993 18.898 9.963-30.403-26-18.87 31.984.07 9.93-30.552 9.816 30.435 32.115.005-25.924 18.735"/>
<path d="M314.34 315.65c-50.517 17.536-88.554-20.48-89.216-59.456-.66-38.976 37.59-79.167 89.473-60.865-29.355 4.352-50.912 30.08-51.17 59.168-.196 21.994 12.812 53.345 50.913 61.152zM-179.98 0l348.61 256.62L-180 512l.002-509.38.015-2.622z" fill="red"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd">
<path fill="#be0027" d="M-.002 0h640.008v480H-.002z"/>
<path d="M-.002 480l640.008-.3-.032-239.7L-.002 480z" fill="#b4d7f4"/>
<path d="M-.002 0l640.008.3-.032 239.7L-.002 0z" fill="#239e46"/>
<path d="M186.23 360.4c-10.713 2.958-16.854 11.27-16.697 19.11l52.73-.21c.475-8.427-6.457-16.22-17.01-19.29 51.627-1.065 96.478-20.404 104.63-32.813-8.066-3.5-17.392 2.134-24.04.837 15.784-7.295 63.073-37.903 55.384-70.717-5.976 18.226-24.08 33.306-31.79 37.354 17.664-26.822 41.785-54.748 20.858-76.373 1.057 12.533-7.965 26.327-11.95 27.364 10.248-28.34 20.025-63.925-2.177-87.383 2.916 8.48 1.738 32.396-2.276 33.47-1.236-19.27-4.525-59.807-24.82-59.23 6.445 5.738 9.266 21.4 9.41 37.22-4.626-10.838-9.883-18.998-21.126-27-9.095-17.444-25.28-31.897-41.464-42.25 1.817 12.696 3.32 22.713 21.048 35.882-9.243-.576-18.484-18.098-28.362-18.583-7.857-.38-14.024 7.12-26.864 2.805 1.422 4.238 7.412 6.115 8.676 9.25-2.75 1.9-9.28-.296-14.707-3.123 7.467 10.17 19.036 16.15 28.858 14.13 11.682-2.245 24.205-1.057 36.15 5.74-3.05 1.567-14.925 1.556-22.545.603 6.927 7.013 11.572 11.66 23.615 11.584 10.757-.07 16.397-5.74 19.16-2.228 6.746 7.993 11.286 15.984 16.93 25.397-12.467 1.377-8.708-14.1-22.593-22.016-7.8 16.148 8.973 35.29 20.39 43.245.155 12.136 1.93 22.29 7.077 31.53 3.47 6.515 7.956 13.184 6.264 27.887-6.835-4.98-13.515-21.768-11.058-35.096-8.555 2.333-11.9 17.377-7.867 24.95 3.012 5.764 5.022 16.798 1.548 21.73-3.384 4.595-3.74 4.08-3.695 13.943.12 5.9-3.175 12.88-8.545 17.745 1.12-4.158 2.4-11.312 1.158-15.784-4.245 7.2-14.893 14.652-18.246 22.392-3.293 7.76-4.128 21.198-20.062 24.297-20.5 4.068-27.575 7.62-40.766 13.018-1.464-10.02 2.917-30.912 11.295-29.72 8.18 1.455 32.98-8.546 24.108-29.44-1.753 6.586-7.598 13.012-13.917 13.297 6.828-8.858 19.013-18.03 13.08-32.872-3.3 6.31-8.488 13.88-16.355 18.14 8.434-16.162.98-20.997-9.036-7.685-3.783 5.135-6.068 15.427-8.47 28.497-3.935-10.63-3.675-24.623-8.337-35.985-4.87-12.287 6.463-15.532 11.796-14.546 13.057 3.486 34.88 3.484 33.258-18.088-5.64 7.297-15.53 9.55-26.21 6.924 11.995-8.76 21.466-25.234 8.1-33.836-.446 9.12-7.505 19.35-16.93 24.06-2.205-7.698-2.205-15.865-.314-24.82-5.262 5.538-9.105 17.064-12.162 30.166-.23-12.95 2.22-22.282 4.037-29.25 2.753-10.175 9.6-3.554 20.078-2.804 10.092.572 23.986-5.005 21.33-18.69-3.445 5.415-10.518 7.522-17.745 6.95 8.7-5.272 23.86-14.638 15.546-29.044-3.493 5.456-4.624 10.124-14.732 11.798 2.647-6.09 3.087-14.7 10.933-18.11-13.994-2.787-22.007 6.397-26.08 20.78-1.65-9.972-3.617-13.643-4.008-20.94 7.565-8.4 8.357-24.838-8.02-28.514-.973 8.48-.685 10.5 1.178 17.403-7.688-4.568-18.524-7.088-25.738-.63 4.888 5.275 12.453 9.918 24.113 4.166-2.754 9.01-9.918 7.468-19.762 4.032 6.017 11.302 13.61 13.31 21.99 12.007 4.388 11.568 4.58 20.357-8.24 37.203.592-10.47-.152-18.268-8.47-26.732-7.127-6.98-12.92.3-1.78 15.818-6.758-4.976-14.406-15.076-16.708-25.174-2.228 12.475-.222 27.178 6.684 35.42-3.268 3.492-6.982-.37-12.476-8.91 2.078 27.328 13.737 32.6 29.406 26.51.445 15 .445 28.888 1.336 47.007-9.136-13.142-20.718-22.946-27.18-25.396-2.004 7.353 5.572 16.93 9.804 22.277-6.46-1.337-20.496-12.03-20.496-12.03-1.412 12.18 14.334 23.467 24.506 28.516-11.955-.52-17.23-5.05-24.952-12.475.15 33.788 36.608 27.92 43.442 22.722.89 16.635 2.16 35.864 3.053 52.5-10.307-1.8-9.497-4.898-18.316-5.715-24.478-.954-43.895-29.384-50.325-50.297-1.845 3.442-.382 7.043-2.07 11.27-3.973-10.264-9.05-23.52-15.86-29.69 1.735 5.983 1.918 12.065 1.315 23.25-2.337-7.248-4.51-9.47-4.667-17.977.15-6.53 6.3-11.35 5.96-20.535-.252-6.706-6.37-21.242-7.27-32.495-2.96 11.582-4.82 23.79-9.357 30.96 2.255-12.367 1.532-20.902 5.346-29.226 4.404-8.763 8.15-16.586 5.217-25.43-2.813 3.416-1.845 6.52-8.912 14.818-1.535-9.025 9.138-23.47 19.496-29.277 7.306-3.85 16.515-17.617 10.516-27.053-6.87 4.934-9.955 11.6-19.66 22.99 6.923-27.06 24.91-34.138 46.44-34.23 4.765-.023 14.37-1.743 17.067-8.048-6.07 2.343-13.245 2.64-19.63 1.363 4.646-6.823 14.434-5.936 23.554-5.977 7.154-.034 18.322-1.004 22.837-11.193-8.727 3.78-22.337 4.567-30.906 1.89 13.628-7.062 34.975-7.822 45.924-17.088-12.48-9.315-43.706 2.168-63.43 15.696 5.512-5.04 14.225-13.983 19.032-21.202-10.787-5.172-38.068 25.05-47.466 43.008-8.927 5.04-12.497 12.943-15.963 18.457 4.756-16.073 5.26-27.736 9.228-40.97-30.6 10.532-17.88 67.068-24.536 80.594.784-14.933.15-34.116-6-44.008-9.423 7.19-10.184 49.51-1.335 84.74-3.196-9.43-9.226-18.23-11.16-29.705-13.95 25.44 8.175 55.454 26.677 79.162-13.93-7.255-27.7-22.86-36.747-35.94 2.496 45.532 50.046 54.992 57.427 66.183-10.02-4.664-29.173-13.892-37.3-4.223 13.23 3.055 23.785 6.586 32.29 12.16 12.34 15.407 35.707 22.145 76.403 23.847z" fill="#f3e295"/>
</g>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-61.312 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(57.48) scale(.94)" stroke-width="1pt">
<path fill="#ffc621" d="M-237.99 3.5h1037.9v498h-1037.9z"/>
<path fill="#ef2118" d="M-240 342.5H799.3V512H-240z"/>
<path fill="#298c08" d="M-237.99 0h1038v180h-1038z"/>
<ellipse cx="534.22" rx="199.65" cy="352.97" transform="matrix(.54 0 0 .54 -25.81 73.95)" ry="199.65" fill="#006bc6"/>
<path d="M214.25 188.2l-6.432 4.522 23.494 33.02 6.266-3.995-23.33-33.546zm29.41 77.942l-9.66-6.736 3.99-12.676-48.12.672-13.93-10.664 65.69-.708 12.184-36.908 6.545 14.924-16.7 52.098zm76.522-70.68l-6.254-4.764-24.378 32.374 5.703 4.766 24.93-32.375zM254.77 247.05l3.503-11.245 13.29-.024-15.182-45.67 5.958-16.5 20.524 62.408 38.864.46-12.248 10.748-54.71-.176zm90.672 51.165l2.615-7.415-38.295-13.262-2.785 6.89 38.465 13.786zm-69.18-46.416l11.778-.12 4.104 12.64 38.803-28.468 17.532.604-53.093 38.693 11.493 37.127-13.99-8.357-16.628-52.12zm-19.748 102.08l7.862.114.363-40.524-7.42-.443-.806 40.853zm21.944-80.366l3.867 11.125-10.673 7.917 39.353 27.705 5.016 16.81-53.596-37.99-31.528 22.73 3.462-15.924 44.1-32.375zM175.188 286.5l2.325 7.51 38.646-12.202-1.877-7.192L175.19 286.5zm83.21-4.02l-9.38 7.12-10.835-7.695-14.157 45.997-14.432 9.975 19.525-62.727-31.376-22.94 16.213-1.638 44.44 31.908z" fill="#ffc621"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-19.45 0h682.67v512H-19.45z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(18.23) scale(.94)" stroke-width="1pt">
<path fill="#fff" d="M-105.62 325.66h249.35V512h-249.35z"/>
<path fill="#0062da" d="M143.57 0h149.94v512H143.57z"/>
<path fill="#0062da" d="M-105.62 186.18h897.67v139.64h-897.67z"/>
<path fill="#fff" d="M-105.62.003h249.35v186.34h-249.35zM293.35 325.66h498.7V512h-498.7zm0-325.658h498.7v186.34h-498.7zM-105.62 325.66h249.35V512h-249.35z"/>
<path fill="#0062da" d="M143.57 0h149.94v512H143.57z"/>
<path fill="#fff" d="M-105.62.003h249.35v186.34h-249.35zM293.35 325.66h498.7V512h-498.7zm0-325.658h498.7v186.34h-498.7z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-81.333 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(76.25) scale(.94)" stroke-width="1pt">
<path fill="#6797d6" d="M-252 0H772v512H-252z"/>
<path fill="#fff" d="M259.787 122.985l-32.44 22.214 12.433-35.9-32.475-22.177 40.122.038 12.366-35.92 12.366 35.92 40.12-.026L279.8 109.3l12.43 35.905m-32.443 244.847l-32.44-22.214 12.433 35.9-32.475 22.176 40.122-.038 12.366 35.92 12.366-35.92 40.12.027-32.48-22.166 12.43-35.905m-188.384-92.465l-24.53 30.73 1.395-37.967-37.54-11.713 38.38-11.695 1.324-37.966 22.328 30.735 38.36-11.755-24.58 30.694 22.383 30.7m274.28-11.763l24.53 30.73-1.395-37.967 37.54-11.713-38.38-11.695-1.324-37.966-22.328 30.735-38.36-11.755 24.58 30.694-22.383 30.7"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-78.015 32h640v480h-640z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(78.02 -32)" stroke-width="0">
<path fill="#fff" d="M-78.015 32h663.91v480h-663.91z"/>
<path d="M-76.033 218.67h185.9V32h106.23v186.67h371.79v106.67h-371.79v186.67h-106.23V325.34h-185.9V218.67z" fill="#003897"/>
<path d="M-76.033 245.33h212.45V32h53.113v213.33h398.35v53.333H189.53v213.33h-53.113v-213.33h-212.45V245.33z" fill="#d72828"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#00267f" d="M0 0h213.337v480H0z"/>
<path fill="#f31830" d="M426.662 0H640v480H426.662z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd">
<path fill="#ffe700" d="M640 480H0V0h640z"/>
<path fill="#36a100" d="M640 160.003H0V0h640z"/>
<path fill="#006dbc" d="M640 480H0V319.997h640z"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-85.333 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="translate(80) scale(.94)">
<g stroke-width="1pt">
<path fill="#006" d="M-256 0H768.02v512.01H-256z"/>
<path d="M-256 0v57.244l909.535 454.768H768.02V454.77L-141.515 0H-256zM768.02 0v57.243L-141.515 512.01H-256v-57.243L653.535 0H768.02z" fill="#fff"/>
<path d="M170.675 0v512.01h170.67V0h-170.67zM-256 170.67v170.67H768.02V170.67H-256z" fill="#fff"/>
<path d="M-256 204.804v102.402H768.02V204.804H-256zM204.81 0v512.01h102.4V0h-102.4zM-256 512.01L85.34 341.34h76.324l-341.34 170.67H-256zM-256 0L85.34 170.67H9.016L-256 38.164V0zm606.356 170.67L691.696 0h76.324L426.68 170.67h-76.324zM768.02 512.01L426.68 341.34h76.324L768.02 473.848v38.162z" fill="#c00"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd">
<path fill="red" d="M0 0h640v480H0z"/>
<path fill="#009a00" d="M145.996 83.454h360.91v314.41h-360.91z"/>
<path d="M145.996 397.865h360.91l-180.46-157.19-180.46 157.19z" fill="#ffca00"/>
<path d="M145.996 83.528l180.46 157.19 180.45-157.19h-360.91z" fill="#ffca00"/>
<path fill="#ffce00" d="M177.71 61.366L161.263 49.64l-16.466 11.698 6.073-19.262-16.207-12.044 20.192-.177 6.446-19.14 6.41 19.152 20.192.212-16.236 12.014m170.93 19.763L326.15 50.128l-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.178 6.446-19.14 6.408 19.152 20.193.213-16.237 12.013M507.59 61.59l-16.447-11.727-16.466 11.7L480.75 42.3l-16.207-12.044 20.192-.177 6.446-19.142 6.41 19.153 20.192.213-16.236 12.015M177.71 468.793l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.41 19.153 20.192.213-16.236 12.014m170.93 19.764l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.408 19.153 20.193.213-16.237 12.014m171.038 19.014l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.41 19.153 20.192.213-16.236 12.014"/>
<path d="M369.722 243.097c0 24.172-19.594 43.765-43.764 43.765s-43.765-19.594-43.765-43.765c0-24.17 19.595-43.764 43.765-43.764s43.764 19.594 43.764 43.764z" fill="red"/>
<path fill="#ffce00" d="M345.755 270.04l-19.536-13.93-19.56 13.895 7.214-22.88-19.25-14.305 23.984-.21 7.657-22.738 7.612 22.75 23.985.253-19.286 14.272"/>
<path d="M169.972 273.464s2.22-18.394.952-30.762c-1.27-12.368-32.983-15.857-32.983-15.857l-.316 28.86s25.372 20.613 32.348 17.76z" fill="red"/>
<path d="M123.67 200.525s3.056 16.207-1.27 48.522c-2.31 17.546 16.81 29.494 40.278 34.885-4.757-8.245-17.442-21.565-14.27-45.985 17.124 2.22 33.298 35.52 33.298 35.52s12.813-47.217-13.003-54.547c-25.09-7.05-45.033-18.077-45.033-18.394z" fill="#ffce00"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 213.33333 160">
<defs>
<g id="c">
<clipPath id="a">
<path d="M-109 104a104 104 0 0 0 0-208h218a104 104 0 0 0 0 208z"/>
</clipPath>
<path id="b" clip-path="url(#a)" d="M-55 74a55 55 0 0 1 110 0V-74a55 55 0 0 1-110 0z"/>
<use xlink:href="#b" transform="rotate(90)" height="200" width="300"/>
</g>
</defs>
<path fill="#fff" d="M0 0h213.33v160H0z"/>
<path fill="#fff" d="M6.385 13.192h200.56v133.71H6.385z"/>
<path fill="red" d="M93.296 13.192v53.484H6.386v26.742h86.91v53.484h26.742V93.418h86.91V66.676h-86.91V13.192H93.296z"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 49.47 39.57)" height="200" width="300" fill="red"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 163.86 120.53)" height="200" width="300" fill="red"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 163.86 39.57)" height="200" width="300" fill="red"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 49.47 120.53)" height="200" width="300" fill="red"/>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment