p006
|
@ -0,0 +1,836 @@
|
|||
|
||||
/* Components */
|
||||
|
||||
.card {
|
||||
border: 0;
|
||||
margin-bottom: 1.5rem;
|
||||
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background-color: rgb(255 255 255);
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu {
|
||||
|
||||
border: 0px solid rgb(255 255 255 / 0%);
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
|
||||
|
||||
}
|
||||
|
||||
.offcanvas-end {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
/* Background Colors */
|
||||
|
||||
.bg-primary {
|
||||
background-color: #3461ff!important;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
background-color: #e72e2e!important;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
background-color: #12bf24!important;
|
||||
}
|
||||
|
||||
.bg-info {
|
||||
background-color: #32bfff!important;
|
||||
}
|
||||
|
||||
.bg-warning {
|
||||
background-color: #ffcb32!important;
|
||||
}
|
||||
|
||||
.bg-purple {
|
||||
background-color: #8932ff!important;
|
||||
}
|
||||
|
||||
.bg-orange {
|
||||
background-color: #ff6632!important;
|
||||
}
|
||||
|
||||
.bg-bronze {
|
||||
background-color: #cc7429!important;
|
||||
}
|
||||
|
||||
.bg-pink {
|
||||
background-color: #e72e7a!important;
|
||||
}
|
||||
|
||||
.bg-tiffany {
|
||||
background-color: #3361ff!important;
|
||||
}
|
||||
|
||||
.bg-login {
|
||||
|
||||
background-color: #0259e6!important;
|
||||
|
||||
}
|
||||
|
||||
.bg-surface {
|
||||
background-color: #f7f8fa !important;
|
||||
}
|
||||
|
||||
.bg-white-1 {
|
||||
background-color: rgba(255, 255, 255, 0.16)!important;
|
||||
}
|
||||
|
||||
|
||||
.bg-light-primary {
|
||||
background-color: rgba(52, 96, 255, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-success {
|
||||
background-color: rgb(18 191 35 / 15%)!important;
|
||||
}
|
||||
|
||||
.bg-light-danger {
|
||||
background-color: rgb(231 46 46 / 15%)!important;
|
||||
}
|
||||
|
||||
.bg-light-info {
|
||||
background-color: rgba(50, 190, 255, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-warning {
|
||||
background-color: rgba(255, 204, 50, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-purple {
|
||||
background-color: rgba(135, 50, 255, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-orange {
|
||||
background-color: rgba(255, 101, 50, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-bronze {
|
||||
background-color: rgba(204, 117, 41, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-pink {
|
||||
background-color: rgba(231, 46, 123, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-tiffany {
|
||||
background-color: rgba(51, 99, 255, 0.15)!important;
|
||||
}
|
||||
|
||||
.bg-light-dark {
|
||||
background-color: rgba(33, 37, 41, 0.15)!important;
|
||||
}
|
||||
|
||||
|
||||
.bg-facebook {
|
||||
background-color: #3b5998!important
|
||||
}
|
||||
|
||||
.bg-twitter {
|
||||
background-color: #55acee!important
|
||||
}
|
||||
|
||||
.bg-google {
|
||||
background-color: #e52d27!important
|
||||
}
|
||||
|
||||
.bg-linkedin {
|
||||
background-color: #0976b4!important
|
||||
}
|
||||
|
||||
|
||||
.bg-gradient-purple {
|
||||
background-image: linear-gradient(310deg,#7928ca,#ff0080);
|
||||
}
|
||||
|
||||
|
||||
.bg-gradient-success {
|
||||
background-image: linear-gradient( 310deg,#17ad37,#98ec2d);
|
||||
}
|
||||
|
||||
|
||||
.bg-gradient-danger {
|
||||
background: linear-gradient(to right, rgb(238, 9, 121), rgb(255, 106, 0));
|
||||
}
|
||||
|
||||
|
||||
.bg-gradient-info {
|
||||
background-image: linear-gradient(to top, rgb(0, 198, 251) 0%, rgb(0, 91, 234) 100%);
|
||||
}
|
||||
|
||||
.bg-gradient-warning {
|
||||
background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0));
|
||||
}
|
||||
|
||||
|
||||
.bg-gradient-voilet {
|
||||
background: linear-gradient(to right, rgb(52, 148, 230), rgb(236, 110, 173));
|
||||
}
|
||||
|
||||
|
||||
.bg-gradient-royal {
|
||||
background-image: linear-gradient(-20deg, rgb(43, 88, 118) 0%, rgb(78, 67, 118) 100%);
|
||||
}
|
||||
|
||||
.bg-gradient-branding {
|
||||
background-image: linear-gradient(rgb(42, 245, 152) 0%, rgb(0, 158, 253) 100%);
|
||||
}
|
||||
|
||||
.bg-gradient-desert {
|
||||
background-image: linear-gradient(to top, #c79081 0%, #dfa579 100%);
|
||||
}
|
||||
|
||||
.bg-gradient-amour {
|
||||
background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Text Colors */
|
||||
|
||||
.text-primary {
|
||||
color: #3461ff!important;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: #e72e2e!important;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #12bf24!important;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #32bfff!important;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #ffcb32!important;
|
||||
}
|
||||
|
||||
.text-purple {
|
||||
color: #8932ff!important;
|
||||
}
|
||||
|
||||
.text-orange {
|
||||
color: #ff6632!important;
|
||||
}
|
||||
|
||||
.text-bronze {
|
||||
color: #cc7429!important;
|
||||
}
|
||||
|
||||
.text-pink {
|
||||
color: #e72e7a!important;
|
||||
}
|
||||
|
||||
.text-tiffany {
|
||||
color: #3361ff!important;
|
||||
}
|
||||
|
||||
|
||||
.text-option{
|
||||
color: #32393f!important
|
||||
}
|
||||
|
||||
.text-facebook{
|
||||
color: #3b5998!important
|
||||
}
|
||||
|
||||
.text-twitter{
|
||||
color: #55acee!important
|
||||
}
|
||||
|
||||
.text-youtube{
|
||||
color: #e52d27!important
|
||||
}
|
||||
|
||||
.text-sky-light {
|
||||
color: #b4d2ff;
|
||||
}
|
||||
|
||||
.text-primary-2 {
|
||||
color: #8ea8fd;
|
||||
}
|
||||
|
||||
.text-primary-3 {
|
||||
color: #c1cfff;
|
||||
}
|
||||
|
||||
|
||||
/* Borders */
|
||||
|
||||
.border-primary {
|
||||
border-color: #3461ff!important;
|
||||
}
|
||||
|
||||
.border-danger {
|
||||
border-color: #e72e2e!important;
|
||||
}
|
||||
|
||||
.border-success {
|
||||
border-color: #12bf24!important;
|
||||
}
|
||||
|
||||
.border-info {
|
||||
border-color: #32bfff!important;
|
||||
}
|
||||
|
||||
.border-warning {
|
||||
border-color: #ffcb32!important;
|
||||
}
|
||||
|
||||
.border-purple {
|
||||
border-color: #8932ff!important;
|
||||
}
|
||||
|
||||
.border-orange {
|
||||
border-color: #ff6632!important;
|
||||
}
|
||||
|
||||
.border-bronze {
|
||||
border-color: #cc7429!important;
|
||||
}
|
||||
|
||||
.border-pink {
|
||||
border-color: #e72e7a!important;
|
||||
}
|
||||
|
||||
.border-tiffany {
|
||||
border-color: #3361ff!important;
|
||||
}
|
||||
|
||||
.border-light-1 {
|
||||
border-color: rgb(255 255 255 / 24%)!important;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
.btn i {
|
||||
vertical-align: middle;
|
||||
font-size: 1.rem;
|
||||
margin-top: -1em;
|
||||
margin-bottom: -1em;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.btn-white {
|
||||
background-color: #fff;
|
||||
border-color: #e7eaf3;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #3461ff;
|
||||
border-color: #3461ff
|
||||
}
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #0b5ed7;
|
||||
border-color: #0a58ca
|
||||
}
|
||||
.btn-check:focus+.btn-primary, .btn-primary:focus {
|
||||
color: #fff;
|
||||
background-color: #0b5ed7;
|
||||
border-color: #0a58ca;
|
||||
box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
|
||||
}
|
||||
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #0a58ca;
|
||||
border-color: #0a53be
|
||||
}
|
||||
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
|
||||
}
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
color: #fff;
|
||||
background-color: #3461ff;
|
||||
border-color: #3461ff
|
||||
}
|
||||
.btn-secondary {
|
||||
color: #fff;
|
||||
background-color: #6c757d;
|
||||
border-color: #6c757d
|
||||
}
|
||||
.btn-secondary:hover {
|
||||
color: #fff;
|
||||
background-color: #5c636a;
|
||||
border-color: #565e64
|
||||
}
|
||||
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
|
||||
color: #fff;
|
||||
background-color: #5c636a;
|
||||
border-color: #565e64;
|
||||
box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
|
||||
}
|
||||
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #565e64;
|
||||
border-color: #51585e
|
||||
}
|
||||
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
|
||||
}
|
||||
.btn-secondary.disabled, .btn-secondary:disabled {
|
||||
color: #fff;
|
||||
background-color: #6c757d;
|
||||
border-color: #6c757d
|
||||
}
|
||||
.btn-success {
|
||||
color: #fff;
|
||||
background-color: #0c971a;
|
||||
border-color: #0c971a
|
||||
}
|
||||
.btn-success:hover {
|
||||
color: #fff;
|
||||
background-color: #0ea01c;
|
||||
border-color: #0ea01c
|
||||
}
|
||||
.btn-check:focus+.btn-success, .btn-success:focus {
|
||||
color: #fff;
|
||||
background-color: #0ea01c;
|
||||
border-color: #0ea01c;
|
||||
box-shadow: 0 0 0 .25rem rgba(9, 133, 21, 0.507)
|
||||
}
|
||||
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #0ea01c;
|
||||
border-color: #0ea01c
|
||||
}
|
||||
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(9, 133, 21, 0.507)
|
||||
}
|
||||
.btn-success.disabled, .btn-success:disabled {
|
||||
color: #fff;
|
||||
background-color: #12bf24;
|
||||
border-color: #12bf24
|
||||
}
|
||||
.btn-info {
|
||||
color: #000;
|
||||
background-color: #32bfff;
|
||||
border-color: #32bfff
|
||||
}
|
||||
.btn-info:hover {
|
||||
color: #000;
|
||||
background-color: #31d2f2;
|
||||
border-color: #25cff2
|
||||
}
|
||||
.btn-check:focus+.btn-info, .btn-info:focus {
|
||||
color: #000;
|
||||
background-color: #31d2f2;
|
||||
border-color: #25cff2;
|
||||
box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
|
||||
}
|
||||
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
|
||||
color: #000;
|
||||
background-color: #3dd5f3;
|
||||
border-color: #25cff2
|
||||
}
|
||||
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
|
||||
}
|
||||
.btn-info.disabled, .btn-info:disabled {
|
||||
color: #000;
|
||||
background-color: #32bfff;
|
||||
border-color: #32bfff
|
||||
}
|
||||
.btn-warning {
|
||||
color: #000;
|
||||
background-color: #ffcb32;
|
||||
border-color: #ffcb32
|
||||
}
|
||||
.btn-warning:hover {
|
||||
color: #000;
|
||||
background-color: #ffca2c;
|
||||
border-color: #ffc720
|
||||
}
|
||||
.btn-check:focus+.btn-warning, .btn-warning:focus {
|
||||
color: #000;
|
||||
background-color: #ffca2c;
|
||||
border-color: #ffc720;
|
||||
box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
|
||||
}
|
||||
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
|
||||
color: #000;
|
||||
background-color: #ffcd39;
|
||||
border-color: #ffc720
|
||||
}
|
||||
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
|
||||
}
|
||||
.btn-warning.disabled, .btn-warning:disabled {
|
||||
color: #000;
|
||||
background-color: #ffcb32;
|
||||
border-color: #ffcb32
|
||||
}
|
||||
.btn-danger {
|
||||
color: #fff;
|
||||
background-color: #e72e2e;
|
||||
border-color: #e72e2e
|
||||
}
|
||||
.btn-danger:hover {
|
||||
color: #fff;
|
||||
background-color: #da2a2a;
|
||||
border-color: #da2a2a
|
||||
}
|
||||
.btn-check:focus+.btn-danger, .btn-danger:focus {
|
||||
color: #fff;
|
||||
background-color: #da2a2a;
|
||||
border-color: #da2a2a;
|
||||
box-shadow: 0 0 0 .25rem rgba(218, 42, 42, 0.507)
|
||||
}
|
||||
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #da2a2a;
|
||||
border-color: #da2a2a
|
||||
}
|
||||
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(218, 42, 42, 0.507)
|
||||
}
|
||||
.btn-danger.disabled, .btn-danger:disabled {
|
||||
color: #fff;
|
||||
background-color: #e72e2e;
|
||||
border-color: #e72e2e
|
||||
}
|
||||
.btn-light {
|
||||
color: #000;
|
||||
background-color: #f8f9fa;
|
||||
border-color: #f8f9fa
|
||||
}
|
||||
.btn-light:hover {
|
||||
color: #000;
|
||||
background-color: #f9fafb;
|
||||
border-color: #f9fafb
|
||||
}
|
||||
.btn-check:focus+.btn-light, .btn-light:focus {
|
||||
color: #000;
|
||||
background-color: #f9fafb;
|
||||
border-color: #f9fafb;
|
||||
box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
|
||||
}
|
||||
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
|
||||
color: #000;
|
||||
background-color: #f9fafb;
|
||||
border-color: #f9fafb
|
||||
}
|
||||
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
|
||||
}
|
||||
.btn-light.disabled, .btn-light:disabled {
|
||||
color: #000;
|
||||
background-color: #f8f9fa;
|
||||
border-color: #f8f9fa
|
||||
}
|
||||
.btn-dark {
|
||||
color: #fff;
|
||||
background-color: #212529;
|
||||
border-color: #212529
|
||||
}
|
||||
.btn-dark:hover {
|
||||
color: #fff;
|
||||
background-color: #1c1f23;
|
||||
border-color: #1a1e21
|
||||
}
|
||||
.btn-check:focus+.btn-dark, .btn-dark:focus {
|
||||
color: #fff;
|
||||
background-color: #1c1f23;
|
||||
border-color: #1a1e21;
|
||||
box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
|
||||
}
|
||||
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #1a1e21;
|
||||
border-color: #191c1f
|
||||
}
|
||||
.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
|
||||
}
|
||||
.btn-dark.disabled, .btn-dark:disabled {
|
||||
color: #fff;
|
||||
background-color: #212529;
|
||||
border-color: #212529
|
||||
}
|
||||
.btn-outline-primary {
|
||||
color: #3461ff;
|
||||
border-color: #3461ff
|
||||
}
|
||||
.btn-outline-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #3461ff;
|
||||
border-color: #3461ff
|
||||
}
|
||||
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
|
||||
color: #fff;
|
||||
background-color: #3461ff;
|
||||
border-color: #3461ff
|
||||
}
|
||||
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
|
||||
}
|
||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||
color: #3461ff;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-secondary {
|
||||
color: #6c757d;
|
||||
border-color: #6c757d
|
||||
}
|
||||
.btn-outline-secondary:hover {
|
||||
color: #fff;
|
||||
background-color: #6c757d;
|
||||
border-color: #6c757d
|
||||
}
|
||||
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
|
||||
color: #fff;
|
||||
background-color: #6c757d;
|
||||
border-color: #6c757d
|
||||
}
|
||||
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
|
||||
}
|
||||
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
|
||||
color: #6c757d;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-success {
|
||||
color: #12bf24;
|
||||
border-color: #12bf24
|
||||
}
|
||||
.btn-outline-success:hover {
|
||||
color: #fff;
|
||||
background-color: #12bf24;
|
||||
border-color: #12bf24
|
||||
}
|
||||
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
|
||||
color: #fff;
|
||||
background-color: #12bf24;
|
||||
border-color: #12bf24
|
||||
}
|
||||
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
|
||||
}
|
||||
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
||||
color: #12bf24;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-info {
|
||||
color: #32bfff;
|
||||
border-color: #32bfff
|
||||
}
|
||||
.btn-outline-info:hover {
|
||||
color: #000;
|
||||
background-color: #32bfff;
|
||||
border-color: #32bfff
|
||||
}
|
||||
.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
|
||||
color: #000;
|
||||
background-color: #32bfff;
|
||||
border-color: #32bfff
|
||||
}
|
||||
.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
|
||||
}
|
||||
.btn-outline-info.disabled, .btn-outline-info:disabled {
|
||||
color: #32bfff;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-warning {
|
||||
color: #ffcb32;
|
||||
border-color: #ffcb32
|
||||
}
|
||||
.btn-outline-warning:hover {
|
||||
color: #000;
|
||||
background-color: #ffcb32;
|
||||
border-color: #ffcb32
|
||||
}
|
||||
.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
|
||||
color: #000;
|
||||
background-color: #ffcb32;
|
||||
border-color: #ffcb32
|
||||
}
|
||||
.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
|
||||
}
|
||||
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
|
||||
color: #ffcb32;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-danger {
|
||||
color: #e72e2e;
|
||||
border-color: #e72e2e
|
||||
}
|
||||
.btn-outline-danger:hover {
|
||||
color: #fff;
|
||||
background-color: #e72e2e;
|
||||
border-color: #e72e2e
|
||||
}
|
||||
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
|
||||
color: #fff;
|
||||
background-color: #e72e2e;
|
||||
border-color: #e72e2e
|
||||
}
|
||||
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
|
||||
}
|
||||
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
|
||||
color: #e72e2e;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-light {
|
||||
color: #f8f9fa;
|
||||
border-color: #f8f9fa
|
||||
}
|
||||
.btn-outline-light:hover {
|
||||
color: #000;
|
||||
background-color: #f8f9fa;
|
||||
border-color: #f8f9fa
|
||||
}
|
||||
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
|
||||
color: #000;
|
||||
background-color: #f8f9fa;
|
||||
border-color: #f8f9fa
|
||||
}
|
||||
.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
|
||||
}
|
||||
.btn-outline-light.disabled, .btn-outline-light:disabled {
|
||||
color: #f8f9fa;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-outline-dark {
|
||||
color: #212529;
|
||||
border-color: #212529
|
||||
}
|
||||
.btn-outline-dark:hover {
|
||||
color: #fff;
|
||||
background-color: #212529;
|
||||
border-color: #212529
|
||||
}
|
||||
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
|
||||
}
|
||||
.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
|
||||
color: #fff;
|
||||
background-color: #212529;
|
||||
border-color: #212529
|
||||
}
|
||||
.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
|
||||
}
|
||||
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
|
||||
color: #212529;
|
||||
background-color: transparent
|
||||
}
|
||||
.btn-link {
|
||||
font-weight: 400;
|
||||
color: #3461ff;
|
||||
text-decoration: underline
|
||||
}
|
||||
.btn-link:hover {
|
||||
color: #0a58ca
|
||||
}
|
||||
|
||||
|
||||
/* Nav-Tabs */
|
||||
|
||||
.nav-search input.form-control {
|
||||
background-color: rgb(255 255 255 / 20%);
|
||||
border: 1px solid rgb(255 255 255 / 45%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nav-search button[type=submit] {
|
||||
background-color: rgb(255 255 255 / 20%);
|
||||
border: 1px solid rgb(255 255 255 / 32%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link {
|
||||
margin-bottom: -1px;
|
||||
border: 1px solid transparent;
|
||||
border-top-right-radius: .25rem;
|
||||
border-top-left-radius: .25rem;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link {
|
||||
border-radius: .25rem;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
|
||||
.nav-primary.nav-tabs .nav-link.active {
|
||||
color: #008cff;
|
||||
border-color: #008cff #008cff #fff
|
||||
}
|
||||
|
||||
.nav-danger.nav-tabs .nav-link.active {
|
||||
color: #f41127;
|
||||
border-color: #f41127 #f41127 #fff
|
||||
}
|
||||
|
||||
.nav-success.nav-tabs .nav-link.active {
|
||||
color: #17a00e;
|
||||
border-color: #17a00e #17a00e #fff
|
||||
}
|
||||
|
||||
.nav-warning.nav-tabs .nav-link.active {
|
||||
color: #ffc107;
|
||||
border-color: #ffc107 #ffc107 #fff
|
||||
}
|
||||
|
||||
.nav-pills-danger.nav-pills .nav-link.active {
|
||||
color: #fff;
|
||||
background-color: #f41127
|
||||
}
|
||||
|
||||
.nav-pills-success.nav-pills .nav-link.active {
|
||||
color: #fff;
|
||||
background-color: #17a00e
|
||||
}
|
||||
|
||||
.nav-pills-warning.nav-pills .nav-link.active {
|
||||
color: #000;
|
||||
background-color: #ffc107
|
||||
}
|
||||
|
||||
|
||||
/* Tables */
|
||||
|
||||
.color-table .table {
|
||||
color: #ffffff;
|
||||
border-color: rgb(255 255 255 / 22%);
|
||||
}
|
||||
|
||||
.info-table .table, .warning-table .table {
|
||||
color: #16191d;
|
||||
border-color: rgb(0 0 0 / 12%);
|
||||
}
|
|
@ -0,0 +1,773 @@
|
|||
html.dark-theme body{
|
||||
|
||||
color: #fcfcfc;
|
||||
background-color: #1a2232;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme ::placeholder {
|
||||
color: #fff !important;
|
||||
opacity: 0.4 !important;
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
html.dark-theme .sidebar-wrapper,
|
||||
html.dark-theme .sidebar-wrapper .sidebar-header {
|
||||
|
||||
background-color: #1a2232;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .sidebar-wrapper,
|
||||
html.dark-theme .sidebar-wrapper .sidebar-header {
|
||||
|
||||
border-right: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .sidebar-wrapper .sidebar-header {
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%);
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .sidebar-wrapper .sidebar-header .logo-text,
|
||||
html.dark-theme .sidebar-wrapper .sidebar-header .toggle-icon {
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .sidebar-wrapper .metismenu .mm-active>a, html.dark-theme .sidebar-wrapper .metismenu a:active, html.dark-theme .sidebar-wrapper .metismenu a:focus, html.dark-theme .sidebar-wrapper .metismenu a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background: rgb(46 57 78);
|
||||
border-left: 4px solid #ffffff;
|
||||
}
|
||||
|
||||
html.dark-theme .sidebar-wrapper .metismenu a {
|
||||
color: #9ea4aa;
|
||||
}
|
||||
|
||||
html.dark-theme .sidebar-wrapper .metismenu ul {
|
||||
border: 1px solid #ffffff00;
|
||||
}
|
||||
|
||||
html.dark-theme .sidebar-wrapper .sidebar-header img {
|
||||
filter: invert(1) grayscale(100%) brightness(200%);
|
||||
}
|
||||
|
||||
html.dark-theme .sidebar-wrapper .simplebar-scrollbar:before {
|
||||
background: rgba(255, 255, 255, .4)
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
html.dark-theme .top-header .navbar {
|
||||
|
||||
color: #fcfcfc;
|
||||
background-color: #1a2232;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .top-navbar-right .nav-link {
|
||||
|
||||
color: #fcfcfc;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .mobile-toggle-icon,
|
||||
html.dark-theme .top-header .navbar .search-toggle-icon {
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .searchbar .form-control {
|
||||
|
||||
color: #fcfcfc;
|
||||
background-color: #202a40;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Components */
|
||||
|
||||
|
||||
html.dark-theme .btn-dark {
|
||||
color: #fff;
|
||||
background-color: #101821;
|
||||
border-color: #101821;
|
||||
}
|
||||
|
||||
html.dark-theme .btn-outline-dark {
|
||||
color: #b1b6bb;
|
||||
border-color: #7f868d;
|
||||
}
|
||||
|
||||
html.dark-theme .btn-white {
|
||||
color: #ffffff;
|
||||
background-color: #202a40;
|
||||
border-color: rgb(255 255 255 / 12%);
|
||||
}
|
||||
|
||||
html.dark-theme .btn-light {
|
||||
color: #fff;
|
||||
background-color: #313c53;
|
||||
border-color: rgb(255 255 255 / 12%);
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .ff_fileupload_wrap .ff_fileupload_dropzone, html.dark-theme .imageuploadify {
|
||||
|
||||
border: 2px dashed rgb(255 255 255 / 74%);
|
||||
background-color: #202a40;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .picker__input {
|
||||
background-color: #1a2232 !important;
|
||||
}
|
||||
|
||||
html.dark-theme .picker__holder {
|
||||
background: #1a2232;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .picker__button--today, html.dark-theme .picker__button--clear, html.dark-theme .picker__button--close {
|
||||
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
background: #1a2232;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .select2-container--bootstrap4 .select2-selection {
|
||||
background-color: #1a2232;
|
||||
border: 1px solid rgb(255 255 255 / .35)
|
||||
}
|
||||
html.dark-theme .select2-dropdown {
|
||||
background-color: #1a2232;
|
||||
border: 1px solid rgb(255 255 255 / 38%)
|
||||
}
|
||||
html.dark-theme .select2-search--dropdown .select2-search__field {
|
||||
border: 1px solid rgb(255 255 255 / 34%);
|
||||
background-color: #1a2232;
|
||||
color: #e3dfdf
|
||||
}
|
||||
html.dark-theme .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
|
||||
color: #dee1e5;
|
||||
border: 1px solid rgb(255 255 255 / 55%);
|
||||
background: #171717
|
||||
}
|
||||
html.dark-theme .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
|
||||
background: 0 0;
|
||||
color: #e6e1e1
|
||||
}
|
||||
html.dark-theme .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
|
||||
background-color: #1a2232;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
html.dark-theme .modal-content {
|
||||
|
||||
background-color: #202a40;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .modal-header {
|
||||
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .modal-footer {
|
||||
|
||||
border-top: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .nav-tabs .nav-item.show .nav-link, html.dark-theme .nav-tabs .nav-link.active {
|
||||
background-color: #1a2232;
|
||||
}
|
||||
|
||||
html.dark-theme .nav-tabs {
|
||||
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .nav-primary.nav-tabs .nav-link.active {
|
||||
|
||||
border-color: #008cff #008cff rgb(255 255 255 / 24%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .nav-tabs .nav-link {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .nav-danger.nav-tabs .nav-link.active {
|
||||
border-color: #f41127 #f41127 rgb(255 255 255 / 24%);
|
||||
}
|
||||
|
||||
html.dark-theme .nav-success.nav-tabs .nav-link.active {
|
||||
border-color: #17a00e #17a00e rgb(255 255 255 / 24%);
|
||||
}
|
||||
|
||||
html.dark-theme .nav-warning.nav-tabs .nav-link.active {
|
||||
border-color: #ffc107 #ffc107 rgb(255 255 255 / 24%);
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .nav-pills .nav-link {
|
||||
|
||||
color: #ffffff;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .page-link {
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #202a40;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .page-item.disabled .page-link {
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #181f2e;
|
||||
border-color: rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .productlist .product-box {
|
||||
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
background-color: #1a2232;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .form-control, html.dark-theme .form-select {
|
||||
|
||||
color: #fcfcfc;
|
||||
background-color: #1a2232;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .form-control:disabled, html.dark-theme .form-control[readonly] {
|
||||
|
||||
background-color: #2c364a;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .form-select:disabled {
|
||||
|
||||
background-color: #2c364a;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .bootstrap-tagsinput {
|
||||
color: #fcfcfc;
|
||||
background-color: #1a2232;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .input-group-text {
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #313c53;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
html.dark-theme .chip {
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #141b29;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .card {
|
||||
|
||||
background-color: #202a40;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .card-header,
|
||||
html.dark-theme .card-footer {
|
||||
|
||||
background-color: #161d2d;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .bg-dark{
|
||||
|
||||
background-color: #101821!important;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .text-secondary {
|
||||
|
||||
color: #8c949c!important;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .border {
|
||||
|
||||
border: 1px solid rgb(255 255 255 / 12%) !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .border-start {
|
||||
|
||||
border-left: 1px solid rgb(255 255 255 / 12%) !important;
|
||||
}
|
||||
|
||||
html.dark-theme .border-end {
|
||||
|
||||
border-right: 1px solid rgb(255 255 255 / 12%) !important;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .border-top {
|
||||
|
||||
border-top: 1px solid rgb(255 255 255 / 12%) !important;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .border-bottom {
|
||||
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%) !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .text-option {
|
||||
color: #fcfcfc!important;
|
||||
}
|
||||
|
||||
html.dark-theme .offcanvas {
|
||||
background-color: #1a2232;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .btn-close {
|
||||
|
||||
filter: invert(1) grayscale(100%) brightness(200%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .w_percent {
|
||||
|
||||
color: #ffffff;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .bg-light {
|
||||
|
||||
background-color: #1b2336!important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .list-group-item {
|
||||
|
||||
color: #fcfcfc;
|
||||
background-color: #202a40;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .list-group-flush>.list-group-item {
|
||||
|
||||
border-width: 0 0 1px;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .new-customer-list .customer-list-item:hover {
|
||||
|
||||
background-color: #1b2436;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .best-product-item {
|
||||
|
||||
background-color: #202a40;
|
||||
|
||||
}
|
||||
html.dark-theme .best-product-item:hover,
|
||||
html.dark-theme .sellers-list-item:hover {
|
||||
|
||||
background-color: #1b2436;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .theme-icons,
|
||||
html.dark-theme .product-box {
|
||||
background-color: #202a40;
|
||||
color: #f1f4f6;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .accordion-button {
|
||||
color: #ffffff;
|
||||
background-color: #202a40;
|
||||
}
|
||||
|
||||
html.dark-theme .accordion-item {
|
||||
background-color: #1b2436;
|
||||
border: 1px solid rgb(255 255 255 / 12%);
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .accordion-button:focus {
|
||||
|
||||
border-color: #ffffff;
|
||||
box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .accordion-button:not(.collapsed) {
|
||||
|
||||
color: #ffffff;
|
||||
background-color: #161d2c;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .dropdown-menu {
|
||||
|
||||
color: #fcfcfc;
|
||||
background-color: #202a40;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .dropdown-item {
|
||||
|
||||
color: #fcfcfc;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-large .dropdown-menu::after,
|
||||
html.dark-theme .top-header .navbar .dropdown-user-setting .dropdown-menu::after {
|
||||
|
||||
background: #202a40;
|
||||
border-top: 1px solid #2f3b55;
|
||||
border-left: 1px solid #2f3b55;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-searchbar .form-control {
|
||||
color: #fcfcfc;
|
||||
background-color: #202a40;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-item .setting-icon {
|
||||
|
||||
background-color: #2b3650;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-large .dropdown-item:hover,
|
||||
html.dark-theme .top-header .navbar .dropdown-user-setting .dropdown-item:hover {
|
||||
|
||||
border-radius: 10px;
|
||||
color: #fcfcfc;
|
||||
background-color: #2e384e
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-menu .notification-box {
|
||||
|
||||
background-color: #2e384e;
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-menu .apps:hover {
|
||||
|
||||
background-color: #2e384e;
|
||||
transition: all 0.2;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
html.dark-theme .top-header .navbar .dropdown-menu .apps .apps-name {
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
html.dark-theme .table {
|
||||
|
||||
--bs-table-bg: transparent;
|
||||
--bs-table-accent-bg: transparent;
|
||||
--bs-table-striped-color: #ffffff;
|
||||
--bs-table-striped-bg: rgba(255, 255, 255, 0.05);
|
||||
--bs-table-active-color: #ffffff;
|
||||
--bs-table-active-bg: rgb(255 255 255 / 10%);
|
||||
--bs-table-hover-color: #ffffff;
|
||||
--bs-table-hover-bg: rgb(255 255 255 / 8%);
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #fcfcfc;
|
||||
vertical-align: top;
|
||||
border-color: rgb(255 255 255 / 12%);
|
||||
|
||||
}
|
||||
|
||||
html.dark-theme .table-light {
|
||||
|
||||
--bs-table-bg: rgb(255 255 255 / 12%);
|
||||
--bs-table-striped-bg: #ecedee;
|
||||
--bs-table-striped-color: #000;
|
||||
--bs-table-active-bg: #dfe0e1;
|
||||
--bs-table-active-color: #000;
|
||||
--bs-table-hover-bg: #e5e6e7;
|
||||
--bs-table-hover-color: #000;
|
||||
color: #fff;
|
||||
border-color: #dfe0e1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Emailbox */
|
||||
|
||||
|
||||
html.dark-theme .email-wrapper {
|
||||
background-color: #202a40;
|
||||
box-shadow: 0 .1rem .7rem rgb(0 0 0 / 24%)
|
||||
}
|
||||
html.dark-theme .email-sidebar {
|
||||
background-color: #202a40;
|
||||
border-right: 1px solid rgb(255 255 255 / .12)
|
||||
}
|
||||
html.dark-theme .email-sidebar-header {
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(255 255 255 / .12);
|
||||
border-right: 0 solid rgb(255 255 255 / 12%)
|
||||
}
|
||||
html.dark-theme .email-navigation {
|
||||
border-bottom: 1px solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .email-navigation a.list-group-item {
|
||||
color: #e4e5e6;
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(0 0 0 / 0%)
|
||||
}
|
||||
html.dark-theme .email-navigation a.list-group-item:hover {
|
||||
background-color: rgb(255 255 255 / 14%);
|
||||
}
|
||||
html.dark-theme .email-meeting a.list-group-item {
|
||||
color: #e4e5e6;
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(0 0 0 / 0%)
|
||||
}
|
||||
html.dark-theme .email-meeting a.list-group-item:hover {
|
||||
background-color: rgb(255 255 255 / 14%);
|
||||
}
|
||||
html.dark-theme .list-group-item {
|
||||
background-color: #202a40;
|
||||
border: 1px solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .email-navigation a.list-group-item.active {
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
background-color: rgb(255 255 255 / 14%);
|
||||
}
|
||||
html.dark-theme .list-group-flush>.list-group-item {
|
||||
border-width: 0 0 1px
|
||||
}
|
||||
html.dark-theme .border-top {
|
||||
border-top: 1px solid rgb(255 255 255 / 13%)!important
|
||||
}
|
||||
html.dark-theme .email-header {
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .email-content {
|
||||
background: #202a40
|
||||
}
|
||||
html.dark-theme .email-list div.email-message {
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%);
|
||||
color: #e4e5e6
|
||||
}
|
||||
html.dark-theme .email-list div.email-message:hover {
|
||||
transition: all .2s ease-out;
|
||||
background: #434a50
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .email-time {
|
||||
font-size: 13px;
|
||||
color: #8c969e
|
||||
}
|
||||
|
||||
|
||||
/* Chatbox */
|
||||
|
||||
|
||||
html.dark-theme .chat-wrapper {
|
||||
background-color: #202a40;
|
||||
box-shadow: 0 .1rem .7rem rgb(0 0 0 / 22%)
|
||||
}
|
||||
html.dark-theme .chat-sidebar {
|
||||
background-color: #202a40;
|
||||
border-right: 1px solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .chat-sidebar-header {
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 13%);
|
||||
border-right: 0 solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .chat-header {
|
||||
background-color: #202a40;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .chat-tab-menu li a.nav-link {
|
||||
color: #c3c5c8
|
||||
}
|
||||
html.dark-theme .chat-title {
|
||||
color: #e4e5e6
|
||||
}
|
||||
html.dark-theme .chat-msg {
|
||||
font-size: 14px;
|
||||
color: #848992
|
||||
}
|
||||
html.dark-theme .chat-time {
|
||||
font-size: 13px;
|
||||
color: #8c969e
|
||||
}
|
||||
html.dark-theme .chat-top-header-menu a {
|
||||
color: #c3c5c8;
|
||||
background-color: #202a40;
|
||||
border: 1px solid rgb(255 255 255 / 15%)
|
||||
}
|
||||
html.dark-theme .chat-content-leftside .chat-left-msg {
|
||||
background-color: #202a40
|
||||
}
|
||||
html.dark-theme .chat-content-rightside .chat-right-msg {
|
||||
background-color: #41484e
|
||||
}
|
||||
html.dark-theme .chat-footer {
|
||||
background-color: #202a40;
|
||||
border-top: 1px solid rgb(255 255 255 / 13%)
|
||||
}
|
||||
html.dark-theme .chat-footer-menu a {
|
||||
color: #c3c5c8;
|
||||
background-color: #202a40;
|
||||
border: 1px solid rgb(255 255 255 / 15%)
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .fm-menu .list-group a {
|
||||
color: #c3c5c8
|
||||
}
|
||||
html.dark-theme .fm-icon-box {
|
||||
background: #202a40;
|
||||
color: #fff
|
||||
}
|
||||
html.dark-theme .contacts-social a {
|
||||
background: #202a40;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .fc-theme-standard td, html.dark-theme .fc-theme-standard th {
|
||||
border: 1px solid rgb(255 255 255 / .12)
|
||||
}
|
||||
html.dark-theme .fc-theme-standard .fc-scrollgrid {
|
||||
border: 1px solid rgb(255 255 255 / 12%)
|
||||
}
|
||||
html.dark-theme .fc .fc-col-header-cell-cushion {
|
||||
color: #fff
|
||||
}
|
||||
html.dark-theme .fc .fc-daygrid-day-number {
|
||||
color: #fff
|
||||
}
|
||||
|
||||
html.dark-theme .breadcrumb {
|
||||
background-color: rgb(32 42 64 / 0%);
|
||||
}
|
||||
html.dark-theme .breadcrumb-item.active {
|
||||
color: #8b969f
|
||||
}
|
||||
html.dark-theme .breadcrumb-title {
|
||||
border-right: 1.5px solid rgb(255 255 255 / 18%)
|
||||
}
|
||||
|
||||
html.dark-theme .bg-body {
|
||||
background-color: #202a40!important
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .apexcharts-pie-label,
|
||||
html.dark-theme .apexcharts-datalabels,
|
||||
html.dark-theme .apexcharts-datalabel,
|
||||
html.dark-theme .apexcharts-datalabel-label,
|
||||
html.dark-theme .apexcharts-datalabel-value {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
|
||||
html.dark-theme .apexcharts-text tspan {
|
||||
fill: rgb(255 255 255 / 66%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Responsive */
|
||||
|
||||
@media screen and (max-width:1024px) {
|
||||
|
||||
html.dark-theme .top-header .navbar .full-searchbar {
|
||||
background-color: #1a2232;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 15%);
|
||||
background-clip: border-box;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,222 @@
|
|||
html.color-header .top-header .navbar .navbar-nav .nav-link {
|
||||
color: #fff
|
||||
}
|
||||
|
||||
html.color-header .top-header, html.color-header .top-header .topbar-logo-header {
|
||||
border-right: 1px solid rgb(255 255 255 / 15%);
|
||||
}
|
||||
|
||||
html.color-header .top-header .topbar-logo-header img {
|
||||
filter: invert(1) grayscale(100%) brightness(200%);
|
||||
}
|
||||
|
||||
html.color-header .searchbar input {
|
||||
color: #413f3f!important;
|
||||
background-color: #fff!important;
|
||||
border: 1px solid rgb(241 241 241 / 15%)!important;
|
||||
box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%)
|
||||
}
|
||||
html.color-header .searchbar input:focus {
|
||||
box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .30)!important
|
||||
}
|
||||
html.color-header .searchbar input::placeholder {
|
||||
color: #08090a!important;
|
||||
opacity: .5!important
|
||||
}
|
||||
html.color-header::placeholder {
|
||||
color: #08090a!important;
|
||||
opacity: .5!important
|
||||
}
|
||||
html.color-header .search-show {
|
||||
color: #221f1f
|
||||
}
|
||||
|
||||
html.color-header .top-header .mobile-toggle-icon {
|
||||
color: #fff
|
||||
}
|
||||
|
||||
|
||||
html.color-header .top-header .navbar {
|
||||
border-bottom: 1px solid rgb(255 255 255 / 0%);
|
||||
}
|
||||
|
||||
html.color-header .top-header .navbar .searchbar .search-close-icon,
|
||||
html.color-header .top-header .navbar .searchbar .search-icon {
|
||||
color: #111d28
|
||||
}
|
||||
|
||||
|
||||
.switcher-body .headercolor1 {
|
||||
background: #3361ff!important
|
||||
}
|
||||
.switcher-body .headercolor2 {
|
||||
background: #1f283c!important
|
||||
}
|
||||
.switcher-body .headercolor3 {
|
||||
background: #e72e2e!important
|
||||
}
|
||||
.switcher-body .headercolor4 {
|
||||
background: #198754!important
|
||||
}
|
||||
.switcher-body .headercolor5 {
|
||||
background: #8932ff!important
|
||||
}
|
||||
.switcher-body .headercolor6 {
|
||||
background: #795548!important
|
||||
}
|
||||
.switcher-body .headercolor7 {
|
||||
background: #d3094e!important
|
||||
}
|
||||
.switcher-body .headercolor8 {
|
||||
background: #ff6632!important
|
||||
}
|
||||
html.headercolor1 .top-header .navbar{
|
||||
background: #3361ff
|
||||
}
|
||||
html.headercolor2 .top-header .navbar{
|
||||
background: #1f283c
|
||||
}
|
||||
html.headercolor3 .top-header .navbar {
|
||||
background: #e72e2e
|
||||
}
|
||||
html.headercolor4 .top-header .navbar {
|
||||
background: #198754
|
||||
}
|
||||
html.headercolor5 .top-header .navbar {
|
||||
background: #8932ff
|
||||
}
|
||||
html.headercolor6 .top-header .navbar {
|
||||
background: #795548
|
||||
}
|
||||
html.headercolor7 .top-header .navbar {
|
||||
background: #d3094e
|
||||
}
|
||||
html.headercolor8 .top-header .navbar {
|
||||
background: #ff6632
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* sidebar color */
|
||||
|
||||
|
||||
html.color-sidebar .sidebar-wrapper{
|
||||
background-color: #171717;
|
||||
border-left: 1px solid rgb(228 228 228 / 0%);
|
||||
}
|
||||
html.color-sidebar .sidebar-header{
|
||||
background-color: transparent;
|
||||
border-left: 1px solid #e4e4e400;
|
||||
border-bottom: 1px solid rgb(255 255 255 / 15%);
|
||||
position: absolute;
|
||||
}
|
||||
html.color-sidebar .logo-icon {
|
||||
filter: invert(1) grayscale(100%) brightness(200%);
|
||||
}
|
||||
|
||||
html.color-sidebar .menu-label{
|
||||
color: rgb(255 255 255 / 65%);
|
||||
}
|
||||
|
||||
html.color-sidebar .sidebar-wrapper .sidebar-header .logo-text {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
html.color-sidebar .sidebar-wrapper .sidebar-header .toggle-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
html.color-sidebar .simplebar-scrollbar:before {
|
||||
background: rgba(255, 255, 255, .4)
|
||||
}
|
||||
|
||||
html.color-sidebar .sidebar-wrapper .metismenu .mm-active>a, html.color-sidebar .sidebar-wrapper .metismenu a:active, html.color-sidebar .sidebar-wrapper .metismenu a:focus, html.color-sidebar .sidebar-wrapper .metismenu a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background: rgb(255 255 255 / 18%);
|
||||
}
|
||||
|
||||
html.color-sidebar .sidebar-wrapper .metismenu a {
|
||||
color: rgb(255 255 255 / 85%);
|
||||
}
|
||||
|
||||
html.color-sidebar .sidebar-wrapper .metismenu ul {
|
||||
border: 1px solid #ffffff00;
|
||||
background: rgb(255 255 255 / 8%);
|
||||
}
|
||||
|
||||
|
||||
html.color-sidebar .sidebar-wrapper {
|
||||
background-size: 100% 100%;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
.switcher-wrapper .sidebarcolor1 {
|
||||
background-image: url(../images/bg-themes/1.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor2 {
|
||||
background-image: url(../images/bg-themes/2.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor3 {
|
||||
background-image: url(../images/bg-themes/3.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor4 {
|
||||
background-image: url(../images/bg-themes/4.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor5 {
|
||||
background-image: url(../images/bg-themes/5.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor6 {
|
||||
background-image: url(../images/bg-themes/6.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor7 {
|
||||
background-image: url(../images/bg-themes/7.png);
|
||||
}
|
||||
.switcher-wrapper .sidebarcolor8 {
|
||||
background-image: url(../images/bg-themes/8.png);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
html.color-sidebar.sidebarcolor1 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/1.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor2 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/2.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor3 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/3.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor4 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/4.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor5 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/5.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor6 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/6.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor7 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/7.png);
|
||||
}
|
||||
|
||||
html.color-sidebar.sidebarcolor8 .sidebar-wrapper {
|
||||
background-image: url(../images/bg-themes/8.png);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
|
||||
|
||||
html.light-theme .sidebar-wrapper .metismenu .mm-active>a,
|
||||
html.light-theme .sidebar-wrapper .metismenu a:active,
|
||||
html.light-theme .sidebar-wrapper .metismenu a:focus,
|
||||
html.light-theme .sidebar-wrapper .metismenu a:hover {
|
||||
color: #3461ff;
|
||||
text-decoration: none;
|
||||
background-color: rgb(52 97 255 / 10%);
|
||||
border-left: 4px solid #3461ff;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
html.light-theme .sidebar-wrapper {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
|
||||
}
|
||||
|
||||
html.light-theme .sidebar-wrapper .sidebar-header {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
html.light-theme .top-header .navbar {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
|
||||
}
|
||||
|
||||
html.light-theme .top-header .navbar .searchbar .form-control {
|
||||
background-color: #f9fafb;
|
||||
}
|
||||
|
||||
|
||||
html.light-theme .top-header .navbar .searchbar .form-control:focus {
|
||||
background-color: #ffffff;
|
||||
border-color: #86b7fe;
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
|
||||
}
|
||||
|
|
@ -0,0 +1,362 @@
|
|||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1042;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: 0.8; }
|
||||
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1043;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
|
||||
.mfp-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.mfp-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle; }
|
||||
|
||||
.mfp-align-top .mfp-container:before {
|
||||
display: none; }
|
||||
|
||||
.mfp-content {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
z-index: 1045; }
|
||||
|
||||
.mfp-inline-holder .mfp-content,
|
||||
.mfp-ajax-holder .mfp-content {
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-ajax-cur {
|
||||
cursor: progress; }
|
||||
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||
cursor: -moz-zoom-out;
|
||||
cursor: -webkit-zoom-out;
|
||||
cursor: zoom-out; }
|
||||
|
||||
.mfp-zoom {
|
||||
cursor: pointer;
|
||||
cursor: -webkit-zoom-in;
|
||||
cursor: -moz-zoom-in;
|
||||
cursor: zoom-in; }
|
||||
|
||||
.mfp-auto-cursor .mfp-content {
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-close,
|
||||
.mfp-arrow,
|
||||
.mfp-preloader,
|
||||
.mfp-counter {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.mfp-loading.mfp-figure {
|
||||
display: none; }
|
||||
|
||||
.mfp-hide {
|
||||
display: none !important; }
|
||||
|
||||
.mfp-preloader {
|
||||
color: #CCC;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
margin-top: -0.8em;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
z-index: 1044; }
|
||||
.mfp-preloader a {
|
||||
color: #CCC; }
|
||||
.mfp-preloader a:hover {
|
||||
color: #FFF; }
|
||||
|
||||
.mfp-s-ready .mfp-preloader {
|
||||
display: none; }
|
||||
|
||||
.mfp-s-error .mfp-content {
|
||||
display: none; }
|
||||
|
||||
button.mfp-close,
|
||||
button.mfp-arrow {
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
display: block;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
z-index: 1046;
|
||||
box-shadow: none;
|
||||
touch-action: manipulation; }
|
||||
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
.mfp-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
opacity: 0.65;
|
||||
padding: 0 0 18px 10px;
|
||||
color: #FFF;
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: Arial, Baskerville, monospace; }
|
||||
.mfp-close:hover,
|
||||
.mfp-close:focus {
|
||||
opacity: 1; }
|
||||
.mfp-close:active {
|
||||
top: 1px; }
|
||||
|
||||
.mfp-close-btn-in .mfp-close {
|
||||
color: #333; }
|
||||
|
||||
.mfp-image-holder .mfp-close,
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
color: #FFF;
|
||||
right: -6px;
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
width: 100%; }
|
||||
|
||||
.mfp-counter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #CCC;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap; }
|
||||
|
||||
.mfp-arrow {
|
||||
position: absolute;
|
||||
opacity: 0.65;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px; }
|
||||
.mfp-arrow:hover,
|
||||
.mfp-arrow:focus {
|
||||
opacity: 1; }
|
||||
.mfp-arrow:before,
|
||||
.mfp-arrow:after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: 35px;
|
||||
margin-left: 35px;
|
||||
border: medium inset transparent; }
|
||||
.mfp-arrow:after {
|
||||
border-top-width: 13px;
|
||||
border-bottom-width: 13px;
|
||||
top: 8px; }
|
||||
.mfp-arrow:before {
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 21px;
|
||||
opacity: 0.7; }
|
||||
|
||||
.mfp-arrow-left {
|
||||
left: 0; }
|
||||
.mfp-arrow-left:after {
|
||||
border-right: 17px solid #FFF;
|
||||
margin-left: 31px; }
|
||||
.mfp-arrow-left:before {
|
||||
margin-left: 25px;
|
||||
border-right: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
right: 0; }
|
||||
.mfp-arrow-right:after {
|
||||
border-left: 17px solid #FFF;
|
||||
margin-left: 39px; }
|
||||
.mfp-arrow-right:before {
|
||||
border-left: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-iframe-holder {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px; }
|
||||
.mfp-iframe-holder .mfp-content {
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
max-width: 900px; }
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
top: -40px; }
|
||||
|
||||
.mfp-iframe-scaler {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding-top: 56.25%; }
|
||||
.mfp-iframe-scaler iframe {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #000; }
|
||||
|
||||
/* Main image in popup */
|
||||
img.mfp-img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 40px 0 40px;
|
||||
margin: 0 auto; }
|
||||
|
||||
/* The shadow behind the image */
|
||||
.mfp-figure {
|
||||
line-height: 0; }
|
||||
.mfp-figure:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
bottom: 40px;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #444; }
|
||||
.mfp-figure small {
|
||||
color: #BDBDBD;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 14px; }
|
||||
.mfp-figure figure {
|
||||
margin: 0; }
|
||||
|
||||
.mfp-bottom-bar {
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-title {
|
||||
text-align: left;
|
||||
line-height: 18px;
|
||||
color: #F3F3F3;
|
||||
word-wrap: break-word;
|
||||
padding-right: 36px; }
|
||||
|
||||
.mfp-image-holder .mfp-content {
|
||||
max-width: 100%; }
|
||||
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||
cursor: pointer; }
|
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||
/**
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.mfp-img-mobile img.mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-figure:after {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.mfp-img-mobile .mfp-figure small {
|
||||
display: inline;
|
||||
margin-left: 5px; }
|
||||
.mfp-img-mobile .mfp-bottom-bar {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
box-sizing: border-box; }
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-counter {
|
||||
right: 5px;
|
||||
top: 3px; }
|
||||
.mfp-img-mobile .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
padding: 0; } }
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.mfp-arrow {
|
||||
-webkit-transform: scale(0.75);
|
||||
transform: scale(0.75); }
|
||||
.mfp-arrow-left {
|
||||
-webkit-transform-origin: 0;
|
||||
transform-origin: 0; }
|
||||
.mfp-arrow-right {
|
||||
-webkit-transform-origin: 100%;
|
||||
transform-origin: 100%; }
|
||||
.mfp-container {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px; } }
|
||||
|
||||
|
||||
|
||||
.white-popup {
|
||||
position: relative;
|
||||
background: #FFF;
|
||||
padding: 20px;
|
||||
width: auto;
|
||||
max-width: 80%;
|
||||
margin: 20px auto;
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#0d6efd;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:3px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #0d6efd,0 0 5px #0d6efd;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-moz-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);-o-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:20px;height:20px;border:solid 3px transparent;border-top-color:#0d6efd;border-left-color:#0d6efd;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0);transform:rotate(0)}100%{transform:rotate(360deg);transform:rotate(360deg)}}
|
|
@ -0,0 +1,60 @@
|
|||
|
||||
.brand {
|
||||
font-size: 44px;
|
||||
text-align: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 400px;
|
||||
margin:0 auto;
|
||||
}
|
||||
.content form {
|
||||
padding: 15px 20px 20px 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.login-header {margin:10px 0 20px 0;}
|
||||
.login-img {
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
text-align: center;
|
||||
line-height: 56px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #6bd6db;
|
||||
font-size: 28px;
|
||||
color: #2CC4CB;
|
||||
}
|
||||
.login-header a{
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
padding: 12px 0;
|
||||
background-color: #c7cccf;
|
||||
}
|
||||
.login-header a.active {
|
||||
background-color: #fff;
|
||||
color: inherit;
|
||||
}
|
||||
.login-title {
|
||||
margin-bottom: 25px;
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.social-auth-hr {
|
||||
text-align: center;
|
||||
height: 10px;
|
||||
margin-bottom: 21px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.social-auth-hr span {
|
||||
background: #fff;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.login-footer {
|
||||
padding: 15px;
|
||||
background-color: #ebedee;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
.inbox-list li a {
|
||||
color: inherit;
|
||||
}
|
||||
.inbox-list li a i {margin-right:5px}
|
||||
.mailbox-header, .mailbox-body {padding: 15px}
|
||||
.inbox-title {white-space: normal; margin: 8px 0; font-weight: 600;}
|
||||
.mail-search {width:300px}
|
||||
.inbox-toolbar {white-space: nowrap}
|
||||
.table-inbox tr.unread {font-weight: 600;}
|
||||
.table-inbox tr > td:first-child {padding-left:15px}
|
||||
|
||||
.mail-attachments .card{
|
||||
width: 220px;
|
||||
margin-bottom: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.mail-search {width:100%}
|
||||
}
|
|
@ -0,0 +1,73 @@
|
|||
|
||||
html.semi-dark .sidebar-wrapper,
|
||||
html.semi-dark .sidebar-wrapper .sidebar-header {
|
||||
|
||||
background-color: #1a2232;
|
||||
|
||||
}
|
||||
|
||||
|
||||
html.semi-dark .sidebar-wrapper,
|
||||
html.semi-dark .sidebar-wrapper .sidebar-header {
|
||||
|
||||
border-right: 1px solid #1a2232;
|
||||
|
||||
}
|
||||
|
||||
html.semi-dark .top-header .navbar .searchbar .form-control:focus {
|
||||
border-color: #86b7fe;
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
|
||||
}
|
||||
|
||||
|
||||
html.semi-dark .sidebar-wrapper .sidebar-header {
|
||||
border-bottom: 1px solid rgb(255 255 255 / 12%);
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
|
||||
html.semi-dark .sidebar-wrapper .sidebar-header .logo-text,
|
||||
html.semi-dark .sidebar-wrapper .sidebar-header .toggle-icon {
|
||||
color: #fcfcfc;
|
||||
}
|
||||
|
||||
|
||||
html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background: rgb(46 57 78);
|
||||
border-left: 4px solid #ffffff;
|
||||
}
|
||||
|
||||
html.semi-dark .sidebar-wrapper .metismenu a {
|
||||
color: #9ea4aa;
|
||||
}
|
||||
|
||||
html.semi-dark .sidebar-wrapper .metismenu ul {
|
||||
border: 1px solid #ffffff00;
|
||||
}
|
||||
|
||||
html.semi-dark .sidebar-wrapper .sidebar-header img {
|
||||
filter: invert(1) grayscale(100%) brightness(200%);
|
||||
}
|
||||
|
||||
html.semi-dark .sidebar-wrapper .simplebar-scrollbar:before {
|
||||
background: rgba(255, 255, 255, .4)
|
||||
}
|
||||
|
||||
|
||||
html.semi-dark .top-header .navbar {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
|
||||
}
|
||||
|
||||
html.semi-dark .top-header .navbar .searchbar .form-control {
|
||||
background-color: #f9fafb;
|
||||
}
|
||||
|
||||
|
||||
html.semi-dark .top-header .navbar .searchbar .form-control:focus {
|
||||
background-color: #ffffff;
|
||||
border-color: #86b7fe;
|
||||
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
|
||||
}
|
|
@ -0,0 +1,55 @@
|
|||
.page-sidebar {
|
||||
background-color: #fafafa; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: inherit; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu > li a {
|
||||
color: inherit; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #ededed; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #3498db; }
|
||||
.side-menu li a.active:hover {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #fafafa; }
|
||||
|
||||
.header {
|
||||
background-color: #3498db; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #217dbb; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,53 @@
|
|||
.page-sidebar {
|
||||
background-color: #253544; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: #fff; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: #b4bcc8; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.side-menu > li a {
|
||||
color: #b4bcc8; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #2e4255; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #253544; }
|
||||
|
||||
.header {
|
||||
background-color: #3498db; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #217dbb; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,55 @@
|
|||
.page-sidebar {
|
||||
background-color: #fafafa; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: inherit; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu > li a {
|
||||
color: inherit; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #ededed; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #3498db; }
|
||||
.side-menu li a.active:hover {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #fafafa; }
|
||||
|
||||
.header {
|
||||
background-color: #2ecc71; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #25a25a; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,53 @@
|
|||
.page-sidebar {
|
||||
background-color: #253544; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: #fff; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: #b4bcc8; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.side-menu > li a {
|
||||
color: #b4bcc8; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #2e4255; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #253544; }
|
||||
|
||||
.header {
|
||||
background-color: #2ecc71; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #25a25a; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,55 @@
|
|||
.page-sidebar {
|
||||
background-color: #fafafa; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: inherit; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu > li a {
|
||||
color: inherit; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #ededed; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #3498db; }
|
||||
.side-menu li a.active:hover {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #fafafa; }
|
||||
|
||||
.header {
|
||||
background-color: #F39C12; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #c87f0a; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,53 @@
|
|||
.page-sidebar {
|
||||
background-color: #253544; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: #fff; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: #b4bcc8; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.side-menu > li a {
|
||||
color: #b4bcc8; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #2e4255; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #253544; }
|
||||
|
||||
.header {
|
||||
background-color: #F39C12; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #c87f0a; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,55 @@
|
|||
.page-sidebar {
|
||||
background-color: #fafafa; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: inherit; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu > li a {
|
||||
color: inherit; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #ededed; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #3498db; }
|
||||
.side-menu li a.active:hover {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #fafafa; }
|
||||
|
||||
.header {
|
||||
background-color: #E91E63; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #c1134e; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,53 @@
|
|||
.page-sidebar {
|
||||
background-color: #253544; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: #fff; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: #b4bcc8; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.side-menu > li a {
|
||||
color: #b4bcc8; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #2e4255; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #253544; }
|
||||
|
||||
.header {
|
||||
background-color: #E91E63; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #c1134e; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,55 @@
|
|||
.page-sidebar {
|
||||
background-color: #fafafa; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: inherit; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu > li a {
|
||||
color: inherit; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #ededed; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #3498db; }
|
||||
.side-menu li a.active:hover {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #fafafa; }
|
||||
|
||||
.header {
|
||||
background-color: #7E57C2; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #643da9; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,53 @@
|
|||
.page-sidebar {
|
||||
background-color: #253544; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: #fff; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: #b4bcc8; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: rgba(255, 255, 255, 0.4); }
|
||||
|
||||
.side-menu > li a {
|
||||
color: #b4bcc8; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #2e4255; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #253544; }
|
||||
|
||||
.header {
|
||||
background-color: #7E57C2; }
|
||||
.header .page-brand {
|
||||
color: #fff;
|
||||
background-color: #643da9; }
|
||||
.header .navbar-toolbar > li > a, .header .navbar-toolbar > li > a:hover, .header .navbar-toolbar > li > a:focus {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control {
|
||||
background-color: transparent; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-webkit-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-moz-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control:-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::-ms-input-placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .form-control, .header .navbar-toolbar .navbar-search .form-control::placeholder {
|
||||
color: #fff; }
|
||||
.header .navbar-toolbar .navbar-search .search-icon {
|
||||
color: #fff; }
|
|
@ -0,0 +1,38 @@
|
|||
.page-sidebar {
|
||||
background-color: #fafafa; }
|
||||
.page-sidebar .admin-block .admin-info {
|
||||
color: inherit; }
|
||||
.page-sidebar .admin-block .admin-info small {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu .heading {
|
||||
color: inherit; }
|
||||
|
||||
.side-menu > li a {
|
||||
color: inherit; }
|
||||
.side-menu > li a:hover, .side-menu > li a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu > li.active {
|
||||
background-color: #ededed; }
|
||||
.side-menu > li.active > a, .side-menu > li.active > a:hover, .side-menu > li.active > a:focus {
|
||||
color: #fff;
|
||||
background-color: #3498db; }
|
||||
|
||||
.side-menu li a.active {
|
||||
color: #3498db; }
|
||||
.side-menu li a.active:hover {
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover > a {
|
||||
background-color: #3498db;
|
||||
color: #fff; }
|
||||
|
||||
.sidebar-mini .side-menu > li:hover .nav-2-level {
|
||||
background-color: #fafafa; }
|
||||
|
||||
.header .page-brand {
|
||||
color: inherit;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd; }
|
|
@ -0,0 +1 @@
|
|||
["Andorra","United Arab Emirates","Afghanistan","Antigua and Barbuda","Anguilla","Albania","Armenia","Angola","Antarctica","Argentina","American Samoa","Austria","Australia","Aruba","Åland","Azerbaijan","Bosnia and Herzegovina","Barbados","Bangladesh","Belgium","Burkina Faso","Bulgaria","Bahrain","Burundi","Benin","Saint Barthélemy","Bermuda","Brunei","Bolivia","Bonaire","Brazil","Bahamas","Bhutan","Bouvet Island","Botswana","Belarus","Belize","Canada","Cocos [Keeling] Islands","Congo","Central African Republic","Republic of the Congo","Switzerland","Ivory Coast","Cook Islands","Chile","Cameroon","China","Colombia","Costa Rica","Cuba","Cape Verde","Curacao","Christmas Island","Cyprus","Czechia","Germany","Djibouti","Denmark","Dominica","Dominican Republic","Algeria","Ecuador","Estonia","Egypt","Western Sahara","Eritrea","Spain","Ethiopia","Finland","Fiji","Falkland Islands","Micronesia","Faroe Islands","France","Gabon","United Kingdom","Grenada","Georgia","French Guiana","Guernsey","Ghana","Gibraltar","Greenland","Gambia","Guinea","Guadeloupe","Equatorial Guinea","Greece","South Georgia and the South Sandwich Islands","Guatemala","Guam","Guinea-Bissau","Guyana","Hong Kong","Heard Island and McDonald Islands","Honduras","Croatia","Haiti","Hungary","Indonesia","Ireland","Israel","Isle of Man","India","British Indian Ocean Territory","Iraq","Iran","Iceland","Italy","Jersey","Jamaica","Jordan","Japan","Kenya","Kyrgyzstan","Cambodia","Kiribati","Comoros","Saint Kitts and Nevis","North Korea","South Korea","Kuwait","Cayman Islands","Kazakhstan","Laos","Lebanon","Saint Lucia","Liechtenstein","Sri Lanka","Liberia","Lesotho","Lithuania","Luxembourg","Latvia","Libya","Morocco","Monaco","Moldova","Montenegro","Saint Martin","Madagascar","Marshall Islands","Macedonia","Mali","Myanmar [Burma]","Mongolia","Macao","Northern Mariana Islands","Martinique","Mauritania","Montserrat","Malta","Mauritius","Maldives","Malawi","Mexico","Malaysia","Mozambique","Namibia","New Caledonia","Niger","Norfolk Island","Nigeria","Nicaragua","Netherlands","Norway","Nepal","Nauru","Niue","New Zealand","Oman","Panama","Peru","French Polynesia","Papua New Guinea","Philippines","Pakistan","Poland","Saint Pierre and Miquelon","Pitcairn Islands","Puerto Rico","Palestine","Portugal","Palau","Paraguay","Qatar","Réunion","Romania","Serbia","Russia","Rwanda","Saudi Arabia","Solomon Islands","Seychelles","Sudan","Sweden","Singapore","Saint Helena","Slovenia","Svalbard and Jan Mayen","Slovakia","Sierra Leone","San Marino","Senegal","Somalia","Suriname","South Sudan","São Tomé and Príncipe","El Salvador","Sint Maarten","Syria","Swaziland","Turks and Caicos Islands","Chad","French Southern Territories","Togo","Thailand","Tajikistan","Tokelau","East Timor","Turkmenistan","Tunisia","Tonga","Turkey","Trinidad and Tobago","Tuvalu","Taiwan","Tanzania","Ukraine","Uganda","U.S. Minor Outlying Islands","United States","Uruguay","Uzbekistan","Vatican City","Saint Vincent and the Grenadines","Venezuela","British Virgin Islands","U.S. Virgin Islands","Vietnam","Vanuatu","Wallis and Futuna","Samoa","Kosovo","Yemen","Mayotte","South Africa","Zambia","Zimbabwe"]
|
|
@ -0,0 +1,82 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Item 1",
|
||||
"price": "$100"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Item 2",
|
||||
"price": "$40"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Item 3",
|
||||
"price": "$23"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Item 4",
|
||||
"price": "$1247"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Item 5",
|
||||
"price": "$458"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Item 6",
|
||||
"price": "$300"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Item 7",
|
||||
"price": "$458"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Item 8",
|
||||
"price": "$12"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Item 9",
|
||||
"price": "$79"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "Item 10",
|
||||
"price": "$154"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "Item 11",
|
||||
"price": "$278"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "Item 12",
|
||||
"price": "$500"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"name": "Item 13",
|
||||
"price": "$32"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"name": "Item 14",
|
||||
"price": "$7580"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "Item 15",
|
||||
"price": "$1240"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"name": "Item 16",
|
||||
"price": "$400"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,51 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"title": "All Day Event",
|
||||
"start": "2017-09-02",
|
||||
"allDay": true,
|
||||
"className": "bg-danger"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Long Event",
|
||||
"start": "2017-09-07",
|
||||
"end": "2017-09-10"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Conference",
|
||||
"start": "2017-09-11",
|
||||
"end": "2017-09-13"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Meeting",
|
||||
"start": "2017-09-18 10:30:00",
|
||||
"end": "2017-09-18 12:30:00"
|
||||
},
|
||||
{
|
||||
"5": 5,
|
||||
"title": "Lunch",
|
||||
"start": "2017-09-12 12:00:00"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Meeting",
|
||||
"start": "2017-09-12 14:30:00"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "Dinner",
|
||||
"start": "2017-09-12 20:00:00"
|
||||
},
|
||||
{
|
||||
"title": "Birthday Party",
|
||||
"start": "2017-09-14 07:00:00"
|
||||
},
|
||||
{
|
||||
"title": "Click for Google",
|
||||
"url": "http://google.com/",
|
||||
"start": "2017-09-28 07:00:00"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,34 @@
|
|||
[
|
||||
{ "team": "San Francisco 49ers" },
|
||||
{ "team": "Chicago Bears" },
|
||||
{ "team": "Cincinnati Bengals" },
|
||||
{ "team": "Buffalo Bills" },
|
||||
{ "team": "Denver Broncos" },
|
||||
{ "team": "Cleveland Browns" },
|
||||
{ "team": "Tampa Bay Buccaneers" },
|
||||
{ "team": "Arizona Cardinals" },
|
||||
{ "team": "San Diego Chargers" },
|
||||
{ "team": "Kansas City Chiefs" },
|
||||
{ "team": "Indianapolis Colts" },
|
||||
{ "team": "Dallas Cowboys" },
|
||||
{ "team": "Miami Dolphins" },
|
||||
{ "team": "Philadelphia Eagles" },
|
||||
{ "team": "Atlanta Falcons" },
|
||||
{ "team": "New York Giants" },
|
||||
{ "team": "Jacksonville Jaguars" },
|
||||
{ "team": "New York Jets" },
|
||||
{ "team": "Detroit Lions" },
|
||||
{ "team": "Green Bay Packers" },
|
||||
{ "team": "Carolina Panthers" },
|
||||
{ "team": "New England Patriots" },
|
||||
{ "team": "Oakland Raiders" },
|
||||
{ "team": "St.Louis Rams" },
|
||||
{ "team": "Baltimore Ravens" },
|
||||
{ "team": "Washington Redskins" },
|
||||
{ "team": "New Orlean Saints" },
|
||||
{ "team": "Seattle Seahawks" },
|
||||
{ "team": "Pittsburgh Steelers" },
|
||||
{ "team": "Houston Texans" },
|
||||
{ "team": "Tennesse Titans" },
|
||||
{ "team": "Minnesota Viking" }
|
||||
]
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{"name":"id","title":"ID","breakpoints":"xs sm","type":"number","style":{"width":80,"maxWidth":80}},
|
||||
{"name":"name","title":"name"},
|
||||
{"name":"salary","title":"salary"},
|
||||
{"name":"start_date","title":"start_date"},
|
||||
{"name":"office","title":"office"},
|
||||
{"name":"extn","title":"extn"}
|
||||
]
|
|
@ -0,0 +1,202 @@
|
|||
[
|
||||
{
|
||||
"id": "1",
|
||||
"name": "Tiger Nixon",
|
||||
"salary": "$320,800",
|
||||
"start_date": "2011\/04\/25",
|
||||
"office": "Edinburgh",
|
||||
"extn": "5421"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"name": "Garrett Winters",
|
||||
"salary": "$170,750",
|
||||
"start_date": "2011\/07\/25",
|
||||
"office": "Tokyo",
|
||||
"extn": "8422"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"name": "Ashton Cox",
|
||||
"salary": "$86,000",
|
||||
"start_date": "2009\/01\/12",
|
||||
"office": "San Francisco",
|
||||
"extn": "1562"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"name": "Cedric Kelly",
|
||||
"salary": "$433,060",
|
||||
"start_date": "2012\/03\/29",
|
||||
"office": "Edinburgh",
|
||||
"extn": "6224"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"name": "Airi Satou",
|
||||
"salary": "$162,700",
|
||||
"start_date": "2008\/11\/28",
|
||||
"office": "Tokyo",
|
||||
"extn": "5407"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"name": "Brielle Williamson",
|
||||
"salary": "$372,000",
|
||||
"start_date": "2012\/12\/02",
|
||||
"office": "New York",
|
||||
"extn": "4804"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"name": "Herrod Chandler",
|
||||
"salary": "$137,500",
|
||||
"start_date": "2012\/08\/06",
|
||||
"office": "San Francisco",
|
||||
"extn": "9608"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"name": "Rhona Davidson",
|
||||
"salary": "$327,900",
|
||||
"start_date": "2010\/10\/14",
|
||||
"office": "Tokyo",
|
||||
"extn": "6200"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"name": "Colleen Hurst",
|
||||
"salary": "$205,500",
|
||||
"start_date": "2009\/09\/15",
|
||||
"office": "San Francisco",
|
||||
"extn": "2360"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"name": "Sonya Frost",
|
||||
"salary": "$103,600",
|
||||
"start_date": "2008\/12\/13",
|
||||
"office": "Edinburgh",
|
||||
"extn": "1667"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"name": "Jena Gaines",
|
||||
"salary": "$90,560",
|
||||
"start_date": "2008\/12\/19",
|
||||
"office": "London",
|
||||
"extn": "3814"
|
||||
},
|
||||
{
|
||||
"id": "12",
|
||||
"name": "Quinn Flynn",
|
||||
"salary": "$342,000",
|
||||
"start_date": "2013\/03\/03",
|
||||
"office": "Edinburgh",
|
||||
"extn": "9497"
|
||||
},
|
||||
{
|
||||
"id": "13",
|
||||
"name": "Charde Marshall",
|
||||
"salary": "$470,600",
|
||||
"start_date": "2008\/10\/16",
|
||||
"office": "San Francisco",
|
||||
"extn": "6741"
|
||||
},
|
||||
{
|
||||
"id": "14",
|
||||
"name": "Haley Kennedy",
|
||||
"salary": "$313,500",
|
||||
"start_date": "2012\/12\/18",
|
||||
"office": "London",
|
||||
"extn": "3597"
|
||||
},
|
||||
{
|
||||
"id": "15",
|
||||
"name": "Tatyana Fitzpatrick",
|
||||
"salary": "$385,750",
|
||||
"start_date": "2010\/03\/17",
|
||||
"office": "London",
|
||||
"extn": "1965"
|
||||
},
|
||||
{
|
||||
"id": "16",
|
||||
"name": "Michael Silva",
|
||||
"salary": "$198,500",
|
||||
"start_date": "2012\/11\/27",
|
||||
"office": "London",
|
||||
"extn": "1581"
|
||||
},
|
||||
{
|
||||
"id": "17",
|
||||
"name": "Paul Byrd",
|
||||
"salary": "$725,000",
|
||||
"start_date": "2010\/06\/09",
|
||||
"office": "New York",
|
||||
"extn": "3059"
|
||||
},
|
||||
{
|
||||
"id": "18",
|
||||
"name": "Gloria Little",
|
||||
"salary": "$237,500",
|
||||
"start_date": "2009\/04\/10",
|
||||
"office": "New York",
|
||||
"extn": "1721"
|
||||
},
|
||||
{
|
||||
"id": "19",
|
||||
"name": "Bradley Greer",
|
||||
"salary": "$132,000",
|
||||
"start_date": "2012\/10\/13",
|
||||
"office": "London",
|
||||
"extn": "2558"
|
||||
},
|
||||
{
|
||||
"id": "20",
|
||||
"name": "Dai Rios",
|
||||
"salary": "$217,500",
|
||||
"start_date": "2012\/09\/26",
|
||||
"office": "Edinburgh",
|
||||
"extn": "2290"
|
||||
},
|
||||
{
|
||||
"id": "21",
|
||||
"name": "Jenette Caldwell",
|
||||
"salary": "$345,000",
|
||||
"start_date": "2011\/09\/03",
|
||||
"office": "New York",
|
||||
"extn": "1937"
|
||||
},
|
||||
{
|
||||
"id": "22",
|
||||
"name": "Yuri Berry",
|
||||
"salary": "$675,000",
|
||||
"start_date": "2009\/06\/25",
|
||||
"office": "New York",
|
||||
"extn": "6154"
|
||||
},
|
||||
{
|
||||
"id": "23",
|
||||
"name": "Caesar Vance",
|
||||
"salary": "$106,450",
|
||||
"start_date": "2011\/12\/12",
|
||||
"office": "New York",
|
||||
"extn": "8330"
|
||||
},
|
||||
{
|
||||
"id": "24",
|
||||
"name": "Doris Wilder",
|
||||
"salary": "$85,600",
|
||||
"start_date": "2010\/09\/20",
|
||||
"office": "Sidney",
|
||||
"extn": "3023"
|
||||
},
|
||||
{
|
||||
"id": "25",
|
||||
"name": "Angelica Ramos",
|
||||
"salary": "$1,200,000",
|
||||
"start_date": "2009\/10\/09",
|
||||
"office": "London",
|
||||
"extn": "5797"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,204 @@
|
|||
{
|
||||
"data": [
|
||||
{
|
||||
"id": "1",
|
||||
"name": "Tiger Nixon",
|
||||
"salary": "$320,800",
|
||||
"start_date": "2011\/04\/25",
|
||||
"office": "Edinburgh",
|
||||
"extn": "5421"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"name": "Garrett Winters",
|
||||
"salary": "$170,750",
|
||||
"start_date": "2011\/07\/25",
|
||||
"office": "Tokyo",
|
||||
"extn": "8422"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"name": "Ashton Cox",
|
||||
"salary": "$86,000",
|
||||
"start_date": "2009\/01\/12",
|
||||
"office": "San Francisco",
|
||||
"extn": "1562"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"name": "Cedric Kelly",
|
||||
"salary": "$433,060",
|
||||
"start_date": "2012\/03\/29",
|
||||
"office": "Edinburgh",
|
||||
"extn": "6224"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"name": "Airi Satou",
|
||||
"salary": "$162,700",
|
||||
"start_date": "2008\/11\/28",
|
||||
"office": "Tokyo",
|
||||
"extn": "5407"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"name": "Brielle Williamson",
|
||||
"salary": "$372,000",
|
||||
"start_date": "2012\/12\/02",
|
||||
"office": "New York",
|
||||
"extn": "4804"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"name": "Herrod Chandler",
|
||||
"salary": "$137,500",
|
||||
"start_date": "2012\/08\/06",
|
||||
"office": "San Francisco",
|
||||
"extn": "9608"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"name": "Rhona Davidson",
|
||||
"salary": "$327,900",
|
||||
"start_date": "2010\/10\/14",
|
||||
"office": "Tokyo",
|
||||
"extn": "6200"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"name": "Colleen Hurst",
|
||||
"salary": "$205,500",
|
||||
"start_date": "2009\/09\/15",
|
||||
"office": "San Francisco",
|
||||
"extn": "2360"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"name": "Sonya Frost",
|
||||
"salary": "$103,600",
|
||||
"start_date": "2008\/12\/13",
|
||||
"office": "Edinburgh",
|
||||
"extn": "1667"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"name": "Jena Gaines",
|
||||
"salary": "$90,560",
|
||||
"start_date": "2008\/12\/19",
|
||||
"office": "London",
|
||||
"extn": "3814"
|
||||
},
|
||||
{
|
||||
"id": "12",
|
||||
"name": "Quinn Flynn",
|
||||
"salary": "$342,000",
|
||||
"start_date": "2013\/03\/03",
|
||||
"office": "Edinburgh",
|
||||
"extn": "9497"
|
||||
},
|
||||
{
|
||||
"id": "13",
|
||||
"name": "Charde Marshall",
|
||||
"salary": "$470,600",
|
||||
"start_date": "2008\/10\/16",
|
||||
"office": "San Francisco",
|
||||
"extn": "6741"
|
||||
},
|
||||
{
|
||||
"id": "14",
|
||||
"name": "Haley Kennedy",
|
||||
"salary": "$313,500",
|
||||
"start_date": "2012\/12\/18",
|
||||
"office": "London",
|
||||
"extn": "3597"
|
||||
},
|
||||
{
|
||||
"id": "15",
|
||||
"name": "Tatyana Fitzpatrick",
|
||||
"salary": "$385,750",
|
||||
"start_date": "2010\/03\/17",
|
||||
"office": "London",
|
||||
"extn": "1965"
|
||||
},
|
||||
{
|
||||
"id": "16",
|
||||
"name": "Michael Silva",
|
||||
"salary": "$198,500",
|
||||
"start_date": "2012\/11\/27",
|
||||
"office": "London",
|
||||
"extn": "1581"
|
||||
},
|
||||
{
|
||||
"id": "17",
|
||||
"name": "Paul Byrd",
|
||||
"salary": "$725,000",
|
||||
"start_date": "2010\/06\/09",
|
||||
"office": "New York",
|
||||
"extn": "3059"
|
||||
},
|
||||
{
|
||||
"id": "18",
|
||||
"name": "Gloria Little",
|
||||
"salary": "$237,500",
|
||||
"start_date": "2009\/04\/10",
|
||||
"office": "New York",
|
||||
"extn": "1721"
|
||||
},
|
||||
{
|
||||
"id": "19",
|
||||
"name": "Bradley Greer",
|
||||
"salary": "$132,000",
|
||||
"start_date": "2012\/10\/13",
|
||||
"office": "London",
|
||||
"extn": "2558"
|
||||
},
|
||||
{
|
||||
"id": "20",
|
||||
"name": "Dai Rios",
|
||||
"salary": "$217,500",
|
||||
"start_date": "2012\/09\/26",
|
||||
"office": "Edinburgh",
|
||||
"extn": "2290"
|
||||
},
|
||||
{
|
||||
"id": "21",
|
||||
"name": "Jenette Caldwell",
|
||||
"salary": "$345,000",
|
||||
"start_date": "2011\/09\/03",
|
||||
"office": "New York",
|
||||
"extn": "1937"
|
||||
},
|
||||
{
|
||||
"id": "22",
|
||||
"name": "Yuri Berry",
|
||||
"salary": "$675,000",
|
||||
"start_date": "2009\/06\/25",
|
||||
"office": "New York",
|
||||
"extn": "6154"
|
||||
},
|
||||
{
|
||||
"id": "23",
|
||||
"name": "Caesar Vance",
|
||||
"salary": "$106,450",
|
||||
"start_date": "2011\/12\/12",
|
||||
"office": "New York",
|
||||
"extn": "8330"
|
||||
},
|
||||
{
|
||||
"id": "24",
|
||||
"name": "Doris Wilder",
|
||||
"salary": "$85,600",
|
||||
"start_date": "2010\/09\/20",
|
||||
"office": "Sidney",
|
||||
"extn": "3023"
|
||||
},
|
||||
{
|
||||
"id": "25",
|
||||
"name": "Angelica Ramos",
|
||||
"salary": "$1,200,000",
|
||||
"start_date": "2009\/10\/09",
|
||||
"office": "London",
|
||||
"extn": "5797"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
//if($_POST['messages'] && is_array($_POST['messages']) && $_POST['messages'][1] == 2) echo json_encode($_POST['messages']);
|
||||
//else echo 66;
|
||||
?>
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
// this is our event
|
||||
// We need to save it in the database and return it id
|
||||
$event = $_POST['event'];
|
||||
|
||||
// but this is a test project so we return a random number as an id
|
||||
print rand();
|
||||
?>
|
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
|
||||
$events = [
|
||||
[
|
||||
id => 1,
|
||||
title => 'All Day Event',
|
||||
start => date('Y-m-d', mktime(0,0,0, date('m'), 2, date('Y'))),
|
||||
allDay => true,
|
||||
className => 'bg-red'
|
||||
], [
|
||||
id => 2,
|
||||
title => 'Long Event',
|
||||
start => date('Y-m-d', mktime(0,0,0, date('m'), 7, date('Y'))),
|
||||
end => date('Y-m-d', mktime(0,0,0, date('m'), 10, date('Y'))),
|
||||
],[
|
||||
id => 3,
|
||||
title => 'Conference',
|
||||
start => date('Y-m-d', mktime(0,0,0, date('m'), 11, date('Y'))),
|
||||
end => date('Y-m-d', mktime(0,0,0, date('m'), 13, date('Y'))),
|
||||
className => 'bg-green'
|
||||
],[
|
||||
id => 4,
|
||||
title => 'Meeting',
|
||||
start => date('Y-m-d h:i:s', mktime(10,30,00, date('m'), 18, date('Y'))),
|
||||
end => date('Y-m-d h:i:s', mktime(12,30,00, date('m'), 18, date('Y'))),
|
||||
],[
|
||||
id => 5,
|
||||
title => 'Lunch',
|
||||
start => date('Y-m-d h:i:s', mktime(12,00,00, date('m'), 12, date('Y'))),
|
||||
],[
|
||||
id => 6,
|
||||
title => 'Meeting',
|
||||
start => date('Y-m-d h:i:s', mktime(14,30,00, date('m'), 12, date('Y'))),
|
||||
],[
|
||||
id => 7,
|
||||
title => 'Dinner',
|
||||
start => date('Y-m-d h:i:s', mktime(20,00,00, date('m'), 12, date('Y'))),
|
||||
],[
|
||||
id => 8,
|
||||
title => 'Birthday Party',
|
||||
start => date('Y-m-d h:i:s', mktime(17,00,00, date('m'), 14, date('Y'))),
|
||||
className => 'bg-orange'
|
||||
]
|
||||
];
|
||||
|
||||
print( json_encode($events) );
|
||||
|
||||
?>
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
// this is our event id
|
||||
// We need to find this event in the database and delete it
|
||||
$id = $_POST['id'];
|
||||
|
||||
// but this is a test project so we return true
|
||||
return true;
|
||||
?>
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
// this is our event
|
||||
// We need to update it in the database
|
||||
$event = $_POST['event'];
|
||||
|
||||
// but this is a test project so we return true
|
||||
return true;
|
||||
?>
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
//if($_POST['messages'] && is_array($_POST['messages']) && $_POST['messages'][1] == 2) echo json_encode($_POST['messages']);
|
||||
//else echo 66;
|
||||
?>
|
After (image error) Size: 54 KiB |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ae">
|
||||
<path fill="#00732f" d="M0 0h512v170.667H0z"/>
|
||||
<path fill="#fff" d="M0 170.667h512v170.667H0z"/>
|
||||
<path d="M0 341.333h512V512H0z"/>
|
||||
<path fill="red" d="M0 0h180v512H0z"/>
|
||||
</svg>
|
After (image error) Size: 279 B |
|
@ -0,0 +1,83 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" id="flag-icon-css-af">
|
||||
<g stroke-width="1pt" fill-rule="evenodd">
|
||||
<path d="M0 0h511.994v512H0z"/>
|
||||
<path d="M341.332 0h170.67v512h-170.67z" fill="#090"/>
|
||||
<path d="M170.67 0h170.67v512H170.67z" fill="#bf0000"/>
|
||||
</g>
|
||||
<g transform="translate(2.167 86.78) scale(.84611)" fill="#fff" fill-rule="evenodd" stroke="#bd6b00" stroke-width=".5">
|
||||
<path d="M319.5 225.84l8.354.001c.031 3.157 1.881 6.549 4.48 8.493h-16.008c2.505-2.271 3.19-4.963 3.174-8.494z"/>
|
||||
<path d="M266.71 178.53l4.574 5.04 56.934.093 4.668-5.04-14.56-.186-7.094-4.947-22.868-.093-6.627 5.133H266.71z" stroke="none"/>
|
||||
<path d="M290.02 172.74l19.66-.02c2.662-1.408 3.492-5.902 3.479-8.416-.037-7.429-5.233-10.991-10.447-11.18-.781-.04-1.688-.648-1.895-1.36-.514-1.613-.381-2.641-.944-2.584-.5-.007-.353.94-.799 2.453-.245.752-1.09 1.494-1.934 1.537-6.49.324-10.676 5.062-10.513 11.134.11 4.015.577 6.413 3.393 8.437z"/>
|
||||
<path d="M257.66 242.83h84.469l-7.56-6.16H265.22l-7.56 6.16z" stroke="none"/>
|
||||
<path d="M296.39 219.69l1.54 4.62h3.499l-2.799-4.621h-2.24zm-1.96 4.62l.887 4.573 4.106.046-1.493-4.62h-3.5zm6.953.046l2.847 4.527h5.834l-4.573-4.575-4.107.048zm-34.44 10.36c3.095-2.878 5.07-5.335 5.086-8.866h7.56c.015 1.976.73 3.157 1.82 3.08l7.654-.047-.046-4.527h-5.554l-.001-24.688c-.202-8.726 10.609-13.813 15.028-13.767l-26.275-.046v-.793h55.255l.047.793-26.647.046c7.902.016 15.524 7.5 15.587 13.815v7h-1.028l-.046-6.906c0-6.908-8.7-13.363-15.681-13.161-6.037.173-15.4 5.927-15.307 13.115v2.146l14.327.094-.14 2.472 2.25 1.436 4.486 1.43-.065 3.71 3.213.947.028 3.706 3.855 1.654v3.836l2.445 1.507-.112 3.895 3.314 2.333h-7.84l4.9 5.46h-7.234l-3.594-5.46h-4.76l2.147 5.413-5.085-.046-1.215-5.367h-6.206l.046 5.786h-22.214zm22.168-14.98v4.572h5.32l-1.075-4.573h-4.245z"/>
|
||||
<path fill="none" d="M289.39 211.66h3.313v7.607h-3.313z"/>
|
||||
<path d="M284.71 219.8h3.234l-.02-5.597c-.042-2.433 2.142-4.885 3.187-4.967 1.159-.044 2.867 2.297 2.924 4.776l.047 5.806 3.43-.007v-14.41l-12.802.067V219.8zm25.59 3.34h4.014v3.127H310.3zm-2.38-5.37h4.014v3.127h-4.014zm-3.87-5.37h4.014v3.127h-4.014zm-3.31-4.52h4.014v3.127h-4.014z" fill="none"/>
|
||||
<path d="M298.08 219.82l4.106.14 7.327 6.487v-3.827l-2.473-1.773v-3.034l-3.594-2.052v-3.268l-3.5-1.166v-4.434l-1.774-1.447-.092 14.374z" fill="none"/>
|
||||
<path d="M315.43 210.35h.98v7.047h-.98z"/>
|
||||
<g id="a">
|
||||
<path d="M257.32 186.53c-1.234-1.982-2.712 2.749-7.788 6.27-2.363 1.609-4.009 5.894-4.025 8.713-.077 1.937.216 3.868 0 5.741-.137 1.186-1.372 3.816-.527 4.489 2.234 1.66 5.126 5.43 6.467 6.731 1.16 1.017 2.165-5.248 3.036-8.051.933-3.005.515-6.596 3.102-9.372 1.834-1.875 6.46-3.72 5.94-4.554l-6.205-9.967z"/>
|
||||
<path d="M257.06 201.88a10.09 10.09 0 0 0-1.656-2.594c-.699-.792-1.525-1.457-2.438-1.781-.881-.325-1.779-.751-2.406-1.531a3.645 3.645 0 0 1-.719-1.469c-.124-.544-.123-1.21-.03-1.969-.11.08-.169.172-.282.25-2.363 1.608-4.016 5.9-4.031 8.719a28.487 28.487 0 0 0 0 2.313c.175.485.343.955.593 1.25.326.383.714.636 1.125.812.824.352 1.775.425 2.657.75.912.324 1.851 1.058 2.656 1.938a10.51 10.51 0 0 1 1.75 2.656c.066-.243.154-.604.219-.813.845-2.721.697-5.889 2.562-8.531z" fill="#bf0000"/>
|
||||
<path d="M249.82 192.39c-.484 3.356 1.385 4.473 3.148 5.123 1.825.648 3.322 2.606 4.093 4.378M245.3 203.44c.77 2.893 2.798 2.531 4.561 3.181 1.826.649 3.745 2.957 4.516 4.729" fill="none"/>
|
||||
<path d="M255.61 184.48l.925-.594 17.752 29.898-.924.594-17.753-29.898z"/>
|
||||
<path d="M257.52 183.29a2.046 2.046 0 1 1-4.092 0 2.046 2.046 0 1 1 4.092 0zm15.18-24.02h7.194v1.65H272.7zm0 3.13h7.194v13.784H272.7zm-.44-5.01l7.98.047c.312-2.706-2.39-5.63-3.966-5.6-1.56.076-4.076 2.956-4.014 5.553z"/>
|
||||
<path d="M292.62 155.76c-1.521.64-2.688 2.377-3.406 4.375-.719 1.998-.992 4.267-.656 6.094v.031c.127.63.3 1.083.5 1.406.199.324.422.514.687.563.265.049.514-.093.656-.313.143-.22.212-.509.188-.844-.144-1.878-.135-3.732.312-5.406.448-1.674 1.338-3.164 2.97-4.375.294-.216.463-.463.5-.719.035-.255-.1-.474-.282-.625-.364-.301-.938-.407-1.469-.187zm.156.438c.37-.154.842-.064 1.031.093.095.079.106.133.094.219-.012.086-.077.234-.312.406-1.713 1.272-2.657 2.872-3.125 4.625-.47 1.754-.459 3.66-.313 5.563a.927.927 0 0 1-.125.562c-.07.108-.107.14-.187.125-.081-.015-.248-.117-.407-.375-.158-.257-.317-.656-.437-1.25-.315-1.714-.037-3.947.656-5.875.694-1.927 1.803-3.538 3.125-4.094z" fill="#bd6b00" stroke="none"/>
|
||||
<path d="M295.19 157.73c-1.52.639-2.501 2.292-3.031 4.188-.53 1.895-.614 4.065-.281 5.874.26 1.284.934 1.962 1.593 2.063.33.05.648-.08.844-.344.196-.264.26-.619.156-1.062-.372-1.498-.515-3.366-.25-5.063.266-1.696.94-3.211 2.22-4.125.295-.215.463-.463.5-.719.035-.255-.1-.505-.282-.656-.364-.302-.937-.376-1.469-.156zm.188.438c.37-.154.81-.064 1 .093.094.079.137.134.125.219-.012.085-.109.235-.344.406-1.412 1.009-2.129 2.664-2.406 4.438-.278 1.773-.105 3.664.28 5.218.083.354.001.592-.093.72-.094.127-.214.185-.406.155-.384-.059-.983-.554-1.219-1.718-.318-1.732-.227-3.868.281-5.688.509-1.82 1.457-3.287 2.781-3.844z" fill="#bd6b00" stroke="none"/>
|
||||
<path d="M272.31 187.39h8.027v11.107h-8.027zm.47 17.46h7.747v2.333h-7.747zm-.19 4.1h7.933v8.68h-7.933zm-.56 10.46h8.68v4.853h-8.68zm1.07-16.65h6.995l1.387-2.31h-9.636l1.254 2.31zm9.43-8.51l.066-6.071h4.818c-1.893 1.561-3.652 3.454-4.884 6.071z"/>
|
||||
<path d="M273.56 196.74c.048 1.299 1.518.72 1.518.066 0-2.004.027-4.17-.053-5.588-.01-1.045 2.49-.783 2.476-.14.01 1.692.029 4.012.038 5.992-.018.964 1.615.88 1.593 0-.01-2.212-.011-5.425 0-7.052.014-2.096-5.502-2.05-5.545-.047.002 1.645-.03 4.59-.027 6.769zm.01 13.24h5.694v7.094h-5.694z" fill="none"/>
|
||||
<path d="M277.21 212.92h2.007v1.167h-2.007zm-3.5 0h1.96v1.167h-1.96z"/>
|
||||
<path d="M275.67 210.07h1.54v2.893h-1.54zm0 3.97h1.54v3.08h-1.54zm-31.68-75.07c.356 5.567-1.371 8.623-4.32 8.158-.812-3.088 1.036-5.16 4.32-8.158zm-6.47 12.34c-2.621-1.333-.73-11.513.276-15.78.744 5.497 1.99 13.309-.276 15.78z"/>
|
||||
<path d="M238.45 151.79c4.406 1.533 7.894-3.212 9.073-8.708-3.636 5.019-9.554 5.025-9.073 8.708zm-3.34 5.14c-3.445-.91-1.37-11.71-.744-16.03.757 4.462 3.132 14.552.744 16.03zm1.18-.34c.192-3.725 3.905-2.648 6.468-4.636-.418 1.86-1.994 5.16-6.468 4.636zm-4.22 4.99c-3.414-.921-1.362-12.544-1.555-17.329 1 4.135 4.17 16.209 1.555 17.329zm1.59-.5c2.797.91 6.501-.908 6.793-4.239-2.409 1.635-6.254.385-6.793 4.239z"/>
|
||||
<path d="M229.52 166.71c-3.265.26-1.804-9.638-1.802-18.857 1.2 8.617 4.467 16.505 1.802 18.857z"/>
|
||||
<path d="M230.65 166.26c2.205 1.106 6.156-.662 7.284-4.387-3.984 1.733-6.648.04-7.284 4.387zm25.63-22.13c-.58 4.829-2.554 7.638-5.503 7.174-.812-3.088 1.579-5.062 5.503-7.174zm-7.8 12.39c4.898.695 6.662-3.064 9.96-7.87-4.621 3.344-10.146 4.039-9.96 7.87z"/>
|
||||
<path d="M247.09 155.97c-2.67-3.204-.09-7.228 1.95-10.657-.438 5.102 1.3 7.94-1.95 10.657zm-1.18 5.29c-.301-3.134 5.038-3.83 7.452-5.572-.812 1.811-2.043 6.687-7.452 5.572z"/>
|
||||
<path d="M244.79 161.33c-3.691-.418-2.159-6.686.487-10.17-1.114 4.807 1.95 8.15-.487 10.17z"/>
|
||||
<path d="M242.01 166.55c-4.202-1.858-1.509-7.127.07-10.238-.673 4.086 2.693 7.196-.07 10.238z"/>
|
||||
<path d="M242.84 166.06c2.205 2.879 6.501-.859 7.383-5.224-3.738 3.112-6.5 2.6-7.383 5.224zm-9.6 20.26c-.432-4.287 2.793-12.084.504-16.24-.312-.571.685-2.087 1.33-1.167 1.006 1.468 2.04 5.652 2.473 4.107.459-1.68.53-4.65 2.017-5.228.949-.338 2.29-.559 1.924.934-.363 1.436-1.177 3.42-.275 3.547.523.078 2.03-1.954 3.3-2.893 1.022-.838 2.548.473 1.053 1.726-4.861 4.037-9.57 5.854-12.326 15.214zm-8.73 64.53c-.57-.11-1.352-.303-.64.584 5.678 6.996 7.321 8.924 15.602 7.94 8.365-1.102 10.357-3.364 16.214-6.65 3.129-1.836 7.703-2.243 11.17-1.106 1.614.528 2.59.56 1.434-.599-1.158-1.157-2.525-2.73-3.949-3.815-3.118-2.394-8.407-3.432-12.723-2.662-6.104.958-11.148 4.845-17.176 6.313-3.167.723-6.64.614-9.931-.005zm47.79 12.5c1.056.131 1.725 2.177 2.245.792.881-2.242.264-4.026-.727-3.829-1.17.312-3.147 2.934-1.518 3.037z"/>
|
||||
<path d="M220.6 182.92c-1.215-1.269-.864-1.754.933-1.774 1.425-.09 4.25.873 5.32.093.983-.713.592-3.738 1.028-5.133.19-.778.735-1.999 1.96-.093 3.622 5.804 8.146 12.773 10.08 19.6 1.057 3.826.062 9.8-3.454 13.814.124-3.423-1.152-5.725-2.707-8.587-1.921-3.762-9.057-13.951-13.16-17.92z" stroke="none"/>
|
||||
<path d="M235.53 213.44c3.983.02 4.667-5.32 4.667-6.813-1.96.373-5.414 3.64-4.667 6.813zm34.42 51.82c2.833.645 2.794-6.178-.1-9.07 1.274 4.382-2.128 8.388.1 9.07zm-1.1-.06c.187 3.243-7.959-.424-10.052-2.946 4.813 2.044 9.815.352 10.052 2.946zm-3.57-4.63c.291 3.141-7.064.38-9.238-2.074 4.83 1.56 8.917-.511 9.238 2.074zm1.35.44c2.833.645 2.374-6.412-.38-8.837 1.322 4.71-1.848 8.155.38 8.837zm-2.98-4.29c2.833.645 1.207-5.431-.893-7.857.341 4.43-1.055 7.502.893 7.857zm-1.5-.02c.292 3.235-5.43.751-7.65-2.309 4.782 1.561 7.329-.276 7.65 2.309zm-1.56-2.46c1.856-1.334-.113-4.863-3.645-4.645.346 2.132 1.566 5.88 3.645 4.645zm13.95 14.63c.187 3.243-7.96 1.63-10.519-1.825 5.139.97 10.281-.769 10.519 1.825zm-32.36-5.8c.292 3.235-8.602-.322-10.823-3.383 4.783 1.561 10.502.798 10.823 3.383zm5.45 1.38c1.856-1.334-1.933-4.77-4.951-5.578.346 2.131 2.872 6.813 4.951 5.578zm.57 2.24c.199 2.908-9.537 1.313-12.084-1.374 8.377 1.514 11.81-1.117 12.084 1.374z"/>
|
||||
<path d="M252.76 268.63c1.08 2.701-8.264 2.042-11.545.471 5.301-.046 10.802-2.353 11.545-.471z"/>
|
||||
<path d="M257.13 270.6c1.034 2.421-7.61 2.369-11.824 1.03 5.581-.045 10.801-3.426 11.824-1.03zm6.29 1.3c1.531 2.865-7.588 3.143-10.547 1.733 5.273-.725 9.242-3.988 10.547-1.733zm-10.68-4.9c-2.901 1.83-2.746-3.564-5.053-7.3 3.625 3.302 7.02 5.556 5.053 7.3z"/>
|
||||
<path d="M257.88 268.94c-2.433 2.156-4.379-5.246-6.594-9.399 3.58 3.954 8.84 7.609 6.594 9.399zm6.8 2.06c-2.06 2.389-8.02-7.018-10.187-11.919 3.3 3.815 11.826 9.895 10.187 11.919zm-5.8 7.18c-1.028 3.632-16.192-3.423-17.885-7.079 8.677 4.598 18.092 3.636 17.885 7.079zm-48.73-73.8c-.355-.46-1.374.012-1.12 1.12.237 1.501 2.45 9.204 6.252 11.854 2.712 1.954 16.965 5.102 23.427 6.439 3.556.715 6.535 2.49 8.868 5.32-.965-3.702-1.74-6.445-2.987-9.8-1.211-2.947-4.421-6.173-7.746-6.346-6.175-.222-14.167-.748-19.974-3.268-2.997-1.252-4.792-2.943-6.72-5.32z"/>
|
||||
<path d="M245.54 234.87c1.947 1.434 4.096-3.704 1.623-8.588-.078 4.701-3.815 6.28-1.623 8.588z"/>
|
||||
<path d="M247.41 239.58c2.693.827 3.536-3.937 1.763-7.747.295 4.093-4.234 6.56-1.763 7.747z"/>
|
||||
<path d="M249.46 243.36c2.6 1.295 3.585-3.518 1.716-7.092.204 4.56-3.72 5.904-1.716 7.092z"/>
|
||||
<path d="M248.39 243.65c-1.03 3.08-7.007-2.655-8.014-5.775 3.71 3.685 8.757 3.278 8.014 5.775z"/>
|
||||
<path d="M245.68 238.94c-1.171 3.08-8.687-4.85-10.348-8.668 3.71 3.685 11.184 6.498 10.348 8.668z"/>
|
||||
<path d="M244.19 234.32c-1.17 3.5-9.34-5.829-11.654-9.135 3.897 3.639 12.537 6.592 11.654 9.135zm-.26-3.46c2.877-.56-.163-2.955-3.69-6.849-.164 4.1.509 6.966 3.69 6.849z"/>
|
||||
<path d="M239.08 228.53c1.242-1.353-1.19-1.929-4.203-5.31-.444 2.28 2.794 6.454 4.203 5.31zm13.92 15.2c1.574.921 2.652-2.304.69-5.225-.45 3.16-2.133 4.037-.69 5.225zm-34.19-20.35c-3.342 2.004-8.652-5.992-10.068-9.282 2.933 3.776 10.699 7.224 10.068 9.282z"/>
|
||||
<path d="M221.65 228.04c-1.85 2.05-7.671-3.519-9.694-6.341 3.12 2.702 10.512 3.023 9.694 6.341z"/>
|
||||
<path d="M224.82 232.22c-.61 2.801-9.106-3.495-11.092-6.476 3.663 3.452 11.649 3.14 11.092 6.476z"/>
|
||||
<path d="M223.52 235.25c-1.31 2.522-8.22-3.727-9.88-6.987 4.223 3.685 10.95 4.493 9.88 6.987zm-3.55-12.28c2.18-2.299 1.252-3.376-.338-7-.869 3.721-2.18 5.206.338 7zm2.89 4.34c3.954.174.038-4.638-.897-8.68.344 4.607-1.014 8.238.897 8.68z"/>
|
||||
<path d="M225.38 231.13c2.74-.62 1.95-4.497-.15-9.193.436 5.073-2.321 8.005.15 9.193zm-.93 7.67c-1.03 3.08-8.826-4.056-10.067-6.755 3.943 3.312 10.763 4.445 10.067 6.755z"/>
|
||||
<path d="M229.12 243.61c-1.17 3.082-9.34-3.167-11.839-6.568 4.922 3.872 12.443 3.513 11.839 6.568z"/>
|
||||
<path d="M233.88 248.46c-1.31 4.294-9.853-2.56-12.399-5.915 5.436 4.151 13.096 2.86 12.399 5.915zm-8.03-11.03c2.32 1.201 3.258-5.384 1.949-10.033.017 5.074-4.654 8.845-1.949 10.033z"/>
|
||||
<path d="M229.81 242.66c2.788.828 1.904-6.27-.478-10.873-.309 4.561-2.366 8.892.478 10.873zm4.95 4.9c3.114.174.971-6.084-1.597-9.613.437 4.607-1.013 9.079 1.597 9.613zm-5.46 2.67c-.936 1.586-3.226-1.347-6.986-3.489 3.382.885 7.402 2.019 6.986 3.489zm-1.78-52.74c2.906-2.15.69-6.173 0-9.998-.935 3.628-3.397 8.389 0 9.998zm-.1 5.36c-4.366-.524-3.71-6.171-3.84-9.75 1.312 4.858 4.891 5.679 3.84 9.75zm.69-.73c3.694-.214 3.498-4.417 3.695-8.668-1.872 3.907-4.09 4.514-3.695 8.668z"/>
|
||||
<path d="M227.96 207.34c-2.873.23-4.366-2.594-5.023-6.993 2.725 4.054 5.203 2.79 5.023 6.993zm1.03-.35c3.694.475 3.104-3.825 2.955-6.995-1.132 3.022-4.136 3.974-2.955 6.995z"/>
|
||||
<path d="M223.23 205.17c.295 2.807 2.07 7.634 4.926 6.55 1.181-3.448-2.513-4.137-4.926-6.55z"/>
|
||||
<path d="M229.04 212.02c-1.28-2.462 2.905-3.695 3.792-6.895.509 4.58.082 7.584-3.792 6.895zm-11.91-29.18c2.3-2.477.269-6.406-.42-10.231-.936 3.628-2.557 8.435.42 10.231zm-.07 4.61c-4.039.41-5.016-7.804-5.427-11.337 1.313 4.859 5.965 7.08 5.427 11.337zm.83-.08c2.854-1.474 2.191-4.65 3.088-7.035-1.919 2.928-3.669 3.347-3.088 7.035z"/>
|
||||
<path d="M217.09 192.75c-4.225.362-6.742-8.739-6.874-12.318 1.313 4.859 7.366 7.5 6.874 12.318zm.81-.14c3.973-.914 3.498-3.483 2.902-7.642-1.265 4.188-3.483 3.3-2.902 7.642z"/>
|
||||
<path d="M217.04 198c-4.646.788-4.32-6.56-8.009-11.893 3.191 3.96 8.936 8.95 8.009 11.893zm1.05-.25c3.507.102 3.85-5.179 3.656-7.32-.807 2.133-4.93 4.159-3.656 7.32z"/>
|
||||
<path d="M209.78 192.34c1.742 5.654 4.216 11.32 7.259 10.89 1.46-3.215-2.887-3.624-7.259-10.89z"/>
|
||||
<path d="M218.14 202.4c-1.28-2.462 2.905-3.695 3.792-6.895.509 4.58.082 7.584-3.792 6.895zm-7.16-3.6c2.487 5.094 3.609 10.948 7.024 10.097 1.275-3.961-3.771-4.79-7.024-10.097z"/>
|
||||
<path d="M218.71 207.93c-1.467-2.695 2.719-3.648 3.745-7.362.556 4.86.036 8.33-3.745 7.362zm7.16-34.48c2.451.663 5.022-2.09 4.131-6.208-2.801.697-4.087 3.24-4.131 6.208zm-7.84-2.06c.214 1.159 1.623 1.264 1.214-.373-.342-1.328-.4-2.327 0-3.407.548-1.353.365-3.658-.047-4.62-.416-1.015-1.793-.42-1.214.375.638.92.672 2.837.233 3.732-.577 1.32-.42 3.075-.186 4.293zm22.87 15.92c-.947 1.393-2.881.541-1.408-1.372 1.208-1.549 2.928-2.814 3.055-4.414.1-2.029 1.291-5.107 2.373-6.145 1.118-1.106 2.409.45 1.214 1.188-1.342.872-2.214 4.456-2.185 5.836-.045 2.001-2.041 3.447-3.049 4.907zm-2.98-2.24c-.947 1.393-2.457.585-1.601-1.652.722-1.549.8-3.468 1.604-4.6 1.125-1.717 3.03-3.147 4.112-4.186 1.118-1.106 2.046-.04 1.021.908-1.244 1.245-2.595 2.795-3.345 3.97-1.4 2.28-.783 4.1-1.79 5.56zm-15.74-7.21c-.112 1.967 1.47 2.443 1.4-.409-.072-2.978-2.179-5.702-.886-10.235.68-2.217.691-6.281.28-8.441-.363-2.142-1.887-.743-1.308.925.638 1.935-.12 5.645-.607 7.511-1.463 5.434 1.207 8.08 1.121 10.65zm4.32-10.88c-.232 1.81-1.764 1.974-1.319-.582.371-2.075.435-3.635 0-5.321-.596-2.114-.397-5.714.05-7.216.452-1.585 1.95-.656 1.32.584-.694 1.439-.73 4.432-.254 5.83.627 2.063.457 4.802.203 6.705zM210.94 204c.758.902 2.036.298.871-.923-.952-.987-.639-1.298-1.22-2.5-.574-1.343-.544-2.084-1.237-3.044-.613-.91-1.535.019-.917.785.775.906.561 1.574 1.035 2.45.877 1.5.663 2.288 1.468 3.232zm20.4 24.61c2.44 1.2 4.291 4.196 4.413 6.636.207 2.809.612 5.18 1.873 7.176-2.008-.559-2.97-3.76-3.255-6.825-.29-3.173-1.999-4.549-3.031-6.987zm5.08 5.88c1.688 3.116 4.049 4.304 4.17 6.617.204 2.66.406 2.797 1.127 5.413-1.987-.53-2.487-.703-3.024-4.684-.33-2.798-2.57-4.772-2.273-7.346z"/>
|
||||
<path d="M288.97 263.32c.949 1.788 2.038 4.51 4.013 4.013.03-1.37-2.131-2.318-4.013-4.013zm2.94.61c3.835 1.572 7.147 1.184 7.56 3.595-3.598.388-4.914-1.09-7.56-3.595zm-16.06-12.69c2.583 2.116 4.259 4.531 5.04 7.653.815 2.908 1.96 5.226 3.641 7.84-2.738-1.867-4.46-4.407-5.32-7.467-.757-3.009-1.65-5.257-3.361-8.026zm3.18-.01c2.77 2.21 5.38 4.719 6.16 7.84.815 2.908 1.308 5.134 3.175 8.027-2.925-1.867-4.086-4.688-4.947-7.748-.756-3.007-2.49-5.255-4.388-8.119zm9.14 7.24c-.076-.546.297-1.023.747-1.166a33.429 33.429 0 0 1 2.612-.84c.986-.233 1.538.47 1.541.933.005.77.04 1.423 0 2.006-.053.726-.192.78-.653.888-.738.124-1.685.25-2.426.746-.588.361-1.153.076-1.447-.559-.19-.485-.294-1.433-.374-2.008zm10.63 0c.068-.546-.22-1.07-.621-1.213-.781-.327-1.56-.407-2.38-.374-.912-.014-1.141.192-1.144.654-.004.77-.037 1.516 0 2.099.048.726.032.78.444.888.66.124 1.784.157 2.447.653.525.36 1.124.075 1.153-.606-.013-.513.03-1.526.1-2.101z" stroke="none"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" x="-600" xlink:href="#a" transform="scale(-1 1)"/>
|
||||
<g stroke="none">
|
||||
<path d="M328.54 286.65c.047 1.181.188 2.131.888 3.08-4.076-1.633-9.831-.759-13.767 1.074-1.756.838-3.88-.958-1.821-2.66 2.93-2.374 9.706-1.028 14.7-1.494zm-57.505-.062c.057 1.113-.072 2.133-.481 3.106 4.43-1.835 9.187-.31 13.664 1.494 3.077 1.273 3.325-.93 2.782-1.692-.934-1.353-2.742-2.838-5.028-2.87-1.522-.021-7.382-.074-10.937-.038zm3.74-21.642c-1.236-.533-2.672-.02-3.96 1.335-4.327 4.24-9.404 8.371-13.502 11.584-1.529 1.329-3.091 3.712 3.431 6.094.237.09 4.991 1.852 8.004 1.964 1.23-.034 1.227 1.803.999 2.293-.52.978-.143 1.352-1.193 2.293-1.095.924.117 2.12.977 1.307 3.672-3.188 9.627-1.148 15.366.718 1.356.375 3.837.27 3.815-1.6.024-2.038 1.5-3.48 2.404-3.532 2.343.406 13.919.535 17.485.102 2.079-.27 2.204 2.848 3.316 4.077.767.815 3.72 1.031 5.743.137 4-1.858 10.097-1.858 12.582-.082 1.021.778 1.828.147 1.247-.643-.748-1.08-.731-1.58-1.103-2.433-.933-1.898-.188-2.363.79-2.5 11.054-1.426 14.582-5.197 11.202-8.272-4.364-3.828-9.222-7.676-13.408-12.198-1.135-1.2-1.885-1.68-4.247-.699-7.221 3.289-16.388 5.687-25.358 5.862-8.347.072-19.824-3.79-24.589-5.807z"/>
|
||||
<path d="M326.62 265.54c-.58.058-1.197.238-1.656.406-8.921 3.134-17.117 5.328-25.656 5.313-8.335-.016-17.066-2.31-24.906-5.531-.446-.191-.96-.161-1.469-.032-.509.13-1.012.366-1.344.688-3.64 3.626-7.582 7.148-11.812 10.344-.639.488-.535 1.73.5 2.156h.031c8.305 2.98 16.412 8.532 39.625 8.313 23.433-.222 31.746-5.64 39.188-8.125.525-.2 1.065-.5 1.313-.97a1.03 1.03 0 0 0 .062-.812c-.095-.286-.283-.554-.625-.843h-.03c-4.224-3.453-8.75-6.207-11.72-10.406-.334-.48-.92-.558-1.5-.5zm.031.438c.507-.051.895.027 1.094.312 3.041 4.301 7.621 7.074 11.812 10.5.3.254.442.48.5.656a.498.498 0 0 1-.031.438c-.15.284-.59.57-1.063.75-7.534 2.515-15.668 7.904-39.03 8.125-23.116.218-31.095-5.303-39.47-8.313-.754-.31-.687-1.16-.406-1.375 4.242-3.206 8.227-6.741 11.875-10.375.25-.243.653-.45 1.094-.562.44-.113.912-.131 1.219 0 7.879 3.238 16.613 5.578 25.03 5.594 8.619.015 16.904-2.204 25.845-5.344.445-.163 1.024-.356 1.53-.406z" fill="#bd6b00"/>
|
||||
<path d="M269.71 114.56c-.068-1.379 2.07-1.484 1.824.412-.313 2.362 4.459 8.342 4.854 12.029.265 2.473-1.453 4.637-3.154 5.984-2.086 1.616-5.293 1.394-6.794.467-.908-.731-1.735-3.234-1.056-4.224.24-.334 1.328 3.673 3.722 3.657 3.258-.02 5.896-2.468 5.993-4.65.167-3.802-5.33-9.81-5.389-13.676zm9.53 9.39c.539-.385 1.399 1.296.792 1.716-.505.337-1.492-1.25-.792-1.716zm1.45-3.41c-.272.132-.814-.056-.652-.287.762-1.089 2.387-2.728 3.565-3.3.362-.176.995.463.776.776-.705 1.007-2.42 2.195-3.689 2.811zm12.59-9.99c.302-.63 2.117-1.344 2.58-1.77.427-.439.631.37.448.751-.302.63-1.868 1.696-2.555 1.724-.37.016-.656-.324-.473-.705zm4.31.2c.393-1.107 1.66-2.786 2.533-3.339.448-.283 1.252-.06 1.101.364-.333.94-1.884 2.581-2.927 3.355-.316.282-.798-.123-.707-.38zm-3.69 2.77c-.263.132-.12.691.133.776.538.18 1.52.214 1.964-.03.645-.398.35-2.845-.513-1.538-.58.806-1.002.547-1.584.792zm-7.29 5.62c-1.318-1.026.355-2.464 1.732-1.46 2.683 2.024-4.003 9.778-7.64 13.403-.666.71-1.25-1.078-.397-1.848 2.608-2.212 5.05-4.855 6.747-7.586.327-.525.64-1.658-.442-2.509zm15.27-6.67c.164-.982-1.589.02-1.621-1.281-.017-.69 1.915-1.173 2.722-.38 1.365 1.384.345 3.718-1.924 3.865-1.891.084-5.046 2.685-4.566 3.232.546.675 5.45 1.121 8.302.675 1.765-.248 1.395 1.331-.414 1.545-1.747.201-3.171.015-4.805.528-1.922.549-2.76 3.13-3.828 4.092-.238.167-.88-.846-.636-1.227.77-1.203 1.996-3.045 3.346-3.572.852-.345-2.348-.454-3.37-.745-.81-.244-.574-1.274-.264-1.848.412-.895 3.429-3.916 4.645-3.867 1.142.049 2.3-.284 2.413-1.017zm5.08.26c.567-.5.858-1.338 1.453-1.848.326-.327.847.065.76.853-.073.621-.907 1.156-1.468 1.623-.456.342-.986-.396-.745-.628zm6.47-2.3c.845-.093 1.055 1.537.131 1.801-.56.187-1.05-1.705-.131-1.801zm-2.13 5.04c-.013 1.404.68 1.275 2.002 1.227 1.283-.049 2.412.033 2.407-1.235-.006-1.314-.727-2.464-.939-1.57-.186.84-.334 2.216-.823 1.617-.46-.515-.278-.628-1.071.217-.44.466-.49-.226-.754-.66-.184-.257-.82.208-.822.404zm-9.22 7.16c-.315 1.858-.026 4.459.925 4.488 1.175.038 3.607-4.061 4.759-6.188.69-1.187 1.877-1.394 1.382-.156-.749 1.91-.682 5.998-.024 7.199.354.647 2.964-.593 3.386-1.515.767-1.675.143-4.762.412-6.647.13-1.237 1.263-1.496 1.203-.349-.112 2.052-.307 5.815-.162 7.524.086.982 2.894 2.432 3.346-.543.238-1.872 1.202-3.719-.047-5.793-.774-1.297 1.136-1.134 2.166.637.72 1.206-.607 3.202-.56 4.744.12 2.373-1.726 3.722-3.066 3.75-1.197.024-1.977-1.446-2.957-1.467-1.089-.07-2.207 1.693-3.106 1.63-3.486-.238-1.64-5.333-2.703-5.395-1.181-.07-2.574 4.994-4.03 4.813-1.434-.172-2.919-4.127-2.322-5.8.54-1.557 1.558-1.922 1.398-.932z"/>
|
||||
<path d="M318.96 114.6c-1.701-1.038.108-3.736.939-2.788 1.606 1.923 3.224 6.487 4.356 6.864.716.24.683-3.374 1.188-5.016.326-1.213 1.793-.817 1.513.737-.096.52-1.917 6.422-1.777 6.655 1.262 2.522 2.51 5.081 3.3 7.788.326 1.167-1.075.381-1.243.139-.894-1.338-2.46-6.452-2.46-6.219-.72 3.598-.89 4.66-1.655 7.717-.233.98-1.675.802-1.35-.924.313-1.418 2.375-8.392 2.259-8.594-1.621-2.862-3.104-5.125-5.07-6.359z"/>
|
||||
<path d="M322.03 131.2c-.474-.054-1.21 1.055 1.152 1.49 3.156.572 6.61-.491 7.67-3.586 1.212-3.687 2.013-7.177 2.646-8.493.791-1.535 1.803-1.411 1.056-3.651-.526-1.612-1.51-1.126-1.716-.264-.552 2.35-2.646 9.952-3.3 11.352-1.233 2.555-3.718 3.565-7.508 3.152z"/>
|
||||
<path d="M328.35 119.07c-.338-.725-1.127-.164-.986.63a1.197 1.197 0 0 0 1.25 1.086c.692-.024 2.155.023 2.159-1.125.002-.807-.632-1.481-1.103-.591-.45.806-1.03.722-1.32 0zm.79-3.04c-.243.168-.025 1.066.264 1.056 1.031-.035 2.492-.363 3.275-.908.229-.16.133-.702-.193-.69-.994.032-2.575.006-3.346.542zm8.76 2.26c.747-1.167 2.806-1.286 2.066.38-.525 1.148-5.652 11.055-6.352 12.315-.764 1.417-1.389.715-.846-.388.73-1.42 4.898-11.962 5.132-12.307z"/>
|
||||
<path d="M330.18 133.04c-.219-.788-1.442-1.954-1.304.155.243 3.828 5.503 2.618 7.096 1.257 1.445-1.28.19 4.323 2.112 4.922 1.058.34 3.05-1.105 4.03-2.376 2.717-3.525 4.446-8.578 7.058-12.058.987-1.36-.54-2.332-1.157-1.25-2.272 3.81-5.094 11.586-8.176 13.605-2.513 1.608-1.768-2.07-1.856-3.176-.11-.81-1.097-2.003-2.415-.908-.921.72-2.352 1.305-3.648 1.188-.752-.042-1.386-.029-1.74-1.359z"/>
|
||||
<path d="M339.57 125.93c.028-.216-1.112-.314-1.056.792.04.819 1.019 1.041 1.188.924 1.54-1.12-.328-.562-.132-1.716zm-2.24 4.49c-.303.071-.582 1.04.133 1.095.653.046 3.213-.229 3.92-.187.458-.017.632-.892-.348-.845-1.19.06-2.754-.239-3.705-.063zm-61.96-16.66c.406.02 1.52 1.462 1.447 1.913-.05.213-1.191-.031-1.54-.326-.258-.219-.154-1.599.093-1.587zm-5.369 10.452c-1.017.555.162 1.651.924 1.188 2.86-1.853 7.154-3.799 8.052-7.468.287-1.243 1.443-3.148 2.54-3.573 1.059-.411 2.598 1.917 3.602.085.59-1.047 2.654.687 3.152-.433.607-1.354.318-2.099.343-3.395-.045-.85-.693-1.103-1.164.272-.245.623.043 1.251-.156 1.576-.152.247-.625.486-.9.28-.253-.19-.078-.72-.685-.955-.235-.118-.612-.216-.776.086-.72 1.284-1.12 2.482-2.128 1.117-.898-1.176-1.353-3.209-2.011-.427-.237.982-1.73 2.407-2.61 2.407-1.099 0-.823-2.894-3.237-2.453-1.241.264-1.155 2.64-.97 3.517.305 1.22 3.931.344 3.751 1.141-.62 2.771-4.467 5.406-7.727 7.035zM247.3 137.42c-.154.464.462 1.723 1.101 1.816.628.046.948-1.36.746-1.816-.15-.336-1.737-.329-1.847 0zm3.33 4.88c-.403-.434-1.589.73-.63 1.553.54.436 2.513 1.07 3.053.148.73-1.185-.72-5.488-.078-6.057.502-.444 2.828 2.875 3.976 3.114 2.697.373 2.05-4.619 4.956-4.28 1.98.264 2.198-2.211 1.922-3.756-.22-1.483-2.622-3.624-3.726-4.582-1.452-1.21-2.1.892-1.188 1.584 1.173.94 3.236 2.837 3.565 4.093.155.592-1.434 1.77-2.02 1.451-1.35-.737-2.607-3.898-3.789-4.62-.402-.246-1.393.31-.916 1.296.536 1.057 2.905 2.693 3.044 3.821.125 1.029-1.056 3.253-1.831 3.253-.853 0-3.028-2.688-3.706-3.953-.34-.606-1.515-.547-1.638.29-.195 1.255.182 3.912.481 5.558.238 1.559-.878 1.638-1.475 1.087zm-4.07-8.57c-.34.384.792 1.134 1.017.94.436-.378 2.128-2.308 1.802-2.983-.29-.601-2.618-1.918-2.997-1.266-.702 1.128 2.195 1.634 1.74 1.965-.223.128-1.02.679-1.562 1.344zm4.17-8.46s.728 2.49 1.32 1.452c.48-.719-1.32-1.452-1.32-1.452zm1.19 3.96c-.266.146-1.017.74-.528 1.056.773.457 2.875.82 2.421-.676-.275-.88 3.171.025 2.331-2.36-.22-.66-1.259-1.612-1.77-1.747-.325-.085-1.429.52-.738.854.504.26 2.024 1.154 1.46 1.74-.642.612-1.089-.275-1.887-.132-.401.076-.14 1.218-.366 1.53-.126.172-.706-.383-.923-.265zm5.48-9.46c-.435.217-1.214 1.396-1.242 1.941-.016.291.303.691.552.567.456-.228 1.16-1.344 1.187-1.856.017-.324-.227-.787-.497-.652zm2.84-.31c-.84-1.027.891-2.55 1.67-.496.47 1.29 5.488 7.892 6.514 10.132.727 1.516-.026 2.142-.924 1.056-2.541-3.242-4.626-7.283-7.26-10.692zm5.15.14c.895-.97 2.721-2.95 2.23-4.053-.378-.95-1.488-.856-1.678-.636-1.086 1.296.772.97.504 1.413-.553 1.038-1.104 1.61-1.39 2.608-.066.234.173.843.334.668zm77.78 3.24c-.643-.52.632-3.044 1.494-2.053 2.368 2.74 3.469 11.636 4.153 18.294 0 0-1.064.887-1.073.746 0-3.547-1.425-14.397-4.574-16.987zm-53.1-8.66c-.766-1.76 1.15-2.412 1.436-1.157 1.33 5.783 4.517 10.16 6.942 14.093.73 1.23.145 1.962-1.63.83-1.23-.842-2.478-3.916-3.083-4.037-1.094-.204-3.713 4.993-9.07 3.51-1.385-.388-1.293-4.508-1.32-6.329-.058-.853.885-1.078.917.086.049 1.678-.002 5.164 2.144 5.281 1.75.098 5.627-2.376 6.444-4.31.728-1.99-1.952-5.942-2.78-7.967z"/>
|
||||
<path d="M344.61 138.38c.428-1.191 6.114-10.735 6.86-12.835.383-1.013 2.015 1.737.421 3.22-1.4 1.26-5.53 8.034-6.301 10.408-.355 1.072-1.432.562-.98-.793z"/>
|
||||
<path d="M354.28 129.28c1.05-3.935 3.593.607 1.353 2.847-3.458 3.387-4.5 9.854-9.987 10.827-1.479.318-4.082-.666-4.853-1.214-.301-.214.194-1.618 1.119-.933 1.337 1.044 4.098 1.28 5.555.093 3.118-3.06 5.657-7.113 6.813-11.62zm-57.01 12.74c-.247.284-1.004.238-1.072.637-.297 1.48 0 2.23-.326 3.655-.312 1.365-1.259 1.416-1.194.304.086-1.442 1.274-3.478.435-3.618-.56-.13-.99-.879-.413-1.248 1.092-.757 1.679-.641 2.43-.413.26.08.328.464.14.683z"/>
|
||||
<path d="M296.5 140.09c-1.448 1.266-2.79 1.784-4.123 3.384-.544.656-.529 1.57-.854 2.406-.326.888-1.375 1.062-1.7.877-.543-.357-.465-2.003-1.071-1.117-.515.816-.847 1.94-1.608 1.926-.689-.014-1.987-1.422-1.329-1.49 2.252-.23 2.225-2.033 3.068-2.151.946-.127 1.008 1.488 1.592 1.165.46-.236.675-2.117 1.173-2.625 1.527-1.56 2.735-2.385 4.293-3.531.788-.629 1.35.505.559 1.156zm5.28 4.85c-1.159.234-.962 1.724-.621 1.909.561.262 1.43.372 1.755-1.342.151-.703.289 3.498 1.831 1.88.888-.981 3.087.178 4.008-1.056.66-.822.863-1.396.349-2.61-.15-.369-1.053-.187-1.001.709.045.755-.535 1.687-1.29 1.528-.367-.067.206-1.847-.162-2.33-.203-.265-.511-.236-.713.039-.283.384.284 2.09-.646 2.315-1.174.27-.56-1.141-1.056-1.4-1.599-.806-1.753.21-2.454.358zm9.05-2.86c.85-.239.584-.24 1.921-1.334.52-.395.624.76.569 1.216-.097.775-1.018.228-1.304.91-.418.886-.248 2.948-.388 3.788-.096.431-.787.394-.853.054-.198-1.024.14-2.026.108-3.307-.011-.435-.634-1.117-.053-1.327zm-5-2.62c-.205.927-.19 1.69-.19 2.325.047.514.986.183.982.118-.047-.814.139-1.94-.102-2.253-.13-.17-.642-.365-.69-.19z"/>
|
||||
<path d="M299.54 130.19l-1.458 5.594-2.03-3.75v3.844l-4.374-5.188 1.521 5.563-3.93-3.344 2.092 3.781-6.975-4.5 4.438 5.188-5.58-2.75 3.995 3.375-9.13-3.438 8.813 4.344c3.223-1.588 7.64-2.563 12.554-2.563 4.896 0 9.335.985 12.554 2.563.012.006.052-.006.064 0l8.75-4.344-9.004 3.469 3.931-3.406-5.516 2.718 4.375-5.156-6.975 4.5 2.093-3.781-3.932 3.344 1.522-5.563-4.375 5.22.063-3.876-2.029 3.75-1.458-5.594z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M249.08 299.688c0 .501-.076 1.226-.227 2.172h-.35c0-.645-.03-1.14-.09-1.488a7.364 7.364 0 0 0-.34-1.239 5.776 5.776 0 0 0-.459-1.03 11.338 11.338 0 0 0-.797-1.143l.701-1.73c.325.414.555.733.69.955.155.257.3.58.436.968a7.45 7.45 0 0 1 .436 2.535m5.5-3.351c0 .528-.1.924-.3 1.188-.2.264-.542.453-1.024.566.14.49.231.873.277 1.149.049.275.073.583.073.922 0 .219-.013.453-.04.702-.022.249-.065.584-.13 1.007h-.316c0-.377-.021-.702-.063-.973a4.398 4.398 0 0 0-.175-.776 28.8 28.8 0 0 0-.3-.797 8.374 8.374 0 0 0-.532-1.183c-.173-.317-.458-.752-.854-1.307l.543-1.63c.287.412.538.696.753.855.215.155.47.232.763.232.642 0 .962-.347.962-1.041h.328c0 .226.006.415.017.566.012.147.017.32.017.52m5.051 3.825l-.407 1.697c-.256-.072-.465-.273-.628-.605-.135-.276-.234-.625-.294-1.047a9.878 9.878 0 0 1-.085-1.313c-.343.09-.615.136-.814.136-.397 0-.725-.104-.985-.311a.99.99 0 0 1-.385-.798c0-.69.177-1.31.532-1.862.358-.554.762-.831 1.21-.831.348 0 .59.098.725.294.151.215.243.46.277.735.034.276.051.808.051 1.596 0 .705.057 1.203.17 1.494.09.226.302.498.634.815m-1.528-2.818c-.068-.43-.294-.645-.679-.645a.825.825 0 0 0-.458.136c-.14.09-.21.17-.21.237 0 .227.272.34.815.34a2.2 2.2 0 0 0 .532-.068m6.875 2.395l-.203 2.06c-.404-.284-.778-.795-1.12-1.534-.36-.773-.721-1.87-1.087-3.288-.313 1.366-.572 2.367-.775 3.005-.2.634-.398 1.082-.594 1.347-.132.177-.344.356-.634.537l.045-1.969c.374-.51.636-.898.787-1.166a6.07 6.07 0 0 0 .548-1.386c.148-.532.28-1.243.396-2.133h.374c.23.894.453 1.605.668 2.133.2.498.433.938.701 1.318.189.268.487.627.894 1.076" fill="#fff"/>
|
||||
<path d="M280.521 319.165c.275.323.468.639.58.949.108.306.186.744.235 1.314l-.614.05c-.261-.512-.516-.913-.763-1.202a15.15 15.15 0 0 0-.913-.943c-.42-.407-.85-.804-1.29-1.19a27.306 27.306 0 0 0-1.689-1.353c-.24-.178-.392-.306-.457-.382-.096-.112-.171-.333-.227-.663a8.923 8.923 0 0 1-.11-1.245l2.142 1.742a35.26 35.26 0 0 1 2.008 1.764c.408.392.774.78 1.098 1.16m-7.6-4.58l-.128 1.576-2.523-.069.19-1.608 2.462.1m6.637 7.054l-6.012 1.832-1.106-1.529 5.197-1.584a6.28 6.28 0 0 0-.547-.683c-.201-.2-.43-.356-.689-.47a1.132 1.132 0 0 1-.358.761 2.06 2.06 0 0 1-.862.49c-.462.14-.924.16-1.385.058-.462-.102-.8-.303-1.018-.603-.32-.442-.492-1.03-.515-1.764-.026-.806.194-1.28.662-1.422.606-.185 1.426-.016 2.46.506 1.033.522 1.826 1.165 2.38 1.93l1.793 2.478m-4.617-3.21a3.091 3.091 0 0 0-.68-.238.903.903 0 0 0-.459.009.542.542 0 0 0-.358.294.392.392 0 0 0 .049.418c.062.086.167.143.314.171.15.023.31.009.477-.042a.888.888 0 0 0 .346-.195c.1-.094.204-.233.31-.417m-6.44-1.23l-.368 1.56-2.5-.23.38-1.576 2.488.246m5.927 6.089l-1.335.306a4.209 4.209 0 0 1-1.357.1 2.832 2.832 0 0 1-1.203-.402c-.221.402-.61.74-1.165 1.012a5.896 5.896 0 0 1-1.283.439l-.947.217-.868-1.592.947-.217c.5-.115.84-.21 1.022-.287.185-.082.417-.221.696-.417a4.673 4.673 0 0 0-.74-.39c-.228-.084-.43-.106-.604-.066a.32.32 0 0 0-.164.09.485.485 0 0 0-.1.208l-.417.056c-.384-.706-.472-1.253-.263-1.639.213-.391.725-.68 1.537-.866.837-.192 1.55-.235 2.143-.13.596.1.995.336 1.197.707.108.2.15.405.123.617-.028.209-.132.51-.31.902.124.054.27.087.438.097.168.01.318 0 .45-.031l1.335-.307.868 1.593m-6.383 1.485l-1.302.204c-.726.114-1.322.002-1.788-.333-.519-.37-.966-1.06-1.342-2.07l-.641-1.72c-.146-.39-.343-.681-.59-.872-.12-.092-.363-.214-.728-.365l.443-1.667c.48.266.849.544 1.109.836.303.34.561.793.772 1.36l.443 1.19c.314.84.618 1.41.913 1.71.234.24.5.336.797.29l1.302-.205.612 1.642m-5.565-5.978l-.841 1.48-2.38-.549.848-1.494 2.373.563m1.384 6.702l-5.933.538-.36-1.673 4.985-.452a1.847 1.847 0 0 0-.531-.673c-.118-.098-.379-.262-.783-.493l.444-1.532c.549.305.95.641 1.202 1.007.259.365.47.923.63 1.673l.346 1.605m-4.763.76a13.04 13.04 0 0 1-1.77-.159 8.346 8.346 0 0 1-1.37-.362 4.466 4.466 0 0 1-1.021.301c-.291.045-.726.057-1.306.038l-1.558-.052c-.427-.014-.759-.098-.996-.25-.237-.154-.441-.4-.612-.742-.378.335-.79.57-1.235.705-.38.116-.827.165-1.343.148l-1.367-.046.133-1.686 1.367.045c.67.022 1.236-.081 1.702-.31.604-.3.933-.773.984-1.422l.626.083c-.023.132-.048.282-.074.451-.026.17-.048.357-.064.564-.017.21.081.39.293.538.212.148.461.227.748.236l1.176.04c.777.025 1.337-.027 1.68-.156.414-.156.64-.466.676-.929.008-.1.063-.186.165-.262a2.61 2.61 0 0 1 .37-.193l.377-.174c.007.08.008.187.004.324-.005.132-.008.22-.011.26-.018.228-.093.528-.225.9.23.083.49.156.778.22.29.063.595.115.918.154.01-.14-.055-.325-.196-.553-.142-.229-.21-.382-.203-.461a.415.415 0 0 1 .086-.246c.014-.02.09-.082.225-.185l.87-.686c.15.266.253.508.306.725.06.213.077.48.052.798l-.185 2.344m-9.007-6.93l-1.499 1.06-1.13-.698-1.112.83-1.487-.897 1.42-1.01 1.2.67 1.158-.847 1.45.891m-2.356 6.46l-5.809-.951.638-1.638 4.88.8a1.296 1.296 0 0 0-.102-.753c-.052-.12-.198-.336-.438-.649l1.3-1.31c.33.416.507.825.53 1.226.027.401-.102.97-.388 1.704l-.611 1.571m-4.89-.758l-1.256-.302c-.7-.168-1.1-.476-1.197-.924-.112-.495.11-1.23.667-2.203l.948-1.66c.215-.376.302-.689.26-.937-.02-.12-.116-.309-.288-.566l1.8-1.223c.17.394.237.76.202 1.095-.04.392-.217.862-.53 1.41l-.655 1.146c-.464.811-.702 1.394-.714 1.749-.013.284.125.46.412.53l1.256.302-.905 1.583m-2.975-6.286l-2.039.86-1.4-1.364 2.056-.868 1.383 1.372m-.867 5.266c-.424.501-.84.877-1.25 1.128-.405.247-.86.402-1.363.463-.498.064-1.129.035-1.892-.086a11.805 11.805 0 0 1-2.199-.55c-1.359-.485-2.27-1.02-2.735-1.606-.462-.58-.443-1.166.058-1.758a5.588 5.588 0 0 1 1.522-1.256c.648-.37 1.658-.789 3.03-1.258l.31.408c-1.072.416-1.812.73-2.219.944a3.322 3.322 0 0 0-.975.765c-.323.381-.274.805.147 1.271.429.465 1.155.88 2.178 1.244 1.007.36 1.96.536 2.86.53.9-.004 1.503-.188 1.81-.551.19-.225.318-.47.382-.735.07-.264.113-.709.127-1.337l1.982-1.206c.001.6-.027 1.003-.085 1.21-.1.375-.355.806-.766 1.292l-.922 1.088" fill="#bf0000"/>
|
||||
</svg>
|
After (image error) Size: 33 KiB |
|
@ -0,0 +1,14 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ag">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#25ff01" d="M108.95 47.6h464.86v464.86H108.95z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(-120 -52.427) scale(1.1014)">
|
||||
<path fill="#fff" d="M0 47.6h693V512H0z"/>
|
||||
<path d="M1.53 48.16h690.83v196.2H1.53z"/>
|
||||
<path fill="#0061ff" d="M128.29 232.12h458.52v103.35H128.29z"/>
|
||||
<path d="M692.53 49.19v463.27H346.86L692.53 49.19zm-691.34 0v463.27h345.67L1.19 49.19z" fill="#e20000"/>
|
||||
<path d="M508.78 232.22l-69.285-17.58 58.944-44.467-72.388 10.34 37.228-63.08-64.115 37.23L410.54 81.24l-43.432 57.91-17.58-67.217-19.648 69.285-43.433-58.944 12.41 75.49-64.115-39.296 37.228 63.08-70.32-11.375 57.91 43.433-72.387 18.614h321.61z" fill="#ffd600"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 876 B |
|
@ -0,0 +1,767 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ai">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)">
|
||||
<path fill-rule="evenodd" fill="#fff" d="M-167.86.45h429.52v256.07h-429.52z"/>
|
||||
<path d="M-167.86.45l-.018 19.22 102.5 63.22 38.565 1.34L-167.863.45z" fill="#c00"/>
|
||||
<path d="M-123.97.45L.29 78.366V.45h-124.26z" fill="#006"/>
|
||||
<path d="M16.866.45v99.468h-184.73v56.84h184.73v99.467h56.84v-99.468h184.73v-56.84H73.705V.45h-56.84z" fill="#c00"/>
|
||||
<path d="M90.283.45v73.417L211.853 1.02 90.283.45z" fill="#006"/>
|
||||
<path d="M94.12 81.87l34.19-.33L261.13 1.02l-35.24.688L94.12 81.87z" fill="#c00"/>
|
||||
<path d="M259.78 22.495L158.32 82.89l100.11.45v89.995h-85.258l84.47 54.942 1.24 27.948-45.117-.647-123.48-72.77v73.417H.29v-73.417l-115.83 73.22-52.315.197v255.78h852.58V.455l-424.04-.46m-428.54 28.87l-.45 53.12 89.757 1.35-89.307-54.472zm-.005 144.465v54.47l85.258-53.9-85.258-.57z" fill="#006"/>
|
||||
<path d="M160.45 175.58l-35.543-.33 133.97 80.07-.88-18.318-97.55-61.422zm-295.02 81.09L-8.95 177.5l-32.994.262-125.92 78.79" fill="#c00"/>
|
||||
<path d="M368.61 245.108l2.165 2.166-2.165-2.166z" fill="#49497d"/>
|
||||
<path d="M370.775 245.108l2.166 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M364.28 247.274l2.164 2.165-2.165-2.166z" fill="#262678"/>
|
||||
<path d="M366.444 247.274l2.166 2.165-2.166-2.166z" fill="#808067"/>
|
||||
<path d="M372.94 247.274l2.166 2.165-2.165-2.166z" fill="#58587b"/>
|
||||
<path d="M292.817 249.44l2.166 2.165-2.166-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M359.948 249.44l2.165 2.165-2.165-2.166z" fill="#1b1b74"/>
|
||||
<path d="M362.113 249.44l2.166 2.165-2.167-2.166z" fill="#6e6c70"/>
|
||||
<path d="M296.628 253.36c0 55.95-6.45 119.004 35.255 162.823 8.58 9.014 24.9 29.572 38.892 28.783 14.647-.825 33.483-22.5 41.86-33.114 36.304-47.754 30.533-104.713 31.767-160.14-16.393 7.363-24.557 9.788-38.892 9.745-10.618 1.09-26.998-6.045-36.792-10.714-6.4 4.275-15.687 9.373-32.374 9.945-19.273.848-25.38-2.418-39.716-7.33z" fill="#cc3"/>
|
||||
<path d="M375.106 249.44l2.166 2.165-2.166-2.166z" fill="#99994e"/>
|
||||
<path d="M377.272 249.44l2.165 2.165-2.165-2.166z" fill="#49497d"/>
|
||||
<path d="M444.402 249.44l2.166 2.165-2.166-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M294.983 251.605l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||
<path d="M297.148 251.605l2.166 2.165-2.166-2.165z" fill="#6e6c70"/>
|
||||
<path d="M299.314 251.605l2.165 2.165-2.166-2.165z" fill="#3a3a7c"/>
|
||||
<path d="M355.617 251.605l2.165 2.165-2.165-2.165z" fill="#1b1b74"/>
|
||||
<path d="M357.782 251.605l2.166 2.165-2.166-2.165z" fill="#6e6c70"/>
|
||||
<path d="M359.948 251.605l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||
<path d="M368.61 251.605l2.165 2.165-2.165-2.165z" fill="#d0d045"/>
|
||||
<path d="M377.272 251.605l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||
<path d="M379.437 251.605l2.166 2.165-2.166-2.165z" fill="#8d8d5b"/>
|
||||
<path d="M381.603 251.605l2.165 2.165-2.165-2.165z" fill="#3a3a7c"/>
|
||||
<path d="M437.906 251.605l2.165 2.165-2.164-2.165z" fill="#262678"/>
|
||||
<path d="M440.07 251.605l2.167 2.165-2.166-2.165z" fill="#53527c"/>
|
||||
<path d="M442.237 251.605l2.165 2.165-2.165-2.165z" fill="#8d8d5b"/>
|
||||
<path d="M303.645 253.77l2.165 2.166-2.165-2.166z" fill="#737370"/>
|
||||
<path d="M305.81 253.77l2.166 2.166-2.166-2.166z" fill="#53527c"/>
|
||||
<path d="M307.976 253.77l2.165 2.166-2.164-2.166z" fill="#1b1b74"/>
|
||||
<path d="M351.286 253.77l2.165 2.166-2.164-2.166z" fill="#262678"/>
|
||||
<path d="M353.45 253.77l2.167 2.166-2.166-2.166z" fill="#6e6c70"/>
|
||||
<path d="M355.617 253.77l2.165 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||
<path d="M366.444 253.77l2.166 2.166-2.166-2.166z" fill="#e5e59d"/>
|
||||
<path d="M301.068 259.444c-1.165 29.392-.27 62.49 4.324 93.94 5.08 16.43 4.4 25.454 11.95 35.3l105.67-.822c6.368-10.36 11.09-26.068 11.7-32.313 5.9-31.763 6.04-66.814 6.182-98.164-10.626 5.65-24.542 9.652-38.048 7.895-10.827-.824-20.832-3.296-32.482-9.88-10.107 6.054-13.63 8.818-30.317 9.525-12.993.64-23.518 1.693-38.98-5.482z" fill="#fff"/>
|
||||
<path d="M370.775 253.77l2.166 2.166-2.165-2.166z" fill="#f2f1d7"/>
|
||||
<path d="M372.94 253.77l2.166 2.166-2.165-2.166z" fill="#d9d868"/>
|
||||
<path d="M381.603 253.77l2.165 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||
<path d="M383.768 253.77l2.166 2.166-2.166-2.166z" fill="#99994e"/>
|
||||
<path d="M385.934 253.77l2.165 2.166-2.166-2.166z" fill="#49497d"/>
|
||||
<path d="M388.1 253.77l2.165 2.166-2.166-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M431.41 253.77l2.165 2.166-2.166-2.166z" fill="#3a3a7c"/>
|
||||
<path d="M433.575 253.77l2.165 2.166-2.165-2.166z" fill="#667"/>
|
||||
<path d="M435.74 253.77l2.166 2.166-2.166-2.166z" fill="#99994e"/>
|
||||
<path d="M437.906 253.77l2.165 2.166-2.164-2.166m-129.93 2.166l2.165 2.165-2.164-2.164z" fill="#a4a43d"/>
|
||||
<path d="M310.14 255.936l2.167 2.165-2.166-2.164z" fill="#99994e"/>
|
||||
<path d="M312.307 255.936l2.165 2.165-2.165-2.164z" fill="#6e6c70"/>
|
||||
<path d="M314.472 255.936l2.166 2.165-2.166-2.164z" fill="#49497d"/>
|
||||
<path d="M316.638 255.936l2.165 2.165-2.165-2.164m28.15 0l2.167 2.165-2.166-2.164z" fill="#1b1b74"/>
|
||||
<path d="M346.955 255.936l2.165 2.165-2.165-2.164z" fill="#53527c"/>
|
||||
<path d="M349.12 255.936l2.166 2.165-2.166-2.164z" fill="#8d8d5b"/>
|
||||
<path d="M351.286 255.936l2.165 2.165-2.164-2.164z" fill="#a4a43d"/>
|
||||
<path d="M362.113 255.936l2.166 2.165-2.167-2.164z" fill="#e5e59d"/>
|
||||
<path d="M364.28 255.936l2.164 2.165-2.165-2.164z" fill="#fbfaf2"/>
|
||||
<path d="M375.106 255.936l2.166 2.165-2.166-2.164z" fill="#f2f1d2"/>
|
||||
<path d="M377.272 255.936l2.165 2.165-2.165-2.164z" fill="#d9d868"/>
|
||||
<path d="M388.1 255.936l2.165 2.165-2.166-2.164z" fill="#a4a43d"/>
|
||||
<path d="M390.265 255.936l2.165 2.165-2.165-2.164z" fill="#6e6c70"/>
|
||||
<path d="M392.43 255.936l2.166 2.165-2.166-2.164z" fill="#3a3a7c"/>
|
||||
<path d="M420.582 255.936l2.165 2.165-2.165-2.164z" fill="#0e0e6e"/>
|
||||
<path d="M422.747 255.936l2.166 2.165-2.166-2.164z" fill="#32327b"/>
|
||||
<path d="M424.913 255.936l2.165 2.165-2.165-2.164z" fill="#58587b"/>
|
||||
<path d="M427.078 255.936l2.166 2.165-2.166-2.164z" fill="#808067"/>
|
||||
<path d="M430.694 256.65l1.443.722-1.443-.722z" fill="#a4a43d"/>
|
||||
<path d="M299.314 258.1l2.165 2.167-2.166-2.166z" fill="#dddc7a"/>
|
||||
<path d="M301.48 258.1l2.165 2.167-2.166-2.166z" fill="#d0d045"/>
|
||||
<path d="M318.088 258.816l1.443.722-1.442-.722z" fill="#a4a43d"/>
|
||||
<path d="M320.97 258.1l2.164 2.167-2.165-2.166z" fill="#808067"/>
|
||||
<path d="M323.134 258.1l2.166 2.167-2.166-2.166z" fill="#667"/>
|
||||
<path d="M325.3 258.1l2.165 2.167-2.165-2.166z" fill="#58587b"/>
|
||||
<path d="M327.465 258.1l2.166 2.167-2.165-2.166z" fill="#49497d"/>
|
||||
<path d="M340.458 258.1l2.166 2.167-2.166-2.166z" fill="#737370"/>
|
||||
<path d="M342.624 258.1l2.165 2.167-2.166-2.166z" fill="#99994e"/>
|
||||
<path d="M344.79 258.1l2.165 2.167-2.166-2.166z" fill="#a4a43d"/>
|
||||
<path d="M357.782 258.1l2.166 2.167-2.166-2.166z" fill="#e5e59d"/>
|
||||
<path d="M359.948 258.1l2.165 2.167-2.165-2.166z" fill="#fbfaf2"/>
|
||||
<path d="M379.437 258.1l2.166 2.167-2.166-2.166z" fill="#f2f1d2"/>
|
||||
<path d="M381.603 258.1l2.165 2.167-2.165-2.166z" fill="#d9d868"/>
|
||||
<path d="M393.88 258.816l1.443.722-1.442-.722z" fill="#a4a43d"/>
|
||||
<path d="M396.76 258.1l2.167 2.167-2.166-2.166z" fill="#808067"/>
|
||||
<path d="M398.927 258.1l2.165 2.167-2.165-2.166z" fill="#667"/>
|
||||
<path d="M401.092 258.1l2.166 2.167-2.166-2.166z" fill="#58587b"/>
|
||||
<path d="M403.258 258.1l2.165 2.167-2.165-2.166z" fill="#3a3a7c"/>
|
||||
<path d="M413.37 258.816l1.443.722-1.443-.722z" fill="#58587b"/>
|
||||
<path d="M416.25 258.1l2.166 2.167-2.165-2.166z" fill="#737370"/>
|
||||
<path d="M418.416 258.1l2.166 2.167-2.166-2.166z" fill="#99994e"/>
|
||||
<path d="M420.582 258.1l2.165 2.167-2.165-2.166z" fill="#a4a43d"/>
|
||||
<path d="M437.906 258.1l2.165 2.167-2.164-2.166z" fill="#dddc7a"/>
|
||||
<path d="M440.07 258.1l2.167 2.167-2.166-2.166z" fill="#d0d045"/>
|
||||
<path d="M303.645 260.267l2.165 2.165-2.165-2.165z" fill="#f2f1d7"/>
|
||||
<path d="M305.81 260.267l2.166 2.165-2.166-2.165z" fill="#e0dea1"/>
|
||||
<path d="M307.976 260.267l2.165 2.165-2.164-2.165z" fill="#dddc7a"/>
|
||||
<path d="M351.286 260.267l2.165 2.165-2.164-2.165z" fill="#d9d868"/>
|
||||
<path d="M353.45 260.267l2.167 2.165-2.166-2.165z" fill="#e5e3af"/>
|
||||
<path d="M383.768 260.267l2.166 2.165-2.166-2.165z" fill="#f6f6e4"/>
|
||||
<path d="M385.934 260.267l2.165 2.165-2.166-2.165z" fill="#e1e18c"/>
|
||||
<path d="M429.244 260.267l2.165 2.165-2.166-2.165z" fill="#d4d456"/>
|
||||
<path d="M431.41 260.267l2.165 2.165-2.166-2.165z" fill="#e1e18c"/>
|
||||
<path d="M433.575 260.267l2.165 2.165-2.165-2.165z" fill="#eeedc1"/>
|
||||
<path d="M312.307 262.432l2.165 2.166-2.165-2.166z" fill="#f2f1d2"/>
|
||||
<path d="M314.472 262.432l2.166 2.166-2.166-2.166z" fill="#e0dea1"/>
|
||||
<path d="M316.638 262.432l2.165 2.166-2.165-2.166z" fill="#dddc7a"/>
|
||||
<path d="M318.803 262.432l2.166 2.166-2.167-2.166z" fill="#d0d045"/>
|
||||
<path d="M344.79 262.432l2.165 2.166-2.166-2.166z" fill="#dddc7a"/>
|
||||
<path d="M346.955 262.432l2.165 2.166-2.165-2.166z" fill="#e5e3af"/>
|
||||
<path d="M349.12 262.432l2.166 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M390.265 262.432l2.165 2.166-2.165-2.166z" fill="#eeedc1"/>
|
||||
<path d="M392.43 262.432l2.166 2.166-2.166-2.166z" fill="#e1e18c"/>
|
||||
<path d="M394.596 262.432l2.165 2.166-2.164-2.166z" fill="#d4d456"/>
|
||||
<path d="M420.582 262.432l2.165 2.166-2.165-2.166z" fill="#d9d868"/>
|
||||
<path d="M422.747 262.432l2.166 2.166-2.166-2.166z" fill="#e1e18c"/>
|
||||
<path d="M424.913 262.432l2.165 2.166-2.165-2.166z" fill="#eeedc1"/>
|
||||
<path d="M427.078 262.432l2.166 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M323.134 264.598l2.166 2.165-2.166-2.165z" fill="#f2f1d7"/>
|
||||
<path d="M325.3 264.598l2.165 2.165-2.165-2.165z" fill="#f2f1d2"/>
|
||||
<path d="M327.465 264.598l2.166 2.165-2.165-2.165z" fill="#eeedc1"/>
|
||||
<path d="M337.578 265.312l1.442.722-1.442-.722z" fill="#f2f1d2"/>
|
||||
<path d="M340.458 264.598l2.166 2.165-2.166-2.165z" fill="#fbfaf2"/>
|
||||
<path d="M351.286 264.598l4.33 4.33v-4.33h-4.33z" fill="#fef8f1"/>
|
||||
<path d="M398.927 264.598l2.165 2.165-2.165-2.165z" fill="#f2f1d7"/>
|
||||
<path d="M401.092 264.598l2.166 2.165-2.166-2.165z" fill="#f2f1d2"/>
|
||||
<path d="M403.258 264.598l2.165 2.165-2.165-2.165z" fill="#e5e3af"/>
|
||||
<path d="M406.874 265.312l1.442.722-1.442-.722z" fill="#e5e59d"/>
|
||||
<path d="M409.754 264.598l2.166 2.165-2.166-2.165z" fill="#e0dea1"/>
|
||||
<path d="M413.37 265.312l1.443.722-1.443-.722z" fill="#f2f1d2"/>
|
||||
<path d="M416.25 264.598l2.166 2.165-2.165-2.165z" fill="#fbfaf2"/>
|
||||
<path d="M346.955 266.763l2.165 2.166-2.165-2.167z" fill="#fef8f1"/>
|
||||
<path d="M349.12 266.763l2.166 2.166-2.166-2.167z" fill="#fbbe66"/>
|
||||
<path d="M346.955 268.93l2.165 2.164-2.165-2.165z" fill="#fbc477"/>
|
||||
<path d="M351.286 268.93l2.165 2.164-2.164-2.165z" fill="#fcb144"/>
|
||||
<path d="M346.955 271.094l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M351.286 271.094l2.165 2.166-2.164-2.166z" fill="#fea522"/>
|
||||
<path d="M344.79 273.26l2.165 2.165-2.166-2.165m8.66 0l2.167 2.165-2.166-2.165z" fill="#fae3c9"/>
|
||||
<path d="M364.28 273.26l2.164 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M366.444 273.26l2.166 2.165-2.166-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M375.106 273.26l2.166 2.165-2.166-2.165z" fill="#fae3c9"/>
|
||||
<path d="M377.272 273.26l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||
<path d="M344.79 275.425l2.165 2.166-2.166-2.165z" fill="#f9d099"/>
|
||||
<path d="M353.45 275.425l2.167 2.166-2.166-2.165z" fill="#fdab33"/>
|
||||
<path d="M357.782 275.425l2.166 2.166-2.166-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M359.948 275.425l2.165 2.166-2.165-2.165z" fill="#fbc477"/>
|
||||
<path d="M362.113 275.425l2.166 2.166-2.167-2.165z" fill="#fea522"/>
|
||||
<path d="M379.437 275.425l2.166 2.166-2.166-2.165z" fill="#fcb755"/>
|
||||
<path d="M381.603 275.425l2.165 2.166-2.165-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M344.79 277.59l2.165 2.166-2.166-2.165z" fill="#faca88"/>
|
||||
<path d="M355.617 277.59l2.165 2.166-2.165-2.165m28.15 0l2.167 2.166-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M385.934 277.59l2.165 2.166-2.166-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M299.314 279.756l2.165 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M344.79 279.756l2.165 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M388.1 279.756l2.165 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M390.265 279.756l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M344.79 281.922l2.165 2.165-2.166-2.165z" fill="#faca88"/>
|
||||
<path d="M394.596 281.922l2.165 2.165-2.164-2.165z" fill="#fcb755"/>
|
||||
<path d="M396.76 281.922l2.167 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M342.624 284.087l2.165 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M344.79 284.087l2.165 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M405.423 284.087l2.166 2.166-2.167-2.166z" fill="#fdab33"/>
|
||||
<path d="M407.59 284.087l2.164 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||
<path d="M409.754 284.087l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M411.92 284.087l4.33 4.33-4.33-4.33z" fill="#f9d6aa"/>
|
||||
<path d="M414.085 284.087l2.166 2.166-2.165-2.166z" fill="#fef8f1"/>
|
||||
<path d="M342.624 286.253l2.165 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||
<path d="M372.94 286.253l2.166 2.165-2.165-2.165z" fill="#fdab33"/>
|
||||
<path d="M375.106 286.253l2.166 2.165-2.166-2.165zm8.662 0l2.166 2.165-2.166-2.165z" fill="#fbc477"/>
|
||||
<path d="M385.934 286.253l2.165 2.165-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M340.458 288.418l2.166 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||
<path d="M368.61 288.418l2.165 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||
<path d="M370.775 288.418l2.166 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||
<path d="M388.1 288.418l2.165 2.166-2.166-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M390.265 288.418l2.165 2.166-2.165-2.166z" fill="#fdab33"/>
|
||||
<path d="M403.258 288.418l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M405.423 288.418l2.166 2.166-2.167-2.166z" fill="#fcb755"/>
|
||||
<path d="M407.59 288.418l2.164 2.166-2.165-2.166z" fill="#f9d099"/>
|
||||
<path d="M409.754 288.418l2.166 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M340.458 290.584l2.166 2.165-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M366.444 290.584l2.166 2.165-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M392.43 290.584l2.166 2.165-2.166-2.166z" fill="#f9d099"/>
|
||||
<path d="M401.092 290.584l2.166 2.165-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M338.293 292.75l2.165 2.165-2.165-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M364.28 292.75l2.164 2.165-2.165-2.166z" fill="#fbbe66"/>
|
||||
<path d="M394.596 292.75l2.165 2.165-2.164-2.166z" fill="#f9d099"/>
|
||||
<path d="M401.092 292.75l2.166 2.165-2.166-2.166z" fill="#fae3c9"/>
|
||||
<path d="M338.293 294.915l2.165 2.165-2.165-2.165z" fill="#fbc477"/>
|
||||
<path d="M362.113 294.915l2.166 2.165-2.167-2.165m34.648 0l2.167 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||
<path d="M401.092 294.915l2.166 2.165-2.166-2.165z" fill="#fbbe66"/>
|
||||
<path d="M299.314 297.08l2.165 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M338.293 297.08l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M362.113 297.08l2.166 2.166-2.167-2.166z" fill="#fbead6"/>
|
||||
<path d="M396.76 297.08l2.167 2.166-2.166-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M403.258 297.08l2.165 2.166-2.165-2.166z" fill="#fef8f1"/>
|
||||
<path d="M336.127 299.246l2.166 2.165-2.166-2.164z" fill="#fcf1e4"/>
|
||||
<path d="M359.948 299.246l2.165 2.165-2.165-2.164z" fill="#fbbe66"/>
|
||||
<path d="M398.927 299.246l2.165 2.165-2.165-2.164z" fill="#faca88"/>
|
||||
<path d="M403.258 299.246l2.165 2.165-2.165-2.164z" fill="#f9d099"/>
|
||||
<path d="M336.127 301.41l2.166 2.167-2.166-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M359.948 301.41l2.165 2.167-2.165-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M370.775 301.41l2.166 2.167-2.165-2.166z" fill="#fae3c9"/>
|
||||
<path d="M372.94 301.41l2.166 2.167-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M375.106 301.41l2.166 2.167-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M377.272 301.41l2.165 2.167-2.165-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M398.927 301.41l2.165 2.167-2.165-2.166z" fill="#fef8f1"/>
|
||||
<path d="M401.092 301.41l2.166 2.167-2.166-2.166z" fill="#fea522"/>
|
||||
<path d="M403.258 301.41l2.165 2.167-2.165-2.166z" fill="#fdab33"/>
|
||||
<path d="M336.127 303.577l-2.165 6.496 2.165-6.496z" fill="#faca88"/>
|
||||
<path d="M357.782 303.577l2.166 2.165-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M359.948 303.577l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||
<path d="M370.775 303.577l2.166 2.165-2.165-2.165z" fill="#f9d099"/>
|
||||
<path d="M379.437 303.577l2.166 2.165-2.166-2.165z" fill="#fdab33"/>
|
||||
<path d="M381.603 303.577l2.165 2.165-2.165-2.165z" fill="#fae3c9"/>
|
||||
<path d="M401.092 303.577l2.166 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M403.258 303.577l2.165 2.165-2.165-2.165z" fill="#f90"/>
|
||||
<path d="M406.138 305.027l.723 1.444-.722-1.443z" fill="#fbead6"/>
|
||||
<path d="M362.113 305.742l2.166 2.166-2.167-2.166z" fill="#fea522"/>
|
||||
<path d="M364.28 305.742l2.164 2.166-2.165-2.166z" fill="#fbbe66"/>
|
||||
<path d="M366.444 305.742l2.166 2.166-2.166-2.166z" fill="#faca88"/>
|
||||
<path d="M368.61 305.742l2.165 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||
<path d="M370.775 305.742l2.166 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||
<path d="M372.94 305.742l2.166 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M383.768 305.742l2.166 2.166-2.166-2.166z" fill="#fdab33"/>
|
||||
<path d="M385.934 305.742l2.165 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M388.1 305.742l2.165 2.166-2.166-2.166z" fill="#faca88"/>
|
||||
<path d="M390.265 305.742l2.165 2.166-2.165-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M393.88 306.457l1.443.722-1.442-.723z" fill="#fae3c9"/>
|
||||
<path d="M396.76 305.742l2.167 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M403.258 305.742l2.165 2.166-2.165-2.166z" fill="#fbc477"/>
|
||||
<path d="M310.14 307.908l2.167 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M312.307 307.908l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M368.61 307.908l2.165 2.165-2.165-2.165z" fill="#fcb755"/>
|
||||
<path d="M372.94 307.908l2.166 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M375.106 307.908l2.166 2.165-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M392.43 307.908l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M394.596 307.908l-2.166 4.33 2.166-4.33z" fill="#fcb144"/>
|
||||
<path d="M398.927 307.908l2.165 2.165-2.165-2.165z" fill="#fe9f11"/>
|
||||
<path d="M401.092 307.908l2.166 2.165-2.166-2.165z" fill="#fbbe66"/>
|
||||
<path d="M403.258 307.908l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M310.14 310.073l2.167 2.166-2.166-2.167z" fill="#fae3c9"/>
|
||||
<path d="M312.307 310.073l4.33 4.33-4.33-4.33z" fill="#fe9f11"/>
|
||||
<path d="M314.472 310.073l2.166 2.166-2.166-2.167zm19.49 0l2.165 2.166-2.165-2.167z" fill="#fbead6"/>
|
||||
<path d="M336.127 310.073l2.166 2.166-2.166-2.167z" fill="#fae3c9"/>
|
||||
<path d="M355.617 310.073l2.165 2.166-2.165-2.167z" fill="#fe9f11"/>
|
||||
<path d="M357.782 310.073l2.166 2.166-2.166-2.167z" fill="#fbc477"/>
|
||||
<path d="M359.948 310.073l2.165 2.166-2.165-2.167z" fill="#fea522"/>
|
||||
<path d="M366.444 310.073l2.166 2.166-2.166-2.167z" fill="#fbc477"/>
|
||||
<path d="M368.61 310.073l2.165 2.166-2.165-2.167z" fill="#fef8f1"/>
|
||||
<path d="M377.272 310.073l2.165 2.166-2.165-2.167z" fill="#fbc477"/>
|
||||
<path d="M394.596 310.073l2.165 2.166-2.164-2.167z" fill="#fff"/>
|
||||
<path d="M396.76 310.073l2.167 2.166-2.166-2.167z" fill="#fdab33"/>
|
||||
<path d="M405.423 310.073l2.166 2.166-2.167-2.167z" fill="#fbc477"/>
|
||||
<path d="M310.14 312.24l2.167 2.164-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M316.638 312.24l2.165 2.164-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M327.465 312.24l2.166 2.164-2.165-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M338.293 312.24l2.165 2.164-2.165-2.165z" fill="#fe9f11"/>
|
||||
<path d="M341.91 312.953l1.44.722-1.44-.722z" fill="#f9d6aa"/>
|
||||
<path d="M355.617 312.24l2.165 2.164-2.165-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M362.113 312.24l2.166 2.164-2.167-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M379.437 312.24l2.166 2.164-2.166-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M394.596 312.24l2.165 2.164-2.164-2.165z" fill="#fdab33"/>
|
||||
<path d="M407.59 312.24l2.164 2.164-2.165-2.165z" fill="#fcb755"/>
|
||||
<path d="M409.754 312.24l2.166 2.164-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M292.817 314.404l2.166 2.166-2.166-2.166z" fill="#53527c"/>
|
||||
<path d="M312.307 314.404l2.165 2.166-2.165-2.166z" fill="#fcb755"/>
|
||||
<path d="M316.638 314.404l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M325.3 314.404l2.165 2.166-2.165-2.166z" fill="#fbead6"/>
|
||||
<path d="M329.63 314.404l2.166 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M331.796 314.404l2.166 2.166-2.166-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M338.293 314.404l2.165 2.166-2.165-2.166z" fill="#fbbe66"/>
|
||||
<path d="M340.458 314.404l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M342.624 314.404l2.165 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M353.45 314.404l2.167 2.166-2.166-2.166z" fill="#fea522"/>
|
||||
<path d="M381.603 314.404l2.165 2.166-2.165-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M409.754 314.404l2.166 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M444.402 314.404l2.166 2.166-2.166-2.166z" fill="#8d8d5b"/>
|
||||
<path d="M299.314 316.57l2.165 2.165-2.166-2.165z" fill="#e5e3af"/>
|
||||
<path d="M312.307 316.57l2.165 2.165-2.165-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M318.803 316.57l2.166 2.165-2.167-2.165z" fill="#fdab33"/>
|
||||
<path d="M325.3 316.57l2.165 2.165-2.165-2.165z" fill="#fe9f11"/>
|
||||
<path d="M329.63 316.57l2.166 2.165-2.165-2.165z" fill="#faca88"/>
|
||||
<path d="M338.293 316.57l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M353.45 316.57l2.167 2.165-2.166-2.165m30.318 0l2.166 2.165-2.166-2.165z" fill="#f9d099"/>
|
||||
<path d="M411.92 316.57l2.165 2.165-2.165-2.165z" fill="#fbbe66"/>
|
||||
<path d="M314.472 318.735l2.166 2.166-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M320.97 318.735l2.164 2.166-2.165-2.165z" fill="#fdab33"/>
|
||||
<path d="M323.134 318.735l2.166 2.166-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M327.465 318.735l2.166 2.166-2.165-2.165z" fill="#fe9f11"/>
|
||||
<path d="M329.63 318.735l2.166 2.166-2.165-2.165z" fill="#fef8f1"/>
|
||||
<path d="M340.458 318.735l2.166 2.166-2.166-2.165z" fill="#fbbe66"/>
|
||||
<path d="M353.45 318.735l2.167 2.166-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M385.934 318.735l2.165 2.166-2.166-2.165z" fill="#fbbe66"/>
|
||||
<path d="M414.085 318.735l2.166 2.166-2.165-2.165z" fill="#f9d099"/>
|
||||
<path d="M314.472 320.9l2.166 2.166-2.166-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M327.465 320.9l2.166 2.166-2.165-2.165z" fill="#f9d099"/>
|
||||
<path d="M340.458 320.9l2.166 2.166-2.166-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M351.286 320.9l2.165 2.166-2.164-2.165m36.813 0l2.165 2.166-2.166-2.165z" fill="#fdab33"/>
|
||||
<path d="M416.25 320.9l2.166 2.166-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M316.638 323.066l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M325.3 323.066l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M342.624 323.066l2.165 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M351.286 323.066l2.165 2.166-2.164-2.166z" fill="#faca88"/>
|
||||
<path d="M388.1 323.066l2.165 2.166-2.166-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M416.25 323.066l2.166 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||
<path d="M299.314 325.232l2.165 2.165-2.166-2.165z" fill="#d3d079"/>
|
||||
<path d="M316.638 325.232l2.165 2.165-2.165-2.165zm25.986 0l2.165 2.165-2.166-2.165z" fill="#faca88"/>
|
||||
<path d="M351.286 325.232l2.165 2.165-2.164-2.165m36.813 0l2.165 2.165-2.166-2.165z" fill="#fae3c9"/>
|
||||
<path d="M418.416 325.232l2.166 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M437.906 325.232l2.165 2.165-2.164-2.165z" fill="#f2f1d7"/>
|
||||
<path d="M445.117 326.682l.723 1.444-.723-1.444z" fill="#58587b"/>
|
||||
<path d="M300.028 328.848l.723 1.443-.722-1.442z" fill="#d9d868"/>
|
||||
<path d="M316.638 327.397l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M385.934 327.397l2.165 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M388.1 327.397l2.165 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M418.416 327.397l2.166 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M438.62 328.848l.723 1.443-.723-1.442z" fill="#f2f1d2"/>
|
||||
<path d="M316.638 329.563l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M383.768 329.563l2.166 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M385.934 329.563l2.165 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M392.43 329.563l-2.165 4.33 2.165-4.33z" fill="#fdab33"/>
|
||||
<path d="M394.596 329.563l2.165 2.165-2.164-2.165z" fill="#fcb755"/>
|
||||
<path d="M420.582 329.563l2.165 2.165-2.165-2.165z" fill="#fea522"/>
|
||||
<path d="M422.747 329.563l2.166 2.165-2.166-2.165z" fill="#f9d099"/>
|
||||
<path d="M444.402 329.563l2.166 2.165-2.166-2.165z" fill="#53527c"/>
|
||||
<path d="M295.697 333.18l.723 1.44-.723-1.44z" fill="#808067"/>
|
||||
<path d="M318.803 331.728l2.166 2.166-2.167-2.166m6.497 0l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M349.12 331.728l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M383.768 331.728l2.166 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||
<path d="M392.43 331.728l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M396.76 331.728l2.167 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M424.913 331.728l2.165 2.166-2.165-2.166z" fill="#fcb755"/>
|
||||
<path d="M427.078 331.728l4.33 4.33-4.33-4.33z" fill="#fef8f1"/>
|
||||
<path d="M438.62 333.18l.723 1.44-.723-1.44z" fill="#e5e59d"/>
|
||||
<path d="M445.117 333.18l.723 1.44-.723-1.44z" fill="#32327b"/>
|
||||
<path d="M319.518 335.344l.723 1.443-.722-1.443z" fill="#fcb755"/>
|
||||
<path d="M327.465 333.894l2.166 2.165-2.165-2.166z" fill="#fef8f1"/>
|
||||
<path d="M349.12 333.894l2.166 2.165-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M383.768 333.894l2.166 2.165-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M388.1 333.894l2.165 2.165-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M390.265 333.894l2.165 2.165-2.165-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M396.76 333.894l2.167 2.165-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M427.078 333.894l2.166 2.165-2.166-2.166z" fill="#fdab33"/>
|
||||
<path d="M294.983 336.06l2.165 2.165-2.165-2.166z" fill="#667"/>
|
||||
<path d="M301.48 336.06l2.165 2.165-2.166-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M327.465 336.06l2.166 2.165-2.165-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M344.79 336.06l2.165 2.165-2.166-2.166z" fill="#fdab33"/>
|
||||
<path d="M346.955 336.06l2.165 2.165-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M349.12 336.06l2.166 2.165-2.166-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M385.934 336.06l2.165 2.165-2.166-2.166z" fill="#fea522"/>
|
||||
<path d="M388.1 336.06l2.165 2.165-2.166-2.166m10.827 0l2.165 2.165-2.165-2.166z" fill="#faca88"/>
|
||||
<path d="M429.244 336.06l2.165 2.165-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M437.906 336.06l2.165 2.165-2.164-2.166z" fill="#dddc7a"/>
|
||||
<path d="M294.983 338.225l2.165 2.165-2.165-2.165z" fill="#58587b"/>
|
||||
<path d="M301.48 338.225l2.165 2.165-2.166-2.165z" fill="#f2f1d2"/>
|
||||
<path d="M319.518 339.675l.723 1.443-.722-1.443z" fill="#fcb144"/>
|
||||
<path d="M327.465 338.225l2.166 2.165-2.165-2.165z" fill="#fea522"/>
|
||||
<path d="M349.12 338.225l2.166 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M351.286 338.225l2.165 2.165-2.164-2.165z" fill="#fea522"/>
|
||||
<path d="M355.617 338.225l2.165 2.165-2.165-2.165z" fill="#fcb144"/>
|
||||
<path d="M357.782 338.225l2.166 2.165-2.166-2.165z" fill="#fbead6"/>
|
||||
<path d="M385.934 338.225l2.165 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M388.1 338.225l2.165 2.165-2.166-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M398.927 338.225l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||
<path d="M401.092 338.225l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M431.41 338.225l2.165 2.165-2.166-2.165z" fill="#fbead6"/>
|
||||
<path d="M437.906 338.225l2.165 2.165-2.164-2.165z" fill="#d9d868"/>
|
||||
<path d="M294.983 340.39l2.165 2.166-2.165-2.166z" fill="#3a3a7c"/>
|
||||
<path d="M301.48 340.39l2.165 2.166-2.166-2.166z" fill="#e5e3af"/>
|
||||
<path d="M329.63 340.39l2.166 2.166-2.165-2.166z" fill="#faca88"/>
|
||||
<path d="M351.286 340.39l2.165 2.166-2.164-2.166z" fill="#fbead6"/>
|
||||
<path d="M357.782 340.39l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M359.948 340.39l2.165 2.166-2.165-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M383.768 340.39l2.166 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M385.934 340.39l2.165 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||
<path d="M388.1 340.39l2.165 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M401.092 340.39l2.166 2.166-2.166-2.166m17.324 0l2.166 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M420.582 340.39l2.165 2.166-2.165-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M422.747 340.39l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M424.913 340.39l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M427.078 340.39l2.166 2.166-2.166-2.166z" fill="#fcb755"/>
|
||||
<path d="M431.41 340.39l2.165 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||
<path d="M442.237 340.39l2.165 2.166-2.165-2.166z" fill="#808067"/>
|
||||
<path d="M294.983 342.556l2.165 2.165-2.165-2.164z" fill="#32327b"/>
|
||||
<path d="M297.863 344.006l.723 1.443-.723-1.444z" fill="#a4a43d"/>
|
||||
<path d="M301.48 342.556l2.165 2.165-2.166-2.164z" fill="#e5e59d"/>
|
||||
<path d="M318.803 342.556l2.166 2.165-2.167-2.164z" fill="#fbc477"/>
|
||||
<path d="M331.796 342.556l2.166 2.165-2.166-2.164z" fill="#f9d6aa"/>
|
||||
<path d="M353.45 342.556l2.167 2.165-2.166-2.164z" fill="#fbbe66"/>
|
||||
<path d="M359.948 342.556l2.165 2.165-2.165-2.164z" fill="#f9d099"/>
|
||||
<path d="M379.437 342.556l2.166 2.165-2.166-2.164z" fill="#fae3c9"/>
|
||||
<path d="M381.603 342.556l2.165 2.165-2.165-2.164z" fill="#fcb144"/>
|
||||
<path d="M390.265 342.556l2.165 2.165-2.165-2.164z" fill="#fae3c9"/>
|
||||
<path d="M401.092 342.556l2.166 2.165-2.166-2.164z" fill="#f8dcbb"/>
|
||||
<path d="M418.416 342.556l2.166 2.165-2.166-2.164z" fill="#f9d099"/>
|
||||
<path d="M429.244 342.556l2.165 2.165-2.166-2.164z" fill="#fbc477"/>
|
||||
<path d="M431.41 342.556l2.165 2.165-2.166-2.164z" fill="#fbead6"/>
|
||||
<path d="M442.237 342.556l2.165 2.165-2.165-2.164z" fill="#737370"/>
|
||||
<path d="M301.48 344.72l2.165 2.167-2.166-2.166z" fill="#d9d868"/>
|
||||
<path d="M318.803 344.72l2.166 2.167-2.167-2.166z" fill="#f9d099"/>
|
||||
<path d="M333.962 344.72l2.165 2.167-2.165-2.166m19.49 0l2.165 2.167-2.166-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M359.948 344.72l2.165 2.167-2.165-2.166z" fill="#fbc477"/>
|
||||
<path d="M370.775 344.72l2.166 2.167-2.165-2.166z" fill="#fef8f1"/>
|
||||
<path d="M372.94 344.72l2.166 2.167-2.165-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M375.106 344.72l2.166 2.167-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M377.272 344.72l2.165 2.167-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M390.265 344.72l2.165 2.167-2.165-2.166z" fill="#fbead6"/>
|
||||
<path d="M435.74 344.72l2.166 2.167-2.166-2.166z" fill="#f2f1d2"/>
|
||||
<path d="M442.237 344.72l2.165 2.167-2.165-2.166z" fill="#58587b"/>
|
||||
<path d="M297.148 346.887l2.166 2.165-2.166-2.165z" fill="#99994e"/>
|
||||
<path d="M301.48 346.887l2.165 2.165-2.166-2.165z" fill="#d0d045"/>
|
||||
<path d="M336.127 346.887l2.166 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||
<path d="M338.293 346.887l2.165 2.165-2.165-2.165z" fill="#fae3c9"/>
|
||||
<path d="M353.45 346.887l2.167 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M362.113 346.887l2.166 2.165-2.167-2.165z" fill="#fcb755"/>
|
||||
<path d="M364.28 346.887l2.164 2.165-2.165-2.165z" fill="#fbc477"/>
|
||||
<path d="M366.444 346.887l2.166 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||
<path d="M368.61 346.887l2.165 2.165-2.165-2.165z" fill="#fea522"/>
|
||||
<path d="M385.934 346.887l2.165 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M388.1 346.887l2.165 2.165-2.166-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M418.416 346.887l2.166 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M435.74 346.887l2.166 2.165-2.166-2.165z" fill="#e0dea1"/>
|
||||
<path d="M442.237 346.887l2.165 2.165-2.165-2.165z" fill="#3a3a7c"/>
|
||||
<path d="M297.148 349.052l2.166 2.166-2.166-2.166z" fill="#737370"/>
|
||||
<path d="M303.645 349.052l2.165 2.166-2.165-2.166z" fill="#fbfaf2"/>
|
||||
<path d="M320.97 349.052l2.164 2.166-2.165-2.166z" fill="#fea522"/>
|
||||
<path d="M340.458 349.052l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M342.624 349.052l2.165 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M344.79 349.052l2.165 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M346.955 349.052l2.165 2.166-2.165-2.166z" fill="#faca88"/>
|
||||
<path d="M349.12 349.052l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M351.286 349.052l2.165 2.166-2.164-2.166z" fill="#fcb144"/>
|
||||
<path d="M353.45 349.052l2.167 2.166-2.166-2.166z" fill="#fdab33"/>
|
||||
<path d="M383.768 349.052l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M385.934 349.052l2.165 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M416.25 349.052l2.166 2.166-2.165-2.166z" fill="#fdab33"/>
|
||||
<path d="M435.74 349.052l2.166 2.166-2.166-2.166z" fill="#e1e18c"/>
|
||||
<path d="M440.786 350.503l.723 1.442-.724-1.442z" fill="#a4a43d"/>
|
||||
<path d="M442.237 349.052l2.165 2.166-2.165-2.166z" fill="#262678"/>
|
||||
<path d="M297.148 351.218l2.166 2.165-2.166-2.165z" fill="#58587b"/>
|
||||
<path d="M303.645 351.218l2.165 2.165-2.165-2.165z" fill="#f2f1d2"/>
|
||||
<path d="M320.97 351.218l2.164 2.165-2.165-2.165z" fill="#faca88"/>
|
||||
<path d="M379.437 351.218l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M381.603 351.218l2.165 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M401.092 351.218l2.166 2.165-2.166-2.165z" fill="#fbc477"/>
|
||||
<path d="M416.25 351.218l2.166 2.165-2.165-2.165z" fill="#faca88"/>
|
||||
<path d="M435.74 351.218l2.166 2.165-2.166-2.165z" fill="#d4d456"/>
|
||||
<path d="M297.148 353.383l2.166 2.166-2.166-2.167z" fill="#32327b"/>
|
||||
<path d="M303.645 353.383l2.165 2.166-2.165-2.167z" fill="#e5e59d"/>
|
||||
<path d="M320.97 353.383l2.164 2.166-2.165-2.167z" fill="#fef8f1"/>
|
||||
<path d="M323.134 353.383l2.166 2.166-2.166-2.167z" fill="#fe9f11"/>
|
||||
<path d="M379.437 353.383l2.166 2.166-2.166-2.167z" fill="#fbead6"/>
|
||||
<path d="M401.092 353.383l2.166 2.166-2.166-2.167z" fill="#fea522"/>
|
||||
<path d="M416.25 353.383l2.166 2.166-2.165-2.167z" fill="#fcf1e4"/>
|
||||
<path d="M440.07 353.383l2.167 2.166-2.166-2.167z" fill="#808067"/>
|
||||
<path d="M297.148 355.55l2.166 2.164-2.166-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M299.314 355.55l2.165 2.164-2.166-2.165z" fill="#a4a43d"/>
|
||||
<path d="M303.645 355.55l2.165 2.164-2.165-2.165z" fill="#d9d868"/>
|
||||
<path d="M323.134 355.55l2.166 2.164-2.166-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M398.927 355.55l2.165 2.164-2.165-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M414.085 355.55l2.166 2.164-2.165-2.165z" fill="#faca88"/>
|
||||
<path d="M433.575 355.55l2.165 2.164-2.165-2.165z" fill="#f2f1d2"/>
|
||||
<path d="M440.07 355.55l2.167 2.164-2.166-2.165z" fill="#58587b"/>
|
||||
<path d="M299.314 357.714l2.165 2.166-2.166-2.166z" fill="#8d8d5b"/>
|
||||
<path d="M325.3 357.714l2.165 2.166-2.165-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M368.61 357.714l2.165 2.166-2.165-2.166z" fill="#fdab33"/>
|
||||
<path d="M370.775 357.714l2.166 2.166-2.165-2.166z" fill="#fff"/>
|
||||
<path d="M374.39 358.43l1.444.722-1.443-.723z" fill="#fcb144"/>
|
||||
<path d="M396.76 357.714l-2.164 4.33 2.165-4.33z" fill="#fef8f1"/>
|
||||
<path d="M398.927 357.714l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||
<path d="M411.92 357.714l-2.166 4.33 2.166-4.33z" fill="#fdab33"/>
|
||||
<path d="M433.575 357.714l2.165 2.166-2.165-2.166z" fill="#e5e59d"/>
|
||||
<path d="M440.07 357.714l2.167 2.166-2.166-2.166z" fill="#3a3a7c"/>
|
||||
<path d="M299.314 359.88l2.165 2.165-2.166-2.165z" fill="#667"/>
|
||||
<path d="M305.81 359.88l2.166 2.165-2.166-2.165z" fill="#f2f1d2"/>
|
||||
<path d="M327.465 359.88l2.166 2.165-2.165-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M368.61 359.88l2.165 2.165-2.165-2.165z" fill="#fe9f11"/>
|
||||
<path d="M370.775 359.88l2.166 2.165-2.165-2.165z" fill="#faca88"/>
|
||||
<path d="M372.94 359.88l2.166 2.165-2.165-2.165z" fill="#fea522"/>
|
||||
<path d="M375.106 359.88l2.166 2.165-2.166-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M396.76 359.88l2.167 2.165-2.166-2.165z" fill="#fdab33"/>
|
||||
<path d="M411.92 359.88l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||
<path d="M433.575 359.88l2.165 2.165-2.165-2.165z" fill="#d9d868"/>
|
||||
<path d="M437.906 359.88l2.165 2.165-2.164-2.165z" fill="#a4a43d"/>
|
||||
<path d="M440.07 359.88l2.167 2.165-2.166-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M299.314 362.045l2.165 2.166-2.166-2.165z" fill="#3a3a7c"/>
|
||||
<path d="M305.81 362.045l2.166 2.166-2.166-2.165z" fill="#e5e59d"/>
|
||||
<path d="M329.63 362.045l4.332 4.33-4.33-4.33z" fill="#fae3c9"/>
|
||||
<path d="M331.796 362.045l2.166 2.166-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M372.94 362.045l2.166 2.166-2.165-2.165z" fill="#f8dcbb"/>
|
||||
<path d="M392.43 362.045l2.166 2.166-2.166-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M394.596 362.045l2.165 2.166-2.164-2.165z" fill="#fdab33"/>
|
||||
<path d="M407.59 362.045l2.164 2.166-2.165-2.165z" fill="#fcb144"/>
|
||||
<path d="M409.754 362.045l2.166 2.166-2.166-2.165z" fill="#fef8f1"/>
|
||||
<path d="M431.41 362.045l2.165 2.166-2.166-2.165z" fill="#fbfaf2"/>
|
||||
<path d="M437.906 362.045l2.165 2.166-2.164-2.165z" fill="#8d8d5b"/>
|
||||
<path d="M299.314 364.21l2.165 2.166-2.166-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M301.48 364.21l2.165 2.166-2.166-2.165z" fill="#a4a43d"/>
|
||||
<path d="M305.81 364.21l2.166 2.166-2.166-2.165z" fill="#d4d456"/>
|
||||
<path d="M370.775 364.21l2.166 2.166-2.165-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M390.265 364.21l2.165 2.166-2.165-2.165z" fill="#f9d099"/>
|
||||
<path d="M392.43 364.21l2.166 2.166-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M405.423 364.21l2.166 2.166-2.167-2.165z" fill="#faca88"/>
|
||||
<path d="M431.41 364.21l2.165 2.166-2.166-2.165z" fill="#eeedc1"/>
|
||||
<path d="M437.906 364.21l2.165 2.166-2.164-2.165z" fill="#58587b"/>
|
||||
<path d="M301.48 366.376l2.165 2.166-2.166-2.166z" fill="#737370"/>
|
||||
<path d="M307.976 366.376l2.165 2.166-2.164-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M331.796 366.376l2.166 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M366.444 366.376l2.166 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||
<path d="M369.324 367.827l.723 1.442-.723-1.443z" fill="#f8dcbb"/>
|
||||
<path d="M385.934 366.376l2.165 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M388.1 366.376l2.165 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M401.092 366.376l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||
<path d="M403.258 366.376l2.165 2.166-2.165-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M431.41 366.376l2.165 2.166-2.166-2.166z" fill="#d3d079"/>
|
||||
<path d="M435.74 366.376l2.166 2.166-2.166-2.166z" fill="#a4a43d"/>
|
||||
<path d="M437.906 366.376l2.165 2.166-2.164-2.166z" fill="#262678"/>
|
||||
<path d="M301.48 368.542l2.165 2.165-2.166-2.165z" fill="#49497d"/>
|
||||
<path d="M307.976 368.542l2.165 2.165-2.164-2.165z" fill="#e0dea1"/>
|
||||
<path d="M329.63 368.542l2.166 2.165-2.165-2.165z" fill="#fae3c9"/>
|
||||
<path d="M359.948 368.542l2.165 2.165-2.165-2.165z" fill="#fdab33"/>
|
||||
<path d="M362.113 368.542l2.166 2.165-2.167-2.165z" fill="#fbc477"/>
|
||||
<path d="M364.28 368.542l2.164 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M370.775 368.542l2.166 2.165-2.165-2.165z" fill="#fcb144"/>
|
||||
<path d="M398.927 368.542l2.165 2.165-2.165-2.165z" fill="#f9d6aa"/>
|
||||
<path d="M435.74 368.542l2.166 2.165-2.166-2.165z" fill="#99994e"/>
|
||||
<path d="M301.48 370.707l2.165 2.166-2.166-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M303.645 370.707l2.165 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||
<path d="M307.976 370.707l2.165 2.166-2.164-2.166z" fill="#d4d456"/>
|
||||
<path d="M327.465 370.707l2.166 2.166-2.165-2.166z" fill="#f9d099"/>
|
||||
<path d="M329.63 370.707l2.166 2.166-2.165-2.166m10.828 0l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M342.624 370.707l2.165 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M344.79 370.707l2.165 2.166-2.166-2.166z" fill="#f9d099"/>
|
||||
<path d="M353.45 370.707l2.167 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M355.617 370.707l2.165 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||
<path d="M357.782 370.707l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M375.106 370.707l2.166 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||
<path d="M377.272 370.707l2.165 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||
<path d="M379.437 370.707l2.166 2.166-2.166-2.166z" fill="#faca88"/>
|
||||
<path d="M381.603 370.707l2.165 2.166-2.165-2.166z" fill="#fbc477"/>
|
||||
<path d="M383.768 370.707l2.166 2.166-2.166-2.166z" fill="#fdab33"/>
|
||||
<path d="M394.596 370.707l2.165 2.166-2.164-2.166z" fill="#fe9f11"/>
|
||||
<path d="M396.76 370.707l2.167 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||
<path d="M429.244 370.707l2.165 2.166-2.166-2.166z" fill="#e5e3af"/>
|
||||
<path d="M435.74 370.707l2.166 2.166-2.166-2.166z" fill="#667"/>
|
||||
<path d="M303.645 372.873l2.165 2.165-2.165-2.165z" fill="#737370"/>
|
||||
<path d="M310.14 372.873l2.167 2.165-2.166-2.165z" fill="#f2f1d7"/>
|
||||
<path d="M325.3 372.873l2.165 2.165-2.165-2.165z" fill="#fea522"/>
|
||||
<path d="M336.127 372.873l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M338.293 372.873l2.165 2.165-2.165-2.165z" fill="#fbbe66"/>
|
||||
<path d="M340.458 372.873l2.166 2.165-2.166-2.165z" fill="#fcf1e4"/>
|
||||
<path d="M392.43 372.873l2.166 2.165-2.166-2.165z" fill="#fea522"/>
|
||||
<path d="M394.596 372.873l2.165 2.165-2.164-2.165z" fill="#fbead6"/>
|
||||
<path d="M429.244 372.873l2.165 2.165-2.166-2.165z" fill="#dddc7a"/>
|
||||
<path d="M433.575 372.873l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||
<path d="M435.74 372.873l2.166 2.165-2.166-2.165z" fill="#262678"/>
|
||||
<path d="M303.645 375.038l2.165 2.166-2.165-2.166z" fill="#49497d"/>
|
||||
<path d="M306.525 376.49l.723 1.44-.723-1.44z" fill="#a4a43d"/>
|
||||
<path d="M310.14 375.038l2.167 2.166-2.166-2.166z" fill="#d3d079"/>
|
||||
<path d="M327.465 375.038l2.166 2.166-2.165-2.166z" fill="#f9d099"/>
|
||||
<path d="M329.63 375.038l2.166 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||
<path d="M331.796 375.038l2.166 2.166-2.166-2.166z" fill="#faca88"/>
|
||||
<path d="M333.962 375.038l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M336.127 375.038l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||
<path d="M383.768 375.038l2.166 2.166-2.166-2.166z" fill="#f8dcbb"/>
|
||||
<path d="M392.43 375.038l2.166 2.166-2.166-2.166z" fill="#fcf1e4"/>
|
||||
<path d="M427.078 375.038l2.166 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||
<path d="M433.575 375.038l2.165 2.166-2.165-2.166z" fill="#8d8d5b"/>
|
||||
<path d="M312.307 377.204l2.165 2.165-2.165-2.166z" fill="#fbfaf2"/>
|
||||
<path d="M383.768 377.204l2.166 2.165-2.166-2.166z" fill="#fbbe66"/>
|
||||
<path d="M390.265 377.204l2.165 2.165-2.165-2.166z" fill="#faca88"/>
|
||||
<path d="M427.078 377.204l2.166 2.165-2.166-2.166z" fill="#e1e18c"/>
|
||||
<path d="M433.575 377.204l2.165 2.165-2.165-2.166z" fill="#49497d"/>
|
||||
<path d="M305.81 379.37l2.166 2.165-2.166-2.166z" fill="#58587b"/>
|
||||
<path d="M312.307 379.37l2.165 2.165-2.165-2.166z" fill="#e5e59d"/>
|
||||
<path d="M383.768 379.37l2.166 2.165-2.166-2.166z" fill="#fe9f11"/>
|
||||
<path d="M388.1 379.37l2.165 2.165-2.166-2.166z" fill="#fdab33"/>
|
||||
<path d="M424.913 379.37l2.165 2.165-2.165-2.166z" fill="#fbfaf2"/>
|
||||
<path d="M431.41 379.37l2.165 2.165-2.166-2.166z" fill="#a4a43d"/>
|
||||
<path d="M433.575 379.37l2.165 2.165-2.165-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M305.81 381.535l2.166 2.165-2.166-2.165z" fill="#1b1b74"/>
|
||||
<path d="M307.976 381.535l2.165 2.165-2.164-2.165z" fill="#a4a43d"/>
|
||||
<path d="M312.307 381.535l2.165 2.165-2.165-2.165z" fill="#d0d045"/>
|
||||
<path d="M381.603 381.535l2.165 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||
<path d="M385.934 381.535l2.165 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||
<path d="M388.1 381.535l2.165 2.165-2.166-2.165z" fill="#fbead6"/>
|
||||
<path d="M424.913 381.535l2.165 2.165-2.165-2.165z" fill="#e5e59d"/>
|
||||
<path d="M431.41 381.535l2.165 2.165-2.166-2.165z" fill="#667"/>
|
||||
<path d="M307.976 383.7l2.165 2.166-2.164-2.166z" fill="#6e6c70"/>
|
||||
<path d="M314.472 383.7l2.166 2.166-2.166-2.166z" fill="#e5e3af"/>
|
||||
<path d="M382.317 385.15l.723 1.443-.723-1.442z" fill="#faca88"/>
|
||||
<path d="M385.934 383.7l2.165 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||
<path d="M422.747 383.7l2.166 2.166-2.166-2.166z" fill="#fbfaf2"/>
|
||||
<path d="M429.244 383.7l2.165 2.166-2.166-2.166z" fill="#a4a43d"/>
|
||||
<path d="M431.41 383.7l2.165 2.166-2.166-2.166m-123.434 2.166l2.165 2.165-2.164-2.164z" fill="#1b1b74"/>
|
||||
<path d="M310.14 385.866l2.167 2.165-2.166-2.164z" fill="#a4a43d"/>
|
||||
<path d="M314.472 385.866l2.166 2.165-2.166-2.164z" fill="#d0d045"/>
|
||||
<path d="M316.638 385.866l2.165 2.165-2.165-2.164z" fill="#fbfaf2"/>
|
||||
<path d="M383.768 385.866l2.166 2.165-2.166-2.164z" fill="#f9d6aa"/>
|
||||
<path d="M422.747 385.866l2.166 2.165-2.166-2.164z" fill="#e5e59d"/>
|
||||
<path d="M429.244 385.866l2.165 2.165-2.166-2.164M310.14 388.03l2.167 2.167-2.166-2.166z" fill="#6e6c70"/>
|
||||
<path d="M316.638 388.03l2.165 2.167-2.165-2.166z" fill="#8cbf84"/>
|
||||
<path d="M317.57 388.03c7.52 15.83 34.12 53.17 54.44 52.443 19.734-.706 42.02-37.14 50.737-52.442H317.57z" fill="#0cf"/>
|
||||
<path d="M427.078 388.03l2.166 2.167-2.166-2.166z" fill="#a4a43d"/>
|
||||
<path d="M429.244 388.03l2.165 2.167-2.166-2.166m-119.103 2.167l2.167 2.165-2.166-2.165z" fill="#1b1b74"/>
|
||||
<path d="M312.307 390.197l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||
<path d="M316.638 390.197l2.165 2.165-2.165-2.165z" fill="#adb333"/>
|
||||
<path d="M318.803 390.197l2.166 2.165-2.167-2.165z" fill="#1ac5b5"/>
|
||||
<path d="M420.582 390.197l2.165 2.165-2.165-2.165z" fill="#68b070"/>
|
||||
<path d="M427.078 390.197l2.166 2.165-2.166-2.165z" fill="#667"/>
|
||||
<path d="M312.307 392.362l2.165 2.166-2.165-2.166z" fill="#58587b"/>
|
||||
<path d="M318.803 392.362l2.166 2.166-2.167-2.166z" fill="#7fb15c"/>
|
||||
<path d="M418.416 392.362l2.166 2.166-2.166-2.166z" fill="#27c2aa"/>
|
||||
<path d="M424.913 392.362l-2.166 4.33 2.166-4.33z" fill="#a4a43d"/>
|
||||
<path d="M427.078 392.362l2.166 2.166-2.166-2.166m-114.77 2.166l2.164 2.165-2.165-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M314.472 394.528l4.33 4.33-4.33-4.33z" fill="#a4a43d"/>
|
||||
<path d="M320.97 394.528l2.164 2.165-2.165-2.165z" fill="#34be9e"/>
|
||||
<path d="M418.416 394.528l2.166 2.165-2.166-2.165z" fill="#96b247"/>
|
||||
<path d="M424.913 394.528l2.165 2.165-2.165-2.165z" fill="#53527c"/>
|
||||
<path d="M314.472 396.693l2.166 2.166-2.166-2.167z" fill="#3a3a7c"/>
|
||||
<path d="M320.97 396.693l2.164 2.166-2.165-2.167z" fill="#a2b23d"/>
|
||||
<path d="M323.134 396.693l2.166 2.166-2.166-2.167z" fill="#0dc9c1"/>
|
||||
<path d="M416.25 396.693l2.166 2.166-2.165-2.167z" fill="#5bb47c"/>
|
||||
<path d="M422.747 396.693l2.166 2.166-2.166-2.167z" fill="#8d8d5b"/>
|
||||
<path d="M316.638 398.86l2.165 2.164-2.165-2.165z" fill="#737370"/>
|
||||
<path d="M323.134 398.86l2.166 2.164-2.166-2.165z" fill="#74b166"/>
|
||||
<path d="M414.085 398.86l2.166 2.164-2.165-2.165z" fill="#27c2aa"/>
|
||||
<path d="M420.582 398.86l-2.166 4.33 2.166-4.33z" fill="#a4a43d"/>
|
||||
<path d="M422.747 398.86l2.166 2.164-2.166-2.165z" fill="#262678"/>
|
||||
<path d="M316.638 401.024l2.165 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M318.803 401.024l4.33 4.33-4.33-4.33z" fill="#a4a43d"/>
|
||||
<path d="M325.3 401.024l2.165 2.166-2.165-2.166z" fill="#42bb92"/>
|
||||
<path d="M411.92 401.024l2.165 2.166-2.165-2.166z" fill="#0dc9c1"/>
|
||||
<path d="M414.085 401.024l2.166 2.166-2.165-2.166z" fill="#96b247"/>
|
||||
<path d="M420.582 401.024l2.165 2.166-2.165-2.166z" fill="#58587b"/>
|
||||
<path d="M318.803 403.19l2.166 2.165-2.167-2.165z" fill="#3a3a7c"/>
|
||||
<path d="M325.3 403.19l2.165 2.165-2.165-2.165z" fill="#adb333"/>
|
||||
<path d="M327.465 403.19l2.166 2.165-2.165-2.165z" fill="#27c2aa"/>
|
||||
<path d="M411.92 403.19l2.165 2.165-2.165-2.165z" fill="#74b166"/>
|
||||
<path d="M418.416 403.19l2.166 2.165-2.166-2.165z" fill="#8d8d5b"/>
|
||||
<path d="M320.97 405.355l2.164 2.166-2.165-2.165z" fill="#6e6c70"/>
|
||||
<path d="M327.465 405.355l2.166 2.166-2.165-2.165z" fill="#96b247"/>
|
||||
<path d="M329.63 405.355l2.166 2.166-2.165-2.165z" fill="#0dc9c1"/>
|
||||
<path d="M409.754 405.355l2.166 2.166-2.166-2.165z" fill="#42bb92"/>
|
||||
<path d="M416.25 405.355l-4.33 6.497 4.33-6.497z" fill="#a4a43d"/>
|
||||
<path d="M418.416 405.355l2.166 2.166-2.166-2.165z" fill="#1b1b74"/>
|
||||
<path d="M320.97 407.52l2.164 2.166-2.165-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M323.134 407.52l2.166 2.166-2.166-2.165z" fill="#8d8d5b"/>
|
||||
<path d="M329.63 407.52l2.166 2.166-2.165-2.165z" fill="#7fb15c"/>
|
||||
<path d="M407.59 407.52l2.164 2.166-2.165-2.165z" fill="#34be9e"/>
|
||||
<path d="M416.25 407.52l2.166 2.166-2.165-2.165z" fill="#3a3a7c"/>
|
||||
<path d="M323.134 409.686l2.166 2.166-2.166-2.166z" fill="#1b1b74"/>
|
||||
<path d="M325.3 409.686l23.82 23.82-23.82-23.82z" fill="#a4a43d"/>
|
||||
<path d="M331.796 409.686l2.166 2.166-2.166-2.166z" fill="#74b166"/>
|
||||
<path d="M405.423 409.686l2.166 2.166-2.167-2.166z" fill="#27c2aa"/>
|
||||
<path d="M407.59 409.686l2.164 2.166-2.165-2.166z" fill="#adb333"/>
|
||||
<path d="M414.085 409.686l2.166 2.166-2.165-2.166z" fill="#667"/>
|
||||
<path d="M325.3 411.852l2.165 2.165-2.165-2.165z" fill="#32327b"/>
|
||||
<path d="M333.962 411.852l2.165 2.165-2.165-2.165z" fill="#42bb92"/>
|
||||
<path d="M403.258 411.852l-8.662 10.827 8.662-10.828z" fill="#0dc9c1"/>
|
||||
<path d="M405.423 411.852l2.166 2.165-2.167-2.165z" fill="#adb333"/>
|
||||
<path d="M411.92 411.852l2.165 2.165-2.165-2.165z" fill="#737370"/>
|
||||
<path d="M327.465 414.017l2.166 2.166-2.165-2.166z" fill="#49497d"/>
|
||||
<path d="M336.127 414.017l2.166 2.166-2.166-2.166z" fill="#42bb92"/>
|
||||
<path d="M403.258 414.017l2.165 2.166-2.165-2.166z" fill="#96b247"/>
|
||||
<path d="M409.754 414.017l-2.165 4.33 2.164-4.33z" fill="#8d8d5b"/>
|
||||
<path d="M411.92 414.017l2.165 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M329.63 416.183l2.166 2.165-2.165-2.165z" fill="#53527c"/>
|
||||
<path d="M338.293 416.183l2.165 2.165-2.165-2.165z" fill="#42bb92"/>
|
||||
<path d="M401.092 416.183l2.166 2.165-2.166-2.165z" fill="#96b247"/>
|
||||
<path d="M409.754 416.183l2.166 2.165-2.166-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M331.796 418.348l2.166 2.166-2.166-2.166z" fill="#6e6c70"/>
|
||||
<path d="M340.458 418.348l2.166 2.166-2.166-2.166z" fill="#42bb92"/>
|
||||
<path d="M398.927 418.348l2.165 2.166-2.165-2.166z" fill="#96b247"/>
|
||||
<path d="M405.423 418.348l-4.33 6.497 4.33-6.497z" fill="#a4a43d"/>
|
||||
<path d="M407.59 418.348l2.164 2.166-2.165-2.166z" fill="#262678"/>
|
||||
<path d="M333.962 420.514l2.165 2.165-2.165-2.166z" fill="#6e6c70"/>
|
||||
<path d="M342.624 420.514l2.165 2.165-2.166-2.166z" fill="#42bb92"/>
|
||||
<path d="M396.76 420.514l2.167 2.165-2.166-2.166z" fill="#96b247"/>
|
||||
<path d="M405.423 420.514l2.166 2.165-2.167-2.166z" fill="#262678"/>
|
||||
<path d="M336.127 422.68l2.166 2.165-2.166-2.166z" fill="#6e6c70"/>
|
||||
<path d="M344.79 422.68l2.165 2.165-2.166-2.166z" fill="#68b070"/>
|
||||
<path d="M392.43 422.68l2.166 2.165-2.166-2.166z" fill="#27c2aa"/>
|
||||
<path d="M394.596 422.68l2.165 2.165-2.164-2.166z" fill="#adb333"/>
|
||||
<path d="M403.258 422.68l2.165 2.165-2.165-2.166z" fill="#262678"/>
|
||||
<path d="M338.293 424.845l2.165 2.165-2.165-2.165z" fill="#667"/>
|
||||
<path d="M346.955 424.845l2.165 2.165-2.165-2.165z" fill="#74b166"/>
|
||||
<path d="M390.265 424.845l2.165 2.165-2.165-2.165z" fill="#34be9e"/>
|
||||
<path d="M392.43 424.845l2.166 2.165-2.166-2.165z" fill="#adb333"/>
|
||||
<path d="M398.927 424.845l-2.166 4.33 2.167-4.33z" fill="#8d8d5b"/>
|
||||
<path d="M401.092 424.845l2.166 2.165-2.166-2.165z" fill="#262678"/>
|
||||
<path d="M340.458 427.01l2.166 2.166-2.166-2.166z" fill="#49497d"/>
|
||||
<path d="M349.12 427.01l2.166 2.166-2.166-2.166z" fill="#96b247"/>
|
||||
<path d="M351.286 427.01l2.165 2.166-2.164-2.166z" fill="#0dc9c1"/>
|
||||
<path d="M388.1 427.01l2.165 2.166-2.166-2.166z" fill="#42bb92"/>
|
||||
<path d="M398.927 427.01l2.165 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M342.624 429.176l2.165 2.165-2.166-2.164z" fill="#49497d"/>
|
||||
<path d="M351.286 429.176l2.165 2.165-2.164-2.164z" fill="#a2b23d"/>
|
||||
<path d="M353.45 429.176l2.167 2.165-2.166-2.164z" fill="#27c2aa"/>
|
||||
<path d="M385.934 429.176l2.165 2.165-2.166-2.164z" fill="#74b166"/>
|
||||
<path d="M392.43 429.176l-6.496 8.662 6.496-8.662z" fill="#a4a43d"/>
|
||||
<path d="M394.596 429.176l2.165 2.165-2.164-2.164z" fill="#808067"/>
|
||||
<path d="M396.76 429.176l2.167 2.165-2.166-2.164z" fill="#0e0e6e"/>
|
||||
<path d="M344.79 431.34l2.165 2.167-2.166-2.166z" fill="#262678"/>
|
||||
<path d="M353.45 431.34l2.167 2.167-2.166-2.166z" fill="#adb333"/>
|
||||
<path d="M355.617 431.34l2.165 2.167-2.165-2.166z" fill="#42bb92"/>
|
||||
<path d="M381.603 431.34l2.165 2.167-2.165-2.166z" fill="#0dc9c1"/>
|
||||
<path d="M383.768 431.34l2.166 2.167-2.166-2.166z" fill="#96b247"/>
|
||||
<path d="M392.43 431.34l2.166 2.167-2.166-2.166z" fill="#6e6c70"/>
|
||||
<path d="M346.955 433.507l2.165 2.165-2.165-2.165z" fill="#1b1b74"/>
|
||||
<path d="M349.12 433.507l2.166 2.165-2.166-2.165z" fill="#8d8d5b"/>
|
||||
<path d="M357.782 433.507l2.166 2.165-2.166-2.165z" fill="#74b166"/>
|
||||
<path d="M359.948 433.507l2.165 2.165-2.165-2.165z" fill="#0dc9c1"/>
|
||||
<path d="M379.437 433.507l2.166 2.165-2.166-2.165z" fill="#34be9e"/>
|
||||
<path d="M381.603 433.507l2.165 2.165-2.165-2.165z" fill="#adb333"/>
|
||||
<path d="M390.265 433.507l2.165 2.165-2.165-2.165z" fill="#49497d"/>
|
||||
<path d="M349.12 435.672l2.166 2.166-2.166-2.166z" fill="#0e0e6e"/>
|
||||
<path d="M351.286 435.672l2.165 2.166-2.164-2.166z" fill="#6e6c70"/>
|
||||
<path d="M353.45 435.672l4.332 4.33-4.33-4.33z" fill="#a4a43d"/>
|
||||
<path d="M359.948 435.672l2.165 2.166-2.165-2.166z" fill="#96b247"/>
|
||||
<path d="M362.113 435.672l2.166 2.166-2.167-2.166z" fill="#27c2aa"/>
|
||||
<path d="M377.272 435.672l2.165 2.166-2.165-2.166z" fill="#68b070"/>
|
||||
<path d="M388.1 435.672l2.165 2.166-2.166-2.166z" fill="#32327b"/>
|
||||
<path d="M353.45 437.838l2.167 2.165-2.166-2.165z" fill="#49497d"/>
|
||||
<path d="M364.28 437.838l2.164 2.165-2.165-2.165z" fill="#5bb47c"/>
|
||||
<path d="M372.94 437.838l2.166 2.165-2.165-2.165z" fill="#27c2aa"/>
|
||||
<path d="M375.106 437.838l2.166 2.165-2.166-2.165z" fill="#96b247"/>
|
||||
<path d="M381.603 437.838l-2.166 4.33 2.166-4.33z" fill="#a4a43d"/>
|
||||
<path d="M383.768 437.838l2.166 2.165-2.166-2.165z" fill="#808067"/>
|
||||
<path d="M385.934 437.838l2.165 2.165-2.166-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M355.617 440.003l2.165 2.166-2.165-2.167z" fill="#262678"/>
|
||||
<path d="M357.782 440.003l2.166 2.166-2.166-2.167z" fill="#8d8d5b"/>
|
||||
<path d="M366.444 440.003l2.166 2.166-2.166-2.167z" fill="#8bb252"/>
|
||||
<path d="M368.61 440.003l2.165 2.166-2.165-2.167z" fill="#1ac5b5"/>
|
||||
<path d="M370.775 440.003l2.166 2.166-2.165-2.167z" fill="#5bb47c"/>
|
||||
<path d="M381.603 440.003l2.165 2.166-2.165-2.167z" fill="#58587b"/>
|
||||
<path d="M357.782 442.17l2.166 2.164-2.166-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M359.948 442.17l2.165 2.164-2.165-2.165z" fill="#667"/>
|
||||
<path d="M362.113 442.17l2.166 2.164-2.167-2.165z" fill="#a4a43d"/>
|
||||
<path d="M377.272 442.17l2.165 2.164-2.165-2.165z" fill="#99994e"/>
|
||||
<path d="M379.437 442.17l2.166 2.164-2.166-2.165m-17.324 2.164l2.166 2.166-2.167-2.166z" fill="#32327b"/>
|
||||
<path d="M364.28 444.334l2.164 2.166-2.165-2.166z" fill="#99994e"/>
|
||||
<path d="M372.94 444.334l2.166 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||
<path d="M375.106 444.334l2.166 2.166-2.166-2.166z" fill="#667"/>
|
||||
<path d="M377.272 444.334l2.165 2.166-2.165-2.166M364.28 446.5l2.164 2.165-2.165-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M366.444 446.5l2.166 2.165-2.166-2.165z" fill="#667"/>
|
||||
<path d="M368.61 446.5l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||
<path d="M370.775 446.5l2.166 2.165-2.165-2.165z" fill="#99994e"/>
|
||||
<path d="M372.94 446.5l2.166 2.165-2.165-2.165z" fill="#32327b"/>
|
||||
<path d="M368.61 448.665l2.165 2.166-2.165-2.165z" fill="#262678"/>
|
||||
<path d="M370.775 448.665l2.166 2.166-2.165-2.165z" fill="#0e0e6e"/>
|
||||
<path d="M372.94 303.577c3.342 7.86 14.055 16.537 17 20.79-3.75 4.254-4.498 3.79-4.006 11.692 6.518-6.82 6.635-7.532 10.827-6.497 9.185 9.164 1.645 28.846-5.945 33.125-7.588 4.565-6.21-.158-17.584 5.563 5.215 4.46 11.257-.653 16.194.714 2.683 3.183-1.275 8.984.81 14.448 4.364-.42 3.84-9.23 4.855-12.423 3.187-11.704 22.352-19.866 23.326-30.6 4.04-1.897 8.08-.593 12.993 2.166-2.448-10.057-10.543-9.95-12.712-13.09-5.165-7.892-9.743-16.896-20.774-19.23-8.374-1.775-7.748.532-13.114-3.128-3.335-2.603-13.49-7.523-11.867-3.532z" fill="#f90"/>
|
||||
<path d="M397.017 312.505a1.746 1.746 0 1 1-3.495-.001 1.746 1.746 0 0 1 3.497.001z" fill-rule="evenodd" fill="#fff"/>
|
||||
<path d="M346.16 336.92c5.386-6.627 8.055-20.153 10.44-24.744 5.512 1.327 5.452 2.206 12.21-1.92-9.076-2.577-9.76-2.348-10.803-6.538 3.812-12.402 24.737-14.93 32.066-10.218 7.58 4.577 2.762 5.566 13.134 12.95 1.506-6.695-5.837-9.648-6.936-14.652 1.563-3.86 8.54-3.07 12.398-7.466-2.41-3.662-9.954.917-13.253 1.51-11.836 2.65-28.005-10.482-37.95-6.33-3.566-2.686-4.3-6.866-4.157-12.5-7.748 6.863-3.87 13.97-5.634 17.355-4.566 8.254-10.388 16.507-7.3 27.352 2.344 8.23 4.09 6.6 3.362 13.055-.744 4.164-.35 15.443 2.42 12.142z" fill="#f90"/>
|
||||
<path d="M342.805 311.46a1.747 1.747 0 0 1 2.36.728 1.745 1.745 0 1 1-3.087 1.63 1.746 1.746 0 0 1 .727-2.358z" fill-rule="evenodd" fill="#fff"/>
|
||||
<path d="M389.94 341.57c-8.457-1.184-21.414 3.528-26.576 3.862-1.715-5.403-.932-5.807-7.958-9.455 2.488 9.1 3.037 9.566-.008 12.627-12.586 3.152-25.573-13.45-25.332-22.158-.005-8.856 3.334-5.243 4.288-17.938-6.508 2.173-5.237 9.985-8.95 13.514-4.112.66-7.046-5.72-12.803-6.748-1.886 3.957 5.935 8.045 8.15 10.56 8.39 8.76 5.514 29.39 14.213 35.755-.455 4.44-3.652 7.23-8.548 10.02 9.88 3.083 13.957-3.91 17.767-4.153 9.425-.363 19.5.35 27.184-7.902 5.833-6.265 3.533-6.916 9.435-9.63 3.95-1.518 13.398-7.69 9.14-8.353z" fill="#f90"/>
|
||||
<path d="M369.887 357.608a1.746 1.746 0 1 1 1.8-2.995 1.746 1.746 0 0 1-1.8 2.996z" fill-rule="evenodd" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 58 KiB |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-al">
|
||||
<path fill="#e41e20" d="M0 0h512v512H0z"/>
|
||||
<path id="a" d="M204.896 99.537c-4.978-.084-13.24 1.587-13.056 5.408-13.867-2.376-15.31 3.35-14.496 8.448 1.32-2.023 2.926-3.12 4.16-3.328 1.85-.307 3.784.29 5.76 1.504 1.976 1.213 4.153 3.17 5.12 4.383-4.894 1.17-8.675.415-12.512-.256-1.89-.33-4.538-1.395-6.112-2.496-1.573-1.1-2.07-2.137-4.544-4.67-2.918-2.99-6.023-2.148-5.056 2.495 2.238 4.312 5.977 6.235 10.688 7.008 2.267.372 5.645 1.18 9.472 1.184 3.828.004 8.126-.553 10.464-.064-1.404.882-2.994 2.402-6.144 3.008-3.203.617-8.072-1.904-11.04-2.59.377 2.496 3.527 4.83 9.728 6.047 10.19 2.22 18.658 3.905 24.256 6.944 5.598 3.04 9.128 6.844 11.648 9.825 5.017 5.932 5.28 10.486 5.6 11.488 1.032 9.478-2.272 14.81-8.416 16.448-3.07.82-8.527-.723-10.528-3.07-2-2.35-3.946-6.385-3.392-12.705.54-2.48 3.375-8.938.96-10.272-11.122-6.147-24.628-12.364-34.4-16.064-2.67-1.012-4.87 2.618-5.728 4.03-16.6-2.02-31.566-13.254-38.304-25.215-4.588-8.146-12.15.017-10.88 7.712 2.053 8.59 8.597 14.8 16.448 19.2 8.06 4.437 18.13 8.803 28.32 8.576 5.49 1.04 5.436 8.14-1.152 9.472-12.882.082-23.16-.24-32.864-9.6-7.36-6.72-11.503 1.287-9.376 5.824 3.606 13.985 23.56 17.902 43.744 13.375 7.817-1.294 3.136 7.082.928 7.168-8.434 6.048-23.534 11.965-36.832-.064-6.085-4.66-10.2-.744-7.936 5.983 5.9 17.54 28.47 13.855 43.968 5.216 3.99-2.224 7.61 2.95 2.752 6.88-19.272 13.465-28.907 13.618-37.6 8.447-10.882-4.292-11.84 7.78-5.376 11.744 7.185 4.41 25.467 1.104 38.88-7.327 5.75-4.275 6.01 2.41 2.368 5.056-15.917 13.755-22.19 17.378-38.784 15.135-8.228-.64-8.104 9.503-1.632 13.472 8.837 5.42 26.095-3.576 39.488-14.688 5.638-3.013 6.564 1.927 3.776 7.775C159.08 236.71 151.4 242.798 144 245.617c-7.4 2.82-14.515 2.37-19.552.64-6.144-2.11-6.914 4.274-3.52 10.08 2.047 3.5 10.527 4.62 19.68 1.376 9.154-3.245 18.98-10.857 25.728-19.776 5.87-5.14 5.14 1.765 2.464 6.624-13.51 21.36-25.868 29.283-42.144 27.937-7.216-1.226-8.855 4.386-4.256 9.568 8.077 6.698 18.176 6.488 27.008-.128 7.853-7.57 22.874-23.873 30.752-32.61 5.552-4.424 7.325-.06 5.696 8.93-1.48 5.148-5.19 10.57-15.296 14.527-6.904 3.94-1.72 9.372 3.456 9.472 2.848.056 8.632-3.273 13.056-8.255 5.82-6.554 6.167-10.954 9.376-21.15 3.032-4.972 8.448-2.652 8.448 2.56-2.597 10.213-4.83 12.045-10.08 16.223-5.022 4.715 3.498 6.287 6.368 4.352 8.305-5.598 11.337-12.84 14.112-19.424 2.003-4.753 7.814-2.448 5.12 5.313-6.437 18.547-17.014 25.85-35.52 29.6-1.875.333-3.02 1.44-2.368 3.616 2.484 2.577 4.973 4.917 7.456 7.487-11.443 3.33-20.74 5.203-32.192 8.544-5.618-3.683-10.157-6.808-15.776-10.495-1.48-3.463-2.172-8.75-10.464-5.024-5.618-2.594-8.21-1.642-11.328.96 4.5.17 6.46 1.374 8.224 3.425 2.304 6.068 7.618 6.655 13.056 4.928 3.538 2.98 5.423 5.267 8.96 8.256-6.604-.227-11.205-.344-17.792-.545-6.288-6.75-11.307-6.382-15.808-1.088-3.43.527-4.884.6-7.232 4.768 3.692-1.515 6.014-1.97 7.616-.32 6.686 3.876 11.053 3.01 14.368 0 6.45.395 12.262.73 18.72 1.152-2.372 2.017-5.628 3.086-8 5.12-9.687-2.77-14.743.96-16.448 8.865-1.298 3.19-1.906 6.475-1.344 9.888.938-3.122 2.445-5.806 5.216-7.488 8.635 2.193 11.88-1.332 12.352-6.496 4.162-3.396 10.438-4.145 14.592-7.584 4.857 1.554 7.205 2.517 12.096 4.064 1.74 5.284 5.674 7.377 12.064 6.016 7.606.238 6.264 3.36 6.88 5.856 2.022-3.586 1.965-7.072-2.72-10.24-1.704-4.63-5.48-6.738-10.432-4.064-4.66-1.323-5.885-3.225-10.528-4.544 11.744-3.743 20.074-4.586 31.808-8.32 2.938 2.77 5.265 4.76 8.224 7.232 1.56.93 3.052 1.165 3.968 0 7.353-10.643 10.637-20.023 17.472-27.04 2.61-2.904 5.91-6.822 9.568-7.776 1.83-.478 4.072-.187 5.504 1.376 1.432 1.562 2.557 4.44 2.08 8.736-.684 6.165-2.174 8.112-3.904 11.808-1.73 3.696-3.843 5.97-6.016 8.8-4.345 5.66-10.078 8.955-13.472 11.168-6.786 4.425-9.657 2.488-14.912 2.207-6.792.764-8.6 4.072-3.04 8.64 5.197 2.705 9.868 3.04 13.664 2.337 3.26-.602 7.074-4.81 9.792-7.072 3.06-3.534 8.132.658 4.672 4.768-6.286 7.47-12.568 12.395-20.32 12.288-8.145 1.098-6.622 5.674-1.216 7.905 9.73 4.016 18.514-3.505 22.976-8.448 3.443-3.766 5.89-3.913 5.28 1.92-3.418 10.562-8.088 14.64-15.712 15.168-6.183-.574-6.25 4.2-1.728 7.424 10.302 7.13 17.763-5.013 21.248-12.353 2.484-6.62 6.294-3.472 6.688 1.984.052 7.292-3.242 13.244-12.064 20.705 6.75 10.754 14.618 21.692 21.376 32.48l20.485-228.153-20.48-36.047c-2.133-1.97-9.346-10.468-11.23-11.648-.69-.734-1.107-1.253-.097-1.632.976-.366 3.262-.776 4.8-1.056-4.344-4.352-8.066-5.747-16.29-8.128 2.005-.854 3.954-.357 9.857-.64-2.343-3.327-7.577-8.422-14.336-10.88 4.463-3.173 5.332-3.386 9.76-7.104-7.667-.544-14.214-2.005-20.8-4-4.165-1.948-9.95-3.6-12.77-3.648zm.737 8.928c4.05 0 6.56 1.39 6.56 3.072 0 1.713-2.51 3.104-6.56 3.104-4.035 0-6.592-1.517-6.592-3.23 0-1.684 2.558-2.945 6.593-2.945z"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 512 0)"/>
|
||||
</svg>
|
After (image error) Size: 4.8 KiB |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-am">
|
||||
<path d="M0 0h512v170.667H0z" fill="red"/>
|
||||
<path d="M0 170.667h512v170.666H0z" fill="#00f"/>
|
||||
<path d="M0 341.333h512V512H0z" fill="orange"/>
|
||||
</svg>
|
After (image error) Size: 247 B |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ao">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="red" d="M0 0h511.993v259.824H0z"/>
|
||||
<path d="M0 252.2h511.993v259.824H0z"/>
|
||||
</g>
|
||||
<path d="M228.67 148.173c165.22 43.304 58.99 255.64-71.216 167.26l-8.817 13.545c76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.52-141.48-92.51-150.03l-1.356 15.576z" fill-rule="evenodd" fill="#ffec00"/>
|
||||
<path fill-rule="evenodd" fill="#ffec00" d="M169.955 330.827l21.73 10.125-10.142 21.696-21.73-10.125zm148.985-99.48h23.98v23.942h-23.98zm-11.684-38.892l22.342-8.694 8.707 22.31-22.342 8.693zm-25.894-29.188l17.035-16.85 16.877 17.01-17.035 16.85zm-26.284-39.787l22.434 8.455-8.468 22.4-22.434-8.455zM316.1 270.01l22.265 8.888-8.902 22.23-22.265-8.887zm-69.876 70.05l22.06-9.388 9.402 22.025-22.058 9.39zm-39.504 2.77h23.98v23.94h-23.98zm41.29-115.937l-20.35-15.006-20.245 14.47 8.034-22.92-20.348-14.956 24.447-.17 8.567-22.55 7.782 22.702 24.7-.242-19.586 15.232 6.996 23.44z"/>
|
||||
<path d="M336.03 346.376c-1.21.418-6.23 12.39-9.675 18.248 1.797.51 2.56.596 3.625 1.025 13.655 4.8 20.384 9.18 26.186 17.504 2.888 2.79 7.032 2.93 10.198.697 0 0 2.795-1.114 6.43-5.02 2.968-4.52 2.194-8.11-1.384-11.16-10.944-7.952-22.9-13.902-35.38-21.295z" fill-rule="evenodd" fill="#fe0"/>
|
||||
<path d="M365.247 372.842c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zM343.87 359.17c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zm10.898 6.975c0 2.39-1.94 4.325-4.33 4.325s-4.333-1.936-4.333-4.325 1.94-4.324 4.332-4.324 4.33 1.937 4.33 4.325z" fill-rule="evenodd"/>
|
||||
<path d="M324.47 363.667c-42.57-24.273-87.31-50.52-129.88-74.796-18.75-11.635-19.683-33.384-7.17-49.875 1.302-2.337 2.836-1.758 3.514-.524 1.463 8.03 5.97 16.325 11.37 21.496 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.767-6.104 12.32-9.55 18.086z" fill-rule="evenodd" fill="#fe0"/>
|
||||
<path fill-rule="evenodd" fill="#ffec00" d="M297.174 305.457l17.85 15.986-16.01 17.824-17.85-15.986z"/>
|
||||
<path d="M331.54 348.82L206.58 273.3m109.53 58.093l-42.24-27.28m18.21 42.687l-42.75-24.755" stroke="#000" stroke-width="3.05" fill="none"/>
|
||||
</svg>
|
After (image error) Size: 2.2 KiB |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-aq">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)">
|
||||
<path fill-rule="evenodd" fill="#3a7dce" d="M0 0h512v512H0z"/>
|
||||
<path d="M95.84 237.9c-3.702-7.57-3.702-7.57-3.702-15.14-1.85 0-2.198.356-3.268.058-1.07-.295-1.475 6.98-4.946 5.56-.578-.71 2.488-5.972-.838-8.16-1.07-.712.26-5.028-.203-6.92 0 0-4.22 2.246-7.403-5.678-1.562-2.07-3.702 1.892-3.702 1.892s.925 2.425-.75 3.017c-2.373-1.776-4.11-.845-7.116-3.284-3.008-2.44.637-5.233-5.09-7.303 3.702-9.462 3.702-7.57 12.956-11.354-5.553-3.786-5.553-3.786-9.254-9.464-5.553-1.893-7.404-3.784-12.957-7.57-7.403-9.47-11.105-28.39-11.105-41.64 4.686-4.435 11.105 15.14 20.36 20.817l12.956 5.677c7.403 3.785 9.254 7.57 14.807 11.354l16.658 5.678c7.403 5.677 11.105 13.247 16.658 15.14 6.016 0 7.175-3.542 9.104-3.763 10.88-.57 16.434-2.004 18.603-5.346 2.197-2.66 7.46 1.538 22.267-4.14l-1.85-7.57s3.932-3.31 9.253-1.892c-.144-3.46-.492-12.685 4.75-16.847-3.183-3.414-1.048-5.86-1.048-5.86s2.95-2.9 3.296-4.437c-1.56-8.34 1.354-8.468 2.008-10.92.653-2.454-2.518-1.614-1.624-4.995.893-3.383 6.255-4.186 6.972-6.972.72-2.785-1.528-4.183-1.4-4.848 1.158-2.66.176-8.93 0-11.355 9.95-2.72 13.19-11 16.66-7.57 1.85-11.355 3.7-15.14 14.806-15.14 1.563-3.49-4.05-6.446-1.85-7.57 3.7-.472 6.535-.236 10.875 5.5 1.37 1.82 1.618-2.66 3.006-3.134 1.387-.473 4.71-.48 5.204-2.72.522-2.307 1.273-5.323 3.124-9.107 1.562-3.076 2.776 1.182 4.164 7.214 7.81.296 25.45 2.07 32.853 4.14 5.553 1.48 9.255-1.478 14.576-2.07 3.934 4.022 7.636 1.006 9.718 9.58 2.94 4.628 7.75.415 8.792 1.775 6.19 17.446 27.474 5.677 29.093 5.973 2.718 0 6.038 7.8 8.178 7.607 3.478-.6 2.494-3.024 5.53-2.048-.81 6.564 5.96 14.134 5.96 19.042 0 0 1.647.827 3.173-.63 1.525-1.455 2.928-5.196 4.287-5.107 3.24.473 4.55.898 8.284 1.565 10.036 3.506 15.148 4.297 19.046 6.094 1.813 3.393 3.57 5.13 7.246 4.496 3.037 2.086.822 4.818 2.615 4.995 3.703-1.892 4.918-3.962 8.62-2.07 3.7 1.893 7.403 5.678 9.254 9.463 0 1.892-1.85 9.462 0 20.816.925 3.785 1.373 6.786 5.35 13.277-1.057 6.667 5.003 17.888 5.003 20.727 0 3.784-2.95 5.737-4.8 9.52 7.402 5.68 0 15.14-3.702 20.818 27.763 5.678 14.807 17.032 37.017 11.354-5.553 13.246-3.587 12.183 1.966 25.43-11.106 7.57-.23 9.874-7.634 19.336-.463.592 4.395 8.22 11.22 8.22-1.85 15.14-7.403 9.463-5.552 32.173-14.576-.296-8.677 16.972-18.51 15.14.58 10.82 5.61 11.768 3.703 22.708-7.403 1.892-7.403 1.892-11.105 7.57l-5.553-1.893c-1.85 9.462-5.552 11.354 0 20.817 0 0-7.172.237-9.254 0-.175 3.253 3.18 4.14 3.702 7.57-.29 1.36-10.528 7.333-18.51 7.57-2.08 4.672 5.553 9.64 5.09 12.005-8.676 1.714-12.493 12.596-12.493 12.596s4.453 1.834 3.702 3.785c-2.37-1.775-3.702-1.893-7.403-1.893-1.85.474-6.36-.115-10.687 7.348-4.748 1.602-6.99 1.023-10.59 5.892-1.595-4.64-3.888.044-6.692 1.843-2.8 1.802-6.575 6.28-7.08 6.09.115-1.302 1.734-6.033 1.734-6.033l-9.254 1.893s-.413.04-1.14.116c-.728.074-.533-5.523-2.288-5.32-1.753.204-6.77 7.04-8.48 7.253-1.71.214-2.25-2.174-3.72-1.966-1.472.21-4.34 7.21-5.383 7.396-1.043.186-5.176-4.255-8.718-3.635-18.22 6.566-21.113-12.95-23.947-1.95-3.817-2.07-3.156-.87-7.035.17-2.475.653-2.7-3.345-4.9-3.284-4.405.127-4.173 4.386-6.574 3.114-1.965-8.872-13.824-7.275-14.98-11.06-.94-3.946 5.137-3.928 7.103-6.602 1.502-3.86-1.57-5.323 4.53-9.046 7.948-5.498 3.378-7.57 4.772-11.703 2.493-5.966 2.507-7.423.425-12.686 0 0-6.19-17.032-7.404-17.032-3.7-1.064-3.7 6.268-9.14 8.28-11.104 3.784-30.71-9.582-34.124-9.582-3.123.06-17.588 3.503-17.042-3.872-2.162 7.17-10.115 1.685-10.605 1.685-7.403 0-4.57 5.855-9.545 5.618-2.256-.768-25.044-2.128-25.044-2.128v3.785l-14.807-7.57-12.956-3.784c-11.104-3.786-5.55-13.248-24.06-7.57v-11.355h-9.254c3.7-22.71 0-11.354-1.85-32.172l-7.405 1.893c-7.402-10.232 10.296-8.28-5.55-15.14 0 0 .288-11.298-3.703-7.57-.81.472 1.85 5.676 1.85 5.676-14.806-1.892-18.508-5.677-18.508-20.817 0 0 12.203 1.774 11.104 0-1.735-2.84-3.99-21.29-3.586-22.532-.173-2.484 11.337-8.752 9.11-14.727 1.417-.53 5.58-.59 5.58-.59" fill="#fff"/>
|
||||
<path stroke-linejoin="round" d="M595.51 313.51c-.592 1.332-.487 2.662.125 3.612 1.1-1.648.17-2.408-.125-3.612z" stroke="#fff" stroke-linecap="round" stroke-width="2.703" fill="none"/>
|
||||
<path stroke-linejoin="round" d="M119.51 164.09s-3.104-.38-2.407 2.344c1.014-2.09 2.344-2.217 2.407-2.344zm.7-6.33c-1.71.064-3.8-.253-3.104 2.47 1.014-2.09 3.04-2.343 3.104-2.47zm11.68 36.29s2.66-.19 1.964 2.534c-1.014-2.09-1.9-2.407-1.964-2.534z" stroke="#fff" stroke-width="2.534" fill="none"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 4.5 KiB |
|
@ -0,0 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-ar">
|
||||
<path fill="#74acdf" d="M0 0h512v512H0z"/>
|
||||
<path fill="#fff" d="M0 170.67h512v170.67H0z"/>
|
||||
<g id="c" transform="translate(-153.6) scale(1.024)">
|
||||
<path id="a" d="M396.84 251.31l28.454 61.992s.49 1.185 1.28.859c.79-.327.299-1.512.299-1.512l-23.715-63.956m-.68 24.12c-.347 9.428 5.452 14.613 4.694 23.032-.757 8.42 3.867 13.18 4.94 16.454 1.073 3.274-1.16 5.232-.198 5.698.963.466 3.07-2.12 2.383-6.775-.687-4.655-4.22-6.037-3.39-16.32.83-10.283-4.206-12.678-2.98-22.058" fill="#f6b40e" stroke="#85340a" stroke-width="1.112"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="rotate(22.5 400 250)"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="rotate(45 400 250)"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="rotate(67.5 400 250)"/>
|
||||
<path id="b" d="M404.31 274.41c.453 9.054 5.587 13.063 4.579 21.314 2.213-6.525-3.124-11.583-2.82-21.22m-7.649-23.757l19.487 42.577-16.329-43.887" fill="#85340a"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(22.5 400 250)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(45 400 250)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(67.5 400 250)"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" xlink:href="#c" transform="rotate(90 256 256)"/>
|
||||
<use height="100%" width="100%" xlink:href="#c" transform="rotate(180 256 256)"/>
|
||||
<use height="100%" width="100%" xlink:href="#c" transform="rotate(-90 256 256)"/>
|
||||
<circle r="28.445" cy="256" cx="256" fill="#f6b40e" stroke="#85340a" stroke-width="1.536"/>
|
||||
<path id="h" d="M265.697 249.917c-1.942 0-3.802.842-4.896 2.592 2.188 1.97 7.021 2.183 10.304-.224-1.422-1.53-3.466-2.368-5.408-2.368zm-.032.448c1.89-.034 3.658.834 3.904 1.696-2.188 2.407-5.684 2.198-7.872.448.958-1.531 2.498-2.117 3.968-2.144z" fill="#843511"/>
|
||||
<use height="100%" width="100%" xlink:href="#d" transform="matrix(-1 0 0 1 512.256 0)"/>
|
||||
<use height="100%" width="100%" xlink:href="#e" transform="matrix(-1 0 0 1 512.256 0)"/>
|
||||
<use height="100%" width="100%" xlink:href="#f" transform="translate(19.315)"/>
|
||||
<use height="100%" width="100%" xlink:href="#g" transform="matrix(-1 0 0 1 512.256 0)"/>
|
||||
<path d="M251.648 259.932c-.935.17-1.6 1-1.6 1.952 0 1.087.899 1.952 1.984 1.952.642 0 1.231-.304 1.6-.832.757.57 1.807.63 2.368.64.086.002.198 0 .256 0 .561-.01 1.61-.07 2.368-.64.369.528.958.832 1.6.832 1.085 0 1.984-.865 1.984-1.952 0-.951-.665-1.781-1.6-1.952.525.185.864.693.864 1.248a1.31 1.31 0 0 1-1.312 1.312 1.323 1.323 0 0 1-1.312-1.248c-.214.426-1.059 1.695-2.72 1.76-1.661-.065-2.506-1.333-2.72-1.76a1.323 1.323 0 0 1-1.312 1.248 1.31 1.31 0 0 1-1.312-1.312c0-.555.339-1.063.864-1.248zm2.14 5.827c-2.19 0-3.054 1.983-5.024 3.296 1.095-.437 1.956-1.3 3.488-2.176 1.532-.875 2.838.192 3.712.192h.032c.874 0 2.18-1.067 3.712-.192 1.533.876 2.426 1.74 3.52 2.176-1.97-1.313-2.867-3.296-5.056-3.296-.437 0-1.302.236-2.176.672h-.032c-.874-.437-1.739-.672-2.176-.672z" fill="#85340a"/>
|
||||
<path d="M253.05 268.35c-.863.038-2.006.211-3.647.703 3.94-.874 4.809.448 6.56.448h.032c1.75 0 2.62-1.323 6.56-.448-4.377-1.312-5.248-.448-6.56-.448h-.032c-.82 0-1.472-.32-2.912-.256z" fill="#85340a"/>
|
||||
<path d="M249.6 269.025c-.254.003-.531.005-.832.032 4.596.438 2.387 3.072 7.2 3.072H256c4.813 0 2.636-2.634 7.232-3.072-4.814-.437-3.292 2.4-7.232 2.4h-.032c-3.694 0-2.556-2.48-6.368-2.432zm10.342 7.107a3.94 3.94 0 0 0-3.938-3.939 3.94 3.94 0 0 0-3.939 3.939 4.05 4.05 0 0 1 3.939-3.112 4.047 4.047 0 0 1 3.938 3.112z" fill="#85340a"/>
|
||||
<path id="e" d="M238.316 249.876c5.032-4.375 11.376-5.032 14.878-1.75.857 1.148 1.406 2.376 1.632 3.656.44 2.492-.338 5.183-2.29 7.942.22 0 .658.218.877.437 1.737-3.322 2.352-6.734 1.782-9.98a14.147 14.147 0 0 0-.686-2.493c-4.814-3.938-11.377-4.376-16.19 2.189z" fill="#85340a"/>
|
||||
<path id="d" d="M246.19 248.566c2.843 0 3.5.657 4.814 1.75 1.314 1.095 1.97.875 2.188 1.095.217.22 0 .874-.437.655-.437-.22-1.314-.655-2.625-1.75-1.314-1.095-2.625-1.094-3.939-1.094-3.938 0-6.126 3.282-6.563 3.063-.437-.22 2.188-3.72 6.563-3.72z" fill="#85340a"/>
|
||||
<use height="100%" width="100%" xlink:href="#h" transform="translate(-19.641)"/>
|
||||
<circle id="f" cy="252.058" cx="246.313" r="1.969" fill="#85340a"/>
|
||||
<path id="g" d="M240.937 253.379c3.72 2.845 7.44 2.626 9.627 1.312 2.188-1.312 2.188-1.75 1.751-1.75-.436 0-.873.438-2.624 1.312-1.752.877-4.376.877-8.752-.874z" fill="#85340a"/>
|
||||
</svg>
|
After (image error) Size: 4.5 KiB |
|
@ -0,0 +1,33 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-as">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="gray" d="M496.06 15.937h496.06v496.06H496.06z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" transform="translate(-512 -16.45) scale(1.032)">
|
||||
<path fill="#006" d="M0 15.937h992.13v496.06H0z"/>
|
||||
<path d="M0 263.97L992.13 512V15.94L0 263.97z" fill-rule="evenodd" fill="#bd1021"/>
|
||||
<path d="M992.13 42.512v442.91L106.3 263.962l885.83-221.46z" fill-rule="evenodd" fill="#fff"/>
|
||||
<g stroke="#000">
|
||||
<path stroke-linejoin="round" d="M825.487 319.59s-6.193-5.07 1.127-13.234c-3.942-3.378-.282-9.853-.282-9.853s-6.757-2.534.282-12.95c-5.068-3.38-2.816-10.982-2.816-10.982s-16.61-6.193-.844-12.104c-12.95 5.63-25.058-7.603-25.058-7.603l-18.863.564c-3.2-15.67-28.07-2.06-9.58-47.01-4.787-.846-10.136-2.253-15.485 1.688-5.35 3.94-20.553 12.387-29.562 3.94s5.91-20.552 6.194-20.833c.28-.28 19.99-10.417 22.804-17.173-.28-5.07-6.475-9.01-.845-19.99 6.475-10.418 46.17-20.273 64.2-23.65 8.726-3.943 12.668-11.544 12.668-11.544l1.97 7.32s39.98-11.825 41.95-17.456.846 5.068.846 5.068c15.766-1.408 35.755-14.92 38.57-8.728 13.233-2.534 38.573-13.795 38.573-13.795s8.727-.28 2.533 9.29c3.942 6.195-1.126 11.544-1.407 11.544-.283 0 1.688 6.193-3.38 9.572 1.69 5.35-3.097 9.572-3.097 9.572s2.254 6.476-6.756 9.854c.845 5.63-5.068 6.757-5.068 6.757s.845 5.913-3.097 8.447c0 4.504-4.504 6.757-4.504 6.757s2.815 1.688-1.126 4.503c-3.94 2.816-44.765 27.873-44.765 27.592 0-.282 29.843 5.35 31.813 6.475s24.495 16.05 24.495 16.05l-22.806 28.153s-25.338-2.815-26.464-1.408 5.35 1.97 6.756 4.223c1.41 2.252 3.66 7.603 8.165 7.04 4.504-.565-8.447 8.164-16.893 9.01 0 3.096 10.698 3.377 13.514.844 2.817-2.535-6.757 7.32-7.883 8.727s12.67-1.972 12.67-1.972-2.253 9.29-14.358 12.107c4.784 7.883 2.813 12.95 2.532 12.95s-7.884-7.883-15.204-6.475c1.97 7.602 7.884 14.64 9.574 15.767 1.688 1.126-13.233.844-15.204-3.38s-3.66 10.136 1.69 14.642c-6.194.28-11.544-3.38-11.544-3.38s-3.66 8.445-1.126 12.67c2.534 4.223-8.728-8.448-8.728-8.448l-21.397 9.01-4.787-8.165z" fill-rule="evenodd" stroke-width="1.706" fill="#9c3900"/>
|
||||
<path d="M660.12 302.828c.5 0 31.083-.502 45.123-8.524 7.02 11.03 16.545 18.55 16.545 18.55l4.512-16.042s11.03.5 12.033 3.008c-1.504 3.007-2.005 7.018-2.005 7.018s7.52.503 8.02 1.504c.503 1.004-2.004 9.526-2.004 9.526l32.087 7.52s2.508-12.533 5.015-11.03c2.507 1.505 13.537 17.047 29.08 18.05s16.544-13.036 16.544-13.036l3.51 2.007s6.516-14.04 7.52-14.04 2.506 2.006 11.03 2.006c2.506 3.008 3.51 10.026 3.51 10.026s-9.528 9.527-6.52 17.048 3.51 5.514 3.51 5.514l69.19 16.545s3.51 5.515-2.507 8.523c0 .5-69.69-16.044-69.69-16.044s-6.52 7.52-11.532 6.015-1.503 3.008-1.503 3.008L906.79 366s5.517 7.02 1.506 9.025c-5.014.5-81.222-5.014-81.222-5.014s-4.512 9.527-9.525 1.505c-3.51 5.515-7.522-1.504-7.522-1.504s-6.517 5.015-7.52-.5c-5.516 4.01-9.025-2.507-9.025-2.507l-32.088-2.006-2.005 3.008s5.515 1.504-3.008 5.015c-8.523 3.51 51.138 2.005 52.643 2.505 1.504.503-4.01 5.015-4.01 5.015s30.583 2.005 36.097-4.512c5.516-6.52-2.005 8.522-2.005 8.522s24.066-1.002 24.066-2.005-.502 7.52-17.046 6.518c10.026 6.518 22.56 10.528 22.56 10.528s-12.534 3.01-27.073-.5c2.506 6.518 13.537 12.534 13.537 12.534s-8.02 7.02-26.07-10.028c5.014 9.025 1.002 12.536.5 11.532-.5-1.003-9.023-13.537-29.078-18.05 12.534 8.023 7.018 11.533 7.018 11.533s-6.517-11.53-17.046 0c-4.01-10.528-19.553-16.544-38.605-17.547-6.017-7.02-9.527-5.014-23.564-9.025-8.022-9.024-19.554-19.05-19.554-19.05s.502-13.54 14.038-12.034c1.504 4.512 1.504 3.008 1.504 3.008s15.042-5.516 19.554 2.005c6.518-11.532 15.542-1.724 17.046 2.286 4.32.633 26.07 1.223 26.07 1.223s-2.506-4.512-1.002-4.01c1.504.5 13.537-4.512 13.036-6.017-.502-1.505-1.003-6.518 1.002-6.017 2.006.5-17.046-2.507-27.575 5.516-3.51-3.512-1.003-13.038-1.003-13.038l-31.084-6.517-1.504 8.022s-9.025 1.504-8.523-.5c.502-2.008-2.005 7.017-2.005 7.017s-12.033-3.008-12.033-3.51 3.51-18.05 3.51-17.548c0 .503-10.028 1.003-24.066 11.532-4.01-12.534-35.597-29.08-35.597-29.58z" fill-rule="evenodd" stroke-width="1.82" fill="#ffc221"/>
|
||||
<path d="M736.328 307.346l-6.518 29.08m12.533-18.052l-2.005 9.526m34.094-2.005l-3.008 9.025m58.663 52.136c-.5 0-16.043 2.005-18.05 1.504-2.004-.5 24.568 8.022 24.568 11.53m-34.595-9.512s-15.542-10.027-18.048-9.025c-2.507 1.003 15.542-.5 17.046-2.005m-31.088-.504s-16.043.5-17.547-1.003 15.542 11.03 18.55 10.03m-32.089-16.056c-.5 0-11.03-4.01-15.542-5.015 4.01 4.012 7.02 9.527 17.046 11.532m2.508-13.028c-.502-1.003-20.055-7.02-20.055-10.028 4.513 1.505 11.03 3.51 17.047 2.005m106.792-15.043l-2.005 9.023" stroke-width="1.82" fill="none"/>
|
||||
<path d="M699.226 261.717s-21.058 18.048 0 28.577c1.003-7.02 2.507-8.02 2.507-8.02s17.547 6.516 28.076-9.026c-4.513-6.517-12.535-4.01-12.535-4.01s-16.546 0-18.05-7.52z" fill-rule="evenodd" stroke-width="1.82" fill="#ffc221"/>
|
||||
<path d="M716.775 269.743l-14.54 12.534m59.319 74.519s3.352 3.695.343 8.207m70.197-4.508l-5.515.502m-39.609-3.517l10.027 1.503m16.943-27.287s.282 10.136-8.164 9.854c-8.446-.282-5.632.282-5.632.282" stroke-width="1.82" fill="none"/>
|
||||
<path d="M820.424 330.003s3.378 1.126 2.534 3.66c-.845 2.534.844 9.854-9.01 16.893-10.418 2.252-9.29-8.727-9.29-8.727" stroke-width="1.82" fill="none"/>
|
||||
<path d="M824.082 333.102s6.194-3.66 7.038 2.253c.844 5.91-5.067 16.892-9.29 18.582-4.225 1.688-9.01-.283-8.448-3.097m18.302-15.2s5.632-4.505 7.32 1.408c1.69 5.912-4.504 19.145-7.04 19.426m7.596-19.428s2.815-1.407 4.785.28m-13.795 19.989c-1.125.28-5.91.562-7.6-3.097m-17.73-6.758c-.282 0-5.913.283-5.913.283m27.586 21.965l-.562-9.29-2.25-3.098-3.943 3.942s-.564 9.29-2.252 10.136m2.251-10.425c-.28-.562-3.097-5.91-3.097-5.91l-4.787 5.91s-.562 8.447-2.252 9.292m2.247-9.579c0-.28-1.97-5.63-1.97-5.63s-5.63 3.097-6.195 5.35c-.562 2.25-.845 8.445-2.252 9.01m2.255-10.136s.564-5.067-1.126-5.067-9.29 7.038-9.572 13.232" stroke-width="1.82" fill="none"/>
|
||||
<path stroke-linejoin="round" d="M699.918 261.868s2.815-2.816 3.66-6.194c.845-3.38-1.126-7.04 2.253-10.136 3.38-3.097 47.862-21.96 51.523-25.62 3.66-3.66 10.417-11.544 11.262-13.233.844-1.69 3.378 8.446-4.224 12.95 8.166-2.252 13.515-4.785 16.893-3.66-3.38 4.787-12.387 12.67-16.61 12.67 9.854-3.66 18.862-6.757 21.397-4.786 2.533 1.97-12.107 11.825-18.02 12.387 9.855-2.533 23.088-6.475 24.776-2.252-5.35 1.69-3.66 3.095-14.64 9.29-1.407 1.128-8.446 1.408-8.446 1.408 8.446-.845 19.99-4.223 21.115 1.97-6.756 2.534-9.29 5.914-14.92 7.32-5.632 1.41-18.583 3.943-26.466 7.04-7.884 3.097-19.428 12.106-19.428 12.106s-25.057.844-25.057.562c0-.282-4.786-11.543-5.068-11.824z" fill-rule="evenodd" stroke-width="1.82" fill="#fff"/>
|
||||
<path d="M711.742 259.902s.282-5.63 2.816-7.6c2.533-1.972 15.203-6.76 18.02-10.982 2.814-4.223-4.224 7.32-3.098 10.417m-12.67-.284s6.194 2.254 4.786 7.04" stroke-width="1.82" fill="none"/>
|
||||
<path d="M724.13 254.694a4.646 4.646 0 1 1-9.29.003 4.646 4.646 0 0 1 9.289-.004z" stroke-width="1.58" fill="none"/>
|
||||
<path d="M914.738 244.697l48.707 9.29s5.35-6.193 2.534-9.57c7.32-1.69 5.348-11.263 5.348-11.263s8.446-3.66 1.408-12.107c4.788-4.786-1.126-8.446-1.126-8.446s1.97-8.445-4.223-9.29c1.69-6.756-10.7-9.01-10.7-9.01s-25.62 7.04-43.638 7.603c5.91 5.912-2.254 9.572-2.254 9.572s4.787 3.38 3.38 6.194c-1.41 2.815.843 5.912-5.35 7.883 8.164 3.66-.845 9.853-.845 9.853s9.01 6.194 6.758 9.29z" fill-rule="evenodd" stroke-width="1.82" fill="#fff"/>
|
||||
<path d="M909.947 234.283s43.077 5.068 45.048 5.068 9.572 2.535 10.98 5.07M912.2 231.744l59.968 1.407m-59.682-2.813s56.87-3.378 60.813-9.29m-59.134-3.098s57.154-6.193 57.718-5.35m-59.683-1.688s55.464-8.728 56.026-7.32m-214.251-28.435s17.456 19.145 15.766 32.095" stroke-width="1.82" fill="none"/>
|
||||
<path d="M768.615 197.117s5.63 8.164 7.883 9.01 21.96 1.97 23.087 10.416c1.126 5.35-4.223 3.66-3.378 7.6 1.407 5.07 14.64 11.544 29 3.943m-13.232 3.944s11.824 17.457 29.28-1.406m-9.011 7.603s14.358 7.602 26.183-12.106m-15.209 13.785s7.038 5.913 21.68-1.97m20.277-7.884s21.678 4.504 23.087 5.912m-14.925-10.689c.28 0 15.203.563 15.203.563m-24.498-9.014s25.9-1.69 29.28 3.66M872.78 208.66s36.32 1.407 38.01 3.378m-29.847 33.778s6.194-1.688 7.04-.843M866.87 261.02s8.166 7.04 18.584 3.943m-14.079 7.892s9.29 4.223 20.272 1.688m-17.173 5.341s9.29 6.194 15.485 5.067m-19.703-1.395s6.475 4.786 6.756 7.32m-15.764-1.696s1.97 10.134 9.01 13.794m-13.801-9.291s-3.097 13.233 4.787 21.398m-12.949-10.983c0 .28-.562 6.193-.28 6.757m-50.399-57.995l15.204-.846s5.63-2.252 1.688-5.91m1.972 3.384c.282 0 14.358 1.126 18.02 5.35 3.658 4.222 8.163 12.668 10.697 14.077 2.534 1.407 3.097-.564 3.097-.564m-6.196-2.251s-7.6 12.95-1.688 16.892m-2.543-2.535s-6.756 9.01-1.407 13.514m-1.405-1.134s-5.35 8.73 1.128 14.64m-3.489-37.789c-.363.363-6.54 4.723-8.72 3.634m2.182 10.166s2.543 2.542 4.723 2.18m-4.422 11.032l4.057 2.783m-3.511 7.331l3.51 2.118m-67.101-140.2s7.4 3.85 13.323 0c5.92-3.85 34.343-18.355 41.745-20.724 7.4-2.37 11.546-15.988 13.027-21.908m-5.624 15.987l41.45-12.14s6.81-5.624 7.105-15.986m-2.968 11.249s41.45-4.144 41.45-19.54m-6.508 10.658s43.522-11.842 47.667-16.283" stroke-width="1.82" fill="none"/>
|
||||
<path d="M785.018 178.206s26.35-13.62 30.495-15.1c4.144-1.48 13.617-13.32-.593-13.32" stroke-width="1.82" fill="none"/>
|
||||
<path d="M797.753 183.535c.296 0 21.612-13.916 28.717-15.69 3.85-5.33 1.777-10.955-4.736-9.77" stroke-width="1.82" fill="none"/>
|
||||
<path d="M828.245 164.29c.592-.295 11.547-.59 7.698 7.994-5.624 4.145-29.903 16.284-29.903 16.284m16.58-33.455l46.19-15.396s3.848-7.994-1.776-9.178m38.491-13.915c0 .296 5.923 3.553 2.37 8.882-6.514 3.85-37.304 11.25-37.304 11.25m81.709-24.868l-43.52 12.14m40.258-2.37l-37.895 11.547m34.647-2.073l-33.455 10.066m27.231-.592c-.89 0-24.87 7.4-24.87 7.4m19.547.002l-15.396 6.217m11.547 2.072c-.593 0-13.323 5.625-13.323 5.625m9.474 1.184l-11.842 5.625m-8.591 7.107s1.48.592 1.185 2.368m-31.09 13.914s5.034 1.777.296 6.514c-2.368 3.257-9.177 2.37-13.322 8.29m45.306-81.121s6.22 1.48 1.48 9.474c-12.435 4.737-37.6 12.435-37.6 12.435s-1.183 2.072-4.44 3.85c-3.256 1.775-39.08 11.84-39.08 11.84m81.715-28.422s6.81 2.962 0 7.995c-7.698 4.44-34.64 12.73-34.64 12.73s-.296 2.37-1.48 3.257c-1.184.888-36.71 12.73-36.71 12.73" stroke-width="1.82" fill="none"/>
|
||||
<path d="M912.336 142.974s7.106 2.072.89 7.993c-7.403 4.44-31.088 12.435-31.088 12.435s-2.368 2.96-6.217 4.145c-3.848 1.184-28.42 11.25-28.42 11.25m66.609-27.829c2.074.888 7.698 1.776.89 7.106-7.994 3.552-27.534 11.25-27.534 11.25l-1.777 3.257-31.086 13.323m61.282-26.942s2.96 3.553-3.553 7.698c-7.106 3.85-22.5 9.77-22.5 9.77m22.504-9.18s3.257 2.074-.887 5.034c-4.74 2.37-23.39 12.14-23.39 12.14l-12.14 7.992" stroke-width="1.82" fill="none"/>
|
||||
<path d="M869.697 140.013c0 .296 5.033 4.44 3.256 9.178 4.442 3.258 3.553 6.81 3.553 6.81s6.217 3.553 5.33 8.586c6.217 1.48 5.92 5.034 5.92 5.034l-2.072 3.256s6.217-.296.888 7.698c3.257 1.776 1.777 3.85 1.777 3.85m-1.782-3.555c-.89 0-21.612 7.698-26.942 12.435" stroke-width="1.82" fill="none"/>
|
||||
<path d="M836.543 171.693s6.217-.296 5.33 6.513c7.106-2.37 5.625 4.44 5.625 4.44s8.29-3.256 6.81 7.106c5.328-1.184 4.44 4.145 4.44 4.145s4.737-.296 4.737 2.37c3.257-2.962 6.81-1.482 6.81-1.482s2.368-3.256 5.624-2.368m-33.752-14.507c0 .592-27.83 15.987-27.83 15.987m33.153-10.955l-21.02 13.027m28.13-6.514c0 .297-18.356 10.955-18.356 10.955m22.506-6.81s-13.027 10.66-15.987 10.067m20.423-6.81s-7.402 5.626-13.62 8.29m21.318-10.657s2.368 2.96-12.434 10.657" stroke-width="1.82" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 11 KiB |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-at">
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="#fff" d="M512 512H0V0h512z"/>
|
||||
<path fill="#df0000" d="M512 512H0V341.33h512zm0-341.2H0V.13h512z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 253 B |
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-au">
|
||||
<g stroke-width="1pt">
|
||||
<path fill="#006" d="M0 0h512v512H0z"/>
|
||||
<path fill="#fff" d="M0 0v27.95L307.037 250h38.647v-27.95L38.647 0H0zm345.684 0v27.95L38.647 250H0v-27.95L307.037 0h38.647z"/>
|
||||
<path fill="#fff" d="M144.035 0v250h57.614V0h-57.615zM0 83.333v83.333h345.684V83.333H0z"/>
|
||||
<path fill="#c00" 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"/>
|
||||
<path fill-rule="evenodd" fill="#fff" d="M54.886 368.64l40.665 15.4 13.32-41.403 13.32 41.402 40.666-15.4-24.06 36.223 37.395 22.197-43.326 3.767 5.97 43.082-29.963-31.528-29.96 31.527 5.968-43.083-43.327-3.767 37.397-22.197m324.856 71.553l-18.823 1.638 2.597 18.712-13.02-13.692-13.02 13.692 2.598-18.71-18.823-1.64 16.247-9.645-10.458-15.736 17.675 6.693 5.78-17.99 5.783 17.99 17.675-6.692-10.458 15.737m16.247-270.353l-18.823 1.638 2.597 18.71-13.02-13.69-13.02 13.69 2.598-18.71-18.823-1.638 16.247-9.645-10.458-15.737 17.675 6.69 5.78-17.985 5.783 17.986 17.675-6.69-10.458 15.736m-88.752 123.393l-18.823 1.638 2.597 18.71-13.02-13.69-13.02 13.69 2.598-18.71-18.823-1.638 16.247-9.646-10.458-15.736 17.675 6.692 5.783-17.99 5.78 17.99 17.676-6.692-10.46 15.735m214.57-18.352l-18.83 1.638 2.59 18.71-13.02-13.69-13.02 13.69 2.59-18.71-18.795-1.638 16.275-9.646-10.48-15.736 17.69 6.692 5.74-17.99 5.81 17.99 17.64-6.692-10.43 15.736m-64.33 82.494l-10.29 6.377 2.892-11.752-9.247-7.805 12.074-.89 4.57-11.206 4.57 11.207 12.076.89-9.247 7.804 2.89 11.753"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 1.7 KiB |
|
@ -0,0 +1,186 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-aw">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="gray" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)">
|
||||
<path fill="#39c" d="M0 0v512.006h768.01V0H0z"/>
|
||||
<path fill="#ff0" d="M0 341.338v28.445h768.01v-28.445H0zm0 56.889v28.445h768.01v-28.445H0z"/>
|
||||
<path fill="#9cc" d="M122.065 28.067l2.38 2.38-2.38-2.38zm-2.38 4.76l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M119.685 35.208l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M117.305 39.97l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c66" d="M122.065 39.97l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M126.826 39.97l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M117.305 42.35l2.38 2.38-2.38-2.38zm9.521 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M119.685 44.73l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M114.924 47.11l2.38 2.38-2.38-2.38z"/>
|
||||
<path d="M121.673 32.904L104.986 96.16l-63.442 17.23 63.26 16.51 16.87 63.257L138.54 129.9l63.26-16.87-63.26-16.87-16.867-63.256z" stroke="#fff" stroke-width="2.975" fill="#c00"/>
|
||||
<path fill="#6cc" d="M129.207 47.11l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M114.924 49.49l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M117.305 51.87l2.38 2.38-2.38-2.38m9.52 0l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M112.544 54.25l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M118.097 55.84l.794 1.585-.793-1.586m9.522 0l.793 1.585-.794-1.586z"/>
|
||||
<path fill="#69c" d="M131.587 54.25l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M112.544 56.63l2.38 2.382-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M114.924 59.012l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M110.163 61.392l2.38 2.38-2.38-2.38zm23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M110.163 63.773l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M110.163 66.153l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M107.783 68.533l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M112.544 68.533l2.38 2.38-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M136.348 68.533l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M107.783 70.914l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M113.337 72.502l.793 1.586-.793-1.586m19.043 0l.793 1.586-.793-1.586z"/>
|
||||
<path fill="#9cc" d="M136.348 70.914l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M107.783 73.294l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M110.163 75.675l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M105.403 78.055l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M110.956 79.643l.794 1.586-.794-1.587m23.804 0l.794 1.586-.794-1.587z"/>
|
||||
<path fill="#9cc" d="M138.728 78.055l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M105.403 80.435l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M107.783 82.816l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M103.022 85.196l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M108.576 86.784l.793 1.587-.794-1.586m28.565 0l.794 1.587-.793-1.586z"/>
|
||||
<path fill="#9cc" d="M141.11 85.196l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M103.022 87.577l2.38 2.38-2.38-2.38m38.087 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M105.403 89.957l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M100.642 92.337l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M105.403 92.337l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M143.49 92.337l2.38 2.38-2.38-2.38m-49.99 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M95.88 94.718l2.382 2.38-2.38-2.38m52.368 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M150.63 94.718l2.38 2.38-2.38-2.38m-64.27 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M88.74 97.098l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M98.26 97.098l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M100.642 97.098l2.38 2.38-2.38-2.38m42.847 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M145.87 97.098l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M155.39 97.098l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M157.77 97.098l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M76.838 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M79.218 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M81.6 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M91.12 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M95.088 100.27l1.587.795-1.587-.794m54.75 0l1.586.795-1.586-.794z"/>
|
||||
<path fill="#fcc" d="M153.01 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M162.532 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M164.913 99.48l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M167.293 99.48l2.38 2.38-2.38-2.38m-97.596 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M72.077 101.86l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M74.457 101.86l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M83.98 101.86l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M87.947 102.652l1.587.793-1.587-.793m69.032 0l1.586.793-1.587-.793z"/>
|
||||
<path fill="#fcc" d="M160.152 101.86l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M169.673 101.86l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M172.054 101.86l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M174.434 101.86l2.38 2.38-2.38-2.38m-111.88 2.38l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M64.936 104.24l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M76.838 104.24l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M80.806 105.032l1.587.794-1.587-.794m83.314 0l1.587.794-1.587-.794z"/>
|
||||
<path fill="#fcc" d="M167.293 104.24l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M179.195 104.24l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M181.575 104.24l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M55.414 106.62l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M57.795 106.62l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M67.316 106.62l2.38 2.38-2.38-2.38zm109.499 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M186.336 106.62l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M188.717 106.62l2.38 2.38-2.38-2.38M48.273 109l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M50.654 109l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M60.175 109l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M64.143 109.793l1.587.793-1.587-.793m116.64 0l1.587.793-1.587-.793z"/>
|
||||
<path fill="#fcc" d="M183.956 109l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M193.477 109l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M195.858 109l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M41.132 111.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M43.512 111.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M53.034 111.38l2.38 2.38-2.38-2.38zm138.063 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M200.62 111.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M203 111.38l2.38 2.38-2.38-2.38m-166.63 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c66" d="M48.273 113.76l2.38 2.38-2.38-2.38zm147.585 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M207.76 113.76l2.38 2.38-2.38-2.38m-166.628 2.38l2.38 2.382-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M43.512 116.14l2.38 2.382-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M53.034 116.14l2.38 2.382-2.38-2.38m138.063 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M200.62 116.14l2.38 2.382-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M203 116.14l2.38 2.382-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M48.273 118.522l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M50.654 118.522l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M60.175 118.522l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M64.143 119.314l1.587.794-1.587-.794m116.64 0l1.587.794-1.587-.794z"/>
|
||||
<path fill="#fcc" d="M183.956 118.522l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M193.477 118.522l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M195.858 118.522l2.38 2.38-2.38-2.38m-140.444 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M57.795 120.902l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M67.316 120.902l2.38 2.38-2.38-2.38zm109.499 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M186.336 120.902l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M188.717 120.902l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M62.555 123.283l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M64.936 123.283l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M76.838 123.283l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M80.806 124.075l1.587.794-1.587-.795m83.314 0l1.587.794-1.587-.795z"/>
|
||||
<path fill="#fcc" d="M167.293 123.283l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M179.195 123.283l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M181.575 123.283l2.38 2.38-2.38-2.38m-111.878 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M72.077 125.663l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M74.457 125.663l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M83.98 125.663l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M87.947 126.456l1.587.793-1.587-.794m69.032 0l1.586.793-1.587-.794z"/>
|
||||
<path fill="#fcc" d="M160.152 125.663l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M169.673 125.663l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M172.054 125.663l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M174.434 125.663l2.38 2.38-2.38-2.38m-97.596 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M79.218 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M81.6 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M91.12 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M95.088 128.836l1.587.794-1.587-.794m54.75 0l1.586.794-1.586-.794z"/>
|
||||
<path fill="#fcc" d="M153.01 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M162.532 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M164.913 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M167.293 128.043l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M86.36 130.424l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M88.74 130.424l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M98.26 130.424l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M100.642 130.424l2.38 2.38-2.38-2.38m42.847 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M145.87 130.424l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M155.39 130.424l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M157.77 130.424l2.382 2.38-2.38-2.38m-64.27 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M95.88 132.804l2.382 2.38-2.38-2.38m52.368 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M150.63 132.804l2.38 2.38-2.38-2.38m-49.988 2.38l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M105.403 135.185l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M143.49 135.185l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M105.403 137.565l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M103.022 139.945l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M108.576 141.533l.793 1.587-.794-1.587m28.565 0l.794 1.587-.793-1.587z"/>
|
||||
<path fill="#ccf" d="M141.11 139.945l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M103.022 142.326l2.38 2.38-2.38-2.38m38.087 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M107.783 144.706l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M105.403 147.087l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M110.956 148.674l.794 1.587-.794-1.586m23.804 0l.794 1.587-.794-1.586z"/>
|
||||
<path fill="#ccf" d="M138.728 147.087l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M105.403 149.467l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M110.163 151.847l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M107.783 154.228l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M113.337 155.816l.793 1.586-.793-1.586m19.043 0l.793 1.586-.793-1.586z"/>
|
||||
<path fill="#cff" d="M136.348 154.228l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M107.783 156.608l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M107.783 158.99l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M112.544 158.99l2.38 2.38-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M136.348 158.99l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#cff" d="M110.163 161.37l2.38 2.38-2.38-2.38zm23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M110.163 163.75l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M110.163 166.13l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M114.924 168.51l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M112.544 170.89l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c33" d="M118.097 172.478l.794 1.587-.793-1.587m9.522 0l.793 1.587-.794-1.587z"/>
|
||||
<path fill="#9cf" d="M131.587 170.89l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#69c" d="M112.544 173.27l2.38 2.38-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M117.305 175.65l2.38 2.382-2.38-2.38m9.52 0l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cf" d="M114.924 178.032l2.38 2.38-2.38-2.38zm14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M114.924 180.412l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#fcc" d="M119.685 182.793l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M117.305 185.173l2.38 2.38-2.38-2.38m9.52 0l2.382 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M117.305 187.553l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#c66" d="M122.065 187.553l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#6cc" d="M126.826 187.553l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#ccf" d="M119.685 192.314l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||
<path fill="#9cc" d="M119.685 194.695l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38m-2.38 4.76l2.38 2.38-2.38-2.38z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 14 KiB |
|
@ -0,0 +1,18 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ax">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M166.02 0h850v850h-850z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" transform="translate(-100) scale(.6024)">
|
||||
<path fill="#0053a5" d="M0 0h1300v850H0z"/>
|
||||
<g fill="#ffce00">
|
||||
<path d="M400 0h250v850H400z"/>
|
||||
<path d="M0 300h1300v250H0z"/>
|
||||
</g>
|
||||
<g fill="#d21034">
|
||||
<path d="M475 0h100v850H475z"/>
|
||||
<path d="M0 375h1300v100H0z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 567 B |
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-az">
|
||||
<path fill="#3f9c35" d="M0 0h512v512H0z"/>
|
||||
<path fill="#ed2939" d="M0 0h512v341.333H0z"/>
|
||||
<path fill="#00b9e4" d="M0 0h512v170.667H0z"/>
|
||||
<circle cx="238.827" cy="256" r="76.8" fill="#fff"/>
|
||||
<circle cx="255.893" cy="256" r="64" fill="#ed2939"/>
|
||||
<path d="M324.16 213.333l8.164 22.958 22.006-10.46-10.46 22.006L366.826 256l-22.958 8.164 10.46 22.006-22.006-10.46-8.164 22.957-8.164-22.958-22.006 10.46 10.46-22.006L281.494 256l22.958-8.164-10.46-22.006 22.006 10.46 8.164-22.957z" fill="#fff"/>
|
||||
</svg>
|
After (image error) Size: 607 B |
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ba">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)">
|
||||
<path fill="#009" d="M0 0h512v512H0z"/>
|
||||
<path d="M77 .006l436.91 436.91V.006H77z" fill="#fc0"/>
|
||||
<path fill="#FFF" d="M461.41 470.395l-26.123-19.086-26.849 18.994 10.151-31.164-26.419-19.246 32.731.066 10.177-31.117 10.055 31.156 32.74.094-26.195 19.365 9.732 30.938zm76.714 10.447l-32.74-.094-10.055-31.156-10.177 31.117-32.731-.066 26.419 19.246-10.151 31.164 26.849-18.994 26.123 19.086-9.731-30.938 26.194-19.365zm-146.32-101.26l26.195-19.365-32.74-.094-10.055-31.156-10.177 31.117-32.731-.066 26.419 19.246-10.151 31.164 26.849-18.994 26.123 19.086-9.732-30.938zm-60.333-60.416l26.195-19.367-32.74-.092-10.055-31.156-10.177 31.117-32.731-.066 26.419 19.244-10.151 31.166 26.849-18.996 26.123 19.088-9.732-30.938zM271.804 259.5l26.195-19.368-32.74-.093-10.055-31.156L245.029 240l-32.732-.066 26.418 19.246-10.151 31.166 26.849-18.996 26.123 19.088-9.732-30.938zm-60.417-60.251l26.195-19.367-32.74-.093-10.055-31.156-10.177 31.117-32.731-.066 26.419 19.245-10.151 31.166 26.849-18.996 26.123 19.088-9.732-30.938zm-59.667-59.917l26.195-19.367-32.74-.093-10.055-31.156-10.177 31.117-32.731-.066 26.419 19.245-10.151 31.166 26.849-18.996 26.123 19.088-9.732-30.938zm-60-60l26.195-19.367-32.74-.093-10.054-31.156-10.177 31.117-32.731-.066 26.419 19.245-10.152 31.165 26.849-18.996 26.123 19.088-9.732-30.937zm-60-60L57.915-.035l-32.74-.093-10.054-31.156L4.944-.167l-32.731-.066 26.419 19.245-10.152 31.165 26.849-18.996 26.123 19.088-9.732-30.937z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 1.7 KiB |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-bb">
|
||||
<path fill="#00267f" d="M0-.2h512V512H0z"/>
|
||||
<path fill="#ffc726" d="M170.667-.2h170.667V512H170.667z"/>
|
||||
<path id="a" d="M256 173.312c-5.547 15.125-11.2 30.87-23.296 42.923 3.755-1.238 10.325-2.347 14.55-2.24v63.616l-17.963 2.667c-.64-.064-.853-1.066-.853-2.432-1.728-19.754-6.4-36.352-11.776-53.525-.383-2.347-7.188-11.307-1.94-9.728.64.085 7.66 2.944 6.55 1.58-9.558-9.9-23.53-17.025-37.1-19.137-1.194-.3-1.898.298-.83 1.685 18.004 27.712 33.065 60.416 32.937 99.22 6.998 0 23.958-4.137 30.976-4.137v44.885h8.854l2.026-125.355z"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 512 0)"/>
|
||||
</svg>
|
After (image error) Size: 769 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bd">
|
||||
<path fill="#006a4e" d="M0 0h512v512H0z"/>
|
||||
<circle cx="230" cy="256" r="170.667" fill="#f42a41"/>
|
||||
</svg>
|
After (image error) Size: 201 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-be">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path d="M0 0h170.664v512.01H0z"/>
|
||||
<path fill="#ffd90c" d="M170.664 0h170.664v512.01H170.664z"/>
|
||||
<path fill="#f31830" d="M341.328 0h170.665v512.01H341.328z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 325 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bf">
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="#de0000" d="M512.063 511.55H.356V.003h511.707z"/>
|
||||
<path fill="#35a100" d="M511.774 511.997H.068V256.224h511.706z"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" fill="#fff300" d="M389 223.773l-82.867 56.55 31.708 91.595-82.766-56.685-82.766 56.67 31.722-91.58-82.853-56.577 102.363.095 31.55-91.636 31.548 91.637"/>
|
||||
</svg>
|
After (image error) Size: 454 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bg">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="#d62612" d="M0 341.332h512v170.666H0z"/>
|
||||
<path fill="#fff" d="M0 0h512v170.666H0z"/>
|
||||
<path fill="#00966e" d="M0 170.666h512v170.666H0z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 316 B |
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bh">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="gray" d="M119.03-196.66h708.66V512H119.03z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-86 142.09) scale(.7225)" stroke-width="1pt">
|
||||
<path fill="#e10011" d="M0-196.66h1063V512H0z"/>
|
||||
<path d="M216.66 511.66L0 512v-708.66l215.64.113 139.14 44.743-138.12 43.614 138.12 44.968-138.12 43.615L354.78 25.36 216.66 68.976l138.12 44.968-138.12 43.615 138.12 44.97-138.12 43.613 138.12 44.97-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.968-138.12 43.615" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 688 B |
|
@ -0,0 +1,15 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bi">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="gray" d="M60.84 337h175v175h-175z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(-178 -985.97) scale(2.9257)">
|
||||
<path d="M0 337l146.56 87.5L0 512zm293.12 0l-146.56 87.5L293.12 512z" fill="#00cf00"/>
|
||||
<path d="M0 337l146.56 87.5L293.12 337zm0 175l146.56-87.5L293.12 512z" fill="red"/>
|
||||
<path d="M293.12 337h-27.31L0 495.7v16.305h27.31l265.81-158.7z" fill="#fff"/>
|
||||
<path d="M197.168 424.496c0 27.948-22.656 50.604-50.604 50.604S95.96 452.444 95.96 424.496s22.656-50.604 50.604-50.604 50.604 22.656 50.604 50.604z" fill="#fff"/>
|
||||
<path d="M0 337v16.305l265.81 158.7h27.31V495.7L27.31 337z" fill="#fff"/>
|
||||
<path stroke="#00de00" stroke-width="1pt" fill="red" d="M156.523 405.41l-6.58.11-3.4 5.62-3.39-5.63-6.57-.14 3.18-5.75-3.16-5.768 6.57-.113 3.41-5.626 3.39 5.638 6.57.14-3.19 5.748zm-22.043 38.16l-6.58.11-3.4 5.62-3.39-5.63-6.57-.14 3.18-5.75-3.16-5.768 6.57-.113 3.41-5.626 3.39 5.638 6.57.14-3.19 5.748zm44.627 0l-6.58.11-3.4 5.62-3.39-5.63-6.57-.14 3.18-5.75-3.16-5.768 6.57-.113 3.41-5.626 3.39 5.638 6.57.14-3.19 5.748z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 1.2 KiB |
|
@ -0,0 +1,14 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bj">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="gray" d="M67.64-154h666v666h-666z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" transform="translate(-52 118.39) scale(.7688)">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="#319400" d="M0-154h333v666H0z"/>
|
||||
<path fill="#ffd600" d="M333-154h666v333H333z"/>
|
||||
<path fill="#de2110" d="M333 179h666v333H333z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 518 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bl">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="#fff" d="M0 0h512.005v512H0z"/>
|
||||
<path fill="#00267f" d="M0 0h170.667v512H0z"/>
|
||||
<path fill="#f31830" d="M341.333 0H512v512H341.333z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 312 B |
|
@ -0,0 +1,98 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bm">
|
||||
<path fill="#cf142b" d="M0 0h512v512H0z"/>
|
||||
<path fill="#00247d" d="M0 0h256v128H0z"/>
|
||||
<path d="M0 0v14.31L227.38 128H256v-14.31L28.62 0H0zm256 0v14.31L28.62 128H0v-14.31L227.38 0H256z" fill="#fff"/>
|
||||
<path d="M106.667 0v128h42.666V0h-42.666zM0 42.667v42.666h256V42.667H0z" fill="#fff"/>
|
||||
<path d="M0 51.2v25.6h256V51.2H0zM115.2 0v128h25.6V0h-25.6zM0 128l85.333-42.667h19.08L19.083 128H0zM0 0l85.333 42.667h-19.08L0 9.54V0zm151.586 42.667L236.92 0H256l-85.333 42.667h-19.08zM256 128l-85.333-42.667h19.08L256 118.46V128z" fill="#cf142b"/>
|
||||
<path d="M443.065 182.61v108.408c0 28.958-57.888 38.366-57.888 38.366s-57.888-9.408-57.888-38.366v-108.41h115.774z" fill="#fff"/>
|
||||
<path d="M443.065 291.018c0 28.958-57.888 38.366-57.888 38.366s-57.888-9.408-57.888-38.366c0 0 0-2.332 1.176-3.658 0 0-.638 4.817 3.063 8.46 0 0-2.904-5.14-.065-10.19 0 0-1.053 6.498 2.998 10.23 0 0-2.233-5.308.287-11.227 0 0-1.243 9.682 3.16 11.612 0 0 1.21-5.564-.543-9.135 0 0 3.03 1.222 2.87 9.296 0 0 .958-1.19 1.213-7.013 0 0 .127 6.66 2.424 8.203 0 0 .702-.675-.255-3.7-.96-3.023.413-4.084.636-4.02 0 0-.503 3.345 2.3 5.854 0 0-1.215-5.243.476-5.95 0 0-.35 4.438 3.158 5.436 0 0 .256-1.287-.51-2.734 0 0-.67-1.717-.16-3.03 0 0 1.117 4.027 2.648 4.702 0 0-.925-2.36-.064-4.702 0 0 .19 3.35 3.19 4.734 0 0-1.976-2.594-1.195-5.447l19.28.942 9.984.476 29.953-2.118 5.167-4.44s2.042 2.832-1.18 7.303c0 0 3.19-.58 4.21-5.565 0 0 1.308 2.767-.478 5.823 0 0 3.54-3.54 4.05-7.56 0 0 1.373 3.893-1.977 8.075 0 0 2.997-.997 4.274-5.436 0 0 1.02 2.674-1.882 6.452 0 0 5.422-2.88 5.263-8.832 0 0 2.265 3.282-.32 7.785 0 0 2.776-2.477 3.032-6.176 0 0 1.53 1.67-.128 6.27 0 0 3.38-3.184 3.89-6.626 0 0 .735 3.184-2.17 7.205 0 0 1.98-.483 3.86-4.408 0 0 .51 1.544-1.21 4.375 0 0 1.85-.32 3.094-3.86 0 0 .223 2.124-.32 4.022 0 0 1.436-.934 1.755-4.956 0 0 .8 1.32.815 2.96.013 1.64 0 .563 0 .563z" fill="#2f8f22"/>
|
||||
<path d="M413.255 228.35s-2.01.34-4.595-.447c-2.584-.787-3.628-.467-4.43 0 0 0 1.05-2.076-1.503-3.715 0 0 .83 2.096-.32 3.075 0 0-.51.48-1.116-.244 0 0-.89-.918-1.832-1.626 0 0 2.17-.756 1.77-2.96-.398-2.203-1.578-2.492-2.216-2.766 0 0 .224.997 0 1.672 0 0-2.36-1.32.846-3.185s2.616-2.96 2.04-3.908c-.572-.95-1.8-1.996-2.407-2.366 0 0 .638 1 .526 1.85-.11.854-1.563 1.4-1.276-.095.287-1.496-.016-1.24-.05-2.83 0 0 2.856.964 3.973-1.82 0 0 1.1-2.878-2.504-4.31 0 0 .875 1.175.444 2.06 0 0-.765 1.447-1.675.273-.91-1.173-1.484-1.398-1.388-2.782 0 0 3.27.45 2.377-3.104 0 0-.528 2.365-4.77-.82 0 0 2.76-2.83 1.69-5.115 0 0-.334-1.046-3.333-.435 0 0 2.6-1.64 1.5-3.04 0 0-.56-.933-2.983.29 0 0 .94-1.625-1.436-3.378 0 0-1.596.836-2.44 1.608 0 0-1.628-2.06-2.665-2.88 0 0-1.882.725-2.36 2.88 0 0-.877-1.046-2.87-1.528 0 0-.958 1.77.286 3.313 0 0-.925-.032-2.615-.772 0 0-1.93-.917-1.643.74.286 1.657.43 2.026.813 2.8 0 0-4.33-1.007-4.147 1.333.127 1.626.733 3.025 2.073 4.2 0 0-2.423 3.168-4.497.787 0 0-.718.772.83 2.8 0 0 1.547 1.704.27 2.782 0 0-1.706 1.366-2.535-1.288 0 0-2.76 2.75.495 4.856 0 0 2.09 1.19 4.226-.644 0 0-.654 5.275-2.696 4.262 0 0-1.228-.9.973-1.978 0 0-3.174-.402-3.684 2.67 0 0-.392 2.444 2.376 3.33 0 0 2.136.77-.08 2.428 0 0-1.564 1.19-.543 2.96 0 0 1.228 1.946-1.882 2.14 0 0-1.69-.017-2.297-.242 0 0-.683 1.268-.206 2.717 0 0-1.55-1.155-5.074.122-3.525 1.277-3.254.376-3.54.762-.288.387-.974 1.69-.974 1.69s1.85 2.25 1.882 2.203c.032-.047-.35 2.574-.35 2.574l.91.435 7.256-3.233 7.37-3.84 5.923.363 3.757.895 4.935.36 3.534-1.886h5.12l5.63 2.806 6.428 3.834 3.35.588 2.58-.138v-5.205l-1.255-1.884z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||
<path d="M354.803 234.435s2.807 1.43 3.98-.306c0 0 1.53-2.92-1.83-3.935 0 0 1.83-2.195-.133-4.22 0 0-1.03-1.087-2.823-.29 0 0-.742-1.545-2.49-1.497 0 0-1.53-.025-2.056 1.664 0 0-2.103-.87-3.276.386 0 0-1.937 2.17.766 3.884l1.944.177 1.914-.884 2.137.61c.002 0-.548 2.164 1.868 4.408z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||
<path d="M417.464 229.3c3.382-.318 4.576 2.536 4.576 2.536 1.772 4.16-1.992 6.38-1.992 6.38.287.932.32 2.154.32 2.154 5.294.643 4.368 6.594 4.368 6.594l-1.753-1.447c-3.063-1.19-6.22 1.415-8.485 5.79-2.265 4.375-1.18 6.434-.798 11.613.383 5.18 8.804 8.267 8.804 8.267s-3.988 10.262-6.57 16.856c-2.585 6.595-7.976 3.86-9.54 2.47-1.562-1.388-1.952-.616-2.742 0-.79.62 3.54 3.996-4.338 7.18-7.88 3.185-9.25 5.63-10.56 6.434-1.306.805-6.76.258-7.303-.418-.54-.677-.22-.677-2.263-1.93-2.04-1.257-5.486-2.35-9.25-4.184-3.765-1.834-3.67-4.182-3.637-4.665.03-.48 1.307-4.405-3.102-1.285-4.408 3.12-8.16-1.486-8.16-1.486-.86-1.133-4.53-10.964-4.53-10.964-.988-3.667-2.934-7.946-2.934-7.946.096-.03-.19.452 3.063-1.414 3.253-1.866 4.71-4.97 5.837-8.042 1.126-3.072.032-8.33-.383-9.393-.413-1.06-2.837-5.927-5.84-6.946-3-1.02-5.014 1.51-5.014 1.51s-.926-5.95 4.37-6.593c0 0 .03-1.22.318-2.154 0 0-3.764-2.22-1.99-6.38 0 0 1.193-2.852 4.574-2.534l-.818 1.548s-.852 8.493 11.58 2.8c12.43-5.695 12.056-6.757 19.138-3.186l5.167-.096s7.465-3.453 9.857-1.968c2.392 1.486 11.005 6.31 11.005 6.31s8.325 3.123 9.952-2.636l-.927-2.77z" fill="#64b4d1" stroke="#000" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="10" d="M380.063 266.12s-.432-2.606-.887-4.294c0 0-.922-2.65.652-4.51l1.95-2.245s1.214-1.63 2.716-1.85c0 0 1.502-.046 1.645-.35.142-.307 1.785-3.01 5.692 0 0 0 1.244-1.996 3.158-2.334 0 0 2.07-.627 3.068.917 0 0 2.324-1.762 4.318 1.074 0 0 2.76-1.552 4.768 1.534 0 0 2.728-1.33 4.403 1.506 1.674 2.835 1.34 3.994 1.34 3.994l1.243 4.502 4.403 5.437-10.24 3.86H403.7l-9.187 2.46-16.315 1.253-4.546-5.356 6.41-5.598z" fill="#fff" stroke="#00247d" stroke-width=".425"/>
|
||||
<path d="M366.27 293.238s-2.44.145-3.683.772c-1.244.627-2.2 1.303-3.636 2.22 0 0-.67.892-3.49.35 0 0-4.88-1.17-4.88 2.64 0 0-5.84.484-3.447 5.598 0 0 1.627 4.005 4.977 1.16 0 0-2.154 3.086 2.008 4.293 0 0 2.967.726 3.828-2.314 0 0 .48-1.206-.67-2.702 0 0 1.436-.29 2.44-1.834 0 0-3.062 3.87.288 5.263 0 0 4.21 1.057 4.45-3.334 0 0-.345-2.03 1.287-2.753 0 0 3.356-.772 4.887-4.51 0 0-4.823-2.57-4.355-4.85zm-9.853-38.486s-3.764-1.734-5.55 0c0 0-2.49-1.54-5.104 0 0 0-2.49 1.626-4.21 3.417 0 0-1.213 1.036-.766 4.31 0 0 .638 2.304.255 3.462 0 0-.83-.164-2.49 1.8 0 0-2.104 2.44-3.954.288 0 0 .574 2.996 4.05 2.513 0 0-1.69 1.32-.222 4.73 0 0 1.084 2.41-.638 5.435 0 0 3.03-1.222 2.902-4.793 0 0-.255-2.412.638-4.117 0 0-.893 1.55 1.18 4.857 0 0 1.595 2.38.288 4.858 0 0 2.998-1.094 2.71-4.73-.285-3.634-2.104-2.122-.924-5.468 0 0 .287 1.714 1.18 2.578.893.864 2.042 2.312 1.563 4.724 0 0 1.787-2.22 1.372-4.503-.415-2.284-.86-2.975-.86-2.975l5.645-3.203 2.807-5.083.126-8.103z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||
<path stroke-miterlimit="10" d="M347.836 269.096s-2.328-.16-2.71-1.963m-4.084-1.19s.81-.032 1.545.708c0 0 .56.838 1.358.74" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path d="M351.28 262.244s-1.21 0-1.88-.58c0 0-.703-.48-1.118.29 0 0-.638 1.094.543 1.577 0 0 1.467.74-.862 2.22 0 0 2.775-.996 1.66-2.347 0 0-1.213-.868-.766-1.19 0 0 .127-.258.606.064.48.322 1.436.193 1.818-.032z"/>
|
||||
<path d="M389.33 268.39L380 236.178l-.34.092 8.242 32.602z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M356.846 304.527s-2.202-1.236-4.02.21c0 0 .186-.803 1.577-1.157 0 0 .752-2.123 2.857-1.93 0 0-.86 1.03-2.01 1.898 0 0 1.213.125 1.596.98z"/>
|
||||
<path stroke-miterlimit="2.613" d="M349.094 309.643s-3.492-2.195-1.603-5.886c0 0 .553-1.062 1.605-.845 0 0 2.177.676.48 3.692 0 0-.863 1.954-.48 3.04zm7.082 3.475s-4.976-2.268-3.445-6.128c0 0 .475-1.303 1.578-1.206 0 0 1.92.096 1.535 2.653 0 0-.575 2.51.334 4.68z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M355.123 298.712s-1.495 1.104-2.103 1.844c0 0-.608-.756-1.406-1.214 0 0 .918-.12 1.406.292 0 0 .763-.74 2.103-.922z"/>
|
||||
<path stroke-miterlimit="2.613" d="M359.55 312.153s3.898-.99 3.18-5.018c0 0-.382-1.762-2.033-1.52 0 0-1.99.507-.693 3.068 0 0 .765 1.83-.455 3.47z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="2.613" d="M377.168 226.916s2.512.77 3.876 1.326c0 0 3.636 1.64 8.254 0 0 0 3.122-1.236 3.54-1.326l-2.392 3.642-.12 1.882 1.496 2.195s-.898.362-3.578-1.278c0 0-2.966-2.292-6.507 0 0 0-1.938 1.312-3.565 1.278l2.297-2.564-.887-2.307-2.416-2.846z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path d="M361.056 307.34s.144-.194-.024-.278c0 0-.167-.072-.287.163 0 0-.407.645-.063 1.53 0 0 .326.61.168 1.25 0 0-.022.18.122.206 0 0 .138-.046.165-.18 0 0 .194-.623-.14-1.234 0 0-.407-.95.06-1.456z" fill="#fff"/>
|
||||
<path d="M415.072 234.435s-2.808 1.43-3.98-.306c0 0-1.53-2.92 1.83-3.935 0 0-1.83-2.195.132-4.22 0 0 1.03-1.087 2.824-.29 0 0 .742-1.545 2.488-1.497 0 0 1.53-.025 2.057 1.664 0 0 2.106-.87 3.277.386 0 0 1.938 2.17-.765 3.884l-1.946.177-1.915-.884-2.138.61s.55 2.164-1.866 4.408z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||
<path stroke-miterlimit="2.613" d="M392.838 232.167s-.07.58-.645.644c0 0-.6.195-.948-.55 0 0-.04-.17-.05-.253-.04-.348-.16-1.35.925-2.17 0 0 1.77-1.448 5.152.305 0 0 2.68 1.287 4.53 2.38 0 0 4.784 2.574 5.36 2.767 0 0 2.104 1.06 5.326 1.19 0 0 4.402.32 6.268-2.767 0 0 1.42-2.347 0-3.843 0 0-.574-.675-1.52-.55-.395.052-.833.234-1.255.727 0 0-.684.998.113 1.738 0 0 1.037.635 1.404-.708 0 0 .015-.096.047.024.02.08.255 1.103-.295 1.97 0 0-2.657 4.02-9.96-.145l-9.635-5.403s-4.832-2.478-7.72 1.4c0 0-2.328 3.215.67 5.322 0 0 2.234 1.335 3.637-.788 0 0 1.165-2.09-.67-3.007 0 0-1.61-.757-2.247.85-.638 1.61 1.244 2.027 1.42.885 0 0 .047-.274.095-.017z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M354.652 248.75v-6.032c0-.474.003-.868.72-1.447.718-.58 1.484-1.495 2.585 1.11 0 0 2.153-2.266 2.87-2.604 0 0 1.245-1.06 2.106.482 0 0 1.148-1.737 2.057-2.17 0 0 2.153-1.4 2.25 2.797l1.673-1.544s1.292-1.06 2.728.387c0 0 2.44 2.365 2.777 3.04 0 0 .538.732.58 1.886 0 0-.006 1.3.664 2.022 0 0 .765.675 1.507.82 0 0 1.747.05 2.37 1.69 0 0 .286-.285 1.147 7.577v14.33l-9.665 11.532-15.504-4.44-6.172-2.557-1.388-4.536 5.98-3.86 3.255-8.78-1.052-6.178-1.485-3.52z" fill="#e4cb5e" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M397.368 256.357l.734-1.094 1.754-1.35s2.68 7.03 2.807 8.566v2.18s4.02 1.025 4.722 7.202l-3.318 6.11-5.2-2.894-1.498-1.095v-17.628z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M348.125 304.638s.192-.254.06-.362c0 0-.084-.12-.31.17 0 0-1.057 1.18-.216 2.996 0 0 .093.26.26.175 0 0 .144-.072.013-.29 0 0-.753-1.495.19-2.69z" fill="#fff"/>
|
||||
<path stroke-miterlimit="10" d="M363.8 303.45s.16-.545-.224-1.125c0 0-.255-.418-.16-.965" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="10" d="M367.24 240.884s.014 1.51.445 2.62c.43 1.11 1.884 3.028 1.98 4.066" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M403.7 293.238s2.44.145 3.684.772c1.244.627 2.2 1.303 3.636 2.22 0 0 .67.892 3.493.35 0 0 4.88-1.17 4.88 2.64 0 0 5.838.484 3.446 5.598 0 0-1.63 4.005-4.978 1.16 0 0 2.153 3.086-2.01 4.293 0 0-2.966.726-3.828-2.314 0 0-.478-1.206.67-2.702 0 0-1.436-.29-2.44-1.834 0 0 3.062 3.87-.287 5.263 0 0-4.21 1.057-4.45-3.334 0 0 .344-2.03-1.287-2.753 0 0-3.353-.772-4.884-4.51 0 0 4.822-2.57 4.354-4.85z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||
<path d="M365.315 247.568l3.982 32.143m-3.062-32.212l4.466 29.962m-3.628-30.1l5.144 29.714" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M376.634 274.033l-9.328-32.21-.342.09 8.243 32.603z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M369.926 246.18l9.42 23.8m-10.05-23.416l9.09 24.864" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M354.374 310.834s-1.093-1.048-.94-2.927c0 0 .063-.402-.138-.458 0 0-.214-.09-.246.375 0 0-.303 1.963 1.02 3.088 0 0 .09.113.238.08 0 0 .156-.034.066-.16z" fill="#fff"/>
|
||||
<path d="M370.35 245.855l9.713 21.713m-12.37-20.363l5.958 29.24" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="2.613" d="M416.423 268.872c-4.254-2.414-5.187-7.77-5.187-7.77-1.03-5.332 1.053-9.554 1.053-9.554 2.75-5.814 7.463-6.896 7.463-6.896s-4.618 3.204-5.91 7.523c0 0-1.005 3.643-.43 7.238.573 3.594.358 2.677 1.244 5.452l1.765 4.007z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path d="M398.1 255.263l-17.876 5.645-.975 7.964c-4.244 6.145-12.865 7.236-12.865 7.236l6.707 7.14 12.887 2.704 6.76-5.21 6.126-5.663c-.638-3.026-.287-7.513-.287-7.513 0-.756.286-2.525.286-2.525s-1.053-7.27-.766-9.78z" fill="#784421" stroke="#000" stroke-width=".195"/>
|
||||
<path stroke-miterlimit="10" d="M379.494 266.87s11.775-3.676 18.796-6.628m-24.448 13.34s14.69-2.653 25.025-8.54l3.796-2.563" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="10" d="M402.663 264.66l-4.083 2.908s-16.428 7.575-28.936 7.778m28.933-2.396s-12.63 6.504-19.87 6.6" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M413.636 254.752s3.764-1.734 5.55 0c0 0 2.49-1.54 5.104 0 0 0 2.49 1.626 4.21 3.417 0 0 1.213 1.036.766 4.31 0 0-.638 2.304-.255 3.462 0 0 .83-.164 2.49 1.8 0 0 2.106 2.44 3.956.288 0 0-.574 2.996-4.05 2.513 0 0 1.69 1.32.222 4.73 0 0-1.084 2.41.638 5.435 0 0-3.03-1.222-2.902-4.793 0 0 .255-2.412-.638-4.117 0 0 .893 1.55-1.18 4.857 0 0-1.595 2.38-.288 4.858 0 0-2.998-1.094-2.71-4.73.286-3.634 2.104-2.122.924-5.468 0 0-.286 1.713-1.18 2.578-.892.864-2.04 2.312-1.562 4.724 0 0-1.787-2.22-1.372-4.503.415-2.284.86-2.975.86-2.975l-5.645-3.203-2.806-5.083-.128-8.103z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||
<path stroke-miterlimit="10" d="M349.68 275.095s.526-2.493 2.92-1.512c0 0 .812-4.085 5.166-4.23 4.354-.145 4.593 4.246 4.593 4.536 0 0 1.277-1.887 3.413-1.67 0 0 3.682-.216 2.31 5.696l.697.74s2.814-6.602 8.603-4.865c0 0 5.646 1.72 1.962 7.19 0 0 2.787 3.62 5.15 3.28 2.362-.336 4.468-1.06 6.812-5.21 2.345-4.15 7.8-4.776 9.187-4.535 1.388.24 2.484 1.142 2.71 2.123 0 0 2.888-9.64 13.27-8.126l4.164 2.094 1.58.724-2.355 6.642-5.734 12.96-4.355 1.34-4.545-2.606-1.578.846-.13 3.882-5.995 4.316-4.163 1.715-4.593 3.137-1.066 2.804s-2.537-1.07-5.4 0l-.948-2.32-2.68-2.56-10.408-4.91-1.88-6.064-1.9-.846-2.128 2.436-3.11.362-4.642-3.136-4.928-14.235z" fill="#fff" stroke="#00247d" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M395.007 227.905s-3.972-.177-3.828 3.94" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M421.14 271.645c-6.914-2.123-8.803-9.554-8.803-9.554-1.412-5.57.86-10.444.86-10.444 3.16-7.417 8.502-7.415 8.502-7.415 2.677-.07 3 2.22 3 2.22.252 1.625-.888 2.21-.888 2.21-1.834 1-2.99-.352-2.99-.352-.766-.997-.177-1.882-.177-1.882.47-.66 1.372-.37 1.372-.37.714.22.638 1.114.638 1.114.004.023.02.023.02.023.032-.008.02-.02.02-.02s.16-1.094-.91-1.206c0 0-2.08-.45-4.52 2.59 0 0-3.214 4.1-3.206 9.408 0 0-.408 9.964 9.975 12.546 0 0-1.124 1.618-3.11 7.457 0 0-2.25 7.503-4.395 11.56 0 0-2.853 5.786-9.217 3.422 0 0-3.79-1.666-3.78-4.416 0 0-.263-2.51 2.01-2.703 0 0 2.225-.17 2.2 1.74 0 0 .06 2.06-2.368 1.59 0 0-.85-.18-.694-1.012 0 0 .138-.748 1.16-.423 0 0 .034.004.038-.012 0 0 .012-.018-.024-.028 0 0-.396-.177-.815-.03 0 0-.376.124-.406.71 0 0-.024.47.48.735 0 0 .61.216 1.087.168 0 0 .645 1.3 2.1 1.74 2.028.612 3.698.022 4.72-.793 1.11-.887 1.83-2.437 2.045-2.817.215-.38 2.08-4.56 3.485-9.055 0 0 1.227-3.877 2.207-5.903l.383-.795z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M401.63 290.536s1.292-.175 1.292.977c0 0-.08 1.682-2.13 1.314 0 0-2.02-.442-1.303-2.702 0 0 .476-1.592 2.39-1.363 0 0 1.854.085 2.67 2.618 0 0 .62 2.135-.445 3.968-1.188 2.046-4.195 3.39-5.646 3.985 0 0-5.814 2.284-7.548 3.59 0 0-2.66 1.975-1.484 3.813 0 0 .454.7 1.136.7 0 0 .778.036.91-.76 0 0 .003-.016-.01-.036 0 0-.01 0-.015.02 0 0-.055.486-.478.667 0 0-.567.286-1.16-.217 0 0-.63-.603-.104-1.54 0 0 .69-1.154 2.296-.47 0 0 1.416.7.833 2.203 0 0-.52 1.384-2.226 1.38 0 0-1.284-.042-2.106-.904-1.282-1.346-1.352-3.965-.22-5.32 0 0 1.067-1.44 3.213-2.316 1.242-.507 3.588-1.527 6.028-2.484 1.716-.672 3.286-1.477 4.307-2.685 0 0 .91-1.013 1.172-2.75 0 0 .252-1.304-.542-1.59 0 0-.403-.18-.845-.12 0 0-.012 0-.015.008 0 0-.02.02.025.013z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M401.738 290.527s1.428-.257 2.32 1.44c0 0 .527 1.094.612 1.727m.465-6.068s-1.43.248-.693 2.27c.693 1.907 1.982 2.532 2.365 2.797" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M377.166 232.167s.07.58.645.643c0 0 .6.193.95-.553 0 0 .04-.17.05-.25.04-.35.16-1.352-.925-2.173 0 0-1.77-1.447-5.152.306 0 0-2.68 1.287-4.53 2.38 0 0-4.784 2.574-5.358 2.767 0 0-2.106 1.06-5.327 1.19 0 0-4.402.322-6.268-2.766 0 0-1.42-2.346 0-3.842 0 0 .573-.676 1.517-.55.396.05.834.233 1.257.727 0 0 .686.997-.112 1.737 0 0-1.036.636-1.403-.706 0 0-.018-.097-.05.024-.02.077-.255 1.1.295 1.97 0 0 2.655 4.018 9.96-.146l9.633-5.403s4.832-2.477 7.72 1.4c0 0 2.327 3.216-.67 5.323 0 0-2.234 1.335-3.637-.788 0 0-1.163-2.09.67-3.008 0 0 1.61-.755 2.25.853.64 1.607-1.244 2.025-1.42.884 0 0-.047-.274-.095-.017zm-23.586 36.705c4.256-2.414 5.19-7.77 5.19-7.77 1.027-5.332-1.054-9.554-1.054-9.554-2.752-5.814-7.466-6.896-7.466-6.896s4.62 3.204 5.91 7.523c0 0 1.006 3.643.43 7.238-.573 3.594-.358 2.677-1.243 5.452l-1.766 4.007z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M374.997 227.905s3.973-.177 3.83 3.94" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M348.864 271.645c6.914-2.123 8.804-9.554 8.804-9.554 1.41-5.57-.86-10.444-.86-10.444-3.16-7.417-8.503-7.415-8.503-7.415-2.68-.07-3 2.22-3 2.22-.253 1.625.887 2.21.887 2.21 1.834 1 2.99-.352 2.99-.352.766-.997.176-1.882.176-1.882-.47-.66-1.372-.37-1.372-.37-.713.22-.638 1.114-.638 1.114-.004.023-.02.023-.02.023-.03-.008-.02-.02-.02-.02s-.16-1.094.91-1.206c0 0 2.08-.45 4.52 2.59 0 0 3.215 4.1 3.207 9.408 0 0 .406 9.964-9.976 12.546 0 0 1.122 1.618 3.107 7.457 0 0 2.25 7.503 4.396 11.56 0 0 2.854 5.786 9.218 3.422 0 0 3.79-1.666 3.78-4.416 0 0 .264-2.51-2.01-2.703 0 0-2.224-.17-2.2 1.74 0 0-.06 2.06 2.368 1.59 0 0 .85-.18.693-1.012 0 0-.134-.748-1.16-.423 0 0-.03.004-.035-.012 0 0-.012-.018.024-.028 0 0 .397-.177.815-.03 0 0 .376.124.405.71 0 0 .025.47-.477.735 0 0-.61.216-1.09.168 0 0-.642 1.3-2.1 1.74-2.026.612-3.695.022-4.717-.793-1.112-.887-1.83-2.437-2.046-2.817-.215-.38-2.08-4.56-3.484-9.055 0 0-1.23-3.877-2.21-5.903l-.382-.795z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M368.374 290.536s-1.29-.175-1.29.977c0 0 .077 1.682 2.128 1.314 0 0 2.02-.442 1.304-2.702 0 0-.48-1.592-2.393-1.363 0 0-1.854.085-2.667 2.618 0 0-.622 2.136.442 3.968 1.19 2.046 4.195 3.39 5.646 3.985 0 0 5.814 2.284 7.548 3.59 0 0 2.66 1.975 1.483 3.813 0 0-.454.7-1.136.7 0 0-.78.036-.91-.76 0 0-.006-.016.006-.036 0 0 .012 0 .016.02 0 0 .056.486.48.667 0 0 .565.286 1.16-.217 0 0 .63-.603.102-1.54 0 0-.69-1.154-2.296-.47 0 0-1.417.7-.835 2.203 0 0 .518 1.384 2.225 1.38 0 0 1.285-.042 2.107-.904 1.283-1.346 1.352-3.965.222-5.32 0 0-1.07-1.44-3.215-2.316-1.243-.507-3.59-1.527-6.03-2.484-1.714-.672-3.285-1.477-4.305-2.685 0 0-.91-1.013-1.173-2.75 0 0-.25-1.304.542-1.59 0 0 .402-.18.845-.12 0 0 .013 0 .016.008 0 0 .02.02-.026.013z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M368.266 290.527s-1.427-.257-2.32 1.44c0 0-.526 1.094-.61 1.727m-.466-6.068s1.43.248.693 2.27c-.694 1.906-1.983 2.53-2.365 2.797m18.348-61.08s3.456-2.164 6.986.233" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M361.88 252.755s.48-1.93-1.722-5.308c0 0-1.435-3.088-2.2-5.066m4.975-2.123s1.246 3.036 1.675 4.395c0 0 1.546 3.808 1.873 4.58" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="10" d="M363.555 254.877s1.3 1.4 1.152 3.764m-5.457-5.258s1.435.692 1.34 4.503c0 0-.145 2.783 2.008 4.182m-3.544.98s4.493-.49 4.74 2.277c0 0 .096 2.654 1.627 2.944 0 0 2.295.217 2.75 2.34m-7.7-4.488s.788 1.183 1.554 1.69m4.21-4.61s1.14 1.73 1.357 2.743m3.59-23.563s1.052 1.432 2.073 2.107m2.137 6.37s2.233 1.093 1.85 6.723c0 0-.287 3.3.638 5.103" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M364.87 247.037l.145.53s4.003.17 6.164-2.557l-.233-.523s-3.493-.177-6.077 2.55z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="10" d="M379.293 268.514s13.846-4.128 19.182-6.534" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path d="M377.647 242.525l6.848-2.606.16.457-6.848 2.6z" fill="#784421" stroke="#000" stroke-width=".195"/>
|
||||
<path d="M378.388 242.758l4.545 22.285m-3.756-22.583l5.206 22.18m-4.32-22.518l5.694 22.02m-3.462-22.867l7.762 16.53m-6.735-16.92l8.278 16.432m-7.518-16.72l8.954 16.266m-10.41 8.357l3.514-1.158m-6.174-1.047s10.3-3.008 18.093-6.152m-18.232 7.28s13.052-3.454 18.23-5.974m-14.247 16.588l.685 2.09 1.868-.597-.638-2.072m3.358-.923l.683 2.09 1.87-.597-.64-2.072m-10.772-11.768l-.16-2.83 17.112-5.195.926 2.38m-10.782.613l.933 2.497m5.05-4.313l1.09 2.374m.33-2.804l1.02 2.246m.334-2.66l1.07 2.35m.029-2.683l1.882-1.06.798 2.09m-1.756-1.553l.96 2.166" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||
<path stroke-miterlimit="10" d="M355.66 284.938s-3.35-3.392 0-6.714c0 0-3.636-1.778-3.062-4.64m9.042 14.042s-3.467.473-2.44-6.282c0 0-1.434 2.677-1.93 4.054-.37 1.03-.124 2.693 1.344 3.592.587.36 3.697 1.17 4.702-.89m-5.55-10.81s-1.412 1.304-.407 3.692m1.865-3.378s.167 2.316 1.316 3.62m-.323-4.536s-.01 2.726 1.95 4.415m-.975-5.356s.02 3.063 2.292 4.945m8.996-.458s1.147-2.51 3.564-2.39c0 0-1.173.532-1.15 1.706 0 0-.142 1.938 1.94 2.13 0 0 1.674.218 2.51-.7" fill="none" stroke="#00247d" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="10" d="M378.197 291.694s-5.957-2.8-5.335-6.828c0 0 .24-2.46 2.645-3.62m-1.257 2.558s-.527 1.738.646 2.944m.694-4.126s-.72 1.906.478 3.33m.955-4.255s-.86 1.576.17 3m-5.6 7.406s3.254 2.824 5.79 2.848m-6.818-1.954s3.04 2.46 4.94 2.823m-6.088-2.127s3.758 3.308 6.09 3.55m9.197 3.04s-3.695 1.99-.83 4.095m-1.514-6.29s4.186-2.196 6.004-3.017m-4.497 4.15s6.053-3.69 7.847-4.486m-4.737 4.728s5.167-3.45 7.942-4.946m-4.522 4.826s3.564-2.8 7.01-4.826m1.22-3.498s-1.747-2.557-7.488 0c0 0 2.105-1.91 6.268-3.392m5.796-10.986s.47 2.074-.032 3.328" fill="none" stroke="#00247d" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="10" d="M393.89 286.7s1.197-1.762 4.236-2.63c0 0 .82 2.05 3.182 1.592 0 0 3.564-.7 2.488-4.608 0 0-.74-2.92-4.813-3.208m12.11-4.896s4.14.746 4.067 4.124c0 0 .335 5.066-5 6.055m4.412-8.1s1.137-2.468 3.673-3.482m-3.082-1.448s1.13 1.814 1.903 2.077m-2.494-.627s1.065 1.3 1.424 1.518m-1.77-.265s.562.83 1.06 1.09m-22.352-20.676s.805-1.307 2.807-.752m8.175 10.55s1.268-5.29 5.694-3.337m-1.795-.433s.454-2.438-.646-3.68m-2.37 3.51s.564 1.01.08 1.833" fill="none" stroke="#00247d" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M413.796 313.117s4.976-2.267 3.445-6.128c0 0-.47-1.305-1.574-1.208 0 0-1.92.096-1.535 2.654 0 0 .576 2.51-.333 4.68z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M415.598 310.834s1.094-1.048.94-2.927c0 0-.063-.402.138-.458 0 0 .214-.09.246.375 0 0 .303 1.962-1.02 3.088 0 0-.09.112-.238.08 0 0-.157-.034-.066-.16z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M420.877 309.643s3.493-2.195 1.603-5.886c0 0-.55-1.062-1.603-.845 0 0-2.177.676-.478 3.692 0 0 .86 1.954.476 3.04z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M421.75 304.637s-.19-.253-.06-.362c0 0 .084-.12.31.17 0 0 1.058 1.18.217 2.997 0 0-.096.26-.263.174 0 0-.144-.072-.012-.29 0 0 .753-1.494-.192-2.69z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M410.422 312.153s-3.9-.99-3.182-5.018c0 0 .383-1.762 2.034-1.52 0 0 1.99.507.694 3.068 0 0-.766 1.83.454 3.47z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M408.915 307.34s-.143-.194.024-.278c0 0 .165-.072.285.163 0 0 .407.645.063 1.53 0 0-.327.61-.17 1.25 0 0 .023.18-.12.206 0 0-.14-.046-.165-.18 0 0-.195-.623.14-1.234 0 0 .407-.95-.06-1.456z" fill="#fff"/>
|
||||
<path d="M413.22 304.527s2.202-1.236 4.02.21c0 0-.185-.803-1.576-1.157 0 0-.752-2.123-2.857-1.93 0 0 .86 1.03 2.01 1.898 0 0-1.213.125-1.596.98zm1.63-5.815s1.494 1.104 2.102 1.844c0 0 .608-.756 1.405-1.214 0 0-.918-.12-1.405.292 0 0-.764-.74-2.103-.922z"/>
|
||||
<path stroke-miterlimit="10" d="M406.172 303.45s-.16-.545.223-1.125c0 0 .255-.418.16-.965m15.662-32.264s2.328-.16 2.71-1.963m4.083-1.19s-.81-.032-1.544.708c0 0-.56.838-1.358.74" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path d="M418.772 262.244s1.212 0 1.882-.58c0 0 .702-.48 1.117.29 0 0 .64 1.094-.54 1.577 0 0-1.47.74.86 2.22 0 0-2.774-.996-1.66-2.347 0 0 1.214-.868.767-1.19 0 0-.127-.258-.606.064-.48.322-1.435.193-1.817-.032z"/>
|
||||
<path stroke-miterlimit="2.613" d="M420.42 232.95s.548-.744.324-2.98c-.224-2.235 1.717-2.492 2.464-1.85 0 0 .772.668.062 2.086-.41.818-1.064 1.878-2.85 2.745z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M421.15 231.28s.728-.78.38-2.48c0 0 0-.167.094-.178 0 0 .177-.045.207.123 0 0 .39 1.81-.43 2.794 0 0-.15.143-.25 0 0-.003-.11-.107 0-.26z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M419.8 232.137s-.057-.9-1.614-2.432c-1.558-1.53-.277-2.943.677-2.93 0 0 .988.015 1.344 1.52.205.87.38 2.073-.406 3.842z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M419.558 230.178s.028-1.104-1.382-2.256c0 0-.115-.134-.05-.205 0 0 .105-.15.242-.034 0 0 1.518 1.215 1.555 2.542 0 0-.017.215-.19.162 0 0-.156-.013-.175-.21z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M417.685 231.46s-.407-.734-2.33-1.417c-1.924-.682-1.404-2.363-.595-2.722 0 0 .84-.37 1.74.758.52.652 1.145 1.594 1.185 3.383z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M416.843 230.11s-.437-1.012-2.2-1.455c0 0-.16-.073-.13-.166 0 0 .032-.18.204-.135 0 0 1.886.454 2.475 1.64 0 0 .075.203-.105.23 0 0-.145.054-.244-.116z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M418.89 232.195s-.896.252-2.956-.742c-2.06-.993-2.962.736-2.6 1.66 0 0 .376.96 1.97.79.92-.096 2.154-.338 3.587-1.708z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M414.1 232.852s.935.576 2.63-.08c0 0 .172-.033.2.06 0 0 .077.167-.09.227 0 0-1.804.717-2.962.086 0 0-.176-.122-.043-.248 0 0 .09-.13.266-.048z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M415.877 225.685s1.03.5.79 1.705" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="10" d="M420.423 225.854s.402 1.274-.042 1.96" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="2.613" d="M349.454 232.95s-.547-.744-.323-2.98c.225-2.235-1.716-2.492-2.462-1.85 0 0-.772.668-.062 2.086.41.818 1.063 1.878 2.85 2.745z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M348.724 231.28s-.727-.78-.38-2.48c0 0 .002-.167-.094-.178 0 0-.177-.045-.206.123 0 0-.39 1.81.43 2.794 0 0 .15.143.25 0 0-.003.11-.107 0-.26z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M350.074 232.137s.057-.9 1.615-2.432c1.555-1.53.275-2.943-.68-2.93 0 0-.987.015-1.343 1.52-.205.87-.38 2.073.406 3.842z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M350.317 230.178s-.028-1.104 1.382-2.256c0 0 .113-.134.047-.205 0 0-.104-.15-.24-.034 0 0-1.52 1.215-1.556 2.542 0 0 .018.215.19.162 0 0 .157-.013.175-.21z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M352.19 231.46s.406-.734 2.33-1.417c1.923-.682 1.403-2.363.594-2.722 0 0-.84-.37-1.74.758-.52.652-1.144 1.594-1.185 3.383z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M353.032 230.11s.437-1.012 2.198-1.455c0 0 .16-.073.13-.166 0 0-.03-.18-.203-.135 0 0-1.886.454-2.475 1.64 0 0-.075.203.105.23 0 0 .146.054.245-.116z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M350.984 232.195s.897.252 2.956-.742c2.06-.993 2.962.736 2.6 1.66 0 0-.376.96-1.97.79-.92-.096-2.154-.338-3.586-1.708z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||
<path d="M355.773 232.852s-.933.576-2.628-.08c0 0-.173-.033-.2.06 0 0-.078.167.09.227 0 0 1.803.717 2.96.086 0 0 .177-.122.045-.248 0 0-.09-.13-.267-.048z" fill="#fff"/>
|
||||
<path stroke-miterlimit="2.613" d="M353.997 225.685s-1.028.5-.79 1.705" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path stroke-miterlimit="10" d="M349.452 225.854s-.403 1.274.042 1.96" fill="none" stroke="#000" stroke-width=".425"/>
|
||||
<path d="M394.106 214.153s.652 1.86.37 3.547c-.25 1.507.093 1.897.637 2.196.472.258 1.565-.194 1.696-1.376 0 0 1.29 2.52-1.22 4.222 0 0-1.808 1.11-3.34-.374-.54-.523-.777-1.966-.514-3.306 0 0 .396-1.815-.263-3.68 0 0 1.03 1.1.766 3.288 0 0-.528 3.927 2.38 3.734 0 0 2.01-.024 2.07-2.46 0 0-.755.867-1.688.578-.66-.205-1.268-.844-1.16-1.852.113-1.057.407-2.9.263-4.517zm-3.293 6.45s-.16 3.104-3 3.86c0 0 .4-.563-.238-2.107 0 0-.622-.9-.574-2.3 0 0-.9.707.13 2.573.62 1.124.08 2.475-.112 2.523-.192.048 4.69-.643 3.796-4.55zm-3.685-3.09s-.685-.77-.733-2.556c-.048-1.786-.383-2.22-.622-2.43 0 0 .35 1.545.255 2.494-.096.95.064 1.498.19 1.948 0 0-1.546.24-2.52-2.01-.93-2.153-1.865-1.98-2.328-1.963 0 0 .54.06 1.627 2.026 1.086 1.966 1.388 2.367 4.13 2.495zm-7.24-4.663s.893 2.14.925 3.265c0 0-2.074-.692-2.632-2.493 0 0-2.215.756-1.4 3.313 0 0-1.915-.675-2.776-2.236 0 0 1.068.803 2.057 1.156 0 0-.11-2.058 2.473-2.83 0 0 .384 1.844 1.675 2.284 0 0-.096-1.157-.32-2.46zm3.412-3.667s.718 1.045 2.186 1.094c.7.023 1.456-.136 2.185-1.094 0 0-.094 1.818-2.183 1.833 0 0-2.185.08-2.185-1.833zm-9.04 12.425s1.09.99 1.317 1.314c0 0 .766.75 1.423-.22 0 0 .838-1.545 1.867-1.504 0 0-.73.506-1.55 1.97 0 0-.22.538-.83.6-.287.027-.647.12-1.193-.45 0 0-.47-.576-1.033-1.71zm11.226-19.71c-2.185 0-.343 1.687-.343 1.687.047 2.678-2.1 3.502-3.565 2.727-1.463-.777-.32-2.727-.32-2.727s-1.65 1.086-.597 2.654c1.055 1.566 3.814.866 4.827-.58 1.013 1.446 3.772 2.146 4.824.58 1.054-1.57-.597-2.656-.597-2.656s1.145 1.95-.32 2.727c-1.462.776-3.61-.05-3.563-2.726-.002 0 1.84-1.69-.344-1.688zM386.81 199s.765 1.303.597 3.28c0 0 .694-1.978-.598-3.28zm-6.7 3.064s-.167-1.424-1.554-1.545c0 0 1.172.847 1.555 1.547zm10.767 0s.167-1.424 1.555-1.545c0 0-1.173.847-1.555 1.547zm-12.967 2.17s1.1.34 1.77-.48c0 0-1.268.336-1.77.48zm-3.565-8.733s1.28-.145 2.56 1.762c0 0-1.268.675-1.58 1.085 0 0 0-.627.623-1.182 0 0-.24-.965-1.603-1.665zm21.435 0s-1.28-.145-2.56 1.762c0 0 1.27.675 1.58 1.085 0 0 0-.627-.622-1.182 0 0 .24-.965 1.603-1.665zm-9.88 1.423s1.15.315 2.584-.482c0 0 1.77-.94 2.895 0 0 0-.983-.436-2.873.482 0 0-1.89 1.036-2.607 0z"/>
|
||||
<path d="M387.097 198.085s.98-1.72 3.97-1.38c0 0-.812 2.393-3.97 1.38z" fill="#fff"/>
|
||||
<ellipse cx="389.159" cy="197.551" rx=".591" ry=".75" fill="#784421"/>
|
||||
<ellipse cx="389.159" cy="197.551" rx=".351" ry=".46"/>
|
||||
<path d="M380.685 194.418s1.89.12 3.038.844c0 0 1.22.724 2.608-.314 0 0 1.51-.868 2.48-2.074 0 0-2.31 1.592-3.17 1.833 0 0-.79-.603-1.1-1.47 0 0 .117-.653 1.36-1.86 0 0-1.674.508-2.01 1.93 0 0 .31.87.958 1.546 0 0-.31.144-1.124-.362 0 0-1.77-.602-3.038-.07zm4.8 11.352c-1.634 1.41 0 1.266 0 1.266s1.636.145 0-1.267zm-.945-8.844s-1.15.315-2.584-.482c0 0-1.77-.94-2.895 0 0 0 .983-.436 2.873.482 0 0 1.89 1.036 2.608 0z"/>
|
||||
<path d="M383.344 198.085s-.98-1.72-3.972-1.38c0 0 .814 2.393 3.972 1.38z" fill="#fff"/>
|
||||
<ellipse cx="381.281" cy="197.551" rx=".591" ry=".75" fill="#784421"/>
|
||||
<ellipse cx="381.281" cy="197.551" rx=".351" ry=".46"/>
|
||||
<path d="M443.25 182.61v108.408c0 28.958-57.888 38.366-57.888 38.366s-57.887-9.408-57.887-38.366v-108.41H443.25z" fill="none" stroke="#000" stroke-width="1.024"/>
|
||||
</svg>
|
After (image error) Size: 31 KiB |
|
@ -0,0 +1,36 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-bn">
|
||||
<path fill="#f7e017" d="M0 0h512v512H0z"/>
|
||||
<path d="M0 35.556V263.11l512 106.667v-120.89z" fill="#fff"/>
|
||||
<path d="M0 156.444v106.667l512 213.333V369.778z"/>
|
||||
<g transform="translate(-256) scale(.71111)" fill="#cf1126">
|
||||
<path d="M695.74 569.72c-19.36-2.57-37.11-8.73-49.44-17.17-2.39-1.64-4.64-2.98-4.99-2.98-.36 0-.65 1.82-.65 4.07 0 6.37-2.56 9.58-9 11.25-6.16 1.6-15.56-1.63-23.18-7.95-7.89-6.55-17-11.55-24.71-13.55-6.35-1.66-14.78-1.39-20.87.65-2.83.95-6.05 2.29-7.17 2.98-1.11.69-2.36 1.25-2.76 1.25-1.08 0-.93-6.85.2-9.04 1.49-2.87 5.16-5.7 9.44-7.26 2.16-.79 3.93-1.8 3.93-2.25 0-.45-.73-2.1-1.62-3.65-2.9-5.08-1.71-10 3.35-13.87 5.18-3.96 13.95-4.64 21.7-1.69 1.95.74 3.77 1.35 4.04 1.35 1.02 0 .4-1.43-2.41-5.52-3.24-4.74-3.88-7.08-3.48-12.72.52-7.14 6.34-12.98 13.47-13.5 5.82-.42 9.44 1.54 18.03 9.72 25.65 24.46 53.54 37.94 86.07 41.59 8.21.92 24.73.43 34.42-1.03 29.27-4.41 58.76-19.13 81.79-40.82 6.38-6.01 9.45-7.6 14.68-7.62 4.55-.02 7.74 1.45 11 5.05 2.97 3.3 3.98 6.43 3.66 11.44-.21 3.21-.73 4.79-2.64 7.9-2.82 4.59-2.34 5.01 3.24 2.85 7.54-2.94 16.83-1.58 21.84 3.18 4.41 4.19 4.83 8.38 1.4 14.06-1.25 2.08-2.27 4.03-2.27 4.34 0 .57.95.84 5.53 1.58 5.99.96 9.42 5.41 9.42 12.21 0 2.04-.25 3.7-.56 3.7-.3 0-2.57-.83-5.04-1.85-6.98-2.88-10.95-3.62-19.11-3.57-6.21.04-8.35.33-12.68 1.74-6.63 2.17-13.72 6.35-19.5 11.5-6.37 5.68-10.38 7.47-16.58 7.42-5.76-.06-9.7-1.73-11.78-5.02-1.11-1.76-1.27-2.83-1-6.81.18-2.59.14-4.71-.07-4.71-.22 0-2.46 1.42-4.99 3.17-6.64 4.56-10.87 6.82-18.47 9.83-23.18 9.17-56.63 13.14-82.24 9.75z"/>
|
||||
<path d="M706.34 525.17c-38.58-3.703-75.494-23.798-97.939-55.657-24.37-33.235-32.05-77.117-24.611-117.24 3.954-18.267 11.929-36.546 25.544-49.554-10.85 23.003-14.516 49.369-8.73 74.29 8.99 49.753 51.036 91.87 101.34 99.156 19.9 5.761 40.487-.324 59.496-6.493 41.935-14.78 73.88-54.583 77.777-99.08 3.336-24.077-.36-49.113-11.207-70.915 6.183 3.269 13.987 16.087 18.59 24.707 16.002 31.003 16.733 68.155 7.312 101.24-12.78 42.097-44.965 78.978-87.511 92.382-19.308 6.308-39.842 8.231-60.058 7.167z"/>
|
||||
<g id="a">
|
||||
<path d="M512.02 469.9c-2.528-.396-5.316 2.092-4.363 4.697 1.823 2.633 4.964 3.92 7.798 5.18 6.792 2.722 14.18 3.782 21.471 3.605-2.513-.006.863.026 1.802 0 5.774.017 11.516-1.024 16.944-2.98 3.018-1.062 6.864-2.025 8.1-5.363 1.207-2.175-.98-4.347-3.185-3.911-3.072.67-5.944 2.064-8.99 2.857-6.572 1.854-13.494 2.57-20.303 2.012-4.98-.608-9.804-2.2-14.41-4.143-1.597-.705-3.096-1.733-4.865-1.954z"/>
|
||||
<path d="M514.83 459.52c-2.556-.38-4.758 2.56-3.692 4.908 1.965 2.848 5.267 4.365 8.356 5.699 5.37 2.148 11.204 3.047 16.975 2.875-2.191-.006.753.026 1.565 0a37.592 37.592 0 0 0 14.325-2.832c2.774-1.078 6.17-2.124 7.325-5.177.896-1.677.212-4.116-1.9-4.247-1.929-.096-3.593 1.132-5.378 1.683-6.485 2.681-13.622 3.818-20.614 3.214-4.357-.56-8.52-2.168-12.47-4.03-1.485-.718-2.82-1.836-4.491-2.093z"/>
|
||||
<path d="M518.28 449.57c-2.19-.263-3.698 2.209-3.329 4.182.327 1.733 1.883 2.898 3.17 3.96 5.328 3.898 12.082 5.558 18.625 5.34-2.541-.009 3.41.042 1.595-.007 4.144-.017 8.238-1.03 11.966-2.825 2.489-1.082 5.411-2.336 6.25-5.177.401-1.324.652-3.227-.841-3.97-1.564-.874-3.117.47-4.539 1.016-4.789 2.437-10.125 3.793-15.507 3.768-4.65.157-9.033-1.8-13.068-3.907-1.464-.746-2.67-2.043-4.321-2.38z"/>
|
||||
<path d="M481.53 302.7c-3.257 3.26-.77 9.271-.946 13.543 1.688 13.158 3.785 26.484 8.697 38.87 6.015 12.102 18.79 18.573 26.533 29.268 2.767 5.155 1.785 11.355 2.368 16.994.458 15.366.316 30.743.047 46.111 6.939 3.482 14.474 6.986 22.456 5.647 4.73-1.13 13.512-1.832 14.496-6.543-.383-26.5-.63-53.01-.983-79.506-2.69-8.119-10.951-12.32-17.129-17.515a155.468 155.468 0 0 1-14.188-16.099c-2.622-4.417-12.868-6.009-9.161 1.677 2.173 6.654 7.72 11.61 9.109 18.602.303 3.831 4.877 10.879.973 13.114-2.484-4.222-6.082-7.815-10.682-9.958-4.432-3.304-11.759-4.68-13.359-10.517-1.175-8.28-5.415-15.782-10.887-21.986 1.41-7.436.005-16.737-6.423-21.49l-.921-.212z"/>
|
||||
<path d="M491.44 304.19c-2.963.478-2.862 4.254-1.491 6.239 1.458 4.288 1.855 8.945 1.066 13.409 5.267 6.166 9.347 13.543 10.576 21.64.03 3.044 3.233 4.051 5.309 5.555 4.871 3.102 10.348 5.351 14.686 9.233.913.976 1.602 2.027.957.035-.677-2.547-1.026-5.358-3.021-7.285-2.735-2.94-6.15-5.563-10.133-6.46-.332-4.114-2.292-7.893-4.102-11.532-2.006-3.479-4.102-7.206-7.54-9.462.138-6.098.038-12.495-2.586-18.122-.77-1.446-1.903-3.163-3.72-3.25z"/>
|
||||
<path d="M499.73 306.62c-2.064.613-1.67 3.159-1.016 4.716.989 4.316 1.144 8.774 1.063 13.184 3.791 3 6.163 7.35 8.322 11.587 1.353 2.83 2.636 5.751 3.155 8.865 3.076 1.018 5.768 2.946 8.171 5.077-.952-2.882-3.076-5.113-4.504-7.744-1.551-2.737-3.033-5.592-3.69-8.693-2.958-3.157-4.587-7.63-3.941-11.952.133-4.776-1.41-9.71-4.606-13.31-.805-.793-1.766-1.67-2.954-1.73z"/>
|
||||
<path d="M509.16 307.97c-1.122.198-1.805 1.266-2.406 2.137-.233.873.837 1.812 1.008 2.76a21.771 21.771 0 0 1 1.416 10.426c-.086 2.502.809 4.946 2.084 7.065.368-1.563 1.816-2.687 3.386-2.84.571-.101 1.411.188 1.078-.683-.399-4.786-1.128-9.598-2.8-14.12-.649-1.614-1.385-3.314-2.784-4.42-.284-.201-.623-.374-.982-.325z"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 1440 0)"/>
|
||||
<path d="M715.67 475.98c-13.493-1.285-25.667-11.12-29.829-24 .224-2.219 2.987 1.241 4.292 1.474 2.45 1.36 5.1 2.48 7.92 2.654 3.558 1.529 5.757 5.035 9.152 6.863 1.577 1.228 7.155 3.64 6.119-.264-1.307-2.04-2.206-4.625-1.081-6.962 1.892-4.15 4.802-7.763 7.73-11.226 2.153-.72 3.595 3.527 5.134 4.957 2.131 3.279 4.7 7.28 3.447 11.352-1.22 1.509-2.021 6.047 1.241 4.522 4.022-1.77 7.316-4.742 10.651-7.517 2.919-2.039 6.654-2.183 9.713-3.97 1.417-.36 4.37-3.195 4.986-1.623-1.676 4.488-4.482 8.507-7.482 12.211-4.86 5.55-11.432 9.725-18.786 10.902-4.346.796-8.806.964-13.207.628z"/>
|
||||
<path d="M731.53 460.22c.297-2.708-.32-5.473-1.703-7.935-2.123-4.326-5.121-8.166-8.046-11.96-2.757-1.616-4.287 3.657-6.12 5.17-2.857 4.277-6.443 8.657-6.617 14.036-1.607 2.502-4.604-2.04-5.896-3.535-2.468-3.491-4.336-7.62-4.03-11.987-.292-7.036 1.057-14.041 3.62-20.581 1.935-5.583 5.076-11.006 4.757-17.105.224-4.59-.708-9.658-4.426-12.745-3.538-2.776 2.291-3.368 4.143-1.928 3.168.212 4.882 5.448 7.777 4.152 1.153-2.735 1.382-5.997 3.76-8.13 2.333-3.196 4.772 1.356 5.57 3.488 1.648 1.873-.092 6.507 2.583 6.628 3.206-2.247 5.492-6.022 9.591-6.844 1.663-.949 4.504-.127 2.312 1.785-3.034 2.844-5.626 6.4-6.179 10.63-.928 5.308.4 10.69 2.713 15.47 4.446 9.39 7.885 19.997 5.636 30.445-1.043 4.644-4.198 8.645-8.032 11.34-.484.293-1.25.273-1.413-.394z"/>
|
||||
<path d="M726.73 389.63c-1.456-2.624-3.224-5.21-5.673-6.995-2.381-.005-3.85 2.999-5.468 4.573-1.134 2.11-2.512 5.638-5.305 2.88-4.444-2.594-5.23-8.276-5.202-12.959-.28-7.59 2.777-14.674 5.492-21.587 1.728-4.328 1.302-9.199.248-13.634-1.327-5.092-5.414-8.623-8.56-12.595.214-1.536 4.235-.697 5.748-.405 3.36.852 5.367 3.825 7.87 5.926 1.782-.54 1.055-4.14 1.884-5.833.062-2.382 3.233-5.522 4.541-2.112 1.959 2.168-.062 6.465 2.469 7.815 2.411-.893 3.6-3.529 5.866-4.72 2.23-1.52 5.378-1.69 7.778-.497.845 2.213-2.64 4.055-3.65 5.977-4.051 5.006-5.475 11.91-3.74 18.112 1.377 4.865 3.814 9.406 4.655 14.434 1.013 5.653.98 11.59-.484 17.16-.874 3.38-3.802 5.64-6.825 7.044-.746-.694-1.14-1.714-1.644-2.583z"/>
|
||||
<path d="M711.61 326.89c-3.36-2.46-4.47-4.81-4.47-9.46 0-2.38.44-3.67 2.01-5.83 2.31-3.2 1.89-4.21-1.38-3.27-5.26 1.51-7.77.13-7.95-4.35-.08-2.19.38-3.12 3.33-6.66 2.36-2.84 3.22-4.33 2.75-4.8-.46-.46-3.25 1.96-8.98 7.79-4.57 4.65-9.71 9.4-11.42 10.56-9.84 6.64-19.24 7.67-23.53 2.56-2.2-2.61-2.08-4.08.46-5.66 1.17-.72 3.14-2.38 4.39-3.69 2.95-3.07 11.74-9.41 16.1-11.61 3.54-1.79 4.38-3 2.08-3-2.98 0-12.54 6.22-19.79 12.88-2.13 1.97-5.2 4.16-6.81 4.87-3.62 1.6-10.73 2.19-13.89 1.15-2.23-.74-6.3-4.58-6.3-5.95 0-.36.93-1.16 2.06-1.77 1.13-.6 3.16-2.07 4.5-3.24 5.8-5.09 16.79-10.33 25.51-12.16 2.77-.58 1.75-1.98-1.34-1.84-5.99.26-17.88 5.83-24.98 11.69-8.32 6.86-20.87 6.21-24.91-1.29-.7-1.29-1.11-2.5-.91-2.69.19-.19 2.66-.93 5.49-1.65 3.06-.77 9.12-3.28 14.91-6.17 9.11-4.54 11.81-5.51 18.08-6.52 2.82-.45 2.97-1.83.23-2.15-3.53-.42-8.94 1.35-18.5 6.05-12.28 6.04-15.72 7.08-22.19 6.7-5.9-.36-9.23-1.87-14.02-6.4-3.13-2.97-7.57-10.51-6.7-11.38.21-.21 1.65 0 3.2.45 1.72.51 6.65.85 12.59.86 8.31.02 10.52-.2 14.95-1.48 7.41-2.14 17.26-7.15 24-12.18 12.89-9.64 23.4-13.51 36.8-13.57 12.37-.05 20.24 2.81 27.21 9.88 2.36 2.39 4.37 3.94 4.7 3.61.31-.31.65-4.49.75-9.29 0 0 3.64-.35 4.41.67 0 7.79.09 8.4 1.22 8.4.74 0 1.53-.76 2.02-1.94 1.06-2.55 4.98-6.04 9.17-8.16 9.05-4.59 24.71-4.73 37.29-.34 5.3 1.86 11.18 5.18 16.78 9.5 5.62 4.32 17.11 10.1 23.9 12.03 6.87 1.95 18.98 2.44 25.19 1.03 2.56-.58 4.96-1.06 5.34-1.06 2.29 0-1.61 7.63-6.19 12.1-8.37 8.18-19.26 8.14-34.58-.12-9.55-5.14-20.97-7.95-20.97-5.15 0 .58.6.97 1.49.97 3.32 0 9.73 2.23 18.67 6.47 9.67 4.6 15.1 6.54 18.32 6.54 2.34 0 2.41 1.45.23 4.65-2.31 3.41-6.23 5.1-11.77 5.09-5.29-.02-8.23-1.18-12.96-5.11-7.91-6.58-27.62-13.92-26.86-10 .15.78 1.1 1.26 3.13 1.57 6.86 1.05 14.91 4.89 23.15 11.06 2.54 1.91 5.18 3.79 5.85 4.19 1.13.66 1.15.86.26 2.53-1.48 2.76-5.21 4.9-9.25 5.32-5.23.54-9.78-1.02-14.49-4.96-9.94-8.32-19.31-14.34-22.31-14.34-2.45 0-1.35 1.35 2.97 3.64 5.68 3.01 11.52 7.08 15.82 11.03 2.03 1.88 4.32 3.74 5.08 4.15 1.8.96 1.73 2.37-.25 4.96-2.02 2.64-5.36 3.8-9.69 3.34-8.64-.91-15.38-5.08-25.97-16.07-4.14-4.29-7.83-7.8-8.21-7.8-1.41 0-.58 1.91 2.15 4.97 3.38 3.78 4.03 5.91 2.75 8.98-1.13 2.72-3.01 3.35-6.87 2.31-3.95-1.07-4.57-.1-1.98 3.12 3.86 4.81 3.29 10.7-1.44 14.75-1.47 1.25-3.01 2.28-3.43 2.28-.41 0-1.45-1.07-2.32-2.38-3.04-4.62-5.71-4.59-8.67.08-1.03 1.63-1.9 2.95-1.93 2.94-.04-.01-1.43-1.01-3.08-2.23z"/>
|
||||
<path d="M726.67 233.03l-5.13 4.06-4.6-3.47v27.74l9.73.12z"/>
|
||||
<path d="M694.89 204.25c-1.02 13.11-4.35 22.26-8.98 32.35l11.1-10.29 7.72 9.17 8.36-9.33 8.53 7.88 8.2-8.2 8.52 9.97 7.4-8.2 12.54 9c-4.55-10.09-10.71-18.64-9.94-32.84-12.15 9.03-41.02 10.66-53.45.49z"/>
|
||||
<path d="M716.95 197.56c-4.46.08-9.16.14-13.39.97-2.93.58-5.59 1.53-7.81 3.1.36 8.53 41 12.09 51.9.16-2.29-1.67-5.09-2.66-8.17-3.26-4.07-.79-8.57-.87-12.84-.94 0 2.34.02 4.69.02 7.04l-9.71-.03v-7.04z"/>
|
||||
<path d="M724.9 153.97l-6.31.05v49.38l6.44.03z"/>
|
||||
<path d="M724.89 155.24l-2.41 23.64 24.32 11.88-12.31-16.46 16.81-5.45zm-2.71-6.16c-3.69 0-6.42 1.38-6.42 3.02 0 1.64 2.73 3.03 6.42 3.03s6.4-1.39 6.4-3.03-2.71-3.02-6.4-3.02z"/>
|
||||
</g>
|
||||
<g fill="#f7e017">
|
||||
<path d="M249.636 400.939c2.837-.939 4.451-2.66 5.61-5.974.576-1.65.967-3.363.868-3.811-.242-1.06-1.465-1.003-2.816.12-.925.776-1.038 1.167-.775 2.746.675 3.982-.74 4.97-8.278 5.78-.746.08-2.908-.049-4.814-.284-3.584-.448-4.864-.092-3.563.989.392.327 1.387.768 2.212.974 2.012.52 9.4.17 11.556-.54zm15.623-.662c.426-.39 1.891-1.066 3.257-1.507 1.82-.583 2.759-1.21 3.527-2.354 2.211-3.292 1.799-6.13-1.451-9.956-1.764-2.076-2.546-2.02-3.954.285-1.216 1.991-1.187 2.119.562 2.574.917.235 1.8.91 2.283 1.742 1.905 3.3 1.344 5.34-1.48 5.362-2.56.021-3.263.384-3.953 2.041-.363.86-.654 1.778-.654 2.04 0 .698.967.577 1.863-.227zm-5.127-3.726c.483-1.308.654-3.662.597-8.462-.036-3.655-.178-6.756-.32-6.898-.427-.427-2.532.932-2.809 1.806-.142.455.092 1.508.52 2.333.653 1.273.739 2.46.54 7.445-.256 6.3.156 7.36 1.472 3.776z"/>
|
||||
<path d="M248.1 393.55c.256-1.173.583-3.577.732-5.333.15-1.757.512-3.975.796-4.935.726-2.46-.007-3.108-1.948-1.728l-1.444 1.03.3 3.535c.276 3.186-.228 9.124-.96 11.428-.2.611.084.455.888-.484.647-.754 1.387-2.34 1.636-3.513zm-10.674 1.714c2.596-2.172 2.298-5.881 2.873-8.903-.06-2.009 1.282-4.417.416-6.175-2.426.444-3.921 2.742-2.68 5.031.104 2.659.01 5.552-1.357 7.903-1.116 1.537-4.652 1.154-4.49-1.025.888-3.275-3.037-1.681-4.57-.822-1.184.824-3.684.885-2.815-1.179-.574-2.75-4.11-1.03-6.032-1.041-1.814-.034-.15-3.677-2.754-3.038-4.84-.381-10.182.043-14.372-2.88-2.452-1.18-2.088-4.129-.811-6.037 1.524-2.606 1.96-5.866 4.38-7.889 2.395-2.297-2.26-1.327-3.309-.553-2.333 1.278-.165 4.567-2.076 6.392-1.116 1.893-2.585 4.506-5.17 4.146-3.725-.705-5.873-4.171-8.545-6.494-2.288-.457-1.001 3.713.18 4.59 2.338 1.75 5.07 3.026 7.888 3.782 2.804-.449 2.895 3.224 5.294 3.8 4.4 2.05 9.303 2.664 14.103 2.914 1.885.158.825 3.515 3.304 2.852 1.385.359 4.514-.516 4.67 1.094-2.1 2.493 2.016 2.437 3.539 1.99 1.95-.297 4.441-1.043 4.957 1.63 1.628 1.717 4.616 1.463 6.599.482.278-.162.54-.352.777-.57z"/>
|
||||
<path d="M194.93 373.739c.79-1.003 1.97-3.03 2.624-4.509.647-1.486 1.621-3.171 2.154-3.747 1.252-1.351.555-2.183-1.464-1.735-1.067.234-1.5.625-1.679 1.55-.604 3.015-1.7 6.101-2.673 7.538-1.764 2.602-1.807 2.709-1.081 2.709.377 0 1.33-.81 2.119-1.806zm-26.638-16.697c-1.992 0-2.077 1.258-.136 1.934.94.327 1.736 1.116 2.376 2.404 1.891 3.761 3 4.43 8.02 4.864l3.222.291.157 1.956c.078 1.08.334 1.977.583 1.977.249 0 1.493-.54 2.752-1.18 2.36-1.196 4.6-3.983 4.6-5.711 0-1.13-1.884-2.354-3.598-2.354-.76 0-2.211.612-3.356 1.444-3.584 2.595-7.417 2.069-9.515-1.309-1.72-2.787-3.52-4.316-5.105-4.316zm17.393 6.933c.953 0 1.188.704.669 2.048-.356.925-1.515.953-1.863.043-.413-1.074.163-2.09 1.194-2.09zm134.912-4.373c-1.301.05-1.685.334-2.51 1.557-1.351 2.005-1.486 6.35-.242 7.886.775.953.89.975 2.532.292 2.29-.96 2.674-.925 2.667.306-.015 3.143-4.523 9.201-9.245 12.423-1.273.867-2.41 1.834-2.531 2.154-.342.896 1.408.697 3.555-.398 2.93-1.493 6.777-5.418 8.356-8.512 1.251-2.467 1.429-3.306 1.578-7.623.135-3.975.029-5.141-.647-6.464-.754-1.486-.995-1.621-2.887-1.621-.227 0-.434-.007-.626 0zm.157 2.773c.981 0 1.152.22 1.266 1.629.1 1.166-.107 1.877-.754 2.46-.882.796-.953.79-1.735-.398-1.095-1.678-.42-3.69 1.223-3.69zm-21.59 30.35c4.16-2.048 6.614-4.352 8.192-7.687.747-1.586 1.359-3.079 1.359-3.335 0-.576-2.048-1.529-3.279-1.529-1.223 0-1.472-.846-.945-3.186.512-2.282-.107-5.14-1.11-5.14-.362 0-1.002.532-1.429 1.18-.654 1.002-.69 1.429-.206 2.887.71 2.161.15 3.776-1.785 5.155-.917.654-1.422 1.408-1.422 2.14 0 .62.078 1.124.17 1.124.1 0 1.11-.526 2.247-1.159l2.077-1.159 1.223.96c.668.526 1.223 1.387 1.223 1.913 0 2.531-7.218 6.784-12.174 7.182-2.638.213-3.086.121-4.004-.79-.746-.746-.96-1.372-.775-2.253l.57-2.731c.454-2.205-.492-1.906-2.127.668-1.344 2.127-1.742 4.395-.989 5.59.62.974 4.73 1.905 7.638 1.728 1.827-.107 3.634-.619 5.546-1.558zm27.762-15.488c2.617-2.61 3.726-5.788 3.74-10.702l.008-3.69 2.162-1.025c2.808-1.336 5.468-3.996 5.468-5.475 0-1.522-.676-1.444-1.899.213-.889 1.202-2.076 1.927-6.421 3.926-1.095.504-1.166.775-1.415 5.368-.292 5.298-1.01 7.282-3.968 10.902-1.813 2.204-1.877 2.496-.619 2.496.52 0 1.842-.903 2.944-2.013zm-28.501-2.957c.249-.762-1.195-1.302-1.82-.684-.264.264-.335.719-.157 1.01.412.662 1.72.441 1.977-.327zm39.303-10.177c.256-.76-1.195-1.301-1.813-.683-.27.27-.342.726-.164 1.017.413.662 1.721.441 1.977-.334zm-47.303-27.548c-1.017.484-1.544 1.581-2.25 2.42-.51.345-.102.668.191.994 1.794 1.932 2.553 4.542 3.405 6.975.837 2.873 1.89 5.958 1.016 8.952-.345 1.146-1.246 2.333-2.593 1.952-2.155-.134-4.276-.706-6.437-.683-1.923.1-3.41 1.85-5.377 1.66-1.256.082-1.203-2.573-2.37-1.863-.579 1.385-.294 2.93-.363 4.394.218.21.829.026 1.195.088h3.872c.273 1.337.24 2.87 1.2 3.933 1.344.478 2.856.065 4.132-.457 1.37-.637 1.553-2.284 1.94-3.567.411-1.378 2.216-1.017 3.282-1.558 2.606-.76 4.314-3.47 4.161-6.134-.168-4.07-1.72-7.897-2.898-11.749-.593-1.696-1.003-3.466-1.69-5.123-.081-.142-.247-.262-.416-.234zm-6.45 23.267c1.448-.094 2.077 1.685 1.77 2.866-.541 1.603-2.513.575-2.912-.58-.732-1.033-.28-2.422 1.142-2.286z"/>
|
||||
<path d="M230.357 346.468c-.647-.015-1.372.227-2.09.732-3.776 2.645-4.743 5.774-2.176 6.997 1.884.903 1.408 1.963-1.558 3.45-4.245 2.118-7.993 1.855-15.11-1.089-1.75-.725-2.205-.448-1.8 1.152.391 1.572 1.828 2.432 5.397 3.243 3.84.882 8.484.597 11.47-.69 1.458-.626 3.186-1.941 4.644-3.527l2.311-2.539 2.688.335c3.314.405 3.378.44 3.378 2.026 0 1.259.071 1.287 3.115 1.572 1.714.163 3.968.313 5.02.313 1.344.007 2.105.241 2.553.867.597.832.953.875 5.96.427 4.678-.427 5.596-.391 7.708.327 1.5.512 3.15.718 4.401.583 3.584-.405 8.527-3.335 9.245-5.49.085-.263 1.387-.725 2.887-1.024 3.62-.725 3.776-1.514.398-1.934-1.465-.185-3.662-.718-4.885-1.202-1.23-.483-2.909-.889-3.733-.889-1.82 0-3.535 1.138-3.535 2.312 0 .768.27.846 2.425.625 2.027-.206 2.617-.092 3.684.754.704.555 1.173 1.209 1.024 1.444-.477.775-4.708 2.702-6.578 3-1.252.2-2.261.065-3.243-.44-1.642-.854-4.06-.982-4.515-.25-.192.32-.711.115-1.422-.554l-1.11-1.045-2.51 1.045c-2.553 1.06-3.492 1.017-3.492-.199 0-.555-.746-.619-4.508-.377-4.146.27-4.58.2-5.355-.668-.718-.797-.732-1.074-.22-1.892.47-.754.47-1.08.021-1.529-.448-.448-1.03-.44-2.666 0-4.125 1.102-5.291.484-5.291-2.738 0-1.934-1.11-3.107-2.532-3.128zm-1.024 2.958c.22 0 .406.135.69.42.363.362.555.995.398 1.4-.37.96-2.119.925-2.489-.042-.177-.47.05-.996.576-1.38.37-.27.605-.405.825-.398z"/>
|
||||
<path d="M221.938 352.427c2.51-1.593 2.453-1.472 2.816-5.895.249-3.122.206-3.357-.64-3.357-1.23 0-1.87 1.351-1.87 3.925 0 1.65-.256 2.39-1.138 3.264-2.09 2.091-7.282 1.138-7.936-1.457-.22-.89.064-1.693 1.152-3.236 2.268-3.221 1.756-4.01-1.024-1.564-1.913 1.67-2.254 1.72-1.892.277.334-1.33-.362-1.856-1.92-1.465-.796.2-1.23.697-1.422 1.664-.185.946-.619 1.472-1.372 1.657-1.26.32-3.407-.875-3.407-1.892 0-.753 3.215-4.679 7.339-8.96 1.557-1.62 2.83-3.128 2.83-3.356 0-.228-.832-.412-1.849-.412-1.486 0-1.849.163-1.849.853 0 .47-2.076 3.193-4.622 6.059-5.305 5.973-5.746 7.217-3.122 8.81 2.112 1.294 4.822 1.195 6.948-.249l1.72-1.173v2.126c0 2.717.541 3.69 2.675 4.822 2.68 1.415 5.923 1.244 8.583-.441zm111.332-36.914c-1.968 1.175-.429 3.643-.13 5.283-.804 2.237-3.678 2.84-5.773 3.255-2.968.491-5.071 2.974-6.2 5.612-.612 1.713-2.089 4.37-3.698 1.761-1.398-1.417-3.969-2.54-5.623-.886-1.256 1.196-1.575 2.956-2.043 4.553-.742-1.228-1.074-3.056-2.646-3.444-2.508.353-1.602 3.516-.422 4.82 1.072 1.52 2.102 3.526 1.05 5.331-.926 2.17-4.13 3.634-6.013 1.778-1.758-.928-.582-4.242-2.314-4.424-.856.618-.926 4.086-2.297 2.206-.989-1.606-.464-3.806-1.674-5.251-1.43.177-2.58 2.64-2.104 3.961 1.908 2.573 2.692 5.8 3.436 8.866.463 1.228-.068 3.717 1.08 4.203.797-1.976.057-4.217.684-6.212 1.861-.234 3.932.616 5.885.164 2.793-.363 4.952-2.72 5.932-5.23.296-1.888-.056-3.803-.108-5.701 2.206.341 4.5.334 6.622 1.051 1.053 1.615-.334 3.875-.625 5.639-1.108 3.593-3.922 6.2-6.66 8.602-1.145.678-1.299 2.474.392 1.506 3.68-1.573 6.421-4.905 7.999-8.511 1.151-2.775.226-5.865.977-8.703 1.11-2.13 3.784-1.681 5.763-1.674 2.047-.078 3.794-2.464 3.11-4.453-.65-2.31 1.792-3.421 3.461-4.247 2.213-1.116 3.91-3.384 3.738-5.943-.09-1.309-.026-3.792-1.8-3.911zm-7.845 13.333c2.37.63-.429 5.157-1.689 2.29-.388-1.095.534-2.33 1.69-2.29zm-11 3.243c3.084-.18 1.976 4.324-.63 2.279-1.352-.679-.904-2.363.63-2.28zm-111.687 17.408c.085-.448-.142-.768-.548-.768-.86 0-1.38.754-.974 1.408.42.675 1.344.291 1.522-.64zm36.152-4.039c0-.662-.248-.91-.803-.804-1.209.228-1.344 1.764-.156 1.764.661 0 .96-.299.96-.96zm-44.735-21.703c-1.443-.297-2.35.924-2.845 2.089-1.079 1.813-2.397 3.668-4.333 4.628-1.392.387-2.91-.142-4.111-.86-1.433-.713-1.107-2.437-1.721-3.627-1.036-.814-2.874.35-2.833 1.615-.114 1.697 1.473 2.677 2.79 3.333 1.12.686 2.744 1.067 3.191 2.455-.03 1.18.444 2.53 1.88 2.074 1.607-.026 2.023 1.931 1.375 3.106-.661 1.323-1.107 2.874-.791 4.348.768.647 1.552-1.088 2.108-1.583L190 339.82c2.843.155 5.684.517 8.534.416 2.027-.037 3.753-1.288 5.042-2.755 1.823-1.906 3.32-4.146 5.403-5.79 1.482-.362.685-3.153-.863-2.347-1.394.523-1.833 2.099-2.799 3.103-1.646 1.993-3.325 4.015-5.4 5.577-1.511.627-3.25.353-4.803 0-.647-.566 1.287-1.027 1.556-1.657.89-.89 1.948-1.733 2.464-2.902-.494-1.077-2.003-1.164-3.067-1.186-2.621.315-4.623 2.515-7.27 2.722-2.009.07-.963-2.106-.058-2.848 1.772-2.104 3.687-4.086 5.537-6.12.525-.633 2.424-1.232 1.21-2.12-.425-.153-.885-.153-1.33-.16zm1.289 10.644c1.321.744-.844 1.96-1.756 1.794-1.196.359-1.217-.861-.155-1.104.598-.311 1.229-.635 1.91-.69zm-4.067 2.778c.752-.014 2.329.708.848 1.171-1.03.799-2.195-.813-.848-1.171z"/>
|
||||
<path d="M223.396 339.015c0-1.003-1.8-.86-1.999.157-.128.654.079.81.918.69.597-.086 1.08-.463 1.08-.847zm79.68-7.055c.184-.96-1.152-1.6-1.856-.895-.704.704-.057 2.04.896 1.856.44-.085.874-.52.96-.96zm-124.004-9.763c1.252-1.073 1.266-1.145.725-3.505-.768-3.307-.718-3.663.54-3.976 1.594-.405 5.64 1.764 6.536 3.5.697 1.343.675 1.436-.505 2.53-1.273 1.174-1.266 2.546.007 2.546 1.053 0 3.961-2.752 3.961-3.74 0-1.372-3.228-4.615-5.781-5.803-1.579-.74-3.158-1.08-4.985-1.088-3.271 0-3.712.704-2.83 4.509 1.038 4.458-.37 5.063-3.961 1.7-2.667-2.497-3.72-5.092-3.705-9.181.007-4.388 1.685-6.557 5.468-7.069 2.51-.334 2.446-.924-.135-1.308-3.769-.569-6.955 1.948-8.163 6.443-1.344 4.985 1.735 11.057 7.182 14.186 2.851 1.636 3.99 1.686 5.646.256zm148.508-5.468c.306-.306.555-.996.555-1.529 0-.533.52-1.678 1.152-2.539.64-.86 1.16-1.742 1.16-1.955 0-.875-1.444-.846-2.582.057-1.166.91-2.041.931-2.041.042 0-.22.555-.675 1.237-1.01 1.693-.824 1.835-1.642.406-2.296-1.835-.832-3.677.69-3.869 3.2-.12 1.678.014 1.97 1.309 2.73 1.18.697 1.4 1.067 1.201 2.063-.34 1.728.377 2.332 1.472 1.237zm13.96-1.579c1.024-.917 1.856-1.962 1.856-2.31 0-.35.881-1.274 1.962-2.049 3.065-2.204 3.74-4.43 2.368-7.85-.533-1.345-2.211-3.2-5.86-6.486-2.801-2.531-5.382-4.6-5.717-4.6-.995 0-.817 3.661.192 3.981 1.82.584 2.923 1.33 5.789 3.912 3.328 3.008 4.864 5.816 4.025 7.38-.804 1.516-1.87 1.046-4.807-2.104-1.544-1.657-3.072-3.008-3.385-3.008-.342.007-.583.604-.583 1.444 0 1.052.561 2.055 2.083 3.747 2.482 2.76 2.724 4.416.86 5.881-.668.526-1.358.96-1.528.96-.164 0-.711-.825-1.21-1.828-1.037-2.104-7.388-8.81-8.34-8.81-.434 0-.648.54-.648 1.607 0 1.287.256 1.742 1.28 2.268 1.259.655 4.374 3.79 7.503 7.574.896 1.08 1.777 1.955 1.97 1.962.184 0 1.173-.753 2.19-1.67zm6.229-17.827c-.413-1.33-8.932-10.098-9.806-10.098-.455 0-.598.54-.491 1.934.12 1.693.306 1.984 1.472 2.29.725.192 2.972 1.955 4.985 3.911 2.005 1.956 3.769 3.442 3.911 3.292.142-.142.114-.74-.071-1.33zm-50.88 98.687a1.266 1.16 0 1 1-2.533 0 1.266 1.16 0 1 1 2.533 0zm4.473-1.493a1.266 1.16 0 1 1-2.533 0 1.266 1.16 0 1 1 2.533 0z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 22 KiB |
|
@ -0,0 +1,685 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bo">
|
||||
<path fill="#007934" d="M0 0h512v512H0z"/>
|
||||
<path fill="#ffe000" d="M0 0h512v341.333H0z"/>
|
||||
<path fill="#d52b1e" d="M0 0h512v170.667H0z"/>
|
||||
<path d="M307.817 224.759c-.615.592-104.091 103.949-104.546 104.4a97.808 97.808 0 0 0-1.383-1.038c.426-.435 103.952-103.742 104.558-104.369-.265-.308 1.862 1.304 1.371 1.007z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M314.331 218.167c-.383.733-1.52 2.615-1.077 4.002-.844-.545-1.268-.958-2.078-1.556.545.957.382 1.513-.137 1.859-.339.448-1.501.344-2.243.203.743.453 1.566.922 2.596 1.022 1.03.1 1.388.044 2.015.105-.624.335-2.267.885-3.414 1.063-.574.09-1.685.191-2.176-.106-.615.592-1.977-.38-1.37-1.007-.266-.308-.298-.805-.365-1.461-.076-.741.086-2.022.706-3.222.095.6.285 1.234.517 1.81.228.565.708 1.026 1.183 1.525-.277-.52-.444-1.306.104-1.873.547-.567 1.342-.568 2.089-.273-.665-.514-1.17-.822-1.973-1.407.83-.007 3.486-1.03 4.363-1.554.876-.525 3.66-2.728 5.222-4.058-1.288 1.488-3.587 4.212-3.962 4.928z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M327.494 237.637c-.781.424-133.475 75.32-134.056 75.646-.256-.344-.751-1.01-.996-1.324.548-.317 133.275-75.154 134.058-75.613-.156-.36 1.37 1.693.994 1.291z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M335.875 232.84c-.604.614-2.302 2.155-2.322 3.593-.636-.724-.91-1.221-1.497-1.987.216 1.048-.119 1.545-.729 1.755-.47.35-1.554-.025-2.222-.336.568.612 1.209 1.257 2.167 1.597.958.34 1.32.37 1.904.577-.709.174-2.465.314-3.625.215-.58-.05-1.68-.215-2.057-.617-.781.424-1.777-.832-.994-1.291-.156-.36-.026-.845.12-1.491.165-.73.732-1.923 1.715-2.93a8.298 8.298 0 0 0-.086 1.861c.038.598.351 1.154.647 1.746-.099-.564-.007-1.36.702-1.776.708-.415 1.473-.228 2.096.232-.473-.652-.86-1.067-1.444-1.82.801.19 3.682-.165 4.693-.462 1.012-.297 4.395-1.757 6.325-2.667-1.717 1.126-4.802 3.201-5.393 3.802z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M316.079 231.982c-.706.514-119.95 90.516-120.474 90.908-.308-.31-.907-.911-1.2-1.192.491-.38 119.778-90.328 120.48-90.876-.214-.338 1.631 1.513 1.194 1.16z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M323.599 226.232c-.498.68-1.93 2.408-1.716 3.835-.748-.641-1.1-1.1-1.805-1.79.384 1.013.133 1.545-.437 1.825-.41.404-1.543.161-2.255-.067.662.538 1.401 1.1 2.405 1.322 1.003.222 1.368.21 1.979.345-.673.257-2.39.605-3.555.645-.582.02-1.699-.012-2.136-.365-.706.513-1.896-.612-1.195-1.16-.213-.338-.163-.833-.123-1.49.045-.744.413-1.992 1.222-3.107a8.355 8.355 0 0 0 .218 1.853c.134.588.535 1.101.924 1.652-.19-.547-.228-1.346.407-1.842.634-.496 1.421-.402 2.113-.02-.575-.59-1.025-.955-1.725-1.63.824.092 3.619-.603 4.572-1.018.953-.415 4.067-2.264 5.83-3.396-1.517 1.32-4.236 3.743-4.723 4.408z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M204.183 224.759c.615.592 104.091 103.949 104.546 104.4a97.808 97.808 0 0 1 1.383-1.038c-.426-.435-103.953-103.742-104.558-104.369.265-.308-1.862 1.304-1.371 1.007z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M197.669 218.167c.383.733 1.52 2.615 1.077 4.002.844-.545 1.268-.958 2.078-1.556-.545.957-.382 1.513.137 1.859.339.448 1.501.344 2.243.203-.743.453-1.566.922-2.596 1.022-1.03.1-1.388.044-2.015.105.624.335 2.267.885 3.414 1.063.574.09 1.685.191 2.176-.106.615.592 1.976-.38 1.37-1.007.266-.308.297-.805.365-1.461.076-.741-.086-2.022-.706-3.222a8.544 8.544 0 0 1-.517 1.81c-.228.565-.708 1.026-1.183 1.525.277-.52.444-1.306-.104-1.873-.547-.567-1.342-.568-2.089-.273.665-.514 1.17-.822 1.973-1.407-.83-.007-3.486-1.03-4.363-1.554-.876-.525-3.66-2.728-5.222-4.058 1.288 1.488 3.587 4.212 3.962 4.928z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M184.506 237.637c.781.424 133.475 75.32 134.056 75.646.256-.344.751-1.01.996-1.324-.548-.317-133.275-75.154-134.058-75.613.156-.36-1.37 1.693-.995 1.291z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M176.125 232.84c.604.614 2.302 2.155 2.322 3.593.636-.724.91-1.221 1.497-1.987-.216 1.048.119 1.545.729 1.755.47.35 1.554-.025 2.222-.336-.568.612-1.209 1.257-2.167 1.597-.958.34-1.32.37-1.904.577.709.174 2.465.314 3.625.215.58-.05 1.68-.215 2.056-.617.782.424 1.778-.832.995-1.291.156-.36.026-.845-.12-1.491-.165-.73-.732-1.923-1.715-2.93.102.6.124 1.253.086 1.861-.038.598-.351 1.154-.647 1.746.099-.564.007-1.36-.702-1.776-.708-.415-1.473-.228-2.096.232.473-.652.86-1.067 1.444-1.82-.801.19-3.682-.165-4.693-.462-1.012-.297-4.395-1.757-6.325-2.667 1.717 1.126 4.802 3.201 5.393 3.802z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M195.921 231.982c.706.514 119.95 90.516 120.473 90.908.31-.31.908-.911 1.202-1.192-.492-.38-119.779-90.328-120.48-90.876.213-.338-1.632 1.513-1.195 1.16z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M188.401 226.232c.498.68 1.93 2.408 1.716 3.835.748-.641 1.1-1.1 1.805-1.79-.384 1.013-.133 1.545.437 1.825.41.404 1.543.161 2.255-.067-.662.538-1.401 1.1-2.405 1.322-1.004.222-1.368.21-1.979.345.673.257 2.39.605 3.555.645.582.02 1.699-.012 2.136-.365.706.513 1.896-.612 1.195-1.16.213-.338.163-.833.123-1.49-.045-.744-.413-1.992-1.222-3.107a8.355 8.355 0 0 1-.218 1.853c-.134.588-.535 1.101-.924 1.652.19-.547.228-1.346-.407-1.842-.634-.496-1.421-.402-2.113-.02.574-.59 1.025-.955 1.725-1.63-.824.092-3.619-.603-4.572-1.018-.953-.415-4.067-2.264-5.83-3.396 1.517 1.32 4.236 3.743 4.723 4.408z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.813 302.352c4.177-2.846 16.094-4.336 17.771-3.867-8.47 6.451-17.034 6.687-17.771 3.867z" fill="#00e519" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.855 302.369c.738 2.82 9.258 2.567 17.71-3.847-9.05 2.737-16.694 4.323-17.71 3.847z" fill="#ffe533" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.855 302.369c.738 2.82 9.258 2.567 17.71-3.847-9.05 2.737-16.694 4.323-17.71 3.847z" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M234.831 302.317c4.448-3.026 16.722-4.183 17.803-3.878-8.484 6.425-17.065 6.697-17.803 3.878z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M285.398 234.841l-27.164 55.81c-1.35 1.044-2.467-.36-2.852-.203-1.628 1.827-3.87 2.205-4.344 2.631-1.89 2.573-.849 4.663-.736 4.836 1.413 1.907-1.67 3.763-1.547 4.352-.605 1.07-2.88.828-3.348 2.123-.102-.147-4.624 8.879-5.1 9.845-.675.523-3.89 6.535-3.89 6.535-2.254-.038-10.916-5.565-11.086-5.48 4.867-7.786 16.54-19.734 16.303-20.497 3.281-5.554 8.52-11.572 10.775-11.533 3.196-1.682 4.755-6.009 4.134-7.005 2.456-.058 3.794-1.519 3.965-1.605l20.051-40.077c1.676-.552 1.423.132 1.96 1.097 0 0 1.068-1.283.997-1.44.948-.462 1.87.195 1.882.611z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M286.448 222.666c-.52 1.102.286 1.107.563 1.256l1.153.312c1.303.02 1.99.695 2.001 1.112l-31.93 65.305c-1.35 1.044-2.64-.273-3.054-.106l21.898-44.619s8.427-15.684 10.635-20.043l-2.897-1.24c-.899-.213-1.168-.815-.773-1.726l13.41-23.059-10.81 22.384-.196.424" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M286.448 222.666c-.52 1.102.286 1.107.563 1.256l1.153.312c1.303.02 1.99.695 2.001 1.112l-31.93 65.305c-1.35 1.044-2.64-.273-3.054-.106l21.898-44.619s8.427-15.684 10.635-20.043l-2.897-1.24c-.899-.213-1.168-.815-.773-1.726l13.41-23.059-10.81 22.384-.196.424" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M244.057 290.603c-3.137-.139-4.895 2.182-2.847 4.96m1.47-2.495c-1.126.61-1.838-.356-1.838-.356m16.269-13.942c-1.658 5.98-4.672 9.945-5.279 11.165-2.303 2.35-4.21 7.692-3.862 8.627l-8.64 14.194" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M258.091 290.877c-1.41-.496-6.083-4.843-10.67-4.083-3.495 4.062-5.59 8.204-6.211 8.77 4.267 3.519 7.076 5.266 8.117 5.795.68-.434 1.05-1.637 1.05-1.637.888-.983-.201-1.855-.201-1.855.119-2.622 2.026-4.45 3.962-4.577 2.428-.199 1.746-.395 2.055-.406 1.113-.637 1.898-2.007 1.898-2.007z" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M258.091 290.877c-1.41-.496-6.083-4.843-10.67-4.083-3.495 4.062-5.59 8.204-6.211 8.77 4.267 3.519 7.076 5.266 8.117 5.795.68-.434 1.05-1.637 1.05-1.637.888-.983-.201-1.855-.201-1.855.119-2.622 2.026-4.45 3.962-4.577 2.428-.199 1.746-.395 2.055-.406 1.113-.637 1.898-2.007 1.898-2.007z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M253.447 290.965c-2.151-.042-4.35.981-5.069 2.809l5.069-2.81" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M253.447 290.965c-2.151-.042-4.35.981-5.069 2.809m-3.836.722c.2.445.76.681 1.277.51.518-.17.78-.676.58-1.121-.198-.445-.776-.645-1.294-.474-.518.17-.762.64-.563 1.085zm2.67-3.64c.198.445.79.67 1.307.5.517-.17.75-.667.55-1.112-.198-.445-.747-.654-1.265-.484-.517.17-.792.651-.593 1.096z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M282.996 241.187c.853-.281 1.226-1.244.816-2.16l-5.003-1.806s-.584.102-1.086.777c-.49.701.18 1.262.18 1.262l5.093 1.927" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M282.996 241.187c.853-.281 1.226-1.244.816-2.16l-5.003-1.806s-.584.102-1.086.777c-.49.701.18 1.262.18 1.262l5.093 1.927" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M228.832 305.13c4.12-2.91 16.004-4.577 17.69-4.134-8.338 6.577-16.895 6.941-17.69 4.133z" fill="#00e519" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M228.874 305.145c.796 2.808 9.31 2.428 17.63-4.112-8.993 2.873-16.604 4.572-17.63 4.112z" fill="#ffe533" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M228.874 305.145c.796 2.808 9.31 2.428 17.63-4.112-8.993 2.873-16.604 4.572-17.63 4.112z" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M228.85 305.093c4.385-3.092 16.634-4.433 17.72-4.144-8.35 6.551-16.925 6.952-17.72 4.144z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.036 236.871l-26.024 56.207c-1.328 1.065-2.475-.321-2.856-.16-1.59 1.852-3.825 2.263-4.29 2.696-1.836 2.601-.754 4.675-.638 4.847 1.452 1.885-1.593 3.787-1.457 4.374-.583 1.079-2.863.87-3.305 2.173-.104-.145-4.443 8.946-4.899 9.92-.664.532-3.756 6.592-3.756 6.592-2.255-.005-11.027-5.4-11.196-5.312 4.708-7.859 16.136-19.98 15.883-20.739 3.168-5.602 8.284-11.698 10.539-11.693 3.162-1.73 4.632-6.079 3.99-7.066 2.455-.094 3.763-1.575 3.933-1.664l19.232-40.371c1.664-.577 1.425.111 1.98 1.067 0 0 1.043-1.299.97-1.454.937-.476 1.873.167 1.894.583z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.036 236.871l-26.024 56.207c-1.328 1.065-2.475-.321-2.856-.16-1.59 1.852-3.825 2.263-4.29 2.696-1.836 2.601-.754 4.675-.638 4.847 1.452 1.885-1.593 3.787-1.457 4.374-.583 1.079-2.863.87-3.305 2.173-.104-.145-4.443 8.946-4.899 9.92-.664.532-3.756 6.592-3.756 6.592-2.255-.005-11.027-5.4-11.196-5.312 4.708-7.859 16.136-19.98 15.883-20.739 3.168-5.602 8.284-11.698 10.539-11.693 3.162-1.73 4.632-6.079 3.99-7.066 2.455-.094 3.763-1.575 3.933-1.664l19.232-40.371c1.664-.577 1.425.111 1.98 1.067 0 0 1.043-1.299.97-1.454.937-.476 1.873.167 1.894.583z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.838 224.681c-.498 1.11.308 1.103.588 1.248l1.159.295c1.303 0 2.004.665 2.024 1.082l-30.597 65.772c-1.328 1.065-2.644-.233-3.055-.06l20.986-44.94s8.107-15.808 10.225-20.199l-2.92-1.195c-.904-.2-1.186-.798-.81-1.716l12.94-23.255-10.354 22.542-.186.426" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.838 224.681c-.498 1.11.308 1.103.588 1.248l1.159.295c1.303 0 2.004.665 2.024 1.082l-30.597 65.772c-1.328 1.065-2.644-.233-3.055-.06l20.986-44.94s8.106-15.807 10.225-20.199l-2.92-1.195c-.904-.2-1.186-.798-.81-1.716l12.94-23.255-10.354 22.542-.186.426" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M237.835 293.243c-3.139-.092-4.85 2.255-2.745 5.002m1.419-2.517c-1.113.628-1.845-.329-1.845-.329m15.982-14.182c-1.535 6.004-4.468 10.013-5.05 11.242-2.255 2.384-4.054 7.754-3.685 8.683l-8.35 14.321" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M251.874 293.307c-1.421-.474-6.181-4.75-10.753-3.923-3.411 4.114-5.422 8.287-6.031 8.861 4.338 3.455 7.183 5.16 8.234 5.673.67-.444 1.016-1.652 1.016-1.652.868-.996-.238-1.852-.238-1.852.065-2.623 1.935-4.48 3.868-4.635 2.423-.235 1.738-.421 2.046-.437 1.1-.653 1.858-2.035 1.858-2.035z" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M251.874 293.307c-1.421-.474-6.181-4.75-10.753-3.923-3.411 4.114-5.422 8.287-6.031 8.861 4.338 3.455 7.183 5.16 8.234 5.673.67-.444 1.016-1.652 1.016-1.652.868-.996-.238-1.852-.238-1.852.065-2.623 1.935-4.48 3.868-4.635 2.423-.235 1.738-.421 2.046-.437 1.1-.653 1.858-2.035 1.858-2.035z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M247.231 293.464c-2.151-.01-4.328 1.047-5.01 2.885l5.01-2.885" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M247.231 293.464c-2.151-.01-4.328 1.047-5.01 2.885m-3.821.78c.208.441.773.669 1.288.49.514-.178.766-.688.557-1.13-.208-.441-.79-.632-1.304-.454-.515.178-.75.652-.541 1.093zm2.595-3.68c.208.441.803.658 1.317.48.514-.178.737-.678.529-1.12-.208-.441-.762-.643-1.276-.465s-.778.663-.57 1.104z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M275.763 243.251c.847-.293 1.2-1.262.772-2.172l-5.04-1.73s-.581.11-1.069.793c-.475.708.206 1.26.206 1.26l5.131 1.85" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M275.763 243.251c.847-.293 1.2-1.262.772-2.172l-5.04-1.73s-.581.11-1.069.793c-.475.708.206 1.26.206 1.26l5.131 1.85" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M277.994 302.167c-4.22-2.875-16.257-4.38-17.951-3.907 8.557 6.516 17.206 6.755 17.951 3.907z" fill="#00e519" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M277.952 302.183c-.746 2.848-9.352 2.593-17.89-3.886 9.142 2.766 16.863 4.367 17.89 3.886z" fill="#ffe533" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M277.952 302.183c-.746 2.848-9.352 2.593-17.89-3.886 9.142 2.766 16.863 4.367 17.89 3.886z" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M277.975 302.13c-4.492-3.056-16.89-4.225-17.982-3.917 8.57 6.49 17.237 6.765 17.982 3.917z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M226.897 233.974l27.439 56.373c1.363 1.055 2.492-.363 2.88-.205 1.645 1.846 3.91 2.227 4.389 2.658 1.908 2.599.857 4.71.744 4.885-1.428 1.926 1.687 3.8 1.562 4.396.61 1.08 2.91.836 3.382 2.144.102-.148 4.67 8.968 5.151 9.945.682.527 3.93 6.6 3.93 6.6 2.277-.039 11.025-5.621 11.198-5.534-4.917-7.865-16.708-19.935-16.468-20.705-3.314-5.61-8.607-11.689-10.884-11.65-3.229-1.7-4.803-6.069-4.175-7.076-2.481-.058-3.833-1.534-4.006-1.62l-20.254-40.483c-1.692-.557-1.436.134-1.979 1.108 0 0-1.079-1.296-1.008-1.454-.957-.467-1.889.197-1.9.618z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.836 221.675c.526 1.114-.288 1.118-.568 1.269l-1.164.315c-1.316.021-2.01.703-2.022 1.124l32.254 65.964c1.363 1.055 2.665-.276 3.084-.107l-22.12-45.07s-8.512-15.842-10.741-20.245l2.925-1.252c.908-.216 1.18-.824.781-1.744l-13.545-23.292 10.92 22.61.196.428" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.836 221.675c.526 1.114-.288 1.118-.568 1.269l-1.164.315c-1.316.021-2.01.703-2.022 1.124l32.254 65.964c1.363 1.055 2.665-.276 3.084-.107l-22.12-45.07s-8.511-15.842-10.741-20.245l2.925-1.252c.908-.216 1.18-.824.781-1.744l-13.545-23.292 10.92 22.61.196.428" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M268.657 290.298c3.168-.14 4.944 2.204 2.875 5.01m-1.484-2.52c1.136.617 1.855-.36 1.855-.36m-16.432-14.082c1.674 6.04 4.718 10.045 5.331 11.278 2.327 2.373 4.254 7.77 3.901 8.714l8.728 14.337" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M254.48 290.576c1.425-.501 6.145-4.892 10.779-4.125 3.53 4.103 5.646 8.287 6.273 8.858-4.31 3.555-7.148 5.32-8.2 5.854-.686-.439-1.06-1.653-1.06-1.653-.897-.993.204-1.874.204-1.874-.12-2.648-2.047-4.496-4.003-4.624-2.452-.2-1.763-.398-2.075-.41-1.125-.643-1.918-2.026-1.918-2.026z" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M254.48 290.576c1.425-.501 6.145-4.892 10.779-4.125 3.53 4.103 5.646 8.287 6.273 8.858-4.31 3.555-7.148 5.32-8.2 5.854-.686-.439-1.06-1.653-1.06-1.653-.897-.993.204-1.874.204-1.874-.12-2.648-2.047-4.496-4.003-4.624-2.452-.2-1.763-.398-2.075-.41-1.125-.643-1.918-2.026-1.918-2.026z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M259.172 290.664c2.172-.043 4.392.991 5.12 2.838l-5.12-2.838" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M259.172 290.664c2.172-.043 4.392.991 5.12 2.838m3.874.729c-.2.45-.766.688-1.29.515-.523-.172-.788-.683-.586-1.133.2-.449.785-.65 1.308-.478.523.172.77.647.568 1.096zm-2.696-3.677c-.201.45-.798.677-1.32.505-.523-.172-.759-.674-.557-1.123.2-.45.755-.66 1.278-.489.523.172.8.658.6 1.107z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.324 240.383c-.862-.283-1.239-1.257-.825-2.182l5.054-1.824s.59.103 1.097.785c.494.708-.182 1.275-.182 1.275l-5.144 1.946" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.324 240.383c-.862-.283-1.239-1.257-.825-2.182l5.054-1.824s.59.103 1.097.785c.494.708-.182 1.275-.182 1.275l-5.144 1.946" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M283.343 305.13c-4.12-2.91-16.004-4.577-17.69-4.134 8.338 6.577 16.895 6.941 17.69 4.133z" fill="#00e519" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M283.3 305.145c-.795 2.808-9.309 2.428-17.63-4.112 8.994 2.873 16.604 4.572 17.63 4.112z" fill="#ffe533" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M283.3 305.145c-.795 2.808-9.309 2.428-17.63-4.112 8.994 2.873 16.604 4.572 17.63 4.112z" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M283.325 305.093c-4.386-3.092-16.634-4.433-17.721-4.144 8.352 6.551 16.926 6.952 17.72 4.144z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.139 236.871l26.024 56.207c1.328 1.065 2.474-.321 2.855-.16 1.591 1.852 3.826 2.263 4.29 2.696 1.837 2.601.754 4.675.638 4.847-1.452 1.885 1.594 3.787 1.458 4.374.583 1.079 2.863.87 3.305 2.173.104-.145 4.443 8.946 4.899 9.92.663.532 3.756 6.592 3.756 6.592 2.254-.005 11.027-5.4 11.196-5.312-4.709-7.859-16.136-19.98-15.883-20.739-3.168-5.602-8.285-11.698-10.539-11.693-3.162-1.73-4.632-6.079-3.99-7.066-2.455-.094-3.763-1.575-3.933-1.664l-19.232-40.371c-1.664-.577-1.425.111-1.981 1.067 0 0-1.042-1.299-.969-1.454-.937-.476-1.873.167-1.894.583z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.139 236.871l26.024 56.207c1.328 1.065 2.474-.321 2.855-.16 1.591 1.852 3.826 2.263 4.29 2.696 1.837 2.601.754 4.675.638 4.847-1.452 1.885 1.594 3.787 1.458 4.374.583 1.079 2.863.87 3.305 2.173.104-.145 4.443 8.946 4.899 9.92.663.532 3.756 6.592 3.756 6.592 2.254-.005 11.027-5.4 11.196-5.312-4.709-7.859-16.136-19.98-15.883-20.739-3.168-5.602-8.285-11.698-10.539-11.693-3.162-1.73-4.632-6.079-3.99-7.066-2.455-.094-3.763-1.575-3.933-1.664l-19.232-40.371c-1.664-.577-1.425.111-1.981 1.067 0 0-1.042-1.299-.969-1.454-.937-.476-1.873.167-1.894.583z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M233.337 224.681c.497 1.11-.308 1.103-.588 1.248l-1.16.295c-1.302 0-2.003.665-2.023 1.082l30.597 65.772c1.328 1.065 2.644-.233 3.055-.06l-20.986-44.94s-8.107-15.808-10.225-20.199l2.92-1.195c.904-.2 1.186-.798.809-1.716l-12.939-23.255 10.353 22.542.187.426" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M233.337 224.681c.497 1.11-.308 1.103-.588 1.248l-1.16.295c-1.302 0-2.003.665-2.023 1.082l30.597 65.772c1.328 1.065 2.644-.233 3.055-.06l-20.986-44.94s-8.107-15.807-10.225-20.199l2.92-1.195c.904-.2 1.186-.798.809-1.716l-12.939-23.255 10.353 22.542.187.426" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M274.34 293.243c3.138-.092 4.849 2.255 2.745 5.002m-1.419-2.517c1.113.628 1.844-.329 1.844-.329m-15.982-14.182c1.536 6.004 4.469 10.013 5.05 11.242 2.256 2.384 4.054 7.754 3.686 8.683l8.35 14.321" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M260.301 293.307c1.42-.474 6.181-4.75 10.753-3.923 3.411 4.114 5.422 8.287 6.031 8.861-4.338 3.455-7.183 5.16-8.235 5.673-.67-.444-1.016-1.652-1.016-1.652-.868-.996.24-1.852.24-1.852-.066-2.623-1.936-4.48-3.87-4.635-2.423-.235-1.737-.421-2.046-.437-1.1-.653-1.857-2.035-1.857-2.035z" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M260.301 293.307c1.42-.474 6.181-4.75 10.753-3.923 3.411 4.114 5.422 8.287 6.031 8.861-4.338 3.455-7.183 5.16-8.235 5.673-.67-.444-1.016-1.652-1.016-1.652-.868-.996.24-1.852.24-1.852-.066-2.623-1.936-4.48-3.87-4.635-2.423-.235-1.737-.421-2.046-.437-1.1-.653-1.857-2.035-1.857-2.035z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M264.944 293.464c2.15-.01 4.328 1.047 5.01 2.885l-5.01-2.885" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M264.944 293.464c2.15-.01 4.328 1.047 5.01 2.885m3.82.78c-.207.441-.772.669-1.287.49-.514-.178-.766-.688-.557-1.13.208-.441.79-.632 1.304-.454.515.178.749.652.54 1.093zm-2.594-3.68c-.208.441-.803.658-1.317.48-.514-.178-.737-.678-.529-1.12.208-.441.761-.643 1.275-.465.514.178.78.663.571 1.104z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M236.412 243.251c-.847-.293-1.2-1.262-.772-2.172l5.04-1.73s.58.11 1.068.793c.476.708-.205 1.26-.205 1.26l-5.131 1.85" fill="#cce5e5" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M236.412 243.251c-.847-.293-1.2-1.262-.772-2.172l5.04-1.73s.58.11 1.068.793c.476.708-.205 1.26-.205 1.26l-5.131 1.85" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M250.934 267.377c.556-.62 37.479-39.977 37.905-40.438a94.12 94.12 0 0 1-1.455-.997c-.414.432-37.434 39.832-38.031 40.45-.404-.174 2.016 1.351 1.58.985z" fill="#a05a2c" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M287.8 226.355c-1.342-1.093-3.678-2.385-5.32-1.961-.554-2.29 2.67-4.677 4.022-4.328-.338 2.51 3.398 4.102 3.328 4.11l-2.03 2.179z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M290.246 224.433c1.043.82 1.492.883 2.976 1.682 1.456.783 3.46-1.189 4.387-1.796 0 0 .994 3.626-1.208 6.017-2.2 2.39-4.858 2.897-6.958 2.194 0 0 2.765-2.709 1.624-3.885-1.105-1.14-1.504-1.232-2.606-1.954" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path transform="matrix(-.67726 .73575 -.82314 -.56784 0 0)" fill="#e7e7e7" stroke="#000" stroke-width=".132" d="M19.355-370.222h4.413v2.415h-4.413z"/>
|
||||
<path d="M243.38 309.67l-.984 9.64s1.492-1.826 1.85-2.432c.359-.607 1.652-2.23 1.929-7.85 0 0-1.01-3.107-1.486-3.1-.79-.39-1.31 3.741-1.31 3.741zm2.37-21.495s-2.588 15.48-2.85 16.888c0 .482 1.313 1.758 2.262-1.235l1.564-11.254s-.703-2.999-.976-4.399z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M251.602 303.536c-.631-.793-1.42-1.785-1.498-2.185l-.408 3.415s2.154 1.574 1.847 4.587l.418-.607.242-1.207s.442-2.012.446-3.215c0 0-.455-.195-1.047-.788z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M242.396 319.309s3.576-3.06 3.779-10.282l.443-2.012s.074 1.603.79.39c.7-1.615.665-3.018.665-3.018s1.293-1.623 1.683.377c0 0-1.201 9.444-1.283 10.247a54.753 54.753 0 0 1-.285 2.21s-.71-1.193-1.427.02c-.777 1.215-2.01 2.837-4.365 2.068zm4.33-26.737l-1.563 11.254s1.246.584 1.455 3.189c.114 1.201.592.593.79.39.261-.806.068-2.408.068-2.408l.68-7.832s-1.354-3.59-1.43-4.593z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M245.488 318.665l-.228 2.811s1.07-.015 1.788-1.228c.836-1.216 1.14-3.025 1.14-3.025s-.829-1.192-1.427.02c-.578 1.011-1.273 1.422-1.273 1.422zm1.92-11.259c.578-1.01.763-2.819.664-3.018l-.727.61c.234 1.2.063 2.408.063 2.408z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M250.93 306.273c-.491-.996-1.322-1.586-1.322-1.586l-1.588 12.658s-.447 3.215-2.43 4.046c0 0 1.13 11.015 4.707 7.956.517-.409 1.162-3.827.951-5.83-.25-2.203-.834-5.203-.89-6.406-.034-1.403.164-2.825.509-5.036.14-.804.557-2.567.637-2.769.199-.203-.043-1.838-.574-3.033z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M252.65 304.327s.967.989 1.146.986c.237-.003-2.51 20.643-2.51 20.643s.103-2.165-.7-6.368c-.651-3.415.19-8 .925-10.199 0 0 .866-.646 1.139-5.062z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M248.076 297.372s-.534 5.824-.66 7.63c0 0 1.812-2.633 2.28-.232l.407-3.416s-1.576-2.585-2.027-3.982z" fill="#f7e214" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M246.689 306.997s-.595-6.523-3.755-1.912c-.122.002-.29 2.592-.108 3.212.099.83.973 1.855 1.339 2.472.69 1.028 1.43-.228 1.43-.228s.718-1.048 1.094-3.544z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M221.652 252.734c-.116-3.712-1.284-9.888-1.342-14.121l-12.807-13.05s-1.58 10.573-6.23 16.618l20.38 10.56" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M222.577 253.174c.54-2.582 1.187-5.488 1.616-10.888l-8.244-8.123c.033 3.39-3.806 8.634-4.066 14.968" fill="#ffe000" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.687 260.994c.945-4.53-1.373-5.092 2.075-11.466l-7.618-7.305c-1.42 4.296-2.375 7.06-2.251 10.773l6.49 4.618" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M200.055 288.087c-1.543-4.584.551-13.58.319-19.342-.175-3.718 2.559-17.698 2.5-21.927l-15.055-9.403s-.656 15.28-2.389 31.922c-1.559 8.548-1.549 16.36-.428 22.885 1.6 9.275 3.172 13.082 6.92 17.006 6.649 6.881 20.967 2.905 20.967 2.905 12.062-2.495 19.01-10.094 19.01-10.094s-3.923.927-10.28 1.573c-13.931-.976-19.418 2.506-19.852-11.788" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M240.404 297.35l.233-.101c-2.612.977-6.253 2.056-6.253 2.056l-8.489.653c-18.413.43-16.108-10.97-15.378-29.364.175-6.98 1.559-15.77 1.202-18.883l-12.343-7.071c-4.026 11.374-2.771 19.332-3.577 25.15-.42 6.269-1.757 18.51.275 23.85 2.877 12.426 12.606 11.92 25.777 10.827 6.533-.542 10.048-2.222 10.048-2.222l8.498-4.89" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M240.644 297.1c-2.553 1.322-6.311 2.298-6.311 2.298l-8.604.85c-13.348 1.132-21.162-8.244-19.452-29.446.011-7.49.251-10.817 2.836-20.795l7.336 4.304v.691c-.415 2.24-1.465 7.477-1.465 9.872 0 17.023 10.764 30.099 25.427 32.319l.233-.1" fill="#007a3d" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M191.915 245.917c1.244 2.09 8.672 13.405 12.833 15.545m-11.582-8.153c1.244 2.14 10.338 14.884 14.434 15.601m-16.515 3.874c2.081 2.496 4.154 7.441 10.338 10.648m-7.428 3.518c4.155 3.874 14.434 12.389 24.358 12.739m-24.358-6.364c2.081 2.496 6.592 14.168 25.61 8.87m-28.52-6.73c1.244 2.8 10.753 18.403 27.69 12.382" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M210.933 282.486c-1.542-4.585.552-13.58.32-19.343-.175-3.718 1.578-16.577 1.52-20.806l-14.076-10.524s-.655 15.28-2.388 31.922c-1.56 8.549-2.748 19.02-1.593 25.538 1.891 10.669 7.02 13.67 7.947 14.495 7.19 6.406 23.422 5.776 25.035 5.2 11.6-4.146 16.652-11.515 16.652-11.515s-5.495-.089-11.852.558c-13.932-.976-20.968-.395-21.401-14.69" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M251.283 291.747l.233-.1c-2.612.977-6.254 2.056-6.254 2.056l-8.488.654c-18.413.43-16.108-10.97-15.378-29.364.175-6.98.415-13.25.058-16.363l-11.036-8.05c-4.026 11.374-2.934 17.79-3.74 23.61-.42 6.267-1.758 18.508.275 23.849 2.877 12.425 12.606 11.919 25.776 10.826 6.534-.542 10.049-2.221 10.049-2.221l8.497-4.89" fill="#ffe000" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M251.61 291.581c-2.554 1.322-6.311 2.298-6.311 2.298l-8.604.85c-13.348 1.132-21.163-8.244-19.452-29.446.011-7.49-.239-8.015 2.345-17.993 4.089 2.65 11.904 9.321 11.904 9.321s-2.126 2.993-1.628 7.178c0 17.023 6.85 25.665 21.513 27.885l1.608-13.903" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M202.793 240.315c1.244 2.09 8.672 13.406 12.834 15.545m-11.582-8.153c1.244 2.14 10.338 14.884 14.434 15.601m-16.515 3.874c2.08 2.496 4.154 7.442 10.338 10.648m-7.428 3.518c4.154 3.874 14.434 12.39 24.358 12.739m-24.358-6.364c2.08 2.496 6.591 14.168 25.609 8.871m-28.52-6.731c1.245 2.801 10.754 18.403 27.69 12.383" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M187.918 238.894s-.623 5.422-.682 6.394c-.288 4.702-.155 8.26.066 10.475-.014.24.906 5.864.589 6.165-1.08 1.233-1.119 1.37-2.258.457-.163-.187.491-5.948.54-6.74.11-.85.288-7.58.41-10.515.012-1.16 1.01-6.872 1.01-6.872s.132-1.216.319.62" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M187.918 238.894s-.623 5.422-.682 6.394c-.288 4.702-.148 8.26.066 10.475-.014.24 1.098 8.069.752 6.172-1.08 1.234-1.302 1.699-2.441.786-.164-.188.511-6.284.56-7.076.11-.85.288-7.58.41-10.515.012-1.16 1.01-6.872 1.01-6.872s.132-1.216.319.62l.006.016z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M187.801 236.993s-1.228 6.496-1.339 10.224c-.16 4.521-.354 5.8-.282 8.436.047.18-.442 3.405-.586 4.808-.102.722.106.185-.014.239-.923.565-1.551.11-2.114-.335-.167-.127 1.492-4.034 1.54-4.826.877-11.474 2.54-18.198 2.54-18.198s-.663 4.07.255-.348" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M187.801 236.993s-1.228 6.496-1.332 10.224c-.16 4.521-.354 5.8-.282 8.436.047.18-.441 3.406-.585 4.808-.103.723.105.185-.015.24-.923.564-1.551.11-2.114-.336-.167-.126 1.492-4.034 1.541-4.833.876-11.475 2.533-18.199 2.533-18.199s-.664 4.07.254-.347v.008zm-.532 18.47s-.974.44-1.082.19m-.042-1.337s.832-.022.963-.256m-.049-1.12s-.614.401-.78.146m.765-1.794l-.592.025m.63-1.62l-.649.022m.548-2.291s-.367.164-.41-.078m.526-1.813l-.53-.024m-.508 10.202s-.955.135-1.06-.169m1.137-2.033s-.952.078-.992-.225m1.03-1.362s-.773.025-.828-.037m.98-1.493l-.77-.035m.766-1.802l-.527-.083m.74-1.496s-.48.1-.581-.145m.635-1.697s-.432.282-.414-.018m-.052 9.556s-.948.009-.93-.282m13.603-21.101s-.622 5.421-.682 6.394c-.287 4.702-.155 8.26.067 10.474-.015.24.906 5.865.589 6.165-1.081 1.233-1.12 1.37-2.258.458-.164-.188.49-5.948.54-6.74.11-.852.288-7.581.409-10.515.013-1.16 1.01-6.873 1.01-6.873s.133-1.216.32.621" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M198.797 233.293s-.623 5.421-.683 6.394c-.287 4.701-.148 8.26.067 10.474-.015.24 1.098 8.07.752 6.172-1.081 1.234-1.303 1.7-2.442.786-.163-.187.512-6.283.56-7.076.11-.85.289-7.58.41-10.514.013-1.16 1.01-6.873 1.01-6.873s.133-1.216.32.621l.005.016z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M198.68 231.391s-1.228 6.497-1.34 10.224c-.159 4.521-.354 5.8-.282 8.436.048.18-.441 3.406-.585 4.808-.102.722.105.185-.015.239-.923.565-1.55.11-2.114-.335-.167-.126 1.493-4.034 1.541-4.826.876-11.474 2.54-18.198 2.54-18.198l.255-.348" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M198.68 231.391s-1.228 6.497-1.332 10.224c-.16 4.522-.354 5.8-.282 8.437.047.18-.442 3.405-.586 4.807-.102.723.106.185-.014.24-.924.564-1.552.11-2.114-.336-.167-.126 1.492-4.033 1.54-4.833.877-11.474 2.534-18.199 2.534-18.199l.254-.347v.008zm-.532 18.47s-.974.441-1.082.19m-.043-1.337s.832-.022.963-.256m-.048-1.119s-.614.4-.78.145m.764-1.794l-.591.025m.63-1.62l-.65.023m.549-2.292s-.367.164-.41-.078m.525-1.812l-.53-.024m-.507 10.201s-.955.136-1.06-.168m1.136-2.033s-.951.078-.991-.225m1.03-1.363s-.774.025-.828-.037m.98-1.493l-.77-.034m.766-1.802l-.527-.084m.74-1.496s-.48.1-.582-.145m.636-1.696s-.432.281-.414-.019m-.052 9.556s-.948.009-.93-.282" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M207.288 225.346s.49 5.481.19 8.578c-.347 3.759-.295 4.834-.669 7.011-.059.146.066 2.858.045 4.03.015.607-.125.145-.012.2.856.544 1.53.22 2.141-.104.239-.088-1.034-3.464-.993-4.124.41-9.577-.495-15.283-.495-15.283l-.214-.309" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M207.288 225.346s.495 5.481.183 8.578c-.345 3.758-.296 4.834-.67 7.011-.059.146.067 2.857.045 4.03.015.607-.124.145-.012.2.857.544 1.531.219 2.142-.104.239-.088-1.034-3.464-.993-4.13.41-9.577-.488-15.283-.488-15.283l-.214-.31zm-.36 15.65s.936.191 1.076-.052m-.839-1.774s.939.143.954-.108m-.873-1.213s.76.084.828.038m-.815-1.318l.77.035m-.562-1.556l.534-.026m-.503-1.297s.401.119.536-.075m-.442-1.457s.392.268.407.018m-1.018 7.92s.943.085.958-.157" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M241.08 236.424l.85.063s-1.314-.096-.85-.063z" fill="#005000" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M252.506 273.494s-.397-.17-.496 0c0 .085.1.17.198.17.1 0 .298-.17.298-.17zm-1.09 1.189s1.684-.17 2.279-.17" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M226.336 303.15c-.243 3.26-7.845 7.009-13.525.128-6.068-4.804-4.755-12.15.067-13.168l58.255-56.814c2.337-1.276 2.562-2.493 3.726-3.736 2.445 2.596 7.508 7.257 10.27 9.508-1.68 1.406-3.046 2.737-3.418 3.833l-55.375 60.249z" fill="#e8a30e" fill-rule="evenodd" stroke="#000" stroke-width=".132"/>
|
||||
<path d="M275.006 229.387c2.781-3.816 13.62 6.098 10.724 9.176-2.896 3.077-13.286-5.324-10.724-9.176z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".132" stroke-linejoin="round"/>
|
||||
<path d="M284.76 237.823c-2.041 1.55-9.9-5.104-8.599-7.62 2.168-2.356 10.814 6.091 8.6 7.62z" fill="#cccccf" fill-rule="evenodd" stroke="#000" stroke-width=".132"/>
|
||||
<path d="M281.63 243.064c-4.882-1.557-8.342-4.805-10.532-9.662m-24.503 47.92c-6.14-1.897-10.345-5.9-12.239-12.42m9.75 15.281c-6.14-1.897-10.345-5.9-12.239-12.42m-2.252 27.515c-6.14-1.897-11.071-6.393-12.965-12.913m10.405 15.776c-6.14-1.898-11.145-6.465-13.038-12.985" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M212.636 304.022c-.305 1.449-1.098 1.901-2.206 1.458m14.667-2.047c-2.305 3.627-4.868 2.535-7.012 2.572" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M209.484 304.215c0 .97.819 1.753 1.832 1.752 1.013-.001 1.838-.787 1.843-1.756.006-.97-.81-1.757-1.823-1.761-1.013-.004-1.834 1.07-1.844 2.04" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M212.81 303.847c-.304 1.449-1.097 1.901-2.205 1.458m14.492-1.872c-2.305 3.627-4.868 2.535-7.012 2.572" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M268.62 309.67l.984 9.64s-1.492-1.826-1.85-2.432c-.359-.607-1.652-2.23-1.929-7.85 0 0 1.01-3.107 1.486-3.1.79-.39 1.31 3.741 1.31 3.741zm-2.37-21.495s2.588 15.48 2.85 16.888c0 .482-1.313 1.758-2.262-1.235l-1.564-11.254s.703-2.999.976-4.399z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M260.398 303.536c.631-.793 1.42-1.785 1.498-2.185l.408 3.415s-2.154 1.574-1.847 4.587l-.418-.607-.242-1.207s-.442-2.012-.446-3.215c0 0 .455-.195 1.047-.788z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M269.604 319.309s-3.576-3.06-3.779-10.282l-.443-2.012s-.074 1.603-.79.39c-.7-1.615-.665-3.018-.665-3.018s-1.293-1.623-1.683.377c0 0 1.201 9.444 1.283 10.247.103 1.004.285 2.21.285 2.21s.71-1.193 1.427.02c.776 1.215 2.01 2.837 4.365 2.068zm-4.33-26.737l1.563 11.254s-1.246.584-1.455 3.189c-.115 1.201-.592.593-.79.39-.261-.806-.068-2.408-.068-2.408l-.68-7.832s1.354-3.59 1.43-4.593z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M266.512 318.665l.228 2.811s-1.07-.015-1.788-1.228c-.836-1.216-1.14-3.025-1.14-3.025s.829-1.192 1.427.02c.578 1.011 1.273 1.422 1.273 1.422zm-1.92-11.259c-.578-1.01-.763-2.819-.664-3.018l.727.61c-.234 1.2-.063 2.408-.063 2.408z" fill="#ffe000" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M261.07 306.273c.491-.996 1.322-1.586 1.322-1.586l1.588 12.658s.447 3.215 2.43 4.046c0 0-1.13 11.015-4.707 7.956-.517-.409-1.162-3.827-.951-5.83.25-2.203.834-5.203.89-6.406.034-1.403-.164-2.825-.509-5.036-.14-.804-.557-2.567-.637-2.769-.199-.203.043-1.838.574-3.033z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M259.35 304.327s-.967.989-1.146.986c-.237-.003 2.51 20.643 2.51 20.643s-.103-2.165.7-6.368c.651-3.415-.19-8-.925-10.199 0 0-.866-.646-1.139-5.062z" fill="#d52b1e" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M263.924 297.372s.534 5.824.66 7.63c0 0-1.812-2.633-2.28-.232l-.407-3.416s1.576-2.585 2.027-3.982z" fill="#f7e214" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M265.311 306.997s.595-6.523 3.755-1.912c.122.002.29 2.592.108 3.212-.099.83-.973 1.855-1.339 2.472-.69 1.028-1.43-.228-1.43-.228s-.718-1.048-1.094-3.544z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M290.348 252.734c.116-3.712 1.284-9.888 1.342-14.121l12.807-13.05s1.58 10.573 6.23 16.618l-20.38 10.56" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M289.423 253.174c-.54-2.582-1.187-5.488-1.616-10.888l8.244-8.123c-.033 3.39 3.806 8.634 4.066 14.968" fill="#ffe000" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M282.313 260.994c-.945-4.53 1.373-5.092-2.075-11.466l7.618-7.305c1.42 4.296 2.375 7.06 2.251 10.773l-6.49 4.618" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M311.945 288.087c1.543-4.584-.552-13.58-.319-19.342.175-3.718-2.559-17.698-2.5-21.927l15.055-9.403s.656 15.28 2.389 31.922c1.559 8.548 1.549 16.36.428 22.885-1.6 9.275-3.172 13.082-6.92 17.006-6.649 6.881-20.967 2.905-20.967 2.905-12.062-2.495-19.01-10.094-19.01-10.094s3.923.927 10.28 1.573c13.931-.976 19.418 2.506 19.852-11.788" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M271.596 297.35l-.233-.101c2.611.977 6.253 2.056 6.253 2.056l8.489.653c18.413.43 16.108-10.97 15.378-29.364-.175-6.98-1.559-15.77-1.202-18.883l12.343-7.071c4.026 11.374 2.771 19.332 3.577 25.15.42 6.269 1.757 18.51-.275 23.85-2.877 12.426-12.606 11.92-25.777 10.827-6.533-.542-10.048-2.222-10.048-2.222l-8.498-4.89" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M271.356 297.1c2.553 1.322 6.31 2.298 6.31 2.298l8.605.85c13.348 1.132 21.162-8.244 19.452-29.446-.011-7.49-.251-10.817-2.836-20.795l-7.336 4.304v.691c.415 2.24 1.464 7.477 1.464 9.872 0 17.023-10.763 30.099-25.426 32.319l-.233-.1" fill="#007a3d" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M320.085 245.917c-1.244 2.09-8.672 13.405-12.833 15.545m11.582-8.153c-1.244 2.14-10.338 14.884-14.434 15.601m16.515 3.874c-2.081 2.496-4.155 7.441-10.338 10.648m7.428 3.518c-4.155 3.874-14.434 12.389-24.358 12.739m24.358-6.364c-2.081 2.496-6.592 14.168-25.61 8.87m28.52-6.73c-1.244 2.8-10.753 18.403-27.69 12.382" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M301.066 282.486c1.543-4.585-.551-13.58-.318-19.343.174-3.718-1.58-16.577-1.521-20.806l14.076-10.524s.655 15.28 2.388 31.922c1.56 8.549 2.748 19.02 1.593 25.538-1.891 10.669-7.02 13.67-7.947 14.495-7.19 6.406-23.422 5.776-25.035 5.2-11.6-4.146-16.652-11.515-16.652-11.515s5.495-.089 11.852.558c13.932-.976 20.968-.395 21.401-14.69" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M260.717 291.747l-.233-.1c2.612.977 6.254 2.056 6.254 2.056l8.488.654c18.413.43 16.108-10.97 15.378-29.364-.175-6.98-.415-13.25-.058-16.363l11.036-8.05c4.026 11.374 2.934 17.79 3.74 23.61.42 6.267 1.758 18.508-.275 23.849-2.877 12.425-12.606 11.919-25.776 10.826-6.534-.542-10.049-2.221-10.049-2.221l-8.497-4.89" fill="#ffe000" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M260.39 291.581c2.554 1.322 6.311 2.298 6.311 2.298l8.604.85c13.348 1.132 21.163-8.244 19.452-29.446-.011-7.49.239-8.015-2.345-17.993-4.089 2.65-11.904 9.321-11.904 9.321s2.126 2.993 1.628 7.178c0 17.023-6.85 25.665-21.513 27.885l-1.609-13.903" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M309.207 240.315c-1.244 2.09-8.672 13.406-12.834 15.545m11.582-8.153c-1.244 2.14-10.338 14.884-14.434 15.601m16.515 3.874c-2.08 2.496-4.154 7.442-10.338 10.648m7.428 3.518c-4.154 3.874-14.434 12.39-24.358 12.739m24.358-6.364c-2.08 2.496-6.591 14.168-25.609 8.871m28.52-6.731c-1.245 2.801-10.754 18.403-27.69 12.383" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M324.082 238.894s.623 5.422.682 6.394c.288 4.702.155 8.26-.066 10.475.014.24-.906 5.864-.59 6.165 1.082 1.233 1.12 1.37 2.259.457.163-.187-.491-5.948-.54-6.74-.11-.85-.288-7.58-.41-10.515-.012-1.16-1.01-6.872-1.01-6.872s-.132-1.216-.319.62" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M324.082 238.894s.623 5.422.682 6.394c.288 4.702.148 8.26-.066 10.475.014.24-1.098 8.069-.752 6.172 1.08 1.234 1.302 1.699 2.441.786.164-.188-.511-6.284-.56-7.076-.11-.85-.288-7.58-.41-10.515-.012-1.16-1.01-6.872-1.01-6.872s-.132-1.216-.319.62l-.006.016z" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M324.199 236.993s1.228 6.496 1.339 10.224c.16 4.521.354 5.8.282 8.436-.047.18.442 3.405.585 4.808.103.722-.105.185.015.239.923.565 1.551.11 2.114-.335.167-.127-1.492-4.034-1.54-4.826-.877-11.474-2.54-18.198-2.54-18.198s.663 4.07-.255-.348" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M324.199 236.993s1.228 6.496 1.332 10.224c.16 4.521.354 5.8.282 8.436-.047.18.441 3.406.585 4.808.103.723-.105.185.015.24.923.564 1.551.11 2.114-.336.167-.126-1.492-4.034-1.541-4.833-.876-11.475-2.533-18.199-2.533-18.199s.664 4.07-.255-.347v.008zm.531 18.47s.975.44 1.083.19m.042-1.337s-.832-.022-.963-.256m.049-1.12s.614.401.78.146m-.765-1.794l.592.025m-.63-1.62l.649.022m-.548-2.291s.367.164.41-.078m-.526-1.813l.53-.024m.508 10.202s.955.135 1.06-.169m-1.137-2.033s.952.078.992-.225m-1.03-1.362s.773.025.828-.037m-.98-1.493l.77-.035m-.766-1.802l.527-.083m-.74-1.496s.48.1.581-.145m-.635-1.697s.432.282.414-.018m.052 9.556s.948.009.93-.282" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M313.203 233.293s.623 5.421.683 6.394c.287 4.701.155 8.26-.067 10.474.015.24-.906 5.865-.589 6.165 1.081 1.233 1.12 1.37 2.258.458.164-.188-.491-5.948-.54-6.74-.11-.852-.288-7.581-.409-10.515-.013-1.16-1.01-6.873-1.01-6.873s-.133-1.216-.32.621" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M313.203 233.293s.623 5.421.683 6.394c.287 4.701.147 8.26-.067 10.474.015.24-1.098 8.07-.752 6.172 1.081 1.234 1.303 1.7 2.442.786.163-.187-.512-6.283-.56-7.076-.11-.85-.289-7.58-.41-10.514-.013-1.16-1.01-6.873-1.01-6.873s-.133-1.216-.32.621l-.005.016z" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M313.32 231.391s1.228 6.497 1.34 10.224c.159 4.521.354 5.8.282 8.436-.048.18.441 3.406.585 4.808.102.722-.105.185.014.239.924.565 1.552.11 2.115-.335.167-.126-1.493-4.034-1.541-4.826-.876-11.474-2.54-18.198-2.54-18.198l-.255-.348" fill="#f7e214" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M313.32 231.391s1.228 6.497 1.332 10.224c.16 4.522.354 5.8.282 8.437-.047.18.442 3.405.586 4.807.102.723-.106.185.014.24.924.564 1.552.11 2.114-.336.167-.126-1.492-4.033-1.54-4.833-.877-11.474-2.534-18.199-2.534-18.199l-.254-.347v.008zm.532 18.47s.974.441 1.082.19m.043-1.337s-.832-.022-.963-.256m.048-1.119s.614.4.78.145m-.764-1.794l.591.025m-.63-1.62l.65.023m-.549-2.292s.367.164.41-.078m-.525-1.812l.53-.024m.507 10.201s.955.136 1.06-.168m-1.136-2.033s.951.078.991-.225m-1.03-1.363s.774.025.828-.037m-.98-1.493l.77-.034m-.766-1.802l.527-.084m-.74-1.496s.48.1.581-.145m-.635-1.696s.432.281.414-.019m.052 9.556s.948.009.93-.282m-11.216-23.446s-.49 5.481-.19 8.578c.347 3.759.295 4.834.669 7.011.059.146-.066 2.858-.045 4.03-.015.607.125.145.012.2-.856.544-1.53.22-2.141-.104-.239-.088 1.034-3.464.993-4.124-.41-9.577.495-15.283.495-15.283l.214-.309" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M304.712 225.346s-.495 5.481-.183 8.578c.345 3.758.296 4.834.67 7.011.059.146-.067 2.857-.045 4.03-.015.607.124.145.012.2-.857.544-1.531.219-2.142-.104-.239-.088 1.034-3.464.993-4.13-.41-9.577.487-15.283.487-15.283l.215-.31zm.36 15.65s-.936.191-1.076-.052m.839-1.774s-.939.143-.954-.108m.873-1.213s-.76.084-.828.038m.815-1.318l-.77.035m.562-1.556l-.534-.026m.503-1.297s-.401.119-.536-.075m.442-1.457s-.392.268-.407.018m1.018 7.92s-.943.085-.958-.157" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M270.92 236.424l-.85.063s1.314-.096.85-.063z" fill="#005000" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M259.494 273.494s.397-.17.496 0c0 .085-.1.17-.198.17-.1 0-.298-.17-.298-.17zm1.09 1.189s-1.684-.17-2.279-.17" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.777 229.84c-.03-2.24 2.08-3.536 2.404-3.755 1.035-.7 1.74-1.305 3.97-1.597 0 0 .153.462.145.859-.008.397-.494 1.769-2.209 2.928-1.746 1.18-4.31 1.565-4.31 1.565z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.753 228.986l31.62 41.045 1.502-1.48-32.256-41.692-.866 2.127z" fill="#a05a2c" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.263 220.97s3.42-.355 2.969-2.31c-.484-1.934-2.788-1.898-3.75-1.988-.994-.066-4.131.663-5.062 1.596-.963.956-2.928 2.588-2.291 5.33.637 2.744 1.444 4.632 2.453 6.34 1.002 1.759.75 3.45.483 4.196-.081.316-.397 1.354.46 1.733 1.26.538 1.576.542 2.667-.674 1.117-1.189 2.614-3.114 2.583-5.354-.03-2.239 2.08-3.535 2.404-3.754 1.035-.7 1.739-1.305 3.97-1.597 0 0-.791-1.29-1.98-1.226-1.213.037-3.62-1.03-4.906-2.292z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.263 220.97s3.42-.355 2.969-2.31c-.484-1.934-2.788-1.898-3.75-1.988-.994-.066-4.131.663-5.062 1.596-.963.956-2.928 2.588-2.291 5.33.637 2.744 1.444 4.632 2.453 6.34 1.002 1.759.75 3.45.483 4.196-.081.316-.397 1.354.46 1.733 1.26.538 1.576.542 2.667-.674 1.117-1.189 2.614-3.114 2.583-5.354-.03-2.239 2.08-3.535 2.404-3.754 1.035-.7 1.739-1.305 3.97-1.597 0 0-.791-1.29-1.98-1.226-1.213.037-3.62-1.03-4.906-2.292z" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.263 220.97c-.46.007-1.826-.591-2.772-.256-.922.362-2.831 1.478-2.524 3.097m11.123-.216s-1.972.812-3.363 1.752c-.583.394-2.516 2.179-3.762 3.456-1.1 1.09-1.344 2.56-3.706 4.156m9.587-9.652c-.405.36-.81.72-1.505 1.103-.662.362-.874.939-1.294 1.397" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M285.664 303.15c.243 3.26 7.845 7.009 13.525.128 6.068-4.804 4.755-12.15-.067-13.168l-58.255-56.814c-2.337-1.276-2.562-2.493-3.726-3.736-2.445 2.596-7.508 7.257-10.27 9.508 1.68 1.406 3.046 2.737 3.418 3.833l55.375 60.249z" fill="#e8a30e" fill-rule="evenodd" stroke="#000" stroke-width=".132"/>
|
||||
<path d="M236.994 229.387c-2.781-3.816-13.62 6.098-10.724 9.176 2.896 3.077 13.286-5.324 10.724-9.176z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".132" stroke-linejoin="round"/>
|
||||
<path d="M227.24 237.823c2.041 1.55 9.9-5.104 8.599-7.62-2.168-2.356-10.814 6.091-8.6 7.62z" fill="#cccccf" fill-rule="evenodd" stroke="#000" stroke-width=".132"/>
|
||||
<path d="M230.37 243.064c4.882-1.557 8.342-4.805 10.532-9.662m24.503 47.92c6.14-1.897 10.345-5.9 12.239-12.42m-9.75 15.281c6.14-1.897 10.345-5.9 12.239-12.42m2.252 27.515c6.14-1.897 11.071-6.393 12.965-12.913m-10.405 15.776c6.14-1.898 11.145-6.465 13.038-12.985" fill="none" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M299.364 304.022c.305 1.449 1.098 1.901 2.206 1.458m-14.667-2.047c2.305 3.627 4.868 2.535 7.012 2.572" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M302.516 304.215c0 .97-.819 1.753-1.832 1.752-1.013-.001-1.838-.787-1.843-1.756-.006-.97.81-1.757 1.823-1.761 1.013-.004 1.834 1.07 1.844 2.04" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M299.19 303.847c.304 1.449 1.097 1.901 2.205 1.458m-14.492-1.872c2.305 3.627 4.868 2.535 7.012 2.572" fill="none" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M276.96 187.22c1.893 3.029 4.7 8.493 5.467 12.68 1.413 7.721-.796 16.282-7.523 22.332-5.48 4.929-14.083 6.452-17.674 7.189-3.583.735-6.175 1.887-6.767 2.68-.03-.558-.112-1.116.486-1.674 1.701-.75 4.462-1.193 8.311-1.987 7.735-1.594 15.861-4.494 20.288-12.934 5.773-11.006 2.333-19.655-2.667-28.241l.079-.045z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M279.085 219.98a.462.605 49.857 0 1-.667-.643.462.605 49.857 0 1 .667.644z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M284.348 218.602c-1.15.683-2.29.861-3.204 1.167-.706.235-1.921.618-2.34.776-.4.15-1.024.432-1.558.673-.846.383-1.762 1.446-1.762 1.446s1.288 1.351 2.826 1.16c1.206-.15 1.814-.48 2.419-.775.628-.306.614-.653 1.52-1.306 1.001-.722 1.703-2.147 2.099-3.141zm-6.029 1.276c-.368.578-1.25.533-1.754.454l-.228.289c.692.01 1.638.017 2.112-.606-.012-.093-.068-.138-.13-.137z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M284.332 218.654c-1.041 1.015-2.985 2.143-4.935 2.976-1.953.834-4.234 1.101-5.334 1.095l-.29.306c1.582-.148 3.667-.434 5.434-1.16 2.304-.944 4.196-2.16 5.14-3.156l-.015-.06zm-2.537 4.88c-2.077-.073-3.22.573-5.15.995-1.803.395-3.913-.543-5.08 1.192 4.7 3.047 8.093.997 10.23-2.187z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M277.567 227.803c-.895-.768-8.586-3.37-9.814-.462 1.83 2.023 7.185 2.475 9.814.462z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M275.744 229.85c-.812-.128-1.77-.317-2.705-.425-.94-.108-1.308-.271-2.003-.367-1.137-.157-2.438-1.752-6.444-.534 1.551 3.572 6.844 4.322 11.152 1.326zm1.732-1.99c-4.097.818-8.913-.003-10.817-1.125l-.304.202c4.39 1.871 8.655 1.625 11.121.923zm4.254-4.326c-2.413 1.618-5.523 2.825-12.185 1.932l-.09.231c9.128.783 10.03-.89 12.275-2.163z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M275.714 229.88c-3.185.112-4.978 1.531-10.944-1.405-.487-.24-1.138-.407-1.515-.586l-.547.202c.416.185 1.086.18 1.46.345 7.45 3.287 7.24 1.75 11.546 1.443z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M263.735 225.713a.456.614 66.176 1 0 .468.786.456.614 66.176 1 0-.468-.786z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M263.624 226.404c-.688.177-.885.994-.944 1.475l-.355.129c.18-.635.434-1.5 1.196-1.76.091.036.12.1.103.156z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M283.649 199.268a.474.59 15.75 1 1-.923-.22.474.59 15.75 0 1 .923.22z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M279.063 216.697c-.149-2.225-1.229.859-3.41-4.112-.634-1.445-.629-2.367-1.059-4.535 1.188 1.874 3.173 2.38 3.98 3.829.792 1.425.59 3.716.49 4.818z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M274.637 208.213s1.075 2.508 2.622 4.283c1.556 1.785 1.847 3.956 1.847 3.956" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M275.7 210.343c1.37 1.843 3.209 4.027 3.295 6.32l.214.079c-.319-3.015-2.101-4.408-3.2-5.929l-.308-.47zm11.571 2.846c-1.001.824-2.055 1.122-2.879 1.53-.637.315-1.172.733-1.547.938-.36.196-.944.288-1.418.591-.752.482-2.222 2.168-2.222 2.168s1.394 1.142 2.258.955c2.512-.487 3.244-1.484 4.512-2.407.978-.801 1.044-2.704 1.296-3.775z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.075 218.492l-.236.347c1.441-.142 3.738-1.526 5.269-2.297 2.06-1.036 3.213-1.825 4.081-3.299-.983 1.474-2.268 2.31-4.202 3.245-1.623.785-3.932 2.113-4.912 2.004z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M288.126 208.317c-.84.973-1.825 1.437-2.564 1.971-.572.413-1.024.911-1.357 1.174-.319.251-.879.436-1.292.811-.654.596-1.625 2.336-1.625 2.336s.696.744 1.514.42c2.532-.314 3.276-1.515 4.218-3.675.527-1.121 1.048-1.941 1.106-3.037z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.975 212.745a.594.471 61.956 1 0 .864-.376.594.471 61.956 0 0-.864.376z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.012 215.025l-.171.38c3.035-1.384 7.017-4.175 8.32-7.017-1.853 3.066-4.915 5.087-8.15 6.637zm8.806-11.398c-.721 1.013-1.616 1.535-2.275 2.11-.509.445-.9.966-1.194 1.246-.283.269-.797.488-1.16.885-.573.63-1.363 2.405-1.363 2.405s.926.872 1.674.498c.747-.374 1.75-1.222 2.246-1.665.516-.46.643-1.573 1.25-2.42.705-.987.847-1.978.822-3.06z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M286.633 206.761c-1.473 1.677-3.284 3.276-4.98 4.007l-.134.385c2.762-1.566 3.926-2.981 5.148-4.338l-.034-.054zm1.14-6.022c-.502.984-1.256 1.567-1.776 2.162-.403.46-.68.968-.909 1.255-.22.274-.667.539-.94.936-.43.63-.863 2.285-.863 2.285s.628.668 1.268.235c.64-.433 1.558-1.318 1.948-1.774.407-.475.612-1.503 1.035-2.327.492-.958.452-1.839.238-2.772zm-4.66-1.167c-.267.577-.374 1.143-.547 1.738l-.068-.425c.142-.466.256-.957.478-1.385.046-.01.091-.012.137.072z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M286.262 203.776c-1.095 1.669-2.525 3.32-3.999 4.201l-.058.353c2.333-1.76 3.184-3.158 4.099-4.513l-.042-.041zm-5.995 10.555c-.122-.532-.22-.95-.569-1.428-.052-.003-.09.013-.101.062.318.515.452.967.54 1.59l.13-.224z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M279.345 193.406a.458.35 39.522 0 1-.52.472.458.35 39.522 0 1 .52-.472z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.693 194.699c-.38-.331-.852-.628-1.332-.921-.055.019-.06.057-.045.105.551.348 1.035.686 1.445 1.073l-.068-.257zm5.89.38c-1.206 2.544-4.107 4.322-2.943 8.055 2.998 2.708 3.19-4.845 2.944-8.056z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M283.833 189.51c-.493 2.601-2.802 4.752-1.289 8.2 4.25 1.068 2.225-4.66 1.29-8.2z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.32 185.615c2.135 3.971 2.648 6.268.128 8.872 0 0-1.323-1.244-1.638-3.532-.268-1.935 1.311-4.252 1.51-5.34z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M277.774 183.31c.567 2.518-1.612 3.672 1.504 6.914 2.224-2.645 1.162-3.306-1.504-6.914z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M276.936 187.716c-3.592.383-2.193-2.73-3.217-5.606 2.116 1.577 4.982 2.211 3.217 5.606zm2.342 4.752c-1.01-4.684-4.233-2.852-6.016-4.916.922 3.02 2.277 5.083 6.016 4.916zm1.45 4.357c-2.807-.185-5.083-1.567-6.594-4.673 2.879 1.286 6.07 1.416 6.594 4.673z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.153 200.892c-1.107-1.272-1.135-2.092-1.556-2.94-.698-1.403-1.439-2.645-3.245-3.954.013 3.313.484 6.973 4.801 6.894z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.791 204.353c-1.723-2.4-3.32-4.44-5.925-6.115 1.08 2.357.581 6.717 5.925 6.115z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.305 209.112c-5.288-.148-4.788-5.137-4.832-7.47.955 1.428 2.123 2.67 2.993 3.697.95 1.122 1.866 2.388 1.839 3.773z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.667 212.083c-.428-1.082-.1-1.519-1.043-2.469-1.02-1.026-2.977-2.864-4.001-4.973-.148 1.865-.172 4.743 1.272 5.706 1.093.729 2.046.934 3.772 1.736zm-4.619 7.73c-4.15-3.228-1.655-5.95-1.307-8.365 1.055 2.722 4.023 5.07 1.307 8.365zm1.702-31.122c-1.334-2.502-2.144-3.873-3.923-6.483 2.054 2.969 2.94 4.854 4.12 6.887" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M276.109 220.62c.169-3.286-.727-6.118-1.307-9.085.549 3.133 1.327 6.285 1.033 9.345l.274-.26zm4.926-7.88c-.433-2.01-4.393-3.344-5.382-8.012.811 4.641 4.826 5.812 5.23 8.424l.152-.411zm.886-2.732l-.107.51c-.586-3.147-4.282-4.696-5.35-8.893 1.561 4.548 4.574 5.149 5.457 8.383zm.73-4.712c-1.818-2.774-4.361-3.82-6.768-7.077 2.251 3.2 5.09 4.7 6.812 7.506l-.043-.429zm-.064-3.65c-2.002-.857-4.079-3.259-6.252-7.649 1.425 3.249 3.232 6.187 6.252 8.138v-.49z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.663 197.363c-2.335-1.847-5.364-3.074-7.541-5.242 1.81 2.064 5.286 3.507 7.606 5.547l-.065-.305zm-1.805-4.59c-2.36-1.603-4.634-2.103-6.596-5.139 1.576 2.97 4.084 3.723 6.682 5.364l-.086-.224zm6.726 2.366c-.846 3.278-1.56 6.723-3.803 8.934l.021-.429c1.025-.574 2.645-3.988 3.782-8.505zm-2.73-5.506c-.153 3.387-.094 6.97-1.847 8.892l-.129-.387c1.787-1.447 1.638-5.276 1.977-8.505zm-2.406-3.855c.6 2.981.644 5.738-.15 10.198l-.172-.327c.498-2.627 1.063-5.318.322-9.871zm-3.61-2.366c1.199 2.529 2.116 5.088 1.333 7.832l-.215-.306c.928-2.509-.157-5.017-1.117-7.526zm-4.632 33.284c1.417 3.409-.456 5.884-2.67 7.318-1.723-4.953 1.868-4.398 2.67-7.318z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M273.266 216.686c.243 2.108-2.05 4.469-2.76 8.036l-.32.29c1.053-4.35 3.275-6.024 3.08-8.326z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.3 193.296a.35.458 1.848 1 1-.691-.124.35.458 1.848 0 1 .69.124z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.095 195.152c.03-.503-.024-1.058-.085-1.616-.048-.032-.082-.013-.11.028.06.65.088 1.238.033 1.8l.162-.212z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.339 192.94a.282.408 1.944 0 1-.537.267.282.408 1.944 0 1 .537-.267z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.7 194.51c-.116-.412-.307-.82-.504-1.229-.044 0-.064.033-.073.08.222.48.403.93.516 1.401l.06-.251z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M282.35 199.333a.458.35 80.536 0 1-.703.014.458.35 80.536 1 1 .702-.014z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M282.514 201.194c-.069-.5-.23-1.033-.4-1.57-.053-.021-.083.004-.102.05.187.625.33 1.198.385 1.758l.117-.238z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.185 199.71a.472.353 57.082 1 1-.489.524.472.353 57.082 0 1 .488-.524z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M282.45 201.146c-.358-.368-.801-.696-1.252-1.022-.051.02-.057.063-.042.116.518.387.972.763 1.357 1.192l-.064-.286z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.91 212.406a.35.458 12.73 1 1-.656-.252.35.458 12.73 0 1 .655.252z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.362 214.19c.124-.488.176-1.043.222-1.603-.042-.04-.079-.028-.114.007-.063.649-.147 1.233-.307 1.773l.199-.177z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M281.579 213.201a.35.458 50.478 0 0 .52.472.35.458 50.478 1 0-.52-.472z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M280.23 214.495c.38-.332.853-.628 1.333-.921.054.018.06.057.044.105-.55.348-1.034.686-1.444 1.073l.068-.257z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M278.094 218.572a.35.458 40.348 0 1-.464-.527.35.458 40.348 0 1 .464.527z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M276.78 219.902c.336-.375.64-.843.94-1.318-.018-.055-.057-.062-.105-.046-.356.545-.701 1.024-1.094 1.428l.258-.064z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M276.1 218.148a.475.59 10.023 0 0 .944.105.475.59 10.023 1 0-.945-.105z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M276.67 218.744c-.25.643-.072.893.076 1.173l-.156.329c-.221-.369-.305-.777-.11-1.544.093-.035.16-.01.19.042zm-12.92 10.008c-.71.06-1.065-.335-1.297-.767l-.38-.003c.402.535.827.958 1.637.95.072-.064.076-.133.04-.18z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M263.798 229.489a.619.452 9.459 0 1 .209-.881.619.452 9.459 1 1-.209.88z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M269.54 219.819c.537 3.288-1.38 5.96-4.273 6.788-.945-4.238 2.963-4.39 4.274-6.788z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M269.546 219.845c-1.062 2.58-2.498 4.98-5.072 7.627l-.554.072c2.865-2.266 4.437-5.21 5.626-7.699z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M264.32 227.522a.543.403 9.82 0 1-.428-.777.543.403 9.82 1 1 .428.777z" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M262.305 228.046c.526-.167 1.036-.443 1.546-.728-.007-.063-.053-.092-.117-.105-.599.32-1.165.582-1.769.746l.34.087zm2.8-5.326c-.139 1.32-1.177 2.508-2.136 3.435-.957.926-1.064 1.274-2.415 1.674-1.298-2.955 3.043-3.54 4.55-5.109z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M265.092 222.689c-1.448 2.71-3.753 4.041-5.01 5.79l-.178-.016c1.8-2.373 3.33-2.824 5.188-5.774zm-29.975-35.469c-1.893 3.029-4.7 8.493-5.467 12.68-1.414 7.721.796 16.282 7.523 22.332 5.48 4.929 14.082 6.452 17.674 7.189 3.582.735 6.175 1.887 6.767 2.68.03-.558.111-1.116-.486-1.674-1.702-.75-4.463-1.193-8.312-1.987-7.734-1.594-15.86-4.494-20.287-12.934-5.773-11.006-2.333-19.655 2.667-28.241l-.079-.045z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M249.71 227.82c-.237.44-4.279 3.986-7.954 3.72-2.691-.194-3.136-.842-3.136-.842s-.251-.668 2.138-1.157c2.414-.493 6.599-2.142 8.952-1.722z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.752 230.714c2.89.327 5.833-.84 8.138-1.72" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M246.603 222.561c.31.054 3.628 1.753 4.905 3.984.935 1.633.783 2.024.783 2.024s-.237.28-1.397-1.04c-1.171-1.334-3.598-3.49-4.29-4.968z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M252.248 228.487c-.945-1.776-2.656-3.292-3.978-4.485" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.949 187.574c-.078-.327.316-3.656 2.185-4.71 1.368-.772 1.861-.551 1.861-.551s.409.295-.52 1.354c-.938 1.07-2.221 3.374-3.526 3.907z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.925 182.347c-1.52.762-2.42 2.386-3.139 3.639" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.007 189.266c-.167-.221-1.088-3.145-.248-5.047.615-1.392 1.013-1.49 1.013-1.49s.37.012.141 1.392c-.23 1.394-.248 3.982-.906 5.145z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.738 182.797c-.717 1.47-.726 3.292-.75 4.711" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234 189.293c.234.004 2.896-.778 4.14-2.232.911-1.065.854-1.372.854-1.372s-.134-.238-1.166.567c-1.042.813-3.117 2.053-3.829 3.037z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.951 185.743c-.938 1.168-2.4 2.039-3.532 2.728" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.727 191.562c-.176-.22-1.39-3.32-.925-5.569.34-1.646.674-1.818.674-1.818s.324-.048.319 1.522c-.005 1.587.342 4.466-.068 5.865z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.456 184.255c-.419 1.748-.17 3.775.008 5.356" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.788 193.681c-.272-.185-2.431-3.113-2.22-5.571.155-1.8.564-2.062.564-2.062s.42-.13.694 1.507c.278 1.653 1.253 4.567.962 6.126z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M230.12 186.136c-.24 1.925.451 3.975.971 5.578" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M230.627 196.417c-.235-.156-2.334-2.74-2.574-5.023-.176-1.673.09-1.938.09-1.938s.293-.143.766 1.354c.477 1.512 1.684 4.15 1.718 5.607z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M228.148 189.539c.132 1.793.984 3.648 1.636 5.1" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.786 191.592c.276.065 3.403-.265 4.848-1.833 1.057-1.149.986-1.563.986-1.563s-.162-.342-1.366.437c-1.217.787-3.643 1.864-4.468 2.959z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.57 188.256c-1.088 1.275-2.798 2.03-4.123 2.633" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.773 193.696c.271.086 3.413-.018 4.968-1.479 1.137-1.069 1.096-1.487 1.096-1.487s-.137-.354-1.394.337c-1.27.697-3.768 1.597-4.67 2.63z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M237.783 190.786c-1.177 1.193-2.937 1.823-4.303 2.33" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M230.781 196.452c.294.08 3.652-.165 5.253-1.793 1.172-1.193 1.11-1.638 1.11-1.638s-.161-.373-1.477.42c-1.33.8-3.965 1.868-4.886 3.01z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M237.089 193.083c-1.21 1.327-3.066 2.075-4.506 2.675" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.29 195.211s-.305-.59-.309-1.137c-.004-.547.136-.83.136-.83l-.213-.132s-.107.587-.106.87c.001.282.01.353.01.353s-.383-.328-.466-.515c-.083-.186-.19-.464-.19-.464l-.187.084s.174.578.322.69c.515.396.828 1.187.828 1.187" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.968 192.326a.58.393 83.534 1 1 .13 1.152.58.393 83.534 1 1-.13-1.152z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.294 192.317a.393.58 19.29 1 1-.383 1.095.393.58 19.29 1 1 .383-1.095z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.175 195.15s.609-.267.957-.689c.349-.421.418-.73.418-.73l.249.033s-.288.522-.467.74c-.179.22-.23.269-.23.269s.504-.013.686-.105c.182-.092.44-.24.44-.24l.093.182s-.5.339-.686.334c-.649-.019-1.391.397-1.391.397" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.02 193.743a.393.58 45.57 1 0-.828.812.393.58 45.57 1 0 .828-.812z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M233.006 192.904a.393.58 19.818 1 0-.393 1.09.393.58 19.818 1 0 .393-1.09z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.808 199.329c-.254-.146-2.607-2.694-3.007-5.053-.293-1.726-.034-2.02-.034-2.02s.296-.168.886 1.357c.595 1.541 2.024 4.203 2.155 5.716z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M226.778 192.342c.255 1.855 1.264 3.727 2.036 5.194" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.971 199.353c.31.064 3.785-.411 5.343-2.21 1.14-1.316 1.045-1.775 1.045-1.775s-.191-.377-1.507.533c-1.33.92-3.999 2.203-4.88 3.452z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M236.306 195.435c-1.17 1.46-3.05 2.36-4.507 3.078" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.518 202.269c.304.005 3.751-.984 5.363-2.827 1.18-1.349 1.107-1.738 1.107-1.738s-.173-.301-1.51.718c-1.35 1.03-4.037 2.6-4.96 3.847z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M235.933 197.772c-1.216 1.48-3.109 2.583-4.577 3.456" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.42 202.269c-.355-.11-3.604-2.399-4.092-4.843-.357-1.79.02-2.15.02-2.15s.425-.234 1.21 1.286c.792 1.536 2.727 4.116 2.862 5.707z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M225.36 195.365c.3 1.933 1.666 3.748 2.712 5.172" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.52 205.943c.308-.052 3.612-1.705 4.899-3.88.942-1.593.795-1.976.795-1.976s-.232-.273-1.394 1.014c-1.174 1.3-3.6 3.401-4.3 4.842z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M235.171 200.167c-.954 1.733-2.663 3.21-3.986 4.372" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.359 206.066c-.358-.045-3.86-1.793-4.756-4.23-.656-1.783-.36-2.228-.36-2.228s.365-.323 1.38 1.1c1.027 1.438 3.327 3.738 3.736 5.358z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M224.27 199.698c.627 1.943 2.25 3.56 3.498 4.834" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.413 204.378s-.479-.544-.629-1.122c-.15-.578-.076-.914-.076-.914l-.261-.083s.043.65.12.948c.076.298.104.371.104.371s-.493-.245-.63-.42c-.138-.176-.325-.44-.325-.44l-.175.137s.338.565.524.646c.65.281 1.192 1.034 1.192 1.034" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M227.22 201.66a.632.43 69.444 1 1 .444 1.185.632.43 69.444 1 1-.444-1.184z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M228.62 201.302a.43.632 5.202 1 1-.115 1.26.43.632 5.202 1 1 .114-1.26z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.375 204.324s.574-.443.83-.982c.257-.54.25-.883.25-.883l.27-.032s-.165.63-.296.908a4.234 4.234 0 0 1-.173.345s.53-.148.699-.294c.168-.146.402-.37.402-.37l.146.168s-.439.49-.637.535c-.692.153-1.367.79-1.367.79" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.027 202.084a.43.632 31.485 1 0-.66 1.079.43.632 31.485 1 0 .66-1.079z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M230.713 201.457a.43.632 5.73 1 0-.127 1.258.43.632 5.73 1 0 .126-1.258z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.79 209.306c-.345-.058-4.045-1.91-5.487-4.347-1.055-1.784-.89-2.212-.89-2.212s.259-.307 1.56 1.135c1.316 1.456 4.033 3.81 4.818 5.424z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M223.46 202.837c1.069 1.94 2.984 3.594 4.465 4.896" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M230.028 209.243c.392-.05 4.228-1.964 5.21-4.631.718-1.953.394-2.44.394-2.44s-.399-.355-1.512 1.204c-1.125 1.574-3.643 4.093-4.092 5.867z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M235.602 202.27c-.687 2.128-2.464 3.898-3.83 5.293" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.028 212.53c.363-.092 3.918-2.384 4.84-5.086.676-1.978.38-2.414.38-2.414s-.366-.3-1.404 1.34c-1.049 1.656-3.39 4.387-3.816 6.16z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M236.22 205.128c-.647 2.145-2.3 4.065-3.571 5.574" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M230.76 212.532c-.44.023-5.029-1.31-6.637-4.04-1.177-2-.92-2.597-.92-2.597s.368-.469 1.9 1.018c1.546 1.503 4.81 3.763 5.656 5.619z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M223.257 205.996c1.177 2.197 3.478 3.783 5.256 5.04" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.828 219.404c.283-.191 2.767-3.28 2.966-5.937.147-1.945-.193-2.24-.193-2.24s-.369-.153-.889 1.603c-.525 1.774-1.903 4.884-1.884 6.574z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M237.598 211.322c-.087 2.083-1.06 4.271-1.803 5.983" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.615 219.328c-.456.14-5.653.021-8.106-2.274-1.795-1.68-1.69-2.344-1.69-2.344s.255-.564 2.28.514c2.046 1.088 6.11 2.478 7.516 4.104z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M224.902 214.797c1.85 1.878 4.714 2.851 6.934 3.634" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.705 216.621c-.404.022-5.04-1.097-7.264-3.42-1.628-1.702-1.546-2.214-1.546-2.214s.218-.401 2.041.862c1.842 1.276 5.488 3.191 6.77 4.772z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M223.97 211.074c1.682 1.87 4.25 3.215 6.242 4.28" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.96 216.482c.383-.14 3.806-2.98 4.197-5.952.286-2.176-.147-2.604-.147-2.604s-.48-.275-1.25 1.583c-.778 1.877-2.745 5.043-2.8 6.973z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M237.001 208.034c-.215 2.349-1.604 4.575-2.666 6.322" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M231.938 214.892s-.735-.344-1.148-.87c-.412-.526-.488-.904-.488-.904l-.304.032s.335.646.546.919c.212.272.274.334.274.334s-.616-.031-.835-.15c-.22-.118-.531-.306-.531-.306l-.118.22s.6.429.827.428c.793-.002 1.687.529 1.687.529" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M228.501 213.102a.708.48 45.889 1 1 .986 1.017.708.48 45.889 1 1-.986-1.017z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.777 212.105a.708.48 71.645 1 1 .446 1.344.708.48 71.645 1 1-.446-1.344z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.033 214.867s.39-.712.413-1.38c.022-.668-.14-1.018-.14-1.018l.265-.154s.111.72.101 1.065c-.01.345-.023.432-.023.432s.478-.39.586-.615c.107-.225.247-.56.247-.56l.225.107s-.23.7-.415.835c-.64.466-1.05 1.422-1.05 1.422" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M233.742 211.384a.48.708 7.93 1 0-.195 1.403.48.708 7.93 1 0 .195-1.403z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.124 211.33a.708.48 72.174 1 0 .434 1.348.708.48 72.174 1 0-.434-1.349z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M236.556 221.433c-.323.204-4.534 1.136-7.218-.255-1.966-1.018-2.089-1.582-2.089-1.582s.03-.51 1.992-.031c1.982.485 5.678.817 7.315 1.868z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M227.344 219.651c2.07 1.169 4.673 1.398 6.7 1.599" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M236.81 221.36c.228-.147 2.084-2.744 2.004-5.186-.058-1.788-.38-2.098-.38-2.098s-.334-.182-.617 1.39c-.287 1.589-1.184 4.324-1.006 5.893z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.44 214.164c.123 1.922-.512 3.846-.992 5.354" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M240.575 224.36c-.397.244-5.448 1.559-8.512.26-2.244-.95-2.345-1.548-2.345-1.548s.075-.553 2.356-.182c2.306.376 6.649.46 8.501 1.47z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M229.825 223.124c2.357 1.104 5.416 1.158 7.796 1.225" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M240.815 224.33c.217-.32 1.302-4.083 0-6.027-.952-1.424-1.514-1.399-1.514-1.399s-.514.143-.102 1.687c.417 1.56.62 4.6 1.616 5.739z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M239.353 216.972c1.1 1.478 1.238 3.62 1.368 5.282" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.23 222.558s-.62.486-1.287.1c-.667-.387-.91-.76-.91-.76l-.312.165s.636.55.979.75c.343.2.436.241.436.241s-.673.23-.959.197c-.285-.033-.699-.101-.699-.101l-.032.286s.807.122 1.069.105c.261-.017 1.632-.55 1.632-.55" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M234.095 222.65a.816.554 24.117 1 1 1.49.666.816.554 24.117 1 1-1.49-.667z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M235.028 221.042a.816.554 49.87 1 1 1.052 1.248.816.554 49.87 1 1-1.052-1.248z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.348 222.969s.524-.59.18-1.28c-.345-.689-.701-.954-.701-.954l.183-.302s.509.669.688 1.023c.179.355.214.45.214.45s.27-.656.256-.944a17.5 17.5 0 0 0-.058-.704l.287-.014s.072.813.039 1.073c-.033.26-.65 1.596-.65 1.596" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M238.635 218.814a.816.554 69.449 1 0 .573 1.529.816.554 69.449 1 0-.573-1.53zm-1.669.836a.816.554 43.692 1 0 1.18 1.129.816.554 43.692 1 0-1.18-1.128z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M243.529 225.978c-.278.373-4.5 3.125-7.88 2.455-2.475-.49-2.804-1.132-2.804-1.132s-.145-.636 2.14-.802c2.307-.167 6.413-1.178 8.544-.521z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M232.967 227.332c2.641.633 5.53-.084 7.787-.615" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M246.156 226.716s-.498.76-1.368.584c-.87-.176-1.272-.493-1.272-.493l-.28.295s.895.364 1.344.457c.448.092.565.102.565.102s-.65.499-.973.569c-.324.07-.8.147-.8.147l.07.324s.926-.165 1.205-.28c.279-.115 1.578-1.202 1.578-1.202" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M241.674 228.327a.94.638 5.412 1 1 1.872.178.94.638 5.412 1 1-1.872-.178zm.426-2.103a.94.638 31.167 1 1 1.61.973.94.638 31.167 1 1-1.61-.973z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M244.775 226.356c.193-.344.816-4.206-.958-5.949-1.298-1.276-1.926-1.174-1.926-1.174s-.556.21.153 1.678c.717 1.483 1.428 4.457 2.731 5.445z" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M241.96 219.292c1.473 1.31 1.968 3.405 2.379 5.028" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M246.789 227.282s.233-.878-.478-1.409c-.711-.53-1.216-.619-1.216-.619l.033-.405s.87.424 1.237.696c.368.273.453.353.453.353s-.061-.816-.225-1.104a20.06 20.06 0 0 0-.424-.695l.288-.163s.494.8.595 1.084c.1.284.157 1.978.157 1.978" fill="#007934" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M244.981 222.856a.94.638 42.736 1 0 1.381 1.276.94.638 42.736 1 0-1.381-1.276zm-1.283 1.724a.94.638 16.98 1 0 1.798.548.94.638 16.98 1 0-1.798-.549z" style="marker:none" overflow="visible" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M255.045 222.92s-2.497 5.8-1.634 6.375c0 0 2.533-4.502 4.757-6.205 1.157-1.091 1.86.009 2.009-.95.148-.959-3.043-2.335-3.043-2.335l-2.044 2.876" fill="#452c25"/>
|
||||
<path d="M255.045 222.92s-2.497 5.8-1.634 6.375c0 0 2.533-4.502 4.757-6.206 1.157-1.09 1.86.01 2.009-.949.148-.96-3.043-2.335-3.043-2.335l-2.044 2.876" fill="none" stroke="#000" stroke-width=".175"/>
|
||||
<path d="M245.936 227.336s-3.63 6.319-2.678 6.393c.952.075 4.833-8.057 4.833-8.057l-1.323.227-.832 1.437z" fill="#452c25"/>
|
||||
<path d="M245.936 227.336s-3.63 6.319-2.678 6.393c.952.075 4.833-8.057 4.833-8.057l-1.323.227-.832 1.437z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M247.032 225.575s-3.793 6.217-2.844 6.317c.949.1 5.042-7.922 5.042-7.922l-1.329.19-.869 1.415z" fill="#452c25"/>
|
||||
<path d="M247.032 225.575s-3.793 6.217-2.844 6.317c.949.1 5.042-7.922 5.042-7.922l-1.329.19-.869 1.415z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M247.8 224.494s-4.32 5.847-3.383 6.034c.936.186 5.71-7.433 5.71-7.433l-1.339.069-.988 1.33z" fill="#452c25"/>
|
||||
<path d="M247.8 224.494s-4.32 5.847-3.383 6.034c.936.186 5.71-7.433 5.71-7.433l-1.339.069-.988 1.33z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M248.955 223.466s-5.058 5.193-4.155 5.508c.903.315 6.647-6.57 6.647-6.57l-1.336-.118-1.156 1.18z" fill="#452c25"/>
|
||||
<path d="M248.955 223.466s-5.058 5.193-4.155 5.508c.903.315 6.647-6.57 6.647-6.57l-1.336-.118-1.156 1.18z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M249.135 221.578s-4.414 5.774-3.48 5.976c.933.202 5.83-7.335 5.83-7.335l-1.34.046-1.01 1.313z" fill="#452c25"/>
|
||||
<path d="M249.135 221.578s-4.414 5.774-3.48 5.976c.933.202 5.83-7.335 5.83-7.335l-1.34.046-1.01 1.313z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M248.01 226.54s-4.32 5.847-3.383 6.034c.936.186 5.71-7.433 5.71-7.433l-1.34.069-.988 1.33z" fill="#452c25"/>
|
||||
<path d="M248.01 226.54s-4.32 5.847-3.383 6.034c.936.186 5.71-7.433 5.71-7.433l-1.34.069-.988 1.33z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.44 225.384s-2.529 4.76-2.24 4.957c.29.197 3.36-2.715 4.877-5.547 1.518-2.833-2.745.472-2.745.472" fill="#452c25"/>
|
||||
<path d="M250.44 225.384s-2.529 4.76-2.24 4.957c.29.197 3.36-2.715 4.877-5.547 1.518-2.833-2.745.472-2.745.472" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.71 224.912s-2.496 5.799-1.634 6.374c0 0 3.133-3.499 3.95-6.278.818-2.78 0-.192 0-.192l-.227-3.02-2.043 2.876" fill="#452c25"/>
|
||||
<path d="M250.71 224.912s-2.496 5.799-1.634 6.374c0 0 3.133-3.499 3.95-6.278.818-2.78 0-.192 0-.192l-.227-3.02-2.043 2.876" fill="none" stroke="#000" stroke-width=".175"/>
|
||||
<path d="M249.414 224.405s-5.058 5.193-4.155 5.507c.902.315 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="#452c25"/>
|
||||
<path d="M249.414 224.405s-5.058 5.193-4.155 5.507c.902.315 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M249.816 225.108s-5.058 5.194-4.155 5.508c.903.315 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="#452c25"/>
|
||||
<path d="M249.816 225.108s-5.058 5.194-4.155 5.508c.903.315 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.217 225.93s-5.057 5.192-4.155 5.507c.903.315 6.648-6.57 6.648-6.57l-1.336-.118-1.157 1.18z" fill="#452c25"/>
|
||||
<path d="M250.217 225.93s-5.057 5.192-4.155 5.507c.903.315 6.648-6.57 6.648-6.57l-1.336-.118-1.157 1.18z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.596 218.8s-3.758 4.8-3.216 5.626c.542.826 3.974-2.204 5.058-4.328 1.084-2.124-1.807-1.455-1.807-1.455" fill="#452c25"/>
|
||||
<path d="M250.596 218.8s-3.758 4.8-3.216 5.626c.542.826 3.974-2.204 5.058-4.328 1.084-2.124-1.807-1.455-1.807-1.455" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.475 223.898s-3.221 6.164-2.39 5.81c.831-.354 4.096-4.99 4.457-6.013.362-1.023.24-2.091.24-2.091l-2.493 1.534.214 1.194" fill="#452c25"/>
|
||||
<path d="M250.475 223.898s-3.221 6.164-2.39 5.81c.831-.354 4.096-4.99 4.457-6.013.362-1.023.24-2.091.24-2.091l-2.493 1.534.214 1.194" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.497 221.87s2.673-4.913-.019.926c-2.69 5.839-3.697 4.875-3.697 4.875-.208-.333 2.34-4.289 2.34-4.289s1.892-3.044 2.345-3.333" fill="#452c25"/>
|
||||
<path d="M250.497 221.87s2.673-4.913-.019.926c-2.69 5.839-3.697 4.875-3.697 4.875-.208-.333 2.34-4.289 2.34-4.289s1.892-3.044 2.345-3.333" fill="none" stroke="#000" stroke-width=".121"/>
|
||||
<path d="M253.363 221.218s2.973-4.88-.007.926c-2.98 5.807-4.142 4.825-4.142 4.825-.242-.336 2.603-4.259 2.603-4.259s2.11-3.019 2.623-3.302" fill="#452c25"/>
|
||||
<path d="M253.363 221.218s2.973-4.88-.007.926c-2.98 5.807-4.142 4.825-4.142 4.825-.242-.336 2.603-4.259 2.603-4.259s2.11-3.019 2.623-3.302" fill="none" stroke="#000" stroke-width=".129"/>
|
||||
<path d="M252.273 219.158s-3.758 4.8-3.216 5.626c.542.826 3.974-2.203 5.058-4.327 1.084-2.125-1.806-1.456-1.806-1.456" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M291.01 267.815a35.007 39.384 0 1 1-70.015 0 35.007 39.384 0 1 1 70.014 0z" fill="#e8a30e"/>
|
||||
<path d="M227.945 267.813c0-18.296 12.873-32.338 28.052-32.338 15.18 0 28.052 14.042 28.052 32.338" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" font-weight="400" overflow="visible" color="#000" font-family="Sans" fill="none" stroke="#390" stroke-width=".875"/>
|
||||
<path d="M221.037 269.877c.955 20.791 16.243 37.319 34.961 37.319s34.003-16.528 34.958-37.319h-69.919z" fill="#007934" stroke="#eee" stroke-width=".088"/>
|
||||
<path d="M291.01 267.814a35.007 39.384 0 1 1-70.015 0 35.007 39.384 0 1 1 70.014 0z" fill="none" stroke="#000" stroke-width=".394"/>
|
||||
<path d="M250.14 240.388c-.383 1.5.04 2.733.772 3.896.566.9.938 1.857.92 2.887a8.391 8.391 0 0 0-.74.47l-5.92-3.932 3.974 5.855a8.606 8.606 0 0 0-.208.303c-1.127-.508-2.185-.609-3.194-.414-1.425.276-2.636-.023-3.9-.776.79 1.331 1.966 1.905 3.307 2.209 1.038.236 1.977.65 2.693 1.393-.078.28-.142.563-.191.85l-6.97 1.414 6.954 1.33c.02.12.042.238.067.358-1.157.438-1.98 1.113-2.554 1.964-.814 1.203-1.875 1.848-3.301 2.21 1.499.383 2.731-.045 3.894-.777.899-.567 1.857-.94 2.887-.921.145.257.302.503.47.74l-3.93 5.926 5.858-3.982c.098.07.197.143.297.21-.507 1.127-.606 2.19-.41 3.199.275 1.426-.026 2.631-.779 3.895 1.331-.79 1.905-1.966 2.209-3.306.235-1.039.65-1.978 1.392-2.694.281.078.563.142.851.191l1.414 6.97 1.33-6.954c.119-.02.238-.042.358-.067.437 1.157 1.113 1.98 1.964 2.555 1.203.813 1.848 1.874 2.21 3.3.382-1.499-.045-2.73-.778-3.894-.567-.9-.935-1.856-.916-2.889.256-.144.5-.3.736-.468l5.925 3.93-3.976-5.86a8.6 8.6 0 0 0 .205-.295c1.127.509 2.19.606 3.199.411 1.425-.276 2.63.025 3.895.778-.79-1.33-1.964-1.9-3.305-2.204-1.037-.235-1.975-.657-2.69-1.4.078-.279.137-.561.186-.848l6.971-1.408-6.955-1.335a8.284 8.284 0 0 0-.067-.358c1.158-.438 1.979-1.113 2.554-1.965.813-1.203 1.877-1.843 3.303-2.204-1.499-.383-2.733.04-3.896.772-.9.568-1.856.936-2.889.916a8.39 8.39 0 0 0-.468-.736l3.932-5.92-5.862 3.972a8.596 8.596 0 0 0-.296-.205c.51-1.128.609-2.186.414-3.195-.276-1.425.023-2.636.776-3.9-1.331.79-1.9 1.965-2.204 3.305-.236 1.04-.657 1.981-1.403 2.697a8.481 8.481 0 0 0-.846-.193l-1.408-6.97-1.334 6.954c-.12.02-.24.042-.359.067-.437-1.157-1.113-1.979-1.964-2.554-1.203-.813-1.843-1.877-2.204-3.303z" style="marker:none" overflow="visible" fill="#d52b1e" stroke="#000" stroke-width=".131"/>
|
||||
<use height="330" width="330" transform="rotate(22.5 -488.474 805.044) scale(.15213)" fill="#fcbf49" stroke-width="1.112"/>
|
||||
<use height="330" width="330" transform="matrix(-.15213 0 0 .15213 270.886 248.204)" fill="#fcbf49" stroke-width="1.112"/>
|
||||
<path d="M262.237 252.484c-1.75-1.521-3.955-1.75-5.172-.608-.883 1.18-.805 2.571.228 4.031-.076 0-.228.076-.304.152-.767-1.46-.9-2.965-.38-4.335 1.673-1.37 3.955-1.522 5.628.76"/>
|
||||
<path d="M259.499 252.028c-.989 0-1.217.228-1.673.608-.457.38-.685.305-.761.38-.076.077 0 .305.152.229.152-.076.456-.228.913-.609.456-.38.913-.38 1.369-.38 1.369 0 2.13 1.141 2.282 1.065.152-.076-.76-1.293-2.282-1.293"/>
|
||||
<path d="M261.248 253.321c-.988-1.065-2.814-1.141-3.575.076h.305c.76-1.217 2.586-.685 2.738-.152v.152"/>
|
||||
<circle r=".685" cy="253.245" cx="259.347"/>
|
||||
<path d="M257.673 253.397c.761.685 2.434.76 3.575-.076l-.532-.076c-.76.837-1.978.76-2.738.152v-.152"/>
|
||||
<path d="M261.324 253.701c-1.293.99-2.586.913-3.346.457-.761-.457-.761-.609-.609-.609.152 0 .304.152.913.457.608.304 1.521.304 3.042-.305m-3.727 2.282a.456.456 0 1 1-.608.457c-.076.152-.38.608-.989.608h-.152l.152.228c.152 0 .609 0 .913-.228a.685.685 0 1 0 .684-1.065m.913 3.195c-.684-.457-.989-1.141-1.75-1.141-.151 0-.456.076-.76.228h-.152l.152.228c.304 0 .76-.38 1.293-.076.533.304.837.609 1.217.76m-.228 0c-1.521-.456-1.826-.151-2.282-.151h-.152l.152.304c.609 0 .913-.456 2.282-.152"/>
|
||||
<path d="M258.51 259.178c-1.673-.152-1.14.836-2.51.836h-.152l.152.229c1.673 0 .913-.913 2.51-1.065m-8.748-6.694c1.75-1.521 3.956-1.75 5.173-.608.883 1.18.804 2.571-.229 4.031.076 0 .229.076.305.152.767-1.46.899-2.965.38-4.335-1.673-1.37-3.955-1.522-5.629.76"/>
|
||||
<path d="M252.5 252.028c.99 0 1.218.228 1.674.608.456.38.684.305.76.38.077.077 0 .305-.152.229-.152-.076-.456-.228-.912-.609-.457-.38-.913-.38-1.37-.38-1.369 0-2.13 1.141-2.281 1.065-.152-.076.76-1.293 2.282-1.293"/>
|
||||
<path d="M250.751 253.321c.989-1.065 2.814-1.141 3.575.076h-.304c-.76-1.217-2.586-.685-2.738-.152v.152"/>
|
||||
<circle transform="scale(-1 1)" r=".685" cy="253.245" cx="-252.653"/>
|
||||
<path d="M254.326 253.397c-.76.685-2.434.76-3.575-.076l.533-.076c.76.837 1.977.76 2.738.152v-.152"/>
|
||||
<path d="M250.675 253.701c1.293.99 2.586.913 3.347.457.76-.457.76-.609.608-.609-.152 0-.304.152-.912.457-.609.304-1.522.304-3.043-.305m3.727 2.282a.456.456 0 1 0 .609.457c.076.152.38.608.988.608h.153l-.153.228c-.152 0-.608 0-.912-.228a.685.685 0 1 1-.685-1.065m-.913 3.195c.685-.457.99-1.141 1.75-1.141.152 0 .456.076.76.228h.153l-.153.228c-.304 0-.76-.38-1.293-.076-.532.304-.836.609-1.217.76m.229 0c1.52-.456 1.825-.151 2.281-.151h.153l-.153.304c-.608 0-.912-.456-2.281-.152"/>
|
||||
<path d="M253.49 259.178c1.673-.152 1.14.836 2.51.836h.152l-.153.229c-1.673 0-.912-.913-2.51-1.065"/>
|
||||
<path d="M259.431 275.652c1.71.217 3.497.164 5.042-.317 1.412-.492 2.952-.82 4.476-.664.007-.213.456-.363.205-.532-.558-.344-1.261-.308-1.952-.658-1.129-.524-1.793-1.417-2.918-2.054-.124-.05-.62-.341-.612-.614 2.369 3.41 7.965 1.668 12.757 1.292.44.122 1.598-.212 2.56-.508 1.16-.392 3.949-.083 4.666-.552.119-.042-1.18-.848-1.43-1.076-.666-.835-2.393-.726-3.252-1.627-1.346-1.51-3.43-1.959-5.12-3.214-.374-.225-1.14-.154-1.706-.286-.695-.587-.016-.568-5.327-4.944-4.808-1.98-4.524-3.482-7.51-4.633-1.058-.521-2.026-1.454-2.923-1.21-1.606.433-5.086 2.211-6.646 3.139-1.297.769-2.924 2.15-4.037 3.04-.293.232-3.678 3.102-7.513 5.209-3.835 2.106-9.386 4.992-9.863 5.03 8.655-.433-7.738 2.453 31.103 5.179z" fill="#007934" stroke="#000" stroke-width=".131" stroke-linecap="round"/>
|
||||
<path d="M238.195 265.683c2.192-1.19 10.579-5.781 13.18-9.01-.354.023.706 1.004.62 1.403.812-.029.394-.91 1.07-.945.52.018.9-.196 1.352-.357.523-.095.211.233.205.41-.709 1.302-2.22 2.056-3.447 3.053.141.118.283.235.205.409.435.064.954.081 1.264-.184.075-.054.08-.23.084-.343.441.185.275.525.121.752-.314.682-1.578.576-1.973 1.198-.46.669-.925 1.232-1.616 1.731.534-.44 1.145-.999 1.82-1.033 1.043-.078 1.44-.756 2.34-.952.972-.193 1.591-.984 2.36-1.594-.308.449-.922.83-.712 1.36a.62.62 0 0 0 .61.12c-.696.902-2.079 1.553-2.562 2.63-.44-.184-.743.145-1.045.192-.443.154-.32.85-.629 1.072-1.281.706-1.923 1.898-2.476 2.91-.077.11-1.062.656-1.439.757-.674.266-4.903 3.534-4.96 3.073-.365-2.2-4.639 1.771-14.179-1.655m32.585-.091c-.07-.088-.214-.134-.213-.176.157-.338-.506-.403-.495-.75 1.111.037 1.962 1.31 2.662.558.152-.17-.277-.436.386-.63.147-.032-.14-.174-.064-.26-.365-.013-.667.019-.892-.068-.288-.094-.44-.183-.801-.285-.362-.096-.504-.486.02-.6.97-.142 1.987.535 2.747.176.602-.28 1.197-.345 1.796-.541.294-.075 1.267.005.957.285-.225.166-.742.102-1.046.176-.524.151-.979.394-1.505.593.365-.03.278.394.729.283.672-.189 1.354-.425 2.095-.49-.068-.17.156-.295.161-.469l.219.007c-.348-.523.675-.272 1.062-.692-.003.084.061.087.142.131-.526.194-.31.544-.465.802-.075.082-.295.117-.227.251.285.22.297-.159.522-.067.217.05.515.144.662.107.364.012.743-.144.526-.457-.283-.263-.576-.489-.565-.831.001-.042-.07-.087-.214-.134.592.02 1.032.208 1.242.469.283.267.343.654.795.76.88.155.82-.274.835-.706.664.064 1.62.355 1.463.692-.072.251-.607.45-1.128.48-.365.024-.156.295-.376.33-.437-.015-.968.052-1.12.22-.154.254.048.773.333.955.43.226 1.333-.04 2.004.067.077-.382.536-.493.918-.744.446-.238-.203-.476-.57-.662-.289-.094-.067-.171.085-.382.227-.246.894-.013.974-.221.154-.253-.124-.648.173-.812.224-.16.515.144.426.357.292-.027.371-.198.673-.23.366-.03.584.272.426.357-.447.285-.828.484-.697.92-.007.216-.529.283-.307.465.427.314.417.615.56.962.133.39.95.502 1.694.358-.267-.738 1.426-.38 2.18-.571.063.002.067-.125.005-.169-.357-.222-.427-.31-.344-.612.001-.037-.132-.131-.213-.176 1.1.38 3.051.9 3.85 1.57-1.046.175-2.999-.297-4.046-.074-1.268.3-2.548.685-3.896.64-.592-.02-1.175-.292-1.767-.312m-11.964-.743c.145.042-.363-.054-.434-.1" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M257.248 276.425c2.068-.117 2.391 1.489 3.746.085 1.239.228 2.386-.187 2.403-.365 2.886.604 11.85-.226 11.258-.86-.924-1.056-2.427-1.454-3.611-2.36-.265-.167-.818-.257-1.225-.371-.679-.208-1.582-.05-2.16-.353-.93-.522-1.917-.975-2.741-1.631-.52-.372-.698-.964-1.268-1.415-.61-.451-1.489-.538-2.115-.814-.944-.378-1.463-1.29-2.339-1.951-.303-.241-.82-.221-1.172-.436-.753-.394-1.33-1.242-1.994-1.127-1.188.204-1.889 1.175-3.062 1.705-.976.44-1.427 1.256-2.274 1.783-.222.138-2.802 1.852-5.681 3.042-2.88 1.19-6.655 2.631-7.004 2.632 0 0 2.543 1.871 8.462 1.62l3.619 1.167 2.023-.356s5.039-.004 5.135.005z" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M245.075 271.83c1.33-.637 6.418-3.098 7.988-4.827-.217.014.434.537.384.75.495-.016.236-.487.648-.506.316.01.547-.105.822-.192.318-.051.13.125.127.219-.425.697-1.343 1.101-2.086 1.635.087.063.174.126.127.219.266.033.583.042.77-.1.045-.028.048-.123.05-.183.27.098.17.28.077.402-.188.364-.959.309-1.196.642-.277.358-.558.66-.977.927.324-.236.693-.535 1.105-.554.635-.043.873-.406 1.42-.51.592-.105.966-.528 1.43-.855-.184.24-.557.445-.426.728.044.031.217.19.402.132-.42.482-1.289.763-1.577 1.34-.27-.099-.453.077-.637.102-.269.083-.19.455-.377.574-.778.378-1.163 1.017-1.495 1.558-.046.059-.643.351-.873.406-.41.143-2.97 1.893-3.008 1.646-.233-1.175-2.72.56-8.553-1.265" fill="#007934" stroke="#000" stroke-width=".131"/>
|
||||
<path overflow="visible" font-weight="400" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" d="M255.997 228.43c-19.334 0-35.007 17.632-35.007 39.383 0 21.75 15.673 39.383 35.007 39.383 19.334 0 35.007-17.633 35.007-39.383 0-21.751-15.673-39.383-35.007-39.383zm0 8.795c14.095 0 26.302 13.107 26.302 30.588 0 17.48-12.207 30.584-26.302 30.584-14.094 0-26.302-13.103-26.302-30.584s12.208-30.588 26.302-30.588z" color="#000" font-family="Sans" fill="#00a6de" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M261.041 284.577c.004.215-.075.223-.478.277-.395.054-.47.055-.476-.149-.004-.215.084-.223.479-.277.373-.05.47-.077.475.15z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.126 284.565c.005.135-.252.168-.562.21-.31.04-.555.07-.56-.058-.007-.134.25-.167.562-.209.31-.042.554-.083.56.057zm-3.02 9.582c.85-2.27 1.072-3.985-.143-6.419 2.016-1.924 3.496-1.256 4.832.11-1.271 2.403-.939 4.116-.212 6.326-1.58.836-2.958.812-4.476-.017z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.335 286.532c-.042 0-.084.002-.126.005.14 2.76.022 5.498-.003 8.239.055.002.112.003.168.003-.01-2.758.15-5.428-.032-8.248h-.008z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.717 286.56c-.357 2.513-.49 5.052-.403 8.22l.148-.001c-.02-3.127.089-5.668.394-8.191a2.952 2.952 0 0 0-.139-.028zm.684-2.627c-.358.394-.556.39-.376 1.002.396-.27.385-.493.376-1.002z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.606 284.197c.234.246.576.375.358 1.04-.427-.37-.371-.407-.358-1.04z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.533 284.876c.31.225.593.272.381.852-.271-.325-.389-.297-.38-.852z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.448 285.238c.235.242.577.368.36 1.019-.426-.362-.37-.398-.36-1.02z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.312 285.765c.274.238.671.365.428.993-.474-.4-.24-.493-.428-.993z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.259 286.297c.257.23.662.365.432.972-.366-.335-.413-.388-.432-.972zm1.378-1.809c-.186.156-.616.14-.634.805.53-.305.525-.247.634-.805z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.609 284.96c-.199.144-.658.127-.673.749.565-.28.56-.226.673-.748z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.541 285.388c-.205.156-.68.137-.697.809.585-.304.578-.246.697-.81z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.506 285.975c-.216.08-.721-.079-.725.754.432-.115.402-.368.725-.754z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.266 286.483c-.302.126-.472.1-.527.77.436-.295.43-.24.527-.77zm.33.394c-.761 2.184-.922 4.252-.847 7.882a6.85 6.85 0 0 0 .186-.023c-.038-3.6.1-5.592.8-7.779a2.956 2.956 0 0 0-.138-.08zm1.244-2.406c-.435.308-.627.263-.581.896.446-.177.482-.398.58-.896z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.003 284.56c.179.29.487.486.133 1.088-.34-.45-.279-.475-.133-1.088z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.789 285.205c.256.284.524.39.193.91-.198-.374-.32-.372-.193-.91z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.63 285.54c.177.285.487.48.136 1.067-.342-.442-.28-.466-.137-1.068z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.382 286.022c.219.29.582.499.21 1.058-.38-.49-.13-.53-.21-1.058z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.217 286.53c.205.278.573.496.219 1.038-.288-.405-.323-.466-.219-1.038zm1.738-1.468c-.217.112-.635.005-.794.648.584-.183.567-.128.794-.648z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.826 285.516c-.225.098-.673-.018-.819.585.614-.152.596-.102.82-.585z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.67 285.917c-.236.108-.698-.01-.857.639.639-.17.62-.116.857-.639z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.51 286.481c-.23.032-.69-.23-.871.58.448-.02.472-.273.871-.58z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.166 286.924c-.322.058-.484-.002-.68.637.492-.193.474-.142.68-.637zm.145.46c-.99 1.985-1.2 3.803-.708 7.195a5.07 5.07 0 0 0 .218-.073c-.49-3.24-.297-5.053.612-7.016a3.48 3.48 0 0 0-.122-.107zm1.653-2.376c-.473.247-.658.178-.695.81.467-.118.533-.33.695-.81z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.12 284.986c.14.31.421.545-.008 1.093-.281-.488-.216-.505.009-1.093z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.824 285.597c.217.315.47.454.074.925-.147-.396-.269-.409-.074-.925z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.62 285.907c.143.306.424.54 0 1.074-.283-.482-.218-.497 0-1.074z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.314 286.353c.18.316.514.568.072 1.073-.315-.534-.061-.542-.072-1.073z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.084 286.833c.168.303.506.566.083 1.055-.233-.437-.26-.503-.083-1.055zm1.916-1.225c-.228.081-.63-.078-.871.537.604-.105.58-.054.871-.537z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.815 286.04c-.236.067-.667-.105-.89.471.63-.07.607-.022.89-.471z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.607 286.416c-.247.075-.692-.102-.933.52.656-.086.63-.034.933-.52z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.376 286.953c-.232.002-.656-.317-.942.46.449.038.506-.208.942-.46z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.976 287.346c-.328.016-.48-.064-.758.542.514-.128.49-.077.758-.542zm-3.174-.745c-.044.01-.09.024-.136.037.327 2.514.536 5.052.496 8.136.042.002.083.004.125.004.108-3.147-.112-5.67-.485-8.178zm-.687-2.72c.355.41.552.416.368 1.02-.394-.288-.382-.511-.368-1.02z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.908 284.18c-.237.237-.58.35-.367 1.025.429-.35.375-.39.367-1.025z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.975 284.863c-.312.21-.596.245-.388.835.275-.313.39-.28.388-.835z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.058 285.229c-.237.232-.58.342-.37 1.003.432-.342.376-.382.37-1.003z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.19 285.762c-.276.226-.674.335-.435.974.477-.378.243-.482.435-.974z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.239 286.297c-.26.218-.665.335-.44.953.368-.32.415-.37.44-.953zm-1.365-1.871c.185.163.615.169.628.833-.528-.33-.523-.271-.628-.833z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.898 284.9c.198.152.658.155.668.777-.564-.304-.557-.25-.668-.778z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.963 285.329c.204.165.68.169.692.841-.582-.33-.577-.273-.692-.841z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.994 285.918c.216.09.722-.046.72.787-.432-.135-.4-.387-.72-.787z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.23 286.437c.302.139.47.122.522.793-.435-.313-.43-.259-.521-.793zm-.267.515a4.03 4.03 0 0 0-.135.084c.705 2.168.965 4.174.903 7.693.054.01.11.017.163.023.1-3.56-.17-5.629-.93-7.8zm-1.292-2.597c.434.326.626.29.576.922-.445-.2-.481-.42-.576-.922z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.508 284.48c-.18.282-.49.465-.14 1.082.344-.434.282-.461.14-1.082z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.717 285.135c-.258.273-.527.367-.2.902.2-.365.322-.358.2-.902z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.875 285.477c-.18.278-.491.459-.146 1.061.346-.427.284-.453.146-1.061z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.117 285.97c-.22.281-.585.473-.217 1.048.383-.472.135-.523.217-1.047z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.278 286.486c-.205.27-.576.47-.226 1.028.29-.391.326-.45.226-1.028zm-1.724-1.545c.215.12.634.034.788.683-.584-.21-.567-.155-.788-.683z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.678 285.4c.224.107.673.012.814.621-.612-.18-.596-.128-.814-.621z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.83 285.808c.235.118.7.02.852.678-.636-.2-.619-.145-.851-.678z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.986 286.378c.23.043.693-.198.868.62-.449-.04-.47-.294-.868-.62z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.327 286.837c.321.073.483.02.675.668-.49-.216-.473-.162-.675-.668zm-.068.624l-.11.095c.897 2.013 1.042 3.738.75 6.945l.041.023.14.049c.333-3.254.17-5.014-.82-7.112zm-1.715-2.621c.47.269.657.207.688.843-.465-.14-.53-.356-.688-.843z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.388 284.856c-.142.304-.425.526 0 1.094.284-.476.22-.495 0-1.094z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.68 285.48c-.22.305-.475.434-.082.923.152-.39.272-.397.082-.923z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.88 285.8c-.144.3-.427.52-.007 1.074.287-.47.222-.488.007-1.074z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.184 286.26c-.183.307-.518.545-.08 1.07.319-.52.065-.54.08-1.07z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.41 286.75c-.17.295-.51.542-.091 1.052.236-.427.263-.491.09-1.052zm-1.907-1.312c.228.092.632-.048.867.577-.604-.133-.578-.08-.867-.577z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M256.685 285.878c.237.078.668-.075.886.513-.63-.1-.605-.05-.886-.513z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M256.89 286.263c.246.088.692-.07.93.564-.657-.116-.63-.063-.93-.564z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.117 286.811c.233.012.66-.287.938.503-.448.018-.504-.23-.938-.503z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.513 287.222c.329.032.481-.041.756.577-.514-.15-.49-.1-.756-.577zm2.324-3.383c.333.43.529.445.311 1.037-.377-.309-.352-.531-.31-1.037z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.613 284.183c-.249.222-.599.314-.423.999.449-.324.396-.367.423-1z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.643 284.866c-.323.193-.61.212-.434.811.29-.297.405-.256.434-.81z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.704 285.236c-.25.218-.598.309-.423.98.448-.317.396-.36.423-.98z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.808 285.775c-.29.21-.694.296-.49.946.498-.35.27-.467.49-.946z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.826 286.312c-.271.202-.683.297-.493.924.385-.298.437-.345.493-.924zm-1.26-1.943c.177.173.605.201.582.866-.51-.358-.507-.3-.582-.866z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.564 284.842c.19.163.649.192.625.813-.546-.336-.543-.281-.625-.813z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.605 285.274c.195.176.67.206.645.878-.564-.363-.563-.304-.645-.878z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.602 285.863c.212.102.725-.005.677.826-.424-.16-.378-.408-.677-.826z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.81 286.394c.294.157.464.149.477.82-.417-.337-.414-.282-.477-.82zm-.4.335c-.05.02-.098.042-.148.065.624 2.552.77 4.908.716 7.968a.934.934 0 0 1 .053.004l.071-.013c.09-2.73 0-5.399-.692-8.024zm-1.066-2.549c.412.354.607.33.516.957-.432-.227-.452-.45-.516-.957z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.171 284.359c-.197.27-.519.433-.21 1.07.372-.41.313-.442.21-1.07z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.34 285.026c-.275.256-.551.332-.258.886.223-.352.343-.336.258-.886z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.475 285.377c-.198.265-.52.425-.213 1.049.373-.404.312-.434.213-1.049z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.686 285.885c-.24.266-.615.433-.285 1.03.415-.446.169-.515.285-1.03z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M259.814 286.408c-.224.255-.606.432-.291 1.01.314-.371.354-.428.291-1.01zm-1.625-1.65c.207.134.63.074.743.73-.569-.246-.555-.189-.743-.73z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.284 285.222c.217.122.671.056.774.673-.602-.219-.588-.166-.774-.673z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.412 285.639c.226.134.694.066.807.73-.625-.24-.61-.183-.807-.73z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.53 286.219c.226.057.705-.154.828.672-.446-.069-.453-.323-.829-.672z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.84 286.697c.318.093.483.052.633.71-.476-.247-.463-.194-.633-.71zm-.82.978a2.787 2.787 0 0 0-.057.053c.74 1.483.947 2.698.804 3.935v.002c-.027.81-.15 1.681-.357 2.638l.157.071.03.009c.582-2.738.527-4.761-.577-6.708z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.648 287.158a4.055 4.055 0 0 0-.139.101c.846 2.262.962 4.347.84 7.388l.113.03a.41.41 0 0 0 .048.01c.161-3.094.057-5.257-.862-7.53zm-1.53-2.563c.46.289.648.236.652.87-.46-.16-.513-.377-.651-.87z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.96 284.648c-.153.297-.447.508-.045 1.093.305-.463.24-.485.046-1.093z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.227 285.285c-.234.294-.493.41-.123.916.169-.381.289-.384.123-.916z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.412 285.611c-.157.293-.45.501-.054 1.073.308-.456.244-.478.054-1.073z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.696 286.085c-.196.298-.542.52-.127 1.064.341-.504.089-.536.127-1.064z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.9 286.584c-.183.286-.533.519-.137 1.046.256-.417.285-.479.137-1.046zm-1.849-1.393c.225.102.634-.021.842.613-.597-.16-.576-.105-.842-.613z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.215 285.638c.232.087.67-.046.863.55-.625-.127-.604-.077-.863-.55z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.403 286.031c.241.099.695-.04.905.604-.651-.146-.628-.091-.905-.604z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.605 286.589c.233.022.672-.259.916.542-.45-.002-.493-.253-.916-.542z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.984 287.016c.327.046.482-.02.73.608-.507-.173-.486-.121-.73-.608zm-2.029-1.75c.502.206.676.122.79.749-.479-.08-.57-.285-.79-.749z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M256.792 285.173c-.102.321-.353.579.142 1.088.22-.51.152-.521-.142-1.088z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.162 285.756c-.18.331-.413.492.038.927.098-.406.217-.43-.038-.927z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.4 286.048c-.103.316-.354.572.132 1.068.223-.504.157-.514-.132-1.068z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.76 286.465c-.14.33-.441.61.059 1.074.248-.558-.004-.545-.058-1.074z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.047 286.924c-.13.315-.434.605.046 1.056.178-.454.197-.521-.046-1.056zm-2.055-1.058c.238.062.619-.13.932.461-.615-.054-.582-.004-.932-.461z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M256.23 286.28c.243.047.65-.161.941.394-.635-.017-.605.03-.941-.394z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M256.481 286.637c.255.055.677-.16.993.44-.665-.031-.632.018-.993-.44z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M256.777 287.152c.231-.018.615-.37.993.378-.442.076-.528-.164-.993-.378z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M257.221 287.51c.329-.012.47-.105.822.475-.527-.083-.497-.036-.822-.476zm4.04-.795c-.72 2.613-.821 5.315-.75 8.061.055-.002.11-.005.166-.01-.03-3.09.091-5.441.733-7.985-.05-.023-.1-.046-.15-.066zm1.065-2.445c-.415.336-.608.303-.523.934.434-.207.457-.43.523-.934z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.498 284.412c.196.279.516.455.201 1.079-.369-.427-.308-.456-.201-1.08z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.325 285.071c.274.268.549.356.251.897-.221-.36-.341-.351-.25-.897z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.187 285.415c.196.274.518.45.206 1.059-.37-.421-.31-.448-.206-1.059z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.972 285.914c.237.276.613.46.277 1.043-.41-.465-.164-.522-.277-1.043z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M260.841 286.431c.22.266.603.46.284 1.024-.312-.386-.351-.445-.284-1.024zm1.637-1.577c-.208.125-.631.046-.749.698.572-.221.557-.165.749-.698z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.379 285.316c-.218.111-.672.025-.778.636.602-.192.587-.139.778-.636z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.25 285.727c-.228.121-.697.032-.814.693.625-.212.61-.157.813-.693z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.126 286.3c-.227.047-.704-.186-.832.635.446-.05.454-.302.832-.635z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.812 286.764c-.318.08-.483.03-.638.68.478-.224.465-.171.638-.68zm.2.382c-.99 2.24-1.122 4.407-.891 7.557.074-.015.149-.032.223-.05-.255-3.187-.128-5.226.79-7.415a4.408 4.408 0 0 0-.121-.093zm1.537-2.406c-.462.269-.648.207-.658.842.46-.14.516-.355.658-.842z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.706 284.756c.153.304.445.527.04 1.094-.302-.476-.239-.496-.04-1.094z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.437 285.38c.231.305.49.433.115.922-.165-.39-.287-.397-.115-.922z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.248 285.7c.154.298.446.519.046 1.073-.304-.47-.24-.488-.046-1.074z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.961 286.158c.194.308.538.546.12 1.07-.338-.52-.086-.54-.12-1.07z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M261.753 286.65c.18.294.529.542.129 1.05-.252-.427-.281-.49-.129-1.05zm1.858-1.311c-.224.092-.632-.05-.846.575.599-.132.576-.079.846-.575z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.445 285.78c-.232.076-.669-.078-.867.51.627-.099.604-.05.867-.51z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.255 286.164c-.244.086-.695-.07-.91.562.653-.115.629-.063.91-.562z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.048 286.712c-.233.012-.67-.289-.92.501.45.018.496-.23.92-.501z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.667 287.123c-.327.03-.484-.043-.734.575.507-.15.485-.1.734-.575zm.016.601c-1.157 2.03-1.058 4.188-.581 6.67.06-.025.118-.052.178-.079-.204-1.073-.335-2.057-.33-2.99v-.004c-.06-1.084.157-2.182.847-3.482a11.75 11.75 0 0 0-.114-.114zm2.024-2.26c-.503.184-.677.092-.794.713.478-.057.571-.26.794-.712z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.872 285.334c.099.325.347.593-.151 1.08-.215-.52-.149-.528.151-1.08z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.498 285.9c.175.338.41.51-.046.924-.096-.41-.214-.439.046-.924z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.256 286.18c.101.321.351.587-.14 1.063-.22-.514-.152-.522.14-1.063z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.894 286.581c.138.336.436.63-.068 1.07-.243-.567.01-.543.068-1.07z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M262.603 287.027c.127.32.43.625-.054 1.054-.175-.462-.193-.53.054-1.054zm2.064-.964c-.238.05-.618-.158-.937.418.615-.026.584.022.937-.418z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M264.426 286.465c-.243.036-.649-.19-.946.353.637.01.606.056.946-.353z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M264.17 286.811c-.255.043-.674-.19-.995.395.665-.001.632.047.996-.395z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.872 287.312c-.231-.028-.612-.398-.996.334.44.096.53-.141.996-.334z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M263.423 287.65c-.328-.027-.468-.126-.824.438.529-.06.499-.014.824-.438zm-3.72 2.919l1.215.027c.735.016 1.326.184 1.325.377 0 .192-.592.333-1.327.317l-1.215-.028c-.735-.016-1.326-.184-1.324-.377 0-.191.592-.334 1.327-.316z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M258.862 290.549l-.364.611a.333.333 0 0 0 .208.08l.22.004.407-.684-.471-.011zm.946.022l-.407.685.47.01.408-.685-.471-.01zm.947.02l-.408.686.47.01.408-.684-.47-.011zm.946.023l-.408.684.471.011.358-.602a.338.338 0 0 0-.219-.09l-.202-.003z" fill="#e8a30e" stroke="#000" stroke-width=".044"/>
|
||||
<path d="M252.303 286.729c.009-.002.278 1.902.493 2.829.027.113.161.175.2.286.04.119.011.25.02.374 0 .014.004.028.003.042-.01.172-.138.332-.096.502.025.097.142.144.185.234.253.525.261 1.16.401 1.697.06.227-.042-.043.39.593.043.064.21.067.21.067l.166.006.168.167-.215.234-.715.093-.341-.212s.086-.19.018-.28c-.049-.065-.2-.017-.214-.097-.026-.148-.074-.55-.08-.55-.012 0-.009-.026-.016-.037 0 0-.578-.63-.791-1.002-.11-.192-.124-.433-.244-.619-.076-.119-.23-.174-.293-.301-.529-1.056-1.14-3.102-1.14-3.09m-6.809-1.193l1.903.447-.515 2.784c-.327.884-.295.915-.188 1.162.22.476.39 1.191 1.161 2.315.27.284.556.31.66.426.051.124.279.306.47.379l.598-.016c.098-.145.1-.098.125-.206-.044-.13-.328-.077-.528-.251-.107-.337-.552-.847-.616-1.202-.246-.774-.178-.799-.124-1.592.025-.408.35-1.316.47-1.809.277-.53.552-1.447.506-2.104l-.823-1.814-.48-.735m-1.796-1.16c-3.036.98-1.741 3.775-.88 3.806m9.81-8.652l.447-1.017.03-.372-.043-.077-.806.981-.01.064" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M255.126 279.888c.194.073.44.144.483.029.053-.143.077-.244-.072-.355-.072-.062.037-.162-.047-.343-.533-.373-.899-.382-1.03-.68l-.02-.205c-.028-.26-.794-.368-.98-.495 0 0-.323-.16-.494-.198-.073-.015-.222-.009-.222-.009-.777-.007-1.134.81-1.263 1.308 0 0-.153 2.267-.531 3.293a.755.755 0 0 1-.155.25c-.064.068-.132.17-.226.164-2.154-.148-3.62-.245-4.495-.213s-1.874.71-1.936.784c0 0-.973.639-1.187 1.68-.07.348.015.759.151 1.168.969 2.75 1.923-.01 2.27.022l.427.04c.502.047 1.424 1.588 2.833 1.896 4.25.93 5.416-1.294 5.325-6.235l.051-.07-.013-.17.216-.393-.04-.546-.077-.26.008-.1 1.198-.155.206-.096" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M253.063 278.487l.513-1.165.033-.425-.05-.089-.92 1.124-.012.073m-9.525 8.06c.272.816.762 1.627.728 1.927-.053.451-.305.659-.324.701-.018.04-.112.097-.142.125-.13.122-.217.368-.276.544-.073.218-.114.412-.09.625.09.79.544 2.414.567 2.438 0 0 .258.152.331.302.075.152.05.3.041.467-.013.229-.142.74-.142.74s.01.099.039.128c.081.082.356.225.356.225l.575-.016s-.32-.324-.345-.397a.381.381 0 0 1-.018-.235c.041-.17.203-.37.256-.472.058-.109-.005-.393-.005-.393-.006-.104-.09-.152-.095-.196a8.802 8.802 0 0 1-.084-.928c-.013-.3.038-1.199.038-1.199s.136-.116.19-.188c.05-.066.119-.22.119-.22s.696-.4.995-.67c.354-.318.928-1.103.928-1.103s.165-.319.19-.498a.559.559 0 0 0-.015-.187 4.068 4.068 0 0 0-.354-.964 3.42 3.42 0 0 0-.554-.822.516.516 0 0 0-.08-.058m6.335 1.986c-.57.378-1.921.689-1.943.962 0 0-.04 1.712-.235 2.395-.076.269-.204.348-.304.607-.103.27-.097.476-.187.745-.096.287-.269.545-.294 1.043l.014.414.415.246-.43.146-.672-.268-.055-.63.147-.654.007-.105-.166-.396-.108-1.422.114-1.06-.148-3.903m4.988-5.701c.27.217.626.358 1.438.094.155.1.32.224.667-.255m-.367-.56c.005-.006.157.104.213.104.044 0 .098-.089.063-.118-.04-.032-.112-.069-.146-.045-.05.035-.128.068-.13.059z" fill="#e7e7e7" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M253.63 278.843s.077.002.105.066c.096.216.33.253.516.025a.354.354 0 0 1 .088-.07c-.038-.002-.063.001-.093-.029-.206-.206-.42-.032-.491-.017-.047.01-.08.018-.125.025z"/>
|
||||
<path d="M265.741 291.1l.001.006a2.037 2.037 0 0 0-.015.794 2.076 2.076 0 0 0-.015.8 2.076 2.076 0 0 0-.013.762 2.14 2.14 0 0 0-.011.722c.263.201 1.009.225 1.342.042.04-.229.04-.505-.002-.757a2.076 2.076 0 0 0-.003-.762 2.07 2.07 0 0 0-.004-.8 2.038 2.038 0 0 0-.005-.794 2.391 2.391 0 0 0-.006-.827 2.234 2.234 0 0 0-.006-.796 2.362 2.362 0 0 0-.007-.827l.001-.007c.038-.245.04-.521-.006-.834a2.524 2.524 0 0 0-.007-.844 2.57 2.57 0 0 0-.006-.834 2.329 2.329 0 0 0-.006-.835c.07-.26.042-.586-.008-.843v-.003a2.69 2.69 0 0 0-.003-.832 2.486 2.486 0 0 0-.006-.834c.033-.276.03-.556-.006-.844.035-.275.03-.544-.01-.833a3.126 3.126 0 0 0-.008-.833c.038-.265.05-.547 0-.846.038-.272.034-.55-.01-.836.038-.258.04-.534-.01-.833a2.44 2.44 0 0 0-.01-.817c.036-.277.034-.48.002-.756a2.12 2.12 0 0 0-.01-.328l-.841-.012c-.036.058-.046.174-.023.331-.042.12-.04.64.009.76a2.459 2.459 0 0 0-.02.818 2.67 2.67 0 0 0-.02.833 2.856 2.856 0 0 0-.021.835c-.053.3-.045.58-.01.846a3.11 3.11 0 0 0-.02.833 3.095 3.095 0 0 0-.02.833 3.46 3.46 0 0 0-.018.844 2.486 2.486 0 0 0-.017.834 2.636 2.636 0 0 0-.014.831c-.053.258-.085.585-.02.847a2.36 2.36 0 0 0-.016.834 2.599 2.599 0 0 0-.017.834c-.05.27-.06.546-.017.844a2.79 2.79 0 0 0-.016.841c-.055.308-.06.583-.017.826a2.227 2.227 0 0 0-.017.797 2.396 2.396 0 0 0-.017.82z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M265.732 291.89c.31.144 1.103.12 1.289.024m-1.296-.82c.296.125 1.004.119 1.29.023m-1.25-.858c.286.144.967.107 1.245.024m-1.229-.815c.317.144 1.008.104 1.223.021m-1.207-.837c.34.097.938.093 1.2.004m-1.184-.839c.35.084.899.087 1.179.004m-1.163-.85c.32.082.938.087 1.156.007m-1.14-.835c.278.089.865.081 1.134 0m-1.11-.837c.355.086.847.093 1.104.003m-1.088-.85c.361.085.874.075 1.082.005m-1.07-.838c.358.08.919.051 1.064.004m-1.043-.817c.333.06.895.029 1.037-.017m-1.02-.846c.328.088.872.047 1.014.002m-.992-.817c.312.08.803.047.986-.018m-.96-.832c.306.067.819.042.954-.002m-.942-.837c.306.063.803.036.935-.007m-.906-.825c.333.04.758.037.884-.004m-.864-.848c.276.058.736.053.858.014m-.84-.83c.301.047.717.044.837.005m-.87-.762c.226.023.78.038.873.009m-1.185 16.483c.315.144 1.119.119 1.308.023m-1.323.736c.32.144 1.134.119 1.326.023" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".131" stroke-linejoin="round"/>
|
||||
<path d="M268.277 274.21c.509-.11 1.241-.126 2.252-.153a14.585 14.585 0 0 0-.92-.273c.591-.081 1.997-.063 2.358-.066-.244-.15-.85-.389-1.011-.421.773-.128 1.697-.006 2.347.098-.304-.17-.647-.39-1.082-.508.928-.063 1.296.011 2.158.127a2.791 2.791 0 0 0-.941-.516c1.031-.189 1.61-.229 2.62-.148-2.92-1.336-6.463-.64-8.596.83.214-.336.675-.845 1.125-1.229a2.692 2.692 0 0 0-.739.041c.312-.342.9-.8 1.298-.958-.29-.015-.536-.022-.797.03.391-.364.982-.748 1.483-1.003a3.318 3.318 0 0 0-.897.02c.396-.465 1.087-.942 1.698-1.232a4.182 4.182 0 0 0-.998.077c.508-.463 1.188-.95 2.082-1.4-3.543.396-5.498 2.95-5.665 5.113-.944-2.035-3.515-3.982-7.055-3.834 1.057.323 1.896.715 2.55 1.112a4.638 4.638 0 0 0-1.073.081c.718.202 1.568.583 2.103 1a3.583 3.583 0 0 0-.952.123c.594.183 1.314.485 1.818.798-.288-.012-.546.034-.849.097.46.099 1.196.477 1.612.78a2.913 2.913 0 0 0-.79.078c1.066.415 1.134.602 1.369.743-2.21-.472-5.403.257-7.858 3.11.356-.3 1.877-.867 2.36-.997-.252.302-.34.46-.538.838.552-.446 1.385-.815 2.18-1.131a5.06 5.06 0 0 0-.432.794c.579-.359.755-.41 1.94-.974-.085.145-.321.46-.434.758.362-.206 1.223-.52 1.806-.73.04-.015-.351.32-.528.721.133-.05.943-.343.973-.351-1.868 1.304-3.26 3.493-2.979 6.155.108-.416.602-1.611.881-2.089-.03.317.042.843.1 1.078a9.068 9.068 0 0 1 1.028-2.118c-.037.425-.027.894.031 1.087.252-.588.45-1.093 1.068-2.182-.04.163-.048.622-.01 1.027a14.19 14.19 0 0 1 1.142-1.984c-.022.24-.066.647-.048.816.05-.086.196-.327.366-.596.266-.419.59-.907.695-.985.08.082.158.182.23.298.29.466.499 1.179.564 1.917a3.35 3.35 0 0 0 .241-.927c.332.742.705 1.901.732 2.54.112-.339.17-.55.21-1.081.345.554.645 1.92.673 2.513.135-.232.246-.522.327-.955.338.763.471 1.713.553 2.369.868-3.158-.377-5.199-1.895-6.756.381.207.864.632 1.336 1.144a5.202 5.202 0 0 0-.28-.932c.56.399 1.387 1.22 1.618 1.458-.04-.312-.085-.478-.25-.876.662.459 1.254 1.245 1.589 1.678-.027-.2-.08-.575-.218-1.005.604.451 1.205 1.358 1.48 1.87-.008-.35-.106-.72-.188-1.1.822.695 1.126 1.43 1.386 1.875.007-2.851-3.293-5.416-6.359-5.683z" fill="#007934" fill-rule="evenodd" stroke="#e7e7e7" stroke-width=".131"/>
|
||||
<path d="M267.007 274.24c3.343-.478 7.637 2.401 7.63 5.654-.26-.445-.565-1.18-1.387-1.876.082.381.18.751.187 1.1-.274-.51-.875-1.418-1.48-1.87.138.431.192.806.219 1.006-.336-.433-.927-1.22-1.59-1.678.166.399.21.564.25.876-.23-.237-1.057-1.06-1.618-1.458.107.24.238.694.281.932-.472-.512-.955-.937-1.337-1.144m-1.904-1.582c-2.001-1.29-6.248-1.055-9.33 2.527.355-.3 1.876-.866 2.359-.997-.252.302-.34.46-.538.838.552-.446 1.385-.814 2.18-1.131a5.1 5.1 0 0 0-.432.794c.578-.359.755-.41 1.94-.974-.086.145-.322.46-.434.758.362-.206 1.222-.52 1.806-.73.04-.015-.351.32-.528.721.133-.05.943-.343.973-.351" fill="none" stroke="#e7e7e7" stroke-width=".131" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M266.392 273.692c-.425-2.353-3.243-5.06-7.395-4.887 1.057.323 1.896.715 2.55 1.112a4.625 4.625 0 0 0-1.073.081c.718.202 1.567.583 2.103 1a3.584 3.584 0 0 0-.952.123c.594.183 1.313.485 1.818.798-.288-.012-.546.034-.849.097.46.1 1.196.477 1.612.78a2.92 2.92 0 0 0-.79.078c1.065.415 1.134.602 1.369.744m1.578 1.002c-2.782.85-5.47 3.586-5.088 7.19.108-.416.602-1.611.881-2.089-.03.317.041.843.1 1.077a9.08 9.08 0 0 1 1.028-2.117c-.037.425-.027.894.031 1.087.252-.588.45-1.093 1.068-2.182-.04.163-.048.621-.01 1.027a14.13 14.13 0 0 1 1.142-1.984c-.023.24-.066.647-.048.816.126-.22.887-1.453 1.06-1.581m-1.73.174a9.328 9.328 0 0 0-.414 1.548m-.603-.853c-.189.49-.422 1.38-.497 1.948m-.525-.974a9.507 9.507 0 0 0-.602 2.014" fill="none" stroke="#e7e7e7" stroke-width=".131" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path class="fil1 str2" fill="none" stroke="#e7e7e7" stroke-width=".131" stroke-linecap="round" stroke-linejoin="round" d="M266.527 275.864l.011-.643"/>
|
||||
<path d="M269.408 278.666c.085.508.127.775.096 1.503m-1.154-3.258c.11.566.156.942.154 1.7m-1.139-2.838c.122.35.197.8.198 1.38m5.064-.422a3.69 3.69 0 0 1 .623 1.287m-2.127-2.332c.364.428.718 1.189.834 1.563m-2.097-1.986c.313.407.526.839.727 1.313m-11.3-.846a4.968 4.968 0 0 1 1.845-1.275m-.203.982c.414-.524.626-.853 1.711-1.326m-.203 1.146c.342-.437.89-.931 1.722-1.227m-.35 1.254c.542-.494 1.042-.758 1.708-1.04m-3.97-4.327c.716.079 1.704.327 2.308.726m-1.278.355c.651.011 1.54.206 1.998.454m-1.132.467c.645.012 1.452.277 2.112.656m-1.349.222c.863.076 1.455.39 1.84.625m.897.153c2.037-1.731 5.944-2.676 9.115-1.225-1.01-.081-1.589-.041-2.62.148.423.12.823.41.94.516-.86-.116-1.229-.19-2.157-.127.435.118.778.338 1.081.508-.65-.104-1.573-.226-2.346-.098.16.032.766.271 1.01.42-.36.004-1.766-.014-2.356.067.405.108.675.192.919.273-1.011.027-1.743.042-2.252.154m5.16-1.713c-.627-.254-1.724-.37-2.287-.333m1.07.722c-1.11-.368-2.164-.348-2.694-.268m1.43.678c-.977-.275-2.122-.282-2.652-.202m1.306.69c-.94-.227-1.613-.196-2.143-.115m.891 1.141c.385.326.66.708.86 1.183" fill="none" stroke="#e7e7e7" stroke-width=".131" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M266.052 272.639c.167-2.163 2.122-4.717 5.664-5.114-.893.452-1.573.938-2.081 1.401.355-.07.6-.083.998-.077-.61.29-1.302.767-1.698 1.232.295-.053.6-.048.897-.02-.501.255-1.092.64-1.483 1.003.261-.052.507-.046.797-.03-.398.158-.986.615-1.298.958a2.69 2.69 0 0 1 .738-.04c-.45.383-.91.892-1.124 1.227m2.173-4.253c-.518.143-1.174.415-1.65.758m.95.397a4.825 4.825 0 0 0-1.493.549m.907.434c-.508.09-1.086.374-1.568.74m1.067.188a3.43 3.43 0 0 0-1.542.845m-.482 2.555a6.423 6.423 0 0 0-.309 1.237m1.248-2.144c1.972 1.723 4.425 3.942 3.295 8.053-.082-.656-.215-1.606-.553-2.37-.081.434-.193.724-.327.956-.028-.593-.328-1.958-.674-2.513-.04.531-.098.742-.21 1.082-.026-.64-.4-1.8-.73-2.54a3.4 3.4 0 0 1-.242.926c-.081-.92-.385-1.802-.795-2.215" fill="none" stroke="#e7e7e7" stroke-width=".131" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M227.516 249.077l1.344.73.327-.601c.167-.308.217-.55.15-.726-.065-.178-.244-.346-.537-.505-.323-.176-.581-.241-.774-.197-.195.043-.355.18-.48.41-.162.298-.241.504-.237.616.005.11.074.2.207.273m1.754.952l1.727.938c.133.072.251.077.355.017.106-.062.23-.225.372-.488.136-.25.226-.461.27-.632.043-.174.037-.318-.018-.432a.761.761 0 0 0-.193-.27 2.01 2.01 0 0 0-.356-.233c-.806-.437-1.396-.309-1.77.386l-.387.714m-2.772-.824c.098-.18.222-.418.372-.712.15-.295.244-.477.282-.547.184-.338.38-.61.59-.818.209-.21.41-.346.605-.406.192-.061.368-.087.528-.078.16.01.312.053.455.13.2.11.352.294.457.555.106.259.152.523.138.794.307-.31.636-.518.987-.626a1.3 1.3 0 0 1 1.04.117c.38.207.621.563.723 1.069.099.504-.043 1.108-.425 1.811-.13.24-.271.492-.423.753-.15.259-.273.476-.368.651l-.332.666-.027-.005a12.05 12.05 0 0 0-1.488-.93l-1.882-1.021a12.32 12.32 0 0 0-1.59-.742l-.015-.028c.153-.247.278-.458.373-.633m9.473-11.55c-.765.64-.632 1.577.4 2.813.52.623 1.038.992 1.556 1.105.516.111.984-.008 1.404-.359.38-.317.541-.7.483-1.149-.06-.448-.34-.973-.841-1.574-.58-.694-1.105-1.104-1.58-1.232-.473-.131-.947 0-1.422.397m3.977-.197c.564.676.81 1.403.735 2.181-.074.774-.467 1.459-1.18 2.054-.667.557-1.39.818-2.167.784-.778-.033-1.429-.364-1.953-.992-.556-.667-.803-1.405-.74-2.214.062-.81.432-1.497 1.108-2.06.713-.596 1.451-.87 2.215-.82.765.044 1.426.4 1.982 1.067m8.538-2.78c.16.574.282.93.368 1.069.338-.094.703-.212 1.095-.354.395-.143.705-.263.929-.36l.337-.143.026.028a5.337 5.337 0 0 0 .232.836l-.01.029c-.139.02-.31.06-.513.116l-2.565.714-.688.219-.02-.021c-.051-.397-.179-.968-.383-1.712l-.575-2.063c-.19-.686-.38-1.24-.564-1.661l.013-.03c.257-.054.48-.108.67-.16l.693-.22.015.022c.048.386.177.956.388 1.711l.551 1.98m9.862-3.054c.073-.668.102-1.252.088-1.753l.02-.023c.275.047.512.081.71.103l.725.053.006.027c-.12.45-.219 1.027-.296 1.73l-.231 2.128c-.072.66-.1 1.244-.084 1.753l-.02.024a12.062 12.062 0 0 0-.71-.103l-.726-.053-.006-.027c.122-.462.22-1.04.292-1.73l.232-2.129m10.506 5.584c1.762-1.395 2.881-2.348 3.359-2.858.054.05.2.137.436.263.185.1.312.159.38.176-2.446 1.852-4.107 3.128-4.984 3.828l-.531-.285c.047-.486.122-1.218.225-2.198.102-.98.187-1.816.254-2.507a28.16 28.16 0 0 0 .12-1.478c.08.062.335.21.767.44.304.164.502.26.596.292-.257 1.188-.464 2.63-.622 4.327m9.031 4.102a13.01 13.01 0 0 0 1.226-1.256l.03-.005c.176.218.331.4.465.548l.508.52-.013.024c-.389.258-.845.625-1.367 1.1l-1.583 1.442c-.49.447-.898.866-1.223 1.259l-.03.005a12.29 12.29 0 0 0-.465-.548l-.508-.52.013-.024c.397-.266.852-.634 1.364-1.104l1.583-1.441m5.318 10.672a46.226 46.226 0 0 0 1.413-1.51l-.023-.05-2.077.065c.095.23.218.508.37.836.078.166.183.385.317.66m-1.223-1.473c-.908.046-1.593.11-2.054.192a1.975 1.975 0 0 0-.143-.367 2.79 2.79 0 0 0-.23-.435 326.8 326.8 0 0 0 6.292-.08l.331.713c-2.145 2.251-3.542 3.784-4.19 4.598-.027-.098-.132-.343-.314-.735-.158-.339-.265-.55-.323-.633.399-.339.896-.81 1.493-1.41a35.296 35.296 0 0 0-.862-1.843" style="line-height:125%;-inkscape-font-specification:'Linux Biolinum Bold';text-align:center" font-size="100" font-weight="700" letter-spacing="60" font-family="Linux Biolinum" word-spacing="0" text-anchor="middle" fill="#e8a30e" stroke="#000" stroke-width=".131"/>
|
||||
<path d="M261.251 299.316l-.819 2.356-2.493.05 1.987 1.507-.722 2.387 2.047-1.424 2.047 1.424-.722-2.387 1.987-1.507-2.493-.05zm9.745-4.151l-.818 2.355-2.494.051 1.987 1.507-.722 2.387 2.047-1.425 2.047 1.425-.722-2.387 1.987-1.507-2.493-.05zm15.052-26.625l-.819 2.356-2.493.051 1.987 1.507-.722 2.387 2.047-1.425 2.047 1.425-.722-2.387 1.987-1.507-2.493-.05zm-7.146 18.995l.819 2.355 2.493.051-1.987 1.507.722 2.387-2.047-1.425-2.047 1.425.722-2.387-1.987-1.507 2.493-.05zm5.048-8.685l.82 2.356 2.493.05-1.987 1.507.722 2.387-2.047-1.424-2.047 1.424.722-2.387-1.987-1.506 2.493-.051zm-33.201 20.466l.819 2.356 2.493.05-1.987 1.507.722 2.387-2.047-1.424-2.047 1.424.722-2.387-1.987-1.507 2.493-.05zm-9.745-4.151l.818 2.355 2.494.051-1.988 1.507.723 2.387-2.047-1.425-2.047 1.425.722-2.387-1.987-1.507 2.493-.05zm-15.051-26.625l.819 2.356 2.493.051-1.987 1.507.722 2.387-2.047-1.425-2.047 1.425.722-2.387-1.987-1.507 2.493-.05zm7.145 18.995l-.819 2.355-2.493.051 1.987 1.507-.722 2.387 2.047-1.425 2.047 1.425-.722-2.387 1.987-1.507-2.493-.05zm-5.048-8.685l-.82 2.356-2.493.05 1.987 1.507-.722 2.387 2.047-1.424 2.047 1.424-.722-2.387 1.987-1.506-2.493-.051z" fill="#e8a30e" stroke="#000" stroke-width=".131" stroke-linecap="square" stroke-linejoin="round"/>
|
||||
<path d="M257.15 264.632l-.004-.514h.071l-.882-.508h-.71l-.877.507h.07l.003.514 2.328.001" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M257.15 264.632l-.004-.514h.071l-.882-.508-.067-.773h-.575l-.067.773-.878.507h.07l.003.514 2.328.001zm.27.676v.16l-2.84-.002-.002-.16 2.843.001" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M257.42 265.308v.16l-2.84-.002-.002-.16 2.843.001zm-2.652-.01l-.002-.545h.115l-.006.55.007-.546-.166-.004v-.117l2.54.002v.116h-.156l.003.552-.006-.552h.117l.003.545" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M254.768 265.298l-.002-.545h.115l-.006.551.007-.546-.166-.004v-.117l2.54.002v.115h-.156l.003.552-.006-.552h.117l.003.546" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M255.314 265.164l-.002-.38h-.341l.002.38h.34" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M255.064 264.863v.22h.157v-.22h-.157m1.917.302l-.002-.38h-.34l.002.38h.34" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M256.73 264.865l.003.22h.156l-.001-.22h-.157m.248-.318l-.002-.38h-.34v.38h.342z" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M256.728 264.247l.001.22h.156v-.22h-.157m-1.417.298l-.002-.379h-.34l.002.379h.34z" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M255.061 264.245v.22h.157v-.22h-.157m.867.3l-.002-.378h-.34v.379h.341" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M255.678 264.246l.001.22h.156v-.22h-.157m.726.3l-.002-.38h-.34l.001.38h.341" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M256.154 264.246v.22h.157l-.001-.22h-.157" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M256.488 264.43l.004.876-.987-.001-.004-.875h.987" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M256.488 264.43l.004.876-.987-.001-.004-.875h.987zm-.992.25h.993m-.87.625l-.003-.619m.756.62l-.003-.619m.48-.63l-.556-.361-.624-.001-.551.36 1.731.002m-1.131-.441h.525m-.384-.166l.001.11h.241v-.11h-.242" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M255.548 264.455h.072l-.021.034s.034.04 0 .085l.019.032h-.07l.02-.03s-.036-.053.001-.087l-.02-.034m.146 0h.071l-.02.034s.034.039 0 .085l.019.032h-.07l.019-.03s-.035-.053.002-.087l-.021-.034m.16 0h.071l-.021.034s.035.04 0 .085l.02.032h-.07l.019-.03s-.035-.053.001-.087l-.021-.034zm.18 0h.072l-.02.035s.034.039 0 .084l.019.033h-.07l.019-.03s-.035-.054.002-.087l-.022-.035zm.16 0h.072l-.021.035s.035.039 0 .084l.02.033h-.07l.018-.03s-.035-.053.003-.087l-.021-.035m.159 0h.072l-.022.035s.036.039.001.084l.018.033h-.069l.019-.03s-.035-.053.002-.087l-.021-.035" fill="#e7e7e7" stroke="#000" stroke-width=".046"/>
|
||||
<path d="M255.832 262.432h.342v.4h-.342v-.4z" fill="#e7e7e7" fill-rule="evenodd" stroke="#000" stroke-width=".034"/>
|
||||
<path d="M256.006 261.943l-.007.51" fill="none" stroke="#000" stroke-width=".079"/>
|
||||
<path d="M255.816 262.134l.374.005" fill="none" stroke="#000" stroke-width=".1"/>
|
||||
<path d="M252.95 224.325s-2.498 5.8-1.635 6.375c0 0 3.133-3.499 3.95-6.279.817-2.78 0-.192 0-.192l-.227-3.02-2.043 2.876" fill="#452c25"/>
|
||||
<path d="M252.95 224.325s-2.498 5.8-1.635 6.375c0 0 3.132-3.499 3.95-6.279.817-2.78 0-.192 0-.192l-.227-3.02-2.043 2.876" fill="none" stroke="#000" stroke-width=".175"/>
|
||||
<path d="M253.477 221.553s-3 6.388-2.314 6.86c0 0 2.493-2.872 3.143-5.154.65-2.282 0-.157 0-.157l.833-4.106" fill="#452c25"/>
|
||||
<path d="M253.477 221.553s-3 6.388-2.314 6.86c0 0 2.493-2.872 3.143-5.154.65-2.282 0-.157 0-.157l.833-4.106" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M256.569 220.13s-3.001 6.388-2.315 6.86c0 0 2.493-2.872 3.144-5.154.65-2.282 0-.157 0-.157l.833-4.106" fill="#452c25"/>
|
||||
<path d="M256.569 220.13s-3.001 6.388-2.315 6.86c0 0 2.493-2.872 3.144-5.154.65-2.282 0-.157 0-.157l.833-4.106" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M295.294 208.646l3.562 2.022s.87.72-1.039.296c-1.907-.424-5.976-1.828-13.661-6.774-3.475-2.237-4.572-2.174-4.572-2.174l4.844.132 10.866 6.498z" fill="#452c25"/>
|
||||
<path d="M295.294 208.646l3.562 2.022s.87.72-1.039.296c-1.907-.424-5.976-1.828-13.661-6.774-3.475-2.237-4.572-2.174-4.572-2.174l4.844.132 10.866 6.498z" fill="none" stroke="#000" stroke-width=".128"/>
|
||||
<path d="M296.471 207.767l3.563 2.022s.869.72-1.04.296c-1.907-.424-5.975-1.828-13.66-6.774-3.476-2.237-.68 1.845-.68 1.845l.589-2.684 11.228 5.295z" fill="#452c25"/>
|
||||
<path d="M296.471 207.767l3.563 2.022s.869.72-1.04.296c-1.907-.424-5.975-1.828-13.66-6.774-3.476-2.237-.68 1.845-.68 1.845l.589-2.684 11.228 5.295z" fill="none" stroke="#000" stroke-width=".128"/>
|
||||
<path d="M302.397 209.713s-4.254-.79-5.803-1.924c0 0 .272.49-1.808-.458 0 0 .802 1.824-5.055-2.166-5.857-3.99-3.81-1.985-3.81-1.985l1.64-.423s8.99 3.593 9.977 3.969c.986.375 4.86 2.987 4.86 2.987" fill="#452c25"/>
|
||||
<path d="M302.397 209.713s-4.254-.79-5.803-1.924c0 0 .272.49-1.808-.458 0 0 .802 1.824-5.055-2.166-5.857-3.99-3.81-1.985-3.81-1.985l1.64-.423s8.99 3.593 9.977 3.969c.986.375 4.86 2.987 4.86 2.987z" fill="none" stroke="#000" stroke-width=".125"/>
|
||||
<path d="M280.154 211.307l1.426 2.033s-.474 1.905-5.422-1.802c-4.948-3.708-4.687-3.401-4.687-3.401l2.733-.381 6 3.405" fill="#452c25"/>
|
||||
<path d="M280.154 211.307l1.426 2.033s-.474 1.905-5.422-1.802c-4.948-3.708-4.687-3.401-4.687-3.401l2.733-.381 6 3.405" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M273.728 212.326s2.298 3.006 1.786 3.38c-.511.374-3.225.213-5.163-2.729-1.937-2.942-.04-.15-.04-.15l.18-4.757 3.287 4.11" fill="#452c25"/>
|
||||
<path d="M273.728 212.326s2.298 3.006 1.786 3.38c-.511.374-3.225.213-5.163-2.729-1.937-2.942-.04-.15-.04-.15l.18-4.757 3.287 4.11" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M276.088 210.942s2.212 2.855 1.97 3.29c-.24.434-3.36.158-5.845-2.66-2.486-2.816-.37-3.716-.37-3.716l4.205 2.937" fill="#452c25"/>
|
||||
<path d="M276.068 210.868s2.232 2.929 1.99 3.363c-.24.435-3.36.159-5.845-2.658-2.486-2.817-.37-3.717-.37-3.717l4.225 3.012z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M288.694 209.257s6.306 2.712 1.63 2.535c0 0-9.16-2.467-13.9-6.527l1.34-1.772 10.857 5.606" fill="#452c25"/>
|
||||
<path d="M288.694 209.257s6.306 2.712 1.63 2.535c0 0-9.16-2.467-13.9-6.527l1.34-1.772 10.857 5.606" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M292.003 208.475s3.413 2.07 3.667 2.857c.254.787-10.605-2.028-16.334-6.798l2.559-1.253 10.108 5.194z" fill="#452c25"/>
|
||||
<path d="M292.003 208.475s3.413 2.07 3.667 2.857c.254.787-10.605-2.028-16.334-6.798l2.559-1.253 10.108 5.194z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M282.091 210.35s2.468 2.026 2.188 2.262c-.28.235-5.285-.514-9.214-3.538l.47-1.807 6.605 2.986" fill="#452c25"/>
|
||||
<path d="M282.091 210.35s2.468 2.026 2.188 2.262c-.28.235-5.285-.514-9.214-3.538l.47-1.807 6.605 2.986" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M286.312 210.178s2.435 1.68 1.93 1.856c-.505.177-2.414 1.678-11.477-3.63l-1.068-.587 1.439-2.26 9.181 4.474" fill="#452c25"/>
|
||||
<path d="M286.315 210.105s2.432 1.753 1.927 1.93c-.505.176-2.414 1.677-11.477-3.631l-1.068-.587 1.439-2.26 9.179 4.548z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M277.012 205.206s2.945 2.638 2.57 3.018c-.377.379-3.883-.456-5.43-1.605-1.546-1.15-2.672-2.623-2.672-2.623l3.287-.708 2.245 1.918z" fill="#452c25"/>
|
||||
<path d="M277.012 205.206s2.945 2.638 2.57 3.018c-.377.379-3.883-.456-5.43-1.605-1.546-1.15-2.672-2.623-2.672-2.623l3.287-.708 2.245 1.918z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M273.5 200.8l5.367 3.2s4.38 3.091 3.917 3.368c-.463.277-3.915-.802-6.362-2.137-2.447-1.334-5.285-4.208-5.285-4.208" fill="#452c25"/>
|
||||
<path d="M273.5 200.8l5.367 3.2s4.38 3.091 3.917 3.368c-.463.277-3.915-.802-6.362-2.137-2.447-1.334-5.285-4.208-5.285-4.208" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M270.113 215.928s1 2.558.402 2.78c-.597.223-2.077-.233-3.266-2.552-1.188-2.319 1.036-1.339 1.036-1.339l1.828 1.111z" fill="#452c25"/>
|
||||
<path d="M270.113 215.928s1 2.558.402 2.78c-.597.223-2.077-.233-3.266-2.552-1.188-2.319.807-1.288.807-1.288l2.057 1.06z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M271.893 214.274s1.5 2.48 1.173 2.763c-.327.283-2.305 1.139-4.461-2.06-2.155-3.197 2.218-2.524 2.218-2.524l1.07 1.821z" fill="#452c25"/>
|
||||
<path d="M271.893 214.274s1.5 2.48 1.173 2.763c-.327.283-2.305 1.139-4.461-2.06-2.155-3.197 2.218-2.524 2.218-2.524l1.07 1.821z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M267.409 203.084s5.118 9.884 4.692 10.409c-.426.526-2.447-.002-3.58-2.615-1.133-2.613-2.06-6.006-2.06-6.006l.948-1.788z" fill="#452c25"/>
|
||||
<path d="M267.409 203.084s5.118 9.884 4.692 10.409c-.426.526-2.447-.002-3.58-2.615-1.133-2.613-2.06-6.005-2.06-6.005l.948-1.789z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M273.372 205.6s4.27 3.63 3.394 4.087c-.877.458-2.576-.204-5.074-2.676-2.498-2.472 1.64-1.561 1.64-1.561" fill="#452c25"/>
|
||||
<path d="M273.352 205.525s4.29 3.705 3.414 4.162c-.877.458-2.576-.204-5.074-2.676-2.498-2.472 1.66-1.486 1.66-1.486z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M271.302 205.66s3.052 5.606 2.671 6.133c-.38.528-2.67-1.393-3.8-2.821-1.129-1.428-1.983-3.505-1.983-3.505" fill="#452c25"/>
|
||||
<path d="M271.302 205.66s3.052 5.606 2.671 6.133c-.38.528-2.67-1.393-3.8-2.821-1.129-1.428-1.983-3.505-1.983-3.505" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M248.426 217.172s-.18 3.304 0 3.551c.181.246 1.857.246 1.947-2.22.091-2.466-.362-2.564-.362-2.564l-1.63 1.134" fill="#452c25"/>
|
||||
<path d="M248.426 217.172s-.18 3.304 0 3.551c.181.246 1.857.246 1.947-2.22.091-2.466-.362-2.564-.362-2.564l-1.63 1.134" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M249.429 213.19s-1.178 3.699-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.045-.987-2.038.197-2.038.197" fill="#452c25"/>
|
||||
<path d="M249.429 213.19s-1.178 3.699-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.045-.987-2.038.197-2.038.197z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.238 217.912s.226 3.452.86 3.6c.634.148 1.676-.986 1.676-1.874 0-.888-1.087-2.96-1.087-2.96l-1.495 1.086" fill="#452c25"/>
|
||||
<path d="M250.238 217.912s.226 3.452.86 3.6c.634.148 1.676-.986 1.676-1.874 0-.888-1.087-2.96-1.087-2.96l-1.495 1.086" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.268 213.777s-1.178 3.7-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.045-.986-2.038.197-2.038.197z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.36 207.841s-1.722 1.776-1.676 2.763c.045.986 2.536-1.332 2.763-1.776.226-.444-1.087-.987-1.087-.987" fill="#452c25"/>
|
||||
<path d="M250.36 207.841s-1.722 1.776-1.676 2.763c.045.986 2.536-1.332 2.763-1.776.226-.444-1.087-.987-1.087-.987z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M249.176 206.847s-1.359 2.515-.996 3.304c.362.789 1.675-.592 2.31-1.48.634-.887-1.314-1.824-1.314-1.824" fill="#452c25"/>
|
||||
<path d="M249.176 206.847s-1.359 2.515-.996 3.304c.362.789 1.675-.592 2.31-1.48.634-.887-1.314-1.824-1.314-1.824z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M268.277 203.514s2.17 4.087 1.573 4.31c-.596.222-1.513-.803-2.422-2.025-.91-1.222.85-2.285.85-2.285" fill="#452c25"/>
|
||||
<path d="M268.277 203.514s2.17 4.087 1.573 4.31c-.596.222-1.513-.803-2.422-2.025-.91-1.222.85-2.285.85-2.285z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M268.327 211.873s.788 3.438.097 3.755c-1.352.62-2.106-2.444-2.187-3.594-.092-1.287 2.09-.161 2.09-.161zm-2.704 5.45s.183 2.574-.188 2.806c-.37.231-1.28.293-2.292-1.871-1.013-2.164-.542-1.355-.542-1.355l2.49-1.23.54 1.404" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M268.113 216.735s.291 2.726-.256 2.803c-.546.076-2-.846-2.633-2.478-.73-1.881 2.539-1.327 2.539-1.327l.35 1.002z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M265.55 208.373s2.798 6.262 2.348 7.154c-.882 1.745-3.424-3.814-4.192-5.984-.859-2.427 1.843-1.17 1.843-1.17z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M264.252 209.42s3.815 6.891 2.206 7.052c-1.609.16-4.534-4.999-5.024-6.198-.491-1.2 2.818-.855 2.818-.855z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M264.024 210.85s1.877 6.605.668 6.02c-1.21-.583-2.666-5.558-2.864-6.632-.199-1.074 2.196.612 2.196.612zm6.595-9.391s2.893 4.42 1.955 4.55c-.939.132-4.37-2.952-4.402-3.463-.03-.51 2.447-1.087 2.447-1.087z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M268.81 201.645s3.69 5.036 2.577 5.292c-1.113.255-1.197-.532-1.197-.532s-2.944-2.654-3.141-3.325c-.198-.671 1.652-1.5 1.652-1.5m3.764.143s2.537 2.617 1.871 3.503c-.665.886-4.19-3.314-4.67-3.847-.48-.534 3.074.241 3.074.241m-6.426 3.74s4.085 7.958 3.333 8.767c-.752.81-5.293-5.967-5.451-6.95-.158-.982 2.16-1.967 2.16-1.967" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M263.964 206.08s1.634 2.49 1.542 3.831c-.093 1.341-2.47-1.92-2.676-2.534-.205-.614 1.134-1.298 1.134-1.298z" fill="#452c25" stroke="#000" stroke-width=".165"/>
|
||||
<path d="M267.325 204.79s1.27 2.569.88 3.342c-.388.774-2.12-1.56-2.723-2.474-.603-.913 1.843-.869 1.843-.869z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M261.43 207.315s1.994 2.212 1.898 3.391c-.095 1.18-2.99-1.72-3.245-2.263-.253-.543 1.347-1.128 1.347-1.128z" fill="#452c25" stroke="#000" stroke-width=".17"/>
|
||||
<path d="M274.32 200.932s3.018 2.708 2.55 3.133c-.468.425-4.552-2.5-5.167-3.068-.615-.568 2.617-.065 2.617-.065z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M271.767 200.736l2.361 1.989s2.194 1.465 1.818 1.845c-.375.38-3.811-1.193-4.42-1.91-.61-.715-.54-1.453-.54-1.453l.781-.47zm7.78.626s8.94 3.625 8.592 4.499c-.348.874-9.372-2.902-10.788-3.898-1.416-.996 2.062-.656 2.062-.656" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M279.87 202.51s6.713 3.78 5.93 4.143c-.783.363-5.588-.92-8.068-2.602-2.48-1.681-3.536-2.613-3.536-2.613l3.061-.713 2.613 1.785zm-16.526 4.594s1.271 2.57.882 3.344c-.39.773-1.655-.66-2.257-1.574-.604-.913 1.375-1.77 1.375-1.77zm.302 5.795s1.049 3.744-.108 4.437c-1.157.693-1.91-3.73-1.921-4.718-.012-.988 2.03.28 2.03.28z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M258.45 206.73s3.732-1.639 4.394-1.508c0 0 .783-.196 1.204-.524.421-.328 1.384-1.114 1.384-1.114s-.662-4.523 4.094-4.064c4.756.458 11.016 1.048 12.28 1.245 1.265.197 5.9 1.508 6.984 2.032 1.083.524 8.144 3.72 9.588 4.245.856.31 2.744 1.49 4.14 2.402.963.627-.029.178-.029.178s-11.435-6.07-15.477-6.882c-1.011-.203.07 1.158.07 1.158s-2.627-1.036-3.71-1.494c-1.084-.459-1.987-.656-3.01-.59a6.193 6.193 0 0 1-2.408-.328c-.603-.197-4.034-.328-4.636-.393a7.81 7.81 0 0 1-1.083-.197l.24.393-1.685-.262-.482.721s-1.625.328-1.746-.197c-.12-.524-.963 2.36-1.384 3.212-.422.853-1.987.852-2.469 1.377-.48.525-.782.852-1.022.983-.241.131-1.445.852-1.867.852-.421 0-3.01.197-3.01.197l-.662-1.049.301-.393zm4.907 10.599s.066 3.31-.123 3.548c-.19.24-1.865.17-1.87-2.297-.005-2.468.45-2.548.45-2.548l1.59 1.2" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M263.759 214.79s-.317-1.433-.544-1.63c-.226-.198.09-.396.09-.396s-.588-1.433-.95-1.68c-.363-.246.045-.444.045-.444s-.634-.988-1.087-1.285c-.453-.296 0-.346 0-.346s-.473-1.326-1.577-1.934c0 0-.732-.77-1.478-.982-.747-.212-2.598-.41-4.836-.368-2.357.043-3.356 1.677-3.356 1.677l-.151 1.895.34-.231-.499 2.36c-.079.54.423 1.478.45 2.606.01.357.031.73.072 1.113.107 1.013.344 2.087.804 3.078.036.078.07.307.113.233.116-.198.374.668.607.979 0 0 .14 1.177.25.74.044-.169.422.668.656 1.193.085.19.53 1.487.514.897-.019-.646.391 1.376.391 1.666l.544-.79.272.889.452-.05-.135.84s1.268-1.037 1.313-1.433c.045-.395.09-.691.09-.691l.408-.396.635-.988s1.585 1.235 1.766 1.68c.181.445.363.84.363.84l.407-.395.363.889.226-.445.22.618.02-.038.144.407c.11.103.363.155.839-.64.679-1.137.634-2.026.679-2.224.045-.198.317.346.317.346s.589-1.087.498-1.779c-.09-.692.363-.445.363-.445s.09-1.828 0-2.273c-.091-.444.317-.345.317-.345s-.136-2.174-.272-2.421c-.136-.247.317-.297.317-.297z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M260.585 209.76c.32.096.476.457.612.736-.009-.017.02-.098.004-.133-.136-.28-.296-.645-.616-.74.003 0-.021.13 0 .137m.29 1.366c.59.5.64 1.182.608 1.928 0 .022.008.154.011.07.035-.79.026-1.59-.62-2.135.015.012-.027.114 0 .137m1.227.7c.326.534.356 1.124.357 1.742 0 .078.013.078.013 0 0-.656-.016-1.3-.366-1.876.009.014-.023.102-.003.133m.43 2.58c-.036.383-.105.758-.179 1.135a.478.478 0 0 0 .007.118c.075-.383.145-.766.182-1.155.003-.018-.005-.151-.01-.097m-.397 1.98c.03.25.062.499.036.752-.003.018.004.151.01.097.034-.318.003-.63-.036-.946-.007-.054-.012.08-.01.097m-.761-2.485c0 .423.003.845.038 1.267.005.054.011-.08.01-.098a14.26 14.26 0 0 1-.034-1.17c0-.078-.014-.078-.014 0m-.323 2.745c.033.401.034.804.034 1.206 0 .079.013.079.013 0 0-.435-.003-.87-.038-1.303-.005-.054-.01.079-.01.097m1.812-.35a1.2 1.2 0 0 1 .322.656c.004.026.009-.02.009-.025a.33.33 0 0 0-.003-.094 1.242 1.242 0 0 0-.329-.674c.017.017-.026.11 0 .138m-.108-2.77c.18.15.326.333.47.517-.017-.021.025-.106 0-.137a3.31 3.31 0 0 0-.47-.517c.015.012-.027.115 0 .137m-1.489 2.073a6.366 6.366 0 0 1-.105 1.122.398.398 0 0 0 .007.119c.077-.41.11-.824.112-1.241 0-.078-.013-.078-.013 0m-.793.824c.03.337.03.673 0 1.01 0 .018.005.152.01.098a6.642 6.642 0 0 0 0-1.205c-.005-.054-.011.08-.01.097"/>
|
||||
<path d="M246.122 207.281s-.906 3.403-.226 3.749c1.33.675 2.188-2.356 2.31-3.502.135-1.283-2.084-.247-2.084-.247" fill="#452c25"/>
|
||||
<path d="M246.122 207.281s-.906 3.403-.226 3.749c1.33.675 2.188-2.356 2.31-3.502.135-1.283-2.084-.247-2.084-.247z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M248.082 207.254s-1.721 1.776-1.676 2.762c.045.986 2.537-1.332 2.763-1.776.227-.443-1.087-.986-1.087-.986" fill="#452c25"/>
|
||||
<path d="M248.082 207.254s-1.721 1.776-1.676 2.762c.045.986 2.537-1.332 2.763-1.776.227-.443-1.087-.986-1.087-.986z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M218.726 207.504s-3.556 1.785-3.867 2.549c-.312.763 10.726-1.157 16.791-5.444l-2.46-1.457-10.464 4.352z" fill="#452c25"/>
|
||||
<path d="M218.726 207.504s-3.556 1.785-3.867 2.549c-.312.763 10.726-1.157 16.791-5.444l-2.46-1.457-10.464 4.352z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M222.883 208.221s-6.436 2.342-1.756 2.436c0 0 9.275-1.93 14.216-5.707l-1.248-1.847-11.13 4.965" fill="#452c25"/>
|
||||
<path d="M222.924 208.145s-6.477 2.418-1.797 2.512c0 0 9.275-1.93 14.216-5.707l-1.248-1.847-11.171 5.042z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M232.438 201.685s-6.84 3.502-6.07 3.897c.77.394 5.617-.69 8.153-2.269 2.537-1.578 3.624-2.466 3.624-2.466l-3.035-.838-2.672 1.676z" fill="#452c25"/>
|
||||
<path d="M232.438 201.685s-6.84 3.502-6.07 3.897c.77.394 5.617-.69 8.153-2.269 2.537-1.578 3.624-2.466 3.624-2.466l-3.035-.838-2.672 1.676z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M229.855 209.366s-2.443 2.046-2.16 2.278c.283.234 5.279-.554 9.171-3.608l-.492-1.803-6.57 3.037" fill="#452c25"/>
|
||||
<path d="M229.855 209.366s-2.443 2.046-2.16 2.278c.283.234 5.279-.554 9.171-3.608l-.492-1.803-6.57 3.037" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M225.603 209.049s-2.348 1.792-1.835 1.945c.513.152 2.497 1.56 11.284-4.171l1.036-.637-1.55-2.189-8.948 4.904" fill="#452c25"/>
|
||||
<path d="M225.596 208.975s-2.341 1.866-1.828 2.019c.513.152 2.497 1.56 11.284-4.171l1.036-.637-1.55-2.189-8.942 4.978z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M223.789 202.232c-7.39 2.585-14.799 7.734-14.799 7.734.724-.247 19.014-7.61 19.014-7.61M240 213.77s-1.585 2.416-1.268 2.712c.317.296 2.265 1.233 4.53-1.874 2.264-3.107-2.13-2.614-2.13-2.614L240 213.77z" fill="#452c25"/>
|
||||
<path d="M240.001 213.769s-1.585 2.416-1.268 2.712c.317.296 2.265 1.233 4.53-1.874 2.264-3.107-2.13-2.614-2.13-2.614l-1.132 1.776z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M241.723 215.495s-1.087 2.515-.498 2.762c.588.247 2.083-.148 3.351-2.417 1.269-2.269-.589-1.134-.589-1.134l-2.264.789zm-3.488-3.748s-2.4 2.91-1.902 3.304c.498.395 3.216.346 5.254-2.515 2.038-2.86.045-.148.045-.148l-.589-2.614-2.853 1.825" fill="#452c25"/>
|
||||
<path d="M241.723 215.495s-1.087 2.515-.498 2.762c.588.247 2.083-.148 3.351-2.417 1.269-2.269-.589-1.134-.589-1.134l-2.264.789zm-3.488-3.748s-2.4 2.91-1.902 3.304c.498.395 3.216.346 5.254-2.515 2.038-2.86.045-.148.045-.148l-.589-2.614-2.853 1.825" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M235.925 210.267s-2.31 2.762-2.083 3.206c.226.444 3.352.296 5.933-2.417 2.582-2.713.499-3.699.499-3.699l-4.303 2.762" fill="#452c25"/>
|
||||
<path d="M235.925 210.267s-2.31 2.762-2.083 3.206c.226.444 3.352.296 5.933-2.417 2.582-2.713.499-3.699.499-3.699l-4.303 2.762" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M231.849 210.465l-1.495 1.972s.408 1.923 5.48-1.578c5.073-3.502 4.802-3.206 4.802-3.206l-2.718-.493-6.115 3.156" fill="#452c25"/>
|
||||
<path d="M231.826 210.39l-1.472 2.047s.408 1.923 5.48-1.578c5.073-3.502 4.802-3.206 4.802-3.206l-2.718-.493-6.092 3.23z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M215.669 207.443l-3.215 1.446s-.727.637 1.161.684c1.889.048 5.79-.474 12.578-4.323 3.069-1.74 5.013-3.4 5.013-3.4l-2.473-.918-13.064 6.511z" fill="#452c25"/>
|
||||
<path d="M215.669 207.443l-3.215 1.446s-.727.637 1.161.684c1.889.048 5.79-.474 12.578-4.323 3.069-1.74 5.013-3.4 5.013-3.4l-2.473-.918-13.064 6.511z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M210.162 209.471s4.626-.503 6.465-1.708c0 0-.376.562 1.99-.361 0 0-1.178 2.118 5.72-2.08 6.897-4.2.056-.086.056-.086l7.66-4.389-.447-.875s-14.637 6.269-15.745 6.618c-1.107.35-5.699 2.881-5.699 2.881" fill="#452c25"/>
|
||||
<path d="M224.365 205.279l7.689-4.432-.448-.875s-14.637 6.269-15.745 6.618c-1.107.35-5.699 2.881-5.699 2.881s4.626-.503 6.465-1.708c0 0-.376.562 1.99-.361 0 0-1.15 2.075 5.748-2.123z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M243.761 215.388s-.453 3.667.09 3.803c.544.136 2.084-1.018 2.718-3.26.634-2.24-2.49-1.968-2.49-1.968l-.453 1.29" fill="#452c25"/>
|
||||
<path d="M243.761 215.388s-.453 3.667.09 3.803c.544.136 2.084-1.018 2.718-3.26.634-2.24-2.49-1.968-2.49-1.968l-.453 1.29" fill="none" stroke="#000" stroke-width=".166"/>
|
||||
<path d="M246.161 217.073s-.271 2.565.091 2.811c.363.247 1.268.346 2.355-1.775 1.087-2.12.589-1.332.589-1.332l-2.446-1.331-.589 1.38" fill="#452c25"/>
|
||||
<path d="M246.161 216.95s-.271 2.688.091 2.934c.363.247 1.268.346 2.355-1.775 1.087-2.12.589-1.332.589-1.332l-2.446-1.331-.589 1.504z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M246.84 212.29s-1.992 4.34-.86 4.29c1.133-.05 2.673-3.304 2.899-4.044.227-.74-2.038-.247-2.038-.247" fill="#452c25"/>
|
||||
<path d="M246.84 212.29s-1.992 4.34-.86 4.29c1.132-.05 2.673-3.304 2.899-4.044.227-.74-2.038-.247-2.038-.247z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M246.668 212.251s-.75 4.783.32 4.378c1.07-.405 1.677-4.007 1.696-4.786.02-.78-2.016.408-2.016.408" fill="#452c25"/>
|
||||
<path d="M246.668 212.251s-.75 4.783.32 4.378c1.07-.405 1.677-4.007 1.696-4.786.02-.78-2.016.408-2.016.408z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M248.29 212.733s-1.177 3.699-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.046-.987-2.038.197-2.038.197" fill="#452c25"/>
|
||||
<path d="M248.29 212.733s-1.177 3.699-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.046-.987-2.038.197-2.038.197z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M243.648 211.516s-1.133 3.403-.453 3.748c1.33.675 2.415-2.356 2.536-3.502.136-1.282-2.083-.246-2.083-.246zm-8.447-7.02s-3.035 2.516-2.673 2.91c.363.395 3.896-.295 5.48-1.38 1.586-1.085 2.22-1.677 2.22-1.677l-2.718-1.677-2.31 1.825z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M237.873 201.932s-1.947 1.578-1.585 1.973c.362.395 3.85-1.036 4.483-1.726.635-.69.59-1.43.59-1.43l-3.488 1.183z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M239.866 201.685s-2.627 2.17-1.993 2.96c.634.789 4.303-2.713 4.8-3.157.499-.444-3.08.099-3.08.099" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M238.688 200.7l-5.299 2.515s-4.484 2.91-4.031 3.205c.453.296 3.94-.64 6.431-1.874 2.491-1.233 5.255-3.304 5.255-3.304m-.88 2.32s-5.733 4.93-4.873 5.423c.86.493 4.695-1.572 7.277-3.94" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M240.891 205.185s-3.245 5.477-2.882 6.019c.362.543 2.717-1.282 3.895-2.663 1.178-1.381 2.104-3.42 2.104-3.42" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M242.757 205.669s-3.516 6.534-3.109 7.076c.408.542 2.446.099 3.67-2.466 1.222-2.565 1.117-4.219 1.117-4.219l-1.678-.391z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M244.8 205.982s-3.908 8.064-3.138 8.853c.77.79 5.097-6.116 5.295-7.091.348-1.715-2.203-1.91-2.203-1.91m-8.195-5.184s-3.532 1.677-2.808 2.022c.725.345 4.031-1.134 4.484-1.282.454-.148-1.676-.74-1.676-.74z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M237.103 201.193s-2.174 1.726-1.721 2.17c.452.444 3.76-1.332 4.393-1.875.634-.542-2.672-.295-2.672-.295z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M241.664 201.33s-2.97 3.995-2.06 4.153c.91.158 4.36-2.576 4.408-3.049.048-.473-2.348-1.104-2.348-1.104z" fill="#452c25" stroke="#000" stroke-width=".15"/>
|
||||
<path d="M242.991 202.228s-3.17 3.995-2.265 4.242c.906.246.997-.395.997-.395s2.49-2.071 2.672-2.614c.181-.543-1.314-1.282-1.314-1.282" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M243.988 203.165s-2.31 3.995-1.722 4.242c.59.246 1.54-.74 2.491-1.924.951-1.183-.77-2.318-.77-2.318z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M244.576 204.99s-1.359 2.515-.996 3.304c.362.79 1.676-.591 2.31-1.479.634-.888-1.314-1.825-1.314-1.825zm.57 6.982s-.906 3.403-.226 3.749c1.33.675 2.188-2.356 2.31-3.502.136-1.282-2.084-.247-2.084-.247z" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M251.37 207.37s-.906-.296-1.585-.296c0 0-1.993-1.578-3.08-1.726-1.087-.148-.159-.173-.159-.173s-.113-2.589-.43-2.786c0 0-.181-2.663-1.857-2.86-1.676-.198-5.435.147-6.115-.1-.679-.246-2.76-1.114-6.703-.049-4.034 1.091-11.971 4.655-12.379 4.753-.407.1 9.118-2.09 11.79-3.273 0 0 2.672-.197 3.488-.444 0 0-3.034 1.48-.227.839 2.809-.642 2.174 0 2.174 0s-.271.64 1.314.295c1.585-.345 1.585 0 1.585 0s1.812.641 3.216-.197c0 0 .725 2.516 1.63 2.86 0 0 1.077 2.305 3.342 2.75 0 0 1.076.762 1.302.91l1.28.42 1.369-1.071" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M232.8 200.551s-9.058 3.255-8.742 4.143c.317.888 9.466-2.515 10.916-3.452 1.45-.937-2.038-.74-2.038-.74" fill="#452c25" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M257.877 207.57c.207.035.382.129.568.224.006.003.085.052.1.032.014-.02-.056-.083-.06-.087a1.641 1.641 0 0 0-.386-.286c-.237-.122-.468-.25-.734-.294-.052-.008.143.179.157.19.095.076.23.2.355.221m-7.052 6.84c.134.258.155.555.29.813-.01-.017.02-.1.003-.133-.134-.258-.155-.555-.29-.813.009.017-.02.1-.003.133m1.23-6.976c.304-.108.625-.11.94-.148.015-.002.005-.138 0-.138-.315.038-.636.04-.94.148-.022.008.004.136 0 .138m1.808-.148c.287-.136.592-.147.903-.147.01 0 .01-.138 0-.138-.311 0-.616.011-.903.147-.025.012.008.135 0 .138m-3.145 1.598c-.037.007-.04.037-.042.071a.33.33 0 0 0 .003.094c.004.027.009-.02.009-.024-.003.025.014 0 .03-.003.018-.003.003-.138 0-.138m-.187 4.869c0 .254.003.509.04.76.003.027.008-.02.01-.024a.333.333 0 0 0-.004-.094 4.26 4.26 0 0 1-.032-.642c0-.078-.014-.078-.014 0"/>
|
||||
<path d="M252.36 228.153s-1.025.793-1.14 1.166c-.116.374-.148.734-.148.734s.917-.111.805.395c0 0 .297.171.77-.927.473-1.098.92-1.572 1.255-1.54.335.032.762.358.978.587.215.23.512.4.885.293 0 0-.392-.597-.144-.728.247-.13.624-.105.624-.105s-.312-.744-.984-.852c-.672-.108-1.137-.295-.978-.587.16-.293 1.02-2.563 1.02-2.563l-1.14-1.673-.456 1.456s.148.86.154 1.08c.006.22-.905 2.101-1.028 2.21-.123.11-2.565 1.054-2.855 1.146-.29.094-.898.816-.898.816l-.07.543s.41-.335.54-.136c0 0 .284-.357.538-.223.254.134.214.185.214.185s.452-.298.532-.444c.08-.146.101-.128.101-.128s.229-.06.562-.117" fill="#bd8759"/>
|
||||
<path d="M252.36 228.153s-1.025.793-1.14 1.166c-.116.374-.148.734-.148.734s.917-.111.805.395c0 0 .297.171.77-.927.473-1.098.92-1.572 1.255-1.54.335.032.762.358.978.587.215.23.512.4.885.293 0 0-.392-.598-.144-.728.247-.13.624-.105.624-.105s-.312-.744-.984-.852c-.672-.108-1.137-.295-.978-.587.16-.293 1.02-2.563 1.02-2.563l-1.14-1.673-.456 1.456s.148.86.154 1.08c.006.22-.905 2.101-1.028 2.21-.123.11-2.565 1.054-2.855 1.146-.29.094-.898.816-.898.816l-.07.543s.41-.335.54-.136c0 0 .284-.357.538-.223.254.134.214.185.214.185s.452-.298.532-.444c.08-.146.101-.128.101-.128s.229-.06.562-.117" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M259.325 223.115s.042 1.926.042 2.285c0 .358-.042.895-.247 1.209-.206.314-.412.493-.74.493-.33 0-1.194-.045-1.358.268a5.361 5.361 0 0 1-.289.493s.535-.313.617 0c.083.314-.205.583-.205.583s.494.09.946-.18c.452-.268.7-.313.905-.313.206 0 .37.224.37.224s.124.672.083 1.075c-.042.403-.124 1.21.329 1.21 0 0 .164-.404.329-.449.164-.044.617.403.535.538 0 0 .082-.851-.083-1.344-.164-.493-.247-1.03-.247-1.03s1.4.493 1.523.672c.123.179.452.493.576.448.123-.045 0-.448.246-.538.247-.09.37.134.37.134s-.41-.94-1.028-1.254c-.617-.313-1.028-.313-1.275-.582-.247-.269-.289-.582-.33-.896-.04-.314.012-3.021.012-3.021l-1.04-.204" fill="#bd8759"/>
|
||||
<path d="M259.346 222.974s.02 2.067.02 2.426c0 .358-.04.895-.246 1.209-.206.314-.412.493-.74.493-.33 0-1.194-.045-1.358.268a5.195 5.195 0 0 1-.289.493s.535-.313.617 0c.083.314-.205.583-.205.583s.494.09.946-.18c.452-.268.7-.313.905-.313.206 0 .37.224.37.224s.124.672.083 1.075c-.042.403-.124 1.21.329 1.21 0 0 .164-.404.329-.449.164-.044.617.403.535.538 0 0 .082-.851-.083-1.344-.164-.493-.247-1.03-.247-1.03s1.4.493 1.523.672c.123.179.452.493.576.448.123-.045 0-.448.246-.538.247-.09.37.134.37.134s-.41-.94-1.028-1.254c-.617-.313-1.028-.313-1.275-.582-.247-.269-.289-.582-.33-.896-.04-.314.012-3.021.012-3.021l-1.06-.166z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M250.74 210.474s-.136-1.372.249-1.52c0 0 .136-1.258 1.812-1.085 0 0 .566-.937 1.472-.444 0 0 .86-.42 1.359-.173.498.247 1.11.666 1.154.765 0 0 .725-.148 1.065.123.34.271.181 1.16.181 1.16s.815.623.883 1.174c.068.551.068.773-.113.921 0 0 .362.296.294.715-.068.42-.408 1.028-.476 1.028-.067 0 .046 1.093-.316 1.463-.363.37-.702.444-.86.493-.16.05-.567.641-.952.715-.385.074-.906-.592-.951-.789-.045-.197-.566-.42-.566-.42s-1.178 1.259-1.97 1.061c-.793-.197-1.178-.863-1.246-.986-.068-.123-.294-1.036-.294-1.036s-.883-.518-.816-1.01c.068-.494.43-1.086.43-1.086l-.34-1.069z" fill="#dcddde"/>
|
||||
<path d="M253.684 226.07a.31.31 0 0 1-.253-.045m.645-.95a.854.854 0 0 1-.339-.12m-.066.63c.076.044.163.06.252.047m-1.089 1.512a.34.34 0 0 0 .169.06m6.857-.998c.168.03.321.119.494.134m-.206-.627c-.133.033-.247.007-.329-.09m.411-.492a.924.924 0 0 1-.452-.045m-.124 2.016c.157.02.302.098.453.134m-.411.493a.23.23 0 0 1 .205.044m-.082 1.658a.43.43 0 0 1 .288.045m-5.43-2.245a.363.363 0 0 0-.287.225m1.125-.146c-.18.104-.34.25-.364.46m-4.839.463c.14.127.347.202.468.32m10.56-1.003a.375.375 0 0 0-.205.269m.782-.09a.197.197 0 0 0-.123.179" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M249.014 229.412l.587-.152.057.023s-.385.744-.28.924c.104.18-.526-.326-.364-.795" fill="#d9c0b9"/>
|
||||
<path d="M249.014 229.412l.587-.152.057.023s-.385.744-.28.924c.104.18-.526-.326-.364-.795z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M251.248 229.851s-.65 1.085.193 1.628c0 0-.052-1.012.608-1.23l-.8-.398z" fill="#d9c0b9"/>
|
||||
<path d="M251.248 229.851s-.65 1.085.193 1.628c0 0-.052-1.012.608-1.23l-.8-.398z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M255.56 228.84l-.197-.587.228-.308.461-.005.196.092s.37.846.046 1.29c0 0-.137-.478-.294-.543 0 0-.344-.054-.44.06" fill="#d9c0b9"/>
|
||||
<path d="M255.56 228.84l-.197-.587.228-.308.461-.005.196.092s.37.846.046 1.29c0 0-.137-.478-.294-.543 0 0-.344-.054-.44.06z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M257 227.599h.386l.147.36-.055.333-.333.154s-.55-.14-.414.513c0 0-.257-1.2.27-1.36" fill="#d9c0b9"/>
|
||||
<path d="M257 227.599h.386l.147.36-.055.333-.333.154s-.549-.14-.414.513c0 0-.257-1.2.27-1.36z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M259.725 230.286l.398-.44.429.226s-.178 1.16-.245 1.247c-.067.087-.08.1-.08.134 0 .033-.067-.22-.196-.367-.128-.147-.263-.787-.306-.8" fill="#d9c0b9"/>
|
||||
<path d="M259.725 230.286l.398-.44.429.226s-.178 1.16-.245 1.247c-.067.087-.08.1-.08.134 0 .033-.067-.22-.196-.367-.128-.147-.263-.787-.306-.8z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M262.321 229.12s.643.8.563 1.06c0 0 .662-.667-.19-1.614l-.373.553z" fill="#d9c0b9"/>
|
||||
<path d="M262.321 229.12s.643.8.563 1.06c0 0 .662-.667-.19-1.614l-.373.553z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M259.5 208.948c.128.036.208.13.252.256.003.006.008-.042.008-.048 0-.026.004-.06-.005-.085-.044-.127-.125-.223-.255-.26.003 0-.02.131 0 .137m.145 2.215c.2.21.349.455.432.736-.007-.022.015-.094.004-.133a1.81 1.81 0 0 0-.436-.74c.016.017-.026.11 0 .137m-.47-1.624c.196.17.362.368.542.553-.016-.017.027-.11 0-.137-.18-.186-.346-.385-.542-.554.015.013-.027.114 0 .138m.539 3.682c.057.332-.02.615-.143.908-.015.037.012.114.004.133a2.04 2.04 0 0 0 .146-1.16.437.437 0 0 0-.007.12m.506 1.144c.026.17.03.339 0 .51a.493.493 0 0 0-.003.093c0 .004.004.051.009.025.044-.247.037-.5 0-.746-.004-.027-.009.02-.009.024a.331.331 0 0 0 .003.094m1.953 4.032c.13.462.14.933.14 1.41 0 .079.014.079.014 0 0-.52-.01-1.039-.15-1.543.007.023-.014.094-.004.133m-.325.938a7.903 7.903 0 0 1-.362.96c-.016.035.013.115.004.133a7.85 7.85 0 0 0 .362-.96c.012-.038-.01-.112-.003-.133m-10.913-3.114c.302.394.466.866.72 1.29-.008-.015.023-.102.005-.133-.256-.425-.42-.9-.725-1.295.017.022-.025.106 0 .138m1.916.047c-.276.036-.344-.36-.579-.443.004 0-.022.13 0 .137.234.083.303.48.579.443.015-.002.004-.138 0-.137m-1.087 1.833c.199.348.33.732.543 1.071-.01-.014.023-.102.004-.133-.214-.34-.345-.722-.543-1.07.01.015-.022.1-.004.132m1.267.446c.223.268.424.55.54.884-.007-.021.017-.096.004-.133-.117-.336-.32-.62-.544-.889.017.02-.026.107 0 .138m-.11 1.327c.112.231.213.47.325.701-.008-.017.02-.098.004-.133-.112-.232-.213-.47-.325-.701.008.018-.02.098-.004.133m1.193.258c.065.244.101.493.103.746 0 .078.014.078.014 0a3.517 3.517 0 0 0-.114-.879c.006.024-.014.094-.004.133m-.507 1.101c.078.35.18.694.363 1.004-.008-.015.022-.101.004-.133-.18-.306-.283-.644-.36-.99a.357.357 0 0 0-.007.12m.292-4.68c.286.108.572.216.868.295 0 0 .02-.133 0-.138a8.62 8.62 0 0 1-.868-.296c.005.002-.022.13 0 .138m.217 1.219c.341.19.7.34 1.048.516-.009-.004.025-.125 0-.137-.348-.176-.707-.327-1.048-.517.01.006-.026.123 0 .138m.326 1.366c.176.214.368.41.578.59-.015-.012.027-.114 0-.137a4.765 4.765 0 0 1-.578-.591c.016.02-.026.107 0 .138m.36 1.696c.146.234.215.494.25.768.005.027.01-.02.01-.025a.33.33 0 0 0-.003-.094c-.037-.278-.105-.544-.255-.782.008.014-.023.102-.004.133m1.01-4.217c.033.164.071.326.11.487-.005-.024.014-.093.005-.132a10.767 10.767 0 0 1-.107-.473c-.005-.027-.01.02-.01.024a.297.297 0 0 0 .004.094m2.53-1.012c-.07.18-.155.351-.252.517-.019.032.012.118.004.133a3.79 3.79 0 0 0 .253-.517c.015-.036-.012-.113-.003-.133m1.043-.044c0 .29-.005.58-.069.864a.396.396 0 0 0 .007.119c.073-.323.076-.653.076-.983 0-.078-.014-.078-.014 0m.219 1.6c.026.249 0 .494-.035.74a.611.611 0 0 0 .007.12c.044-.319.071-.637.038-.958-.006-.054-.012.08-.01.098m.796 1.516c-.047.343-.254.617-.502.84-.027.024.015.124 0 .138.254-.229.46-.508.509-.86a.538.538 0 0 0-.007-.118m-2.564-1.484c-.072.143-.166.273-.253.406-.013.019-.005.065-.005.085 0 .005.004.055.008.048.088-.133.18-.263.253-.406.01-.022.005-.062.005-.085 0-.005-.004-.054-.008-.048m.29 2.029a2.016 2.016 0 0 1-.36.406c-.028.021.014.126 0 .137.143-.113.252-.258.36-.406.012-.015.007-.05.007-.069 0-.008-.01-.065-.006-.068m-.904 1.07c-.353-.349-.519-.797-.36-1.304.012-.039-.01-.111-.003-.133-.178.564-.06 1.156.363 1.575-.016-.016.027-.111 0-.138m-1.196-1.127c.027.21.026.412-.035.613-.011.038.01.11.004.133.084-.28.076-.577.038-.864-.004-.027-.009.02-.009.024a.33.33 0 0 0 .003.094m2.748 1.351c-.075.25-.21.47-.326.702-.016.034.013.116.004.133.116-.232.251-.452.326-.702.011-.038-.01-.11-.004-.133m1.77.739c-.152.27-.329.523-.505.775-.02.03.012.121.004.133a9.68 9.68 0 0 0 .505-.775c.019-.033-.012-.118-.003-.133m.866.93c-.074.473-.111.95-.147 1.427-.003.023.006.155.012.07.034-.461.07-.921.142-1.379a.482.482 0 0 0-.007-.118m1.117-1.658c.003.161.034.32.036.48.003.097.014.007.013-.036-.003-.161-.034-.32-.036-.48-.003-.097-.014-.007-.013.036m-11.887-5.21c-.068.475-.01.929.146 1.382-.007-.022.016-.096.004-.133-.128-.371-.2-.723-.143-1.13a.612.612 0 0 0-.007-.119"/>
|
||||
<path d="M254.739 209.435c.763-.7 1.77-1.438 2.853-1.18 0 0 .019-.133 0-.137-1.082-.258-2.09.48-2.853 1.18-.027.024.015.123 0 .137m3.668.835c-.765-.521-2.103-.712-2.853-.07-.027.023.015.125 0 .138.75-.642 2.088-.451 2.853.07-.012-.01.027-.12 0-.138m-2.923 1.176c.314 1.016.72 2.05.542 3.136a.54.54 0 0 0 .007.12c.192-1.178-.203-2.28-.545-3.39.007.023-.016.096-.003.134m-1.225.618c.188 1.027.068 2.065-.003 3.098-.003.023.006.154.012.07.074-1.096.196-2.198-.003-3.287a.437.437 0 0 0-.007.119m1.634-.755c.998.237 1.974.903 2.512 1.802-.01-.014.022-.1.004-.132-.539-.903-1.514-1.57-2.516-1.808 0 0-.02.134 0 .138m-.89 1.39c.004.63.053 1.263-.13 1.876-.012.039.01.11.003.133.197-.656.145-1.333.141-2.01 0-.078-.014-.078-.014 0m1.57-.14c.627.52 1.124 1.303 1.218 2.132.006.054.011-.08.009-.097-.096-.847-.585-1.64-1.228-2.172.015.012-.026.115 0 .138m-4.617 1.732c.207-.296.465-.634.813-.76.023-.008-.004-.137 0-.139-.35.128-.607.468-.817.766-.02.03.012.121.004.133m1.495-5.4c-.133-.565-.556-.898-1.01-1.201.01.007-.025.106 0 .122.45.302.874.635 1.006 1.197-.005-.021.012-.083.004-.118m-.885-.01c-.523-.248-1.063-.277-1.63-.278-.01 0-.01.138 0 .138.567 0 1.107.03 1.63.278-.008-.004.025-.126 0-.138m1.634-.087c.069-.543-.011-1.055-.479-1.39.012.009-.023.104 0 .121.393.281.536.672.473 1.165a.496.496 0 0 0 .006.104m1.967.641c.491-.261 1.026-.212 1.562-.208.01 0 .01-.138 0-.138-.536-.004-1.07-.053-1.562.208-.026.014.01.133 0 .138m.883 1.318c.758.08 1.336.47 1.834 1.042-.033-.039.052-.217 0-.276-.498-.571-1.076-.961-1.834-1.041-.011-.001-.029.272 0 .275m-3.332 2.09c-.18.724-.042 1.641-.88 1.938-.045.016.008.273 0 .276.848-.301.706-1.217.887-1.949.02-.078-.019-.218-.007-.265" fill="#fff"/>
|
||||
<path d="M255.482 212.276c.291.762.697 1.54.54 2.386a.931.931 0 0 0 .014.237c.192-1.042-.181-1.932-.547-2.889.016.04-.035.192-.007.266m1.09-.134c.74.094 1.39.752 1.488 1.508.007.053.019-.042.019-.05a1.08 1.08 0 0 0-.005-.188c-.1-.77-.744-1.45-1.501-1.546-.01 0-.03.272 0 .276m-.006 1.091c.116.634.295 1.267.07 1.9-.026.075.023.224.008.266.28-.79.08-1.607-.065-2.404a.996.996 0 0 0-.013.238m-.402-2.757c.814-.137 1.674-.26 2.378.278-.028-.022.054-.235 0-.276-.704-.537-1.564-.415-2.378-.278-.033.006-.006.277 0 .276m-1.487-1.615c.097-.673.69-1.153 1.284-1.37.045-.016-.009-.272 0-.275-.614.223-1.198.717-1.298 1.407a.991.991 0 0 0-.005.188c0 .008.011.103.019.05m-.743.404c-.02-.746-.346-1.346-.668-1.998.015.03-.036.174-.006.235.289.584.634 1.154.652 1.827.005.172.025.014.023-.064m-.685.399c-.145-.664-.583-1.104-1.161-1.407.018.01-.051.249 0 .275.559.293 1.006.724 1.148 1.37.006.025.025-.184.013-.238m-1.093-.266c-.38-.264-.779-.513-1.24-.584-.007-.001-.026.211 0 .215.461.07.86.32 1.24.584-.02-.014.042-.186 0-.215m2.368 3.12c.065.705.153 1.417-.198 2.06-.036.066.025.235.007.266.42-.77.288-1.682.21-2.52-.01-.109-.022.158-.019.194" fill="#fff"/>
|
||||
<path d="M255.346 212.137c.236.663.514 1.368.468 2.088-.003.045.012.309.023.14.057-.877-.193-1.678-.483-2.494.014.042-.034.191-.007.266m.546-.967c.675.207 1.344.428 1.834.972-.033-.037.053-.218 0-.276-.49-.544-1.16-.764-1.834-.972.005.002-.042.263 0 .276m-1.824-1.498c.071-.587.134-1.171.14-1.763.003-.157-.026-.157-.027 0-.005.526-.069 1.047-.133 1.568-.004.036.006.303.02.195m-1.233-.374c-.498-.226-.94-.55-1.359-.902.03.025-.054.23 0 .276.419.352.861.676 1.36.902-.016-.007.048-.254 0-.276m-.205 3.54c-.32.202-.54.485-.683.838-.02.048-.01.12-.01.17 0 .01.012.108.017.095.141-.349.36-.628.675-.827.054-.034-.023-.261 0-.276m.871.518c-.012.483-.278.883-.599 1.217-.052.055.033.241 0 .276.386-.403.61-.852.625-1.42.003-.088-.02-.267-.026-.073m2.28-3.801c.402-.633 1.37-.686 2.018-.863.04-.01-.003-.275 0-.275-.655.179-1.619.232-2.024.872-.04.062.024.239.007.266m-4.456-.01a2.21 2.21 0 0 1-.44-.206c.013.007-.031.152 0 .17.142.08.284.16.44.206-.003 0 .026-.162 0-.17m.088 3.24c-.14.058-.285.116-.381.24-.023.03-.014.104-.014.138 0 .032 0 .065.004.097 0-.005.006.044.01.04.097-.123.241-.182.381-.239.022-.009.014-.12.014-.138a.766.766 0 0 0-.014-.137m.586.149c-.287.129-.497.378-.676.632-.032.046.018.19.006.209.178-.252.386-.498.67-.625.038-.017-.011-.21 0-.216m1.11.275c-.251.611-.935 1.287-.44 1.971-.017-.023.05-.209.008-.265-.344-.474.261-1.007.439-1.44.03-.073-.023-.228-.007-.266m.781-.01c.02.623-.09 1.238-.199 1.849a.966.966 0 0 0 .014.238c.127-.717.233-1.43.212-2.16-.006-.194-.03-.015-.027.072m2.005-.736c.455.595.857 1.235 1.051 1.97-.012-.047.028-.188.007-.266-.195-.739-.601-1.382-1.058-1.98.034.044-.049.211 0 .276m.235-.48c.747.57 1.579 1.105 2.105 1.91-.018-.025.047-.204.007-.265-.529-.81-1.361-1.348-2.113-1.92.029.022-.053.235 0 .276" fill="#fff"/>
|
||||
<path d="M256.57 211c.28-.026.538-.016.803.082.237.087.433.283.648.413.217.13.437.25.614.436.232.244.234.66.303.974a.76.76 0 0 0 .011-.203c-.056-.257-.085-.518-.173-.767-.085-.244-.296-.393-.501-.525-.246-.157-.487-.316-.73-.476-.29-.19-.643-.2-.974-.168-.024.002-.01.235 0 .235" fill="#fff"/>
|
||||
<path d="M258.4 212.53c.082.242.179.478.262.719-.01-.028.02-.124.005-.173-.083-.24-.18-.477-.262-.718.01.028-.021.124-.005.173m-2.093-3.809c.526-.145 1.065-.24 1.582-.42.044-.014-.007-.272 0-.274-.517.178-1.056.274-1.582.418-.04.012.003.275 0 .276m-2.193.264a2.41 2.41 0 0 1 .352-.744c.196-.293.223-.66.464-.927.052-.057-.033-.238 0-.275-.198.22-.267.503-.381.771-.136.322-.35.56-.442.91-.021.078.02.219.007.265m-1.797 4.926c-.094.453-.077.926.09 1.359-.015-.04.036-.192.008-.266a1.457 1.457 0 0 1-.085-.855c.013-.06.008-.128.005-.189 0-.009-.008-.101-.018-.05m1.09.858c-.188.257-.19.648-.09.943.003.01.015-.08.015-.09.003-.05.007-.112-.009-.16-.056-.165-.014-.3.085-.434.02-.029.012-.096.012-.13 0-.014-.018-.122-.012-.129m.81-.435c-.009.26-.148.509-.257.738-.023.05.018.166.006.192.135-.285.26-.557.27-.878.003-.063-.014-.191-.019-.052m.025-1.53v.329c0 .01-.003.137.014.137.016 0 .014-.128.014-.137v-.33c0-.008.003-.137-.014-.137-.016 0-.014.128-.014.138m-.37.192c.02.04.038.078.052.12.01.058.014.062.014.01a.844.844 0 0 0-.016.257c0 .008.008.101.019.048.041-.225.05-.494-.062-.7-.007-.013-.017.086-.017.096 0 .044-.013.128.01.17m-.527-.176a3.697 3.697 0 0 0-.12.522.841.841 0 0 0-.006.189c0 .008.01.102.019.05.027-.169.062-.333.114-.496.016-.051.01-.116.009-.169a.443.443 0 0 0-.017-.096m-.406.025c-.247.301-.575.501-.908.688-.052.029.02.264 0 .275.333-.186.661-.386.908-.688.022-.028.013-.104.013-.138 0-.014-.018-.132-.013-.137m-.703.12c-.15.119-.319.205-.499.268-.044.016.008.273 0 .276.18-.063.348-.15.499-.27.023-.018.013-.112.013-.137a3.31 3.31 0 0 0-.013-.138m-.996-.245c-.146.065-.294.12-.44.186-.038.017.012.215 0 .22.146-.064.294-.12.44-.185.038-.017-.012-.216 0-.22m3.033-.12c.003.18.03.355.065.531.01.052.018-.04.018-.05a.847.847 0 0 0-.005-.188c-.023-.12-.05-.243-.052-.367a.417.417 0 0 0-.017-.096c-.018.05-.01.118-.01.17m.469-.216c.003.21.022.413.097.611a.413.413 0 0 0 .017-.096c.003-.05.009-.12-.01-.17a1.02 1.02 0 0 1-.078-.345c0-.01.003-.138-.014-.138-.015 0-.013.128-.013.138m.361-.047c.063.088.134.21.137.323 0 .011.013.107.017.096.018-.05.01-.118.01-.17a.886.886 0 0 0-.156-.515c-.01-.013-.017.087-.017.097 0 .038-.014.135.01.169m.443-.175a.815.815 0 0 1 .41.21c-.002-.002.014-.127.014-.138 0-.029.01-.115-.013-.138a.814.814 0 0 0-.41-.21c-.004 0-.037.269 0 .276m.234-.359c.18.151.381.264.615.3.007 0 .032-.27 0-.276a1.248 1.248 0 0 1-.615-.3l-.014.139c0 .026-.01.118.014.137m.497-1.197c.16.002.314.028.469.06.003 0 .036-.268 0-.275a2.468 2.468 0 0 0-.469-.06c-.02 0-.021.275 0 .275m-.23-.573c.095-.156.238-.271.377-.385.023-.019.014-.111.014-.137a5.69 5.69 0 0 0-.014-.138c-.142.116-.287.234-.385.394-.023.038-.01.127-.01.17 0 .008.01.109.017.096m-.436-.553a1.05 1.05 0 0 1 .198-.49c.023-.03.014-.103.014-.137 0-.015-.018-.132-.014-.138a1.114 1.114 0 0 0-.216.716c0 .008.01.102.018.05m-.355-.256c.18-.254.302-.545.469-.808.024-.037.01-.128.01-.17 0-.008-.008-.11-.017-.095-.167.262-.288.553-.469.807-.024.035-.01.13-.009.17 0 .009.007.11.017.096" fill="#fff"/>
|
||||
<path d="M254.448 208.322c.007.309.029.618.094.92.012.052.018-.04.019-.05a.698.698 0 0 0-.005-.188c-.055-.25-.077-.5-.082-.756-.004-.193-.028-.014-.026.074m-1.309.216c.048.112.11.217.165.324.035.068.067.137.094.208.01.027.02.055.027.083-.017-.056.012-.042-.022.017-.037.064.024.236.007.265.08-.136.067-.358.031-.508-.056-.238-.201-.434-.295-.655.016.038-.037.194-.007.266m-.26.537a4.81 4.81 0 0 0-.586-.479 1.625 1.625 0 0 0-.014.138c0 .024-.01.12.014.138.203.149.406.299.585.479-.003-.002.014-.127.014-.138 0-.03.01-.114-.014-.138m.857.287c.121-.605.098-1.21-.15-1.778.017.037-.038.194-.008.265.18.414.235.82.144 1.275-.012.06-.008.127-.005.188 0 .01.008.102.018.05m1.282-.79c.02 0 .02-.275 0-.275s-.02.276 0 .276" fill="#fff"/>
|
||||
<path d="M253.568 209.389c.032-.342.112-.676.146-1.018.01-.096.01-.196 0-.292-.006-.07-.021-.07-.029 0-.034.341-.114.676-.146 1.018a1.584 1.584 0 0 0 0 .292c.007.069.022.07.029 0m3.706 2.125c.296.097.589.298.726.591.01.02.025-.13.025-.144.003-.071.018-.188-.014-.254-.141-.3-.434-.507-.737-.606.01.003-.065.392 0 .413m-1.002 2.057c.053.177.058.339.025.52a1.166 1.166 0 0 0-.007.283c0 .013.014.153.028.074.075-.411.087-.871-.034-1.275a.685.685 0 0 0-.025.144c-.003.08-.01.176.014.254m-.835-.558c0 .342.02.682-.05 1.019-.017.09-.011.191-.006.283 0 .013.012.152.028.074.092-.454.07-.916.068-1.376 0-.014.003-.206-.02-.206s-.02.192-.02.206m-.425.37c-.118.453-.235.907-.327 1.367-.018.09-.013.192-.007.283 0 .014.012.152.028.074.09-.446.202-.886.317-1.326.03-.117-.03-.328-.01-.398m.57.289c.004.39.049.782.006 1.17a1.5 1.5 0 0 0 0 .292c.007.07.02.07.029 0 .054-.489.01-.972.006-1.462 0-.014.003-.207-.02-.207-.024 0-.021.192-.021.207m-2.743.208c.008-.123.007-.147-.004-.074a.74.74 0 0 1-.08.205c-.034.061-.016.188-.014.254 0 .014.014.165.025.145.144-.26.133-.6.093-.887-.012-.08-.027.062-.028.075a1.4 1.4 0 0 0 .007.282m1.206-.817c.08.155.074.29.073.46 0 .013-.003.206.02.206s.02-.193.02-.207c.003-.285.032-.597-.103-.858-.01-.02-.024.13-.024.145-.003.068-.019.19.014.254m.328-.142a.39.39 0 0 1 .145.194c.01.025.012.1.01.013a.74.74 0 0 0 .01.124c0-.002.006.045.015.02.027-.075.016-.176.015-.254-.004-.2-.033-.381-.196-.51-.006-.006-.014.066-.014.06a1.43 1.43 0 0 0-.006.146c0 .049 0 .098.006.146.003.012.003.05.014.06m.405-.366c.065.132.14.258.205.39.01.02.015-.018.016-.022.006-.04.008-.082.009-.123 0-.053 0-.106-.003-.16-.003-.026 0-.07-.012-.094-.065-.132-.14-.258-.205-.39-.01-.02-.015.018-.016.022-.006.04-.008.082-.009.123 0 .053 0 .106.003.159.003.026 0 .07.012.095m.908-.329c.16.228.326.452.503.666-.006-.007.02-.186.02-.207 0-.05.015-.165-.02-.206a9.95 9.95 0 0 1-.492-.651c-.014-.02-.025.13-.025.144-.003.058-.022.202.014.254m.469-.778c.121.214.261.415.415.606-.006-.008.02-.186.02-.207 0-.05.015-.164-.02-.207a4.393 4.393 0 0 1-.405-.59c-.01-.02-.024.13-.024.144-.003.065-.02.194.014.254m-4.564-2.082a1.83 1.83 0 0 0-.44-.27c-.01-.004-.02.197-.02.207 0 .026-.012.194.02.207.16.067.305.16.44.27 0 0 .02-.194.02-.207 0-.039.015-.178-.02-.207m1.43-.492l.028.07c.006.018.01.035.014.053.005.033.006.034.003.002 0 .041.003.084.01.124 0-.002.006.046.015.02.027-.075.016-.175.015-.254a1.084 1.084 0 0 0-.073-.413c-.01-.023-.016.02-.016.02a1.034 1.034 0 0 0-.009.124c-.003.074-.016.185.014.254m1.128-1.072c.007.272-.022.557-.162.794-.034.058-.016.19-.014.254 0 .014.013.164.025.144.22-.372.201-.882.19-1.302a.602.602 0 0 0-.025-.144c-.026.075-.016.177-.014.254m.254 1.529c.24-.162.404-.409.532-.666.033-.065.016-.185.014-.254 0-.015-.015-.164-.024-.145-.126.253-.287.493-.522.651-.035.024-.02.173-.02.207 0 .012.016.21.02.207m.702-.03c.083-.086.153-.183.235-.27.012-.013.012-.044.014-.06.005-.048.006-.097.006-.146 0-.049 0-.098-.006-.146 0 .007-.009-.066-.014-.06-.082.085-.152.182-.235.268-.012.014-.012.045-.014.061a1.431 1.431 0 0 0-.006.146c0 .049 0 .098.006.146 0-.007.01.066.014.06m1.055.186a8.344 8.344 0 0 1-.79-.03c-.019-.002-.044.409 0 .413a8 8 0 0 0 .79.03c.03 0 .03-.413 0-.413m-.234.952c.351.21.692.44 1.055.628-.028-.014.075-.373 0-.413-.363-.19-.704-.418-1.055-.629.033.02-.079.366 0 .414" fill="#fff"/>
|
||||
<path d="M255.955 211.155c.313.2.655.353.938.599 0 0 .02-.192.02-.207 0-.04.015-.176-.02-.207-.283-.246-.625-.399-.938-.598a2.25 2.25 0 0 0-.02.207c0 .032-.014.184.02.206m-2.015-1.504c.045-.15.044-.312.044-.468 0-.014.003-.207-.02-.207-.024 0-.02.193-.02.207 0 .056 0 .009.002 0a.466.466 0 0 1-.015.07c-.024.078-.016.173-.014.254.003.04.003.083.009.123 0-.005.007.048.015.021m-2.467-1.1c.275.337.623.58.962.845.251.195.437.527.708.682-.031-.018.078-.37 0-.413-.244-.14-.407-.434-.624-.615-.358-.3-.746-.545-1.046-.912.05.062-.076.32 0 .413m.586 1.114a8.184 8.184 0 0 1-.468-.54c-.005-.004-.016.068-.015.061a1.774 1.774 0 0 0-.006.146c0 .05-.014.165.02.207.15.185.303.368.469.539-.004-.004.02-.19.02-.207 0-.045.015-.17-.02-.206m-.328 2.73c-.11.2-.204.411-.346.591-.034.043-.02.156-.02.207 0 .021.027.198.02.206.146-.185.243-.4.357-.605.033-.062.016-.188.014-.254 0-.015-.014-.165-.025-.145m.308.414c-.005.23-.083.459-.112.686a1.368 1.368 0 0 0 0 .293c.007.07.02.068.029 0 .036-.293.116-.572.122-.87.003-.077.013-.179-.014-.254a.67.67 0 0 0-.025.145m1.08 1.9c.195-.654.174-1.344.16-2.02-.006-.29-.041-.022-.039.11.01.511.016 1.017-.132 1.511-.034.115.03.331.01.399m.635-1.586c.074.226.09.433.053.67a1.398 1.398 0 0 0-.007.282c0 .012.016.154.028.074.07-.468.086-.97-.063-1.425a.689.689 0 0 0-.025.145c-.003.078-.011.177.014.254m.62-.233c.228.28.297.65.275 1.006-.004.068.02.463.035.209.033-.538.047-1.19-.31-1.628.006.008-.02.186-.02.207 0 .05-.014.164.02.206" fill="#fff"/>
|
||||
<path d="M254.544 212.614c.143.594.253 1.193.314 1.802.016.162.033-.238.028-.292a14.24 14.24 0 0 0-.331-1.908c.017.072-.04.28-.01.398m.585-.15c.26.359.487.737.615 1.167a.683.683 0 0 0 .025-.144c.003-.08.009-.176-.015-.254-.127-.43-.354-.809-.615-1.167.026.034-.073.313-.01.398m1.212-.997c-.12-.209-.376-.234-.592-.216-.04.003-.02.414 0 .413.204-.017.466.002.58.202.012.02.025-.13.026-.145.003-.065.02-.194-.014-.254" fill="#fff"/>
|
||||
<path d="M255.721 211.304c.38-.055.76-.06 1.142-.06.031 0 .031-.413 0-.413-.382 0-.762.005-1.142.06-.048.007-.012.416 0 .413m.703-3.136c-.303.363-.464.856-.567 1.315-.02.089-.012.193-.007.283 0 .015.01.151.028.074.097-.436.259-.914.546-1.259.035-.041.02-.157.02-.206 0-.02-.026-.2-.02-.207m-1.65.355c.056.35.2.671.297 1.009a.751.751 0 0 0 .025-.145c.003-.08.009-.175-.014-.254-.094-.323-.234-.632-.288-.966-.013-.08-.027.061-.028.074a1.33 1.33 0 0 0 .007.282m-.312.603a1.652 1.652 0 0 1-.316-.561c-.008-.027-.017.025-.016.02a1.02 1.02 0 0 0-.009.124c-.003.08-.009.176.014.254a1.7 1.7 0 0 0 .327.576c.005.005.015-.068.015-.06.005-.05.006-.098.006-.147 0-.05.014-.163-.02-.206m-.557.27c-.46-.15-.9-.333-1.29-.63.043.033-.08.352 0 .414.39.296.83.48 1.29.628-.01-.003.065-.392 0-.413" fill="#fff"/>
|
||||
<path d="M254.411 209.28s-1.822.311-2.303.421c-.48.11-1.57.22-1.948.22-.38 0-.962-.302-1.367-.385-.405-.083-1.72-.22-2.202.275-.48.496-.784.662-.936.827-.152.165-.761.706-.785.946-.024.239.153.597.456.597.304 0 .942.646.941.781-.003.225.834.468 1.62.463 1.42-.008 2.119-.723 4.246-.472 1.159.136 3.29-.772 3.67-1.323.38-.551.607-1.13.227-1.763-.38-.634-1.517-.57-1.619-.588" fill="#dba05f"/>
|
||||
<path d="M254.411 209.28s-1.822.311-2.303.421c-.48.11-1.57.22-1.948.22-.38 0-.962-.302-1.367-.385-.405-.083-1.72-.22-2.202.275-.48.496-.784.662-.936.827-.152.165-.761.706-.785.946-.024.239.153.597.456.597.304 0 .942.646.941.781-.003.225.834.468 1.62.463 1.42-.008 2.119-.723 4.246-.472 1.159.136 3.29-.772 3.67-1.323.38-.551.607-1.13.227-1.763-.38-.634-1.517-.57-1.619-.588z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M246.782 211.323s-.005.04-.013-.022l-.01-.049-.014-.033-.003-.038c-.008-.013.039.01.186-.135 0 .003.044-.07.124-.19a.889.889 0 0 1 .46-.299c.277-.065.534-.018.57-.016.012-.015-.63-.022-.672.053.003-.05.619-.072.652-.029.008-.014-.582-.02-.625.062 0-.037.534-.063.592-.013 0 0-.1-.011-.126-.008l.046.008-.075-.001-.043-.004c0-.001.117.014.125.025 0 .002.053-.015-.157-.004 0 0-.128-.024-.337.043-.274.04-.265.412-.68.65"/>
|
||||
<path d="M246.735 211.168c.025.002.203-.07.375-.388-.049-.086.644-.356.715-.27.003-.002.189 0 .298.018" fill="none"/>
|
||||
<path d="M247.421 210.569c-.07-.01-.422.286-.39.303-.076.182-.273.3-.296.296m.716-.558c0-.023.475-.068.57-.033m-.658.161c-.013-.05.495-.12.542-.085" fill="none"/>
|
||||
<path d="M247.893 211.06s.022.014-.008-.015l-.022-.025-.012-.021-.018-.016s-.016.007-.144.12c0-.001-.056.041-.121.103-.003-.005-.124.103-.26.178-.146.021-.357.116-.357.153-.013-.056.418-.17.412-.176.03.02-.382.096-.39.18-.014-.05.379-.15.395-.15.02.022-.347.083-.358.162 0 .002.05-.05.071-.05l-.026.019c.013-.013.03-.016.046-.022l.027-.012s-.073.032-.07.048c.003.008-.043-.005.094-.042.003.013.347-.07.74-.433"/>
|
||||
<path d="M247.829 210.973c-.003-.006-.153.15-.31.26.004.026-.32.215-.405.192-.005-.01-.138.056-.193.124" fill="none"/>
|
||||
<path d="M247.35 211.357c.024-.024.227-.163.227-.165.072-.076.252-.22.252-.22m-.472.42c.016.017-.303.06-.354.138m.446-.147c.02.041-.342.138-.357.149" fill="none"/>
|
||||
<path d="M248.397 209.586s-.026-.578-.582-.799c-.557-.22-1.19-.248-1.417-.22-.228.028-.266.13-.55.175a2.702 2.702 0 0 0-.589.183s0-.027-.152.248c-.152.276-.404.413-.278.661.126.248.043.292.198.339.156.047-.077-.085-.077-.085s-.975.315-.738.912c.237.598.475.374.546.362.071-.012.552-.26.552-.26l.79-.738s.93-.364 1.031-.392c.102-.027.542.01.542.01l.724-.396z" fill="#c6262c"/>
|
||||
<path d="M248.397 209.586s-.026-.578-.582-.799c-.557-.22-1.19-.248-1.417-.22-.228.028-.266.13-.55.175a2.702 2.702 0 0 0-.589.183s0-.027-.152.248c-.152.276-.404.413-.278.661.126.248.043.292.198.339.156.047-.077-.085-.077-.085s-.975.315-.738.912c.237.598.475.374.546.362.071-.012.552-.26.552-.26l.79-.739s.93-.363 1.031-.39c.102-.028.542.01.542.01l.724-.397z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M247.69 210.944c0 .144-.147.33-.328.416-.18.085-.327.037-.327-.107s.146-.33.327-.416c.18-.085.327-.037.327.107"/>
|
||||
<path d="M243.824 213.587s-.763-1.314 1.355-1.958c0 0 .64.349.788.59 0 0-.37.617-1.576.778 0 0-.542.16-.567.59" fill="#d9c0b9"/>
|
||||
<path d="M243.824 213.587s-.763-1.314 1.355-1.958c0 0 .64.349.788.59 0 0-.37.617-1.576.778 0 0-.542.16-.567.59z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M244.046 213.372s.852.18 1.428-.241c.472-.346.64-.188.763-.161 0 0 .025-.43-.27-.751 0 0-.599.494-1.042.628-.443.134-.743.09-.88.525" fill="#d9c0b9"/>
|
||||
<path d="M244.046 213.372s.852.18 1.428-.241c.472-.346.64-.188.763-.161 0 0 .025-.43-.27-.751 0 0-.599.494-1.042.628-.443.134-.743.09-.88.525z" fill="none" stroke="#000" stroke-width=".142"/>
|
||||
<path d="M246.416 212.94c.159 0 .32.003.476-.034.018-.004 0-.138 0-.138-.156.037-.317.035-.476.035-.01 0-.01.138 0 .138m-.299-2.207c-.13 0-.091.158-.17.224-.012.01-.007.055-.007.068l.007.07c.079-.066.042-.224.17-.224.01 0 .01-.138 0-.138m.44.297c.066-.124.197-.174.314-.234.025-.012-.009-.133 0-.137-.12.06-.25.112-.318.238-.01.021-.006.062-.005.085 0 .005.005.055.008.048m.57.76a.277.277 0 0 0 .256-.124c.01-.015.006-.051.006-.069 0-.008-.01-.065-.006-.069a.277.277 0 0 1-.256.125c-.007 0-.013.136 0 .137m.45-.161a.804.804 0 0 0 .403-.35c.012-.02.006-.063.005-.085 0-.005-.005-.055-.008-.048a.793.793 0 0 1-.4.345c-.023.01.007.135 0 .138m-.707-.744c-.1.167-.288.253-.401.41-.02.028.012.121.004.133.113-.158.301-.242.401-.41.012-.02.006-.064.005-.085 0-.005-.005-.055-.009-.048m.306 2.198c.36.02.71-.03 1.058-.124.02-.006-.003-.138 0-.138a3.317 3.317 0 0 1-1.058.124c-.008 0-.013.137 0 .138m1.666-.062c.472-.343.87-.635 1.023-1.233.01-.04-.01-.11-.004-.133-.153.593-.553.89-1.02 1.228-.026.02.014.128 0 .138m.28-.82c.336-.2.576-.515.708-.885.013-.037-.011-.112-.004-.133-.131.369-.37.682-.704.88-.026.015.011.131 0 .138m-.158-2.088c.257-.031.537.183.718.348-.016-.014.027-.113 0-.138-.18-.165-.461-.379-.718-.348-.015.002-.005.139 0 .138m6.68 1.041c.292-.472.132-1.064-.17-1.487.007.012-.025.104-.005.133.256.358.426.809.17 1.221-.02.031.012.12.003.133m-5.098-.668c.296.214 1.109.759.887 1.207-.018.034.012.116.004.132.304-.612-.481-1.18-.89-1.477.013.01-.027.118 0 .138m2.292 2.2a1.55 1.55 0 0 0 .076-.391.526.526 0 0 0 0-.097c-.003-.024-.007-.024-.01 0-.012.121-.028.24-.07.354-.01.025-.005.06-.005.085 0 .005.006.054.008.048" fill="#7a2e26"/>
|
||||
<path d="M253.716 212.47c.177-.03.353-.12.53-.24m-9.023-.258c-.346.212-.892.215-1 .693-.003.007 0 .033.003.03.108-.476.655-.478.998-.688.006-.005-.003-.033 0-.035" fill="#5e3f17"/>
|
||||
<path d="M244.99 210.442c.148.003.323.081.3.264a.454.454 0 0 0 0 .097c.003.024.006.023.01 0a.713.713 0 0 0-.023-.346c-.048-.117-.174-.15-.287-.153-.01 0-.011.138 0 .138m.715.275a.697.697 0 0 0-.068-.619c.008.013-.024.104-.004.133.076.11.115.22.068.353-.014.038.01.112.004.133m.579-.612c-.037-.24-.121-.509-.343-.634.01.006-.026.123 0 .138.216.122.3.38.336.615.004.027.01-.02.01-.024a.33.33 0 0 0-.004-.095m.51-.124c.031-.224.012-.464-.173-.614.014.012-.028.116 0 .138.103.083.186.217.166.358a.589.589 0 0 0-.003.093c0 .004.006.052.01.025m-.853-.754c.498-.252 1.512-.365 1.902.139-.017-.022.025-.106 0-.138-.39-.503-1.404-.391-1.902-.139-.025.013.009.134 0 .138" fill="#842116"/>
|
||||
<path d="M244.753 211.307c.113-.168.077-.392-.034-.55.008.012-.024.104-.004.134.03.04.055.083.074.13.024.057-.009.107-.04.153-.012.018-.004.065-.004.085 0 .005.004.055.008.048m5.085 1.46a.67.67 0 0 0 .308-.446c.006-.03.004-.063.003-.094 0-.005-.004-.05-.009-.024a.651.651 0 0 1-.302.426c-.026.017.012.13 0 .138m.763-.062a.405.405 0 0 0 .098-.27c0-.024.004-.06-.005-.084-.003-.006-.008.043-.008.048-.003.059-.048.127-.085.168-.012.013-.006.053-.006.069 0 .006.008.067.006.069m4.606-2.528a.98.98 0 0 1 .09.716.397.397 0 0 0 .007.119c.071-.315.068-.682-.094-.968.01.015-.021.1-.003.133m-.457.468c.09.224.084.457.058.695-.003.018.004.151.01.097.034-.315.056-.626-.064-.925.008.02-.018.096-.004.133m-.432.4c0 .168.003.336-.056.495-.014.038.011.113.004.133.072-.199.066-.418.066-.627 0-.078-.014-.078-.014 0" fill="#7a2e26"/>
|
||||
<path d="M260.537 224.5l.096.271s.021.053.068.097l-.145-.406-.02.037z" fill="#452c25"/>
|
||||
<path d="M250.082 207.946c-1.828.105-3.631-1.11-3.631-1.11-2.266-.444-2.397-2.492-2.397-2.492-.907-.345-1.686-2.672-1.686-2.672-1.404.838-3.161.009-3.161.009s0-.346-1.585 0c-1.586.345-1.314-.296-1.314-.296s.634-.642-2.174 0c-2.808.64.227-.839.227-.839-.816.247-3.488.444-3.488.444-.98.044-1.976.528-3.06.837-.675.192-1.829.416-2.412.666-1.557.665-4.677 2.095-7.254 3.107-3.388 1.33-6.073 2.34-5.896 2.298.211-.051 3.678-2.247 8.021-4.216 4.033-1.83 8.662-3.521 10.995-4.184 3.029-1.004 5.509-.524 6.916-.014.68.247 4.427-.115 6.102.082 1.676.197 1.85 2.953 1.85 2.953.318.197.431 2.787.431 2.787s-.928.024.159.172 3.08 1.726 3.08 1.726c.679 0 .756-.024.756-.024s.395-.497.939-.705c.543-.209 1.041-.417 1.653-.463.611-.047 1.474-.052 2.085.017.612.07 1.334.075 2.195.237.86.162.95.209 1.222.301.272.093.516.033.516.033 1.119-.468 3.194-1.295 3.672-1.2 0 0 .783-.197 1.204-.524a112.08 112.08 0 0 0 1.384-1.115s-.664-4.681 4.091-4.222c4.756.459 11.061 1.07 12.326 1.266 1.264.196 5.792 1.49 6.875 2.014 1.084.525 4.197 1.92 5.583 2.533.563.248 2.705 1.197 4.29 1.824 2.38.94 4.158 2.504 4.158 2.504-1.491-.63-2.697-1.352-3.878-1.865-.955-.414-1.954-.607-2.731-.952-1.649-.733-2.919-1.4-3.918-1.865-3.683-1.716-3.65-1.784-5.141-1.901-1.028-.081.739 1.254.739 1.254s-3.371-1.31-4.455-1.77c-1.083-.459-1.986-.655-3.01-.59a6.171 6.171 0 0 1-2.407-.327c-.602-.197-4.034-.328-4.636-.394a7.812 7.812 0 0 1-1.083-.196l.24.393-1.685-.262-.482.72s-1.625.328-1.745-.196c-.12-.524-.964 2.36-1.385 3.212-.422.852-2.344.57-2.826 1.094-.482.524-1.509.875-1.75 1.006-.24.132-.97.07-1.392.07-.627 0-.093.009-1.121.205 0 0-.889-.008-1.229-.147-.34-.14-1.087-.354-1.463-.462-.514-.147-3.373-.212-3.78-.189-.409.023-1.098.234-1.55.42-.453.184-1.246.67-1.246.786" fill="#dcddde"/>
|
||||
<path d="M250.082 207.946c-1.828.105-3.631-1.11-3.631-1.11-2.266-.444-2.397-2.492-2.397-2.492-.907-.345-1.686-2.672-1.686-2.672-1.404.838-3.161.009-3.161.009s0-.346-1.585 0c-1.586.345-1.314-.296-1.314-.296s.634-.642-2.174 0c-2.808.64.227-.839.227-.839-.816.247-3.488.444-3.488.444-.98.044-1.976.528-3.06.837-.675.192-1.829.416-2.412.666-1.557.665-4.677 2.095-7.254 3.107-3.388 1.33-6.073 2.34-5.896 2.298.211-.051 3.678-2.247 8.021-4.216 4.033-1.83 8.662-3.521 10.995-4.184 3.029-1.004 5.509-.524 6.916-.014.68.247 4.427-.115 6.102.082 1.676.197 1.85 2.953 1.85 2.953.318.197.431 2.787.431 2.787s-.928.024.159.172 3.08 1.726 3.08 1.726c.679 0 .756-.024.756-.024s.395-.497.939-.705c.543-.209 1.041-.417 1.653-.463.611-.047 1.474-.052 2.085.017.612.07 1.334.075 2.195.237.86.162.95.209 1.222.301.272.093.516.033.516.033 1.119-.468 3.194-1.295 3.672-1.2 0 0 .783-.197 1.204-.524.421-.328 1.384-1.115 1.384-1.115s-.664-4.681 4.091-4.222c4.756.459 11.061 1.07 12.326 1.266 1.264.196 5.792 1.49 6.875 2.014 1.084.525 4.197 1.92 5.583 2.533.563.248 2.705 1.197 4.29 1.824 2.38.94 4.158 2.504 4.158 2.504-1.491-.63-2.697-1.352-3.878-1.865-.955-.414-1.954-.607-2.731-.952-1.649-.733-2.919-1.4-3.918-1.865-3.683-1.716-3.65-1.784-5.141-1.901-1.028-.081.739 1.254.739 1.254s-3.371-1.31-4.455-1.77c-1.083-.459-1.986-.655-3.01-.59a6.171 6.171 0 0 1-2.407-.327c-.602-.197-4.034-.328-4.636-.394a7.812 7.812 0 0 1-1.083-.196l.24.393-1.685-.262-.482.72s-1.625.328-1.745-.196c-.12-.524-.964 2.36-1.385 3.212-.422.852-2.344.57-2.826 1.094-.482.524-1.509.875-1.75 1.006-.24.132-.97.07-1.392.07-.627 0-.093.009-1.121.205 0 0-.889-.008-1.229-.147-.34-.14-1.087-.354-1.463-.462-.514-.147-3.373-.212-3.78-.189-.409.023-1.098.234-1.55.42-.453.184-1.246.67-1.246.786" fill="#e7e7e7" stroke="#000" stroke-width=".069"/>
|
||||
<path d="M250.27 207.398s-.192.148-.24.516c-.048.368-.024.22-.024.22" fill="#452c25"/>
|
||||
<path d="M259.51 206.86c.243.18.493.364.708.58.007.007.076.07.053.02a.579.579 0 0 0-.114-.151 6.973 6.973 0 0 0-.782-.647c-.044-.033.004.048.01.057a.58.58 0 0 0 .126.14" fill="#574f4c"/>
|
||||
</svg>
|
After (image error) Size: 187 KiB |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bq">
|
||||
<path d="M0 0h512v512H0z" fill="#21468b"/>
|
||||
<path d="M0 0h512v341.3H0z" fill="#fff"/>
|
||||
<path d="M0 0h512v170.7H0z" fill="#ae1c28"/>
|
||||
</svg>
|
After (image error) Size: 236 B |
|
@ -0,0 +1,45 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-br">
|
||||
<g stroke-width="1pt">
|
||||
<path fill-rule="evenodd" fill="#229e45" d="M0 0h512v512H0z"/>
|
||||
<path d="M261.358 405.394L491.23 256.2 259.967 106.605 29.34 256.56l232.018 148.834z" fill-rule="evenodd" fill="#f8e509"/>
|
||||
<path d="M361.52 256.004c0 53.622-43.54 97.093-97.25 97.093s-97.248-43.47-97.248-97.093 43.54-97.093 97.25-97.093 97.248 43.47 97.248 97.094z" fill-rule="evenodd" fill="#2b49a3"/>
|
||||
<path fill-rule="evenodd" fill="#ffffef" d="M232.302 314.156l-3.004-1.734-3.12 1.544.698-3.468-2.41-2.542 3.446-.403 1.62-3.11 1.443 3.216 3.4.617-2.55 2.387m65.648 19.995l-3.005-1.734-3.12 1.544.698-3.468-2.41-2.54 3.446-.405 1.62-3.11 1.443 3.217 3.4.617-2.55 2.387m-27.613-22.869l-2.595-1.498-2.696 1.333.604-2.996-2.082-2.196 2.978-.348 1.398-2.687 1.248 2.78 2.937.533-2.203 2.062m66.231-6.462l-2.55-1.47-2.646 1.31.593-2.943-2.046-2.156 2.924-.343 1.373-2.638 1.226 2.728 2.884.523-2.163 2.026m-66.604-16.77l-3.005-1.734-3.12 1.545.698-3.468-2.41-2.542 3.447-.404 1.618-3.11 1.445 3.218 3.4.618-2.55 2.387M187.95 244.96l-3.005-1.735-3.12 1.544.698-3.47-2.41-2.54 3.447-.404 1.618-3.11 1.444 3.216 3.4.618-2.55 2.387m10.128 43.568l-3.005-1.734-3.12 1.544.698-3.468-2.41-2.542 3.447-.403 1.618-3.11 1.444 3.218 3.4.617-2.55 2.387m100.612-51.337l-2.654-1.53-2.757 1.363.617-3.065-2.13-2.245 3.046-.357 1.43-2.748 1.275 2.843 3.005.545-2.253 2.11m-5.083 29.158l-2.09-1.208-2.17 1.074.485-2.412-1.677-1.77 2.398-.28 1.126-2.164 1.005 2.24 2.366.428-1.775 1.66m-108.421 38.448l-2.006-1.158-2.083 1.03.467-2.314-1.61-1.697 2.302-.27 1.08-2.077.964 2.148 2.27.413-1.702 1.595m152.599 11.561l-1.634-.866-1.698.772.38-1.732-1.31-1.27 1.874-.2.88-1.555.786 1.607 1.85.31-1.387 1.19"/>
|
||||
<path fill-rule="evenodd" fill="#ffffef" d="M183.477 292.296l-2.006-1.158-2.083 1.03.467-2.314-1.61-1.697 2.302-.27 1.08-2.077.964 2.148 2.27.413-1.702 1.595"/>
|
||||
<path fill-rule="evenodd" fill="#ffffef" d="M183.477 292.296l-2.006-1.158-2.083 1.03.467-2.314-1.61-1.697 2.302-.27 1.08-2.077.964 2.148 2.27.413-1.702 1.595m32.251 2.322l-2.007-1.157-2.083 1.03.466-2.314-1.61-1.697 2.302-.27 1.08-2.077.965 2.148 2.27.413-1.703 1.594m-3.65 12.952l-2.004-1.157-2.084 1.03.466-2.314-1.61-1.698 2.302-.27 1.08-2.077.965 2.148 2.27.413-1.702 1.594m66.625-17.006l-2.006-1.157-2.083 1.03.465-2.315-1.61-1.696 2.302-.27 1.08-2.076.965 2.148 2.27.412-1.703 1.594m-19.138 2.323l-2.005-1.158-2.083 1.03.466-2.314-1.61-1.697 2.302-.27 1.08-2.077.965 2.15 2.27.41-1.703 1.595m-52.457-4.452l-1.257-.726-1.305.646.292-1.45-1.008-1.064 1.442-.17.676-1.3.604 1.345 1.423.258-1.067 1m127.97 34.606l-2.005-1.158-2.084 1.03.466-2.315-1.61-1.697 2.302-.27 1.08-2.076.965 2.148 2.27.413-1.703 1.593m-15.883 4.454l-1.662-.96-1.724.855.386-1.923-1.333-1.41 1.905-.223.895-1.725.8 1.783 1.88.343-1.41 1.324m7.907 1.752l-1.548-.894-1.608.796.36-1.788-1.242-1.31 1.775-.21.834-1.603.743 1.66 1.75.318-1.312 1.23m22.197-17.353l-1.49-.86-1.55.766.347-1.72-1.196-1.262 1.71-.2.804-1.543.717 1.596 1.687.305-1.265 1.185m-29.55 31.881l-1.946-1.063-2.022.947.453-2.126-1.562-1.557 2.233-.246 1.05-1.906.935 1.97 2.204.38-1.653 1.462m.418 10.861l-1.775-1.062-1.844.946.414-2.125-1.425-1.557 2.036-.247.957-1.906.853 1.97 2.01.38-1.508 1.463m-14.432-17.581l-1.49-.86-1.55.765.347-1.72-1.195-1.26 1.71-.202.803-1.543.717 1.596 1.687.306-1.265 1.184m-13.56 1.734l-1.49-.86-1.547.765.346-1.72-1.197-1.26 1.71-.202.803-1.543.717 1.596 1.687.306-1.265 1.184M265.07 291.38l-1.492-.86-1.548.766.347-1.72-1.196-1.26 1.71-.2.804-1.545.716 1.598 1.687.306-1.265 1.184m2.847 43.477l-1.264-.73-1.31.65.293-1.457-1.014-1.07 1.448-.17.68-1.306.607 1.352 1.43.26-1.072 1.002m-35.176-66.052l-3.004-1.734-3.12 1.545.698-3.468-2.41-2.542 3.446-.404 1.62-3.11 1.443 3.218 3.4.618-2.55 2.387"/>
|
||||
<path d="M355.113 290.934c1.482-3.876 3.394-9.72 4.41-15.086-51.653-45.375-109.233-68.618-181.99-63.836-2.607 5-4.695 10.236-6.456 15.9 86.207-8.223 149.396 29.943 184.038 63.022z" fill-rule="evenodd" fill="#fff"/>
|
||||
<path d="M331.893 265.425l1.845 1.008c-.29.654-.367 1.226-.236 1.714.137.493.476.922 1.017 1.288.573.392 1.086.564 1.537.518.457-.046.797-.233 1.018-.56.14-.21.196-.43.17-.658-.02-.23-.146-.503-.377-.82-.16-.213-.548-.665-1.165-1.354-.794-.884-1.267-1.63-1.42-2.24-.212-.854-.083-1.63.39-2.332.304-.45.713-.786 1.228-1.005.524-.22 1.095-.27 1.71-.15.618.12 1.268.41 1.944.87 1.107.753 1.776 1.562 2.004 2.427.233.87.09 1.72-.43 2.55l-1.833-1.13c.23-.507.286-.944.166-1.313-.11-.37-.418-.725-.92-1.066-.517-.35-.994-.518-1.43-.504a.776.776 0 0 0-.654.357.833.833 0 0 0-.098.718c.098.343.51.91 1.24 1.704.726.793 1.222 1.44 1.486 1.943.27.5.393 1.02.367 1.562-.017.538-.216 1.087-.592 1.647a3.133 3.133 0 0 1-1.38 1.138c-.58.252-1.2.314-1.86.182-.657-.134-1.368-.462-2.133-.983-1.115-.756-1.8-1.596-2.05-2.517-.245-.924-.094-1.923.458-2.992zm-8.753-5.745l1.886.93c-.263.665-.318 1.24-.167 1.723.157.486.51.903 1.066 1.247.59.368 1.108.52 1.557.455.457-.066.79-.264.995-.6a.957.957 0 0 0 .146-.664c-.03-.228-.167-.497-.412-.805-.167-.207-.572-.64-1.218-1.306-.828-.853-1.33-1.58-1.508-2.18-.246-.848-.148-1.63.293-2.348a2.767 2.767 0 0 1 1.188-1.053c.515-.24 1.083-.316 1.702-.222.623.097 1.284.36 1.978.794 1.138.705 1.837 1.487 2.1 2.343.267.86.16 1.713-.326 2.566l-1.88-1.056c.21-.514.25-.954.115-1.317-.128-.366-.45-.708-.963-1.028-.532-.332-1.015-.48-1.45-.448a.773.773 0 0 0-.638.384c-.132.215-.156.453-.07.72.112.338.546.888 1.306 1.653.757.76 1.28 1.388 1.563 1.878.29.49.434 1.005.43 1.546.005.54-.173 1.096-.525 1.672-.322.52-.77.917-1.336 1.193-.568.275-1.186.36-1.85.256-.66-.108-1.384-.41-2.17-.897-1.144-.713-1.86-1.523-2.148-2.434-.285-.914-.174-1.916.335-3.006zm-10.83-2.903l5.547-9.123 6.738 4.13-.94 1.544-4.9-3.006-1.232 2.022 4.562 2.797-.935 1.537-4.562-2.795-1.51 2.483 5.077 3.11-.936 1.54-6.91-4.238zm-15.778-12.957l.823-1.6 4.118 2.13-1.94 3.785c-.603.182-1.36.225-2.275.13-.907-.1-1.75-.35-2.53-.753-.99-.512-1.746-1.163-2.268-1.96-.52-.8-.77-1.68-.743-2.647.03-.97.277-1.91.745-2.822.507-.99 1.167-1.76 1.976-2.317.805-.555 1.714-.83 2.72-.83.77-.004 1.605.232 2.51.696 1.175.61 1.965 1.332 2.366 2.17.41.836.486 1.738.227 2.71l-2.08-.626a2.226 2.226 0 0 0-.19-1.492c-.225-.462-.614-.835-1.163-1.12-.837-.433-1.637-.51-2.406-.233-.762.278-1.41.938-1.947 1.984-.58 1.128-.766 2.104-.557 2.93.212.817.72 1.437 1.532 1.857.4.207.84.336 1.32.387.486.05.93.037 1.335-.038l.62-1.207-2.19-1.132zm-68.807-17.062l1.55-10.574 3.182.47.856 7.494 2.944-6.933 3.192.47-1.55 10.576-1.976-.29 1.222-8.325-3.312 8.015-2.047-.303-.865-8.632-1.22 8.323-1.977-.29zm-10.757-1.25l.995-10.644 7.86.743-.166 1.8-5.72-.54-.223 2.36 5.32.502-.166 1.793-5.322-.502-.27 2.897 5.92.557-.166 1.795-8.062-.76z" fill="#309e3a"/>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M181.37 218.85c.03-1.087.216-1.997.56-2.726.257-.538.6-1.017 1.027-1.438.432-.42.9-.73 1.407-.924.67-.263 1.44-.384 2.304-.36 1.57.043 2.81.565 3.72 1.567.92 1.002 1.354 2.373 1.307 4.112-.047 1.724-.55 3.063-1.512 4.014-.96.946-2.222 1.398-3.784 1.355-1.585-.042-2.83-.56-3.737-1.552-.908-.998-1.34-2.347-1.292-4.047z" fill="#309e3a"/>
|
||||
<path d="M183.592 218.83c-.033 1.21.22 2.137.76 2.778.54.638 1.238.968 2.095.99.856.025 1.567-.265 2.13-.866.568-.608.87-1.53.903-2.77.033-1.224-.21-2.145-.73-2.762-.518-.617-1.218-.937-2.104-.962-.885-.024-1.607.263-2.167.86-.56.593-.856 1.504-.888 2.733z" fill="#f7ffff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M193.99 224.365l.125-10.688 4.524.054c1.137.015 1.96.12 2.472.322.516.195.926.54 1.23 1.035s.452 1.057.445 1.69c-.01.8-.252 1.462-.728 1.98-.476.516-1.182.835-2.12.96.463.278.844.582 1.14.91.3.33.702.913 1.206 1.75l1.276 2.1-2.57-.03-1.528-2.344c-.54-.837-.914-1.364-1.114-1.58a1.607 1.607 0 0 0-.642-.453c-.226-.084-.586-.13-1.08-.135l-.435-.006-.053 4.46-2.15-.025z" fill="#309e3a"/>
|
||||
<path d="M196.22 218.223l1.59.02c1.032.012 1.676-.025 1.934-.11.257-.084.46-.232.607-.444s.224-.48.23-.8c.003-.36-.09-.65-.282-.87-.186-.227-.453-.372-.8-.434-.175-.026-.7-.044-1.57-.055l-1.677-.018-.03 2.71z" fill="#fff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M206.153 214.207l3.924.2c.885.045 1.555.147 2.012.307.613.216 1.132.57 1.552 1.065.422.492.73 1.086.93 1.783.196.692.27 1.537.22 2.536-.044.878-.192 1.63-.44 2.255-.307.764-.717 1.372-1.236 1.828-.39.345-.907.603-1.55.775-.482.127-1.12.17-1.913.13l-4.038-.206.538-10.675z" fill="#309e3a"/>
|
||||
<path d="M208.213 216.11l-.356 7.072 1.603.08c.6.033 1.034.02 1.303-.034.352-.07.648-.204.886-.4.242-.198.447-.53.615-1 .17-.47.276-1.12.318-1.945s0-1.464-.122-1.913c-.122-.45-.308-.803-.557-1.065a2.043 2.043 0 0 0-.967-.552c-.297-.084-.883-.148-1.758-.192l-.965-.05z" fill="#fff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M258.478 233.293l2.486-10.393 3.355.81c1.27.305 2.086.557 2.447.755.556.298.97.758 1.246 1.38.275.615.313 1.337.116 2.164-.153.637-.396 1.146-.732 1.525-.333.38-.71.65-1.128.816a3.08 3.08 0 0 1-1.198.23c-.522-.022-1.257-.147-2.203-.375l-1.363-.33-.938 3.922-2.092-.504z" fill="#309e3a"/>
|
||||
<path d="M262.64 225.16l-.707 2.95 1.144.275c.825.198 1.388.277 1.69.234.306-.043.562-.16.773-.354.215-.193.36-.443.433-.75.09-.38.055-.717-.107-1.016-.164-.3-.407-.52-.73-.663-.24-.108-.734-.252-1.487-.434l-1.01-.244z" fill="#fff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M268.373 236.257l3.538-10.08 4.27 1.51c1.072.38 1.82.746 2.238 1.1.426.353.703.81.833 1.378s.09 1.148-.12 1.743c-.264.757-.705 1.303-1.322 1.642-.615.334-1.386.41-2.312.226.348.412.61.82.785 1.228.182.41.375 1.092.585 2.046l.536 2.4-2.424-.857-.695-2.712c-.245-.967-.428-1.585-.55-1.856a1.623 1.623 0 0 0-.462-.635c-.187-.155-.513-.313-.98-.48l-.41-.144-1.477 4.21-2.027-.72z" fill="#309e3a"/>
|
||||
<path d="M272.438 231.163l1.5.53c.973.344 1.593.518 1.864.52.27.003.51-.07.72-.225.207-.152.363-.38.47-.683.118-.34.123-.645.013-.915-.104-.274-.31-.496-.62-.668-.157-.08-.646-.267-1.468-.557l-1.582-.56-.897 2.558z" fill="#fff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M280.88 235.87c.323-1.04.75-1.863 1.276-2.47.394-.45.85-.817 1.378-1.105a4.166 4.166 0 0 1 1.602-.507c.718-.072 1.49.022 2.317.28 1.498.47 2.55 1.31 3.157 2.524.612 1.214.66 2.653.144 4.314-.51 1.648-1.358 2.798-2.54 3.452-1.18.65-2.516.74-4.01.272-1.51-.472-2.57-1.31-3.174-2.512-.605-1.208-.654-2.623-.15-4.247z" fill="#309e3a"/>
|
||||
<path d="M283.027 236.47c-.36 1.154-.366 2.114-.02 2.88.348.76.93 1.267 1.75 1.524.817.255 1.578.17 2.283-.256.712-.428 1.252-1.235 1.62-2.418.362-1.17.376-2.122.04-2.86-.328-.733-.917-1.233-1.762-1.497-.846-.265-1.618-.186-2.317.237-.697.418-1.228 1.214-1.593 2.39z" fill="#fff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M301.692 250.754l4.89-9.494 4.02 2.087c1.01.526 1.7.992 2.067 1.402.37.406.584.9.634 1.48s-.07 1.147-.358 1.71c-.367.71-.88 1.192-1.538 1.44-.655.247-1.427.214-2.32-.096.288.456.49.9.61 1.326.12.43.22 1.132.295 2.107l.2 2.45-2.283-1.184-.316-2.782c-.11-.993-.206-1.63-.29-1.914a1.611 1.611 0 0 0-.37-.694c-.163-.178-.466-.38-.904-.61l-.387-.2-2.04 3.963-1.91-.99z" fill="#309e3a"/>
|
||||
<path d="M306.418 246.26l1.412.733c.916.477 1.508.734 1.776.775.267.04.516 0 .743-.123.226-.123.41-.327.56-.613.164-.32.21-.62.138-.903-.065-.287-.24-.537-.522-.75-.144-.1-.603-.353-1.378-.755l-1.488-.774-1.242 2.41z" fill="#fff"/>
|
||||
</g>
|
||||
<g stroke-opacity=".502">
|
||||
<path d="M341.19 270.26c.607-.9 1.25-1.567 1.933-1.996a5.027 5.027 0 0 1 1.636-.658 4.17 4.17 0 0 1 1.678-.02c.708.14 1.42.453 2.138.94 1.3.883 2.065 1.993 2.298 3.33.237 1.34-.13 2.73-1.103 4.172-.962 1.428-2.102 2.286-3.42 2.57-1.318.278-2.623-.022-3.92-.9-1.31-.892-2.083-2-2.317-3.327-.232-1.33.127-2.7 1.077-4.11z" fill="#309e3a"/>
|
||||
<path d="M343.073 271.443c-.675 1.003-.958 1.92-.847 2.752.115.83.526 1.483 1.235 1.966.712.483 1.465.622 2.263.42.805-.206 1.553-.82 2.245-1.848.683-1.014.97-1.923.86-2.724-.104-.8-.523-1.447-1.257-1.946s-1.495-.647-2.285-.444c-.79.198-1.525.807-2.212 1.825z" fill="#fff"/>
|
||||
</g>
|
||||
<path d="M246.427 228.95l1.714-7.504 5.543 1.278-.288 1.267-4.032-.927-.384 1.663 3.754.866-.29 1.262-3.75-.863-.47 2.042 4.176.962-.288 1.265-5.685-1.31z" fill="#309e3a"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 12 KiB |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bs">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M56.618 26.364h480.31v480.31H56.618z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)" transform="matrix(1.066 0 0 1.067 -60.354 -28.133)">
|
||||
<path fill="#fff" d="M990.01 506.18H9.39V27.64h980.62z"/>
|
||||
<path fill="#ffe900" d="M990.01 370.57H9.39V169.25h980.62z"/>
|
||||
<path fill="#08ced6" d="M990.01 506.18H9.39V346.67h980.62zm0-318.89H9.39V27.78h980.62z"/>
|
||||
<path d="M8.925 25.872c2.177 0 392.37 236.97 392.37 236.97L7.835 505.382 8.92 25.872z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 659 B |
|
@ -0,0 +1,89 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bt">
|
||||
<path fill="#ffd520" d="M0 0h512v512H0z"/>
|
||||
<path d="M0 512h512V0z" fill="#ff4e12"/>
|
||||
<g stroke="#000" stroke-width=".521">
|
||||
<g fill="#fff" stroke-width=".406">
|
||||
<path d="M281.885 162.5c-3.89-1.382-6.403.628-6.276 5.65.123 5.023 2.762 7.91 6.653 6.027l-.377-11.677z"/>
|
||||
<path d="M285.301 153.093c-3.24-2.558-6.263-1.462-7.758 3.335-1.495 4.796.075 8.379 4.365 7.845l3.393-11.18z"/>
|
||||
<path d="M290.699 143.99c-2.792-3.045-5.951-2.448-8.197 2.048-2.242 4.495-1.267 8.282 3.055 8.443l5.142-10.491zm-3.542 44.25c-4.77 1.758-5.274 8.287-2.258 12.305 3.012 4.018 8.538 4.771 11.55 0l-9.29-12.308z"/>
|
||||
<path d="M281.635 174.426c-4.52-1.507-8.593 4.565-9.292 10.045-.878 6.906-10.673 9.165-5.272 19.588 1.128-6.655 5.525-10.296 9.04-10.547 3.516-.252 8.79-1.005 11.05-5.274l-5.526-13.812zm14.313 26.871c-5.275 1.255-6.029 8.287-2.262 13.31 3.224 4.3 13.31 3.264 13.059-1.005l-10.797-12.305zm14.945 42.315c.25-4.52-7.03-6.278-10.547-5.4-3.516.88-10.234-.125-11.803-3.892-1.255 3.014.565 6.278 5.651 7.91 3.848 1.237 3.767 4.019 2.636 5.275 2.89.502 11.427.502 14.063-3.893z"/>
|
||||
<path d="M306.751 214.736c-5.148-2.26-8.2 1.183-10.17 4.52-2.889 4.897-11.803-1.38-14.816 5.149 4.081-1.758 8.235 1.99 10.17 3.264 5.524 3.641 16.197 2.511 17.705-6.027l-2.89-6.906z"/>
|
||||
<path d="M309.762 220.758c-5.148 3.892-7.157 8.538-7.03 11.677.127 3.14 4.52 10.045 9.292 10.422 2.763-5.65 4.144-17.58-2.262-22.1zm-21.341 24.234c0-1.883 2.763-2.636 4.644-2.009 1.885.628 4.771 2.512 3.767 4.52l-8.41-2.51zm-28.384-10.296c-.5-2.26 3.14-6.152 8.037-4.018 4.894 2.135 5.525 6.279 3.513 7.911l-11.55-3.892z"/>
|
||||
<path d="M271.963 238.838c-.377-1.256 3.15-3.764 9.168-2.26 6.026 1.507 7.504 5.387 7.283 8.413l-16.451-6.153zm-12.55-4.142c3.14-2.385 1.95-6.907-.88-8.287-5.149-2.511-3.264-9.04-6.53-10.296-3.263-1.256-6.403-3.516-6.53-5.776-1.63 3.139-.627 6.027 1.635 8.036 2.26 2.01-1.758 10.17 1.128 12.306l11.177 4.018zm-67.306-1.755c-2.637-4.143-8.916-3.39-11.552-.502-2.637 2.888-2.26 7.157.251 9.04l11.3-8.538zm15.069-6.154c-1.004-5.524-7.66-6.152-11.3-4.771-3.641 1.381-6.153 6.906-3.767 10.924l15.068-6.153z"/>
|
||||
<path d="M217.223 226.03c2.385-4.645-2.26-11.551-7.534-12.556-4.403-.837-9.606-.816-11.3-5.148-1.068 3.767 1.758 6.153 5.022 8.288 3.264 2.134-.628 7.66 4.646 10.798l9.166-1.381z"/>
|
||||
<path d="M216.724 226.194c-1.1-3.328 1.13-7.755 5.64-7.445 4.513.31 7.083 3.589 5.094 7.687l-10.735-.242z"/>
|
||||
<path d="M226.762 226.444c-.62-3.45 2.208-7.52 6.63-6.58 4.424.94 6.507 4.548 3.966 8.327l-10.596-1.747z"/>
|
||||
<path d="M236.738 228.027c-.448-3.476 2.58-7.4 6.952-6.24 4.371 1.16 6.273 4.867 3.543 8.513l-10.495-2.273zm-75.768 57.525c-8.414 0-10.468 2.003-11.678 10.673-1.507 10.798 13.184 12.054 11.677-10.673z"/>
|
||||
<path d="M164.737 274.25c-12.933-4.897-19.964 15.57-32.772 11.929 4.583 7.282 15.692.013 19.839.753 7.031 1.256 22.224-1.381 12.933-12.682zm-8.417 28.002c-6.403-2.888-13.31 6.906-12.054 11.175 1.595 5.423 16.198 1.005 12.054-11.175zm-29.881 42.19c3.516 1.001 7.784 3.013 7.031 9.792-.753 6.78-13.56 20.592-25.112 21.346-11.552.754-15.696 14.69-25.615 10.797 9.291-1.755 9.291-12.304 16.574-15.567-5.274-1.885-8.036 10.046-14.816 10.046-6.78 0-10.045 10.796-18.332 10.042-8.288-.75-9.16 13.146-25.74 13.312-12.682.124-28.377 14.94-34.028 8.538 12.306-1.758 17.271-8.577 24.61-16.074 11.804-12.051 25.114-6.653 29.634-17.326a30.86 30.86 0 0 1-17.83 5.275c-7.723-.16-16.198 12.304-24.862 6.78 5.023-.628 8.288-2.763 13.561-8.288 5.4-5.659 13.325-2.002 19.588-7.784 9.794-9.042 18.207-1.508 27.624-12.808-2.637-1.255-8.288-.377-13.561 2.385-5.274 2.763-12.054-1.885-18.081 1.381.753-7.407 14.816-3.169 23.606-8.287 9.92-5.776 18.144-4.082 25.992-3.39-10.924-.062-15.193-10.423-30.26-7.41-6.572 1.316-11.803-9.039-18.333-3.767.188-3.89 7.032-7.03 14.064-3.263 7.03 3.767 9.865-3.296 23.857 5.525 5.775 3.64 15.695-2.262 21.973 1.632-.816-2.386-4.395-3.894-8.601-3.578 2.637-5.399 19.65-4.71 27.059.692z"/>
|
||||
<path d="M137.616 336.276c-5.525-4.27-13.184.88-18.458-1.13 0 3.514 1.758 8.79 7.534 10.798 1.758-1.255 9.668-8.161 10.924-9.668z"/>
|
||||
<path d="M146.282 324.1c-8.664-4.395-10.17 6.529-16.951 4.269.251 3.14 2.763 7.032 8.287 7.91l8.665-12.179z"/>
|
||||
<path d="M151.43 314.178c-12.808-5.022-14.44 7.283-21.973 4.897 1.758 4.27 12.556 6.53 18.08 5.023l3.893-9.92zm17.573-53.866c-3.39-4.772-10.547-.88-11.677 4.77-1.13 5.651 1.632 13.562 6.404 11.804l5.273-16.574z"/>
|
||||
<path d="M177.67 245.242c-5.902-1.381-12.683-.753-11.93 5.023-2.26 1.004-2.887 8.413 3.265 10.044l8.664-15.068z"/>
|
||||
<path d="M181.561 241.35c-5.776-6.78-12.217-6.623-15.82-3.767-6.655 5.273-13.122 2.26-13.31 7.534 4.018-3.077 7.533.627 10.798-.503 3.265-1.13 5.65 5.148 14.691 2.512l3.641-5.776zm-13.938 101.337c.879 1.632 6.278 2.386 8.915-.377 3.495-3.663-.377-13.813-5.902-14.566-5.524-.754-6.026 11.427-3.013 14.943z"/>
|
||||
<path d="M161.344 342.937c7.91 2.886 11.3-3.643 7.031-7.786-1.13 1.382-5.274 6.404-7.031 7.786z"/>
|
||||
<path d="M131.712 353.732c-1.507 4.52-9.293 5.275-18.082 19.338-8.79 14.062-17.202 8.16-19.337 17.829 10.548-8.538 18.831-2.867 25.113-11.3 9.543-12.81 17.4-10.97 21.095-19.589 5.273-12.304 28.377-12.054 29.632-31.39-7.785-1.507-32.395 19.336-38.421 25.111zM329.855 163.88c10.045 3.265 10.296 16.323 21.846 20.592 11.554 4.27 12.685 14.565 22.1 12.054-8.789-2.385-8.162-12.556-17.327-15.068-10.75-2.945-14.817-19.337-23.357-21.847m42.82 72.449c1.758 4.018 1.508 11.175-4.771 13.059 3.39 2.134 8.41.125 11.173-4.52-4.143 9.165-1.38 17.453 5.148 19.085-3.14-6.403 3.894-9.417 1.635-13.56 4.144 1.757 7.784 7.408 7.657 10.923 5.402-6.027-4.017-14.063-2.259-19.713l-18.583-5.273zm-65.044 64.537c-6.152-5.4-8.778 1.412-11.804-.942-2.824-2.197-6.59-2.511-8.034-.314 5.275.189 2.698 4.27 12.932 5.274-10.235.69-8.35 12.117-15.194 11.552 7.283 6.906 11.05-6.153 16.952-4.018-1.758.502 2.762 4.646-.377 10.17 5.086-.125 7.156-7.157 7.787-10.798l-2.262-10.924zm-135.486 58.64c-2.26-1.881-8.79-2.762-11.3-1.254-2.512 1.505-1.633 1.882 1.38 2.135 3.014.25 6.906 5.125.377 5.398-3.013.124-2.008 7.407-8.287 7.911 2.574 3.14 9.92 1.066 12.556-2.385-.502 2.824 3.265 5.398 1.758 8.788 4.646.504 1.946-9.416 9.292-8.915-3.013.377-1.758 7.157 3.516 5.398-3.139 1.508-1.507 5.148 2.009 4.27-2.26.755-3.014 3.641.125 5.276 3.014-4.144-.376-18.96-11.426-26.62zM448.89 216.694c9.61 0 17.4-7.792 17.4-17.403 0-9.61-7.79-17.402-17.4-17.402-9.613 0-17.404 7.792-17.404 17.402 0 9.61 7.79 17.403 17.404 17.403z"/>
|
||||
<path d="M357.981 237.715c5.275-5.023 13.313-7.534 18.834-3.767 5.525 3.767 23.859 8.287 32.9 2.009 9.038-6.278 13.309-9.543 17.326-8.79 3.016 4.52 6.656 6.655 11.176 7.032 1.382 1.507 6.28 2.762 9.042 2.385 4.017 1.005 8.915-.25 12.805-4.52 6.03.88 11.678-3.641 13.813-10.421 6.402-.754 6.78-7.911 2.762-12.682-3.767-.754-.877-13.436-14.566-10.924 5.778 3.515 1.38 10.547 6.155 13.812-3.266 0-7.472 1.381-8.476 6.278 1.254-3.39-.189-5.65-1.07-6.403.127-2.888-6.275-9.983-12.304-7.409 4.332.942 1.885 7.911 5.025 10.547-2.262.126-4.648 1.256-6.029 3.265-1.632-2.888-7.407-5.901-10.923-6.153 0-1.004-.189-3.013-.627-4.017-1.57-3.014-2.89-6.592-2.262-11.175-3.013 3.264-5.525 7.785-7.03 11.049-4.771-3.265-16.575 1.507-22.1 2.762-5.525 1.256-24.108-1.757-28.378-6.278-4.268-4.52-12.555-7.283-20.339-9.542-10.705-3.107-10.8-14.817-22.604-22.853-.25 14.566 21.85 60.773 26.871 65.795zM234.929 348.709c9.292 0 16.825-7.534 16.825-16.826 0-9.291-7.533-16.824-16.825-16.824-9.292 0-16.826 7.533-16.826 16.824 0 9.293 7.533 16.826 16.826 16.826z"/>
|
||||
<path d="M194.743 335.776c3.39 4.395 9.166 4.145 11.552 3.768 2.01 5.272 8.412 5.148 11.175 8.034 2.763 2.89 12.178 2.639 14.94 1.004-2.508-.25-5.774-1.755-8.913-4.394-3.79-3.181-2.009-9.542-5.022-11.802 2.26-2.511 2.636-6.655 2.134-8.287 2.386-1.382 4.144-3.642 4.395-4.772 4.144-.25 7.784-2.385 9.292-4.018 2.135 2.01 7.533-.627 10.423 2.763.627-8.288-7.283-12.682-12.558-9.92-2.135-1.13-7.785-.376-8.789 1.13-1.758-.753-6.655 1.758-8.915 3.39 2.511-1.38 2.888-5.524 1.883-7.03 2.135-.88 4.52-3.768 4.771-5.902 3.014.502 7.533-1.507 9.542-1.005-3.263-4.269-8.662-5.776-14.187-5.399-5.714.314-8.161 4.332-8.915 8.664-3.39 2.009-4.52 8.79-3.264 11.175-1.947-.062-3.768 1.821-4.52 2.888-2.638-1.13-6.405-1.946-9.104-1.946m1.194-6.842c-1.13-3.264.367-6.203 1.13-8.789 1.946-6.591.754-8.287-5.148-7.408-.502 3.139 2.512 13.436 4.018 16.198z"/>
|
||||
<path d="M187.528 291.45c1.507 1.506 6.844 2.197 7.409-2.575.648-5.477-1.57-7.597-6.341-5.462-.377 1.256-.817 6.404-1.068 8.036z"/>
|
||||
<path d="M188.66 283.228c2.008.816 6.34 2.448 8.726-2.198 2.001-3.896-.628-6.906-4.771-6.655-1.005 1.13-3.014 5.149-3.956 8.853z"/>
|
||||
<path d="M192.364 274c.502 1.507 5.65 6.53 9.417 2.888 3.767-3.64 3.767-9.04-1.883-11.049-1.507.25-6.027 5.525-7.534 8.161z"/>
|
||||
<path d="M199.891 265.842c1.13 3.139 4.646 8.538 11.175 6.027 6.53-2.512 3.767-10.673.754-12.306-1.758.126-8.915 3.39-11.929 6.279z"/>
|
||||
<path d="M211.825 259.563c-.502 2.762 0 10.296 8.915 10.17 8.914-.125 6.405-10.547 4.144-12.054-3.642 0-9.794.125-13.06 1.883z"/>
|
||||
<path d="M225.257 258.05c-1.005 2.134-3.268 16.184 14.189 12.305 2.258-.502 8.16-13.436-14.19-12.305z"/>
|
||||
<path d="M234.796 259.305c-1.755 1.758 2.763 15.947 14.567 13.56 11.803-2.385 1.885-15.82-14.567-13.56z"/>
|
||||
<path d="M244.843 261.443c-1.882 3.892.945 15.443 15.508 15.443 13.199 0-.692-15.192-15.508-15.443z"/>
|
||||
<path d="M256.27 264.836c-.946 2.157-2.103 14.405 15.067 15.443 12.431.754 9.418-16.825-15.067-15.443z"/>
|
||||
<path d="M274.732 269.983c-2.132 3.768-4.394 13.185 14.44 13.938 12.068.483 4.648-13.686-14.44-13.938z"/>
|
||||
<path d="M290.426 272.87c-2.763 3.767-.728 11.156 6.275 12.556 8.792 1.758 10.046-6.53 4.02-10.547-6.028-4.018-10.295-2.01-10.295-2.01z"/>
|
||||
<path d="M298.967 274.624c-2.009 3.516-.764 12.055 12.554 12.055 2.763 0 13.313-10.799-12.554-12.055zM195.882 438.37c10.787 0 19.533-8.747 19.533-19.533 0-10.79-8.746-19.536-19.533-19.536-10.788 0-19.533 8.746-19.533 19.536 0 10.786 8.745 19.533 19.533 19.533z"/>
|
||||
<path d="M339.144 154.34c-1.508 1.508-4.644 6.028-5.274 7.786-6.53 19.588 10.9 34.219 21.095 55.247 8.038 16.574 7.033 42.692-5.525 59.266-4.296 5.669-3.012 7.282-8.537 13.058-2.12 2.216-4.521 5.023-3.767 13.06 3.516-1.257 8.538 2.008 9.542 4.77 2.512-1.255 6.028-.753 7.283.754 4.267-2.009 7.784-1.005 11.55 3.014 3.266-.503 6.783 0 10.046 3.515 1.758-3.515 5.274-4.771 7.783-4.018-.25-4.52 4.27-7.784 8.288-6.027-1.255-6.027 4.27-10.547 9.545-8.79 4.518-3.515 13.56-3.766 18.08 1.507-8.037-2.26-7.784 6.279-14.566 5.525 1.758 5.023-2.763 7.911-7.28 9.543 2.886-1.381 6.025-3.014 7.03-1.256 2.512-2.197 7.533-1.38 8.79-.25 3.325-1.068 6.53-.252 8.035 3.766 4.52 2.762 7.533 9.794 4.27 15.068-1.004-5.525-4.77-5.274-6.279-7.534-3.516 1.256-7.033 1.256-8.037-1.005-2.008 2.01-8.788 3.768-11.8.754-1.132 4.52-5.025 8.287-9.546 8.287 1.258 3.516-2.259 9.544-5.021 12.557 4.27 2.258 3.012 7.283 2.008 10.296 6.53 1.004 1.004 6.78 12.305 10.546-5.522 1.758-16.322 0-17.83-6.78-5.525-.25-9.292-5.775-9.038-11.554-4.27-4.017-4.898-9.792 1.004-13.81-5.025 1.507-7.787-6.529-15.07-3.264-3.62 1.624-13.182-1.13-13.056-4.52-1.508 2.51-10.673 1.507-11.93-2.763-3.014 1.633-10.046-1.13-9.92-5.273-3.894 1.758-9.165-1.382-8.915-5.4-3.64-.502-4.017-3.766-3.766-6.529-3.267-1.507-2.386-4.646-1.131-8.412-2.26-2.511-1.255-6.027.503-9.292-2.512-2.511-2.008-5.525-1.257-9.04-12.055-1.005-27.155-3.912-61.776-14.565-52.234-16.072-66.298 21.596-54.746 45.202 13.328 27.237-1.507 33.15 3.014 53.492 4.771 1.004 7.282 5.02 7.031 9.292 2.825.123 4.834 2.76 3.83 7.784 2.385-.44 5.462.25 7.47 2.258 1.759-3.263 7.535-4.017 10.549-.25 6.527-.504 9.793 4.771 9.543 11.3 3.513 6.28 2.259 13.94-1.508 18.834.377-2.635 0-6.402-.124-8.66-.234-4.157-6.028-5.025-5.4-8.415-3.014.25-5.902-1.381-6.906-3.64-1.758 1.505-4.27 2.008-6.404 1.254 3.39 1.508 6.027 7.534 5.022 11.55 1.758 3.016 1.382 8.541-.753 10.927-1.005 4.894-4.771 6.652-9.668 4.517 2.762-1.755 3.767-4.894 3.641-7.533-1.758-1.505-2.637-4.394-2.762-6.153-4.897.754-11.678-3.39-12.928-5.027-10.788 0-19.534 8.746-19.534 19.536-.502-4.02-5.583-7.979-4.956-11.369-3.013-9.292 1.256-17.956 13.561-19.711-1.506-3.517 3.767-7.16 1.758-11.177-2.566-5.132-7.282-11.804-14.314-19.588 4.27-7.283 3.014-17.076.503-23.103-3.607-8.655-7.032-6.53-19.84 7.533-20.872 22.918-48.718 16.575-73.329 31.642-6.54 4.004-13.058 5.525-6.027-1.505 7.032-7.033 25.615-14.062 37.669-20.091 22.573-11.287 41.687-30.135 49.22-66.8 17.704-86.158 82.868-57.758 124.052-41.686 38.665 15.09 31.642-19.086 12.054-39.678-23.543-24.75-18.834-44.198-7.784-59.768 19.838-2.762 57.886 4.144 50.226 10.799z"/>
|
||||
<path d="M409.087 365.994c11.869 0 21.492-9.62 21.492-21.49s-9.624-21.492-21.492-21.492c-11.87 0-21.492 9.623-21.492 21.493 0 11.869 9.623 21.489 21.492 21.489z"/>
|
||||
</g>
|
||||
<g fill="none" stroke-width=".406">
|
||||
<path d="M327.093 155.34c-4.77 21.094-.754 30.637 6.28 39.928 14.53 19.205 26.116 63.033 9.541 91.658"/>
|
||||
<g stroke-linecap="round">
|
||||
<path d="M352.202 262.2c2.008-.754 5.775-3.14 6.655-7.283m-5.15-1.883c.627-3.641 6.276-5.21 6.402-9.102m-6.277-5.094c-.377-3.767 5.651-7.157 4.77-10.924m-8.031-2.632c-.503-2.135 5.022-6.153 3.517-9.543m-7.658-3.639c-1.131-2.386 2.635-5.148 1.004-7.66m-7.034-2.894c-.377-1.632 1.947-5.21.692-7.344m-6.722-5.081c.501-.628 2.513-2.135 1.694-4.018m-5.835-5.085c.816-.44 3.263-1.193 2.95-3.013"/>
|
||||
<path d="M204.54 416.764c-5.023-1.759-11.3.754-12.556 5.024m3.766 3.891c.627-4.267 7.157-6.152 9.165-4.144-4.143-2.258-6.152 5.776-2.511 6.029m33.781-101.202c-3.013 1.507-3.89 7.031 0 11.176m4.515-9.92c-2.131 1.758-2.008 7.031 1.132 8.287-2.636-1.883 0-5.148 1.885-5.274 1.881-.125 3.136 2.135.877 4.395m172.526 5.017c-7.029-1.882-12.68 6.279-6.278 13.563-.124-7.033 4.898-11.678 11.05-10.424m-2.829 4.864c-1.729 0-2.7 1.352-2.7 2.668 0 1.381 1.192 2.7 3.139 2.7 1.257 0 2.262-1.442 2.262-2.573m22.096-156.954c1.13 4.269 7.032 6.027 11.676 5.022m0-2.76c-3.64.126-6.653-3.265-6.403-6.153 0 2.135 4.898 3.14 6.403 1.758" stroke-linejoin="round"/>
|
||||
<path d="M206.295 339.544c-1.004-2.512 3.014-5.024 3.14-7.41.125-2.385 4.52-4.268 9.04.252m-2.134-26.741c-.878.377-1.632.879-2.385 1.13m11.051 12.551c-1.067.064-3.264-.062-4.458-.879m.067 5.653c-.88.44-2.826 1.193-3.956 1.444m-39.116 74.395c-.126 2.262 2.135 5.525 3.39 6.53m6.407-11.928c-1.256 1.882-2.009 5.148-1.256 7.407m19.96.128c-2.26-1.508-.753-5.401-1.004-7.91-.251-2.513 2.637-6.53 8.287-3.14m-28.374-3.263c2.26-.377 4.646-.253 6.153.374m22.473-7.534c-1.004 1.381-1.255 2.89-1.38 3.893m11.926-4.143c-1.758 0-3.265 1.255-4.018 2.512m-20.342-66.799c2.01.69 7.22 3.892 7.409 7.22m13.94-23.546c-6.152-.125-8.538-6.403-3.892-6.403m14.945 14.812c-2.386 1.004-1.255 5.148 2.135 7.157m-16.831 32.272c-1.193-1.505.377-5.899 4.27-4.583m4.895 50.415c.25-3.828 5.086-6.09 7.033-1.758m-24.863 12.678c-.315-4.205 1.82-5.586 3.703-5.837 1.884-.25 4.584 1.317 5.84 4.08m-46.96 4.901c.251-2.512 2.386-5.148 4.646-4.771m225.134-106.73c-1.635 1.193-2.7 6.53 3.513 7.032m-13.053 1.759c0 .627.816 1.506 1.32 1.883m28.313 8.163c-1.632-1.255-5.84 3.83-2.009 7.534M381.334 357c-.942-3.578 2.386-4.52 5.525-3.767M373.3 331.635c1.882-1.256 3.767-2.637 6.153-3.265m-7.159 17.07c0-3.012 1.505-5.521 2.886-6.275m8.159-28.372c-.25 3.641 1.258 7.157 2.389 9.04m27.501-8.79c-1.824.565-3.455 1.255-4.144 2.762m2.131 7.534c.881-.754 1.885-1.633 2.324-2.26m45.14-107.361c0 3.515-4.395 5.399-7.28 3.138m16.826-3.014c1.944 1.507 8.661.064 7.092-3.829M460.06 232.06c-1.382-.251-3.767-1.758-4.771-3.013m18.584-7.407c-2.258.501-3.766 0-4.897-.503m-30.764 13.06c1.254 0 4.267-.502 6.34-1.569m-10.107-20.653c-1.632-.188-2.828.126-3.767.753m29.07 5.393c-.44 1.57-1.57 4.018-2.951 5.086"/>
|
||||
<path d="M430.178 223.652c3.14-1.382 7.033 9.29 14.566 5.524m.628-11.055c-1.004 1.382-1.631 3.516-1.758 5.4" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<path d="M295.2 201.804c1.003-.126 2.762-.502 3.139-1.758M165.992 318.702c3.768 2.135 6.405 5.776 4.772 11.175m167.873-139.625c1.131.753 5.402.753 7.787-.125m3.016 2.637c-.126 1.758.377 8.412-3.012 9.793m1.257-.878c3.14 1.005 9.419.628 11.427-5.148m-4.399 4.891c1.632 2.51 2.132 7.408-2.762 10.044m4.018-5.895c3.64 1.256 12.054 1.381 11.173-5.776m-2.882 5.776c2.513 3.516 13.563 7.66 11.804.377m-21.974 9.787c4.266 1.004 10.295-1.884 7.783-9.417m12.051 3.769c.628 2.888 14.69 5.902 12.809-.627m-2.637 3.77c2.639 6.028 16.575 5.525 12.18-2.51m-2.259 6.27c2.763 3.39 15.07 1.382 10.173-6.78m-.134 6.656c7.66 5.775 16.575-2.512 6.906-8.539m4.396 6.659c6.783 5.399 15.07-4.395 9.168-7.157m-62.786 4.895c2.136.628 6.657.376 7.661-3.516m-1.693 2.634c-.25 5.714 9.357 7.911 11.804 1.32m-3.201 3.578c1.759 3.768 10.17 5.274 11.55-.125m-1.379 2.513c1.382 3.767 8.665 3.39 10.673-.503m-2.639 2.515c2.26 4.897 11.55 4.897 13.686-2.26m-1.627 3.134c3.64 2.26 11.427 1.38 10.797-5.65m-1.507 5.026c5.398 4.395 13.059.125 9.292-7.283m-.377 13.055c2.89-.503 4.394-6.278 1.382-7.785m-68.306 8.791c6.026-3.265 7.157-8.79 3.013-14.188m2.135 8.665c3.767 2.26 10.924-.125 12.179-5.65m-7.031 6.275c2.132 2.762 2.51 6.152-.253 9.29m2.008-5.773c6.653-4.143 14.94 3.516 8.789 8.162m-1.129-8.536c1.508-.377 4.144-3.14 4.394-6.278m-1.383 9.164c2.762-2.888 21.6 3.014 9.669 9.04m-.879-16.949c3.64 1.38 5.525 6.53 0 8.287m4.774 4.271c4.017-4.144 16.575-1.507 12.054 3.767m-3.014-5.405c2.259-7.66 15.695-2.888 11.3.25m-14.061-7.91c.377 1.507.5 5.274-2.008 7.283m13.31-8.788c.5 1.255.377 3.64-.754 5.148m9.287-5.023c.754 1.38 2.009 4.017-.754 6.152M312.78 165.51c.124 7.157 2.636 11.929 12.305 7.409m-9.294 1.132c-4.77 6.404.627 13.31 10.046 6.404m-24.741-3.268c6.53 7.031 18.207 1.883 10.673-8.79m7.914 14.819c-1.257 6.906 4.394 8.288 9.039 5.148m-33.398-10.046c1.19 6.943 8.288 12.43 15.194 8.162m-6.653 1.385c0 9.92 13.686 11.05 16.825.754m-4.899 6.274c4.394 9.04 13.936 5.4 17.076-.125m-26.747-14.313c1.757 4.395 5.274 9.292 13.435 5.65m-38.544-7.787c1.131 3.641 7.66 8.036 15.194 3.013m-10.553 1.636c-4.02 5.901 4.017 11.426 13.686 2.637m-8.912 4.648c1.631 8.288 4.894 14.942 16.698 4.27m-5.904 4.263c4.271 5.274 10.8 8.538 16.953-.376"/>
|
||||
<path d="M322.694 200.29c-.377 6.279.878 9.418 5.775 9.166 3.861-.197 7.534-3.264 9.67-6.529m-10.546 6.536c-.127 7.158 5.521 12.808 16.07 5.525m-11.679 2.884c-2.009 5.399 4.017 14.188 15.82 9.668M307 203.559c-.75 6.906 5.652 11.552 15.948 2.637m-10.924 5.022c.377 5.65 6.78 12.431 16.198 2.637m-11.682 4.524c-.754 9.668 8.161 12.43 15.694 5.022m-29.126-12.183c2.009.126 3.64-1.632 4.645-2.888m-.378 9.916c1.758.377 4.774-1.256 5.778-3.264m-1.379 14.691c2.009 2.135 8.788.628 9.666-2.26m-2.131 2.135c3.767 8.79 13.81 8.413 17.953-1.506m-1.885 3.518c1.882 5.149 6.656 8.413 14.44 6.655m-10.673-1.381c-4.394 7.157 1.382 15.57 11.174 7.282m-8.787 3.388c-.5 4.52 3.643 9.668 9.292 10.296m-27.879-23.478c-1.508 10.17 5.775 15.068 14.943 9.668m-25.614-4.77c2.386 1.884 6.656 2.135 10.673.628m4.896 5.901c-2.262 8.539 6.53 14.691 14.063 5.148m-26.239-10.296c.127 4.395 4.398 9.166 11.804 7.785m20.715 8.79c-5.025 3.39-6.03 9.417 1.004 13.309m-13.313-15.072c.254 5.148 2.64 8.036 8.288 8.538m-15.69-11.174c-7.534 6.906-.127 14.942 8.788 8.162m-3.515 2.134c-2.512 7.91 6.906 12.682 11.927 4.646m-27.496-21.471c-2.763 7.785.754 12.933 7.156 12.431m-17.078-13.936c.377 4.646 4.394 6.278 8.915 5.273m-6.029-.375c-3.39 6.53 1.759 10.045 8.541 7.534m20.592 14.563c-1.13 4.144-.503 7.158 5.649 8.54m-5.274-2.635c-7.41 3.39-8.037 10.548-2.262 15.193m-3.705-23.164c-3.89 3.515-3.14 9.604 1.13 11.99m-34.085-34.907c-4.27 4.207-.189 15.82 9.226 9.481m15.258 5.207c-5.779 4.771-3.14 13.435 6.402 11.049M316.665 257.8c-3.013 8.539-.124 11.552 6.656 11.677"/>
|
||||
<path d="M295.449 246.373c-5.148 3.892-3.767 9.417-1.505 11.928 2.259 2.512 6.526 1.382 7.908-1.883m-17.206-13.43c-5.775 7.408 0 16.197 8.164 13.56m22.732 8.412c-5.902 2.135-10.404 7.494-6.783 12.18 2.135 2.763 11.427 3.14 14.062-7.534m-17.958-11.556c-3.39 4.897-2.262 9.543 4.017 11.928m-4.391-2.756c-3.643 2.01-6.029 4.395-5.148 8.79m-3.011-16.449c-1.381 5.901.25 9.543 3.89 11.3m-4.015-4.273c-5.651-.376-8.537 2.01-6.656 7.534m.502-6.153c-5.525-2.009-6.406-6.78-4.02-11.803m-.753 7.412c-6.03.25-8.665 3.264-8.665 7.408"/>
|
||||
<path d="M277.111 240.094c-4.394 1.883-5.775 7.785-4.144 11.05 1.635 3.264 6.783 3.515 9.923 1.38m-18.08-17.071c-4.017 4.52.628 13.31 7.788 11.175m-18.083-14.693c-3.767 5.274.377 14.064 10.045 11.552m.5 24.484c-1.004-6.278 5.525-10.421 13.563-2.26m-3.891-12.677c-2.385 2.135-3.513 5.525-3.14 8.288m-27.373-32.398c-4.144 7.032.88 13.436 9.795 10.924m13.433 6.525c-5.902 5.901-3.894 11.803.5 15.193m-4.267-8.282c-8.915.125-9.416 10.421-2.132 13.686m-4.647-23.982c-3.64 2.511-4.77 9.417 1.508 12.18m-1.757 3.264c-3.767-1.758-8.288.376-7.911 4.771m2.256-4.646c-3.39-8.037-13.31-6.655-12.428 1.632m15.189-11.554c-2.132.377-6.403 1.632-8.034 4.897m.632-13.937c-4.017 4.52-.881 9.919 2.385 11.05m-14.311-23.733c-.754 5.4 1.38 8.036 8.16 7.534m-5.781-.623c-2.64 6.529.877 9.417 7.657 9.04m-6.152-1.006c-4.017 4.771-1.255 9.92 2.636 12.054m-4.516-6.025c-7.156-.879-8.287 7.408-5.902 11.3"/>
|
||||
<path d="M230.654 226.288c-4.393 1.883-6.904 7.408-4.518 10.798 2.386 3.39 7.157 2.26 9.793.502m-8.285 1.001c-3.641 5.524-.377 9.668 3.516 11.3"/>
|
||||
<path d="M213.58 225.656c-2.887 3.014-1.13 9.167 5.902 9.292 5.661.102 8.538-5.273 6.78-9.04m-7.783 9.038c-2.26 5.023-.88 10.422 7.659 9.542m3.642 7.914c-5.273-2.385-12.305 0-9.29 6.279m-.756-15.194c-2.134 3.013-1.38 7.283 1.005 9.92m-1.379-1.887c-3.516.629-6.906 2.512-4.772 8.037m-.508-4.518c-4.52-1.381-10.297 1.883-6.781 6.529m-.747-4.392c-3.892-.628-8.537 3.515-4.77 7.66m-1.509-3.393c-3.515.879-7.659 4.897-4.018 8.036m21.725-27.747c-5.023 2.26-5.526 7.91-3.14 12.054m-2.141-22.475c-7.534 2.888-7.408 12.933.879 16.072m-3.516-2.266c-4.52 2.637-5.399 7.66-2.385 10.924m-5.524-28.497c-3.014 1.004-2.762 10.296 5.274 10.045m-13.557-6.909c-6.028 4.017 1.255 14.188 11.05 6.905m-5.403 2.509c-.879 4.144.251 8.664 6.906 9.167m-6.532-3.637c-4.771 1.758-5.65 11.552 3.014 12.305m-18.2-21.22c-6.153 5.65 5.022 10.547 9.166 2.386m-17.707 7.028c-3.014 3.642 7.533 13.185 12.18-2.762m1.126-.248c.251 3.766 2.512 6.026 7.157 6.278m-.121 3.643c-7.408 1.13-9.794 10.422-1.507 12.431m-12.182-13.687c-.251 3.516 3.39 6.404 7.534 5.776m3.769 7.656c-6.78 1.507-7.66 10.296-1.633 9.794m-3.141 8.161c-5.651-1.694-5.777-8.413-.754-10.923"/>
|
||||
<path d="M184.705 277.26c-4.771 2.889-2.888 9.795-.377 10.8 2.511 1.004 4.52-.252 4.772-2.386m-.378 9.667c.502 3.265-11.615 2.01-5.4-8.16m-.068 8.729c-4.08 6.404 2.574 11.615 6.78 6.154m-6.211 1.569c-1.632 5.148 4.583 8.853 8.6 4.834m-22.163-53.054c-2.261 4.646 9.04 6.404 9.793-3.14m-12.93 10.051c-2.26 9.04 14.817 7.157 10.422-4.52m.374 6.026c2.385 1.38 9.543 1.506 11.3-6.153m-5.146 6.402c.502 2.385 2.637 5.273 4.645 6.152m-12.804-3.765c-.753 4.897 4.143 8.915 9.794 8.538m-8.92-3.764c-2.762 3.766-3.642 11.049 5.023 11.551m-18.205-10.296c-1.382 3.893 6.78 7.91 11.551 1.507m-14.063 8.407c-.691 2.951 6.655 6.906 10.798-5.65m-3.263 6.406c1.758 3.14 7.66 5.65 11.3-.502m-5.903 3.771c-1.506 4.394 2.637 8.538 7.66 7.282m-17.074-8.289c-1.005 6.279 6.278 9.92 10.798 6.655m-15.572-3.893c-2.134 8.036 8.162 11.05 12.054 5.022m-2.632 2.388c.378 4.52 7.41 8.412 12.934 4.646m-25.491-.879c-.502 2.009 7.91 4.018 9.165-3.014m-4.267 4.769c2.009 5.148 8.79 6.404 12.682.126m-2.261 2.51c.879 4.772 7.032 7.408 12.43 4.144m2.258 1.886c-1.382 6.404 5.273 11.552 9.416 8.036m-20.087-9.167c-2.009 7.032 6.78 11.05 11.677 7.157m-22.223-10.675c-.502 6.53 4.646 10.422 10.547 7.533m-21.724-6.901c-1.758 4.269 7.534 7.785 11.928 4.144m-17.708 7.532c2.386 2.763 10.673 0 11.426-6.152m-2.253 4.514c3.013 3.516 10.17 5.4 13.059-2.134m-2.514 3.897c-.125 5.4 9.544 9.292 12.682-.628m11.358 1.947c-.88 2.636 1.193 6.842 5.525 7.344m-13.497-8.974c-.627 3.013 3.768 7.218 8.414 5.524m.884 1.253c-1.255 3.265-.189 7.973 4.206 7.91m-3.769-1.817c-3.265 2.761-1.884 7.66 2.826 7.848m-4.519-3.208c-4.646 3.138-3.013 10.044 3.14 9.67M178.3 321.463c0 6.78 8.413 7.785 10.046 1.507m-3.267 4.016c-1.256 4.018 2.009 7.91 7.157 6.78m-6.151 41.689c1.13 1.635 5.776-1.128 4.52-3.89-1.255-2.763-6.176-1.261-5.65 1.631m4.515-2.764c.628-5.525-5.901-6.403-7.533-1.632m2.385-2.76c1.633-2.762-3.892-6.529-6.152-2.512m2.01-1.638c1.507-4.02-4.77-5.775-5.273-2.135m-1.38-5.275c.754-2.008 7.785-.753 4.772 3.39m5.399 5.027c2.763-2.512-1.883-7.66-4.77-5.775m23.35 13.434c-2.198.25-4.458 1.694-2.826 6.341 1.132 3.224 5.965 3.39 6.655 1.443"/>
|
||||
<path d="M199.08 372.88c-2.135-1.38-6.78.943-4.646 5.464 1.607 3.403 5.65 2.009 6.278.25m-13.628.753c1.066 1.882 6.402 1.07 7.345-1.004m-3.703-5.213c1.13-.754 3.202.186 3.641 1.128m-4.015-32.078c-3.641 2.386-1.381 9.669 4.269 7.784m-5.401-1.879c-2.887 2.258-.25 9.292 5.149 6.656m-4.267-.003c-2.009 2.009-.063 7.595 5.149 6.53m-5.905-3.768c-1.13-.504-4.082-.127-5.338 1.754m2.077-27.183c-2.762 2.637-1.444 8.037 3.704 8.476m-4.71-2.953c-3.956 1.946-3.956 9.792 3.955 10.107m-4.267-1.254c-2.197 1.758-1.13 8.538 4.52 7.657m-2.703-.247c-.816.815-.942 2.889-.25 3.767m-2.261-6.341c-2.009.062-4.646 1.508-5.337 3.578m-3.641-7.283c.753-2.009 6.97-1.882 7.408 4.02m.626-7.031c-.88.188-2.574 1.004-3.013 2.7m.314-21.092c-2.7 2.448-4.018 10.17 4.206 11.676m-9.666 4.267c0-2.074 5.588-3.832 7.534-.754m-11.114-10.486c.816 1.57 4.708 3.705 7.094 1.947m-27.311-14.248c-.126 3.642 2.888 6.906 7.031 6.404 4.144-.502 5.023-4.144 3.767-6.53m-3.139 6.655c-2.762 3.39.628 8.162 3.767 6.78m-.624-9.166c1.633-.629 7.032-1.382 8.665 1.13m-26.12-.125c-1.257 1.884 6.529 3.767 9.165.126m-2.637 1.879c-.252 2.511 1.004 6.78 7.408 5.023"/>
|
||||
<path d="M159.464 334.645c1.004-2.134-3.767-5.65-7.408-1.758-3.642 3.893.502 8.288 2.762 6.78m-12.054-13.43c-1.883 3.265 5.4 9.23 9.543 3.705"/>
|
||||
<path d="M137.928 331.884c-2.637 2.7.628 7.66 4.584 6.152 3.955-1.506 3.578-5.65 2.637-6.716"/>
|
||||
<path d="M132.843 336.907c-2.135 1.946-.064 6.528 2.887 6.528 2.95 0 4.772-2.32 4.206-5.271m4.895-1.631c-.377 2.888 3.892 4.896 6.655 2.199m.131-5.28c.377-.628.064-1.696-.564-2.198m-22.789 9.546c-2.448 1.946 2.826 7.345 6.153 2.385m12.739-3.454c-1.57 1.505.94 5.46 3.452 4.267m-12.048-1.506c.377 2.698 5.65 4.706 8.978.566m-6.092 2.133c-.816 1.696.817 4.397 2.825 4.02m47.149 11.494c-1.945 3.829 4.27 8.288 8.79 3.64m-4.273 2.07c-.942 2.07.188 4.96 1.883 6.025m-7.78-1.696c.44-1.885 3.139-3.644 5.588-2.763m-8.856-2.198c.376-1.693 2.636-3.39 4.332-2.948m143.516-75.403c-8.914.126-5.148 14.44 2.513 11.552m-5.399-.999c-1.758 2.888 1.632 7.472 5.399 4.772m-.999.563c-2.64 4.395 6.78 11.112 10.546 4.206m-3.012 2.635c.124 4.144 12.178 6.78 10.423-1.507m-1.133 4.518c2.886 4.897 13.686 5.4 12.555-1.883m-2.383 5.026c2.261 3.265 12.808 5.274 12.43-1.507m-55.253-39.801c1.505 3.892 6.653 5.273 12.305 3.013m-15.565-.252c3.516 2.26-1.632 12.556-7.03 8.412m7.03-2.008c3.893 1.883 8.664.502 10.046-5.023m-2.386 4.266c.377 2.888 4.52 5.148 9.919 4.018m-19.591-.999c5.024 4.269-2.26 13.058-5.525 9.04m7.412-5.78c2.386 1.758 8.538.753 9.165-3.892m-2.761 3.892c.504 3.013 2.89 4.143 6.279 4.27m-14.063-.128c2.509 3.516 8.788 4.52 11.55-.126m-2.768 2.637c-.25 3.39 3.517 6.153 7.41 5.4m-21.091 2.135c3.263 1.632 6.78-4.52 4.017-8.789m-.25 15.317c3.894.252 4.395-5.65.755-8.915m8.161 14.313c3.266-.753 2.259-7.91-5.652-8.538m15.566 13.819c3.14-.88.627-8.79-8.034-8.287m19.968 11.048c2.132-3.264-4.898-8.789-10.673-5.901m16.569 10.417c3.894 1.13 6.53-9.165-5.775-7.533m12.935 7.533c3.394-.878 5.78-7.031-4.14-5.022m11.676 5.529c3.012 1.507 4.394-7.282-4.775-4.896m-45.831-22.482c3.766 2.135 9.668-.376 9.164-5.148m-1.505 4.15c1.258 2.26.754 6.655-1.632 7.785m2.006-2.512c2.513 1.004 5.902.126 7.911-3.892m-3.511 3.892c.75 1.758 1.004 5.274-.63 7.032m1.261-4.022c2.763 1.507 6.026-.502 7.407-3.39m-1.759 2.51c2.008 1.255 3.766 7.156.377 9.543m1.885-2.758c2.385.126 5.902.126 8.16-2.888m-1.632 1.633c2.135.627 4.644 4.143 3.767 7.282m.125-1.136c2.39-.251 6.53-1.884 7.66-4.772m-1.131 1.886c2.012 1.13 3.393 3.515 3.14 6.278m-.004-2.012c2.385-.125 4.52-1.38 5.147-4.018m-.624 1.764c1.759.628 3.894 2.637 4.02 5.023m-.252-1.513c1.758-.251 3.013-1.381 4.144-3.139m4.771-.246c2.262 2.26-.75 9.794-5.398 8.413m-42.821-160.598c-4.648 2.762-17.833 1.883-11.304-9.04m12.56 1.63c-9.165 3.64-20.47-3.39-8.665-11.05m-3.137-2.507c-7.66 0-12.808 12.305-2.509 16.574m-27.248-11.426c-2.008 3.892 5.148 8.161 10.046 4.27 3.793-3.016 3.513-11.176 1.254-14.315m-15.192 19.335c-2.512 8.287 15.948 8.789 13.059-4.395m-14.065 16.703c.627 6.278 17.706 4.27 12.178-8.413m2.01-3.521c1.381 1.884 5.148 5.148 11.55 4.52m-8.539-13.435c.565 2.26 4.394 4.018 9.292 2.323M125.877 342.617c-4.331 3.078 2.324 7.91 4.771 2.574m-8.164-.187c-4.331 3.074 2.324 7.907 4.772 2.57m-8.352-.246c-4.333 3.078 2.322 7.91 4.771 2.574m-8.538-.437c-4.144 2.197.69 7.596 4.896 2.825m-8.976-.75c-4.144 2.194.691 7.595 4.897 2.824m16.14-9.298c-.064 3.201 6.027 4.52 8.223-.253m-4.393 3.209c-1.884 2.386 1.57 5.337 3.453 4.268m-11.557-4.712c-.19 2.7 5.084 4.27 7.659 1.32m-4.766 1.512c-1.695 2.196 1.632 5.147 3.767 4.266m-10.17-4.649c.187 2.135 3.2 4.582 6.466 3.201m-4.524-.315c-1.256 1.13-.628 3.77 1.13 4.586m-7.659-4.773c-.502 1.946 2.826 5.401 6.216 3.14m-5.529-.878c-2.01 1.57-1.759 3.955.815 4.267m-5.644-4.517c-.25 1.316 1.445 3.452 3.58 3.201m-14.321-3.326c-2.008 1.066 3.14 6.53 6.341 1.443m-11.301.812c-2.511 1.195 3.704 7.221 6.467 1.069m9.796-1.319c-1.947.439-3.202 3.266-1.57 4.394m-4.772-3.388c-.25 1.131 2.135 3.013 4.082 2.324m-5.712-1.817c-1.883 1.193-.879 4.518 1.319 4.017m-8.035-1.825c-1.758 1.316-.565 3.955 1.884 3.328m1.314-3.515c.064.689 1.633 1.758 2.952 1.32m-12.241-2.451c-2.197.942-2.072 6.467 5.337 3.454m-10.298-1.255c-3.077 1.508-2.072 5.652 4.646 1.697m.564.316c-.816.627-1.694 3.39 1.381 2.32m-7.028-1.01c-1.255 1.131-.439 3.455 2.324 2.574m-8.79-2.191c-2.26 1.319 2.699 3.077 6.027-.44m-4.522 2.07c-1.005 1.004-1.005 3.955 1.632 2.889m-8.036-1.696c-1.506 1.13 1.067 2.639 5.776.565m-3.896 1.065c-1.758 1.443-1.57 3.263 1.004 2.698m-6.215-1.879c-1.945 1.758.88 2.951 4.27 1.505m-4.207.445c-3.328 1.505-1.883 4.267.188 3.201m110.939 6.401c-.772 1.66 1.758 3.013 4.143 2.636 2.292-.361 4.484-2.25 2.763-4.895m.121 3.265c2.26 1.758 6.278-.25 6.278-2.89"/>
|
||||
</g>
|
||||
<g fill="#fff" stroke-width=".406">
|
||||
<path d="M331.984 116.667c-10.046-5.023-30.888-14.315-36.79-6.78 5.398-2.26 21.219.125 34.278 12.18l2.512-5.4z"/>
|
||||
<path d="M338.076 116.137c-11.616-13.531-18.457-10.502-26.81-15.163-7.845-4.379-20.341-5.274-22.762 1.69 11.463-5.582 21.986 3.003 28.45 4.041 8.879 1.426 13.89 8.29 16.488 11.447l4.634-2.015zm43.758-1.732c-6.03-13.812-18.918-10.205-24.612-16.072-8.285-8.538-29.253-16.448-37.918-10.547 19.084-1.005 27.212 13.155 37.417 18.081 7.283 3.516 15.067 11.05 25.113 8.539z"/>
|
||||
<path d="M359.237 112.9c-10.296-12.808-26.12-24.109-33.4-19.84 9.542.502 12.555 7.157 19.338 11.427 6.779 4.269 3.766 10.421 14.062 8.413zm-48.976 22.604c-10.8-4.018-31.893-6.027-41.688 6.278 16.325 2.763 40.934 1.256 41.688-6.278z"/>
|
||||
<path d="M308.256 140.278c-10.8-5.023-19.233 1.992-29.383 1.004-19.335-1.884-33.147-.754-34.905 8.538 11.05-9.919 29.634-1.758 37.167-3.766 7.534-2.01 35.409-.252 44.197 3.515-4.52-5.524-11.55-7.031-17.076-9.291zm33.899-28.759c-2.509-8.287-2.385-17.076 10.046-16.449-3.14-3.892-14.69-5.9-16.575 8.665-13.686-10.045-28.63-11.803-31.389-3.14 7.03-6.026 17.953-1.632 31.011 13.185 1.131-.628 4.144-1.883 6.907-2.26z"/>
|
||||
<path d="M323.326 122.946c-7.784-5.022-18.333-13.184.127-16.449-7.911-4.269-19.464-2.385-18.207 12.18-21.096-8.539-36.244-5.657-39.429 2.762-3.516 9.292 9.546 14.44 11.804 8.539-2.386 1.004-10.547-1.758-6.28-7.032 4.271-5.273 26.15-1.314 46.963 9.544 5.775 3.013 25.614 2.51 5.021-9.544z"/>
|
||||
<path d="M317.796 136.76c-6.006-12.263-25.49-1.13-29.416-13.009-5.366 17.403 27.706 7.773 29.416 13.009zm123.934 13.307c4.085 2.03 7.618-1.162 1.368-3.665 4.089 2.03 7.654-1.086 1.404-3.59 4.089 2.029 7.654-1.086 1.404-3.59-1.667 1.678-4.053 7.831-4.176 10.844zm2.13-23.603c9.04-9.543-.752-12.808 10.295-22.601 9.042-8.013 1.726-13.354 10.3-19.589 2.762-2.008 8.787-6.026 9.291-10.044 3.64 9.04-11.303 10.296-10.299 24.861.64 9.274-5.629 8.464-8.034 24.108-.504 3.265-2.762 10.548-11.554 3.265z"/>
|
||||
<path d="M447.884 130.73c5.021-10.798 10.787-10.59 13.559-14.816 5.274-8.036 16.448 1.382 25.867-5.776-1.632 10.17-14.313 6.53-19.838 13.06-5.525 6.528-10.046 9.542-19.588 7.533z"/>
|
||||
<path d="M449.14 134.248c8.791-7.032 15.268-2.34 21.346-6.027 15.318-9.292 21.473 1.883 35.158-2.511-3.643 8.789-23.858 1.256-32.646 7.785-8.791 6.529-39.679 12.807-23.858.753zm-25.615 50.099c-.127-4.018-3.894-9.166-9.169-9.793-5.271-.628-7.533-6.153-11.55-6.404-4.017-.251-6.656-8.287-12.181-8.162-5.525.126-7.784 7.283 5.148 13.812 12.935 6.53 27.248 14.064 27.752 10.548zM407.2 187.74c-5.526.252-6.28 8.288-11.551 8.54 7.28 3.892 12.555-1.759 16.321-6.781l-4.77-1.758z"/>
|
||||
<path d="M411.723 188.739c-4.77 4.018-6.152 12.43.754 14.816-4.144-5.713 7.283-8.288 3.767-13.561l-4.52-1.256z"/>
|
||||
<path d="M416.489 188.996c-3.767 7.283 5.902 8.161 3.39 13.687 5.525-1.256 6.405-11.677 1.38-14.44l-4.77.753z"/>
|
||||
<path d="M379.572 173.42c9.041-.502 17.31 4.389 22.854 12.305 3.516 5.022 15.317 7.031 19.337 3.013 4.017-4.018 1.759-12.556-8.287-9.793-2.512-4.27-9.795-2.763-13.31-6.279-3.516-3.515-17.078-13.56-20.594.754z"/>
|
||||
<path d="M413.478 178.95c-2.385.502-3.14 4.646-1.635 6.78m6.783-4.269c.754 1.256.25 3.014-.127 3.893m-24.607-11.552c4.645.251 5.525 3.642 10.547 4.897" stroke-linecap="round"/>
|
||||
<path d="M390.82 162.375c16.045 4.018 28.775 7.534 36.67 12.054 7.894 4.52 20.117 5.776 30.812 2.763 10.696-3.014 31.32-5.776 30.303 7.533 5.607-6.655-1.527-13.812-15.788-15.068.256-6.529-6.731-12.43-11.756-8.538 4.648-.628 8.658 8.036-.507 11.552 1.781-6.53-4.712-12.431-11.46-9.543 4.33 1.255 8.708 8.515-.978 11.3-6.113 1.759-15.025-.502-21.645-4.52-6.62-4.018-43.8-18.583-35.652-7.533z"/>
|
||||
<path d="M431.309 155.846c-5.021 2.26-1.758 7.534-9.542 10.547-7.787 3.014-13.185 9.92-11.427 15.821 5.275-11.552 14.567-11.05 17.83-15.57 3.266-4.52 8.037-11.174 3.139-10.798z"/>
|
||||
<path d="M432.69 156.595c-.25 9.166-7.466 5.827-4.648 18.71.88 4.017 2.512 10.546-.25 17.076 8.099-5.902 2.89-18.3 6.529-22.978 1.758-2.26 4.017-5.776 4.898-8.79-1.885 5.274-1.758 15.069 3.39 17.58-4.144-9.795 11.176-17.83.627-29.131-1.505 2.762-6.28 7.66-10.547 7.534zm-25.616-9.165c1.258 1.884 2.513 6.655 1.382 9.292 2.512-1.506 6.155-5.399 7.283-8.036 5.148.753 7.156 7.157 2.262 9.92 3.013 0 8.161 0 11.047-3.39-3.513-3.893-14.436-9.92-21.973-7.786z"/>
|
||||
<path d="M328.973 129.42c-.812-.74-2.184-1.444-4.644-1.95-7.602-1.559-3.676-8.411 2.795-8.35 13.809-15.068 21.564-3.453 38.389-8.224 5.889-1.67 9.932-1.176 13.14.212 7.533-5.023 16.37-3.62 22.776 2.282.712-1.132 1.667-1.996 3.01-2.368 5.898-1.639 10.669 3.39 12.3 9.92 4.6-.852 9.851 1.425 13.306 4.564 4.784-2.457 8.08-2.567 9.292-.04 4.27-2.01 9.802-3.27 12.564 3.511 2.763 6.78-6.529 4.772-8.037 19.086-.93 8.83-10.797 12.305-18.583 7.032-12.455-8.437-24.61-9.795-30.638 3.013-6.025 12.808-10.748 20.249-25.363 16.072-5.272-1.507-12.054.502-16.322 6.278-4.27 5.776-10.8.377-18.583 1.005 9.792-1.507 6.042-3.97 14.566-4.52 7.784-.503 5.776-7.785 10.797-8.79-19.588 5.023-18.834-2.26-34.905 2.762 7.03-9.04 18.08-4.018 23.605-9.291-14.566-.251-21.08-9.767-27.625-5.776-10.296 6.278-5.778 24.153-32.646 22.601-13.059-.753-21.346 1.005-29.13 8.79 13.563-28.126 32.01-12.674 40.934-21.596 5.275-5.274 9.292-9.293 12.054-14.315.972-1.768 2.288-2.778 3.932-3.169-22.35-7.032-8.833-17.985 13.017-18.738z"/>
|
||||
<path d="M439.327 125.465c.342.707.517 1.623.517 2.756 0 5.524-8.287 5.776-8.788 13.938-.263 4.269-.754 6.654-3.643 6.152-2.886-.502-5.399-5.022-2.636-10.296" stroke-linecap="round"/>
|
||||
<path d="M333.115 121.191c-2.08-1.462-4.16-2.055-6.026-2.073m51.515-8.051c6.65 2.878 9.893 9.785 19.553 10.124 9.298.326 15.07 13.812 30.637 5.022.423-.238.835-.46 1.235-.666m-28.602-12.156c-1.388 2.207-1.703 5.287-1.323 7.99m-29.066 20.402c-11.8 0-14.816 6.027-14.816 11.803 0 5.776 5.525 13.31 15.32 13.31 9.792 0 15.068-6.027 15.068-12.557s-6.03-12.556-15.572-12.556z"/>
|
||||
<path d="M373.168 166.642c-.25-3.265-6.152-2.763-5.902-5.274.25-2.512 3.266-3.516 3.266-7.032s5.272-3.767 7.03-1.004c1.758 2.762 7.033 8.16 8.164 5.399m-8.159-5.396c-2.762 2.762-4.017 8.412-.377 12.807m4.144-8.541c-.877 1.884-1.127 4.772-.123 6.53"/>
|
||||
<path d="M428.228 148.374c9.23.753 10.8-9.418 3.893-10.045m-15.25-17.388c-3.201-4.08-10.546-5.461-10.673 3.203" fill="none"/>
|
||||
<path d="M405.32 133.999c-3.14-7.785-11.177-8.916-15.448-5.023-3.552 3.24-3.64 11.677 4.02 13.435 2.636-3.138 7.784-7.282 11.428-8.412zm-3.456-4.899c-4.52-4.018-11.177 3.579-5.148 10.547m-80.846 8.477c3.025-.718 7.448.763 14.231 3.953 4.27 2.01 17.079 6.278 25.113 2.01-8.288 3.012-14.563-9.544-20.842-8.037-6.28 1.507-17.768 3.83-22.6-.754 11.8.754 18.147-8.596 31.638-.502 3.77 2.26 8.541 3.767 12.809 3.516-11.048-13.31-25.614-4.772-27.122-15.57 6.656 7.157 22.916-1.632 31.203 11.803m-28.815-9.796c-1.554-1.933-.852-3.86-2.519-5.386"/>
|
||||
</g>
|
||||
<path d="M416.871 120.941c-2.762-2.95-8.788-.628-7.095 5.337 1.32-2.762 4.144-5.085 7.095-5.337zm-17.074 16.084c1.901-1.38 3.864-2.514 5.519-3.028-.904-2.234-2.207-3.92-3.712-5.097-1.436-.992-5.564 4.559-1.807 8.125z" stroke="none"/>
|
||||
<path d="M392.38 126.838c-4.521-3.013-8.665-2.762-10.046-.25-3.263-.126-5.964 2.26-6.09 7.03m6.97 2.011c-5.398-3.704-12.808-2.323-12.304 5.964m-3.265 4.707c2.636-2.135 6.403-3.642 9.293.125m31.018-8.285c-1.004 1.381-1.758 3.516-.127 6.78-2.008-2.636-7.03-2.636-12.432 4.395m24.485-11.549c-6.53.753-6.402 5.022-1.131 6.906m-45.326-22.857c-5.525-1.13-9.541 2.135-1.881 4.897m12.426-8.664c-7.786-1.884-10.925.125-7.41 1.883m-15.069 29.387c-.25 2.762 1.255 6.404 5.776 2.26m-4.263 6.023c0 .754-.126 1.632-.63 2.26m-17.458-39.052c-4.77-1.381-5.648-5.776-.123-5.4m-1.507 15.571c-5.275-1.758-5.275-6.906-.88-6.404m10.677 3.768c-6.152-1.507-6.403-5.777-1.755-5.149m2.504-7.909c-3.263-.25-8.288 3.39.126 5.525m9.046 1.761c-7.66-1.13-7.533 2.009-3.016 4.018m8.788-11.304c-5.902-1.13-7.91 2.386-3.893 3.893m-14.686 17.831c-1.446-1.193-2.636-6.907 4.267-5.211m10.046 3.455c-4.644-1.255-9.039 3.265-4.771 5.902m10.917-11.299c-4.894-.88-9.038.502-6.402 2.26" stroke-width=".406" fill="none" stroke-linecap="round"/>
|
||||
<path d="M416.606 120.941c-2.76.512-5.232 2.133-6.835 5.335" fill="#fff" stroke-width=".406"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 38 KiB |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bv">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
|
||||
<path fill="#fff" d="M-68 0h699.74v512H-68z"/>
|
||||
<path fill="#d72828" d="M-92.992-77.837h218.72v276.26h-218.72zM249.42-.572h380.91v199H249.42zM-67.545 320.01h190.33v190.33h-190.33zM252 322.12h378.34v188.21H252z"/>
|
||||
<path fill="#003897" d="M156.65-25.447h64.425v535.78H156.65z"/>
|
||||
<path fill="#003897" d="M-67.545 224.84h697.88v63.444h-697.88z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 648 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-bw">
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="#00cbff" d="M0 0h511.993v511.984H0z"/>
|
||||
<path fill="#fff" d="M0 191.99h511.993v128.002H0z"/>
|
||||
<path d="M0 212.675h511.993v86.438H0z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 292 B |
|
@ -0,0 +1,59 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-by">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h496.06v496.06H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(1.032)">
|
||||
<path fill="#b20000" d="M0 0h992.13v329.53H0z"/>
|
||||
<path fill="#429f00" d="M0 329.53h992.13v166.54H0z"/>
|
||||
<path fill="#fff" d="M0 0h109.84v496.06H0z"/>
|
||||
<g stroke-width="1pt" fill="#b20000">
|
||||
<path d="M5.23 8.402h5.23v8.41H5.23zm15.693 0h15.692v8.41H20.923zM26.148-.01h5.23V8.4h-5.23zm26.159 0h5.23V8.4h-5.23zm20.917 8.412h15.692v8.41H73.224zM78.465-.01h5.23V8.4h-5.23z"/>
|
||||
<path d="M15.697 16.81H26.16v8.41H15.696zm15.693 0h10.46v8.41H31.39zm36.61 0h10.46v8.41H68zm15.69 0h10.463v8.41H83.69zm-73.234 8.41h10.462v8.408H10.456zm26.159 0h10.46v8.408h-10.46zm26.158 0h10.462v8.408H62.773zm26.143 0h10.462v8.408H88.916zM99.383 8.402h5.23v8.41h-5.23zM5.23 33.628h10.462v8.408H5.232zm36.61 0h10.462v8.408H41.84zm52.317 0h10.462v8.408H94.156zM10.456 58.85h10.462v8.41H10.456zm5.241 8.41H26.16v8.407H15.696zm20.918-8.41h10.46v8.41h-10.46zm-5.225 8.41h10.46v8.407H31.39zm-10.467 8.407h15.692v8.408H20.923z"/>
|
||||
<path d="M26.148 84.074h5.23v8.41h-5.23zm36.625-25.222h10.462v8.408H62.773zM68 67.26h10.46v8.407H68zm20.916-8.41h10.462v8.41H88.916zm-5.226 8.41h10.463v8.407H83.69zm-10.466 8.407h15.692v8.408H73.224z"/>
|
||||
<path d="M78.465 84.074h5.23v8.41h-5.23zm-26.158-8.407h5.23v8.408h-5.23zm-52.302 0h5.23v8.408H.005zm104.603 0h5.23v8.408h-5.23zm-78.46 42.04h5.23v8.408h-5.23z"/>
|
||||
<path d="M20.923 126.114h15.692v8.408H20.923zm-5.226 8.408H41.85v8.408H15.698zm62.768-16.815h5.23v8.408h-5.23z"/>
|
||||
<path d="M73.224 126.114h15.692v8.408H73.224zM68 134.522h26.153v8.408H68zm5.224 42.04h26.154v8.408H73.224zM62.773 142.93h36.614v8.41H62.773zm-52.317 0H47.07v8.41H10.457zm5.241 42.04H31.39v8.408H15.696zm-5.241-8.408H36.61v8.408H10.456zm73.234-16.816h26.155v8.408H83.69zm-5.225 25.224h15.692v8.408H78.465z"/>
|
||||
<path d="M20.923 193.377h5.23v8.41h-5.23zm62.767 0h5.23v8.41h-5.23zM.005 159.746H26.16v8.408H.004zm47.075 16.816h15.693v8.408H47.08zm5.227 8.408h5.23v8.408h-5.23zm-15.692-25.224H73.23v8.408H36.614zM57.532 33.628h10.462v8.408H57.532z"/>
|
||||
<path d="M47.08 42.035h15.693v8.408H47.08zm-5.24 8.408h10.462v8.41H41.84zm15.692 0h10.462v8.41H57.532zM.005 42.035h10.462v8.408H.005zm5.225 8.408h10.462v8.41H5.232zm94.153-8.408h10.462v8.408H99.383zm-5.226 8.408h10.462v8.41H94.156zM.005 126.114h5.23v8.408H.005zm104.603 0h5.23v8.408h-5.23zM47.08 193.377h15.693v8.41H47.08z"/>
|
||||
<path d="M41.84 201.786h10.462v8.408H41.84zm15.692 0h10.462v8.408H57.532zm-20.917 8.408h10.46v8.408h-10.46zm26.158 0h10.462v8.408H62.773z"/>
|
||||
<path d="M31.39 218.6h10.46v8.41H31.39zm36.61 0h10.46v8.41H68zm-41.852 8.41H36.61v8.408H26.148zm47.076 0h10.462v8.408H73.224z"/>
|
||||
<path d="M15.697 235.417H31.39v8.408H15.696zm62.768 0h15.692v8.408H78.465z"/>
|
||||
<path d="M88.916 227.01h10.462v8.408H88.916zm5.241-8.41h10.462v8.41H94.156z"/>
|
||||
<path d="M99.383 210.194h10.462v8.408H99.383zM10.456 227.01h10.462v8.408H10.456zM5.23 218.6h10.462v8.41H5.232z"/>
|
||||
<path d="M.005 210.194h10.462v8.408H.005zm20.918 33.631h5.23v8.408h-5.23zm62.767 0h5.23v8.408h-5.23zM52.307 218.6h5.23v8.41h-5.23zm-15.692 25.225h5.23v8.408h-5.23zm31.385 0h5.23v8.408H68zm-15.693 0h5.23v8.408h-5.23zm-52.302 0h5.23v8.408H.005zm104.603 0h5.23v8.408h-5.23zM52.307 126.114h5.23v8.408h-5.23zM26.148 42.035h5.23v8.408h-5.23zm52.317 0h5.23v8.408h-5.23zM47.08 100.89h15.693v8.41H47.08z"/>
|
||||
<path d="M36.615 109.298h15.692v8.41H36.615z"/>
|
||||
<path d="M41.84 117.707h5.23v8.408h-5.23zM31.39 100.89h10.46v8.41H31.39z"/>
|
||||
<path d="M36.615 92.483h15.692v8.408H36.615z"/>
|
||||
<path d="M41.84 84.074h5.23v8.41h-5.23zm15.692 8.409h15.692v8.408H57.532z"/>
|
||||
<path d="M62.773 84.074h5.23v8.41h-5.23zM68 100.89h10.46v8.41H68z"/>
|
||||
<path d="M57.532 109.298h15.692v8.41H57.532z"/>
|
||||
<path d="M62.773 117.707h5.23v8.408h-5.23zM83.69 100.89h10.463v8.41H83.69z"/>
|
||||
<path d="M88.916 92.483h15.692v8.408H88.916z"/>
|
||||
<path d="M99.383 100.89h10.462v8.41H99.383z"/>
|
||||
<path d="M88.916 109.298h15.692v8.41H88.916z"/>
|
||||
<path d="M94.157 117.707h5.23v8.408h-5.23zm0-33.633h5.23v8.41h-5.23zM.005 100.89h10.462v8.41H.005z"/>
|
||||
<path d="M5.23 92.483h15.693v8.408H5.23z"/>
|
||||
<path d="M15.697 100.89H26.16v8.41H15.696z"/>
|
||||
<path d="M5.23 109.298h15.693v8.41H5.23z"/>
|
||||
<path d="M10.456 117.707h5.23v8.408h-5.23zm0-33.633h5.23v8.41h-5.23zM5.23 151.338h20.923v8.408H5.23zm26.16 0h20.92v8.408H31.39zm26.142 0h20.923v8.408H57.532zm26.158 0h20.923v8.408H83.69zm-41.85 16.815h26.154v8.41H41.84zm-36.61 0h26.154v8.41H5.23zm73.235 0h26.154v8.41H78.464zm26.143 33.633h5.23v8.408h-5.23zm-104.603 0h5.23v8.408H.005zM5.23 487.657h5.23v-8.408H5.23zm15.693 0h15.692v-8.408H20.923z"/>
|
||||
<path d="M26.148 496.057h5.23v-8.408h-5.23zm26.159 0h5.23v-8.408h-5.23zm20.917-8.4h15.692v-8.408H73.224z"/>
|
||||
<path d="M78.465 496.057h5.23v-8.408h-5.23zm-62.768-16.812H26.16v-8.408H15.696zm15.693 0h10.46v-8.408H31.39zm36.61 0h10.46v-8.408H68zm15.69 0h10.463v-8.408H83.69zm-47.075-8.412h10.46v-8.408h-10.46zm26.158 0h10.462v-8.408H62.773zm26.143 0h10.462v-8.408H88.916zm10.467 16.824h5.23v-8.408h-5.23zM5.23 462.433h10.462v-8.408H5.232z"/>
|
||||
<path d="M41.84 462.433h10.462v-8.408H41.84zm52.317 0h10.462v-8.408H94.156zM10.456 437.21h10.462v-8.41H10.456zm5.241-8.413H26.16v-8.408H15.696zm20.918 8.413h10.46v-8.41h-10.46zm-5.225-8.413h10.46v-8.408H31.39zm-10.467-8.412h15.692v-8.408H20.923z"/>
|
||||
<path d="M26.148 411.985h5.23v-8.408h-5.23zm36.625 25.225h10.462v-8.41H62.773zM68 428.797h10.46v-8.408H68zm20.916 8.413h10.462v-8.41H88.916zm-5.226-8.413h10.463v-8.408H83.69zm-10.466-8.412h15.692v-8.408H73.224z"/>
|
||||
<path d="M78.465 411.985h5.23v-8.408h-5.23zm-26.158 8.4h5.23v-8.408h-5.23zm-52.302 0h5.23v-8.408H.005zm104.603 0h5.23v-8.408h-5.23zm-78.46-42.035h5.23v-8.41h-5.23z"/>
|
||||
<path d="M20.923 369.95h15.692v-8.41H20.923zm-5.226-8.413H41.85v-8.408H15.698zm62.768 16.813h5.23v-8.41h-5.23z"/>
|
||||
<path d="M73.224 369.95h15.692v-8.41H73.224zM68 361.537h26.153v-8.408H68zm5.224-42.035h26.154v-8.41H73.224zm-10.451 33.624h36.614v-8.41H62.773zm-52.317 0H47.07v-8.41H10.457zm5.241-42.036H31.39v-8.412H15.696zm-5.241 8.412H36.61v-8.41H10.456zm73.234 16.812h26.155v-8.41H83.69zm-5.225-25.224h15.692v-8.41H78.465zM.005 336.314H26.16v-8.41H.004zm47.075-16.812h15.693v-8.41H47.08zm5.227-8.412h5.23v-8.41h-5.23zm-15.692 25.224H73.23v-8.41H36.614zm20.917 126.119h10.462v-8.408H57.532zM47.08 454.02h15.693v-8.407H47.08zm-5.24-8.41h10.462v-8.41H41.84zm15.692 0h10.462v-8.41H57.532zM.005 454.02h10.462v-8.407H.005zm5.225-8.41h10.462v-8.41H5.232zm94.153 8.41h10.462v-8.407H99.383zm-5.226-8.41h10.462v-8.41H94.156zM.005 369.95h5.23v-8.41H.005zm104.603 0h5.23v-8.41h-5.23zM41.84 294.278h10.462v-8.41H41.84zm15.692 0h10.462v-8.41H57.532zm-20.917-8.412h10.46v-8.41h-10.46zm26.158 0h10.462v-8.41H62.773zm-31.383-8.412h10.46v-8.41H31.39zm36.61 0h10.46v-8.41H68z"/>
|
||||
<path d="M26.148 269.054H36.61v-8.41H26.148zm47.076 0h10.462v-8.41H73.224zm-57.527-8.412H31.39v-8.41H15.696zm62.768 0h15.692v-8.41H78.465zm10.451 8.412h10.462v-8.41H88.916z"/>
|
||||
<path d="M94.157 277.454h10.462v-8.41H94.156zm5.226 8.412h10.462v-8.41H99.383zm-88.927-16.812h10.462v-8.41H10.456z"/>
|
||||
<path d="M5.23 277.454h10.462v-8.41H5.232zm-5.225 8.412h10.462v-8.41H.005zm20.918-33.633h5.23v-8.408h-5.23zm31.384 25.221h5.23v-8.41h-5.23zm0 92.496h5.23v-8.41h-5.23zm-26.159 84.07h5.23v-8.407h-5.23zm52.317 0h5.23v-8.407h-5.23zM47.08 395.173h15.693v-8.408H47.08zm-10.465-8.413h15.692v-8.407H36.615zm5.225-8.41h5.23v-8.41h-5.23zm-10.45 16.823h10.46v-8.408H31.39z"/>
|
||||
<path d="M36.615 403.573h15.692v-8.408H36.615zm5.225 8.412h5.23v-8.408h-5.23zm15.692-8.412h15.692v-8.408H57.532zm5.241 8.412h5.23v-8.408h-5.23z"/>
|
||||
<path d="M68 395.173h10.46v-8.408H68zm-10.468-8.413h15.692v-8.407H57.532zm5.241-8.41h5.23v-8.41h-5.23zm20.917 16.823h10.463v-8.408H83.69z"/>
|
||||
<path d="M88.916 403.573h15.692v-8.408H88.916z"/>
|
||||
<path d="M99.383 395.173h10.462v-8.408H99.383zm-10.467-8.413h15.692v-8.407H88.916zm5.241-8.41h5.23v-8.41h-5.23zm0 33.635h5.23v-8.408h-5.23zM.005 395.173h10.462v-8.408H.005z"/>
|
||||
<path d="M5.23 403.573h15.693v-8.408H5.23z"/>
|
||||
<path d="M15.697 395.173H26.16v-8.408H15.696zM5.23 386.76h15.693v-8.407H5.23zm5.226-8.41h5.23v-8.41h-5.23zm0 33.635h5.23v-8.408h-5.23zm-5.226-67.26h20.923v-8.408H5.23zm26.16 0h20.92v-8.408H31.39zm26.142 0h20.923v-8.408H57.532zm26.158 0h20.923v-8.408H83.69zm-41.85-16.823h26.154v-8.41H41.84zm-36.61 0h26.154v-8.41H5.23zm73.235 0h26.154v-8.41H78.464zm26.143-33.624h5.23v-8.41h-5.23zm-104.603 0h5.23v-8.41H.005zm47.075-42.045h5.23v8.41h-5.23zm10.452 0h5.23v8.41h-5.23zm0-16.816h5.23v8.408h-5.23zm-10.452 0h5.23v8.408h-5.23zM10.456 462.433h10.462v8.41H10.456zM83.69 302.678h5.23v-8.41h-5.23zm-62.767 0h5.23v-8.41h-5.23zm26.155-8.404H62.77v8.407H47.078z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 8.8 KiB |
After (image error) Size: 75 KiB |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ca">
|
||||
<path fill="#fff" d="M81.32 3.025h362.275v512H81.32z" transform="translate(-.182 -3.025)"/>
|
||||
<path fill="#bf0a30" d="M-99.818 3.025H81.32v512H-99.818zm543.413 0h181.138v512H443.595zM135.49 250.44l-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.445-49.073-25.21 50.952c-1.9 1.826-3.802 2.037-5.38.796L202.8 142.505l14.53 79.143c-1.156 3.142-3.924 4.026-7.18 2.325l-33.216-37.737c-4.345 6.962-7.29 18.336-13.033 20.885-5.744 2.388-24.98-4.822-37.873-7.636 4.404 15.895 18.176 42.302 9.46 50.957z" transform="translate(-.182 -3.025)"/>
|
||||
</svg>
|
After (image error) Size: 964 B |
|
@ -0,0 +1,19 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-cc">
|
||||
<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 0h512v512H0z"/>
|
||||
<circle cx="268.22" cy="250.446" r="61.243" fill="#ffe000"/>
|
||||
<circle cx="287.316" cy="250.446" r="50.394" fill="green"/>
|
||||
<circle cx="75.159" cy="189.203" r="64.159" fill="#ffe000"/>
|
||||
<path d="M70.732 237.58h16.02s.724-1.47-.16-2.204c-.885-.734-4.33-.896-3.4-3.493 1.914-5.34 2.18-3.694 3.383-16.376 1.2-12.683 1.78-32.575 1.78-32.575H86.04s.446 6.185-.89 14.24c-1.334 8.055-1.735 8.767-3.203 14.952-1.47 6.186-1.69 6.72-3.026 10.325-1.334 3.603-1.468 3.78-3.56 7.12-2.09 3.336-1.334 2.09-2.49 4.093-.58 1-1.292.734-1.68 1.463-.39.728-.458 2.453-.458 2.453z" fill="#802000" stroke="#7b3100" stroke-width="1.361"/>
|
||||
<path d="M82.957 142.46c.134 2.488-.117 5.783-1.148 8.463-1.047 2.988-2.184 5.965-2.127 9.06-1.663.564-3.376-3.598-4.976-1.15 1.203 3.385 3.98 6.064 5.883 9.112.32.946 3.058 3.414 1.474 3.988-3.998-1.37-4.967-6.434-7.447-9.51-2.88-5.177-8.25-8.836-14.232-9.09-2.247.06-9.552-.556-7.652 3.292 2.8 1.903 6.25 3.144 9.014 5.28 2.06.193 5.792 3.63 5.574 4.93-3.62-1.467-5.316-3.225-9.22-4.77-5.287-2.04-12.6-.812-15.528 4.436-.546 1.367-1.352 5.35.365 5.73 2.005-3.13 4.874-6.63 9.125-5.692 3.34.26-3.726 6.22-1.024 5.02.857-.38 2.834-1.677 4.206-1.813 1.372-.135 2.138.892 3.178 1.034 2.082.283 2.655 1.155 2.462 1.663-.227.6-.89.088-3.005.76-1.06.334-1.61 1.264-2.846 1.69-1.234.425-3.8.455-4.76.078-3.357-1.457-8.86-1.203-9.906 3.003 0 1.85-1.647-.205-2.407.594-.57 2.02-.717 4.09-3.71 3.908-1.818 1.906-3.68 3.88-5.986 5.236 1.354 3.11 6.72-3.12 6.468-.493-2.345 3.198 1.207 3.87 2.762 1.41 2.63-2.78 5.887-6.162 9.81-3.362 1.87 1.76 2.956-.93 4.31-.786.85 2.185 1.923.107 2.89-.51 1.584-.2 1.14 1.977 3.02.637 3.75-2.482 8.364-.397 12.027-2.81 3.9-1.778.55 1.43-.528 2.683-1.713 3.323-.227 7.685-3.943 9.75-1.494 3.96 1.762 9.18-1.56 12.11-.482 1.836 4.273 1.626 5.607 2.38 2.338.093-.1-5.35 2.22-6.08 3.11 1.925 2.965-3.445 2.323-5.1.3-3.766.514-7.883 2.385-11.293 1.99-4.18 3.83 1.702 1.603 3.357-1.264 3.843-3.106 8.653-.23 12.227.83.187 1.51 2.196 2.583 2.813 1.074.618 2.54-.156 2.808-1.984 1.376-5.505.683-11.424 2.648-16.777 1.388-1.66 3.302-.268 4.162 1.257 2.755 3.198 4.692 7.196 8.027 9.832 3.036 1.42 5.722 3.57 7.12 6.696-.017 2.412 6.852 2.782 4.8.1-1.97-2.61-.67-5.22 1.324-6.955 1.067.263.752-1.65-.086-.893-1.34-.317-1.427-2.772.437-1.605 3.14 1.014-.243-2.272-1.378-2.373-2.655-1.646-5.706-3.54-7.01-6.4 3.455.036 7.043 1.9 10.575.743 2.83-1.454 5.702.122 6.69 2.617 2.19-.35 1.256-2.544 0-3.275 1.6-.66 2.708-2.03.768-3.238-1.025-1.338 1.374-3.62-1.575-3.525.096-2.253-.79-4.314-3.247-5.093-2.46-2.083-9.68 3.07-9.47-1.626-.727-2.556 2.933-.342 3.956-1.617 1.055-2.695-5.037-2.432-3.027-4.52 1.313-.846 7.475-2.06 2.643-2.965-2.412.663-4.482.172-6.38-1.022-1.73 2.894-6.668-1.57-5.788 3.573-.676 1.938-5.09 6.974-6.286 3.116 1.016-3.024 6.247-4.013 4.625-8.09-.25-2.545-2.36.443-3.353.253-.504-1.584 1.522-3.452 2.934-3.828 2.802 2.155 2.887-2.72 5.552-2.322 1.945-.432-.628-1.267-1.17-1.633.532-1.424 3.52-2.152.59-3.388-2.584-1.918-4.5 1.908-6.63 2.112-2.046-2.31 1.857-3.42 2.934-4.636.058-.906-2.276-.273-1.574-1.063.61-1.09 4.743-1.17 2.807-2.807-2.914-1-6.674-.75-9.47.545-1.762.57-2.28 4.554-3.8 4.39-.713-1.774.233-5.272-2.21-5.785zm13.78 38.915c2.22-.376.047 3.372-1.02 3.317.094-1.347-3.212-1.217-1.16-2.39a6.685 6.685 0 0 1 2.18-.927z" fill="green"/>
|
||||
<g transform="translate(-25.746 103.463) scale(.05833)" fill="#ffe000">
|
||||
<use height="100%" width="100%" xlink:href="#a" x="7560" y="4200"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" x="6300" y="2205"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" x="7560" y="840"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" x="8680" y="1869"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" x="8064" y="2730"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 4.2 KiB |
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cd">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill="#fff" d="M0-88h600v600H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" transform="matrix(.853 0 0 .853 0 75.093)">
|
||||
<path fill="#007fff" d="M0-88h800v600H0z"/>
|
||||
<path d="M36 32h84l26-84 26 84h84l-68 52 26 84-68-52-68 52 26-84-68-52zM750-88L0 362v150h50L800 62V-88h-50" fill="#f7d618"/>
|
||||
<path d="M800-88L0 392v120L800 32V-88" fill="#ce1021"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 524 B |
|
@ -0,0 +1,15 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cf">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)">
|
||||
<path fill="#00f" d="M-52-.506h768v127H-52z"/>
|
||||
<path fill="#ff0" d="M-52 383.5h768V512H-52z"/>
|
||||
<path fill="#009a00" d="M-52 255h768v128.5H-52z"/>
|
||||
<path fill="#fff" d="M-52 126.49h768v128.5H-52z"/>
|
||||
<path fill="red" d="M268 0h128v512H268z"/>
|
||||
<path fill="#ff0" d="M109.493 112.306L75.95 89.11l-33.434 23.424L54.12 73.33 21.604 48.645l40.723-1.034L75.66 8.937l13.562 38.56 40.758.782-32.336 24.866"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 694 B |
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cg">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M115.74 0H611.8v496.06H115.74z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-119.46) scale(1.032)" stroke-width="1pt">
|
||||
<path fill="#ff0" d="M0 0h744.09v496.06H0z"/>
|
||||
<path d="M0 0v496.06L496.06 0H0z" fill="#00ca00"/>
|
||||
<path d="M248.03 496.06h496.06V0L248.03 496.06z" fill="red"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 519 B |
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ch">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="#d52b1e" d="M0 0h511.984v511.983H0z"/>
|
||||
<g fill="#fff">
|
||||
<path d="M95.994 207.993h319.99v95.994H95.993z"/>
|
||||
<path d="M207.99 95.995h95.995v319.99H207.99z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 351 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ci">
|
||||
<g fill-rule="evenodd">
|
||||
<path fill="#00cd00" d="M341.46 0h170.533v511.984H341.46z"/>
|
||||
<path fill="#ff9a00" d="M0 0h170.3v511.984H0z"/>
|
||||
<path fill="#fff" d="M170.3 0h171.16v511.984H170.3z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 312 B |
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-ck">
|
||||
<path fill="#006" d="M0 0h512v512H0z"/>
|
||||
<g stroke-width="1pt">
|
||||
<path d="M0 0v20.46L325.08 183H366v-20.46L40.92 0H0zm366 0v20.46L40.92 183H0v-20.46L325.08 0H366z" fill="#fff"/>
|
||||
<path d="M152.5 0v183h61V0h-61zM0 61v61h366V61H0z" fill="#fff"/>
|
||||
<path d="M0 73.2v36.6h366V73.2H0zM164.7 0v183h36.6V0h-36.6zM0 183l122-61h27.28l-122 61H0zM0 0l122 61H94.72L0 13.64V0zm216.72 61l122-61H366L244 61h-27.28zM366 183l-122-61h27.28L366 169.36V183z" fill="#c00"/>
|
||||
</g>
|
||||
<path d="M336.822 250.103l5.71-18.307-15.39-11.693 19.39-.247 6.46-18.053 6.27 18.15 19.392.533-15.516 11.463 5.522 18.39-15.86-11.07m29.706 14.431l11.434-15.3-10.633-16.252 18.35 6.364 12.054-14.81-.094 19.233 18.093 7.1-18.41 5.52-.878 19.202-11.28-15.822m-108.066 16.443l-.762-19.185-18.39-5.694 18.153-6.915.03-19.206 11.976 14.91 18.416-6.183-10.754 16.13 11.353 15.392-18.625-4.946m-43.593 44.883l-8.053-17.376-19.127 2.004 14.078-13.528-7.332-17.707 16.748 9.017 14.6-12.957-3.728 19.1 16.358 9.707-19.054 2.786m-19.19 61.043l-14.618-12.198-16.433 10.127 7-18.342-14.107-12.81 18.942.864 7.714-18.054 4.703 18.877 18.88 1.657-16.036 10.802m3.605 66.357l-18.195-5.29-11.105 15.923-.77-19.654-17.97-6.058 17.718-6.852-.005-19.677 11.72 15.42 17.973-6.1-10.475 16.382m32.416 55.849l-18.75 2.63-3.804 19.12-8.545-17.658-18.848 1.834 13.47-13.537-7.855-17.993 16.87 9.292 14.002-12.955-3.045 19.28M300.1 455.57l-16.704 9.035 2.938 19.275-14.03-13.578-17.065 8.32 8.032-17.42-13.495-14.136 18.995 2.812 8.732-17.062 3.705 19.162m59.126 9.852l-9.115 16.827 12.85 14.51-19.067-3.59-9.802 16.433-2.664-19.042-18.92-4.35 17.42-8.18-1.886-19.13 13.432 13.99m62.938-14.418l-.568 19.194 17.952 6.99-18.588 5.604-1.358 19.156-10.915-15.727-18.8 4.857 11.844-15.324-10.26-16.162 18.235 6.257m59.811-223.19l13.118 13.842 17.487-8.116-9.062 17.39 12.54 14.39-18.714-3.096-9.734 17.02-2.504-19.305-18.562-3.878 17.17-8.833m37.542 23.181l5.955 18.225 19.225.323-15.567 11.73 5.2 18.466-15.57-10.977-16.017 11.1 5.946-18.513-15.102-11.615 19.246-.464m21.447 36.475l-2.204 19.07 17.29 8.538-18.998 3.952-2.987 18.965-9.532-16.626-19.143 3.188 13.106-14.227-8.844-17.002 17.633 7.835m3.28 43.705l-8.53 17.14 13.34 14.046-19.177-2.91-9.23 16.767-3.32-18.935-19.056-3.68 17.128-8.79-2.542-19.05 13.904 13.505m-10.825 42.954l-16.116 10.07 4.114 19.054-14.835-12.668-16.52 9.382 6.948-17.895-14.334-13.258 19.13 1.608 7.67-17.58 4.872 18.892" fill-rule="evenodd" fill="#fff"/>
|
||||
</svg>
|
After (image error) Size: 2.5 KiB |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cl">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h708.66v708.66H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.722)" fill-opacity=".996">
|
||||
<path fill="#fff" d="M354.31 0h708.68v354.34H354.31z"/>
|
||||
<path fill="#0039a6" d="M0 0h354.34v354.34H0z"/>
|
||||
<path d="M232.273 265.338l-54.883-41.16-54.615 41.564 20.312-67.543-54.514-41.708 67.444-.582 20.92-67.338 21.366 67.183 67.444.09-54.234 42.1 20.76 67.393z" fill="#fff"/>
|
||||
<path fill="#d52b1e" d="M0 354.34h1063v354.32H0z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 666 B |
|
@ -0,0 +1,15 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-cm">
|
||||
<path fill="#007a5e" d="M0 0h170.667v512H0z"/>
|
||||
<path fill="#ce1126" d="M170.667 0h170.667v512H170.667z"/>
|
||||
<path fill="#fcd116" d="M341.333 0H512v512H341.333z"/>
|
||||
<g transform="translate(256 256) scale(5.6889)" fill="#fcd116">
|
||||
<g id="b">
|
||||
<path id="a" d="M0-8L-2.472-.392 1.332.845z"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144)"/>
|
||||
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72)"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 862 B |
|
@ -0,0 +1,11 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-cn">
|
||||
<defs>
|
||||
<path id="a" fill="#ffde00" d="M.95-.31L-.587.81 0-1 .588.81-.952-.31z"/>
|
||||
</defs>
|
||||
<path d="M0 0h512v512H0z" fill="#de2910"/>
|
||||
<use xlink:href="#a" transform="matrix(76.8 0 0 76.8 128 128)" width="30" height="20"/>
|
||||
<use xlink:href="#a" transform="matrix(-13.1584 -21.9392 21.9392 -13.1584 256 51.2)" width="30" height="20"/>
|
||||
<use xlink:href="#a" transform="rotate(-98.106 198.016 -82.078) scale(25.6)" width="30" height="20"/>
|
||||
<use xlink:href="#a" transform="matrix(7.04 -24.6272 24.6272 7.04 307.2 179.2)" width="30" height="20"/>
|
||||
<use xlink:href="#a" transform="matrix(16 -19.968 19.968 16 256 230.4)" width="30" height="20"/>
|
||||
</svg>
|
After (image error) Size: 803 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-co">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="#ffe800" d="M0 0h512.005v512H0z"/>
|
||||
<path fill="#00148e" d="M0 256h512.005v256H0z"/>
|
||||
<path fill="#da0010" d="M0 384.003h512.005V512H0z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 315 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cr">
|
||||
<g fill-rule="evenodd" stroke-width="1pt">
|
||||
<path fill="#0000b4" d="M0 0h511.993v511.984H0z"/>
|
||||
<path fill="#fff" d="M0 80.455h511.993v343.762H0z"/>
|
||||
<path fill="#d90000" d="M0 168.222h511.993v168.222H0z"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 327 B |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cu">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)">
|
||||
<path fill="#0050f0" d="M-32 0h768v512H-32z"/>
|
||||
<path fill="#fff" d="M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z"/>
|
||||
<path d="M-32 0l440.69 255.67L-32 511.01V0z" fill="#ed0000"/>
|
||||
<path d="M161.75 325.47l-47.447-35.432-47.214 35.78 17.56-58.144-47.13-35.904 58.306-.5 18.084-57.97 18.472 57.836 58.305.077-46.886 36.243 17.948 58.016z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 639 B |
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cv">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)">
|
||||
<path fill="#fff" d="M-123.43 233.05H723.1v205.97h-846.53z"/>
|
||||
<path fill="#081873" d="M-122.76 0h845.95v256.64h-845.95zm.24 385.87H729.6V512h-852.12z"/>
|
||||
<path fill="#de3929" d="M-122.52 302.55h845.95v39.65h-845.95z"/>
|
||||
<path fill="#ffce08" d="M130.92 399.168l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m192.64-169.138l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M88.27 335.448l6.65 20.468h21.523l-17.412 12.65 6.652 20.47-17.41-12.65-17.412 12.65 6.65-20.47-17.41-12.65h21.52m235.289-26.458l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-40.44-161.748l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.43-45.218l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.44 2.892l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65H121m-34.816 43.242l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M198.74 420.408l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m82.17-41.708l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 1.6 KiB |
|
@ -0,0 +1,14 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-cw">
|
||||
<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 0h9000v9000H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" transform="scale(.057)">
|
||||
<path fill="#002b7f" d="M0 0h13500v9000H0z"/>
|
||||
<path fill="#f9e814" d="M0 5625h13500v1125H0z"/>
|
||||
<use xlink:href="#b" transform="scale(750)" height="9000" width="13500" y="2" x="2" fill="#fff"/>
|
||||
<use xlink:href="#b" transform="scale(1000)" height="9000" width="13500" y="3" x="3" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 725 B |
|
@ -0,0 +1,15 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" id="flag-icon-css-cx">
|
||||
<path fill="#0021ad" d="M0 0h512v512H0z"/>
|
||||
<path d="M0 0h512v512z" fill="#1c8a42"/>
|
||||
<circle cx="256" cy="256" r="61.658" fill="#ffc639"/>
|
||||
<path d="M218.344 228.304c4.218 5.787 10.61 15.49 15.75 12.957 4.012.014 6.083.296 6.627 2.966 9.462 1.61 25.364-2.38 35.26-15.268 0 0 .83.11.542-4.79.055-2.132 2.918-1.706 2.986-1.01.4 1.06.33 1.85.867 1.878 1.218-.406 2.883-3.138 4.28-4.872.38-.764.172-1.57.262-2.532.736-1.81 2.573-1.418 2.958-.468.35.612.358 1.08.702 1.693 1.865 1.245 5.23.082 5.49.082.33-1.522 1.31-1.377 1.31-1.377 1.244-.275.755-.165 1.574.26-.72 8.197 1.61 8.56 1.42 12.765.08 4.693-1.42 6.028-1.42 7.817.476 2.188 7.398 2.264 4.962 4.114-2.14 1.142.007 3.282-3.213 4.114-9.373 4.755-11.17 8.835-11.17 8.835s-2.352 4.444-2.613 4.444c-1.57 2.966-3.558 1.35-4.666 2.794-.55 1.817-1.168 5.842-.067 7.934.55 2.876-.07 4.445-.757 7.32-.62 6-3 6.91-3.276 9.015-1.1 2.25.234 12.82-.812 12.82-6.976.137-12.323-1.336-15.082-1.886 2.69-11.594 1.644-21.777 1.644-22.823-.688-8.292-12.42-6.275-14.216-7.376-1.486-.316-2.422-1.527-2.945-2.05-1.66-.18-2.278-.557-3.937-.73-.825.414-.33.84-2.174 1.412-4.68.564-6.744-4.08-6.744-4.08.227-1.563-10.52.316-16.363-1.04-2.395 1.335-3.44 5.285-5.402 5.753-.054 1.224-3.226-1.005-3.866-2.21-.13-3.502 3.055-5.05 3.055-5.05 2.532-1.782 4.032-2.07 5.25-3.303.612-3.048.302-5.305 1.603-7.596 1.1-1.748 2.725-.93 3.826-1.714 1.182-.784 1.684-5.917.59-7.32 0 0-4.734-4.274-4.995-4.535-1.54-4.417 1.803-7.266 2.76-6.943z" fill="#1c8a42"/>
|
||||
<path d="M452.254 63.723c-2.793-11.055-27.798-34.865-46.59-50.016-4.486-3.056-7.41-1.236-6.825 3.122 2.338 3.9 4.093 8.19 6.432 12.093.654 2.6 1.886 4.422 2.54 7.022 0 0 .192 4.487.584 4.877 5.85 6.44 6.633 11.9 6.633 11.9 3.378 6.503 6.37 11.25 12.29 16.582 6.632 4.163 1.753 17.1 1.946 23.994 0 4.355-3.117 3.84-5.85 3.316-21.522-19.768-42.852-19.83-61.644-25.555-7.35-.78-7.48 2.73-5.07 4.678 13.135 14.05 25.485 23.608 41.744 31.603l8.196 5.08c3.117 2.6 6.24 5.2 9.358 7.802 7.218 4.68 7.81 8.972 7.81 9.358.192 8.78-4.494 15.606-5.856 18.337-2.463 9.31-7.41 10.927-7.41 10.927-40.192 27.118-61.26 34.136-126.417 25.748-.977-.516-7.217.523 0 3.124 16.583 5.525 57.318 14.388 96.727-4.273 9.46-6.633 15.792-4.46 22.645-8.43 11.256-6.942 27.33-15.584 30.254-16.554 8.78-4.687 33.36-9.95 39.02-14.637 6.497-.523 13.24-1.376 13.694-6.963 2.133-1.383 5.257-.372 7.576-4.927 5.154-.894 4.287-2.738 4.287-2.738-1.3-3.64-6.116-5.14-9.557-7.803-5.078-1.693-8.587-2.216-12.296-.392-1.17.523-2.34 1.04-3.51 1.562 0 0-5.462-.785-5.462-1.17-12.138-.668-10.955-40.893-15.248-57.67z" fill="#ffc639"/>
|
||||
<path d="M542.467 217.777a3.005 1.878 15.947 1 1-5.73-1.8 3.005 1.878 15.947 0 1 5.73 1.8z" fill="#1c8a42"/>
|
||||
<g transform="translate(-11.826 182.362) scale(.68267)" fill="#fff">
|
||||
<path id="a" d="M188.16 190.94l-12.75-11.936-12.905 11.77 1.383-17.405-17.25-2.754 14.476-9.774-8.606-15.197 16.668 5.22 6.518-16.205 6.31 16.287 16.734-5.007-8.8 15.086 14.348 9.96-17.283 2.53 1.158 17.424z"/>
|
||||
<path d="M233.39 335.53l-13.752-9.167-13.39 9.664 4.71-15.568-13.58-9.416 16.666-.446 4.988-15.496 5.595 15.3 16.667-.156-13.21 9.902 5.307 15.382z"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" x="2.522" y="269.061"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" x="-112.066" y="123.223"/>
|
||||
<use height="100%" width="100%" xlink:href="#a" x="108.427" y="85.027"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 3.4 KiB |
After (image error) Size: 9.9 KiB |
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" id="flag-icon-css-cz">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M102.42 0h708.66v708.66H102.42z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-74) scale(.722)" stroke-width="1pt">
|
||||
<path fill="#e80000" d="M0 0h1063v708.66H0z"/>
|
||||
<path fill="#fff" d="M0 0h1063v354.33H0z"/>
|
||||
<path d="M0 0l529.732 353.88L0 707.3V0z" fill="#00006f"/>
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 505 B |