提交 9e6ba147 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

refactor: Optimize global UI style

上级 06f1bdcf
......@@ -11,7 +11,7 @@ block content
div.tag-cloud-title= _p("page.tags") + " - "
span.tag-cloud-num= site.tags.length
- var min_font = theme.tag_cloud ? theme.tag_cloud.min_size : 14
- var max_font = theme.tag_cloud ? theme.tag_cloud.max_size : 20
- var max_font = theme.tag_cloud ? theme.tag_cloud.max_size : 24
- var start_color = theme.tag_cloud ? theme.tag_cloud.start_color : "#a4d8fa"
- var end_color = theme.tag_cloud ? theme.tag_cloud.end_color : "#1b9ef3"
div.tag-cloud-item!= tagcloud({min_font: min_font, max_font: max_font, amount: theme.tag_cloud.max_amount, color: true, start_color, end_color})
......
#footer
font-size: $font-footer-base
background-color: $gray-dark
background-attachment: fixed
background-position: bottom
......@@ -17,6 +16,7 @@
.footer-inner
padding: 1rem
font-size: $font-footer-base
text-align: center
color: $footer-text-color
......
......@@ -15,6 +15,7 @@ setUlStyle(content, hoverColor)
color: hoverColor
#container
overflow: hidden
min-height: 100vh
#main
......@@ -32,7 +33,6 @@ setUlStyle(content, hoverColor)
h5,
h6
position: relative
margin: 1.5rem 0 1rem
font-weight: $font-weight-bolder
line-height: $line-height-h
color: lighten($h-color, 15%)
......@@ -139,7 +139,7 @@ setUlStyle(content, hoverColor)
&::before
content: '--'
padding: 0 .2em
iframe
max-width: 100%
......
......@@ -17,7 +17,6 @@
position: relative
margin-bottom: 1.3rem
padding-left: 1.4rem
font-size: $font-main-base
&::before
content: ''
......@@ -39,8 +38,7 @@
clearAStyle()
&-title
padding: 0 0 1.8rem
font-size: $font-post-title
font-size: $font-size-base + 10px
text-align: center
cursor: default
......@@ -60,15 +58,18 @@
&:hover
color: $categories-link-hover-color
.category-list-item
&::before
color: $categories-list-dot-color
&-list
margin-top: 0 !important
&:hover
&-item
&::before
color: $categories-list-dot-hover-color
color: $categories-list-dot-color
&:hover
&::before
color: $categories-list-dot-hover-color
.category-list-count
&-count
padding-left: .3em
font-size: $font-size-base
color: $categories-post-count-color
......
......@@ -13,18 +13,17 @@
// $md-width: 992px - 0.02px
// -----------------------------------------
@media screen and (min-width: $md-width)
.header-nav-inner
.header-nav-menu
visibility: visible
opacity: 1
.header-nav-menu
visibility: visible
opacity: 1
@media screen and (max-width: $md-width)
#header,
#footer
background-attachment: local
#header
height: 340px
background-attachment: local
#footer
background-attachment: local
#main
margin: 1rem 0
......@@ -68,6 +67,10 @@
display: block
float: left
.friends-plugin
.friends-item
width: calc(50% - 10px)
// sm-width: 768px - 0.02px
// -----------------------------------------
@media screen and (max-width: $sm-width)
......@@ -80,12 +83,29 @@
div.algolia-popup,
div.localsearch-popup
top: 0
left: 0
margin: 0 1rem
width: calc(100% - 2rem)
margin: 0
border-radius: 0
width: 100%
height: 100vh
max-height: 100vh
div.localsearch-result
max-height: calc(100vh - 6rem)
// $xs-width: 576px - 0.02px
// -----------------------------------------
@media screen and (min-width: $xs-width)
.content
font-size: $font-size-large
.sidebar-inner
font-size: $font-size-large
.footer-inner
font-size: $font-size-large
@media screen and (max-width: $xs-width)
#header
height: 240px
......@@ -94,19 +114,22 @@
margin: .8rem 0
.content
padding: 0 .6rem
padding: .8rem .6rem
font-size: $font-size-base
.home-content
padding: 0
#recent-posts article.post
margin: 0 0 .8rem
padding: .6rem .8rem
padding: .8rem
.header-info-inner
.header-info-title
font-size: 2.5rem
font-size: 1.8rem
.header-info-subtitle
font-size: .8rem
font-size: $font-size-base
.header-nav-search
span
......@@ -119,8 +142,10 @@
margin: 0
.post-header
font-size: $font-size-base
.post-title
font-size: 1.25rem
font-size: 1.2rem
.post-meta
&-create,
......@@ -137,7 +162,6 @@
.article-sort-title
margin-bottom: .8rem
font-size: 1rem
.article-sort-item
margin-bottom: .5rem
......@@ -162,3 +186,8 @@
div.localsearch-result
& > ul
padding-left: 1rem
.friends-plugin
.friends-item
padding: .5rem
width: 100%
......@@ -3,12 +3,12 @@ $sidebar-width = convert(hexo-config('sidebar.width') || '300px')
#sidebar
float: convert(hexo-config('sidebar.position') || 'right')
width: $sidebar-width
font-size: $font-sidebar-base
.sidebar-inner
border-radius: 5px
padding: 1rem
width: $sidebar-width
font-size: $font-sidebar-base
background-color: $white
&.sticky
......
......@@ -2,7 +2,6 @@
overflow: hidden
margin-top: 1em
width: 100%
font-size: 1.2em
.paginator-inner
border-radius: 5px
......
......@@ -7,7 +7,7 @@
display: block
float: left
margin: 0 5px
padding: .5rem
padding: .5rem .5rem .5rem 1rem
width: calc(33.3% - 10px)
height: 100px
transition: background-color .3s
......
.post-header
position: relative
margin: 0 0 1.5rem
font-size: 1em
text-align: center
.post-title
......
......@@ -49,11 +49,11 @@
&__title
display: inline-block
max-width: 80%
font-size: 1em
vertical-align: middle
a
clearAStyle()
font-size: $font-main-base
text-decoration: none
color: $font-color
cursor: pointer
......
......@@ -157,10 +157,9 @@ $font-size-larger = $font-size-base + 4px;
// If you don`t want to bother, comment it and default value will be enable
$font-header-base = 20px
$font-footer-base = 20px
$font-main-base = 16px
$font-post-title = 40px // article title
$font-sidebar-base = 16px
$font-footer-base = 14px
$font-main-base = 14px
$font-sidebar-base = 14px
// Font family
$font-family = PingFang SC, Microsoft YaHei, Lato, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial
......
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1366 362"><linearGradient id="a" x1="428.258" x2="434.145" y1="404.15" y2="409.85" gradientUnits="userSpaceOnUse" gradientTransform="matrix(94.045 0 0 -94.072 -40381.527 38479.52)"><stop offset="0" stop-color="#00aeff"/><stop offset="1" stop-color="#3369e7"/></linearGradient><path fill="url(#a)" d="M61.8 15.4h242.8c23.9 0 43.4 19.4 43.4 43.4v242.9c0 23.9-19.4 43.4-43.4 43.4H61.8c-23.9 0-43.4-19.4-43.4-43.4v-243c0-23.9 19.4-43.3 43.4-43.3z"/><path fill="#FFF" d="M187 98.7c-51.4 0-93.1 41.7-93.1 93.2S135.6 285 187 285s93.1-41.7 93.1-93.2-41.6-93.1-93.1-93.1zm0 158.8c-36.2 0-65.6-29.4-65.6-65.6s29.4-65.6 65.6-65.6 65.6 29.4 65.6 65.6-29.3 65.6-65.6 65.6zm0-117.8v48.9c0 1.4 1.5 2.4 2.8 1.7l43.4-22.5c1-.5 1.3-1.7.8-2.7-9-15.8-25.7-26.6-45-27.3-1 0-2 .8-2 1.9zm-60.8-35.9l-5.7-5.7c-5.6-5.6-14.6-5.6-20.2 0l-6.8 6.8c-5.6 5.6-5.6 14.6 0 20.2l5.6 5.6c.9.9 2.2.7 3-.2 3.3-4.5 6.9-8.8 10.9-12.8 4.1-4.1 8.3-7.7 12.9-11 1-.6 1.1-2 .3-2.9zM217.5 89V77.7c0-7.9-6.4-14.3-14.3-14.3h-33.3c-7.9 0-14.3 6.4-14.3 14.3v11.6c0 1.3 1.2 2.2 2.5 1.9 9.3-2.7 19.1-4.1 29-4.1 9.5 0 18.9 1.3 28 3.8 1.2.3 2.4-.6 2.4-1.9z"/><path fill="#182359" d="M842.5 267.6c0 26.7-6.8 46.2-20.5 58.6-13.7 12.4-34.6 18.6-62.8 18.6-10.3 0-31.7-2-48.8-5.8l6.3-31c14.3 3 33.2 3.8 43.1 3.8 15.7 0 26.9-3.2 33.6-9.6s10-15.9 10-28.5v-6.4c-3.9 1.9-9 3.8-15.3 5.8-6.3 1.9-13.6 2.9-21.8 2.9-10.8 0-20.6-1.7-29.5-5.1-8.9-3.4-16.6-8.4-22.9-15-6.3-6.6-11.3-14.9-14.8-24.8s-5.3-27.6-5.3-40.6c0-12.2 1.9-27.5 5.6-37.7 3.8-10.2 9.2-19 16.5-26.3 7.2-7.3 16-12.9 26.3-17s22.4-6.7 35.5-6.7c12.7 0 24.4 1.6 35.8 3.5 11.4 1.9 21.1 3.9 29 6.1v155.2zm-108.7-77.2c0 16.4 3.6 34.6 10.8 42.2 7.2 7.6 16.5 11.4 27.9 11.4 6.2 0 12.1-.9 17.6-2.6 5.5-1.7 9.9-3.7 13.4-6.1v-97.1c-2.8-.6-14.5-3-25.8-3.3-14.2-.4-25 5.4-32.6 14.7-7.5 9.3-11.3 25.6-11.3 40.8zm294.3 0c0 13.2-1.9 23.2-5.8 34.1s-9.4 20.2-16.5 27.9c-7.1 7.7-15.6 13.7-25.6 17.9s-25.4 6.6-33.1 6.6c-7.7-.1-23-2.3-32.9-6.6-9.9-4.3-18.4-10.2-25.5-17.9-7.1-7.7-12.6-17-16.6-27.9s-6-20.9-6-34.1c0-13.2 1.8-25.9 5.8-36.7 4-10.8 9.6-20 16.8-27.7s15.8-13.6 25.6-17.8c9.9-4.2 20.8-6.2 32.6-6.2s22.7 2.1 32.7 6.2c10 4.2 18.6 10.1 25.6 17.8 7.1 7.7 12.6 16.9 16.6 27.7 4.2 10.8 6.3 23.5 6.3 36.7zm-40 .1c0-16.9-3.7-31-10.9-40.8-7.2-9.9-17.3-14.8-30.2-14.8-12.9 0-23 4.9-30.2 14.8-7.2 9.9-10.7 23.9-10.7 40.8 0 17.1 3.6 28.6 10.8 38.5 7.2 10 17.3 14.9 30.2 14.9 12.9 0 23-5 30.2-14.9 7.2-10 10.8-21.4 10.8-38.5zm127.1 86.4c-64.1.3-64.1-51.8-64.1-60.1L1051 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9zm68.9 0h-39.3V108.1l39.3-6.2v175zm-19.7-193.5c13.1 0 23.8-10.6 23.8-23.7S1177.6 36 1164.4 36s-23.8 10.6-23.8 23.7 10.7 23.7 23.8 23.7zm117.4 18.6c12.9 0 23.8 1.6 32.6 4.8 8.8 3.2 15.9 7.7 21.1 13.4s8.9 13.5 11.1 21.7c2.3 8.2 3.4 17.2 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6s-25.9 2.7-41.1 2.7c-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3-5.9-4.3-10.5-9.8-13.9-16.6-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2 6.5-4.2 13.9-7.2 22.4-9s17.4-2.7 26.6-2.7c4.3 0 8.8.3 13.6.8s9.8 1.4 15.2 2.7v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7-2.7-3.1-6.2-5.5-10.6-7.2s-10-3-16.7-3c-9 0-17.2 1.1-24.7 2.4-7.5 1.3-13.7 2.8-18.4 4.5l-4.7-32.1c4.9-1.7 12.2-3.4 21.6-5.1s19.5-2.6 30.3-2.6zm3.3 141.9c12 0 20.9-.7 27.1-1.9v-39.8c-2.2-.6-5.3-1.3-9.4-1.9-4.1-.6-8.6-1-13.6-1-4.3 0-8.7.3-13.1 1-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2c-2.2 3.1-3.2 4.9-3.2 9.6 0 9.2 3.2 14.5 9 18 5.9 3.6 13.7 5.3 23.6 5.3zM512.9 103c12.9 0 23.8 1.6 32.6 4.8 8.8 3.2 15.9 7.7 21.1 13.4 5.3 5.8 8.9 13.5 11.1 21.7 2.3 8.2 3.4 17.2 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6-12.2 1.8-25.9 2.7-41.1 2.7-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3-5.9-4.3-10.5-9.8-13.9-16.6-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2 6.5-4.2 13.9-7.2 22.4-9s17.4-2.7 26.6-2.7c4.3 0 8.8.3 13.6.8 4.7.5 9.8 1.4 15.2 2.7v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7-2.7-3.1-6.2-5.5-10.6-7.2-4.4-1.7-10-3-16.7-3-9 0-17.2 1.1-24.7 2.4-7.5 1.3-13.7 2.8-18.4 4.5l-4.7-32.1c4.9-1.7 12.2-3.4 21.6-5.1 9.4-1.8 19.5-2.6 30.3-2.6zm3.4 142c12 0 20.9-.7 27.1-1.9v-39.8c-2.2-.6-5.3-1.3-9.4-1.9-4.1-.6-8.6-1-13.6-1-4.3 0-8.7.3-13.1 1-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2c-2.2 3.1-3.2 4.9-3.2 9.6 0 9.2 3.2 14.5 9 18s13.7 5.3 23.6 5.3zm158.5 31.9c-64.1.3-64.1-51.8-64.1-60.1L610.6 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9z"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg"><linearGradient id="a" x1="428.258" x2="434.145" y1="404.15" y2="409.85" gradientUnits="userSpaceOnUse" gradientTransform="matrix(94.045 0 0 -94.072 -40381.527 38479.52)"><stop offset="0" stop-color="#00aeff"/><stop offset="1" stop-color="#3369e7"/></linearGradient><path fill="url(#a)" d="M61.8 15.4h242.8c23.9 0 43.4 19.4 43.4 43.4v242.9c0 23.9-19.4 43.4-43.4 43.4H61.8c-23.9 0-43.4-19.4-43.4-43.4v-243c0-23.9 19.4-43.3 43.4-43.3z"/><path fill="#FFF" d="M187 98.7c-51.4 0-93.1 41.7-93.1 93.2S135.6 285 187 285s93.1-41.7 93.1-93.2-41.6-93.1-93.1-93.1zm0 158.8c-36.2 0-65.6-29.4-65.6-65.6s29.4-65.6 65.6-65.6 65.6 29.4 65.6 65.6-29.3 65.6-65.6 65.6zm0-117.8v48.9c0 1.4 1.5 2.4 2.8 1.7l43.4-22.5c1-.5 1.3-1.7.8-2.7-9-15.8-25.7-26.6-45-27.3-1 0-2 .8-2 1.9zm-60.8-35.9l-5.7-5.7c-5.6-5.6-14.6-5.6-20.2 0l-6.8 6.8c-5.6 5.6-5.6 14.6 0 20.2l5.6 5.6c.9.9 2.2.7 3-.2 3.3-4.5 6.9-8.8 10.9-12.8 4.1-4.1 8.3-7.7 12.9-11 1-.6 1.1-2 .3-2.9zM217.5 89V77.7c0-7.9-6.4-14.3-14.3-14.3h-33.3c-7.9 0-14.3 6.4-14.3 14.3v11.6c0 1.3 1.2 2.2 2.5 1.9 9.3-2.7 19.1-4.1 29-4.1 9.5 0 18.9 1.3 28 3.8 1.2.3 2.4-.6 2.4-1.9z"/><path fill="#182359" d="M842.5 267.6c0 26.7-6.8 46.2-20.5 58.6-13.7 12.4-34.6 18.6-62.8 18.6-10.3 0-31.7-2-48.8-5.8l6.3-31c14.3 3 33.2 3.8 43.1 3.8 15.7 0 26.9-3.2 33.6-9.6s10-15.9 10-28.5v-6.4c-3.9 1.9-9 3.8-15.3 5.8-6.3 1.9-13.6 2.9-21.8 2.9-10.8 0-20.6-1.7-29.5-5.1-8.9-3.4-16.6-8.4-22.9-15-6.3-6.6-11.3-14.9-14.8-24.8s-5.3-27.6-5.3-40.6c0-12.2 1.9-27.5 5.6-37.7 3.8-10.2 9.2-19 16.5-26.3 7.2-7.3 16-12.9 26.3-17s22.4-6.7 35.5-6.7c12.7 0 24.4 1.6 35.8 3.5 11.4 1.9 21.1 3.9 29 6.1v155.2zm-108.7-77.2c0 16.4 3.6 34.6 10.8 42.2 7.2 7.6 16.5 11.4 27.9 11.4 6.2 0 12.1-.9 17.6-2.6 5.5-1.7 9.9-3.7 13.4-6.1v-97.1c-2.8-.6-14.5-3-25.8-3.3-14.2-.4-25 5.4-32.6 14.7-7.5 9.3-11.3 25.6-11.3 40.8zm294.3 0c0 13.2-1.9 23.2-5.8 34.1s-9.4 20.2-16.5 27.9c-7.1 7.7-15.6 13.7-25.6 17.9s-25.4 6.6-33.1 6.6c-7.7-.1-23-2.3-32.9-6.6-9.9-4.3-18.4-10.2-25.5-17.9-7.1-7.7-12.6-17-16.6-27.9s-6-20.9-6-34.1c0-13.2 1.8-25.9 5.8-36.7 4-10.8 9.6-20 16.8-27.7s15.8-13.6 25.6-17.8c9.9-4.2 20.8-6.2 32.6-6.2s22.7 2.1 32.7 6.2c10 4.2 18.6 10.1 25.6 17.8 7.1 7.7 12.6 16.9 16.6 27.7 4.2 10.8 6.3 23.5 6.3 36.7zm-40 .1c0-16.9-3.7-31-10.9-40.8-7.2-9.9-17.3-14.8-30.2-14.8-12.9 0-23 4.9-30.2 14.8-7.2 9.9-10.7 23.9-10.7 40.8 0 17.1 3.6 28.6 10.8 38.5 7.2 10 17.3 14.9 30.2 14.9 12.9 0 23-5 30.2-14.9 7.2-10 10.8-21.4 10.8-38.5zm127.1 86.4c-64.1.3-64.1-51.8-64.1-60.1L1051 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9zm68.9 0h-39.3V108.1l39.3-6.2v175zm-19.7-193.5c13.1 0 23.8-10.6 23.8-23.7S1177.6 36 1164.4 36s-23.8 10.6-23.8 23.7 10.7 23.7 23.8 23.7zm117.4 18.6c12.9 0 23.8 1.6 32.6 4.8 8.8 3.2 15.9 7.7 21.1 13.4s8.9 13.5 11.1 21.7c2.3 8.2 3.4 17.2 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6s-25.9 2.7-41.1 2.7c-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3-5.9-4.3-10.5-9.8-13.9-16.6-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2 6.5-4.2 13.9-7.2 22.4-9s17.4-2.7 26.6-2.7c4.3 0 8.8.3 13.6.8s9.8 1.4 15.2 2.7v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7-2.7-3.1-6.2-5.5-10.6-7.2s-10-3-16.7-3c-9 0-17.2 1.1-24.7 2.4-7.5 1.3-13.7 2.8-18.4 4.5l-4.7-32.1c4.9-1.7 12.2-3.4 21.6-5.1s19.5-2.6 30.3-2.6zm3.3 141.9c12 0 20.9-.7 27.1-1.9v-39.8c-2.2-.6-5.3-1.3-9.4-1.9-4.1-.6-8.6-1-13.6-1-4.3 0-8.7.3-13.1 1-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2c-2.2 3.1-3.2 4.9-3.2 9.6 0 9.2 3.2 14.5 9 18 5.9 3.6 13.7 5.3 23.6 5.3zM512.9 103c12.9 0 23.8 1.6 32.6 4.8 8.8 3.2 15.9 7.7 21.1 13.4 5.3 5.8 8.9 13.5 11.1 21.7 2.3 8.2 3.4 17.2 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6-12.2 1.8-25.9 2.7-41.1 2.7-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3-5.9-4.3-10.5-9.8-13.9-16.6-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2 6.5-4.2 13.9-7.2 22.4-9s17.4-2.7 26.6-2.7c4.3 0 8.8.3 13.6.8 4.7.5 9.8 1.4 15.2 2.7v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7-2.7-3.1-6.2-5.5-10.6-7.2-4.4-1.7-10-3-16.7-3-9 0-17.2 1.1-24.7 2.4-7.5 1.3-13.7 2.8-18.4 4.5l-4.7-32.1c4.9-1.7 12.2-3.4 21.6-5.1 9.4-1.8 19.5-2.6 30.3-2.6zm3.4 142c12 0 20.9-.7 27.1-1.9v-39.8c-2.2-.6-5.3-1.3-9.4-1.9-4.1-.6-8.6-1-13.6-1-4.3 0-8.7.3-13.1 1-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2c-2.2 3.1-3.2 4.9-3.2 9.6 0 9.2 3.2 14.5 9 18s13.7 5.3 23.6 5.3zm158.5 31.9c-64.1.3-64.1-51.8-64.1-60.1L610.6 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9z"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g transform="matrix(.94924 0 0 .89719 -161.127 -212.602)" clip-path="url(#a)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .273-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.843h2.51v1.091h-2.51V7.577m3.712-2.844h1.718l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.458v-5.6m11.588 5.293a4.092 4.092 0 0 1-.883.311c-.307.07-.626.105-.96.105-.993 0-1.78-.26-2.36-.78-.582-.523-.872-1.23-.872-2.123 0-.895.29-1.603.871-2.123.58-.523 1.368-.784 2.362-.784.333 0 .652.035.959.105.306.07.6.174.883.311v1.16a3.446 3.446 0 0 0-.843-.402 2.966 2.966 0 0 0-.876-.127c-.548 0-.98.165-1.294.495-.314.33-.472.785-.472 1.365 0 .578.158 1.032.472 1.362.314.33.746.495 1.294.495.307 0 .599-.043.876-.128s.558-.219.843-.401v1.159m1.162-2.45h2.51v1.092h-2.51V7.577m3.712-2.844h1.719l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.459v-5.6m8.396 1.092v3.417h.551c.629 0 1.108-.146 1.438-.439.333-.293.5-.718.5-1.275 0-.555-.165-.978-.496-1.268-.33-.29-.81-.435-1.442-.435h-.551m-1.539-1.092h1.622c.906 0 1.58.062 2.022.184.445.12.826.325 1.143.615a2.4 2.4 0 0 1 .623.874c.136.33.204.704.204 1.122 0 .422-.068.8-.204 1.133a2.4 2.4 0 0 1-.623.873c-.32.29-.703.497-1.15.62-.448.12-1.12.18-2.015.18h-1.622v-5.6" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g transform="matrix(.94924 0 0 .89719 -161.127 -212.602)" clip-path="url(#a)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .273-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.843h2.51v1.091h-2.51V7.577m3.712-2.844h1.718l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.458v-5.6m11.588 5.293a4.092 4.092 0 0 1-.883.311 4.3 4.3 0 0 1-.96.105c-.993 0-1.78-.26-2.36-.78-.582-.523-.872-1.23-.872-2.123 0-.895.29-1.603.871-2.123.58-.523 1.368-.784 2.362-.784a4.137 4.137 0 0 1 1.842.416v1.16a3.446 3.446 0 0 0-.843-.402 2.966 2.966 0 0 0-.876-.127c-.548 0-.98.165-1.294.495-.314.33-.472.785-.472 1.365 0 .578.158 1.032.472 1.362.314.33.746.495 1.294.495.307 0 .599-.043.876-.128s.558-.219.843-.401v1.159m1.162-2.45h2.51v1.092h-2.51V7.577m3.712-2.844h1.719l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.459v-5.6m8.396 1.092v3.417h.551c.629 0 1.108-.146 1.438-.439.333-.293.5-.718.5-1.275 0-.555-.165-.978-.496-1.268-.33-.29-.81-.435-1.442-.435h-.551m-1.539-1.092h1.622c.906 0 1.58.062 2.022.184.445.12.826.325 1.143.615a2.4 2.4 0 0 1 .623.874c.136.33.204.704.204 1.122 0 .422-.068.8-.204 1.133a2.4 2.4 0 0 1-.623.873c-.32.29-.703.497-1.15.62-.448.12-1.12.18-2.015.18h-1.622v-5.6" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g clip-path="url(#a)" transform="matrix(.94924 0 0 .89719 -161.127 -212.603)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .272-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.842h2.51v1.092h-2.51V7.576m3.712-2.843h1.718l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.458v-5.6m11.588 5.293a4.093 4.093 0 0 1-.883.311c-.307.07-.626.105-.96.105-.993 0-1.78-.26-2.36-.78-.582-.523-.872-1.23-.872-2.123 0-.895.29-1.603.871-2.123.58-.523 1.368-.784 2.362-.784.333 0 .652.035.959.105.306.07.6.174.883.311v1.16a3.445 3.445 0 0 0-.843-.402 2.967 2.967 0 0 0-.876-.127c-.548 0-.98.165-1.294.495-.314.33-.472.785-.472 1.365 0 .578.158 1.031.472 1.362.314.33.746.495 1.294.495.307 0 .599-.043.876-.128s.558-.219.843-.401v1.159m1.162-2.45h2.51v1.092h-2.51V7.576M61.02 4.91v1.185a5.724 5.724 0 0 0-.959-.311 4.036 4.036 0 0 0-.883-.105c-.368 0-.64.047-.815.142a.47.47 0 0 0-.264.443c0 .15.059.267.176.352.12.083.336.154.647.214l.656.124c.663.125 1.134.315 1.414.57.28.255.42.618.42 1.088 0 .617-.196 1.077-.588 1.38-.389.3-.984.45-1.786.45-.378 0-.758-.034-1.139-.101a7.41 7.41 0 0 1-1.142-.3V8.82c.38.19.748.335 1.102.432.357.095.701.143 1.031.143.336 0 .593-.053.772-.158a.496.496 0 0 0 .267-.45.483.483 0 0 0-.184-.405c-.12-.095-.36-.18-.723-.255l-.595-.124c-.597-.12-1.034-.311-1.31-.574-.275-.262-.412-.616-.412-1.061 0-.558.191-.987.575-1.287.384-.3.935-.45 1.654-.45.328 0 .665.024 1.011.071a9.48 9.48 0 0 1 1.075.207m5.366 4.403h-2.405l-.38 1.02h-1.546l2.21-5.6h1.834l2.21 5.6h-1.547l-.376-1.02m-2.021-1.039h1.634l-.815-2.228-.82 2.228" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g clip-path="url(#a)" transform="matrix(.94924 0 0 .89719 -161.127 -212.603)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .272-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.842h2.51v1.092h-2.51V7.576m3.712-2.843h1.718l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.458v-5.6m11.588 5.293a4.093 4.093 0 0 1-.883.311 4.3 4.3 0 0 1-.96.105c-.993 0-1.78-.26-2.36-.78-.582-.523-.872-1.23-.872-2.123 0-.895.29-1.603.871-2.123.58-.523 1.368-.784 2.362-.784a4.137 4.137 0 0 1 1.842.416v1.16a3.445 3.445 0 0 0-.843-.402 2.967 2.967 0 0 0-.876-.127c-.548 0-.98.165-1.294.495-.314.33-.472.785-.472 1.365 0 .578.158 1.031.472 1.362.314.33.746.495 1.294.495.307 0 .599-.043.876-.128s.558-.219.843-.401v1.159m1.162-2.45h2.51v1.092h-2.51V7.576M61.02 4.91v1.185a5.724 5.724 0 0 0-.959-.311 4.036 4.036 0 0 0-.883-.105c-.368 0-.64.047-.815.142a.47.47 0 0 0-.264.443c0 .15.059.267.176.352.12.083.336.154.647.214l.656.124c.663.125 1.134.315 1.414.57.28.255.42.618.42 1.088 0 .617-.196 1.077-.588 1.38-.389.3-.984.45-1.786.45-.378 0-.758-.034-1.139-.101a7.41 7.41 0 0 1-1.142-.3V8.82c.38.19.748.335 1.102.432.357.095.701.143 1.031.143.336 0 .593-.053.772-.158a.496.496 0 0 0 .267-.45.483.483 0 0 0-.184-.405c-.12-.095-.36-.18-.723-.255l-.595-.124c-.597-.12-1.034-.311-1.31-.574-.275-.262-.412-.616-.412-1.061 0-.558.191-.987.575-1.287.384-.3.935-.45 1.654-.45.328 0 .665.024 1.011.071a9.48 9.48 0 0 1 1.075.207m5.366 4.403h-2.405l-.38 1.02h-1.546l2.21-5.6h1.834l2.21 5.6h-1.547l-.376-1.02m-2.021-1.039h1.634l-.815-2.228-.82 2.228" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g transform="matrix(.94924 0 0 .89719 -161.127 -212.603)" clip-path="url(#a)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .272-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.842h2.51v1.092h-2.51V7.576m3.712-2.843h1.718l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.458v-5.6m11.588 5.293a4.092 4.092 0 0 1-.883.311 4.29 4.29 0 0 1-.96.105c-.993 0-1.78-.26-2.36-.78-.582-.523-.872-1.23-.872-2.123 0-.895.29-1.603.871-2.123.58-.523 1.368-.784 2.362-.784.333 0 .652.035.959.105.306.07.6.174.883.311v1.16a3.445 3.445 0 0 0-.843-.402 2.967 2.967 0 0 0-.876-.127c-.548 0-.98.165-1.294.495-.314.33-.472.785-.472 1.365 0 .578.158 1.031.472 1.362.314.33.746.495 1.294.495.307 0 .599-.043.876-.128s.558-.219.843-.401v1.159" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g transform="matrix(.94924 0 0 .89719 -161.127 -212.603)" clip-path="url(#a)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .272-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.842h2.51v1.092h-2.51V7.576m3.712-2.843h1.718l2.17 3.841v-3.84h1.458v5.6h-1.718l-2.17-3.842v3.841h-1.458v-5.6m11.588 5.293a4.092 4.092 0 0 1-.883.311 4.29 4.29 0 0 1-.96.105c-.993 0-1.78-.26-2.36-.78-.582-.523-.872-1.23-.872-2.123 0-.895.29-1.603.871-2.123.58-.523 1.368-.784 2.362-.784a4.137 4.137 0 0 1 1.842.416v1.16a3.445 3.445 0 0 0-.843-.402 2.967 2.967 0 0 0-.876-.127c-.548 0-.98.165-1.294.495-.314.33-.472.785-.472 1.365 0 .578.158 1.031.472 1.362.314.33.746.495 1.294.495.307 0 .599-.043.876-.128s.558-.219.843-.401v1.159" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g transform="matrix(.94924 0 0 .89719 -161.127 -212.602)" clip-path="url(#a)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .272-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.842h2.51v1.092h-2.51V7.576m7.864-2.666v1.185a5.723 5.723 0 0 0-.96-.311 4.036 4.036 0 0 0-.882-.105c-.368 0-.64.047-.816.142a.47.47 0 0 0-.263.443c0 .15.058.267.175.352.12.083.336.154.648.214l.655.124c.663.125 1.135.315 1.415.57.28.255.42.618.42 1.088 0 .617-.197 1.078-.588 1.38-.39.3-.985.45-1.786.45-.379 0-.758-.034-1.14-.101a7.41 7.41 0 0 1-1.142-.3V8.82c.381.19.749.335 1.103.432.357.095.7.143 1.03.143.336 0 .594-.053.772-.158a.496.496 0 0 0 .268-.45.483.483 0 0 0-.184-.405c-.12-.095-.361-.18-.723-.255l-.596-.124c-.596-.12-1.033-.311-1.31-.574-.275-.262-.412-.616-.412-1.061 0-.558.192-.987.576-1.287.383-.3.935-.45 1.654-.45.327 0 .664.024 1.01.071.347.045.705.114 1.076.207m5.366 4.403h-2.406l-.38 1.02h-1.546l2.21-5.6h1.834l2.21 5.6h-1.547l-.375-1.02m-2.022-1.039h1.634l-.815-2.228-.819 2.228" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="15" version="1"><defs><clipPath id="a"><path stroke-width=".922" d="M171.998 239.12h20.614v12.484h-20.614z"/></clipPath></defs><path fill="#fff" stroke="#000" stroke-width="1.042" d="M170.5 237.862h80v15h-80z" transform="matrix(.9875 0 0 .93335 -167.875 -221.476)"/><path d="M1.975 1.933h76.038v11.2H1.975z"/><path d="M1.975 1.945v11.2h20.08c1.293-1.633 2.165-3.532 2.165-5.6 0-2.054-.857-3.973-2.134-5.6H1.975z" fill="#abb1aa"/><g transform="matrix(.94924 0 0 .89719 -161.127 -212.602)" clip-path="url(#a)"><path d="M190.064 245.362a7.047 7.047 0 0 1-14.094.009v-.009a7.047 7.047 0 1 1 14.094-.008v.008z" fill="#fff"/><path d="M188.746 239.622c1.562 1.563 2.344 3.477 2.344 5.74 0 2.264-.768 4.157-2.304 5.68-1.63 1.603-3.556 2.405-5.779 2.405-2.196 0-4.089-.795-5.678-2.385-1.59-1.59-2.385-3.49-2.385-5.7s.795-4.123 2.385-5.74c1.549-1.563 3.442-2.344 5.678-2.344 2.264 0 4.176.781 5.739 2.344zm-10.365 1.052c-1.321 1.334-1.982 2.897-1.982 4.69 0 1.793.654 3.343 1.962 4.65 1.307 1.308 2.864 1.961 4.67 1.961s3.376-.66 4.71-1.98c1.268-1.228 1.901-2.77 1.901-4.63 0-1.847-.644-3.414-1.931-4.701-1.287-1.288-2.847-1.931-4.68-1.931-1.833 0-3.383.647-4.65 1.94zm3.477 3.902c-.202-.44-.504-.66-.907-.66-.713 0-1.07.479-1.07 1.438 0 .96.357 1.439 1.07 1.439.47 0 .806-.234 1.008-.702l.987.526c-.47.836-1.177 1.255-2.118 1.255-.727 0-1.308-.223-1.745-.668-.438-.445-.656-1.06-.656-1.842 0-.769.225-1.38.676-1.831.45-.453 1.012-.679 1.684-.679.996 0 1.709.393 2.14 1.176l-1.07.548zm4.646 0c-.202-.44-.498-.66-.889-.66-.727 0-1.09.479-1.09 1.438 0 .96.363 1.439 1.09 1.439.471 0 .801-.234.99-.702l1.01.526c-.47.836-1.176 1.255-2.116 1.255-.725 0-1.306-.223-1.742-.668-.436-.445-.654-1.06-.654-1.842 0-.769.221-1.38.664-1.831.443-.453 1.007-.679 1.692-.679.994 0 1.706.393 2.135 1.176l-1.09.548z"/></g><path d="M29.052 6.901c.242 0 .426-.05.551-.15.126-.1.188-.247.188-.442 0-.193-.062-.34-.188-.44-.125-.102-.309-.153-.551-.153h-.851v1.185h.851m.052 2.45c.309 0 .54-.062.695-.184.157-.123.236-.308.236-.555 0-.243-.077-.424-.232-.544-.154-.123-.387-.184-.7-.184h-.902v1.467h.903m1.43-2.015c.33.09.586.257.768.5.18.242.271.54.271.892 0 .54-.194.943-.583 1.208-.389.265-.98.397-1.774.397h-2.553v-5.6h2.31c.828 0 1.427.118 1.797.353.373.235.56.611.56 1.129 0 .272-.068.505-.204.698-.136.19-.333.33-.592.423m.906-2.603h1.682L34.48 6.73l1.359-1.996h1.686l-2.274 3.241v2.36h-1.538v-2.36l-2.273-3.24m5.254 2.842h2.51v1.092h-2.51V7.576m7.864-2.666v1.185a5.723 5.723 0 0 0-.96-.311 4.036 4.036 0 0 0-.882-.105c-.368 0-.64.047-.816.142a.47.47 0 0 0-.263.443c0 .15.058.267.175.352.12.083.336.154.648.214l.655.124c.663.125 1.135.315 1.415.57.28.255.42.618.42 1.088 0 .617-.197 1.078-.588 1.38-.39.3-.985.45-1.786.45a6.58 6.58 0 0 1-1.14-.101 7.41 7.41 0 0 1-1.142-.3V8.82a6.1 6.1 0 0 0 1.103.432c.357.095.7.143 1.03.143.336 0 .594-.053.772-.158a.496.496 0 0 0 .268-.45.483.483 0 0 0-.184-.405c-.12-.095-.361-.18-.723-.255l-.596-.124c-.596-.12-1.033-.311-1.31-.574-.275-.262-.412-.616-.412-1.061 0-.558.192-.987.576-1.287.383-.3.935-.45 1.654-.45.327 0 .664.024 1.01.071.347.045.705.114 1.076.207m5.366 4.403h-2.406l-.38 1.02h-1.546l2.21-5.6h1.834l2.21 5.6h-1.547l-.375-1.02m-2.022-1.039h1.634l-.815-2.228-.819 2.228" font-size="8.259" font-weight="700" fill="#fff" font-family="Bitstream Vera Sans"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg">
<style>
.st0{fill:#e5e5e5}.st1{fill:#15aca3}.st2{fill:#e2b503}.st3{fill:#d9534f}.st4{fill:#c792c6}
</style>
<path d="M349.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h132.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H355.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M281.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h42.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-42.2c-2.2 0-4.4-.9-5.9-2.5z" class="st1"/>
<path d="M159.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h91.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-91.2c-2.2 0-4.4-.9-5.9-2.5z" class="st2"/>
<path d="M19.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h108.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H25.4c-2.2 0-4.4-.9-5.9-2.5zM24.5 213.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h87.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H30.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M142.5 213.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h57.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-57.2c-2.2 0-4.4-.9-5.9-2.5z" class="st3"/>
<path d="M296.5 213.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h95.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-95.2c-2.2 0-4.4-.9-5.9-2.5zM422.5 213.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h54.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-54.2c-2.2 0-4.4-.9-5.9-2.5zM231.6 199.5c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14M231.6 166.5c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14M384.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h82.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-82.3c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M301.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h57.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-57.3c-2.2 0-4.4-.9-5.9-2.5z" class="st2"/>
<path d="M142.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h57.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-57.3c-2.2 0-4.4-.9-5.9-2.5z" class="st4"/>
<path d="M34.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h77.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H40.4c-2.2 0-4.4-.9-5.9-2.5zM367.5 147.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h83.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-83.3c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M265.5 147.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h76.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-76.3c-2.2 0-4.4-.9-5.9-2.5z" class="st4"/>
<path d="M157.5 147.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h77.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-77.3c-2.2 0-4.4-.9-5.9-2.5z" class="st1"/>
<path d="M102.4 133.5c1.5-1.6 3.7-2.5 5.9-2.5h26.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-26.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14M50.5 133.5c1.5-1.6 3.7-2.5 5.9-2.5h21.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H56.4c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14M337.5 114.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h90.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-90.3c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M194.5 114.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h117.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H200.4c-2.2 0-4.4-.9-5.9-2.5z" class="st3"/>
<path d="M74.5 114.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h84.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H80.4c-2.2 0-4.4-.9-5.9-2.5zM240.5 81.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h152.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H246.4c-2.2 0-4.4-.9-5.9-2.5zM108.5 81.5c-3.5-3.4-3.5-10.6 0-14 1.5-1.6 3.7-2.5 5.9-2.5h101.3c2.2 0 4.3.9 5.9 2.5 3.5 3.4 3.5 10.6 0 14-1.5 1.6-3.7 2.5-5.9 2.5H114.4c-2.2 0-4.4-.9-5.9-2.5zM167.5 48.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h168.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H173.4c-2.2 0-4.4-.9-5.9-2.5zM19.3 279.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h127.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H25.2c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M178.1 279.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h48.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-48.5c-2.6 0-5.1-.9-7.1-2.6z" class="st4"/>
<path d="M368.5 279.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h113.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H374.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M261.1 279.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h77.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-77.5c-2.6 0-5.1-.9-7.1-2.6z" class="st3"/>
<path d="M23.5 312.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h176.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H29.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M302.1 312.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h53.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-53.5c-2.6 0-5.1-.9-7.1-2.6z" class="st4"/>
<path d="M384.5 312.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h93.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-93.3c-2.2 0-4.4-.9-5.9-2.5zM231.6 298.5c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14M233 331.5c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14M33.5 345.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h78.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H39.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M142.5 345.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h62.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-62.3c-2.2 0-4.4-.9-5.9-2.5zM302.1 345.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h53.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-53.5c-2.6 0-5.1-.9-7.1-2.6z" class="st2"/>
<path d="M384.5 345.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h83.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-83.3c-2.2 0-4.4-.9-5.9-2.5zM49.5 378.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h79.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H55.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M160.1 378.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h38.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-38.5c-2.6 0-5.1-.9-7.1-2.6z" class="st3"/>
<path d="M231.1 378.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h107.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6H238.2c-2.6 0-5.1-.9-7.1-2.6z" class="st1"/>
<path d="M367.5 378.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h84.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-84.3c-2.2 0-4.4-.9-5.9-2.5zM72.5 411.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h86.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H78.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
<path d="M194.5 411.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h117.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H200.4c-2.2 0-4.4-.9-5.9-2.5z" class="st4"/>
<path d="M337.5 411.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h91.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-91.3c-2.2 0-4.4-.9-5.9-2.5zM295.5 444.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h100.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H301.4c-2.2 0-4.4-.9-5.9-2.5zM106.5 444.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h158.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H112.4c-2.2 0-4.4-.9-5.9-2.5zM162.5 477.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h177.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H168.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg"><style>.st0{fill:#e5e5e5}.st1{fill:#15aca3}.st2{fill:#e2b503}.st3{fill:#d9534f}.st4{fill:#c792c6}</style><path d="M349.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h132.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H355.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M281.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h42.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-42.2c-2.2 0-4.4-.9-5.9-2.5z" class="st1"/><path d="M159.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h91.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-91.2c-2.2 0-4.4-.9-5.9-2.5z" class="st2"/><path d="M19.5 246.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h108.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H25.4c-2.2 0-4.4-.9-5.9-2.5zm5-33c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h87.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H30.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M142.5 213.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h57.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-57.2c-2.2 0-4.4-.9-5.9-2.5z" class="st3"/><path d="M296.5 213.5c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h95.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-95.2c-2.2 0-4.4-.9-5.9-2.5zm126 0c-3.7-3.8-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h54.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-54.2c-2.2 0-4.4-.9-5.9-2.5zm-190.9-14c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14m0-33c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14m152.9 14c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h82.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-82.3c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M301.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h57.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-57.3c-2.2 0-4.4-.9-5.9-2.5z" class="st2"/><path d="M142.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h57.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-57.3c-2.2 0-4.4-.9-5.9-2.5z" class="st4"/><path d="M34.5 180.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h77.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H40.4c-2.2 0-4.4-.9-5.9-2.5zm333-33c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h83.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-83.3c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M265.5 147.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h76.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-76.3c-2.2 0-4.4-.9-5.9-2.5z" class="st4"/><path d="M157.5 147.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h77.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-77.3c-2.2 0-4.4-.9-5.9-2.5z" class="st1"/><path d="M102.4 133.5c1.5-1.6 3.7-2.5 5.9-2.5h26.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-26.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14m-51.9 0c1.5-1.6 3.7-2.5 5.9-2.5h21.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H56.4c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14m287-19c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h90.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-90.3c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M194.5 114.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h117.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H200.4c-2.2 0-4.4-.9-5.9-2.5z" class="st3"/><path d="M74.5 114.5c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h84.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H80.4c-2.2 0-4.4-.9-5.9-2.5zm166-33c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h152.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H246.4c-2.2 0-4.4-.9-5.9-2.5zm-132 0c-3.5-3.4-3.5-10.6 0-14 1.5-1.6 3.7-2.5 5.9-2.5h101.3c2.2 0 4.3.9 5.9 2.5 3.5 3.4 3.5 10.6 0 14-1.5 1.6-3.7 2.5-5.9 2.5H114.4c-2.2 0-4.4-.9-5.9-2.5zm59-33c-3.7-3.8-3.7-10.2 0-14 1.5-1.6 3.7-2.5 5.9-2.5h168.3c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H173.4c-2.2 0-4.4-.9-5.9-2.5zm-148.2 231c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h127.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H25.2c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M178.1 279.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h48.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-48.5c-2.6 0-5.1-.9-7.1-2.6z" class="st4"/><path d="M368.5 279.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h113.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H374.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M261.1 279.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h77.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-77.5c-2.6 0-5.1-.9-7.1-2.6z" class="st3"/><path d="M23.5 312.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h176.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H29.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M302.1 312.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h53.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-53.5c-2.6 0-5.1-.9-7.1-2.6z" class="st4"/><path d="M384.5 312.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h93.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-93.3c-2.2 0-4.4-.9-5.9-2.5zm-152.9-14c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14m1.4 33c1.5-1.6 3.7-2.5 5.9-2.5h34.2c2.2 0 4.3.9 5.9 2.5 3.7 3.8 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-34.2c-2.2 0-4.4-.9-5.9-2.5-3.7-3.8-3.7-10.1 0-14m-199.5 14c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h78.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H39.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M142.5 345.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h62.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-62.3c-2.2 0-4.4-.9-5.9-2.5zm159.6-.1c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h53.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-53.5c-2.6 0-5.1-.9-7.1-2.6z" class="st2"/><path d="M384.5 345.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h83.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-83.3c-2.2 0-4.4-.9-5.9-2.5zm-335 33c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h79.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H55.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M160.1 378.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h38.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6h-38.5c-2.6 0-5.1-.9-7.1-2.6z" class="st3"/><path d="M231.1 378.4c-4.3-3.6-4.3-10.2 0-13.8 2-1.7 4.5-2.6 7.1-2.6h107.5c2.6 0 5.1.9 7.1 2.6 4.3 3.6 4.3 10.2 0 13.8-2 1.7-4.5 2.6-7.1 2.6H238.2c-2.6 0-5.1-.9-7.1-2.6z" class="st1"/><path d="M367.5 378.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h84.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-84.3c-2.2 0-4.4-.9-5.9-2.5zm-295 33c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h86.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H78.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/><path d="M194.5 411.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h117.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H200.4c-2.2 0-4.4-.9-5.9-2.5z" class="st4"/><path d="M337.5 411.5c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h91.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5h-91.3c-2.2 0-4.4-.9-5.9-2.5zm-42 33c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h100.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H301.4c-2.2 0-4.4-.9-5.9-2.5zm-189 0c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h158.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H112.4c-2.2 0-4.4-.9-5.9-2.5zm56 33c-3.7-3.9-3.7-10.1 0-14 1.5-1.6 3.7-2.5 5.9-2.5h177.3c2.2 0 4.3.9 5.9 2.5 3.7 3.9 3.7 10.1 0 14-1.5 1.6-3.7 2.5-5.9 2.5H168.4c-2.2 0-4.4-.9-5.9-2.5z" class="st0"/></svg>
\ No newline at end of file
<svg class="lds-spinner" width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: none;"><g transform="rotate(0 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9230769230769231s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(27.692307692307693 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8461538461538461s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(55.38461538461539 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.7692307692307693s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(83.07692307692308 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6923076923076923s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(110.76923076923077 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6153846153846154s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(138.46153846153845 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5384615384615384s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(166.15384615384616 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.46153846153846156s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(193.84615384615384 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.38461538461538464s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(221.53846153846155 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3076923076923077s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(249.23076923076923 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.23076923076923078s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(276.9230769230769 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.15384615384615385s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(304.61538461538464 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.07692307692307693s" repeatCount="indefinite"></animate>
</rect>
</g><g transform="rotate(332.3076923076923 50 50)">
<rect x="46.5" y="9" rx="37.2" ry="7.2" width="7" height="16" fill="#888888">
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
</rect>
</g></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" class="lds-spinner" preserveAspectRatio="xMidYMid" style="background:0 0" viewBox="0 0 100 100"><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2"><animate attributeName="opacity" begin="-0.9230769230769231s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(27.692 50 50)"><animate attributeName="opacity" begin="-0.8461538461538461s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(55.385 50 50)"><animate attributeName="opacity" begin="-0.7692307692307693s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(83.077 50 50)"><animate attributeName="opacity" begin="-0.6923076923076923s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(110.77 50 50)"><animate attributeName="opacity" begin="-0.6153846153846154s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(138.462 50 50)"><animate attributeName="opacity" begin="-0.5384615384615384s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(166.154 50 50)"><animate attributeName="opacity" begin="-0.46153846153846156s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(193.846 50 50)"><animate attributeName="opacity" begin="-0.38461538461538464s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(221.538 50 50)"><animate attributeName="opacity" begin="-0.3076923076923077s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(249.23 50 50)"><animate attributeName="opacity" begin="-0.23076923076923078s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(276.923 50 50)"><animate attributeName="opacity" begin="-0.15384615384615385s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(304.615 50 50)"><animate attributeName="opacity" begin="-0.07692307692307693s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect><rect width="7" height="16" x="46.5" y="9" fill="#888" rx="37.2" ry="7.2" transform="rotate(332.308 50 50)"><animate attributeName="opacity" begin="0s" dur="1s" keyTimes="0;1" repeatCount="indefinite" values="1;0"/></rect></svg>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册