You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/12/12 07:44:56 UTC

[GitHub] wu-sheng closed pull request #3: Feature: new website

wu-sheng closed pull request #3: Feature: new website
URL: https://github.com/apache/incubator-skywalking-website/pull/3
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..4b2f7d3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.DS_Store
+node_modules
+*.log
+.temp
+vuepress
+TODOs.md
+dist
+deploy
\ No newline at end of file
diff --git a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_open_sans.scssc b/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_open_sans.scssc
deleted file mode 100644
index 8480443..0000000
Binary files a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_open_sans.scssc and /dev/null differ
diff --git a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_pygments.scssc b/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_pygments.scssc
deleted file mode 100644
index 5332f01..0000000
Binary files a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_pygments.scssc and /dev/null differ
diff --git a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_roboto.scssc b/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_roboto.scssc
deleted file mode 100644
index 12529f5..0000000
Binary files a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_roboto.scssc and /dev/null differ
diff --git a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_search.scssc b/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_search.scssc
deleted file mode 100644
index 03b6a4e..0000000
Binary files a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_search.scssc and /dev/null differ
diff --git a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_style.scssc b/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_style.scssc
deleted file mode 100644
index e5536d6..0000000
Binary files a/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_style.scssc and /dev/null differ
diff --git a/404.html b/404.html
index a2d7ab7..54bebfc 100644
--- a/404.html
+++ b/404.html
@@ -1,27 +1,17 @@
 <!DOCTYPE html>
-<html>
-<head>
+<html lang="en-US">
+  <head>
     <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>404 Error</title>
-    <!-- Mainly CSS -->
-    <link href="/static/assets/app-20171204.min.css" rel="stylesheet">
-    <link href="/static/css/custom.css" rel="stylesheet">
-</head>
-<body class="gray-bg">
-    <div class="middle-box text-center animated fadeInDown">
-        <h1>404</h1>
-        <h3 class="font-bold">Page Not Found</h3>
-        <div class="error-desc">
-            <p>
-            Sorry, but the page you are looking for has not been found. Try checking the URL for error, then hit the refresh button on your browser or try found something else in my website.
-            </p>
-            <div>
-                <a class="btn btn-primary" href="/">Home</a>
-            </div>
-        </div>
-    </div>
-    <!-- Mainly scripts -->
-    <script src="/static/assets/app-20171204.min.js"></script>
-</body>
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
+    <meta name="description" content="">
+    
+    
+    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.2ef205d1.js" as="script"><link rel="prefetch" href="/assets/js/10.63805c0f.js"><link rel="prefetch" href="/assets/js/11.c74c9c2d.js"><link rel="prefetch" href="/assets/js/12.8f35b9ed.js"><link rel="prefetch" href="/assets/js/13.0fa86b92.js"><link rel="prefetch" href="/assets/js/14.7d492527.js"><link rel="prefetch" href="/assets/js/15.bf276cb7.js"><link rel="prefetch" href="/assets/js/16.0d75f3ff.js"><link rel="prefetch" href="/assets/js/2.4792c3f6.js"><link rel="prefetch" href="/assets/js/3.1dbf0cac.js"><link rel="prefetch" href="/assets/js/4.239592f9.js"><link rel="prefetch" href="/assets/js/5.d4bf4756.js"><link rel="prefetch" href="/assets/js/6.cb71e4c6.js"><link rel="prefetch" href="/assets/js/7.cb536fc4.js"><link rel="prefetch" href="/assets/js/8.1f551c34.js"><link rel="prefetch" href="/assets/js/9.961ff215.js">
+    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
+  </head>
+  <body>
+    <div id="app" data-server-rendered="true"><div class="theme-container"><div class="content"><h1>404</h1> <blockquote>Looks like we've got some broken links.</blockquote> <a href="/" class="router-link-active">Take me home.</a></div></div></div>
+    <script src="/assets/js/app.2ef205d1.js" defer></script>
+  </body>
 </html>
diff --git a/CNAME b/CNAME
deleted file mode 100755
index e69de29..0000000
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index b92ebdf..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache SkyWalking (incubating) website is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. 
-Incubation is required of all newly accepted projects until a further review indicates 
-that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 
-While incubation status is not necessarily a reflection of the completeness or stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the ASF.
diff --git a/LICENSE b/LICENSE
deleted file mode 100755
index 9551fa2..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (C) 2016 Cory Dolphin, Olin College
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index d8dd776..f6c0961 100755
--- a/README.md
+++ b/README.md
@@ -1,16 +1,53 @@
 # Apache SkyWalking webpage
+
 This is the repository including all source codes of `http://skywalking.incubator.apache.org` and `http://skywalking.io`.
 
 Apache Infra deploys the webpage in branch `asf-site`, SkyWalking team governs sourse in branch `master`.
 
 ## Contribution
+
 Please contribute the website to branch `master`
 
 ## How to generate HTMLs in asf-site
+
 Note, branch `asf-site` don't accept pull request, all `asf-site` branch HTMLs should be generated by SkyWalking PPMC members or Robot.
 
 Usage:
-1. Git pull branch `master`
-1. Run `jekyll build --source jekyll-source/ --destination _site`
-1. Move all files in `_site` to `/` folder, and remove `_site`.
-1. Push all files to `asf-site`.
+
+1. Git pull branch `asf-site`
+2. Run `npm run build`
+3. Push files and send pull request if necessary.
+
+
+## How to add document in the site
+
+
+```
+|-- docs                    // English version
+|   |-- README.md           // homepage's markdown
+|   |-- .vuepress
+|   |   |-- config.js       // website config
+|   |   |-- public          // public resources
+|   |   |-- theme           // vue theme project
+|   |-- blog
+|   |   |-- xxx.md          // other blog markdowns
+|   |   |-- README.md       // blog's markdown
+|   |-- downloads
+|   |   |-- README.md       // downloads's markdown
+|   |-- events
+|   |   |-- README.md       // events's markdown
+|   |-- team
+|   |   |-- README.md       // team's markdown
+|   |-- zh                  // Chinese version
+|   |   |-- README.md       // homepage's markdown
+|   |   |-- blog 
+|   |   |   |-- xxx.md      // other blog markdowns
+|   |   |   |-- README.md   // blog's markdown
+|   |   |-- downloads
+|   |   |   |-- README.md   // downloads's markdown
+|   |   |-- events
+|   |   |   |-- README.md   // events's markdown
+|   |   |-- team
+|   |   |   |-- README.md   // team's markdown
+
+```
diff --git a/alarm.svg b/alarm.svg
new file mode 100644
index 0000000..3328781
--- /dev/null
+++ b/alarm.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583583353" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5746" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M192 832a32 32 0 0 0 0 64h640a32 32 0 0 0 0-64H192z m0-64h640a96 96 0 0 1 0 192H192a96 96 0 0 1 0-192z" p-id="5747" fill="#0091ff"></path><path d="M816 208m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" p-id="5748" fill="#0091ff"></path><path d="M208 208m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" p-id="5749" fill="#0091ff"></path><path d="M480 608a32 32 0 0 1 64 0v160a32 32 0 0 1-64 0v-160z" p-id="5750" fill="#0091ff"></path><path d="M512 640a112 112 0 1 1 0-224 112 112 0 0 1 0 224z m0-64a48 48 0 1 0 0-96 48 48 0 0 0 0 96zM864 480a32 32 0 0 1 0-64h96a32 32 0 0 1 0 64h-96zM64 480a32 32 0 0 1 0-64h96a32 32 0 0 1 0 64H64zM480 64a32 32 0 0 1 64 0v96a32 32 0 0 1-64 0V64z" p-id="5751" fill="#0091ff"></path><path d="M272.448 800h-64v-288a304 304 0 0 1 608 0v288h-64v-288a240 240 0 0 0-480 0v288z" p-id="5752" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/assets/css/0.styles.83c54a22.css b/assets/css/0.styles.83c54a22.css
new file mode 100644
index 0000000..74ca0a8
--- /dev/null
+++ b/assets/css/0.styles.83c54a22.css
@@ -0,0 +1 @@
+.footer-container{padding:2rem 2em .3em}.footer-container dt{font-size:16px;font-weight:700;font-family:Avenir-Medium}.footer-container dd{margin:0;font-size:12px;color:#999;line-height:18px;margin:8px 0}.footer-container .asf{width:40%;float:left}.footer-container dd a{color:inherit}.footer-container .copyright{border-top:1px solid #eaecef;min-height:60px;line-height:20px;text-align:center;font-family:Avenir-Medium;font-size:12px;color:#999;display:flex;align-items:center}.footer-container .cols-container .col-18{width:75%;padding-right:70px;padding-left:10px}.footer-container .cols-container .col-6{width:24%;padding-right:10px;padding-left:10px}.footer-container .cols-container .col{display:inline-block;box-sizing:border-box;vertical-align:top}@media screen and (max-width:640px){.footer-container .cols-container .col{width:100%;text-align:center;padding:0}}.badge[data-v-099ab69c]{display:inline-block;font-size:14px;height:18px;line-height:18px;border-radius:3px;padding:0 6px;color:#fff;margin-right:5px;background-color:#42b983}.badge.middle[data-v-099ab69c]{vertical-align:middle}.badge.top[data-v-099ab69c]{vertical-align:top}.badge.green[data-v-099ab69c],.badge.tip[data-v-099ab69c]{background-color:#42b983}.badge.error[data-v-099ab69c]{background-color:#da5961}.badge.warn[data-v-099ab69c],.badge.warning[data-v-099ab69c],.badge.yellow[data-v-099ab69c]{background-color:#e7c000}.blog{margin-top:-3.6rem}.blog-item{border-bottom:1px solid #eaecef}.blog-item time{font-size:12px;color:#888}.blog-item h3{margin-bottom:5px}.blog-item a{display:inline-block;margin-bottom:20px;font-size:14px}.page-edit,.page-nav{max-width:740px;margin:0 auto;padding:3rem 2.5rem 2rem}@media (max-width:959px){.page-edit,.page-nav{padding:2rem}}@media (max-width:419px){.page-edit,.page-nav{padding:1.5rem}}.page{padding-bottom:2rem}.page-edit{padding-top:1rem;padding-bottom:1rem;overflow:auto}.page-edit .edit-link{display:inline-block}.page-edit .edit-link a{color:#4e6e8e;margin-right:.25rem}.page-edit .last-updated{float:right;font-size:.9em}.page-edit .last-updated .prefix{font-weight:500;color:#4e6e8e}.page-edit .last-updated .time{font-weight:400;color:#aaa}.page-nav{padding-top:1rem;padding-bottom:0}.page-nav .inner{min-height:2rem;margin-top:0;border-top:1px solid #eaecef;padding-top:1rem;overflow:auto}.page-nav .next{float:right}@media (max-width:719px){.page-edit .edit-link{margin-bottom:.5rem}.page-edit .last-updated{font-size:.8em;float:none;text-align:left}}.sidebar-button{display:none;width:1.25rem;height:1.25rem;position:absolute;padding:.6rem;top:.6rem;left:1rem}.sidebar-button .icon{display:block;color:#ddd;width:1.25rem;height:1.25rem}@media (max-width:719px){.sidebar-button{display:block}}.search-box{display:inline-block;position:relative;margin-left:1.5rem}.search-box input{cursor:text;width:10rem;color:#4e6e8e;display:inline-block;border:1px solid #eceef1;border-radius:1.8rem;font-size:.9rem;line-height:1.8rem;padding:0 .5rem 0 2rem;outline:none;transition:all .2s ease;background:#fff url(/assets/img/search.17eaa222.svg) .6rem .4rem no-repeat;background-size:1rem}.search-box input:focus{cursor:auto;border-color:#0091ff}.search-box .suggestions{background:#fff;width:20rem;position:absolute;top:1.5rem;border:1px solid #cfd4db;border-radius:6px;padding:.4rem;list-style-type:none}.search-box .suggestions.align-right{right:0}.search-box .suggestion{line-height:1.4;padding:.4rem .6rem;border-radius:4px;cursor:pointer}.search-box .suggestion a{white-space:normal;color:#5d82a6}.search-box .suggestion a .page-title{font-weight:600}.search-box .suggestion a .header{font-size:.9em;margin-left:.25em}.search-box .suggestion.focused{background-color:#f3f4f5}.search-box .suggestion.focused a{color:#0091ff}@media (max-width:959px){.search-box input{cursor:pointer;width:0;border-color:transparent;position:relative}.search-box input:focus{cursor:text;left:0;width:10rem}}@media (max-width:959px) and (min-width:719px){.search-box .suggestions{left:0}}@media (max-width:719px){.search-box{margin-right:0}.search-box input{left:1rem}.search-box .suggestions{right:0}}@media (max-width:419px){.search-box .suggestions{width:calc(100vw - 4rem)}.search-box input:focus{width:8rem}}.dropdown-enter,.dropdown-leave-to{height:0!important}.dropdown-wrapper{cursor:pointer}.dropdown-wrapper .dropdown-title{display:block}.dropdown-wrapper .dropdown-title:hover{border-color:transparent}.dropdown-wrapper .dropdown-title .arrow{vertical-align:middle;margin-top:-1px;margin-left:.4rem}.dropdown-wrapper .nav-dropdown .dropdown-item{color:inherit;line-height:1.7rem}.dropdown-wrapper .nav-dropdown .dropdown-item h4{margin:.45rem 0 0;border-top:1px solid #eee;padding:.45rem 1.5rem 0 1.25rem}.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper{padding:0;list-style:none}.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper .dropdown-subitem{font-size:.9em}.dropdown-wrapper .nav-dropdown .dropdown-item a{display:block;color:#2c3e50;line-height:1.7rem;position:relative;border-bottom:none;font-weight:400;margin-bottom:0;padding:0 1.5rem 0 1.25rem}.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active,.dropdown-wrapper .nav-dropdown .dropdown-item a:hover{color:#0091ff}.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after{content:"";width:0;height:0;border-left:5px solid #0091ff;border-top:3px solid transparent;border-bottom:3px solid transparent;position:absolute;top:calc(50% - 2px);left:9px}.dropdown-wrapper .nav-dropdown .dropdown-item:first-child h4{margin-top:0;padding-top:0;border-top:0}@media (max-width:719px){.dropdown-wrapper.open .dropdown-title{margin-bottom:.5rem}.dropdown-wrapper .nav-dropdown{transition:height .1s ease-out;overflow:hidden}.dropdown-wrapper .nav-dropdown .dropdown-item h4{border-top:0;margin-top:0;padding-top:0}.dropdown-wrapper .nav-dropdown .dropdown-item>a,.dropdown-wrapper .nav-dropdown .dropdown-item h4{font-size:15px;line-height:2rem}.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem{font-size:14px;padding-left:1rem}}@media (min-width:719px){.dropdown-wrapper{height:1.8rem}.dropdown-wrapper:hover .nav-dropdown{display:block!important}.dropdown-wrapper .dropdown-title .arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #ccc;border-bottom:0}.dropdown-wrapper .nav-dropdown{display:none;height:auto!important;box-sizing:border-box;max-height:calc(100vh - 2.7rem);overflow-y:auto;position:absolute;top:100%;right:0;background-color:#fff;padding:.6rem 0;border:1px solid #ddd;border-bottom-color:#ccc;text-align:left;border-radius:.25rem;white-space:nowrap;margin:0}}.nav-links{display:inline-block}.nav-links a{line-height:2rem;color:inherit;opacity:.5}.nav-links a.router-link-active,.nav-links a:hover{opacity:1}.nav-links .nav-item{color:#fff;font-family:Avenir-Medium;position:relative;display:inline-block;margin-left:1.5rem;line-height:2rem}.nav-links .nav-item:first-child{margin-left:0}.nav-links .repo-link{margin-left:1.5rem}@media (max-width:719px){.nav-links .nav-item,.nav-links .repo-link{margin-left:0}}@media (min-width:719px){.nav-links a.router-link-active,.nav-links a:hover{color:#fff}.nav-item>a:not(.external).router-link-active,.nav-item>a:not(.external):hover{margin-bottom:-2px}}.incubating{font-size:18px;vertical-align:top;position:relative;background:hsla(0,0%,100%,.15);padding:3px 10px 3px 12px;border-radius:4px}.incubating:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-right-color:hsla(0,0%,100%,.15);border-width:8px;margin-top:-8px}.avatar{overflow:hidden;position:relative;height:720px;background-color:#2b2e3b}.avatar-wrapper{margin:0 auto;max-width:730px}.avatar-title{font-size:48px;color:#fff;font-family:Avenir-Heavy;font-weight:600;margin:0}.avatar-desc{font-size:15px;padding-bottom:15px;color:#fff;font-weight:300;text-shadow:0 2px 2px #00000066}.avatar .button1{background-color:#0091ff;color:#fff;padding:10px 1em;border-radius:5px;margin-right:10px}.avatar .button2{padding:10px;border-radius:5px;color:#fff;text-shadow:0 2px 2px #00000066}.avatar .vertical-middle{position:absolute;left:0;top:40%;transform:translateY(-50%);box-sizing:border-box;width:100%;padding:0 20px;z-index:0}.avatar .moon{width:450px;z-index:-1;height:450px;border-radius:250px;position:absolute;right:-100px;bottom:-400px;background-color:#f9fafa;background-image:url(/assets/img/moon.2b4803dc.svg);background-size:cover}.home-card-feature-td{padding:20px 0 20px 40px;position:relative}.home-card-feature-img{position:absolute;left:10px;height:20px;margin-right:10px;vertical-align:text-top}.home-card-news-item{padding:10px;width:50%;box-sizing:border-box;float:left}.home-card-news-item h4{font-size:16px}.home-card-news-item>div,.home-card-news-item>h4{display:inline;margin-right:10px}@media screen and (max-width:640px){.home-card-feature-item{width:100%}.home-card-news-item{float:unset;width:100%}.home-card-news-item>div,.home-card-news-item>h4{display:block;margin-right:0}}.home-card-news-item:before{content:"";width:7px;height:7px;margin-right:15px;margin-top:7px;display:block;float:left;background-color:#0091ff}.home-card h1{font-family:Avenir-Heavy;text-shadow:4px 6px 0 rgba(0,0,0,.07)}.home-card p{margin:10px 0}.home-card h1:before{content:"";display:block;width:50px;height:3px;background-color:#0091ff;margin:0 auto 8px}.home-card-about{background-color:#f7f7f9}.home-card-about,.home-card-feature,.home-card-news{padding:50px 40px 70px}.home-card-news{background-color:#f7f7f9}.home-card-user{padding:50px 40px 70px}.home-card .tc{text-align:center}.home-card .mb10{margin-bottom:10px}.home-card .mt0{margin-top:0}.home-card .sm{font-size:13px}.home-card .half{width:50%}.home-card .l{float:left}.home-card .clear:after{display:table;content:"";clear:both}.sidebar .sidebar-sub-headers{padding-left:1rem;font-size:.95em}a.sidebar-link{font-weight:400;display:inline-block;color:#2c3e50;border-left:.25rem solid transparent;padding:.35rem 1rem .35rem 1.25rem;line-height:1.4;width:100%;box-sizing:border-box}a.sidebar-link:hover{color:#0091ff}a.sidebar-link.active{font-weight:600;color:#0091ff;border-left-color:#0091ff}.sidebar-group a.sidebar-link{padding-left:2rem}.sidebar-sub-headers a.sidebar-link{padding-top:.25rem;padding-bottom:.25rem;border-left:none}.sidebar-sub-headers a.sidebar-link.active{font-weight:500}.sidebar-group:not(.first){margin-top:1em}.sidebar-group .sidebar-group{padding-left:.5em}.sidebar-group:not(.collapsable) .sidebar-heading{cursor:auto;color:inherit}.sidebar-heading{color:#999;transition:color .15s ease;cursor:pointer;font-size:1.1em;font-weight:700;padding:0 1.5rem;margin-top:0;margin-bottom:.5rem}.sidebar-heading.open,.sidebar-heading:hover{color:inherit}.sidebar-heading .arrow{position:relative;top:-.12em;left:.5em}.sidebar-heading:.open .arrow{top:-.18em}.sidebar-group-items{transition:height .1s ease-out;overflow:hidden}.sidebar ul{padding:0;margin:0;list-style-type:none}.sidebar a{display:inline-block}.sidebar .nav-links{display:none;border-bottom:1px solid #eaecef;padding:.5rem 0 .75rem 0}.sidebar .nav-links a{font-weight:600}.sidebar .nav-links .nav-item,.sidebar .nav-links .repo-link{display:block;line-height:1.25rem;color:#2c3e50;font-family:Avenir-Medium;padding:.5rem 0 .5rem 1.5rem}.sidebar .sidebar-links{padding:1.5rem 0}@media (max-width:719px){.sidebar .nav-links{display:block}.sidebar .nav-links .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after{top:calc(1rem - 2px)}.sidebar .sidebar-links{padding:1rem 0}}.sw-update-popup{position:fixed;right:1em;bottom:1em;padding:1em;border:1px solid #0091ff;border-radius:3px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.5);text-align:center}.sw-update-popup button{margin-top:.5em;padding:.25em 2em}.sw-update-popup-enter-active,.sw-update-popup-leave-active{transition:opacity .3s,transform .3s}.sw-update-popup-enter,.sw-update-popup-leave-to{opacity:0;transform:translateY(50%) scale(.5)}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;tab-size:4;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}#nprogress{pointer-events:none}#nprogress .bar{background:#0091ff;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #0091ff,0 0 5px #0091ff;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#0091ff;border-left-color:#0091ff;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content code{color:#476582;padding:.25rem .5rem;margin:0;font-size:.85em;background-color:rgba(27,31,35,.05);border-radius:3px}.content pre,.content pre[class*=language-]{line-height:1.4;padding:1.25rem 1.5rem;margin:.85rem 0;background-color:#282c34;border-radius:6px;overflow:auto}.content pre[class*=language-] code,.content pre code{color:#fff;padding:0;background-color:transparent;border-radius:0}div[class*=language-]{position:relative;background-color:#282c34;border-radius:6px}div[class*=language-] .highlight-lines{user-select:none;padding-top:1.3rem;position:absolute;top:0;left:0;width:100%;line-height:1.4}div[class*=language-] .highlight-lines .highlighted{background-color:rgba(0,0,0,.66)}div[class*=language-] pre,div[class*=language-] pre[class*=language-]{background:transparent;position:relative;z-index:1}div[class*=language-]:before{position:absolute;z-index:3;top:.8em;right:1em;font-size:.75rem;color:hsla(0,0%,100%,.4)}div[class*=language-]:not(.line-numbers-mode) .line-numbers-wrapper{display:none}div[class*=language-].line-numbers-mode .highlight-lines .highlighted{position:relative}div[class*=language-].line-numbers-mode .highlight-lines .highlighted:before{content:" ";position:absolute;z-index:3;left:0;top:0;display:block;width:3.5rem;height:100%;background-color:rgba(0,0,0,.66)}div[class*=language-].line-numbers-mode pre{padding-left:4.5rem;vertical-align:middle}div[class*=language-].line-numbers-mode .line-numbers-wrapper{position:absolute;top:0;width:3.5rem;text-align:center;color:hsla(0,0%,100%,.3);padding:1.25rem 0;line-height:1.4}div[class*=language-].line-numbers-mode .line-numbers-wrapper br{user-select:none}div[class*=language-].line-numbers-mode .line-numbers-wrapper .line-number{position:relative;z-index:4;user-select:none;font-size:.85em}div[class*=language-].line-numbers-mode:after{content:"";position:absolute;z-index:2;top:0;left:0;width:3.5rem;height:100%;border-radius:6px 0 0 6px;border-right:1px solid rgba(0,0,0,.66);background-color:#282c34}div[class~=language-js]:before{content:"js"}div[class~=language-ts]:before{content:"ts"}div[class~=language-html]:before{content:"html"}div[class~=language-md]:before{content:"md"}div[class~=language-vue]:before{content:"vue"}div[class~=language-css]:before{content:"css"}div[class~=language-sass]:before{content:"sass"}div[class~=language-scss]:before{content:"scss"}div[class~=language-less]:before{content:"less"}div[class~=language-stylus]:before{content:"stylus"}div[class~=language-go]:before{content:"go"}div[class~=language-java]:before{content:"java"}div[class~=language-c]:before{content:"c"}div[class~=language-sh]:before{content:"sh"}div[class~=language-yaml]:before{content:"yaml"}div[class~=language-py]:before{content:"py"}div[class~=language-javascript]:before{content:"js"}div[class~=language-typescript]:before{content:"ts"}div[class~=language-markup]:before{content:"html"}div[class~=language-markdown]:before{content:"md"}div[class~=language-json]:before{content:"json"}div[class~=language-ruby]:before{content:"rb"}div[class~=language-python]:before{content:"py"}div[class~=language-bash]:before{content:"sh"}.custom-block .custom-block-title{font-weight:600;margin-bottom:-.4rem}.custom-block.danger,.custom-block.tip,.custom-block.warning{padding:.1rem 1.5rem;border-left-width:.5rem;border-left-style:solid;margin:1rem 0}.custom-block.tip{background-color:#f3f5f7;border-color:#42b983}.custom-block.warning{background-color:rgba(255,229,100,.3);border-color:#e7c000;color:#6b5900}.custom-block.warning .custom-block-title{color:#b29400}.custom-block.warning a{color:#2c3e50}.custom-block.danger{background-color:#ffe6e6;border-color:#c00;color:#4d0000}.custom-block.danger .custom-block-title{color:#900}.custom-block.danger a{color:#2c3e50}.arrow{display:inline-block;width:0;height:0}.arrow.up{border-bottom:6px solid #ccc}.arrow.down,.arrow.up{border-left:4px solid transparent;border-right:4px solid transparent}.arrow.down{border-top:6px solid #ccc}.arrow.right{border-left:6px solid #ccc}.arrow.left,.arrow.right{border-top:4px solid transparent;border-bottom:4px solid transparent}.arrow.left{border-right:6px solid #ccc}.content:not(.custom){max-width:740px;margin:0 auto;padding:3rem 2.5rem 2rem}@media (max-width:959px){.content:not(.custom){padding:2rem}}@media (max-width:419px){.content:not(.custom){padding:1.5rem}}.table-of-contents .badge{vertical-align:middle}body,html{padding:0;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;color:#2c3e50}.page{padding-left:20rem}.navbar{z-index:20;right:0;height:3.6rem;background-color:#2f3241;box-sizing:border-box;box-shadow:0 2px 4px 0 rgba(0,0,0,.06)}.navbar,.sidebar-mask{position:fixed;top:0;left:0}.sidebar-mask{z-index:9;width:100vw;height:100vh;display:none}.sidebar{font-size:15px;background-color:#fff;width:20rem;position:fixed;z-index:10;margin:0;top:3.6rem;left:0;bottom:0;box-sizing:border-box;border-right:1px solid #eaecef;overflow-y:auto}.content:not(.custom)>:first-child{margin-top:3.6rem}.content:not(.custom) a:hover{text-decoration:underline}.content:not(.custom) p.demo{padding:1rem 1.5rem;border:1px solid #ddd;border-radius:4px}.content:not(.custom) img{max-width:100%}.content.custom{padding:0;margin:0}.content.custom img{max-width:100%}a{font-weight:500;text-decoration:none}a,p a code{color:#0091ff}p a code{font-weight:400}kbd{background:#eee;border:.15rem solid #ddd;border-bottom:.25rem solid #ddd;border-radius:.15rem;padding:0 .15em}blockquote{font-size:1.2rem;color:#999;border-left:.25rem solid #dfe2e5;margin-left:0;padding-left:1rem}ol,ul{padding-left:1.2em}strong{font-weight:600}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}.content:not(.custom)>h1,.content:not(.custom)>h2,.content:not(.custom)>h3,.content:not(.custom)>h4,.content:not(.custom)>h5,.content:not(.custom)>h6{margin-top:-3.1rem;padding-top:4.6rem;margin-bottom:0}.content:not(.custom)>h1:first-child,.content:not(.custom)>h2:first-child,.content:not(.custom)>h3:first-child,.content:not(.custom)>h4:first-child,.content:not(.custom)>h5:first-child,.content:not(.custom)>h6:first-child{margin-top:-1.5rem;margin-bottom:1rem}.content:not(.custom)>h1:first-child+.custom-block,.content:not(.custom)>h1:first-child+p,.content:not(.custom)>h1:first-child+pre,.content:not(.custom)>h2:first-child+.custom-block,.content:not(.custom)>h2:first-child+p,.content:not(.custom)>h2:first-child+pre,.content:not(.custom)>h3:first-child+.custom-block,.content:not(.custom)>h3:first-child+p,.content:not(.custom)>h3:first-child+pre,.content:not(.custom)>h4:first-child+.custom-block,.content:not(.custom)>h4:first-child+p,.content:not(.custom)>h4:first-child+pre,.content:not(.custom)>h5:first-child+.custom-block,.content:not(.custom)>h5:first-child+p,.content:not(.custom)>h5:first-child+pre,.content:not(.custom)>h6:first-child+.custom-block,.content:not(.custom)>h6:first-child+p,.content:not(.custom)>h6:first-child+pre{margin-top:2rem}h1:hover .header-anchor,h2:hover .header-anchor,h3:hover .header-anchor,h4:hover .header-anchor,h5:hover .header-anchor,h6:hover .header-anchor{opacity:1}h1{font-size:2.2rem}h2{font-size:1.65rem;padding-bottom:.3rem;border-bottom:1px solid #eaecef}h3{font-size:1.35rem}a.header-anchor{font-size:.85em;float:left;margin-left:-.87em;padding-right:.23em;margin-top:.125em;opacity:0}a.header-anchor:hover{text-decoration:none}.line-number,code,kbd{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ol,p,ul{line-height:1.7}hr{border:0;border-top:1px solid #eaecef}table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}tr{border-top:1px solid #dfe2e5}tr:nth-child(2n){background-color:#f6f8fa}td,th{border:1px solid #dfe2e5;padding:.6em 1em}.custom-layout{padding-top:3.6rem}.theme-container.sidebar-open .sidebar-mask{display:block}.theme-container.no-navbar .content:not(.custom)>h1,.theme-container.no-navbar h2,.theme-container.no-navbar h3,.theme-container.no-navbar h4,.theme-container.no-navbar h5,.theme-container.no-navbar h6{margin-top:1.5rem;padding-top:0}.theme-container.no-navbar .sidebar{top:0}.theme-container.no-navbar .custom-layout{padding-top:0}@media (min-width:720px){.theme-container.no-sidebar .sidebar{display:none}.theme-container.no-sidebar .page{padding-left:0}}@media (max-width:959px){.sidebar{font-size:15px;width:16.4rem}.page{padding-left:16.4rem}}@media (max-width:719px){.sidebar{top:0;padding-top:3.6rem;transform:translateX(-100%);transition:transform .2s ease}.page{padding-left:0}.theme-container.sidebar-open .sidebar{transform:translateX(0)}.theme-container.no-navbar .sidebar{padding-top:0}}@media (max-width:419px){h1{font-size:1.9rem}.content div[class*=language-]{margin:.85rem -1.5rem;border-radius:0}}.icon.outbound{color:#aaa;display:inline-block}.navbar{padding:.7rem 1.5rem;line-height:2.2rem}.navbar a,.navbar img,.navbar span{display:inline-block}.navbar .logo{height:2.2rem;min-width:2.2rem;margin-right:.8rem;padding:6px 0;box-sizing:border-box;vertical-align:top}.navbar .site-name{font-size:1.3rem;font-weight:600;color:#2c3e50;position:relative}.navbar .links{padding-left:1.5rem;box-sizing:border-box;white-space:nowrap;font-size:.9rem;position:absolute;right:1.5rem;top:.7rem;display:flex}.navbar .links .search-box{flex:0 0 auto;vertical-align:top}.navbar .links .nav-links{flex:1}@media (max-width:719px){.navbar{padding-left:4rem}.navbar .can-hide{display:none}.navbar .links{padding-left:1.5rem}}
\ No newline at end of file
diff --git a/assets/img/logo-light.66b4893e.svg b/assets/img/logo-light.66b4893e.svg
new file mode 100644
index 0000000..96a4979
--- /dev/null
+++ b/assets/img/logo-light.66b4893e.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
+    <title>Group</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Group" transform="translate(0.000000, -16.000000)">
+            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#fff">
+                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
+                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
+            </g>
+            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#fff" fill-rule="nonzero">
+                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/assets/img/moon.2b4803dc.svg b/assets/img/moon.2b4803dc.svg
new file mode 100644
index 0000000..75ddc36
--- /dev/null
+++ b/assets/img/moon.2b4803dc.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1543670901687" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7809" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"><defs><style type="text/css"></style></defs><path d="M958.2 532.6c0 246.8-200 446.8-446.8 446.8S64.6 779.4 64.6 532.6s200-446.8 446.8-446.8c246.7 0 446.8 200 446.8 446.8z m0 0" fill="#eee" p-id="7810" data-spm-anchor-id="a313x.7781069.0.i25" class=""></path><path d="M612.2 186.7c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.9-0.1 43.2 19.3 43.2 43.2z m0 0M396 532.6c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M194.2 748.8c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M684.3 388.5c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8c15.9-0.1 28.8 12.8 28.8 28.8z m0 0M453.7 864.1c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.8 0 43.2 19.3 43.2 43.2z m0 0M295.1 402.9c0 55.7-45.2 100.9-100.9 100.9S93.3 458.6 93.3 402.9 138.5 302 194.2 302s100.9 45.1 100.9 100.9z m0 0" fill="#F9FAFA" p-id="7811"></path><path d="M511.3 85.8c246.8 0 446.8 200 446.8 446.8s-200 446.8-446.8 446.8c0 0 323.7-555.9 0-893.6" fill="#F9FAFA" p-id="7812" data-spm-anchor-id="a313x.7781069.0.i27" class=""></path><path d="M569 243.7c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.6 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.3-29.5-29.5-29.5z m0 0M367.2 575.2c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.1 42.6-42.6 42.6z m0-57.7c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1-6.8-15.1-15.1-15.1z m0 0M410.4 921.1c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.5 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.2-29.5-29.5-29.5z m0 0M713.1 834.6c-47.3 0-85.8-38.5-85.8-85.8s38.5-85.8 85.8-85.8 85.8 38.5 85.8 85.8-38.5 85.8-85.8 85.8z m0-144.1c-32.2 0-58.3 26.2-58.3 58.3 0 32.2 26.2 58.3 58.3 58.3 32.1 0 58.3-26.2 58.3-58.3 0-32.2-26.1-58.3-58.3-58.3z m0 0M655.5 431c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.2 42.6-42.6 42.6z m0-57.6c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1c-0.1-8.4-6.8-15.1-15.1-15.1z m0 0" fill="#F9FAFA" p-id="7813" data-spm-anchor-id="a313x.7781069.0.i26" class="selected"></path><path d="M837.5 206.5c-87.1-87.2-203-135.1-326.2-135.1-123.2 0-239 48-326.1 135.1C98.1 293.6 50.1 409.4 50.1 532.6s48 239 135.1 326.1c87.1 87.1 202.9 135.1 326.1 135.1 80.9 0 160.5-21.2 230.1-61.4 67.6-39 124.6-94.9 165-161.7 43.3-71.6 66.1-154 66.1-238.1 0.1-123.2-47.9-239-135-326.1z m49.2 138.7c0 32.2-26.2 58.3-58.3 58.3-32.2 0-58.3-26.2-58.3-58.3 0-32.2 26.2-58.3 58.3-58.3 32.2 0 58.3 26.2 58.3 58.3z m-692.5-29.5c48.1 0 87.1 39.1 87.1 87.1 0 48.1-39.1 87.1-87.1 87.1s-87.1-39.1-87.1-87.1 39.1-87.1 87.1-87.1z m-43.9 433.1c0-8.3 6.8-15.1 15.1-15.1s15.1 6.8 15.1 15.1-6.8 15.1-15.1 15.1-15.1-6.8-15.1-15.1z m731.5 7c-37.8 62.7-91.3 115.1-154.7 151.6-65.3 37.7-139.9 57.6-215.8 57.6-115.5 0-224.1-45-305.8-126.6-14.8-14.8-28.4-30.5-40.7-47h0.6c23.5 0 42.6-19.1 42.6-42.6s-19.1-42.6-42.6-42.6c-17 0-31.8 10.1-38.6 24.6-31.3-60.5-47.9-128.1-47.9-198.2 0-29.7 3-58.9 8.8-87.4 16.9 42.3 58.2 72.3 106.5 72.3 63.2 0 114.6-51.4 114.6-114.6 0-63.2-51.4-114.6-114.6-114.6-16.5 0-32.1 3.5-46.3 9.8 16.5-25.4 35.7-49.3 57.6-71.2 81.7-81.7 190.3-126.6 305.8-126.6s224.1 45 305.8 126.6c11.2 11.2 21.6 22.8 31.4 34.9-6.4-1.5-13.1-2.4-20-2.4-47.3 0-85.8 38.5-85.8 85.8s38.5 85.8 85.8 85.8c39.6 0 73-26.9 82.8-63.4 21.3 51.6 32.5 107.5 32.5 165-0.1 78.9-21.5 156-62 223.2z m0 0" fill="#F9FAFA" p-id="7814" data-spm-anchor-id="a313x.7781069.0.i28" class="selected"></path><path d="M107.8 547.7h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7815"></path><path d="M396 330.8h28.8v28.8H396z" fill="#F9FAFA" p-id="7816"></path><path d="M698.7 216.1h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7817"></path><path d="M511.3 460.5h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7818"></path><path d="M698.7 533.3h28.8v27.5h-28.8zM857.3 475.6h28.8v27.5h-28.8zM857.3 648.6h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7819"></path><path d="M525.7 604.7h28.8v28.8h-28.8zM352.8 662.3h28.8v28.8h-28.8zM496.9 792h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7820"></path><path d="M597.8 879.2h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7821"></path><path d="M237.5 748.8h28.8v28.8h-28.8zM280.7 229.9h28.8v28.8h-28.8zM424.8 143.4h28.8v28.8h-28.8z" fill="#eee" p-id="7822"></path></svg>
\ No newline at end of file
diff --git a/assets/img/search.17eaa222.svg b/assets/img/search.17eaa222.svg
new file mode 100644
index 0000000..7df58c1
--- /dev/null
+++ b/assets/img/search.17eaa222.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="13"><g stroke-width="1.5" stroke="#ccc" fill="none"><path d="M11.29 11.71l-4-4"/><circle cx="5" cy="5" r="4"/></g></svg>
diff --git a/assets/js/10.63805c0f.js b/assets/js/10.63805c0f.js
new file mode 100644
index 0000000..9796822
--- /dev/null
+++ b/assets/js/10.63805c0f.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{173:function(e,t,a){"use strict";a.r(t);var i=a(0),s=Object(i.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"content"},[a("h1",{attrs:{id:"apache-skywalking-provides-open-source-apm-and-distributed-tracing-in-net-core-field"}},[e._v("Apache SkyWalking provides open source APM and distributed tracing in .NET Core field")]),e._v(" "),a("p",[e._v("Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent")]),e._v(" "),a("p",[e._v("Translator: Wu Sheng")]),e._v(" "),a("p",[e._v("May. 24th, 2018")]),e._v(" "),a("p",[e._v("In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.")]),e._v(" "),a("p",[e._v("To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.")]),e._v(" "),a("p",[e._v("At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.")]),e._v(" "),a("p",[e._v("Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.")]),e._v(" "),a("p",[e._v("At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.")]),e._v(" "),a("blockquote",[a("p",[e._v("git clone https://github.com/OpenSkywalking/skywalking-netcore.git")])]),e._v(" "),a("blockquote",[a("p",[e._v("cd skywalking-netcore")])]),e._v(" "),a("blockquote",[a("p",[e._v("dotnet restore")])]),e._v(" "),a("blockquote",[a("p",[e._v("dotnet run -p sample/SkyWalking.Sample.Backend\ndotnet run -p sample/SkyWalking.Sample.Frontend")])]),e._v(" "),a("p",[e._v("Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080")]),e._v(" "),a("ul",[a("li",[a("p",[e._v("Overview of the whole distributed system\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Topology of distributed system\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Application view\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Trace query\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Span’s tags, logs and related traces\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"}})])])]),e._v(" "),a("h2",{attrs:{id:"github"}},[e._v("GitHub")]),e._v(" "),a("ul",[a("li",[e._v("Website: http://skywalking.apache.org/")]),e._v(" "),a("li",[e._v("SkyWalking Github Repo: https://github.com/apache/incubator-skywalking")]),e._v(" "),a("li",[e._v("SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore")])])])}],!1,null,null,null);s.options.__file="2018-05-24-skywalking-net.md";t.default=s.exports}}]);
\ No newline at end of file
diff --git a/assets/js/11.c74c9c2d.js b/assets/js/11.c74c9c2d.js
new file mode 100644
index 0000000..7ba319f
--- /dev/null
+++ b/assets/js/11.c74c9c2d.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{172:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/12.8f35b9ed.js b/assets/js/12.8f35b9ed.js
new file mode 100644
index 0000000..6e860cc
--- /dev/null
+++ b/assets/js/12.8f35b9ed.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{171:function(t,n,e){"use strict";e.r(n);var i=e(0),s=Object(i.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this.$createElement,n=this._self._c||t;return n("div",{staticClass:"content"},[n("h1",{attrs:{id:"introduction"}},[this._v("Introduction")])])}],!1,null,null,null);s.options.__file="README.md";n.default=s.exports}}]);
\ No newline at end of file
diff --git a/assets/js/13.0fa86b92.js b/assets/js/13.0fa86b92.js
new file mode 100644
index 0000000..8222dfb
--- /dev/null
+++ b/assets/js/13.0fa86b92.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{180:function(t,a,e){"use strict";e.r(a);var n=e(0),r=Object(n.a)({},function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"content"},[e("h1",{attrs:{id:"下载skywalking发布版本"}},[t._v("下载SkyWalking发布版本")]),t._v(" "),e("p",[t._v("从下面提供的链接从Apache SkyWalking(孵化)镜像下载。")]),t._v(" "),e("h2",{attrs:{id:"_6-x-版本"}},[t._v("6.x 版本")]),t._v(" "),e("table",[t._m(0),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("Nov. 14th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("6.0.0-alpha")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("源码")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])])])]),t._v(" "),e("h3",{attrs:{id:"_6-0-0-alpha更新日志"}},[t._v("6.0.0-alpha更新日志")]),t._v(" "),t._m(1),t._v(" "),e("p",[t._v("v6的核心和最重要的特性如下:")]),t._v(" "),t._m(2),t._v(" "),e("p",[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/29?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("问题和Pull Requests"),e("OutboundLink")],1)]),t._v(" "),e("h2",{attrs:{id:"_5-x-版本"}},[t._v("5.x 版本")]),t._v(" "),e("table",[t._m(3),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("Oct. 17th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-GA")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("源码")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("Sep. 12th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-RC2")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("July 11th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta2")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("May 23th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("April 3rd, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-alpha")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])])])]),t._v(" "),e("h1",{attrs:{id:"_5-x-更新日志"}},[t._v("5.x 更新日志")]),t._v(" "),e("h4",{attrs:{id:"探针改变"}},[t._v("探针改变")]),t._v(" "),t._m(4),t._v(" "),e("h4",{attrs:{id:"collector改变"}},[t._v("Collector改变")]),t._v(" "),t._m(5),t._v(" "),e("h4",{attrs:{id:"文档"}},[t._v("文档")]),t._v(" "),t._m(6),t._v(" "),e("p",[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/27?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("问题和Pull Requests"),e("OutboundLink")],1)]),t._v(" "),e("h1",{attrs:{id:"验证版本"}},[t._v("验证版本")]),t._v(" "),e("p",[t._v("使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。")]),t._v(" "),t._m(7),e("p",[t._v("要验证二进制文件/源,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。")]),t._v(" "),t._m(8),e("h1",{attrs:{id:"所有变更"}},[t._v("所有变更")]),t._v(" "),e("p",[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("变更"),e("OutboundLink")],1),t._v("文档.")])])},[function(){var t=this.$createElement,a=this._self._c||t;return a("thead",[a("tr",[a("th",{staticStyle:{"text-align":"center"}},[this._v("日期")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("版本")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}}),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("下载")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("p",[this._v("SkyWalking 6是一个全新的里程碑。在此版本中,Skywalking不仅仅是一个具有分析和可视化功能的分布式跟踪系统,而是一个"),a("strong",[this._v("可观察性分析平台(OAL)")]),this._v("。")])},function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("ol",[e("li",[t._v("支持从不同来源收集遥测数据,例如多语言代理和服务网格。")]),t._v(" "),e("li",[t._v("可扩展流分析核心。尽管在此版本中未提供,但在核心级别提供SQL和缓存分析。")]),t._v(" "),e("li",[t._v("提供 "),e("strong",[t._v("可观察性分析语言(OAL)")]),t._v(" 用来分析度量标准定制可用。")]),t._v(" "),e("li",[t._v("新的GraphQL查询协议。现在不与UI绑定。")]),t._v(" "),e("li",[t._v("拥有更好的UI拓扑。")]),t._v(" "),e("li",[t._v("提供新的警报核心。在alpha中,仅对服务相关的指标进行警报。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("thead",[a("tr",[a("th",{staticStyle:{"text-align":"center"}},[this._v("日期")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("版本")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}}),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("下载")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("ul",[a("li",[this._v("在探针设置中添加对包名称的忽略。这些包中的类将被增强,甚至插件声明。")]),this._v(" "),a("li",[this._v("支持Undertow 2.x插件。")]),this._v(" "),a("li",[this._v("修复Motan插件的错误类名,而不是与功能相关的问题,只是命名修改。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("ul",[a("li",[this._v("使缓冲文件处理程序更安全地关闭。")]),this._v(" "),a("li",[this._v("在AlarmService中修复NPE。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("ul",[a("li",[this._v("Fix compiling doc link.")]),this._v(" "),a("li",[this._v("更新新的演示地址。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"language- extra-class"},[a("pre",{pre:!0,attrs:{class:"language-text"}},[a("code",[this._v("gpg -i KEYS\n\nor\n\npgpk -a KEYS\n\nor\n\npgp -ka KEYS\n")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"language- extra-class"},[a("pre",{pre:!0,attrs:{class:"language-text"}},[a("code",[this._v("gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********\n\nor\n\npgpv apache-skywalking-apm-incubating********.asc\n\nor\n\npgp apache-skywalking-apm-incubating********.asc\n")])])])}],!1,null,null,null);r.options.__file="README.md";a.default=r.exports}}]);
\ No newline at end of file
diff --git a/assets/js/14.7d492527.js b/assets/js/14.7d492527.js
new file mode 100644
index 0000000..7e04b65
--- /dev/null
+++ b/assets/js/14.7d492527.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{177:function(t,a,_){"use strict";_.r(a);var v=_(0),i=Object(v.a)({},function(){var t=this,a=t.$createElement,_=t._self._c||a;return _("div",{staticClass:"content"},[_("h1",{attrs:{id:"skywalking-事件概要"}},[t._v("SkyWalking 事件概要")]),t._v(" "),_("h2",{attrs:{id:"欢迎曹奕雄成为committer"}},[t._v("欢迎曹奕雄成为committer")]),t._v(" "),_("h6",{attrs:{id:"_2018年12月10日"}},[t._v("2018年12月10日")]),t._v(" "),_("p",[t._v("根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。")]),t._v(" "),_("h2",{attrs:{id:"欢迎李浪成为committer"}},[t._v("欢迎李浪成为committer")]),t._v(" "),_("h6",{attrs:{id:"_2018年12月6日"}},[t._v("2018年12月6日")]),t._v(" "),_("p",[t._v("根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。")]),t._v(" "),_("h2",{attrs:{id:"欢迎谭建成为committer"}},[t._v("欢迎谭建成为committer.")]),t._v(" "),_("h6",{attrs:{id:"_2018年12月2日"}},[t._v("2018年12月2日")]),t._v(" "),_("p",[t._v("根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。")]),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-6-0-0-alpha版本"}},[t._v("发布Apache SkyWalking 6.0.0-alpha版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年11月14日"}},[t._v("2018年11月14日")]),t._v(" "),_("p",[t._v("APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-ga"}},[t._v("发布Apache SkyWalking 5.0.0-GA")]),t._v(" "),_("h6",{attrs:{id:"_2018年10月17日"}},[t._v("2018年10月17日")]),t._v(" "),_("p",[t._v("5.x版本的稳定版本。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-rc2版本"}},[t._v("发布Apache SkyWalking 5.0.0-RC2版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年9月12日"}},[t._v("2018年9月12日")]),t._v(" "),_("p",[t._v("5.0.0-RC2发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-beta2版本"}},[t._v("发布Apache SkyWalking 5.0.0-beta2版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年7月11日"}},[t._v("2018年7月11日")]),t._v(" "),_("p",[t._v("5.0.0-beta2发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-beta版本"}},[t._v("发布Apache SkyWalking 5.0.0-beta版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年5月23日"}},[t._v("2018年5月23日")]),t._v(" "),_("p",[t._v("5.0.0-beta发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-apm-5-0-0-alpha版本"}},[t._v("发布Apache SkyWalking APM 5.0.0-alpha版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年4月3日"}},[t._v("2018年4月3日")]),t._v(" "),_("p",[t._v("5.0.0-alpha发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1)])},[],!1,null,null,null);i.options.__file="README.md";a.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/15.bf276cb7.js b/assets/js/15.bf276cb7.js
new file mode 100644
index 0000000..b5a4322
--- /dev/null
+++ b/assets/js/15.bf276cb7.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{174:function(t,e,n){"use strict";n.r(e);var a=n(0),i=Object(a.a)({},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("h1",{attrs:{id:"skywalking-团队"}},[t._v("SkyWalking 团队")]),t._v(" "),n("p",[t._v("SkyWalking团队由孵化器项目管理委员会成员(以下简称“成员”)和贡献者组成。成员可以直接访问SkyWalking项目的源码,并积极向仓库贡献源码。贡献者通过向成员提交补丁和建议来改进项目。项目的贡献者数量一般无限制。非常欢迎更多的贡献者向SkyWalking贡献,无论是琐碎的整理、重大的新功能更新还是其他物质奖励。更多细节可参考"),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("这里"),n("OutboundLink")],1),t._v("。")]),t._v(" "),n("h2",{attrs:{id:"成员"}},[t._v("成员")]),t._v(" "),n("p",[t._v("成员包括孵化器项目管理委员会、提交者、Skywalking项目导师。")]),t._v(" "),n("h3",{attrs:{id:"孵化导师"}},[t._v("孵化导师")]),t._v(" "),t._m(0),t._v(" "),n("h3",{attrs:{id:"孵化器项目管理委员会"}},[t._v("孵化器项目管理委员会")]),t._v(" "),t._m(1),t._v(" "),n("h3",{attrs:{id:"提交者"}},[t._v("提交者")]),t._v(" "),t._m(2),t._v(" "),n("h2",{attrs:{id:"贡献者"}},[t._v("贡献者")]),t._v(" "),n("p",[t._v("自从Skywalking使用Github之后,拥有了许多的贡献者,你可以在我们的存储库贡献列表中找到它们。")]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking main repository"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-ui/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking UI"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking data collect protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking query protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-website/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking website"),n("OutboundLink")],1)])]),t._v(" "),n("h2",{attrs:{id:"成为提交者"}},[t._v("成为提交者")]),t._v(" "),n("p",[t._v("SkyWalking遵循Apache的方式来构建社区。一旦为项目做出了足够的贡献并赢得了信任,任何人都可以成为提交者。你可以阅读"),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("贡献指南"),n("OutboundLink")],1),t._v("来参与社区。")]),t._v(" "),n("p",[t._v("SkyWalking社区遵循Apache社区的"),n("a",{attrs:{href:"http://community.apache.org/newcommitter.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("流程"),n("OutboundLink")],1),t._v("来接受新的提交者。")])])},[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("名字")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Ignasi Barrera")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("nacx")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Luke Han")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lukehan")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Michael Semb Wever")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("mck")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Willem Ning Jiang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ningjiang")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("名字")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Haoyang Liu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liuhaoyangzz")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Hongtao Gao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("hanahmily")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wusheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Shinn Zhang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangxin")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yongsheng Peng")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("pengys")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("DongXue Si")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ilucky")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Kai Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangkai")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangsheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yang Bai")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("baiyang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yuntao Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liyuntao")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Zhang Kewei")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangkewei")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("名字")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Can Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lican")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Jian Tan")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("tanjian")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Lang Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lilang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yixiong Cao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("caoyixiong")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Wenbing Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangwenbin")])])])])}],!1,null,null,null);i.options.__file="README.md";e.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/16.0d75f3ff.js b/assets/js/16.0d75f3ff.js
new file mode 100644
index 0000000..4f8c511
--- /dev/null
+++ b/assets/js/16.0d75f3ff.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{169:function(n,w,o){}}]);
\ No newline at end of file
diff --git a/assets/js/2.4792c3f6.js b/assets/js/2.4792c3f6.js
new file mode 100644
index 0000000..fce1e81
--- /dev/null
+++ b/assets/js/2.4792c3f6.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{167:function(t,e,n){},168:function(t,e,n){"use strict";var a=n(167);n.n(a).a},176:function(t,e,n){"use strict";n.r(e);var a={functional:!0,props:{type:{type:String,default:"tip"},text:String,vertical:{type:String,default:"top"}},render:function(t,e){var n=e.props,a=e.slots;return t("span",{class:["badge",n.type,n.vertical]},n.text||a().default)}},i=(n(168),n(0)),o=Object(i.a)(a,void 0,void 0,!1,null,"099ab69c",null);o.options.__file="Badge.vue";e.default=o.exports}}]);
\ No newline at end of file
diff --git a/assets/js/3.1dbf0cac.js b/assets/js/3.1dbf0cac.js
new file mode 100644
index 0000000..6d30d64
--- /dev/null
+++ b/assets/js/3.1dbf0cac.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{170:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/4.239592f9.js b/assets/js/4.239592f9.js
new file mode 100644
index 0000000..6c7b754
--- /dev/null
+++ b/assets/js/4.239592f9.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{182:function(e,t,a){"use strict";a.r(t);var i=a(0),s=Object(i.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"content"},[a("h1",{attrs:{id:"apache-skywalking-provides-open-source-apm-and-distributed-tracing-in-net-core-field"}},[e._v("Apache SkyWalking provides open source APM and distributed tracing in .NET Core field")]),e._v(" "),a("p",[e._v("Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent")]),e._v(" "),a("p",[e._v("Translator: Wu Sheng")]),e._v(" "),a("p",[e._v("May. 24th, 2018")]),e._v(" "),a("p",[e._v("In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.")]),e._v(" "),a("p",[e._v("To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.")]),e._v(" "),a("p",[e._v("At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.")]),e._v(" "),a("p",[e._v("Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.")]),e._v(" "),a("p",[e._v("At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.")]),e._v(" "),a("blockquote",[a("p",[e._v("git clone https://github.com/OpenSkywalking/skywalking-netcore.git")])]),e._v(" "),a("blockquote",[a("p",[e._v("cd skywalking-netcore")])]),e._v(" "),a("blockquote",[a("p",[e._v("dotnet restore")])]),e._v(" "),a("blockquote",[a("p",[e._v("dotnet run -p sample/SkyWalking.Sample.Backend\ndotnet run -p sample/SkyWalking.Sample.Frontend")])]),e._v(" "),a("p",[e._v("Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080")]),e._v(" "),a("ul",[a("li",[a("p",[e._v("Overview of the whole distributed system\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Topology of distributed system\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Application view\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Trace query\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Span’s tags, logs and related traces\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"}})])])]),e._v(" "),a("h2",{attrs:{id:"github"}},[e._v("GitHub")]),e._v(" "),a("ul",[a("li",[e._v("Website: http://skywalking.apache.org/")]),e._v(" "),a("li",[e._v("SkyWalking Github Repo: https://github.com/apache/incubator-skywalking")]),e._v(" "),a("li",[e._v("SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore")])])])}],!1,null,null,null);s.options.__file="2018-05-24-skywalking-net.md";t.default=s.exports}}]);
\ No newline at end of file
diff --git a/assets/js/5.d4bf4756.js b/assets/js/5.d4bf4756.js
new file mode 100644
index 0000000..ede60e2
--- /dev/null
+++ b/assets/js/5.d4bf4756.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{181:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/6.cb71e4c6.js b/assets/js/6.cb71e4c6.js
new file mode 100644
index 0000000..b42e981
--- /dev/null
+++ b/assets/js/6.cb71e4c6.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{179:function(t,e,a){"use strict";a.r(e);var n=a(0),r=Object(n.a)({},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content"},[a("h1",{attrs:{id:"download-the-skywalking-releases"}},[t._v("Download the SkyWalking releases")]),t._v(" "),a("p",[t._v("Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.")]),t._v(" "),a("h2",{attrs:{id:"_6-x-releases"}},[t._v("6.x releases")]),t._v(" "),a("table",[t._m(0),t._v(" "),a("tbody",[a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("Nov. 14th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("6.0.0-alpha")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])])])]),t._v(" "),a("h3",{attrs:{id:"changes-in-6-0-0-alpha"}},[t._v("Changes in 6.0.0-alpha")]),t._v(" "),t._m(1),t._v(" "),a("p",[t._v("The core and most important features in v6 are")]),t._v(" "),t._m(2),t._v(" "),a("p",[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/29?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("Issues and Pull requests"),a("OutboundLink")],1)]),t._v(" "),a("h2",{attrs:{id:"_5-x-releases"}},[t._v("5.x releases")]),t._v(" "),a("table",[t._m(3),t._v(" "),a("tbody",[a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("Oct. 17th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-GA")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("Sep. 12th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-RC2")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("July 11th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta2")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("May 23th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Docuemt")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("April 3rd, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-alpha")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])])])]),t._v(" "),a("h3",{attrs:{id:"changes-in-5-0-0-ga"}},[t._v("Changes in 5.0.0-GA")]),t._v(" "),a("h4",{attrs:{id:"agent-changes"}},[t._v("Agent Changes")]),t._v(" "),t._m(4),t._v(" "),a("h4",{attrs:{id:"collector-changes"}},[t._v("Collector Changes")]),t._v(" "),t._m(5),t._v(" "),a("h4",{attrs:{id:"documents"}},[t._v("Documents")]),t._v(" "),t._m(6),t._v(" "),a("p",[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/27?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("Issues and Pull requests"),a("OutboundLink")],1)]),t._v(" "),a("br"),t._v(" "),a("h1",{attrs:{id:"verify-the-releases"}},[t._v("Verify the releases")]),t._v(" "),a("p",[a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/KEYS",target:"_blank",rel:"noopener noreferrer"}},[t._v("PGP signatures KEYS"),a("OutboundLink")],1)]),t._v(" "),a("p",[t._v("It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.")]),t._v(" "),t._m(7),a("p",[t._v("To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.")]),t._v(" "),t._m(8),a("br"),t._v(" "),a("h1",{attrs:{id:"all-changes"}},[t._v("All Changes")]),t._v(" "),a("p",[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Changes"),a("OutboundLink")],1),t._v(" document.")])])},[function(){var t=this.$createElement,e=this._self._c||t;return e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"center"}},[this._v("Date")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Version")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}}),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Downloads")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("p",[this._v("SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing\ntracing system with analysis and visualization capabilities. We are an "),e("strong",[this._v("Observability Analysis Platform(OAL)")]),this._v(".")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ol",[a("li",[t._v("Support to collect telemetry data from different sources, such as multiple language agents and service mesh.")]),t._v(" "),a("li",[t._v("Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't\nprovided in this release.")]),t._v(" "),a("li",[t._v("Provide "),a("strong",[t._v("Observability Analysis Language(OAL)")]),t._v(" to make analysis metric customization available.")]),t._v(" "),a("li",[t._v("New GraphQL query protocol. Not binding with UI now.")]),t._v(" "),a("li",[t._v("UI topology is better now.")]),t._v(" "),a("li",[t._v("New alarm core provided. In alpha, only on service related metric.")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"center"}},[this._v("Date")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Version")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}}),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Downloads")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("ul",[e("li",[this._v("Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.")]),this._v(" "),e("li",[this._v("Support Undertow 2.x plugin.")]),this._v(" "),e("li",[this._v("Fix wrong class names of Motan plugin, not a feature related issue, just naming.")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("ul",[e("li",[this._v("Make buffer file handler close more safety.")]),this._v(" "),e("li",[this._v("Fix NPE in AlarmService")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("ul",[e("li",[this._v("Fix compiling doc link.")]),this._v(" "),e("li",[this._v("Update new live demo address.")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"language- extra-class"},[e("pre",{pre:!0,attrs:{class:"language-text"}},[e("code",[this._v("gpg -i KEYS\n\nor\n\npgpk -a KEYS\n\nor\n\npgp -ka KEYS\n")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"language- extra-class"},[e("pre",{pre:!0,attrs:{class:"language-text"}},[e("code",[this._v("gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********\n\nor\n\npgpv apache-skywalking-apm-incubating********.asc\n\nor\n\npgp apache-skywalking-apm-incubating********.asc\n")])])])}],!1,null,null,null);r.options.__file="README.md";e.default=r.exports}}]);
\ No newline at end of file
diff --git a/assets/js/7.cb536fc4.js b/assets/js/7.cb536fc4.js
new file mode 100644
index 0000000..d4a5350
--- /dev/null
+++ b/assets/js/7.cb536fc4.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{178:function(e,a,t){"use strict";t.r(a);var s=t(0),o=Object(s.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("div",{staticClass:"content"},[t("h1",{attrs:{id:"skywalking-events"}},[e._v("SkyWalking Events")]),e._v(" "),t("h2",{attrs:{id:"welcome-yixiong-cao-as-a-new-committer"}},[e._v("Welcome Yixiong Cao as a new committer.")]),e._v(" "),t("h6",{attrs:{id:"dec-10th-2018"}},[e._v("Dec. 10th, 2018")]),e._v(" "),t("p",[e._v("Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.")]),e._v(" "),t("h2",{attrs:{id:"welcome-lang-li-as-a-new-committer"}},[e._v("Welcome Lang Li as a new committer.")]),e._v(" "),t("h6",{attrs:{id:"dec-6th-2018"}},[e._v("Dec. 6th, 2018")]),e._v(" "),t("p",[e._v("Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.")]),e._v(" "),t("h2",{attrs:{id:"welcome-jian-tan-as-a-new-committer"}},[e._v("Welcome Jian Tan as a new committer.")]),e._v(" "),t("h6",{attrs:{id:"dec-2rd-2018"}},[e._v("Dec. 2rd, 2018")]),e._v(" "),t("p",[e._v("Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-6-0-0-alpha"}},[e._v("Release Apache SkyWalking 6.0.0-alpha")]),e._v(" "),t("h6",{attrs:{id:"nov-14th-2018"}},[e._v("Nov. 14th, 2018")]),e._v(" "),t("p",[e._v("APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio).\nGo to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-ga"}},[e._v("Release Apache SkyWalking 5.0.0-GA")]),e._v(" "),t("h6",{attrs:{id:"oct-17th-2018"}},[e._v("Oct. 17th, 2018")]),e._v(" "),t("p",[e._v("A stable version of 5.x release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-rc2"}},[e._v("Release Apache SkyWalking 5.0.0-RC2")]),e._v(" "),t("h6",{attrs:{id:"sep-12th-2018"}},[e._v("Sep. 12th, 2018")]),e._v(" "),t("p",[e._v("5.0.0-RC2 release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-beta2"}},[e._v("Release Apache SkyWalking 5.0.0-beta2")]),e._v(" "),t("h6",{attrs:{id:"july-11th-2018"}},[e._v("July 11th, 2018")]),e._v(" "),t("p",[e._v("5.0.0-beta2 release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-beta"}},[e._v("Release Apache SkyWalking 5.0.0-beta")]),e._v(" "),t("h6",{attrs:{id:"may-23th-2018"}},[e._v("May 23th, 2018")]),e._v(" "),t("p",[e._v("5.0.0-beta release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-apm-5-0-0-alpha"}},[e._v("Release Apache SkyWalking APM 5.0.0-alpha")]),e._v(" "),t("h6",{attrs:{id:"april-3rd-2018"}},[e._v("April 3rd, 2018")]),e._v(" "),t("p",[e._v("5.0.0-alpha release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")])])}],!1,null,null,null);o.options.__file="README.md";a.default=o.exports}}]);
\ No newline at end of file
diff --git a/assets/js/8.1f551c34.js b/assets/js/8.1f551c34.js
new file mode 100644
index 0000000..3af5c52
--- /dev/null
+++ b/assets/js/8.1f551c34.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{183:function(t,e,n){"use strict";n.r(e);var a=n(0),r=Object(a.a)({},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("h1",{attrs:{id:"skywalking-team"}},[t._v("SkyWalking Team")]),t._v(" "),n("p",[t._v("The SkyWalking team is comprised of Members and Contributors. Members have direct access to the source of SkyWalking project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to SkyWalking are greatly appreciated, whether for trivial cleanups, big new features or other material rewards. More details see "),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("here"),n("OutboundLink")],1),t._v(".")]),t._v(" "),n("h2",{attrs:{id:"members"}},[t._v("Members")]),t._v(" "),n("p",[t._v("Members include PPMC, committer and mentor of SkyWalking project. The List in alphabeta order.")]),t._v(" "),n("h3",{attrs:{id:"incubator-mentor"}},[t._v("Incubator Mentor")]),t._v(" "),t._m(0),t._v(" "),n("h3",{attrs:{id:"ppmc"}},[t._v("PPMC")]),t._v(" "),t._m(1),t._v(" "),n("h3",{attrs:{id:"committer"}},[t._v("Committer")]),t._v(" "),t._m(2),t._v(" "),n("h2",{attrs:{id:"contributors"}},[t._v("Contributors")]),t._v(" "),n("p",[t._v("SkyWalking have a lot of Contributors, since we are using GitHub, you could find them in our repository contribution list.")]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking main repository"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-ui/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking UI"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking data collect protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking query protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-website/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking website"),n("OutboundLink")],1)])]),t._v(" "),n("h2",{attrs:{id:"becomming-a-committer"}},[t._v("Becomming a Committer")]),t._v(" "),n("p",[t._v("SkyWalking follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust. Read "),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Contributing Guides"),n("OutboundLink")],1),t._v(" to take part in the community.")]),t._v(" "),n("p",[t._v("SkyWalking community follows the Apache Community’s "),n("a",{attrs:{href:"http://community.apache.org/newcommitter.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("process"),n("OutboundLink")],1),t._v(" on accepting a new committer.")])])},[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("Name")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Ignasi Barrera")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("nacx")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Luke Han")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lukehan")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Michael Semb Wever")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("mck")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Willem Ning Jiang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ningjiang")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("Name")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("DongXue Si")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ilucky")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Haoyang Liu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liuhaoyangzz")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Hongtao Gao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("hanahmily")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangsheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wusheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Kai Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangkai")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yang Bai")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("baiyang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yongsheng Peng")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("pengys")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yuntao Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liyuntao")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Zhang Kewei")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangkewei")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Shinn Zhang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangxin")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("Name")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Can Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lican")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Jian Tan")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("tanjian")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Lang Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lilang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yixiong Cao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("caoyixiong")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Wenbing Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangwenbin")])])])])}],!1,null,null,null);r.options.__file="README.md";e.default=r.exports}}]);
\ No newline at end of file
diff --git a/assets/js/9.961ff215.js b/assets/js/9.961ff215.js
new file mode 100644
index 0000000..efbeee2
--- /dev/null
+++ b/assets/js/9.961ff215.js
@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{175:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/app.2ef205d1.js b/assets/js/app.2ef205d1.js
new file mode 100644
index 0000000..7b700e9
--- /dev/null
+++ b/assets/js/app.2ef205d1.js
@@ -0,0 +1,8 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[0],[]]);!function(t){function e(e){for(var r,a,s=e[0],c=e[1],u=e[2],f=0,p=[];f<s.length;f++)a=s[f],i[a]&&p.push(i[a][0]),i[a]=0;for(r in c)Object.prototype.hasOwnProperty.call(c,r)&&(t[r]=c[r]);for(l&&l(e);p.length;)p.shift()();return o.push.apply(o,u||[]),n()}function n(){for(var t,e=0;e<o.length;e++){for(var n=o[e],r=!0,s=1;s<n.length;s++){var c=n[s];0!==i[c]&&(r=!1)}r&&(o.splice(e--,1),t=a(a.s=n[0]))}return t}var r={},i={1:0},o=[];function a(e){if(r[e])return r[e].exports;var n=r[e]={i:e,l:!1,exports:{}};return t[e].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.e=function(t){var e=[],n=i[t];if(0!==n)if(n)e.push(n[2]);else{var r=new Promise(function(e,r){n=i[t]=[e,r]});e.push(n[2]=r);var o,s=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,a.nc&&c.setAttribute("nonce",a.nc),c.src=function(t){return a.p+"assets/js/"+({}[t]||t)+"."+{2:"4792c3f6",3:"1dbf0cac",4:"239592f9",5:"d4bf4756",6:"cb71e4c6",7:"cb536fc4",8:"1f551c34",9:"961ff215",10:"63805c0f",11:"c74c9c2d",12:"8f35b9ed",13:"0fa86b92",14:"7d492527",15:"bf276cb7",16:"0d75f3ff"}[t]+".js"}(t),o=function(e){c.onerror=c.onload=null,clearTimeout(u);var n=i[t];if(0!==n){if(n){var r=e&&("load"===e.type?"missing":e.type),o=e&&e.target&&e.target.src,a=new Error("Loading chunk "+t+" failed.\n("+r+": "+o+")");a.type=r,a.request=o,n[1](a)}i[t]=void 0}};var u=setTimeout(function(){o({type:"timeout",target:c})},12e4);c.onerror=c.onload=o,s.appendChild(c)}return Promise.all(e)},a.m=t,a.c=r,a.d=function(t,e,n){a.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)a.d(n,r,function(e){return t[e]}.bind(null,r));return n},a.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(e,"a",e),e},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.p="/",a.oe=function(t){throw console.error(t),t};var s=window.webpackJsonp=window.webpackJsonp||[],c=s.push.bind(s);s.push=e,s=s.slice();for(var u=0;u<s.length;u++)e(s[u]);var l=c;o.push([90,0]),n()}([function(t,e,n){"use strict";function r(t,e,n,r,i,o,a,s){var c,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):i&&(c=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:u}}n.d(e,"a",function(){return r})},function(t,e,n){var r=n(71)("wks"),i=n(22),o=n(2).Symbol,a="function"==typeof o;(t.exports=function(t){return r[t]||(r[t]=a&&o[t]||(a?o:i)("Symbol."+t))}).store=r},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var r=n(2),i=n(13),o=n(10),a=n(11),s=n(9),c=function(t,e,n){var u,l,f,p,h=t&c.F,d=t&c.G,v=t&c.S,m=t&c.P,g=t&c.B,y=d?r:v?r[e]||(r[e]={}):(r[e]||{}).prototype,b=d?i:i[e]||(i[e]={}),_=b.prototype||(b.prototype={});for(u in d&&(n=e),n)f=((l=!h&&y&&void 0!==y[u])?y:n)[u],p=g&&l?s(f,r):m&&"function"==typeof f?s(Function.call,f):f,y&&a(y,u,f,t&c.U),b[u]!=f&&o(b,u,p),m&&_[u]!=f&&(_[u]=f)};r.core=i,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){t.exports=!n(5)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(8),i=n(72),o=n(73),a=Object.defineProperty;e.f=n(6)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){var r=n(21);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(7),i=n(54);t.exports=n(6)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(2),i=n(10),o=n(14),a=n(22)("src"),s=Function.toString,c=(""+s).split("toString");n(13).inspectSource=function(t){return s.call(t)},(t.exports=function(t,e,n,s){var u="function"==typeof n;u&&(o(n,"name")||i(n,"name",e)),t[e]!==n&&(u&&(o(n,a)||i(n,a,t[e]?""+t[e]:c.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:i(t,e,n):(delete t[e],i(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on  "+t);return t}},function(t,e,n){for(var r=n(18),i=n(25),o=n(11),a=n(2),s=n(10),c=n(17),u=n(1),l=u("iterator"),f=u("toStringTag"),p=c.Array,h={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=i(h),v=0;v<d.length;v++){var m,g=d[v],y=h[g],b=a[g],_=b&&b.prototype;if(_&&(_[l]||s(_,l,p),_[f]||s(_,f,g),c[g]=p,y))for(m in r)_[m]||o(_,m,r[m],!0)}},function(t,e){t.exports={}},function(t,e,n){"use strict";var r=n(104),i=n(82),o=n(17),a=n(26);t.exports=n(65)(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):i(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,e,n){"use strict";var r=n(5);t.exports=function(t,e){return!!t&&r(function(){e?t.call(null,function(){},1):t.call(null)})}},function(t,e,n){"use strict";var r=n(3),i=n(30)(3);r(r.P+r.F*!n(19)([].some,!0),"Array",{some:function(t){return i(this,t,arguments[1])}})},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){var r=n(7).f,i=n(14),o=n(1)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},function(t,e,n){var r=n(3);r(r.S+r.F,"Object",{assign:n(100)})},function(t,e,n){var r=n(78),i=n(63);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){var r=n(61),i=n(15);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(15);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(27),i=n(25);n(81)("keys",function(){return function(t){return i(r(t))}})},function(t,e,n){"use strict";var r=n(3),i=n(30)(0),o=n(19)([].forEach,!0);r(r.P+r.F*!o,"Array",{forEach:function(t){return i(this,t,arguments[1])}})},function(t,e,n){var r=n(9),i=n(61),o=n(27),a=n(57),s=n(108);t.exports=function(t,e){var n=1==t,c=2==t,u=3==t,l=4==t,f=6==t,p=5==t||f,h=e||s;return function(e,s,d){for(var v,m,g=o(e),y=i(g),b=r(s,d,3),_=a(y.length),k=0,w=n?h(e,_):c?h(e,0):void 0;_>k;k++)if((p||k in y)&&(m=b(v=y[k],k,g),t))if(n)w[k]=m;else if(m)switch(t){case 3:return!0;case 5:return v;case 6:return k;case 2:w.push(v)}else if(l)return!1;return f?-1:u||l?l:w}}},function(t,e,n){"use strict";var r=n(3),i=n(30)(2);r(r.P+r.F*!n(19)([].filter,!0),"Array",{filter:function(t){return i(this,t,arguments[1])}})},function(t,e,n){n(68)("replace",2,function(t,e,n){return[function(r,i){"use strict";var o=t(this),a=null==r?void 0:r[e];return void 0!==a?a.call(r,o,i):n.call(String(o),r,i)},n]})},function(t,e,n){"use strict";var r=n(3),i=n(30)(1);r(r.P+r.F*!n(19)([].map,!0),"Array",{map:function(t){return i(this,t,arguments[1])}})},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){var r,i;
+/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
+ * @license MIT */void 0===(i="function"==typeof(r=function(){var t,e,n={version:"0.2.0"},r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function i(t,e,n){return t<e?e:t>n?n:t}function o(t){return 100*(-1+t)}n.configure=function(t){var e,n;for(e in t)void 0!==(n=t[e])&&t.hasOwnProperty(e)&&(r[e]=n);return this},n.status=null,n.set=function(t){var e=n.isStarted();t=i(t,r.minimum,1),n.status=1===t?null:t;var c=n.render(!e),u=c.querySelector(r.barSelector),l=r.speed,f=r.easing;return c.offsetWidth,a(function(e){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),s(u,function(t,e,n){var i;return(i="translate3d"===r.positionUsing?{transform:"translate3d("+o(t)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+o(t)+"%,0)"}:{"margin-left":o(t)+"%"}).transition="all "+e+"ms "+n,i}(t,l,f)),1===t?(s(c,{transition:"none",opacity:1}),c.offsetWidth,setTimeout(function(){s(c,{transition:"all "+l+"ms linear",opacity:0}),setTimeout(function(){n.remove(),e()},l)},l)):setTimeout(e,l)}),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var t=function(){setTimeout(function(){n.status&&(n.trickle(),t())},r.trickleSpeed)};return r.trickle&&t(),this},n.done=function(t){return t||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(t){var e=n.status;return e?("number"!=typeof t&&(t=(1-e)*i(Math.random()*e,.1,.95)),e=i(e+t,0,.994),n.set(e)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},t=0,e=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===e&&n.start(),t++,e++,r.always(function(){0==--e?(t=0,n.done()):n.set((t-e)/t)}),this):this},n.render=function(t){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var e=document.createElement("div");e.id="nprogress",e.innerHTML=r.template;var i,a=e.querySelector(r.barSelector),c=t?"-100":o(n.status||0),l=document.querySelector(r.parent);return s(a,{transition:"all 0 linear",transform:"translate3d("+c+"%,0,0)"}),r.showSpinner||(i=e.querySelector(r.spinnerSelector))&&p(i),l!=document.body&&u(l,"nprogress-custom-parent"),l.appendChild(e),e},n.remove=function(){l(document.documentElement,"nprogress-busy"),l(document.querySelector(r.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&p(t)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var t=document.body.style,e="WebkitTransform"in t?"Webkit":"MozTransform"in t?"Moz":"msTransform"in t?"ms":"OTransform"in t?"O":"";return e+"Perspective"in t?"translate3d":e+"Transform"in t?"translate":"margin"};var a=function(){var t=[];function e(){var n=t.shift();n&&n(e)}return function(n){t.push(n),1==t.length&&e()}}(),s=function(){var t=["Webkit","O","Moz","ms"],e={};function n(n){return n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(t,e){return e.toUpperCase()}),e[n]||(e[n]=function(e){var n=document.body.style;if(e in n)return e;for(var r,i=t.length,o=e.charAt(0).toUpperCase()+e.slice(1);i--;)if((r=t[i]+o)in n)return r;return e}(n))}function r(t,e,r){e=n(e),t.style[e]=r}return function(t,e){var n,i,o=arguments;if(2==o.length)for(n in e)void 0!==(i=e[n])&&e.hasOwnProperty(n)&&r(t,n,i);else r(t,o[1],o[2])}}();function c(t,e){var n="string"==typeof t?t:f(t);return n.indexOf(" "+e+" ")>=0}function u(t,e){var n=f(t),r=n+e;c(n,e)||(t.className=r.substring(1))}function l(t,e){var n,r=f(t);c(t,e)&&(n=r.replace(" "+e+" "," "),t.className=n.substring(1,n.length-1))}function f(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")}function p(t){t&&t.parentNode&&t.parentNode.removeChild(t)}return n})?r.call(e,n,e,t):r)||(t.exports=i)},function(t,e){t.exports=!1},function(t,e,n){var r=n(4),i=n(2).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},function(t,e,n){var r=n(9),i=n(91),o=n(92),a=n(8),s=n(57),c=n(93),u={},l={};(e=t.exports=function(t,e,n,f,p){var h,d,v,m,g=p?function(){return t}:c(t),y=r(n,f,e?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(o(g)){for(h=s(t.length);h>b;b++)if((m=e?y(a(d=t[b])[0],d[1]):y(t[b]))===u||m===l)return m}else for(v=g.call(t);!(d=v.next()).done;)if((m=i(v,y,d.value,e))===u||m===l)return m}).BREAK=u,e.RETURN=l},function(t,e,n){var r=n(58),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(11);t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},function(t,e,n){"use strict";var r=n(2),i=n(7),o=n(6),a=n(1)("species");t.exports=function(t){var e=r[t];o&&e&&!e[a]&&i.f(e,a,{configurable:!0,get:function(){return this}})}},function(t,e,n){var r=n(12);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,e,n){var r=n(71)("keys"),i=n(22);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(22)("meta"),i=n(4),o=n(14),a=n(7).f,s=0,c=Object.isExtensible||function(){return!0},u=!n(5)(function(){return c(Object.preventExtensions({}))}),l=function(t){a(t,r,{value:{i:"O"+ ++s,w:{}}})},f=t.exports={KEY:r,NEED:!1,fastKey:function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},getWeak:function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},onFreeze:function(t){return u&&f.NEED&&c(t)&&!o(t,r)&&l(t),t}}},function(t,e,n){"use strict";var r=n(52),i=n(3),o=n(11),a=n(10),s=n(17),c=n(105),u=n(23),l=n(107),f=n(1)("iterator"),p=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,e,n,d,v,m,g){c(n,e,d);var y,b,_,k=function(t){if(!p&&t in S)return S[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},w=e+" Iterator",x="values"==v,C=!1,S=t.prototype,$=S[f]||S["@@iterator"]||v&&S[v],A=$||k(v),O=v?x?k("entries"):A:void 0,E="Array"==e&&S.entries||$;if(E&&(_=l(E.call(new t)))!==Object.prototype&&_.next&&(u(_,w,!0),r||"function"==typeof _[f]||a(_,f,h)),x&&$&&"values"!==$.name&&(C=!0,A=function(){return $.call(this)}),r&&!g||!p&&!C&&S[f]||a(S,f,A),s[e]=A,s[w]=h,v)if(y={values:x?A:k("values"),keys:m?A:k("keys"),entries:O},g)for(b in y)b in S||o(S,b,y[b]);else i(i.P+i.F*(p||C),e,y);return y}},function(t,e,n){var r=n(7).f,i=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in i||n(6)&&r(i,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},function(t,e,n){"use strict";var r=n(3),i=n(79)(!1),o=[].indexOf,a=!!o&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(19)(o)),"Array",{indexOf:function(t){return a?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(10),i=n(11),o=n(5),a=n(15),s=n(1);t.exports=function(t,e,n){var c=s(t),u=n(a,c,""[t]),l=u[0],f=u[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(i(String.prototype,t,l),r(RegExp.prototype,c,2==e?function(t,e){return f.call(t,this,e)}:function(t){return f.call(t,this)}))}},function(t,e,n){"use strict";var r,i,o,a,s=n(52),c=n(2),u=n(9),l=n(70),f=n(3),p=n(4),h=n(21),d=n(55),v=n(56),m=n(94),g=n(74).set,y=n(96)(),b=n(76),_=n(97),k=n(98),w=n(99),x=c.TypeError,C=c.process,S=C&&C.versions,$=S&&S.v8||"",A=c.Promise,O="process"==l(C),E=function(){},j=i=b.f,T=!!function(){try{var t=A.resolve(1),e=(t.constructor={})[n(1)("species")]=function(t){t(E,E)};return(O||"function"==typeof PromiseRejectionEvent)&&t.then(E)instanceof e&&0!==$.indexOf("6.6")&&-1===k.indexOf("Chrome/66")}catch(t){}}(),L=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},P=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){for(var r=t._v,i=1==t._s,o=0,a=function(e){var n,o,a,s=i?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{s?(i||(2==t._h&&R(t),t._h=1),!0===s?n=r:(l&&l.enter(),n=s(r),l&&(l.exit(),a=!0)),n===e.promise?u(x("Promise-chain cycle")):(o=L(n))?o.call(n,c,u):c(n)):u(r)}catch(t){l&&!a&&l.exit(),u(t)}};n.length>o;)a(n[o++]);t._c=[],t._n=!1,e&&!t._h&&I(t)})}},I=function(t){g.call(c,function(){var e,n,r,i=t._v,o=M(t);if(o&&(e=_(function(){O?C.emit("unhandledRejection",i,t):(n=c.onunhandledrejection)?n({promise:t,reason:i}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",i)}),t._h=O||M(t)?2:1),t._a=void 0,o&&e.e)throw e.v})},M=function(t){return 1!==t._h&&0===(t._a||t._c).length},R=function(t){g.call(c,function(){var e;O?C.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},N=function(t){var e=this;e._d||(e._d=!0,(e=e._w||e)._v=t,e._s=2,e._a||(e._a=e._c.slice()),P(e,!0))},D=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw x("Promise can't be resolved itself");(e=L(t))?y(function(){var r={_w:n,_d:!1};try{e.call(t,u(D,r,1),u(N,r,1))}catch(t){N.call(r,t)}}):(n._v=t,n._s=1,P(n,!1))}catch(t){N.call({_w:n,_d:!1},t)}}};T||(A=function(t){d(this,A,"Promise","_h"),h(t),r.call(this);try{t(u(D,this,1),u(N,this,1))}catch(t){N.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=n(59)(A.prototype,{then:function(t,e){var n=j(m(this,A));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=O?C.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&P(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r;this.promise=t,this.resolve=u(D,t,1),this.reject=u(N,t,1)},b.f=j=function(t){return t===A||t===a?new o(t):i(t)}),f(f.G+f.W+f.F*!T,{Promise:A}),n(23)(A,"Promise"),n(60)("Promise"),a=n(13).Promise,f(f.S+f.F*!T,"Promise",{reject:function(t){var e=j(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(s||!T),"Promise",{resolve:function(t){return w(s&&this===a?A:this,t)}}),f(f.S+f.F*!(T&&n(77)(function(t){A.all(t).catch(E)})),"Promise",{all:function(t){var e=this,n=j(e),r=n.resolve,i=n.reject,o=_(function(){var n=[],o=0,a=1;v(t,!1,function(t){var s=o++,c=!1;n.push(void 0),a++,e.resolve(t).then(function(t){c||(c=!0,n[s]=t,--a||r(n))},i)}),--a||r(n)});return o.e&&i(o.v),n.promise},race:function(t){var e=this,n=j(e),r=n.reject,i=_(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return i.e&&r(i.v),n.promise}})},function(t,e,n){var r=n(12),i=n(1)("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e,n){var r=n(13),i=n(2),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(52)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){t.exports=!n(6)&&!n(5)(function(){return 7!=Object.defineProperty(n(53)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r,i,o,a=n(9),s=n(95),c=n(75),u=n(53),l=n(2),f=l.process,p=l.setImmediate,h=l.clearImmediate,d=l.MessageChannel,v=l.Dispatch,m=0,g={},y=function(){var t=+this;if(g.hasOwnProperty(t)){var e=g[t];delete g[t],e()}},b=function(t){y.call(t.data)};p&&h||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return g[++m]=function(){s("function"==typeof t?t:Function(t),e)},r(m),m},h=function(t){delete g[t]},"process"==n(12)(f)?r=function(t){f.nextTick(a(y,t,1))}:v&&v.now?r=function(t){v.now(a(y,t,1))}:d?(o=(i=new d).port2,i.port1.onmessage=b,r=a(o.postMessage,o,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(t){l.postMessage(t+"","*")},l.addEventListener("message",b,!1)):r="onreadystatechange"in u("script")?function(t){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),y.call(t)}}:function(t){setTimeout(a(y,t,1),0)}),t.exports={set:p,clear:h}},function(t,e,n){var r=n(2).document;t.exports=r&&r.documentElement},function(t,e,n){"use strict";var r=n(21);function i(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)}t.exports.f=function(t){return new i(t)}},function(t,e,n){var r=n(1)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],a=o[r]();a.next=function(){return{done:n=!0}},o[r]=function(){return a},t(o)}catch(t){}return n}},function(t,e,n){var r=n(14),i=n(26),o=n(79)(!1),a=n(62)("IE_PROTO");t.exports=function(t,e){var n,s=i(t),c=0,u=[];for(n in s)n!=a&&r(s,n)&&u.push(n);for(;e.length>c;)r(s,n=e[c++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(26),i=n(57),o=n(101);t.exports=function(t){return function(e,n,a){var s,c=r(e),u=i(c.length),l=o(a,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(3),i=n(13),o=n(5);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],a={};a[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",a)}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){var r=n(8),i=n(106),o=n(63),a=n(62)("IE_PROTO"),s=function(){},c=function(){var t,e=n(53)("iframe"),r=o.length;for(e.style.display="none",n(75).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[o[r]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(s.prototype=r(t),n=new s,s.prototype=null,n[a]=t):n=c(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(12);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(4),i=n(12),o=n(1)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){n(68)("match",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=null==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){var r=n(4),i=n(129).set;t.exports=function(t,e,n){var o,a=e.constructor;return a!==n&&"function"==typeof a&&(o=a.prototype)!==n.prototype&&r(o)&&i&&i(t,o),t}},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}},function(t,e){var n="Expected a function",r=NaN,i="[object Symbol]",o=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,u=parseInt,l="object"==typeof global&&global&&global.Object===Object&&global,f="object"==typeof self&&self&&self.Object===Object&&self,p=l||f||Function("return this")(),h=Object.prototype.toString,d=Math.max,v=Math.min,m=function(){return p.Date.now()};function g(t,e,r){var i,o,a,s,c,u,l=0,f=!1,p=!1,h=!0;if("function"!=typeof t)throw new TypeError(n);function g(e){var n=i,r=o;return i=o=void 0,l=e,s=t.apply(r,n)}function _(t){var n=t-u;return void 0===u||n>=e||n<0||p&&t-l>=a}function k(){var t=m();if(_(t))return w(t);c=setTimeout(k,function(t){var n=e-(t-u);return p?v(n,a-(t-l)):n}(t))}function w(t){return c=void 0,h&&i?g(t):(i=o=void 0,s)}function x(){var t=m(),n=_(t);if(i=arguments,o=this,u=t,n){if(void 0===c)return function(t){return l=t,c=setTimeout(k,e),f?g(t):s}(u);if(p)return c=setTimeout(k,e),g(u)}return void 0===c&&(c=setTimeout(k,e)),s}return e=b(e)||0,y(r)&&(f=!!r.leading,a=(p="maxWait"in r)?d(b(r.maxWait)||0,e):a,h="trailing"in r?!!r.trailing:h),x.cancel=function(){void 0!==c&&clearTimeout(c),l=0,i=u=o=c=void 0},x.flush=function(){return void 0===c?s:w(m())},x}function y(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function b(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&h.call(t)==i}(t))return r;if(y(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=y(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(o,"");var n=s.test(t);return n||c.test(t)?u(t.slice(2),n?2:8):a.test(t)?r:+t}t.exports=function(t,e,r){var i=!0,o=!0;if("function"!=typeof t)throw new TypeError(n);return y(r)&&(i="leading"in r?!!r.leading:i,o="trailing"in r?!!r.trailing:o),g(t,e,{leading:i,maxWait:e,trailing:o})}},function(t,e,n){t.exports=n(163)},function(t,e,n){var r=n(8);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){var r=n(17),i=n(1)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,e,n){var r=n(70),i=n(1)("iterator"),o=n(17);t.exports=n(13).getIteratorMethod=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){var r=n(8),i=n(21),o=n(1)("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||null==(n=r(a)[o])?e:i(n)}},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){var r=n(2),i=n(74).set,o=r.MutationObserver||r.WebKitMutationObserver,a=r.process,s=r.Promise,c="process"==n(12)(a);t.exports=function(){var t,e,n,u=function(){var r,i;for(c&&(r=a.domain)&&r.exit();t;){i=t.fn,t=t.next;try{i()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){a.nextTick(u)};else if(!o||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var l=s.resolve(void 0);n=function(){l.then(u)}}else n=function(){i.call(r,u)};else{var f=!0,p=document.createTextNode("");new o(u).observe(p,{characterData:!0}),n=function(){p.data=f=!f}}return function(r){var i={fn:r,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},function(t,e,n){var r=n(2).navigator;t.exports=r&&r.userAgent||""},function(t,e,n){var r=n(8),i=n(4),o=n(76);t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){"use strict";var r=n(25),i=n(102),o=n(80),a=n(27),s=n(61),c=Object.assign;t.exports=!c||n(5)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=r})?function(t,e){for(var n=a(t),c=arguments.length,u=1,l=i.f,f=o.f;c>u;)for(var p,h=s(arguments[u++]),d=l?r(h).concat(l(h)):r(h),v=d.length,m=0;v>m;)f.call(h,p=d[m++])&&(n[p]=h[p]);return n}:c},function(t,e,n){var r=n(58),i=Math.max,o=Math.min;t.exports=function(t,e){return(t=r(t))<0?i(t+e,0):o(t,e)}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(4),i=n(64).onFreeze;n(81)("freeze",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(1)("unscopables"),i=Array.prototype;null==i[r]&&n(10)(i,r,{}),t.exports=function(t){i[r][t]=!0}},function(t,e,n){"use strict";var r=n(83),i=n(54),o=n(23),a={};n(10)(a,n(1)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(a,{next:i(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var r=n(7),i=n(8),o=n(25);t.exports=n(6)?Object.defineProperties:function(t,e){i(t);for(var n,a=o(e),s=a.length,c=0;s>c;)r.f(t,n=a[c++],e[n]);return t}},function(t,e,n){var r=n(14),i=n(27),o=n(62)("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var r=n(109);t.exports=function(t,e){return new(r(t))(e)}},function(t,e,n){var r=n(4),i=n(84),o=n(1)("species");t.exports=function(t){var e;return i(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!i(e.prototype)||(e=void 0),r(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},function(t,e,n){"use strict";var r=n(34);n.n(r).a},,function(t,e,n){"use strict";var r=n(35);n.n(r).a},,function(t,e,n){"use strict";var r=n(36);n.n(r).a},,function(t,e,n){var r=n(3);r(r.S,"Array",{isArray:n(84)})},function(t,e,n){n(68)("split",2,function(t,e,r){"use strict";var i=n(85),o=r,a=[].push;if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length){var s=void 0===/()??/.exec("")[1];r=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!i(t))return o.call(n,t,e);var r,c,u,l,f,p=[],h=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,v=void 0===e?4294967295:e>>>0,m=new RegExp(t.source,h+"g");for(s||(r=new RegExp("^"+m.source+"$(?!\\s)",h));(c=m.exec(n))&&!((u=c.index+c[0].length)>d&&(p.push(n.slice(d,c.index)),!s&&c.length>1&&c[0].replace(r,function(){for(f=1;f<arguments.length-2;f++)void 0===arguments[f]&&(c[f]=void 0)}),c.length>1&&c.index<n.length&&a.apply(p,c.slice(1)),l=c[0].length,d=u,p.length>=v));)m.lastIndex===c.index&&m.lastIndex++;return d===n.length?!l&&m.test("")||p.push(""):p.push(n.slice(d)),p.length>v?p.slice(0,v):p}}else"0".split(void 0,0).length&&(r=function(t,e){return void 0===t&&0===e?[]:o.call(this,t,e)});return[function(n,i){var o=t(this),a=null==n?void 0:n[e];return void 0!==a?a.call(n,o,i):r.call(String(o),n,i)},r]})},function(t,e,n){"use strict";var r=n(37);n.n(r).a},,function(t,e,n){t.exports=n.p+"assets/img/logo-light.66b4893e.svg"},function(t,e,n){"use strict";var r=n(38);n.n(r).a},,function(t,e,n){"use strict";n(124)("trim",function(t){return function(){return t(this,3)}})},function(t,e,n){var r=n(3),i=n(15),o=n(5),a=n(125),s="["+a+"]",c=RegExp("^"+s+s+"*"),u=RegExp(s+s+"*$"),l=function(t,e,n){var i={},s=o(function(){return!!a[t]()||"​…"!="​…"[t]()}),c=i[t]=s?e(f):a[t];n&&(i[n]=c),r(r.P+r.F*s,"String",i)},f=l.trim=function(t,e){return t=String(i(t)),1&e&&(t=t.replace(c,"")),2&e&&(t=t.replace(u,"")),t};t.exports=l},function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(39);n.n(r).a},,function(t,e,n){var r=n(2),i=n(87),o=n(7).f,a=n(131).f,s=n(85),c=n(132),u=r.RegExp,l=u,f=u.prototype,p=/a/g,h=/a/g,d=new u(p)!==p;if(n(6)&&(!d||n(5)(function(){return h[n(1)("match")]=!1,u(p)!=p||u(h)==h||"/a/i"!=u(p,"i")}))){u=function(t,e){var n=this instanceof u,r=s(t),o=void 0===e;return!n&&r&&t.constructor===u&&o?t:i(d?new l(r&&!o?t.source:t,e):l((r=t instanceof u)?t.source:t,r&&o?c.call(t):e),n?this:f,u)};for(var v=function(t){t in u||o(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})},m=a(l),g=0;m.length>g;)v(m[g++]);f.constructor=u,u.prototype=f,n(11)(r,"RegExp",u)}n(60)("RegExp")},function(t,e,n){var r=n(4),i=n(8),o=function(t,e){if(i(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{(r=n(9)(Function.call,n(130).f(Object.prototype,"__proto__").set,2))(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return o(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:o}},function(t,e,n){var r=n(80),i=n(54),o=n(26),a=n(73),s=n(14),c=n(72),u=Object.getOwnPropertyDescriptor;e.f=n(6)?u:function(t,e){if(t=o(t),e=a(e,!0),c)try{return u(t,e)}catch(t){}if(s(t,e))return i(!r.f.call(t,e),t[e])}},function(t,e,n){var r=n(78),i=n(63).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){"use strict";var r=n(8);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";n(134)("link",function(t){return function(e){return t(this,"a","href",e)}})},function(t,e,n){var r=n(3),i=n(5),o=n(15),a=/"/g,s=function(t,e,n,r){var i=String(o(t)),s="<"+e;return""!==n&&(s+=" "+n+'="'+String(r).replace(a,"&quot;")+'"'),s+">"+i+"</"+e+">"};t.exports=function(t,e){var n={};n[t]=e(s),r(r.P+r.F*i(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},function(t,e,n){"use strict";var r=n(40);n.n(r).a},,function(t,e,n){"use strict";var r=n(41);n.n(r).a},,function(t,e,n){"use strict";var r=n(42);n.n(r).a},,function(t,e,n){"use strict";var r=n(43);n.n(r).a},,function(t,e,n){"use strict";var r=n(44);n.n(r).a},,function(t,e,n){"use strict";var r=n(45);n.n(r).a},,function(t,e,n){"use strict";var r=n(46);n.n(r).a},,function(t,e,n){"use strict";var r=n(47);n.n(r).a},,function(t,e,n){"use strict";var r=n(48);n.n(r).a},,function(t,e,n){"use strict";var r=n(49);n.n(r).a},,function(t,e,n){"use strict";var r=n(156)(!0);n(65)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e,n){var r=n(58),i=n(15);t.exports=function(t){return function(e,n){var o,a,s=String(i(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(o=s.charCodeAt(c))<55296||o>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):o:t?s.slice(c,c+2):a-56320+(o-55296<<10)+65536}}},function(t,e,n){"use strict";var r=n(158),i=n(88);t.exports=n(159)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return r.def(i(this,"Set"),t=0===t?0:t,t)}},r)},function(t,e,n){"use strict";var r=n(7).f,i=n(83),o=n(59),a=n(9),s=n(55),c=n(56),u=n(65),l=n(82),f=n(60),p=n(6),h=n(64).fastKey,d=n(88),v=p?"_s":"size",m=function(t,e){var n,r=h(e);if("F"!==r)return t._i[r];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,u){var l=t(function(t,r){s(t,l,e,"_i"),t._t=e,t._i=i(null),t._f=void 0,t._l=void 0,t[v]=0,null!=r&&c(r,n,t[u],t)});return o(l.prototype,{clear:function(){for(var t=d(this,e),n=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var n=d(this,e),r=m(n,t);if(r){var i=r.n,o=r.p;delete n._i[r.i],r.r=!0,o&&(o.n=i),i&&(i.p=o),n._f==r&&(n._f=i),n._l==r&&(n._l=o),n[v]--}return!!r},forEach:function(t){d(this,e);for(var n,r=a(t,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(t){return!!m(d(this,e),t)}}),p&&r(l.prototype,"size",{get:function(){return d(this,e)[v]}}),l},def:function(t,e,n){var r,i,o=m(t,e);return o?o.v=n:(t._l=o={i:i=h(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=o),r&&(r.n=o),t[v]++,"F"!==i&&(t._i[i]=o)),t},getEntry:m,setStrong:function(t,e,n){u(t,e,function(t,n){this._t=d(t,e),this._k=n,this._l=void 0},function(){for(var t=this._k,e=this._l;e&&e.r;)e=e.p;return this._t&&(this._l=e=e?e.n:this._t._f)?l(0,"keys"==t?e.k:"values"==t?e.v:[e.k,e.v]):(this._t=void 0,l(1))},n?"entries":"values",!n,!0),f(e)}}},function(t,e,n){"use strict";var r=n(2),i=n(3),o=n(11),a=n(59),s=n(64),c=n(56),u=n(55),l=n(4),f=n(5),p=n(77),h=n(23),d=n(87);t.exports=function(t,e,n,v,m,g){var y=r[t],b=y,_=m?"set":"add",k=b&&b.prototype,w={},x=function(t){var e=k[t];o(k,t,"delete"==t?function(t){return!(g&&!l(t))&&e.call(this,0===t?0:t)}:"has"==t?function(t){return!(g&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return g&&!l(t)?void 0:e.call(this,0===t?0:t)}:"add"==t?function(t){return e.call(this,0===t?0:t),this}:function(t,n){return e.call(this,0===t?0:t,n),this})};if("function"==typeof b&&(g||k.forEach&&!f(function(){(new b).entries().next()}))){var C=new b,S=C[_](g?{}:-0,1)!=C,$=f(function(){C.has(1)}),A=p(function(t){new b(t)}),O=!g&&f(function(){for(var t=new b,e=5;e--;)t[_](e,e);return!t.has(-0)});A||((b=e(function(e,n){u(e,b,t);var r=d(new y,e,b);return null!=n&&c(n,m,r[_],r),r})).prototype=k,k.constructor=b),($||O)&&(x("delete"),x("has"),m&&x("get")),(O||S)&&x(_),g&&k.clear&&delete k.clear}else b=v.getConstructor(e,t,m,_),a(b.prototype,n),s.NEED=!0;return h(b,t),w[t]=b,i(i.G+i.W+i.F*(b!=y),w),g||v.setStrong(b,t,m),b}},function(t,e,n){"use strict";var r=n(50);n.n(r).a},,function(t,e,n){var r=n(3);r(r.S+r.F*!n(6),"Object",{defineProperty:n(7).f})},function(t,e,n){"use strict";n.r(e);n(69),n(24);var r=Object.freeze({});function i(t){return null==t}function o(t){return null!=t}function a(t){return!0===t}function s(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function c(t){return null!==t&&"object"==typeof t}var u=Object.prototype.toString;function l(t){return"[object Object]"===u.call(t)}function f(t){return"[object RegExp]"===u.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function h(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function d(t){var e=parseFloat(t);return isNaN(e)?t:e}function v(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}v("slot,component",!0);var m=v("key,ref,slot,slot-scope,is");function g(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function b(t,e){return y.call(t,e)}function _(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var k=/-(\w)/g,w=_(function(t){return t.replace(k,function(t,e){return e?e.toUpperCase():""})}),x=_(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),C=/\B([A-Z])/g,S=_(function(t){return t.replace(C,"-$1").toLowerCase()});var $=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function A(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function O(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n<t.length;n++)t[n]&&O(e,t[n]);return e}function j(t,e,n){}var T=function(t,e,n){return!1},L=function(t){return t};function P(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=Array.isArray(t),o=Array.isArray(e);if(i&&o)return t.length===e.length&&t.every(function(t,n){return P(t,e[n])});if(i||o)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every(function(n){return P(t[n],e[n])})}catch(t){return!1}}function I(t,e){for(var n=0;n<t.length;n++)if(P(t[n],e))return n;return-1}function M(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var R="data-server-rendered",N=["component","directive","filter"],D=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],W={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:j,parsePlatformTagName:L,mustUseProp:T,_lifecycleHooks:D};function U(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var F=/[^\w.$]/;var z,B="__proto__"in{},H="undefined"!=typeof window,q="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,V=q&&WXEnvironment.platform.toLowerCase(),G=H&&window.navigator.userAgent.toLowerCase(),K=G&&/msie|trident/.test(G),J=G&&G.indexOf("msie 9.0")>0,X=G&&G.indexOf("edge/")>0,Y=(G&&G.indexOf("android"),G&&/iphone|ipad|ipod|ios/.test(G)||"ios"===V),Q=(G&&/chrome\/\d+/.test(G),{}.watch),Z=!1;if(H)try{var tt={};Object.defineProperty(tt,"passive",{get:function(){Z=!0}}),window.addEventListener("test-passive",null,tt)}catch(t){}var et=function(){return void 0===z&&(z=!H&&!q&&"undefined"!=typeof global&&"server"===global.process.env.VUE_ENV),z},nt=H&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function rt(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,ot="undefined"!=typeof Symbol&&rt(Symbol)&&"undefined"!=typeof Reflect&&rt(Reflect.ownKeys);it="undefined"!=typeof Set&&rt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var at=j,st=0,ct=function(){this.id=st++,this.subs=[]};ct.prototype.addSub=function(t){this.subs.push(t)},ct.prototype.removeSub=function(t){g(this.subs,t)},ct.prototype.depend=function(){ct.target&&ct.target.addDep(this)},ct.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e<n;e++)t[e].update()},ct.target=null;var ut=[];function lt(t){ct.target&&ut.push(ct.target),ct.target=t}function ft(){ct.target=ut.pop()}var pt=function(t,e,n,r,i,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ht={child:{configurable:!0}};ht.child.get=function(){return this.componentInstance},Object.defineProperties(pt.prototype,ht);var dt=function(t){void 0===t&&(t="");var e=new pt;return e.text=t,e.isComment=!0,e};function vt(t){return new pt(void 0,void 0,void 0,String(t))}function mt(t){var e=new pt(t.tag,t.data,t.children,t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.isCloned=!0,e}var gt=Array.prototype,yt=Object.create(gt);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=gt[t];U(yt,t,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,o=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),o})});var bt=Object.getOwnPropertyNames(yt),_t=!0;function kt(t){_t=t}var wt=function(t){(this.value=t,this.dep=new ct,this.vmCount=0,U(t,"__ob__",this),Array.isArray(t))?((B?xt:Ct)(t,yt,bt),this.observeArray(t)):this.walk(t)};function xt(t,e,n){t.__proto__=e}function Ct(t,e,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];U(t,o,e[o])}}function St(t,e){var n;if(c(t)&&!(t instanceof pt))return b(t,"__ob__")&&t.__ob__ instanceof wt?n=t.__ob__:_t&&!et()&&(Array.isArray(t)||l(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new wt(t)),e&&n&&n.vmCount++,n}function $t(t,e,n,r,i){var o=new ct,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var s=a&&a.get;s||2!==arguments.length||(n=t[e]);var c=a&&a.set,u=!i&&St(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return ct.target&&(o.depend(),u&&(u.dep.depend(),Array.isArray(e)&&function t(e){for(var n=void 0,r=0,i=e.length;r<i;r++)(n=e[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&t(n)}(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!=e&&r!=r||(c?c.call(t,e):n=e,u=!i&&St(e),o.notify())}})}}function At(t,e,n){if(Array.isArray(t)&&p(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?($t(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function Ot(t,e){if(Array.isArray(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||b(t,e)&&(delete t[e],n&&n.dep.notify())}}wt.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)$t(t,e[n])},wt.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)St(t[e])};var Et=W.optionMergeStrategies;function jt(t,e){if(!e)return t;for(var n,r,i,o=Object.keys(e),a=0;a<o.length;a++)r=t[n=o[a]],i=e[n],b(t,n)?l(r)&&l(i)&&jt(r,i):At(t,n,i);return t}function Tt(t,e,n){return n?function(){var r="function"==typeof e?e.call(n,n):e,i="function"==typeof t?t.call(n,n):t;return r?jt(r,i):i}:e?t?function(){return jt("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function Lt(t,e){return e?t?t.concat(e):Array.isArray(e)?e:[e]:t}function Pt(t,e,n,r){var i=Object.create(t||null);return e?O(i,e):i}Et.data=function(t,e,n){return n?Tt(t,e,n):e&&"function"!=typeof e?t:Tt(t,e)},D.forEach(function(t){Et[t]=Lt}),N.forEach(function(t){Et[t+"s"]=Pt}),Et.watch=function(t,e,n,r){if(t===Q&&(t=void 0),e===Q&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var o in O(i,t),e){var a=i[o],s=e[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},Et.props=Et.methods=Et.inject=Et.computed=function(t,e,n,r){if(!t)return e;var i=Object.create(null);return O(i,t),e&&O(i,e),i},Et.provide=Tt;var It=function(t,e){return void 0===e?t:e};function Mt(t,e,n){"function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var r,i,o={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(o[w(i)]={type:null});else if(l(n))for(var a in n)i=n[a],o[w(a)]=l(i)?i:{type:i};t.props=o}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(l(n))for(var o in n){var a=n[o];r[o]=l(a)?O({from:o},a):{from:a}}}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}(e);var r=e.extends;if(r&&(t=Mt(t,r,n)),e.mixins)for(var i=0,o=e.mixins.length;i<o;i++)t=Mt(t,e.mixins[i],n);var a,s={};for(a in t)c(a);for(a in e)b(t,a)||c(a);function c(r){var i=Et[r]||It;s[r]=i(t[r],e[r],n,r)}return s}function Rt(t,e,n,r){if("string"==typeof n){var i=t[e];if(b(i,n))return i[n];var o=w(n);if(b(i,o))return i[o];var a=x(o);return b(i,a)?i[a]:i[n]||i[o]||i[a]}}function Nt(t,e,n,r){var i=e[t],o=!b(n,t),a=n[t],s=Ut(Boolean,i.type);if(s>-1)if(o&&!b(i,"default"))a=!1;else if(""===a||a===S(t)){var c=Ut(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!b(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof r&&"Function"!==Dt(e.type)?r.call(t):r}(r,i,t);var u=_t;kt(!0),St(a),kt(u)}return a}function Dt(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Wt(t,e){return Dt(t)===Dt(e)}function Ut(t,e){if(!Array.isArray(e))return Wt(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Wt(e[n],t))return n;return-1}function Ft(t,e,n){if(e)for(var r=e;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{if(!1===i[o].call(r,t,e,n))return}catch(t){zt(t,r,"errorCaptured hook")}}zt(t,e,n)}function zt(t,e,n){if(W.errorHandler)try{return W.errorHandler.call(null,t,e,n)}catch(t){Bt(t,null,"config.errorHandler")}Bt(t,e,n)}function Bt(t,e,n){if(!H&&!q||"undefined"==typeof console)throw t;console.error(t)}var Ht,qt,Vt=[],Gt=!1;function Kt(){Gt=!1;var t=Vt.slice(0);Vt.length=0;for(var e=0;e<t.length;e++)t[e]()}var Jt=!1;if("undefined"!=typeof setImmediate&&rt(setImmediate))qt=function(){setImmediate(Kt)};else if("undefined"==typeof MessageChannel||!rt(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())qt=function(){setTimeout(Kt,0)};else{var Xt=new MessageChannel,Yt=Xt.port2;Xt.port1.onmessage=Kt,qt=function(){Yt.postMessage(1)}}if("undefined"!=typeof Promise&&rt(Promise)){var Qt=Promise.resolve();Ht=function(){Qt.then(Kt),Y&&setTimeout(j)}}else Ht=qt;function Zt(t,e){var n;if(Vt.push(function(){if(t)try{t.call(e)}catch(t){Ft(t,e,"nextTick")}else n&&n(e)}),Gt||(Gt=!0,Jt?qt():Ht()),!t&&"undefined"!=typeof Promise)return new Promise(function(t){n=t})}var te=new it;function ee(t){!function t(e,n){var r,i;var o=Array.isArray(e);if(!o&&!c(e)||Object.isFrozen(e)||e instanceof pt)return;if(e.__ob__){var a=e.__ob__.dep.id;if(n.has(a))return;n.add(a)}if(o)for(r=e.length;r--;)t(e[r],n);else for(i=Object.keys(e),r=i.length;r--;)t(e[i[r]],n)}(t,te),te.clear()}var ne,re=_(function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}});function ie(t){function e(){var t=arguments,n=e.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),i=0;i<r.length;i++)r[i].apply(null,t)}return e.fns=t,e}function oe(t,e,n,r,o){var a,s,c,u;for(a in t)s=t[a],c=e[a],u=re(a),i(s)||(i(c)?(i(s.fns)&&(s=t[a]=ie(s)),n(u.name,s,u.once,u.capture,u.passive,u.params)):s!==c&&(c.fns=s,t[a]=c));for(a in e)i(t[a])&&r((u=re(a)).name,e[a],u.capture)}function ae(t,e,n){var r;t instanceof pt&&(t=t.data.hook||(t.data.hook={}));var s=t[e];function c(){n.apply(this,arguments),g(r.fns,c)}i(s)?r=ie([c]):o(s.fns)&&a(s.merged)?(r=s).fns.push(c):r=ie([s,c]),r.merged=!0,t[e]=r}function se(t,e,n,r,i){if(o(e)){if(b(e,n))return t[n]=e[n],i||delete e[n],!0;if(b(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function ce(t){return s(t)?[vt(t)]:Array.isArray(t)?function t(e,n){var r=[];var c,u,l,f;for(c=0;c<e.length;c++)i(u=e[c])||"boolean"==typeof u||(l=r.length-1,f=r[l],Array.isArray(u)?u.length>0&&(ue((u=t(u,(n||"")+"_"+c))[0])&&ue(f)&&(r[l]=vt(f.text+u[0].text),u.shift()),r.push.apply(r,u)):s(u)?ue(f)?r[l]=vt(f.text+u):""!==u&&r.push(vt(u)):ue(u)&&ue(f)?r[l]=vt(f.text+u.text):(a(e._isVList)&&o(u.tag)&&i(u.key)&&o(n)&&(u.key="__vlist"+n+"_"+c+"__"),r.push(u)));return r}(t):void 0}function ue(t){return o(t)&&o(t.text)&&!1===t.isComment}function le(t,e){return(t.__esModule||ot&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function fe(t){return t.isComment&&t.asyncFactory}function pe(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(o(n)&&(o(n.componentOptions)||fe(n)))return n}}function he(t,e,n){n?ne.$once(t,e):ne.$on(t,e)}function de(t,e){ne.$off(t,e)}function ve(t,e,n){ne=t,oe(e,n||{},he,de),ne=void 0}function me(t,e){var n={};if(!t)return n;for(var r=0,i=t.length;r<i;r++){var o=t[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==e&&o.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(ge)&&delete n[u];return n}function ge(t){return t.isComment&&!t.asyncFactory||" "===t.text}function ye(t,e){e=e||{};for(var n=0;n<t.length;n++)Array.isArray(t[n])?ye(t[n],e):e[t[n].key]=t[n].fn;return e}var be=null;function _e(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function ke(t,e){if(e){if(t._directInactive=!1,_e(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)ke(t.$children[n]);we(t,"activated")}}function we(t,e){lt();var n=t.$options[e];if(n)for(var r=0,i=n.length;r<i;r++)try{n[r].call(t)}catch(n){Ft(n,t,e+" hook")}t._hasHookEvent&&t.$emit("hook:"+e),ft()}var xe=[],Ce=[],Se={},$e=!1,Ae=!1,Oe=0;function Ee(){var t,e;for(Ae=!0,xe.sort(function(t,e){return t.id-e.id}),Oe=0;Oe<xe.length;Oe++)e=(t=xe[Oe]).id,Se[e]=null,t.run();var n=Ce.slice(),r=xe.slice();Oe=xe.length=Ce.length=0,Se={},$e=Ae=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,ke(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&we(r,"updated")}}(r),nt&&W.devtools&&nt.emit("flush")}var je=0,Te=function(t,e,n,r,i){this.vm=t,i&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++je,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new it,this.newDepIds=new it,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!F.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Te.prototype.get=function(){var t;lt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Ft(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ee(t),ft(),this.cleanupDeps()}return t},Te.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},Te.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Te.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==Se[e]){if(Se[e]=!0,Ae){for(var n=xe.length-1;n>Oe&&xe[n].id>t.id;)n--;xe.splice(n+1,0,t)}else xe.push(t);$e||($e=!0,Zt(Ee))}}(this)},Te.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Ft(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},Te.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Te.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},Te.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var Le={enumerable:!0,configurable:!0,get:j,set:j};function Pe(t,e,n){Le.get=function(){return this[e][n]},Le.set=function(t){this[e][n]=t},Object.defineProperty(t,n,Le)}function Ie(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},i=t.$options._propKeys=[];t.$parent&&kt(!1);var o=function(o){i.push(o);var a=Nt(o,e,n,t);$t(r,o,a),o in t||Pe(t,"_props",o)};for(var a in e)o(a);kt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]=null==e[n]?j:$(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){lt();try{return t.call(e,e)}catch(t){return Ft(t,e,"data()"),{}}finally{ft()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&b(r,o)||(a=void 0,36!==(a=(o+"").charCodeAt(0))&&95!==a&&Pe(t,"_data",o))}var a;St(e,!0)}(t):St(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=et();for(var i in e){var o=e[i],a="function"==typeof o?o:o.get;0,r||(n[i]=new Te(t,a||j,j,Me)),i in t||Re(t,i,o)}}(t,e.computed),e.watch&&e.watch!==Q&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)De(t,n,r[i]);else De(t,n,r)}}(t,e.watch)}var Me={lazy:!0};function Re(t,e,n){var r=!et();"function"==typeof n?(Le.get=r?Ne(e):n,Le.set=j):(Le.get=n.get?r&&!1!==n.cache?Ne(e):n.get:j,Le.set=n.set?n.set:j),Object.defineProperty(t,e,Le)}function Ne(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ct.target&&e.depend(),e.value}}function De(t,e,n,r){return l(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}function We(t,e){if(t){for(var n=Object.create(null),r=ot?Reflect.ownKeys(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}):Object.keys(t),i=0;i<r.length;i++){for(var o=r[i],a=t[o].from,s=e;s;){if(s._provided&&b(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s)if("default"in t[o]){var c=t[o].default;n[o]="function"==typeof c?c.call(e):c}else 0}return n}}function Ue(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,i=t.length;r<i;r++)n[r]=e(t[r],r);else if("number"==typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(c(t))for(a=Object.keys(t),n=new Array(a.length),r=0,i=a.length;r<i;r++)s=a[r],n[r]=e(t[s],s,r);return o(n)&&(n._isVList=!0),n}function Fe(t,e,n,r){var i,o=this.$scopedSlots[t];if(o)n=n||{},r&&(n=O(O({},r),n)),i=o(n)||e;else{var a=this.$slots[t];a&&(a._rendered=!0),i=a||e}var s=n&&n.slot;return s?this.$createElement("template",{slot:s},i):i}function ze(t){return Rt(this.$options,"filters",t)||L}function Be(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function He(t,e,n,r,i){var o=W.keyCodes[e]||n;return i&&r&&!W.keyCodes[e]?Be(i,r):o?Be(o,t):r?S(r)!==e:void 0}function qe(t,e,n,r,i){if(n)if(c(n)){var o;Array.isArray(n)&&(n=E(n));var a=function(a){if("class"===a||"style"===a||m(a))o=t;else{var s=t.attrs&&t.attrs.type;o=r||W.mustUseProp(e,s,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}a in o||(o[a]=n[a],i&&((t.on||(t.on={}))["update:"+a]=function(t){n[a]=t}))};for(var s in n)a(s)}else;return t}function Ve(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e?r:(Ke(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r)}function Ge(t,e,n){return Ke(t,"__once__"+e+(n?"_"+n:""),!0),t}function Ke(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&Je(t[r],e+"_"+r,n);else Je(t,e,n)}function Je(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Xe(t,e){if(e)if(l(e)){var n=t.on=t.on?O({},t.on):{};for(var r in e){var i=n[r],o=e[r];n[r]=i?[].concat(i,o):o}}else;return t}function Ye(t){t._o=Ge,t._n=d,t._s=h,t._l=Ue,t._t=Fe,t._q=P,t._i=I,t._m=Ve,t._f=ze,t._k=He,t._b=qe,t._v=vt,t._e=dt,t._u=ye,t._g=Xe}function Qe(t,e,n,i,o){var s,c=o.options;b(i,"_uid")?(s=Object.create(i))._original=i:(s=i,i=i._original);var u=a(c._compiled),l=!u;this.data=t,this.props=e,this.children=n,this.parent=i,this.listeners=t.on||r,this.injections=We(c.inject,i),this.slots=function(){return me(n,i)},u&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=t.scopedSlots||r),c._scopeId?this._c=function(t,e,n,r){var o=sn(s,t,e,n,r,l);return o&&!Array.isArray(o)&&(o.fnScopeId=c._scopeId,o.fnContext=i),o}:this._c=function(t,e,n,r){return sn(s,t,e,n,r,l)}}function Ze(t,e,n,r){var i=mt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function tn(t,e){for(var n in e)t[w(n)]=e[n]}Ye(Qe.prototype);var en={init:function(t,e,n,r){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var i=t;en.prepatch(i,i)}else{(t.componentInstance=function(t,e,n,r){var i={_isComponent:!0,parent:e,_parentVnode:t,_parentElm:n||null,_refElm:r||null},a=t.data.inlineTemplate;o(a)&&(i.render=a.render,i.staticRenderFns=a.staticRenderFns);return new t.componentOptions.Ctor(i)}(t,be,n,r)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,i,o){var a=!!(o||t.$options._renderChildren||i.data.scopedSlots||t.$scopedSlots!==r);if(t.$options._parentVnode=i,t.$vnode=i,t._vnode&&(t._vnode.parent=i),t.$options._renderChildren=o,t.$attrs=i.data.attrs||r,t.$listeners=n||r,e&&t.$options.props){kt(!1);for(var s=t._props,c=t.$options._propKeys||[],u=0;u<c.length;u++){var l=c[u],f=t.$options.props;s[l]=Nt(l,f,e,t)}kt(!0),t.$options.propsData=e}n=n||r;var p=t.$options._parentListeners;t.$options._parentListeners=n,ve(t,n,p),a&&(t.$slots=me(o,i.context),t.$forceUpdate())}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,we(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,Ce.push(e)):ke(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(!(n&&(e._directInactive=!0,_e(e))||e._inactive)){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);we(e,"deactivated")}}(e,!0):e.$destroy())}},nn=Object.keys(en);function rn(t,e,n,s,u){if(!i(t)){var l=n.$options._base;if(c(t)&&(t=l.extend(t)),"function"==typeof t){var f;if(i(t.cid)&&void 0===(t=function(t,e,n){if(a(t.error)&&o(t.errorComp))return t.errorComp;if(o(t.resolved))return t.resolved;if(a(t.loading)&&o(t.loadingComp))return t.loadingComp;if(!o(t.contexts)){var r=t.contexts=[n],s=!0,u=function(){for(var t=0,e=r.length;t<e;t++)r[t].$forceUpdate()},l=M(function(n){t.resolved=le(n,e),s||u()}),f=M(function(e){o(t.errorComp)&&(t.error=!0,u())}),p=t(l,f);return c(p)&&("function"==typeof p.then?i(t.resolved)&&p.then(l,f):o(p.component)&&"function"==typeof p.component.then&&(p.component.then(l,f),o(p.error)&&(t.errorComp=le(p.error,e)),o(p.loading)&&(t.loadingComp=le(p.loading,e),0===p.delay?t.loading=!0:setTimeout(function(){i(t.resolved)&&i(t.error)&&(t.loading=!0,u())},p.delay||200)),o(p.timeout)&&setTimeout(function(){i(t.resolved)&&f(null)},p.timeout))),s=!1,t.loading?t.loadingComp:t.resolved}t.contexts.push(n)}(f=t,l,n)))return function(t,e,n,r,i){var o=dt();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:r,tag:i},o}(f,e,n,s,u);e=e||{},un(t),o(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.props||(e.props={}))[n]=e.model.value;var i=e.on||(e.on={});o(i[r])?i[r]=[e.model.callback].concat(i[r]):i[r]=e.model.callback}(t.options,e);var p=function(t,e,n){var r=e.options.props;if(!i(r)){var a={},s=t.attrs,c=t.props;if(o(s)||o(c))for(var u in r){var l=S(u);se(a,c,u,l,!0)||se(a,s,u,l,!1)}return a}}(e,t);if(a(t.options.functional))return function(t,e,n,i,a){var s=t.options,c={},u=s.props;if(o(u))for(var l in u)c[l]=Nt(l,u,e||r);else o(n.attrs)&&tn(c,n.attrs),o(n.props)&&tn(c,n.props);var f=new Qe(n,c,a,i,t),p=s.render.call(null,f._c,f);if(p instanceof pt)return Ze(p,n,f.parent,s);if(Array.isArray(p)){for(var h=ce(p)||[],d=new Array(h.length),v=0;v<h.length;v++)d[v]=Ze(h[v],n,f.parent,s);return d}}(t,p,e,n,s);var h=e.on;if(e.on=e.nativeOn,a(t.options.abstract)){var d=e.slot;e={},d&&(e.slot=d)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<nn.length;n++){var r=nn[n];e[r]=en[r]}}(e);var v=t.options.name||u;return new pt("vue-component-"+t.cid+(v?"-"+v:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:p,listeners:h,tag:u,children:s},f)}}}var on=1,an=2;function sn(t,e,n,r,u,l){return(Array.isArray(n)||s(n))&&(u=r,r=n,n=void 0),a(l)&&(u=an),function(t,e,n,r,s){if(o(n)&&o(n.__ob__))return dt();o(n)&&o(n.is)&&(e=n.is);if(!e)return dt();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);s===an?r=ce(r):s===on&&(r=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var u,l;if("string"==typeof e){var f;l=t.$vnode&&t.$vnode.ns||W.getTagNamespace(e),u=W.isReservedTag(e)?new pt(W.parsePlatformTagName(e),n,r,void 0,void 0,t):o(f=Rt(t.$options,"components",e))?rn(f,n,t,r,e):new pt(e,n,r,void 0,void 0,t)}else u=rn(e,n,t,r);return Array.isArray(u)?u:o(u)?(o(l)&&function t(e,n,r){e.ns=n;"foreignObject"===e.tag&&(n=void 0,r=!0);if(o(e.children))for(var s=0,c=e.children.length;s<c;s++){var u=e.children[s];o(u.tag)&&(i(u.ns)||a(r)&&"svg"!==u.tag)&&t(u,n,r)}}(u,l),o(n)&&function(t){c(t.style)&&ee(t.style);c(t.class)&&ee(t.class)}(n),u):dt()}(t,e,n,r,u)}var cn=0;function un(t){var e=t.options;if(t.super){var n=un(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.extendOptions,i=t.sealedOptions;for(var o in n)n[o]!==i[o]&&(e||(e={}),e[o]=ln(n[o],r[o],i[o]));return e}(t);r&&O(t.extendOptions,r),(e=t.options=Mt(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function ln(t,e,n){if(Array.isArray(t)){var r=[];n=Array.isArray(n)?n:[n],e=Array.isArray(e)?e:[e];for(var i=0;i<t.length;i++)(e.indexOf(t[i])>=0||n.indexOf(t[i])<0)&&r.push(t[i]);return r}return t}function fn(t){this._init(t)}function pn(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=t.name||n.options.name;var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Mt(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)Pe(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Re(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,N.forEach(function(t){a[t]=n[t]}),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=O({},a.options),i[r]=a,a}}function hn(t){return t&&(t.Ctor.options.name||t.tag)}function dn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function vn(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=hn(a.componentOptions);s&&!e(s)&&mn(n,o,r,i)}}}function mn(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,g(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=cn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r,n._parentElm=e._parentElm,n._refElm=e._refElm;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Mt(un(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&ve(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=me(e._renderChildren,i),t.$scopedSlots=r,t._c=function(e,n,r,i){return sn(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return sn(t,e,n,r,i,!0)};var o=n&&n.data;$t(t,"$attrs",o&&o.attrs||r,null,!0),$t(t,"$listeners",e._parentListeners||r,null,!0)}(e),we(e,"beforeCreate"),function(t){var e=We(t.$options.inject,t);e&&(kt(!1),Object.keys(e).forEach(function(n){$t(t,n,e[n])}),kt(!0))}(e),Ie(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),we(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(fn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=At,t.prototype.$delete=Ot,t.prototype.$watch=function(t,e,n){if(l(e))return De(this,t,e,n);(n=n||{}).user=!0;var r=new Te(this,t,e,n);return n.immediate&&e.call(this,r.value),function(){r.teardown()}}}(fn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){if(Array.isArray(t))for(var r=0,i=t.length;r<i;r++)this.$on(t[r],n);else(this._events[t]||(this._events[t]=[])).push(n),e.test(t)&&(this._hasHookEvent=!0);return this},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,i=t.length;r<i;r++)this.$off(t[r],e);return n}var o=n._events[t];if(!o)return n;if(!e)return n._events[t]=null,n;if(e)for(var a,s=o.length;s--;)if((a=o[s])===e||a.fn===e){o.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this._events[t];if(e){e=e.length>1?A(e):e;for(var n=A(arguments,1),r=0,i=e.length;r<i;r++)try{e[r].apply(this,n)}catch(e){Ft(e,this,'event handler for "'+t+'"')}}return this}}(fn),function(t){t.prototype._update=function(t,e){var n=this;n._isMounted&&we(n,"beforeUpdate");var r=n.$el,i=n._vnode,o=be;be=n,n._vnode=t,i?n.$el=n.__patch__(i,t):(n.$el=n.__patch__(n.$el,t,e,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),be=o,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){we(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||g(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),we(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(fn),function(t){Ye(t.prototype),t.prototype.$nextTick=function(t){return Zt(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,i=n.render,o=n._parentVnode;o&&(e.$scopedSlots=o.data.scopedSlots||r),e.$vnode=o;try{t=i.call(e._renderProxy,e.$createElement)}catch(n){Ft(n,e,"render"),t=e._vnode}return t instanceof pt||(t=dt()),t.parent=o,t}}(fn);var gn=[String,RegExp,Array],yn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gn,exclude:gn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)mn(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",function(e){vn(t,function(t){return dn(e,t)})}),this.$watch("exclude",function(e){vn(t,function(t){return!dn(e,t)})})},render:function(){var t=this.$slots.default,e=pe(t),n=e&&e.componentOptions;if(n){var r=hn(n),i=this.include,o=this.exclude;if(i&&(!r||!dn(i,r))||o&&r&&dn(o,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,g(s,c),s.push(c)):(a[c]=e,s.push(c),this.max&&s.length>parseInt(this.max)&&mn(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return W}};Object.defineProperty(t,"config",e),t.util={warn:at,extend:O,mergeOptions:Mt,defineReactive:$t},t.set=At,t.delete=Ot,t.nextTick=Zt,t.options=Object.create(null),N.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,O(t.options.components,yn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Mt(this.options,t),this}}(t),pn(t),function(t){N.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(fn),Object.defineProperty(fn.prototype,"$isServer",{get:et}),Object.defineProperty(fn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(fn,"FunctionalRenderContext",{value:Qe}),fn.version="2.5.17";var bn=v("style,class"),_n=v("input,textarea,option,select,progress"),kn=v("contenteditable,draggable,spellcheck"),wn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),xn="http://www.w3.org/1999/xlink",Cn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Sn=function(t){return Cn(t)?t.slice(6,t.length):""},$n=function(t){return null==t||!1===t};function An(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=On(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=On(e,n.data));return function(t,e){if(o(t)||o(e))return En(t,jn(e));return""}(e.staticClass,e.class)}function On(t,e){return{staticClass:En(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function En(t,e){return t?e?t+" "+e:t:e||""}function jn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r<i;r++)o(e=jn(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):c(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Tn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ln=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Pn=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),In=function(t){return Ln(t)||Pn(t)};var Mn=Object.create(null);var Rn=v("text,number,password,search,email,tel,url");var Nn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(t,e){return document.createElementNS(Tn[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Dn={create:function(t,e){Wn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Wn(t,!0),Wn(e))},destroy:function(t){Wn(t,!0)}};function Wn(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?g(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}var Un=new pt("",{},[]),Fn=["create","activate","update","remove","destroy"];function zn(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||Rn(r)&&Rn(i)}(t,e)||a(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&i(e.asyncFactory.error))}function Bn(t,e,n){var r,i,a={};for(r=e;r<=n;++r)o(i=t[r].key)&&(a[i]=r);return a}var Hn={create:qn,update:qn,destroy:function(t){qn(t,Un)}};function qn(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,i,o=t===Un,a=e===Un,s=Gn(t.data.directives,t.context),c=Gn(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,Jn(i,"update",e,t),i.def&&i.def.componentUpdated&&l.push(i)):(Jn(i,"bind",e,t),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)Jn(u[n],"inserted",e,t)};o?ae(e,"insert",f):f()}l.length&&ae(e,"postpatch",function(){for(var n=0;n<l.length;n++)Jn(l[n],"componentUpdated",e,t)});if(!o)for(n in s)c[n]||Jn(s[n],"unbind",t,t,a)}(t,e)}var Vn=Object.create(null);function Gn(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++)(r=t[n]).modifiers||(r.modifiers=Vn),i[Kn(r)]=r,r.def=Rt(e.$options,"directives",r.name);return i}function Kn(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function Jn(t,e,n,r,i){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,i)}catch(r){Ft(r,n.context,"directive "+t.name+" "+e+" hook")}}var Xn=[Dn,Hn];function Yn(t,e){var n=e.componentOptions;if(!(o(n)&&!1===n.Ctor.options.inheritAttrs||i(t.data.attrs)&&i(e.data.attrs))){var r,a,s=e.elm,c=t.data.attrs||{},u=e.data.attrs||{};for(r in o(u.__ob__)&&(u=e.data.attrs=O({},u)),u)a=u[r],c[r]!==a&&Qn(s,r,a);for(r in(K||X)&&u.value!==c.value&&Qn(s,"value",u.value),c)i(u[r])&&(Cn(r)?s.removeAttributeNS(xn,Sn(r)):kn(r)||s.removeAttribute(r))}}function Qn(t,e,n){t.tagName.indexOf("-")>-1?Zn(t,e,n):wn(e)?$n(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):kn(e)?t.setAttribute(e,$n(n)||"false"===n?"false":"true"):Cn(e)?$n(n)?t.removeAttributeNS(xn,Sn(e)):t.setAttributeNS(xn,e,n):Zn(t,e,n)}function Zn(t,e,n){if($n(n))t.removeAttribute(e);else{if(K&&!J&&"TEXTAREA"===t.tagName&&"placeholder"===e&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var tr={create:Yn,update:Yn};function er(t,e){var n=e.elm,r=e.data,a=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=An(e),c=n._transitionClasses;o(c)&&(s=En(s,jn(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var nr,rr={create:er,update:er},ir="__r",or="__c";function ar(t,e,n,r,i){var o;e=(o=e)._withTask||(o._withTask=function(){Jt=!0;var t=o.apply(null,arguments);return Jt=!1,t}),n&&(e=function(t,e,n){var r=nr;return function i(){null!==t.apply(null,arguments)&&sr(e,i,n,r)}}(e,t,r)),nr.addEventListener(t,e,Z?{capture:r,passive:i}:r)}function sr(t,e,n,r){(r||nr).removeEventListener(t,e._withTask||e,n)}function cr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};nr=e.elm,function(t){if(o(t[ir])){var e=K?"change":"input";t[e]=[].concat(t[ir],t[e]||[]),delete t[ir]}o(t[or])&&(t.change=[].concat(t[or],t.change||[]),delete t[or])}(n),oe(n,r,ar,sr,e.context),nr=void 0}}var ur={create:cr,update:cr};function lr(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in o(c.__ob__)&&(c=e.data.domProps=O({},c)),s)i(c[n])&&(a[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n){a._value=r;var u=i(r)?"":String(r);fr(a,u)&&(a.value=u)}else a[n]=r}}}function fr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.lazy)return!1;if(r.number)return d(n)!==d(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var pr={create:lr,update:lr},hr=_(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function dr(t){var e=vr(t.style);return t.staticStyle?O(t.staticStyle,e):e}function vr(t){return Array.isArray(t)?E(t):"string"==typeof t?hr(t):t}var mr,gr=/^--/,yr=/\s*!important$/,br=function(t,e,n){if(gr.test(e))t.style.setProperty(e,n);else if(yr.test(n))t.style.setProperty(e,n.replace(yr,""),"important");else{var r=kr(e);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)t.style[r]=n[i];else t.style[r]=n}},_r=["Webkit","Moz","ms"],kr=_(function(t){if(mr=mr||document.createElement("div").style,"filter"!==(t=w(t))&&t in mr)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<_r.length;n++){var r=_r[n]+e;if(r in mr)return r}});function wr(t,e){var n=e.data,r=t.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var a,s,c=e.elm,u=r.staticStyle,l=r.normalizedStyle||r.style||{},f=u||l,p=vr(e.data.style)||{};e.data.normalizedStyle=o(p.__ob__)?O({},p):p;var h=function(t,e){var n,r={};if(e)for(var i=t;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=dr(i.data))&&O(r,n);(n=dr(t.data))&&O(r,n);for(var o=t;o=o.parent;)o.data&&(n=dr(o.data))&&O(r,n);return r}(e,!0);for(s in f)i(h[s])&&br(c,s,"");for(s in h)(a=h[s])!==f[s]&&br(c,s,null==a?"":a)}}var xr={create:wr,update:wr};function Cr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Sr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function $r(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&O(e,Ar(t.name||"v")),O(e,t),e}return"string"==typeof t?Ar(t):void 0}}var Ar=_(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Or=H&&!J,Er="transition",jr="animation",Tr="transition",Lr="transitionend",Pr="animation",Ir="animationend";Or&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Tr="WebkitTransition",Lr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Pr="WebkitAnimation",Ir="webkitAnimationEnd"));var Mr=H?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Rr(t){Mr(function(){Mr(t)})}function Nr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Cr(t,e))}function Dr(t,e){t._transitionClasses&&g(t._transitionClasses,e),Sr(t,e)}function Wr(t,e,n){var r=Fr(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Er?Lr:Ir,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout(function(){c<a&&u()},o+1),t.addEventListener(s,l)}var Ur=/\b(transform|all)(,|$)/;function Fr(t,e){var n,r=window.getComputedStyle(t),i=r[Tr+"Delay"].split(", "),o=r[Tr+"Duration"].split(", "),a=zr(i,o),s=r[Pr+"Delay"].split(", "),c=r[Pr+"Duration"].split(", "),u=zr(s,c),l=0,f=0;return e===Er?a>0&&(n=Er,l=a,f=o.length):e===jr?u>0&&(n=jr,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?Er:jr:null)?n===Er?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Er&&Ur.test(r[Tr+"Property"])}}function zr(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map(function(e,n){return Br(e)+Br(t[n])}))}function Br(t){return 1e3*Number(t.slice(0,-1))}function Hr(t,e){var n=t.elm;o(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=$r(t.data.transition);if(!i(r)&&!o(n._enterCb)&&1===n.nodeType){for(var a=r.css,s=r.type,u=r.enterClass,l=r.enterToClass,f=r.enterActiveClass,p=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,m=r.beforeEnter,g=r.enter,y=r.afterEnter,b=r.enterCancelled,_=r.beforeAppear,k=r.appear,w=r.afterAppear,x=r.appearCancelled,C=r.duration,S=be,$=be.$vnode;$&&$.parent;)S=($=$.parent).context;var A=!S._isMounted||!t.isRootInsert;if(!A||k||""===k){var O=A&&p?p:u,E=A&&v?v:f,j=A&&h?h:l,T=A&&_||m,L=A&&"function"==typeof k?k:g,P=A&&w||y,I=A&&x||b,R=d(c(C)?C.enter:C);0;var N=!1!==a&&!J,D=Gr(L),W=n._enterCb=M(function(){N&&(Dr(n,j),Dr(n,E)),W.cancelled?(N&&Dr(n,O),I&&I(n)):P&&P(n),n._enterCb=null});t.data.show||ae(t,"insert",function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),L&&L(n,W)}),T&&T(n),N&&(Nr(n,O),Nr(n,E),Rr(function(){Dr(n,O),W.cancelled||(Nr(n,j),D||(Vr(R)?setTimeout(W,R):Wr(n,s,W)))})),t.data.show&&(e&&e(),L&&L(n,W)),N||D||W()}}}function qr(t,e){var n=t.elm;o(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=$r(t.data.transition);if(i(r)||1!==n.nodeType)return e();if(!o(n._leaveCb)){var a=r.css,s=r.type,u=r.leaveClass,l=r.leaveToClass,f=r.leaveActiveClass,p=r.beforeLeave,h=r.leave,v=r.afterLeave,m=r.leaveCancelled,g=r.delayLeave,y=r.duration,b=!1!==a&&!J,_=Gr(h),k=d(c(y)?y.leave:y);0;var w=n._leaveCb=M(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),b&&(Dr(n,l),Dr(n,f)),w.cancelled?(b&&Dr(n,u),m&&m(n)):(e(),v&&v(n)),n._leaveCb=null});g?g(x):x()}function x(){w.cancelled||(t.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),p&&p(n),b&&(Nr(n,u),Nr(n,f),Rr(function(){Dr(n,u),w.cancelled||(Nr(n,l),_||(Vr(k)?setTimeout(w,k):Wr(n,s,w)))})),h&&h(n,w),b||_||w())}}function Vr(t){return"number"==typeof t&&!isNaN(t)}function Gr(t){if(i(t))return!1;var e=t.fns;return o(e)?Gr(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Kr(t,e){!0!==e.data.show&&Hr(e)}var Jr=function(t){var e,n,r={},c=t.modules,u=t.nodeOps;for(e=0;e<Fn.length;++e)for(r[Fn[e]]=[],n=0;n<c.length;++n)o(c[n][Fn[e]])&&r[Fn[e]].push(c[n][Fn[e]]);function l(t){var e=u.parentNode(t);o(e)&&u.removeChild(e,t)}function f(t,e,n,i,s,c,l){if(o(t.elm)&&o(c)&&(t=c[l]=mt(t)),t.isRootInsert=!s,!function(t,e,n,i){var s=t.data;if(o(s)){var c=o(t.componentInstance)&&s.keepAlive;if(o(s=s.hook)&&o(s=s.init)&&s(t,!1,n,i),o(t.componentInstance))return p(t,e),a(c)&&function(t,e,n,i){for(var a,s=t;s.componentInstance;)if(s=s.componentInstance._vnode,o(a=s.data)&&o(a=a.transition)){for(a=0;a<r.activate.length;++a)r.activate[a](Un,s);e.push(s);break}h(n,t.elm,i)}(t,e,n,i),!0}}(t,e,n,i)){var f=t.data,v=t.children,m=t.tag;o(m)?(t.elm=t.ns?u.createElementNS(t.ns,m):u.createElement(m,t),y(t),d(t,v,e),o(f)&&g(t,e),h(n,t.elm,i)):a(t.isComment)?(t.elm=u.createComment(t.text),h(n,t.elm,i)):(t.elm=u.createTextNode(t.text),h(n,t.elm,i))}}function p(t,e){o(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,m(t)?(g(t,e),y(t)):(Wn(t),e.push(t))}function h(t,e,n){o(t)&&(o(n)?n.parentNode===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function d(t,e,n){if(Array.isArray(e))for(var r=0;r<e.length;++r)f(e[r],n,t.elm,null,!0,e,r);else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function m(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return o(t.tag)}function g(t,n){for(var i=0;i<r.create.length;++i)r.create[i](Un,t);o(e=t.data.hook)&&(o(e.create)&&e.create(Un,t),o(e.insert)&&n.push(t))}function y(t){var e;if(o(e=t.fnScopeId))u.setStyleScope(t.elm,e);else for(var n=t;n;)o(e=n.context)&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent;o(e=be)&&e!==t.context&&e!==t.fnContext&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function b(t,e,n,r,i,o){for(;r<=i;++r)f(n[r],o,t,e,!1,n,r)}function _(t){var e,n,i=t.data;if(o(i))for(o(e=i.hook)&&o(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(o(e=t.children))for(n=0;n<t.children.length;++n)_(t.children[n])}function k(t,e,n,r){for(;n<=r;++n){var i=e[n];o(i)&&(o(i.tag)?(w(i),_(i)):l(i.elm))}}function w(t,e){if(o(e)||o(t.data)){var n,i=r.remove.length+1;for(o(e)?e.listeners+=i:e=function(t,e){function n(){0==--n.listeners&&l(t)}return n.listeners=e,n}(t.elm,i),o(n=t.componentInstance)&&o(n=n._vnode)&&o(n.data)&&w(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);o(n=t.data.hook)&&o(n=n.remove)?n(t,e):e()}else l(t.elm)}function x(t,e,n,r){for(var i=n;i<r;i++){var a=e[i];if(o(a)&&zn(t,a))return i}}function C(t,e,n,s){if(t!==e){var c=e.elm=t.elm;if(a(t.isAsyncPlaceholder))o(e.asyncFactory.resolved)?A(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(a(e.isStatic)&&a(t.isStatic)&&e.key===t.key&&(a(e.isCloned)||a(e.isOnce)))e.componentInstance=t.componentInstance;else{var l,p=e.data;o(p)&&o(l=p.hook)&&o(l=l.prepatch)&&l(t,e);var h=t.children,d=e.children;if(o(p)&&m(e)){for(l=0;l<r.update.length;++l)r.update[l](t,e);o(l=p.hook)&&o(l=l.update)&&l(t,e)}i(e.text)?o(h)&&o(d)?h!==d&&function(t,e,n,r,a){for(var s,c,l,p=0,h=0,d=e.length-1,v=e[0],m=e[d],g=n.length-1,y=n[0],_=n[g],w=!a;p<=d&&h<=g;)i(v)?v=e[++p]:i(m)?m=e[--d]:zn(v,y)?(C(v,y,r),v=e[++p],y=n[++h]):zn(m,_)?(C(m,_,r),m=e[--d],_=n[--g]):zn(v,_)?(C(v,_,r),w&&u.insertBefore(t,v.elm,u.nextSibling(m.elm)),v=e[++p],_=n[--g]):zn(m,y)?(C(m,y,r),w&&u.insertBefore(t,m.elm,v.elm),m=e[--d],y=n[++h]):(i(s)&&(s=Bn(e,p,d)),i(c=o(y.key)?s[y.key]:x(y,e,p,d))?f(y,r,t,v.elm,!1,n,h):zn(l=e[c],y)?(C(l,y,r),e[c]=void 0,w&&u.insertBefore(t,l.elm,v.elm)):f(y,r,t,v.elm,!1,n,h),y=n[++h]);p>d?b(t,i(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&k(0,e,p,d)}(c,h,d,n,s):o(d)?(o(t.text)&&u.setTextContent(c,""),b(c,null,d,0,d.length-1,n)):o(h)?k(0,h,0,h.length-1):o(t.text)&&u.setTextContent(c,""):t.text!==e.text&&u.setTextContent(c,e.text),o(p)&&o(l=p.hook)&&o(l=l.postpatch)&&l(t,e)}}}function S(t,e,n){if(a(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var $=v("attrs,class,staticClass,staticStyle,key");function A(t,e,n,r){var i,s=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,a(e.isComment)&&o(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(o(c)&&(o(i=c.hook)&&o(i=i.init)&&i(e,!0),o(i=e.componentInstance)))return p(e,n),!0;if(o(s)){if(o(u))if(t.hasChildNodes())if(o(i=c)&&o(i=i.domProps)&&o(i=i.innerHTML)){if(i!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,h=0;h<u.length;h++){if(!f||!A(f,u[h],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else d(e,u,n);if(o(c)){var v=!1;for(var m in c)if(!$(m)){v=!0,g(e,n);break}!v&&c.class&&ee(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,s,c,l){if(!i(e)){var p,h=!1,d=[];if(i(t))h=!0,f(e,d,c,l);else{var v=o(t.nodeType);if(!v&&zn(t,e))C(t,e,d,s);else{if(v){if(1===t.nodeType&&t.hasAttribute(R)&&(t.removeAttribute(R),n=!0),a(n)&&A(t,e,d))return S(e,d,!0),t;p=t,t=new pt(u.tagName(p).toLowerCase(),{},[],void 0,p)}var g=t.elm,y=u.parentNode(g);if(f(e,d,g._leaveCb?null:y,u.nextSibling(g)),o(e.parent))for(var b=e.parent,w=m(e);b;){for(var x=0;x<r.destroy.length;++x)r.destroy[x](b);if(b.elm=e.elm,w){for(var $=0;$<r.create.length;++$)r.create[$](Un,b);var O=b.data.hook.insert;if(O.merged)for(var E=1;E<O.fns.length;E++)O.fns[E]()}else Wn(b);b=b.parent}o(y)?k(0,[t],0,0):o(t.tag)&&_(t)}}return S(e,d,h),e.elm}o(t)&&_(t)}}({nodeOps:Nn,modules:[tr,rr,ur,pr,xr,H?{create:Kr,activate:Kr,remove:function(t,e){!0!==t.data.show?qr(t,e):e()}}:{}].concat(Xn)});J&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&ri(t,"input")});var Xr={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ae(n,"postpatch",function(){Xr.componentUpdated(t,e,n)}):Yr(t,e,n.context),t._vOptions=[].map.call(t.options,ti)):("textarea"===n.tag||Rn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",ei),t.addEventListener("compositionend",ni),t.addEventListener("change",ni),J&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Yr(t,e,n.context);var r=t._vOptions,i=t._vOptions=[].map.call(t.options,ti);if(i.some(function(t,e){return!P(t,r[e])}))(t.multiple?e.value.some(function(t){return Zr(t,i)}):e.value!==e.oldValue&&Zr(e.value,i))&&ri(t,"change")}}};function Yr(t,e,n){Qr(t,e,n),(K||X)&&setTimeout(function(){Qr(t,e,n)},0)}function Qr(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],i)o=I(r,ti(a))>-1,a.selected!==o&&(a.selected=o);else if(P(ti(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function Zr(t,e){return e.every(function(e){return!P(e,t)})}function ti(t){return"_value"in t?t._value:t.value}function ei(t){t.target.composing=!0}function ni(t){t.target.composing&&(t.target.composing=!1,ri(t.target,"input"))}function ri(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ii(t){return!t.componentInstance||t.data&&t.data.transition?t:ii(t.componentInstance._vnode)}var oi={model:Xr,show:{bind:function(t,e,n){var r=e.value,i=(n=ii(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Hr(n,function(){t.style.display=o})):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ii(n)).data&&n.data.transition?(n.data.show=!0,r?Hr(n,function(){t.style.display=t.__vOriginalDisplay}):qr(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}}},ai={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function si(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?si(pe(e.children)):t}function ci(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[w(o)]=i[o];return e}function ui(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var li={name:"transition",props:ai,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag||fe(t)})).length){0;var r=this.mode;0;var i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=si(i);if(!o)return i;if(this._leaving)return ui(t,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var c=(o.data||(o.data={})).transition=ci(this),u=this._vnode,l=si(u);if(o.data.directives&&o.data.directives.some(function(t){return"show"===t.name})&&(o.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,l)&&!fe(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=O({},c);if("out-in"===r)return this._leaving=!0,ae(f,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),ui(t,i);if("in-out"===r){if(fe(o))return u;var p,h=function(){p()};ae(c,"afterEnter",h),ae(c,"enterCancelled",h),ae(f,"delayLeave",function(t){p=t})}}return i}}},fi=O({tag:String,moveClass:String},ai);function pi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function hi(t){t.data.newPos=t.elm.getBoundingClientRect()}function di(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete fi.mode;var vi={Transition:li,TransitionGroup:{props:fi,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=ci(this),s=0;s<i.length;s++){var c=i[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))o.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var p=r[f];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept=t(e,null,u),this.removed=l}return t(e,null,o)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(pi),t.forEach(hi),t.forEach(di),this._reflow=document.body.offsetHeight,t.forEach(function(t){if(t.data.moved){var n=t.elm,r=n.style;Nr(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Lr,n._moveCb=function t(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Lr,t),n._moveCb=null,Dr(n,e))})}}))},methods:{hasMove:function(t,e){if(!Or)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach(function(t){Sr(n,t)}),Cr(n,e),n.style.display="none",this.$el.appendChild(n);var r=Fr(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};fn.config.mustUseProp=function(t,e,n){return"value"===n&&_n(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},fn.config.isReservedTag=In,fn.config.isReservedAttr=bn,fn.config.getTagNamespace=function(t){return Pn(t)?"svg":"math"===t?"math":void 0},fn.config.isUnknownElement=function(t){if(!H)return!0;if(In(t))return!1;if(t=t.toLowerCase(),null!=Mn[t])return Mn[t];var e=document.createElement(t);return t.indexOf("-")>-1?Mn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Mn[t]=/HTMLUnknownElement/.test(e.toString())},O(fn.options.directives,oi),O(fn.options.components,vi),fn.prototype.__patch__=H?Jr:j,fn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=dt),we(t,"beforeMount"),r=function(){t._update(t._render(),n)},new Te(t,r,j,null,!0),n=!1,null==t.$vnode&&(t._isMounted=!0,we(t,"mounted")),t}(this,t=t&&H?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},H&&setTimeout(function(){W.devtools&&nt&&nt.emit("init",fn)},0);var mi=fn;
+/*!
+  * vue-router v3.0.2
+  * (c) 2018 Evan You
+  * @license MIT
+  */function gi(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function yi(t,e){for(var n in e)t[n]=e[n];return t}var bi={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,i=e.parent,o=e.data;o.routerView=!0;for(var a=i.$createElement,s=n.name,c=i.$route,u=i._routerViewCache||(i._routerViewCache={}),l=0,f=!1;i&&i._routerRoot!==i;)i.$vnode&&i.$vnode.data.routerView&&l++,i._inactive&&(f=!0),i=i.$parent;if(o.routerViewDepth=l,f)return a(u[s],o,r);var p=c.matched[l];if(!p)return u[s]=null,a();var h=u[s]=p.components[s];o.registerRouteInstance=function(t,e){var n=p.instances[s];(e&&n!==t||!e&&n===t)&&(p.instances[s]=e)},(o.hook||(o.hook={})).prepatch=function(t,e){p.instances[s]=e.componentInstance};var d=o.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(c,p.props&&p.props[s]);if(d){d=o.props=yi({},d);var v=o.attrs=o.attrs||{};for(var m in d)h.props&&m in h.props||(v[m]=d[m],delete d[m])}return a(h,o,r)}};var _i=/[!'()*]/g,ki=function(t){return"%"+t.charCodeAt(0).toString(16)},wi=/%2C/g,xi=function(t){return encodeURIComponent(t).replace(_i,ki).replace(wi,",")},Ci=decodeURIComponent;function Si(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=Ci(n.shift()),i=n.length>0?Ci(n.join("=")):null;void 0===e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]}),e):e}function $i(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return xi(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(xi(e)):r.push(xi(e)+"="+xi(t)))}),r.join("&")}return xi(e)+"="+xi(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var Ai=/\/?$/;function Oi(t,e,n,r){var i=r&&r.options.stringifyQuery,o=e.query||{};try{o=Ei(o)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:o,params:e.params||{},fullPath:Li(e,i),matched:t?Ti(t):[]};return n&&(a.redirectedFrom=Li(n,i)),Object.freeze(a)}function Ei(t){if(Array.isArray(t))return t.map(Ei);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Ei(t[n]);return e}return t}var ji=Oi(null,{path:"/"});function Ti(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function Li(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||$i)(r)+i}function Pi(t,e){return e===ji?t===e:!!e&&(t.path&&e.path?t.path.replace(Ai,"")===e.path.replace(Ai,"")&&t.hash===e.hash&&Ii(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&Ii(t.query,e.query)&&Ii(t.params,e.params)))}function Ii(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],i=e[n];return"object"==typeof r&&"object"==typeof i?Ii(r,i):String(r)===String(i)})}var Mi,Ri=[String,Object],Ni=[String,Array],Di={name:"RouterLink",props:{to:{type:Ri,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Ni,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.location,a=i.route,s=i.href,c={},u=n.options.linkActiveClass,l=n.options.linkExactActiveClass,f=null==u?"router-link-active":u,p=null==l?"router-link-exact-active":l,h=null==this.activeClass?f:this.activeClass,d=null==this.exactActiveClass?p:this.exactActiveClass,v=o.path?Oi(null,o,null,n):a;c[d]=Pi(r,v),c[h]=this.exact?c[d]:function(t,e){return 0===t.path.replace(Ai,"/").indexOf(e.path.replace(Ai,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,v);var m=function(t){Wi(t)&&(e.replace?n.replace(o):n.push(o))},g={click:Wi};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=m}):g[this.event]=m;var y={class:c};if("a"===this.tag)y.on=g,y.attrs={href:s};else{var b=function t(e){if(e)for(var n,r=0;r<e.length;r++){if("a"===(n=e[r]).tag)return n;if(n.children&&(n=t(n.children)))return n}}(this.$slots.default);if(b)b.isStatic=!1,(b.data=yi({},b.data)).on=g,(b.data.attrs=yi({},b.data.attrs)).href=s;else y.on=g}return t(this.tag,y,this.$slots.default)}};function Wi(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}var Ui="undefined"!=typeof window;function Fi(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var i=e.split("/");n&&i[i.length-1]||i.pop();for(var o=t.replace(/^\//,"").split("/"),a=0;a<o.length;a++){var s=o[a];".."===s?i.pop():"."!==s&&i.push(s)}return""!==i[0]&&i.unshift(""),i.join("/")}function zi(t){return t.replace(/\/\//g,"/")}var Bi=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},Hi=io,qi=Xi,Vi=function(t,e){return Qi(Xi(t,e))},Gi=Qi,Ki=ro,Ji=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function Xi(t,e){for(var n,r=[],i=0,o=0,a="",s=e&&e.delimiter||"/";null!=(n=Ji.exec(t));){var c=n[0],u=n[1],l=n.index;if(a+=t.slice(o,l),o=l+c.length,u)a+=u[1];else{var f=t[o],p=n[2],h=n[3],d=n[4],v=n[5],m=n[6],g=n[7];a&&(r.push(a),a="");var y=null!=p&&null!=f&&f!==p,b="+"===m||"*"===m,_="?"===m||"*"===m,k=n[2]||s,w=d||v;r.push({name:h||i++,prefix:p||"",delimiter:k,optional:_,repeat:b,partial:y,asterisk:!!g,pattern:w?to(w):g?".*":"[^"+Zi(k)+"]+?"})}}return o<t.length&&(a+=t.substr(o)),a&&r.push(a),r}function Yi(t){return encodeURI(t).replace(/[\/?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function Qi(t){for(var e=new Array(t.length),n=0;n<t.length;n++)"object"==typeof t[n]&&(e[n]=new RegExp("^(?:"+t[n].pattern+")$"));return function(n,r){for(var i="",o=n||{},a=(r||{}).pretty?Yi:encodeURIComponent,s=0;s<t.length;s++){var c=t[s];if("string"!=typeof c){var u,l=o[c.name];if(null==l){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(Bi(l)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(l)+"`");if(0===l.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<l.length;f++){if(u=a(l[f]),!e[s].test(u))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(u)+"`");i+=(0===f?c.prefix:c.delimiter)+u}}else{if(u=c.asterisk?encodeURI(l).replace(/[?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}):a(l),!e[s].test(u))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+u+'"');i+=c.prefix+u}}else i+=c}return i}}function Zi(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function to(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function eo(t,e){return t.keys=e,t}function no(t){return t.sensitive?"":"i"}function ro(t,e,n){Bi(e)||(n=e||n,e=[]);for(var r=(n=n||{}).strict,i=!1!==n.end,o="",a=0;a<t.length;a++){var s=t[a];if("string"==typeof s)o+=Zi(s);else{var c=Zi(s.prefix),u="(?:"+s.pattern+")";e.push(s),s.repeat&&(u+="(?:"+c+u+")*"),o+=u=s.optional?s.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")"}}var l=Zi(n.delimiter||"/"),f=o.slice(-l.length)===l;return r||(o=(f?o.slice(0,-l.length):o)+"(?:"+l+"(?=$))?"),o+=i?"$":r&&f?"":"(?="+l+"|$)",eo(new RegExp("^"+o,no(n)),e)}function io(t,e,n){return Bi(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?function(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return eo(t,e)}(t,e):Bi(t)?function(t,e,n){for(var r=[],i=0;i<t.length;i++)r.push(io(t[i],e,n).source);return eo(new RegExp("(?:"+r.join("|")+")",no(n)),e)}(t,e,n):function(t,e,n){return ro(Xi(t,n),e,n)}(t,e,n)}Hi.parse=qi,Hi.compile=Vi,Hi.tokensToFunction=Gi,Hi.tokensToRegExp=Ki;var oo=Object.create(null);function ao(t,e,n){try{return(oo[t]||(oo[t]=Hi.compile(t)))(e||{},{pretty:!0})}catch(t){return""}}function so(t,e,n,r){var i=e||[],o=n||Object.create(null),a=r||Object.create(null);t.forEach(function(t){!function t(e,n,r,i,o,a){var s=i.path;var c=i.name;0;var u=i.pathToRegexpOptions||{};var l=function(t,e,n){n||(t=t.replace(/\/$/,""));if("/"===t[0])return t;if(null==e)return t;return zi(e.path+"/"+t)}(s,o,u.strict);"boolean"==typeof i.caseSensitive&&(u.sensitive=i.caseSensitive);var f={path:l,regex:co(l,u),components:i.components||{default:i.component},instances:{},name:c,parent:o,matchAs:a,redirect:i.redirect,beforeEnter:i.beforeEnter,meta:i.meta||{},props:null==i.props?{}:i.components?i.props:{default:i.props}};i.children&&i.children.forEach(function(i){var o=a?zi(a+"/"+i.path):void 0;t(e,n,r,i,f,o)});if(void 0!==i.alias){var p=Array.isArray(i.alias)?i.alias:[i.alias];p.forEach(function(a){var s={path:a,children:i.children};t(e,n,r,s,o,f.path||"/")})}n[f.path]||(e.push(f.path),n[f.path]=f);c&&(r[c]||(r[c]=f))}(i,o,a,t)});for(var s=0,c=i.length;s<c;s++)"*"===i[s]&&(i.push(i.splice(s,1)[0]),c--,s--);return{pathList:i,pathMap:o,nameMap:a}}function co(t,e){return Hi(t,[],e)}function uo(t,e,n,r){var i="string"==typeof t?{path:t}:t;if(i.name||i._normalized)return i;if(!i.path&&i.params&&e){(i=yi({},i))._normalized=!0;var o=yi(yi({},e.params),i.params);if(e.name)i.name=e.name,i.params=o;else if(e.matched.length){var a=e.matched[e.matched.length-1].path;i.path=ao(a,o,e.path)}else 0;return i}var s=function(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}(i.path||""),c=e&&e.path||"/",u=s.path?Fi(s.path,c,n||i.append):c,l=function(t,e,n){void 0===e&&(e={});var r,i=n||Si;try{r=i(t||"")}catch(t){r={}}for(var o in e)r[o]=e[o];return r}(s.query,i.query,r&&r.options.parseQuery),f=i.hash||s.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:l,hash:f}}function lo(t,e){var n=so(t),r=n.pathList,i=n.pathMap,o=n.nameMap;function a(t,n,a){var s=uo(t,n,!1,e),u=s.name;if(u){var l=o[u];if(!l)return c(null,s);var f=l.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof s.params&&(s.params={}),n&&"object"==typeof n.params)for(var p in n.params)!(p in s.params)&&f.indexOf(p)>-1&&(s.params[p]=n.params[p]);if(l)return s.path=ao(l.path,s.params),c(l,s,a)}else if(s.path){s.params={};for(var h=0;h<r.length;h++){var d=r[h],v=i[d];if(fo(v.regex,s.path,s.params))return c(v,s,a)}}return c(null,s)}function s(t,n){var r=t.redirect,i="function"==typeof r?r(Oi(t,n,null,e)):r;if("string"==typeof i&&(i={path:i}),!i||"object"!=typeof i)return c(null,n);var s=i,u=s.name,l=s.path,f=n.query,p=n.hash,h=n.params;if(f=s.hasOwnProperty("query")?s.query:f,p=s.hasOwnProperty("hash")?s.hash:p,h=s.hasOwnProperty("params")?s.params:h,u){o[u];return a({_normalized:!0,name:u,query:f,hash:p,params:h},void 0,n)}if(l){var d=function(t,e){return Fi(t,e.parent?e.parent.path:"/",!0)}(l,t);return a({_normalized:!0,path:ao(d,h),query:f,hash:p},void 0,n)}return c(null,n)}function c(t,n,r){return t&&t.redirect?s(t,r||n):t&&t.matchAs?function(t,e,n){var r=a({_normalized:!0,path:ao(n,e.params)});if(r){var i=r.matched,o=i[i.length-1];return e.params=r.params,c(o,e)}return c(null,e)}(0,n,t.matchAs):Oi(t,n,r,e)}return{match:a,addRoutes:function(t){so(t,r,i,o)}}}function fo(t,e,n){var r=e.match(t);if(!r)return!1;if(!n)return!0;for(var i=1,o=r.length;i<o;++i){var a=t.keys[i-1],s="string"==typeof r[i]?decodeURIComponent(r[i]):r[i];a&&(n[a.name||"pathMatch"]=s)}return!0}var po=Object.create(null);function ho(){window.history.replaceState({key:$o()},"",window.location.href.replace(window.location.origin,"")),window.addEventListener("popstate",function(t){var e;mo(),t.state&&t.state.key&&(e=t.state.key,Co=e)})}function vo(t,e,n,r){if(t.app){var i=t.options.scrollBehavior;i&&t.app.$nextTick(function(){var o=function(){var t=$o();if(t)return po[t]}(),a=i.call(t,e,n,r?o:null);a&&("function"==typeof a.then?a.then(function(t){_o(t,o)}).catch(function(t){0}):_o(a,o))})}}function mo(){var t=$o();t&&(po[t]={x:window.pageXOffset,y:window.pageYOffset})}function go(t){return bo(t.x)||bo(t.y)}function yo(t){return{x:bo(t.x)?t.x:window.pageXOffset,y:bo(t.y)?t.y:window.pageYOffset}}function bo(t){return"number"==typeof t}function _o(t,e){var n,r="object"==typeof t;if(r&&"string"==typeof t.selector){var i=document.querySelector(t.selector);if(i){var o=t.offset&&"object"==typeof t.offset?t.offset:{};e=function(t,e){var n=document.documentElement.getBoundingClientRect(),r=t.getBoundingClientRect();return{x:r.left-n.left-e.x,y:r.top-n.top-e.y}}(i,o={x:bo((n=o).x)?n.x:0,y:bo(n.y)?n.y:0})}else go(t)&&(e=yo(t))}else r&&go(t)&&(e=yo(t));e&&window.scrollTo(e.x,e.y)}var ko,wo=Ui&&((-1===(ko=window.navigator.userAgent).indexOf("Android 2.")&&-1===ko.indexOf("Android 4.0")||-1===ko.indexOf("Mobile Safari")||-1!==ko.indexOf("Chrome")||-1!==ko.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),xo=Ui&&window.performance&&window.performance.now?window.performance:Date,Co=So();function So(){return xo.now().toFixed(3)}function $o(){return Co}function Ao(t,e){mo();var n=window.history;try{e?n.replaceState({key:Co},"",t):(Co=So(),n.pushState({key:Co},"",t))}catch(n){window.location[e?"replace":"assign"](t)}}function Oo(t){Ao(t,!0)}function Eo(t,e,n){var r=function(i){i>=t.length?n():t[i]?e(t[i],function(){r(i+1)}):r(i+1)};r(0)}function jo(t){return function(e,n,r){var i=!1,o=0,a=null;To(t,function(t,e,n,s){if("function"==typeof t&&void 0===t.cid){i=!0,o++;var c,u=Io(function(e){var i;((i=e).__esModule||Po&&"Module"===i[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:Mi.extend(e),n.components[s]=e,--o<=0&&r()}),l=Io(function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=gi(t)?t:new Error(e),r(a))});try{c=t(u,l)}catch(t){l(t)}if(c)if("function"==typeof c.then)c.then(u,l);else{var f=c.component;f&&"function"==typeof f.then&&f.then(u,l)}}}),i||r()}}function To(t,e){return Lo(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function Lo(t){return Array.prototype.concat.apply([],t)}var Po="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Io(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var Mo=function(t,e){this.router=t,this.base=function(t){if(!t)if(Ui){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=ji,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Ro(t,e,n,r){var i=To(t,function(t,r,i,o){var a=function(t,e){"function"!=typeof t&&(t=Mi.extend(t));return t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map(function(t){return n(t,r,i,o)}):n(a,r,i,o)});return Lo(r?i.reverse():i)}function No(t,e){if(e)return function(){return t.apply(e,arguments)}}Mo.prototype.listen=function(t){this.cb=t},Mo.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Mo.prototype.onError=function(t){this.errorCbs.push(t)},Mo.prototype.transitionTo=function(t,e,n){var r=this,i=this.router.match(t,this.current);this.confirmTransition(i,function(){r.updateRoute(i),e&&e(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(i)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},Mo.prototype.confirmTransition=function(t,e,n){var r=this,i=this.current,o=function(t){gi(t)&&(r.errorCbs.length?r.errorCbs.forEach(function(e){e(t)}):console.error(t)),n&&n(t)};if(Pi(t,i)&&t.matched.length===i.matched.length)return this.ensureURL(),o();var a=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r&&t[n]===e[n];n++);return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}(this.current.matched,t.matched),s=a.updated,c=a.deactivated,u=a.activated,l=[].concat(function(t){return Ro(t,"beforeRouteLeave",No,!0)}(c),this.router.beforeHooks,function(t){return Ro(t,"beforeRouteUpdate",No)}(s),u.map(function(t){return t.beforeEnter}),jo(u));this.pending=t;var f=function(e,n){if(r.pending!==t)return o();try{e(t,i,function(t){!1===t||gi(t)?(r.ensureURL(!0),o(t)):"string"==typeof t||"object"==typeof t&&("string"==typeof t.path||"string"==typeof t.name)?(o(),"object"==typeof t&&t.replace?r.replace(t):r.push(t)):n(t)})}catch(t){o(t)}};Eo(l,f,function(){var n=[];Eo(function(t,e,n){return Ro(t,"beforeRouteEnter",function(t,r,i,o){return function(t,e,n,r,i){return function(o,a,s){return t(o,a,function(t){s(t),"function"==typeof t&&r.push(function(){!function t(e,n,r,i){n[r]&&!n[r]._isBeingDestroyed?e(n[r]):i()&&setTimeout(function(){t(e,n,r,i)},16)}(t,e.instances,n,i)})})}}(t,i,o,e,n)})}(u,n,function(){return r.current===t}).concat(r.router.resolveHooks),f,function(){if(r.pending!==t)return o();r.pending=null,e(t),r.router.app&&r.router.app.$nextTick(function(){n.forEach(function(t){t()})})})})},Mo.prototype.updateRoute=function(t){var e=this.current;this.current=t,this.cb&&this.cb(t),this.router.afterHooks.forEach(function(n){n&&n(t,e)})};var Do=function(t){function e(e,n){var r=this;t.call(this,e,n);var i=e.options.scrollBehavior,o=wo&&i;o&&ho();var a=Wo(this.base);window.addEventListener("popstate",function(t){var n=r.current,i=Wo(r.base);r.current===ji&&i===a||r.transitionTo(i,function(t){o&&vo(e,t,n,!0)})})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){Ao(zi(r.base+t.fullPath)),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){Oo(zi(r.base+t.fullPath)),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.ensureURL=function(t){if(Wo(this.base)!==this.current.fullPath){var e=zi(this.base+this.current.fullPath);t?Ao(e):Oo(e)}},e.prototype.getCurrentLocation=function(){return Wo(this.base)},e}(Mo);function Wo(t){var e=decodeURI(window.location.pathname);return t&&0===e.indexOf(t)&&(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var Uo=function(t){function e(e,n,r){t.call(this,e,n),r&&function(t){var e=Wo(t);if(!/^\/#/.test(e))return window.location.replace(zi(t+"/#"+e)),!0}(this.base)||Fo()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this,e=this.router.options.scrollBehavior,n=wo&&e;n&&ho(),window.addEventListener(wo?"popstate":"hashchange",function(){var e=t.current;Fo()&&t.transitionTo(zo(),function(r){n&&vo(t.router,r,e,!0),wo||qo(r.fullPath)})})},e.prototype.push=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){Ho(t.fullPath),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){qo(t.fullPath),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;zo()!==e&&(t?Ho(e):qo(e))},e.prototype.getCurrentLocation=function(){return zo()},e}(Mo);function Fo(){var t=zo();return"/"===t.charAt(0)||(qo("/"+t),!1)}function zo(){var t=window.location.href,e=t.indexOf("#");return-1===e?"":decodeURI(t.slice(e+1))}function Bo(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function Ho(t){wo?Ao(Bo(t)):window.location.hash=t}function qo(t){wo?Oo(Bo(t)):window.location.replace(Bo(t))}var Vo=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(Mo),Go=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=lo(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!wo&&!1!==t.fallback,this.fallback&&(e="hash"),Ui||(e="abstract"),this.mode=e,e){case"history":this.history=new Do(this,t.base);break;case"hash":this.history=new Uo(this,t.base,this.fallback);break;case"abstract":this.history=new Vo(this,t.base);break;default:0}},Ko={currentRoute:{configurable:!0}};function Jo(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}Go.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},Ko.currentRoute.get=function(){return this.history&&this.history.current},Go.prototype.init=function(t){var e=this;if(this.apps.push(t),!this.app){this.app=t;var n=this.history;if(n instanceof Do)n.transitionTo(n.getCurrentLocation());else if(n instanceof Uo){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},Go.prototype.beforeEach=function(t){return Jo(this.beforeHooks,t)},Go.prototype.beforeResolve=function(t){return Jo(this.resolveHooks,t)},Go.prototype.afterEach=function(t){return Jo(this.afterHooks,t)},Go.prototype.onReady=function(t,e){this.history.onReady(t,e)},Go.prototype.onError=function(t){this.history.onError(t)},Go.prototype.push=function(t,e,n){this.history.push(t,e,n)},Go.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},Go.prototype.go=function(t){this.history.go(t)},Go.prototype.back=function(){this.go(-1)},Go.prototype.forward=function(){this.go(1)},Go.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},Go.prototype.resolve=function(t,e,n){var r=uo(t,e||this.history.current,n,this),i=this.match(r,e),o=i.redirectedFrom||i.fullPath;return{location:r,route:i,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?zi(t+"/"+r):r}(this.history.base,o,this.mode),normalizedTo:r,resolved:i}},Go.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==ji&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Go.prototype,Ko),Go.install=function t(e){if(!t.installed||Mi!==e){t.installed=!0,Mi=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",bi),e.component("RouterLink",Di);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},Go.version="3.0.2",Ui&&window.Vue&&window.Vue.use(Go);var Xo=Go;n(103),n(18),n(28),n(16),n(29),n(66),n(31),n(67);function Yo(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function Qo(t,e){var n;t.mixins||(t.mixins=[]),(n=t.mixins).push.apply(n,Yo(e))}var Zo={disableScrollBehavior:!1},ta=n(51),ea=n.n(ta),na={},ra=(n(110),n(0)),ia=Object(ra.a)(na,function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("footer",{staticClass:"footer-container"},[n("div",{staticClass:"cols-container"},[n("div",{staticClass:"col col-18"},[n("dl",[n("dt",[t._v("Disclaimer")]),t._v(" "),n("dd",[n("p",[t._v("Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.")])])])]),t._v(" "),n("div",{staticClass:"col col-6"},[n("dl",[n("dt",[t._v("ASF")]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/",target:"_self"}},[t._v("Foundation")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/licenses/",target:"_self"}},[t._v("License")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/events/current-event",target:"_self"}},[t._v("Events")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/foundation/sponsorship.html",target:"_self"}},[t._v("Sponsorship")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/foundation/thanks.html",target:"_self"}},[t._v("Thanks")])])])])]),t._v(" "),n("div",{staticClass:"copyright"},[t._v("Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.")])])}],!1,null,null,null);ia.options.__file="Footer.vue";var oa=ia.exports,aa={components:{Footer:oa},data:function(){return{x:0,y:0}},computed:{data:function(){return this.$page.frontmatter}},mounted:function(){var t=this;document.onmousemove=function(e){t.x=-e.screenX,t.y=-e.screenY}}},sa=(n(112),Object(ra.a)(aa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"home"},[n("div",{staticClass:"wrapper"},[n("div",{staticClass:"avatar"},[n("img",{style:"transform: translate3d("+t.x/30+"px, "+t.y/30+"px, 0px);",attrs:{src:"/circuit-board.svg",width:"100%"}}),t._v(" "),n("img",{style:"transform: translate3d("+(100+t.x/15)+"px, "+(t.y/15-200)+"px, 0px);",attrs:{src:"/circuit-board.svg",width:"84%"}}),t._v(" "),n("div",{staticClass:"vertical-middle"},[n("div",{staticClass:"avatar-wrapper"},[t._m(0),t._v(" "),n("p",{staticClass:"avatar-desc"},[t._v(t._s(t.data.description))]),t._v(" "),n("div",{staticClass:"button-area"},[n("a",{staticClass:"button1",attrs:{target:"_self",href:"https://github.com/apache/incubator-skywalking/tree/master/docs"}},[t._v(t._s(t.data.start))]),t._v(" "),n("a",{staticClass:"button2",attrs:{target:"_self",href:"https://github.com/apache/incubator-skywalking"}},[t._v("Github")])])]),t._v(" "),n("div",{staticClass:"moon",style:"transform: translate3d("+-t.x/40+"px, "+-t.y/40+"px, 0px);"})])]),t._v(" "),n("div",{staticClass:"home-card"},[n("div",{staticClass:"home-card-about tc"},[n("h1",[t._v(t._s(t.data.what.title))]),t._v(" "),t._l(t.data.what.content,function(e){return n("p",[t._v(t._s(e))])}),t._v(" "),n("img",{staticStyle:{"margin-top":"20px","max-width":"900px","box-shadow":"0 2px 5px #00000033"},attrs:{src:"/frame.jpeg",width:"100%"}})],2),t._v(" "),n("div",{staticClass:"home-card-feature"},[n("h1",{staticClass:"tc"},[t._v(t._s(t.data.feature.title))]),t._v(" "),n("table",{attrs:{width:"100%"}},[n("col",{staticStyle:{width:"50%"}}),t._v(" "),n("col",{staticStyle:{width:"50%"}}),t._v(" "),n("tr",[n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/search.svg"}}),t._v(t._s(t.data.feature.content[0]))]),t._v(" "),n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/more.svg"}}),t._v(t._s(t.data.feature.content[1]))])]),t._v(" "),n("tr",[n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/light.svg"}}),t._v(t._s(t.data.feature.content[2]))]),t._v(" "),n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/list.svg"}}),t._v(t._s(t.data.feature.content[3]))])]),t._v(" "),n("tr",[n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/alarm.svg"}}),t._v(t._s(t.data.feature.content[4]))]),t._v(" "),n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/ui.svg"}}),t._v(t._s(t.data.feature.content[5]))])])])]),t._v(" "),n("div",{staticClass:"home-card-news clear"},[n("h1",{staticClass:"tc"},[t._v(t._s(t.data.news.title))]),t._v(" "),t._l(t.data.news.content,function(e){return n("div",{staticClass:"home-card-news-item"},[n("h4",{staticClass:"mb10 mt0"},[t._v(t._s(e.header))]),t._v(" "),n("div",{staticClass:"sm mb10"},[n("span",{staticStyle:{color:"#999","margin-right":"10px"}},[t._v(t._s(e.time))])]),t._v(" "),n("p",{staticClass:"mt0"},[t._v(t._s(e.content))])])})],2),t._v(" "),n("div",{staticClass:"home-card-user tc"},[n("h1",[t._v(t._s(t.data.user.title))]),t._v(" "),n("p",[t._v(t._s(t.data.user.content))]),t._v(" "),n("img",{staticStyle:{"margin-top":"20px","max-width":"900px"},attrs:{src:"/users.png",width:"100%"}})])]),t._v(" "),n("Footer")],1)])},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"product-name"},[e("div",{staticClass:"avatar-title"},[this._v("\n                Apache SkyWalking\n                "),e("span",{staticClass:"incubating"},[this._v("Incubating")])])])}],!1,null,null,null));sa.options.__file="Home.vue";var ca=sa.exports,ua={components:{Footer:oa},computed:{data:function(){return this.$page.frontmatter}}},la=(n(114),Object(ra.a)(ua,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"blog"},[n("div",{staticClass:"content"},t._l(t.data.blog,function(e){return n("div",{staticClass:"blog-item"},[n("h3",[t._v(t._s(e.title))]),t._v(" "),n("time",[t._v(t._s(e.time))]),t._v(" "),n("p",[t._v(t._s(e.short))]),t._v(" "),n("a",{attrs:{href:e.name+".html"}},[t._v("Read more")])])})),t._v(" "),n("Footer")],1)},[],!1,null,null,null));la.options.__file="Blog.vue";var fa=la.exports,pa=(n(32),n(116),n(33),n(117),n(86),/#.*$/),ha=/\.(md|html)$/,da=/\/$/,va=/^(https?:|mailto:|tel:)/;function ma(t){return decodeURI(t).replace(pa,"").replace(ha,"")}function ga(t){return va.test(t)}function ya(t){if(ga(t))return t;var e=t.match(pa),n=e?e[0]:"",r=ma(t);return da.test(r)?t:r+".html"+n}function ba(t,e){var n=t.hash,r=function(t){var e=t.match(pa);if(e)return e[0]}(e);return(!r||n===r)&&ma(t.path)===ma(e)}function _a(t,e,n){n&&(e=function(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var i=e.split("/");n&&i[i.length-1]||i.pop();for(var o=t.replace(/^\//,"").split("/"),a=0;a<o.length;a++){var s=o[a];".."===s?i.pop():"."!==s&&i.push(s)}""!==i[0]&&i.unshift("");return i.join("/")}(e,n));for(var r=ma(e),i=0;i<t.length;i++)if(ma(t[i].path)===r)return Object.assign({},t[i],{type:"page",path:ya(e)});return console.error('[vuepress] No matching page found for sidebar item "'.concat(e,'"')),{}}function ka(t,e,n,r){var i=n.pages,o=n.themeConfig,a=r&&o.locales&&o.locales[r]||o;if("auto"===(t.frontmatter.sidebar||a.sidebar||o.sidebar))return function(t){var e=wa(t.headers||[]);return[{type:"group",collapsable:!1,title:t.title,children:e.map(function(e){return{type:"auto",title:e.title,basePath:t.path,path:t.path+"#"+e.slug,children:e.children||[]}})}]}(t);var s=a.sidebar||o.sidebar;if(s){var c=function(t,e){if(Array.isArray(e))return{base:"/",config:e};for(var n in e)if(0===(r=t.path,/(\.html|\/)$/.test(r)?r:r+"/").indexOf(n))return{base:n,config:e[n]};var r;return{}}(e,s),u=c.base,l=c.config;return l?l.map(function(t){return function t(e,n,r,i){if("string"==typeof e)return _a(n,e,r);if(Array.isArray(e))return Object.assign(_a(n,e[0],r),{title:e[1]});i&&console.error("[vuepress] Nested sidebar groups are not supported. Consider using navbar + categories instead.");var o=e.children||[];return{type:"group",title:e.title,children:o.map(function(e){return t(e,n,r,!0)}),collapsable:!1!==e.collapsable}}(t,i,u)}):[]}return[]}function wa(t){var e;return(t=t.map(function(t){return Object.assign({},t)})).forEach(function(t){2===t.level?e=t:e&&(e.children||(e.children=[])).push(t)}),t.filter(function(t){return 2===t.level})}function xa(t){return Object.assign(t,{type:t.items&&t.items.length?"links":"link"})}function Ca(t,e,n){var r=[];e.forEach(function(t){"group"===t.type?r.push.apply(r,Yo(t.children||[])):r.push(t)});for(var i=0;i<r.length;i++){var o=r[i];if("page"===o.type&&o.path===t.path)return r[i+n]}}var Sa={props:["sidebarItems"],components:{Footer:oa},computed:{lastUpdated:function(){if(this.$page.lastUpdated)return new Date(this.$page.lastUpdated).toLocaleString(this.$lang)},lastUpdatedText:function(){return"string"==typeof this.$themeLocaleConfig.lastUpdated?this.$themeLocaleConfig.lastUpdated:"string"==typeof this.$site.themeConfig.lastUpdated?this.$site.themeConfig.lastUpdated:"Last Updated"},prev:function(){var t,e,n=this.$page.frontmatter.prev;return!1===n?void 0:n?_a(this.$site.pages,n,this.$route.path):(t=this.$page,e=this.sidebarItems,Ca(t,e,-1))},next:function(){var t,e,n=this.$page.frontmatter.next;return!1===n?void 0:n?_a(this.$site.pages,n,this.$route.path):(t=this.$page,e=this.sidebarItems,Ca(t,e,1))},editLink:function(){if(!1!==this.$page.frontmatter.editLink){var t=this.$site.themeConfig,e=t.repo,n=t.editLinks,r=t.docsDir,i=void 0===r?"":r,o=t.docsBranch,a=void 0===o?"master":o,s=t.docsRepo,c=void 0===s?e:s,u=ma(this.$page.path);return da.test(u)?u+="README.md":u+=".md",c&&n?this.createEditLink(e,c,i,a,u):void 0}},editLinkText:function(){return this.$themeLocaleConfig.editLinkText||this.$site.themeConfig.editLinkText||"Edit this page"}},methods:{createEditLink:function(t,e,n,r,i){return/bitbucket.org/.test(t)?(va.test(e)?e:t).replace(da,"")+"/".concat(r)+(n?"/"+n.replace(da,""):"")+i+"?mode=edit&spa=0&at=".concat(r,"&fileviewer=file-view-default"):(va.test(e)?e:"https://github.com/".concat(e)).replace(da,"")+"/edit/".concat(r)+(n?"/"+n.replace(da,""):"")+i}}},$a=(n(118),Object(ra.a)(Sa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"page"},[t._t("top"),t._v(" "),n("Content",{attrs:{custom:!1}}),t._v(" "),n("div",{staticClass:"page-edit"},[t.editLink?n("div",{staticClass:"edit-link"},[n("a",{attrs:{href:t.editLink,target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.editLinkText))]),t._v(" "),n("OutboundLink")],1):t._e(),t._v(" "),t.lastUpdated?n("div",{staticClass:"last-updated"},[n("span",{staticClass:"prefix"},[t._v(t._s(t.lastUpdatedText)+": ")]),t._v(" "),n("span",{staticClass:"time"},[t._v(t._s(t.lastUpdated))])]):t._e()]),t._v(" "),t.prev||t.next?n("div",{staticClass:"page-nav"},[n("p",{staticClass:"inner"},[t.prev?n("span",{staticClass:"prev"},[t._v("\n        ←\n        "),t.prev?n("router-link",{staticClass:"prev",attrs:{to:t.prev.path}},[t._v("\n          "+t._s(t.prev.title||t.prev.path)+"\n        ")]):t._e()],1):t._e(),t._v(" "),t.next?n("span",{staticClass:"next"},[t.next?n("router-link",{attrs:{to:t.next.path}},[t._v("\n          "+t._s(t.next.title||t.next.path)+"\n        ")]):t._e(),t._v("\n        →\n      ")],1):t._e()])]):t._e(),t._v(" "),t._t("bottom"),t._v(" "),n("Footer")],2)},[],!1,null,null,null));$a.options.__file="Docs.vue";var Aa=$a.exports,Oa=(n(121),Object(ra.a)({},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar-button",on:{click:function(e){t.$emit("toggle-sidebar")}}},[n("svg",{staticClass:"icon",attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",viewBox:"0 0 448 512"}},[n("path",{attrs:{fill:"currentColor",d:"M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"}})])])},[],!1,null,null,null));Oa.options.__file="SidebarButton.vue";var Ea=Oa.exports,ja=(n(123),{data:function(){return{query:"",focused:!1,focusIndex:0}},computed:{showSuggestions:function(){return this.focused&&this.suggestions&&this.suggestions.length},suggestions:function(){var t=this.query.trim().toLowerCase();if(t){for(var e=this.$site,n=e.pages,r=e.themeConfig.searchMaxSuggestions||5,i=this.$localePath,o=function(e){return e.title&&e.title.toLowerCase().indexOf(t)>-1},a=[],s=0;s<n.length&&!(a.length>=r);s++){var c=n[s];if(this.getPageLocalePath(c)===i)if(o(c))a.push(c);else if(c.headers)for(var u=0;u<c.headers.length&&!(a.length>=r);u++){var l=c.headers[u];o(l)&&a.push(Object.assign({},c,{path:c.path+"#"+l.slug,header:l}))}}return a}},alignRight:function(){return(this.$site.themeConfig.nav||[]).length+(this.$site.repo?1:0)<=2}},methods:{getPageLocalePath:function(t){for(var e in this.$site.locales||{})if("/"!==e&&0===t.path.indexOf(e))return e;return"/"},onUp:function(){this.showSuggestions&&(this.focusIndex>0?this.focusIndex--:this.focusIndex=this.suggestions.length-1)},onDown:function(){this.showSuggestions&&(this.focusIndex<this.suggestions.length-1?this.focusIndex++:this.focusIndex=0)},go:function(t){this.showSuggestions&&(this.$router.push(this.suggestions[t].path),this.query="",this.focusIndex=0)},focus:function(t){this.focusIndex=t},unfocus:function(){this.focusIndex=-1}}}),Ta=(n(126),Object(ra.a)(ja,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"search-box"},[n("input",{class:{focused:t.focused},attrs:{"aria-label":"Search",autocomplete:"off",spellcheck:"false"},domProps:{value:t.query},on:{input:function(e){t.query=e.target.value},focus:function(e){t.focused=!0},blur:function(e){t.focused=!1},keyup:[function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;t.go(t.focusIndex)},function(e){return"button"in e||!t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?t.onUp(e):null},function(e){return"button"in e||!t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?t.onDown(e):null}]}}),t._v(" "),t.showSuggestions?n("ul",{staticClass:"suggestions",class:{"align-right":t.alignRight},on:{mouseleave:t.unfocus}},t._l(t.suggestions,function(e,r){return n("li",{staticClass:"suggestion",class:{focused:r===t.focusIndex},on:{mousedown:function(e){t.go(r)},mouseenter:function(e){t.focus(r)}}},[n("a",{attrs:{href:e.path},on:{click:function(t){t.preventDefault()}}},[n("span",{staticClass:"page-title"},[t._v(t._s(e.title||e.path))]),t._v(" "),e.header?n("span",{staticClass:"header"},[t._v("> "+t._s(e.header.title))]):t._e()])])})):t._e()])},[],!1,null,null,null));Ta.options.__file="SearchBox.vue";var La=Ta.exports,Pa=(n(128),n(20),n(133),{props:{item:{required:!0}},computed:{link:function(){return ya(this.item.link)},exact:function(){var t=this;return this.$site.locales?Object.keys(this.$site.locales).some(function(e){return e===t.link}):"/"===this.link}},methods:{isExternal:ga,isMailto:function(t){return/^mailto:/.test(t)},isTel:function(t){return/^tel:/.test(t)}}}),Ia=Object(ra.a)(Pa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isExternal(t.link)?n("a",{staticClass:"nav-link external",attrs:{href:t.link,target:t.isMailto(t.link)||t.isTel(t.link)?null:"_blank",rel:t.isMailto(t.link)||t.isTel(t.link)?null:"noopener noreferrer"}},[t._v("\n  "+t._s(t.item.text)+"\n  "),n("OutboundLink")],1):n("router-link",{staticClass:"nav-link",attrs:{to:t.link,exact:t.exact}},[t._v(t._s(t.item.text))])},[],!1,null,null,null);Ia.options.__file="NavLink.vue";var Ma=Ia.exports,Ra={name:"DropdownTransition",methods:{setHeight:function(t){t.style.height=t.scrollHeight+"px"},unsetHeight:function(t){t.style.height=""}}},Na=(n(135),Object(ra.a)(Ra,function(){var t=this.$createElement;return(this._self._c||t)("transition",{attrs:{name:"dropdown"},on:{enter:this.setHeight,"after-enter":this.unsetHeight,"before-leave":this.setHeight}},[this._t("default")],2)},[],!1,null,null,null));Na.options.__file="DropdownTransition.vue";var Da=Na.exports,Wa={components:{NavLink:Ma,DropdownTransition:Da},data:function(){return{open:!1}},props:{item:{required:!0}},methods:{toggle:function(){this.open=!this.open}}},Ua=(n(137),Object(ra.a)(Wa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"dropdown-wrapper",class:{open:t.open}},[n("a",{staticClass:"dropdown-title",on:{click:t.toggle}},[n("span",{staticClass:"title"},[t._v(t._s(t.item.text))]),t._v(" "),n("span",{staticClass:"arrow",class:t.open?"down":"right"})]),t._v(" "),n("DropdownTransition",[n("ul",{directives:[{name:"show",rawName:"v-show",value:t.open,expression:"open"}],staticClass:"nav-dropdown"},t._l(t.item.items,function(e,r){return n("li",{key:e.link||r,staticClass:"dropdown-item"},["links"===e.type?n("h4",[t._v(t._s(e.text))]):t._e(),t._v(" "),"links"===e.type?n("ul",{staticClass:"dropdown-subitem-wrapper"},t._l(e.items,function(t){return n("li",{key:t.link,staticClass:"dropdown-subitem"},[n("NavLink",{attrs:{item:t}})],1)})):n("NavLink",{attrs:{item:e}})],1)}))])],1)},[],!1,null,null,null));Ua.options.__file="DropdownLink.vue";var Fa={components:{NavLink:Ma,DropdownLink:Ua.exports},computed:{userNav:function(){return this.$themeLocaleConfig.nav||this.$site.themeConfig.nav||[]},nav:function(){var t=this,e=this.$site.locales;if(e&&Object.keys(e).length>1){var n=this.$page.path,r=this.$router.options.routes,i=this.$site.themeConfig.locales||{},o={text:this.$themeLocaleConfig.selectText||"Languages",items:Object.keys(e).map(function(o){var a,s=e[o],c=i[o]&&i[o].label||s.lang;return s.lang===t.$lang?a=n:(a=n.replace(t.$localeConfig.path,o),r.some(function(t){return t.path===a})||(a=o)),{text:c,link:a}})};return Yo(this.userNav).concat([o])}return this.userNav},userLinks:function(){return(this.nav||[]).map(function(t){return Object.assign(xa(t),{items:(t.items||[]).map(xa)})})},repoLink:function(){var t=this.$site.themeConfig.repo;if(t)return/^https?:/.test(t)?t:"https://github.com/".concat(t)},repoLabel:function(){if(this.repoLink){if(this.$site.themeConfig.repoLabel)return this.$site.themeConfig.repoLabel;for(var t=this.repoLink.match(/^https?:\/\/[^\/]+/)[0],e=["GitHub","GitLab","Bitbucket"],n=0;n<e.length;n++){var r=e[n];if(new RegExp(r,"i").test(t))return r}return"Source"}}}},za=(n(139),Object(ra.a)(Fa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.userLinks.length||t.repoLink?n("nav",{staticClass:"nav-links"},[t._l(t.userLinks,function(t){return n("div",{key:t.link,staticClass:"nav-item"},["links"===t.type?n("DropdownLink",{attrs:{item:t}}):n("NavLink",{attrs:{item:t}})],1)}),t._v(" "),t.repoLink?n("a",{staticClass:"repo-link",attrs:{href:t.repoLink,target:"_blank",rel:"noopener noreferrer"}},[t._v("\n    "+t._s(t.repoLabel)+"\n    "),n("OutboundLink")],1):t._e()],2):t._e()},[],!1,null,null,null));za.options.__file="NavLinks.vue";var Ba=za.exports;function Ha(t,e){return t.ownerDocument.defaultView.getComputedStyle(t,null)[e]}var qa={components:{SidebarButton:Ea,NavLinks:Ba,SearchBox:La},data:function(){return{linksWrapMaxWidth:null}},mounted:function(){var t=this,e=parseInt(Ha(this.$el,"paddingLeft"))+parseInt(Ha(this.$el,"paddingRight")),n=function(){document.documentElement.clientWidth<719?t.linksWrapMaxWidth=null:t.linksWrapMaxWidth=t.$el.offsetWidth-e-(t.$refs.siteName&&t.$refs.siteName.offsetWidth||0)};n(),window.addEventListener("resize",n,!1)},computed:{algolia:function(){return this.$themeLocaleConfig.algolia||this.$site.themeConfig.algolia||{}},isAlgoliaSearch:function(){return this.algolia&&this.algolia.apiKey&&this.algolia.indexName}}},Va=(n(141),Object(ra.a)(qa,function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("header",{staticClass:"navbar"},[r("SidebarButton",{on:{"toggle-sidebar":function(e){t.$emit("toggle-sidebar")}}}),t._v(" "),r("router-link",{staticClass:"home-link",attrs:{to:t.$localePath}},[r("img",{staticClass:"logo",attrs:{src:n(120),alt:t.$siteTitle}})]),t._v(" "),r("div",{staticClass:"links",style:{"max-width":t.linksWrapMaxWidth+"px"}},[r("NavLinks",{staticClass:"can-hide"}),t._v(" "),r("SearchBox")],1)],1)},[],!1,null,null,null));Va.options.__file="Navbar.vue";var Ga=Va.exports;function Ka(t,e,n,r){return t("router-link",{props:{to:e,activeClass:"",exactActiveClass:""},class:{active:r,"sidebar-link":!0}},n)}function Ja(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1;return!e||o>i?null:t("ul",{class:"sidebar-sub-headers"},e.map(function(e){var a=ba(r,n+"#"+e.slug);return t("li",{class:"sidebar-sub-header"},[Ka(t,n+"#"+e.slug,e.title,a),Ja(t,e.children,n,r,i,o+1)])}))}var Xa={functional:!0,props:["item"],render:function(t,e){var n=e.parent,r=n.$page,i=n.$site,o=n.$route,a=e.props.item,s=ba(o,a.path),c="auto"===a.type?s||a.children.some(function(t){return ba(o,a.basePath+"#"+t.slug)}):s,u=Ka(t,a.path,a.title||a.path,c),l=null!=r.frontmatter.sidebarDepth?r.frontmatter.sidebarDepth:i.themeConfig.sidebarDepth,f=null==l?1:l,p=!!i.themeConfig.displayAllHeaders;return"auto"===a.type?[u,Ja(t,a.children,a.basePath,o,f)]:(c||p)&&a.headers&&!pa.test(a.path)?[u,Ja(t,wa(a.headers),a.path,o,f)]:u}},Ya=(n(143),Object(ra.a)(Xa,void 0,void 0,!1,null,null,null));Ya.options.__file="SidebarLink.vue";var Qa=Ya.exports,Za={name:"SidebarGroup",props:["item","first","open","collapsable"],components:{SidebarLink:Qa,DropdownTransition:Da}},ts=(n(145),Object(ra.a)(Za,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar-group",class:{first:t.first,collapsable:t.collapsable}},[n("p",{staticClass:"sidebar-heading",class:{open:t.open},on:{click:function(e){t.$emit("toggle")}}},[n("span",[t._v(t._s(t.item.title))]),t._v(" "),t.collapsable?n("span",{staticClass:"arrow",class:t.open?"down":"right"}):t._e()]),t._v(" "),n("DropdownTransition",[t.open||!t.collapsable?n("ul",{ref:"items",staticClass:"sidebar-group-items"},t._l(t.item.children,function(t){return n("li",[n("SidebarLink",{attrs:{item:t}})],1)})):t._e()])],1)},[],!1,null,null,null));ts.options.__file="SidebarGroup.vue";var es={components:{SidebarGroup:ts.exports,SidebarLink:Qa,NavLinks:Ba},props:["items"],data:function(){return{openGroupIndex:0}},created:function(){this.refreshIndex()},watch:{$route:function(){this.refreshIndex()}},methods:{refreshIndex:function(){var t=function(t,e){for(var n=0;n<e.length;n++){var r=e[n];if("group"===r.type&&r.children.some(function(e){return ba(t,e.path)}))return n}return-1}(this.$route,this.items);t>-1&&(this.openGroupIndex=t)},toggleGroup:function(t){this.openGroupIndex=t===this.openGroupIndex?-1:t},isActive:function(t){return ba(this.$route,t.path)}}},ns=(n(147),Object(ra.a)(es,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar"},[n("NavLinks"),t._v(" "),t._t("top"),t._v(" "),t.items.length?n("ul",{staticClass:"sidebar-links"},t._l(t.items,function(e,r){return n("li",{key:r},["group"===e.type?n("SidebarGroup",{attrs:{item:e,first:0===r,open:r===t.openGroupIndex,collapsable:e.collapsable||e.collapsible},on:{toggle:function(e){t.toggleGroup(r)}}}):n("SidebarLink",{attrs:{item:e}})],1)})):t._e(),t._v(" "),t._t("bottom")],2)},[],!1,null,null,null));ns.options.__file="Sidebar.vue";var rs=ns.exports;function is(t){return(is="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function os(t){return(os="function"==typeof Symbol&&"symbol"===is(Symbol.iterator)?function(t){return is(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":is(t)})(t)}var as={props:{updateEvent:{type:Object,default:null}},computed:{popupConfig:function(){for(var t=[this.$themeLocaleConfig,this.$site.themeConfig],e=0;e<t.length;e++){var n=t[e].serviceWorker;if(n&&n.updatePopup)return"object"===os(n.updatePopup)?n.updatePopup:{}}return null},enabled:function(){return Boolean(this.popupConfig&&this.updateEvent)},message:function(){var t=this.popupConfig;return t&&t.message||"New content is available."},buttonText:function(){var t=this.popupConfig;return t&&t.buttonText||"Refresh"}},methods:{reload:function(){this.updateEvent&&(this.updateEvent.skipWaiting().then(function(){location.reload(!0)}),this.updateEvent=null)}}},ss=(n(149),Object(ra.a)(as,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"sw-update-popup"}},[t.enabled?n("div",{staticClass:"sw-update-popup"},[t._v("\n    "+t._s(t.message)),n("br"),t._v(" "),n("button",{on:{click:t.reload}},[t._v(t._s(t.buttonText))])]):t._e()])},[],!1,null,null,null));ss.options.__file="SWUpdatePopup.vue";var cs={components:{LayoutHome:ca,LayoutBlog:fa,Page:Aa,Sidebar:rs,Navbar:Ga,SWUpdatePopup:ss.exports},data:function(){return{isSidebarOpen:!1,swUpdateEvent:null}},computed:{shouldShowNavbar:function(){var t=this.$site.themeConfig;return!1!==this.$page.frontmatter.navbar&&!1!==t.navbar&&(this.$title||t.logo||t.repo||t.nav||this.$themeLocaleConfig.nav)},shouldShowSidebar:function(){var t=this.$page.frontmatter;return!t.layout&&!t.home&&!1!==t.sidebar&&this.sidebarItems.length},sidebarItems:function(){return ka(this.$page,this.$route,this.$site,this.$localePath)},pageClasses:function(){var t=this.$page.frontmatter.pageClass;return[{"no-navbar":!this.shouldShowNavbar,"sidebar-open":this.isSidebarOpen,"no-sidebar":!this.shouldShowSidebar},t]}},mounted:function(){var t=this;window.addEventListener("scroll",this.onScroll),ea.a.configure({showSpinner:!1}),this.$router.beforeEach(function(t,e,n){t.path===e.path||mi.component(t.name)||ea.a.start(),n()}),this.$router.afterEach(function(){ea.a.done(),t.isSidebarOpen=!1}),this.$on("sw-updated",this.onSWUpdated)},methods:{toggleSidebar:function(t){this.isSidebarOpen="boolean"==typeof t?t:!this.isSidebarOpen},onTouchStart:function(t){this.touchStart={x:t.changedTouches[0].clientX,y:t.changedTouches[0].clientY}},onTouchEnd:function(t){var e=t.changedTouches[0].clientX-this.touchStart.x,n=t.changedTouches[0].clientY-this.touchStart.y;Math.abs(e)>Math.abs(n)&&Math.abs(e)>40&&(e>0&&this.touchStart.x<=80?this.toggleSidebar(!0):this.toggleSidebar(!1))},onSWUpdated:function(t){this.swUpdateEvent=t}}},us=(n(151),n(153),Object(ra.a)(cs,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"theme-container",class:t.pageClasses,on:{touchstart:t.onTouchStart,touchend:t.onTouchEnd}},[t.shouldShowNavbar?n("Navbar",{on:{"toggle-sidebar":t.toggleSidebar}}):t._e(),t._v(" "),n("div",{staticClass:"sidebar-mask",on:{click:function(e){t.toggleSidebar(!1)}}}),t._v(" "),n("Sidebar",{attrs:{items:t.sidebarItems},on:{"toggle-sidebar":t.toggleSidebar}},[t._t("sidebar-top",null,{slot:"top"}),t._v(" "),t._t("sidebar-bottom",null,{slot:"bottom"})],2),t._v(" "),t.$page.frontmatter.layout?n("div",{staticClass:"custom-layout"},[n(t.$page.frontmatter.layout,{tag:"component"})],1):t.$page.frontmatter.home?n("Homepage"):n("Page",{attrs:{"sidebar-items":t.sidebarItems}},[t._t("page-top",null,{slot:"top"}),t._v(" "),t._t("page-bottom",null,{slot:"bottom"})],2),t._v(" "),n("SWUpdatePopup",{attrs:{updateEvent:t.swUpdateEvent}})],1)},[],!1,null,null,null));us.options.__file="Layout.vue";var ls=us.exports,fs=["There's nothing here.","How did we get here?","That's a Four-Oh-Four.","Looks like we've got some broken links."],ps={methods:{getMsg:function(){return fs[Math.floor(Math.random()*fs.length)]}}},hs=Object(ra.a)(ps,function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"theme-container"},[e("div",{staticClass:"content"},[e("h1",[this._v("404")]),this._v(" "),e("blockquote",[this._v(this._s(this.getMsg()))]),this._v(" "),e("router-link",{attrs:{to:"/"}},[this._v("Take me home.")])],1)])},[],!1,null,null,null);hs.options.__file="NotFound.vue";var ds=hs.exports,vs=(n(155),n(157),{created:function(){this.$ssrContext&&(this.$ssrContext.title=this.$title,this.$ssrContext.lang=this.$lang,this.$ssrContext.description=this.$page.description||this.$description)},mounted:function(){var t=this;this.currentMetaTags=new Set;var e=function(){document.title=t.$title,document.documentElement.lang=t.$lang;var e=t.$page.frontmatter.meta||[],n=e.slice(0);0===e.filter(function(t){return"description"===t.name}).length&&n.push({name:"description",content:t.$description});var r=document.querySelectorAll('meta[name="description"]');r.length&&r.forEach(function(e){return t.currentMetaTags.add(e)}),t.currentMetaTags=new Set(ms(n,t.currentMetaTags))};this.$watch("$page",e),e()},beforeDestroy:function(){ms(null,this.currentMetaTags)}});function ms(t,e){if(e&&Yo(e).forEach(function(t){document.head.removeChild(t)}),t)return t.map(function(t){var e=document.createElement("meta");return Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])}),document.head.appendChild(e),e})}var gs=n(89),ys=[vs,{mounted:function(){window.addEventListener("scroll",this.onScroll)},methods:{onScroll:n.n(gs)()(function(){this.setActiveHash()},300),setActiveHash:function(){for(var t=this,e=[].slice.call(document.querySelectorAll(".sidebar-link")),n=[].slice.call(document.querySelectorAll(".header-anchor")).filter(function(t){return e.some(function(e){return e.hash===t.hash})}),r=Math.max(window.pageYOffset,document.documentElement.scrollTop,document.body.scrollTop),i=0;i<n.length;i++){var o=n[i],a=n[i+1];if((0===i&&0===r||r>=o.parentElement.offsetTop+10&&(!a||r<a.parentElement.offsetTop-10))&&decodeURIComponent(this.$route.hash)!==decodeURIComponent(o.hash))return Zo.disableScrollBehavior=!0,void this.$router.replace(decodeURIComponent(o.hash),function(){t.$nextTick(function(){Zo.disableScrollBehavior=!1})})}}},beforeDestroy:function(){window.removeEventListener("scroll",this.onScroll)}}];Qo(ls,ys),Qo(ds,ys);var bs=[{name:"v-d83baa95e65fb",path:"/",component:ls,beforeEnter:function(t,e,r){n.e(3).then(n.bind(null,170)).then(function(t){mi.component("v-d83baa95e65fb",t.default),r()})}},{path:"/index.html",redirect:"/"},{name:"v-451289a01d535",path:"/blog/2018-05-24-skywalking-net.html",component:ls,beforeEnter:function(t,e,r){n.e(4).then(n.bind(null,182)).then(function(t){mi.component("v-451289a01d535",t.default),r()})}},{name:"v-0668f4e5757e1",path:"/blog/",component:ls,beforeEnter:function(t,e,r){n.e(5).then(n.bind(null,181)).then(function(t){mi.component("v-0668f4e5757e1",t.default),r()})}},{path:"/blog/index.html",redirect:"/blog/"},{name:"v-ed299b96d0047",path:"/downloads/",component:ls,beforeEnter:function(t,e,r){n.e(6).then(n.bind(null,179)).then(function(t){mi.component("v-ed299b96d0047",t.default),r()})}},{path:"/downloads/index.html",redirect:"/downloads/"},{name:"v-e28d09f4da95c",path:"/events/",component:ls,beforeEnter:function(t,e,r){n.e(7).then(n.bind(null,178)).then(function(t){mi.component("v-e28d09f4da95c",t.default),r()})}},{path:"/events/index.html",redirect:"/events/"},{name:"v-34625873c99fd",path:"/team/",component:ls,beforeEnter:function(t,e,r){n.e(8).then(n.bind(null,183)).then(function(t){mi.component("v-34625873c99fd",t.default),r()})}},{path:"/team/index.html",redirect:"/team/"},{name:"v-9f344c597301",path:"/zh/",component:ls,beforeEnter:function(t,e,r){n.e(9).then(n.bind(null,175)).then(function(t){mi.component("v-9f344c597301",t.default),r()})}},{path:"/zh/index.html",redirect:"/zh/"},{name:"v-1698551fe6bae",path:"/zh/blog/2018-05-24-skywalking-net.html",component:ls,beforeEnter:function(t,e,r){n.e(10).then(n.bind(null,173)).then(function(t){mi.component("v-1698551fe6bae",t.default),r()})}},{name:"v-934f5fc183a67",path:"/zh/blog/",component:ls,beforeEnter:function(t,e,r){n.e(11).then(n.bind(null,172)).then(function(t){mi.component("v-934f5fc183a67",t.default),r()})}},{path:"/zh/blog/index.html",redirect:"/zh/blog/"},{name:"v-e6a76551de0f7",path:"/zh/doc/",component:ls,beforeEnter:function(t,e,r){n.e(12).then(n.bind(null,171)).then(function(t){mi.component("v-e6a76551de0f7",t.default),r()})}},{path:"/zh/doc/index.html",redirect:"/zh/doc/"},{name:"v-96c205896ae05",path:"/zh/downloads/",component:ls,beforeEnter:function(t,e,r){n.e(13).then(n.bind(null,180)).then(function(t){mi.component("v-96c205896ae05",t.default),r()})}},{path:"/zh/downloads/index.html",redirect:"/zh/downloads/"},{name:"v-d8f50c40fb3fc",path:"/zh/events/",component:ls,beforeEnter:function(t,e,r){n.e(14).then(n.bind(null,177)).then(function(t){mi.component("v-d8f50c40fb3fc",t.default),r()})}},{path:"/zh/events/index.html",redirect:"/zh/events/"},{name:"v-615d09318b3de",path:"/zh/team/",component:ls,beforeEnter:function(t,e,r){n.e(15).then(n.bind(null,174)).then(function(t){mi.component("v-615d09318b3de",t.default),r()})}},{path:"/zh/team/index.html",redirect:"/zh/team/"},{path:"*",component:ds}],_s={title:"",description:"",base:"/",pages:[{key:"v-d83baa95e65fb",path:"/",frontmatter:{layout:"LayoutHome",description:"Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.",start:"Quick Start",what:{title:"What is SkyWalking",content:["SkyWalking is Observalibity Analysis Platform and Application Performance Management system.","Provide distributed tracing, service mesh telemetry analysis, metric aggregation and visualization all-in-one solution."]},feature:{title:"Feature List",content:["Consistent in multiple scenarios. supported telemetry sources from language agents and service mesh.","Multiple language agents, Java, .Net Core and NodJS auto instrument agents.","Light. No big data platform required, even observing the high payload cluster.","Modulization. Have multiple options for UI, storage, cluster managements.","Alarm supported.","Cool visualization solution."]},user:{title:"Who is using SkyWalking",content:"Various companies and organizations use SkyWalking for research, production and commercial products. This is SkyWalking's user wall."},news:{title:"Events & News",content:[{header:"Welcome Yixiong Cao as a new committer.",content:"Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.",time:"Dec. 10th, 2018"},{header:"Welcome Lang Li as a new committer.",content:"Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.",time:"Dec. 6th, 2018"},{header:"Welcome Jian Tan as a new committer.",content:"Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.",time:"Dec. 2rd, 2018"},{header:"Release Apache SkyWalking APM 6.0.0-alpha",content:"APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)",time:"Nov. 14th, 2018",tags:"SkyWalking APM, Observalibity Analysis Platform, New Release"}]}}},{key:"v-451289a01d535",path:"/blog/2018-05-24-skywalking-net.html",title:"Apache SkyWalking provides open source APM and distributed tracing in .NET Core field",headers:[{level:2,title:"GitHub",slug:"github"}]},{key:"v-0668f4e5757e1",path:"/blog/",frontmatter:{layout:"LayoutBlog",blog:[{title:"Apache SkyWalking provides open source APM and distributed tracing in .NET Core field",name:"2018-05-24-skywalking-net",time:"Haoyang Liu, Sheng Wu. May. 24th, 2018",short:"SkyWalking .NET Core SDK is available"}]}},{key:"v-ed299b96d0047",path:"/downloads/",title:"Download the SkyWalking releases",headers:[{level:2,title:"6.x releases",slug:"_6-x-releases"},{level:3,title:"Changes in 6.0.0-alpha",slug:"changes-in-6-0-0-alpha"},{level:2,title:"5.x releases",slug:"_5-x-releases"},{level:3,title:"Changes in 5.0.0-GA",slug:"changes-in-5-0-0-ga"}]},{key:"v-e28d09f4da95c",path:"/events/",title:"SkyWalking Events",headers:[{level:2,title:"Welcome Yixiong Cao as a new committer.",slug:"welcome-yixiong-cao-as-a-new-committer"},{level:2,title:"Welcome Lang Li as a new committer.",slug:"welcome-lang-li-as-a-new-committer"},{level:2,title:"Welcome Jian Tan as a new committer.",slug:"welcome-jian-tan-as-a-new-committer"},{level:2,title:"Release Apache SkyWalking 6.0.0-alpha",slug:"release-apache-skywalking-6-0-0-alpha"},{level:2,title:"Release Apache SkyWalking 5.0.0-GA",slug:"release-apache-skywalking-5-0-0-ga"},{level:2,title:"Release Apache SkyWalking 5.0.0-RC2",slug:"release-apache-skywalking-5-0-0-rc2"},{level:2,title:"Release Apache SkyWalking 5.0.0-beta2",slug:"release-apache-skywalking-5-0-0-beta2"},{level:2,title:"Release Apache SkyWalking 5.0.0-beta",slug:"release-apache-skywalking-5-0-0-beta"},{level:2,title:"Release Apache SkyWalking APM 5.0.0-alpha",slug:"release-apache-skywalking-apm-5-0-0-alpha"}]},{key:"v-34625873c99fd",path:"/team/",title:"SkyWalking Team",headers:[{level:2,title:"Members",slug:"members"},{level:3,title:"Incubator Mentor",slug:"incubator-mentor"},{level:3,title:"PPMC",slug:"ppmc"},{level:3,title:"Committer",slug:"committer"},{level:2,title:"Contributors",slug:"contributors"},{level:2,title:"Becomming a Committer",slug:"becomming-a-committer"}]},{key:"v-9f344c597301",path:"/zh/",frontmatter:{layout:"LayoutHome",description:"分布式系统的应用程序性能监视工具,专为微服务、云本机架构和基于容器(Docker、K8s、Mesos)架构而设计。",start:"快速开始",what:{title:"什么是 SkyWalking",content:["SkyWalking 是观察性分析平台和应用性能管理系统。","提供分布式追踪、服务网格遥测分析、度量聚合和可视化一体化解决方案."]},feature:{title:"特性一览",content:["多种监控手段,语言探针和service mesh","多语言自动探针,Java,.NET Core和Node.JS","轻量高效,不需要大数据","模块化,UI、存储、集群管理多种机制可选","支持告警","优秀的可视化方案"]},user:{title:"谁在使用 SkyWalking",content:"各种各样的公司和组织使用SkyWalking进行研究,生产和商业产品。这是SkyWalking 的用户墙"},news:{title:"事件 & 新闻",content:[{header:"欢迎曹奕雄成为committer",content:"根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。",time:"2018年12月10日"},{header:"欢迎李浪成为committer",content:"根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。",time:"2018年12月6日"},{header:"欢迎谭建成为committer",content:"根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。",time:"2018年12月2日"},{header:"发布Apache SkyWalking 6.0.0-alpha版本",content:"APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。",time:"2018年11月14日",tags:"SkyWalking APM, Observalibity Analysis Platform, New Release"}]}}},{key:"v-1698551fe6bae",path:"/zh/blog/2018-05-24-skywalking-net.html",title:"Apache SkyWalking provides open source APM and distributed tracing in .NET Core field",headers:[{level:2,title:"GitHub",slug:"github"}]},{key:"v-934f5fc183a67",path:"/zh/blog/",frontmatter:{layout:"LayoutBlog",blog:[{title:"Apache SkyWalking provides open source APM and distributed tracing in .NET Core field",name:"2018-05-24-skywalking-net",time:"Haoyang Liu, Sheng Wu. May. 24th, 2018",short:"SkyWalking .NET Core SDK is available"}]}},{key:"v-e6a76551de0f7",path:"/zh/doc/",title:"Introduction"},{key:"v-96c205896ae05",path:"/zh/downloads/",title:"下载SkyWalking发布版本",headers:[{level:2,title:"6.x 版本",slug:"_6-x-版本"},{level:3,title:"6.0.0-alpha更新日志",slug:"_6-0-0-alpha更新日志"},{level:2,title:"5.x 版本",slug:"_5-x-版本"}]},{key:"v-d8f50c40fb3fc",path:"/zh/events/",title:"SkyWalking 事件概要",headers:[{level:2,title:"欢迎曹奕雄成为committer",slug:"欢迎曹奕雄成为committer"},{level:2,title:"欢迎李浪成为committer",slug:"欢迎李浪成为committer"},{level:2,title:"欢迎谭建成为committer.",slug:"欢迎谭建成为committer"},{level:2,title:"发布Apache SkyWalking 6.0.0-alpha版本",slug:"发布apache-skywalking-6-0-0-alpha版本"},{level:2,title:"发布Apache SkyWalking 5.0.0-GA",slug:"发布apache-skywalking-5-0-0-ga"},{level:2,title:"发布Apache SkyWalking 5.0.0-RC2版本",slug:"发布apache-skywalking-5-0-0-rc2版本"},{level:2,title:"发布Apache SkyWalking 5.0.0-beta2版本",slug:"发布apache-skywalking-5-0-0-beta2版本"},{level:2,title:"发布Apache SkyWalking 5.0.0-beta版本",slug:"发布apache-skywalking-5-0-0-beta版本"},{level:2,title:"发布Apache SkyWalking APM 5.0.0-alpha版本",slug:"发布apache-skywalking-apm-5-0-0-alpha版本"}]},{key:"v-615d09318b3de",path:"/zh/team/",title:"SkyWalking 团队",headers:[{level:2,title:"成员",slug:"成员"},{level:3,title:"孵化导师",slug:"孵化导师"},{level:3,title:"孵化器项目管理委员会",slug:"孵化器项目管理委员会"},{level:3,title:"提交者",slug:"提交者"},{level:2,title:"贡献者",slug:"贡献者"},{level:2,title:"成为提交者",slug:"成为提交者"}]}],themeConfig:{locales:{"/":{lang:"en-US",selectText:"Lang",label:"En",sidebar:{"/events/":[{collapsable:!1,children:[""]}]},nav:[{text:"Home",link:"/"},{text:"Docs",items:[{text:"Latest dev version",link:"https://github.com/apache/incubator-skywalking/tree/master/docs"},{text:"6.0.0-alpha",link:"https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs"},{text:"5.0.0-GA",link:"https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs"}]},{text:"Events",link:"/events/"},{text:"Blog",link:"/blog/"},{text:"Downloads",link:"/downloads/"},{text:"Team",link:"/team/"},{text:"Links",items:[{text:"Apache Software Foundation",link:"http://www.apache.org/"},{text:"GitHub Issue Tracker",link:"https://github.com/apache/incubator-skywalking/issues"},{text:"Dev Mailing List",link:"https://lists.apache.org/list.html?dev@skywalking.apache.org"},{text:"License",link:"http://www.apache.org/licenses/"},{text:"Apache Events",link:"http://www.apache.org/events/current-event"},{text:"Security",link:"http://www.apache.org/security/"},{text:"Sponsorship and Donate",link:"http://www.apache.org/foundation/sponsorship.html"},{text:"Thanks",link:"http://www.apache.org/foundation/thanks.html"}]}]},"/zh/":{lang:"zh-CN",selectText:"语言",label:"中文",sidebar:{"/zh/events/":[{collapsable:!1,children:[""]}]},nav:[{text:"主页",link:"/zh/"},{text:"文档",items:[{text:"开发版本文档",link:"https://github.com/apache/incubator-skywalking/tree/master/docs"},{text:"6.0.0-alpha",link:"https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs"},{text:"5.0.0-GA",link:"https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs"}]},{text:"事件",link:"/zh/events/"},{text:"博客",link:"/zh/blog/"},{text:"下载",link:"/zh/downloads/"},{text:"团队",link:"/zh/team/"},{text:"链接",items:[{text:"Apache Software Foundation",link:"http://www.apache.org/"},{text:"GitHub Issue Tracker",link:"https://github.com/apache/incubator-skywalking/issues"},{text:"Dev Mailing List",link:"https://lists.apache.org/list.html?dev@skywalking.apache.org"},{text:"License",link:"http://www.apache.org/licenses/"},{text:"Apache Events",link:"http://www.apache.org/events/current-event"},{text:"Security",link:"http://www.apache.org/security/"},{text:"Sponsorship and Donate",link:"http://www.apache.org/foundation/sponsorship.html"},{text:"Thanks",link:"http://www.apache.org/foundation/thanks.html"}]}]}}},locales:{"/":{lang:"en-US",title:" Apache SkyWalking™ (incubating)|SkyWalking Team ",logo:"/favicon.ico",head:[["link",{rel:"icon",href:"/logo.svg"}]]},"/zh/":{lang:"zh-CN",title:" Apache SkyWalking™ (incubating)|SkyWalking Team ",logo:"/favicon.ico",head:[["link",{rel:"icon",href:"/logo.svg"}]]}}},ks=function(){},ws=function(){},xs={functional:!0,props:{custom:{type:Boolean,default:!0}},render:function(t,e){var n=e.parent,r=e.props,i=e.data;return t(n.$page.key,{class:[r.custom?"custom":"",i.class,i.staticClass],style:i.style})}},Cs=(n(160),Object(ra.a)({},function(t,e){var n=e._c;return n("svg",{staticClass:"icon outbound",attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",x:"0px",y:"0px",viewBox:"0 0 100 100",width:"15",height:"15"}},[n("path",{attrs:{fill:"currentColor",d:"M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"}}),e._v(" "),n("polygon",{attrs:{fill:"currentColor",points:"45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"}})])},[],!0,null,null,null));Cs.options.__file="OutboundLink.vue";var Ss=Cs.exports;Promise.all([n.e(0),n.e(16)]).then(n.t.bind(null,169,7)),mi.config.productionTip=!1,mi.use(Xo),mi.mixin(function(t){!function(t){t.pages.forEach(function(t){t.frontmatter||(t.frontmatter={})}),t.locales&&Object.keys(t.locales).forEach(function(e){t.locales[e].path=e}),Object.freeze(t)}(t);var e=new mi({data:{siteData:t}});return{computed:{$site:function(){return e.siteData},$localeConfig:function(){var t,e,n=this.$site.locales,r=void 0===n?{}:n;for(var i in r)"/"===i?e=r[i]:0===this.$page.path.indexOf(i)&&(t=r[i]);return t||e||{}},$siteTitle:function(){return this.$localeConfig.title||this.$site.title||""},$title:function(){var t=this.$page,e=this.$siteTitle,n=t.frontmatter.home?null:t.frontmatter.title||t.title;return e?n?n+" | "+e:e:n||"VuePress"},$description:function(){if(this.$page.frontmatter.meta){var t=this.$page.frontmatter.meta.filter(function(t){return"description"===t.name})[0];if(t)return t.content}return this.$page.frontmatter.description||this.$localeConfig.description||this.$site.description||""},$lang:function(){return this.$page.frontmatter.lang||this.$localeConfig.lang||"en-US"},$localePath:function(){return this.$localeConfig.path||"/"},$themeLocaleConfig:function(){return(this.$site.themeConfig.locales||{})[this.$localePath]||{}},$page:function(){return function(t,e){for(var n=0;n<t.length;n++){var r=t[n];if(r.path===e)return r}return{path:"",frontmatter:{}}}(this.$site.pages,this.$route.path)}}}}(_s)),mi.component("Content",xs),mi.component("OutboundLink",Ss),mi.component("Badge",function(){return Promise.all([n.e(0),n.e(2)]).then(n.bind(null,176))}),mi.component("ClientOnly",{functional:!0,render:function(t,e){var n=e.parent,r=e.children;if(n._isMounted)return r;n.$once("hook:mounted",function(){n.$forceUpdate()})}}),mi.prototype.$withBase=function(t){var e=this.$site.base;return"/"===t.charAt(0)?e+t.slice(1):t};n(162);var $s=function(){var t=new Xo({base:_s.base,mode:"history",fallback:!1,routes:bs,scrollBehavior:function(t,e,n){return n||(t.hash?!Zo.disableScrollBehavior&&{selector:t.hash}:{x:0,y:0})}});t.beforeEach(function(t,e,n){/(\/|\.html)$/.test(t.path)?n():n(Object.assign({},t,{path:t.path+"/"}))});var e={};return ws({Vue:mi,options:e,router:t,siteData:_s}),ks({Vue:mi,options:e,router:t,siteData:_s}),{app:new mi(Object.assign(e,{router:t,render:function(t){return t("div",{attrs:{id:"app"}},[t("router-view",{ref:"layout"})])}})),router:t}}(),As=$s.app,Os=$s.router;window.__VUEPRESS_VERSION__={version:"0.14.8",hash:"917896d"},Os.onReady(function(){As.$mount("#app")})}]);
\ No newline at end of file
diff --git a/blog/2018-05-24-skywalking-net.html b/blog/2018-05-24-skywalking-net.html
new file mode 100644
index 0000000..23cde1f
--- /dev/null
+++ b/blog/2018-05-24-skywalking-net.html
@@ -0,0 +1,67 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <title>Apache SkyWalking provides open source APM and distributed tracing in .NET Core field |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
+    <meta name="description" content="">
+    
+    
+    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.2ef205d1.js" as="script"><link rel="preload" href="/assets/js/4.239592f9.js" as="script"><link rel="prefetch" href="/assets/js/10.63805c0f.js"><link rel="prefetch" href="/assets/js/11.c74c9c2d.js"><link rel="prefetch" href="/assets/js/12.8f35b9ed.js"><link rel="prefetch" href="/assets/js/13.0fa86b92.js"><link rel="prefetch" href="/assets/js/14.7d492527.js"><link rel="prefetch" href="/assets/js/15.bf276cb7.js"><link rel="prefetch" href="/assets/js/16.0d75f3ff.js"><link rel="prefetch" href="/assets/js/2.4792c3f6.js"><link rel="prefetch" href="/assets/js/3.1dbf0cac.js"><link rel="prefetch" href="/assets/js/5.d4bf4756.js"><link rel="prefetch" href="/assets/js/6.cb71e4c6.js"><link rel="prefetch" href="/assets/js/7.cb536fc4.js"><link rel="prefetch" href="/assets/js/8.1f551c34.js"><link rel="prefetch" href="/assets/js/9.961ff215.js">
+    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
+  </head>
+  <body>
+    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-05-24-skywalking-net.html" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/2018-05-24-skywalking-net.html" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-05-24-skywalking-net.html" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/2018-05-24-skywalking-net.html" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="apache-skywalking-provides-open-source-apm-and-distributed-tracing-in-net-core-field">Apache SkyWalking provides open source APM and distributed tracing in .NET Core field</h1> <p>Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent</p> <p>Translator: Wu Sheng</p> <p>May. 24th, 2018</p> <p>In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.</p> <p>To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.</p> <p>At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.</p> <p>Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.</p> <p>At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.</p> <blockquote><p>git clone https://github.com/OpenSkywalking/skywalking-netcore.git</p></blockquote> <blockquote><p>cd skywalking-netcore</p></blockquote> <blockquote><p>dotnet restore</p></blockquote> <blockquote><p>dotnet run -p sample/SkyWalking.Sample.Backend
+dotnet run -p sample/SkyWalking.Sample.Frontend</p></blockquote> <p>Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080</p> <ul><li><p>Overview of the whole distributed system
+<img src="https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"></p></li> <li><p>Topology of distributed system
+<img src="https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"></p></li> <li><p>Application view
+<img src="https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"></p></li> <li><p>Trace query
+<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"></p></li> <li><p>Span’s tags, logs and related traces
+<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"></p></li></ul> <h2 id="github">GitHub</h2> <ul><li>Website: http://skywalking.apache.org/</li> <li>SkyWalking Github Repo: https://github.com/apache/incubator-skywalking</li> <li>SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore</li></ul></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
+    <script src="/assets/js/4.239592f9.js" defer></script><script src="/assets/js/app.2ef205d1.js" defer></script>
+  </body>
+</html>
diff --git a/blog/index.html b/blog/index.html
index 07d3f8a..2e6f2ce 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1 +1,61 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Blog </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>SkyWalking Documents</h1> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="wrapper wrapper-content animated fadeInRight"> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/README.md" class="vote-title"> Latest 6.x Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/docs/README.md" class="vote-title"> 6.0.0-alpha Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" class="vote-title"> 5.0.0-GA Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md" class="vote-title"> 5.0.0-RC2 Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md" class="vote-title"> 5.0.0-beta2 Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md" class="vote-title"> 5.0.0-beta Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md" class="vote-title"> 5.0.0-alpha Document </a> <div class="vote-info"> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> </div> </div> </div> </div> <!-- latest 10 blog <div class="vote-item"> <div class="row"> <div class="col-md-10"> <div class="vote-actions"> </div> <a href="/html/2018/08/06/support-list.html" class="vote-title"> Supported middlewares, frameworks and libraries </a> <div class="vote-info"> <i class="fa fa-clock-o"></i> <a>6 Aug 2018</a> <i class="fa fa-user"></i> <a>Apache SkyWalking</a> </div> </div> <div class="col-md-2 "> <div class="vote-icon"> <i class="fa icon-html"> </i> </div> </div> </div> </div> --> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
+    <meta name="description" content="">
+    
+    
+    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.2ef205d1.js" as="script"><link rel="prefetch" href="/assets/js/10.63805c0f.js"><link rel="prefetch" href="/assets/js/11.c74c9c2d.js"><link rel="prefetch" href="/assets/js/12.8f35b9ed.js"><link rel="prefetch" href="/assets/js/13.0fa86b92.js"><link rel="prefetch" href="/assets/js/14.7d492527.js"><link rel="prefetch" href="/assets/js/15.bf276cb7.js"><link rel="prefetch" href="/assets/js/16.0d75f3ff.js"><link rel="prefetch" href="/assets/js/2.4792c3f6.js"><link rel="prefetch" href="/assets/js/3.1dbf0cac.js"><link rel="prefetch" href="/assets/js/4.239592f9.js"><link rel="prefetch" href="/assets/js/5.d4bf4756.js"><link rel="prefetch" href="/assets/js/6.cb71e4c6.js"><link rel="prefetch" href="/assets/js/7.cb536fc4.js"><link rel="prefetch" href="/assets/js/8.1f551c34.js"><link rel="prefetch" href="/assets/js/9.961ff215.js">
+    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
+  </head>
+  <body>
+    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-exact-active router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-exact-active router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="custom-layout"><div class="blog"><div class="content"><div class="blog-item"><h3>Apache SkyWalking provides open source APM and distributed tracing in .NET Core field</h3> <time>Haoyang Liu, Sheng Wu. May. 24th, 2018</time> <p>SkyWalking .NET Core SDK is available</p> <a href="2018-05-24-skywalking-net.html">Read more</a></div></div> <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div></div> <!----></div></div>
+    <script src="/assets/js/app.2ef205d1.js" defer></script>
+  </body>
+</html>
diff --git a/build/build.js b/build/build.js
deleted file mode 100644
index e7d9c75..0000000
--- a/build/build.js
+++ /dev/null
@@ -1,91 +0,0 @@
-var UglifyJS = require('uglify-js');
-var CleanCSS = require('clean-css');
-var fs = require('fs');
-require('shelljs/global');
-require('colors');
-
-var fileConf = require('./files.conf.js')
-var CSSJSfiles = fileConf.CSSJSfiles;
-
-nowDate = new Date();
-nowDateStr = nowDate.toISOString().slice(0, 10).replace(/-/g, "");
-
-// remove preceding compressed files
-rm('-rf', 'static/assets/*.min.js');
-rm('-rf', 'static/assets/*.min.css');
-
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.eot', 'static/assets/');
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.svg', 'static/assets/');
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.ttf', 'static/assets/');
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.woff', 'static/assets/');
-
-// change link/src files to new file path
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '_includes/index_head.html');
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '_includes/head.html');
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '_includes/category.html');
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '404.html');
-
-
-// compress js files function
-function compressjs(pagename, filename, filelist) {
-    console.log('Now compress ' + pagename + ' js files to ' + filename + ' ...')
-    var result = UglifyJS.minify(filelist, {
-        mangle: true,
-        compress: {
-            sequences: true,
-            dead_code: true,
-            conditionals: true,
-            booleans: true,
-            unused: true,
-            if_return: true,
-            join_vars: true,
-            drop_console: true
-        },
-    });
-
-    fs.writeFileSync('static/assets/' + filename, result.code);
-    console.log(pagename.green + " js files compress succeed. You can find it at \"static/assets\".\n".green);
-}
-
-// compress css files function
-function compresscss(pagename, filename, filelist) {
-    console.log('Now compress ' + pagename + ' css files to ' + filename + ' ...')
-    var result = new CleanCSS().minify(filelist);
-    var output = new CleanCSS({
-        level: {
-            1: {
-                transform: function(propertyName, propertyValue) {
-                    if (propertyName == 'src' && propertyValue.indexOf('node_modules/bootstrap/dist/') > -1) {
-                        return propertyValue.replace('node_modules/bootstrap/dist/', '');
-                    }
-                    if (propertyName == 'src' && propertyValue.indexOf('node_modules/components-font-awesome/') > -1) {
-                        return propertyValue.replace('node_modules/components-font-awesome/', '');
-                    }
-                    if (propertyName == 'src' && propertyValue.indexOf('node_modules/font-mfizz/dist/') > -1) {
-                        return propertyValue.replace('node_modules/font-mfizz/dist/', '');
-                    }
-                    if (propertyName == 'background' && propertyValue.indexOf('static/img/') > -1) {
-                        return propertyValue.replace('static/', '');
-                    }
-                    if (propertyName == 'background-image' && propertyValue.indexOf('static/img/') > -1) {
-                        return propertyValue.replace('static/', '');
-                    }
-                }
-            }
-        }
-    }).minify(result.styles);
-
-    fs.writeFileSync('static/assets/' + filename, output.styles);
-    console.log(pagename.green + " css files compress succeed. You can find it at \"static/assets\".\n".green);
-}
-
-for (i = 0; i < CSSJSfiles.length; i++) {
-    if (CSSJSfiles[i].type == 'css') {
-        var filename = CSSJSfiles[i].prefix + nowDateStr + '.min.css'
-        compresscss(CSSJSfiles[i].name, filename, CSSJSfiles[i].list)
-    }
-    if (CSSJSfiles[i].type == 'js') {
-        var filename = CSSJSfiles[i].prefix + nowDateStr + '.min.js'
-        compressjs(CSSJSfiles[i].name, filename, CSSJSfiles[i].list)
-    }
-}
diff --git a/build/files.conf.js b/build/files.conf.js
deleted file mode 100644
index 740222e..0000000
--- a/build/files.conf.js
+++ /dev/null
@@ -1,54 +0,0 @@
-module.exports = {
-    CSSJSfiles: [{
-        name: 'all page',
-        quotefile: '_includes/index_head.html',
-        prefix: 'app-',
-        type: 'js',
-        list: [
-            'node_modules/jquery/dist/jquery.js',
-            'static/js/bs3-typeahead.js',//
-            'node_modules/bootstrap/dist/js/bootstrap.js',
-            'node_modules/chart.js/dist/Chart.js',
-            'node_modules/pace-progress/pace.js',
-            'node_modules/wowjs/dist/wow.js',
-            'static/js/scroll.js',
-            'static/js/count.js'
-        ]
-    }, {
-        name: 'i18next page',
-        quotefile: '_includes/index_head.html',
-        prefix: 'i18-',
-        type: 'js',
-        list: [
-            'static/js/i18next.min.js',
-            'static/js/localization.js'
-        ]
-    }, {
-        name: 'blog pages',
-        quotefile: '_includes/head.html',
-        prefix: 'blog-',
-        type: 'js',
-        list: [
-            'node_modules/metismenu/dist/metisMenu.js',
-            'node_modules/jquery-slimscroll/jquery.slimscroll.js',
-            'node_modules/peity/jquery.peity.js',
-            'static/js/jPages.js',
-            'static/js/js.js',
-            'static/js/search.js'
-        ]
-    }, {
-        name: 'all pages',
-        quotefile: '_includes/head.html',
-        prefix: 'app-',
-        type: 'css',
-        list: [
-            'node_modules/normalize.css/normalize.css',
-            'node_modules/bootstrap/dist/css/bootstrap.css',
-            'node_modules/animate.css/animate.css',
-            'node_modules/components-font-awesome/css/font-awesome.css',
-            'node_modules/font-mfizz/dist/font-mfizz.css',
-            'node_modules/gritter/jquery.gritter.css',
-            'node_modules/pace-progress/themes/blue/pace-theme-flash.css',
-        ]
-    }]
-}
diff --git a/circuit-board.svg b/circuit-board.svg
new file mode 100644
index 0000000..d00c626
--- /dev/null
+++ b/circuit-board.svg
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg width="1361px" opacity="0.7" height="609px" viewBox="0 0 1361 609" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
+    <title>Group 21</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Ant-Design-Pro-3.0" stroke="none" opacity="0.5" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="账户密码登录-校验" transform="translate(-79.000000, -82.000000)">
+            <g id="Group-21" transform="translate(77.000000, 73.000000)">
+                <g id="Group-18" opacity="0.8" transform="translate(74.901416, 569.699158) rotate(-7.000000) translate(-74.901416, -569.699158) translate(4.901416, 525.199158)">
+                    <ellipse id="Oval-11" fill="#CFDAE6" opacity="0.25" cx="63.5748792" cy="32.468367" rx="21.7830479" ry="21.766008"></ellipse>
+                    <ellipse id="Oval-3" fill="#CFDAE6" opacity="0.599999964" cx="5.98746479" cy="13.8668601" rx="5.2173913" ry="5.21330997"></ellipse>
+                    <path d="M38.1354514,88.3520215 C43.8984227,88.3520215 48.570234,83.6838647 48.570234,77.9254015 C48.570234,72.1669383 43.8984227,67.4987816 38.1354514,67.4987816 C32.3724801,67.4987816 27.7006688,72.1669383 27.7006688,77.9254015 C27.7006688,83.6838647 32.3724801,88.3520215 38.1354514,88.3520215 Z" id="Oval-3-Copy" fill="#CFDAE6" opacity="0.45"></path>
+                    <path d="M64.2775582,33.1704963 L119.185836,16.5654915" id="Path-12" stroke="#CFDAE6" stroke-width="1.73913043" stroke-linecap="round" stroke-linejoin="round"></path>
+                    <path d="M42.1431708,26.5002681 L7.71190162,14.5640702" id="Path-16" stroke="#E0B4B7" stroke-width="0.702678964" opacity="0.7" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
+                    <path d="M63.9262187,33.521561 L43.6721326,69.3250951" id="Path-15" stroke="#BACAD9" stroke-width="0.702678964" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
+                    <g id="Group-17" transform="translate(126.850922, 13.543654) rotate(30.000000) translate(-126.850922, -13.543654) translate(117.285705, 4.381889)" fill="#CFDAE6">
+                        <ellipse id="Oval-4" opacity="0.45" cx="9.13482653" cy="9.12768076" rx="9.13482653" ry="9.12768076"></ellipse>
+                        <path d="M18.2696531,18.2553615 C18.2696531,13.2142826 14.1798519,9.12768076 9.13482653,9.12768076 C4.08980114,9.12768076 0,13.2142826 0,18.2553615 L18.2696531,18.2553615 Z" id="Oval-4" transform="translate(9.134827, 13.691521) scale(-1, -1) translate(-9.134827, -13.691521) "></path>
+                    </g>
+                </g>
+                <g id="Group-14" transform="translate(216.294700, 123.725600) rotate(-5.000000) translate(-216.294700, -123.725600) translate(106.294700, 35.225600)">
+                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.25" cx="29.1176471" cy="29.1402439" rx="29.1176471" ry="29.1402439"></ellipse>
+                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.3" cx="29.1176471" cy="29.1402439" rx="21.5686275" ry="21.5853659"></ellipse>
+                    <ellipse id="Oval-2-Copy" stroke="#CFDAE6" opacity="0.4" cx="179.019608" cy="138.146341" rx="23.7254902" ry="23.7439024"></ellipse>
+                    <ellipse id="Oval-2" fill="#BACAD9" opacity="0.5" cx="29.1176471" cy="29.1402439" rx="10.7843137" ry="10.7926829"></ellipse>
+                    <path d="M29.1176471,39.9329268 L29.1176471,18.347561 C23.1616351,18.347561 18.3333333,23.1796097 18.3333333,29.1402439 C18.3333333,35.1008781 23.1616351,39.9329268 29.1176471,39.9329268 Z" id="Oval-2" fill="#BACAD9"></path>
+                    <g id="Group-9" opacity="0.45" transform="translate(172.000000, 131.000000)" fill="#E6A1A6">
+                        <ellipse id="Oval-2-Copy-2" cx="7.01960784" cy="7.14634146" rx="6.47058824" ry="6.47560976"></ellipse>
+                        <path d="M0.549019608,13.6219512 C4.12262681,13.6219512 7.01960784,10.722722 7.01960784,7.14634146 C7.01960784,3.56996095 4.12262681,0.670731707 0.549019608,0.670731707 L0.549019608,13.6219512 Z" id="Oval-2-Copy-2" transform="translate(3.784314, 7.146341) scale(-1, 1) translate(-3.784314, -7.146341) "></path>
+                    </g>
+                    <ellipse id="Oval-10" fill="#CFDAE6" cx="218.382353" cy="138.685976" rx="1.61764706" ry="1.61890244"></ellipse>
+                    <ellipse id="Oval-10-Copy-2" fill="#E0B4B7" opacity="0.35" cx="179.558824" cy="175.381098" rx="1.61764706" ry="1.61890244"></ellipse>
+                    <ellipse id="Oval-10-Copy" fill="#E0B4B7" opacity="0.35" cx="180.098039" cy="102.530488" rx="2.15686275" ry="2.15853659"></ellipse>
+                    <path d="M28.9985381,29.9671598 L171.151018,132.876024" id="Path-11" stroke="#CFDAE6" opacity="0.8"></path>
+                </g>
+                <g id="Group-10" opacity="0.799999952" transform="translate(1054.100635, 36.659317) rotate(-11.000000) translate(-1054.100635, -36.659317) translate(1026.600635, 4.659317)">
+                    <ellipse id="Oval-7" stroke="#CFDAE6" stroke-width="0.941176471" cx="43.8135593" cy="32" rx="11.1864407" ry="11.2941176"></ellipse>
+                    <g id="Group-12" transform="translate(34.596774, 23.111111)" fill="#BACAD9">
+                        <ellipse id="Oval-7" opacity="0.45" cx="9.18534718" cy="8.88888889" rx="8.47457627" ry="8.55614973"></ellipse>
+                        <path d="M9.18534718,17.4450386 C13.8657264,17.4450386 17.6599235,13.6143199 17.6599235,8.88888889 C17.6599235,4.16345787 13.8657264,0.332739156 9.18534718,0.332739156 L9.18534718,17.4450386 Z" id="Oval-7"></path>
+                    </g>
+                    <path d="M34.6597385,24.809694 L5.71666084,4.76878945" id="Path-2" stroke="#CFDAE6" stroke-width="0.941176471"></path>
+                    <ellipse id="Oval" stroke="#CFDAE6" stroke-width="0.941176471" cx="3.26271186" cy="3.29411765" rx="3.26271186" ry="3.29411765"></ellipse>
+                    <ellipse id="Oval-Copy" fill="#F7E1AD" cx="2.79661017" cy="61.1764706" rx="2.79661017" ry="2.82352941"></ellipse>
+                    <path d="M34.6312443,39.2922712 L5.06366663,59.785082" id="Path-10" stroke="#CFDAE6" stroke-width="0.941176471"></path>
+                </g>
+                <g id="Group-19" opacity="0.33" transform="translate(1282.537219, 446.502867) rotate(-10.000000) translate(-1282.537219, -446.502867) translate(1142.537219, 327.502867)">
+                    <g id="Group-17" transform="translate(141.333539, 104.502742) rotate(275.000000) translate(-141.333539, -104.502742) translate(129.333539, 92.502742)" fill="#BACAD9">
+                        <circle id="Oval-4" opacity="0.45" cx="11.6666667" cy="11.6666667" r="11.6666667"></circle>
+                        <path d="M23.3333333,23.3333333 C23.3333333,16.8900113 18.1099887,11.6666667 11.6666667,11.6666667 C5.22334459,11.6666667 0,16.8900113 0,23.3333333 L23.3333333,23.3333333 Z" id="Oval-4" transform="translate(11.666667, 17.500000) scale(-1, -1) translate(-11.666667, -17.500000) "></path>
+                    </g>
+                    <circle id="Oval-5-Copy-6" fill="#CFDAE6" cx="201.833333" cy="87.5" r="5.83333333"></circle>
+                    <path d="M143.5,88.8126685 L155.070501,17.6038544" id="Path-17" stroke="#BACAD9" stroke-width="1.16666667"></path>
+                    <path d="M17.5,37.3333333 L127.466252,97.6449735" id="Path-18" stroke="#BACAD9" stroke-width="1.16666667"></path>
+                    <polyline id="Path-19" stroke="#CFDAE6" stroke-width="1.16666667" points="143.902597 120.302281 174.935455 231.571342 38.5 147.510847 126.366941 110.833333"></polyline>
+                    <path d="M159.833333,99.7453842 L195.416667,89.25" id="Path-20" stroke="#E0B4B7" stroke-width="1.16666667" opacity="0.6"></path>
+                    <path d="M205.333333,82.1372105 L238.719406,36.1666667" id="Path-24" stroke="#BACAD9" stroke-width="1.16666667"></path>
+                    <path d="M266.723424,132.231988 L207.083333,90.4166667" id="Path-25" stroke="#CFDAE6" stroke-width="1.16666667"></path>
+                    <circle id="Oval-5" fill="#C1D1E0" cx="156.916667" cy="8.75" r="8.75"></circle>
+                    <circle id="Oval-5-Copy-3" fill="#C1D1E0" cx="39.0833333" cy="148.75" r="5.25"></circle>
+                    <circle id="Oval-5-Copy-2" fill-opacity="0.6" fill="#D1DEED" cx="8.75" cy="33.25" r="8.75"></circle>
+                    <circle id="Oval-5-Copy-4" fill-opacity="0.6" fill="#D1DEED" cx="243.833333" cy="30.3333333" r="5.83333333"></circle>
+                    <circle id="Oval-5-Copy-5" fill="#E0B4B7" cx="175.583333" cy="232.75" r="5.25"></circle>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/database/index.html b/database/index.html
deleted file mode 100644
index b534c76..0000000
--- a/database/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Database </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <!-- jPages --> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 5, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); }); </script> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>Database</h1> </div> </div> <div class="wrapper wrapper-content animated fadeInRight blog"> <div class="row"> <ul id="pag-itemContainer" style="list-style:none;"> </ul> <div class="col-lg-8 col-lg-offset-2"> <p>Sorry,no blog!</p> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
new file mode 100755
index 0000000..4bc9c2b
--- /dev/null
+++ b/docs/.vuepress/config.js
@@ -0,0 +1,108 @@
+module.exports = {
+  base: "/",
+  dest: "dist",
+  locales: {
+    '/': {
+      lang: 'en-US', // 将会被设置为 <html> 的 lang 属性
+      title: ' Apache SkyWalking™ (incubating)|SkyWalking Team ',
+      logo: "/favicon.ico",
+      head: [["link", { rel: "icon", href: `/logo.svg` }]],
+    },
+    '/zh/': {
+      lang: 'zh-CN',
+      title: ' Apache SkyWalking™ (incubating)|SkyWalking Team ',
+      logo: "/favicon.ico",
+      head: [["link", { rel: "icon", href: `/logo.svg` }]],
+    }
+  },
+  themeConfig: {
+    locales: {
+      '/': {
+        lang: 'en-US',
+        selectText: 'Lang',
+        label: 'En',
+        sidebar: {
+          '/events/': genSidebarConfig('Events')
+        },
+        nav: [
+          { text: "Home", link: "/" },
+          { text: "Docs",  items: [
+            { text: 'Latest dev version', link: "https://github.com/apache/incubator-skywalking/tree/master/docs" },
+            { text: '6.0.0-alpha', link: "https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs"},
+            { text: '5.0.0-GA', link: "https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs"}
+          ], },
+          { text: "Events", link: "/events/" },
+          { text: "Blog", link: "/blog/" },
+          { text: "Downloads", link: "/downloads/" },
+          { text: "Team", link: "/team/" },
+          { text: "Links",
+            items: [
+              { text: 'Apache Software Foundation', link: "http://www.apache.org/" },
+              { text: 'GitHub Issue Tracker', link: "https://github.com/apache/incubator-skywalking/issues" },
+              { text: 'Dev Mailing List', link: "https://lists.apache.org/list.html?dev@skywalking.apache.org" },
+              { text: 'License', link: "http://www.apache.org/licenses/" },
+              { text: 'Apache Events', link: "http://www.apache.org/events/current-event" },
+              { text: 'Security', link: "http://www.apache.org/security/" },
+              { text: 'Sponsorship and Donate', link: "http://www.apache.org/foundation/sponsorship.html" },
+              { text: 'Thanks', link: "http://www.apache.org/foundation/thanks.html"}
+            ], },
+        ],
+      },
+      '/zh/': {
+        lang: 'zh-CN',
+        selectText: '语言',
+        label: '中文',
+        sidebar: {
+          '/zh/events/': genSidebarConfig('Events')
+        },
+        nav: [
+          { text: "主页", link: "/zh/" },
+          { text: "文档",
+            items: [
+              { text: '开发版本文档', link: "https://github.com/apache/incubator-skywalking/tree/master/docs" },
+              { text: '6.0.0-alpha', link: "https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs"},
+              { text: '5.0.0-GA', link: "https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs"}
+            ],
+          },
+          { text: "事件", link: "/zh/events/" },
+          { text: "博客", link: "/zh/blog/" },
+          { text: "下载", link: "/zh/downloads/" },
+          { text: "团队", link: "/zh/team/" },
+          { text: "链接",
+          items: [
+            { text: 'Apache Software Foundation', link: "http://www.apache.org/" },
+            { text: 'GitHub Issue Tracker', link: "https://github.com/apache/incubator-skywalking/issues" },
+            { text: 'Dev Mailing List', link: "https://lists.apache.org/list.html?dev@skywalking.apache.org" },
+            { text: 'License', link: "http://www.apache.org/licenses/" },
+            { text: 'Apache Events', link: "http://www.apache.org/events/current-event" },
+            { text: 'Security', link: "http://www.apache.org/security/" },
+            { text: 'Sponsorship and Donate', link: "http://www.apache.org/foundation/sponsorship.html" },
+            { text: 'Thanks', link: "http://www.apache.org/foundation/thanks.html"}
+          ], },
+        ],
+      }
+    },
+  },
+  markdown: {
+    // options for markdown-it-anchor
+    anchor: { permalink: false },
+    config: md => {
+      md.use(require("markdown-it-katex"));
+    }
+  }
+};
+
+function genSidebarConfig (title) {
+  return [
+    {
+      // title,
+      collapsable: false,
+      children: [
+        '',
+        // 'getting-started',
+        // 'customize',
+        // 'advanced',
+      ]
+    }
+  ]
+}
diff --git a/docs/.vuepress/public/alarm.svg b/docs/.vuepress/public/alarm.svg
new file mode 100644
index 0000000..3328781
--- /dev/null
+++ b/docs/.vuepress/public/alarm.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583583353" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5746" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M192 832a32 32 0 0 0 0 64h640a32 32 0 0 0 0-64H192z m0-64h640a96 96 0 0 1 0 192H192a96 96 0 0 1 0-192z" p-id="5747" fill="#0091ff"></path><path d="M816 208m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" p-id="5748" fill="#0091ff"></path><path d="M208 208m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" p-id="5749" fill="#0091ff"></path><path d="M480 608a32 32 0 0 1 64 0v160a32 32 0 0 1-64 0v-160z" p-id="5750" fill="#0091ff"></path><path d="M512 640a112 112 0 1 1 0-224 112 112 0 0 1 0 224z m0-64a48 48 0 1 0 0-96 48 48 0 0 0 0 96zM864 480a32 32 0 0 1 0-64h96a32 32 0 0 1 0 64h-96zM64 480a32 32 0 0 1 0-64h96a32 32 0 0 1 0 64H64zM480 64a32 32 0 0 1 64 0v96a32 32 0 0 1-64 0V64z" p-id="5751" fill="#0091ff"></path><path d="M272.448 800h-64v-288a304 304 0 0 1 608 0v288h-64v-288a240 240 0 0 0-480 0v288z" p-id="5752" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/circuit-board.svg b/docs/.vuepress/public/circuit-board.svg
new file mode 100644
index 0000000..d00c626
--- /dev/null
+++ b/docs/.vuepress/public/circuit-board.svg
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg width="1361px" opacity="0.7" height="609px" viewBox="0 0 1361 609" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
+    <title>Group 21</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Ant-Design-Pro-3.0" stroke="none" opacity="0.5" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="账户密码登录-校验" transform="translate(-79.000000, -82.000000)">
+            <g id="Group-21" transform="translate(77.000000, 73.000000)">
+                <g id="Group-18" opacity="0.8" transform="translate(74.901416, 569.699158) rotate(-7.000000) translate(-74.901416, -569.699158) translate(4.901416, 525.199158)">
+                    <ellipse id="Oval-11" fill="#CFDAE6" opacity="0.25" cx="63.5748792" cy="32.468367" rx="21.7830479" ry="21.766008"></ellipse>
+                    <ellipse id="Oval-3" fill="#CFDAE6" opacity="0.599999964" cx="5.98746479" cy="13.8668601" rx="5.2173913" ry="5.21330997"></ellipse>
+                    <path d="M38.1354514,88.3520215 C43.8984227,88.3520215 48.570234,83.6838647 48.570234,77.9254015 C48.570234,72.1669383 43.8984227,67.4987816 38.1354514,67.4987816 C32.3724801,67.4987816 27.7006688,72.1669383 27.7006688,77.9254015 C27.7006688,83.6838647 32.3724801,88.3520215 38.1354514,88.3520215 Z" id="Oval-3-Copy" fill="#CFDAE6" opacity="0.45"></path>
+                    <path d="M64.2775582,33.1704963 L119.185836,16.5654915" id="Path-12" stroke="#CFDAE6" stroke-width="1.73913043" stroke-linecap="round" stroke-linejoin="round"></path>
+                    <path d="M42.1431708,26.5002681 L7.71190162,14.5640702" id="Path-16" stroke="#E0B4B7" stroke-width="0.702678964" opacity="0.7" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
+                    <path d="M63.9262187,33.521561 L43.6721326,69.3250951" id="Path-15" stroke="#BACAD9" stroke-width="0.702678964" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
+                    <g id="Group-17" transform="translate(126.850922, 13.543654) rotate(30.000000) translate(-126.850922, -13.543654) translate(117.285705, 4.381889)" fill="#CFDAE6">
+                        <ellipse id="Oval-4" opacity="0.45" cx="9.13482653" cy="9.12768076" rx="9.13482653" ry="9.12768076"></ellipse>
+                        <path d="M18.2696531,18.2553615 C18.2696531,13.2142826 14.1798519,9.12768076 9.13482653,9.12768076 C4.08980114,9.12768076 0,13.2142826 0,18.2553615 L18.2696531,18.2553615 Z" id="Oval-4" transform="translate(9.134827, 13.691521) scale(-1, -1) translate(-9.134827, -13.691521) "></path>
+                    </g>
+                </g>
+                <g id="Group-14" transform="translate(216.294700, 123.725600) rotate(-5.000000) translate(-216.294700, -123.725600) translate(106.294700, 35.225600)">
+                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.25" cx="29.1176471" cy="29.1402439" rx="29.1176471" ry="29.1402439"></ellipse>
+                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.3" cx="29.1176471" cy="29.1402439" rx="21.5686275" ry="21.5853659"></ellipse>
+                    <ellipse id="Oval-2-Copy" stroke="#CFDAE6" opacity="0.4" cx="179.019608" cy="138.146341" rx="23.7254902" ry="23.7439024"></ellipse>
+                    <ellipse id="Oval-2" fill="#BACAD9" opacity="0.5" cx="29.1176471" cy="29.1402439" rx="10.7843137" ry="10.7926829"></ellipse>
+                    <path d="M29.1176471,39.9329268 L29.1176471,18.347561 C23.1616351,18.347561 18.3333333,23.1796097 18.3333333,29.1402439 C18.3333333,35.1008781 23.1616351,39.9329268 29.1176471,39.9329268 Z" id="Oval-2" fill="#BACAD9"></path>
+                    <g id="Group-9" opacity="0.45" transform="translate(172.000000, 131.000000)" fill="#E6A1A6">
+                        <ellipse id="Oval-2-Copy-2" cx="7.01960784" cy="7.14634146" rx="6.47058824" ry="6.47560976"></ellipse>
+                        <path d="M0.549019608,13.6219512 C4.12262681,13.6219512 7.01960784,10.722722 7.01960784,7.14634146 C7.01960784,3.56996095 4.12262681,0.670731707 0.549019608,0.670731707 L0.549019608,13.6219512 Z" id="Oval-2-Copy-2" transform="translate(3.784314, 7.146341) scale(-1, 1) translate(-3.784314, -7.146341) "></path>
+                    </g>
+                    <ellipse id="Oval-10" fill="#CFDAE6" cx="218.382353" cy="138.685976" rx="1.61764706" ry="1.61890244"></ellipse>
+                    <ellipse id="Oval-10-Copy-2" fill="#E0B4B7" opacity="0.35" cx="179.558824" cy="175.381098" rx="1.61764706" ry="1.61890244"></ellipse>
+                    <ellipse id="Oval-10-Copy" fill="#E0B4B7" opacity="0.35" cx="180.098039" cy="102.530488" rx="2.15686275" ry="2.15853659"></ellipse>
+                    <path d="M28.9985381,29.9671598 L171.151018,132.876024" id="Path-11" stroke="#CFDAE6" opacity="0.8"></path>
+                </g>
+                <g id="Group-10" opacity="0.799999952" transform="translate(1054.100635, 36.659317) rotate(-11.000000) translate(-1054.100635, -36.659317) translate(1026.600635, 4.659317)">
+                    <ellipse id="Oval-7" stroke="#CFDAE6" stroke-width="0.941176471" cx="43.8135593" cy="32" rx="11.1864407" ry="11.2941176"></ellipse>
+                    <g id="Group-12" transform="translate(34.596774, 23.111111)" fill="#BACAD9">
+                        <ellipse id="Oval-7" opacity="0.45" cx="9.18534718" cy="8.88888889" rx="8.47457627" ry="8.55614973"></ellipse>
+                        <path d="M9.18534718,17.4450386 C13.8657264,17.4450386 17.6599235,13.6143199 17.6599235,8.88888889 C17.6599235,4.16345787 13.8657264,0.332739156 9.18534718,0.332739156 L9.18534718,17.4450386 Z" id="Oval-7"></path>
+                    </g>
+                    <path d="M34.6597385,24.809694 L5.71666084,4.76878945" id="Path-2" stroke="#CFDAE6" stroke-width="0.941176471"></path>
+                    <ellipse id="Oval" stroke="#CFDAE6" stroke-width="0.941176471" cx="3.26271186" cy="3.29411765" rx="3.26271186" ry="3.29411765"></ellipse>
+                    <ellipse id="Oval-Copy" fill="#F7E1AD" cx="2.79661017" cy="61.1764706" rx="2.79661017" ry="2.82352941"></ellipse>
+                    <path d="M34.6312443,39.2922712 L5.06366663,59.785082" id="Path-10" stroke="#CFDAE6" stroke-width="0.941176471"></path>
+                </g>
+                <g id="Group-19" opacity="0.33" transform="translate(1282.537219, 446.502867) rotate(-10.000000) translate(-1282.537219, -446.502867) translate(1142.537219, 327.502867)">
+                    <g id="Group-17" transform="translate(141.333539, 104.502742) rotate(275.000000) translate(-141.333539, -104.502742) translate(129.333539, 92.502742)" fill="#BACAD9">
+                        <circle id="Oval-4" opacity="0.45" cx="11.6666667" cy="11.6666667" r="11.6666667"></circle>
+                        <path d="M23.3333333,23.3333333 C23.3333333,16.8900113 18.1099887,11.6666667 11.6666667,11.6666667 C5.22334459,11.6666667 0,16.8900113 0,23.3333333 L23.3333333,23.3333333 Z" id="Oval-4" transform="translate(11.666667, 17.500000) scale(-1, -1) translate(-11.666667, -17.500000) "></path>
+                    </g>
+                    <circle id="Oval-5-Copy-6" fill="#CFDAE6" cx="201.833333" cy="87.5" r="5.83333333"></circle>
+                    <path d="M143.5,88.8126685 L155.070501,17.6038544" id="Path-17" stroke="#BACAD9" stroke-width="1.16666667"></path>
+                    <path d="M17.5,37.3333333 L127.466252,97.6449735" id="Path-18" stroke="#BACAD9" stroke-width="1.16666667"></path>
+                    <polyline id="Path-19" stroke="#CFDAE6" stroke-width="1.16666667" points="143.902597 120.302281 174.935455 231.571342 38.5 147.510847 126.366941 110.833333"></polyline>
+                    <path d="M159.833333,99.7453842 L195.416667,89.25" id="Path-20" stroke="#E0B4B7" stroke-width="1.16666667" opacity="0.6"></path>
+                    <path d="M205.333333,82.1372105 L238.719406,36.1666667" id="Path-24" stroke="#BACAD9" stroke-width="1.16666667"></path>
+                    <path d="M266.723424,132.231988 L207.083333,90.4166667" id="Path-25" stroke="#CFDAE6" stroke-width="1.16666667"></path>
+                    <circle id="Oval-5" fill="#C1D1E0" cx="156.916667" cy="8.75" r="8.75"></circle>
+                    <circle id="Oval-5-Copy-3" fill="#C1D1E0" cx="39.0833333" cy="148.75" r="5.25"></circle>
+                    <circle id="Oval-5-Copy-2" fill-opacity="0.6" fill="#D1DEED" cx="8.75" cy="33.25" r="8.75"></circle>
+                    <circle id="Oval-5-Copy-4" fill-opacity="0.6" fill="#D1DEED" cx="243.833333" cy="30.3333333" r="5.83333333"></circle>
+                    <circle id="Oval-5-Copy-5" fill="#E0B4B7" cx="175.583333" cy="232.75" r="5.25"></circle>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/jekyll-source/static/assets/img/favicon.ico b/docs/.vuepress/public/favicon.ico
similarity index 100%
rename from jekyll-source/static/assets/img/favicon.ico
rename to docs/.vuepress/public/favicon.ico
diff --git a/docs/.vuepress/public/frame.jpeg b/docs/.vuepress/public/frame.jpeg
new file mode 100644
index 0000000..4136ed7
Binary files /dev/null and b/docs/.vuepress/public/frame.jpeg differ
diff --git a/docs/.vuepress/public/light.svg b/docs/.vuepress/public/light.svg
new file mode 100644
index 0000000..3804e5c
--- /dev/null
+++ b/docs/.vuepress/public/light.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583519260" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5159" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M892.224 117.024c-83.936-83.936-231.648-81.12-387.616-3.84-155.936-77.28-303.68-80.096-387.616 3.84-69.76 69.76-79.488 183.552-36.64 309.344a95.776 95.776 0 0 0 12.992 122.528c-55.936 136.896-53.472 266.176 23.68 343.328 83.936 83.936 231.712 81.152 387.776 3.776 152.8 75.68 302.016 81.632 387.424-3.776 85.44-85.44 79.424-234.72 3.68-387.584 75.744-152.896 81.76-302.176-3.68-387.616z m-45.248 729.952c-96.416 96.416-332.64 29.408-523.36-161.344a31.968 31.968 0 1 0-45.248 45.248 913.056 913.056 0 0 0 157.376 126.304c-117.248 47.904-219.104 44.128-273.472-10.24-55.776-55.776-56.544-158.368-10.656-271.808 2.816 0.256 5.504 0.864 8.384 0.864a96 96 0 0 0 96-96c0-21.024-6.944-40.288-18.4-56.096a870.592 870.592 0 0 1 86.016-100.288 31.968 31.968 0 1 0-45.248-45.248 933.6 933.6 0 0 0-93.472 109.344A92.928 92.928 0 0 0 160 384a95.68 95.68 0 0 0-24.736 3.616c-28.704-96.448-19.776-178.56 27.008-225.344 62.368-62.368 187.264-58.176 326.112 14.24a31.008 31.008 0 0 0 16.544 3.04 31.104 31.104 0 0 0 16.032-3.104c138.816-72.352 263.648-76.544 326.016-14.176 56 56 56.544 159.2 10.048 273.216a879.36 879.36 0 0 0-67.584-92.48c6.528-11.584 10.56-24.768 10.56-39.008a80 80 0 1 0-80 80c6.368 0 12.48-0.928 18.4-2.336a795.968 795.968 0 0 1 85.408 122.944c-31.52 56.672-73.984 114.08-126.176 168.352-3.2-0.384-6.336-0.96-9.632-0.96a80 80 0 1 0 65.792 34.624 901.056 901.056 0 0 0 103.232-132.864c46.464 113.984 45.952 217.216-10.048 273.216z" p-id="5160" fill="#0091ff"></path><path d="M512 384a128 128 0 1 0 0 256 128 128 0 0 0 0-256z m0 192a64 64 0 1 1 0.032-128.032A64 64 0 0 1 512 576z" p-id="5161" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/list.svg b/docs/.vuepress/public/list.svg
new file mode 100644
index 0000000..eb3ea47
--- /dev/null
+++ b/docs/.vuepress/public/list.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583491028" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4932" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M96 160v704h832V160H96z m309.344 400.192v-160h192v160h-192z m192 64V800h-192v-175.808h192zM160 400.192h181.344v160H160v-160z m501.344 0H864v160h-202.656v-160zM864 224v112.192H160V224h704zM160 624.192h181.344V800H160v-175.808zM661.344 800v-175.808H864V800h-202.656z" p-id="4933" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/logo.svg b/docs/.vuepress/public/logo.svg
new file mode 100755
index 0000000..0059563
--- /dev/null
+++ b/docs/.vuepress/public/logo.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
+    <title>Group</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Group" transform="translate(0.000000, -16.000000)">
+            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#1890FF">
+                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
+                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
+            </g>
+            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#D8D8D8" fill-rule="nonzero">
+                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/moon.svg b/docs/.vuepress/public/moon.svg
new file mode 100644
index 0000000..75ddc36
--- /dev/null
+++ b/docs/.vuepress/public/moon.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1543670901687" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7809" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"><defs><style type="text/css"></style></defs><path d="M958.2 532.6c0 246.8-200 446.8-446.8 446.8S64.6 779.4 64.6 532.6s200-446.8 446.8-446.8c246.7 0 446.8 200 446.8 446.8z m0 0" fill="#eee" p-id="7810" data-spm-anchor-id="a313x.7781069.0.i25" class=""></path><path d="M612.2 186.7c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.9-0.1 43.2 19.3 43.2 43.2z m0 0M396 532.6c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M194.2 748.8c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M684.3 388.5c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8c15.9-0.1 28.8 12.8 28.8 28.8z m0 0M453.7 864.1c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.8 0 43.2 19.3 43.2 43.2z m0 0M295.1 402.9c0 55.7-45.2 100.9-100.9 100.9S93.3 458.6 93.3 402.9 138.5 302 194.2 302s100.9 45.1 100.9 100.9z m0 0" fill="#F9FAFA" p-id="7811"></path><path d="M511.3 85.8c246.8 0 446.8 200 446.8 446.8s-200 446.8-446.8 446.8c0 0 323.7-555.9 0-893.6" fill="#F9FAFA" p-id="7812" data-spm-anchor-id="a313x.7781069.0.i27" class=""></path><path d="M569 243.7c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.6 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.3-29.5-29.5-29.5z m0 0M367.2 575.2c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.1 42.6-42.6 42.6z m0-57.7c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1-6.8-15.1-15.1-15.1z m0 0M410.4 921.1c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.5 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.2-29.5-29.5-29.5z m0 0M713.1 834.6c-47.3 0-85.8-38.5-85.8-85.8s38.5-85.8 85.8-85.8 85.8 38.5 85.8 85.8-38.5 85.8-85.8 85.8z m0-144.1c-32.2 0-58.3 26.2-58.3 58.3 0 32.2 26.2 58.3 58.3 58.3 32.1 0 58.3-26.2 58.3-58.3 0-32.2-26.1-58.3-58.3-58.3z m0 0M655.5 431c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.2 42.6-42.6 42.6z m0-57.6c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1c-0.1-8.4-6.8-15.1-15.1-15.1z m0 0" fill="#F9FAFA" p-id="7813" data-spm-anchor-id="a313x.7781069.0.i26" class="selected"></path><path d="M837.5 206.5c-87.1-87.2-203-135.1-326.2-135.1-123.2 0-239 48-326.1 135.1C98.1 293.6 50.1 409.4 50.1 532.6s48 239 135.1 326.1c87.1 87.1 202.9 135.1 326.1 135.1 80.9 0 160.5-21.2 230.1-61.4 67.6-39 124.6-94.9 165-161.7 43.3-71.6 66.1-154 66.1-238.1 0.1-123.2-47.9-239-135-326.1z m49.2 138.7c0 32.2-26.2 58.3-58.3 58.3-32.2 0-58.3-26.2-58.3-58.3 0-32.2 26.2-58.3 58.3-58.3 32.2 0 58.3 26.2 58.3 58.3z m-692.5-29.5c48.1 0 87.1 39.1 87.1 87.1 0 48.1-39.1 87.1-87.1 87.1s-87.1-39.1-87.1-87.1 39.1-87.1 87.1-87.1z m-43.9 433.1c0-8.3 6.8-15.1 15.1-15.1s15.1 6.8 15.1 15.1-6.8 15.1-15.1 15.1-15.1-6.8-15.1-15.1z m731.5 7c-37.8 62.7-91.3 115.1-154.7 151.6-65.3 37.7-139.9 57.6-215.8 57.6-115.5 0-224.1-45-305.8-126.6-14.8-14.8-28.4-30.5-40.7-47h0.6c23.5 0 42.6-19.1 42.6-42.6s-19.1-42.6-42.6-42.6c-17 0-31.8 10.1-38.6 24.6-31.3-60.5-47.9-128.1-47.9-198.2 0-29.7 3-58.9 8.8-87.4 16.9 42.3 58.2 72.3 106.5 72.3 63.2 0 114.6-51.4 114.6-114.6 0-63.2-51.4-114.6-114.6-114.6-16.5 0-32.1 3.5-46.3 9.8 16.5-25.4 35.7-49.3 57.6-71.2 81.7-81.7 190.3-126.6 305.8-126.6s224.1 45 305.8 126.6c11.2 11.2 21.6 22.8 31.4 34.9-6.4-1.5-13.1-2.4-20-2.4-47.3 0-85.8 38.5-85.8 85.8s38.5 85.8 85.8 85.8c39.6 0 73-26.9 82.8-63.4 21.3 51.6 32.5 107.5 32.5 165-0.1 78.9-21.5 156-62 223.2z m0 0" fill="#F9FAFA" p-id="7814" data-spm-anchor-id="a313x.7781069.0.i28" class="selected"></path><path d="M107.8 547.7h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7815"></path><path d="M396 330.8h28.8v28.8H396z" fill="#F9FAFA" p-id="7816"></path><path d="M698.7 216.1h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7817"></path><path d="M511.3 460.5h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7818"></path><path d="M698.7 533.3h28.8v27.5h-28.8zM857.3 475.6h28.8v27.5h-28.8zM857.3 648.6h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7819"></path><path d="M525.7 604.7h28.8v28.8h-28.8zM352.8 662.3h28.8v28.8h-28.8zM496.9 792h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7820"></path><path d="M597.8 879.2h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7821"></path><path d="M237.5 748.8h28.8v28.8h-28.8zM280.7 229.9h28.8v28.8h-28.8zM424.8 143.4h28.8v28.8h-28.8z" fill="#eee" p-id="7822"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/more.svg b/docs/.vuepress/public/more.svg
new file mode 100644
index 0000000..d0757ca
--- /dev/null
+++ b/docs/.vuepress/public/more.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583164092" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4704" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M336 544C256.608 544 192 608.608 192 688S256.608 832 336 832s144-64.608 144-144-64.608-144-144-144z m0 224C291.904 768 256 732.128 256 688S291.904 608 336 608s80 35.872 80 80-35.904 80-80 80zM800 256h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 576h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 384h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 712h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM440 235.808l-120.992 148.608-71.04-80.352a32 32 0 0 0-47.936 42.4l71.008 80.352a63.648 63.648 0 0 0 48.032 21.632 63.36 63.36 0 0 0 49.536-23.584L489.6 276.192a32 32 0 0 0-49.6-40.384z" p-id="4705" fill="#0091ff"></path><path d="M896 64H128c-35.296 0-64 28.704-64 64v768c0 35.296 28.704 64 64 64h768c35.296 0 64-28.704 64-64V128c0-35.296-28.704-64-64-64zM128 896V128h768l0.064 768H128z" p-id="4706" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/search.svg b/docs/.vuepress/public/search.svg
new file mode 100644
index 0000000..6a3e6b7
--- /dev/null
+++ b/docs/.vuepress/public/search.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583087265" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4512" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M896 64H128c-35.296 0-64 28.704-64 64v768c0 35.296 28.704 64 64 64h592a32 32 0 1 0 0-64H128V128h768v592a32 32 0 1 0 64 0V128c0-35.296-28.704-64-64-64z" p-id="4513" fill="#0091ff"></path><path d="M791.744 746.496A206.752 206.752 0 0 0 832 624c0-114.688-93.312-208-208-208S416 509.312 416 624s93.312 208 208 208a206.752 206.752 0 0 0 122.496-40.256l110.88 110.88a31.904 31.904 0 0 0 45.248 0 31.968 31.968 0 0 0 0-45.248l-110.88-110.88zM480 624c0-79.392 64.608-144 144-144s144 64.608 144 144-64.608 144-144 144-144-64.608-144-144zM800 264a32 32 0 0 0-32-32H256a32 32 0 0 0 0 64h512a32 32 0 0 0 32-32zM256 422.656a32 32 0 0 0 0 64h96a32 32 0 0 0 0-64H256z" p-id="4514" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/ui.svg b/docs/.vuepress/public/ui.svg
new file mode 100644
index 0000000..e4ec157
--- /dev/null
+++ b/docs/.vuepress/public/ui.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583612048" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5978" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M856.32 428.064a32 32 0 0 0-32 32v163.328H372.48c-0.896 0-1.664 0.448-2.56 0.512v-177.696h244.48a32 32 0 1 0 0-64H130.56c-0.896 0-1.664 0.448-2.56 0.512V231.68h488.16a32 32 0 1 0 0-64H96a32 32 0 0 0-32 32v701.824a32 32 0 0 0 32 32h760.32a32 32 0 0 0 32-32V460.064a32 32 0 0 0-32-32zM128 445.728c0.896 0.064 1.664 0.512 2.56 0.512h175.36v423.264H128V445.728z m241.92 423.776v-182.624c0.896 0.064 1.664 0.512 2.56 0.512h451.84v182.08h-454.4zM960 174.656h-61.376V113.28a32 32 0 1 0-64 0v61.344H752.64a32 32 0 1 0 0 64h81.984v81.984a32 32 0 1 0 64 0V238.656H960a32 32 0 1 0 0-64z" p-id="5979" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/users.png b/docs/.vuepress/public/users.png
new file mode 100644
index 0000000..b499d2d
Binary files /dev/null and b/docs/.vuepress/public/users.png differ
diff --git a/docs/.vuepress/theme/Layout.vue b/docs/.vuepress/theme/Layout.vue
new file mode 100755
index 0000000..80a8a93
--- /dev/null
+++ b/docs/.vuepress/theme/Layout.vue
@@ -0,0 +1,155 @@
+<template>
+  <div
+    class="theme-container"
+    :class="pageClasses"
+    @touchstart="onTouchStart"
+    @touchend="onTouchEnd"
+  >
+    <Navbar v-if="shouldShowNavbar" @toggle-sidebar="toggleSidebar"/>
+
+    <div class="sidebar-mask" @click="toggleSidebar(false)"></div>
+
+    <Sidebar :items="sidebarItems" @toggle-sidebar="toggleSidebar">
+      <slot name="sidebar-top" slot="top"/>
+      <slot name="sidebar-bottom" slot="bottom"/>
+    </Sidebar>
+
+    <div class="custom-layout" v-if="$page.frontmatter.layout">
+      <component :is="$page.frontmatter.layout"/>
+    </div>
+
+    <Homepage v-else-if="$page.frontmatter.home"/>
+
+    <Page v-else :sidebar-items="sidebarItems">
+      <slot name="page-top" slot="top"/>
+      <slot name="page-bottom" slot="bottom"/>
+    </Page>
+
+    <SWUpdatePopup :updateEvent="swUpdateEvent"/>
+  </div>
+</template>
+
+<script>
+import Vue from "vue";
+import nprogress from "nprogress";
+import LayoutHome from '@theme/layouts/Home.vue'
+import LayoutBlog from '@theme/layouts/Blog.vue'
+import Page from "@theme/layouts/Docs.vue";
+import Navbar from "./components/Navbar.vue";
+import Sidebar from "./components/Sidebar.vue";
+import SWUpdatePopup from "./components/SWUpdatePopup.vue";
+import { resolveSidebarItems } from "./util";
+
+export default {
+  components: { LayoutHome, LayoutBlog, Page, Sidebar, Navbar, SWUpdatePopup },
+
+  data() {
+    return {
+      isSidebarOpen: false,
+      swUpdateEvent: null
+    };
+  },
+
+  computed: {
+    shouldShowNavbar() {
+      const { themeConfig } = this.$site;
+      const { frontmatter } = this.$page;
+      if (frontmatter.navbar === false || themeConfig.navbar === false) {
+        return false;
+      }
+      return (
+        this.$title ||
+        themeConfig.logo ||
+        themeConfig.repo ||
+        themeConfig.nav ||
+        this.$themeLocaleConfig.nav
+      );
+    },
+
+    shouldShowSidebar() {
+      const { frontmatter } = this.$page;
+      return (
+        !frontmatter.layout &&
+        !frontmatter.home &&
+        frontmatter.sidebar !== false &&
+        this.sidebarItems.length
+      );
+    },
+
+    sidebarItems() {
+      return resolveSidebarItems(
+        this.$page,
+        this.$route,
+        this.$site,
+        this.$localePath
+      );
+    },
+
+    pageClasses() {
+      const userPageClass = this.$page.frontmatter.pageClass;
+      return [
+        {
+          "no-navbar": !this.shouldShowNavbar,
+          "sidebar-open": this.isSidebarOpen,
+          "no-sidebar": !this.shouldShowSidebar
+        },
+        userPageClass
+      ];
+    }
+  },
+
+  mounted() {
+    window.addEventListener("scroll", this.onScroll);
+
+    // configure progress bar
+    nprogress.configure({ showSpinner: false });
+
+    this.$router.beforeEach((to, from, next) => {
+      if (to.path !== from.path && !Vue.component(to.name)) {
+        nprogress.start();
+      }
+      next();
+    });
+
+    this.$router.afterEach(() => {
+      nprogress.done();
+      this.isSidebarOpen = false;
+    });
+
+    this.$on("sw-updated", this.onSWUpdated);
+  },
+
+  methods: {
+    toggleSidebar(to) {
+      this.isSidebarOpen = typeof to === "boolean" ? to : !this.isSidebarOpen;
+    },
+
+    // side swipe
+    onTouchStart(e) {
+      this.touchStart = {
+        x: e.changedTouches[0].clientX,
+        y: e.changedTouches[0].clientY
+      };
+    },
+
+    onTouchEnd(e) {
+      const dx = e.changedTouches[0].clientX - this.touchStart.x;
+      const dy = e.changedTouches[0].clientY - this.touchStart.y;
+      if (Math.abs(dx) > Math.abs(dy) && Math.abs(dx) > 40) {
+        if (dx > 0 && this.touchStart.x <= 80) {
+          this.toggleSidebar(true);
+        } else {
+          this.toggleSidebar(false);
+        }
+      }
+    },
+
+    onSWUpdated(e) {
+      this.swUpdateEvent = e;
+    }
+  }
+};
+</script>
+
+<style src="prismjs/themes/prism-tomorrow.css"></style>
+<style src="./styles/theme.styl" lang="stylus"></style>
diff --git a/docs/.vuepress/theme/NotFound.vue b/docs/.vuepress/theme/NotFound.vue
new file mode 100755
index 0000000..6aefe79
--- /dev/null
+++ b/docs/.vuepress/theme/NotFound.vue
@@ -0,0 +1,26 @@
+<template>
+  <div class="theme-container">
+    <div class="content">
+      <h1>404</h1>
+      <blockquote>{{ getMsg() }}</blockquote>
+      <router-link to="/">Take me home.</router-link>
+    </div>
+  </div>
+</template>
+
+<script>
+const msgs = [
+  `There's nothing here.`,
+  `How did we get here?`,
+  `That's a Four-Oh-Four.`,
+  `Looks like we've got some broken links.`
+]
+
+export default {
+  methods: {
+    getMsg () {
+      return msgs[Math.floor(Math.random() * msgs.length)]
+    }
+  }
+}
+</script>
diff --git a/docs/.vuepress/theme/components/DropdownLink.vue b/docs/.vuepress/theme/components/DropdownLink.vue
new file mode 100755
index 0000000..478a7cc
--- /dev/null
+++ b/docs/.vuepress/theme/components/DropdownLink.vue
@@ -0,0 +1,182 @@
+<template>
+  <div
+    class="dropdown-wrapper"
+    :class="{ open }"
+  >
+    <a
+      class="dropdown-title"
+      @click="toggle"
+    >
+      <span class="title">{{ item.text }}</span>
+      <span
+        class="arrow"
+        :class="open ? 'down' : 'right'"
+      ></span>
+    </a>
+
+    <DropdownTransition>
+      <ul
+        class="nav-dropdown"
+        v-show="open"
+      >
+        <li
+          class="dropdown-item"
+          :key="subItem.link || index"
+          v-for="(subItem, index) in item.items"
+        >
+          <h4 v-if="subItem.type === 'links'">{{ subItem.text }}</h4>
+
+          <ul
+            class="dropdown-subitem-wrapper"
+            v-if="subItem.type === 'links'"
+          >
+            <li
+              class="dropdown-subitem"
+              :key="childSubItem.link"
+              v-for="childSubItem in subItem.items"
+            >
+              <NavLink :item="childSubItem"/>
+            </li>
+          </ul>
+
+          <NavLink
+            v-else
+            :item="subItem"
+          />
+        </li>
+      </ul>
+    </DropdownTransition>
+  </div>
+</template>
+
+<script>
+import NavLink from './NavLink.vue'
+import DropdownTransition from './DropdownTransition.vue'
+
+export default {
+  components: { NavLink, DropdownTransition },
+
+  data () {
+    return {
+      open: false
+    }
+  },
+
+  props: {
+    item: {
+      required: true
+    }
+  },
+
+  methods: {
+    toggle () {
+      this.open = !this.open
+    }
+  }
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+.dropdown-wrapper
+  cursor pointer
+  .dropdown-title
+    display block
+    &:hover
+      border-color transparent
+    .arrow
+      vertical-align middle
+      margin-top -1px
+      margin-left 0.4rem
+  .nav-dropdown
+    .dropdown-item
+      color inherit
+      line-height 1.7rem
+      h4
+        margin 0.45rem 0 0
+        border-top 1px solid #eee
+        padding 0.45rem 1.5rem 0 1.25rem
+      .dropdown-subitem-wrapper
+        padding 0
+        list-style none
+        .dropdown-subitem
+          font-size 0.9em
+      a
+        display block
+        color #2c3e50
+        line-height 1.7rem
+        position relative
+        border-bottom none
+        font-weight 400
+        margin-bottom 0
+        padding 0 1.5rem 0 1.25rem
+        &:hover
+          color $accentColor
+        &.router-link-active
+          color $accentColor
+          &::after
+            content ""
+            width 0
+            height 0
+            border-left 5px solid $accentColor
+            border-top 3px solid transparent
+            border-bottom 3px solid transparent
+            position absolute
+            top calc(50% - 2px)
+            left 9px
+      &:first-child h4
+        margin-top 0
+        padding-top 0
+        border-top 0
+
+@media (max-width: $MQMobile)
+  .dropdown-wrapper
+    &.open .dropdown-title
+      margin-bottom 0.5rem
+    .nav-dropdown
+      transition height .1s ease-out
+      overflow hidden
+      .dropdown-item
+        h4
+          border-top 0
+          margin-top 0
+          padding-top 0
+        h4, & > a
+          font-size 15px
+          line-height 2rem
+        .dropdown-subitem
+          font-size 14px
+          padding-left 1rem
+
+@media (min-width: $MQMobile)
+  .dropdown-wrapper
+    height 1.8rem
+    &:hover .nav-dropdown
+      // override the inline style.
+      display block !important
+    .dropdown-title .arrow
+      // make the arrow always down at desktop
+      border-left 4px solid transparent
+      border-right 4px solid transparent
+      border-top 6px solid $arrowBgColor
+      border-bottom 0
+    .nav-dropdown
+      display none
+      // Avoid height shaked by clicking
+      height auto !important
+      box-sizing border-box;
+      max-height calc(100vh - 2.7rem)
+      overflow-y auto
+      position absolute
+      top 100%
+      right 0
+      background-color #fff
+      padding 0.6rem 0
+      border 1px solid #ddd
+      border-bottom-color #ccc
+      text-align left
+      border-radius 0.25rem
+      white-space nowrap
+      margin 0
+</style>
diff --git a/docs/.vuepress/theme/components/DropdownTransition.vue b/docs/.vuepress/theme/components/DropdownTransition.vue
new file mode 100755
index 0000000..8c711a1
--- /dev/null
+++ b/docs/.vuepress/theme/components/DropdownTransition.vue
@@ -0,0 +1,33 @@
+<template>
+  <transition
+    name="dropdown"
+    @enter="setHeight"
+    @after-enter="unsetHeight"
+    @before-leave="setHeight"
+  >
+    <slot/>
+  </transition>
+</template>
+
+<script>
+export default {
+  name: 'DropdownTransition',
+
+  methods: {
+    setHeight (items) {
+      // explicitly set height so that it can be transitioned
+      items.style.height = items.scrollHeight + 'px'
+    },
+
+    unsetHeight (items) {
+      items.style.height = ''
+    }
+  }
+}
+</script>
+
+<style lang="stylus">
+.dropdown-enter, .dropdown-leave-to
+  height 0 !important
+
+</style>
diff --git a/docs/.vuepress/theme/components/Footer.vue b/docs/.vuepress/theme/components/Footer.vue
new file mode 100755
index 0000000..f2e81c5
--- /dev/null
+++ b/docs/.vuepress/theme/components/Footer.vue
@@ -0,0 +1,100 @@
+<template>
+  <footer class="footer-container">
+    <div class="cols-container">
+      <div class="col col-18">
+          <dl>
+        <dt>Disclaimer</dt>
+        <dd>
+        <p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
+            </dd>
+             </dl>
+      </div>
+      <div class="col col-6">
+        <dl>
+          <dt>ASF</dt>
+          <dd class="asf">
+            <a href="http://www.apache.org/" target="_self">Foundation</a>
+          </dd>
+          <dd class="asf">
+            <a href="http://www.apache.org/licenses/" target="_self">License</a>
+          </dd>
+          <dd class="asf">
+            <a href="http://www.apache.org/events/current-event" target="_self">Events</a>
+          </dd>
+          <dd class="asf">
+            <a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a>
+          </dd>
+          <dd class="asf">
+            <a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a>
+          </dd>
+        </dl>
+      </div>
+    </div>
+    <div
+      class="copyright"
+    >Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div>
+  </footer>
+</template>
+
+<script>
+export default {};
+</script>
+
+<style>
+.footer-container{
+  padding: 2rem 2em 0.3em;
+}
+.footer-container dt{
+  font-size: 16px;
+  font-weight: bold;
+  font-family: Avenir-Medium;
+}
+.footer-container  dd{
+  margin: 0;
+  font-size: 12px;
+  color: #999;
+  line-height: 18px;
+  margin: 8px 0;
+}
+.footer-container .asf{
+  width: 40%;
+  float: left;
+}
+.footer-container  dd a {
+  color: inherit;
+}
+.footer-container .copyright {
+  border-top: 1px solid #eaecef;
+  min-height: 60px;
+  line-height: 20px;
+  text-align: center;
+  font-family: Avenir-Medium;
+  font-size: 12px;
+  color: #999;
+  display: flex;
+  align-items: center;
+}
+.footer-container .cols-container .col-18 {
+    width: 75%;
+    padding-right: 70px;
+    padding-left: 10px;
+}
+.footer-container .cols-container .col-6 {
+    width: 24%;
+    padding-right: 10px;
+    padding-left: 10px;
+}
+.footer-container .cols-container .col {
+    display: inline-block;
+    box-sizing: border-box;
+    vertical-align: top;
+}
+@media screen and (max-width: 640px) {
+  .footer-container .cols-container .col {
+      width: 100%;
+      text-align: center;
+      padding: 0;
+  }
+}
+
+</style>
diff --git a/docs/.vuepress/theme/components/NavLink.vue b/docs/.vuepress/theme/components/NavLink.vue
new file mode 100755
index 0000000..452a1c6
--- /dev/null
+++ b/docs/.vuepress/theme/components/NavLink.vue
@@ -0,0 +1,49 @@
+<template>
+  <router-link
+    class="nav-link"
+    :to="link"
+    v-if="!isExternal(link)"
+    :exact="exact"
+  >{{ item.text }}</router-link>
+  <a
+    v-else
+    :href="link"
+    class="nav-link external"
+    :target="isMailto(link) || isTel(link) ? null : '_blank'"
+    :rel="isMailto(link) || isTel(link) ? null : 'noopener noreferrer'"
+  >
+    {{ item.text }}
+    <OutboundLink/>
+  </a>
+</template>
+
+<script>
+import { isExternal, isMailto, isTel, ensureExt } from '../util'
+
+export default {
+  props: {
+    item: {
+      required: true
+    }
+  },
+
+  computed: {
+    link () {
+      return ensureExt(this.item.link)
+    },
+
+    exact () {
+      if (this.$site.locales) {
+        return Object.keys(this.$site.locales).some(rootLink => rootLink === this.link)
+      }
+      return this.link === '/'
+    }
+  },
+
+  methods: {
+    isExternal,
+    isMailto,
+    isTel
+  }
+}
+</script>
diff --git a/docs/.vuepress/theme/components/NavLinks.vue b/docs/.vuepress/theme/components/NavLinks.vue
new file mode 100755
index 0000000..04ffd6e
--- /dev/null
+++ b/docs/.vuepress/theme/components/NavLinks.vue
@@ -0,0 +1,153 @@
+<template>
+  <nav
+    class="nav-links"
+    v-if="userLinks.length || repoLink"
+  >
+    <!-- user links -->
+    <div
+      class="nav-item"
+      v-for="item in userLinks"
+      :key="item.link"
+    >
+      <DropdownLink
+        v-if="item.type === 'links'"
+        :item="item"
+      />
+      <NavLink
+        v-else
+        :item="item"
+      />
+    </div>
+
+    <!-- repo link -->
+    <a
+      v-if="repoLink"
+      :href="repoLink"
+      class="repo-link"
+      target="_blank"
+      rel="noopener noreferrer"
+    >
+      {{ repoLabel }}
+      <OutboundLink/>
+    </a>
+  </nav>
+</template>
+
+<script>
+import DropdownLink from './DropdownLink.vue'
+import { resolveNavLinkItem } from '../util'
+import NavLink from './NavLink.vue'
+
+export default {
+  components: { NavLink, DropdownLink },
+
+  computed: {
+    userNav () {
+      return this.$themeLocaleConfig.nav || this.$site.themeConfig.nav || []
+    },
+
+    nav () {
+      const { locales } = this.$site
+      if (locales && Object.keys(locales).length > 1) {
+        const currentLink = this.$page.path
+        const routes = this.$router.options.routes
+        const themeLocales = this.$site.themeConfig.locales || {}
+        const languageDropdown = {
+          text: this.$themeLocaleConfig.selectText || 'Languages',
+          items: Object.keys(locales).map(path => {
+            const locale = locales[path]
+            const text = themeLocales[path] && themeLocales[path].label || locale.lang
+            let link
+            // Stay on the current page
+            if (locale.lang === this.$lang) {
+              link = currentLink
+            } else {
+              // Try to stay on the same page
+              link = currentLink.replace(this.$localeConfig.path, path)
+              // fallback to homepage
+              if (!routes.some(route => route.path === link)) {
+                link = path
+              }
+            }
+            return { text, link }
+          })
+        }
+        return [...this.userNav, languageDropdown]
+      }
+      return this.userNav
+    },
+
+    userLinks () {
+      return (this.nav || []).map(link => {
+        return Object.assign(resolveNavLinkItem(link), {
+          items: (link.items || []).map(resolveNavLinkItem)
+        })
+      })
+    },
+
+    repoLink () {
+      const { repo } = this.$site.themeConfig
+      if (repo) {
+        return /^https?:/.test(repo)
+          ? repo
+          : `https://github.com/${repo}`
+      }
+    },
+
+    repoLabel () {
+      if (!this.repoLink) return
+      if (this.$site.themeConfig.repoLabel) {
+        return this.$site.themeConfig.repoLabel
+      }
+
+      const repoHost = this.repoLink.match(/^https?:\/\/[^/]+/)[0]
+      const platforms = ['GitHub', 'GitLab', 'Bitbucket']
+      for (let i = 0; i < platforms.length; i++) {
+        const platform = platforms[i]
+        if (new RegExp(platform, 'i').test(repoHost)) {
+          return platform
+        }
+      }
+
+      return 'Source'
+    }
+  }
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+.nav-links
+  display inline-block
+  a
+    line-height 2rem
+    color inherit
+    opacity .5
+    &:hover, &.router-link-active
+      opacity 1
+  .nav-item
+    color #fff
+    font-family Avenir-Medium
+    position relative
+    display inline-block
+    margin-left 1.5rem
+    line-height 2rem
+    &:first-child
+      margin-left 0
+  .repo-link
+    margin-left 1.5rem
+
+@media (max-width: $MQMobile)
+  .nav-links
+    .nav-item, .repo-link
+      margin-left 0
+
+@media (min-width: $MQMobile)
+  .nav-links a
+    &:hover, &.router-link-active
+      color #fff
+  .nav-item > a:not(.external)
+    &:hover, &.router-link-active
+      margin-bottom -2px
+</style>
diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue
new file mode 100755
index 0000000..42a6b3f
--- /dev/null
+++ b/docs/.vuepress/theme/components/Navbar.vue
@@ -0,0 +1,129 @@
+<template>
+  <header class="navbar">
+    <SidebarButton @toggle-sidebar="$emit('toggle-sidebar')"/>
+
+    <router-link
+      :to="$localePath"
+      class="home-link"
+    >
+      <img
+        class="logo"
+        src="./logo-light.svg"
+        :alt="$siteTitle"
+      >
+      <!-- <span
+        ref="siteName"
+        class="site-name"
+        v-if="$siteTitle"
+        :class="{ 'can-hide': $site.themeConfig.logo }"
+      >{{ $siteTitle }}</span> -->
+    </router-link>
+
+    <div
+      class="links"
+      :style="{
+        'max-width': linksWrapMaxWidth + 'px'
+      }"
+    >
+      <NavLinks class="can-hide"/>
+      <SearchBox/>
+
+    </div>
+  </header>
+</template>
+
+<script>
+import SidebarButton from './SidebarButton.vue'
+import SearchBox from './SearchBox.vue'
+import NavLinks from './NavLinks.vue'
+
+export default {
+  components: { SidebarButton, NavLinks, SearchBox },
+
+  data () {
+    return {
+      linksWrapMaxWidth: null
+    }
+  },
+
+  mounted () {
+    const MOBILE_DESKTOP_BREAKPOINT = 719 // refer to config.styl
+    const NAVBAR_VERTICAL_PADDING = parseInt(css(this.$el, 'paddingLeft')) + parseInt(css(this.$el, 'paddingRight'))
+    const handleLinksWrapWidth = () => {
+      if (document.documentElement.clientWidth < MOBILE_DESKTOP_BREAKPOINT) {
+        this.linksWrapMaxWidth = null
+      } else {
+        this.linksWrapMaxWidth = this.$el.offsetWidth - NAVBAR_VERTICAL_PADDING -
+          (this.$refs.siteName && this.$refs.siteName.offsetWidth || 0)
+      }
+    }
+    handleLinksWrapWidth()
+    window.addEventListener('resize', handleLinksWrapWidth, false)
+  },
+
+  computed: {
+    algolia () {
+      return this.$themeLocaleConfig.algolia || this.$site.themeConfig.algolia || {}
+    },
+
+    isAlgoliaSearch () {
+      return this.algolia && this.algolia.apiKey && this.algolia.indexName
+    }
+  }
+}
+
+function css (el, property) {
+  // NOTE: Known bug, will return 'auto' if style value is 'auto'
+  const win = el.ownerDocument.defaultView
+  // null means not to return pseudo styles
+  return win.getComputedStyle(el, null)[property]
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+$navbar-vertical-padding = 0.7rem
+$navbar-horizontal-padding = 1.5rem
+
+.navbar
+  padding $navbar-vertical-padding $navbar-horizontal-padding
+  line-height $navbarHeight - 1.4rem
+  // position relative
+  a, span, img
+    display inline-block
+  .logo
+    height $navbarHeight - 1.4rem
+    min-width $navbarHeight - 1.4rem
+    margin-right 0.8rem
+    padding 6px 0
+    box-sizing border-box
+    vertical-align top
+  .site-name
+    font-size 1.3rem
+    font-weight 600
+    color $textColor
+    position relative
+  .links
+    padding-left 1.5rem
+    box-sizing border-box
+    white-space nowrap
+    font-size 0.9rem
+    position absolute
+    right $navbar-horizontal-padding
+    top $navbar-vertical-padding
+    display flex
+    .search-box
+      flex: 0 0 auto
+      vertical-align top
+    .nav-links
+      flex 1
+
+@media (max-width: $MQMobile)
+  .navbar
+    padding-left 4rem
+    .can-hide
+      display none
+    .links
+      padding-left 1.5rem
+</style>
diff --git a/docs/.vuepress/theme/components/SWUpdatePopup.vue b/docs/.vuepress/theme/components/SWUpdatePopup.vue
new file mode 100755
index 0000000..60dce24
--- /dev/null
+++ b/docs/.vuepress/theme/components/SWUpdatePopup.vue
@@ -0,0 +1,85 @@
+<template>
+  <transition name="sw-update-popup">
+    <div
+      v-if="enabled"
+      class="sw-update-popup"
+    >
+      {{message}}<br>
+      <button @click="reload">{{buttonText}}</button>
+    </div>
+  </transition>
+</template>
+
+<script>
+export default {
+  props: {
+    updateEvent: {
+      type: Object,
+      default: null
+    }
+  },
+
+  computed: {
+    popupConfig () {
+      for (const config of [this.$themeLocaleConfig, this.$site.themeConfig]) {
+        const sw = config.serviceWorker
+        if (sw && sw.updatePopup) {
+          return typeof sw.updatePopup === 'object' ? sw.updatePopup : {}
+        }
+      }
+      return null
+    },
+
+    enabled () {
+      return Boolean(this.popupConfig && this.updateEvent)
+    },
+
+    message () {
+      const c = this.popupConfig
+      return (c && c.message) || 'New content is available.'
+    },
+
+    buttonText () {
+      const c = this.popupConfig
+      return (c && c.buttonText) || 'Refresh'
+    }
+  },
+
+  methods: {
+    reload () {
+      if (this.updateEvent) {
+        this.updateEvent.skipWaiting().then(() => {
+          location.reload(true)
+        })
+        this.updateEvent = null
+      }
+    }
+  }
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+.sw-update-popup
+  position fixed
+  right 1em
+  bottom 1em
+  padding 1em
+  border 1px solid $accentColor
+  border-radius 3px
+  background #fff
+  box-shadow 0 4px 16px rgba(0, 0, 0, 0.5)
+  text-align center
+
+  button
+    margin-top 0.5em
+    padding 0.25em 2em
+
+.sw-update-popup-enter-active, .sw-update-popup-leave-active
+  transition opacity 0.3s, transform 0.3s
+
+.sw-update-popup-enter, .sw-update-popup-leave-to
+  opacity 0
+  transform translate(0, 50%) scale(0.5)
+</style>
diff --git a/docs/.vuepress/theme/components/SearchBox.vue b/docs/.vuepress/theme/components/SearchBox.vue
new file mode 100755
index 0000000..fd9ada1
--- /dev/null
+++ b/docs/.vuepress/theme/components/SearchBox.vue
@@ -0,0 +1,274 @@
+<template>
+  <div class="search-box">
+    <input
+      @input="query = $event.target.value"
+      aria-label="Search"
+      :value="query"
+      :class="{ 'focused': focused }"
+      autocomplete="off"
+      spellcheck="false"
+      @focus="focused = true"
+      @blur="focused = false"
+      @keyup.enter="go(focusIndex)"
+      @keyup.up="onUp"
+      @keyup.down="onDown"
+    >
+    <ul
+      class="suggestions"
+      v-if="showSuggestions"
+      :class="{ 'align-right': alignRight }"
+      @mouseleave="unfocus"
+    >
+      <li
+        class="suggestion"
+        v-for="(s, i) in suggestions"
+        :class="{ focused: i === focusIndex }"
+        @mousedown="go(i)"
+        @mouseenter="focus(i)"
+      >
+        <a :href="s.path" @click.prevent>
+          <span class="page-title">{{ s.title || s.path }}</span>
+          <span v-if="s.header" class="header">&gt; {{ s.header.title }}</span>
+        </a>
+      </li>
+    </ul>
+  </div>
+</template>
+
+<script>
+export default {
+  data() {
+    return {
+      query: "",
+      focused: false,
+      focusIndex: 0
+    };
+  },
+
+  computed: {
+    showSuggestions() {
+      return this.focused && this.suggestions && this.suggestions.length;
+    },
+
+    suggestions() {
+      const query = this.query.trim().toLowerCase();
+      if (!query) {
+        return;
+      }
+
+      const { pages, themeConfig } = this.$site;
+      const max = themeConfig.searchMaxSuggestions || 5;
+      const localePath = this.$localePath;
+      const matches = item =>
+        item.title && item.title.toLowerCase().indexOf(query) > -1;
+      const res = [];
+      for (let i = 0; i < pages.length; i++) {
+        if (res.length >= max) break;
+        const p = pages[i];
+        // filter out results that do not match current locale
+        if (this.getPageLocalePath(p) !== localePath) {
+          continue;
+        }
+        if (matches(p)) {
+          res.push(p);
+        } else if (p.headers) {
+          for (let j = 0; j < p.headers.length; j++) {
+            if (res.length >= max) break;
+            const h = p.headers[j];
+            if (matches(h)) {
+              res.push(
+                Object.assign({}, p, {
+                  path: p.path + "#" + h.slug,
+                  header: h
+                })
+              );
+            }
+          }
+        }
+      }
+      return res;
+    },
+
+    // make suggestions align right when there are not enough items
+    alignRight() {
+      const navCount = (this.$site.themeConfig.nav || []).length;
+      const repo = this.$site.repo ? 1 : 0;
+      return navCount + repo <= 2;
+    }
+  },
+
+  methods: {
+    getPageLocalePath(page) {
+      for (const localePath in this.$site.locales || {}) {
+        if (localePath !== "/" && page.path.indexOf(localePath) === 0) {
+          return localePath;
+        }
+      }
+      return "/";
+    },
+
+    onUp() {
+      if (this.showSuggestions) {
+        if (this.focusIndex > 0) {
+          this.focusIndex--;
+        } else {
+          this.focusIndex = this.suggestions.length - 1;
+        }
+      }
+    },
+
+    onDown() {
+      if (this.showSuggestions) {
+        if (this.focusIndex < this.suggestions.length - 1) {
+          this.focusIndex++;
+        } else {
+          this.focusIndex = 0;
+        }
+      }
+    },
+
+    go(i) {
+      if (!this.showSuggestions) {
+        return;
+      }
+      this.$router.push(this.suggestions[i].path);
+      this.query = "";
+      this.focusIndex = 0;
+    },
+
+    focus(i) {
+      this.focusIndex = i;
+    },
+
+    unfocus() {
+      this.focusIndex = -1;
+    }
+  }
+};
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl';
+
+.search-box {
+  display: inline-block;
+  position: relative;
+  margin-left: 1.5rem;
+
+  input {
+    cursor: text;
+    width: 10rem;
+    color: lighten($textColor, 25%);
+    display: inline-block;
+    border: 1px solid lighten($borderColor, 10%);
+    border-radius: 1.8rem;
+    font-size: 0.9rem;
+    line-height: 1.8rem;
+    padding: 0 0.5rem 0 2rem;
+    outline: none;
+    transition: all 0.2s ease;
+    background: #fff url('./search.svg') 0.6rem 0.4rem no-repeat;
+    background-size: 1rem;
+
+    &:focus {
+      cursor: auto;
+      border-color: $accentColor;
+    }
+  }
+
+  .suggestions {
+    background: #fff;
+    width: 20rem;
+    position: absolute;
+    top: 1.5rem;
+    border: 1px solid darken($borderColor, 10%);
+    border-radius: 6px;
+    padding: 0.4rem;
+    list-style-type: none;
+
+    &.align-right {
+      right: 0;
+    }
+  }
+
+  .suggestion {
+    line-height: 1.4;
+    padding: 0.4rem 0.6rem;
+    border-radius: 4px;
+    cursor: pointer;
+
+    a {
+      white-space: normal;
+      color: lighten($textColor, 35%);
+
+      .page-title {
+        font-weight: 600;
+      }
+
+      .header {
+        font-size: 0.9em;
+        margin-left: 0.25em;
+      }
+    }
+
+    &.focused {
+      background-color: #f3f4f5;
+
+      a {
+        color: $accentColor;
+      }
+    }
+  }
+}
+
+@media (max-width: $MQNarrow) {
+  .search-box {
+    input {
+      cursor: pointer;
+      width: 0;
+      border-color: transparent;
+      position: relative;
+
+      &:focus {
+        cursor: text;
+        left: 0;
+        width: 10rem;
+      }
+    }
+  }
+}
+
+@media (max-width: $MQNarrow) and (min-width: $MQMobile) {
+  .search-box {
+    .suggestions {
+      left: 0;
+    }
+  }
+}
+
+@media (max-width: $MQMobile) {
+  .search-box {
+    margin-right: 0;
+
+    input {
+      left: 1rem;
+    }
+
+    .suggestions {
+      right: 0;
+    }
+  }
+}
+
+@media (max-width: $MQMobileNarrow) {
+  .search-box {
+    .suggestions {
+      width: calc(100vw - 4rem);
+    }
+
+    input:focus {
+      width: 8rem;
+    }
+  }
+}
+</style>
diff --git a/docs/.vuepress/theme/components/Sidebar.vue b/docs/.vuepress/theme/components/Sidebar.vue
new file mode 100755
index 0000000..9bfced7
--- /dev/null
+++ b/docs/.vuepress/theme/components/Sidebar.vue
@@ -0,0 +1,114 @@
+<template>
+  <div class="sidebar">
+    <NavLinks/>
+    <slot name="top"/>
+    <ul class="sidebar-links" v-if="items.length">
+      <li v-for="(item, i) in items" :key="i">
+        <SidebarGroup
+          v-if="item.type === 'group'"
+          :item="item"
+          :first="i === 0"
+          :open="i === openGroupIndex"
+          :collapsable="item.collapsable || item.collapsible"
+          @toggle="toggleGroup(i)"
+        />
+        <SidebarLink v-else :item="item"/>
+      </li>
+    </ul>
+    <slot name="bottom"/>
+  </div>
+</template>
+
+<script>
+import SidebarGroup from './SidebarGroup.vue'
+import SidebarLink from './SidebarLink.vue'
+import NavLinks from './NavLinks.vue'
+import { isActive } from '../util'
+
+export default {
+  components: { SidebarGroup, SidebarLink, NavLinks },
+
+  props: ['items'],
+
+  data () {
+    return {
+      openGroupIndex: 0
+    }
+  },
+
+  created () {
+    this.refreshIndex()
+  },
+
+  watch: {
+    '$route' () {
+      this.refreshIndex()
+    }
+  },
+
+  methods: {
+    refreshIndex () {
+      const index = resolveOpenGroupIndex(
+        this.$route,
+        this.items
+      )
+      if (index > -1) {
+        this.openGroupIndex = index
+      }
+    },
+
+    toggleGroup (index) {
+      this.openGroupIndex = index === this.openGroupIndex ? -1 : index
+    },
+
+    isActive (page) {
+      return isActive(this.$route, page.path)
+    }
+  }
+}
+
+function resolveOpenGroupIndex (route, items) {
+  for (let i = 0; i < items.length; i++) {
+    const item = items[i]
+    if (item.type === 'group' && item.children.some(c => isActive(route, c.path))) {
+      return i
+    }
+  }
+  return -1
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+.sidebar
+  ul
+    padding 0
+    margin 0
+    list-style-type none
+  a
+    display inline-block
+  .nav-links
+    display none
+    border-bottom 1px solid $borderColor
+    padding 0.5rem 0 0.75rem 0
+    a
+      font-weight 600
+    .nav-item, .repo-link
+      display block
+      line-height 1.25rem
+      color #2c3e50
+      font-family Avenir-Medium
+      padding 0.5rem 0 0.5rem 1.5rem
+  .sidebar-links
+    padding 1.5rem 0
+
+@media (max-width: $MQMobile)
+  .sidebar
+    .nav-links
+      display block
+      .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active::after
+        top calc(1rem - 2px)
+    .sidebar-links
+      padding 1rem 0
+</style>
diff --git a/docs/.vuepress/theme/components/SidebarButton.vue b/docs/.vuepress/theme/components/SidebarButton.vue
new file mode 100755
index 0000000..ac49906
--- /dev/null
+++ b/docs/.vuepress/theme/components/SidebarButton.vue
@@ -0,0 +1,29 @@
+<template>
+  <div class="sidebar-button" @click="$emit('toggle-sidebar')">
+    <svg class="icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512">
+      <path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z" class=""></path>
+    </svg>
+  </div>
+</template>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+.sidebar-button
+  display none
+  width 1.25rem
+  height 1.25rem
+  position absolute
+  padding 0.6rem
+  top 0.6rem
+  left 1rem
+  .icon
+    display block
+    color #ddd
+    width 1.25rem
+    height 1.25rem
+
+@media (max-width: $MQMobile)
+  .sidebar-button
+    display block
+</style>
diff --git a/docs/.vuepress/theme/components/SidebarGroup.vue b/docs/.vuepress/theme/components/SidebarGroup.vue
new file mode 100755
index 0000000..119dfa1
--- /dev/null
+++ b/docs/.vuepress/theme/components/SidebarGroup.vue
@@ -0,0 +1,77 @@
+<template>
+  <div
+    class="sidebar-group"
+    :class="{ first, collapsable }"
+  >
+    <p
+      class="sidebar-heading"
+      :class="{ open }"
+      @click="$emit('toggle')"
+    >
+      <span>{{ item.title }}</span>
+      <span
+        class="arrow"
+        v-if="collapsable"
+        :class="open ? 'down' : 'right'">
+      </span>
+    </p>
+
+    <DropdownTransition>
+      <ul
+        ref="items"
+        class="sidebar-group-items"
+        v-if="open || !collapsable"
+      >
+        <li v-for="child in item.children">
+          <SidebarLink :item="child"/>
+        </li>
+      </ul>
+    </DropdownTransition>
+  </div>
+</template>
+
+<script>
+import SidebarLink from './SidebarLink.vue'
+import DropdownTransition from './DropdownTransition.vue'
+
+export default {
+  name: 'SidebarGroup',
+  props: ['item', 'first', 'open', 'collapsable'],
+  components: { SidebarLink, DropdownTransition }
+}
+</script>
+
+<style lang="stylus">
+.sidebar-group
+  &:not(.first)
+    margin-top 1em
+  .sidebar-group
+    padding-left 0.5em
+  &:not(.collapsable)
+    .sidebar-heading
+      cursor auto
+      color inherit
+
+.sidebar-heading
+  color #999
+  transition color .15s ease
+  cursor pointer
+  font-size 1.1em
+  font-weight bold
+  // text-transform uppercase
+  padding 0 1.5rem
+  margin-top 0
+  margin-bottom 0.5rem
+  &.open, &:hover
+    color inherit
+  .arrow
+    position relative
+    top -0.12em
+    left 0.5em
+  &:.open .arrow
+    top -0.18em
+
+.sidebar-group-items
+  transition height .1s ease-out
+  overflow hidden
+</style>
diff --git a/docs/.vuepress/theme/components/SidebarLink.vue b/docs/.vuepress/theme/components/SidebarLink.vue
new file mode 100755
index 0000000..4f3e176
--- /dev/null
+++ b/docs/.vuepress/theme/components/SidebarLink.vue
@@ -0,0 +1,91 @@
+<script>
+import { isActive, hashRE, groupHeaders } from '../util'
+
+export default {
+  functional: true,
+
+  props: ['item'],
+
+  render (h, { parent: { $page, $site, $route }, props: { item }}) {
+    // use custom active class matching logic
+    // due to edge case of paths ending with / + hash
+    const selfActive = isActive($route, item.path)
+    // for sidebar: auto pages, a hash link should be active if one of its child
+    // matches
+    const active = item.type === 'auto'
+      ? selfActive || item.children.some(c => isActive($route, item.basePath + '#' + c.slug))
+      : selfActive
+    const link = renderLink(h, item.path, item.title || item.path, active)
+    const configDepth = $page.frontmatter.sidebarDepth != null
+      ? $page.frontmatter.sidebarDepth
+      : $site.themeConfig.sidebarDepth
+    const maxDepth = configDepth == null ? 1 : configDepth
+    const displayAllHeaders = !!$site.themeConfig.displayAllHeaders
+    if (item.type === 'auto') {
+      return [link, renderChildren(h, item.children, item.basePath, $route, maxDepth)]
+    } else if ((active || displayAllHeaders) && item.headers && !hashRE.test(item.path)) {
+      const children = groupHeaders(item.headers)
+      return [link, renderChildren(h, children, item.path, $route, maxDepth)]
+    } else {
+      return link
+    }
+  }
+}
+
+function renderLink (h, to, text, active) {
+  return h('router-link', {
+    props: {
+      to,
+      activeClass: '',
+      exactActiveClass: ''
+    },
+    class: {
+      active,
+      'sidebar-link': true
+    }
+  }, text)
+}
+
+function renderChildren (h, children, path, route, maxDepth, depth = 1) {
+  if (!children || depth > maxDepth) return null
+  return h('ul', { class: 'sidebar-sub-headers' }, children.map(c => {
+    const active = isActive(route, path + '#' + c.slug)
+    return h('li', { class: 'sidebar-sub-header' }, [
+      renderLink(h, path + '#' + c.slug, c.title, active),
+      renderChildren(h, c.children, path, route, maxDepth, depth + 1)
+    ])
+  }))
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+
+.sidebar .sidebar-sub-headers
+  padding-left 1rem
+  font-size 0.95em
+
+a.sidebar-link
+  font-weight 400
+  display inline-block
+  color $textColor
+  border-left 0.25rem solid transparent
+  padding 0.35rem 1rem 0.35rem 1.25rem
+  line-height 1.4
+  width: 100%
+  box-sizing: border-box
+  &:hover
+    color $accentColor
+  &.active
+    font-weight 600
+    color $accentColor
+    border-left-color $accentColor
+  .sidebar-group &
+    padding-left 2rem
+  .sidebar-sub-headers &
+    padding-top 0.25rem
+    padding-bottom 0.25rem
+    border-left none
+    &.active
+      font-weight 500
+</style>
diff --git a/docs/.vuepress/theme/components/logo-light.svg b/docs/.vuepress/theme/components/logo-light.svg
new file mode 100755
index 0000000..96a4979
--- /dev/null
+++ b/docs/.vuepress/theme/components/logo-light.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
+    <title>Group</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Group" transform="translate(0.000000, -16.000000)">
+            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#fff">
+                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
+                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
+            </g>
+            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#fff" fill-rule="nonzero">
+                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/docs/.vuepress/theme/components/logo.svg b/docs/.vuepress/theme/components/logo.svg
new file mode 100755
index 0000000..0059563
--- /dev/null
+++ b/docs/.vuepress/theme/components/logo.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
+    <title>Group</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Group" transform="translate(0.000000, -16.000000)">
+            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#1890FF">
+                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
+                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
+            </g>
+            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#D8D8D8" fill-rule="nonzero">
+                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/docs/.vuepress/theme/components/search.svg b/docs/.vuepress/theme/components/search.svg
new file mode 100755
index 0000000..7df58c1
--- /dev/null
+++ b/docs/.vuepress/theme/components/search.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="13"><g stroke-width="1.5" stroke="#ccc" fill="none"><path d="M11.29 11.71l-4-4"/><circle cx="5" cy="5" r="4"/></g></svg>
diff --git a/docs/.vuepress/theme/layouts/Blog.vue b/docs/.vuepress/theme/layouts/Blog.vue
new file mode 100755
index 0000000..225e524
--- /dev/null
+++ b/docs/.vuepress/theme/layouts/Blog.vue
@@ -0,0 +1,47 @@
+<template>
+  <div class="blog">
+      <div class="content">
+        <div class="blog-item" v-for="i in data.blog">
+          <h3>{{i.title}}</h3>
+          <time>{{i.time}}</time>
+          <p>{{i.short}}</p>
+          <a :href="i.name+'.html'">Read more</a>
+        </div>
+      </div>
+      <Footer/>
+  </div>
+</template>
+
+<script>
+import Footer from "../components/Footer.vue";
+
+export default {
+  components: { Footer },
+  computed: {
+    data() {
+      return this.$page.frontmatter;
+    }
+  }
+};
+</script>
+
+<style>
+.blog{
+  margin-top: -3.6rem;
+}
+.blog-item{
+  border-bottom: 1px solid #eaecef;
+}
+.blog-item time{
+  font-size: 12px;
+  color: #888;
+}
+.blog-item h3{
+  margin-bottom: 5px;
+}
+.blog-item a{
+  display: inline-block;
+  margin-bottom: 20px;
+  font-size: 14px;
+}
+</style>
\ No newline at end of file
diff --git a/docs/.vuepress/theme/layouts/Docs.vue b/docs/.vuepress/theme/layouts/Docs.vue
new file mode 100755
index 0000000..5aa409e
--- /dev/null
+++ b/docs/.vuepress/theme/layouts/Docs.vue
@@ -0,0 +1,246 @@
+<template>
+  <div class="page">
+    <slot name="top"/>
+    <Content :custom="false"/>
+    <div class="page-edit">
+      <div
+        class="edit-link"
+        v-if="editLink"
+      >
+        <a
+          :href="editLink"
+          target="_blank"
+          rel="noopener noreferrer"
+        >{{ editLinkText }}</a>
+        <OutboundLink/>
+      </div>
+
+      <div
+        class="last-updated"
+        v-if="lastUpdated"
+      >
+        <span class="prefix">{{ lastUpdatedText }}: </span>
+        <span class="time">{{ lastUpdated }}</span>
+      </div>
+    </div>
+
+    <div class="page-nav" v-if="prev || next">
+      <p class="inner">
+        <span
+          v-if="prev"
+          class="prev"
+        >
+          ←
+          <router-link
+            v-if="prev"
+            class="prev"
+            :to="prev.path"
+          >
+            {{ prev.title || prev.path }}
+          </router-link>
+        </span>
+
+        <span
+          v-if="next"
+          class="next"
+        >
+          <router-link
+            v-if="next"
+            :to="next.path"
+          >
+            {{ next.title || next.path }}
+          </router-link>
+          →
+        </span>
+      </p>
+    </div>
+
+    <slot name="bottom"/>
+    <Footer/>
+  </div>
+</template>
+
+<script>
+import Footer from '../components/Footer.vue';
+import { resolvePage, normalize, outboundRE, endingSlashRE } from '../util';
+
+export default {
+  props: ['sidebarItems'],
+  components: { Footer },
+  computed: {
+    lastUpdated () {
+      if (this.$page.lastUpdated) {
+        return new Date(this.$page.lastUpdated).toLocaleString(this.$lang)
+      }
+    },
+
+    lastUpdatedText () {
+      if (typeof this.$themeLocaleConfig.lastUpdated === 'string') {
+        return this.$themeLocaleConfig.lastUpdated
+      }
+      if (typeof this.$site.themeConfig.lastUpdated === 'string') {
+        return this.$site.themeConfig.lastUpdated
+      }
+      return 'Last Updated'
+    },
+
+    prev () {
+      const prev = this.$page.frontmatter.prev
+      if (prev === false) {
+        return
+      } else if (prev) {
+        return resolvePage(this.$site.pages, prev, this.$route.path)
+      } else {
+        return resolvePrev(this.$page, this.sidebarItems)
+      }
+    },
+
+    next () {
+      const next = this.$page.frontmatter.next
+      if (next === false) {
+        return
+      } else if (next) {
+        return resolvePage(this.$site.pages, next, this.$route.path)
+      } else {
+        return resolveNext(this.$page, this.sidebarItems)
+      }
+    },
+
+    editLink () {
+      if (this.$page.frontmatter.editLink === false) {
+        return
+      }
+      const {
+        repo,
+        editLinks,
+        docsDir = '',
+        docsBranch = 'master',
+        docsRepo = repo
+      } = this.$site.themeConfig
+
+      let path = normalize(this.$page.path)
+      if (endingSlashRE.test(path)) {
+        path += 'README.md'
+      } else {
+        path += '.md'
+      }
+      if (docsRepo && editLinks) {
+        return this.createEditLink(repo, docsRepo, docsDir, docsBranch, path)
+      }
+    },
+
+    editLinkText () {
+      return (
+        this.$themeLocaleConfig.editLinkText ||
+        this.$site.themeConfig.editLinkText ||
+        `Edit this page`
+      )
+    }
+  },
+
+  methods: {
+    createEditLink (repo, docsRepo, docsDir, docsBranch, path) {
+      const bitbucket = /bitbucket.org/
+      if (bitbucket.test(repo)) {
+        const base = outboundRE.test(docsRepo)
+          ? docsRepo
+          : repo
+        return (
+          base.replace(endingSlashRE, '') +
+           `/${docsBranch}` +
+           (docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
+           path +
+           `?mode=edit&spa=0&at=${docsBranch}&fileviewer=file-view-default`
+        )
+      }
+
+      const base = outboundRE.test(docsRepo)
+        ? docsRepo
+        : `https://github.com/${docsRepo}`
+
+      return (
+        base.replace(endingSlashRE, '') +
+        `/edit/${docsBranch}` +
+        (docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
+        path
+      )
+    }
+  }
+}
+
+function resolvePrev (page, items) {
+  return find(page, items, -1)
+}
+
+function resolveNext (page, items) {
+  return find(page, items, 1)
+}
+
+function find (page, items, offset) {
+  const res = []
+  items.forEach(item => {
+    if (item.type === 'group') {
+      res.push(...item.children || [])
+    } else {
+      res.push(item)
+    }
+  })
+  for (let i = 0; i < res.length; i++) {
+    const cur = res[i]
+    if (cur.type === 'page' && cur.path === page.path) {
+      return res[i + offset]
+    }
+  }
+}
+</script>
+
+<style lang="stylus">
+@import '../styles/config.styl'
+@require '../styles/wrapper.styl'
+
+.page
+  padding-bottom 2rem
+
+.page-edit
+  @extend $wrapper
+  padding-top 1rem
+  padding-bottom 1rem
+  overflow auto
+  .edit-link
+    display inline-block
+    a
+      color lighten($textColor, 25%)
+      margin-right 0.25rem
+  .last-updated
+    float right
+    font-size 0.9em
+    .prefix
+      font-weight 500
+      color lighten($textColor, 25%)
+    .time
+      font-weight 400
+      color #aaa
+
+.page-nav
+  @extend $wrapper
+  padding-top 1rem
+  padding-bottom 0
+  .inner
+    min-height 2rem
+    margin-top 0
+    border-top 1px solid $borderColor
+    padding-top 1rem
+    overflow auto // clear float
+  .next
+    float right
+
+@media (max-width: $MQMobile)
+  .page-edit
+    .edit-link
+      margin-bottom .5rem
+    .last-updated
+      font-size .8em
+      float none
+      text-align left
+
+</style>
diff --git a/docs/.vuepress/theme/layouts/Home.vue b/docs/.vuepress/theme/layouts/Home.vue
new file mode 100755
index 0000000..356cb4a
--- /dev/null
+++ b/docs/.vuepress/theme/layouts/Home.vue
@@ -0,0 +1,273 @@
+<template>
+  <div class="home">
+    <div class="wrapper">
+      <div class="avatar">
+        <img src="/circuit-board.svg" width="100%" :style="`transform: translate3d(${x/30}px, ${y/30}px, 0px);`">
+        <img src="/circuit-board.svg" width="84%" :style="`transform: translate3d(${100+x/15}px, ${y/15-200}px, 0px);`">
+        <div class="vertical-middle">
+          <div class="avatar-wrapper">
+            <div class="product-name">
+              <div class="avatar-title">
+                Apache SkyWalking
+                <span class="incubating">Incubating</span>
+              </div>
+            </div>
+            <p
+              class="avatar-desc"
+            >{{data.description}}</p>
+            <div class="button-area">
+              <a class="button1" target="_self" href="https://github.com/apache/incubator-skywalking/tree/master/docs">{{data.start}}</a>
+              <a class="button2" target="_self" href="https://github.com/apache/incubator-skywalking">Github</a>
+            </div>
+          </div>
+          <div class="moon"  :style="`transform: translate3d(${-x/40}px, ${-y/40}px, 0px);`"></div>
+        </div>
+      </div>
+      <div class="home-card">
+        <div class="home-card-about tc">
+          <h1>{{data.what.title}}</h1>
+          <p v-for="i in data.what.content">{{i}}</p>
+          <img style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px #00000033;" src="/frame.jpeg" width="100%">
+        </div>
+        <div class="home-card-feature">
+          <h1 class="tc">{{data.feature.title}}</h1>
+          <table width="100%">
+            <col style="width:50%"/>
+	          <col style="width:50%"/>
+            <tr>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/search.svg">{{data.feature.content[0]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/more.svg">{{data.feature.content[1]}}</td>
+            </tr>
+            <tr>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/light.svg">{{data.feature.content[2]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/list.svg">{{data.feature.content[3]}}</td>
+            </tr>
+            <tr>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/alarm.svg">{{data.feature.content[4]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/ui.svg">{{data.feature.content[5]}}</td>
+            </tr>
+          </table>
+        </div>
+        <div class="home-card-news clear">
+          <h1 class="tc">{{data.news.title}}</h1>
+          <div class="home-card-news-item" v-for="i in data.news.content">
+            <h4 class="mb10 mt0">{{i.header}}</h4>
+            <div class="sm mb10"><span style="color:#999;margin-right:10px">{{i.time}}</span></div>
+            <p class="mt0">{{i.content}}</p>
+          </div>
+        </div>
+        <div class="home-card-user tc">
+          <h1>{{data.user.title}}</h1>
+          <p>{{data.user.content}}</p>
+          <img style="margin-top:20px;max-width:900px" src="/users.png" width="100%">
+        </div>
+      </div>
+      <Footer/>
+    </div>
+  </div>
+</template>
+
+<script>
+import Footer from "../components/Footer.vue";
+
+export default {
+  components: { Footer },
+  data() {
+    return {
+      x: 0,
+      y: 0,
+    }
+  },
+  computed: {
+    data() {
+      return this.$page.frontmatter;
+    }
+  },
+  mounted() {
+    document.onmousemove=(e)=>{
+      this.x = -e.screenX;
+      this.y = -e.screenY;
+    }
+  },
+};
+</script>
+
+<style>
+.incubating{
+  font-size: 18px;vertical-align: top;
+  position: relative;
+  background:rgba(255, 255, 255, 0.15);
+  padding: 3px 10px 3px 12px;
+  border-radius: 4px;
+}
+.incubating::after {
+  right: 100%;
+	top: 50%;
+	border: solid transparent;
+	content: " ";
+	height: 0;
+	width: 0;
+	position: absolute;
+	pointer-events: none;
+	border-color: rgba(0, 0, 0, 0);
+	border-right-color: rgba(255, 255, 255, 0.15);
+	border-width: 8px;
+	margin-top: -8px;
+}
+.avatar {
+  overflow: hidden;
+  position: relative;
+  height: 720px;
+  background-color: #2b2e3b;
+}
+.avatar-wrapper {
+  margin: 0 auto;
+  max-width: 730px;
+}
+.avatar-title {
+  font-size: 48px;
+  color: #fff;
+  font-family: Avenir-Heavy;
+  font-weight: 600;
+  margin: 0;  
+}
+
+.avatar-desc {
+  font-size: 15px;
+  padding-bottom: 15px;
+  color: #fff;
+  font-weight: 300;
+  text-shadow: 0 2px 2px #00000066;
+}
+.avatar .button1 {
+  background-color: #0091ff;
+  color: #fff;
+  padding: 10px 1em;
+  border-radius: 5px;
+  margin-right: 10px;
+}
+.avatar .button2 {
+  padding: 10px;
+  border-radius: 5px;
+  color: #fff;
+  text-shadow: 0 2px 2px #00000066;
+}
+.avatar .vertical-middle {
+  position: absolute;
+  left: 0;
+  top: 40%;
+  transform: translateY(-50%);
+  box-sizing: border-box;
+  width: 100%;
+  padding: 0 20px;
+  z-index: 0;
+}
+.avatar .moon {
+  width: 450px;
+  z-index: -1;
+  height: 450px;
+  border-radius: 250px;
+  position: absolute;
+  right: -100px;
+  bottom: -400px;
+  background-color: #f9fafa;
+  background-image: url("../../public/moon.svg");
+  background-size: cover;
+}
+
+.home-card-feature-td{
+  padding: 20px 0px 20px 40px;
+  position: relative;
+}
+.home-card-feature-img{
+  position: absolute;
+  left: 10px;
+  height: 20px;
+  margin-right: 10px;
+  vertical-align: text-top;
+}
+.home-card-news-item{
+  padding: 10px;
+  width: 50%;
+  box-sizing: border-box;
+  float: left;
+}
+.home-card-news-item h4{
+  font-size: 16px;
+}
+.home-card-news-item > h4,.home-card-news-item > div{
+  display: inline;
+  margin-right: 10px;
+}
+@media screen and (max-width: 640px) {
+  .home-card-feature-item{
+      width: 100%;
+  }
+  .home-card-news-item{
+    float: unset;
+    width: 100%;
+  }
+  .home-card-news-item > h4,.home-card-news-item > div{
+    display: block;
+    margin-right: 0px;
+  }
+}
+.home-card-news-item:before{
+  content: '';
+  width: 7px;
+  height: 7px;
+  margin-right: 15px;
+  margin-top: 7px;
+  display: block;
+  float: left;
+  background-color:#0091ff;
+}
+.home-card h1 {
+  font-family: Avenir-Heavy;
+  text-shadow: 4px 6px 0 rgba(0,0,0,.07);
+}
+.home-card p {
+  margin: 10px 0;
+}
+.home-card h1::before {
+  content: '';
+  display: block;
+  width: 50px;
+  height: 3px;
+  background-color: #0091ff;
+  margin: 0 auto 8px;
+}
+.home-card-about{
+  padding: 50px 40px 70px;
+  background-color: #f7f7f9;
+}
+.home-card-feature{
+  padding: 50px 40px 70px;
+}
+.home-card-news{
+  padding: 50px 40px 70px;
+  background-color: #f7f7f9;
+}
+.home-card-user{
+  padding: 50px 40px 70px;
+}
+.home-card .tc {
+  text-align: center;
+}
+.home-card .mb10 {
+  margin-bottom: 10px;
+}
+.home-card .mt0 {
+  margin-top: 0;
+}
+.home-card .sm {
+  font-size: 13px;
+}
+.home-card .half {
+  width: 50%;
+}
+.home-card .l {
+  float: left
+}
+.home-card .clear:after{display:table; content:''; clear:both;}
+</style>
\ No newline at end of file
diff --git a/docs/.vuepress/theme/layouts/Page.vue b/docs/.vuepress/theme/layouts/Page.vue
new file mode 100755
index 0000000..e926122
--- /dev/null
+++ b/docs/.vuepress/theme/layouts/Page.vue
@@ -0,0 +1,244 @@
+<template>
+  <div class="page">
+    <slot name="top"/>
+    <Content :custom="false"/>
+    <div class="page-edit">
+      <div
+        class="edit-link"
+        v-if="editLink"
+      >
+        <a
+          :href="editLink"
+          target="_blank"
+          rel="noopener noreferrer"
+        >{{ editLinkText }}</a>
+        <OutboundLink/>
+      </div>
+
+      <div
+        class="last-updated"
+        v-if="lastUpdated"
+      >
+        <span class="prefix">{{ lastUpdatedText }}: </span>
+        <span class="time">{{ lastUpdated }}</span>
+      </div>
+    </div>
+
+    <div class="page-nav" v-if="prev || next">
+      <p class="inner">
+        <span
+          v-if="prev"
+          class="prev"
+        >
+          ←
+          <router-link
+            v-if="prev"
+            class="prev"
+            :to="prev.path"
+          >
+            {{ prev.title || prev.path }}
+          </router-link>
+        </span>
+
+        <span
+          v-if="next"
+          class="next"
+        >
+          <router-link
+            v-if="next"
+            :to="next.path"
+          >
+            {{ next.title || next.path }}
+          </router-link>
+          →
+        </span>
+      </p>
+    </div>
+
+    <slot name="bottom"/>
+  </div>
+</template>
+
+<script>
+import { resolvePage, normalize, outboundRE, endingSlashRE } from '../util'
+
+export default {
+  props: ['sidebarItems'],
+
+  computed: {
+    lastUpdated () {
+      if (this.$page.lastUpdated) {
+        return new Date(this.$page.lastUpdated).toLocaleString(this.$lang)
+      }
+    },
+
+    lastUpdatedText () {
+      if (typeof this.$themeLocaleConfig.lastUpdated === 'string') {
+        return this.$themeLocaleConfig.lastUpdated
+      }
+      if (typeof this.$site.themeConfig.lastUpdated === 'string') {
+        return this.$site.themeConfig.lastUpdated
+      }
+      return 'Last Updated'
+    },
+
+    prev () {
+      const prev = this.$page.frontmatter.prev
+      if (prev === false) {
+        return
+      } else if (prev) {
+        return resolvePage(this.$site.pages, prev, this.$route.path)
+      } else {
+        return resolvePrev(this.$page, this.sidebarItems)
+      }
+    },
+
+    next () {
+      const next = this.$page.frontmatter.next
+      if (next === false) {
+        return
+      } else if (next) {
+        return resolvePage(this.$site.pages, next, this.$route.path)
+      } else {
+        return resolveNext(this.$page, this.sidebarItems)
+      }
+    },
+
+    editLink () {
+      if (this.$page.frontmatter.editLink === false) {
+        return
+      }
+      const {
+        repo,
+        editLinks,
+        docsDir = '',
+        docsBranch = 'master',
+        docsRepo = repo
+      } = this.$site.themeConfig
+
+      let path = normalize(this.$page.path)
+      if (endingSlashRE.test(path)) {
+        path += 'README.md'
+      } else {
+        path += '.md'
+      }
+      if (docsRepo && editLinks) {
+        return this.createEditLink(repo, docsRepo, docsDir, docsBranch, path)
+      }
+    },
+
+    editLinkText () {
+      return (
+        this.$themeLocaleConfig.editLinkText ||
+        this.$site.themeConfig.editLinkText ||
+        `Edit this page`
+      )
+    }
+  },
+
+  methods: {
+    createEditLink (repo, docsRepo, docsDir, docsBranch, path) {
+      const bitbucket = /bitbucket.org/
+      if (bitbucket.test(repo)) {
+        const base = outboundRE.test(docsRepo)
+          ? docsRepo
+          : repo
+        return (
+          base.replace(endingSlashRE, '') +
+           `/${docsBranch}` +
+           (docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
+           path +
+           `?mode=edit&spa=0&at=${docsBranch}&fileviewer=file-view-default`
+        )
+      }
+
+      const base = outboundRE.test(docsRepo)
+        ? docsRepo
+        : `https://github.com/${docsRepo}`
+
+      return (
+        base.replace(endingSlashRE, '') +
+        `/edit/${docsBranch}` +
+        (docsDir ? '/' + docsDir.replace(endingSlashRE, '') : '') +
+        path
+      )
+    }
+  }
+}
+
+function resolvePrev (page, items) {
+  return find(page, items, -1)
+}
+
+function resolveNext (page, items) {
+  return find(page, items, 1)
+}
+
+function find (page, items, offset) {
+  const res = []
+  items.forEach(item => {
+    if (item.type === 'group') {
+      res.push(...item.children || [])
+    } else {
+      res.push(item)
+    }
+  })
+  for (let i = 0; i < res.length; i++) {
+    const cur = res[i]
+    if (cur.type === 'page' && cur.path === page.path) {
+      return res[i + offset]
+    }
+  }
+}
+</script>
+
+<style lang="stylus">
+@import './styles/config.styl'
+@require './styles/wrapper.styl'
+
+.page
+  padding-bottom 2rem
+
+.page-edit
+  @extend $wrapper
+  padding-top 1rem
+  padding-bottom 1rem
+  overflow auto
+  .edit-link
+    display inline-block
+    a
+      color lighten($textColor, 25%)
+      margin-right 0.25rem
+  .last-updated
+    float right
+    font-size 0.9em
+    .prefix
+      font-weight 500
+      color lighten($textColor, 25%)
+    .time
+      font-weight 400
+      color #aaa
+
+.page-nav
+  @extend $wrapper
+  padding-top 1rem
+  padding-bottom 0
+  .inner
+    min-height 2rem
+    margin-top 0
+    border-top 1px solid $borderColor
+    padding-top 1rem
+    overflow auto // clear float
+  .next
+    float right
+
+@media (max-width: $MQMobile)
+  .page-edit
+    .edit-link
+      margin-bottom .5rem
+    .last-updated
+      font-size .8em
+      float none
+      text-align left
+
+</style>
diff --git a/docs/.vuepress/theme/styles/arrow.styl b/docs/.vuepress/theme/styles/arrow.styl
new file mode 100755
index 0000000..20bffc0
--- /dev/null
+++ b/docs/.vuepress/theme/styles/arrow.styl
@@ -0,0 +1,22 @@
+@require './config'
+
+.arrow
+  display inline-block
+  width 0
+  height 0
+  &.up
+    border-left 4px solid transparent
+    border-right 4px solid transparent
+    border-bottom 6px solid $arrowBgColor
+  &.down
+    border-left 4px solid transparent
+    border-right 4px solid transparent
+    border-top 6px solid $arrowBgColor
+  &.right
+    border-top 4px solid transparent
+    border-bottom 4px solid transparent
+    border-left 6px solid $arrowBgColor
+  &.left
+    border-top 4px solid transparent
+    border-bottom 4px solid transparent
+    border-right 6px solid $arrowBgColor
diff --git a/docs/.vuepress/theme/styles/code.styl b/docs/.vuepress/theme/styles/code.styl
new file mode 100755
index 0000000..8383c6e
--- /dev/null
+++ b/docs/.vuepress/theme/styles/code.styl
@@ -0,0 +1,129 @@
+@require './config'
+
+.content
+  code
+    color lighten($textColor, 20%)
+    padding 0.25rem 0.5rem
+    margin 0
+    font-size 0.85em
+    background-color rgba(27,31,35,0.05)
+    border-radius 3px
+
+.content
+  pre, pre[class*="language-"]
+    line-height 1.4
+    padding 1.25rem 1.5rem
+    margin 0.85rem 0
+    background-color $codeBgColor
+    border-radius 6px
+    overflow auto
+    code
+      color #fff
+      padding 0
+      background-color transparent
+      border-radius 0
+
+div[class*="language-"]
+  position relative
+  background-color $codeBgColor
+  border-radius 6px
+  .highlight-lines
+    user-select none
+    padding-top 1.3rem
+    position absolute
+    top 0
+    left 0
+    width 100%
+    line-height 1.4
+    .highlighted
+      background-color rgba(0, 0, 0, 66%)
+  pre, pre[class*="language-"]
+    background transparent
+    position relative
+    z-index 1
+  &::before
+    position absolute
+    z-index 3
+    top 0.8em
+    right 1em
+    font-size 0.75rem
+    color rgba(255, 255, 255, 0.4)
+  &:not(.line-numbers-mode)
+    .line-numbers-wrapper
+      display none
+  &.line-numbers-mode
+    .highlight-lines .highlighted
+        position relative
+        &:before
+          content ' '
+          position absolute
+          z-index 3
+          left 0
+          top 0
+          display block
+          width $lineNumbersWrapperWidth
+          height 100%
+          background-color rgba(0, 0, 0, 66%)
+    pre
+      padding-left $lineNumbersWrapperWidth + 1 rem
+      vertical-align middle
+    .line-numbers-wrapper
+      position absolute
+      top 0
+      width $lineNumbersWrapperWidth
+      text-align center
+      color rgba(255, 255, 255, 0.3)
+      padding 1.25rem 0
+      line-height 1.4
+      br
+        user-select none
+      .line-number
+        position relative
+        z-index 4
+        user-select none
+        font-size 0.85em
+    &::after
+      content ''
+      position absolute
+      z-index 2
+      top 0
+      left 0
+      width $lineNumbersWrapperWidth
+      height 100%
+      border-radius 6px 0 0 6px
+      border-right 1px solid rgba(0, 0, 0, 66%)
+      background-color $codeBgColor
+
+
+for lang in $codeLang
+  div{'[class~="language-' + lang + '"]'}
+    &:before
+      content ('' + lang)
+
+div[class~="language-javascript"]
+  &:before
+    content "js"
+
+div[class~="language-typescript"]
+  &:before
+    content "ts"
+
+div[class~="language-markup"]
+  &:before
+    content "html"
+
+div[class~="language-markdown"]
+  &:before
+    content "md"
+
+div[class~="language-json"]:before
+  content "json"
+
+div[class~="language-ruby"]:before
+  content "rb"
+
+div[class~="language-python"]:before
+  content "py"
+
+div[class~="language-bash"]:before
+  content "sh"
diff --git a/docs/.vuepress/theme/styles/config.styl b/docs/.vuepress/theme/styles/config.styl
new file mode 100755
index 0000000..4783714
--- /dev/null
+++ b/docs/.vuepress/theme/styles/config.styl
@@ -0,0 +1,20 @@
+// colors
+$accentColor = #0091ff
+$textColor = #2c3e50
+$borderColor = #eaecef
+$codeBgColor = #282c34
+$arrowBgColor = #ccc
+
+// layout
+$navbarHeight = 3.6rem
+$sidebarWidth = 20rem
+$contentWidth = 740px
+
+// responsive breakpoints
+$MQNarrow = 959px
+$MQMobile = 719px
+$MQMobileNarrow = 419px
+
+// code
+$lineNumbersWrapperWidth = 3.5rem
+$codeLang = js ts html md vue css sass scss less stylus go java c sh yaml py
diff --git a/docs/.vuepress/theme/styles/custom-blocks.styl b/docs/.vuepress/theme/styles/custom-blocks.styl
new file mode 100755
index 0000000..3ccc2df
--- /dev/null
+++ b/docs/.vuepress/theme/styles/custom-blocks.styl
@@ -0,0 +1,28 @@
+.custom-block
+  .custom-block-title
+    font-weight 600
+    margin-bottom -0.4rem
+  &.tip, &.warning, &.danger
+    padding .1rem 1.5rem
+    border-left-width .5rem
+    border-left-style solid
+    margin 1rem 0
+  &.tip
+    background-color #f3f5f7
+    border-color #42b983
+  &.warning
+    background-color rgba(255,229,100,.3)
+    border-color darken(#ffe564, 35%)
+    color darken(#ffe564, 70%)
+    .custom-block-title
+      color darken(#ffe564, 50%)
+    a
+      color $textColor
+  &.danger
+    background-color #ffe6e6
+    border-color darken(red, 20%)
+    color darken(red, 70%)
+    .custom-block-title
+      color darken(red, 40%)
+    a
+      color $textColor
diff --git a/docs/.vuepress/theme/styles/mobile.styl b/docs/.vuepress/theme/styles/mobile.styl
new file mode 100755
index 0000000..b35e59c
--- /dev/null
+++ b/docs/.vuepress/theme/styles/mobile.styl
@@ -0,0 +1,37 @@
+@require './config'
+
+$mobileSidebarWidth = $sidebarWidth * 0.82
+
+// narrow desktop / iPad
+@media (max-width: $MQNarrow)
+  .sidebar
+    font-size 15px
+    width $mobileSidebarWidth
+  .page
+    padding-left $mobileSidebarWidth
+
+// wide mobile
+@media (max-width: $MQMobile)
+  .sidebar
+    top 0
+    padding-top $navbarHeight
+    transform translateX(-100%)
+    transition transform .2s ease
+  .page
+    padding-left 0
+  .theme-container
+    &.sidebar-open
+      .sidebar
+        transform translateX(0)
+    &.no-navbar
+      .sidebar
+        padding-top: 0
+
+// narrow mobile
+@media (max-width: $MQMobileNarrow)
+  h1
+    font-size 1.9rem
+  .content
+    div[class*="language-"]
+      margin 0.85rem -1.5rem
+      border-radius 0
diff --git a/docs/.vuepress/theme/styles/nprogress.styl b/docs/.vuepress/theme/styles/nprogress.styl
new file mode 100755
index 0000000..f186a67
--- /dev/null
+++ b/docs/.vuepress/theme/styles/nprogress.styl
@@ -0,0 +1,48 @@
+#nprogress
+  pointer-events none
+  .bar
+    background $accentColor
+    position fixed
+    z-index 1031
+    top 0
+    left 0
+    width 100%
+    height 2px
+  .peg
+    display block
+    position absolute
+    right 0px
+    width 100px
+    height 100%
+    box-shadow 0 0 10px $accentColor, 0 0 5px $accentColor
+    opacity 1.0
+    transform rotate(3deg) translate(0px, -4px)
+  .spinner
+    display block
+    position fixed
+    z-index 1031
+    top 15px
+    right 15px
+  .spinner-icon
+    width 18px
+    height 18px
+    box-sizing border-box
+    border solid 2px transparent
+    border-top-color $accentColor
+    border-left-color $accentColor
+    border-radius 50%
+    animation nprogress-spinner 400ms linear infinite
+
+.nprogress-custom-parent
+  overflow hidden
+  position relative
+
+.nprogress-custom-parent #nprogress .spinner,
+.nprogress-custom-parent #nprogress .bar
+  position absolute
+
+@keyframes nprogress-spinner
+  0%
+    transform rotate(0deg)
+  100%
+    transform rotate(360deg)
diff --git a/docs/.vuepress/theme/styles/theme.styl b/docs/.vuepress/theme/styles/theme.styl
new file mode 100755
index 0000000..36c25c1
--- /dev/null
+++ b/docs/.vuepress/theme/styles/theme.styl
@@ -0,0 +1,189 @@
+@require './config'
+@require './nprogress'
+@require './code'
+@require './custom-blocks'
+@require './arrow'
+@require './wrapper'
+@require './toc'
+
+html, body
+  padding 0
+  margin 0
+
+body
+  font-family -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
+  -webkit-font-smoothing antialiased
+  -moz-osx-font-smoothing grayscale
+  font-size 16px
+  color $textColor
+
+.page
+  padding-left $sidebarWidth
+
+.navbar
+  position fixed
+  z-index 20
+  top 0
+  left 0
+  right 0
+  height $navbarHeight
+  background-color #2f3241
+  box-sizing border-box
+  box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
+
+.sidebar-mask
+  position fixed
+  z-index 9
+  top 0
+  left 0
+  width 100vw
+  height 100vh
+  display none
+
+.sidebar
+  font-size 15px
+  background-color #fff
+  width $sidebarWidth
+  position fixed
+  z-index 10
+  margin 0
+  top $navbarHeight
+  left 0
+  bottom 0
+  box-sizing border-box
+  border-right 1px solid $borderColor
+  overflow-y auto
+
+.content:not(.custom)
+  @extend $wrapper
+  > *:first-child
+    margin-top $navbarHeight
+  a:hover
+    text-decoration underline
+  p.demo
+    padding 1rem 1.5rem
+    border 1px solid #ddd
+    border-radius 4px
+  img
+    max-width 100%
+
+.content.custom
+  padding 0
+  margin 0
+  img
+    max-width 100%
+
+a
+  font-weight 500
+  color $accentColor
+  text-decoration none
+
+p a code
+  font-weight 400
+  color $accentColor
+
+kbd
+  background #eee
+  border solid 0.15rem #ddd
+  border-bottom solid 0.25rem #ddd
+  border-radius 0.15rem
+  padding 0 0.15em
+
+blockquote
+  font-size 1.2rem
+  color #999
+  border-left .25rem solid #dfe2e5
+  margin-left 0
+  padding-left 1rem
+
+ul, ol
+  padding-left 1.2em
+
+strong
+  font-weight 600
+
+h1, h2, h3, h4, h5, h6
+  font-weight 600
+  line-height 1.25
+  .content:not(.custom) > &
+    margin-top (0.5rem - $navbarHeight)
+    padding-top ($navbarHeight + 1rem)
+    margin-bottom 0
+    &:first-child
+      margin-top -1.5rem
+      margin-bottom 1rem
+      + p, + pre, + .custom-block
+        margin-top 2rem
+  &:hover .header-anchor
+    opacity: 1
+
+h1
+  font-size 2.2rem
+
+h2
+  font-size 1.65rem
+  padding-bottom .3rem
+  border-bottom 1px solid $borderColor
+
+h3
+  font-size 1.35rem
+
+a.header-anchor
+  font-size 0.85em
+  float left
+  margin-left -0.87em
+  padding-right 0.23em
+  margin-top 0.125em
+  opacity 0
+  &:hover
+    text-decoration none
+
+code, kbd, .line-number
+  font-family source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
+
+p, ul, ol
+  line-height 1.7
+
+hr
+  border 0
+  border-top 1px solid $borderColor
+
+table
+  border-collapse collapse
+  margin 1rem 0
+  overflow-x: auto
+
+tr
+  border-top 1px solid #dfe2e5
+  &:nth-child(2n)
+    background-color #f6f8fa
+
+th, td
+  border 1px solid #dfe2e5
+  padding .6em 1em
+
+.custom-layout
+  padding-top $navbarHeight
+
+.theme-container
+  &.sidebar-open
+    .sidebar-mask
+      display: block
+  &.no-navbar
+    .content:not(.custom) > h1, h2, h3, h4, h5, h6
+        margin-top 1.5rem
+        padding-top 0
+    .sidebar
+      top 0
+    .custom-layout
+      padding-top 0
+
+
+@media (min-width: ($MQMobile + 1px))
+  .theme-container.no-sidebar
+    .sidebar
+      display none
+    .page
+      padding-left 0
+
+@require './mobile.styl'
diff --git a/docs/.vuepress/theme/styles/toc.styl b/docs/.vuepress/theme/styles/toc.styl
new file mode 100755
index 0000000..d3e7106
--- /dev/null
+++ b/docs/.vuepress/theme/styles/toc.styl
@@ -0,0 +1,3 @@
+.table-of-contents
+  .badge
+    vertical-align middle
diff --git a/docs/.vuepress/theme/styles/wrapper.styl b/docs/.vuepress/theme/styles/wrapper.styl
new file mode 100755
index 0000000..c0a698b
--- /dev/null
+++ b/docs/.vuepress/theme/styles/wrapper.styl
@@ -0,0 +1,9 @@
+$wrapper
+  max-width $contentWidth
+  margin 0 auto
+  padding 3rem 2.5rem 2rem 
+  @media (max-width: $MQNarrow)
+    padding 2rem
+  @media (max-width: $MQMobileNarrow)
+    padding 1.5rem
+
diff --git a/docs/.vuepress/theme/util.js b/docs/.vuepress/theme/util.js
new file mode 100755
index 0000000..ef95bea
--- /dev/null
+++ b/docs/.vuepress/theme/util.js
@@ -0,0 +1,216 @@
+export const hashRE = /#.*$/
+export const extRE = /\.(md|html)$/
+export const endingSlashRE = /\/$/
+export const outboundRE = /^(https?:|mailto:|tel:)/
+
+export function normalize (path) {
+  return decodeURI(path)
+    .replace(hashRE, '')
+    .replace(extRE, '')
+}
+
+export function getHash (path) {
+  const match = path.match(hashRE)
+  if (match) {
+    return match[0]
+  }
+}
+
+export function isExternal (path) {
+  return outboundRE.test(path)
+}
+
+export function isMailto (path) {
+  return /^mailto:/.test(path)
+}
+
+export function isTel (path) {
+  return /^tel:/.test(path)
+}
+
+export function ensureExt (path) {
+  if (isExternal(path)) {
+    return path
+  }
+  const hashMatch = path.match(hashRE)
+  const hash = hashMatch ? hashMatch[0] : ''
+  const normalized = normalize(path)
+
+  if (endingSlashRE.test(normalized)) {
+    return path
+  }
+  return normalized + '.html' + hash
+}
+
+export function isActive (route, path) {
+  const routeHash = route.hash
+  const linkHash = getHash(path)
+  if (linkHash && routeHash !== linkHash) {
+    return false
+  }
+  const routePath = normalize(route.path)
+  const pagePath = normalize(path)
+  return routePath === pagePath
+}
+
+export function resolvePage (pages, rawPath, base) {
+  if (base) {
+    rawPath = resolvePath(rawPath, base)
+  }
+  const path = normalize(rawPath)
+  for (let i = 0; i < pages.length; i++) {
+    if (normalize(pages[i].path) === path) {
+      return Object.assign({}, pages[i], {
+        type: 'page',
+        path: ensureExt(rawPath)
+      })
+    }
+  }
+  console.error(`[vuepress] No matching page found for sidebar item "${rawPath}"`)
+  return {}
+}
+
+function resolvePath (relative, base, append) {
+  const firstChar = relative.charAt(0)
+  if (firstChar === '/') {
+    return relative
+  }
+
+  if (firstChar === '?' || firstChar === '#') {
+    return base + relative
+  }
+
+  const stack = base.split('/')
+
+  // remove trailing segment if:
+  // - not appending
+  // - appending to trailing slash (last segment is empty)
+  if (!append || !stack[stack.length - 1]) {
+    stack.pop()
+  }
+
+  // resolve relative path
+  const segments = relative.replace(/^\//, '').split('/')
+  for (let i = 0; i < segments.length; i++) {
+    const segment = segments[i]
+    if (segment === '..') {
+      stack.pop()
+    } else if (segment !== '.') {
+      stack.push(segment)
+    }
+  }
+
+  // ensure leading slash
+  if (stack[0] !== '') {
+    stack.unshift('')
+  }
+
+  return stack.join('/')
+}
+
+export function resolveSidebarItems (page, route, site, localePath) {
+  const { pages, themeConfig } = site
+
+  const localeConfig = localePath && themeConfig.locales
+    ? themeConfig.locales[localePath] || themeConfig
+    : themeConfig
+
+  const pageSidebarConfig = page.frontmatter.sidebar || localeConfig.sidebar || themeConfig.sidebar
+  if (pageSidebarConfig === 'auto') {
+    return resolveHeaders(page)
+  }
+
+  const sidebarConfig = localeConfig.sidebar || themeConfig.sidebar
+  if (!sidebarConfig) {
+    return []
+  } else {
+    const { base, config } = resolveMatchingConfig(route, sidebarConfig)
+    return config
+      ? config.map(item => resolveItem(item, pages, base))
+      : []
+  }
+}
+
+function resolveHeaders (page) {
+  const headers = groupHeaders(page.headers || [])
+  return [{
+    type: 'group',
+    collapsable: false,
+    title: page.title,
+    children: headers.map(h => ({
+      type: 'auto',
+      title: h.title,
+      basePath: page.path,
+      path: page.path + '#' + h.slug,
+      children: h.children || []
+    }))
+  }]
+}
+
+export function groupHeaders (headers) {
+  // group h3s under h2
+  headers = headers.map(h => Object.assign({}, h))
+  let lastH2
+  headers.forEach(h => {
+    if (h.level === 2) {
+      lastH2 = h
+    } else if (lastH2) {
+      (lastH2.children || (lastH2.children = [])).push(h)
+    }
+  })
+  return headers.filter(h => h.level === 2)
+}
+
+export function resolveNavLinkItem (linkItem) {
+  return Object.assign(linkItem, {
+    type: linkItem.items && linkItem.items.length ? 'links' : 'link'
+  })
+}
+
+export function resolveMatchingConfig (route, config) {
+  if (Array.isArray(config)) {
+    return {
+      base: '/',
+      config: config
+    }
+  }
+  for (const base in config) {
+    if (ensureEndingSlash(route.path).indexOf(base) === 0) {
+      return {
+        base,
+        config: config[base]
+      }
+    }
+  }
+  return {}
+}
+
+function ensureEndingSlash (path) {
+  return /(\.html|\/)$/.test(path)
+    ? path
+    : path + '/'
+}
+
+function resolveItem (item, pages, base, isNested) {
+  if (typeof item === 'string') {
+    return resolvePage(pages, item, base)
+  } else if (Array.isArray(item)) {
+    return Object.assign(resolvePage(pages, item[0], base), {
+      title: item[1]
+    })
+  } else {
+    if (isNested) {
+      console.error(
+        '[vuepress] Nested sidebar groups are not supported. ' +
+        'Consider using navbar + categories instead.'
+      )
+    }
+    const children = item.children || []
+    return {
+      type: 'group',
+      title: item.title,
+      children: children.map(child => resolveItem(child, pages, base, true)),
+      collapsable: item.collapsable !== false
+    }
+  }
+}
diff --git a/docs/README.md b/docs/README.md
new file mode 100755
index 0000000..a6ee828
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,41 @@
+---
+layout: LayoutHome
+description: 'Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.'
+start: Quick Start
+what:
+  title: What is SkyWalking
+  content: 
+    - SkyWalking is Observalibity Analysis Platform and Application Performance Management system.
+    - Provide distributed tracing, service mesh telemetry analysis, metric aggregation and visualization all-in-one solution.
+
+feature:
+  title: Feature List
+  content:
+    - Consistent in multiple scenarios. supported telemetry sources from language agents and service mesh.
+    - Multiple language agents, Java, .Net Core and NodJS auto instrument agents.
+    - Light. No big data platform required, even observing the high payload cluster.
+    - Modulization. Have multiple options for UI, storage, cluster managements.
+    - Alarm supported.
+    - Cool visualization solution.
+
+user:
+  title: Who is using SkyWalking
+  content: Various companies and organizations use SkyWalking for research, production and commercial products. This is SkyWalking's user wall.
+
+news:
+  title: Events & News
+  content:
+  - header: Welcome Yixiong Cao as a new committer.
+    content: Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
+    time: Dec. 10th, 2018
+  - header: Welcome Lang Li as a new committer.
+    content: Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
+    time: Dec. 6th, 2018
+  - header: Welcome Jian Tan as a new committer.
+    content: Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
+    time: Dec. 2rd, 2018
+  - header: Release Apache SkyWalking APM 6.0.0-alpha
+    content: APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)
+    time: Nov. 14th, 2018
+    tags: SkyWalking APM, Observalibity Analysis Platform, New Release
+---
diff --git a/docs/blog/2018-05-24-skywalking-net.md b/docs/blog/2018-05-24-skywalking-net.md
new file mode 100755
index 0000000..3a802a2
--- /dev/null
+++ b/docs/blog/2018-05-24-skywalking-net.md
@@ -0,0 +1,50 @@
+# Apache SkyWalking provides open source APM and distributed tracing in .NET Core field
+
+Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent
+
+Translator: Wu Sheng
+
+May. 24th, 2018
+
+In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.
+
+To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.
+
+At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.
+
+Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.
+
+At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.
+
+> git clone https://github.com/OpenSkywalking/skywalking-netcore.git
+
+> cd skywalking-netcore
+
+> dotnet restore
+
+> dotnet run -p sample/SkyWalking.Sample.Backend
+> dotnet run -p sample/SkyWalking.Sample.Frontend
+
+Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080
+
+- Overview of the whole distributed system
+<img src="https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"/>
+
+- Topology of distributed system
+<img src="https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"/>
+
+- Application view
+<img src="https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"/>
+
+- Trace query
+<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"/>
+
+- Span’s tags, logs and related traces
+<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"/>
+
+
+## GitHub
+
+- Website: http://skywalking.apache.org/
+- SkyWalking Github Repo: https://github.com/apache/incubator-skywalking
+- SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore
diff --git a/docs/blog/README.md b/docs/blog/README.md
new file mode 100755
index 0000000..d79fe35
--- /dev/null
+++ b/docs/blog/README.md
@@ -0,0 +1,13 @@
+---
+layout: LayoutBlog
+
+blog:
+
+- title: Apache SkyWalking provides open source APM and distributed tracing in .NET Core field
+  name: 2018-05-24-skywalking-net
+  time: Haoyang Liu, Sheng Wu. May. 24th, 2018
+  short: SkyWalking .NET Core SDK is available
+
+
+
+---
diff --git a/docs/downloads/README.md b/docs/downloads/README.md
new file mode 100755
index 0000000..c896fd3
--- /dev/null
+++ b/docs/downloads/README.md
@@ -0,0 +1,110 @@
+# Download the SkyWalking releases
+
+Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.
+
+
+## 6.x releases
+| Date | Version| | Downloads |
+|:---:|:--:|:--:|:--:|
+| Nov. 14th, 2018 | 6.0.0-alpha | Source codes| [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512)|
+| | | Windows| [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512)|
+| | | Document| [Document](https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md) |
+
+
+### Changes in 6.0.0-alpha
+
+SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing
+tracing system with analysis and visualization capabilities. We are an **Observability Analysis Platform(OAL)**.
+
+The core and most important features in v6 are
+1. Support to collect telemetry data from different sources, such as multiple language agents and service mesh.
+1. Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't
+provided in this release.
+1. Provide **Observability Analysis Language(OAL)** to make analysis metric customization available.
+1. New GraphQL query protocol. Not binding with UI now.
+1. UI topology is better now.
+1. New alarm core provided. In alpha, only on service related metric.
+
+[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/29?closed=1)
+
+## 5.x releases
+| Date | Version| | Downloads |
+|:---:|:--:|:--:|:--:|
+| Oct. 17th, 2018 | 5.0.0-GA | Source codes| [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512) |
+| | | Windows| [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512)|
+| | | Document | [Document](https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md)|
+| Sep. 12th, 2018 |5.0.0-RC2 | Source codes | [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512) |
+| | | Windows| [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512) |
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512) |
+| | | Document | [Document](https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md) |
+| July 11th, 2018 |5.0.0-beta2 | Source codes | [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512)|
+| | | Windows | [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512) |
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512)|
+| | | Document | [Document](https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md) |
+| May 23th, 2018 |5.0.0-beta | Source codes |[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512)|
+| | | Windows | [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512) |
+| | | Docuemt | [Document](https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md) |
+| April 3rd, 2018 |5.0.0-alpha | Source codes |[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512)|
+| | | Windows | [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512)|
+| | | Document | [Document](https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md) |
+
+### Changes in 5.0.0-GA
+
+#### Agent Changes
+  - Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.
+  - Support Undertow 2.x plugin.
+  - Fix wrong class names of Motan plugin, not a feature related issue, just naming.
+
+#### Collector Changes
+  - Make buffer file handler close more safety.
+  - Fix NPE in AlarmService
+
+#### Documents
+  - Fix compiling doc link.
+  - Update new live demo address.
+
+[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/27?closed=1)
+
+
+
+<br/>
+
+# Verify the releases
+[PGP signatures KEYS](https://www.apache.org/dist/incubator/skywalking/KEYS)
+
+It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.
+
+```
+gpg -i KEYS
+
+or
+
+pgpk -a KEYS
+
+or
+
+pgp -ka KEYS
+```
+
+To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
+
+```
+gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
+
+or
+
+pgpv apache-skywalking-apm-incubating********.asc
+
+or
+
+pgp apache-skywalking-apm-incubating********.asc
+```
+
+<br/>
+
+# All Changes
+[Changes](https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md) document.
diff --git a/docs/events/README.md b/docs/events/README.md
new file mode 100755
index 0000000..e564940
--- /dev/null
+++ b/docs/events/README.md
@@ -0,0 +1,42 @@
+# SkyWalking Events
+
+## Welcome Yixiong Cao as a new committer.
+###### Dec. 10th, 2018
+Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
+
+## Welcome Lang Li as a new committer.
+###### Dec. 6th, 2018
+Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
+
+
+## Welcome Jian Tan as a new committer.
+###### Dec. 2rd, 2018
+Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.
+
+
+## Release Apache SkyWalking 6.0.0-alpha
+###### Nov. 14th, 2018
+APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio).
+Go to [downloads](/downloads) page to find release tars.
+
+
+## Release Apache SkyWalking 5.0.0-GA
+###### Oct. 17th, 2018
+A stable version of 5.x release. Go to [downloads](/downloads) page to find release tars.
+
+
+## Release Apache SkyWalking 5.0.0-RC2
+###### Sep. 12th, 2018
+5.0.0-RC2 release. Go to [downloads](/downloads) page to find release tars.
+
+## Release Apache SkyWalking 5.0.0-beta2
+###### July 11th, 2018
+5.0.0-beta2 release. Go to [downloads](/downloads) page to find release tars.
+
+## Release Apache SkyWalking 5.0.0-beta
+###### May 23th, 2018
+5.0.0-beta release. Go to [downloads](/downloads) page to find release tars.
+
+## Release Apache SkyWalking APM 5.0.0-alpha
+###### April 3rd, 2018
+5.0.0-alpha release. Go to [downloads](/downloads) page to find release tars.
diff --git a/jekyll-source/team/index.md b/docs/team/README.md
old mode 100644
new mode 100755
similarity index 65%
rename from jekyll-source/team/index.md
rename to docs/team/README.md
index 9c50fb5..fe3f4f4
--- a/jekyll-source/team/index.md
+++ b/docs/team/README.md
@@ -1,51 +1,58 @@
----
-layout: post
-title:  "SkyWalking Team"
-date:   2018-09-12
-desc: ""
-keywords: "team, PPMC, committer"
-categories: [HTML]
-tags: [team, PPMC, committer]
-icon: icon-html
----
+# SkyWalking Team
 
 The SkyWalking team is comprised of Members and Contributors. Members have direct access to the source of SkyWalking project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to SkyWalking are greatly appreciated, whether for trivial cleanups, big new features or other material rewards. More details see [here](https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md).
 
-# Members
-Members include PPMC, committer and mentor of SkyWalking project.
-
-Incubator Mentor
-- Ignasi Barrera    , Apache ID: nacx
-- Luke Han          , Apache ID: lukehan
-- Michael Semb Wever, Apache ID: mck
-- Willem Ning Jiang , Apache ID: ningjiang
-
-PPMC
-- Haoyang Liu	     , Apache ID: liuhaoyangzz
-- Hongtao Gao      , Apache ID: hanahmily
-- Sheng Wu         , Apache ID: wusheng
-- Shinn Zhang      , Apache ID:	zhangxin
-- Yongsheng Peng   , Apache ID: pengys
-- DongXue Si, Apache ID: 	ilucky
-- Kai Wang	, Apache ID: wangkai
-- Sheng Wang	, Apache ID: wangsheng
-- Yang Bai	, Apache ID: baiyang
-- Yuntao Li	, Apache ID: liyuntao
-- Zhang Kewei	, Apache ID: zhangkewei
-
-Committer
-- Can Li, Apache ID: lican
-- Wenbing Wang, Apache ID: wangwenbin
-
-# Contributors
+## Members
+
+Members include PPMC, committer and mentor of SkyWalking project. The List in alphabeta order.
+
+### Incubator Mentor
+
+| Name |Apache ID|
+|:---:|:--:|
+|Ignasi Barrera| nacx |
+|Luke Han| lukehan |
+|Michael Semb Wever| mck |
+|Willem Ning Jiang| ningjiang |
+
+### PPMC
+| Name |Apache ID|
+:---:|:--:|
+|DongXue Si| ilucky |
+|Haoyang Liu| liuhaoyangzz |
+|Hongtao Gao| hanahmily |
+|Sheng Wang| wangsheng |
+|Sheng Wu| wusheng |
+|Kai Wang| wangkai |
+|Yang Bai| baiyang |
+|Yongsheng Peng| pengys |
+|Yuntao Li| liyuntao |
+|Zhang Kewei| zhangkewei |
+|Shinn Zhang| zhangxin |
+
+### Committer
+| Name |Apache ID|
+|:---:|:--:|
+|Can Li| lican |
+|Jian Tan| tanjian |
+|Lang Li| lilang |
+|Yixiong Cao| caoyixiong |
+|Wenbing Wang| wangwenbin |
+
+
+## Contributors
+
 SkyWalking have a lot of Contributors, since we are using GitHub, you could find them in our repository contribution list.
+
 - [SkyWalking main repository](https://github.com/apache/incubator-skywalking/graphs/contributors)
 - [SkyWalking UI](https://github.com/apache/incubator-skywalking-ui/graphs/contributors)
 - [SkyWalking data collect protocol](https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors)
 - [SkyWalking query protocol](https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors)
 - [SkyWalking website](https://github.com/apache/incubator-skywalking-website/graphs/contributors)
 
-# Becomming a Committer
+
+## Becomming a Committer
+
 SkyWalking follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust. Read [Contributing Guides](https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md) to take part in the community.
 
 SkyWalking community follows the Apache Community’s [process](http://community.apache.org/newcommitter.html) on accepting a new committer.
diff --git a/docs/zh/README.md b/docs/zh/README.md
new file mode 100755
index 0000000..824d251
--- /dev/null
+++ b/docs/zh/README.md
@@ -0,0 +1,42 @@
+---
+layout: LayoutHome
+description: '分布式系统的应用程序性能监视工具,专为微服务、云本机架构和基于容器(Docker、K8s、Mesos)架构而设计。'
+start: 快速开始
+what:
+  title: 什么是 SkyWalking
+  content: 
+    - SkyWalking 是观察性分析平台和应用性能管理系统。
+    - 提供分布式追踪、服务网格遥测分析、度量聚合和可视化一体化解决方案.
+
+feature:
+  title: 特性一览
+  content: 
+    - 多种监控手段,语言探针和service mesh
+    - 多语言自动探针,Java,.NET Core和Node.JS
+    - 轻量高效,不需要大数据
+    - 模块化,UI、存储、集群管理多种机制可选
+    - 支持告警
+    - 优秀的可视化方案
+
+
+user:
+  title: 谁在使用 SkyWalking
+  content: 各种各样的公司和组织使用SkyWalking进行研究,生产和商业产品。这是SkyWalking 的用户墙
+
+news:
+  title: 事件 & 新闻
+  content:
+  - header: 欢迎曹奕雄成为committer
+    content: 根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
+    time: 2018年12月10日
+  - header: 欢迎李浪成为committer
+    content: 根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
+    time: 2018年12月6日
+  - header: 欢迎谭建成为committer
+    content: 根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
+    time: 2018年12月2日
+  - header: 发布Apache SkyWalking 6.0.0-alpha版本
+    content: APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。
+    time: 2018年11月14日
+    tags: SkyWalking APM, Observalibity Analysis Platform, New Release
+---
diff --git a/docs/zh/blog/2018-05-24-skywalking-net.md b/docs/zh/blog/2018-05-24-skywalking-net.md
new file mode 100755
index 0000000..3a802a2
--- /dev/null
+++ b/docs/zh/blog/2018-05-24-skywalking-net.md
@@ -0,0 +1,50 @@
+# Apache SkyWalking provides open source APM and distributed tracing in .NET Core field
+
+Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent
+
+Translator: Wu Sheng
+
+May. 24th, 2018
+
+In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.
+
+To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.
+
+At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.
+
+Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.
+
+At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.
+
+> git clone https://github.com/OpenSkywalking/skywalking-netcore.git
+
+> cd skywalking-netcore
+
+> dotnet restore
+
+> dotnet run -p sample/SkyWalking.Sample.Backend
+> dotnet run -p sample/SkyWalking.Sample.Frontend
+
+Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080
+
+- Overview of the whole distributed system
+<img src="https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"/>
+
+- Topology of distributed system
+<img src="https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"/>
+
+- Application view
+<img src="https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"/>
+
+- Trace query
+<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"/>
+
+- Span’s tags, logs and related traces
+<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"/>
+
+
+## GitHub
+
+- Website: http://skywalking.apache.org/
+- SkyWalking Github Repo: https://github.com/apache/incubator-skywalking
+- SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore
diff --git a/docs/zh/blog/README.md b/docs/zh/blog/README.md
new file mode 100755
index 0000000..d79fe35
--- /dev/null
+++ b/docs/zh/blog/README.md
@@ -0,0 +1,13 @@
+---
+layout: LayoutBlog
+
+blog:
+
+- title: Apache SkyWalking provides open source APM and distributed tracing in .NET Core field
+  name: 2018-05-24-skywalking-net
+  time: Haoyang Liu, Sheng Wu. May. 24th, 2018
+  short: SkyWalking .NET Core SDK is available
+
+
+
+---
diff --git a/docs/zh/doc/README.md b/docs/zh/doc/README.md
new file mode 100755
index 0000000..f6ecaa6
--- /dev/null
+++ b/docs/zh/doc/README.md
@@ -0,0 +1 @@
+# Introduction
\ No newline at end of file
diff --git a/docs/zh/downloads/README.md b/docs/zh/downloads/README.md
new file mode 100755
index 0000000..e7354d4
--- /dev/null
+++ b/docs/zh/downloads/README.md
@@ -0,0 +1,97 @@
+# 下载SkyWalking发布版本
+从下面提供的链接从Apache SkyWalking(孵化)镜像下载。
+
+## 6.x 版本
+| 日期 | 版本| | 下载 |
+|:---:|:--:|:--:|:--:|
+| Nov. 14th, 2018 | 6.0.0-alpha | 源码| [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512)|
+| | | Windows| [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512)|
+| | | 文档| [文档](https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md) |
+
+### 6.0.0-alpha更新日志
+SkyWalking 6是一个全新的里程碑。在此版本中,Skywalking不仅仅是一个具有分析和可视化功能的分布式跟踪系统,而是一个**可观察性分析平台(OAL)**。
+
+v6的核心和最重要的特性如下:
+
+1. 支持从不同来源收集遥测数据,例如多语言代理和服务网格。
+1. 可扩展流分析核心。尽管在此版本中未提供,但在核心级别提供SQL和缓存分析。
+1. 提供 **可观察性分析语言(OAL)** 用来分析度量标准定制可用。
+1. 新的GraphQL查询协议。现在不与UI绑定。
+1. 拥有更好的UI拓扑。
+1. 提供新的警报核心。在alpha中,仅对服务相关的指标进行警报。
+
+[问题和Pull Requests](https://github.com/apache/incubator-skywalking/milestone/29?closed=1)
+
+## 5.x 版本
+| 日期 | 版本| | 下载 |
+|:---:|:--:|:--:|:--:|
+| Oct. 17th, 2018 | 5.0.0-GA | 源码| [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512) |
+| | | Windows| [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512)|
+| | | 文档 | [文档](https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md)|
+| Sep. 12th, 2018 |5.0.0-RC2 | Source codes | [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512) |
+| | | Windows| [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512) |
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512) |
+| | | 文档 | [文档](https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md) |
+| July 11th, 2018 |5.0.0-beta2 | Source codes | [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512)|
+| | | Windows | [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512) |
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512)|
+| | | 文档 | [文档](https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md) |
+| May 23th, 2018 |5.0.0-beta | Source codes |[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512)|
+| | | Windows | [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512) |
+| | | 文档 | [文档](https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md) |
+| April 3rd, 2018 |5.0.0-alpha | Source codes |[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512)|
+| | | Windows | [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512)|
+| | | Linux | [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc) [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512)|
+| | | 文档 | [文档](https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md) |
+
+# 5.x 更新日志
+
+#### 探针改变
+  - 在探针设置中添加对包名称的忽略。这些包中的类将被增强,甚至插件声明。
+  - 支持Undertow 2.x插件。
+  - 修复Motan插件的错误类名,而不是与功能相关的问题,只是命名修改。
+ 
+#### Collector改变
+  - 使缓冲文件处理程序更安全地关闭。
+  - 在AlarmService中修复NPE。
+ 
+#### 文档
+  - Fix compiling doc link.
+  - 更新新的演示地址。
+
+[问题和Pull Requests](https://github.com/apache/incubator-skywalking/milestone/27?closed=1)
+
+# 验证版本
+使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。
+
+```
+gpg -i KEYS
+
+or
+
+pgpk -a KEYS
+
+or
+
+pgp -ka KEYS
+```
+
+要验证二进制文件/源,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。
+
+```
+gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
+
+or
+
+pgpv apache-skywalking-apm-incubating********.asc
+
+or
+
+pgp apache-skywalking-apm-incubating********.asc
+```
+
+# 所有变更
+[变更](https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md)文档.
\ No newline at end of file
diff --git a/docs/zh/events/README.md b/docs/zh/events/README.md
new file mode 100755
index 0000000..88b11a8
--- /dev/null
+++ b/docs/zh/events/README.md
@@ -0,0 +1,41 @@
+# SkyWalking 事件概要
+
+## 欢迎曹奕雄成为committer
+###### 2018年12月10日
+根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
+
+## 欢迎李浪成为committer
+###### 2018年12月6日
+根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
+
+
+## 欢迎谭建成为committer.
+###### 2018年12月2日
+根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。
+
+
+## 发布Apache SkyWalking 6.0.0-alpha版本
+###### 2018年11月14日
+APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。跳转到[下载](/zh/downloads/)页面查找发布版本。
+
+
+## 发布Apache SkyWalking 5.0.0-GA
+###### 2018年10月17日
+5.x版本的稳定版本。跳转到[下载](/zh/downloads/)页面查找发布版本。
+
+
+## 发布Apache SkyWalking 5.0.0-RC2版本
+###### 2018年9月12日
+5.0.0-RC2发布。跳转到[下载](/zh/downloads/)页面查找发布版本。
+
+## 发布Apache SkyWalking 5.0.0-beta2版本
+###### 2018年7月11日
+5.0.0-beta2发布。跳转到[下载](/zh/downloads/)页面查找发布版本。
+
+## 发布Apache SkyWalking 5.0.0-beta版本
+###### 2018年5月23日
+5.0.0-beta发布。跳转到[下载](/zh/downloads/)页面查找发布版本。
+
+## 发布Apache SkyWalking APM 5.0.0-alpha版本
+###### 2018年4月3日
+5.0.0-alpha发布。跳转到[下载](/zh/downloads/)页面查找发布版本。
diff --git a/docs/zh/team/README.md b/docs/zh/team/README.md
new file mode 100755
index 0000000..bf3cf6f
--- /dev/null
+++ b/docs/zh/team/README.md
@@ -0,0 +1,53 @@
+# SkyWalking 团队
+
+SkyWalking团队由孵化器项目管理委员会成员(以下简称“成员”)和贡献者组成。成员可以直接访问SkyWalking项目的源码,并积极向仓库贡献源码。贡献者通过向成员提交补丁和建议来改进项目。项目的贡献者数量一般无限制。非常欢迎更多的贡献者向SkyWalking贡献,无论是琐碎的整理、重大的新功能更新还是其他物质奖励。更多细节可参考[这里](https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md)。
+
+## 成员
+成员包括孵化器项目管理委员会、提交者、Skywalking项目导师。
+
+### 孵化导师
+| 名字 |Apache ID|
+:---:|:--:|
+|Ignasi Barrera| nacx |
+|Luke Han| lukehan |
+|Michael Semb Wever| mck |
+|Willem Ning Jiang| ningjiang |
+
+### 孵化器项目管理委员会
+| 名字 |Apache ID|
+:---:|:--:|
+|Haoyang Liu| liuhaoyangzz |
+|Hongtao Gao| hanahmily |
+|Sheng Wu| wusheng |
+|Shinn Zhang| zhangxin |
+|Yongsheng Peng| pengys |
+|DongXue Si| ilucky |
+|Kai Wang| wangkai |
+|Sheng Wang| wangsheng |
+|Yang Bai| baiyang |
+|Yuntao Li| liyuntao |
+|Zhang Kewei| zhangkewei |
+
+### 提交者
+| 名字 |Apache ID|
+|:---:|:--:|
+|Can Li| lican |
+|Jian Tan| tanjian |
+|Lang Li| lilang |
+|Yixiong Cao| caoyixiong |
+|Wenbing Wang| wangwenbin |
+
+## 贡献者
+自从Skywalking使用Github之后,拥有了许多的贡献者,你可以在我们的存储库贡献列表中找到它们。
+
+- [SkyWalking main repository](https://github.com/apache/incubator-skywalking/graphs/contributors)
+- [SkyWalking UI](https://github.com/apache/incubator-skywalking-ui/graphs/contributors)
+- [SkyWalking data collect protocol](https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors)
+- [SkyWalking query protocol](https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors)
+- [SkyWalking website](https://github.com/apache/incubator-skywalking-website/graphs/contributors)
+
+
+## 成为提交者
+SkyWalking遵循Apache的方式来构建社区。一旦为项目做出了足够的贡献并赢得了信任,任何人都可以成为提交者。你可以阅读[贡献指南](https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md)来参与社区。
+
+SkyWalking社区遵循Apache社区的[流程](http://community.apache.org/newcommitter.html)来接受新的提交者。
diff --git a/donate/index.html b/donate/index.html
deleted file mode 100644
index 56e6243..0000000
--- a/donate/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Donate </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <link href="/static/slick/slick.css" rel="stylesheet"> <link href="/static/slick/slick-theme.css" rel="stylesheet"> <div class="row"> <div class="col-sm-8 col-sm-offset-2 text-center"> <div class="navy-line"></div> <h1>Donate Jalpc</h1> <h3>If you like this theme and want to support it, just donate it. We can make Jalpc better!</h3> </div> </div> <div class="wrapper wrapper-content animated pulse"> <div class="row"> <a href="http://paypal.me/jarrekk" target="_blank" style="height: 35px;display: block;text-align: center;"><h2><i class="fa fa-paypal"></i>Paypal</h2></a> <div class="col-sm-8 col-sm-offset-2"> <h2 class="text-center m">Alipay</h2> <div class="slick"> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/alipay.1.jpeg" width="100%"> </div> </div> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/alipay.5.jpeg" width="100%"> </div> </div> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/alipay.10.jpeg" width="100%"> </div> </div> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/alipay.50.jpeg" width="100%"> </div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-8 col-sm-offset-2"> <h2 class="text-center m">WeChat Pay</h2> <div class="slick"> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/wechat.1.jpeg" width="100%"> </div> </div> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/wechat.5.jpeg" width="100%"> </div> </div> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/wechat.10.jpeg" width="100%"> </div> </div> <div> <div class="ibox-content"> <img src="/static/assets/img/donate/wechat.50.jpeg" width="100%"> </div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-4 col-sm-offset-2"> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive " src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Christ Maximilian</div> <p><i class="fa fa-eur"></i> 3.5</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> i****n@yahoo.de</p> <p class=""><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-calendar"></i> 19 Jul 2017</p> </div> <div class="clearfix"></div> </div> </div> <div class="col-sm-4 "> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive " src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Peter Yang</div> <p><i class="fa fa-rmb"></i> 10</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> 40*****12@qq.com</p> <p class=""><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-calendar"></i> 3 Apr 2017</p> </div> <div class="clearfix"></div> </div> </div> <div class="col-sm-4 col-sm-offset-2"> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive " src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Kun Liu</div> <p><i class="fa fa-rmb"></i> 50</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> 187****6486</p> <p class=""><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-calendar"></i> 25 Feb 2017</p> </div> <div class="clearfix"></div> </div> </div> <div class="col-sm-4 "> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive YUJING1993" src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Celine Yu</div> <p><i class="fa fa-rmb"></i> 50</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> 80*****94@qq.com</p> <p class="YUJING1993"><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-globe"></i> <a target="blank" href="http://angular.jack003.com">Website</a></p> <p><i class="fa fa-github"></i> <a class="github_username YUJING1993" target="blank" href="#">YUJING1993</a></p> <p><i class="fa fa-calendar"></i> 20 Nov 2016</p> </div> <div class="clearfix"></div> </div> </div> <div class="col-sm-4 col-sm-offset-2"> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive wenwei8268" src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Wenwei Zhou</div> <p><i class="fa fa-rmb"></i> 5</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> 152****2589</p> <p class="wenwei8268"><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-github"></i> <a class="github_username wenwei8268" target="blank" href="#">wenwei8268</a></p> <p><i class="fa fa-calendar"></i> 2 Dec 2016</p> </div> <div class="clearfix"></div> </div> </div> <div class="col-sm-4 "> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive HorbieHuo" src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Hongbin Huo</div> <p><i class="fa fa-rmb"></i> 10</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> 136****2534</p> <p class="HorbieHuo"><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-github"></i> <a class="github_username HorbieHuo" target="blank" href="#">HorbieHuo</a></p> <p><i class="fa fa-calendar"></i> 21 Dec 2016</p> </div> <div class="clearfix"></div> </div> </div> <div class="col-sm-4 col-sm-offset-2"> <div class="contact-box" style="height: 200px;"> <div class="col-sm-4"> <div class="text-center"> <img alt="image" class="img-circle m-t-xs img-responsive flylixiaolong" src="/static/assets/img/default.jpg"> <div class="m-t-xs font-bold">Xiaolong Li</div> <p><i class="fa fa-rmb"></i> 50</p> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-user"></i> 186****0489</p> <p class="flylixiaolong"><i class="fa fa-map-marker"></i> Earth</p> <p><i class="fa fa-github"></i> <a class="github_username flylixiaolong" target="blank" href="#">flylixiaolong</a></p> <p><i class="fa fa-calendar"></i> 3 Jan 2016</p> </div> <div class="clearfix"></div> </div> </div> </div> </div> <!-- slick carousel--> <script src="/static/slick/slick.min.js"></script> <style> .slick .ibox-content { margin: 0 10px; } </style> <script> $(document).ready(function(){ donate_github = $('.github_username'); for (var i = 0; i < donate_github.length; i++) { $.ajax({ type: "GET", url: "https://api.github.com/users/" + donate_github[i].text, tryCount : 0, retryLimit : 3, async: true, dataType: "json", success: function (data) { $("img." + data.login).attr("src", data.avatar_url); $("a." + data.login).attr("href", data.html_url); if (data.location !== null) { $("p." + data.login).html("<i class=\"fa fa-map-marker\"></i> " + data.location); } } }); }; $('.slick').slick({ infinite: true, slidesToShow: 3, slidesToScroll: 1, centerMode: true, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 600, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); }); </script> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/downloads/index.html b/downloads/index.html
index 06bd4ed..2414d53 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -1,4 +1,63 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="" name="description"> <meta name="keywords" content="release, source codes"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Dowload the SkyWalking releases </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <div class="wrapper wrapper-content animated fadeInRight article"> <div class="row"> <div class="col-lg-10 col-lg-offset-1"> <div class="ibox"> <div class="ibox-content"> <div class="pull-right"> <a class="btn btn-white btn-xs" href="/html">HTML</a> </div> <div class="text-center article-title"> <span class="text-muted"><i class="fa fa-clock-o"></i> 14 Nov 2018</span> <h1> Dowload the SkyWalking releases </h1> </div> <p>Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.</p> <h1 id="6x-latest-version">6.x Latest Version</h1> <h2 id="600-alpha">6.0.0-alpha</h2> <p>Released at Nov. 14th, 2018</p> <ul> <li>Source codes: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz">[src]</a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512">[sha512]</a></li> <li><a href="https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/docs/README.md">Documents</a> for this release.</li> <li>Windows: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip">[zip]</a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512">[sha512]</a></li> <li>Linux: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz">[tar]</a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512">[sha512]</a></li> </ul> <p><a href="https://www.apache.org/dist/incubator/skywalking/KEYS">PGP signatures KEYS</a></p> <p><br /></p> <h1 id="changes-in-600-alpha">Changes in 6.0.0-alpha</h1> <p>SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing tracing system with analysis and visualization capabilities. We are an <strong>Observability Analysis Platform(OAL)</strong>.</p> <p>The core and most important features in v6 are</p> <ol> <li>Support to collect telemetry data from different sources, such as multiple language agents and service mesh.</li> <li>Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven’t provided in this release.</li> <li>Provide <strong>Observability Analysis Language(OAL)</strong> to make analysis metric customization available.</li> <li>New GraphQL query protocol. Not binding with UI now.</li> <li>UI topology is better now.</li> <li>New alarm core provided. In alpha, only on service related metric.</li> </ol> <p><a href="https://github.com/apache/incubator-skywalking/milestone/29?closed=1">Issues and Pull requests</a></p> <h1 id="stable-release---latest-version">Stable Release - Latest Version</h1> <h2 id="500-ga">5.0.0-GA</h2> <p>Released at Oct. 17th, 2018</p> <ul> <li>Source codes: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz">[src]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512">[sha512]</a></li> <li><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md">Documents</a> for this release.</li> <li>Windows: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip">[zip]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512">[sha512]</a></li> <li>Linux: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz">[tar]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512">[sha512]</a></li> </ul> <p><a href="https://www.apache.org/dist/incubator/skywalking/KEYS">PGP signatures KEYS</a></p> <p><br /></p> <h1 id="changes-in-500-ga">Changes in 5.0.0-GA</h1> <h4 id="agent-changes">Agent Changes</h4> <ul> <li>Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.</li> <li>Support Undertow 2.x plugin.</li> <li>Fix wrong class names of Motan plugin, not a feature related issue, just naming.</li> </ul> <h4 id="collector-changes">Collector Changes</h4> <ul> <li>Make buffer file handler close more safety.</li> <li>Fix NPE in AlarmService</li> </ul> <h4 id="documents">Documents</h4> <ul> <li>Fix compiling doc link.</li> <li>Update new live demo address.</li> </ul> <p><a href="https://github.com/apache/incubator-skywalking/milestone/27?closed=1">Issues and Pull requests</a></p> <p><br /></p> <h1 id="verify-the-releases">Verify the releases</h1> <p>It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.</p> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>gpg -i KEYS
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <title>Download the SkyWalking releases |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
+    <meta name="description" content="">
+    
+    
+    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.2ef205d1.js" as="script"><link rel="preload" href="/assets/js/6.cb71e4c6.js" as="script"><link rel="prefetch" href="/assets/js/10.63805c0f.js"><link rel="prefetch" href="/assets/js/11.c74c9c2d.js"><link rel="prefetch" href="/assets/js/12.8f35b9ed.js"><link rel="prefetch" href="/assets/js/13.0fa86b92.js"><link rel="prefetch" href="/assets/js/14.7d492527.js"><link rel="prefetch" href="/assets/js/15.bf276cb7.js"><link rel="prefetch" href="/assets/js/16.0d75f3ff.js"><link rel="prefetch" href="/assets/js/2.4792c3f6.js"><link rel="prefetch" href="/assets/js/3.1dbf0cac.js"><link rel="prefetch" href="/assets/js/4.239592f9.js"><link rel="prefetch" href="/assets/js/5.d4bf4756.js"><link rel="prefetch" href="/assets/js/7.cb536fc4.js"><link rel="prefetch" href="/assets/js/8.1f551c34.js"><link rel="prefetch" href="/assets/js/9.961ff215.js">
+    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
+  </head>
+  <body>
+    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link router-link-exact-active router-link-active">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/downloads/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/downloads/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link router-link-exact-active router-link-active">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/downloads/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/downloads/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="download-the-skywalking-releases">Download the SkyWalking releases</h1> <p>Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.</p> <h2 id="_6-x-releases">6.x releases</h2> <table><thead><tr><th style="text-align:center">Date</th> <th style="text-align:center">Version</th> <th style="text-align:center"></th> <th style="text-align:center">Downloads</th></tr></thead> <tbody><tr><td style="text-align:center">Nov. 14th, 2018</td> <td style="text-align:center">6.0.0-alpha</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr></tbody></table> <h3 id="changes-in-6-0-0-alpha">Changes in 6.0.0-alpha</h3> <p>SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing
+tracing system with analysis and visualization capabilities. We are an <strong>Observability Analysis Platform(OAL)</strong>.</p> <p>The core and most important features in v6 are</p> <ol><li>Support to collect telemetry data from different sources, such as multiple language agents and service mesh.</li> <li>Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't
+provided in this release.</li> <li>Provide <strong>Observability Analysis Language(OAL)</strong> to make analysis metric customization available.</li> <li>New GraphQL query protocol. Not binding with UI now.</li> <li>UI topology is better now.</li> <li>New alarm core provided. In alpha, only on service related metric.</li></ol> <p><a href="https://github.com/apache/incubator-skywalking/milestone/29?closed=1" target="_blank" rel="noopener noreferrer">Issues and Pull requests<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <h2 id="_5-x-releases">5.x releases</h2> <table><thead><tr><th style="text-align:center">Date</th> <th style="text-align:center">Version</th> <th style="text-align:center"></th> <th style="text-align:center">Downloads</th></tr></thead> <tbody><tr><td style="text-align:center">Oct. 17th, 2018</td> <td style="text-align:center">5.0.0-GA</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">Sep. 12th, 2018</td> <td style="text-align:center">5.0.0-RC2</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">July 11th, 2018</td> <td style="text-align:center">5.0.0-beta2</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">May 23th, 2018</td> <td style="text-align:center">5.0.0-beta</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Docuemt</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">April 3rd, 2018</td> <td style="text-align:center">5.0.0-alpha</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr></tbody></table> <h3 id="changes-in-5-0-0-ga">Changes in 5.0.0-GA</h3> <h4 id="agent-changes">Agent Changes</h4> <ul><li>Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.</li> <li>Support Undertow 2.x plugin.</li> <li>Fix wrong class names of Motan plugin, not a feature related issue, just naming.</li></ul> <h4 id="collector-changes">Collector Changes</h4> <ul><li>Make buffer file handler close more safety.</li> <li>Fix NPE in AlarmService</li></ul> <h4 id="documents">Documents</h4> <ul><li>Fix compiling doc link.</li> <li>Update new live demo address.</li></ul> <p><a href="https://github.com/apache/incubator-skywalking/milestone/27?closed=1" target="_blank" rel="noopener noreferrer">Issues and Pull requests<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <br> <h1 id="verify-the-releases">Verify the releases</h1> <p><a href="https://www.apache.org/dist/incubator/skywalking/KEYS" target="_blank" rel="noopener noreferrer">PGP signatures KEYS<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <p>It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.</p> <div class="language- extra-class"><pre class="language-text"><code>gpg -i KEYS
 
 or
 
@@ -7,7 +66,7 @@
 or
 
 pgp -ka KEYS
-</code></pre></div></div> <p>To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.</p> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
+</code></pre></div><p>To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.</p> <div class="language- extra-class"><pre class="language-text"><code>gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
 
 or
 
@@ -16,4 +75,7 @@
 or
 
 pgp apache-skywalking-apm-incubating********.asc
-</code></pre></div></div> <p><br /></p> <h1 id="old-releases">Old releases</h1> <h2 id="500-rc2">5.0.0-RC2</h2> <p>Released at Sep. 12th, 2018</p> <ul> <li>Source codes: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz">[src]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512">[sha512]</a></li> <li><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md">Documents</a> for this release.</li> <li>Windows: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip">[zip]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512">[sha512]</a></li> <li>Linux: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz">[tar]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512">[sha512]</a></li> </ul> <h2 id="500-beta2">5.0.0-beta2</h2> <p>Released at July 11th, 2018</p> <ul> <li>Source codes: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz">[src]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512">[sha512]</a></li> <li><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md">Documents</a> for this release.</li> <li>Windows: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip">[zip]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512">[sha512]</a></li> <li>Linux: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz">[tar]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512">[sha512]</a></li> </ul> <h2 id="500-beta">5.0.0-beta</h2> <p>Released at May 23th, 2018</p> <ul> <li>Source codes: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz">[src]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512">[sha512]</a></li> <li><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md">Documents</a> for this release.</li> <li>Windows: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip">[zip]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512">[sha512]</a></li> <li>Linux: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz">[tar]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512">[sha512]</a></li> </ul> <h2 id="500-alpha">5.0.0-alpha</h2> <p>Released at April 3rd, 2018</p> <ul> <li>Source codes: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz">[src]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512">[sha512]</a></li> <li><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md">Documents</a> for this release.</li> <li>Windows: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip">[zip]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512">[sha512]</a></li> <li>Linux: <a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz">[tar]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc">[asc]</a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512">[sha512]</a> <br /></li> </ul> <h1 id="all-changes">All Changes</h1> <p><a href="https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md">Changes</a> document.</p> <hr> <div class="row"> <div class="col-md-6"> <h5 style="display: inline;">Tags:</h5> <button class="btn btn-white btn-xs" type="button">release</button> <button class="btn btn-white btn-xs" type="button">source codes</button> </div> <div class="col-md-6"> <div class="small text-right"> <div> </div> </div> </div> </div> <br> <div class="row"> <div class="col-lg-12"> <!-- donate --> <br> <!-- share --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_button_linkedin"></a> <a class="a2a_button_email"></a> <a class="a2a_button_wechat"></a> <a class="a2a_button_sina_weibo"></a> <a class="a2a_button_pocket"></a> </div> <script> var a2a_config = a2a_config || {}; a2a_config.color_main = "D7E5ED"; a2a_config.color_border = "AECADB"; a2a_config.color_link_text = "333333"; a2a_config.color_link_text_hover = "333333"; </script> <script async src="https://static.addtoany.com/menu/page.js"></script> <br> <!-- comment --> </div> </div> </div> </div> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
+</code></pre></div><br> <h1 id="all-changes">All Changes</h1> <p><a href="https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md" target="_blank" rel="noopener noreferrer">Changes<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> document.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
+    <script src="/assets/js/6.cb71e4c6.js" defer></script><script src="/assets/js/app.2ef205d1.js" defer></script>
+  </body>
+</html>
diff --git a/events/index.html b/events/index.html
new file mode 100644
index 0000000..ea66980
--- /dev/null
+++ b/events/index.html
@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <title>SkyWalking Events |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
+    <meta name="description" content="">
+    
+    
+    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.2ef205d1.js" as="script"><link rel="preload" href="/assets/js/7.cb536fc4.js" as="script"><link rel="prefetch" href="/assets/js/10.63805c0f.js"><link rel="prefetch" href="/assets/js/11.c74c9c2d.js"><link rel="prefetch" href="/assets/js/12.8f35b9ed.js"><link rel="prefetch" href="/assets/js/13.0fa86b92.js"><link rel="prefetch" href="/assets/js/14.7d492527.js"><link rel="prefetch" href="/assets/js/15.bf276cb7.js"><link rel="prefetch" href="/assets/js/16.0d75f3ff.js"><link rel="prefetch" href="/assets/js/2.4792c3f6.js"><link rel="prefetch" href="/assets/js/3.1dbf0cac.js"><link rel="prefetch" href="/assets/js/4.239592f9.js"><link rel="prefetch" href="/assets/js/5.d4bf4756.js"><link rel="prefetch" href="/assets/js/6.cb71e4c6.js"><link rel="prefetch" href="/assets/js/8.1f551c34.js"><link rel="prefetch" href="/assets/js/9.961ff215.js">
+    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
+  </head>
+  <body>
+    <div id="app" data-server-rendered="true"><div class="theme-container"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link router-link-exact-active router-link-active">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/events/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/events/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link router-link-exact-active router-link-active">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/events/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/events/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <ul class="sidebar-links"><li><div class="sidebar-group first"><p class="sidebar-heading open"><span></span> <!----></p> <ul class="sidebar-group-items"><li><a href="/events/" class="active sidebar-link">SkyWalking Events</a><ul class="sidebar-sub-headers"><li class="sidebar-sub-header"><a href="/events/#welcome-yixiong-cao-as-a-new-committer" class="sidebar-link">Welcome Yixiong Cao as a new committer.</a></li><li class="sidebar-sub-header"><a href="/events/#welcome-lang-li-as-a-new-committer" class="sidebar-link">Welcome Lang Li as a new committer.</a></li><li class="sidebar-sub-header"><a href="/events/#welcome-jian-tan-as-a-new-committer" class="sidebar-link">Welcome Jian Tan as a new committer.</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-6-0-0-alpha" class="sidebar-link">Release Apache SkyWalking 6.0.0-alpha</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-ga" class="sidebar-link">Release Apache SkyWalking 5.0.0-GA</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-rc2" class="sidebar-link">Release Apache SkyWalking 5.0.0-RC2</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-beta2" class="sidebar-link">Release Apache SkyWalking 5.0.0-beta2</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-beta" class="sidebar-link">Release Apache SkyWalking 5.0.0-beta</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-apm-5-0-0-alpha" class="sidebar-link">Release Apache SkyWalking APM 5.0.0-alpha</a></li></ul></li></ul></div></li></ul> </div> <div class="page"> <div class="content"><h1 id="skywalking-events">SkyWalking Events</h1> <h2 id="welcome-yixiong-cao-as-a-new-committer">Welcome Yixiong Cao as a new committer.</h2> <h6 id="dec-10th-2018">Dec. 10th, 2018</h6> <p>Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p> <h2 id="welcome-lang-li-as-a-new-committer">Welcome Lang Li as a new committer.</h2> <h6 id="dec-6th-2018">Dec. 6th, 2018</h6> <p>Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p> <h2 id="welcome-jian-tan-as-a-new-committer">Welcome Jian Tan as a new committer.</h2> <h6 id="dec-2rd-2018">Dec. 2rd, 2018</h6> <p>Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p> <h2 id="release-apache-skywalking-6-0-0-alpha">Release Apache SkyWalking 6.0.0-alpha</h2> <h6 id="nov-14th-2018">Nov. 14th, 2018</h6> <p>APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio).
+Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-ga">Release Apache SkyWalking 5.0.0-GA</h2> <h6 id="oct-17th-2018">Oct. 17th, 2018</h6> <p>A stable version of 5.x release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-rc2">Release Apache SkyWalking 5.0.0-RC2</h2> <h6 id="sep-12th-2018">Sep. 12th, 2018</h6> <p>5.0.0-RC2 release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-beta2">Release Apache SkyWalking 5.0.0-beta2</h2> <h6 id="july-11th-2018">July 11th, 2018</h6> <p>5.0.0-beta2 release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-beta">Release Apache SkyWalking 5.0.0-beta</h2> <h6 id="may-23th-2018">May 23th, 2018</h6> <p>5.0.0-beta release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-apm-5-0-0-alpha">Release Apache SkyWalking APM 5.0.0-alpha</h2> <h6 id="april-3rd-2018">April 3rd, 2018</h6> <p>5.0.0-alpha release. Go to <a href="/downloads">downloads</a> page to find release tars.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
+    <script src="/assets/js/7.cb536fc4.js" defer></script><script src="/assets/js/app.2ef205d1.js" defer></script>
+  </body>
+</html>
diff --git a/static/assets/img/favicon.ico b/favicon.ico
similarity index 100%
rename from static/assets/img/favicon.ico
rename to favicon.ico
diff --git a/feed.xml b/feed.xml
deleted file mode 100644
index e5a2840..0000000
--- a/feed.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
-  <channel>
-    <title>Apache SkyWalking™ (incubating)</title>
-    <description>Jack's blog,use Jekyll and github pages.</description>
-    <link>http://skywalking.incubator.apache.org/</link>
-    <atom:link href="http://skywalking.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 14 Nov 2018 23:55:38 +0800</pubDate>
-    <lastBuildDate>Wed, 14 Nov 2018 23:55:38 +0800</lastBuildDate>
-    <generator>Jekyll v3.8.3</generator>
-    
-      <item>
-        <title>Supported middlewares, frameworks and libraries</title>
-        <description>&lt;ul&gt;
-  &lt;li&gt;HTTP Server
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/apache/tomcat&quot;&gt;Tomcat&lt;/a&gt; 7&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/apache/tomcat&quot;&gt;Tomcat&lt;/a&gt; 8&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/apache/tomcat&quot;&gt;Tomcat&lt;/a&gt; 9&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/spring-projects/spring-boot&quot;&gt;Spring Boot&lt;/a&gt; Web 4.x&lt;/li&gt;
-      &lt;li&gt;Spring MVC 3.x, 4.x with servlet 3.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/nutzam/nutz&quot;&gt;Nutz Web Framework&lt;/a&gt;  1.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://struts.apache.org/&quot;&gt;Struts2 MVC&lt;/a&gt;  2.3.x -&amp;gt; 2.5.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://www.caucho.com/resin-4.0/&quot;&gt;Resin&lt;/a&gt; 3 (Optional¹)&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://www.caucho.com/resin-4.0/&quot;&gt;Resin&lt;/a&gt; 4 (Optional¹)&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://www.eclipse.org/jetty/&quot;&gt;Jetty Server&lt;/a&gt; 9&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;HTTP Client
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/OpenFeign/feign&quot;&gt;Feign&lt;/a&gt; 9.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-starter-feign&quot;&gt;Netflix Spring Cloud Feign&lt;/a&gt; 1.1.x, 1.2.x, 1.3.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/square/okhttp&quot;&gt;Okhttp&lt;/a&gt; 3.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://hc.apache.org/&quot;&gt;Apache httpcomponent HttpClient&lt;/a&gt; 4.2, 4.3&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/spring-projects/spring-framework&quot;&gt;Spring RestTemplete&lt;/a&gt; 4.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://www.eclipse.org/jetty/&quot;&gt;Jetty Client&lt;/a&gt; 9&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://hc.apache.org/httpcomponents-asyncclient-dev/&quot;&gt;Apache httpcomponent AsyncClient&lt;/a&gt; 4.x&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;JDBC
-    &lt;ul&gt;
-      &lt;li&gt;Mysql Driver 5.x, 6.x&lt;/li&gt;
-      &lt;li&gt;Oracle Driver (Optional¹)&lt;/li&gt;
-      &lt;li&gt;H2 Driver 1.3.x -&amp;gt; 1.4.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/shardingjdbc/sharding-jdbc&quot;&gt;Sharding-JDBC&lt;/a&gt; 1.5.x&lt;/li&gt;
-      &lt;li&gt;PostgreSQL Driver 8.x, 9.x, 42.x&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;RPC Frameworks
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/alibaba/dubbo&quot;&gt;Dubbo&lt;/a&gt; 2.5.4 -&amp;gt; 2.6.0&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/dangdangdotcom/dubbox&quot;&gt;Dubbox&lt;/a&gt; 2.8.4&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/weibocom/motan&quot;&gt;Motan&lt;/a&gt; 0.2.x -&amp;gt; 1.1.0&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/grpc/grpc-java&quot;&gt;gRPC&lt;/a&gt; 1.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/apache/incubator-servicecomb-java-chassis&quot;&gt;Apache ServiceComb Java Chassis&lt;/a&gt; 0.1 -&amp;gt; 0.5,1.0.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/alipay/sofa-rpc&quot;&gt;SOFARPC&lt;/a&gt; 5.4.0&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;MQ
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/apache/rocketmq&quot;&gt;RocketMQ&lt;/a&gt; 4.x&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://kafka.apache.org&quot;&gt;Kafka&lt;/a&gt; 0.11.0.0 -&amp;gt; 1.0&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/apache/activemq&quot;&gt;ActiveMQ&lt;/a&gt; 5.x&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;NoSQL
-    &lt;ul&gt;
-      &lt;li&gt;Redis
-        &lt;ul&gt;
-          &lt;li&gt;&lt;a href=&quot;https://github.com/xetorthio/jedis&quot;&gt;Jedis&lt;/a&gt; 2.x&lt;/li&gt;
-        &lt;/ul&gt;
-      &lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver&quot;&gt;MongoDB Java Driver&lt;/a&gt; 2.13-2.14,3.3+&lt;/li&gt;
-      &lt;li&gt;Memcached Client
-        &lt;ul&gt;
-          &lt;li&gt;&lt;a href=&quot;https://github.com/couchbase/spymemcached&quot;&gt;Spymemcached&lt;/a&gt; 2.x&lt;/li&gt;
-          &lt;li&gt;&lt;a href=&quot;https://github.com/killme2008/xmemcached&quot;&gt;Xmemcached&lt;/a&gt; 2.x&lt;/li&gt;
-        &lt;/ul&gt;
-      &lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;Service Discovery
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/Netflix/eureka&quot;&gt;Netflix Eureka&lt;/a&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;Spring Ecosystem
-    &lt;ul&gt;
-      &lt;li&gt;Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²)&lt;/li&gt;
-      &lt;li&gt;Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://github.com/Netflix/Hystrix&quot;&gt;Hystrix: Latency and Fault Tolerance for Distributed Systems&lt;/a&gt; 1.4.20 -&amp;gt; 1.5.12&lt;/li&gt;
-  &lt;li&gt;Scheduler
-    &lt;ul&gt;
-      &lt;li&gt;&lt;a href=&quot;https://github.com/elasticjob/elastic-job&quot;&gt;Elastic Job&lt;/a&gt; 2.x&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-  &lt;li&gt;OpenTracing community supported&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;¹Required dependencies for these components must be first manually downloaded before being built, due to license incompatibilities. For this reason these components are not by default included in the SkyWalking releases.&lt;/p&gt;
-
-&lt;p&gt;²These plugins affect the performance or must be used under some conditions, from experiences. So only released in &lt;code class=&quot;highlighter-rouge&quot;&gt;/optional-plugins&lt;/code&gt;, copy to &lt;code class=&quot;highlighter-rouge&quot;&gt;/plugins&lt;/code&gt; in order to make them work.&lt;/p&gt;
-
-&lt;p&gt;&lt;em&gt;Click &lt;a href=&quot;https://github.com/SkywalkingTest/agent-integration-test-report&quot;&gt;here&lt;/a&gt; to see the status of all test cases.&lt;/em&gt;&lt;/p&gt;
-</description>
-        <pubDate>Mon, 06 Aug 2018 00:00:00 +0800</pubDate>
-        <link>http://skywalking.incubator.apache.org/html/2018/08/06/support-list.html</link>
-        <guid isPermaLink="true">http://skywalking.incubator.apache.org/html/2018/08/06/support-list.html</guid>
-        
-        <category>server</category>
-        
-        <category>client</category>
-        
-        
-        <category>HTML</category>
-        
-      </item>
-    
-  </channel>
-</rss>
diff --git a/frame.jpeg b/frame.jpeg
new file mode 100644
index 0000000..4136ed7
Binary files /dev/null and b/frame.jpeg differ
diff --git a/html/2018/08/06/support-list.html b/html/2018/08/06/support-list.html
deleted file mode 100644
index ff1663f..0000000
--- a/html/2018/08/06/support-list.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="" name="description"> <meta name="keywords" content="server,client,library"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Supported middlewares, frameworks and libraries </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <div class="wrapper wrapper-content animated fadeInRight article"> <div class="row"> <div class="col-lg-10 col-lg-offset-1"> <div class="ibox"> <div class="ibox-content"> <div class="pull-right"> <a class="btn btn-white btn-xs" href="/html">HTML</a> </div> <div class="text-center article-title"> <span class="text-muted"><i class="fa fa-clock-o"></i> 6 Aug 2018</span> <h1> Supported middlewares, frameworks and libraries </h1> </div> <ul> <li>HTTP Server <ul> <li><a href="https://github.com/apache/tomcat">Tomcat</a> 7</li> <li><a href="https://github.com/apache/tomcat">Tomcat</a> 8</li> <li><a href="https://github.com/apache/tomcat">Tomcat</a> 9</li> <li><a href="https://github.com/spring-projects/spring-boot">Spring Boot</a> Web 4.x</li> <li>Spring MVC 3.x, 4.x with servlet 3.x</li> <li><a href="https://github.com/nutzam/nutz">Nutz Web Framework</a> 1.x</li> <li><a href="http://struts.apache.org/">Struts2 MVC</a> 2.3.x -&gt; 2.5.x</li> <li><a href="http://www.caucho.com/resin-4.0/">Resin</a> 3 (Optional¹)</li> <li><a href="http://www.caucho.com/resin-4.0/">Resin</a> 4 (Optional¹)</li> <li><a href="http://www.eclipse.org/jetty/">Jetty Server</a> 9</li> </ul> </li> <li>HTTP Client <ul> <li><a href="https://github.com/OpenFeign/feign">Feign</a> 9.x</li> <li><a href="https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-starter-feign">Netflix Spring Cloud Feign</a> 1.1.x, 1.2.x, 1.3.x</li> <li><a href="https://github.com/square/okhttp">Okhttp</a> 3.x</li> <li><a href="http://hc.apache.org/">Apache httpcomponent HttpClient</a> 4.2, 4.3</li> <li><a href="https://github.com/spring-projects/spring-framework">Spring RestTemplete</a> 4.x</li> <li><a href="http://www.eclipse.org/jetty/">Jetty Client</a> 9</li> <li><a href="https://hc.apache.org/httpcomponents-asyncclient-dev/">Apache httpcomponent AsyncClient</a> 4.x</li> </ul> </li> <li>JDBC <ul> <li>Mysql Driver 5.x, 6.x</li> <li>Oracle Driver (Optional¹)</li> <li>H2 Driver 1.3.x -&gt; 1.4.x</li> <li><a href="https://github.com/shardingjdbc/sharding-jdbc">Sharding-JDBC</a> 1.5.x</li> <li>PostgreSQL Driver 8.x, 9.x, 42.x</li> </ul> </li> <li>RPC Frameworks <ul> <li><a href="https://github.com/alibaba/dubbo">Dubbo</a> 2.5.4 -&gt; 2.6.0</li> <li><a href="https://github.com/dangdangdotcom/dubbox">Dubbox</a> 2.8.4</li> <li><a href="https://github.com/weibocom/motan">Motan</a> 0.2.x -&gt; 1.1.0</li> <li><a href="https://github.com/grpc/grpc-java">gRPC</a> 1.x</li> <li><a href="https://github.com/apache/incubator-servicecomb-java-chassis">Apache ServiceComb Java Chassis</a> 0.1 -&gt; 0.5,1.0.x</li> <li><a href="https://github.com/alipay/sofa-rpc">SOFARPC</a> 5.4.0</li> </ul> </li> <li>MQ <ul> <li><a href="https://github.com/apache/rocketmq">RocketMQ</a> 4.x</li> <li><a href="http://kafka.apache.org">Kafka</a> 0.11.0.0 -&gt; 1.0</li> <li><a href="https://github.com/apache/activemq">ActiveMQ</a> 5.x</li> </ul> </li> <li>NoSQL <ul> <li>Redis <ul> <li><a href="https://github.com/xetorthio/jedis">Jedis</a> 2.x</li> </ul> </li> <li><a href="https://github.com/mongodb/mongo-java-driver">MongoDB Java Driver</a> 2.13-2.14,3.3+</li> <li>Memcached Client <ul> <li><a href="https://github.com/couchbase/spymemcached">Spymemcached</a> 2.x</li> <li><a href="https://github.com/killme2008/xmemcached">Xmemcached</a> 2.x</li> </ul> </li> </ul> </li> <li>Service Discovery <ul> <li><a href="https://github.com/Netflix/eureka">Netflix Eureka</a></li> </ul> </li> <li>Spring Ecosystem <ul> <li>Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²)</li> <li>Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x</li> </ul> </li> <li><a href="https://github.com/Netflix/Hystrix">Hystrix: Latency and Fault Tolerance for Distributed Systems</a> 1.4.20 -&gt; 1.5.12</li> <li>Scheduler <ul> <li><a href="https://github.com/elasticjob/elastic-job">Elastic Job</a> 2.x</li> </ul> </li> <li>OpenTracing community supported</li> </ul> <p>¹Required dependencies for these components must be first manually downloaded before being built, due to license incompatibilities. For this reason these components are not by default included in the SkyWalking releases.</p> <p>²These plugins affect the performance or must be used under some conditions, from experiences. So only released in <code class="highlighter-rouge">/optional-plugins</code>, copy to <code class="highlighter-rouge">/plugins</code> in order to make them work.</p> <p><em>Click <a href="https://github.com/SkywalkingTest/agent-integration-test-report">here</a> to see the status of all test cases.</em></p> <hr> <div class="row"> <div class="col-md-6"> <h5 style="display: inline;">Tags:</h5> <button class="btn btn-white btn-xs" type="button">server</button> <button class="btn btn-white btn-xs" type="button">client</button> </div> <div class="col-md-6"> <div class="small text-right"> <div> </div> </div> </div> </div> <br> <div class="row"> <div class="col-lg-12"> <!-- donate --> <br> <!-- share --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_dd" href="https://www.addtoany.com/share"></a> <a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_button_linkedin"></a> <a class="a2a_button_email"></a> <a class="a2a_button_wechat"></a> <a class="a2a_button_sina_weibo"></a> <a class="a2a_button_pocket"></a> </div> <script> var a2a_config = a2a_config || {}; a2a_config.color_main = "D7E5ED"; a2a_config.color_border = "AECADB"; a2a_config.color_link_text = "333333"; a2a_config.color_link_text_hover = "333333"; </script> <script async src="https://static.addtoany.com/menu/page.js"></script> <br> <!-- comment --> </div> </div> </div> </div> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/html/index.html b/html/index.html
deleted file mode 100644
index 7e7dd32..0000000
--- a/html/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|HTML </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <!-- jPages --> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 5, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); }); </script> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>HTML</h1> </div> </div> <div class="wrapper wrapper-content animated fadeInRight blog"> <div class="row"> <ul id="pag-itemContainer" style="list-style:none;"> <li> <div class="col-lg-8 col-lg-offset-2"> <div class="ibox"> <div class="ibox-content"> <a href="/html/2018/08/06/support-list.html" class="btn-link"> <h2>Supported middlewares, frameworks and libraries</h2> </a> <div class="small m-b-xs"> <strong>Apache SkyWalking</strong> <span class="text-muted"><i class="fa fa-clock-o"></i> 6 Aug 2018</span> </div> <p> HTTP Server Tomcat 7 Tomcat 8 Tomcat 9 Spring Boot Web 4.x ... </p> <div class="row"> <div class="col-md-6"> <h5 style="display: inline;">Tags:</h5> <button class="btn btn-white btn-xs">server</button> <button class="btn btn-white btn-xs">client</button> </div> <div class="col-md-6"> <div class="small text-right"> <div> </div> </div> </div> </div> </div> </div> </div> </li> </ul> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/index.html b/index.html
index 6e6bd21..b927f6d 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,63 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="Jack's blog,use Jekyll and github pages." name="description"> <meta name="keywords" content="SkyWalking,skywalking,sky-walking,apm,distributed tracing,istio,zipkin,jaeger,opentracing"> <meta name="author" content="Apache SkyWalking"> <title>Apache SkyWalking™ (incubating)</title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script async defer src="/static/js/github_api.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#page-top" id="i18_title"><span data-i18n="website.title">Apache SkyWalking™ (incubating)</span></a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right" id="i18_navbar"> <li> <a class="page-scroll" href="#about-me "> <span data-i18n="nav.about_me">About</span> </a> </li> <li> <a class="page-scroll" href="#career "> <span data-i18n="nav.career">Events</span> </a> </li> <li> <a class="page-scroll" href="#feature "> <span data-i18n="nav.feature">Features</span> </a> </li> <li> <a class="page-scroll" href="#projects "> <span data-i18n="nav.projects">Projects</span> </a> </li> <li> <a class="page-scroll" href="downloads/ "> <span data-i18n="nav.downloads">Downloads</span> </a> </li> <li> <a class="page-scroll" href="blog/ "> <span data-i18n="nav.blog">Documents</span> </a> </li> <li> <a class="page-scroll" href="team/ "> <span data-i18n="nav.team">Team</span> </a> </li> <li> <a class="page-scroll" href="#links "> <span data-i18n="nav.link">Links</span> </a> </li> </ul> </div> </div> </nav> </div> <div id="inSlider" class="carousel carousel-fade" data-ride="carousel"> <ol class="carousel-indicators"> <!-- <li data-target="#inSlider" data-slide-to="0" class="active"></li> <li data-target="#inSlider" data-slide-to="1"></li> --> </ol> <div class="carousel-inner" role="listbox"> <div class="item active"> <div class="container"> <div class="carousel-caption"> </div> <div class="carousel-image wow zoomIn"> <!-- <img src="static/img/landing/laptop.png" alt="laptop"/> --> </div> </div> <!-- Set background for slide in css --> <div class="header-back" style="background-image: url(/static/assets/img/landing/header.png);" title="SkyWalking"> </div> </div> </div> <!-- <a class="left carousel-control" href="#inSlider" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#inSlider" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> --> </div> <section id="about-me" class="features " style="margin-top: 0;"> <div class="container" id="i18_about_me"> <div class="row m-b-lg"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1><span data-i18n="about_me.about_me">What is SkyWalking?</span></h1> <!-- <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod.</p> --> </div> </div> <div class="row"> <!-- first two icons --> <div class="col-xs-2 wow fadeInLeft"> <div class="team-member"> <div class="vote-icon"> <!-- <i class="fa icon-apache"></i> --> </div> </div> </div> <div class="col-xs-2 wow fadeInLeft"> <div class="team-member"> <div class="vote-icon"> <!-- <i class="fa fa-linux"></i> --> </div> </div> </div> <!-- avatar --> <div class="col-xs-4"> <div class="team-member wow zoomIn"> <img src="/static/assets/img/landing/avatar.jpg" height="110" width="110" class="img-responsive img-circle" alt=""> <h4><span class="navy">Apache SkyWalking (incubating)</span> <br/><br/>Observalibity Analysis Platform / APM<br/> supporting <br/>tracing, metric aggregation and visualization.</h4> <ul class="list-inline social-icon"> <li><a href="https://github.com/apache/incubator-skywalking" target="blank"><i class="fa fa-github"></i></a></li> <li><a href="https://twitter.com/AsfSkyWalking" target="blank"><i class="fa fa-twitter"></i></a></li> <li><a href="mailto:dev-subscibe@skywalking.apache.org"><i class="fa fa-envelope-o"></i></a></li> <li><a href="/feed.xml" target="blank"><i class="fa fa-rss"></i></a></li> </ul> </div> </div> <!-- second two icons --> <div class="col-xs-2 wow fadeInRight"> <div class="team-member"> <div class="vote-icon"> <!-- <i class="fa fa-linux"></i> --> </div> </div> </div> <div class="col-xs-2 wow fadeInRight"> <div class="team-member"> <div class="vote-icon"> <!-- <i class="fa icon-apache"></i> --> </div> </div> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg wow zoomIn"> <p><span data-i18n="about_me.des">APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.</span></p> </div> </div> </div> </section> <section id="career" class="features gray-section timeline" style="margin-top: 0;"> <div class="container" id="i18_career"> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1><span data-i18n="career.my_career">Project Events</span></h1> </div> </div> <div class="row features-block"> <div class="col-lg-12"> <div id="vertical-timeline" class="vertical-container light-timeline center-orientation"> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpRight "> <h2><span data-i18n="career.company_a">Release Apache SkyWalking APM 6</span></h2> <p><span data-i18n="career.company_a_desc">APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio) </span></p> <span class="vertical-date"><span data-i18n="career.company_a_date"> Dec. 2018 </span> <br/> <small><span data-i18n="career.company_a_job">SkyWalking APM, Observalibity Analysis Platform</span></small> </span> </div> </div> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpLeft "> <h2><span data-i18n="career.company_a">Release Apache SkyWalking APM 5</span></h2> <p><span data-i18n="career.company_a_desc">Fully functional APM system. Improve streaming analysis and provide a whole new UI. </span></p> <span class="vertical-date"><span data-i18n="career.company_a_date"> Mar. 2018 </span> <br/> <small><span data-i18n="career.company_a_job">SkyWalking APM</span></small> </span> </div> </div> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpRight "> <h2><span data-i18n="career.company_a">SkyWalking 3 released as an APM.</span></h2> <p><span data-i18n="career.company_a_desc">More data collected, and support streaming analysis and aggregation in Collector. </span></p> <span class="vertical-date"><span data-i18n="career.company_a_date"> May. 2017 </span> <br/> <small><span data-i18n="career.company_a_job">SkyWalking tracer -> SkyWalking APM</span></small> </span> </div> </div> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpLeft "> <h2><span data-i18n="career.company_a">2.0 released</span></h2> <p><span data-i18n="career.company_a_desc">SkyWalking provides formal agent, <br/>as a result, no need to change the target application's source codes.<br/>Also, don't depend on HBase. </span></p> <span class="vertical-date"><span data-i18n="career.company_a_date"> Sep. 2016 </span> <br/> <small><span data-i18n="career.company_a_job">Java agent born.</span></small> </span> </div> </div> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpRight "> <h2><span data-i18n="career.company_a">Embrace CNCF OpenTracing</span></h2> <p><span data-i18n="career.company_a_desc">SkyWalking agent supports OpenTracing Spec 1.0 </span></p> <span class="vertical-date"><span data-i18n="career.company_a_date"> May. 2016 </span> <br/> <small><span data-i18n="career.company_a_job">SkyWalking + OpenTracing</span></small> </span> </div> </div> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpLeft "> <h2><span data-i18n="career.company_a">1.0 released</span></h2> <p><span data-i18n="career.company_a_desc">SkyWalking provides manual instrument SDK and uses HBase Storage.<br/> Just only a distributed tracing system. </span></p> <span class="vertical-date"><span data-i18n="career.company_a_date"> Dec. 2015 </span> <br/> <small><span data-i18n="career.company_a_job">First release.</span></small> </span> </div> </div> <div class="vertical-timeline-block"> <div class="vertical-timeline-icon navy-bg wow rotateIn"> <i class="fa fa-plus-square"></i> </div> <div class="vertical-timeline-content wow rotateInUpRight "> <h2><span data-i18n="career.company_b">Project created</span></h2> <p><span data-i18n="career.company_b_desc">Create and Open SkyWalking project by Sheng Wu 吴晟 </span></p> <span class="vertical-date"><span data-i18n="career.company_b_date"> Sep. 2015 </span> <br/> <small><span data-i18n="career.company_b_job">Story begins</span></small> </span> </div> </div> </div> </div> </div> </div> </section> <section id="feature" class="features " style="margin-top: 0;"> <div class="container" id="i18_feature"> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1><span data-i18n="career.my_feature">Features</span></h1> </div> </div> <div class="row features-block"> <div class="col-lg-12"> <div class="col-sm-3"> <img src="static/assets/img/features/dev.png" alt="Sass and Less support" class="img-responsive"> <h3>Easy is Best.</h3> <p>- Just need JDK and Elasticsearch.<br/> - No need Hadoop, Hbase or Cassandra,<br/> which are good, but hard to deploy and maintain.</p > </div> <div class="col-sm-3"> <img src="static/assets/img/features/stream.png" alt="Responsive across devices" class="img-responsive"> <h3>Fast is Best.</h3> <p>- Analysis models are based on Streaming.<br/> Collector analysis and aggregates data in real time. <br/> - Better for alarm and UI performance.</p> </div> <div class="col-sm-3"> <img src="static/assets/img/features/log.png" alt="Components" class="img-responsive"> <h3>Integration and Bridge mode</h3> <p>- Provide <b>log4j, log4j2, logback</b> plugins for outputing tracing context (e.g. traceid).<br/> Search logs from trace, if you have log-collect system, like ELK.<br/> - @Trace any method. </p > </div> <div class="col-sm-3"> <img src="static/assets/img/features/global.png" alt="Components" class="img-responsive"> <h3>Global and Open</h3> <p>- Working with 3-part agent by SkyWalking Trace Data Protocol.<br/> - Support OpenTracing-java.</p > </div> </div> </div> <div class="row"> <div class="col-lg-12 text-center"> <br/><br/><br/> <h1><span data-i18n="career.my_feature"></span></h1> </div> </div> </div> </section> <section id="projects" class="features gray-section " style="margin-top: 0;"> <div class="container" id="i18_projects"> <div class="row m-b-lg"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1><span data-i18n="projects.my_projects">GitHub Repositories</span></h1> </div> </div> <div class="row"> <div class="col-sm-6 wow fadeInLeft "> <div class="team-member"> <img src="/static/assets/img/landing/sw.png" class="img-responsive img-circle img-small" alt=""> <h4> <a href="https://github.com/apache/incubator-skywalking" target="_blank"><span class="navy">Apache SkyWalking</span></a> </h4> <p><span data-i18n="projects.skywalking">SkyWalking project main repository</span></p> <!-- <div user="apache" repo="incubator-skywalking" class="ghbtn"> <a target="_blank" style="width: 65px;" href="https://github.com/apache/incubator-skywalking/stargazers" class="btn btn-white btn-xs star"><i class="fa fa-star"></i> ...</a>&emsp;&emsp; <a target="_blank" style="width: 65px;" href="https://github.com/apache/incubator-skywalking/network" class="btn btn-white btn-xs fork"><i class="fa fa-code-fork"></i> ...</a> <div style="height: 10px;"></div> </div> --> </div> </div> <div class="col-sm-6 wow fadeInRight "> <div class="team-member"> <img src="/static/assets/img/landing/sw.png" class="img-responsive img-circle img-small" alt=""> <h4> <a href="https://github.com/apache/incubator-skywalking-ui" target="_blank"><span class="navy">Apache SkyWalking UI</span></a> </h4> <p><span data-i18n="projects.skywalking-ui">SkyWalking UI repository</span></p> <!-- <div user="apache" repo="incubator-skywalking-ui" class="ghbtn"> <a target="_blank" style="width: 65px;" href="https://github.com/apache/incubator-skywalking-ui/stargazers" class="btn btn-white btn-xs star"><i class="fa fa-star"></i> ...</a>&emsp;&emsp; <a target="_blank" style="width: 65px;" href="https://github.com/apache/incubator-skywalking-ui/network" class="btn btn-white btn-xs fork"><i class="fa fa-code-fork"></i> ...</a> <div style="height: 10px;"></div> </div> --> </div> </div> </div> </div> <br> </section> <section id="release" class="features " style="margin-top: 0;"> </section> <section id="doc" class="features gray-section " style="margin-top: 0;"> <!-- <div class="container"> <div class="row"> <div class="col-lg-12 text-center wow zoomIn" id="i18_blog"> <div style="height: 80px;"></div> <a class="btn btn-lg btn-default btn-rounded btn-outline wow bounceIn" href="/blog/"><span data-i18n="blog.my_blog">Official Documents</span></a> <div style="height: 80px;"></div> </div> </div> </div> --> </section> <section id="team" class="features " style="margin-top: 0;"> </section> <section id="links" class="features gray-section contact" style="margin-top: 0;"> <div class="container" id="i18_link"> <div class="row m-b-lg"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1><span data-i18n="link.link">Link</span></h1> </div> </div> <div class="row"> <div class="col-sm-4 wow fadeInLeft "> <div class="team-member"> <h4><span class="navy"><a href="http://www.apache.org/" target="blank">Apache Software Foundation</a></span></h4> </div> </div> <div class="col-sm-4 wow zoomIn "> <div class="team-member"> <h4><span class="navy"><a href="https://github.com/apache/incubator-skywalking/issues" target="blank">GitHub Issue Tracker</a></span></h4> </div> </div> <div class="col-sm-4 wow zoomIn "> <div class="team-member"> <h4><span class="navy"><a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="blank">Dev Mailing List</a></span></h4> </div> </div> <div class="col-sm-4 wow fadeInLeft "> <div class="team-member"> <h4><span class="navy"><a href="http://www.apache.org/foundation/sponsorship.html" target="blank">Sponsorship and Donate</a></span></h4> </div> </div> <div class="col-sm-4 wow zoomIn "> <div class="team-member"> <h4><span class="navy"><a href="http://www.apache.org/licenses/" target="blank">License</a></span></h4> </div> </div> <div class="col-sm-4 wow zoomIn "> <div class="team-member"> <h4><span class="navy"><a href="http://www.apache.org/foundation/thanks.html" target="blank">Thanks</a></span></h4> </div> </div> <div class="col-sm-4 wow fadeInLeft "> <div class="team-member"> <h4><span class="navy"><a href="https://www.apache.org/events/current-event.html" target="blank">Apache Events</a></span></h4> </div> </div> <div class="col-sm-4 wow col-sm-offset-4 fadeInRight "> <div class="team-member"> <h4><span class="navy"><a href="http://www.apache.org/security/" target="blank">Security</a></span></h4> </div> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg"> <p id="jalpc_site_pv"> <strong> Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. <br/><br/> Copyright &copy; 2017-2018, The Apache Software Foundation,<br/> Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo<br/> are either registered trademarks or trademarks of the Apache Software Foundation. </strong> </p> </div> </div> </div> </section> <style> iframe { -moz-transform: scale(0.25, 0.25); -webkit-transform: scale(0.25, 0.25); -o-transform: scale(0.25, 0.25); -ms-transform: scale(0.25, 0.25); transform: scale(0.25, 0.25); -moz-transform-origin: top left; -webkit-transform-origin: top left; -o-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; } </style> <!-- <iframe src="https://www.maimemo.com/share/page/?uid=779139&pid=660" style="display: none;"></iframe> --> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
+<!DOCTYPE html>
+<html lang="en-US">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
+    <meta name="description" content="Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.">
+    
+    
+    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.2ef205d1.js" as="script"><link rel="prefetch" href="/assets/js/10.63805c0f.js"><link rel="prefetch" href="/assets/js/11.c74c9c2d.js"><link rel="prefetch" href="/assets/js/12.8f35b9ed.js"><link rel="prefetch" href="/assets/js/13.0fa86b92.js"><link rel="prefetch" href="/assets/js/14.7d492527.js"><link rel="prefetch" href="/assets/js/15.bf276cb7.js"><link rel="prefetch" href="/assets/js/16.0d75f3ff.js"><link rel="prefetch" href="/assets/js/2.4792c3f6.js"><link rel="prefetch" href="/assets/js/3.1dbf0cac.js"><link rel="prefetch" href="/assets/js/4.239592f9.js"><link rel="prefetch" href="/assets/js/5.d4bf4756.js"><link rel="prefetch" href="/assets/js/6.cb71e4c6.js"><link rel="prefetch" href="/assets/js/7.cb536fc4.js"><link rel="prefetch" href="/assets/js/8.1f551c34.js"><link rel="prefetch" href="/assets/js/9.961ff215.js">
+    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
+  </head>
+  <body>
+    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-exact-active router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Latest dev version
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  6.0.0-alpha
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  5.0.0-GA
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Software Foundation
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  GitHub Issue Tracker
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Dev Mailing List
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  License
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Apache Events
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Security
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Sponsorship and Donate
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
+  Thanks
+  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="custom-layout"><div class="home"><div class="wrapper"><div class="avatar"><img src="/circuit-board.svg" width="100%" style="transform:translate3d(0px, 0px, 0px);"> <img src="/circuit-board.svg" width="84%" style="transform:translate3d(100px, -200px, 0px);"> <div class="vertical-middle"><div class="avatar-wrapper"><div class="product-name"><div class="avatar-title">
+                Apache SkyWalking
+                <span class="incubating">Incubating</span></div></div> <p class="avatar-desc">Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.</p> <div class="button-area"><a target="_self" href="https://github.com/apache/incubator-skywalking/tree/master/docs" class="button1">Quick Start</a> <a target="_self" href="https://github.com/apache/incubator-skywalking" class="button2">Github</a></div></div> <div class="moon" style="transform:translate3d(0px, 0px, 0px);"></div></div></div> <div class="home-card"><div class="home-card-about tc"><h1>What is SkyWalking</h1> <p>SkyWalking is Observalibity Analysis Platform and Application Performance Management system.</p><p>Provide distributed tracing, service mesh telemetry analysis, metric aggregation and visualization all-in-one solution.</p> <img src="/frame.jpeg" width="100%" style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px #00000033;"></div> <div class="home-card-feature"><h1 class="tc">Feature List</h1> <table width="100%"><col style="width:50%"> <col style="width:50%"> <tr><td class="home-card-feature-td"><img src="/search.svg" class="home-card-feature-img">Consistent in multiple scenarios. supported telemetry sources from language agents and service mesh.</td> <td class="home-card-feature-td"><img src="/more.svg" class="home-card-feature-img">Multiple language agents, Java, .Net Core and NodJS auto instrument agents.</td></tr> <tr><td class="home-card-feature-td"><img src="/light.svg" class="home-card-feature-img">Light. No big data platform required, even observing the high payload cluster.</td> <td class="home-card-feature-td"><img src="/list.svg" class="home-card-feature-img">Modulization. Have multiple options for UI, storage, cluster managements.</td></tr> <tr><td class="home-card-feature-td"><img src="/alarm.svg" class="home-card-feature-img">Alarm supported.</td> <td class="home-card-feature-td"><img src="/ui.svg" class="home-card-feature-img">Cool visualization solution.</td></tr></table></div> <div class="home-card-news clear"><h1 class="tc">Events &amp; News</h1> <div class="home-card-news-item"><h4 class="mb10 mt0">Welcome Yixiong Cao as a new committer.</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Dec. 10th, 2018</span></div> <p class="mt0">Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">Welcome Lang Li as a new committer.</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Dec. 6th, 2018</span></div> <p class="mt0">Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">Welcome Jian Tan as a new committer.</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Dec. 2rd, 2018</span></div> <p class="mt0">Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">Release Apache SkyWalking APM 6.0.0-alpha</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Nov. 14th, 2018</span></div> <p class="mt0">APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)</p></div></div> <div class="home-card-user tc"><h1>Who is using SkyWalking</h1> <p>Various companies and organizations use SkyWalking for research, production and commercial products. This is SkyWalking's user wall.</p> <img src="/users.png" width="100%" style="margin-top:20px;max-width:900px"></div></div> <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div></div></div> <!----></div></div>
+    <script src="/assets/js/app.2ef205d1.js" defer></script>
+  </body>
+</html>
diff --git a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_open_sans.scssc b/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_open_sans.scssc
deleted file mode 100644
index 8480443..0000000
Binary files a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_open_sans.scssc and /dev/null differ
diff --git a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_pygments.scssc b/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_pygments.scssc
deleted file mode 100644
index 5332f01..0000000
Binary files a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_pygments.scssc and /dev/null differ
diff --git a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_roboto.scssc b/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_roboto.scssc
deleted file mode 100644
index 12529f5..0000000
Binary files a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_roboto.scssc and /dev/null differ
diff --git a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_search.scssc b/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_search.scssc
deleted file mode 100644
index 03b6a4e..0000000
Binary files a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_search.scssc and /dev/null differ
diff --git a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_style.scssc b/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_style.scssc
deleted file mode 100644
index e5536d6..0000000
Binary files a/jekyll-source/.sass-cache/3428606eb54fb1fe03433b34588b84a0bd44c476/_style.scssc and /dev/null differ
diff --git a/jekyll-source/404.html b/jekyll-source/404.html
deleted file mode 100755
index 5cebef6..0000000
--- a/jekyll-source/404.html
+++ /dev/null
@@ -1,32 +0,0 @@
----
-layout: null
-title: 404
-permalink: /404.html
----
-<!DOCTYPE html>
-<html>
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>404 Error</title>
-    <!-- Mainly CSS -->
-    <link href="{{ "/static/assets/app-20171204.min.css" | prepend: site.baseurl }}" rel="stylesheet">
-    <link href="{{ "/static/css/custom.css" | prepend: site.baseurl }}" rel="stylesheet">
-</head>
-<body class="gray-bg">
-    <div class="middle-box text-center animated fadeInDown">
-        <h1>404</h1>
-        <h3 class="font-bold">Page Not Found</h3>
-        <div class="error-desc">
-            <p>
-            Sorry, but the page you are looking for has not been found. Try checking the URL for error, then hit the refresh button on your browser or try found something else in my website.
-            </p>
-            <div>
-                <a class="btn btn-primary" href="{{ "/" | prepend: site.baseurl }}">Home</a>
-            </div>
-        </div>
-    </div>
-    <!-- Mainly scripts -->
-    <script src="{{"/static/assets/app-20171204.min.js"| prepend: site.baseurl }}"></script>
-</body>
-</html>
diff --git a/jekyll-source/CNAME b/jekyll-source/CNAME
deleted file mode 100755
index e69de29..0000000
diff --git a/jekyll-source/LICENSE b/jekyll-source/LICENSE
deleted file mode 100755
index 9551fa2..0000000
--- a/jekyll-source/LICENSE
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (C) 2016 Cory Dolphin, Olin College
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/jekyll-source/_config.yml b/jekyll-source/_config.yml
deleted file mode 100755
index 4c63232..0000000
--- a/jekyll-source/_config.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-# Welcome to Jekyll!
-
-# Website settings
-title: Apache SkyWalking™ (incubating)
-description: Jack's blog,use Jekyll and github pages.
-keywords: SkyWalking,skywalking,sky-walking,apm,distributed tracing,istio,zipkin,jaeger,opentracing
-baseurl:   # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
-url: http://skywalking.incubator.apache.org  # url should be 'http://<github_username>.github.io/homepage' as before
-# url: http://127.0.0.1:4000
-img_path: /Jalpc/static/assets/img/blog  # url should be '/homepage/static/assets/img/blog' as before
-
-# author -- index page "about me" section
-author:  # change following line to your infomation.
-  name: Apache SkyWalking  # Be used at blog posts' author.
-  first_name: Apache SkyWalking (incubating) # Be used at index page about me section.
-  last_name: <br/>Observalibity Analysis Platform / APM<br/> supporting <br/>tracing, metric aggregation and visualization. # Be used at index page about me section.
-  avatar: /static/assets/img/landing/avatar.jpg  # upload your avatar at directory and edit it.
-  github_username: apache/incubator-skywalking  # Leave blank if you don't have now
-  linkedin_id:  # Leave blank if you don't have now
-  facebook_username:   # Leave blank if you don't have now
-  twitter_username: AsfSkyWalking  # Leave blank if you don't have now
-  email: dev-subscibe@skywalking.apache.org # Leave blank if you don't have now
-  cv:   # An online CV can be printed as PDF, leave blank if you don't have now
-  # skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz
-  skill_icon1:
-    - name: icon-apache
-    - name: fa-linux
-  skill_icon2:
-    - name: fa-linux
-    - name: icon-apache
-  desc:  APM (application performance monitor) tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures. # Describe yourself.
-
-# comment
-disqus:  # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
-#  name: jalpc
-
-# analytics
-## google analytics
-ga:  # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line.
-  # id:
-
-## google optimize
-go:
-  # id:
-
-## growingIO
-gio:  # if you wanna this feature, go to https://www.growingio.com/ to get your configuration; if not, comment following line.
-  # id:
-
-## donation
-donation: off  # type 'on'/'off' to choice display donation button at post page or not
-
-## carousels
-index_carousel: on  # index page carousel switch
-blog_carousel: off  # blog page carousel switch
-
-# scss
-sass:
-  style: compressed
-
-# Build settings
-encoding: utf-8
-
-# other settings
-highlighter: rouge
-markdown: kramdown
-kramdown:
-  input: GFM
-  syntax_highlighter: rouge
diff --git a/jekyll-source/_data/blog.yml b/jekyll-source/_data/blog.yml
deleted file mode 100755
index e498f27..0000000
--- a/jekyll-source/_data/blog.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-# blog page sections
-- name: Documents
-  href: /blog/
-
-# edit following lines to custom your blog page, make sure name is the same as href but capitalized first letter(except HTML)
-# - name: Python
-#   href: /python/
-#
-# - name: Linux
-#   href: /linux/
-#
-# - name: HTML
-#   href: /html/
-#
-# - name: Database
-#   href: /database/
-#
-# - name: Mac
-#   href: /mac/
-#
-# - name: Life
-#   href: /life/
-
-# Don't display donation page: change donation to off at file '_config.yml'
-# - name: Donate
-#   href: /donate/
diff --git a/jekyll-source/_data/donation/alipay.yml b/jekyll-source/_data/donation/alipay.yml
deleted file mode 100644
index 9a3753f..0000000
--- a/jekyll-source/_data/donation/alipay.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# alipay png
-- name: alipay.1.jpeg
-
-- name: alipay.5.jpeg
-
-- name: alipay.10.jpeg
-
-- name: alipay.50.jpeg
diff --git a/jekyll-source/_data/donation/donationlist.yml b/jekyll-source/_data/donation/donationlist.yml
deleted file mode 100644
index 1c86651..0000000
--- a/jekyll-source/_data/donation/donationlist.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-# donation list
-
-- name: Christ Maximilian
-  account: i****n@yahoo.de
-  type: eur
-  value: 3.5
-  date: 2017-07-19
-
-- name: Peter Yang
-  account: 40*****12@qq.com
-  type: rmb
-  value: 10
-  date: 2017-04-03
-
-- name: Kun Liu
-  account: 187****6486
-  github:
-  website:
-  type: rmb
-  value: 50
-  date: 2017-02-25
-
-- name: Celine Yu
-  account: 80*****94@qq.com
-  github: YUJING1993
-  website: http://angular.jack003.com
-  type: rmb
-  value: 50
-  date: 2016-11-20
-
-- name: Wenwei Zhou
-  account: 152****2589
-  github: wenwei8268
-  website:
-  type: rmb
-  value: 5
-  date: 2016-12-02
-
-- name: Hongbin Huo
-  account: 136****2534
-  github: HorbieHuo
-  website:
-  type: rmb
-  value: 10
-  date: 2016-12-21
-
-- name: Xiaolong Li
-  account: 186****0489
-  github: flylixiaolong
-  website:
-  type: rmb
-  value: 50
-  date: 2016-01-03
diff --git a/jekyll-source/_data/donation/wechat_pay.yml b/jekyll-source/_data/donation/wechat_pay.yml
deleted file mode 100644
index eeec59c..0000000
--- a/jekyll-source/_data/donation/wechat_pay.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# wechat pay png
-- name: wechat.1.jpeg
-
-- name: wechat.5.jpeg
-
-- name: wechat.10.jpeg
-
-- name: wechat.50.jpeg
diff --git a/jekyll-source/_data/index/banners.yml b/jekyll-source/_data/index/banners.yml
deleted file mode 100644
index 119ff0c..0000000
--- a/jekyll-source/_data/index/banners.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-# carousel banners section
-# Add items for each banner image in the carousel
-#
-# Images are expected to be located in `static/assets/img/`.
-- src: landing/header.png
-  title: SkyWalking
diff --git a/jekyll-source/_data/index/careers.yml b/jekyll-source/_data/index/careers.yml
deleted file mode 100644
index 9f7cfa1..0000000
--- a/jekyll-source/_data/index/careers.yml
+++ /dev/null
@@ -1,99 +0,0 @@
-# careers section data
-# if you don't have language feature(language.yml is empty), ignore "i18n" items
-- name:
-    detail: Release Apache SkyWalking APM 6
-    i18n: company_a
-  desc:
-    detail: APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)
-    i18n: company_a_desc
-  date:
-    detail: Dec. 2018
-    i18n: company_a_date
-  job:
-    detail: SkyWalking APM, Observalibity Analysis Platform
-    i18n: company_a_job
-  icon: fa-plus-square
-
-- name:
-    detail: Release Apache SkyWalking APM 5
-    i18n: company_a
-  desc:
-    detail: Fully functional APM system. Improve streaming analysis and provide a whole new UI.
-    i18n: company_a_desc
-  date:
-    detail: Mar. 2018
-    i18n: company_a_date
-  job:
-    detail: SkyWalking APM
-    i18n: company_a_job
-  icon: fa-plus-square
-
-- name:
-    detail: SkyWalking 3 released as an APM.
-    i18n: company_a
-  desc:
-    detail: More data collected, and support streaming analysis and aggregation in Collector.
-    i18n: company_a_desc
-  date:
-    detail: May. 2017
-    i18n: company_a_date
-  job:
-    detail: SkyWalking tracer -> SkyWalking APM
-    i18n: company_a_job
-  icon: fa-plus-square
-
-- name:
-    detail: 2.0 released
-    i18n: company_a
-  desc:
-    detail: SkyWalking provides formal agent, <br/>as a result, no need to change the target application's source codes.<br/>Also, don't depend on HBase.
-    i18n: company_a_desc
-  date:
-    detail: Sep. 2016
-    i18n: company_a_date
-  job:
-    detail: Java agent born.
-    i18n: company_a_job
-  icon: fa-plus-square
-
-- name:
-    detail: Embrace CNCF OpenTracing
-    i18n: company_a
-  desc:
-    detail: SkyWalking agent supports OpenTracing Spec 1.0
-    i18n: company_a_desc
-  date:
-    detail: May. 2016
-    i18n: company_a_date
-  job:
-    detail: SkyWalking + OpenTracing
-    i18n: company_a_job
-  icon: fa-plus-square
-
-- name:
-    detail: 1.0 released
-    i18n: company_a
-  desc:
-    detail: SkyWalking provides manual instrument SDK and uses HBase Storage.<br/> Just only a distributed tracing system.
-    i18n: company_a_desc
-  date:
-    detail: Dec. 2015
-    i18n: company_a_date
-  job:
-    detail: First release.
-    i18n: company_a_job
-  icon: fa-plus-square
-
-- name:
-    detail: Project created
-    i18n: company_b
-  desc:
-    detail: Create and Open SkyWalking project by Sheng Wu 吴晟
-    i18n: company_b_desc
-  date:
-    detail: Sep. 2015
-    i18n: company_b_date
-  job:
-    detail: Story begins
-    i18n: company_b_job
-  icon: fa-plus-square
diff --git a/jekyll-source/_data/index/language.yml b/jekyll-source/_data/index/language.yml
deleted file mode 100644
index 7140a9d..0000000
--- a/jekyll-source/_data/index/language.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# localization
-# If you want to change flags, find file path at dir '/static/assets/img/flags' and replace following line(en is displayed default)
-#    then edit '/static/locals/*.json' content to your language.
-# If you don't want this feature, just clear this file content then ignore "i18n" in files careers.yml and projects.yml
-# - locale: zh
-  # flag: /static/assets/img/flags/China.png
-
-# - locale: en
-  # flag: /static/assets/img/flags/United-States.png
diff --git a/jekyll-source/_data/index/links.yml b/jekyll-source/_data/index/links.yml
deleted file mode 100644
index c6fa997..0000000
--- a/jekyll-source/_data/index/links.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-# links section data
-- name: Apache Software Foundation
-  website: http://www.apache.org/
-  email:
-
-- name: GitHub Issue Tracker
-  website: https://github.com/apache/incubator-skywalking/issues
-  email:
-
-- name: Dev Mailing List
-  website: https://lists.apache.org/list.html?dev@skywalking.apache.org
-  email:
-
-- name: Sponsorship and Donate
-  website: http://www.apache.org/foundation/sponsorship.html
-  email:
-
-- name: License
-  desc: Apache 2.0
-  website: http://www.apache.org/licenses/
-  email:
-
-- name: Thanks
-  desc: Apache Software Foundation Sponsors
-  website: http://www.apache.org/foundation/thanks.html
-  email:
-
-- name: Apache Events
-  desc: Apache Software Foundation
-  website: https://www.apache.org/events/current-event.html
-  email:
-
-- name: Security
-  website: http://www.apache.org/security/
diff --git a/jekyll-source/_data/index/projects.yml b/jekyll-source/_data/index/projects.yml
deleted file mode 100644
index f5fb5eb..0000000
--- a/jekyll-source/_data/index/projects.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# projects section data
-# If you don't have language feature(language.yml is empty), ignore "i18n" items
-# Suggest projects' img be located at '/static/assets/img/landing', and edit following img items.
-- name: Apache SkyWalking
-  i18n: skywalking
-  gh_user: apache
-  repo: incubator-skywalking
-  img: /static/assets/img/landing/sw.png
-  desc: SkyWalking project main repository
-
-- name: Apache SkyWalking UI
-  i18n: skywalking-ui
-  gh_user: apache
-  repo: incubator-skywalking-ui
-  img: /static/assets/img/landing/sw.png
-  desc: SkyWalking UI repository 
diff --git a/jekyll-source/_data/index/skills.yml b/jekyll-source/_data/index/skills.yml
deleted file mode 100644
index 2050f65..0000000
--- a/jekyll-source/_data/index/skills.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-# skills section data
-
-label: Ability
-id : cs
-aspects: GitHub, Motivation, HTML5, ReactJS, Machine Learing, Python, Sleeping
-percentage: 100, 35, 65, 80, 70, 90, 50
diff --git a/jekyll-source/_data/landing.yml b/jekyll-source/_data/landing.yml
deleted file mode 100644
index 9c33f58..0000000
--- a/jekyll-source/_data/landing.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-# index page sections
-# custom following lines to edit your index page
-- id: about-me
-  i18n: nav.about_me
-  name: About
-  tpl: about.html
-  css:
-
-- id: career
-  i18n: nav.career
-  name: Events
-  tpl: career.html
-  css: timeline
-
-# - id: skills
-#   i18n: nav.skills
-#   name: Skills
-#   tpl: skills.html
-#   css: team
-- id: feature
-  i18n: nav.feature
-  name: Features
-  tpl: feature.html
-  css:
-
-- id: projects
-  i18n: nav.projects
-  name: Projects
-  tpl: projects.html
-  css:
-
-- id: release
-  i18n: nav.downloads
-  name: Downloads
-  tpl: release.html
-  page: downloads/
-  css:
-
-- id: doc
-  i18n: nav.blog
-  name: Documents
-  tpl: blog.html
-  page: blog/
-  css:
-
-- id: team
-  i18n: nav.team
-  name: Team
-  tpl: team.html
-  page: team/
-  css:
-
-- id: links
-  i18n: nav.link
-  name: Links
-  tpl: links.html
-  css: contact
diff --git a/jekyll-source/_includes/analytics.html b/jekyll-source/_includes/analytics.html
deleted file mode 100644
index c3b3db6..0000000
--- a/jekyll-source/_includes/analytics.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- Google analytics -->
-{% if site.ga %}
-  <script>
-    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-    })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
-    ga('create', '{{ site.ga.id }}', 'auto');
-    ga('require', '{{ site.go.id }}');
-    ga('send', 'pageview');
-
-  </script>
-{% endif %}
-
-<!-- GrowingIO -->
-{% if site.gio %}
-  <script>
-    var _vds = _vds || [];
-    window._vds = _vds;
-    (function(){
-      _vds.push(['setAccountId', '{{ site.gio.id }}']);
-      (function() {
-        var vds = document.createElement('script');
-        vds.type='text/javascript';
-        vds.async = true;
-        vds.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'dn-growing.qbox.me/vds.js';
-        var s = document.getElementsByTagName('script')[0];
-        s.parentNode.insertBefore(vds, s);
-      })();
-    })();
-  </script>
-{% endif %}
diff --git a/jekyll-source/_includes/blog_header.html b/jekyll-source/_includes/blog_header.html
deleted file mode 100755
index 5a2f9e9..0000000
--- a/jekyll-source/_includes/blog_header.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<div class="search-tool"
-      style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right:  0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;">
-    <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog">
-
-    <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;">
-        <img src="{{ "/static/assets/img/search/cb-close.png" | prepend: site.baseurl }}" id="close-btn"/>
-    </div>
-</div>
-
-<div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;">
-    <img src="{{ "/static/assets/img/search/cb-search.png" | prepend : site.baseurl }}"  id="search-btn"  title="Double click Ctrl"/>
-</div>
-
-<div class="navbar-wrapper">
-    <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
-        <div class="container">
-            <div class="navbar-header page-scroll">
-                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
-                    <span class="sr-only">Toggle navigation</span>
-                    <span class="icon-bar"></span>
-                    <span class="icon-bar"></span>
-                    <span class="icon-bar"></span>
-                </button>
-                <a class="navbar-brand" href="{{ "/" | prepend: site.baseurl }}">{{ site.title }}</a>
-            </div>
-            <div id="navbar" class="navbar-collapse collapse">
-                <ul class="nav navbar-nav navbar-right">
-                    <li><a class="page-scroll" href="{{ "blog/" | prepend: site.baseurl }}">{{ site.index.home }}</a></li>
-                    {% for tag in site.data.blog %}
-                        {% if tag.name != 'Donate' or site.donation %}
-                        {% if page.title == tag.name %}
-                        <li class="active">
-                        {% else %}
-                        <li>
-                        {% endif %}
-                        <a class="page-scroll" href="{{ tag.href | prepend: site.baseurl }}">{{ tag.name }}</a></li>
-                        {% endif %}
-                    {% endfor %}
-                </ul>
-            </div>
-        </div>
-    </nav>
-</div>
-{% if site.blog_carousel %}
-{% include carousel.html %}
-{% endif %}
diff --git a/jekyll-source/_includes/carousel.html b/jekyll-source/_includes/carousel.html
deleted file mode 100644
index b78eb8b..0000000
--- a/jekyll-source/_includes/carousel.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<div id="inSlider" class="carousel carousel-fade" data-ride="carousel">
-    <ol class="carousel-indicators">
-      <!--
-        <li data-target="#inSlider" data-slide-to="0" class="active"></li>
-        <li data-target="#inSlider" data-slide-to="1"></li>
-      -->
-    </ol>
-    <div class="carousel-inner" role="listbox">
-
-        <div class="item active">
-            <div class="container">
-                <div class="carousel-caption">
-                </div>
-                <div class="carousel-image wow zoomIn">
-                    <!-- <img src="static/img/landing/laptop.png" alt="laptop"/> -->
-                </div>
-            </div>
-            <!-- Set background for slide in css -->
-            <div
-            class="header-back"
-            style="background-image: url({{ '/static/assets/img/' | prepend: site.baseurl }}{{ site.data.index.banners[0].src }});"
-            title="{{ site.data.index.banners[0].title }}">
-            </div>
-        </div>
-
-        {% for banner in site.data.index.banners offset:1 %}
-        <div class="item">
-            <div class="container">
-                <div class="carousel-caption">
-                </div>
-                <div class="carousel-image wow zoomIn">
-                    <!-- <img src="static/img/landing/laptop.png" alt="laptop"/> -->
-                </div>
-            </div>
-            <!-- Set background for slide in css -->
-            <div class="header-back" style="background-image: url({{ "/static/assets/img/"  | prepend: site.baseurl }}{{ banner.src }});" title="{{ banner.title }}"></div>
-        </div>
-        {% endfor %}
-
-    </div>
-    <!--
-    <a class="left carousel-control" href="#inSlider" role="button" data-slide="prev">
-        <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
-        <span class="sr-only">Previous</span>
-    </a>
-    <a class="right carousel-control" href="#inSlider" role="button" data-slide="next">
-        <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
-        <span class="sr-only">Next</span>
-    </a>
-    -->
-</div>
diff --git a/jekyll-source/_includes/category.html b/jekyll-source/_includes/category.html
deleted file mode 100644
index f79a2fd..0000000
--- a/jekyll-source/_includes/category.html
+++ /dev/null
@@ -1,70 +0,0 @@
-<!-- jPages -->
-<script type="text/javascript">
-$(function(){
-  /* initiate the plugin */
-  $("div.pag-holder").jPages({
-      containerID  : "pag-itemContainer",
-      perPage      : 5,  /* num of items per page */
-      startPage    : 1,
-      startRange   : 1,
-      midRange     : 3,
-      endRange     : 1
-  });
-});
-</script>
-
-<div class="row">
-    <div class="col-lg-12 text-center">
-        <div class="navy-line"></div>
-        {% assign category = page.url | remove:'/' | capitalize %}
-        {% if category == 'Html' %}
-        {% assign category = category | upcase %}
-        {% endif %}
-        <h1>{{ category }}</h1>
-    </div>
-</div>
-<div class="wrapper wrapper-content  animated fadeInRight blog">
-    <div class="row">
-        <ul id="pag-itemContainer" style="list-style:none;">
-            {% assign counter = 0 %}
-            {% for post in site.categories[category] %}
-            {% assign counter = counter | plus: 1 %}
-            <li>
-                <div class="col-lg-8 col-lg-offset-2">
-                    <div class="ibox">
-                        <div class="ibox-content">
-                            <a href="{{ post.url | prepend: site.baseurl }}" class="btn-link">
-                                <h2>{{ post.title }}</h2>
-                            </a>
-                            <div class="small m-b-xs">
-                                <strong>{{ site.author.name }}</strong> <span class="text-muted"><i class="fa fa-clock-o"></i> {{ post.date | date: "%-d %b %Y" }}</span>
-                            </div>
-                            <p>
-                                {{ post.content | strip_html | truncate:100 }}
-                            </p>
-                            <div class="row">
-                                <div class="col-md-6">
-                                    <h5 style="display: inline;">Tags:</h5>
-                                    {% for tag in post.tags %}
-                                    <button class="btn btn-white btn-xs">{{ tag }}</button>
-                                    {% endfor %}
-                                </div>
-                                <div class="col-md-6">
-                                    <div class="small text-right">
-                                        <div>
-                                            {% if site.disqus %}
-                                            <i class="fa fa-comments-o"> </i> <span class="disqus-comment-count" data-disqus-url="{{ site.url }}{{ post.url }}">0</span> comments
-                                            {% endif %}
-                                        </div>
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-            </li>
-            {% endfor %}
-        </ul>
-        {% include pagination.html %}
-    </div>
-</div>
diff --git a/jekyll-source/_includes/comments.html b/jekyll-source/_includes/comments.html
deleted file mode 100755
index e69151e..0000000
--- a/jekyll-source/_includes/comments.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% if site.disqus %}
-<div id="disqus_thread"></div>
-<script>
-/** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
-	/*
-	var disqus_config = function () { this.page.url = PAGE_URL;
-	// Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER;
-	// Replace PAGE_IDENTIFIER with your page's unique identifier variable };
-	*/
-	(function() {
-		var d = document, s = d.createElement('script');
-		s.src = '//{{ site.disqus.name }}.disqus.com/embed.js';
-		s.setAttribute('data-timestamp', +new Date());
-		(d.head || d.body).appendChild(s);
-	})();
-</script>
-<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
-{% endif %}
diff --git a/jekyll-source/_includes/donate.html b/jekyll-source/_includes/donate.html
deleted file mode 100755
index e6a8876..0000000
--- a/jekyll-source/_includes/donate.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="text-center">
-<a class="btn btn-warning  dim btn-large-dim btn-outline" href="{{ "/donate/" | prepend: site.baseurl }}"><i class="fa fa-smile-o"></i></a>
-</div>
diff --git a/jekyll-source/_includes/foot.html b/jekyll-source/_includes/foot.html
deleted file mode 100755
index 5765936..0000000
--- a/jekyll-source/_includes/foot.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% include analytics.html %}
-
-{% if site.disqus %}
-<script id="dsq-count-scr" src="https://{{ site.disqus.name }}.disqus.com/count.js" async></script>
-{% endif %}
diff --git a/jekyll-source/_includes/head.html b/jekyll-source/_includes/head.html
deleted file mode 100755
index 20565f8..0000000
--- a/jekyll-source/_includes/head.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-  {% if page.desc %}
-    <meta content="{{ page.desc }}" name="description">
-  {% endif %}
-  {% if page.keywords %}
-    <meta name="keywords" content="{{ page.keywords }}">
-  {% endif %}
-  <meta name="author" content="{{ site.author.name }}">
-  <meta name="baseurl" content="{{ site.baseurl }}">
-
-  <title>
-    {% if page.title != "index" %}
-        {{ site.title }}|{{ page.title }}
-    {% else %}
-        {{ site.title }}
-    {% endif %}
-  </title>
-  <!-- favicon -->
-  <link rel="shortcut icon" href="{{ "/static/assets/img/favicon.ico" | prepend: site.baseurl }}">
-
-  <!-- Main CSS -->
-  <link href="{{ "/static/assets/app-20171204.min.css" | prepend: site.baseurl }}" rel="stylesheet">
-  <link href="{{ "/static/css/custom.css" | prepend: site.baseurl }}" rel="stylesheet">
-
-  <!-- Main Scripts -->
-  <script src="{{"/static/assets/app-20171204.min.js"| prepend: site.baseurl }}"></script>
-  <script src="{{"/static/assets/blog-20171204.min.js"| prepend: site.baseurl }}"></script>
-
-</head>
diff --git a/jekyll-source/_includes/index_foot.html b/jekyll-source/_includes/index_foot.html
deleted file mode 100755
index df796bb..0000000
--- a/jekyll-source/_includes/index_foot.html
+++ /dev/null
@@ -1 +0,0 @@
-{% include analytics.html %}
diff --git a/jekyll-source/_includes/index_head.html b/jekyll-source/_includes/index_head.html
deleted file mode 100755
index 603bfe2..0000000
--- a/jekyll-source/_includes/index_head.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-
-  <meta content="{{ site.description }}" name="description">
-  <meta name="keywords" content="{{ site.keywords }}">
-  <meta name="author" content="{{ site.author.name }}">
-  <title>{{ site.title }}</title>
-  <!-- favicon -->
-  <link rel="shortcut icon" href="{{ "/static/assets/img/favicon.ico" | prepend: site.baseurl }}">
-
-  <!-- Main CSS -->
-  <link href="{{ "/static/assets/app-20171204.min.css" | prepend: site.baseurl }}" rel="stylesheet">
-  <link href="{{ "/static/css/custom.css" | prepend: site.baseurl }}" rel="stylesheet">
-
-  <!-- Main scripts -->
-  <script src="{{ "/static/assets/app-20171204.min.js" | prepend: site.baseurl }}"></script>
-  {% if site.data.index.projects %}
-  <script async defer src="{{ "/static/js/github_api.min.js" | prepend: site.baseurl }}"></script>
-  {% endif %}
-  {% if site.data.index.language %}
-  <script src="{{"/static/assets/i18-20171204.min.js"| prepend: site.baseurl }}"></script>
-  {% endif %}
-</head>
diff --git a/jekyll-source/_includes/pagination.html b/jekyll-source/_includes/pagination.html
deleted file mode 100755
index 60342be..0000000
--- a/jekyll-source/_includes/pagination.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% if counter > 5 %}
-    <div class="col-lg-6 col-lg-offset-6">
-		<div class="pag-holder"></div>
-	</div>
-{% endif %}
-{% if counter == 0 %}
-    <div class="col-lg-8 col-lg-offset-2">
-		<p>Sorry,no blog!</p>
-    </div>
-{% endif %}
diff --git a/jekyll-source/_includes/sections/about.html b/jekyll-source/_includes/sections/about.html
deleted file mode 100755
index e5a4f14..0000000
--- a/jekyll-source/_includes/sections/about.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<div class="container" id="i18_about_me">
-    <div class="row m-b-lg">
-        <div class="col-lg-12 text-center">
-            <div class="navy-line"></div>
-            <h1><span data-i18n="about_me.about_me">What is SkyWalking?</span></h1>
-            <!-- <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod.</p> -->
-        </div>
-    </div>
-    <div class="row">
-        <!-- first two icons -->
-        {% for icon in site.author.skill_icon1 %}
-        <div class="col-xs-2 wow fadeInLeft">
-            <div class="team-member">
-                <div class="vote-icon">
-                  <!--
-                    <i class="fa {{ icon.name }}"></i>
-                  -->
-                </div>
-            </div>
-        </div>
-        {% endfor %}
-        <!-- avatar -->
-        <div class="col-xs-4">
-            <div class="team-member wow zoomIn">
-                <img src="{{ site.author.avatar | prepend: site.baseurl }}" height="110" width="110" class="img-responsive img-circle" alt="">
-                <h4><span class="navy">{{ site.author.first_name }}</span> <br/>{{ site.author.last_name }}</h4>
-                <ul class="list-inline social-icon">
-                    {% if site.author.github_username %}
-                    <li><a href="https://github.com/{{ site.author.github_username }}" target="blank"><i class="fa fa-github"></i></a></li>
-                    {% endif %}
-                    {% if site.author.linkedin_id %}
-                    <li><a href="https://www.linkedin.com/in/{{ site.author.linkedin_id }}" target="blank"><i class="fa fa-linkedin"></i></a></li>
-                    {% endif %}
-                    {% if site.author.facebook_username %}
-                    <li><a href="https://www.facebook.com/{{ site.author.facebook_username }}" target="blank"><i class="fa fa-facebook"></i></a></li>
-                    {% endif %}
-                    {% if site.author.twitter_username %}
-                    <li><a href="https://twitter.com/{{ site.author.twitter_username }}" target="blank"><i class="fa fa-twitter"></i></a></li>
-                    {% endif %}
-                    {% if site.author.email %}
-                    <li><a href="mailto:{{ site.author.email }}"><i class="fa fa-envelope-o"></i></a></li>
-                    {% endif %}
-                    <li><a href="{{ site.baseurl }}/feed.xml" target="blank"><i class="fa fa-rss"></i></a></li>
-                    {% if site.author.cv %}
-                    <li><a href="{{ site.author.cv }}" target="blank"><i class="fa fa-file-pdf-o"></i></a></li>
-                    {% endif %}
-                </ul>
-            </div>
-        </div>
-        <!-- second two icons -->
-        {% for icon in site.author.skill_icon2 %}
-        <div class="col-xs-2 wow fadeInRight">
-            <div class="team-member">
-                <div class="vote-icon">
-                  <!--
-                    <i class="fa {{ icon.name }}"></i>
-                  -->
-                </div>
-            </div>
-        </div>
-        {% endfor %}
-    </div>
-    <div class="row">
-        <div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg wow zoomIn">
-            <p><span data-i18n="about_me.des">{{ site.author.desc }}</span></p>
-        </div>
-    </div>
-</div>
diff --git a/jekyll-source/_includes/sections/blog.html b/jekyll-source/_includes/sections/blog.html
deleted file mode 100755
index fa43cb5..0000000
--- a/jekyll-source/_includes/sections/blog.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- <div class="container">
-    <div class="row">
-        <div class="col-lg-12 text-center wow zoomIn" id="i18_blog">
-            <div style="height: 80px;"></div>
-            <a class="btn btn-lg btn-default btn-rounded btn-outline wow bounceIn" href="{{ "/blog/" | prepend: site.baseurl }}"><span data-i18n="blog.my_blog">Official Documents</span></a>
-            <div style="height: 80px;"></div>
-        </div>
-    </div>
-</div> -->
diff --git a/jekyll-source/_includes/sections/career.html b/jekyll-source/_includes/sections/career.html
deleted file mode 100755
index 07b1a84..0000000
--- a/jekyll-source/_includes/sections/career.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<div class="container" id="i18_career">
-    <div class="row">
-        <div class="col-lg-12 text-center">
-            <div class="navy-line"></div>
-            <h1><span data-i18n="career.my_career">Project Events</span></h1>
-        </div>
-    </div>
-    <div class="row features-block">
-        <div class="col-lg-12">
-            <div id="vertical-timeline" class="vertical-container light-timeline center-orientation">
-            {% for career in site.data.index.careers %}
-            {% assign loopindex = forloop.index | modulo: 2 %}
-                <div class="vertical-timeline-block">
-                    <div class="vertical-timeline-icon navy-bg wow rotateIn">
-                        <i class="fa {{ career.icon }}"></i>
-                    </div>
-                    <div class="vertical-timeline-content wow {% if loopindex == 1 %} rotateInUpRight {% else %} rotateInUpLeft {% endif %}">
-                        <h2><span data-i18n="career.{{ career.name.i18n }}">{{ career.name.detail }}</span></h2>
-                        <p><span data-i18n="career.{{ career.desc.i18n }}">{{ career.desc.detail }} </span></p>
-                        <span class="vertical-date"><span data-i18n="career.{{ career.date.i18n }}"> {{ career.date.detail }} </span>
-                        <br/> <small><span data-i18n="career.{{ career.job.i18n }}">{{ career.job.detail }}</span></small> </span>
-                    </div>
-                </div>
-            {% endfor %}
-            </div>
-        </div>
-    </div>
-</div>
diff --git a/jekyll-source/_includes/sections/feature.html b/jekyll-source/_includes/sections/feature.html
deleted file mode 100644
index 146bb9b..0000000
--- a/jekyll-source/_includes/sections/feature.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<div class="container" id="i18_feature">
-    <div class="row">
-        <div class="col-lg-12 text-center">
-            <div class="navy-line"></div>
-            <h1><span data-i18n="career.my_feature">Features</span></h1>
-        </div>
-    </div>
-    <div class="row features-block">
-      <div class="col-lg-12">
-        <div class="col-sm-3">
-          <img src="static/assets/img/features/dev.png" alt="Sass and Less support" class="img-responsive">
-          <h3>Easy is Best.</h3>
-          <p>- Just need JDK and Elasticsearch.<br/>
-             - No need Hadoop, Hbase or Cassandra,<br/>
-              which are good, but hard to deploy and maintain.</p >
-        </div>
-        <div class="col-sm-3">
-          <img src="static/assets/img/features/stream.png" alt="Responsive across devices" class="img-responsive">
-          <h3>Fast is Best.</h3>
-            <p>- Analysis models are based on Streaming.<br/>
-              Collector analysis and aggregates data in real time. <br/>
-              - Better for alarm and UI performance.</p>
-        </div>
-        <div class="col-sm-3">
-          <img src="static/assets/img/features/log.png" alt="Components" class="img-responsive">
-          <h3>Integration and Bridge mode</h3>
-          <p>- Provide <b>log4j, log4j2, logback</b> plugins for outputing tracing context (e.g. traceid).<br/>
-Search logs from trace, if you have log-collect system, like ELK.<br/>
-             - @Trace any method.
-          </p >
-        </div>
-        <div class="col-sm-3">
-          <img src="static/assets/img/features/global.png" alt="Components" class="img-responsive">
-          <h3>Global and Open</h3>
-          <p>- Working with 3-part agent by SkyWalking Trace Data Protocol.<br/>
-             - Support OpenTracing-java.</p >
-        </div>
-      </div>
-    </div>
-    <div class="row">
-        <div class="col-lg-12 text-center">
-            <br/><br/><br/>
-            <h1><span data-i18n="career.my_feature"></span></h1>
-        </div>
-    </div>
-</div>
diff --git a/jekyll-source/_includes/sections/links.html b/jekyll-source/_includes/sections/links.html
deleted file mode 100755
index ef1400b..0000000
--- a/jekyll-source/_includes/sections/links.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<div class="container" id="i18_link">
-    <div class="row m-b-lg">
-        <div class="col-lg-12 text-center">
-            <div class="navy-line"></div>
-            <h1><span data-i18n="link.link">Link</span></h1>
-        </div>
-    </div>
-    <div class="row">
-    {% for link in site.data.index.links %}
-        {% assign loopindex = forloop.index | modulo: 3 %}
-        {% if forloop.last %}
-            {% if forloop.last == forloop.first %}
-        <div class="col-sm-4 col-sm-offset-4 wow zoomIn">
-                {% else %}
-        <div class="col-sm-4 wow {% if loopindex != 0 %} col-sm-offset-4 fadeInRight {% else %} zoomIn {% endif %}">
-            {% endif %}
-        {% else %}
-        <div class="col-sm-4 wow {% if loopindex == 1 %} fadeInLeft {% else if loopindex == 2 %} zoomIn {% else %} fadeInRight {% endif %}">
-        {% endif %}
-        <div class="team-member">
-            <h4><span class="navy"><a href="{{ link.website }}" target="blank">{{ link.name }}</a></span></h4>
-        </div>
-        </div>
-    {% endfor %}
-    </div>
-    <div class="row">
-        <div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg">
-            <p id="jalpc_site_pv">
-              <strong>
-                Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator.
-Incubation is required of all newly accepted projects until a further review indicates
-that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the completeness or stability of the code,
-it does indicate that the project has yet to be fully endorsed by the ASF.
-                <br/><br/>
-                Copyright &copy; 2017-2018, The Apache Software Foundation,<br/>
-Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo<br/>
-                are either registered trademarks or trademarks of the Apache Software Foundation.
-              </strong>
-            </p>
-        </div>
-    </div>
-</div>
diff --git a/jekyll-source/_includes/sections/projects.html b/jekyll-source/_includes/sections/projects.html
deleted file mode 100755
index 3e059ef..0000000
--- a/jekyll-source/_includes/sections/projects.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<div class="container" id="i18_projects">
-    <div class="row m-b-lg">
-        <div class="col-lg-12 text-center">
-            <div class="navy-line"></div>
-            <h1><span data-i18n="projects.my_projects">GitHub Repositories</span></h1>
-        </div>
-    </div>
-    <div class="row">
-        {% for project in site.data.index.projects %}
-            {% assign loopindex = forloop.index | modulo: 2 %}
-            {% if forloop.last %}
-                {% if forloop.last == forloop.first %}
-            <div class="col-sm-6 wow col-sm-offset-3 zoomIn">
-                {% else %}
-            <div class="col-sm-6 wow {% if loopindex == 1 %} fadeInLeft col-sm-offset-3 {% else %} fadeInRight {% endif %}">
-                {% endif %}
-            {% else %}
-            <div class="col-sm-6 wow {% if loopindex == 1 %} fadeInLeft {% else %} fadeInRight {% endif %}">
-            {% endif %}
-              <div class="team-member">
-                  <img src="{{ project.img | prepend: site.baseurl }}" class="img-responsive img-circle img-small" alt="">
-                  <h4>
-                  {% if project.url %}
-                  <a href="{{ project.url }}" target="_blank"><span class="navy">{{ project.name }}</span></a>
-                  {% elsif project.repo %}
-                  <a href="https://github.com/{{ project.gh_user }}/{{ project.repo }}" target="_blank"><span class="navy">{{ project.name }}</span></a>
-                  {% else %}
-                  <span class="navy">{{ project.name }}</span>
-                  {% endif %}
-                  </h4>
-                  <p><span data-i18n="projects.{{ project.i18n }}">{{ project.desc }}</span></p>
-                  {% if project.repo %}
-                  <!--
-                  <div user="{{ project.gh_user }}" repo="{{ project.repo }}" class="ghbtn">
-                      <a target="_blank" style="width: 65px;" href="https://github.com/{{ project.gh_user }}/{{ project.repo }}/stargazers" class="btn btn-white btn-xs star"><i class="fa fa-star"></i> ...</a>&emsp;&emsp;
-                      <a target="_blank" style="width: 65px;" href="https://github.com/{{ project.gh_user }}/{{ project.repo }}/network" class="btn btn-white btn-xs fork"><i class="fa fa-code-fork"></i> ...</a>
-                      <div style="height: 10px;"></div>
-                  </div>
-                -->
-                  {% endif %}
-              </div>
-          </div>
-      {% endfor %}
-    </div>
-</div>
-<br>
diff --git a/jekyll-source/_includes/sections/release.html b/jekyll-source/_includes/sections/release.html
deleted file mode 100644
index e69de29..0000000
diff --git a/jekyll-source/_includes/sections/skills.html b/jekyll-source/_includes/sections/skills.html
deleted file mode 100755
index 021fbc1..0000000
--- a/jekyll-source/_includes/sections/skills.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<div class="container">
-    <div class="row">
-        <div class="col-lg-12 text-center" id="i18_skills">
-            <div class="navy-line"></div>
-            <h1><span data-i18n="skills.my_skills">My Skills</span></h1>
-        </div>
-    </div>
-    <div class="row features-block">
-        <div class="wow zoomIn col-lg-6 col-lg-offset-3">
-            <canvas id="{{ site.data.index.skills.id }}" height="500" width="500"></canvas>
-        </div>
-        <div class="col-lg-1"></div>
-        <script>
-        var ctx = document.getElementById("{{ site.data.index.skills.id }}");
-        var data = {
-            labels: "{{ site.data.index.skills.aspects }}".split(","),
-            datasets: [{
-                label: "{{ site.data.index.skills.label }}",
-                backgroundColor: "rgba(179,181,198,0.2)",
-                borderColor: "#3385FF",
-                pointBackgroundColor: "#3385FF",
-                pointBorderColor: "#fff",
-                pointHoverBackgroundColor: "#3385FF",
-                pointHoverBorderColor: "#3385FF",
-                data: [{{ site.data.index.skills.percentage }}]
-                }]
-        };
-        var myRadarChart = new Chart(ctx, {
-            type: 'radar',
-            data: data,
-            options: {
-                scale: {
-                    responsive: true,
-                    ticks: {min: 0, max: 100},
-                    lineArc: false,
-                    pointLabels: {fontSize: 14},
-                },
-                legend: {display: false},
-            }
-        });
-        </script>
-    </div>
-</div>
diff --git a/jekyll-source/_includes/sections/team.html b/jekyll-source/_includes/sections/team.html
deleted file mode 100644
index e69de29..0000000
diff --git a/jekyll-source/_includes/share.html b/jekyll-source/_includes/share.html
deleted file mode 100755
index 0369a6c..0000000
--- a/jekyll-source/_includes/share.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
-<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
-<a class="a2a_button_facebook"></a>
-<a class="a2a_button_twitter"></a>
-<a class="a2a_button_google_plus"></a>
-<a class="a2a_button_linkedin"></a>
-<a class="a2a_button_email"></a>
-<a class="a2a_button_wechat"></a>
-<a class="a2a_button_sina_weibo"></a>
-<a class="a2a_button_pocket"></a>
-</div>
-<script>
-var a2a_config = a2a_config || {};
-a2a_config.color_main = "D7E5ED";
-a2a_config.color_border = "AECADB";
-a2a_config.color_link_text = "333333";
-a2a_config.color_link_text_hover = "333333";
-</script>
-<script async src="https://static.addtoany.com/menu/page.js"></script>
diff --git a/jekyll-source/_layouts/blog.html b/jekyll-source/_layouts/blog.html
deleted file mode 100755
index 2318723..0000000
--- a/jekyll-source/_layouts/blog.html
+++ /dev/null
@@ -1,4 +0,0 @@
----
-layout: default
----
-    {{ content }}
diff --git a/jekyll-source/_layouts/compress.html b/jekyll-source/_layouts/compress.html
deleted file mode 100644
index 8248010..0000000
--- a/jekyll-source/_layouts/compress.html
+++ /dev/null
@@ -1,10 +0,0 @@
----
-# Jekyll layout that compresses HTML
-# v3.0.2
-# http://jch.penibelst.de/
-# © 2014–2015 Anatol Broder
-# MIT License
----
-
-{% capture _LINE_FEED %}
-{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
diff --git a/jekyll-source/_layouts/default.html b/jekyll-source/_layouts/default.html
deleted file mode 100644
index ac98baf..0000000
--- a/jekyll-source/_layouts/default.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: compress
----
-
-<!DOCTYPE html>
-<html lang="en">
-
-    {% if page.title != 'index' %}
-        {% include head.html %}
-    {% else %}
-        {% include index_head.html %}
-    {% endif %}
-
-<body id="page-top" class="landing-page">
-
-    {% if page.title != 'index' %}
-        {% include blog_header.html %}
-    {% endif %}
-
-    {{ content }}
-
-    {% if page.title != 'index' %}
-        {% include foot.html %}
-    {% else %}
-        {% include index_foot.html %}
-    {% endif %}
-
-</body>
-</html>
diff --git a/jekyll-source/_layouts/post.html b/jekyll-source/_layouts/post.html
deleted file mode 100755
index d615baf..0000000
--- a/jekyll-source/_layouts/post.html
+++ /dev/null
@@ -1,60 +0,0 @@
----
-layout: default
----
-
-<div class="wrapper wrapper-content  animated fadeInRight article">
-    <div class="row">
-        <div class="col-lg-10 col-lg-offset-1">
-            <div class="ibox">
-                <div class="ibox-content">
-                    <div class="pull-right">
-                    	{% for category in page.categories %}
-                        	<a class="btn btn-white btn-xs" href="{{ category | downcase | prepend: '/' | prepend: site.baseurl }}">{{ category }}</a>
-                        {% endfor %}
-                    </div>
-                    <div class="text-center article-title">
-                    <span class="text-muted"><i class="fa fa-clock-o"></i> {{ page.date | date: "%-d %b %Y" }}</span>
-                        <h1>
-                            {{ page.title }}
-                        </h1>
-                    </div>
-                    	{{ content }}
-                    <hr>
-                    <div class="row">
-                        <div class="col-md-6">
-                                <h5 style="display: inline;">Tags:</h5>
-                                {% for tag in page.tags %}
-                                    <button class="btn btn-white btn-xs" type="button">{{ tag }}</button>
-                                {% endfor %}
-                        </div>
-                        <div class="col-md-6">
-                            <div class="small text-right">
-                                <div>
-                                {% if site.disqus %}
-                                <i class="fa fa-comments-o"> </i> <span class="disqus-comment-count" data-disqus-url="{{ site.url }}{{ page.url }}">0</span> comments
-                                {% endif %}
-                                </div>
-                            </div>
-                        </div>
-                    </div>
-                    <br>
-                    <div class="row">
-                        <div class="col-lg-12">
-                            <!-- donate -->
-                            {% if site.donation %}
-                            {% include donate.html %}
-                            {% endif %}
-                            <br>
-                            <!-- share -->
-                            {% include share.html %}
-                            <br>
-                            <!-- comment -->
-                            {% include comments.html %}
-                        </div>
-                    </div>
-                </div>
-            </div>
-        </div>
-    </div>
-
-</div>
diff --git a/jekyll-source/_posts/2012-12-20-support-list.md b/jekyll-source/_posts/2012-12-20-support-list.md
deleted file mode 100644
index 18ebe39..0000000
--- a/jekyll-source/_posts/2012-12-20-support-list.md
+++ /dev/null
@@ -1,70 +0,0 @@
----
-layout: post
-title:  "Supported middlewares, frameworks and libraries"
-date:   2018-08-06
-desc: ""
-keywords: "server,client,library"
-categories: [HTML]
-tags: [server,client,]
-icon: icon-html
----
-
-* HTTP Server
-  * [Tomcat](https://github.com/apache/tomcat) 7
-  * [Tomcat](https://github.com/apache/tomcat) 8
-  * [Tomcat](https://github.com/apache/tomcat) 9
-  * [Spring Boot](https://github.com/spring-projects/spring-boot) Web 4.x
-  * Spring MVC 3.x, 4.x with servlet 3.x
-  * [Nutz Web Framework](https://github.com/nutzam/nutz)  1.x
-  * [Struts2 MVC](http://struts.apache.org/)  2.3.x -> 2.5.x
-  * [Resin](http://www.caucho.com/resin-4.0/) 3 (Optional¹)
-  * [Resin](http://www.caucho.com/resin-4.0/) 4 (Optional¹)
-  * [Jetty Server](http://www.eclipse.org/jetty/) 9
-* HTTP Client
-  * [Feign](https://github.com/OpenFeign/feign) 9.x
-  * [Netflix Spring Cloud Feign](https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-starter-feign) 1.1.x, 1.2.x, 1.3.x
-  * [Okhttp](https://github.com/square/okhttp) 3.x
-  * [Apache httpcomponent HttpClient](http://hc.apache.org/) 4.2, 4.3
-  * [Spring RestTemplete](https://github.com/spring-projects/spring-framework) 4.x
-  * [Jetty Client](http://www.eclipse.org/jetty/) 9
-  * [Apache httpcomponent AsyncClient](https://hc.apache.org/httpcomponents-asyncclient-dev/) 4.x
-* JDBC
-  * Mysql Driver 5.x, 6.x
-  * Oracle Driver (Optional¹)
-  * H2 Driver 1.3.x -> 1.4.x
-  * [Sharding-JDBC](https://github.com/shardingjdbc/sharding-jdbc) 1.5.x
-  * PostgreSQL Driver 8.x, 9.x, 42.x
-* RPC Frameworks
-  * [Dubbo](https://github.com/alibaba/dubbo) 2.5.4 -> 2.6.0
-  * [Dubbox](https://github.com/dangdangdotcom/dubbox) 2.8.4
-  * [Motan](https://github.com/weibocom/motan) 0.2.x -> 1.1.0
-  * [gRPC](https://github.com/grpc/grpc-java) 1.x
-  * [Apache ServiceComb Java Chassis](https://github.com/apache/incubator-servicecomb-java-chassis) 0.1 -> 0.5,1.0.x
-  * [SOFARPC](https://github.com/alipay/sofa-rpc) 5.4.0
-* MQ
-  * [RocketMQ](https://github.com/apache/rocketmq) 4.x
-  * [Kafka](http://kafka.apache.org) 0.11.0.0 -> 1.0
-  * [ActiveMQ](https://github.com/apache/activemq) 5.x
-* NoSQL
-  * Redis
-    * [Jedis](https://github.com/xetorthio/jedis) 2.x
-  * [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14,3.3+
-  * Memcached Client
-    * [Spymemcached](https://github.com/couchbase/spymemcached) 2.x
-    * [Xmemcached](https://github.com/killme2008/xmemcached) 2.x
-* Service Discovery
-  * [Netflix Eureka](https://github.com/Netflix/eureka)
-* Spring Ecosystem
-  * Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²)
-  * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x
-* [Hystrix: Latency and Fault Tolerance for Distributed Systems](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12
-* Scheduler
-  * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x
-* OpenTracing community supported
-
-¹Required dependencies for these components must be first manually downloaded before being built, due to license incompatibilities. For this reason these components are not by default included in the SkyWalking releases.
-
-²These plugins affect the performance or must be used under some conditions, from experiences. So only released in `/optional-plugins`, copy to `/plugins` in order to make them work.
-
-
-_Click [here](https://github.com/SkywalkingTest/agent-integration-test-report) to see the status of all test cases._
diff --git a/jekyll-source/_sass/_open_sans.scss b/jekyll-source/_sass/_open_sans.scss
deleted file mode 100644
index f6bd053..0000000
--- a/jekyll-source/_sass/_open_sans.scss
+++ /dev/null
@@ -1,250 +0,0 @@
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTQ7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 600;
-  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Open Sans';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
diff --git a/jekyll-source/_sass/_pygments.scss b/jekyll-source/_sass/_pygments.scss
deleted file mode 100644
index bc7af7a..0000000
--- a/jekyll-source/_sass/_pygments.scss
+++ /dev/null
@@ -1,125 +0,0 @@
-.highlight {
-  .hll {
-    background-color: #49483e;
-  }
-  background: #272822;
-  color: #f8f8f2;
-  .c {
-    color: #75715e;
-  }
-  .err {
-    color: #960050;
-    background-color: #1e0010;
-  }
-  .k {
-    color: #66d9ef;
-  }
-  .l {
-    color: #ae81ff;
-  }
-  .n {
-    color: #f8f8f2;
-  }
-  .o {
-    color: #f92672;
-  }
-  .p {
-    color: #f8f8f2;
-  }
-  .ch, .cm, .cp, .cpf, .c1, .cs {
-    color: #75715e;
-  }
-  .gd {
-    color: #f92672;
-  }
-  .ge {
-    font-style: italic;
-  }
-  .gi {
-    color: #a6e22e;
-  }
-  .gs {
-    font-weight: bold;
-  }
-  .gu {
-    color: #75715e;
-  }
-  .kc, .kd {
-    color: #66d9ef;
-  }
-  .kn {
-    color: #f92672;
-  }
-  .kp, .kr, .kt {
-    color: #66d9ef;
-  }
-  .ld {
-    color: #e6db74;
-  }
-  .m {
-    color: #ae81ff;
-  }
-  .s {
-    color: #e6db74;
-  }
-  .na {
-    color: #a6e22e;
-  }
-  .nb {
-    color: #f8f8f2;
-  }
-  .nc {
-    color: #a6e22e;
-  }
-  .no {
-    color: #66d9ef;
-  }
-  .nd {
-    color: #a6e22e;
-  }
-  .ni {
-    color: #f8f8f2;
-  }
-  .ne, .nf {
-    color: #a6e22e;
-  }
-  .nl, .nn {
-    color: #f8f8f2;
-  }
-  .nx {
-    color: #a6e22e;
-  }
-  .py {
-    color: #f8f8f2;
-  }
-  .nt {
-    color: #f92672;
-  }
-  .nv {
-    color: #f8f8f2;
-  }
-  .ow {
-    color: #f92672;
-  }
-  .w {
-    color: #f8f8f2;
-  }
-  .mb, .mf, .mh, .mi, .mo {
-    color: #ae81ff;
-  }
-  .sb, .sc, .sd, .s2 {
-    color: #e6db74;
-  }
-  .se {
-    color: #ae81ff;
-  }
-  .sh, .si, .sx, .sr, .s1, .ss {
-    color: #e6db74;
-  }
-  .bp, .vc, .vg, .vi {
-    color: #f8f8f2;
-  }
-  .il {
-    color: #ae81ff;
-  }
-}
diff --git a/jekyll-source/_sass/_roboto.scss b/jekyll-source/_sass/_roboto.scss
deleted file mode 100644
index 6805762..0000000
--- a/jekyll-source/_sass/_roboto.scss
+++ /dev/null
@@ -1,250 +0,0 @@
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 300;
-  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 400;
-  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 500;
-  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+1F00-1FFF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0370-03FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
-  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
-}
-
-
-@font-face {
-  font-family: 'Roboto';
-  font-style: normal;
-  font-weight: 700;
-  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");
-  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
-}
diff --git a/jekyll-source/_sass/_search.scss b/jekyll-source/_sass/_search.scss
deleted file mode 100644
index f648b5c..0000000
--- a/jekyll-source/_sass/_search.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-@media screen and (min-width: 768px) {
-  .dropdown-menu {
-    float: none;
-    font-size: 20px;
-    width: 70%;
-    margin: 0 15%;
-  }
-  .search-tool ul {
-    width: 70%;
-    white-space: nowrap;
-    overflow: hidden;
-    text-overflow: ellipsis;
-  }
-  .search-content {
-    width: 70%;
-    margin: 0 15%;
-    position: absolute;
-    top: 13%;
-    left: auto;
-    right: auto;
-    font-size: 22px;
-    height: 50px;
-    background-color: #eee;
-    color: black;
-    opacity: 1.0;
-  }
-}
-
-@media screen and (max-width: 767px) {
-  .dropdown-menu {
-    float: none;
-    font-size: 20px;
-    width: 96%;
-    margin: 0 2%;
-  }
-  .search-tool ul {
-    width: 96%;
-    white-space: nowrap;
-    overflow: hidden;
-    text-overflow: ellipsis;
-  }
-  .search-content {
-    width: 96%;
-    margin: 0 2%;
-    position: absolute;
-    top: 10%;
-    left: auto;
-    right: auto;
-    font-size: 22px;
-    height: 50px;
-    background-color: #eee;
-    color: black;
-    opacity: 1.0;
-  }
-}
diff --git a/jekyll-source/_sass/_style.scss b/jekyll-source/_sass/_style.scss
deleted file mode 100644
index d6622c2..0000000
--- a/jekyll-source/_sass/_style.scss
+++ /dev/null
@@ -1,2812 +0,0 @@
-.landing-page .carousel-caption {
-  h1, p {
-    text-transform: uppercase;
-  }
-}
-
-button.dim {
-  text-transform: uppercase;
-}
-
-h1, h2, h3, h4, h5, h6 {
-  font-weight: 100;
-}
-
-h1 {
-  font-size: 30px;
-}
-
-h2 {
-  font-size: 24px;
-}
-
-h3 {
-  font-size: 16px;
-}
-
-h4 {
-  font-size: 14px;
-}
-
-h5 {
-  font-size: 12px;
-}
-
-h6 {
-  font-size: 10px;
-}
-
-h3, h4, h5 {
-  margin-top: 5px;
-  font-weight: 600;
-}
-
-.nav {
-  > li > a {
-    color: #a7b1c2;
-    font-weight: 600;
-    padding: 14px 20px 14px 25px;
-  }
-  &.navbar-right > li > a {
-    color: #999c9e;
-  }
-  > li.active > a {
-    color: #fff;
-  }
-}
-
-.navbar-default .nav > li > a {
-  &:focus, &:hover {
-    background-color: #293846;
-    color: #fff;
-  }
-}
-
-.nav.navbar-top-links > li > a {
-  &:focus, &:hover {
-    background-color: transparent;
-  }
-}
-
-.navbar-default {
-  background-color: transparent;
-}
-
-.nav > li > a i {
-  margin-right: 6px;
-}
-
-.navbar {
-  border: 0;
-}
-
-.navbar-default {
-  border-color: #2f4050;
-}
-
-.navbar-top-links li {
-  display: inline-block;
-  &:last-child {
-    margin-right: 40px;
-  }
-}
-
-.body-small .navbar-top-links li:last-child {
-  margin-right: 0;
-}
-
-.navbar-top-links li a {
-  padding: 20px 10px;
-  min-height: 50px;
-}
-
-.dd-item > button, code {
-  white-space: nowrap;
-}
-
-.nav-header {
-  padding: 33px 25px;
-  background: url(patterns/header-profile.png) no-repeat;
-}
-
-.nav > li.active {
-  border-left: 4px solid #3385FF;
-  background: #293846;
-}
-
-.nav-header {
-  a {
-    color: #DFE4ED;
-  }
-  .text-muted {
-    color: #8095a8;
-  }
-}
-
-.navbar-form-custom {
-  float: left;
-  height: 50px;
-  padding: 0;
-  width: 200px;
-  display: inline-table;
-}
-
-.nav.navbar-top-links a {
-  font-size: 14px;
-}
-
-.navbar-form-custom .form-control {
-  background: rgba(0, 0, 0, 0);
-  border: none;
-  font-size: 14px;
-  height: 60px;
-  margin: 0;
-  z-index: 2000;
-}
-
-.count-info .label {
-  line-height: 12px;
-  padding: 2px 5px;
-  position: absolute;
-  right: 6px;
-  top: 12px;
-}
-
-.navbar-default .landing_link a {
-  background: #3385FF;
-  color: #fff;
-  &:hover {
-    background: #3385FF !important;
-    color: #fff;
-  }
-  span.label {
-    background: #fff;
-    color: #3385FF;
-  }
-}
-
-.navbar-fixed-top {
-  transition-duration: .4s;
-  border-bottom: 1px solid #e7eaec !important;
-  z-index: 2030;
-  background: #f3f3f4;
-}
-
-.navbar-static-top {
-  background: #f3f3f4;
-}
-
-.fixed-nav #wrapper {
-  margin-top: 0;
-}
-
-body {
-  &.fixed-nav #wrapper #page-wrapper {
-    margin-top: 60px;
-  }
-  &.top-navigation.fixed-nav #wrapper #page-wrapper {
-    margin-top: 0;
-  }
-  &.fixed-nav.fixed-nav-basic {
-    .navbar-fixed-top {
-      left: 220px;
-    }
-    &.body-small .navbar-fixed-top {
-      left: 0;
-    }
-  }
-}
-
-.body-small .navbar-fixed-top {
-  margin-left: 0;
-}
-
-body.canvas-menu .nav-header {
-  padding: 33px 25px;
-}
-
-.top-navigation #page-wrapper {
-  margin-left: 0;
-}
-
-.white-bg {
-  .navbar-fixed-top, .navbar-static-top {
-    background: #fff;
-  }
-}
-
-.top-navigation {
-  .navbar {
-    margin-bottom: 0;
-  }
-  .nav > li {
-    > a {
-      padding: 15px 20px;
-      color: #676a6c;
-    }
-    a {
-      &:focus, &:hover {
-        background: #fff;
-        color: #3385FF;
-      }
-    }
-    &.active {
-      background: #fff;
-      border: none;
-      > a {
-        color: #3385FF;
-      }
-    }
-  }
-  .navbar-right {
-    margin-right: 10px;
-  }
-}
-
-.btn-default {
-  &.active, &:active {
-    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
-  }
-}
-
-.btn-white {
-  &.active, &:active {
-    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
-  }
-}
-
-.top-navigation .navbar-brand {
-  background: #3385FF;
-  color: #fff;
-  padding: 15px 25px;
-}
-
-.btn-info {
-  &.active, &:active {
-    background-image: none;
-  }
-}
-
-.btn-primary {
-  &.active, &:active {
-    background-image: none;
-  }
-}
-
-.btn-success {
-  &.active, &:active {
-    background-image: none;
-  }
-}
-
-.top-navigation .navbar-top-links li:last-child {
-  margin-right: 0;
-}
-
-.canvas-menu #page-wrapper {
-  margin: 0;
-}
-
-.fixed-nav #wrapper.top-navigation {
-  margin-top: 50px;
-}
-
-.top-navigation {
-  &.fixed-nav #wrapper {
-    margin-top: 50px;
-  }
-  .wrapper.wrapper-content {
-    padding: 40px;
-  }
-}
-
-.body-small .top-navigation .wrapper.wrapper-content, .top-navigation.body-small .wrapper.wrapper-content {
-  padding: 40px 0;
-}
-
-.navbar-toggle {
-  background-color: #3385FF;
-  color: #fff;
-  padding: 6px 12px;
-  font-size: 14px;
-}
-
-@media (max-width: 768px) {
-  .top-navigation .navbar-header {
-    display: block;
-    float: none;
-  }
-}
-
-.menu-visible-lg, .menu-visible-md {
-  display: none !important;
-}
-
-@media (min-width: 1200px) {
-  .menu-visible-lg {
-    display: block !important;
-  }
-}
-
-@media (min-width: 992px) {
-  .menu-visible-md {
-    display: block !important;
-  }
-}
-
-@media (max-width: 767px) {
-  .menu-visible-lg, .menu-visible-md {
-    display: block !important;
-  }
-}
-
-button.dim {
-  display: inline-block;
-}
-
-.btn {
-  border-radius: 3px;
-}
-
-.btn-primary.btn-outline {
-  color: #3385FF;
-}
-
-.btn-success.btn-outline {
-  color: #1c84c6;
-}
-
-.btn-info.btn-outline {
-  color: #23c6c8;
-}
-
-.btn-warning.btn-outline {
-  color: #f8ac59;
-}
-
-.btn-info.btn-outline:hover, .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-warning.btn-outline:hover {
-  color: #fff;
-}
-
-.btn-primary {
-  background-color: #3385FF;
-  border-color: #3385FF;
-  color: #FFF;
-  &.active {
-    background-color: #0073B1;
-    border-color: #0073B1;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #0073B1;
-      border-color: #0073B1;
-      color: #FFF;
-    }
-  }
-  &:active {
-    background-color: #0073B1;
-    border-color: #0073B1;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #0073B1;
-      border-color: #0073B1;
-      color: #FFF;
-    }
-  }
-  &:focus, &:hover {
-    background-color: #0073B1;
-    border-color: #0073B1;
-    color: #FFF;
-  }
-  &.active[disabled] {
-    background-color: #0073B1;
-    border-color: #0073B1;
-  }
-  &[disabled] {
-    background-color: #0073B1;
-    border-color: #0073B1;
-    &:active, &:focus, &:hover {
-      background-color: #0073B1;
-      border-color: #0073B1;
-    }
-  }
-}
-
-.btn-success {
-  background-color: #1c84c6;
-  border-color: #1c84c6;
-  color: #FFF;
-  &.active {
-    background-color: #1a7bb9;
-    border-color: #1a7bb9;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #1a7bb9;
-      border-color: #1a7bb9;
-      color: #FFF;
-    }
-  }
-  &:active {
-    background-color: #1a7bb9;
-    border-color: #1a7bb9;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #1a7bb9;
-      border-color: #1a7bb9;
-      color: #FFF;
-    }
-  }
-  &:focus, &:hover {
-    background-color: #1a7bb9;
-    border-color: #1a7bb9;
-    color: #FFF;
-  }
-  &.active[disabled] {
-    background-color: #1f90d8;
-    border-color: #1f90d8;
-  }
-  &[disabled] {
-    background-color: #1f90d8;
-    border-color: #1f90d8;
-    &:active, &:focus, &:hover {
-      background-color: #1f90d8;
-      border-color: #1f90d8;
-    }
-  }
-}
-
-.btn-info {
-  background-color: #23c6c8;
-  border-color: #23c6c8;
-  color: #FFF;
-  &.active {
-    background-color: #21b9bb;
-    border-color: #21b9bb;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #21b9bb;
-      border-color: #21b9bb;
-      color: #FFF;
-    }
-  }
-  &:active {
-    background-color: #21b9bb;
-    border-color: #21b9bb;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #21b9bb;
-      border-color: #21b9bb;
-      color: #FFF;
-    }
-  }
-  &:focus, &:hover {
-    background-color: #21b9bb;
-    border-color: #21b9bb;
-    color: #FFF;
-  }
-  &.active[disabled] {
-    background-color: #26d7d9;
-    border-color: #26d7d9;
-  }
-  &[disabled] {
-    background-color: #26d7d9;
-    border-color: #26d7d9;
-    &:active, &:focus, &:hover {
-      background-color: #26d7d9;
-      border-color: #26d7d9;
-    }
-  }
-}
-
-.btn-default {
-  color: inherit;
-  background: #fff;
-  border: 1px solid #e7eaec;
-}
-
-.btn-link {
-  &.active, &:active {
-    background-image: none;
-  }
-}
-
-.btn-warning {
-  &.active, &:active {
-    background-image: none;
-  }
-}
-
-.btn-default {
-  &.active {
-    color: inherit;
-    border: 1px solid #d2d2d2;
-    &:focus, &:hover {
-      color: inherit;
-      border: 1px solid #d2d2d2;
-    }
-  }
-  &:active {
-    color: inherit;
-    border: 1px solid #d2d2d2;
-    &:focus, &:hover {
-      color: inherit;
-      border: 1px solid #d2d2d2;
-    }
-  }
-  &:focus, &:hover {
-    color: inherit;
-    border: 1px solid #d2d2d2;
-  }
-  &.active[disabled] {
-    color: #cacaca;
-  }
-  &[disabled] {
-    color: #cacaca;
-    &:active, &:focus, &:hover {
-      color: #cacaca;
-    }
-  }
-}
-
-.btn-warning {
-  background-color: #f8ac59;
-  border-color: #f8ac59;
-  color: #FFF;
-  &.active {
-    background-color: #f7a54a;
-    border-color: #f7a54a;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #f7a54a;
-      border-color: #f7a54a;
-      color: #FFF;
-    }
-  }
-  &:active {
-    background-color: #f7a54a;
-    border-color: #f7a54a;
-    color: #FFF;
-    &:focus, &:hover {
-      background-color: #f7a54a;
-      border-color: #f7a54a;
-      color: #FFF;
-    }
-  }
-  &:focus, &:hover {
-    background-color: #f7a54a;
-    border-color: #f7a54a;
-    color: #FFF;
-  }
-  &.active[disabled] {
-    background-color: #f9b66d;
-    border-color: #f9b66d;
-  }
-  &[disabled] {
-    background-color: #f9b66d;
-    border-color: #f9b66d;
-    &:active, &:focus, &:hover {
-      background-color: #f9b66d;
-      border-color: #f9b66d;
-    }
-  }
-}
-
-.btn-link {
-  color: inherit;
-  &.active, &:active, &:focus, &:hover {
-    color: #3385FF;
-    text-decoration: none;
-  }
-  &.active[disabled] {
-    color: #cacaca;
-  }
-  &[disabled] {
-    color: #cacaca;
-    &:active, &:focus, &:hover {
-      color: #cacaca;
-    }
-  }
-}
-
-.btn-white {
-  color: inherit;
-  background: #fff;
-  border: 1px solid #e7eaec;
-  &.active {
-    color: inherit;
-    border: 1px solid #d2d2d2;
-    &:focus, &:hover {
-      color: inherit;
-      border: 1px solid #d2d2d2;
-    }
-  }
-  &:active {
-    color: inherit;
-    border: 1px solid #d2d2d2;
-    &:focus, &:hover {
-      color: inherit;
-      border: 1px solid #d2d2d2;
-    }
-  }
-  &:focus, &:hover {
-    color: inherit;
-    border: 1px solid #d2d2d2;
-  }
-  &.active, &:active {
-    background-image: none;
-  }
-  &.active[disabled] {
-    color: #cacaca;
-  }
-  &[disabled] {
-    color: #cacaca;
-    &:active, &:focus, &:hover {
-      color: #cacaca;
-    }
-  }
-}
-
-.form-control {
-  box-shadow: none;
-  &:focus {
-    box-shadow: none;
-  }
-}
-
-.has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form {
-  box-shadow: none;
-}
-
-.navbar-form-custom .form-control {
-  &:focus, &:hover {
-    box-shadow: none;
-  }
-}
-
-.panel {
-  box-shadow: none;
-}
-
-.btn-outline {
-  color: inherit;
-  background-color: transparent;
-  transition: all .5s;
-}
-
-.btn-rounded {
-  border-radius: 50px;
-}
-
-.btn-large-dim {
-  width: 90px;
-  height: 90px;
-  font-size: 42px;
-}
-
-button {
-  &.dim {
-    text-decoration: none;
-    text-align: center;
-    padding-top: 6px;
-    margin-right: 10px;
-    position: relative;
-    cursor: pointer;
-    border-radius: 5px;
-    font-weight: 600;
-    margin-bottom: 20px !important;
-    &:active {
-      top: 3px;
-    }
-  }
-  &.btn-primary.dim {
-    box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999;
-    &:active {
-      box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999;
-    }
-  }
-  &.btn-default.dim {
-    box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999;
-    &:active {
-      box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999;
-    }
-  }
-  &.btn-warning.dim {
-    box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999;
-    &:active {
-      box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999;
-    }
-  }
-  &.btn-info.dim {
-    box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999;
-    &:active {
-      box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999;
-    }
-  }
-  &.btn-success.dim {
-    box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999;
-    &:active {
-      box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999;
-    }
-  }
-  &.dim:before {
-    font-size: 50px;
-    line-height: 1em;
-    font-weight: 400;
-    color: #fff;
-    display: block;
-    padding-top: 10px;
-  }
-}
-
-.label {
-  background-color: #d1dade;
-  color: #5e5e5e;
-  font-family: 'Open Sans';
-  text-shadow: none;
-  font-weight: 600;
-}
-
-button.dim:active:before {
-  top: 7px;
-  font-size: 50px;
-}
-
-.btn:focus {
-  outline: 0 !important;
-}
-
-.label {
-  font-size: 10px;
-  padding: 3px 8px;
-}
-
-.label-primary {
-  background-color: #3385FF;
-  color: #FFF;
-}
-
-.label-success {
-  background-color: #1c84c6;
-  color: #FFF;
-}
-
-.label-warning {
-  background-color: #f8ac59;
-  color: #FFF;
-}
-
-.label-warning-light {
-  background-color: #f8ac59;
-  color: #fff;
-}
-
-.label-info {
-  background-color: #23c6c8;
-  color: #FFF;
-}
-
-.label-white {
-  background-color: #FFF;
-  color: #5E5E5E;
-  background-color: #2A2E36;
-  color: #8B91A0;
-}
-
-.h-150 {
-  min-height: 150px;
-}
-
-.h-200 {
-  min-height: 200px;
-}
-
-.img-circle {
-  border-radius: 50%;
-}
-
-.btn-circle {
-  width: 30px;
-  height: 30px;
-  padding: 6px 0;
-  border-radius: 15px;
-  text-align: center;
-  font-size: 12px;
-  line-height: 1.428571429;
-  &.btn-lg {
-    width: 50px;
-    height: 50px;
-    padding: 10px 16px;
-    border-radius: 25px;
-    font-size: 18px;
-    line-height: 1.33;
-  }
-}
-
-.vertical-align {
-  div {
-    display: inline-block;
-    vertical-align: middle;
-  }
-  h2, h3 {
-    margin: 0;
-  }
-}
-
-.glyphicon.fa {
-  font-family: FontAwesome;
-}
-
-.inline {
-  display: inline-block !important;
-}
-
-.input-s-sm {
-  width: 120px;
-}
-
-.input-s {
-  width: 200px;
-}
-
-.input-s-lg {
-  width: 250px;
-}
-
-.form-control {
-  background-color: #FFF;
-  background-image: none;
-  border: 1px solid #e5e6e7;
-  border-radius: 1px;
-  color: inherit;
-  display: block;
-  padding: 6px 12px;
-  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
-  font-size: 14px;
-  &:focus {
-    border-color: #3385FF !important;
-  }
-}
-
-.has-success .form-control {
-  border-color: #3385FF;
-}
-
-.has-warning .form-control {
-  border-color: #f8ac59;
-}
-
-.has-error .form-control {
-  border-color: #ed5565;
-}
-
-.has-success .control-label {
-  color: #3385FF;
-}
-
-.has-warning .control-label {
-  color: #f8ac59;
-}
-
-.has-error .control-label {
-  color: #ed5565;
-}
-
-.author-info {
-  text-align: center;
-}
-
-.dd-item > button {
-  text-align: center;
-  &:before {
-    text-align: center;
-  }
-}
-
-.vertical-timeline-icon {
-  text-align: center;
-}
-
-.dd, .dd-list {
-  display: block;
-  padding: 0;
-  margin: 0;
-  list-style: none;
-}
-
-.dd, .dd-item > button, .dd-list {
-  position: relative;
-}
-
-.dd {
-  font-size: 13px;
-  line-height: 20px;
-}
-
-.dd-list .dd-list {
-  padding-left: 30px;
-}
-
-.dd-collapsed .dd-list {
-  display: none;
-}
-
-.dd-item, .dd-placeholder {
-  display: block;
-  position: relative;
-  margin: 0;
-  padding: 0;
-  min-height: 20px;
-  font-size: 13px;
-  line-height: 20px;
-}
-
-.dd-item > button {
-  display: block;
-  cursor: pointer;
-  float: left;
-  width: 25px;
-  height: 20px;
-  margin: 5px 0;
-  padding: 0;
-  text-indent: 100%;
-  overflow: hidden;
-  border: 0;
-  background: 0 0;
-  font-size: 12px;
-  line-height: 1;
-  font-weight: 700;
-  &:before {
-    content: '+';
-    display: block;
-    position: absolute;
-    width: 100%;
-    text-indent: 0;
-  }
-  &[data-action=collapse]:before {
-    content: '-';
-  }
-}
-
-.dd-placeholder {
-  margin: 5px 0;
-  padding: 0;
-  min-height: 30px;
-  background: #f2fbff;
-  border: 1px dashed #b6bcbf;
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-}
-
-#wrapper, body {
-  overflow-x: hidden;
-}
-
-.google-map {
-  height: 300px;
-}
-
-label.error {
-  color: #cc5965;
-  display: inline-block;
-  margin-left: 5px;
-}
-
-.form-control.error {
-  border: 1px dotted #cc5965;
-}
-
-.img-container {
-  overflow: hidden;
-  text-align: center;
-  width: 100%;
-}
-
-.author-info {
-  color: #676a6c;
-  font-size: 11px;
-  margin-top: 5px;
-}
-
-.vertical-container {
-  width: 90%;
-  max-width: 1170px;
-  margin: 0 auto;
-  &::after {
-    content: '';
-    display: table;
-    clear: both;
-  }
-}
-
-#vertical-timeline {
-  position: relative;
-  padding: 0;
-  margin-top: 2em;
-  margin-bottom: 2em;
-  &::before {
-    content: '';
-    position: absolute;
-    top: 0;
-    left: 18px;
-    height: 100%;
-    width: 4px;
-    background: #f1f1f1;
-  }
-}
-
-.vertical-timeline-content .btn {
-  float: right;
-}
-
-#vertical-timeline.light-timeline:before {
-  background: #e7eaec;
-}
-
-@media only screen and (min-width: 1170px) {
-  #vertical-timeline.center-orientation {
-    margin-top: 3em;
-    margin-bottom: 3em;
-    &:before {
-      left: 50%;
-      margin-left: -2px;
-    }
-  }
-}
-
-.vertical-timeline-block {
-  position: relative;
-  margin: 2em 0;
-  &:after {
-    content: "";
-    display: table;
-    clear: both;
-  }
-  &:first-child {
-    margin-top: 0;
-  }
-  &:last-child {
-    margin-bottom: 0;
-  }
-}
-
-@media only screen and (min-width: 1170px) {
-  .center-orientation .vertical-timeline-block {
-    margin: 4em 0;
-    &:first-child {
-      margin-top: 0;
-    }
-    &:last-child {
-      margin-bottom: 0;
-    }
-  }
-}
-
-.vertical-timeline-icon {
-  position: absolute;
-  top: 0;
-  left: 0;
-  width: 40px;
-  height: 40px;
-  border-radius: 50%;
-  font-size: 16px;
-  border: 3px solid #f1f1f1;
-  i {
-    display: block;
-    width: 24px;
-    height: 24px;
-    position: relative;
-    left: 50%;
-    top: 50%;
-    margin-left: -12px;
-    margin-top: -9px;
-  }
-}
-
-@media only screen and (min-width: 1170px) {
-  .center-orientation .vertical-timeline-icon {
-    width: 50px;
-    height: 50px;
-    left: 50%;
-    margin-left: -25px;
-    -webkit-transform: translateZ(0);
-    -webkit-backface-visibility: hidden;
-    font-size: 19px;
-    i {
-      margin-left: -12px;
-      margin-top: -10px;
-    }
-  }
-}
-
-.vertical-timeline-content {
-  position: relative;
-  margin-left: 60px;
-  background: #fff;
-  border-radius: .25em;
-  padding: 1em;
-  &:after {
-    content: "";
-    display: table;
-    clear: both;
-  }
-  h2 {
-    font-weight: 400;
-    margin-top: 4px;
-  }
-  p {
-    margin: 1em 0;
-    line-height: 1.6;
-  }
-  .vertical-date {
-    float: left;
-    font-weight: 500;
-  }
-}
-
-.vertical-date small {
-  color: #3385FF;
-  font-weight: 400;
-}
-
-.vertical-timeline-content::before {
-  content: '';
-  position: absolute;
-  top: 16px;
-  right: 100%;
-  height: 0;
-  width: 0;
-  border: 7px solid transparent;
-  border-right: 7px solid #fff;
-}
-
-@media only screen and (min-width: 768px) {
-  .vertical-timeline-content {
-    h2 {
-      font-size: 18px;
-    }
-    p {
-      font-size: 13px;
-    }
-  }
-}
-
-@media only screen and (min-width: 1170px) {
-  .center-orientation {
-    .vertical-timeline-content {
-      margin-left: 0;
-      padding: 1.6em;
-      width: 45%;
-      &::before {
-        top: 24px;
-        left: 100%;
-        border-color: transparent transparent transparent #fff;
-      }
-      .btn {
-        float: left;
-      }
-    }
-    .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
-      float: right;
-      .btn {
-        float: right;
-      }
-    }
-    .vertical-timeline-content .vertical-date {
-      position: absolute;
-      width: 100%;
-      left: 122%;
-      top: 2px;
-      font-size: 14px;
-    }
-    .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
-      &::before {
-        top: 24px;
-        left: auto;
-        right: 100%;
-        border-color: transparent #fff transparent transparent;
-      }
-      .vertical-date {
-        left: auto;
-        right: 122%;
-        text-align: right;
-      }
-    }
-  }
-}
-
-.slick-next:before, .slick-prev:before {
-  color: #3385FF !important;
-}
-
-body {
-  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-  background-color: #2f4050;
-  font-size: 13px;
-  color: #676a6c;
-  height: 100%;
-}
-
-html {
-  height: 100%;
-}
-
-.clear {
-  display: block;
-  overflow: hidden;
-}
-
-a {
-  cursor: pointer;
-  &:focus, &:hover {
-    text-decoration: none;
-  }
-}
-
-.border-bottom {
-  border-bottom: 1px solid #e7eaec !important;
-}
-
-.font-bold {
-  font-weight: 600;
-}
-
-#wrapper {
-  width: 100%;
-}
-
-.wrapper {
-  padding: 0 20px;
-}
-
-.wrapper-content {
-  padding: 20px 10px 40px;
-}
-
-#page-wrapper {
-  padding: 0 15px;
-  min-height: 568px;
-  position: relative !important;
-}
-
-@media (min-width: 768px) {
-  #page-wrapper {
-    position: inherit;
-    margin: 0 0 0 240px;
-    min-height: 2002px;
-  }
-}
-
-.ibox-content {
-  h1, h2, h3, h4, h5 {
-    margin-top: 5px;
-  }
-}
-
-.ibox-title {
-  h1, h2, h3, h4, h5 {
-    margin-top: 5px;
-  }
-}
-
-.link-block, .nav.navbar-top-links .link-block a {
-  font-size: 12px;
-}
-
-.panel.blank-panel {
-  background: 0 0;
-  margin: 0;
-}
-
-.no-top-border {
-  border-top: 0 !important;
-}
-
-.border-left, .border-left-right, .border-right {
-  border-top: none;
-  border-bottom: none;
-}
-
-.ibox-content.text-box {
-  padding-bottom: 0;
-  padding-top: 15px;
-}
-
-.border-left-right {
-  border-left: 1px solid #e7eaec;
-  border-right: 1px solid #e7eaec;
-}
-
-.border-left {
-  border-left: 1px solid #e7eaec;
-  border-right: none;
-}
-
-.border-right {
-  border-left: none;
-  border-right: 1px solid #e7eaec;
-}
-
-.full-width {
-  width: 100% !important;
-}
-
-.link-block {
-  padding: 10px;
-  a {
-    font-size: 10px;
-    color: inherit;
-  }
-}
-
-img.circle-border {
-  border: 6px solid #FFF;
-  border-radius: 50%;
-}
-
-.login-panel {
-  margin-top: 25%;
-}
-
-.icons-box h3 {
-  margin-top: 10px;
-  margin-bottom: 10px;
-}
-
-code {
-  background-color: #F9F2F4;
-  border-radius: 4px;
-  color: #ca4440;
-  font-size: 90%;
-  padding: 2px 4px;
-}
-
-.ibox-content, .ibox-title {
-  background-color: #fff;
-  border-color: #e7eaec;
-  border-image: none;
-  border-style: solid solid none;
-}
-
-.ibox {
-  clear: both;
-  margin-bottom: 25px;
-  margin-top: 0;
-  padding: 0;
-  &.collapsed .ibox-content {
-    display: none;
-  }
-  &:after, &:before {
-    display: table;
-  }
-}
-
-.ibox-title {
-  -moz-border-bottom-colors: none;
-  -moz-border-left-colors: none;
-  -moz-border-right-colors: none;
-  -moz-border-top-colors: none;
-  border-width: 3px 0 0;
-  color: inherit;
-  margin-bottom: 0;
-  padding: 14px 15px 7px;
-  min-height: 48px;
-}
-
-.ibox-content {
-  color: inherit;
-  padding: 15px 20px 20px;
-  border-width: 1px 0;
-  clear: both;
-}
-
-.star-mail {
-  width: 40px;
-}
-
-.ibox-title {
-  h5 {
-    display: inline-block;
-    font-size: 14px;
-    margin: 0 0 7px;
-    padding: 0;
-    text-overflow: ellipsis;
-    float: left;
-  }
-  .label {
-    float: left;
-    margin-left: 4px;
-  }
-}
-
-.file-box {
-  float: left;
-}
-
-.gray-bg {
-  background-color: #f3f3f4;
-}
-
-.white-bg {
-  background-color: #fff;
-}
-
-.navy-bg {
-  background-color: #3385FF;
-  color: #fff;
-}
-
-.panel-primary {
-  border-color: #3385FF;
-}
-
-.panel-success {
-  border-color: #1c84c6;
-}
-
-.panel-info {
-  border-color: #23c6c8;
-}
-
-.panel-warning {
-  border-color: #f8ac59;
-}
-
-.panel-title {
-  font-size: inherit;
-}
-
-.text-navy {
-  color: #3385FF;
-}
-
-.text-primary {
-  color: inherit;
-}
-
-.text-success {
-  color: #1c84c6;
-}
-
-.text-info {
-  color: #23c6c8;
-}
-
-.text-warning {
-  color: #f8ac59;
-}
-
-.text-muted {
-  color: #888;
-}
-
-.text-white {
-  color: #fff;
-}
-
-.contact-box, .light-navbar .navbar.navbar-static-top {
-  background-color: #fff;
-}
-
-a.close-canvas-menu {
-  position: absolute;
-  top: 10px;
-  right: 15px;
-  z-index: 1011;
-  color: #a7b1c2;
-  &:hover {
-    color: #fff;
-  }
-}
-
-.close-canvas-menu {
-  display: none;
-}
-
-.canvas-menu .close-canvas-menu {
-  display: block;
-}
-
-.full-height {
-  height: 100%;
-}
-
-.p-xs {
-  padding: 10px;
-}
-
-.p-sm {
-  padding: 15px;
-}
-
-.p-m {
-  padding: 20px;
-}
-
-.p-md {
-  padding: 25px;
-}
-
-.p-lg {
-  padding: 30px;
-}
-
-.m-xs {
-  margin: 5px;
-}
-
-.m-sm {
-  margin: 10px;
-}
-
-.m {
-  margin: 15px;
-}
-
-.m-md {
-  margin: 20px;
-}
-
-.m-lg {
-  margin: 30px;
-}
-
-.m-n {
-  margin: 0 !important;
-}
-
-.m-t-none {
-  margin-top: 0;
-}
-
-.m-t-xs {
-  margin-top: 5px;
-}
-
-.m-t-sm {
-  margin-top: 10px;
-}
-
-.m-t {
-  margin-top: 15px;
-}
-
-.m-t-md {
-  margin-top: 20px;
-}
-
-.m-t-lg {
-  margin-top: 30px;
-}
-
-.m-t-n-xs {
-  margin-top: -5px;
-}
-
-.m-t-n-sm {
-  margin-top: -10px;
-}
-
-.m-t-n {
-  margin-top: -15px;
-}
-
-.m-t-n-md {
-  margin-top: -20px;
-}
-
-.m-t-n-lg {
-  margin-top: -30px;
-}
-
-.m-b-none {
-  margin-bottom: 0;
-}
-
-.m-b-xs {
-  margin-bottom: 5px;
-}
-
-.m-b-sm {
-  margin-bottom: 10px;
-}
-
-.m-b {
-  margin-bottom: 15px;
-}
-
-.m-b-md {
-  margin-bottom: 20px;
-}
-
-.m-b-lg {
-  margin-bottom: 30px;
-}
-
-.m-b-n-xs {
-  margin-bottom: -5px;
-}
-
-.m-b-n-sm {
-  margin-bottom: -10px;
-}
-
-.m-b-n {
-  margin-bottom: -15px;
-}
-
-.m-b-n-md {
-  margin-bottom: -20px;
-}
-
-.m-b-n-lg {
-  margin-bottom: -30px;
-}
-
-.block {
-  display: block !important;
-}
-
-.search-form {
-  margin-top: 10px;
-}
-
-.contact-box {
-  border: 1px solid #e7eaec;
-  padding: 20px;
-  margin-bottom: 20px;
-  > a {
-    color: inherit;
-  }
-}
-
-.middle-box {
-  max-width: 400px;
-  z-index: 100;
-  margin: 0 auto;
-  padding-top: 40px;
-  h1 {
-    font-size: 170px;
-  }
-}
-
-.wrapper .middle-box {
-  margin-top: 140px;
-}
-
-.timeline-item {
-  .content, .date i {
-    border-left: 1px solid #e7eaec;
-    border-top: 1px solid #e7eaec;
-  }
-}
-
-ul.clear-list:first-child {
-  border-top: none !important;
-}
-
-.timeline-item {
-  .date {
-    i {
-      position: absolute;
-      top: 0;
-      right: 0;
-      padding: 5px;
-      width: 30px;
-      text-align: center;
-      border-bottom: 1px solid #e7eaec;
-      background: #f8f8f8;
-    }
-    text-align: right;
-    width: 110px;
-    position: relative;
-    padding-top: 30px;
-  }
-  .content {
-    padding-top: 10px;
-    min-height: 100px;
-    &:hover {
-      background: #f6f6f6;
-    }
-  }
-}
-
-.file-box {
-  width: 220px;
-}
-
-.category-list li {
-  a {
-    color: #666;
-    display: block;
-    padding: 5px 0;
-  }
-  display: block;
-  i {
-    margin-right: 8px;
-    color: #3d4d5d;
-  }
-  a {
-    .text-navy {
-      color: #3385FF;
-    }
-    .text-primary {
-      color: #1c84c6;
-    }
-    .text-info {
-      color: #23c6c8;
-    }
-    .text-warning {
-      color: #F8AC59;
-    }
-  }
-}
-
-.file {
-  border: 1px solid #e7eaec;
-  padding: 0;
-  background-color: #fff;
-  position: relative;
-  margin-bottom: 20px;
-  margin-right: 20px;
-}
-
-.file-control {
-  margin-right: 10px;
-}
-
-.file {
-  .icon, .image {
-    height: 100px;
-    overflow: hidden;
-  }
-  .icon {
-    padding: 15px 10px;
-    text-align: center;
-  }
-}
-
-.file-control {
-  color: inherit;
-  font-size: 11px;
-  &.active {
-    text-decoration: underline;
-  }
-}
-
-.file {
-  .icon i {
-    font-size: 70px;
-    color: #dadada;
-  }
-  .file-name {
-    padding: 10px;
-    background-color: #f8f8f8;
-    border-top: 1px solid #e7eaec;
-  }
-}
-
-.file-name small {
-  color: #676a6c;
-}
-
-.vote-icon, .vote-title {
-  display: block;
-}
-
-.mail-search {
-  max-width: 300px;
-}
-
-.file-list li {
-  padding: 5px 10px;
-  font-size: 11px;
-  border-radius: 2px;
-  border: 1px solid #e7eaec;
-  margin-bottom: 5px;
-  a {
-    color: inherit;
-    &:hover {
-      color: #3385FF;
-    }
-  }
-}
-
-.user-friends img {
-  width: 42px;
-  height: 42px;
-  margin-bottom: 5px;
-  margin-right: 5px;
-}
-
-.mail-box {
-  background-color: #fff;
-  border: 1px solid #e7eaec;
-  border-top: 0;
-  padding: 0;
-  margin-bottom: 20px;
-}
-
-.mail-body, .mail-text {
-  border-top: 1px solid #e7eaec;
-}
-
-.mail-box-header {
-  background-color: #fff;
-  border: 1px solid #e7eaec;
-  border-bottom: 0;
-  padding: 30px 20px 20px;
-  h2 {
-    margin-top: 0;
-  }
-}
-
-.mail-body {
-  padding: 20px;
-}
-
-.project-actions {
-  text-align: right;
-  vertical-align: middle;
-}
-
-.project-title a {
-  font-size: 14px;
-  color: #676a6c;
-  font-weight: 600;
-}
-
-.project-files li a {
-  font-size: 11px;
-  color: #676a6c;
-  margin-left: 10px;
-  line-height: 22px;
-}
-
-.article h1, .blog h2 {
-  font-weight: 700;
-}
-
-.contact-type {
-  width: 20px;
-  color: #c1c3c4;
-}
-
-.blog {
-  .btn, h5 {
-    margin: 0 0 5px;
-  }
-}
-
-.article {
-  h1 {
-    font-size: 48px;
-    color: #2F4050;
-  }
-  p {
-    font-size: 15px;
-    line-height: 26px;
-  }
-}
-
-.article-title {
-  text-align: center;
-  margin: 40px 0 100px;
-}
-
-.article .ibox-content {
-  padding: 40px;
-}
-
-.vote-item {
-  border-top: 1px solid #e7eaec;
-}
-
-.social-feed-box {
-  border: 1px solid #e7eaec;
-  background: #fff;
-  margin-bottom: 15px;
-}
-
-.article .social-feed-box {
-  margin-bottom: 0;
-  border-bottom: none;
-  &:last-child {
-    margin-bottom: 0;
-    border-bottom: 1px solid #e7eaec;
-  }
-  p {
-    font-size: 13px;
-    line-height: 18px;
-  }
-}
-
-.social-comment .social-comment, .vote-info, .vote-title {
-  margin-left: 45px;
-}
-
-.social-avatar {
-  padding: 15px 15px 0;
-  img {
-    height: 40px;
-    width: 40px;
-    margin-right: 10px;
-  }
-}
-
-.social-body {
-  padding: 15px;
-  img {
-    margin-bottom: 10px;
-  }
-}
-
-.social-comment {
-  &:first-child {
-    margin-top: 0;
-  }
-  margin-top: 15px;
-}
-
-.vote-item {
-  padding: 20px 25px;
-  background: #fff;
-  &:last-child {
-    border-bottom: 1px solid #e7eaec;
-  }
-  &:hover {
-    background: #fbfbfb;
-  }
-}
-
-.vote-actions {
-  float: left;
-  width: 30px;
-  margin-right: 15px;
-  text-align: center;
-  font-weight: 600;
-  a {
-    color: #3385FF;
-    font-weight: 600;
-  }
-}
-
-.vote-title {
-  color: inherit;
-  &:focus, &:hover {
-    color: inherit;
-  }
-  font-size: 18px;
-  font-weight: 600;
-  margin-top: 5px;
-  margin-bottom: 2px;
-}
-
-.vote-info {
-  color: #b4b6b8;
-  font-size: 12px;
-  a {
-    color: #b4b6b8;
-    font-size: 12px;
-    margin-right: 10px;
-    &:hover {
-      color: #3385FF;
-    }
-  }
-}
-
-.vote-icon {
-  text-align: right;
-  font-size: 38px;
-  color: #e8e9ea;
-  &.active {
-    color: #3385FF;
-  }
-}
-
-body {
-  &.body-small .vote-icon {
-    display: none;
-  }
-  &.landing-page {
-    color: #676a6c;
-    font-family: 'Open Sans', helvetica, arial, sans-serif;
-    background-color: #fff;
-  }
-}
-
-@-webkit-keyframes sk-rotatePlane {
-  0% {
-    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
-    transform: perspective(120px) rotateX(0) rotateY(0);
-  }
-
-  50% {
-    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
-    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
-  }
-
-  100% {
-    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-  }
-}
-
-
-@keyframes sk-rotatePlane {
-  0% {
-    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
-    transform: perspective(120px) rotateX(0) rotateY(0);
-  }
-
-  50% {
-    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
-    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
-  }
-
-  100% {
-    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-  }
-}
-
-
-@-webkit-keyframes sk-doubleBounce {
-  0%, 100% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  50% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@keyframes sk-doubleBounce {
-  0%, 100% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  50% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@-webkit-keyframes sk-waveStretchDelay {
-  0%, 100%, 40% {
-    -webkit-transform: scaleY(0.4);
-    transform: scaleY(0.4);
-  }
-
-  20% {
-    -webkit-transform: scaleY(1);
-    transform: scaleY(1);
-  }
-}
-
-
-@keyframes sk-waveStretchDelay {
-  0%, 100%, 40% {
-    -webkit-transform: scaleY(0.4);
-    transform: scaleY(0.4);
-  }
-
-  20% {
-    -webkit-transform: scaleY(1);
-    transform: scaleY(1);
-  }
-}
-
-
-@-webkit-keyframes sk-wanderingCubeMove {
-  25% {
-    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
-    transform: translateX(42px) rotate(-90deg) scale(0.5);
-  }
-
-  50% {
-    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
-    transform: translateX(42px) translateY(42px) rotate(-179deg);
-  }
-
-  50.1% {
-    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
-    transform: translateX(42px) translateY(42px) rotate(-180deg);
-  }
-
-  75% {
-    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
-    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
-  }
-
-  100% {
-    -webkit-transform: rotate(-360deg);
-    transform: rotate(-360deg);
-  }
-}
-
-
-@keyframes sk-wanderingCubeMove {
-  25% {
-    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
-    transform: translateX(42px) rotate(-90deg) scale(0.5);
-  }
-
-  50% {
-    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
-    transform: translateX(42px) translateY(42px) rotate(-179deg);
-  }
-
-  50.1% {
-    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
-    transform: translateX(42px) translateY(42px) rotate(-180deg);
-  }
-
-  75% {
-    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
-    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
-  }
-
-  100% {
-    -webkit-transform: rotate(-360deg);
-    transform: rotate(-360deg);
-  }
-}
-
-
-@-webkit-keyframes sk-pulseScaleOut {
-  0% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  100% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-    opacity: 0;
-  }
-}
-
-
-@keyframes sk-pulseScaleOut {
-  0% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  100% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-    opacity: 0;
-  }
-}
-
-
-@-webkit-keyframes sk-chasingDotsRotate {
-  100% {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg);
-  }
-}
-
-
-@keyframes sk-chasingDotsRotate {
-  100% {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg);
-  }
-}
-
-
-@-webkit-keyframes sk-chasingDotsBounce {
-  0%, 100% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  50% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@keyframes sk-chasingDotsBounce {
-  0%, 100% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  50% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@-webkit-keyframes sk-threeBounceDelay {
-  0%, 100%, 80% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  40% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@keyframes sk-threeBounceDelay {
-  0%, 100%, 80% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  40% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@-webkit-keyframes sk-circleBounceDelay {
-  0%, 100%, 80% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  40% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@keyframes sk-circleBounceDelay {
-  0%, 100%, 80% {
-    -webkit-transform: scale(0);
-    transform: scale(0);
-  }
-
-  40% {
-    -webkit-transform: scale(1);
-    transform: scale(1);
-  }
-}
-
-
-@-webkit-keyframes sk-cubeGridScaleDelay {
-  0%, 100%, 70% {
-    -webkit-transform: scale3D(1, 1, 1);
-    transform: scale3D(1, 1, 1);
-  }
-
-  35% {
-    -webkit-transform: scale3D(0, 0, 1);
-    transform: scale3D(0, 0, 1);
-  }
-}
-
-
-@keyframes sk-cubeGridScaleDelay {
-  0%, 100%, 70% {
-    -webkit-transform: scale3D(1, 1, 1);
-    transform: scale3D(1, 1, 1);
-  }
-
-  35% {
-    -webkit-transform: scale3D(0, 0, 1);
-    transform: scale3D(0, 0, 1);
-  }
-}
-
-
-@-webkit-keyframes sk-innerCircle {
-  0% {
-    -webkit-transform: rotate(0);
-    transform: rotate(0);
-  }
-
-  100% {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg);
-  }
-}
-
-
-@keyframes sk-innerCircle {
-  0% {
-    -webkit-transform: rotate(0);
-    transform: rotate(0);
-  }
-
-  100% {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg);
-  }
-}
-
-
-@-webkit-keyframes sk-circleFadeDelay {
-  0%, 100%, 39% {
-    opacity: 0;
-  }
-
-  40% {
-    opacity: 1;
-  }
-}
-
-
-@keyframes sk-circleFadeDelay {
-  0%, 100%, 39% {
-    opacity: 0;
-  }
-
-  40% {
-    opacity: 1;
-  }
-}
-
-
-.landing-page {
-  span.navy {
-    color: #3385FF;
-  }
-  p.text-color {
-    color: #676a6c;
-  }
-  a.navy-link {
-    color: #3385FF;
-    text-decoration: none;
-    &:hover {
-      color: #3385FF;
-    }
-  }
-  section p {
-    color: #aeaeae;
-    font-size: 13px;
-  }
-  h1 {
-    margin-top: 10px;
-    font-size: 30px;
-    font-weight: 200;
-  }
-  .navy-line {
-    width: 60px;
-    height: 1px;
-    margin: 60px auto 0;
-    border-bottom: 2px solid #3385FF;
-  }
-  .navbar-wrapper {
-    position: fixed;
-    top: 0;
-    right: 0;
-    left: 0;
-    z-index: 200;
-    > .container {
-      padding-right: 0;
-      padding-left: 0;
-    }
-    .navbar {
-      padding-right: 15px;
-      padding-left: 15px;
-    }
-  }
-  .navbar-default {
-    &.navbar-scroll {
-      background-color: #fff;
-      border-color: #fff;
-      padding: 15px 0;
-    }
-    background-color: transparent;
-    border-color: transparent;
-    transition: all .3s ease-in-out 0s;
-    .nav li a {
-      color: #fff;
-      font-family: 'Open Sans', helvetica, arial, sans-serif;
-      font-weight: 700;
-      letter-spacing: 1px;
-      text-transform: uppercase;
-      font-size: 14px;
-    }
-  }
-  .navbar-nav > li > a {
-    padding-top: 25px;
-    border-top: 6px solid transparent;
-  }
-  .navbar-default {
-    .navbar-nav > {
-      .active > a {
-        background: 0 0;
-        color: #fff;
-        border-top: 6px solid #3385FF;
-        &:hover {
-          background: 0 0;
-          color: #fff;
-          border-top: 6px solid #3385FF;
-        }
-      }
-      li > a {
-        &:focus, &:hover {
-          color: #3385FF;
-          background: inherit;
-        }
-      }
-      .active > a:focus {
-        background: 0 0;
-        color: #fff;
-      }
-    }
-    &.navbar-scroll .navbar-nav > .active > a:focus {
-      background: 0 0;
-      color: inherit;
-    }
-    .navbar-brand {
-      &:focus, &:hover {
-        background: #3385FF;
-        color: #fff;
-      }
-      color: #fff;
-      height: auto;
-      display: block;
-      font-size: 14px;
-      background: #3385FF;
-      padding: 15px 20px;
-      border-radius: 0 0 5px 5px;
-      font-weight: 700;
-      transition: all .3s ease-in-out 0s;
-    }
-  }
-  .navbar-scroll.navbar-default .nav li a {
-    color: #676a6c;
-    &:hover {
-      color: #3385FF;
-    }
-  }
-  .navbar-wrapper .navbar.navbar-scroll {
-    padding-top: 0;
-    padding-bottom: 0;
-    border-bottom: 1px solid #e7eaec;
-    border-radius: 0;
-  }
-  .nav > li {
-    &.active {
-      border: none;
-      background: inherit;
-    }
-    > a {
-      padding: 25px 10px 15px;
-    }
-  }
-  .navbar-scroll .navbar-nav > li > a {
-    padding: 20px 10px;
-  }
-  .navbar-fixed-top {
-    border: none !important;
-    &.navbar-scroll {
-      border-bottom: 1px solid #e7eaec !important;
-    }
-  }
-  .navbar.navbar-scroll .navbar-brand {
-    margin-top: 15px;
-    border-radius: 5px;
-    font-size: 12px;
-    padding: 10px;
-    height: auto;
-  }
-  .header-back {
-    height: 470px;
-    width: 100%;
-    background-position: 50% 0;
-    background-repeat:  no-repeat;
-  }
-  .carousel {
-    height: 470px;
-  }
-  .carousel-caption {
-    z-index: 10;
-  }
-  .carousel .item {
-    height: 470px;
-    background-color: #777;
-  }
-  .carousel-inner > .item > img {
-    position: absolute;
-    top: 0;
-    left: 0;
-    min-width: 100%;
-    height: 470px;
-  }
-  .carousel-fade {
-    .carousel-inner {
-      .item {
-        opacity: 0;
-        -webkit-transition-property: opacity;
-        transition-property: opacity;
-      }
-      .active {
-        opacity: 1;
-        &.left, &.right {
-          left: 0;
-          opacity: 0;
-          z-index: 1;
-        }
-      }
-      .next.left, .prev.right {
-        opacity: 1;
-      }
-    }
-    .carousel-control {
-      z-index: 2;
-    }
-  }
-  .carousel-control {
-    &.left, &.right {
-      background: 0 0;
-    }
-    width: 6%;
-  }
-  .carousel-inner {
-    .container {
-      position: relative;
-    }
-    overflow: visible;
-  }
-  .carousel-caption {
-    position: absolute;
-    top: 100px;
-    left: 0;
-    bottom: auto;
-    right: auto;
-    text-align: left;
-    &.blank {
-      top: 140px;
-    }
-  }
-  .carousel-image {
-    position: absolute;
-    right: 10px;
-    top: 150px;
-  }
-  .carousel-caption {
-    h1 {
-      font-weight: 700;
-      font-size: 38px;
-      text-shadow: none;
-      letter-spacing: -1.5px;
-    }
-    p {
-      font-weight: 700;
-      text-shadow: none;
-    }
-  }
-  .caption-link {
-    color: #fff;
-    margin-left: 10px;
-    text-transform: capitalize;
-    font-weight: 400;
-    &:hover {
-      text-decoration: none;
-      color: inherit;
-    }
-  }
-  .features-block, .features-text {
-    margin-top: 40px;
-  }
-  .features {
-    small {
-      color: #3385FF;
-    }
-    h2 {
-      font-size: 18px;
-      margin-top: 5px;
-    }
-  }
-  .features-icon {
-    color: #3385FF;
-    font-size: 40px;
-  }
-  .navy-section {
-    margin-top: 60px;
-    background: #3385FF;
-    color: #fff;
-    padding: 20px 0;
-  }
-  .gray-section {
-    background: #f4f4f4;
-    margin-top: 60px;
-  }
-  .team-member {
-    text-align: center;
-    img {
-      margin: auto;
-    }
-  }
-  .social-icon a {
-    background: #3385FF;
-    color: #fff;
-    padding: 4px 8px;
-    height: 28px;
-    width: 28px;
-    display: block;
-    border-radius: 50px;
-    &:hover {
-      background: #3385FF;
-    }
-  }
-  .img-small {
-    height: 88px;
-    width: 88px;
-  }
-  .btn-primary {
-    font-weight: 600;
-    font-size: 14px;
-  }
-  .testimonials {
-    padding-top: 80px;
-    padding-bottom: 90px;
-    background-color: #3385FF;
-    background-image: url(../assets/img/landing/avatar_all.png);
-  }
-  .contact {
-    background-image: url(../assets/img/landing/word_map.png);
-    background-position: 50% 50%;
-    background-repeat: no-repeat;
-    margin-top: 60px;
-  }
-  section {
-    &.timeline {
-      padding-bottom: 30px;
-    }
-    &.comments {
-      padding-bottom: 80px;
-    }
-  }
-  .comments-avatar {
-    margin-top: 25px;
-    margin-left: 22px;
-    img {
-      width: 42px;
-      height: 42px;
-      border-radius: 50%;
-      margin-right: 10px;
-    }
-  }
-  .btn-info.btn-outline:hover, .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-warning.btn-outline:hover {
-    color: #fff;
-  }
-  .btn-primary {
-    background-color: #3385FF;
-    border-color: #3385FF;
-    color: #FFF;
-    &.active, &:active, &:focus, &:hover {
-      background-color: #3385FF;
-      border-color: #3385FF;
-      color: #FFF;
-    }
-    padding: 10px 20px;
-    &.active, &:active {
-      background-image: none;
-    }
-    &.active[disabled] {
-      background-color: #1dc5a3;
-      border-color: #1dc5a3;
-    }
-    &[disabled] {
-      background-color: #1dc5a3;
-      border-color: #1dc5a3;
-      &:active, &:focus, &:hover {
-        background-color: #1dc5a3;
-        border-color: #1dc5a3;
-      }
-    }
-  }
-}
-
-@media (min-width: 768px) {
-  .landing-page {
-    .navbar-wrapper {
-      margin-top: 20px;
-      .container {
-        padding-right: 15px;
-        padding-left: 15px;
-      }
-      .navbar {
-        padding-right: 0;
-        padding-left: 0;
-        border-radius: 4px;
-      }
-    }
-    .carousel-caption p {
-      margin-bottom: 20px;
-      font-size: 14px;
-      line-height: 1.4;
-    }
-  }
-}
-
-@media (max-width: 992px) {
-  .landing-page .carousel-image {
-    display: none;
-  }
-}
-
-@media (max-width: 768px) {
-  .landing-page {
-    .carousel-caption {
-      left: 5%;
-      top: 80px;
-      &.blank {
-        left: 5%;
-        top: 80px;
-      }
-      h1 {
-        font-size: 28px;
-      }
-    }
-    .navbar.navbar-scroll .navbar-brand {
-      margin-top: 6px;
-    }
-    .navbar-default {
-      background-color: #fff;
-      border-color: #fff;
-      padding: 15px 0;
-      .navbar-nav > .active > a:focus {
-        background: 0 0;
-        color: inherit;
-      }
-      .nav li a {
-        color: #676a6c;
-        &:hover {
-          color: #3385FF;
-        }
-      }
-    }
-    .navbar-wrapper .navbar {
-      padding-top: 0;
-      padding-bottom: 5px;
-      border-bottom: 1px solid #e7eaec;
-      border-radius: 0;
-    }
-    .nav > li > a {
-      padding: 25px 10px 15px;
-    }
-    .navbar-nav > li > a {
-      padding: 20px 10px;
-    }
-    .navbar .navbar-brand {
-      margin-top: 6px;
-      border-radius: 5px;
-      font-size: 12px;
-      padding: 10px;
-      height: auto;
-    }
-    .navbar-wrapper .navbar {
-      padding-left: 15px;
-      padding-right: 5px;
-    }
-    .navbar-default .navbar-nav > .active > a {
-      color: inherit;
-      &:hover {
-        color: inherit;
-      }
-    }
-    .carousel-control {
-      display: none;
-    }
-    .navbar .navbar-header {
-      display: block;
-      float: none;
-      .navbar-toggle {
-        background-color: #fff;
-        padding: 9px 10px;
-        border: none;
-      }
-    }
-  }
-}
diff --git a/jekyll-source/blog/blog.html b/jekyll-source/blog/blog.html
deleted file mode 100755
index 317efe6..0000000
--- a/jekyll-source/blog/blog.html
+++ /dev/null
@@ -1,181 +0,0 @@
----
-layout: blog
-title: Blog
-permalink: /blog/
----
-
-<div class="row">
-    <div class="col-lg-12 text-center">
-        <div class="navy-line"></div>
-        <h1>SkyWalking Documents</h1>
-    </div>
-</div>
-
-<div class="row">
-    <div class="col-lg-8 col-lg-offset-2">
-        <div class="wrapper wrapper-content animated fadeInRight">
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/README.md" class="vote-title">
-                          Latest 6.x Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/docs/README.md" class="vote-title">
-                          6.0.0-alpha Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" class="vote-title">
-                          5.0.0-GA Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md" class="vote-title">
-                          5.0.0-RC2 Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md" class="vote-title">
-                          5.0.0-beta2 Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md" class="vote-title">
-                          5.0.0-beta Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-          <div class="vote-item">
-              <div class="row">
-                  <div class="col-md-10">
-                      <div class="vote-actions">
-                      </div>
-                      <a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md" class="vote-title">
-                          5.0.0-alpha Document
-                      </a>
-                      <div class="vote-info">
-                      </div>
-                  </div>
-                  <div class="col-md-2 ">
-                      <div class="vote-icon">
-
-                      </div>
-                  </div>
-              </div>
-          </div>
-
-            <!-- latest 10 blog
-			{% for post in site.posts %}
-            <div class="vote-item">
-                <div class="row">
-                    <div class="col-md-10">
-                        <div class="vote-actions">
-                        </div>
-                        <a href="{{ post.url | prepend: site.baseurl }}" class="vote-title">
-                            {{ post.title }}
-                        </a>
-                        <div class="vote-info">
-                        {% if site.disqus %}
-                            <i class="fa fa-comments-o"> </i> <a>Comments (<span class="disqus-comment-count" data-disqus-url="{{ site.url }}{{ post.url }}">0</span>)</a>
-                        {% endif %}
-                            <i class="fa fa-clock-o"></i> <a>{{ post.date | date: "%-d %b %Y" }}</a>
-                            <i class="fa fa-user"></i> <a>{{ site.author.name }}</a>
-                        </div>
-                    </div>
-                    <div class="col-md-2 ">
-                        <div class="vote-icon">
-                            {% if post.icon %}<i class="fa {{ post.icon }}"> </i>{% endif %}
-                        </div>
-                    </div>
-                </div>
-            </div>
-        {% endfor %}
-            -->
-        </div>
-    </div>
-
-</div>
diff --git a/jekyll-source/blog/database.html b/jekyll-source/blog/database.html
deleted file mode 100755
index 7d3e496..0000000
--- a/jekyll-source/blog/database.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: blog
-title: Database
-permalink: /database/
----
-{% include category.html %}
diff --git a/jekyll-source/blog/donate.html b/jekyll-source/blog/donate.html
deleted file mode 100644
index cba0c55..0000000
--- a/jekyll-source/blog/donate.html
+++ /dev/null
@@ -1,137 +0,0 @@
----
-layout: blog
-title: Donate
-permalink: /donate/
----
-    <link href="{{ "/static/slick/slick.css" | prepend: site.baseurl }}" rel="stylesheet">
-    <link href="{{ "/static/slick/slick-theme.css" | prepend: site.baseurl }}" rel="stylesheet">
-<div class="row">
-    <div class="col-sm-8 col-sm-offset-2 text-center">
-        <div class="navy-line"></div>
-        <h1>Donate Jalpc</h1>
-        <h3>If you like this theme and want to support it, just donate it. We can make Jalpc better!</h3>
-    </div>
-</div>
-
-<div class="wrapper wrapper-content animated pulse">
-    <div class="row">
-        <a href="http://paypal.me/jarrekk" target="_blank" style="height: 35px;display: block;text-align: center;"><h2><i class="fa fa-paypal"></i>Paypal</h2></a>
-        <div class="col-sm-8 col-sm-offset-2">
-            <h2 class="text-center m">Alipay</h2>
-            <div class="slick">
-                {% for alipay in site.data.donation.alipay %}
-                <div>
-                    <div class="ibox-content">
-                        <img src="{{ alipay.name | prepend: '/static/assets/img/donate/' | prepend : site.baseurl }}" width="100%">
-                    </div>
-                </div>
-                {% endfor %}
-            </div>
-        </div>
-    </div>
-    <div class="row">
-        <div class="col-sm-8 col-sm-offset-2">
-            <h2 class="text-center m">WeChat Pay</h2>
-            <div class="slick">
-                {% for wechat in site.data.donation.wechat_pay %}
-                <div>
-                    <div class="ibox-content">
-                        <img src="{{ wechat.name | prepend: '/static/assets/img/donate/' | prepend : site.baseurl }}" width="100%">
-                    </div>
-                </div>
-                {% endfor %}
-            </div>
-        </div>
-    </div>
-    <div class="row">
-        {% for donation in site.data.donation.donationlist %}
-        {% assign loopindex = forloop.index | modulo: 2 %}
-        <div class="col-sm-4 {% if loopindex == 1 %}col-sm-offset-2{% endif %}">
-            <div class="contact-box" style="height: 200px;">
-                <div class="col-sm-4">
-                    <div class="text-center">
-                        <img alt="image" class="img-circle m-t-xs img-responsive {{ donation.github }}" src="{{ "/static/assets/img/default.jpg" | prepend: site.baseurl }}">
-                        <div class="m-t-xs font-bold">{{ donation.name }}</div>
-                        <p><i class="fa fa-{{ donation.type }}"></i> {{ donation.value }}</p>
-                    </div>
-                </div>
-                <div class="col-sm-8">
-                    <p><i class="fa fa-user"></i> {{ donation.account }}</p>
-                    <p class="{{ donation.github }}"><i class="fa fa-map-marker"></i> Earth</p>
-                    {% if donation.website %}
-                    <p><i class="fa fa-globe"></i> <a target="blank" href="{{ donation.website }}">Website</a></p>
-                    {% endif %}
-                    {% if donation.github %}
-                    <p><i class="fa fa-github"></i> <a class="github_username {{ donation.github }}" target="blank" href="#">{{ donation.github }}</a></p>
-                    {% endif %}
-                    <p><i class="fa fa-calendar"></i> {{ donation.date | date: "%-d %b %Y" }}</p>
-                </div>
-                <div class="clearfix"></div>
-            </div>
-        </div>
-        {% endfor %}
-    </div>
-</div>
-
-<!-- slick carousel-->
-<script src="{{ "/static/slick/slick.min.js" | prepend: site.baseurl }}"></script>
-
-<style>
-    .slick .ibox-content {
-        margin: 0 10px;
-    }
-</style>
-
-<script>
-    $(document).ready(function(){
-        donate_github = $('.github_username');
-        for (var i = 0; i < donate_github.length; i++) {
-            $.ajax({
-            type: "GET",
-            url: "https://api.github.com/users/" + donate_github[i].text,
-            tryCount : 0,
-            retryLimit : 3,
-            async: true,
-            dataType: "json",
-            success: function (data) {
-                $("img." + data.login).attr("src", data.avatar_url);
-                $("a." + data.login).attr("href", data.html_url);
-                if (data.location !== null) {
-                    $("p." + data.login).html("<i class=\"fa fa-map-marker\"></i> " + data.location);
-                }
-            }
-        });
-        };
-        $('.slick').slick({
-            infinite: true,
-            slidesToShow: 3,
-            slidesToScroll: 1,
-            centerMode: true,
-            responsive: [
-                {
-                    breakpoint: 1024,
-                    settings: {
-                        slidesToShow: 3,
-                        slidesToScroll: 3,
-                        infinite: true,
-                        dots: true
-                    }
-                },
-                {
-                    breakpoint: 600,
-                    settings: {
-                        slidesToShow: 2,
-                        slidesToScroll: 2
-                    }
-                },
-                {
-                    breakpoint: 600,
-                    settings: {
-                        slidesToShow: 1,
-                        slidesToScroll: 1
-                    }
-                }
-            ]
-        });
-    });
-</script>
diff --git a/jekyll-source/blog/html.html b/jekyll-source/blog/html.html
deleted file mode 100755
index 35ecf98..0000000
--- a/jekyll-source/blog/html.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: blog
-title: HTML
-permalink: /html/
----
-{% include category.html %}
diff --git a/jekyll-source/blog/life.html b/jekyll-source/blog/life.html
deleted file mode 100755
index 8902dbd..0000000
--- a/jekyll-source/blog/life.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: blog
-title: Life
-permalink: /life/
----
-{% include category.html %}
diff --git a/jekyll-source/blog/linux.html b/jekyll-source/blog/linux.html
deleted file mode 100755
index 4c4477a..0000000
--- a/jekyll-source/blog/linux.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: blog
-title: Linux
-permalink: /linux/
----
-{% include category.html %}
diff --git a/jekyll-source/blog/mac.html b/jekyll-source/blog/mac.html
deleted file mode 100755
index f372ce6..0000000
--- a/jekyll-source/blog/mac.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: blog
-title: Mac
-permalink: /mac/
----
-{% include category.html %}
diff --git a/jekyll-source/blog/python.html b/jekyll-source/blog/python.html
deleted file mode 100755
index 0bdfc7d..0000000
--- a/jekyll-source/blog/python.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: blog
-title: Python
-permalink: /python/
----
-{% include category.html %}
diff --git a/jekyll-source/build/build.js b/jekyll-source/build/build.js
deleted file mode 100644
index e7d9c75..0000000
--- a/jekyll-source/build/build.js
+++ /dev/null
@@ -1,91 +0,0 @@
-var UglifyJS = require('uglify-js');
-var CleanCSS = require('clean-css');
-var fs = require('fs');
-require('shelljs/global');
-require('colors');
-
-var fileConf = require('./files.conf.js')
-var CSSJSfiles = fileConf.CSSJSfiles;
-
-nowDate = new Date();
-nowDateStr = nowDate.toISOString().slice(0, 10).replace(/-/g, "");
-
-// remove preceding compressed files
-rm('-rf', 'static/assets/*.min.js');
-rm('-rf', 'static/assets/*.min.css');
-
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.eot', 'static/assets/');
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.svg', 'static/assets/');
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.ttf', 'static/assets/');
-cp('-f', 'node_modules/font-mfizz/dist/font-mfizz.woff', 'static/assets/');
-
-// change link/src files to new file path
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '_includes/index_head.html');
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '_includes/head.html');
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '_includes/category.html');
-sed('-i', /(.*)[0-9]{8}(.*)/, '$1' + nowDateStr + '$2', '404.html');
-
-
-// compress js files function
-function compressjs(pagename, filename, filelist) {
-    console.log('Now compress ' + pagename + ' js files to ' + filename + ' ...')
-    var result = UglifyJS.minify(filelist, {
-        mangle: true,
-        compress: {
-            sequences: true,
-            dead_code: true,
-            conditionals: true,
-            booleans: true,
-            unused: true,
-            if_return: true,
-            join_vars: true,
-            drop_console: true
-        },
-    });
-
-    fs.writeFileSync('static/assets/' + filename, result.code);
-    console.log(pagename.green + " js files compress succeed. You can find it at \"static/assets\".\n".green);
-}
-
-// compress css files function
-function compresscss(pagename, filename, filelist) {
-    console.log('Now compress ' + pagename + ' css files to ' + filename + ' ...')
-    var result = new CleanCSS().minify(filelist);
-    var output = new CleanCSS({
-        level: {
-            1: {
-                transform: function(propertyName, propertyValue) {
-                    if (propertyName == 'src' && propertyValue.indexOf('node_modules/bootstrap/dist/') > -1) {
-                        return propertyValue.replace('node_modules/bootstrap/dist/', '');
-                    }
-                    if (propertyName == 'src' && propertyValue.indexOf('node_modules/components-font-awesome/') > -1) {
-                        return propertyValue.replace('node_modules/components-font-awesome/', '');
-                    }
-                    if (propertyName == 'src' && propertyValue.indexOf('node_modules/font-mfizz/dist/') > -1) {
-                        return propertyValue.replace('node_modules/font-mfizz/dist/', '');
-                    }
-                    if (propertyName == 'background' && propertyValue.indexOf('static/img/') > -1) {
-                        return propertyValue.replace('static/', '');
-                    }
-                    if (propertyName == 'background-image' && propertyValue.indexOf('static/img/') > -1) {
-                        return propertyValue.replace('static/', '');
-                    }
-                }
-            }
-        }
-    }).minify(result.styles);
-
-    fs.writeFileSync('static/assets/' + filename, output.styles);
-    console.log(pagename.green + " css files compress succeed. You can find it at \"static/assets\".\n".green);
-}
-
-for (i = 0; i < CSSJSfiles.length; i++) {
-    if (CSSJSfiles[i].type == 'css') {
-        var filename = CSSJSfiles[i].prefix + nowDateStr + '.min.css'
-        compresscss(CSSJSfiles[i].name, filename, CSSJSfiles[i].list)
-    }
-    if (CSSJSfiles[i].type == 'js') {
-        var filename = CSSJSfiles[i].prefix + nowDateStr + '.min.js'
-        compressjs(CSSJSfiles[i].name, filename, CSSJSfiles[i].list)
-    }
-}
diff --git a/jekyll-source/build/files.conf.js b/jekyll-source/build/files.conf.js
deleted file mode 100644
index 740222e..0000000
--- a/jekyll-source/build/files.conf.js
+++ /dev/null
@@ -1,54 +0,0 @@
-module.exports = {
-    CSSJSfiles: [{
-        name: 'all page',
-        quotefile: '_includes/index_head.html',
-        prefix: 'app-',
-        type: 'js',
-        list: [
-            'node_modules/jquery/dist/jquery.js',
-            'static/js/bs3-typeahead.js',//
-            'node_modules/bootstrap/dist/js/bootstrap.js',
-            'node_modules/chart.js/dist/Chart.js',
-            'node_modules/pace-progress/pace.js',
-            'node_modules/wowjs/dist/wow.js',
-            'static/js/scroll.js',
-            'static/js/count.js'
-        ]
-    }, {
-        name: 'i18next page',
-        quotefile: '_includes/index_head.html',
-        prefix: 'i18-',
-        type: 'js',
-        list: [
-            'static/js/i18next.min.js',
-            'static/js/localization.js'
-        ]
-    }, {
-        name: 'blog pages',
-        quotefile: '_includes/head.html',
-        prefix: 'blog-',
-        type: 'js',
-        list: [
-            'node_modules/metismenu/dist/metisMenu.js',
-            'node_modules/jquery-slimscroll/jquery.slimscroll.js',
-            'node_modules/peity/jquery.peity.js',
-            'static/js/jPages.js',
-            'static/js/js.js',
-            'static/js/search.js'
-        ]
-    }, {
-        name: 'all pages',
-        quotefile: '_includes/head.html',
-        prefix: 'app-',
-        type: 'css',
-        list: [
-            'node_modules/normalize.css/normalize.css',
-            'node_modules/bootstrap/dist/css/bootstrap.css',
-            'node_modules/animate.css/animate.css',
-            'node_modules/components-font-awesome/css/font-awesome.css',
-            'node_modules/font-mfizz/dist/font-mfizz.css',
-            'node_modules/gritter/jquery.gritter.css',
-            'node_modules/pace-progress/themes/blue/pace-theme-flash.css',
-        ]
-    }]
-}
diff --git a/jekyll-source/downloads/index.md b/jekyll-source/downloads/index.md
deleted file mode 100644
index c45b57c..0000000
--- a/jekyll-source/downloads/index.md
+++ /dev/null
@@ -1,168 +0,0 @@
----
-layout: post
-title:  "Dowload the SkyWalking releases"
-date:   2018-11-14
-desc: ""
-keywords: "release, source codes"
-categories: [HTML]
-tags: [release, source codes]
-icon: icon-html
----
-
-Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.
-
-# 6.x Latest Version
-
-## 6.0.0-alpha
-Released at Nov. 14th, 2018
-  - Source codes: [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512)
-  - [Documents](https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/docs/README.md) for this release.
-  - Windows: [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512)
-  - Linux: [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512)
-
-
-
-[PGP signatures KEYS](https://www.apache.org/dist/incubator/skywalking/KEYS)
-
-<br/>
-# Changes in 6.0.0-alpha
-
-SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing
-tracing system with analysis and visualization capabilities. We are an **Observability Analysis Platform(OAL)**.
-
-The core and most important features in v6 are
-1. Support to collect telemetry data from different sources, such as multiple language agents and service mesh.
-1. Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't
-provided in this release.
-1. Provide **Observability Analysis Language(OAL)** to make analysis metric customization available.
-1. New GraphQL query protocol. Not binding with UI now.
-1. UI topology is better now.
-1. New alarm core provided. In alpha, only on service related metric.
-
-[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/29?closed=1)
-
-# Stable Release - Latest Version
-
-## 5.0.0-GA
-Released at Oct. 17th, 2018
-  - Source codes: [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512)
-  - [Documents](https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md) for this release.
-  - Windows: [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512)
-  - Linux: [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512)
-
-
-
-[PGP signatures KEYS](https://www.apache.org/dist/incubator/skywalking/KEYS)
-
-<br/>
-# Changes in 5.0.0-GA
-
-#### Agent Changes
-  - Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.
-  - Support Undertow 2.x plugin.
-  - Fix wrong class names of Motan plugin, not a feature related issue, just naming.
-
-#### Collector Changes
-  - Make buffer file handler close more safety.
-  - Fix NPE in AlarmService
-
-#### Documents
-  - Fix compiling doc link.
-  - Update new live demo address.
-
-[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/27?closed=1)
-
-<br/>
-# Verify the releases
-It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.
-
-```
-gpg -i KEYS
-
-or
-
-pgpk -a KEYS
-
-or
-
-pgp -ka KEYS
-```
-
-To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
-
-```
-gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
-
-or
-
-pgpv apache-skywalking-apm-incubating********.asc
-
-or
-
-pgp apache-skywalking-apm-incubating********.asc
-```
-
-<br/>
-# Old releases
-
-## 5.0.0-RC2
-Released at Sep. 12th, 2018
-  - Source codes: [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512)
-  - [Documents](https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md) for this release.
-  - Windows: [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512)
-  - Linux: [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512)
-
-## 5.0.0-beta2
-Released at July 11th, 2018
-  - Source codes: [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512)
-  - [Documents](https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md) for this release.
-  - Windows: [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512)
-  - Linux: [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512)
-
-## 5.0.0-beta
-Released at May 23th, 2018
-  - Source codes: [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512)
-  - [Documents](https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md) for this release.
-  - Windows: [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512)
-  - Linux: [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512)
-
-## 5.0.0-alpha
-Released at April 3rd, 2018
-  - Source codes: [[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz) [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512)
-  - [Documents](https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md) for this release.
-  - Windows: [[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512)
-  - Linux: [[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz)
-  [[asc]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc)
-  [[sha512]](https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512)
-<br/>
-
-# All Changes
-[Changes](https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md) document.
diff --git a/jekyll-source/feed.xml b/jekyll-source/feed.xml
deleted file mode 100755
index b64612f..0000000
--- a/jekyll-source/feed.xml
+++ /dev/null
@@ -1,30 +0,0 @@
----
-layout: null
----
-<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
-  <channel>
-    <title>{{ site.title | xml_escape }}</title>
-    <description>{{ site.description | xml_escape }}</description>
-    <link>{{ site.url }}{{ site.baseurl }}/</link>
-    <atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
-    <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
-    <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
-    <generator>Jekyll v{{ jekyll.version }}</generator>
-    {% for post in site.posts %}
-      <item>
-        <title>{{ post.title | xml_escape }}</title>
-        <description>{{ post.content | xml_escape }}</description>
-        <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
-        <link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
-        <guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
-        {% for tag in post.tags %}
-        <category>{{ tag | xml_escape }}</category>
-        {% endfor %}
-        {% for cat in post.categories %}
-        <category>{{ cat | xml_escape }}</category>
-        {% endfor %}
-      </item>
-    {% endfor %}
-  </channel>
-</rss>
diff --git a/jekyll-source/index.html b/jekyll-source/index.html
deleted file mode 100755
index deb6746..0000000
--- a/jekyll-source/index.html
+++ /dev/null
@@ -1,68 +0,0 @@
----
-layout: blog
-title: index
-permalink: /
----
-
-<div class="navbar-wrapper">
-  <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-header page-scroll">
-        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
-          <span class="sr-only">Toggle navigation</span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </button>
-        <a class="navbar-brand" href="#page-top" id="i18_title"><span data-i18n="website.title">{{ site.title }}</span></a>
-      </div>
-      <div id="navbar" class="navbar-collapse collapse">
-        <ul class="nav navbar-nav navbar-right" id="i18_navbar">
-          {% for section in site.data.landing %}
-          <li>
-            {% if section.page %}
-              <a class="page-scroll" href="{{ section.page}} ">
-            {% else %}
-              <a class="page-scroll" href="{{ section.id | prepend: '#'}} ">
-            {% endif %}
-              <span data-i18n="{{ section.i18n }}">{{ section.name }}</span>
-            </a>
-          </li>
-          {% endfor %}
-          {% for language in site.data.index.language %}
-          <li>
-            <a id="set_lang_{{ language.locale }}" class="btn btn-sm set_{{ language.locale }}" data-locale="{{ language.locale }}">
-              <img src="{{ language.flag | prepend: site.baseurl }}" height="16" width="16">
-            </a>
-          </li>
-          {% endfor %}
-        </ul>
-      </div>
-    </div>
-  </nav>
-</div>
-{% if site.index_carousel %}
-{% include carousel.html %}
-{% endif %}
-
-{% for section in site.data.landing %}
-{% assign loopindex = forloop.index | modulo: 2 %}
-<section id="{{ section.id }}" class="features {% if loopindex != 1 %} gray-section {% endif %} {{ section.css }}" style="margin-top: 0;">
-  {% include sections/{{section.tpl}} %}
-</section>
-{% endfor %}
-<style>
-iframe {
-  -moz-transform: scale(0.25, 0.25);
-  -webkit-transform: scale(0.25, 0.25);
-  -o-transform: scale(0.25, 0.25);
-  -ms-transform: scale(0.25, 0.25);
-  transform: scale(0.25, 0.25);
-  -moz-transform-origin: top left;
-  -webkit-transform-origin: top left;
-  -o-transform-origin: top left;
-  -ms-transform-origin: top left;
-  transform-origin: top left;
-}
-</style>
-<!-- <iframe src="https://www.maimemo.com/share/page/?uid=779139&pid=660" style="display: none;"></iframe> -->
diff --git a/jekyll-source/package.json b/jekyll-source/package.json
deleted file mode 100644
index 28698ad..0000000
--- a/jekyll-source/package.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
-  "name": "Jalpc",
-  "version": "1.1.1",
-  "description": "npm config file for Jalpc",
-  "main": "",
-  "scripts": {
-    "build": "node build/build.js",
-    "dev": "node build/dev-server.js"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/jarrekk/Jalpc.git"
-  },
-  "author": "Kun Jia",
-  "license": "MIT",
-  "bugs": {
-    "url": "https://github.com/jarrekk/Jalpc/issues"
-  },
-  "homepage": "https://github.com/jarrekk/Jalpc#readme",
-  "dependencies": {
-    "animate.css": "^3.5.2",
-    "bootstrap": "^3.3.6",
-    "chart.js": "^2.4.0",
-    "colors": "^1.1.2",
-    "components-font-awesome": "^4.7.0",
-    "font-mfizz": "^2.4.1",
-    "gritter": "^1.7.4",
-    "jquery": "^3.0.0",
-    "jquery-slimscroll": "^1.3.8",
-    "metismenu": "^2.5.2",
-    "normalize.css": "^4.2.0",
-    "pace-progress": "^1.0.2",
-    "peity": "^3.2.0",
-    "purify-css": "^1.1.9",
-    "wowjs": "^1.1.2"
-  },
-  "devDependencies": {
-    "clean-css": "^4.0.6",
-    "shelljs": "^0.7.6",
-    "uglify-js": "^2.7.5"
-  }
-}
diff --git a/jekyll-source/readme_files/Jalpc.png b/jekyll-source/readme_files/Jalpc.png
deleted file mode 100644
index 9ef035b..0000000
Binary files a/jekyll-source/readme_files/Jalpc.png and /dev/null differ
diff --git a/jekyll-source/readme_files/blog.png b/jekyll-source/readme_files/blog.png
deleted file mode 100755
index 1695288..0000000
Binary files a/jekyll-source/readme_files/blog.png and /dev/null differ
diff --git a/jekyll-source/readme_files/search.gif b/jekyll-source/readme_files/search.gif
deleted file mode 100755
index ec84758..0000000
Binary files a/jekyll-source/readme_files/search.gif and /dev/null differ
diff --git a/jekyll-source/readme_files/share.png b/jekyll-source/readme_files/share.png
deleted file mode 100644
index 46b852e..0000000
Binary files a/jekyll-source/readme_files/share.png and /dev/null differ
diff --git a/jekyll-source/robots.txt b/jekyll-source/robots.txt
deleted file mode 100755
index 308dc1f..0000000
--- a/jekyll-source/robots.txt
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: robots
----
-User-agent: *
-Sitemap: <{{site.url}}/sitemap.xml>
diff --git a/jekyll-source/search.json b/jekyll-source/search.json
deleted file mode 100644
index 15a8a15..0000000
--- a/jekyll-source/search.json
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: null
----
-{
-    "code" : 0 ,
-    "data" : [
-     {% for post in site.posts %}
-    {
-        "title" : "{{ post.title }} - {{ post.date | date_to_utc | date: '%Y-%m-%d'}}",
-        "url" : "{{ site.baseurl }}{{ post.url }}"
-    }
-    {% if forloop.rindex != 1  %}
-    ,
-    {% endif %}
-    {% endfor %}
-    ]
-}
diff --git a/jekyll-source/sitemap.xml b/jekyll-source/sitemap.xml
deleted file mode 100755
index 9f20f11..0000000
--- a/jekyll-source/sitemap.xml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: null
-title : Sitemap
----
-<?xml version="1.0" encoding="UTF-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-{% for post in site.posts %}
-    <url>
-        <loc>{{site.url}}{{ post.url }}</loc>
-    </url>
-{% endfor %}
-{% for page in site.pages %}
-    <url>
-        <loc>{{site.url}}{{ page.url }}</loc>
-    </url>
-{% endfor %}
-</urlset>
diff --git a/jekyll-source/static/assets/app-20171204.min.css b/jekyll-source/static/assets/app-20171204.min.css
deleted file mode 100644
index 8dadb7c..0000000
--- a/jekyll-source/static/assets/app-20171204.min.css
+++ /dev/null
@@ -1,27 +0,0 @@
-@charset "UTF-8";/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*!
- * Bootstrap v3.3.7 (http://getbootstrap.com)
- * Copyright 2011-2016 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(fonts/glyphicons-halflings-regular.eot);src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(fonts/glyphicons-halflings-regular.woff) format('woff'),url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;opacity:0;line-break:auto}.tooltip.in{opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*!
- * animate.css -http://daneden.me/animate
- * Version - 3.5.1
- * Licensed under the MIT license - http://opensource.org/licenses/MIT
- *
- * Copyright (c) 2016 Daniel Eden
- */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
- *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
- * Font Mfizz 2.4.1
- * Copyright 2013-2017 Fizzed, Inc.
- * MIT License
- *
- * Project: http://fizzed.com/oss/font-mfizz
- *
- * The font designed for technology and software geeks representing programming
- * languages, operating systems, software engineering, and technology.
- *
- * Fizzed, Inc.
- * Web: http://fizzed.com/
- * Twitter: http://twitter.com/fizzed_inc
- */@font-face{font-family:FontMfizz;src:url(font-mfizz.eot);src:url(font-mfizz.eot?#iefix) format("embedded-opentype"),url(font-mfizz.woff) format("woff"),url(font-mfizz.ttf) format("truetype"),url(font-mfizz.svg#font-mfizz) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:FontMfizz;src:url(font-mfizz.svg#font-mfizz) format("svg")}}[data-icon]:before{content:attr(data-icon)}.icon-3dprint:before,.icon-alpinelinux:before,.icon-angular-alt:before,.icon-angular:before,.icon-antenna:before,.icon-apache:before,.icon-archlinux:before,.icon-aws:before,.icon-azure:before,.icon-backbone:before,.icon-blackberry:before,.icon-bomb:before,.icon-bootstrap:before,.icon-c:before,.icon-cassandra:before,.icon-centos:before,.icon-clojure:before,.icon-codeigniter:before,.icon-codepen:before,.icon-coffee-bean:before,.icon-cplusplus:before,.icon-csharp:before,.icon-css3-alt:before,.icon-css3:before,.icon-css:before,.icon-d3:before,.icon-database-alt2:before,.icon-database-alt:before,.icon-database:before,.icon-debian:before,.icon-docker:before,.icon-dreamhost:before,.icon-elixir:before,.icon-elm:before,.icon-erlang:before,.icon-exherbo:before,.icon-fedora:before,.icon-fire-alt:before,.icon-freebsd:before,.icon-freecodecamp:before,.icon-gentoo:before,.icon-ghost:before,.icon-git:before,.icon-gnome:before,.icon-go-alt:before,.icon-go:before,.icon-google-alt:before,.icon-google-code:before,.icon-google-developers:before,.icon-google:before,.icon-gradle:before,.icon-grails-alt:before,.icon-grails:before,.icon-grunt:before,.icon-gulp-alt:before,.icon-gulp:before,.icon-hadoop:before,.icon-haskell:before,.icon-heroku:before,.icon-html5-alt:before,.icon-html5:before,.icon-html:before,.icon-iphone:before,.icon-java-bold:before,.icon-java-duke:before,.icon-java:before,.icon-javascript-alt:before,.icon-javascript:before,.icon-jetty:before,.icon-jquery:before,.icon-kde:before,.icon-laravel:before,.icon-line-graph:before,.icon-linux-mint:before,.icon-looking:before,.icon-magento:before,.icon-mariadb:before,.icon-maven:before,.icon-microscope:before,.icon-mobile-device:before,.icon-mobile-phone-alt:before,.icon-mobile-phone-broadcast:before,.icon-mongodb:before,.icon-mssql:before,.icon-mysql-alt:before,.icon-mysql:before,.icon-netbsd:before,.icon-nginx-alt2:before,.icon-nginx-alt:before,.icon-nginx:before,.icon-nodejs:before,.icon-npm:before,.icon-objc:before,.icon-openshift:before,.icon-oracle-alt:before,.icon-oracle:before,.icon-osx:before,.icon-perl:before,.icon-phone-alt:before,.icon-phone-gap:before,.icon-phone-retro:before,.icon-php-alt:before,.icon-php:before,.icon-playframework-alt:before,.icon-playframework:before,.icon-plone:before,.icon-postgres-alt:before,.icon-postgres:before,.icon-python:before,.icon-raspberrypi:before,.icon-reactjs:before,.icon-redhat:before,.icon-redis:before,.icon-ruby-on-rails-alt:before,.icon-ruby-on-rails:before,.icon-ruby:before,.icon-rust:before,.icon-sass:before,.icon-satellite:before,.icon-scala-alt:before,.icon-scala:before,.icon-script-alt:before,.icon-script:before,.icon-shell:before,.icon-sitefinity:before,.icon-solaris:before,.icon-splatter:before,.icon-spring:before,.icon-suse:before,.icon-svg:before,.icon-symfony:before,.icon-tomcat:before,.icon-ubuntu:before,.icon-unity:before,.icon-wireless:before,.icon-wordpress:before,.icon-x11:before,[data-icon]:before{display:inline-block;font-family:FontMfizz;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.icon-3dprint:before{content:"\f100"}.icon-alpinelinux:before{content:"\f101"}.icon-angular:before{content:"\f102"}.icon-angular-alt:before{content:"\f103"}.icon-antenna:before{content:"\f104"}.icon-apache:before{content:"\f105"}.icon-archlinux:before{content:"\f106"}.icon-aws:before{content:"\f107"}.icon-azure:before{content:"\f108"}.icon-backbone:before{content:"\f109"}.icon-blackberry:before{content:"\f10a"}.icon-bomb:before{content:"\f10b"}.icon-bootstrap:before{content:"\f10c"}.icon-c:before{content:"\f10d"}.icon-cassandra:before{content:"\f10e"}.icon-centos:before{content:"\f10f"}.icon-clojure:before{content:"\f110"}.icon-codeigniter:before{content:"\f111"}.icon-codepen:before{content:"\f112"}.icon-coffee-bean:before{content:"\f113"}.icon-cplusplus:before{content:"\f114"}.icon-csharp:before{content:"\f115"}.icon-css:before{content:"\f116"}.icon-css3:before{content:"\f117"}.icon-css3-alt:before{content:"\f118"}.icon-d3:before{content:"\f119"}.icon-database:before{content:"\f11a"}.icon-database-alt:before{content:"\f11b"}.icon-database-alt2:before{content:"\f11c"}.icon-debian:before{content:"\f11d"}.icon-docker:before{content:"\f11e"}.icon-dreamhost:before{content:"\f11f"}.icon-elixir:before{content:"\f120"}.icon-elm:before{content:"\f121"}.icon-erlang:before{content:"\f122"}.icon-exherbo:before{content:"\f123"}.icon-fedora:before{content:"\f124"}.icon-fire-alt:before{content:"\f125"}.icon-freebsd:before{content:"\f126"}.icon-freecodecamp:before{content:"\f127"}.icon-gentoo:before{content:"\f128"}.icon-ghost:before{content:"\f129"}.icon-git:before{content:"\f12a"}.icon-gnome:before{content:"\f12b"}.icon-go:before{content:"\f12c"}.icon-go-alt:before{content:"\f12d"}.icon-google:before{content:"\f12e"}.icon-google-alt:before{content:"\f12f"}.icon-google-code:before{content:"\f130"}.icon-google-developers:before{content:"\f131"}.icon-gradle:before{content:"\f132"}.icon-grails:before{content:"\f133"}.icon-grails-alt:before{content:"\f134"}.icon-grunt:before{content:"\f135"}.icon-gulp:before{content:"\f136"}.icon-gulp-alt:before{content:"\f137"}.icon-hadoop:before{content:"\f138"}.icon-haskell:before{content:"\f139"}.icon-heroku:before{content:"\f13a"}.icon-html:before{content:"\f13b"}.icon-html5:before{content:"\f13c"}.icon-html5-alt:before{content:"\f13d"}.icon-iphone:before{content:"\f13e"}.icon-java:before{content:"\f13f"}.icon-java-bold:before{content:"\f140"}.icon-java-duke:before{content:"\f141"}.icon-javascript:before{content:"\f142"}.icon-javascript-alt:before{content:"\f143"}.icon-jetty:before{content:"\f144"}.icon-jquery:before{content:"\f145"}.icon-kde:before{content:"\f146"}.icon-laravel:before{content:"\f147"}.icon-line-graph:before{content:"\f148"}.icon-linux-mint:before{content:"\f149"}.icon-looking:before{content:"\f14a"}.icon-magento:before{content:"\f14b"}.icon-mariadb:before{content:"\f14c"}.icon-maven:before{content:"\f14d"}.icon-microscope:before{content:"\f14e"}.icon-mobile-device:before{content:"\f14f"}.icon-mobile-phone-alt:before{content:"\f150"}.icon-mobile-phone-broadcast:before{content:"\f151"}.icon-mongodb:before{content:"\f152"}.icon-mssql:before{content:"\f153"}.icon-mysql:before{content:"\f154"}.icon-mysql-alt:before{content:"\f155"}.icon-netbsd:before{content:"\f156"}.icon-nginx:before{content:"\f157"}.icon-nginx-alt:before{content:"\f158"}.icon-nginx-alt2:before{content:"\f159"}.icon-nodejs:before{content:"\f15a"}.icon-npm:before{content:"\f15b"}.icon-objc:before{content:"\f15c"}.icon-openshift:before{content:"\f15d"}.icon-oracle:before{content:"\f15e"}.icon-oracle-alt:before{content:"\f15f"}.icon-osx:before{content:"\f160"}.icon-perl:before{content:"\f161"}.icon-phone-alt:before{content:"\f162"}.icon-phone-gap:before{content:"\f163"}.icon-phone-retro:before{content:"\f164"}.icon-php:before{content:"\f165"}.icon-php-alt:before{content:"\f166"}.icon-playframework:before{content:"\f167"}.icon-playframework-alt:before{content:"\f168"}.icon-plone:before{content:"\f169"}.icon-postgres:before{content:"\f16a"}.icon-postgres-alt:before{content:"\f16b"}.icon-python:before{content:"\f16c"}.icon-raspberrypi:before{content:"\f16d"}.icon-reactjs:before{content:"\f16e"}.icon-redhat:before{content:"\f16f"}.icon-redis:before{content:"\f170"}.icon-ruby:before{content:"\f171"}.icon-ruby-on-rails:before{content:"\f172"}.icon-ruby-on-rails-alt:before{content:"\f173"}.icon-rust:before{content:"\f174"}.icon-sass:before{content:"\f175"}.icon-satellite:before{content:"\f176"}.icon-scala:before{content:"\f177"}.icon-scala-alt:before{content:"\f178"}.icon-script:before{content:"\f179"}.icon-script-alt:before{content:"\f17a"}.icon-shell:before{content:"\f17b"}.icon-sitefinity:before{content:"\f17c"}.icon-solaris:before{content:"\f17d"}.icon-splatter:before{content:"\f17e"}.icon-spring:before{content:"\f17f"}.icon-suse:before{content:"\f180"}.icon-svg:before{content:"\f181"}.icon-symfony:before{content:"\f182"}.icon-tomcat:before{content:"\f183"}.icon-ubuntu:before{content:"\f184"}.icon-unity:before{content:"\f185"}.icon-wireless:before{content:"\f186"}.icon-wordpress:before{content:"\f187"}.icon-x11:before{content:"\f188"}.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:#29d;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;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:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;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)}}
\ No newline at end of file
diff --git a/jekyll-source/static/assets/app-20171204.min.js b/jekyll-source/static/assets/app-20171204.min.js
deleted file mode 100644
index 2c84ae7..0000000
--- a/jekyll-source/static/assets/app-20171204.min.js
+++ /dev/null
@@ -1,10 +0,0 @@
-if(function(t,e){"object"==typeof module&&"object"==typeof module.exports?module.exports=t.document?e(t,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return e(t)}:e(t)}("undefined"!=typeof window?window:this,function(t,e){function n(t){var e=!!t&&"length"in t&&t.length,n=ot.type(t);return"function"!==n&&!ot.isWindow(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}function i(t,e,n){if(ot.isFunction(e))return ot.grep(t,function(t,i){return!!e.call(t,i,t)!==n});if(e.nodeType)return ot.grep(t,function(t){return t===e!==n});if("string"==typeof e){if(pt.test(e))return ot.filter(e,t,n);e=ot.filter(e,t)}return ot.grep(t,function(t){return Z.call(e,t)>-1!==n})}function o(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}function r(t){var e={};return ot.each(t.match(bt)||[],function(t,n){e[n]=!0}),e}function a(){Q.removeEventListener("DOMContentLoaded",a),t.removeEventListener("load",a),ot.ready()}function s(){this.expando=ot.expando+s.uid++}function l(t,e,n){var i;if(void 0===n&&1===t.nodeType)if(i="data-"+e.replace(Dt,"-$&").toLowerCase(),"string"==typeof(n=t.getAttribute(i))){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:Tt.test(n)?ot.parseJSON(n):n)}catch(t){}St.set(t,e,n)}else n=void 0;return n}function u(t,e,n,i){var o,r=1,a=20,s=i?function(){return i.cur()}:function(){return ot.css(t,e,"")},l=s(),u=n&&n[3]||(ot.cssNumber[e]?"":"px"),c=(ot.cssNumber[e]||"px"!==u&&+l)&&At.exec(ot.css(t,e));if(c&&c[3]!==u){u=u||c[3],n=n||[],c=+l||1;do{r=r||".5",c/=r,ot.style(t,e,c+u)}while(r!==(r=s()/l)&&1!==r&&--a)}return n&&(c=+c||+l||0,o=n[1]?c+(n[1]+1)*n[2]:+n[2],i&&(i.unit=u,i.start=c,i.end=o)),o}function c(t,e){var n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[];return void 0===e||e&&ot.nodeName(t,e)?ot.merge([t],n):n}function d(t,e){for(var n=0,i=t.length;n<i;n++)Ct.set(t[n],"globalEval",!e||Ct.get(e[n],"globalEval"))}function h(t,e,n,i,o){for(var r,a,s,l,u,h,f=e.createDocumentFragment(),p=[],g=0,v=t.length;g<v;g++)if((r=t[g])||0===r)if("object"===ot.type(r))ot.merge(p,r.nodeType?[r]:r);else if(Lt.test(r)){for(a=a||f.appendChild(e.createElement("div")),s=(Et.exec(r)||["",""])[1].toLowerCase(),l=Ot[s]||Ot._default,a.innerHTML=l[1]+ot.htmlPrefilter(r)+l[2],h=l[0];h--;)a=a.lastChild;ot.merge(p,a.childNodes),a=f.firstChild,a.textContent=""}else p.push(e.createTextNode(r));for(f.textContent="",g=0;r=p[g++];)if(i&&ot.inArray(r,i)>-1)o&&o.push(r);else if(u=ot.contains(r.ownerDocument,r),a=c(f.appendChild(r),"script"),u&&d(a),n)for(h=0;r=a[h++];)Nt.test(r.type||"")&&n.push(r);return f}function f(){return!0}function p(){return!1}function g(){try{return Q.activeElement}catch(t){}}function v(t,e,n,i,o,r){var a,s;if("object"==typeof e){"string"!=typeof n&&(i=i||n,n=void 0);for(s in e)v(t,s,n,i,e[s],r);return t}if(null==i&&null==o?(o=n,i=n=void 0):null==o&&("string"==typeof n?(o=i,i=void 0):(o=i,i=n,n=void 0)),!1===o)o=p;else if(!o)return t;return 1===r&&(a=o,o=function(t){return ot().off(t),a.apply(this,arguments)},o.guid=a.guid||(a.guid=ot.guid++)),t.each(function(){ot.event.add(this,e,o,i,n)})}function m(t,e){return ot.nodeName(t,"table")&&ot.nodeName(11!==e.nodeType?e:e.firstChild,"tr")?t.getElementsByTagName("tbody")[0]||t.appendChild(t.ownerDocument.createElement("tbody")):t}function y(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function b(t){var e=Ht.exec(t.type);return e?t.type=e[1]:t.removeAttribute("type"),t}function x(t,e){var n,i,o,r,a,s,l,u;if(1===e.nodeType){if(Ct.hasData(t)&&(r=Ct.access(t),a=Ct.set(e,r),u=r.events)){delete a.handle,a.events={};for(o in u)for(n=0,i=u[o].length;n<i;n++)ot.event.add(e,o,u[o][n])}St.hasData(t)&&(s=St.access(t),l=ot.extend({},s),St.set(e,l))}}function w(t,e){var n=e.nodeName.toLowerCase();"input"===n&&_t.test(t.type)?e.checked=t.checked:"input"!==n&&"textarea"!==n||(e.defaultValue=t.defaultValue)}function k(t,e,n,i){e=G.apply([],e);var o,r,a,s,l,u,d=0,f=t.length,p=f-1,g=e[0],v=ot.isFunction(g);if(v||f>1&&"string"==typeof g&&!it.checkClone&&jt.test(g))return t.each(function(o){var r=t.eq(o);v&&(e[0]=g.call(this,o,r.html())),k(r,e,n,i)});if(f&&(o=h(e,t[0].ownerDocument,!1,t,i),r=o.firstChild,1===o.childNodes.length&&(o=r),r||i)){for(a=ot.map(c(o,"script"),y),s=a.length;d<f;d++)l=o,d!==p&&(l=ot.clone(l,!0,!0),s&&ot.merge(a,c(l,"script"))),n.call(t[d],l,d);if(s)for(u=a[a.length-1].ownerDocument,ot.map(a,b),d=0;d<s;d++)l=a[d],Nt.test(l.type||"")&&!Ct.access(l,"globalEval")&&ot.contains(u,l)&&(l.src?ot._evalUrl&&ot._evalUrl(l.src):ot.globalEval(l.textContent.replace(zt,"")))}return t}function C(t,e,n){for(var i,o=e?ot.filter(e,t):t,r=0;null!=(i=o[r]);r++)n||1!==i.nodeType||ot.cleanData(c(i)),i.parentNode&&(n&&ot.contains(i.ownerDocument,i)&&d(c(i,"script")),i.parentNode.removeChild(i));return t}function S(t,e){var n=ot(e.createElement(t)).appendTo(e.body),i=ot.css(n[0],"display");return n.detach(),i}function T(t){var e=Q,n=Vt[t];return n||(n=S(t,e),"none"!==n&&n||(qt=(qt||ot("<iframe frameborder='0' width='0' height='0'/>")).appendTo(e.documentElement),e=qt[0].contentDocument,e.write(),e.close(),n=S(t,e),qt.detach()),Vt[t]=n),n}function D(t,e,n){var i,o,r,a,s=t.style;return n=n||Xt(t),a=n?n.getPropertyValue(e)||n[e]:void 0,""!==a&&void 0!==a||ot.contains(t.ownerDocument,t)||(a=ot.style(t,e)),n&&!it.pixelMarginRight()&&Yt.test(a)&&Ut.test(e)&&(i=s.width,o=s.minWidth,r=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=o,s.maxWidth=r),void 0!==a?a+"":a}function M(t,e){return{get:function(){return t()?void delete this.get:(this.get=e).apply(this,arguments)}}}function A(t){if(t in ee)return t;for(var e=t[0].toUpperCase()+t.slice(1),n=te.length;n--;)if((t=te[n]+e)in ee)return t}function I(t,e,n){var i=At.exec(e);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):e}function P(t,e,n,i,o){for(var r=n===(i?"border":"content")?4:"width"===e?1:0,a=0;r<4;r+=2)"margin"===n&&(a+=ot.css(t,n+It[r],!0,o)),i?("content"===n&&(a-=ot.css(t,"padding"+It[r],!0,o)),"margin"!==n&&(a-=ot.css(t,"border"+It[r]+"Width",!0,o))):(a+=ot.css(t,"padding"+It[r],!0,o),"padding"!==n&&(a+=ot.css(t,"border"+It[r]+"Width",!0,o)));return a}function _(t,e,n){var i=!0,o="width"===e?t.offsetWidth:t.offsetHeight,r=Xt(t),a="border-box"===ot.css(t,"boxSizing",!1,r);if(o<=0||null==o){if(o=D(t,e,r),(o<0||null==o)&&(o=t.style[e]),Yt.test(o))return o;i=a&&(it.boxSizingReliable()||o===t.style[e]),o=parseFloat(o)||0}return o+P(t,e,n||(a?"border":"content"),i,r)+"px"}function E(t,e){for(var n,i,o,r=[],a=0,s=t.length;a<s;a++)i=t[a],i.style&&(r[a]=Ct.get(i,"olddisplay"),n=i.style.display,e?(r[a]||"none"!==n||(i.style.display=""),""===i.style.display&&Pt(i)&&(r[a]=Ct.access(i,"olddisplay",T(i.nodeName)))):(o=Pt(i),"none"===n&&o||Ct.set(i,"olddisplay",o?n:ot.css(i,"display"))));for(a=0;a<s;a++)i=t[a],i.style&&(e&&"none"!==i.style.display&&""!==i.style.display||(i.style.display=e?r[a]||"":"none"));return t}function N(t,e,n,i,o){return new N.prototype.init(t,e,n,i,o)}function O(){return t.setTimeout(function(){ne=void 0}),ne=ot.now()}function L(t,e){var n,i=0,o={height:t};for(e=e?1:0;i<4;i+=2-e)n=It[i],o["margin"+n]=o["padding"+n]=t;return e&&(o.opacity=o.width=t),o}function F(t,e,n){for(var i,o=(W.tweeners[e]||[]).concat(W.tweeners["*"]),r=0,a=o.length;r<a;r++)if(i=o[r].call(n,e,t))return i}function R(t,e,n){var i,o,r,a,s,l,u,c=this,d={},h=t.style,f=t.nodeType&&Pt(t),p=Ct.get(t,"fxshow");n.queue||(s=ot._queueHooks(t,"fx"),null==s.unqueued&&(s.unqueued=0,l=s.empty.fire,s.empty.fire=function(){s.unqueued||l()}),s.unqueued++,c.always(function(){c.always(function(){s.unqueued--,ot.queue(t,"fx").length||s.empty.fire()})})),1===t.nodeType&&("height"in e||"width"in e)&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],u=ot.css(t,"display"),"inline"===("none"===u?Ct.get(t,"olddisplay")||T(t.nodeName):u)&&"none"===ot.css(t,"float")&&(h.display="inline-block")),n.overflow&&(h.overflow="hidden",c.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]}));for(i in e)if(o=e[i],oe.exec(o)){if(delete e[i],r=r||"toggle"===o,o===(f?"hide":"show")){if("show"!==o||!p||void 0===p[i])continue;f=!0}d[i]=p&&p[i]||ot.style(t,i)}else u=void 0;if(ot.isEmptyObject(d))"inline"===("none"===u?T(t.nodeName):u)&&(h.display=u);else{p?"hidden"in p&&(f=p.hidden):p=Ct.access(t,"fxshow",{}),r&&(p.hidden=!f),f?ot(t).show():c.done(function(){ot(t).hide()}),c.done(function(){var e;Ct.remove(t,"fxshow");for(e in d)ot.style(t,e,d[e])});for(i in d)a=F(f?p[i]:0,i,c),i in p||(p[i]=a.start,f&&(a.end=a.start,a.start="width"===i||"height"===i?1:0))}}function $(t,e){var n,i,o,r,a;for(n in t)if(i=ot.camelCase(n),o=e[i],r=t[n],ot.isArray(r)&&(o=r[1],r=t[n]=r[0]),n!==i&&(t[i]=r,delete t[n]),(a=ot.cssHooks[i])&&"expand"in a){r=a.expand(r),delete t[i];for(n in r)n in t||(t[n]=r[n],e[n]=o)}else e[i]=o}function W(t,e,n){var i,o,r=0,a=W.prefilters.length,s=ot.Deferred().always(function(){delete l.elem}),l=function(){if(o)return!1;for(var e=ne||O(),n=Math.max(0,u.startTime+u.duration-e),i=n/u.duration||0,r=1-i,a=0,l=u.tweens.length;a<l;a++)u.tweens[a].run(r);return s.notifyWith(t,[u,r,n]),r<1&&l?n:(s.resolveWith(t,[u]),!1)},u=s.promise({elem:t,props:ot.extend({},e),opts:ot.extend(!0,{specialEasing:{},easing:ot.easing._default},n),originalProperties:e,originalOptions:n,startTime:ne||O(),duration:n.duration,tweens:[],createTween:function(e,n){var i=ot.Tween(t,u.opts,e,n,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(i),i},stop:function(e){var n=0,i=e?u.tweens.length:0;if(o)return this;for(o=!0;n<i;n++)u.tweens[n].run(1);return e?(s.notifyWith(t,[u,1,0]),s.resolveWith(t,[u,e])):s.rejectWith(t,[u,e]),this}}),c=u.props;for($(c,u.opts.specialEasing);r<a;r++)if(i=W.prefilters[r].call(u,t,c,u.opts))return ot.isFunction(i.stop)&&(ot._queueHooks(u.elem,u.opts.queue).stop=ot.proxy(i.stop,i)),i;return ot.map(c,F,u),ot.isFunction(u.opts.start)&&u.opts.start.call(t,u),ot.fx.timer(ot.extend(l,{elem:t,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function B(t){return t.getAttribute&&t.getAttribute("class")||""}function j(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var i,o=0,r=e.toLowerCase().match(bt)||[];if(ot.isFunction(n))for(;i=r[o++];)"+"===i[0]?(i=i.slice(1)||"*",(t[i]=t[i]||[]).unshift(n)):(t[i]=t[i]||[]).push(n)}}function H(t,e,n,i){function o(s){var l;return r[s]=!0,ot.each(t[s]||[],function(t,s){var u=s(e,n,i);return"string"!=typeof u||a||r[u]?a?!(l=u):void 0:(e.dataTypes.unshift(u),o(u),!1)}),l}var r={},a=t===Se;return o(e.dataTypes[0])||!r["*"]&&o("*")}function z(t,e){var n,i,o=ot.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((o[n]?t:i||(i={}))[n]=e[n]);return i&&ot.extend(!0,t,i),t}function q(t,e,n){for(var i,o,r,a,s=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=t.mimeType||e.getResponseHeader("Content-Type"));if(i)for(o in s)if(s[o]&&s[o].test(i)){l.unshift(o);break}if(l[0]in n)r=l[0];else{for(o in n){if(!l[0]||t.converters[o+" "+l[0]]){r=o;break}a||(a=o)}r=r||a}if(r)return r!==l[0]&&l.unshift(r),n[r]}function V(t,e,n,i){var o,r,a,s,l,u={},c=t.dataTypes.slice();if(c[1])for(a in t.converters)u[a.toLowerCase()]=t.converters[a];for(r=c.shift();r;)if(t.responseFields[r]&&(n[t.responseFields[r]]=e),!l&&i&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=r,r=c.shift())if("*"===r)r=l;else if("*"!==l&&l!==r){if(!(a=u[l+" "+r]||u["* "+r]))for(o in u)if(s=o.split(" "),s[1]===r&&(a=u[l+" "+s[0]]||u["* "+s[0]])){!0===a?a=u[o]:!0!==u[o]&&(r=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&t.throws)e=a(e);else try{e=a(e)}catch(t){return{state:"parsererror",error:a?t:"No conversion from "+l+" to "+r}}}return{state:"success",data:e}}function U(t,e,n,i){var o;if(ot.isArray(e))ot.each(e,function(e,o){n||Ae.test(t)?i(t,o):U(t+"["+("object"==typeof o&&null!=o?e:"")+"]",o,n,i)});else if(n||"object"!==ot.type(e))i(t,e);else for(o in e)U(t+"["+o+"]",e[o],n,i)}function Y(t){return ot.isWindow(t)?t:9===t.nodeType&&t.defaultView}var X=[],Q=t.document,K=X.slice,G=X.concat,J=X.push,Z=X.indexOf,tt={},et=tt.toString,nt=tt.hasOwnProperty,it={},ot=function(t,e){return new ot.fn.init(t,e)},rt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,at=/^-ms-/,st=/-([\da-z])/gi,lt=function(t,e){return e.toUpperCase()};ot.fn=ot.prototype={jquery:"2.2.4",constructor:ot,selector:"",length:0,toArray:function(){return K.call(this)},get:function(t){return null!=t?t<0?this[t+this.length]:this[t]:K.call(this)},pushStack:function(t){var e=ot.merge(this.constructor(),t);return e.prevObject=this,e.context=this.context,e},each:function(t){return ot.each(this,t)},map:function(t){return this.pushStack(ot.map(this,function(e,n){return t.call(e,n,e)}))},slice:function(){return this.pushStack(K.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n<e?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:J,sort:X.sort,splice:X.splice},ot.extend=ot.fn.extend=function(){var t,e,n,i,o,r,a=arguments[0]||{},s=1,l=arguments.length,u=!1;for("boolean"==typeof a&&(u=a,a=arguments[s]||{},s++),"object"==typeof a||ot.isFunction(a)||(a={}),s===l&&(a=this,s--);s<l;s++)if(null!=(t=arguments[s]))for(e in t)n=a[e],i=t[e],a!==i&&(u&&i&&(ot.isPlainObject(i)||(o=ot.isArray(i)))?(o?(o=!1,r=n&&ot.isArray(n)?n:[]):r=n&&ot.isPlainObject(n)?n:{},a[e]=ot.extend(u,r,i)):void 0!==i&&(a[e]=i));return a},ot.extend({expando:"jQuery"+("2.2.4"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===ot.type(t)},isArray:Array.isArray,isWindow:function(t){return null!=t&&t===t.window},isNumeric:function(t){var e=t&&t.toString();return!ot.isArray(t)&&e-parseFloat(e)+1>=0},isPlainObject:function(t){var e;if("object"!==ot.type(t)||t.nodeType||ot.isWindow(t))return!1;if(t.constructor&&!nt.call(t,"constructor")&&!nt.call(t.constructor.prototype||{},"isPrototypeOf"))return!1;for(e in t);return void 0===e||nt.call(t,e)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},type:function(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?tt[et.call(t)]||"object":typeof t},globalEval:function(t){var e,n=eval;(t=ot.trim(t))&&(1===t.indexOf("use strict")?(e=Q.createElement("script"),e.text=t,Q.head.appendChild(e).parentNode.removeChild(e)):n(t))},camelCase:function(t){return t.replace(at,"ms-").replace(st,lt)},nodeName:function(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()},each:function(t,e){var i,o=0;if(n(t))for(i=t.length;o<i&&!1!==e.call(t[o],o,t[o]);o++);else for(o in t)if(!1===e.call(t[o],o,t[o]))break;return t},trim:function(t){return null==t?"":(t+"").replace(rt,"")},makeArray:function(t,e){var i=e||[];return null!=t&&(n(Object(t))?ot.merge(i,"string"==typeof t?[t]:t):J.call(i,t)),i},inArray:function(t,e,n){return null==e?-1:Z.call(e,t,n)},merge:function(t,e){for(var n=+e.length,i=0,o=t.length;i<n;i++)t[o++]=e[i];return t.length=o,t},grep:function(t,e,n){for(var i=[],o=0,r=t.length,a=!n;o<r;o++)!e(t[o],o)!==a&&i.push(t[o]);return i},map:function(t,e,i){var o,r,a=0,s=[];if(n(t))for(o=t.length;a<o;a++)null!=(r=e(t[a],a,i))&&s.push(r);else for(a in t)null!=(r=e(t[a],a,i))&&s.push(r);return G.apply([],s)},guid:1,proxy:function(t,e){var n,i,o;if("string"==typeof e&&(n=t[e],e=t,t=n),ot.isFunction(t))return i=K.call(arguments,2),o=function(){return t.apply(e||this,i.concat(K.call(arguments)))},o.guid=t.guid=t.guid||ot.guid++,o},now:Date.now,support:it}),"function"==typeof Symbol&&(ot.fn[Symbol.iterator]=X[Symbol.iterator]),ot.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){tt["[object "+e+"]"]=e.toLowerCase()});var ut=function(t){function e(t,e,n,i){var o,r,a,s,u,d,h,f,p=e&&e.ownerDocument,g=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==g&&9!==g&&11!==g)return n;if(!i&&((e?e.ownerDocument||e:$)!==P&&I(e),e=e||P,E)){if(11!==g&&(d=gt.exec(t)))if(o=d[1]){if(9===g){if(!(a=e.getElementById(o)))return n;if(a.id===o)return n.push(a),n}else if(p&&(a=p.getElementById(o))&&F(e,a)&&a.id===o)return n.push(a),n}else{if(d[2])return K.apply(n,e.getElementsByTagName(t)),n;if((o=d[3])&&b.getElementsByClassName&&e.getElementsByClassName)return K.apply(n,e.getElementsByClassName(o)),n}if(b.qsa&&!z[t+" "]&&(!N||!N.test(t))){if(1!==g)p=e,f=t;else if("object"!==e.nodeName.toLowerCase()){for((s=e.getAttribute("id"))?s=s.replace(mt,"\\$&"):e.setAttribute("id",s=R),h=C(t),r=h.length,u=ct.test(s)?"#"+s:"[id='"+s+"']";r--;)h[r]=u+" "+c(h[r]);f=h.join(","),p=vt.test(t)&&l(e.parentNode)||e}if(f)try{return K.apply(n,p.querySelectorAll(f)),n}catch(t){}finally{s===R&&e.removeAttribute("id")}}}return T(t.replace(rt,"$1"),e,n,i)}function n(){function t(n,i){return e.push(n+" ")>x.cacheLength&&delete t[e.shift()],t[n+" "]=i}var e=[];return t}function i(t){return t[R]=!0,t}function o(t){var e=P.createElement("div");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function r(t,e){for(var n=t.split("|"),i=n.length;i--;)x.attrHandle[n[i]]=e}function a(t,e){var n=e&&t,i=n&&1===t.nodeType&&1===e.nodeType&&(~e.sourceIndex||V)-(~t.sourceIndex||V);if(i)return i;if(n)for(;n=n.nextSibling;)if(n===e)return-1;return t?1:-1}function s(t){return i(function(e){return e=+e,i(function(n,i){for(var o,r=t([],n.length,e),a=r.length;a--;)n[o=r[a]]&&(n[o]=!(i[o]=n[o]))})})}function l(t){return t&&void 0!==t.getElementsByTagName&&t}function u(){}function c(t){for(var e=0,n=t.length,i="";e<n;e++)i+=t[e].value;return i}function d(t,e,n){var i=e.dir,o=n&&"parentNode"===i,r=B++;return e.first?function(e,n,r){for(;e=e[i];)if(1===e.nodeType||o)return t(e,n,r)}:function(e,n,a){var s,l,u,c=[W,r];if(a){for(;e=e[i];)if((1===e.nodeType||o)&&t(e,n,a))return!0}else for(;e=e[i];)if(1===e.nodeType||o){if(u=e[R]||(e[R]={}),l=u[e.uniqueID]||(u[e.uniqueID]={}),(s=l[i])&&s[0]===W&&s[1]===r)return c[2]=s[2];if(l[i]=c,c[2]=t(e,n,a))return!0}}}function h(t){return t.length>1?function(e,n,i){for(var o=t.length;o--;)if(!t[o](e,n,i))return!1;return!0}:t[0]}function f(t,n,i){for(var o=0,r=n.length;o<r;o++)e(t,n[o],i);return i}function p(t,e,n,i,o){for(var r,a=[],s=0,l=t.length,u=null!=e;s<l;s++)(r=t[s])&&(n&&!n(r,i,o)||(a.push(r),u&&e.push(s)));return a}function g(t,e,n,o,r,a){return o&&!o[R]&&(o=g(o)),r&&!r[R]&&(r=g(r,a)),i(function(i,a,s,l){var u,c,d,h=[],g=[],v=a.length,m=i||f(e||"*",s.nodeType?[s]:s,[]),y=!t||!i&&e?m:p(m,h,t,s,l),b=n?r||(i?t:v||o)?[]:a:y;if(n&&n(y,b,s,l),o)for(u=p(b,g),o(u,[],s,l),c=u.length;c--;)(d=u[c])&&(b[g[c]]=!(y[g[c]]=d));if(i){if(r||t){if(r){for(u=[],c=b.length;c--;)(d=b[c])&&u.push(y[c]=d);r(null,b=[],u,l)}for(c=b.length;c--;)(d=b[c])&&(u=r?J(i,d):h[c])>-1&&(i[u]=!(a[u]=d))}}else b=p(b===a?b.splice(v,b.length):b),r?r(null,a,b,l):K.apply(a,b)})}function v(t){for(var e,n,i,o=t.length,r=x.relative[t[0].type],a=r||x.relative[" "],s=r?1:0,l=d(function(t){return t===e},a,!0),u=d(function(t){return J(e,t)>-1},a,!0),f=[function(t,n,i){var o=!r&&(i||n!==D)||((e=n).nodeType?l(t,n,i):u(t,n,i));return e=null,o}];s<o;s++)if(n=x.relative[t[s].type])f=[d(h(f),n)];else{if(n=x.filter[t[s].type].apply(null,t[s].matches),n[R]){for(i=++s;i<o&&!x.relative[t[i].type];i++);return g(s>1&&h(f),s>1&&c(t.slice(0,s-1).concat({value:" "===t[s-2].type?"*":""})).replace(rt,"$1"),n,s<i&&v(t.slice(s,i)),i<o&&v(t=t.slice(i)),i<o&&c(t))}f.push(n)}return h(f)}function m(t,n){var o=n.length>0,r=t.length>0,a=function(i,a,s,l,u){var c,d,h,f=0,g="0",v=i&&[],m=[],y=D,b=i||r&&x.find.TAG("*",u),w=W+=null==y?1:Math.random()||.1,k=b.length;for(u&&(D=a===P||a||u);g!==k&&null!=(c=b[g]);g++){if(r&&c){for(d=0,a||c.ownerDocument===P||(I(c),s=!E);h=t[d++];)if(h(c,a||P,s)){l.push(c);break}u&&(W=w)}o&&((c=!h&&c)&&f--,i&&v.push(c))}if(f+=g,o&&g!==f){for(d=0;h=n[d++];)h(v,m,a,s);if(i){if(f>0)for(;g--;)v[g]||m[g]||(m[g]=X.call(l));m=p(m)}K.apply(l,m),u&&!i&&m.length>0&&f+n.length>1&&e.uniqueSort(l)}return u&&(W=w,D=y),v};return o?i(a):a}var y,b,x,w,k,C,S,T,D,M,A,I,P,_,E,N,O,L,F,R="sizzle"+1*new Date,$=t.document,W=0,B=0,j=n(),H=n(),z=n(),q=function(t,e){return t===e&&(A=!0),0},V=1<<31,U={}.hasOwnProperty,Y=[],X=Y.pop,Q=Y.push,K=Y.push,G=Y.slice,J=function(t,e){for(var n=0,i=t.length;n<i;n++)if(t[n]===e)return n;return-1},Z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",tt="[\\x20\\t\\r\\n\\f]",et="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",nt="\\["+tt+"*("+et+")(?:"+tt+"*([*^$|!~]?=)"+tt+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+et+"))|)"+tt+"*\\]",it=":("+et+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+nt+")*)|.*)\\)|)",ot=new RegExp(tt+"+","g"),rt=new RegExp("^"+tt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+tt+"+$","g"),at=new RegExp("^"+tt+"*,"+tt+"*"),st=new RegExp("^"+tt+"*([>+~]|"+tt+")"+tt+"*"),lt=new RegExp("="+tt+"*([^\\]'\"]*?)"+tt+"*\\]","g"),ut=new RegExp(it),ct=new RegExp("^"+et+"$"),dt={ID:new RegExp("^#("+et+")"),CLASS:new RegExp("^\\.("+et+")"),TAG:new RegExp("^("+et+"|[*])"),ATTR:new RegExp("^"+nt),PSEUDO:new RegExp("^"+it),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+tt+"*(even|odd|(([+-]|)(\\d*)n|)"+tt+"*(?:([+-]|)"+tt+"*(\\d+)|))"+tt+"*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^"+tt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+tt+"*((?:-\\d)?\\d*)"+tt+"*\\)|)(?=[^-]|$)","i")},ht=/^(?:input|select|textarea|button)$/i,ft=/^h\d$/i,pt=/^[^{]+\{\s*\[native \w/,gt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,vt=/[+~]/,mt=/'|\\/g,yt=new RegExp("\\\\([\\da-f]{1,6}"+tt+"?|("+tt+")|.)","ig"),bt=function(t,e,n){var i="0x"+e-65536;return i!==i||n?e:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},xt=function(){I()};try{K.apply(Y=G.call($.childNodes),$.childNodes),Y[$.childNodes.length].nodeType}catch(t){K={apply:Y.length?function(t,e){Q.apply(t,G.call(e))}:function(t,e){for(var n=t.length,i=0;t[n++]=e[i++];);t.length=n-1}}}b=e.support={},k=e.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&"HTML"!==e.nodeName},I=e.setDocument=function(t){var e,n,i=t?t.ownerDocument||t:$;return i!==P&&9===i.nodeType&&i.documentElement?(P=i,_=P.documentElement,E=!k(P),(n=P.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",xt,!1):n.attachEvent&&n.attachEvent("onunload",xt)),b.attributes=o(function(t){return t.className="i",!t.getAttribute("className")}),b.getElementsByTagName=o(function(t){return t.appendChild(P.createComment("")),!t.getElementsByTagName("*").length}),b.getElementsByClassName=pt.test(P.getElementsByClassName),b.getById=o(function(t){return _.appendChild(t).id=R,!P.getElementsByName||!P.getElementsByName(R).length}),b.getById?(x.find.ID=function(t,e){if(void 0!==e.getElementById&&E){var n=e.getElementById(t);return n?[n]:[]}},x.filter.ID=function(t){var e=t.replace(yt,bt);return function(t){return t.getAttribute("id")===e}}):(delete x.find.ID,x.filter.ID=function(t){var e=t.replace(yt,bt);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}}),x.find.TAG=b.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):b.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,i=[],o=0,r=e.getElementsByTagName(t);if("*"===t){for(;n=r[o++];)1===n.nodeType&&i.push(n);return i}return r},x.find.CLASS=b.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&E)return e.getElementsByClassName(t)},O=[],N=[],(b.qsa=pt.test(P.querySelectorAll))&&(o(function(t){_.appendChild(t).innerHTML="<a id='"+R+"'></a><select id='"+R+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&N.push("[*^$]="+tt+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||N.push("\\["+tt+"*(?:value|"+Z+")"),t.querySelectorAll("[id~="+R+"-]").length||N.push("~="),t.querySelectorAll(":checked").length||N.push(":checked"),t.querySelectorAll("a#"+R+"+*").length||N.push(".#.+[+~]")}),o(function(t){var e=P.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&N.push("name"+tt+"*[*^$|!~]?="),t.querySelectorAll(":enabled").length||N.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),N.push(",.*:")})),(b.matchesSelector=pt.test(L=_.matches||_.webkitMatchesSelector||_.mozMatchesSelector||_.oMatchesSelector||_.msMatchesSelector))&&o(function(t){b.disconnectedMatch=L.call(t,"div"),L.call(t,"[s!='']:x"),O.push("!=",it)}),N=N.length&&new RegExp(N.join("|")),O=O.length&&new RegExp(O.join("|")),e=pt.test(_.compareDocumentPosition),F=e||pt.test(_.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,i=e&&e.parentNode;return t===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):t.compareDocumentPosition&&16&t.compareDocumentPosition(i)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},q=e?function(t,e){if(t===e)return A=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(n=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&n||!b.sortDetached&&e.compareDocumentPosition(t)===n?t===P||t.ownerDocument===$&&F($,t)?-1:e===P||e.ownerDocument===$&&F($,e)?1:M?J(M,t)-J(M,e):0:4&n?-1:1)}:function(t,e){if(t===e)return A=!0,0;var n,i=0,o=t.parentNode,r=e.parentNode,s=[t],l=[e];if(!o||!r)return t===P?-1:e===P?1:o?-1:r?1:M?J(M,t)-J(M,e):0;if(o===r)return a(t,e);for(n=t;n=n.parentNode;)s.unshift(n);for(n=e;n=n.parentNode;)l.unshift(n);for(;s[i]===l[i];)i++;return i?a(s[i],l[i]):s[i]===$?-1:l[i]===$?1:0},P):P},e.matches=function(t,n){return e(t,null,null,n)},e.matchesSelector=function(t,n){if((t.ownerDocument||t)!==P&&I(t),n=n.replace(lt,"='$1']"),b.matchesSelector&&E&&!z[n+" "]&&(!O||!O.test(n))&&(!N||!N.test(n)))try{var i=L.call(t,n);if(i||b.disconnectedMatch||t.document&&11!==t.document.nodeType)return i}catch(t){}return e(n,P,null,[t]).length>0},e.contains=function(t,e){return(t.ownerDocument||t)!==P&&I(t),F(t,e)},e.attr=function(t,e){(t.ownerDocument||t)!==P&&I(t);var n=x.attrHandle[e.toLowerCase()],i=n&&U.call(x.attrHandle,e.toLowerCase())?n(t,e,!E):void 0;return void 0!==i?i:b.attributes||!E?t.getAttribute(e):(i=t.getAttributeNode(e))&&i.specified?i.value:null},e.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},e.uniqueSort=function(t){var e,n=[],i=0,o=0;if(A=!b.detectDuplicates,M=!b.sortStable&&t.slice(0),t.sort(q),A){for(;e=t[o++];)e===t[o]&&(i=n.push(o));for(;i--;)t.splice(n[i],1)}return M=null,t},w=e.getText=function(t){var e,n="",i=0,o=t.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=w(t)}else if(3===o||4===o)return t.nodeValue}else for(;e=t[i++];)n+=w(e);return n},x=e.selectors={cacheLength:50,createPseudo:i,match:dt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(yt,bt),t[3]=(t[3]||t[4]||t[5]||"").replace(yt,bt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||e.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&e.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return dt.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&ut.test(n)&&(e=C(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(yt,bt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=j[t+" "];return e||(e=new RegExp("(^|"+tt+")"+t+"("+tt+"|$)"))&&j(t,function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,n,i){return function(o){var r=e.attr(o,t);return null==r?"!="===n:!n||(r+="","="===n?r===i:"!="===n?r!==i:"^="===n?i&&0===r.indexOf(i):"*="===n?i&&r.indexOf(i)>-1:"$="===n?i&&r.slice(-i.length)===i:"~="===n?(" "+r.replace(ot," ")+" ").indexOf(i)>-1:"|="===n&&(r===i||r.slice(0,i.length+1)===i+"-"))}},CHILD:function(t,e,n,i,o){var r="nth"!==t.slice(0,3),a="last"!==t.slice(-4),s="of-type"===e;return 1===i&&0===o?function(t){return!!t.parentNode}:function(e,n,l){var u,c,d,h,f,p,g=r!==a?"nextSibling":"previousSibling",v=e.parentNode,m=s&&e.nodeName.toLowerCase(),y=!l&&!s,b=!1;if(v){if(r){for(;g;){for(h=e;h=h[g];)if(s?h.nodeName.toLowerCase()===m:1===h.nodeType)return!1;p=g="only"===t&&!p&&"nextSibling"}return!0}if(p=[a?v.firstChild:v.lastChild],a&&y){for(h=v,d=h[R]||(h[R]={}),c=d[h.uniqueID]||(d[h.uniqueID]={}),u=c[t]||[],f=u[0]===W&&u[1],b=f&&u[2],h=f&&v.childNodes[f];h=++f&&h&&h[g]||(b=f=0)||p.pop();)if(1===h.nodeType&&++b&&h===e){c[t]=[W,f,b];break}}else if(y&&(h=e,d=h[R]||(h[R]={}),c=d[h.uniqueID]||(d[h.uniqueID]={}),u=c[t]||[],f=u[0]===W&&u[1],b=f),!1===b)for(;(h=++f&&h&&h[g]||(b=f=0)||p.pop())&&((s?h.nodeName.toLowerCase()!==m:1!==h.nodeType)||!++b||(y&&(d=h[R]||(h[R]={}),c=d[h.uniqueID]||(d[h.uniqueID]={}),c[t]=[W,b]),h!==e)););return(b-=o)===i||b%i==0&&b/i>=0}}},PSEUDO:function(t,n){var o,r=x.pseudos[t]||x.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);return r[R]?r(n):r.length>1?(o=[t,t,"",n],x.setFilters.hasOwnProperty(t.toLowerCase())?i(function(t,e){for(var i,o=r(t,n),a=o.length;a--;)i=J(t,o[a]),t[i]=!(e[i]=o[a])}):function(t){return r(t,0,o)}):r}},pseudos:{not:i(function(t){var e=[],n=[],o=S(t.replace(rt,"$1"));return o[R]?i(function(t,e,n,i){for(var r,a=o(t,null,i,[]),s=t.length;s--;)(r=a[s])&&(t[s]=!(e[s]=r))}):function(t,i,r){return e[0]=t,o(e,null,r,n),e[0]=null,!n.pop()}}),has:i(function(t){return function(n){return e(t,n).length>0}}),contains:i(function(t){return t=t.replace(yt,bt),function(e){return(e.textContent||e.innerText||w(e)).indexOf(t)>-1}}),lang:i(function(t){return ct.test(t||"")||e.error("unsupported lang: "+t),t=t.replace(yt,bt).toLowerCase(),function(e){var n;do{if(n=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(n=n.toLowerCase())===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===_},focus:function(t){return t===P.activeElement&&(!P.hasFocus||P.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:function(t){return!1===t.disabled},disabled:function(t){return!0===t.disabled},checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!x.pseudos.empty(t)},header:function(t){return ft.test(t.nodeName)},input:function(t){return ht.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:s(function(){return[0]}),last:s(function(t,e){return[e-1]}),eq:s(function(t,e,n){return[n<0?n+e:n]}),even:s(function(t,e){for(var n=0;n<e;n+=2)t.push(n);return t}),odd:s(function(t,e){for(var n=1;n<e;n+=2)t.push(n);return t}),lt:s(function(t,e,n){for(var i=n<0?n+e:n;--i>=0;)t.push(i);return t}),gt:s(function(t,e,n){for(var i=n<0?n+e:n;++i<e;)t.push(i);return t})}},x.pseudos.nth=x.pseudos.eq;for(y in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})x.pseudos[y]=function(t){return function(e){
-return"input"===e.nodeName.toLowerCase()&&e.type===t}}(y);for(y in{submit:!0,reset:!0})x.pseudos[y]=function(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}(y);return u.prototype=x.filters=x.pseudos,x.setFilters=new u,C=e.tokenize=function(t,n){var i,o,r,a,s,l,u,c=H[t+" "];if(c)return n?0:c.slice(0);for(s=t,l=[],u=x.preFilter;s;){i&&!(o=at.exec(s))||(o&&(s=s.slice(o[0].length)||s),l.push(r=[])),i=!1,(o=st.exec(s))&&(i=o.shift(),r.push({value:i,type:o[0].replace(rt," ")}),s=s.slice(i.length));for(a in x.filter)!(o=dt[a].exec(s))||u[a]&&!(o=u[a](o))||(i=o.shift(),r.push({value:i,type:a,matches:o}),s=s.slice(i.length));if(!i)break}return n?s.length:s?e.error(t):H(t,l).slice(0)},S=e.compile=function(t,e){var n,i=[],o=[],r=z[t+" "];if(!r){for(e||(e=C(t)),n=e.length;n--;)r=v(e[n]),r[R]?i.push(r):o.push(r);r=z(t,m(o,i)),r.selector=t}return r},T=e.select=function(t,e,n,i){var o,r,a,s,u,d="function"==typeof t&&t,h=!i&&C(t=d.selector||t);if(n=n||[],1===h.length){if(r=h[0]=h[0].slice(0),r.length>2&&"ID"===(a=r[0]).type&&b.getById&&9===e.nodeType&&E&&x.relative[r[1].type]){if(!(e=(x.find.ID(a.matches[0].replace(yt,bt),e)||[])[0]))return n;d&&(e=e.parentNode),t=t.slice(r.shift().value.length)}for(o=dt.needsContext.test(t)?0:r.length;o--&&(a=r[o],!x.relative[s=a.type]);)if((u=x.find[s])&&(i=u(a.matches[0].replace(yt,bt),vt.test(r[0].type)&&l(e.parentNode)||e))){if(r.splice(o,1),!(t=i.length&&c(r)))return K.apply(n,i),n;break}}return(d||S(t,h))(i,e,!E,n,!e||vt.test(t)&&l(e.parentNode)||e),n},b.sortStable=R.split("").sort(q).join("")===R,b.detectDuplicates=!!A,I(),b.sortDetached=o(function(t){return 1&t.compareDocumentPosition(P.createElement("div"))}),o(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||r("type|href|height|width",function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),b.attributes&&o(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||r("value",function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),o(function(t){return null==t.getAttribute("disabled")})||r(Z,function(t,e,n){var i;if(!n)return!0===t[e]?e.toLowerCase():(i=t.getAttributeNode(e))&&i.specified?i.value:null}),e}(t);ot.find=ut,ot.expr=ut.selectors,ot.expr[":"]=ot.expr.pseudos,ot.uniqueSort=ot.unique=ut.uniqueSort,ot.text=ut.getText,ot.isXMLDoc=ut.isXML,ot.contains=ut.contains;var ct=function(t,e,n){for(var i=[],o=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(o&&ot(t).is(n))break;i.push(t)}return i},dt=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},ht=ot.expr.match.needsContext,ft=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,pt=/^.[^:#\[\.,]*$/;ot.filter=function(t,e,n){var i=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===i.nodeType?ot.find.matchesSelector(i,t)?[i]:[]:ot.find.matches(t,ot.grep(e,function(t){return 1===t.nodeType}))},ot.fn.extend({find:function(t){var e,n=this.length,i=[],o=this;if("string"!=typeof t)return this.pushStack(ot(t).filter(function(){for(e=0;e<n;e++)if(ot.contains(o[e],this))return!0}));for(e=0;e<n;e++)ot.find(t,o[e],i);return i=this.pushStack(n>1?ot.unique(i):i),i.selector=this.selector?this.selector+" "+t:t,i},filter:function(t){return this.pushStack(i(this,t||[],!1))},not:function(t){return this.pushStack(i(this,t||[],!0))},is:function(t){return!!i(this,"string"==typeof t&&ht.test(t)?ot(t):t||[],!1).length}});var gt,vt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/;(ot.fn.init=function(t,e,n){var i,o;if(!t)return this;if(n=n||gt,"string"==typeof t){if(!(i="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:vt.exec(t))||!i[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(i[1]){if(e=e instanceof ot?e[0]:e,ot.merge(this,ot.parseHTML(i[1],e&&e.nodeType?e.ownerDocument||e:Q,!0)),ft.test(i[1])&&ot.isPlainObject(e))for(i in e)ot.isFunction(this[i])?this[i](e[i]):this.attr(i,e[i]);return this}return o=Q.getElementById(i[2]),o&&o.parentNode&&(this.length=1,this[0]=o),this.context=Q,this.selector=t,this}return t.nodeType?(this.context=this[0]=t,this.length=1,this):ot.isFunction(t)?void 0!==n.ready?n.ready(t):t(ot):(void 0!==t.selector&&(this.selector=t.selector,this.context=t.context),ot.makeArray(t,this))}).prototype=ot.fn,gt=ot(Q);var mt=/^(?:parents|prev(?:Until|All))/,yt={children:!0,contents:!0,next:!0,prev:!0};ot.fn.extend({has:function(t){var e=ot(t,this),n=e.length;return this.filter(function(){for(var t=0;t<n;t++)if(ot.contains(this,e[t]))return!0})},closest:function(t,e){for(var n,i=0,o=this.length,r=[],a=ht.test(t)||"string"!=typeof t?ot(t,e||this.context):0;i<o;i++)for(n=this[i];n&&n!==e;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&ot.find.matchesSelector(n,t))){r.push(n);break}return this.pushStack(r.length>1?ot.uniqueSort(r):r)},index:function(t){return t?"string"==typeof t?Z.call(ot(t),this[0]):Z.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(ot.uniqueSort(ot.merge(this.get(),ot(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),ot.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return ct(t,"parentNode")},parentsUntil:function(t,e,n){return ct(t,"parentNode",n)},next:function(t){return o(t,"nextSibling")},prev:function(t){return o(t,"previousSibling")},nextAll:function(t){return ct(t,"nextSibling")},prevAll:function(t){return ct(t,"previousSibling")},nextUntil:function(t,e,n){return ct(t,"nextSibling",n)},prevUntil:function(t,e,n){return ct(t,"previousSibling",n)},siblings:function(t){return dt((t.parentNode||{}).firstChild,t)},children:function(t){return dt(t.firstChild)},contents:function(t){return t.contentDocument||ot.merge([],t.childNodes)}},function(t,e){ot.fn[t]=function(n,i){var o=ot.map(this,e,n);return"Until"!==t.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=ot.filter(i,o)),this.length>1&&(yt[t]||ot.uniqueSort(o),mt.test(t)&&o.reverse()),this.pushStack(o)}});var bt=/\S+/g;ot.Callbacks=function(t){t="string"==typeof t?r(t):ot.extend({},t);var e,n,i,o,a=[],s=[],l=-1,u=function(){for(o=t.once,i=e=!0;s.length;l=-1)for(n=s.shift();++l<a.length;)!1===a[l].apply(n[0],n[1])&&t.stopOnFalse&&(l=a.length,n=!1);t.memory||(n=!1),e=!1,o&&(a=n?[]:"")},c={add:function(){return a&&(n&&!e&&(l=a.length-1,s.push(n)),function e(n){ot.each(n,function(n,i){ot.isFunction(i)?t.unique&&c.has(i)||a.push(i):i&&i.length&&"string"!==ot.type(i)&&e(i)})}(arguments),n&&!e&&u()),this},remove:function(){return ot.each(arguments,function(t,e){for(var n;(n=ot.inArray(e,a,n))>-1;)a.splice(n,1),n<=l&&l--}),this},has:function(t){return t?ot.inArray(t,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return o=s=[],a=n="",this},disabled:function(){return!a},lock:function(){return o=s=[],n||(a=n=""),this},locked:function(){return!!o},fireWith:function(t,n){return o||(n=n||[],n=[t,n.slice?n.slice():n],s.push(n),e||u()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!i}};return c},ot.extend({Deferred:function(t){var e=[["resolve","done",ot.Callbacks("once memory"),"resolved"],["reject","fail",ot.Callbacks("once memory"),"rejected"],["notify","progress",ot.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},then:function(){var t=arguments;return ot.Deferred(function(n){ot.each(e,function(e,r){var a=ot.isFunction(t[e])&&t[e];o[r[1]](function(){var t=a&&a.apply(this,arguments);t&&ot.isFunction(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this===i?n.promise():this,a?[t]:arguments)})}),t=null}).promise()},promise:function(t){return null!=t?ot.extend(t,i):i}},o={};return i.pipe=i.then,ot.each(e,function(t,r){var a=r[2],s=r[3];i[r[1]]=a.add,s&&a.add(function(){n=s},e[1^t][2].disable,e[2][2].lock),o[r[0]]=function(){return o[r[0]+"With"](this===o?i:this,arguments),this},o[r[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(t){var e,n,i,o=0,r=K.call(arguments),a=r.length,s=1!==a||t&&ot.isFunction(t.promise)?a:0,l=1===s?t:ot.Deferred(),u=function(t,n,i){return function(o){n[t]=this,i[t]=arguments.length>1?K.call(arguments):o,i===e?l.notifyWith(n,i):--s||l.resolveWith(n,i)}};if(a>1)for(e=new Array(a),n=new Array(a),i=new Array(a);o<a;o++)r[o]&&ot.isFunction(r[o].promise)?r[o].promise().progress(u(o,n,e)).done(u(o,i,r)).fail(l.reject):--s;return s||l.resolveWith(i,r),l.promise()}});var xt;ot.fn.ready=function(t){return ot.ready.promise().done(t),this},ot.extend({isReady:!1,readyWait:1,holdReady:function(t){t?ot.readyWait++:ot.ready(!0)},ready:function(t){(!0===t?--ot.readyWait:ot.isReady)||(ot.isReady=!0,!0!==t&&--ot.readyWait>0||(xt.resolveWith(Q,[ot]),ot.fn.triggerHandler&&(ot(Q).triggerHandler("ready"),ot(Q).off("ready"))))}}),ot.ready.promise=function(e){return xt||(xt=ot.Deferred(),"complete"===Q.readyState||"loading"!==Q.readyState&&!Q.documentElement.doScroll?t.setTimeout(ot.ready):(Q.addEventListener("DOMContentLoaded",a),t.addEventListener("load",a))),xt.promise(e)},ot.ready.promise();var wt=function(t,e,n,i,o,r,a){var s=0,l=t.length,u=null==n;if("object"===ot.type(n)){o=!0;for(s in n)wt(t,e,s,n[s],!0,r,a)}else if(void 0!==i&&(o=!0,ot.isFunction(i)||(a=!0),u&&(a?(e.call(t,i),e=null):(u=e,e=function(t,e,n){return u.call(ot(t),n)})),e))for(;s<l;s++)e(t[s],n,a?i:i.call(t[s],s,e(t[s],n)));return o?t:u?e.call(t):l?e(t[0],n):r},kt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};s.uid=1,s.prototype={register:function(t,e){var n=e||{};return t.nodeType?t[this.expando]=n:Object.defineProperty(t,this.expando,{value:n,writable:!0,configurable:!0}),t[this.expando]},cache:function(t){if(!kt(t))return{};var e=t[this.expando];return e||(e={},kt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,n){var i,o=this.cache(t);if("string"==typeof e)o[e]=n;else for(i in e)o[i]=e[i];return o},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][e]},access:function(t,e,n){var i;return void 0===e||e&&"string"==typeof e&&void 0===n?(i=this.get(t,e),void 0!==i?i:this.get(t,ot.camelCase(e))):(this.set(t,e,n),void 0!==n?n:e)},remove:function(t,e){var n,i,o,r=t[this.expando];if(void 0!==r){if(void 0===e)this.register(t);else{ot.isArray(e)?i=e.concat(e.map(ot.camelCase)):(o=ot.camelCase(e),e in r?i=[e,o]:(i=o,i=i in r?[i]:i.match(bt)||[])),n=i.length;for(;n--;)delete r[i[n]]}(void 0===e||ot.isEmptyObject(r))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!ot.isEmptyObject(e)}};var Ct=new s,St=new s,Tt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Dt=/[A-Z]/g;ot.extend({hasData:function(t){return St.hasData(t)||Ct.hasData(t)},data:function(t,e,n){return St.access(t,e,n)},removeData:function(t,e){St.remove(t,e)},_data:function(t,e,n){return Ct.access(t,e,n)},_removeData:function(t,e){Ct.remove(t,e)}}),ot.fn.extend({data:function(t,e){var n,i,o,r=this[0],a=r&&r.attributes;if(void 0===t){if(this.length&&(o=St.get(r),1===r.nodeType&&!Ct.get(r,"hasDataAttrs"))){for(n=a.length;n--;)a[n]&&(i=a[n].name,0===i.indexOf("data-")&&(i=ot.camelCase(i.slice(5)),l(r,i,o[i])));Ct.set(r,"hasDataAttrs",!0)}return o}return"object"==typeof t?this.each(function(){St.set(this,t)}):wt(this,function(e){var n,i;if(r&&void 0===e){if(void 0!==(n=St.get(r,t)||St.get(r,t.replace(Dt,"-$&").toLowerCase())))return n;if(i=ot.camelCase(t),void 0!==(n=St.get(r,i)))return n;if(void 0!==(n=l(r,i,void 0)))return n}else i=ot.camelCase(t),this.each(function(){var n=St.get(this,i);St.set(this,i,e),t.indexOf("-")>-1&&void 0!==n&&St.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){St.remove(this,t)})}}),ot.extend({queue:function(t,e,n){var i;if(t)return e=(e||"fx")+"queue",i=Ct.get(t,e),n&&(!i||ot.isArray(n)?i=Ct.access(t,e,ot.makeArray(n)):i.push(n)),i||[]},dequeue:function(t,e){e=e||"fx";var n=ot.queue(t,e),i=n.length,o=n.shift(),r=ot._queueHooks(t,e),a=function(){ot.dequeue(t,e)};"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===e&&n.unshift("inprogress"),delete r.stop,o.call(t,a,r)),!i&&r&&r.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return Ct.get(t,n)||Ct.access(t,n,{empty:ot.Callbacks("once memory").add(function(){Ct.remove(t,[e+"queue",n])})})}}),ot.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length<n?ot.queue(this[0],t):void 0===e?this:this.each(function(){var n=ot.queue(this,t,e);ot._queueHooks(this,t),"fx"===t&&"inprogress"!==n[0]&&ot.dequeue(this,t)})},dequeue:function(t){return this.each(function(){ot.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var n,i=1,o=ot.Deferred(),r=this,a=this.length,s=function(){--i||o.resolveWith(r,[r])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";a--;)(n=Ct.get(r[a],t+"queueHooks"))&&n.empty&&(i++,n.empty.add(s));return s(),o.promise(e)}});var Mt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,At=new RegExp("^(?:([+-])=|)("+Mt+")([a-z%]*)$","i"),It=["Top","Right","Bottom","Left"],Pt=function(t,e){return t=e||t,"none"===ot.css(t,"display")||!ot.contains(t.ownerDocument,t)},_t=/^(?:checkbox|radio)$/i,Et=/<([\w:-]+)/,Nt=/^$|\/(?:java|ecma)script/i,Ot={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Ot.optgroup=Ot.option,Ot.tbody=Ot.tfoot=Ot.colgroup=Ot.caption=Ot.thead,Ot.th=Ot.td;var Lt=/<|&#?\w+;/;!function(){var t=Q.createDocumentFragment(),e=t.appendChild(Q.createElement("div")),n=Q.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),it.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",it.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var Ft=/^key/,Rt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,$t=/^([^.]*)(?:\.(.+)|)/;ot.event={global:{},add:function(t,e,n,i,o){var r,a,s,l,u,c,d,h,f,p,g,v=Ct.get(t);if(v)for(n.handler&&(r=n,n=r.handler,o=r.selector),n.guid||(n.guid=ot.guid++),(l=v.events)||(l=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==ot&&ot.event.triggered!==e.type?ot.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(bt)||[""],u=e.length;u--;)s=$t.exec(e[u])||[],f=g=s[1],p=(s[2]||"").split(".").sort(),f&&(d=ot.event.special[f]||{},f=(o?d.delegateType:d.bindType)||f,d=ot.event.special[f]||{},c=ot.extend({type:f,origType:g,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&ot.expr.match.needsContext.test(o),namespace:p.join(".")},r),(h=l[f])||(h=l[f]=[],h.delegateCount=0,d.setup&&!1!==d.setup.call(t,i,p,a)||t.addEventListener&&t.addEventListener(f,a)),d.add&&(d.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),o?h.splice(h.delegateCount++,0,c):h.push(c),ot.event.global[f]=!0)},remove:function(t,e,n,i,o){var r,a,s,l,u,c,d,h,f,p,g,v=Ct.hasData(t)&&Ct.get(t);if(v&&(l=v.events)){for(e=(e||"").match(bt)||[""],u=e.length;u--;)if(s=$t.exec(e[u])||[],f=g=s[1],p=(s[2]||"").split(".").sort(),f){for(d=ot.event.special[f]||{},f=(i?d.delegateType:d.bindType)||f,h=l[f]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=r=h.length;r--;)c=h[r],!o&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||i&&i!==c.selector&&("**"!==i||!c.selector)||(h.splice(r,1),c.selector&&h.delegateCount--,d.remove&&d.remove.call(t,c));a&&!h.length&&(d.teardown&&!1!==d.teardown.call(t,p,v.handle)||ot.removeEvent(t,f,v.handle),delete l[f])}else for(f in l)ot.event.remove(t,f+e[u],n,i,!0);ot.isEmptyObject(l)&&Ct.remove(t,"handle events")}},dispatch:function(t){t=ot.event.fix(t);var e,n,i,o,r,a=[],s=K.call(arguments),l=(Ct.get(this,"events")||{})[t.type]||[],u=ot.event.special[t.type]||{};if(s[0]=t,t.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,t)){for(a=ot.event.handlers.call(this,t,l),e=0;(o=a[e++])&&!t.isPropagationStopped();)for(t.currentTarget=o.elem,n=0;(r=o.handlers[n++])&&!t.isImmediatePropagationStopped();)t.rnamespace&&!t.rnamespace.test(r.namespace)||(t.handleObj=r,t.data=r.data,void 0!==(i=((ot.event.special[r.origType]||{}).handle||r.handler).apply(o.elem,s))&&!1===(t.result=i)&&(t.preventDefault(),t.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,t),t.result}},handlers:function(t,e){var n,i,o,r,a=[],s=e.delegateCount,l=t.target;if(s&&l.nodeType&&("click"!==t.type||isNaN(t.button)||t.button<1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&(!0!==l.disabled||"click"!==t.type)){for(i=[],n=0;n<s;n++)r=e[n],o=r.selector+" ",void 0===i[o]&&(i[o]=r.needsContext?ot(o,this).index(l)>-1:ot.find(o,this,null,[l]).length),i[o]&&i.push(r);i.length&&a.push({elem:l,handlers:i})}return s<e.length&&a.push({elem:this,handlers:e.slice(s)}),a},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(t,e){return null==t.which&&(t.which=null!=e.charCode?e.charCode:e.keyCode),t}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(t,e){var n,i,o,r=e.button;return null==t.pageX&&null!=e.clientX&&(n=t.target.ownerDocument||Q,i=n.documentElement,o=n.body,t.pageX=e.clientX+(i&&i.scrollLeft||o&&o.scrollLeft||0)-(i&&i.clientLeft||o&&o.clientLeft||0),t.pageY=e.clientY+(i&&i.scrollTop||o&&o.scrollTop||0)-(i&&i.clientTop||o&&o.clientTop||0)),t.which||void 0===r||(t.which=1&r?1:2&r?3:4&r?2:0),t}},fix:function(t){if(t[ot.expando])return t;var e,n,i,o=t.type,r=t,a=this.fixHooks[o];for(a||(this.fixHooks[o]=a=Rt.test(o)?this.mouseHooks:Ft.test(o)?this.keyHooks:{}),i=a.props?this.props.concat(a.props):this.props,t=new ot.Event(r),e=i.length;e--;)n=i[e],t[n]=r[n];return t.target||(t.target=Q),3===t.target.nodeType&&(t.target=t.target.parentNode),a.filter?a.filter(t,r):t},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==g()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===g()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&ot.nodeName(this,"input"))return this.click(),!1},_default:function(t){return ot.nodeName(t.target,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},ot.removeEvent=function(t,e,n){t.removeEventListener&&t.removeEventListener(e,n)},ot.Event=function(t,e){if(!(this instanceof ot.Event))return new ot.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?f:p):this.type=t,e&&ot.extend(this,e),this.timeStamp=t&&t.timeStamp||ot.now(),this[ot.expando]=!0},ot.Event.prototype={constructor:ot.Event,isDefaultPrevented:p,isPropagationStopped:p,isImmediatePropagationStopped:p,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=f,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=f,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=f,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},ot.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){ot.event.special[t]={delegateType:e,bindType:e,handle:function(t){var n,i=this,o=t.relatedTarget,r=t.handleObj;return o&&(o===i||ot.contains(i,o))||(t.type=r.origType,n=r.handler.apply(this,arguments),t.type=e),n}}}),ot.fn.extend({on:function(t,e,n,i){return v(this,t,e,n,i)},one:function(t,e,n,i){return v(this,t,e,n,i,1)},off:function(t,e,n){var i,o;if(t&&t.preventDefault&&t.handleObj)return i=t.handleObj,ot(t.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof t){for(o in t)this.off(o,e,t[o]);return this}return!1!==e&&"function"!=typeof e||(n=e,e=void 0),!1===n&&(n=p),this.each(function(){ot.event.remove(this,t,n,e)})}});var Wt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,Bt=/<script|<style|<link/i,jt=/checked\s*(?:[^=]|=\s*.checked.)/i,Ht=/^true\/(.*)/,zt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;ot.extend({htmlPrefilter:function(t){return t.replace(Wt,"<$1></$2>")},clone:function(t,e,n){var i,o,r,a,s=t.cloneNode(!0),l=ot.contains(t.ownerDocument,t);if(!(it.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||ot.isXMLDoc(t)))for(a=c(s),r=c(t),i=0,o=r.length;i<o;i++)w(r[i],a[i]);if(e)if(n)for(r=r||c(t),a=a||c(s),i=0,o=r.length;i<o;i++)x(r[i],a[i]);else x(t,s);return a=c(s,"script"),a.length>0&&d(a,!l&&c(t,"script")),s},cleanData:function(t){for(var e,n,i,o=ot.event.special,r=0;void 0!==(n=t[r]);r++)if(kt(n)){if(e=n[Ct.expando]){if(e.events)for(i in e.events)o[i]?ot.event.remove(n,i):ot.removeEvent(n,i,e.handle);n[Ct.expando]=void 0}n[St.expando]&&(n[St.expando]=void 0)}}}),ot.fn.extend({domManip:k,detach:function(t){return C(this,t,!0)},remove:function(t){return C(this,t)},text:function(t){return wt(this,function(t){return void 0===t?ot.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return k(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){m(this,t).appendChild(t)}})},prepend:function(){return k(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=m(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return k(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return k(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(ot.cleanData(c(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return ot.clone(this,t,e)})},html:function(t){return wt(this,function(t){var e=this[0]||{},n=0,i=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Bt.test(t)&&!Ot[(Et.exec(t)||["",""])[1].toLowerCase()]){t=ot.htmlPrefilter(t);try{for(;n<i;n++)e=this[n]||{},1===e.nodeType&&(ot.cleanData(c(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return k(this,arguments,function(e){var n=this.parentNode;ot.inArray(this,t)<0&&(ot.cleanData(c(this)),n&&n.replaceChild(e,this))},t)}}),ot.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){ot.fn[t]=function(t){for(var n,i=[],o=ot(t),r=o.length-1,a=0;a<=r;a++)n=a===r?this:this.clone(!0),ot(o[a])[e](n),J.apply(i,n.get());return this.pushStack(i)}});var qt,Vt={HTML:"block",BODY:"block"},Ut=/^margin/,Yt=new RegExp("^("+Mt+")(?!px)[a-z%]+$","i"),Xt=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=t),n.getComputedStyle(e)},Qt=function(t,e,n,i){var o,r,a={};for(r in e)a[r]=t.style[r],t.style[r]=e[r];o=n.apply(t,i||[]);for(r in e)t.style[r]=a[r];return o},Kt=Q.documentElement;!function(){function e(){s.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",s.innerHTML="",Kt.appendChild(a);var e=t.getComputedStyle(s);n="1%"!==e.top,r="2px"===e.marginLeft,i="4px"===e.width,s.style.marginRight="50%",o="4px"===e.marginRight,Kt.removeChild(a)}var n,i,o,r,a=Q.createElement("div"),s=Q.createElement("div");s.style&&(s.style.backgroundClip="content-box",s.cloneNode(!0).style.backgroundClip="",it.clearCloneStyle="content-box"===s.style.backgroundClip,a.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",a.appendChild(s),ot.extend(it,{pixelPosition:function(){return e(),n},boxSizingReliable:function(){return null==i&&e(),i},pixelMarginRight:function(){return null==i&&e(),o},reliableMarginLeft:function(){return null==i&&e(),r},reliableMarginRight:function(){var e,n=s.appendChild(Q.createElement("div"));return n.style.cssText=s.style.cssText="-webkit-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",n.style.marginRight=n.style.width="0",s.style.width="1px",Kt.appendChild(a),e=!parseFloat(t.getComputedStyle(n).marginRight),Kt.removeChild(a),s.removeChild(n),e}}))}();var Gt=/^(none|table(?!-c[ea]).+)/,Jt={position:"absolute",visibility:"hidden",display:"block"},Zt={letterSpacing:"0",fontWeight:"400"},te=["Webkit","O","Moz","ms"],ee=Q.createElement("div").style;ot.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=D(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:"cssFloat"},style:function(t,e,n,i){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var o,r,a,s=ot.camelCase(e),l=t.style;if(e=ot.cssProps[s]||(ot.cssProps[s]=A(s)||s),a=ot.cssHooks[e]||ot.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(o=a.get(t,!1,i))?o:l[e];r=typeof n,"string"===r&&(o=At.exec(n))&&o[1]&&(n=u(t,e,o),r="number"),null!=n&&n===n&&("number"===r&&(n+=o&&o[3]||(ot.cssNumber[s]?"":"px")),it.clearCloneStyle||""!==n||0!==e.indexOf("background")||(l[e]="inherit"),a&&"set"in a&&void 0===(n=a.set(t,n,i))||(l[e]=n))}},css:function(t,e,n,i){var o,r,a,s=ot.camelCase(e);return e=ot.cssProps[s]||(ot.cssProps[s]=A(s)||s),a=ot.cssHooks[e]||ot.cssHooks[s],a&&"get"in a&&(o=a.get(t,!0,n)),void 0===o&&(o=D(t,e,i)),"normal"===o&&e in Zt&&(o=Zt[e]),""===n||n?(r=parseFloat(o),!0===n||isFinite(r)?r||0:o):o}}),ot.each(["height","width"],function(t,e){ot.cssHooks[e]={get:function(t,n,i){if(n)return Gt.test(ot.css(t,"display"))&&0===t.offsetWidth?Qt(t,Jt,function(){return _(t,e,i)}):_(t,e,i)},set:function(t,n,i){var o,r=i&&Xt(t),a=i&&P(t,e,i,"border-box"===ot.css(t,"boxSizing",!1,r),r);return a&&(o=At.exec(n))&&"px"!==(o[3]||"px")&&(t.style[e]=n,n=ot.css(t,e)),I(t,n,a)}}}),ot.cssHooks.marginLeft=M(it.reliableMarginLeft,function(t,e){if(e)return(parseFloat(D(t,"marginLeft"))||t.getBoundingClientRect().left-Qt(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),ot.cssHooks.marginRight=M(it.reliableMarginRight,function(t,e){if(e)return Qt(t,{display:"inline-block"},D,[t,"marginRight"])}),ot.each({margin:"",padding:"",border:"Width"},function(t,e){ot.cssHooks[t+e]={expand:function(n){for(var i=0,o={},r="string"==typeof n?n.split(" "):[n];i<4;i++)o[t+It[i]+e]=r[i]||r[i-2]||r[0];return o}},Ut.test(t)||(ot.cssHooks[t+e].set=I)}),ot.fn.extend({css:function(t,e){return wt(this,function(t,e,n){var i,o,r={},a=0;if(ot.isArray(e)){for(i=Xt(t),o=e.length;a<o;a++)r[e[a]]=ot.css(t,e[a],!1,i);return r}return void 0!==n?ot.style(t,e,n):ot.css(t,e)},t,e,arguments.length>1)},show:function(){return E(this,!0)},hide:function(){return E(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Pt(this)?ot(this).show():ot(this).hide()})}}),ot.Tween=N,N.prototype={constructor:N,init:function(t,e,n,i,o,r){this.elem=t,this.prop=n,this.easing=o||ot.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=i,this.unit=r||(ot.cssNumber[n]?"":"px")},cur:function(){var t=N.propHooks[this.prop];return t&&t.get?t.get(this):N.propHooks._default.get(this)},run:function(t){var e,n=N.propHooks[this.prop];return this.options.duration?this.pos=e=ot.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):N.propHooks._default.set(this),this}},N.prototype.init.prototype=N.prototype,N.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=ot.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){ot.fx.step[t.prop]?ot.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[ot.cssProps[t.prop]]&&!ot.cssHooks[t.prop]?t.elem[t.prop]=t.now:ot.style(t.elem,t.prop,t.now+t.unit)}}},N.propHooks.scrollTop=N.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},ot.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},ot.fx=N.prototype.init,ot.fx.step={};var ne,ie,oe=/^(?:toggle|show|hide)$/,re=/queueHooks$/;ot.Animation=ot.extend(W,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return u(n.elem,t,At.exec(e),n),n}]},tweener:function(t,e){ot.isFunction(t)?(e=t,t=["*"]):t=t.match(bt);for(var n,i=0,o=t.length;i<o;i++)n=t[i],W.tweeners[n]=W.tweeners[n]||[],W.tweeners[n].unshift(e)},prefilters:[R],prefilter:function(t,e){e?W.prefilters.unshift(t):W.prefilters.push(t)}}),ot.speed=function(t,e,n){var i=t&&"object"==typeof t?ot.extend({},t):{complete:n||!n&&e||ot.isFunction(t)&&t,duration:t,easing:n&&e||e&&!ot.isFunction(e)&&e};return i.duration=ot.fx.off?0:"number"==typeof i.duration?i.duration:i.duration in ot.fx.speeds?ot.fx.speeds[i.duration]:ot.fx.speeds._default,null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){ot.isFunction(i.old)&&i.old.call(this),i.queue&&ot.dequeue(this,i.queue)},i},ot.fn.extend({fadeTo:function(t,e,n,i){return this.filter(Pt).css("opacity",0).show().end().animate({opacity:e},t,n,i)},animate:function(t,e,n,i){var o=ot.isEmptyObject(t),r=ot.speed(e,n,i),a=function(){var e=W(this,ot.extend({},t),r);(o||Ct.get(this,"finish"))&&e.stop(!0)};return a.finish=a,o||!1===r.queue?this.each(a):this.queue(r.queue,a)},stop:function(t,e,n){var i=function(t){var e=t.stop;delete t.stop,e(n)};return"string"!=typeof t&&(n=e,e=t,t=void 0),e&&!1!==t&&this.queue(t||"fx",[]),this.each(function(){var e=!0,o=null!=t&&t+"queueHooks",r=ot.timers,a=Ct.get(this);if(o)a[o]&&a[o].stop&&i(a[o]);else for(o in a)a[o]&&a[o].stop&&re.test(o)&&i(a[o]);for(o=r.length;o--;)r[o].elem!==this||null!=t&&r[o].queue!==t||(r[o].anim.stop(n),e=!1,r.splice(o,1));!e&&n||ot.dequeue(this,t)})},finish:function(t){return!1!==t&&(t=t||"fx"),this.each(function(){var e,n=Ct.get(this),i=n[t+"queue"],o=n[t+"queueHooks"],r=ot.timers,a=i?i.length:0;for(n.finish=!0,ot.queue(this,t,[]),o&&o.stop&&o.stop.call(this,!0),e=r.length;e--;)r[e].elem===this&&r[e].queue===t&&(r[e].anim.stop(!0),r.splice(e,1));for(e=0;e<a;e++)i[e]&&i[e].finish&&i[e].finish.call(this);delete n.finish})}}),ot.each(["toggle","show","hide"],function(t,e){var n=ot.fn[e];ot.fn[e]=function(t,i,o){return null==t||"boolean"==typeof t?n.apply(this,arguments):this.animate(L(e,!0),t,i,o)}}),ot.each({slideDown:L("show"),slideUp:L("hide"),slideToggle:L("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){ot.fn[t]=function(t,n,i){return this.animate(e,t,n,i)}}),ot.timers=[],ot.fx.tick=function(){var t,e=0,n=ot.timers;for(ne=ot.now();e<n.length;e++)(t=n[e])()||n[e]!==t||n.splice(e--,1);n.length||ot.fx.stop(),ne=void 0},ot.fx.timer=function(t){ot.timers.push(t),t()?ot.fx.start():ot.timers.pop()},ot.fx.interval=13,ot.fx.start=function(){
-ie||(ie=t.setInterval(ot.fx.tick,ot.fx.interval))},ot.fx.stop=function(){t.clearInterval(ie),ie=null},ot.fx.speeds={slow:600,fast:200,_default:400},ot.fn.delay=function(e,n){return e=ot.fx?ot.fx.speeds[e]||e:e,n=n||"fx",this.queue(n,function(n,i){var o=t.setTimeout(n,e);i.stop=function(){t.clearTimeout(o)}})},function(){var t=Q.createElement("input"),e=Q.createElement("select"),n=e.appendChild(Q.createElement("option"));t.type="checkbox",it.checkOn=""!==t.value,it.optSelected=n.selected,e.disabled=!0,it.optDisabled=!n.disabled,t=Q.createElement("input"),t.value="t",t.type="radio",it.radioValue="t"===t.value}();var ae,se=ot.expr.attrHandle;ot.fn.extend({attr:function(t,e){return wt(this,ot.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){ot.removeAttr(this,t)})}}),ot.extend({attr:function(t,e,n){var i,o,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return void 0===t.getAttribute?ot.prop(t,e,n):(1===r&&ot.isXMLDoc(t)||(e=e.toLowerCase(),o=ot.attrHooks[e]||(ot.expr.match.bool.test(e)?ae:void 0)),void 0!==n?null===n?void ot.removeAttr(t,e):o&&"set"in o&&void 0!==(i=o.set(t,n,e))?i:(t.setAttribute(e,n+""),n):o&&"get"in o&&null!==(i=o.get(t,e))?i:(i=ot.find.attr(t,e),null==i?void 0:i))},attrHooks:{type:{set:function(t,e){if(!it.radioValue&&"radio"===e&&ot.nodeName(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,i,o=0,r=e&&e.match(bt);if(r&&1===t.nodeType)for(;n=r[o++];)i=ot.propFix[n]||n,ot.expr.match.bool.test(n)&&(t[i]=!1),t.removeAttribute(n)}}),ae={set:function(t,e,n){return!1===e?ot.removeAttr(t,n):t.setAttribute(n,n),n}},ot.each(ot.expr.match.bool.source.match(/\w+/g),function(t,e){var n=se[e]||ot.find.attr;se[e]=function(t,e,i){var o,r;return i||(r=se[e],se[e]=o,o=null!=n(t,e,i)?e.toLowerCase():null,se[e]=r),o}});var le=/^(?:input|select|textarea|button)$/i,ue=/^(?:a|area)$/i;ot.fn.extend({prop:function(t,e){return wt(this,ot.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[ot.propFix[t]||t]})}}),ot.extend({prop:function(t,e,n){var i,o,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return 1===r&&ot.isXMLDoc(t)||(e=ot.propFix[e]||e,o=ot.propHooks[e]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(t,n,e))?i:t[e]=n:o&&"get"in o&&null!==(i=o.get(t,e))?i:t[e]},propHooks:{tabIndex:{get:function(t){var e=ot.find.attr(t,"tabindex");return e?parseInt(e,10):le.test(t.nodeName)||ue.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),it.optSelected||(ot.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),ot.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ot.propFix[this.toLowerCase()]=this});var ce=/[\t\r\n\f]/g;ot.fn.extend({addClass:function(t){var e,n,i,o,r,a,s,l=0;if(ot.isFunction(t))return this.each(function(e){ot(this).addClass(t.call(this,e,B(this)))});if("string"==typeof t&&t)for(e=t.match(bt)||[];n=this[l++];)if(o=B(n),i=1===n.nodeType&&(" "+o+" ").replace(ce," ")){for(a=0;r=e[a++];)i.indexOf(" "+r+" ")<0&&(i+=r+" ");s=ot.trim(i),o!==s&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,i,o,r,a,s,l=0;if(ot.isFunction(t))return this.each(function(e){ot(this).removeClass(t.call(this,e,B(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t)for(e=t.match(bt)||[];n=this[l++];)if(o=B(n),i=1===n.nodeType&&(" "+o+" ").replace(ce," ")){for(a=0;r=e[a++];)for(;i.indexOf(" "+r+" ")>-1;)i=i.replace(" "+r+" "," ");s=ot.trim(i),o!==s&&n.setAttribute("class",s)}return this},toggleClass:function(t,e){var n=typeof t;return"boolean"==typeof e&&"string"===n?e?this.addClass(t):this.removeClass(t):ot.isFunction(t)?this.each(function(n){ot(this).toggleClass(t.call(this,n,B(this),e),e)}):this.each(function(){var e,i,o,r;if("string"===n)for(i=0,o=ot(this),r=t.match(bt)||[];e=r[i++];)o.hasClass(e)?o.removeClass(e):o.addClass(e);else void 0!==t&&"boolean"!==n||(e=B(this),e&&Ct.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":Ct.get(this,"__className__")||""))})},hasClass:function(t){var e,n,i=0;for(e=" "+t+" ";n=this[i++];)if(1===n.nodeType&&(" "+B(n)+" ").replace(ce," ").indexOf(e)>-1)return!0;return!1}});var de=/\r/g,he=/[\x20\t\r\n\f]+/g;ot.fn.extend({val:function(t){var e,n,i,o=this[0];{if(arguments.length)return i=ot.isFunction(t),this.each(function(n){var o;1===this.nodeType&&(o=i?t.call(this,n,ot(this).val()):t,null==o?o="":"number"==typeof o?o+="":ot.isArray(o)&&(o=ot.map(o,function(t){return null==t?"":t+""})),(e=ot.valHooks[this.type]||ot.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,o,"value")||(this.value=o))});if(o)return(e=ot.valHooks[o.type]||ot.valHooks[o.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(o,"value"))?n:(n=o.value,"string"==typeof n?n.replace(de,""):null==n?"":n)}}}),ot.extend({valHooks:{option:{get:function(t){var e=ot.find.attr(t,"value");return null!=e?e:ot.trim(ot.text(t)).replace(he," ")}},select:{get:function(t){for(var e,n,i=t.options,o=t.selectedIndex,r="select-one"===t.type||o<0,a=r?null:[],s=r?o+1:i.length,l=o<0?s:r?o:0;l<s;l++)if(n=i[l],(n.selected||l===o)&&(it.optDisabled?!n.disabled:null===n.getAttribute("disabled"))&&(!n.parentNode.disabled||!ot.nodeName(n.parentNode,"optgroup"))){if(e=ot(n).val(),r)return e;a.push(e)}return a},set:function(t,e){for(var n,i,o=t.options,r=ot.makeArray(e),a=o.length;a--;)i=o[a],(i.selected=ot.inArray(ot.valHooks.option.get(i),r)>-1)&&(n=!0);return n||(t.selectedIndex=-1),r}}}}),ot.each(["radio","checkbox"],function(){ot.valHooks[this]={set:function(t,e){if(ot.isArray(e))return t.checked=ot.inArray(ot(t).val(),e)>-1}},it.checkOn||(ot.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var fe=/^(?:focusinfocus|focusoutblur)$/;ot.extend(ot.event,{trigger:function(e,n,i,o){var r,a,s,l,u,c,d,h=[i||Q],f=nt.call(e,"type")?e.type:e,p=nt.call(e,"namespace")?e.namespace.split("."):[];if(a=s=i=i||Q,3!==i.nodeType&&8!==i.nodeType&&!fe.test(f+ot.event.triggered)&&(f.indexOf(".")>-1&&(p=f.split("."),f=p.shift(),p.sort()),u=f.indexOf(":")<0&&"on"+f,e=e[ot.expando]?e:new ot.Event(f,"object"==typeof e&&e),e.isTrigger=o?2:3,e.namespace=p.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),n=null==n?[e]:ot.makeArray(n,[e]),d=ot.event.special[f]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!ot.isWindow(i)){for(l=d.delegateType||f,fe.test(l+f)||(a=a.parentNode);a;a=a.parentNode)h.push(a),s=a;s===(i.ownerDocument||Q)&&h.push(s.defaultView||s.parentWindow||t)}for(r=0;(a=h[r++])&&!e.isPropagationStopped();)e.type=r>1?l:d.bindType||f,c=(Ct.get(a,"events")||{})[e.type]&&Ct.get(a,"handle"),c&&c.apply(a,n),(c=u&&a[u])&&c.apply&&kt(a)&&(e.result=c.apply(a,n),!1===e.result&&e.preventDefault());return e.type=f,o||e.isDefaultPrevented()||d._default&&!1!==d._default.apply(h.pop(),n)||!kt(i)||u&&ot.isFunction(i[f])&&!ot.isWindow(i)&&(s=i[u],s&&(i[u]=null),ot.event.triggered=f,i[f](),ot.event.triggered=void 0,s&&(i[u]=s)),e.result}},simulate:function(t,e,n){var i=ot.extend(new ot.Event,n,{type:t,isSimulated:!0});ot.event.trigger(i,null,e)}}),ot.fn.extend({trigger:function(t,e){return this.each(function(){ot.event.trigger(t,e,this)})},triggerHandler:function(t,e){var n=this[0];if(n)return ot.event.trigger(t,e,n,!0)}}),ot.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(t,e){ot.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}}),ot.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),it.focusin="onfocusin"in t,it.focusin||ot.each({focus:"focusin",blur:"focusout"},function(t,e){var n=function(t){ot.event.simulate(e,t.target,ot.event.fix(t))};ot.event.special[e]={setup:function(){var i=this.ownerDocument||this,o=Ct.access(i,e);o||i.addEventListener(t,n,!0),Ct.access(i,e,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this,o=Ct.access(i,e)-1;o?Ct.access(i,e,o):(i.removeEventListener(t,n,!0),Ct.remove(i,e))}}});var pe=t.location,ge=ot.now(),ve=/\?/;ot.parseJSON=function(t){return JSON.parse(t+"")},ot.parseXML=function(e){var n;if(!e||"string"!=typeof e)return null;try{n=(new t.DOMParser).parseFromString(e,"text/xml")}catch(t){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||ot.error("Invalid XML: "+e),n};var me=/#.*$/,ye=/([?&])_=[^&]*/,be=/^(.*?):[ \t]*([^\r\n]*)$/gm,xe=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,we=/^(?:GET|HEAD)$/,ke=/^\/\//,Ce={},Se={},Te="*/".concat("*"),De=Q.createElement("a");De.href=pe.href,ot.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:pe.href,type:"GET",isLocal:xe.test(pe.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Te,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":ot.parseJSON,"text xml":ot.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?z(z(t,ot.ajaxSettings),e):z(ot.ajaxSettings,t)},ajaxPrefilter:j(Ce),ajaxTransport:j(Se),ajax:function(e,n){function i(e,n,i,s){var u,d,y,b,w,C=n;2!==x&&(x=2,l&&t.clearTimeout(l),o=void 0,a=s||"",k.readyState=e>0?4:0,u=e>=200&&e<300||304===e,i&&(b=q(h,k,i)),b=V(h,b,k,u),u?(h.ifModified&&(w=k.getResponseHeader("Last-Modified"),w&&(ot.lastModified[r]=w),(w=k.getResponseHeader("etag"))&&(ot.etag[r]=w)),204===e||"HEAD"===h.type?C="nocontent":304===e?C="notmodified":(C=b.state,d=b.data,y=b.error,u=!y)):(y=C,!e&&C||(C="error",e<0&&(e=0))),k.status=e,k.statusText=(n||C)+"",u?g.resolveWith(f,[d,C,k]):g.rejectWith(f,[k,C,y]),k.statusCode(m),m=void 0,c&&p.trigger(u?"ajaxSuccess":"ajaxError",[k,h,u?d:y]),v.fireWith(f,[k,C]),c&&(p.trigger("ajaxComplete",[k,h]),--ot.active||ot.event.trigger("ajaxStop")))}"object"==typeof e&&(n=e,e=void 0),n=n||{};var o,r,a,s,l,u,c,d,h=ot.ajaxSetup({},n),f=h.context||h,p=h.context&&(f.nodeType||f.jquery)?ot(f):ot.event,g=ot.Deferred(),v=ot.Callbacks("once memory"),m=h.statusCode||{},y={},b={},x=0,w="canceled",k={readyState:0,getResponseHeader:function(t){var e;if(2===x){if(!s)for(s={};e=be.exec(a);)s[e[1].toLowerCase()]=e[2];e=s[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return 2===x?a:null},setRequestHeader:function(t,e){var n=t.toLowerCase();return x||(t=b[n]=b[n]||t,y[t]=e),this},overrideMimeType:function(t){return x||(h.mimeType=t),this},statusCode:function(t){var e;if(t)if(x<2)for(e in t)m[e]=[m[e],t[e]];else k.always(t[k.status]);return this},abort:function(t){var e=t||w;return o&&o.abort(e),i(0,e),this}};if(g.promise(k).complete=v.add,k.success=k.done,k.error=k.fail,h.url=((e||h.url||pe.href)+"").replace(me,"").replace(ke,pe.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=ot.trim(h.dataType||"*").toLowerCase().match(bt)||[""],null==h.crossDomain){u=Q.createElement("a");try{u.href=h.url,u.href=u.href,h.crossDomain=De.protocol+"//"+De.host!=u.protocol+"//"+u.host}catch(t){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=ot.param(h.data,h.traditional)),H(Ce,h,n,k),2===x)return k;c=ot.event&&h.global,c&&0==ot.active++&&ot.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!we.test(h.type),r=h.url,h.hasContent||(h.data&&(r=h.url+=(ve.test(r)?"&":"?")+h.data,delete h.data),!1===h.cache&&(h.url=ye.test(r)?r.replace(ye,"$1_="+ge++):r+(ve.test(r)?"&":"?")+"_="+ge++)),h.ifModified&&(ot.lastModified[r]&&k.setRequestHeader("If-Modified-Since",ot.lastModified[r]),ot.etag[r]&&k.setRequestHeader("If-None-Match",ot.etag[r])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&k.setRequestHeader("Content-Type",h.contentType),k.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Te+"; q=0.01":""):h.accepts["*"]);for(d in h.headers)k.setRequestHeader(d,h.headers[d]);if(h.beforeSend&&(!1===h.beforeSend.call(f,k,h)||2===x))return k.abort();w="abort";for(d in{success:1,error:1,complete:1})k[d](h[d]);if(o=H(Se,h,n,k)){if(k.readyState=1,c&&p.trigger("ajaxSend",[k,h]),2===x)return k;h.async&&h.timeout>0&&(l=t.setTimeout(function(){k.abort("timeout")},h.timeout));try{x=1,o.send(y,i)}catch(t){if(!(x<2))throw t;i(-1,t)}}else i(-1,"No Transport");return k},getJSON:function(t,e,n){return ot.get(t,e,n,"json")},getScript:function(t,e){return ot.get(t,void 0,e,"script")}}),ot.each(["get","post"],function(t,e){ot[e]=function(t,n,i,o){return ot.isFunction(n)&&(o=o||i,i=n,n=void 0),ot.ajax(ot.extend({url:t,type:e,dataType:o,data:n,success:i},ot.isPlainObject(t)&&t))}}),ot._evalUrl=function(t){return ot.ajax({url:t,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},ot.fn.extend({wrapAll:function(t){var e;return ot.isFunction(t)?this.each(function(e){ot(this).wrapAll(t.call(this,e))}):(this[0]&&(e=ot(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this)},wrapInner:function(t){return ot.isFunction(t)?this.each(function(e){ot(this).wrapInner(t.call(this,e))}):this.each(function(){var e=ot(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)})},wrap:function(t){var e=ot.isFunction(t);return this.each(function(n){ot(this).wrapAll(e?t.call(this,n):t)})},unwrap:function(){return this.parent().each(function(){ot.nodeName(this,"body")||ot(this).replaceWith(this.childNodes)}).end()}}),ot.expr.filters.hidden=function(t){return!ot.expr.filters.visible(t)},ot.expr.filters.visible=function(t){return t.offsetWidth>0||t.offsetHeight>0||t.getClientRects().length>0};var Me=/%20/g,Ae=/\[\]$/,Ie=/\r?\n/g,Pe=/^(?:submit|button|image|reset|file)$/i,_e=/^(?:input|select|textarea|keygen)/i;ot.param=function(t,e){var n,i=[],o=function(t,e){e=ot.isFunction(e)?e():null==e?"":e,i[i.length]=encodeURIComponent(t)+"="+encodeURIComponent(e)};if(void 0===e&&(e=ot.ajaxSettings&&ot.ajaxSettings.traditional),ot.isArray(t)||t.jquery&&!ot.isPlainObject(t))ot.each(t,function(){o(this.name,this.value)});else for(n in t)U(n,t[n],e,o);return i.join("&").replace(Me,"+")},ot.fn.extend({serialize:function(){return ot.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=ot.prop(this,"elements");return t?ot.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!ot(this).is(":disabled")&&_e.test(this.nodeName)&&!Pe.test(t)&&(this.checked||!_t.test(t))}).map(function(t,e){var n=ot(this).val();return null==n?null:ot.isArray(n)?ot.map(n,function(t){return{name:e.name,value:t.replace(Ie,"\r\n")}}):{name:e.name,value:n.replace(Ie,"\r\n")}}).get()}}),ot.ajaxSettings.xhr=function(){try{return new t.XMLHttpRequest}catch(t){}};var Ee={0:200,1223:204},Ne=ot.ajaxSettings.xhr();it.cors=!!Ne&&"withCredentials"in Ne,it.ajax=Ne=!!Ne,ot.ajaxTransport(function(e){var n,i;if(it.cors||Ne&&!e.crossDomain)return{send:function(o,r){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest");for(a in o)s.setRequestHeader(a,o[a]);n=function(t){return function(){n&&(n=i=s.onload=s.onerror=s.onabort=s.onreadystatechange=null,"abort"===t?s.abort():"error"===t?"number"!=typeof s.status?r(0,"error"):r(s.status,s.statusText):r(Ee[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),i=s.onerror=n("error"),void 0!==s.onabort?s.onabort=i:s.onreadystatechange=function(){4===s.readyState&&t.setTimeout(function(){n&&i()})},n=n("abort");try{s.send(e.hasContent&&e.data||null)}catch(t){if(n)throw t}},abort:function(){n&&n()}}}),ot.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return ot.globalEval(t),t}}}),ot.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),ot.ajaxTransport("script",function(t){if(t.crossDomain){var e,n;return{send:function(i,o){e=ot("<script>").prop({charset:t.scriptCharset,src:t.url}).on("load error",n=function(t){e.remove(),n=null,t&&o("error"===t.type?404:200,t.type)}),Q.head.appendChild(e[0])},abort:function(){n&&n()}}}});var Oe=[],Le=/(=)\?(?=&|$)|\?\?/;ot.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Oe.pop()||ot.expando+"_"+ge++;return this[t]=!0,t}}),ot.ajaxPrefilter("json jsonp",function(e,n,i){var o,r,a,s=!1!==e.jsonp&&(Le.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Le.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return o=e.jsonpCallback=ot.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(Le,"$1"+o):!1!==e.jsonp&&(e.url+=(ve.test(e.url)?"&":"?")+e.jsonp+"="+o),e.converters["script json"]=function(){return a||ot.error(o+" was not called"),a[0]},e.dataTypes[0]="json",r=t[o],t[o]=function(){a=arguments},i.always(function(){void 0===r?ot(t).removeProp(o):t[o]=r,e[o]&&(e.jsonpCallback=n.jsonpCallback,Oe.push(o)),a&&ot.isFunction(r)&&r(a[0]),a=r=void 0}),"script"}),ot.parseHTML=function(t,e,n){if(!t||"string"!=typeof t)return null;"boolean"==typeof e&&(n=e,e=!1),e=e||Q;var i=ft.exec(t),o=!n&&[];return i?[e.createElement(i[1])]:(i=h([t],e,o),o&&o.length&&ot(o).remove(),ot.merge([],i.childNodes))};var Fe=ot.fn.load;ot.fn.load=function(t,e,n){if("string"!=typeof t&&Fe)return Fe.apply(this,arguments);var i,o,r,a=this,s=t.indexOf(" ");return s>-1&&(i=ot.trim(t.slice(s)),t=t.slice(0,s)),ot.isFunction(e)?(n=e,e=void 0):e&&"object"==typeof e&&(o="POST"),a.length>0&&ot.ajax({url:t,type:o||"GET",dataType:"html",data:e}).done(function(t){r=arguments,a.html(i?ot("<div>").append(ot.parseHTML(t)).find(i):t)}).always(n&&function(t,e){a.each(function(){n.apply(this,r||[t.responseText,e,t])})}),this},ot.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){ot.fn[e]=function(t){return this.on(e,t)}}),ot.expr.filters.animated=function(t){return ot.grep(ot.timers,function(e){return t===e.elem}).length},ot.offset={setOffset:function(t,e,n){var i,o,r,a,s,l,u,c=ot.css(t,"position"),d=ot(t),h={};"static"===c&&(t.style.position="relative"),s=d.offset(),r=ot.css(t,"top"),l=ot.css(t,"left"),u=("absolute"===c||"fixed"===c)&&(r+l).indexOf("auto")>-1,u?(i=d.position(),a=i.top,o=i.left):(a=parseFloat(r)||0,o=parseFloat(l)||0),ot.isFunction(e)&&(e=e.call(t,n,ot.extend({},s))),null!=e.top&&(h.top=e.top-s.top+a),null!=e.left&&(h.left=e.left-s.left+o),"using"in e?e.using.call(t,h):d.css(h)}},ot.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ot.offset.setOffset(this,t,e)});var e,n,i=this[0],o={top:0,left:0},r=i&&i.ownerDocument;if(r)return e=r.documentElement,ot.contains(e,i)?(o=i.getBoundingClientRect(),n=Y(r),{top:o.top+n.pageYOffset-e.clientTop,left:o.left+n.pageXOffset-e.clientLeft}):o},position:function(){if(this[0]){var t,e,n=this[0],i={top:0,left:0};return"fixed"===ot.css(n,"position")?e=n.getBoundingClientRect():(t=this.offsetParent(),e=this.offset(),ot.nodeName(t[0],"html")||(i=t.offset()),i.top+=ot.css(t[0],"borderTopWidth",!0),i.left+=ot.css(t[0],"borderLeftWidth",!0)),{top:e.top-i.top-ot.css(n,"marginTop",!0),left:e.left-i.left-ot.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===ot.css(t,"position");)t=t.offsetParent;return t||Kt})}}),ot.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var n="pageYOffset"===e;ot.fn[t]=function(i){return wt(this,function(t,i,o){var r=Y(t);if(void 0===o)return r?r[e]:t[i];r?r.scrollTo(n?r.pageXOffset:o,n?o:r.pageYOffset):t[i]=o},t,i,arguments.length)}}),ot.each(["top","left"],function(t,e){ot.cssHooks[e]=M(it.pixelPosition,function(t,n){if(n)return n=D(t,e),Yt.test(n)?ot(t).position()[e]+"px":n})}),ot.each({Height:"height",Width:"width"},function(t,e){ot.each({padding:"inner"+t,content:e,"":"outer"+t},function(n,i){ot.fn[i]=function(i,o){var r=arguments.length&&(n||"boolean"!=typeof i),a=n||(!0===i||!0===o?"margin":"border");return wt(this,function(e,n,i){var o;return ot.isWindow(e)?e.document.documentElement["client"+t]:9===e.nodeType?(o=e.documentElement,Math.max(e.body["scroll"+t],o["scroll"+t],e.body["offset"+t],o["offset"+t],o["client"+t])):void 0===i?ot.css(e,n,a):ot.style(e,n,i,a)},e,r?i:void 0,r,null)}})}),ot.fn.extend({bind:function(t,e,n){return this.on(t,null,e,n)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,n,i){return this.on(e,t,n,i)},undelegate:function(t,e,n){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",n)},size:function(){return this.length}}),ot.fn.andSelf=ot.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return ot});var Re=t.jQuery,$e=t.$;return ot.noConflict=function(e){return t.$===ot&&(t.$=$e),e&&t.jQuery===ot&&(t.jQuery=Re),ot},e||(t.jQuery=t.$=ot),ot}),function(t,e){"use strict";"undefined"!=typeof module&&module.exports?module.exports=e(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],function(t){return e(t)}):e(t.jQuery)}(this,function(t){"use strict";var e=function(e,n){this.$element=t(e),this.options=t.extend({},t.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.select=this.options.select||this.select,this.autoSelect="boolean"!=typeof this.options.autoSelect||this.options.autoSelect,this.highlighter=this.options.highlighter||this.highlighter,this.render=this.options.render||this.render,this.updater=this.options.updater||this.updater,this.displayText=this.options.displayText||this.displayText,this.source=this.options.source,this.delay=this.options.delay,this.$menu=t(this.options.menu),this.$appendTo=this.options.appendTo?t(this.options.appendTo):null,this.shown=!1,this.listen(),this.showHintOnFocus="boolean"==typeof this.options.showHintOnFocus&&this.options.showHintOnFocus,this.afterSelect=this.options.afterSelect,this.addItem=!1};e.prototype={constructor:e,select:function(){var t=this.$menu.find(".active").data("value");if(this.$element.data("active",t),this.autoSelect||t){var e=this.updater(t);this.$element.val(this.displayText(e)||e).change(),this.afterSelect(e)}return this.hide()},updater:function(t){return t},setSource:function(t){this.source=t},show:function(){var e,n=t.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});return e="function"==typeof this.options.scrollHeight?this.options.scrollHeight.call():this.options.scrollHeight,(this.$appendTo?this.$menu.appendTo(this.$appendTo):this.$menu.insertAfter(this.$element)).css({top:n.top+n.height+e,left:n.left}).show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(e){if(this.query=void 0!==e&&null!==e?e:this.$element.val()||"",this.query.length<this.options.minLength)return this.shown?this.hide():this;var n=t.proxy(function(){t.isFunction(this.source)?this.source(this.query,t.proxy(this.process,this)):this.source&&this.process(this.source)},this);clearTimeout(this.lookupWorker),this.lookupWorker=setTimeout(n,this.delay)},process:function(e){var n=this;return e=t.grep(e,function(t){return n.matcher(t)}),e=this.sorter(e),e.length||this.options.addItem?(e.length>0?this.$element.data("active",e[0]):this.$element.data("active",null),this.options.addItem&&e.push(this.options.addItem),"all"==this.options.items?this.render(e).show():this.render(e.slice(0,this.options.items)).show()):this.shown?this.hide():this},matcher:function(t){return~this.displayText(t).toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(t){for(var e,n=[],i=[],o=[];e=t.shift();){var r=this.displayText(e);r.toLowerCase().indexOf(this.query.toLowerCase())?~r.indexOf(this.query)?i.push(e):o.push(e):n.push(e)}return n.concat(i,o)},highlighter:function(e){var n,i,o,r,a,s=t("<div></div>"),l=this.query,u=e.toLowerCase().indexOf(l.toLowerCase());if(0===(n=l.length))return s.text(e).html();for(;u>-1;)i=e.substr(0,u),o=e.substr(u,n),r=e.substr(u+n),a=t("<strong></strong>").text(o),s.append(document.createTextNode(i)).append(a),e=r,u=e.toLowerCase().indexOf(l.toLowerCase());return s.append(document.createTextNode(e)).html()},render:function(e){var n=this,i=this,o=!1;return e=t(e).map(function(e,r){var a=i.displayText(r);return e=t(n.options.item).data("value",r),e.find("a").html(n.highlighter(a)),a==i.$element.val()&&(e.addClass("active"),i.$element.data("active",r),o=!0),e[0]}),this.autoSelect&&!o&&(e.first().addClass("active"),this.$element.data("active",e.first().data("value"))),this.$menu.html(e),this},displayText:function(t){return t.name||t},next:function(){var e=this.$menu.find(".active").removeClass("active"),n=e.next();n.length||(n=t(this.$menu.find("li")[0])),n.addClass("active")},prev:function(){var t=this.$menu.find(".active").removeClass("active"),e=t.prev();e.length||(e=this.$menu.find("li").last()),e.addClass("active")},listen:function(){this.$element.on("focus",t.proxy(this.focus,this)).on("blur",t.proxy(this.blur,this)).on("keypress",t.proxy(this.keypress,this)).on("keyup",t.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element.on("keydown",t.proxy(this.keydown,this)),this.$menu.on("click",t.proxy(this.click,this)).on("mouseenter","li",t.proxy(this.mouseenter,this)).on("mouseleave","li",t.proxy(this.mouseleave,this))},destroy:function(){this.$element.data("typeahead",null),this.$element.data("active",null),this.$element.off("focus").off("blur").off("keypress").off("keyup"),this.eventSupported("keydown")&&this.$element.off("keydown"),this.$menu.remove()},eventSupported:function(t){var e=t in this.$element;return e||(this.$element.setAttribute(t,"return;"),e="function"==typeof this.$element[t]),e},move:function(t){if(this.shown){switch(t.keyCode){case 9:case 13:case 27:t.preventDefault();break;case 38:if(t.shiftKey)return;t.preventDefault(),this.prev();break;case 40:if(t.shiftKey)return;t.preventDefault(),this.next()}t.stopPropagation()}},keydown:function(e){this.suppressKeyPressRepeat=~t.inArray(e.keyCode,[40,38,9,13,27]),this.shown||40!=e.keyCode?this.move(e):this.lookup()},keypress:function(t){this.suppressKeyPressRepeat||this.move(t)},keyup:function(t){switch(t.keyCode){case 40:case 38:case 16:case 17:case 18:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}t.stopPropagation(),t.preventDefault()},focus:function(){this.focused||(this.focused=!0,this.options.showHintOnFocus&&this.lookup(""))},blur:function(){this.focused=!1,!this.mousedover&&this.shown&&this.hide()},click:function(t){t.stopPropagation(),t.preventDefault(),this.select(),this.$element.focus()},mouseenter:function(e){this.mousedover=!0,this.$menu.find(".active").removeClass("active"),t(e.currentTarget).addClass("active")},mouseleave:function(){this.mousedover=!1,!this.focused&&this.shown&&this.hide()}};var n=t.fn.typeahead;t.fn.typeahead=function(n){var i=arguments;return"string"==typeof n&&"getActive"==n?this.data("active"):this.each(function(){var o=t(this),r=o.data("typeahead"),a="object"==typeof n&&n;r||o.data("typeahead",r=new e(this,a)),"string"==typeof n&&(i.length>1?r[n].apply(r,Array.prototype.slice.call(i,1)):r[n]())})},t.fn.typeahead.defaults={source:[],items:10,menu:'<ul class="typeahead dropdown-menu" role="listbox"></ul>',item:'<li><a href="#" role="option"></a></li>',minLength:1,scrollHeight:0,autoSelect:!0,afterSelect:t.noop,delay:0,addItem:!1},t.fn.typeahead.Constructor=e,t.fn.typeahead.noConflict=function(){return t.fn.typeahead=n,this},t(document).on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(){var e=t(this);e.data("typeahead")||e.typeahead(e.data())})}),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){"use strict";var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in e)if(void 0!==t.style[n])return{end:e[n]};return!1}t.fn.emulateTransitionEnd=function(e){var n=!1,i=this;t(this).one("bsTransitionEnd",function(){n=!0});var o=function(){n||t(i).trigger(t.support.transition.end)};return setTimeout(o,e),this},t(function(){t.support.transition=e(),t.support.transition&&(t.event.special.bsTransitionEnd={bindType:t.support.transition.end,delegateType:t.support.transition.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this),o=n.data("bs.alert");o||n.data("bs.alert",o=new i(this)),"string"==typeof e&&o[e].call(n)})}var n='[data-dismiss="alert"]',i=function(e){t(e).on("click",n,this.close)};i.VERSION="3.3.7",i.TRANSITION_DURATION=150,i.prototype.close=function(e){function n(){a.detach().trigger("closed.bs.alert").remove()}var o=t(this),r=o.attr("data-target");r||(r=o.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var a=t("#"===r?[]:r);e&&e.preventDefault(),a.length||(a=o.closest(".alert")),a.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(a.removeClass("in"),t.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",n).emulateTransitionEnd(i.TRANSITION_DURATION):n())};var o=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=i,t.fn.alert.noConflict=function(){return t.fn.alert=o,this},t(document).on("click.bs.alert.data-api",n,i.prototype.close)}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var i=t(this),o=i.data("bs.button"),r="object"==typeof e&&e;o||i.data("bs.button",o=new n(this,r)),"toggle"==e?o.toggle():e&&o.setState(e)})}var n=function(e,i){this.$element=t(e),this.options=t.extend({},n.DEFAULTS,i),this.isLoading=!1};n.VERSION="3.3.7",n.DEFAULTS={loadingText:"loading..."},n.prototype.setState=function(e){var n="disabled",i=this.$element,o=i.is("input")?"val":"html",r=i.data();e+="Text",null==r.resetText&&i.data("resetText",i[o]()),setTimeout(t.proxy(function(){i[o](null==r[e]?this.options[e]:r[e]),"loadingText"==e?(this.isLoading=!0,i.addClass(n).attr(n,n).prop(n,!0)):this.isLoading&&(this.isLoading=!1,i.removeClass(n).removeAttr(n).prop(n,!1))},this),0)},n.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var n=this.$element.find("input");"radio"==n.prop("type")?(n.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==n.prop("type")&&(n.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),n.prop("checked",this.$element.hasClass("active")),t&&n.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),
-this.$element.toggleClass("active")};var i=t.fn.button;t.fn.button=e,t.fn.button.Constructor=n,t.fn.button.noConflict=function(){return t.fn.button=i,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(n){var i=t(n.target).closest(".btn");e.call(i,"toggle"),t(n.target).is('input[type="radio"], input[type="checkbox"]')||(n.preventDefault(),i.is("input,button")?i.trigger("focus"):i.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var i=t(this),o=i.data("bs.carousel"),r=t.extend({},n.DEFAULTS,i.data(),"object"==typeof e&&e),a="string"==typeof e?e:r.slide;o||i.data("bs.carousel",o=new n(this,r)),"number"==typeof e?o.to(e):a?o[a]():r.interval&&o.pause().cycle()})}var n=function(e,n){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};n.VERSION="3.3.7",n.TRANSITION_DURATION=600,n.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},n.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},n.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},n.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},n.prototype.getItemForDirection=function(t,e){var n=this.getItemIndex(e);if(("prev"==t&&0===n||"next"==t&&n==this.$items.length-1)&&!this.options.wrap)return e;var i="prev"==t?-1:1,o=(n+i)%this.$items.length;return this.$items.eq(o)},n.prototype.to=function(t){var e=this,n=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(t>this.$items.length-1||t<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",this.$items.eq(t))},n.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},n.prototype.next=function(){if(!this.sliding)return this.slide("next")},n.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},n.prototype.slide=function(e,i){var o=this.$element.find(".item.active"),r=i||this.getItemForDirection(e,o),a=this.interval,s="next"==e?"left":"right",l=this;if(r.hasClass("active"))return this.sliding=!1;var u=r[0],c=t.Event("slide.bs.carousel",{relatedTarget:u,direction:s});if(this.$element.trigger(c),!c.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var d=t(this.$indicators.children()[this.getItemIndex(r)]);d&&d.addClass("active")}var h=t.Event("slid.bs.carousel",{relatedTarget:u,direction:s});return t.support.transition&&this.$element.hasClass("slide")?(r.addClass(e),r[0].offsetWidth,o.addClass(s),r.addClass(s),o.one("bsTransitionEnd",function(){r.removeClass([e,s].join(" ")).addClass("active"),o.removeClass(["active",s].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger(h)},0)}).emulateTransitionEnd(n.TRANSITION_DURATION)):(o.removeClass("active"),r.addClass("active"),this.sliding=!1,this.$element.trigger(h)),a&&this.cycle(),this}};var i=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=n,t.fn.carousel.noConflict=function(){return t.fn.carousel=i,this};var o=function(n){var i,o=t(this),r=t(o.attr("data-target")||(i=o.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,""));if(r.hasClass("carousel")){var a=t.extend({},r.data(),o.data()),s=o.attr("data-slide-to");s&&(a.interval=!1),e.call(r,a),s&&r.data("bs.carousel").to(s),n.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",o).on("click.bs.carousel.data-api","[data-slide-to]",o),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var n=t(this);e.call(n,n.data())})})}(jQuery),function(t){"use strict";function e(e){var n,i=e.attr("data-target")||(n=e.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"");return t(i)}function n(e){return this.each(function(){var n=t(this),o=n.data("bs.collapse"),r=t.extend({},i.DEFAULTS,n.data(),"object"==typeof e&&e);!o&&r.toggle&&/show|hide/.test(e)&&(r.toggle=!1),o||n.data("bs.collapse",o=new i(this,r)),"string"==typeof e&&o[e]()})}var i=function(e,n){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,n),this.$trigger=t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};i.VERSION="3.3.7",i.TRANSITION_DURATION=350,i.DEFAULTS={toggle:!0},i.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},i.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e,o=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(o&&o.length&&(e=o.data("bs.collapse"))&&e.transitioning)){var r=t.Event("show.bs.collapse");if(this.$element.trigger(r),!r.isDefaultPrevented()){o&&o.length&&(n.call(o,"hide"),e||o.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return s.call(this);var l=t.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",t.proxy(s,this)).emulateTransitionEnd(i.TRANSITION_DURATION)[a](this.$element[0][l])}}}},i.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var o=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};if(!t.support.transition)return o.call(this);this.$element[n](0).one("bsTransitionEnd",t.proxy(o,this)).emulateTransitionEnd(i.TRANSITION_DURATION)}}},i.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},i.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(n,i){var o=t(i);this.addAriaAndCollapsedClass(e(o),o)},this)).end()},i.prototype.addAriaAndCollapsedClass=function(t,e){var n=t.hasClass("in");t.attr("aria-expanded",n),e.toggleClass("collapsed",!n).attr("aria-expanded",n)};var o=t.fn.collapse;t.fn.collapse=n,t.fn.collapse.Constructor=i,t.fn.collapse.noConflict=function(){return t.fn.collapse=o,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(i){var o=t(this);o.attr("data-target")||i.preventDefault();var r=e(o),a=r.data("bs.collapse"),s=a?"toggle":o.data();n.call(r,s)})}(jQuery),function(t){"use strict";function e(e){var n=e.attr("data-target");n||(n=e.attr("href"),n=n&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var i=n&&t(n);return i&&i.length?i:e.parent()}function n(n){n&&3===n.which||(t(o).remove(),t(r).each(function(){var i=t(this),o=e(i),r={relatedTarget:this};o.hasClass("open")&&(n&&"click"==n.type&&/input|textarea/i.test(n.target.tagName)&&t.contains(o[0],n.target)||(o.trigger(n=t.Event("hide.bs.dropdown",r)),n.isDefaultPrevented()||(i.attr("aria-expanded","false"),o.removeClass("open").trigger(t.Event("hidden.bs.dropdown",r)))))}))}function i(e){return this.each(function(){var n=t(this),i=n.data("bs.dropdown");i||n.data("bs.dropdown",i=new a(this)),"string"==typeof e&&i[e].call(n)})}var o=".dropdown-backdrop",r='[data-toggle="dropdown"]',a=function(e){t(e).on("click.bs.dropdown",this.toggle)};a.VERSION="3.3.7",a.prototype.toggle=function(i){var o=t(this);if(!o.is(".disabled, :disabled")){var r=e(o),a=r.hasClass("open");if(n(),!a){"ontouchstart"in document.documentElement&&!r.closest(".navbar-nav").length&&t(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(t(this)).on("click",n);var s={relatedTarget:this};if(r.trigger(i=t.Event("show.bs.dropdown",s)),i.isDefaultPrevented())return;o.trigger("focus").attr("aria-expanded","true"),r.toggleClass("open").trigger(t.Event("shown.bs.dropdown",s))}return!1}},a.prototype.keydown=function(n){if(/(38|40|27|32)/.test(n.which)&&!/input|textarea/i.test(n.target.tagName)){var i=t(this);if(n.preventDefault(),n.stopPropagation(),!i.is(".disabled, :disabled")){var o=e(i),a=o.hasClass("open");if(!a&&27!=n.which||a&&27==n.which)return 27==n.which&&o.find(r).trigger("focus"),i.trigger("click");var s=o.find(".dropdown-menu li:not(.disabled):visible a");if(s.length){var l=s.index(n.target);38==n.which&&l>0&&l--,40==n.which&&l<s.length-1&&l++,~l||(l=0),s.eq(l).trigger("focus")}}}};var s=t.fn.dropdown;t.fn.dropdown=i,t.fn.dropdown.Constructor=a,t.fn.dropdown.noConflict=function(){return t.fn.dropdown=s,this},t(document).on("click.bs.dropdown.data-api",n).on("click.bs.dropdown.data-api",".dropdown form",function(t){t.stopPropagation()}).on("click.bs.dropdown.data-api",r,a.prototype.toggle).on("keydown.bs.dropdown.data-api",r,a.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",a.prototype.keydown)}(jQuery),function(t){"use strict";function e(e,i){return this.each(function(){var o=t(this),r=o.data("bs.modal"),a=t.extend({},n.DEFAULTS,o.data(),"object"==typeof e&&e);r||o.data("bs.modal",r=new n(this,a)),"string"==typeof e?r[e](i):a.show&&r.show(i)})}var n=function(e,n){this.options=n,this.$body=t(document.body),this.$element=t(e),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,t.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};n.VERSION="3.3.7",n.TRANSITION_DURATION=300,n.BACKDROP_TRANSITION_DURATION=150,n.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},n.prototype.toggle=function(t){return this.isShown?this.hide():this.show(t)},n.prototype.show=function(e){var i=this,o=t.Event("show.bs.modal",{relatedTarget:e});this.$element.trigger(o),this.isShown||o.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',t.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){i.$element.one("mouseup.dismiss.bs.modal",function(e){t(e.target).is(i.$element)&&(i.ignoreBackdropClick=!0)})}),this.backdrop(function(){var o=t.support.transition&&i.$element.hasClass("fade");i.$element.parent().length||i.$element.appendTo(i.$body),i.$element.show().scrollTop(0),i.adjustDialog(),o&&i.$element[0].offsetWidth,i.$element.addClass("in"),i.enforceFocus();var r=t.Event("shown.bs.modal",{relatedTarget:e});o?i.$dialog.one("bsTransitionEnd",function(){i.$element.trigger("focus").trigger(r)}).emulateTransitionEnd(n.TRANSITION_DURATION):i.$element.trigger("focus").trigger(r)}))},n.prototype.hide=function(e){e&&e.preventDefault(),e=t.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),t(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),t.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",t.proxy(this.hideModal,this)).emulateTransitionEnd(n.TRANSITION_DURATION):this.hideModal())},n.prototype.enforceFocus=function(){t(document).off("focusin.bs.modal").on("focusin.bs.modal",t.proxy(function(t){document===t.target||this.$element[0]===t.target||this.$element.has(t.target).length||this.$element.trigger("focus")},this))},n.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",t.proxy(function(t){27==t.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},n.prototype.resize=function(){this.isShown?t(window).on("resize.bs.modal",t.proxy(this.handleUpdate,this)):t(window).off("resize.bs.modal")},n.prototype.hideModal=function(){var t=this;this.$element.hide(),this.backdrop(function(){t.$body.removeClass("modal-open"),t.resetAdjustments(),t.resetScrollbar(),t.$element.trigger("hidden.bs.modal")})},n.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},n.prototype.backdrop=function(e){var i=this,o=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var r=t.support.transition&&o;if(this.$backdrop=t(document.createElement("div")).addClass("modal-backdrop "+o).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",t.proxy(function(t){if(this.ignoreBackdropClick)return void(this.ignoreBackdropClick=!1);t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide())},this)),r&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;r?this.$backdrop.one("bsTransitionEnd",e).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):e()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var a=function(){i.removeBackdrop(),e&&e()};t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",a).emulateTransitionEnd(n.BACKDROP_TRANSITION_DURATION):a()}else e&&e()},n.prototype.handleUpdate=function(){this.adjustDialog()},n.prototype.adjustDialog=function(){var t=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&t?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!t?this.scrollbarWidth:""})},n.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},n.prototype.checkScrollbar=function(){var t=window.innerWidth;if(!t){var e=document.documentElement.getBoundingClientRect();t=e.right-Math.abs(e.left)}this.bodyIsOverflowing=document.body.clientWidth<t,this.scrollbarWidth=this.measureScrollbar()},n.prototype.setScrollbar=function(){var t=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",t+this.scrollbarWidth)},n.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},n.prototype.measureScrollbar=function(){var t=document.createElement("div");t.className="modal-scrollbar-measure",this.$body.append(t);var e=t.offsetWidth-t.clientWidth;return this.$body[0].removeChild(t),e};var i=t.fn.modal;t.fn.modal=e,t.fn.modal.Constructor=n,t.fn.modal.noConflict=function(){return t.fn.modal=i,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(n){var i=t(this),o=i.attr("href"),r=t(i.attr("data-target")||o&&o.replace(/.*(?=#[^\s]+$)/,"")),a=r.data("bs.modal")?"toggle":t.extend({remote:!/#/.test(o)&&o},r.data(),i.data());i.is("a")&&n.preventDefault(),r.one("show.bs.modal",function(t){t.isDefaultPrevented()||r.one("hidden.bs.modal",function(){i.is(":visible")&&i.trigger("focus")})}),e.call(r,a,this)})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var i=t(this),o=i.data("bs.tooltip"),r="object"==typeof e&&e;!o&&/destroy|hide/.test(e)||(o||i.data("bs.tooltip",o=new n(this,r)),"string"==typeof e&&o[e]())})}var n=function(t,e){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",t,e)};n.VERSION="3.3.7",n.TRANSITION_DURATION=150,n.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},n.prototype.init=function(e,n,i){if(this.enabled=!0,this.type=e,this.$element=t(n),this.options=this.getOptions(i),this.$viewport=this.options.viewport&&t(t.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var o=this.options.trigger.split(" "),r=o.length;r--;){var a=o[r];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var s="hover"==a?"mouseenter":"focusin",l="hover"==a?"mouseleave":"focusout";this.$element.on(s+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},n.prototype.getDelegateOptions=function(){var e={},n=this.getDefaults();return this._options&&t.each(this._options,function(t,i){n[t]!=i&&(e[t]=i)}),e},n.prototype.enter=function(e){var n=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return n||(n=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,n)),e instanceof t.Event&&(n.inState["focusin"==e.type?"focus":"hover"]=!0),n.tip().hasClass("in")||"in"==n.hoverState?void(n.hoverState="in"):(clearTimeout(n.timeout),n.hoverState="in",n.options.delay&&n.options.delay.show?void(n.timeout=setTimeout(function(){"in"==n.hoverState&&n.show()},n.options.delay.show)):n.show())},n.prototype.isInStateTrue=function(){for(var t in this.inState)if(this.inState[t])return!0;return!1},n.prototype.leave=function(e){var n=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,n)),e instanceof t.Event&&(n.inState["focusout"==e.type?"focus":"hover"]=!1),!n.isInStateTrue()){if(clearTimeout(n.timeout),n.hoverState="out",!n.options.delay||!n.options.delay.hide)return n.hide();n.timeout=setTimeout(function(){"out"==n.hoverState&&n.hide()},n.options.delay.hide)}},n.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var i=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!i)return;var o=this,r=this.tip(),a=this.getUID(this.type);this.setContent(),r.attr("id",a),this.$element.attr("aria-describedby",a),this.options.animation&&r.addClass("fade");var s="function"==typeof this.options.placement?this.options.placement.call(this,r[0],this.$element[0]):this.options.placement,l=/\s?auto?\s?/i,u=l.test(s);u&&(s=s.replace(l,"")||"top"),r.detach().css({top:0,left:0,display:"block"}).addClass(s).data("bs."+this.type,this),this.options.container?r.appendTo(this.options.container):r.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var c=this.getPosition(),d=r[0].offsetWidth,h=r[0].offsetHeight;if(u){var f=s,p=this.getPosition(this.$viewport);s="bottom"==s&&c.bottom+h>p.bottom?"top":"top"==s&&c.top-h<p.top?"bottom":"right"==s&&c.right+d>p.width?"left":"left"==s&&c.left-d<p.left?"right":s,r.removeClass(f).addClass(s)}var g=this.getCalculatedOffset(s,c,d,h);this.applyPlacement(g,s);var v=function(){var t=o.hoverState;o.$element.trigger("shown.bs."+o.type),o.hoverState=null,"out"==t&&o.leave(o)};t.support.transition&&this.$tip.hasClass("fade")?r.one("bsTransitionEnd",v).emulateTransitionEnd(n.TRANSITION_DURATION):v()}},n.prototype.applyPlacement=function(e,n){var i=this.tip(),o=i[0].offsetWidth,r=i[0].offsetHeight,a=parseInt(i.css("margin-top"),10),s=parseInt(i.css("margin-left"),10);isNaN(a)&&(a=0),isNaN(s)&&(s=0),e.top+=a,e.left+=s,t.offset.setOffset(i[0],t.extend({using:function(t){i.css({top:Math.round(t.top),left:Math.round(t.left)})}},e),0),i.addClass("in");var l=i[0].offsetWidth,u=i[0].offsetHeight;"top"==n&&u!=r&&(e.top=e.top+r-u);var c=this.getViewportAdjustedDelta(n,e,l,u);c.left?e.left+=c.left:e.top+=c.top;var d=/top|bottom/.test(n),h=d?2*c.left-o+l:2*c.top-r+u,f=d?"offsetWidth":"offsetHeight";i.offset(e),this.replaceArrow(h,i[0][f],d)},n.prototype.replaceArrow=function(t,e,n){this.arrow().css(n?"left":"top",50*(1-t/e)+"%").css(n?"top":"left","")},n.prototype.setContent=function(){var t=this.tip(),e=this.getTitle();t.find(".tooltip-inner")[this.options.html?"html":"text"](e),t.removeClass("fade in top bottom left right")},n.prototype.hide=function(e){function i(){"in"!=o.hoverState&&r.detach(),o.$element&&o.$element.removeAttr("aria-describedby").trigger("hidden.bs."+o.type),e&&e()}var o=this,r=t(this.$tip),a=t.Event("hide.bs."+this.type);if(this.$element.trigger(a),!a.isDefaultPrevented())return r.removeClass("in"),t.support.transition&&r.hasClass("fade")?r.one("bsTransitionEnd",i).emulateTransitionEnd(n.TRANSITION_DURATION):i(),this.hoverState=null,this},n.prototype.fixTitle=function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("data-original-title"))&&t.attr("data-original-title",t.attr("title")||"").attr("title","")},n.prototype.hasContent=function(){return this.getTitle()},n.prototype.getPosition=function(e){e=e||this.$element;var n=e[0],i="BODY"==n.tagName,o=n.getBoundingClientRect();null==o.width&&(o=t.extend({},o,{width:o.right-o.left,height:o.bottom-o.top}));var r=window.SVGElement&&n instanceof window.SVGElement,a=i?{top:0,left:0}:r?null:e.offset(),s={scroll:i?document.documentElement.scrollTop||document.body.scrollTop:e.scrollTop()},l=i?{width:t(window).width(),height:t(window).height()}:null;return t.extend({},o,s,l,a)},n.prototype.getCalculatedOffset=function(t,e,n,i){return"bottom"==t?{top:e.top+e.height,left:e.left+e.width/2-n/2}:"top"==t?{top:e.top-i,left:e.left+e.width/2-n/2}:"left"==t?{top:e.top+e.height/2-i/2,left:e.left-n}:{top:e.top+e.height/2-i/2,left:e.left+e.width}},n.prototype.getViewportAdjustedDelta=function(t,e,n,i){var o={top:0,left:0};if(!this.$viewport)return o;var r=this.options.viewport&&this.options.viewport.padding||0,a=this.getPosition(this.$viewport);if(/right|left/.test(t)){var s=e.top-r-a.scroll,l=e.top+r-a.scroll+i;s<a.top?o.top=a.top-s:l>a.top+a.height&&(o.top=a.top+a.height-l)}else{var u=e.left-r,c=e.left+r+n;u<a.left?o.left=a.left-u:c>a.right&&(o.left=a.left+a.width-c)}return o},n.prototype.getTitle=function(){var t=this.$element,e=this.options;return t.attr("data-original-title")||("function"==typeof e.title?e.title.call(t[0]):e.title)},n.prototype.getUID=function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},n.prototype.tip=function(){if(!this.$tip&&(this.$tip=t(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},n.prototype.enable=function(){this.enabled=!0},n.prototype.disable=function(){this.enabled=!1},n.prototype.toggleEnabled=function(){this.enabled=!this.enabled},n.prototype.toggle=function(e){var n=this;e&&((n=t(e.currentTarget).data("bs."+this.type))||(n=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,n))),e?(n.inState.click=!n.inState.click,n.isInStateTrue()?n.enter(n):n.leave(n)):n.tip().hasClass("in")?n.leave(n):n.enter(n)},n.prototype.destroy=function(){var t=this;clearTimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removeData("bs."+t.type),t.$tip&&t.$tip.detach(),t.$tip=null,t.$arrow=null,t.$viewport=null,t.$element=null})};var i=t.fn.tooltip;t.fn.tooltip=e,t.fn.tooltip.Constructor=n,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=i,this}}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var i=t(this),o=i.data("bs.popover"),r="object"==typeof e&&e;!o&&/destroy|hide/.test(e)||(o||i.data("bs.popover",o=new n(this,r)),"string"==typeof e&&o[e]())})}var n=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");n.VERSION="3.3.7",n.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),n.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),n.prototype.constructor=n,n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),n=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof n?"html":"append":"text"](n),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},n.prototype.hasContent=function(){return this.getTitle()||this.getContent()},n.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var i=t.fn.popover;t.fn.popover=e,t.fn.popover.Constructor=n,t.fn.popover.noConflict=function(){return t.fn.popover=i,this}}(jQuery),function(t){"use strict";function e(n,i){this.$body=t(document.body),this.$scrollElement=t(t(n).is(document.body)?window:n),this.options=t.extend({},e.DEFAULTS,i),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",t.proxy(this.process,this)),this.refresh(),this.process()}function n(n){return this.each(function(){var i=t(this),o=i.data("bs.scrollspy"),r="object"==typeof n&&n;o||i.data("bs.scrollspy",o=new e(this,r)),"string"==typeof n&&o[n]()})}e.VERSION="3.3.7",e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},e.prototype.refresh=function(){var e=this,n="offset",i=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),t.isWindow(this.$scrollElement[0])||(n="position",i=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=t(this),o=e.data("target")||e.attr("href"),r=/^#./.test(o)&&t(o);return r&&r.length&&r.is(":visible")&&[[r[n]().top+i,o]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),i=this.options.offset+n-this.$scrollElement.height(),o=this.offsets,r=this.targets,a=this.activeTarget;if(this.scrollHeight!=n&&this.refresh(),e>=i)return a!=(t=r[r.length-1])&&this.activate(t);if(a&&e<o[0])return this.activeTarget=null,this.clear();for(t=o.length;t--;)a!=r[t]&&e>=o[t]&&(void 0===o[t+1]||e<o[t+1])&&this.activate(r[t])},e.prototype.activate=function(e){this.activeTarget=e,this.clear();var n=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',i=t(n).parents("li").addClass("active");i.parent(".dropdown-menu").length&&(i=i.closest("li.dropdown").addClass("active")),i.trigger("activate.bs.scrollspy")},e.prototype.clear=function(){t(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var i=t.fn.scrollspy;t.fn.scrollspy=n,t.fn.scrollspy.Constructor=e,t.fn.scrollspy.noConflict=function(){return t.fn.scrollspy=i,this},t(window).on("load.bs.scrollspy.data-api",function(){t('[data-spy="scroll"]').each(function(){var e=t(this);n.call(e,e.data())})})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var i=t(this),o=i.data("bs.tab");o||i.data("bs.tab",o=new n(this)),"string"==typeof e&&o[e]()})}var n=function(e){this.element=t(e)};n.VERSION="3.3.7",n.TRANSITION_DURATION=150,n.prototype.show=function(){var e=this.element,n=e.closest("ul:not(.dropdown-menu)"),i=e.data("target");if(i||(i=e.attr("href"),i=i&&i.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var o=n.find(".active:last a"),r=t.Event("hide.bs.tab",{relatedTarget:e[0]}),a=t.Event("show.bs.tab",{relatedTarget:o[0]});if(o.trigger(r),e.trigger(a),!a.isDefaultPrevented()&&!r.isDefaultPrevented()){var s=t(i);this.activate(e.closest("li"),n),this.activate(s,s.parent(),function(){o.trigger({type:"hidden.bs.tab",relatedTarget:e[0]}),e.trigger({type:"shown.bs.tab",relatedTarget:o[0]})})}}},n.prototype.activate=function(e,i,o){function r(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),o&&o()}var a=i.find("> .active"),s=o&&t.support.transition&&(a.length&&a.hasClass("fade")||!!i.find("> .fade").length);a.length&&s?a.one("bsTransitionEnd",r).emulateTransitionEnd(n.TRANSITION_DURATION):r(),a.removeClass("in")};var i=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=n,t.fn.tab.noConflict=function(){return t.fn.tab=i,this};var o=function(n){n.preventDefault(),e.call(t(this),"show")};t(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',o).on("click.bs.tab.data-api",'[data-toggle="pill"]',o)}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var i=t(this),o=i.data("bs.affix"),r="object"==typeof e&&e;o||i.data("bs.affix",o=new n(this,r)),"string"==typeof e&&o[e]()})}var n=function(e,i){this.options=t.extend({},n.DEFAULTS,i),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};n.VERSION="3.3.7",n.RESET="affix affix-top affix-bottom",n.DEFAULTS={offset:0,target:window},n.prototype.getState=function(t,e,n,i){var o=this.$target.scrollTop(),r=this.$element.offset(),a=this.$target.height();if(null!=n&&"top"==this.affixed)return o<n&&"top"
-;if("bottom"==this.affixed)return null!=n?!(o+this.unpin<=r.top)&&"bottom":!(o+a<=t-i)&&"bottom";var s=null==this.affixed,l=s?o:r.top,u=s?a:e;return null!=n&&o<=n?"top":null!=i&&l+u>=t-i&&"bottom"},n.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(n.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},n.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},n.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=this.$element.height(),i=this.options.offset,o=i.top,r=i.bottom,a=Math.max(t(document).height(),t(document.body).height());"object"!=typeof i&&(r=o=i),"function"==typeof o&&(o=i.top(this.$element)),"function"==typeof r&&(r=i.bottom(this.$element));var s=this.getState(a,e,o,r);if(this.affixed!=s){null!=this.unpin&&this.$element.css("top","");var l="affix"+(s?"-"+s:""),u=t.Event(l+".bs.affix");if(this.$element.trigger(u),u.isDefaultPrevented())return;this.affixed=s,this.unpin="bottom"==s?this.getPinnedOffset():null,this.$element.removeClass(n.RESET).addClass(l).trigger(l.replace("affix","affixed")+".bs.affix")}"bottom"==s&&this.$element.offset({top:a-e-r})}};var i=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=n,t.fn.affix.noConflict=function(){return t.fn.affix=i,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var n=t(this),i=n.data();i.offset=i.offset||{},null!=i.offsetBottom&&(i.offset.bottom=i.offsetBottom),null!=i.offsetTop&&(i.offset.top=i.offsetTop),e.call(n,i)})})}(jQuery),function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Chart=t()}}(function(){return function t(e,n,i){function o(a,s){if(!n[a]){if(!e[a]){var l="function"==typeof require&&require;if(!s&&l)return l(a,!0);if(r)return r(a,!0);var u=new Error("Cannot find module '"+a+"'");throw u.code="MODULE_NOT_FOUND",u}var c=n[a]={exports:{}};e[a][0].call(c.exports,function(t){var n=e[a][1][t];return o(n||t)},c,c.exports,t,e,n,i)}return n[a].exports}for(var r="function"==typeof require&&require,a=0;a<i.length;a++)o(i[a]);return o}({1:[function(t,e,n){},{}],2:[function(t,e,n){function i(t){if(t){var e=/^#([a-fA-F0-9]{3})$/i,n=/^#([a-fA-F0-9]{6})$/i,i=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,o=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,r=/(\w+)/,a=[0,0,0],s=1,l=t.match(e);if(l){l=l[1];for(var u=0;u<a.length;u++)a[u]=parseInt(l[u]+l[u],16)}else if(l=t.match(n)){l=l[1];for(var u=0;u<a.length;u++)a[u]=parseInt(l.slice(2*u,2*u+2),16)}else if(l=t.match(i)){for(var u=0;u<a.length;u++)a[u]=parseInt(l[u+1]);s=parseFloat(l[4])}else if(l=t.match(o)){for(var u=0;u<a.length;u++)a[u]=Math.round(2.55*parseFloat(l[u+1]));s=parseFloat(l[4])}else if(l=t.match(r)){if("transparent"==l[1])return[0,0,0,0];if(!(a=x[l[1]]))return}for(var u=0;u<a.length;u++)a[u]=y(a[u],0,255);return s=s||0==s?y(s,0,1):1,a[3]=s,a}}function o(t){if(t){var e=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=t.match(e);if(n){var i=parseFloat(n[4]);return[y(parseInt(n[1]),0,360),y(parseFloat(n[2]),0,100),y(parseFloat(n[3]),0,100),y(isNaN(i)?1:i,0,1)]}}}function r(t){if(t){var e=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,n=t.match(e);if(n){var i=parseFloat(n[4]);return[y(parseInt(n[1]),0,360),y(parseFloat(n[2]),0,100),y(parseFloat(n[3]),0,100),y(isNaN(i)?1:i,0,1)]}}}function a(t){var e=i(t);return e&&e.slice(0,3)}function s(t){var e=o(t);return e&&e.slice(0,3)}function l(t){var e=i(t);return e?e[3]:(e=o(t))?e[3]:(e=r(t))?e[3]:void 0}function u(t){return"#"+b(t[0])+b(t[1])+b(t[2])}function c(t,e){return e<1||t[3]&&t[3]<1?d(t,e):"rgb("+t[0]+", "+t[1]+", "+t[2]+")"}function d(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function h(t,e){return e<1||t[3]&&t[3]<1?f(t,e):"rgb("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%)"}function f(t,e){return"rgba("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%, "+(e||t[3]||1)+")"}function p(t,e){return e<1||t[3]&&t[3]<1?g(t,e):"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"}function g(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function v(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"}function m(t){return w[t.slice(0,3)]}function y(t,e,n){return Math.min(Math.max(e,t),n)}function b(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var x=t(6);e.exports={getRgba:i,getHsla:o,getRgb:a,getHsl:s,getHwb:r,getAlpha:l,hexString:u,rgbString:c,rgbaString:d,percentString:h,percentaString:f,hslString:p,hslaString:g,hwbString:v,keyword:m};var w={};for(var k in x)w[x[k]]=k},{6:6}],3:[function(t,e,n){var i=t(5),o=t(2),r=function(t){if(t instanceof r)return t;if(!(this instanceof r))return new r(t);this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1};var e;"string"==typeof t?(e=o.getRgba(t),e?this.setValues("rgb",e):(e=o.getHsla(t))?this.setValues("hsl",e):(e=o.getHwb(t))&&this.setValues("hwb",e)):"object"==typeof t&&(e=t,void 0!==e.r||void 0!==e.red?this.setValues("rgb",e):void 0!==e.l||void 0!==e.lightness?this.setValues("hsl",e):void 0!==e.v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb",e):void 0===e.c&&void 0===e.cyan||this.setValues("cmyk",e))};r.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var t=this.values;return 1!==t.alpha?t.hwb.concat([t.alpha]):t.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values;return t.rgb.concat([t.alpha])},hslaArray:function(){var t=this.values;return t.hsl.concat([t.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t&&(t%=360,t=t<0?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return o.hexString(this.values.rgb)},rgbString:function(){return o.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return o.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return o.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return o.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return o.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return o.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return o.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var t=this.values.rgb;return t[0]<<16|t[1]<<8|t[2]},luminosity:function(){for(var t=this.values.rgb,e=[],n=0;n<t.length;n++){var i=t[n]/255;e[n]=i<=.03928?i/12.92:Math.pow((i+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),n=t.luminosity();return e>n?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,n=(e[0]+t)%360;return e[0]=n<0?360+n:n,this.setValues("hsl",e),this},mix:function(t,e){var n=this,i=t,o=void 0===e?.5:e,r=2*o-1,a=n.alpha()-i.alpha(),s=((r*a==-1?r:(r+a)/(1+r*a))+1)/2,l=1-s;return this.rgb(s*n.red()+l*i.red(),s*n.green()+l*i.green(),s*n.blue()+l*i.blue()).alpha(n.alpha()*o+i.alpha()*(1-o))},toJSON:function(){return this.rgb()},clone:function(){var t,e,n=new r,i=this.values,o=n.values;for(var a in i)i.hasOwnProperty(a)&&(t=i[a],e={}.toString.call(t),"[object Array]"===e?o[a]=t.slice(0):"[object Number]"===e&&(o[a]=t));return n}},r.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},r.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},r.prototype.getValues=function(t){for(var e=this.values,n={},i=0;i<t.length;i++)n[t.charAt(i)]=e[t][i];return 1!==e.alpha&&(n.a=e.alpha),n},r.prototype.setValues=function(t,e){var n,o=this.values,r=this.spaces,a=this.maxes,s=1;if(this.valid=!0,"alpha"===t)s=e;else if(e.length)o[t]=e.slice(0,t.length),s=e[t.length];else if(void 0!==e[t.charAt(0)]){for(n=0;n<t.length;n++)o[t][n]=e[t.charAt(n)];s=e.a}else if(void 0!==e[r[t][0]]){var l=r[t];for(n=0;n<t.length;n++)o[t][n]=e[l[n]];s=e.alpha}if(o.alpha=Math.max(0,Math.min(1,void 0===s?o.alpha:s)),"alpha"===t)return!1;var u;for(n=0;n<t.length;n++)u=Math.max(0,Math.min(a[t][n],o[t][n])),o[t][n]=Math.round(u);for(var c in r)c!==t&&(o[c]=i[t][c](o[t]));return!0},r.prototype.setSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n),this)},r.prototype.setChannel=function(t,e,n){var i=this.values[t];return void 0===n?i[e]:n===i[e]?this:(i[e]=n,this.setValues(t,i),this)},"undefined"!=typeof window&&(window.Color=r),e.exports=r},{2:2,5:5}],4:[function(t,e,n){function i(t){var e,n,i,o=t[0]/255,r=t[1]/255,a=t[2]/255,s=Math.min(o,r,a),l=Math.max(o,r,a),u=l-s;return l==s?e=0:o==l?e=(r-a)/u:r==l?e=2+(a-o)/u:a==l&&(e=4+(o-r)/u),e=Math.min(60*e,360),e<0&&(e+=360),i=(s+l)/2,n=l==s?0:i<=.5?u/(l+s):u/(2-l-s),[e,100*n,100*i]}function o(t){var e,n,i,o=t[0],r=t[1],a=t[2],s=Math.min(o,r,a),l=Math.max(o,r,a),u=l-s;return n=0==l?0:u/l*1e3/10,l==s?e=0:o==l?e=(r-a)/u:r==l?e=2+(a-o)/u:a==l&&(e=4+(o-r)/u),e=Math.min(60*e,360),e<0&&(e+=360),i=l/255*1e3/10,[e,n,i]}function a(t){var e=t[0],n=t[1],o=t[2],r=i(t)[0],a=1/255*Math.min(e,Math.min(n,o)),o=1-1/255*Math.max(e,Math.max(n,o));return[r,100*a,100*o]}function s(t){var e,n,i,o,r=t[0]/255,a=t[1]/255,s=t[2]/255;return o=Math.min(1-r,1-a,1-s),e=(1-r-o)/(1-o)||0,n=(1-a-o)/(1-o)||0,i=(1-s-o)/(1-o)||0,[100*e,100*n,100*i,100*o]}function l(t){return G[JSON.stringify(t)]}function u(t){var e=t[0]/255,n=t[1]/255,i=t[2]/255;return e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92,[100*(.4124*e+.3576*n+.1805*i),100*(.2126*e+.7152*n+.0722*i),100*(.0193*e+.1192*n+.9505*i)]}function c(t){var e,n,i,o=u(t),r=o[0],a=o[1],s=o[2];return r/=95.047,a/=100,s/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,e=116*a-16,n=500*(r-a),i=200*(a-s),[e,n,i]}function d(t){return $(c(t))}function h(t){var e,n,i,o,r,a=t[0]/360,s=t[1]/100,l=t[2]/100;if(0==s)return r=255*l,[r,r,r];n=l<.5?l*(1+s):l+s-l*s,e=2*l-n,o=[0,0,0];for(var u=0;u<3;u++)i=a+1/3*-(u-1),i<0&&i++,i>1&&i--,r=6*i<1?e+6*(n-e)*i:2*i<1?n:3*i<2?e+(n-e)*(2/3-i)*6:e,o[u]=255*r;return o}function f(t){var e,n,i=t[0],o=t[1]/100,r=t[2]/100;return 0===r?[0,0,0]:(r*=2,o*=r<=1?r:2-r,n=(r+o)/2,e=2*o/(r+o),[i,100*e,100*n])}function p(t){return a(h(t))}function v(t){return s(h(t))}function m(t){return l(h(t))}function y(t){var e=t[0]/60,n=t[1]/100,i=t[2]/100,o=Math.floor(e)%6,r=e-Math.floor(e),a=255*i*(1-n),s=255*i*(1-n*r),l=255*i*(1-n*(1-r)),i=255*i;switch(o){case 0:return[i,l,a];case 1:return[s,i,a];case 2:return[a,i,l];case 3:return[a,s,i];case 4:return[l,a,i];case 5:return[i,a,s]}}function x(t){var e,n,i=t[0],o=t[1]/100,r=t[2]/100;return n=(2-o)*r,e=o*r,e/=n<=1?n:2-n,e=e||0,n/=2,[i,100*e,100*n]}function w(t){return a(y(t))}function k(t){return s(y(t))}function C(t){return l(y(t))}function S(t){var e,n,i,o,a=t[0]/360,s=t[1]/100,l=t[2]/100,u=s+l;switch(u>1&&(s/=u,l/=u),e=Math.floor(6*a),n=1-l,i=6*a-e,0!=(1&e)&&(i=1-i),o=s+i*(n-s),e){default:case 6:case 0:r=n,g=o,b=s;break;case 1:r=o,g=n,b=s;break;case 2:r=s,g=n,b=o;break;case 3:r=s,g=o,b=n;break;case 4:r=o,g=s,b=n;break;case 5:r=n,g=s,b=o}return[255*r,255*g,255*b]}function T(t){return i(S(t))}function D(t){return o(S(t))}function M(t){return s(S(t))}function A(t){return l(S(t))}function I(t){var e,n,i,o=t[0]/100,r=t[1]/100,a=t[2]/100,s=t[3]/100;return e=1-Math.min(1,o*(1-s)+s),n=1-Math.min(1,r*(1-s)+s),i=1-Math.min(1,a*(1-s)+s),[255*e,255*n,255*i]}function P(t){return i(I(t))}function _(t){return o(I(t))}function E(t){return a(I(t))}function N(t){return l(I(t))}function O(t){var e,n,i,o=t[0]/100,r=t[1]/100,a=t[2]/100;return e=3.2406*o+-1.5372*r+-.4986*a,n=-.9689*o+1.8758*r+.0415*a,i=.0557*o+-.204*r+1.057*a,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:n*=12.92,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,e=Math.min(Math.max(0,e),1),n=Math.min(Math.max(0,n),1),i=Math.min(Math.max(0,i),1),[255*e,255*n,255*i]}function L(t){var e,n,i,o=t[0],r=t[1],a=t[2];return o/=95.047,r/=100,a/=108.883,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,e=116*r-16,n=500*(o-r),i=200*(r-a),[e,n,i]}function F(t){return $(L(t))}function R(t){var e,n,i,o,r=t[0],a=t[1],s=t[2];return r<=8?(n=100*r/903.3,o=n/100*7.787+16/116):(n=100*Math.pow((r+16)/116,3),o=Math.pow(n/100,1/3)),e=e/95.047<=.008856?e=95.047*(a/500+o-16/116)/7.787:95.047*Math.pow(a/500+o,3),i=i/108.883<=.008859?i=108.883*(o-s/200-16/116)/7.787:108.883*Math.pow(o-s/200,3),[e,n,i]}function $(t){var e,n,i,o=t[0],r=t[1],a=t[2];return e=Math.atan2(a,r),n=360*e/2/Math.PI,n<0&&(n+=360),i=Math.sqrt(r*r+a*a),[o,i,n]}function W(t){return O(R(t))}function B(t){var e,n,i,o=t[0],r=t[1],a=t[2];return i=a/360*2*Math.PI,e=r*Math.cos(i),n=r*Math.sin(i),[o,e,n]}function j(t){return R(B(t))}function H(t){return W(B(t))}function z(t){return K[t]}function q(t){return i(z(t))}function V(t){return o(z(t))}function U(t){return a(z(t))}function Y(t){return s(z(t))}function X(t){return c(z(t))}function Q(t){return u(z(t))}e.exports={rgb2hsl:i,rgb2hsv:o,rgb2hwb:a,rgb2cmyk:s,rgb2keyword:l,rgb2xyz:u,rgb2lab:c,rgb2lch:d,hsl2rgb:h,hsl2hsv:f,hsl2hwb:p,hsl2cmyk:v,hsl2keyword:m,hsv2rgb:y,hsv2hsl:x,hsv2hwb:w,hsv2cmyk:k,hsv2keyword:C,hwb2rgb:S,hwb2hsl:T,hwb2hsv:D,hwb2cmyk:M,hwb2keyword:A,cmyk2rgb:I,cmyk2hsl:P,cmyk2hsv:_,cmyk2hwb:E,cmyk2keyword:N,keyword2rgb:z,keyword2hsl:q,keyword2hsv:V,keyword2hwb:U,keyword2cmyk:Y,keyword2lab:X,keyword2xyz:Q,xyz2rgb:O,xyz2lab:L,xyz2lch:F,lab2xyz:R,lab2rgb:W,lab2lch:$,lch2lab:B,lch2xyz:j,lch2rgb:H};var K={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},G={};for(var J in K)G[JSON.stringify(K[J])]=J},{}],5:[function(t,e,n){var i=t(4),o=function(){return new u};for(var r in i){o[r+"Raw"]=function(t){return function(e){return"number"==typeof e&&(e=Array.prototype.slice.call(arguments)),i[t](e)}}(r);var a=/(\w+)2(\w+)/.exec(r),s=a[1],l=a[2];o[s]=o[s]||{},o[s][l]=o[r]=function(t){return function(e){"number"==typeof e&&(e=Array.prototype.slice.call(arguments));var n=i[t](e);if("string"==typeof n||void 0===n)return n;for(var o=0;o<n.length;o++)n[o]=Math.round(n[o]);return n}}(r)}var u=function(){this.convs={}};u.prototype.routeSpace=function(t,e){var n=e[0];return void 0===n?this.getValues(t):("number"==typeof n&&(n=Array.prototype.slice.call(e)),this.setValues(t,n))},u.prototype.setValues=function(t,e){return this.space=t,this.convs={},this.convs[t]=e,this},u.prototype.getValues=function(t){var e=this.convs[t];if(!e){var n=this.space,i=this.convs[n];e=o[n][t](i),this.convs[t]=e}return e},["rgb","hsl","hsv","cmyk","keyword"].forEach(function(t){u.prototype[t]=function(e){return this.routeSpace(t,arguments)}}),e.exports=o},{4:4}],6:[function(t,e,n){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],7:[function(t,e,n){var i=t(29)();i.helpers=t(45),t(27)(i),i.defaults=t(25),i.Element=t(26),i.elements=t(40),i.Interaction=t(28),i.platform=t(48),t(31)(i),t(22)(i),t(23)(i),t(24)(i),t(30)(i),t(33)(i),t(32)(i),t(35)(i),t(54)(i),t(52)(i),t(53)(i),t(55)(i),t(56)(i),t(57)(i),t(15)(i),t(16)(i),t(17)(i),t(18)(i),t(19)(i),t(20)(i),t(21)(i),t(8)(i),t(9)(i),t(10)(i),t(11)(i),t(12)(i),t(13)(i),t(14)(i);var o=[];o.push(t(49)(i),t(50)(i),t(51)(i)),i.plugins.register(o),i.platform.initialize(),e.exports=i,"undefined"!=typeof window&&(window.Chart=i),i.canvasHelpers=i.helpers.canvas},{10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,23:23,24:24,25:25,26:26,27:27,28:28,29:29,30:30,31:31,32:32,33:33,35:35,40:40,45:45,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,8:8,9:9}],8:[function(t,e,n){"use strict";e.exports=function(t){t.Bar=function(e,n){return n.type="bar",new t(e,n)}}},{}],9:[function(t,e,n){"use strict";e.exports=function(t){t.Bubble=function(e,n){return n.type="bubble",new t(e,n)}}},{}],10:[function(t,e,n){"use strict";e.exports=function(t){t.Doughnut=function(e,n){return n.type="doughnut",new t(e,n)}}},{}],11:[function(t,e,n){"use strict";e.exports=function(t){t.Line=function(e,n){return n.type="line",new t(e,n)}}},{}],12:[function(t,e,n){"use strict";e.exports=function(t){t.PolarArea=function(e,n){return n.type="polarArea",new t(e,n)}}},{}],13:[function(t,e,n){"use strict";e.exports=function(t){t.Radar=function(e,n){return n.type="radar",new t(e,n)}}},{}],14:[function(t,e,n){"use strict";e.exports=function(t){t.Scatter=function(e,n){return n.type="scatter",new t(e,n)}}},{}],15:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45);i._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),i._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{position:"left",type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{callbacks:{title:function(t,e){var n="";return t.length>0&&(t[0].yLabel?n=t[0].yLabel:e.labels.length>0&&t[0].index<e.labels.length&&(n=e.labels[t[0].index])),n},label:function(t,e){return(e.datasets[t.datasetIndex].label||"")+": "+t.xLabel}},mode:"index",axis:"y"}}),e.exports=function(t){t.controllers.bar=t.DatasetController.extend({dataElementType:o.Rectangle,initialize:function(){var e,n=this;t.DatasetController.prototype.initialize.apply(n,arguments),e=n.getMeta(),e.stack=n.getDataset().stack,e.bar=!0},update:function(t){var e,n,i=this,o=i.getMeta().data;for(i._ruler=i.getRuler(),e=0,n=o.length;e<n;++e)i.updateElement(o[e],e,t)},updateElement:function(t,e,n){var i=this,o=i.chart,a=i.getMeta(),s=i.getDataset(),l=t.custom||{},u=o.options.elements.rectangle;t._xScale=i.getScaleForId(a.xAxisID),t._yScale=i.getScaleForId(a.yAxisID),t._datasetIndex=i.index,t._index=e,t._model={datasetLabel:s.label,label:o.data.labels[e],borderSkipped:l.borderSkipped?l.borderSkipped:u.borderSkipped,backgroundColor:l.backgroundColor?l.backgroundColor:r.valueAtIndexOrDefault(s.backgroundColor,e,u.backgroundColor),borderColor:l.borderColor?l.borderColor:r.valueAtIndexOrDefault(s.borderColor,e,u.borderColor),borderWidth:l.borderWidth?l.borderWidth:r.valueAtIndexOrDefault(s.borderWidth,e,u.borderWidth)},i.updateElementGeometry(t,e,n),t.pivot()},updateElementGeometry:function(t,e,n){var i=this,o=t._model,r=i.getValueScale(),a=r.getBasePixel(),s=r.isHorizontal(),l=i._ruler||i.getRuler(),u=i.calculateBarValuePixels(i.index,e),c=i.calculateBarIndexPixels(i.index,e,l);o.horizontal=s,o.base=n?a:u.base,o.x=s?n?a:u.head:c.center,o.y=s?c.center:n?a:u.head,o.height=s?c.size:void 0,o.width=s?void 0:c.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:function(){return this.getMeta().xAxisID},getValueScale:function(){return this.getScaleForId(this.getValueScaleId())},getIndexScale:function(){return this.getScaleForId(this.getIndexScaleId())},getStackCount:function(t){var e,n,i=this,o=i.chart,r=i.getIndexScale(),a=r.options.stacked,s=void 0===t?o.data.datasets.length:t+1,l=[];for(e=0;e<s;++e)n=o.getDatasetMeta(e),n.bar&&o.isDatasetVisible(e)&&(!1===a||!0===a&&-1===l.indexOf(n.stack)||void 0===a&&(void 0===n.stack||-1===l.indexOf(n.stack)))&&l.push(n.stack);return l.length},getStackIndex:function(t){return this.getStackCount(t)-1},getRuler:function(){var t,e,n=this,i=n.getIndexScale(),o=n.getStackCount(),r=n.index,a=[],s=i.isHorizontal(),l=s?i.left:i.top,u=l+(s?i.width:i.height);for(t=0,e=n.getMeta().data.length;t<e;++t)a.push(i.getPixelForValue(null,t,r));return{pixels:a,start:l,end:u,stackCount:o,scale:i}},calculateBarValuePixels:function(t,e){var n,i,o,r,a,s,l=this,u=l.chart,c=l.getMeta(),d=l.getValueScale(),h=u.data.datasets,f=d.getRightValue(h[t].data[e]),p=d.options.stacked,g=c.stack,v=0;if(p||void 0===p&&void 0!==g)for(n=0;n<t;++n)i=u.getDatasetMeta(n),i.bar&&i.stack===g&&i.controller.getValueScaleId()===d.id&&u.isDatasetVisible(n)&&(o=d.getRightValue(h[n].data[e]),(f<0&&o<0||f>=0&&o>0)&&(v+=o));return r=d.getPixelForValue(v),a=d.getPixelForValue(v+f),s=(a-r)/2,{size:s,base:r,head:a,center:a+s/2}},calculateBarIndexPixels:function(t,e,n){var i,o,a,s,l,u,c=this,d=n.scale.options,h=c.getStackIndex(t),f=n.pixels,p=f[e],g=f.length,v=n.start,m=n.end;return 1===g?(i=p>v?p-v:m-p,o=p<m?m-p:p-v):(e>0&&(i=(p-f[e-1])/2,e===g-1&&(o=i)),e<g-1&&(o=(f[e+1]-p)/2,0===e&&(i=o))),a=i*d.categoryPercentage,s=o*d.categoryPercentage,l=(a+s)/n.stackCount,u=l*d.barPercentage,u=Math.min(r.valueOrDefault(d.barThickness,u),r.valueOrDefault(d.maxBarThickness,1/0)),p-=a,p+=l*h,p+=(l-u)/2,{size:u,base:p,head:p+u,center:p+u/2}},draw:function(){var t=this,e=t.chart,n=t.getValueScale(),i=t.getMeta().data,o=t.getDataset(),a=i.length,s=0;for(r.canvas.clipArea(e.ctx,e.chartArea);s<a;++s)isNaN(n.getRightValue(o.data[s]))||i[s].draw();r.canvas.unclipArea(e.ctx)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},o=t._model;o.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:r.valueAtIndexOrDefault(e.hoverBackgroundColor,n,r.getHoverColor(o.backgroundColor)),o.borderColor=i.hoverBorderColor?i.hoverBorderColor:r.valueAtIndexOrDefault(e.hoverBorderColor,n,r.getHoverColor(o.borderColor)),o.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:r.valueAtIndexOrDefault(e.hoverBorderWidth,n,o.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},o=t._model,a=this.chart.options.elements.rectangle;o.backgroundColor=i.backgroundColor?i.backgroundColor:r.valueAtIndexOrDefault(e.backgroundColor,n,a.backgroundColor),o.borderColor=i.borderColor?i.borderColor:r.valueAtIndexOrDefault(e.borderColor,n,a.borderColor),o.borderWidth=i.borderWidth?i.borderWidth:r.valueAtIndexOrDefault(e.borderWidth,n,a.borderWidth)}}),t.controllers.horizontalBar=t.controllers.bar.extend({getValueScaleId:function(){return this.getMeta().xAxisID},getIndexScaleId:function(){return this.getMeta().yAxisID}})}},{25:25,40:40,45:45}],16:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45)
-;i._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.datasets[t.datasetIndex].label||"",i=e.datasets[t.datasetIndex].data[t.index];return n+": ("+t.xLabel+", "+t.yLabel+", "+i.r+")"}}}}),e.exports=function(t){t.controllers.bubble=t.DatasetController.extend({dataElementType:o.Point,update:function(t){var e=this,n=e.getMeta(),i=n.data;r.each(i,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){var i=this,o=i.getMeta(),r=t.custom||{},a=i.getScaleForId(o.xAxisID),s=i.getScaleForId(o.yAxisID),l=i._resolveElementOptions(t,e),u=i.getDataset().data[e],c=i.index,d=n?a.getPixelForDecimal(.5):a.getPixelForValue("object"==typeof u?u:NaN,e,c),h=n?s.getBasePixel():s.getPixelForValue(u,e,c);t._xScale=a,t._yScale=s,t._options=l,t._datasetIndex=c,t._index=e,t._model={backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,hitRadius:l.hitRadius,pointStyle:l.pointStyle,radius:n?0:l.radius,skip:r.skip||isNaN(d)||isNaN(h),x:d,y:h},t.pivot()},setHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=r.valueOrDefault(n.hoverBackgroundColor,r.getHoverColor(n.backgroundColor)),e.borderColor=r.valueOrDefault(n.hoverBorderColor,r.getHoverColor(n.borderColor)),e.borderWidth=r.valueOrDefault(n.hoverBorderWidth,n.borderWidth),e.radius=n.radius+n.hoverRadius},removeHoverStyle:function(t){var e=t._model,n=t._options;e.backgroundColor=n.backgroundColor,e.borderColor=n.borderColor,e.borderWidth=n.borderWidth,e.radius=n.radius},_resolveElementOptions:function(t,e){var n,i,o,a=this,s=a.chart,l=s.data.datasets,u=l[a.index],c=t.custom||{},d=s.options.elements.point,h=r.options.resolve,f=u.data[e],p={},g={chart:s,dataIndex:e,dataset:u,datasetIndex:a.index},v=["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle"];for(n=0,i=v.length;n<i;++n)o=v[n],p[o]=h([c[o],u[o],d[o]],g,e);return p.radius=h([c.radius,f?f.r:void 0,u.radius,d.radius],g,e),p}})}},{25:25,40:40,45:45}],17:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45);i._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,o=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),o[r]&&e.push(o[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(n,i){var o=t.getDatasetMeta(0),a=e.datasets[0],s=o.data[i],l=s&&s.custom||{},u=r.valueAtIndexOrDefault,c=t.options.elements.arc;return{text:n,fillStyle:l.backgroundColor?l.backgroundColor:u(a.backgroundColor,i,c.backgroundColor),strokeStyle:l.borderColor?l.borderColor:u(a.borderColor,i,c.borderColor),lineWidth:l.borderWidth?l.borderWidth:u(a.borderWidth,i,c.borderWidth),hidden:isNaN(a.data[i])||o.data[i].hidden,index:i}}):[]}},onClick:function(t,e){var n,i,o,r=e.index,a=this.chart;for(n=0,i=(a.data.datasets||[]).length;n<i;++n)o=a.getDatasetMeta(n),o.data[r]&&(o.data[r].hidden=!o.data[r].hidden);a.update()}},cutoutPercentage:50,rotation:-.5*Math.PI,circumference:2*Math.PI,tooltips:{callbacks:{title:function(){return""},label:function(t,e){var n=e.labels[t.index],i=": "+e.datasets[t.datasetIndex].data[t.index];return r.isArray(n)?(n=n.slice(),n[0]+=i):n+=i,n}}}}),i._set("pie",r.clone(i.doughnut)),i._set("pie",{cutoutPercentage:0}),e.exports=function(t){t.controllers.doughnut=t.controllers.pie=t.DatasetController.extend({dataElementType:o.Arc,linkScales:r.noop,getRingIndex:function(t){for(var e=0,n=0;n<t;++n)this.chart.isDatasetVisible(n)&&++e;return e},update:function(t){var e=this,n=e.chart,i=n.chartArea,o=n.options,a=o.elements.arc,s=i.right-i.left-a.borderWidth,l=i.bottom-i.top-a.borderWidth,u=Math.min(s,l),c={x:0,y:0},d=e.getMeta(),h=o.cutoutPercentage,f=o.circumference;if(f<2*Math.PI){var p=o.rotation%(2*Math.PI);p+=2*Math.PI*(p>=Math.PI?-1:p<-Math.PI?1:0);var g=p+f,v={x:Math.cos(p),y:Math.sin(p)},m={x:Math.cos(g),y:Math.sin(g)},y=p<=0&&g>=0||p<=2*Math.PI&&2*Math.PI<=g,b=p<=.5*Math.PI&&.5*Math.PI<=g||p<=2.5*Math.PI&&2.5*Math.PI<=g,x=p<=-Math.PI&&-Math.PI<=g||p<=Math.PI&&Math.PI<=g,w=p<=.5*-Math.PI&&.5*-Math.PI<=g||p<=1.5*Math.PI&&1.5*Math.PI<=g,k=h/100,C={x:x?-1:Math.min(v.x*(v.x<0?1:k),m.x*(m.x<0?1:k)),y:w?-1:Math.min(v.y*(v.y<0?1:k),m.y*(m.y<0?1:k))},S={x:y?1:Math.max(v.x*(v.x>0?1:k),m.x*(m.x>0?1:k)),y:b?1:Math.max(v.y*(v.y>0?1:k),m.y*(m.y>0?1:k))},T={width:.5*(S.x-C.x),height:.5*(S.y-C.y)};u=Math.min(s/T.width,l/T.height),c={x:-.5*(S.x+C.x),y:-.5*(S.y+C.y)}}n.borderWidth=e.getMaxBorderWidth(d.data),n.outerRadius=Math.max((u-n.borderWidth)/2,0),n.innerRadius=Math.max(h?n.outerRadius/100*h:0,0),n.radiusLength=(n.outerRadius-n.innerRadius)/n.getVisibleDatasetCount(),n.offsetX=c.x*n.outerRadius,n.offsetY=c.y*n.outerRadius,d.total=e.calculateTotal(),e.outerRadius=n.outerRadius-n.radiusLength*e.getRingIndex(e.index),e.innerRadius=Math.max(e.outerRadius-n.radiusLength,0),r.each(d.data,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){var i=this,o=i.chart,a=o.chartArea,s=o.options,l=s.animation,u=(a.left+a.right)/2,c=(a.top+a.bottom)/2,d=s.rotation,h=s.rotation,f=i.getDataset(),p=n&&l.animateRotate?0:t.hidden?0:i.calculateCircumference(f.data[e])*(s.circumference/(2*Math.PI)),g=n&&l.animateScale?0:i.innerRadius,v=n&&l.animateScale?0:i.outerRadius,m=r.valueAtIndexOrDefault;r.extend(t,{_datasetIndex:i.index,_index:e,_model:{x:u+o.offsetX,y:c+o.offsetY,startAngle:d,endAngle:h,circumference:p,outerRadius:v,innerRadius:g,label:m(f.label,e,o.data.labels[e])}});var y=t._model;this.removeHoverStyle(t),n&&l.animateRotate||(y.startAngle=0===e?s.rotation:i.getMeta().data[e-1]._model.endAngle,y.endAngle=y.startAngle+y.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,e=this.getDataset(),n=this.getMeta(),i=0;return r.each(n.data,function(n,o){t=e.data[o],isNaN(t)||n.hidden||(i+=Math.abs(t))}),i},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,n,i=0,o=this.index,r=t.length,a=0;a<r;a++)e=t[a]._model?t[a]._model.borderWidth:0,n=t[a]._chart?t[a]._chart.config.data.datasets[o].hoverBorderWidth:0,i=e>i?e:i,i=n>i?n:i;return i}})}},{25:25,40:40,45:45}],18:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45);i._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}}),e.exports=function(t){function e(t,e){return r.valueOrDefault(t.showLine,e.showLines)}t.controllers.line=t.DatasetController.extend({datasetElementType:o.Line,dataElementType:o.Point,update:function(t){var n,i,o,a=this,s=a.getMeta(),l=s.dataset,u=s.data||[],c=a.chart.options,d=c.elements.line,h=a.getScaleForId(s.yAxisID),f=a.getDataset(),p=e(f,c);for(p&&(o=l.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),l._scale=h,l._datasetIndex=a.index,l._children=u,l._model={spanGaps:f.spanGaps?f.spanGaps:c.spanGaps,tension:o.tension?o.tension:r.valueOrDefault(f.lineTension,d.tension),backgroundColor:o.backgroundColor?o.backgroundColor:f.backgroundColor||d.backgroundColor,borderWidth:o.borderWidth?o.borderWidth:f.borderWidth||d.borderWidth,borderColor:o.borderColor?o.borderColor:f.borderColor||d.borderColor,borderCapStyle:o.borderCapStyle?o.borderCapStyle:f.borderCapStyle||d.borderCapStyle,borderDash:o.borderDash?o.borderDash:f.borderDash||d.borderDash,borderDashOffset:o.borderDashOffset?o.borderDashOffset:f.borderDashOffset||d.borderDashOffset,borderJoinStyle:o.borderJoinStyle?o.borderJoinStyle:f.borderJoinStyle||d.borderJoinStyle,fill:o.fill?o.fill:void 0!==f.fill?f.fill:d.fill,steppedLine:o.steppedLine?o.steppedLine:r.valueOrDefault(f.steppedLine,d.stepped),cubicInterpolationMode:o.cubicInterpolationMode?o.cubicInterpolationMode:r.valueOrDefault(f.cubicInterpolationMode,d.cubicInterpolationMode)},l.pivot()),n=0,i=u.length;n<i;++n)a.updateElement(u[n],n,t);for(p&&0!==l._model.tension&&a.updateBezierControlPoints(),n=0,i=u.length;n<i;++n)u[n].pivot()},getPointBackgroundColor:function(t,e){var n=this.chart.options.elements.point.backgroundColor,i=this.getDataset(),o=t.custom||{};return o.backgroundColor?n=o.backgroundColor:i.pointBackgroundColor?n=r.valueAtIndexOrDefault(i.pointBackgroundColor,e,n):i.backgroundColor&&(n=i.backgroundColor),n},getPointBorderColor:function(t,e){var n=this.chart.options.elements.point.borderColor,i=this.getDataset(),o=t.custom||{};return o.borderColor?n=o.borderColor:i.pointBorderColor?n=r.valueAtIndexOrDefault(i.pointBorderColor,e,n):i.borderColor&&(n=i.borderColor),n},getPointBorderWidth:function(t,e){var n=this.chart.options.elements.point.borderWidth,i=this.getDataset(),o=t.custom||{};return isNaN(o.borderWidth)?!isNaN(i.pointBorderWidth)||r.isArray(i.pointBorderWidth)?n=r.valueAtIndexOrDefault(i.pointBorderWidth,e,n):isNaN(i.borderWidth)||(n=i.borderWidth):n=o.borderWidth,n},updateElement:function(t,e,n){var i,o,a=this,s=a.getMeta(),l=t.custom||{},u=a.getDataset(),c=a.index,d=u.data[e],h=a.getScaleForId(s.yAxisID),f=a.getScaleForId(s.xAxisID),p=a.chart.options.elements.point;void 0!==u.radius&&void 0===u.pointRadius&&(u.pointRadius=u.radius),void 0!==u.hitRadius&&void 0===u.pointHitRadius&&(u.pointHitRadius=u.hitRadius),i=f.getPixelForValue("object"==typeof d?d:NaN,e,c),o=n?h.getBasePixel():a.calculatePointY(d,e,c),t._xScale=f,t._yScale=h,t._datasetIndex=c,t._index=e,t._model={x:i,y:o,skip:l.skip||isNaN(i)||isNaN(o),radius:l.radius||r.valueAtIndexOrDefault(u.pointRadius,e,p.radius),pointStyle:l.pointStyle||r.valueAtIndexOrDefault(u.pointStyle,e,p.pointStyle),backgroundColor:a.getPointBackgroundColor(t,e),borderColor:a.getPointBorderColor(t,e),borderWidth:a.getPointBorderWidth(t,e),tension:s.dataset._model?s.dataset._model.tension:0,steppedLine:!!s.dataset._model&&s.dataset._model.steppedLine,hitRadius:l.hitRadius||r.valueAtIndexOrDefault(u.pointHitRadius,e,p.hitRadius)}},calculatePointY:function(t,e,n){var i,o,r,a=this,s=a.chart,l=a.getMeta(),u=a.getScaleForId(l.yAxisID),c=0,d=0;if(u.options.stacked){for(i=0;i<n;i++)if(o=s.data.datasets[i],r=s.getDatasetMeta(i),"line"===r.type&&r.yAxisID===u.id&&s.isDatasetVisible(i)){var h=Number(u.getRightValue(o.data[e]));h<0?d+=h||0:c+=h||0}var f=Number(u.getRightValue(t));return f<0?u.getPixelForValue(d+f):u.getPixelForValue(c+f)}return u.getPixelForValue(t)},updateBezierControlPoints:function(){function t(t,e,n){return Math.max(Math.min(t,n),e)}var e,n,i,o,a,s=this,l=s.getMeta(),u=s.chart.chartArea,c=l.data||[];if(l.dataset._model.spanGaps&&(c=c.filter(function(t){return!t._model.skip})),"monotone"===l.dataset._model.cubicInterpolationMode)r.splineCurveMonotone(c);else for(e=0,n=c.length;e<n;++e)i=c[e],o=i._model,a=r.splineCurve(r.previousItem(c,e)._model,o,r.nextItem(c,e)._model,l.dataset._model.tension),o.controlPointPreviousX=a.previous.x,o.controlPointPreviousY=a.previous.y,o.controlPointNextX=a.next.x,o.controlPointNextY=a.next.y;if(s.chart.options.elements.line.capBezierPoints)for(e=0,n=c.length;e<n;++e)o=c[e]._model,o.controlPointPreviousX=t(o.controlPointPreviousX,u.left,u.right),o.controlPointPreviousY=t(o.controlPointPreviousY,u.top,u.bottom),o.controlPointNextX=t(o.controlPointNextX,u.left,u.right),o.controlPointNextY=t(o.controlPointNextY,u.top,u.bottom)},draw:function(){var t=this,n=t.chart,i=t.getMeta(),o=i.data||[],a=n.chartArea,s=o.length,l=0;for(r.canvas.clipArea(n.ctx,a),e(t.getDataset(),n.options)&&i.dataset.draw(),r.canvas.unclipArea(n.ctx);l<s;++l)o[l].draw(a)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,i=t.custom||{},o=t._model;o.radius=i.hoverRadius||r.valueAtIndexOrDefault(e.pointHoverRadius,n,this.chart.options.elements.point.hoverRadius),o.backgroundColor=i.hoverBackgroundColor||r.valueAtIndexOrDefault(e.pointHoverBackgroundColor,n,r.getHoverColor(o.backgroundColor)),o.borderColor=i.hoverBorderColor||r.valueAtIndexOrDefault(e.pointHoverBorderColor,n,r.getHoverColor(o.borderColor)),o.borderWidth=i.hoverBorderWidth||r.valueAtIndexOrDefault(e.pointHoverBorderWidth,n,o.borderWidth)},removeHoverStyle:function(t){var e=this,n=e.chart.data.datasets[t._datasetIndex],i=t._index,o=t.custom||{},a=t._model;void 0!==n.radius&&void 0===n.pointRadius&&(n.pointRadius=n.radius),a.radius=o.radius||r.valueAtIndexOrDefault(n.pointRadius,i,e.chart.options.elements.point.radius),a.backgroundColor=e.getPointBackgroundColor(t,i),a.borderColor=e.getPointBorderColor(t,i),a.borderWidth=e.getPointBorderWidth(t,i)}})}},{25:25,40:40,45:45}],19:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45);i._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var n=t.data,i=n.datasets,o=n.labels;if(i.length)for(var r=0;r<i[0].data.length;++r)e.push('<li><span style="background-color:'+i[0].backgroundColor[r]+'"></span>'),o[r]&&e.push(o[r]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(n,i){var o=t.getDatasetMeta(0),a=e.datasets[0],s=o.data[i],l=s.custom||{},u=r.valueAtIndexOrDefault,c=t.options.elements.arc;return{text:n,fillStyle:l.backgroundColor?l.backgroundColor:u(a.backgroundColor,i,c.backgroundColor),strokeStyle:l.borderColor?l.borderColor:u(a.borderColor,i,c.borderColor),lineWidth:l.borderWidth?l.borderWidth:u(a.borderWidth,i,c.borderWidth),hidden:isNaN(a.data[i])||o.data[i].hidden,index:i}}):[]}},onClick:function(t,e){var n,i,o,r=e.index,a=this.chart;for(n=0,i=(a.data.datasets||[]).length;n<i;++n)o=a.getDatasetMeta(n),o.data[r].hidden=!o.data[r].hidden;a.update()}},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+t.yLabel}}}}),e.exports=function(t){t.controllers.polarArea=t.DatasetController.extend({dataElementType:o.Arc,linkScales:r.noop,update:function(t){var e=this,n=e.chart,i=n.chartArea,o=e.getMeta(),a=n.options,s=a.elements.arc,l=Math.min(i.right-i.left,i.bottom-i.top);n.outerRadius=Math.max((l-s.borderWidth/2)/2,0),n.innerRadius=Math.max(a.cutoutPercentage?n.outerRadius/100*a.cutoutPercentage:1,0),n.radiusLength=(n.outerRadius-n.innerRadius)/n.getVisibleDatasetCount(),e.outerRadius=n.outerRadius-n.radiusLength*e.index,e.innerRadius=e.outerRadius-n.radiusLength,o.count=e.countVisibleElements(),r.each(o.data,function(n,i){e.updateElement(n,i,t)})},updateElement:function(t,e,n){for(var i=this,o=i.chart,a=i.getDataset(),s=o.options,l=s.animation,u=o.scale,c=o.data.labels,d=i.calculateCircumference(a.data[e]),h=u.xCenter,f=u.yCenter,p=0,g=i.getMeta(),v=0;v<e;++v)isNaN(a.data[v])||g.data[v].hidden||++p;var m=s.startAngle,y=t.hidden?0:u.getDistanceFromCenterForValue(a.data[e]),b=m+d*p,x=b+(t.hidden?0:d),w=l.animateScale?0:u.getDistanceFromCenterForValue(a.data[e]);r.extend(t,{_datasetIndex:i.index,_index:e,_scale:u,_model:{x:h,y:f,innerRadius:0,outerRadius:n?w:y,startAngle:n&&l.animateRotate?m:b,endAngle:n&&l.animateRotate?m:x,label:r.valueAtIndexOrDefault(c,e,c[e])}}),i.removeHoverStyle(t),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},countVisibleElements:function(){var t=this.getDataset(),e=this.getMeta(),n=0;return r.each(e.data,function(e,i){isNaN(t.data[i])||e.hidden||n++}),n},calculateCircumference:function(t){var e=this.getMeta().count;return e>0&&!isNaN(t)?2*Math.PI/e:0}})}},{25:25,40:40,45:45}],20:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45);i._set("radar",{scale:{type:"radialLinear"},elements:{line:{tension:0}}}),e.exports=function(t){t.controllers.radar=t.DatasetController.extend({datasetElementType:o.Line,dataElementType:o.Point,linkScales:r.noop,update:function(t){var e=this,n=e.getMeta(),i=n.dataset,o=n.data,a=i.custom||{},s=e.getDataset(),l=e.chart.options.elements.line,u=e.chart.scale;void 0!==s.tension&&void 0===s.lineTension&&(s.lineTension=s.tension),r.extend(n.dataset,{_datasetIndex:e.index,_scale:u,_children:o,_loop:!0,_model:{tension:a.tension?a.tension:r.valueOrDefault(s.lineTension,l.tension),backgroundColor:a.backgroundColor?a.backgroundColor:s.backgroundColor||l.backgroundColor,borderWidth:a.borderWidth?a.borderWidth:s.borderWidth||l.borderWidth,borderColor:a.borderColor?a.borderColor:s.borderColor||l.borderColor,fill:a.fill?a.fill:void 0!==s.fill?s.fill:l.fill,borderCapStyle:a.borderCapStyle?a.borderCapStyle:s.borderCapStyle||l.borderCapStyle,borderDash:a.borderDash?a.borderDash:s.borderDash||l.borderDash,borderDashOffset:a.borderDashOffset?a.borderDashOffset:s.borderDashOffset||l.borderDashOffset,borderJoinStyle:a.borderJoinStyle?a.borderJoinStyle:s.borderJoinStyle||l.borderJoinStyle}}),n.dataset.pivot(),r.each(o,function(n,i){e.updateElement(n,i,t)},e),e.updateBezierControlPoints()},updateElement:function(t,e,n){var i=this,o=t.custom||{},a=i.getDataset(),s=i.chart.scale,l=i.chart.options.elements.point,u=s.getPointPositionForValue(e,a.data[e]);void 0!==a.radius&&void 0===a.pointRadius&&(a.pointRadius=a.radius),void 0!==a.hitRadius&&void 0===a.pointHitRadius&&(a.pointHitRadius=a.hitRadius),r.extend(t,{_datasetIndex:i.index,_index:e,_scale:s,_model:{x:n?s.xCenter:u.x,y:n?s.yCenter:u.y,tension:o.tension?o.tension:r.valueOrDefault(a.lineTension,i.chart.options.elements.line.tension),radius:o.radius?o.radius:r.valueAtIndexOrDefault(a.pointRadius,e,l.radius),backgroundColor:o.backgroundColor?o.backgroundColor:r.valueAtIndexOrDefault(a.pointBackgroundColor,e,l.backgroundColor),borderColor:o.borderColor?o.borderColor:r.valueAtIndexOrDefault(a.pointBorderColor,e,l.borderColor),borderWidth:o.borderWidth?o.borderWidth:r.valueAtIndexOrDefault(a.pointBorderWidth,e,l.borderWidth),pointStyle:o.pointStyle?o.pointStyle:r.valueAtIndexOrDefault(a.pointStyle,e,l.pointStyle),hitRadius:o.hitRadius?o.hitRadius:r.valueAtIndexOrDefault(a.pointHitRadius,e,l.hitRadius)}}),t._model.skip=o.skip?o.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,e=this.getMeta();r.each(e.data,function(n,i){var o=n._model,a=r.splineCurve(r.previousItem(e.data,i,!0)._model,o,r.nextItem(e.data,i,!0)._model,o.tension);o.controlPointPreviousX=Math.max(Math.min(a.previous.x,t.right),t.left),o.controlPointPreviousY=Math.max(Math.min(a.previous.y,t.bottom),t.top),o.controlPointNextX=Math.max(Math.min(a.next.x,t.right),t.left),o.controlPointNextY=Math.max(Math.min(a.next.y,t.bottom),t.top),n.pivot()})},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,o=t._model;o.radius=n.hoverRadius?n.hoverRadius:r.valueAtIndexOrDefault(e.pointHoverRadius,i,this.chart.options.elements.point.hoverRadius),o.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:r.valueAtIndexOrDefault(e.pointHoverBackgroundColor,i,r.getHoverColor(o.backgroundColor)),o.borderColor=n.hoverBorderColor?n.hoverBorderColor:r.valueAtIndexOrDefault(e.pointHoverBorderColor,i,r.getHoverColor(o.borderColor)),o.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:r.valueAtIndexOrDefault(e.pointHoverBorderWidth,i,o.borderWidth)},removeHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t.custom||{},i=t._index,o=t._model,a=this.chart.options.elements.point;o.radius=n.radius?n.radius:r.valueAtIndexOrDefault(e.pointRadius,i,a.radius),o.backgroundColor=n.backgroundColor?n.backgroundColor:r.valueAtIndexOrDefault(e.pointBackgroundColor,i,a.backgroundColor),o.borderColor=n.borderColor?n.borderColor:r.valueAtIndexOrDefault(e.pointBorderColor,i,a.borderColor),o.borderWidth=n.borderWidth?n.borderWidth:r.valueAtIndexOrDefault(e.pointBorderWidth,i,a.borderWidth)}})}},{25:25,40:40,45:45}],21:[function(t,e,n){"use strict";t(25)._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},showLines:!1,tooltips:{callbacks:{title:function(){return""},label:function(t){return"("+t.xLabel+", "+t.yLabel+")"}}}}),e.exports=function(t){t.controllers.scatter=t.controllers.line}},{25:25}],22:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45);i._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:r.noop,onComplete:r.noop}}),e.exports=function(t){t.Animation=o.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,n,i){var o,r,a=this.animations;for(e.chart=t,i||(t.animating=!0),o=0,r=a.length;o<r;++o)if(a[o].chart===t)return void(a[o]=e);a.push(e),1===a.length&&this.requestAnimationFrame()},cancelAnimation:function(t){var e=r.findIndex(this.animations,function(e){return e.chart===t});-1!==e&&(this.animations.splice(e,1),t.animating=!1)},requestAnimationFrame:function(){var t=this;null===t.request&&(t.request=r.requestAnimFrame.call(window,function(){t.request=null,t.startDigest()}))},startDigest:function(){var t=this,e=Date.now(),n=0;t.dropFrames>1&&(n=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+n);var i=Date.now();t.dropFrames+=(i-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var e,n,i=this.animations,o=0;o<i.length;)e=i[o],n=e.chart,e.currentStep=(e.currentStep||0)+t,e.currentStep=Math.min(e.currentStep,e.numSteps),r.callback(e.render,[n,e],n),r.callback(e.onAnimationProgress,[e],n),e.currentStep>=e.numSteps?(r.callback(e.onAnimationComplete,[e],n),n.animating=!1,i.splice(o,1)):++o}},Object.defineProperty(t.Animation.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.Animation.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})}},{25:25,26:26,45:45}],23:[function(t,e,n){"use strict";var i=t(25),o=t(45),r=t(28),a=t(48);e.exports=function(t){function e(t){t=t||{};var e=t.data=t.data||{};return e.datasets=e.datasets||[],e.labels=e.labels||[],t.options=o.configMerge(i.global,i[t.type],t.options||{}),t}function n(t){var e=t.options;e.scale?t.scale.options=e.scale:e.scales&&e.scales.xAxes.concat(e.scales.yAxes).forEach(function(e){t.scales[e.id].options=e}),t.tooltip._options=e.tooltips}function s(t){return"top"===t||"bottom"===t}var l=t.plugins;t.types={},t.instances={},t.controllers={},o.extend(t.prototype,{construct:function(n,i){var r=this;i=e(i);var s=a.acquireContext(n,i),l=s&&s.canvas,u=l&&l.height,c=l&&l.width;r.id=o.uid(),r.ctx=s,r.canvas=l,r.config=i,r.width=c,r.height=u,r.aspectRatio=u?c/u:null,r.options=i.options,r._bufferedRender=!1,r.chart=r,r.controller=r,t.instances[r.id]=r,Object.defineProperty(r,"data",{get:function(){return r.config.data},set:function(t){r.config.data=t}}),s&&l&&(r.initialize(),r.update())},initialize:function(){var t=this;return l.notify(t,"beforeInit"),o.retinaScale(t,t.options.devicePixelRatio),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildScales(),t.initToolTip(),l.notify(t,"afterInit"),t},clear:function(){return o.canvas.clear(this),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(t){var e=this,n=e.options,i=e.canvas,r=n.maintainAspectRatio&&e.aspectRatio||null,a=Math.max(0,Math.floor(o.getMaximumWidth(i))),s=Math.max(0,Math.floor(r?a/r:o.getMaximumHeight(i)));if((e.width!==a||e.height!==s)&&(i.width=e.width=a,i.height=e.height=s,i.style.width=a+"px",i.style.height=s+"px",o.retinaScale(e,n.devicePixelRatio),!t)){var u={width:a,height:s};l.notify(e,"resize",[u]),e.options.onResize&&e.options.onResize(e,u),e.stop(),e.update(e.options.responsiveAnimationDuration)}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},n=t.scale;o.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),o.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),n&&(n.id=n.id||"scale")},buildScales:function(){var e=this,n=e.options,i=e.scales={},r=[];n.scales&&(r=r.concat((n.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(n.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),n.scale&&r.push({options:n.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),o.each(r,function(n){var r=n.options,a=o.valueOrDefault(r.type,n.dtype),l=t.scaleService.getScaleConstructor(a);if(l){s(r.position)!==s(n.dposition)&&(r.position=n.dposition);var u=new l({id:r.id,options:r,ctx:e.ctx,chart:e});i[u.id]=u,u.mergeTicksOptions(),n.isDefault&&(e.scale=u)}}),t.scaleService.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e=this,n=[],i=[];return o.each(e.data.datasets,function(o,r){var a=e.getDatasetMeta(r),s=o.type||e.config.type;if(a.type&&a.type!==s&&(e.destroyDatasetMeta(r),a=e.getDatasetMeta(r)),a.type=s,n.push(a.type),a.controller)a.controller.updateIndex(r);else{var l=t.controllers[a.type];if(void 0===l)throw new Error('"'+a.type+'" is not a chart type.');a.controller=new l(e,r),i.push(a.controller)}},e),i},resetElements:function(){var t=this;o.each(t.data.datasets,function(e,n){t.getDatasetMeta(n).controller.reset()},t)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(t){var e=this;if(t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]}),n(e),!1!==l.notify(e,"beforeUpdate")){e.tooltip._data=e.data;var i=e.buildOrUpdateControllers();o.each(e.data.datasets,function(t,n){e.getDatasetMeta(n).controller.buildOrUpdateElements()},e),e.updateLayout(),o.each(i,function(t){t.reset()}),e.updateDatasets(),e.tooltip.initialize(),e.lastActive=[],l.notify(e,"afterUpdate"),e._bufferedRender?e._bufferedRequest={duration:t.duration,easing:t.easing,lazy:t.lazy}:e.render(t)}},updateLayout:function(){var e=this;!1!==l.notify(e,"beforeLayout")&&(t.layoutService.update(this,this.width,this.height),l.notify(e,"afterScaleUpdate"),l.notify(e,"afterLayout"))},updateDatasets:function(){var t=this;if(!1!==l.notify(t,"beforeDatasetsUpdate")){for(var e=0,n=t.data.datasets.length;e<n;++e)t.updateDataset(e);l.notify(t,"afterDatasetsUpdate")}},updateDataset:function(t){var e=this,n=e.getDatasetMeta(t),i={meta:n,index:t};!1!==l.notify(e,"beforeDatasetUpdate",[i])&&(n.controller.update(),l.notify(e,"afterDatasetUpdate",[i]))},render:function(e){var n=this;e&&"object"==typeof e||(e={duration:e,lazy:arguments[1]});var i=e.duration,r=e.lazy;if(!1!==l.notify(n,"beforeRender")){var a=n.options.animation,s=function(t){l.notify(n,"afterRender"),o.callback(a&&a.onComplete,[t],n)};if(a&&(void 0!==i&&0!==i||void 0===i&&0!==a.duration)){var u=new t.Animation({numSteps:(i||a.duration)/16.66,easing:e.easing||a.easing,render:function(t,e){var n=o.easing.effects[e.easing],i=e.currentStep,r=i/e.numSteps;t.draw(n(r),r,i)},onAnimationProgress:a.onProgress,onAnimationComplete:s});t.animationService.addAnimation(n,u,i,r)}else n.draw(),s(new t.Animation({numSteps:0,chart:n}));return n}},draw:function(t){var e=this;e.clear(),o.isNullOrUndef(t)&&(t=1),e.transition(t),!1!==l.notify(e,"beforeDraw",[t])&&(o.each(e.boxes,function(t){t.draw(e.chartArea)},e),e.scale&&e.scale.draw(),e.drawDatasets(t),e._drawTooltip(t),l.notify(e,"afterDraw",[t]))},transition:function(t){for(var e=this,n=0,i=(e.data.datasets||[]).length;n<i;++n)e.isDatasetVisible(n)&&e.getDatasetMeta(n).controller.transition(t);e.tooltip.transition(t)},drawDatasets:function(t){var e=this;if(!1!==l.notify(e,"beforeDatasetsDraw",[t])){for(var n=(e.data.datasets||[]).length-1;n>=0;--n)e.isDatasetVisible(n)&&e.drawDataset(n,t);l.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var n=this,i=n.getDatasetMeta(t),o={meta:i,index:t,easingValue:e};!1!==l.notify(n,"beforeDatasetDraw",[o])&&(i.controller.draw(e),l.notify(n,"afterDatasetDraw",[o]))},_drawTooltip:function(t){var e=this,n=e.tooltip,i={tooltip:n,easingValue:t};!1!==l.notify(e,"beforeTooltipDraw",[i])&&(n.draw(),l.notify(e,"afterTooltipDraw",[i]))},getElementAtEvent:function(t){return r.modes.single(this,t)},getElementsAtEvent:function(t){return r.modes.label(this,t,{intersect:!0})},getElementsAtXAxis:function(t){return r.modes["x-axis"](this,t,{intersect:!0})},getElementsAtEventForMode:function(t,e,n){var i=r.modes[e];return"function"==typeof i?i(this,t,n):[]},getDatasetAtEvent:function(t){return r.modes.dataset(this,t,{intersect:!0})},getDatasetMeta:function(t){var e=this,n=e.data.datasets[t];n._meta||(n._meta={});var i=n._meta[e.id];return i||(i=n._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),i},getVisibleDatasetCount:function(){for(var t=0,e=0,n=this.data.datasets.length;e<n;++e)this.isDatasetVisible(e)&&t++;return t},isDatasetVisible:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(t){var e=this.id,n=this.data.datasets[t],i=n._meta&&n._meta[e];i&&(i.controller.destroy(),delete n._meta[e])},destroy:function(){var e,n,i=this,r=i.canvas;for(i.stop(),e=0,n=i.data.datasets.length;e<n;++e)i.destroyDatasetMeta(e);r&&(i.unbindEvents(),o.canvas.clear(i),a.releaseContext(i.ctx),i.canvas=null,i.ctx=null),l.notify(i,"destroy"),delete t.instances[i.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new t.Tooltip({_chart:e,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var t=this,e=t._listeners={},n=function(){t.eventHandler.apply(t,arguments)};o.each(t.options.events,function(i){a.addEventListener(t,i,n),e[i]=n}),t.options.responsive&&(n=function(){t.resize()},a.addEventListener(t,"resize",n),e.resize=n)},unbindEvents:function(){var t=this,e=t._listeners;e&&(delete t._listeners,o.each(e,function(e,n){a.removeEventListener(t,n,e)}))},updateHoverStyle:function(t,e,n){var i,o,r,a=n?"setHoverStyle":"removeHoverStyle";for(o=0,r=t.length;o<r;++o)(i=t[o])&&this.getDatasetMeta(i._datasetIndex).controller[a](i)},eventHandler:function(t){var e=this,n=e.tooltip;if(!1!==l.notify(e,"beforeEvent",[t])){e._bufferedRender=!0,e._bufferedRequest=null;var i=e.handleEvent(t);i|=n&&n.handleEvent(t),l.notify(e,"afterEvent",[t]);var o=e._bufferedRequest;return o?e.render(o):i&&!e.animating&&(e.stop(),e.render(e.options.hover.animationDuration,!0)),e._bufferedRender=!1,e._bufferedRequest=null,e}},handleEvent:function(t){var e=this,n=e.options||{},i=n.hover,r=!1;return e.lastActive=e.lastActive||[],"mouseout"===t.type?e.active=[]:e.active=e.getElementsAtEventForMode(t,i.mode,i),o.callback(n.onHover||n.hover.onHover,[t.native,e.active],e),"mouseup"!==t.type&&"click"!==t.type||n.onClick&&n.onClick.call(e,t.native,e.active),e.lastActive.length&&e.updateHoverStyle(e.lastActive,i.mode,!1),e.active.length&&i.mode&&e.updateHoverStyle(e.active,i.mode,!0),r=!o.arrayEquals(e.active,e.lastActive),e.lastActive=e.active,r}}),t.Controller=t}},{25:25,28:28,45:45,48:48}],24:[function(t,e,n){"use strict";var i=t(45);e.exports=function(t){function e(t,e){if(t._chartjs)return void t._chartjs.listeners.push(e);Object.defineProperty(t,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[e]}}),o.forEach(function(e){var n="onData"+e.charAt(0).toUpperCase()+e.slice(1),o=t[e];Object.defineProperty(t,e,{configurable:!0,enumerable:!1,
-value:function(){var e=Array.prototype.slice.call(arguments),r=o.apply(this,e);return i.each(t._chartjs.listeners,function(t){"function"==typeof t[n]&&t[n].apply(t,e)}),r}})})}function n(t,e){var n=t._chartjs;if(n){var i=n.listeners,r=i.indexOf(e);-1!==r&&i.splice(r,1),i.length>0||(o.forEach(function(e){delete t[e]}),delete t._chartjs)}}var o=["push","pop","shift","splice","unshift"];t.DatasetController=function(t,e){this.initialize(t,e)},i.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var n=this;n.chart=t,n.index=e,n.linkScales(),n.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),n=t.getDataset();null===e.xAxisID&&(e.xAxisID=n.xAxisID||t.chart.options.scales.xAxes[0].id),null===e.yAxisID&&(e.yAxisID=n.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&n(this._data,this)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,n=e.dataElementType;return n&&new n({_chart:e.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,n=this,i=n.getMeta(),o=n.getDataset().data||[],r=i.data;for(t=0,e=o.length;t<e;++t)r[t]=r[t]||n.createMetaData(t);i.dataset=i.dataset||n.createMetaDataset()},addElementAndReset:function(t){var e=this.createMetaData(t);this.getMeta().data.splice(t,0,e),this.updateElement(e,t,!0)},buildOrUpdateElements:function(){var t=this,i=t.getDataset(),o=i.data||(i.data=[]);t._data!==o&&(t._data&&n(t._data,t),e(o,t),t._data=o),t.resyncElements()},update:i.noop,transition:function(t){for(var e=this.getMeta(),n=e.data||[],i=n.length,o=0;o<i;++o)n[o].transition(t);e.dataset&&e.dataset.transition(t)},draw:function(){var t=this.getMeta(),e=t.data||[],n=e.length,i=0;for(t.dataset&&t.dataset.draw();i<n;++i)e[i].draw()},removeHoverStyle:function(t,e){var n=this.chart.data.datasets[t._datasetIndex],o=t._index,r=t.custom||{},a=i.valueAtIndexOrDefault,s=t._model;s.backgroundColor=r.backgroundColor?r.backgroundColor:a(n.backgroundColor,o,e.backgroundColor),s.borderColor=r.borderColor?r.borderColor:a(n.borderColor,o,e.borderColor),s.borderWidth=r.borderWidth?r.borderWidth:a(n.borderWidth,o,e.borderWidth)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],n=t._index,o=t.custom||{},r=i.valueAtIndexOrDefault,a=i.getHoverColor,s=t._model;s.backgroundColor=o.hoverBackgroundColor?o.hoverBackgroundColor:r(e.hoverBackgroundColor,n,a(s.backgroundColor)),s.borderColor=o.hoverBorderColor?o.hoverBorderColor:r(e.hoverBorderColor,n,a(s.borderColor)),s.borderWidth=o.hoverBorderWidth?o.hoverBorderWidth:r(e.hoverBorderWidth,n,s.borderWidth)},resyncElements:function(){var t=this,e=t.getMeta(),n=t.getDataset().data,i=e.data.length,o=n.length;o<i?e.data.splice(o,i-o):o>i&&t.insertElements(i,o-i)},insertElements:function(t,e){for(var n=0;n<e;++n)this.addElementAndReset(t+n)},onDataPush:function(){this.insertElements(this.getDataset().data.length-1,arguments.length)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(t,e){this.getMeta().data.splice(t,e),this.insertElements(t,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),t.DatasetController.extend=i.inherits}},{45:45}],25:[function(t,e,n){"use strict";var i=t(45);e.exports={_set:function(t,e){return i.merge(this[t]||(this[t]={}),e)}}},{45:45}],26:[function(t,e,n){"use strict";function i(t,e,n,i){var r,a,s,l,u,c,d,h,f,p=Object.keys(n);for(r=0,a=p.length;r<a;++r)if(s=p[r],c=n[s],e.hasOwnProperty(s)||(e[s]=c),(l=e[s])!==c&&"_"!==s[0]){if(t.hasOwnProperty(s)||(t[s]=l),u=t[s],(d=typeof c)===typeof u)if("string"===d){if(h=o(u),h.valid&&(f=o(c),f.valid)){e[s]=f.mix(h,i).rgbString();continue}}else if("number"===d&&isFinite(u)&&isFinite(c)){e[s]=u+(c-u)*i;continue}e[s]=c}}var o=t(3),r=t(45),a=function(t){r.extend(this,t),this.initialize.apply(this,arguments)};r.extend(a.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=r.clone(t._model)),t._start={},t},transition:function(t){var e=this,n=e._model,o=e._start,r=e._view;return n&&1!==t?(r||(r=e._view={}),o||(o=e._start={}),i(o,r,n,t),e):(e._view=n,e._start=null,e)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return r.isNumber(this._model.x)&&r.isNumber(this._model.y)}}),a.extend=r.inherits,e.exports=a},{3:3,45:45}],27:[function(t,e,n){"use strict";var i=t(3),o=t(25),r=t(45);e.exports=function(t){function e(t,e,n){var i;return"string"==typeof t?(i=parseInt(t,10),-1!==t.indexOf("%")&&(i=i/100*e.parentNode[n])):i=t,i}function n(t){return void 0!==t&&null!==t&&"none"!==t}function a(t,i,o){var r=document.defaultView,a=t.parentNode,s=r.getComputedStyle(t)[i],l=r.getComputedStyle(a)[i],u=n(s),c=n(l),d=Number.POSITIVE_INFINITY;return u||c?Math.min(u?e(s,t,o):d,c?e(l,a,o):d):"none"}r.configMerge=function(){return r.merge(r.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(e,n,i,o){var a=n[e]||{},s=i[e];"scales"===e?n[e]=r.scaleMerge(a,s):"scale"===e?n[e]=r.merge(a,[t.scaleService.getScaleDefaults(s.type),s]):r._merger(e,n,i,o)}})},r.scaleMerge=function(){return r.merge(r.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(e,n,i,o){if("xAxes"===e||"yAxes"===e){var a,s,l,u=i[e].length;for(n[e]||(n[e]=[]),a=0;a<u;++a)l=i[e][a],s=r.valueOrDefault(l.type,"xAxes"===e?"category":"linear"),a>=n[e].length&&n[e].push({}),!n[e][a].type||l.type&&l.type!==n[e][a].type?r.merge(n[e][a],[t.scaleService.getScaleDefaults(s),l]):r.merge(n[e][a],l)}else r._merger(e,n,i,o)}})},r.where=function(t,e){if(r.isArray(t)&&Array.prototype.filter)return t.filter(e);var n=[];return r.each(t,function(t){e(t)&&n.push(t)}),n},r.findIndex=Array.prototype.findIndex?function(t,e,n){return t.findIndex(e,n)}:function(t,e,n){n=void 0===n?t:n;for(var i=0,o=t.length;i<o;++i)if(e.call(n,t[i],i,t))return i;return-1},r.findNextWhere=function(t,e,n){r.isNullOrUndef(n)&&(n=-1);for(var i=n+1;i<t.length;i++){var o=t[i];if(e(o))return o}},r.findPreviousWhere=function(t,e,n){r.isNullOrUndef(n)&&(n=t.length);for(var i=n-1;i>=0;i--){var o=t[i];if(e(o))return o}},r.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},r.almostEquals=function(t,e,n){return Math.abs(t-e)<n},r.almostWhole=function(t,e){var n=Math.round(t);return n-e<t&&n+e>t},r.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},r.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},r.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return t=+t,0===t||isNaN(t)?t:t>0?1:-1},r.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},r.toRadians=function(t){return t*(Math.PI/180)},r.toDegrees=function(t){return t*(180/Math.PI)},r.getAngleFromPoint=function(t,e){var n=e.x-t.x,i=e.y-t.y,o=Math.sqrt(n*n+i*i),r=Math.atan2(i,n);return r<-.5*Math.PI&&(r+=2*Math.PI),{angle:r,distance:o}},r.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},r.aliasPixel=function(t){return t%2==0?0:.5},r.splineCurve=function(t,e,n,i){var o=t.skip?e:t,r=e,a=n.skip?e:n,s=Math.sqrt(Math.pow(r.x-o.x,2)+Math.pow(r.y-o.y,2)),l=Math.sqrt(Math.pow(a.x-r.x,2)+Math.pow(a.y-r.y,2)),u=s/(s+l),c=l/(s+l);u=isNaN(u)?0:u,c=isNaN(c)?0:c;var d=i*u,h=i*c;return{previous:{x:r.x-d*(a.x-o.x),y:r.y-d*(a.y-o.y)},next:{x:r.x+h*(a.x-o.x),y:r.y+h*(a.y-o.y)}}},r.EPSILON=Number.EPSILON||1e-14,r.splineCurveMonotone=function(t){var e,n,i,o,a=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),s=a.length;for(e=0;e<s;++e)if(i=a[e],!i.model.skip){if(n=e>0?a[e-1]:null,(o=e<s-1?a[e+1]:null)&&!o.model.skip){var l=o.model.x-i.model.x;i.deltaK=0!==l?(o.model.y-i.model.y)/l:0}!n||n.model.skip?i.mK=i.deltaK:!o||o.model.skip?i.mK=n.deltaK:this.sign(n.deltaK)!==this.sign(i.deltaK)?i.mK=0:i.mK=(n.deltaK+i.deltaK)/2}var u,c,d,h;for(e=0;e<s-1;++e)i=a[e],o=a[e+1],i.model.skip||o.model.skip||(r.almostEquals(i.deltaK,0,this.EPSILON)?i.mK=o.mK=0:(u=i.mK/i.deltaK,c=o.mK/i.deltaK,(h=Math.pow(u,2)+Math.pow(c,2))<=9||(d=3/Math.sqrt(h),i.mK=u*d*i.deltaK,o.mK=c*d*i.deltaK)));var f;for(e=0;e<s;++e)i=a[e],i.model.skip||(n=e>0?a[e-1]:null,o=e<s-1?a[e+1]:null,n&&!n.model.skip&&(f=(i.model.x-n.model.x)/3,i.model.controlPointPreviousX=i.model.x-f,i.model.controlPointPreviousY=i.model.y-f*i.mK),o&&!o.model.skip&&(f=(o.model.x-i.model.x)/3,i.model.controlPointNextX=i.model.x+f,i.model.controlPointNextY=i.model.y+f*i.mK))},r.nextItem=function(t,e,n){return n?e>=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},r.previousItem=function(t,e,n){return n?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},r.niceNum=function(t,e){var n=Math.floor(r.log10(t)),i=t/Math.pow(10,n);return(e?i<1.5?1:i<3?2:i<7?5:10:i<=1?1:i<=2?2:i<=5?5:10)*Math.pow(10,n)},r.requestAnimFrame=function(){return"undefined"==typeof window?function(t){t()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)}}(),r.getRelativePosition=function(t,e){var n,i,o=t.originalEvent||t,a=t.currentTarget||t.srcElement,s=a.getBoundingClientRect(),l=o.touches;l&&l.length>0?(n=l[0].clientX,i=l[0].clientY):(n=o.clientX,i=o.clientY);var u=parseFloat(r.getStyle(a,"padding-left")),c=parseFloat(r.getStyle(a,"padding-top")),d=parseFloat(r.getStyle(a,"padding-right")),h=parseFloat(r.getStyle(a,"padding-bottom")),f=s.right-s.left-u-d,p=s.bottom-s.top-c-h;return n=Math.round((n-s.left-u)/f*a.width/e.currentDevicePixelRatio),i=Math.round((i-s.top-c)/p*a.height/e.currentDevicePixelRatio),{x:n,y:i}},r.getConstraintWidth=function(t){return a(t,"max-width","clientWidth")},r.getConstraintHeight=function(t){return a(t,"max-height","clientHeight")},r.getMaximumWidth=function(t){var e=t.parentNode;if(!e)return t.clientWidth;var n=parseInt(r.getStyle(e,"padding-left"),10),i=parseInt(r.getStyle(e,"padding-right"),10),o=e.clientWidth-n-i,a=r.getConstraintWidth(t);return isNaN(a)?o:Math.min(o,a)},r.getMaximumHeight=function(t){var e=t.parentNode;if(!e)return t.clientHeight;var n=parseInt(r.getStyle(e,"padding-top"),10),i=parseInt(r.getStyle(e,"padding-bottom"),10),o=e.clientHeight-n-i,a=r.getConstraintHeight(t);return isNaN(a)?o:Math.min(o,a)},r.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},r.retinaScale=function(t,e){var n=t.currentDevicePixelRatio=e||window.devicePixelRatio||1;if(1!==n){var i=t.canvas,o=t.height,r=t.width;i.height=o*n,i.width=r*n,t.ctx.scale(n,n),i.style.height=o+"px",i.style.width=r+"px"}},r.fontString=function(t,e,n){return e+" "+t+"px "+n},r.longestText=function(t,e,n,i){i=i||{};var o=i.data=i.data||{},a=i.garbageCollect=i.garbageCollect||[];i.font!==e&&(o=i.data={},a=i.garbageCollect=[],i.font=e),t.font=e;var s=0;r.each(n,function(e){void 0!==e&&null!==e&&!0!==r.isArray(e)?s=r.measureText(t,o,a,s,e):r.isArray(e)&&r.each(e,function(e){void 0===e||null===e||r.isArray(e)||(s=r.measureText(t,o,a,s,e))})});var l=a.length/2;if(l>n.length){for(var u=0;u<l;u++)delete o[a[u]];a.splice(0,l)}return s},r.measureText=function(t,e,n,i,o){var r=e[o];return r||(r=e[o]=t.measureText(o).width,n.push(o)),r>i&&(i=r),i},r.numberOfLabelLines=function(t){var e=1;return r.each(t,function(t){r.isArray(t)&&t.length>e&&(e=t.length)}),e},r.color=i?function(t){return t instanceof CanvasGradient&&(t=o.global.defaultColor),i(t)}:function(t){return t},r.getHoverColor=function(t){return t instanceof CanvasPattern?t:r.color(t).saturate(.5).darken(.1).rgbString()}}},{25:25,3:3,45:45}],28:[function(t,e,n){"use strict";function i(t,e){return t.native?{x:t.x,y:t.y}:u.getRelativePosition(t,e)}function o(t,e){var n,i,o,r,a,s=t.data.datasets;for(i=0,r=s.length;i<r;++i)if(t.isDatasetVisible(i))for(n=t.getDatasetMeta(i),o=0,a=n.data.length;o<a;++o){var l=n.data[o];l._view.skip||e(l)}}function r(t,e){var n=[];return o(t,function(t){t.inRange(e.x,e.y)&&n.push(t)}),n}function a(t,e,n,i){var r=Number.POSITIVE_INFINITY,a=[];return o(t,function(t){if(!n||t.inRange(e.x,e.y)){var o=t.getCenterPoint(),s=i(e,o);s<r?(a=[t],r=s):s===r&&a.push(t)}}),a}function s(t){var e=-1!==t.indexOf("x"),n=-1!==t.indexOf("y");return function(t,i){var o=e?Math.abs(t.x-i.x):0,r=n?Math.abs(t.y-i.y):0;return Math.sqrt(Math.pow(o,2)+Math.pow(r,2))}}function l(t,e,n){var o=i(e,t);n.axis=n.axis||"x";var l=s(n.axis),u=n.intersect?r(t,o):a(t,o,!1,l),c=[];return u.length?(t.data.datasets.forEach(function(e,n){if(t.isDatasetVisible(n)){var i=t.getDatasetMeta(n),o=i.data[u[0]._index];o&&!o._view.skip&&c.push(o)}}),c):[]}var u=t(45);e.exports={modes:{single:function(t,e){var n=i(e,t),r=[];return o(t,function(t){if(t.inRange(n.x,n.y))return r.push(t),r}),r.slice(0,1)},label:l,index:l,dataset:function(t,e,n){var o=i(e,t);n.axis=n.axis||"xy";var l=s(n.axis),u=n.intersect?r(t,o):a(t,o,!1,l);return u.length>0&&(u=t.getDatasetMeta(u[0]._datasetIndex).data),u},"x-axis":function(t,e){return l(t,e,{intersect:!1})},point:function(t,e){return r(t,i(e,t))},nearest:function(t,e,n){var o=i(e,t);n.axis=n.axis||"xy";var r=s(n.axis),l=a(t,o,n.intersect,r);return l.length>1&&l.sort(function(t,e){var n=t.getArea(),i=e.getArea(),o=n-i;return 0===o&&(o=t._datasetIndex-e._datasetIndex),o}),l.slice(0,1)},x:function(t,e,n){var r=i(e,t),a=[],s=!1;return o(t,function(t){t.inXRange(r.x)&&a.push(t),t.inRange(r.x,r.y)&&(s=!0)}),n.intersect&&!s&&(a=[]),a},y:function(t,e,n){var r=i(e,t),a=[],s=!1;return o(t,function(t){t.inYRange(r.y)&&a.push(t),t.inRange(r.x,r.y)&&(s=!0)}),n.intersect&&!s&&(a=[]),a}}}},{45:45}],29:[function(t,e,n){"use strict";t(25)._set("global",{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},layout:{padding:{top:0,right:0,bottom:0,left:0}}}),e.exports=function(){var t=function(t,e){return this.construct(t,e),this};return t.Chart=t,t}},{25:25}],30:[function(t,e,n){"use strict";var i=t(45);e.exports=function(t){function e(t,e){return i.where(t,function(t){return t.position===e})}function n(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,n){var i=e?n:t,o=e?t:n;return i.weight===o.weight?i._tmpIndex_-o._tmpIndex_:i.weight-o.weight}),t.forEach(function(t){delete t._tmpIndex_})}t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var n=t.boxes?t.boxes.indexOf(e):-1;-1!==n&&t.boxes.splice(n,1)},configure:function(t,e,n){for(var i,o=["fullWidth","position","weight"],r=o.length,a=0;a<r;++a)i=o[a],n.hasOwnProperty(i)&&(e[i]=n[i])},update:function(t,o,r){function a(t){var e,n=t.isHorizontal();n?(e=t.update(t.fullWidth?w:M,D),A-=e.height):(e=t.update(T,S),M-=e.width),I.push({horizontal:n,minSize:e,box:t})}function s(t){var e=i.findNextWhere(I,function(e){return e.box===t});if(e)if(t.isHorizontal()){var n={left:Math.max(O,P),right:Math.max(L,_),top:0,bottom:0};t.update(t.fullWidth?w:M,k/2,n)}else t.update(e.minSize.width,A)}function l(t){var e=i.findNextWhere(I,function(e){return e.box===t}),n={left:0,right:0,top:F,bottom:R};e&&t.update(e.minSize.width,A,n)}function u(t){t.isHorizontal()?(t.left=t.fullWidth?h:O,t.right=t.fullWidth?o-f:O+M,t.top=z,t.bottom=z+t.height,z=t.bottom):(t.left=H,t.right=H+t.width,t.top=F,t.bottom=F+A,H=t.right)}if(t){var c=t.options.layout||{},d=i.options.toPadding(c.padding),h=d.left,f=d.right,p=d.top,g=d.bottom,v=e(t.boxes,"left"),m=e(t.boxes,"right"),y=e(t.boxes,"top"),b=e(t.boxes,"bottom"),x=e(t.boxes,"chartArea");n(v,!0),n(m,!1),n(y,!0),n(b,!1);var w=o-h-f,k=r-p-g,C=w/2,S=k/2,T=(o-C)/(v.length+m.length),D=(r-S)/(y.length+b.length),M=w,A=k,I=[];i.each(v.concat(m,y,b),a);var P=0,_=0,E=0,N=0;i.each(y.concat(b),function(t){if(t.getPadding){var e=t.getPadding();P=Math.max(P,e.left),_=Math.max(_,e.right)}}),i.each(v.concat(m),function(t){if(t.getPadding){var e=t.getPadding();E=Math.max(E,e.top),N=Math.max(N,e.bottom)}});var O=h,L=f,F=p,R=g;i.each(v.concat(m),s),i.each(v,function(t){O+=t.width}),i.each(m,function(t){L+=t.width}),i.each(y.concat(b),s),i.each(y,function(t){F+=t.height}),i.each(b,function(t){R+=t.height}),i.each(v.concat(m),l),O=h,L=f,F=p,R=g,i.each(v,function(t){O+=t.width}),i.each(m,function(t){L+=t.width}),i.each(y,function(t){F+=t.height}),i.each(b,function(t){R+=t.height});var $=Math.max(P-O,0);O+=$,L+=Math.max(_-L,0);var W=Math.max(E-F,0);F+=W,R+=Math.max(N-R,0);var B=r-F-R,j=o-O-L;j===M&&B===A||(i.each(v,function(t){t.height=B}),i.each(m,function(t){t.height=B}),i.each(y,function(t){t.fullWidth||(t.width=j)}),i.each(b,function(t){t.fullWidth||(t.width=j)}),A=B,M=j);var H=h+$,z=p+W;i.each(v.concat(y),u),H+=M,z+=A,i.each(m,u),i.each(b,u),t.chartArea={left:O,top:F,right:O+M,bottom:F+A},i.each(x,function(e){e.left=t.chartArea.left,e.top=t.chartArea.top,e.right=t.chartArea.right,e.bottom=t.chartArea.bottom,e.update(M,A)})}}}}},{45:45}],31:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45);i._set("global",{plugins:{}}),e.exports=function(t){t.plugins={_plugins:[],_cacheId:0,register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)}),this._cacheId++},unregister:function(t){var e=this._plugins;[].concat(t).forEach(function(t){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e,n){var i,o,r,a,s,l=this.descriptors(t),u=l.length;for(i=0;i<u;++i)if(o=l[i],r=o.plugin,"function"==typeof(s=r[e])&&(a=[t].concat(n||[]),a.push(o.options),!1===s.apply(r,a)))return!1;return!0},descriptors:function(t){var e=t._plugins||(t._plugins={});if(e.id===this._cacheId)return e.descriptors;var n=[],o=[],a=t&&t.config||{},s=a.options&&a.options.plugins||{};return this._plugins.concat(a.plugins||[]).forEach(function(t){if(-1===n.indexOf(t)){var e=t.id,a=s[e];!1!==a&&(!0===a&&(a=r.clone(i.global.plugins[e])),n.push(t),o.push({plugin:t,options:a||{}}))}}),e.descriptors=o,e.id=this._cacheId,o}},t.pluginService=t.plugins,t.PluginBase=o.extend({})}},{25:25,26:26,45:45}],32:[function(t,e,n){"use strict";function i(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(t[e].label);return i}function o(t,e,n){var i=t.getPixelForTick(e);return n&&(i-=0===e?(t.getPixelForTick(1)-i)/2:(i-t.getPixelForTick(e-1))/2),i}var r=t(25),a=t(26),s=t(45),l=t(34);r._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",lineHeight:1.2,padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:l.formatters.values,minor:{},major:{}}}),e.exports=function(t){function e(t,e,n){return s.isArray(e)?s.longestText(t,n,e):t.measureText(e).width}function n(t){var e=s.valueOrDefault,n=r.global,i=e(t.fontSize,n.defaultFontSize),o=e(t.fontStyle,n.defaultFontStyle),a=e(t.fontFamily,n.defaultFontFamily);return{size:i,style:o,family:a,font:s.fontString(i,o,a)}}function l(t){return s.options.toLineHeight(s.valueOrDefault(t.lineHeight,1.2),s.valueOrDefault(t.fontSize,r.global.defaultFontSize))}t.Scale=a.extend({getPadding:function(){var t=this;return{left:t.paddingLeft||0,top:t.paddingTop||0,right:t.paddingRight||0,bottom:t.paddingBottom||0}},getTicks:function(){return this._ticks},mergeTicksOptions:function(){var t=this.options.ticks;!1===t.minor&&(t.minor={display:!1}),!1===t.major&&(t.major={display:!1});for(var e in t)"major"!==e&&"minor"!==e&&(void 0===t.minor[e]&&(t.minor[e]=t[e]),void 0===t.major[e]&&(t.major[e]=t[e]))},beforeUpdate:function(){s.callback(this.options.beforeUpdate,[this])},update:function(t,e,n){var i,o,r,a,l,u,c=this;for(c.beforeUpdate(),c.maxWidth=t,c.maxHeight=e,c.margins=s.extend({left:0,right:0,top:0,bottom:0},n),c.longestTextCache=c.longestTextCache||{},c.beforeSetDimensions(),c.setDimensions(),c.afterSetDimensions(),c.beforeDataLimits(),c.determineDataLimits(),c.afterDataLimits(),c.beforeBuildTicks(),l=c.buildTicks()||[],c.afterBuildTicks(),c.beforeTickToLabelConversion(),r=c.convertTicksToLabels(l)||c.ticks,c.afterTickToLabelConversion(),c.ticks=r,i=0,o=r.length;i<o;++i)a=r[i],u=l[i],u?u.label=a:l.push(u={label:a,major:!1});return c._ticks=l,c.beforeCalculateTickRotation(),c.calculateTickRotation(),c.afterCalculateTickRotation(),c.beforeFit(),c.fit(),c.afterFit(),c.afterUpdate(),c.minSize},afterUpdate:function(){s.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){s.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){s.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){s.callback(this.options.beforeDataLimits,[this])},determineDataLimits:s.noop,afterDataLimits:function(){s.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){s.callback(this.options.beforeBuildTicks,[this])},buildTicks:s.noop,afterBuildTicks:function(){s.callback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){s.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this,e=t.options.ticks;t.ticks=t.ticks.map(e.userCallback||e.callback,this)},afterTickToLabelConversion:function(){s.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){s.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var t=this,e=t.ctx,o=t.options.ticks,r=i(t._ticks),a=n(o);e.font=a.font;var l=o.minRotation||0;if(r.length&&t.options.display&&t.isHorizontal())for(var u,c=s.longestText(e,a.font,r,t.longestTextCache),d=c,h=t.getPixelForTick(1)-t.getPixelForTick(0)-6;d>h&&l<o.maxRotation;){var f=s.toRadians(l);if(u=Math.cos(f),Math.sin(f)*c>t.maxHeight){l--;break}l++,d=u*c}t.labelRotation=l},afterCalculateTickRotation:function(){s.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){s.callback(this.options.beforeFit,[this])},fit:function(){var t=this,o=t.minSize={width:0,height:0},r=i(t._ticks),a=t.options,u=a.ticks,c=a.scaleLabel,d=a.gridLines,h=a.display,f=t.isHorizontal(),p=n(u),g=a.gridLines.tickMarkLength;if(o.width=f?t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:h&&d.drawTicks?g:0,o.height=f?h&&d.drawTicks?g:0:t.maxHeight,c.display&&h){var v=l(c),m=s.options.toPadding(c.padding),y=v+m.height;f?o.height+=y:o.width+=y}if(u.display&&h){var b=s.longestText(t.ctx,p.font,r,t.longestTextCache),x=s.numberOfLabelLines(r),w=.5*p.size,k=t.options.ticks.padding;if(f){t.longestLabelWidth=b;var C=s.toRadians(t.labelRotation),S=Math.cos(C),T=Math.sin(C),D=T*b+p.size*x+w*(x-1)+w;o.height=Math.min(t.maxHeight,o.height+D+k),t.ctx.font=p.font;var M=e(t.ctx,r[0],p.font),A=e(t.ctx,r[r.length-1],p.font);0!==t.labelRotation?(t.paddingLeft="bottom"===a.position?S*M+3:S*w+3,t.paddingRight="bottom"===a.position?S*w+3:S*A+3):(t.paddingLeft=M/2+3,t.paddingRight=A/2+3)}else u.mirror?b=0:b+=k+w,o.width=Math.min(t.maxWidth,o.width+b),t.paddingTop=p.size/2,t.paddingBottom=p.size/2}t.handleMargins(),t.width=o.width,t.height=o.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){s.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){if(s.isNullOrUndef(t))return NaN;if("number"==typeof t&&!isFinite(t))return NaN;if(t)if(this.isHorizontal()){if(void 0!==t.x)return this.getRightValue(t.x)}else if(void 0!==t.y)return this.getRightValue(t.y);return t},getLabelForIndex:s.noop,getPixelForValue:s.noop,getValueForPixel:s.noop,getPixelForTick:function(t){var e=this,n=e.options.offset;if(e.isHorizontal()){var i=e.width-(e.paddingLeft+e.paddingRight),o=i/Math.max(e._ticks.length-(n?0:1),1),r=o*t+e.paddingLeft;n&&(r+=o/2);var a=e.left+Math.round(r);return a+=e.isFullWidth()?e.margins.left:0}var s=e.height-(e.paddingTop+e.paddingBottom);return e.top+t*(s/(e._ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var n=e.width-(e.paddingLeft+e.paddingRight),i=n*t+e.paddingLeft,o=e.left+Math.round(i);return o+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this,e=t.min,n=t.max;return t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0},_autoSkip:function(t){var e,n,i,o,r,a=this,l=a.isHorizontal(),u=a.options.ticks.minor,c=t.length,d=s.toRadians(a.labelRotation),h=Math.cos(d),f=a.longestLabelWidth*h,p=[];for(u.maxTicksLimit&&(r=u.maxTicksLimit),l&&(e=!1,(f+u.autoSkipPadding)*c>a.width-(a.paddingLeft+a.paddingRight)&&(e=1+Math.floor((f+u.autoSkipPadding)*c/(a.width-(a.paddingLeft+a.paddingRight)))),r&&c>r&&(e=Math.max(e,Math.floor(c/r)))),n=0;n<c;n++)i=t[n],o=e>1&&n%e>0||n%e==0&&n+e>=c,o&&n!==c-1&&delete i.label,p.push(i);return p},draw:function(t){var e=this,i=e.options;if(i.display){var a=e.ctx,u=r.global,c=i.ticks.minor,d=i.ticks.major||c,h=i.gridLines,f=i.scaleLabel,p=0!==e.labelRotation,g=e.isHorizontal(),v=c.autoSkip?e._autoSkip(e.getTicks()):e.getTicks(),m=s.valueOrDefault(c.fontColor,u.defaultFontColor),y=n(c),b=s.valueOrDefault(d.fontColor,u.defaultFontColor),x=n(d),w=h.drawTicks?h.tickMarkLength:0,k=s.valueOrDefault(f.fontColor,u.defaultFontColor),C=n(f),S=s.options.toPadding(f.padding),T=s.toRadians(e.labelRotation),D=[],M="right"===i.position?e.left:e.right-w,A="right"===i.position?e.left+w:e.right,I="bottom"===i.position?e.top:e.bottom-w,P="bottom"===i.position?e.top+w:e.bottom;if(s.each(v,function(n,r){if(!s.isNullOrUndef(n.label)){var a,l,d,f,m=n.label;r===e.zeroLineIndex&&i.offset===h.offsetGridLines?(a=h.zeroLineWidth,l=h.zeroLineColor,d=h.zeroLineBorderDash,f=h.zeroLineBorderDashOffset):(a=s.valueAtIndexOrDefault(h.lineWidth,r),l=s.valueAtIndexOrDefault(h.color,r),d=s.valueOrDefault(h.borderDash,u.borderDash),f=s.valueOrDefault(h.borderDashOffset,u.borderDashOffset));var y,b,x,k,C,S,_,E,N,O,L="middle",F="middle",R=c.padding;if(g){var $=w+R;"bottom"===i.position?(F=p?"middle":"top",L=p?"right":"center",O=e.top+$):(F=p?"middle":"bottom",L=p?"left":"center",O=e.bottom-$);var W=o(e,r,h.offsetGridLines&&v.length>1);W<e.left&&(l="rgba(0,0,0,0)"),W+=s.aliasPixel(a),N=e.getPixelForTick(r)+c.labelOffset,y=x=C=_=W,b=I,k=P,S=t.top,E=t.bottom}else{var B,j="left"===i.position;c.mirror?(L=j?"left":"right",B=R):(L=j?"right":"left",B=w+R),N=j?e.right-B:e.left+B;var H=o(e,r,h.offsetGridLines&&v.length>1);H<e.top&&(l="rgba(0,0,0,0)"),H+=s.aliasPixel(a),O=e.getPixelForTick(r)+c.labelOffset,y=M,x=A,C=t.left,_=t.right,b=k=S=E=H}D.push({tx1:y,ty1:b,tx2:x,ty2:k,x1:C,y1:S,x2:_,y2:E,labelX:N,labelY:O,glWidth:a,glColor:l,glBorderDash:d,glBorderDashOffset:f,rotation:-1*T,label:m,major:n.major,textBaseline:F,textAlign:L})}}),s.each(D,function(t){if(h.display&&(a.save(),a.lineWidth=t.glWidth,a.strokeStyle=t.glColor,a.setLineDash&&(a.setLineDash(t.glBorderDash),a.lineDashOffset=t.glBorderDashOffset),a.beginPath(),h.drawTicks&&(a.moveTo(t.tx1,t.ty1),a.lineTo(t.tx2,t.ty2)),h.drawOnChartArea&&(a.moveTo(t.x1,t.y1),a.lineTo(t.x2,t.y2)),a.stroke(),a.restore()),c.display){a.save(),a.translate(t.labelX,t.labelY),a.rotate(t.rotation),a.font=t.major?x.font:y.font,a.fillStyle=t.major?b:m,a.textBaseline=t.textBaseline,a.textAlign=t.textAlign;var e=t.label;if(s.isArray(e))for(var n=0,i=0;n<e.length;++n)a.fillText(""+e[n],0,i),i+=1.5*y.size;else a.fillText(e,0,0);a.restore()}}),f.display){var _,E,N=0,O=l(f)/2;if(g)_=e.left+(e.right-e.left)/2,E="bottom"===i.position?e.bottom-O-S.bottom:e.top+O+S.top;else{var L="left"===i.position;_=L?e.left+O+S.top:e.right-O-S.top,E=e.top+(e.bottom-e.top)/2,N=L?-.5*Math.PI:.5*Math.PI}a.save(),a.translate(_,E),a.rotate(N),a.textAlign="center",a.textBaseline="middle",a.fillStyle=k,a.font=C.font,a.fillText(f.labelString,0,0),a.restore()}if(h.drawBorder){a.lineWidth=s.valueAtIndexOrDefault(h.lineWidth,0),a.strokeStyle=s.valueAtIndexOrDefault(h.color,0);var F=e.left,R=e.right,$=e.top,W=e.bottom,B=s.aliasPixel(a.lineWidth);g?($=W="top"===i.position?e.bottom:e.top,$+=B,W+=B):(F=R="left"===i.position?e.right:e.left,F+=B,R+=B),a.beginPath(),a.moveTo(F,$),a.lineTo(R,W),a.stroke()}}}})}},{25:25,26:26,34:34,45:45}],33:[function(t,e,n){"use strict";var i=t(25),o=t(45);e.exports=function(t){t.scaleService={constructors:{},defaults:{},registerScaleType:function(t,e,n){this.constructors[t]=e,this.defaults[t]=o.clone(n)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(t){return this.defaults.hasOwnProperty(t)?o.merge({},[i.scale,this.defaults[t]]):{}},updateScaleDefaults:function(t,e){var n=this;n.defaults.hasOwnProperty(t)&&(n.defaults[t]=o.extend(n.defaults[t],e))},addScalesToLayout:function(e){o.each(e.scales,function(n){n.fullWidth=n.options.fullWidth,n.position=n.options.position,n.weight=n.options.weight,t.layoutService.addBox(e,n)})}}}},{25:25,45:45}],34:[function(t,e,n){"use strict";var i=t(45);e.exports={generators:{linear:function(t,e){var n,o=[];if(t.stepSize&&t.stepSize>0)n=t.stepSize;else{var r=i.niceNum(e.max-e.min,!1);n=i.niceNum(r/(t.maxTicks-1),!0)}var a=Math.floor(e.min/n)*n,s=Math.ceil(e.max/n)*n;t.min&&t.max&&t.stepSize&&i.almostWhole((t.max-t.min)/t.stepSize,n/1e3)&&(a=t.min,s=t.max);var l=(s-a)/n;l=i.almostEquals(l,Math.round(l),n/1e3)?Math.round(l):Math.ceil(l),o.push(void 0!==t.min?t.min:a);for(var u=1;u<l;++u)o.push(a+u*n);return o.push(void 0!==t.max?t.max:s),o},logarithmic:function(t,e){var n,o,r=[],a=i.valueOrDefault,s=a(t.min,Math.pow(10,Math.floor(i.log10(e.min)))),l=Math.floor(i.log10(e.max)),u=Math.ceil(e.max/Math.pow(10,l));0===s?(n=Math.floor(i.log10(e.minNotZero)),o=Math.floor(e.minNotZero/Math.pow(10,n)),r.push(s),s=o*Math.pow(10,n)):(n=Math.floor(i.log10(s)),o=Math.floor(s/Math.pow(10,n)));do{r.push(s),++o,10===o&&(o=1,++n),s=o*Math.pow(10,n)}while(n<l||n===l&&o<u);var c=a(t.max,s);return r.push(c),r}},formatters:{values:function(t){return i.isArray(t)?t:""+t},linear:function(t,e,n){var o=n.length>3?n[2]-n[1]:n[1]-n[0];Math.abs(o)>1&&t!==Math.floor(t)&&(o=t-Math.floor(t));var r=i.log10(Math.abs(o)),a="";if(0!==t){var s=-1*Math.floor(r);s=Math.max(Math.min(s,20),0),a=t.toFixed(s)}else a="0";return a},logarithmic:function(t,e,n){var o=t/Math.pow(10,Math.floor(i.log10(t)))
-;return 0===t?"0":1===o||2===o||5===o||0===e||e===n.length-1?t.toExponential():""}}}},{45:45}],35:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45);i._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:r.noop,title:function(t,e){var n="",i=e.labels,o=i?i.length:0;if(t.length>0){var r=t[0];r.xLabel?n=r.xLabel:o>0&&r.index<o&&(n=i[r.index])}return n},afterTitle:r.noop,beforeBody:r.noop,beforeLabel:r.noop,label:function(t,e){var n=e.datasets[t.datasetIndex].label||"";return n&&(n+=": "),n+=t.yLabel},labelColor:function(t,e){var n=e.getDatasetMeta(t.datasetIndex),i=n.data[t.index],o=i._view;return{borderColor:o.borderColor,backgroundColor:o.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:r.noop,afterBody:r.noop,beforeFooter:r.noop,footer:r.noop,afterFooter:r.noop}}}),e.exports=function(t){function e(t,e){var n=r.color(t);return n.alpha(e*n.alpha()).rgbaString()}function n(t,e){return e&&(r.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function a(t){var e=t._xScale,n=t._yScale||t._scale,i=t._index,o=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(i,o):"",yLabel:n?n.getLabelForIndex(i,o):"",index:i,datasetIndex:o,x:t._model.x,y:t._model.y}}function s(t){var e=i.global,n=r.valueOrDefault;return{xPadding:t.xPadding,yPadding:t.yPadding,xAlign:t.xAlign,yAlign:t.yAlign,bodyFontColor:t.bodyFontColor,_bodyFontFamily:n(t.bodyFontFamily,e.defaultFontFamily),_bodyFontStyle:n(t.bodyFontStyle,e.defaultFontStyle),_bodyAlign:t.bodyAlign,bodyFontSize:n(t.bodyFontSize,e.defaultFontSize),bodySpacing:t.bodySpacing,titleFontColor:t.titleFontColor,_titleFontFamily:n(t.titleFontFamily,e.defaultFontFamily),_titleFontStyle:n(t.titleFontStyle,e.defaultFontStyle),titleFontSize:n(t.titleFontSize,e.defaultFontSize),_titleAlign:t.titleAlign,titleSpacing:t.titleSpacing,titleMarginBottom:t.titleMarginBottom,footerFontColor:t.footerFontColor,_footerFontFamily:n(t.footerFontFamily,e.defaultFontFamily),_footerFontStyle:n(t.footerFontStyle,e.defaultFontStyle),footerFontSize:n(t.footerFontSize,e.defaultFontSize),_footerAlign:t.footerAlign,footerSpacing:t.footerSpacing,footerMarginTop:t.footerMarginTop,caretSize:t.caretSize,cornerRadius:t.cornerRadius,backgroundColor:t.backgroundColor,opacity:0,legendColorBackground:t.multiKeyBackground,displayColors:t.displayColors,borderColor:t.borderColor,borderWidth:t.borderWidth}}function l(t,e){var n=t._chart.ctx,i=2*e.yPadding,o=0,a=e.body,s=a.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);s+=e.beforeBody.length+e.afterBody.length;var l=e.title.length,u=e.footer.length,c=e.titleFontSize,d=e.bodyFontSize,h=e.footerFontSize;i+=l*c,i+=l?(l-1)*e.titleSpacing:0,i+=l?e.titleMarginBottom:0,i+=s*d,i+=s?(s-1)*e.bodySpacing:0,i+=u?e.footerMarginTop:0,i+=u*h,i+=u?(u-1)*e.footerSpacing:0;var f=0,p=function(t){o=Math.max(o,n.measureText(t).width+f)};return n.font=r.fontString(c,e._titleFontStyle,e._titleFontFamily),r.each(e.title,p),n.font=r.fontString(d,e._bodyFontStyle,e._bodyFontFamily),r.each(e.beforeBody.concat(e.afterBody),p),f=e.displayColors?d+2:0,r.each(a,function(t){r.each(t.before,p),r.each(t.lines,p),r.each(t.after,p)}),f=0,n.font=r.fontString(h,e._footerFontStyle,e._footerFontFamily),r.each(e.footer,p),o+=2*e.xPadding,{width:o,height:i}}function u(t,e){var n=t._model,i=t._chart,o=t._chart.chartArea,r="center",a="center";n.y<e.height?a="top":n.y>i.height-e.height&&(a="bottom");var s,l,u,c,d,h=(o.left+o.right)/2,f=(o.top+o.bottom)/2;"center"===a?(s=function(t){return t<=h},l=function(t){return t>h}):(s=function(t){return t<=e.width/2},l=function(t){return t>=i.width-e.width/2}),u=function(t){return t+e.width>i.width},c=function(t){return t-e.width<0},d=function(t){return t<=f?"top":"bottom"},s(n.x)?(r="left",u(n.x)&&(r="center",a=d(n.y))):l(n.x)&&(r="right",c(n.x)&&(r="center",a=d(n.y)));var p=t._options;return{xAlign:p.xAlign?p.xAlign:r,yAlign:p.yAlign?p.yAlign:a}}function c(t,e,n){var i=t.x,o=t.y,r=t.caretSize,a=t.caretPadding,s=t.cornerRadius,l=n.xAlign,u=n.yAlign,c=r+a,d=s+a;return"right"===l?i-=e.width:"center"===l&&(i-=e.width/2),"top"===u?o+=c:o-="bottom"===u?e.height+c:e.height/2,"center"===u?"left"===l?i+=c:"right"===l&&(i-=c):"left"===l?i-=d:"right"===l&&(i+=d),{x:i,y:o}}t.Tooltip=o.extend({initialize:function(){this._model=s(this._options),this._lastActive=[]},getTitle:function(){var t=this,e=t._options,i=e.callbacks,o=i.beforeTitle.apply(t,arguments),r=i.title.apply(t,arguments),a=i.afterTitle.apply(t,arguments),s=[];return s=n(s,o),s=n(s,r),s=n(s,a)},getBeforeBody:function(){var t=this._options.callbacks.beforeBody.apply(this,arguments);return r.isArray(t)?t:void 0!==t?[t]:[]},getBody:function(t,e){var i=this,o=i._options.callbacks,a=[];return r.each(t,function(t){var r={before:[],lines:[],after:[]};n(r.before,o.beforeLabel.call(i,t,e)),n(r.lines,o.label.call(i,t,e)),n(r.after,o.afterLabel.call(i,t,e)),a.push(r)}),a},getAfterBody:function(){var t=this._options.callbacks.afterBody.apply(this,arguments);return r.isArray(t)?t:void 0!==t?[t]:[]},getFooter:function(){var t=this,e=t._options.callbacks,i=e.beforeFooter.apply(t,arguments),o=e.footer.apply(t,arguments),r=e.afterFooter.apply(t,arguments),a=[];return a=n(a,i),a=n(a,o),a=n(a,r)},update:function(e){var n,i,o=this,d=o._options,h=o._model,f=o._model=s(d),p=o._active,g=o._data,v={xAlign:h.xAlign,yAlign:h.yAlign},m={x:h.x,y:h.y},y={width:h.width,height:h.height},b={x:h.caretX,y:h.caretY};if(p.length){f.opacity=1;var x=[],w=[];b=t.Tooltip.positioners[d.position].call(o,p,o._eventPosition);var k=[];for(n=0,i=p.length;n<i;++n)k.push(a(p[n]));d.filter&&(k=k.filter(function(t){return d.filter(t,g)})),d.itemSort&&(k=k.sort(function(t,e){return d.itemSort(t,e,g)})),r.each(k,function(t){x.push(d.callbacks.labelColor.call(o,t,o._chart)),w.push(d.callbacks.labelTextColor.call(o,t,o._chart))}),f.title=o.getTitle(k,g),f.beforeBody=o.getBeforeBody(k,g),f.body=o.getBody(k,g),f.afterBody=o.getAfterBody(k,g),f.footer=o.getFooter(k,g),f.x=Math.round(b.x),f.y=Math.round(b.y),f.caretPadding=d.caretPadding,f.labelColors=x,f.labelTextColors=w,f.dataPoints=k,y=l(this,f),v=u(this,y),m=c(f,y,v)}else f.opacity=0;return f.xAlign=v.xAlign,f.yAlign=v.yAlign,f.x=m.x,f.y=m.y,f.width=y.width,f.height=y.height,f.caretX=b.x,f.caretY=b.y,o._model=f,e&&d.custom&&d.custom.call(o,f),o},drawCaret:function(t,e){var n=this._chart.ctx,i=this._view,o=this.getCaretPosition(t,e,i);n.lineTo(o.x1,o.y1),n.lineTo(o.x2,o.y2),n.lineTo(o.x3,o.y3)},getCaretPosition:function(t,e,n){var i,o,r,a,s,l,u=n.caretSize,c=n.cornerRadius,d=n.xAlign,h=n.yAlign,f=t.x,p=t.y,g=e.width,v=e.height;if("center"===h)s=p+v/2,"left"===d?(i=f,o=i-u,r=i,a=s+u,l=s-u):(i=f+g,o=i+u,r=i,a=s-u,l=s+u);else if("left"===d?(o=f+c+u,i=o-u,r=o+u):"right"===d?(o=f+g-c-u,i=o-u,r=o+u):(o=f+g/2,i=o-u,r=o+u),"top"===h)a=p,s=a-u,l=a;else{a=p+v,s=a+u,l=a;var m=r;r=i,i=m}return{x1:i,x2:o,x3:r,y1:a,y2:s,y3:l}},drawTitle:function(t,n,i,o){var a=n.title;if(a.length){i.textAlign=n._titleAlign,i.textBaseline="top";var s=n.titleFontSize,l=n.titleSpacing;i.fillStyle=e(n.titleFontColor,o),i.font=r.fontString(s,n._titleFontStyle,n._titleFontFamily);var u,c;for(u=0,c=a.length;u<c;++u)i.fillText(a[u],t.x,t.y),t.y+=s+l,u+1===a.length&&(t.y+=n.titleMarginBottom-l)}},drawBody:function(t,n,i,o){var a=n.bodyFontSize,s=n.bodySpacing,l=n.body;i.textAlign=n._bodyAlign,i.textBaseline="top",i.font=r.fontString(a,n._bodyFontStyle,n._bodyFontFamily);var u=0,c=function(e){i.fillText(e,t.x+u,t.y),t.y+=a+s};i.fillStyle=e(n.bodyFontColor,o),r.each(n.beforeBody,c);var d=n.displayColors;u=d?a+2:0,r.each(l,function(s,l){var u=e(n.labelTextColors[l],o);i.fillStyle=u,r.each(s.before,c),r.each(s.lines,function(r){d&&(i.fillStyle=e(n.legendColorBackground,o),i.fillRect(t.x,t.y,a,a),i.lineWidth=1,i.strokeStyle=e(n.labelColors[l].borderColor,o),i.strokeRect(t.x,t.y,a,a),i.fillStyle=e(n.labelColors[l].backgroundColor,o),i.fillRect(t.x+1,t.y+1,a-2,a-2),i.fillStyle=u),c(r)}),r.each(s.after,c)}),u=0,r.each(n.afterBody,c),t.y-=s},drawFooter:function(t,n,i,o){var a=n.footer;a.length&&(t.y+=n.footerMarginTop,i.textAlign=n._footerAlign,i.textBaseline="top",i.fillStyle=e(n.footerFontColor,o),i.font=r.fontString(n.footerFontSize,n._footerFontStyle,n._footerFontFamily),r.each(a,function(e){i.fillText(e,t.x,t.y),t.y+=n.footerFontSize+n.footerSpacing}))},drawBackground:function(t,n,i,o,r){i.fillStyle=e(n.backgroundColor,r),i.strokeStyle=e(n.borderColor,r),i.lineWidth=n.borderWidth;var a=n.xAlign,s=n.yAlign,l=t.x,u=t.y,c=o.width,d=o.height,h=n.cornerRadius;i.beginPath(),i.moveTo(l+h,u),"top"===s&&this.drawCaret(t,o),i.lineTo(l+c-h,u),i.quadraticCurveTo(l+c,u,l+c,u+h),"center"===s&&"right"===a&&this.drawCaret(t,o),i.lineTo(l+c,u+d-h),i.quadraticCurveTo(l+c,u+d,l+c-h,u+d),"bottom"===s&&this.drawCaret(t,o),i.lineTo(l+h,u+d),i.quadraticCurveTo(l,u+d,l,u+d-h),"center"===s&&"left"===a&&this.drawCaret(t,o),i.lineTo(l,u+h),i.quadraticCurveTo(l,u,l+h,u),i.closePath(),i.fill(),n.borderWidth>0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var n={width:e.width,height:e.height},i={x:e.x,y:e.y},o=Math.abs(e.opacity<.001)?0:e.opacity,r=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&r&&(this.drawBackground(i,e,t,n,o),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,o),this.drawBody(i,e,t,o),this.drawFooter(i,e,t,o))}},handleEvent:function(t){var e=this,n=e._options,i=!1;if(e._lastActive=e._lastActive||[],"mouseout"===t.type?e._active=[]:e._active=e._chart.getElementsAtEventForMode(t,n.mode,n),!(i=!r.arrayEquals(e._active,e._lastActive)))return!1;if(e._lastActive=e._active,n.enabled||n.custom){e._eventPosition={x:t.x,y:t.y};var o=e._model;e.update(!0),e.pivot(),i|=o.x!==e._model.x||o.y!==e._model.y}return i}}),t.Tooltip.positioners={average:function(t){if(!t.length)return!1;var e,n,i=0,o=0,r=0;for(e=0,n=t.length;e<n;++e){var a=t[e];if(a&&a.hasValue()){var s=a.tooltipPosition();i+=s.x,o+=s.y,++r}}return{x:Math.round(i/r),y:Math.round(o/r)}},nearest:function(t,e){var n,i,o,a=e.x,s=e.y,l=Number.POSITIVE_INFINITY;for(n=0,i=t.length;n<i;++n){var u=t[n];if(u&&u.hasValue()){var c=u.getCenterPoint(),d=r.distanceBetweenPoints(e,c);d<l&&(l=d,o=u)}}if(o){var h=o.tooltipPosition();a=h.x,s=h.y}return{x:a,y:s}}}}},{25:25,26:26,45:45}],36:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45);i._set("global",{elements:{arc:{backgroundColor:i.global.defaultColor,borderColor:"#fff",borderWidth:2}}}),e.exports=o.extend({inLabelRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hoverRadius,2)},inRange:function(t,e){var n=this._view;if(n){for(var i=r.getAngleFromPoint(n,{x:t,y:e}),o=i.angle,a=i.distance,s=n.startAngle,l=n.endAngle;l<s;)l+=2*Math.PI;for(;o>l;)o-=2*Math.PI;for(;o<s;)o+=2*Math.PI;var u=o>=s&&o<=l,c=a>=n.innerRadius&&a<=n.outerRadius;return u&&c}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,n=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,n=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*n,y:t.y+Math.sin(e)*n}},draw:function(){var t=this._chart.ctx,e=this._view,n=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,n,i),t.arc(e.x,e.y,e.innerRadius,i,n,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})},{25:25,26:26,45:45}],37:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45),a=i.global;i._set("global",{elements:{line:{tension:.4,backgroundColor:a.defaultColor,borderWidth:3,borderColor:a.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}}),e.exports=o.extend({draw:function(){var t,e,n,i,o=this,s=o._view,l=o._chart.ctx,u=s.spanGaps,c=o._children.slice(),d=a.elements.line,h=-1;for(o._loop&&c.length&&c.push(c[0]),l.save(),l.lineCap=s.borderCapStyle||d.borderCapStyle,l.setLineDash&&l.setLineDash(s.borderDash||d.borderDash),l.lineDashOffset=s.borderDashOffset||d.borderDashOffset,l.lineJoin=s.borderJoinStyle||d.borderJoinStyle,l.lineWidth=s.borderWidth||d.borderWidth,l.strokeStyle=s.borderColor||a.defaultColor,l.beginPath(),h=-1,t=0;t<c.length;++t)e=c[t],n=r.previousItem(c,t),i=e._view,0===t?i.skip||(l.moveTo(i.x,i.y),h=t):(n=-1===h?n:c[h],i.skip||(h!==t-1&&!u||-1===h?l.moveTo(i.x,i.y):r.canvas.lineTo(l,n._view,e._view),h=t));l.stroke(),l.restore()}})},{25:25,26:26,45:45}],38:[function(t,e,n){"use strict";function i(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hitRadius,2)}function o(t){var e=this._view;return!!e&&Math.pow(t-e.y,2)<Math.pow(e.radius+e.hitRadius,2)}var r=t(25),a=t(26),s=t(45),l=r.global.defaultColor;r._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:l,borderColor:l,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}}),e.exports=a.extend({inRange:function(t,e){var n=this._view;return!!n&&Math.pow(t-n.x,2)+Math.pow(e-n.y,2)<Math.pow(n.hitRadius+n.radius,2)},inLabelRange:i,inXRange:i,inYRange:o,getCenterPoint:function(){var t=this._view;return{x:t.x,y:t.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y,padding:t.radius+t.borderWidth}},draw:function(t){var e=this._view,n=this._model,i=this._chart.ctx,o=e.pointStyle,a=e.radius,u=e.x,c=e.y,d=s.color,h=0;e.skip||(i.strokeStyle=e.borderColor||l,i.lineWidth=s.valueOrDefault(e.borderWidth,r.global.elements.point.borderWidth),i.fillStyle=e.backgroundColor||l,void 0!==t&&(n.x<t.left||1.01*t.right<n.x||n.y<t.top||1.01*t.bottom<n.y)&&(n.x<t.left?h=(u-n.x)/(t.left-n.x):1.01*t.right<n.x?h=(n.x-u)/(n.x-t.right):n.y<t.top?h=(c-n.y)/(t.top-n.y):1.01*t.bottom<n.y&&(h=(n.y-c)/(n.y-t.bottom)),h=Math.round(100*h)/100,i.strokeStyle=d(i.strokeStyle).alpha(h).rgbString(),i.fillStyle=d(i.fillStyle).alpha(h).rgbString()),s.canvas.drawPoint(i,o,a,u,c))}})},{25:25,26:26,45:45}],39:[function(t,e,n){"use strict";function i(t){return void 0!==t._view.width}function o(t){var e,n,o,r,a=t._view;if(i(t)){var s=a.width/2;e=a.x-s,n=a.x+s,o=Math.min(a.y,a.base),r=Math.max(a.y,a.base)}else{var l=a.height/2;e=Math.min(a.x,a.base),n=Math.max(a.x,a.base),o=a.y-l,r=a.y+l}return{left:e,top:o,right:n,bottom:r}}var r=t(25),a=t(26);r._set("global",{elements:{rectangle:{backgroundColor:r.global.defaultColor,borderColor:r.global.defaultColor,borderSkipped:"bottom",borderWidth:0}}}),e.exports=a.extend({draw:function(){function t(t){return m[(b+t)%4]}var e,n,i,o,r,a,s,l=this._chart.ctx,u=this._view,c=u.borderWidth;if(u.horizontal?(e=u.base,n=u.x,i=u.y-u.height/2,o=u.y+u.height/2,r=n>e?1:-1,a=1,s=u.borderSkipped||"left"):(e=u.x-u.width/2,n=u.x+u.width/2,i=u.y,o=u.base,r=1,a=o>i?1:-1,s=u.borderSkipped||"bottom"),c){var d=Math.min(Math.abs(e-n),Math.abs(i-o));c=c>d?d:c;var h=c/2,f=e+("left"!==s?h*r:0),p=n+("right"!==s?-h*r:0),g=i+("top"!==s?h*a:0),v=o+("bottom"!==s?-h*a:0);f!==p&&(i=g,o=v),g!==v&&(e=f,n=p)}l.beginPath(),l.fillStyle=u.backgroundColor,l.strokeStyle=u.borderColor,l.lineWidth=c;var m=[[e,o],[e,i],[n,i],[n,o]],y=["bottom","left","top","right"],b=y.indexOf(s,0);-1===b&&(b=0);var x=t(0);l.moveTo(x[0],x[1]);for(var w=1;w<4;w++)x=t(w),l.lineTo(x[0],x[1]);l.fill(),c&&l.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var n=!1;if(this._view){var i=o(this);n=t>=i.left&&t<=i.right&&e>=i.top&&e<=i.bottom}return n},inLabelRange:function(t,e){var n=this;if(!n._view)return!1;var r=o(n);return i(n)?t>=r.left&&t<=r.right:e>=r.top&&e<=r.bottom},inXRange:function(t){var e=o(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=o(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,e,n=this._view;return i(this)?(t=n.x,e=(n.y+n.base)/2):(t=(n.x+n.base)/2,e=n.y),{x:t,y:e}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})},{25:25,26:26}],40:[function(t,e,n){"use strict";e.exports={},e.exports.Arc=t(36),e.exports.Line=t(37),e.exports.Point=t(38),e.exports.Rectangle=t(39)},{36:36,37:37,38:38,39:39}],41:[function(t,e,n){"use strict";var i=t(42),n=e.exports={clear:function(t){t.ctx.clearRect(0,0,t.width,t.height)},roundedRect:function(t,e,n,i,o,r){if(r){var a=Math.min(r,i/2),s=Math.min(r,o/2);t.moveTo(e+a,n),t.lineTo(e+i-a,n),t.quadraticCurveTo(e+i,n,e+i,n+s),t.lineTo(e+i,n+o-s),t.quadraticCurveTo(e+i,n+o,e+i-a,n+o),t.lineTo(e+a,n+o),t.quadraticCurveTo(e,n+o,e,n+o-s),t.lineTo(e,n+s),t.quadraticCurveTo(e,n,e+a,n)}else t.rect(e,n,i,o)},drawPoint:function(t,e,n,i,o){var r,a,s,l,u,c;if(e&&"object"==typeof e&&("[object HTMLImageElement]"===(r=e.toString())||"[object HTMLCanvasElement]"===r))return void t.drawImage(e,i-e.width/2,o-e.height/2,e.width,e.height);if(!(isNaN(n)||n<=0)){switch(e){default:t.beginPath(),t.arc(i,o,n,0,2*Math.PI),t.closePath(),t.fill();break;case"triangle":t.beginPath(),a=3*n/Math.sqrt(3),u=a*Math.sqrt(3)/2,t.moveTo(i-a/2,o+u/3),t.lineTo(i+a/2,o+u/3),t.lineTo(i,o-2*u/3),t.closePath(),t.fill();break;case"rect":c=1/Math.SQRT2*n,t.beginPath(),t.fillRect(i-c,o-c,2*c,2*c),t.strokeRect(i-c,o-c,2*c,2*c);break;case"rectRounded":var d=n/Math.SQRT2,h=i-d,f=o-d,p=Math.SQRT2*n;t.beginPath(),this.roundedRect(t,h,f,p,p,n/2),t.closePath(),t.fill();break;case"rectRot":c=1/Math.SQRT2*n,t.beginPath(),t.moveTo(i-c,o),t.lineTo(i,o+c),t.lineTo(i+c,o),t.lineTo(i,o-c),t.closePath(),t.fill();break;case"cross":t.beginPath(),t.moveTo(i,o+n),t.lineTo(i,o-n),t.moveTo(i-n,o),t.lineTo(i+n,o),t.closePath();break;case"crossRot":t.beginPath(),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,o-l),t.lineTo(i+s,o+l),t.moveTo(i-s,o+l),t.lineTo(i+s,o-l),t.closePath();break;case"star":t.beginPath(),t.moveTo(i,o+n),t.lineTo(i,o-n),t.moveTo(i-n,o),t.lineTo(i+n,o),s=Math.cos(Math.PI/4)*n,l=Math.sin(Math.PI/4)*n,t.moveTo(i-s,o-l),t.lineTo(i+s,o+l),t.moveTo(i-s,o+l),t.lineTo(i+s,o-l),t.closePath();break;case"line":t.beginPath(),t.moveTo(i-n,o),t.lineTo(i+n,o),t.closePath();break;case"dash":t.beginPath(),t.moveTo(i,o),t.lineTo(i+n,o),t.closePath()}t.stroke()}},clipArea:function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},unclipArea:function(t){t.restore()},lineTo:function(t,e,n,i){return n.steppedLine?("after"===n.steppedLine&&!i||"after"!==n.steppedLine&&i?t.lineTo(e.x,n.y):t.lineTo(n.x,e.y),void t.lineTo(n.x,n.y)):n.tension?void t.bezierCurveTo(i?e.controlPointPreviousX:e.controlPointNextX,i?e.controlPointPreviousY:e.controlPointNextY,i?n.controlPointNextX:n.controlPointPreviousX,i?n.controlPointNextY:n.controlPointPreviousY,n.x,n.y):void t.lineTo(n.x,n.y)}};i.clear=n.clear,i.drawRoundedRectangle=function(t){t.beginPath(),n.roundedRect.apply(n,arguments),t.closePath()}},{42:42}],42:[function(t,e,n){"use strict";var i={noop:function(){},uid:function(){var t=0;return function(){return t++}}(),isNullOrUndef:function(t){return null===t||void 0===t},isArray:Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},isObject:function(t){return null!==t&&"[object Object]"===Object.prototype.toString.call(t)},valueOrDefault:function(t,e){return void 0===t?e:t},valueAtIndexOrDefault:function(t,e,n){return i.valueOrDefault(i.isArray(t)?t[e]:t,n)},callback:function(t,e,n){if(t&&"function"==typeof t.call)return t.apply(n,e)},each:function(t,e,n,o){var r,a,s;if(i.isArray(t))if(a=t.length,o)for(r=a-1;r>=0;r--)e.call(n,t[r],r);else for(r=0;r<a;r++)e.call(n,t[r],r);else if(i.isObject(t))for(s=Object.keys(t),a=s.length,r=0;r<a;r++)e.call(n,t[s[r]],s[r])},arrayEquals:function(t,e){var n,o,r,a;if(!t||!e||t.length!==e.length)return!1;for(n=0,o=t.length;n<o;++n)if(r=t[n],a=e[n],r instanceof Array&&a instanceof Array){if(!i.arrayEquals(r,a))return!1}else if(r!==a)return!1;return!0},clone:function(t){if(i.isArray(t))return t.map(i.clone);if(i.isObject(t)){for(var e={},n=Object.keys(t),o=n.length,r=0;r<o;++r)e[n[r]]=i.clone(t[n[r]]);return e}return t},_merger:function(t,e,n,o){var r=e[t],a=n[t];i.isObject(r)&&i.isObject(a)?i.merge(r,a,o):e[t]=i.clone(a)},_mergerIf:function(t,e,n){var o=e[t],r=n[t];i.isObject(o)&&i.isObject(r)?i.mergeIf(o,r):e.hasOwnProperty(t)||(e[t]=i.clone(r))},merge:function(t,e,n){var o,r,a,s,l,u=i.isArray(e)?e:[e],c=u.length;if(!i.isObject(t))return t;for(n=n||{},o=n.merger||i._merger,r=0;r<c;++r)if(e=u[r],i.isObject(e))for(a=Object.keys(e),l=0,s=a.length;l<s;++l)o(a[l],t,e,n);return t},mergeIf:function(t,e){return i.merge(t,e,{merger:i._mergerIf})},extend:function(t){for(var e=function(e,n){t[n]=e},n=1,o=arguments.length;n<o;++n)i.each(arguments[n],e);return t},inherits:function(t){var e=this,n=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},o=function(){this.constructor=n};return o.prototype=e.prototype,n.prototype=new o,n.extend=i.inherits,t&&i.extend(n.prototype,t),n.__super__=e.prototype,n}};e.exports=i,i.callCallback=i.callback,i.indexOf=function(t,e,n){return Array.prototype.indexOf.call(t,e,n)},i.getValueOrDefault=i.valueOrDefault,i.getValueAtIndexOrDefault=i.valueAtIndexOrDefault},{}],43:[function(t,e,n){"use strict";var i=t(42),o={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n||(n=.3),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),-i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n))},easeOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:1===t?1:(n||(n=.3),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),i*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/n)+1)},easeInOutElastic:function(t){var e=1.70158,n=0,i=1;return 0===t?0:2==(t/=.5)?1:(n||(n=.45),i<1?(i=1,e=n/4):e=n/(2*Math.PI)*Math.asin(1/i),t<1?i*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*-.5:i*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/n)*.5+1)},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:function(t){return 1-o.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*o.easeInBounce(2*t):.5*o.easeOutBounce(2*t-1)+.5}};e.exports={effects:o},i.easingEffects=o},{42:42}],44:[function(t,e,n){"use strict";var i=t(42);e.exports={toLineHeight:function(t,e){var n=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!n||"normal"===n[1])return 1.2*e;switch(t=+n[2],n[3]){case"px":return t;case"%":t/=100}return e*t},toPadding:function(t){var e,n,o,r;return i.isObject(t)?(e=+t.top||0,n=+t.right||0,o=+t.bottom||0,r=+t.left||0):e=n=o=r=+t||0,{top:e,right:n,bottom:o,left:r,height:e+o,width:r+n}},resolve:function(t,e,n){var o,r,a;for(o=0,r=t.length;o<r;++o)if(void 0!==(a=t[o])&&(void 0!==e&&"function"==typeof a&&(a=a(e)),void 0!==n&&i.isArray(a)&&(a=a[n]),void 0!==a))return a}}},{42:42}],45:[function(t,e,n){"use strict";e.exports=t(42),e.exports.easing=t(43),e.exports.canvas=t(41),e.exports.options=t(44)},{41:41,42:42,43:43,44:44}],46:[function(t,e,n){e.exports={acquireContext:function(t){return t&&t.canvas&&(t=t.canvas),t&&t.getContext("2d")||null}}},{}],47:[function(t,e,n){"use strict";function i(t,e){var n=v.getStyle(t,e),i=n&&n.match(/^(\d+)(\.\d+)?px$/);return i?Number(i[1]):void 0}function o(t,e){var n=t.style,o=t.getAttribute("height"),r=t.getAttribute("width");if(t[m]={initial:{height:o,width:r,style:{display:n.display,height:n.height,width:n.width}}},n.display=n.display||"block",null===r||""===r){var a=i(t,"width");void 0!==a&&(t.width=a)}if(null===o||""===o)if(""===t.style.height)t.height=t.width/(e.options.aspectRatio||2);else{var s=i(t,"height");void 0!==a&&(t.height=s)}return t}function r(t,e,n){t.addEventListener(e,n,S)}function a(t,e,n){t.removeEventListener(e,n,S)}function s(t,e,n,i,o){return{type:t,chart:e,native:o||null,x:void 0!==n?n:null,y:void 0!==i?i:null}}function l(t,e){var n=k[t.type]||t.type,i=v.getRelativePosition(t,e);return s(n,e,i.x,i.y,t)}function u(t,e){var n=!1,i=[];return function(){i=Array.prototype.slice.call(arguments),e=e||this,n||(n=!0,v.requestAnimFrame.call(window,function(){n=!1,t.apply(e,i)}))}}function c(t){var e=document.createElement("div"),n=y+"size-monitor",i="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;";e.style.cssText=i,e.className=n,e.innerHTML='<div class="'+n+'-expand" style="'+i+'"><div style="position:absolute;width:1000000px;height:1000000px;left:0;top:0"></div></div><div class="'+n+'-shrink" style="'+i+'"><div style="position:absolute;width:200%;height:200%;left:0; top:0"></div></div>';var o=e.childNodes[0],a=e.childNodes[1];e._reset=function(){o.scrollLeft=1e6,o.scrollTop=1e6,a.scrollLeft=1e6,a.scrollTop=1e6};var s=function(){e._reset(),t()};return r(o,"scroll",s.bind(o,"expand")),r(a,"scroll",s.bind(a,"shrink")),e}function d(t,e){var n=t[m]||(t[m]={}),i=n.renderProxy=function(t){t.animationName===x&&e()};v.each(w,function(e){r(t,e,i)}),n.reflow=!!t.offsetParent,t.classList.add(b)}function h(t){var e=t[m]||{},n=e.renderProxy;n&&(v.each(w,function(e){a(t,e,n)}),delete e.renderProxy),t.classList.remove(b)}function f(t,e,n){var i=t[m]||(t[m]={}),o=i.resizer=c(u(function(){if(i.resizer)return e(s("resize",n))}));d(t,function(){if(i.resizer){var e=t.parentNode;e&&e!==o.parentNode&&e.insertBefore(o,e.firstChild),o._reset()}})}function p(t){var e=t[m]||{},n=e.resizer;delete e.resizer,h(t),n&&n.parentNode&&n.parentNode.removeChild(n)}function g(t,e){var n=t._style||document.createElement("style");t._style||(t._style=n,e="/* Chart.js */\n"+e,n.setAttribute("type","text/css"),document.getElementsByTagName("head")[0].appendChild(n)),n.appendChild(document.createTextNode(e))}var v=t(45),m="$chartjs",y="chartjs-",b=y+"render-monitor",x=y+"render-animation",w=["animationstart","webkitAnimationStart"],k={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},C=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("e",null,e)}catch(t){}return t}(),S=!!C&&{passive:!0};e.exports={_enabled:"undefined"!=typeof window&&"undefined"!=typeof document,initialize:function(){var t="from{opacity:0.99}to{opacity:1}";g(this,"@-webkit-keyframes "+x+"{"+t+"}@keyframes "+x+"{"+t+"}."+b+"{-webkit-animation:"+x+" 0.001s;animation:"+x+" 0.001s;}")},acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var n=t&&t.getContext&&t.getContext("2d");return n&&n.canvas===t?(o(t,e),n):null},releaseContext:function(t){var e=t.canvas;if(e[m]){var n=e[m].initial;["height","width"].forEach(function(t){var i=n[t];v.isNullOrUndef(i)?e.removeAttribute(t):e.setAttribute(t,i)}),v.each(n.style||{},function(t,n){e.style[n]=t}),e.width=e.width,delete e[m]}},addEventListener:function(t,e,n){var i=t.canvas;if("resize"===e)return void f(i,n,t);var o=n[m]||(n[m]={});r(i,e,(o.proxies||(o.proxies={}))[t.id+"_"+e]=function(e){n(l(e,t))})},removeEventListener:function(t,e,n){var i=t.canvas;if("resize"===e)return void p(i);var o=n[m]||{},r=o.proxies||{},s=r[t.id+"_"+e];s&&a(i,e,s)}},v.addEvent=r,v.removeEvent=a},{45:45}],48:[function(t,e,n){"use strict";var i=t(45),o=t(46),r=t(47),a=r._enabled?r:o;e.exports=i.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},a)},{45:45,46:46,47:47}],49:[function(t,e,n){"use strict";var i=t(25),o=t(40),r=t(45);i._set("global",{plugins:{filler:{propagate:!0}}}),e.exports=function(){function t(t,e,n){var i,o=t._model||{},r=o.fill;if(void 0===r&&(r=!!o.backgroundColor),!1===r||null===r)return!1;if(!0===r)return"origin";if(i=parseFloat(r,10),isFinite(i)&&Math.floor(i)===i)return"-"!==r[0]&&"+"!==r[0]||(i=e+i),!(i===e||i<0||i>=n)&&i;switch(r){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return r;default:return!1}}function e(t){var e,n=t.el._model||{},i=t.el._scale||{},o=t.fill,r=null;if(isFinite(o))return null;if("start"===o?r=void 0===n.scaleBottom?i.bottom:n.scaleBottom:"end"===o?r=void 0===n.scaleTop?i.top:n.scaleTop:void 0!==n.scaleZero?r=n.scaleZero:i.getBasePosition?r=i.getBasePosition():i.getBasePixel&&(r=i.getBasePixel()),void 0!==r&&null!==r){if(void 0!==r.x&&void 0!==r.y)return r;if("number"==typeof r&&isFinite(r))return e=i.isHorizontal(),{x:e?r:null,y:e?null:r}}return null}function n(t,e,n){var i,o=t[e],r=o.fill,a=[e];if(!n)return r;for(;!1!==r&&-1===a.indexOf(r);){if(!isFinite(r))return r;if(!(i=t[r]))return!1;if(i.visible)return r;a.push(r),r=i.fill}return!1}function a(t){var e=t.fill,n="dataset";return!1===e?null:(isFinite(e)||(n="boundary"),c[n](t))}function s(t){return t&&!t.skip}function l(t,e,n,i,o){var a;if(i&&o){for(t.moveTo(e[0].x,e[0].y),a=1;a<i;++a)r.canvas.lineTo(t,e[a-1],e[a]);for(t.lineTo(n[o-1].x,n[o-1].y),a=o-1;a>0;--a)r.canvas.lineTo(t,n[a],n[a-1],!0)}}function u(t,e,n,i,o,r){var a,u,c,d,h,f,p,g=e.length,v=i.spanGaps,m=[],y=[],b=0,x=0;for(t.beginPath(),a=0,u=g+!!r;a<u;++a)c=a%g,d=e[c]._view,h=n(d,c,i),f=s(d),p=s(h),f&&p?(b=m.push(d),x=y.push(h)):b&&x&&(v?(f&&m.push(d),p&&y.push(h)):(l(t,m,y,b,x),b=x=0,m=[],y=[]));l(t,m,y,b,x),t.closePath(),t.fillStyle=o,t.fill()}var c={dataset:function(t){var e=t.fill,n=t.chart,i=n.getDatasetMeta(e),o=i&&n.isDatasetVisible(e),r=o&&i.dataset._children||[],a=r.length||0;return a?function(t,e){return e<a&&r[e]._view||null}:null},boundary:function(t){var e=t.boundary,n=e?e.x:null,i=e?e.y:null;return function(t){return{x:null===n?t.x:n,
-y:null===i?t.y:i}}}};return{id:"filler",afterDatasetsUpdate:function(i,r){var s,l,u,c,d=(i.data.datasets||[]).length,h=r.propagate,f=[];for(l=0;l<d;++l)s=i.getDatasetMeta(l),u=s.dataset,c=null,u&&u._model&&u instanceof o.Line&&(c={visible:i.isDatasetVisible(l),fill:t(u,l,d),chart:i,el:u}),s.$filler=c,f.push(c);for(l=0;l<d;++l)(c=f[l])&&(c.fill=n(f,l,h),c.boundary=e(c),c.mapper=a(c))},beforeDatasetDraw:function(t,e){var n=e.meta.$filler;if(n){var o=t.ctx,a=n.el,s=a._view,l=a._children||[],c=n.mapper,d=s.backgroundColor||i.global.defaultColor;c&&d&&l.length&&(r.canvas.clipArea(o,t.chartArea),u(o,l,c,s,d,a._loop),r.canvas.unclipArea(o))}}}}},{25:25,40:40,45:45}],50:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45);i._set("global",{legend:{display:!0,position:"top",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var n=e.datasetIndex,i=this.chart,o=i.getDatasetMeta(n);o.hidden=null===o.hidden?!i.data.datasets[n].hidden:null,i.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var e=t.data;return r.isArray(e.datasets)?e.datasets.map(function(e,n){return{text:e.label,fillStyle:r.isArray(e.backgroundColor)?e.backgroundColor[0]:e.backgroundColor,hidden:!t.isDatasetVisible(n),lineCap:e.borderCapStyle,lineDash:e.borderDash,lineDashOffset:e.borderDashOffset,lineJoin:e.borderJoinStyle,lineWidth:e.borderWidth,strokeStyle:e.borderColor,pointStyle:e.pointStyle,datasetIndex:n}},this):[]}}},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');for(var n=0;n<t.data.datasets.length;n++)e.push('<li><span style="background-color:'+t.data.datasets[n].backgroundColor+'"></span>'),t.data.datasets[n].label&&e.push(t.data.datasets[n].label),e.push("</li>");return e.push("</ul>"),e.join("")}}),e.exports=function(t){function e(t,e){return t.usePointStyle?e*Math.SQRT2:t.boxWidth}function n(e,n){var i=new t.Legend({ctx:e.ctx,options:n,chart:e});a.configure(e,i,n),a.addBox(e,i),e.legend=i}var a=t.layoutService,s=r.noop;return t.Legend=o.extend({initialize:function(t){r.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:s,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:s,beforeSetDimensions:s,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:s,beforeBuildLabels:s,buildLabels:function(){var t=this,e=t.options.labels||{},n=r.callback(e.generateLabels,[t.chart],t)||[];e.filter&&(n=n.filter(function(n){return e.filter(n,t.chart.data)})),t.options.reverse&&n.reverse(),t.legendItems=n},afterBuildLabels:s,beforeFit:s,fit:function(){var t=this,n=t.options,o=n.labels,a=n.display,s=t.ctx,l=i.global,u=r.valueOrDefault,c=u(o.fontSize,l.defaultFontSize),d=u(o.fontStyle,l.defaultFontStyle),h=u(o.fontFamily,l.defaultFontFamily),f=r.fontString(c,d,h),p=t.legendHitBoxes=[],g=t.minSize,v=t.isHorizontal();if(v?(g.width=t.maxWidth,g.height=a?10:0):(g.width=a?10:0,g.height=t.maxHeight),a)if(s.font=f,v){var m=t.lineWidths=[0],y=t.legendItems.length?c+o.padding:0;s.textAlign="left",s.textBaseline="top",r.each(t.legendItems,function(n,i){var r=e(o,c),a=r+c/2+s.measureText(n.text).width;m[m.length-1]+a+o.padding>=t.width&&(y+=c+o.padding,m[m.length]=t.left),p[i]={left:0,top:0,width:a,height:c},m[m.length-1]+=a+o.padding}),g.height+=y}else{var b=o.padding,x=t.columnWidths=[],w=o.padding,k=0,C=0,S=c+b;r.each(t.legendItems,function(t,n){var i=e(o,c),r=i+c/2+s.measureText(t.text).width;C+S>g.height&&(w+=k+o.padding,x.push(k),k=0,C=0),k=Math.max(k,r),C+=S,p[n]={left:0,top:0,width:r,height:c}}),w+=k,x.push(k),g.width+=w}t.width=g.width,t.height=g.height},afterFit:s,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var t=this,n=t.options,o=n.labels,a=i.global,s=a.elements.line,l=t.width,u=t.lineWidths;if(n.display){var c,d=t.ctx,h=r.valueOrDefault,f=h(o.fontColor,a.defaultFontColor),p=h(o.fontSize,a.defaultFontSize),g=h(o.fontStyle,a.defaultFontStyle),v=h(o.fontFamily,a.defaultFontFamily),m=r.fontString(p,g,v);d.textAlign="left",d.textBaseline="middle",d.lineWidth=.5,d.strokeStyle=f,d.fillStyle=f,d.font=m;var y=e(o,p),b=t.legendHitBoxes,x=function(t,e,i){if(!(isNaN(y)||y<=0)){d.save(),d.fillStyle=h(i.fillStyle,a.defaultColor),d.lineCap=h(i.lineCap,s.borderCapStyle),d.lineDashOffset=h(i.lineDashOffset,s.borderDashOffset),d.lineJoin=h(i.lineJoin,s.borderJoinStyle),d.lineWidth=h(i.lineWidth,s.borderWidth),d.strokeStyle=h(i.strokeStyle,a.defaultColor);var o=0===h(i.lineWidth,s.borderWidth);if(d.setLineDash&&d.setLineDash(h(i.lineDash,s.borderDash)),n.labels&&n.labels.usePointStyle){var l=p*Math.SQRT2/2,u=l/Math.SQRT2,c=t+u,f=e+u;r.canvas.drawPoint(d,i.pointStyle,l,c,f)}else o||d.strokeRect(t,e,y,p),d.fillRect(t,e,y,p);d.restore()}},w=function(t,e,n,i){var o=p/2,r=y+o+t,a=e+o;d.fillText(n.text,r,a),n.hidden&&(d.beginPath(),d.lineWidth=2,d.moveTo(r,a),d.lineTo(r+i,a),d.stroke())},k=t.isHorizontal();c=k?{x:t.left+(l-u[0])/2,y:t.top+o.padding,line:0}:{x:t.left+o.padding,y:t.top+o.padding,line:0};var C=p+o.padding;r.each(t.legendItems,function(e,n){var i=d.measureText(e.text).width,r=y+p/2+i,a=c.x,s=c.y;k?a+r>=l&&(s=c.y+=C,c.line++,a=c.x=t.left+(l-u[c.line])/2):s+C>t.bottom&&(a=c.x=a+t.columnWidths[c.line]+o.padding,s=c.y=t.top+o.padding,c.line++),x(a,s,e),b[n].left=a,b[n].top=s,w(a,s,e,i),k?c.x+=r+o.padding:c.y+=C})}},handleEvent:function(t){var e=this,n=e.options,i="mouseup"===t.type?"click":t.type,o=!1;if("mousemove"===i){if(!n.onHover)return}else{if("click"!==i)return;if(!n.onClick)return}var r=t.x,a=t.y;if(r>=e.left&&r<=e.right&&a>=e.top&&a<=e.bottom)for(var s=e.legendHitBoxes,l=0;l<s.length;++l){var u=s[l];if(r>=u.left&&r<=u.left+u.width&&a>=u.top&&a<=u.top+u.height){if("click"===i){n.onClick.call(e,t.native,e.legendItems[l]),o=!0;break}if("mousemove"===i){n.onHover.call(e,t.native,e.legendItems[l]),o=!0;break}}}return o}}),{id:"legend",beforeInit:function(t){var e=t.options.legend;e&&n(t,e)},beforeUpdate:function(t){var e=t.options.legend,o=t.legend;e?(r.mergeIf(e,i.global.legend),o?(a.configure(t,o,e),o.options=e):n(t,e)):o&&(a.removeBox(t,o),delete t.legend)},afterEvent:function(t,e){var n=t.legend;n&&n.handleEvent(e)}}}},{25:25,26:26,45:45}],51:[function(t,e,n){"use strict";var i=t(25),o=t(26),r=t(45);i._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,lineHeight:1.2,padding:10,position:"top",text:"",weight:2e3}}),e.exports=function(t){function e(e,i){var o=new t.Title({ctx:e.ctx,options:i,chart:e});n.configure(e,o,i),n.addBox(e,o),e.titleBlock=o}var n=t.layoutService,a=r.noop;return t.Title=o.extend({initialize:function(t){var e=this;r.extend(e,t),e.legendHitBoxes=[]},beforeUpdate:a,update:function(t,e,n){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=n,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:a,beforeSetDimensions:a,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:a,beforeBuildLabels:a,buildLabels:a,afterBuildLabels:a,beforeFit:a,fit:function(){var t=this,e=r.valueOrDefault,n=t.options,o=n.display,a=e(n.fontSize,i.global.defaultFontSize),s=t.minSize,l=r.isArray(n.text)?n.text.length:1,u=r.options.toLineHeight(n.lineHeight,a),c=o?l*u+2*n.padding:0;t.isHorizontal()?(s.width=t.maxWidth,s.height=c):(s.width=c,s.height=t.maxHeight),t.width=s.width,t.height=s.height},afterFit:a,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var t=this,e=t.ctx,n=r.valueOrDefault,o=t.options,a=i.global;if(o.display){var s,l,u,c=n(o.fontSize,a.defaultFontSize),d=n(o.fontStyle,a.defaultFontStyle),h=n(o.fontFamily,a.defaultFontFamily),f=r.fontString(c,d,h),p=r.options.toLineHeight(o.lineHeight,c),g=p/2+o.padding,v=0,m=t.top,y=t.left,b=t.bottom,x=t.right;e.fillStyle=n(o.fontColor,a.defaultFontColor),e.font=f,t.isHorizontal()?(l=y+(x-y)/2,u=m+g,s=x-y):(l="left"===o.position?y+g:x-g,u=m+(b-m)/2,s=b-m,v=Math.PI*("left"===o.position?-.5:.5)),e.save(),e.translate(l,u),e.rotate(v),e.textAlign="center",e.textBaseline="middle";var w=o.text;if(r.isArray(w))for(var k=0,C=0;C<w.length;++C)e.fillText(w[C],0,k,s),k+=p;else e.fillText(w,0,0,s);e.restore()}}}),{id:"title",beforeInit:function(t){var n=t.options.title;n&&e(t,n)},beforeUpdate:function(o){var a=o.options.title,s=o.titleBlock;a?(r.mergeIf(a,i.global.title),s?(n.configure(o,s,a),s.options=a):e(o,a)):s&&(t.layoutService.removeBox(o,s),delete o.titleBlock)}}}},{25:25,26:26,45:45}],52:[function(t,e,n){"use strict";e.exports=function(t){var e={position:"bottom"},n=t.Scale.extend({getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,e=t.getLabels();t.minIndex=0,t.maxIndex=e.length-1;var n;void 0!==t.options.ticks.min&&(n=e.indexOf(t.options.ticks.min),t.minIndex=-1!==n?n:t.minIndex),void 0!==t.options.ticks.max&&(n=e.indexOf(t.options.ticks.max),t.maxIndex=-1!==n?n:t.maxIndex),t.min=e[t.minIndex],t.max=e[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,o=n.isHorizontal();return i.yLabels&&!o?n.getRightValue(i.datasets[e].data[t]):n.ticks[t-n.minIndex]},getPixelForValue:function(t,e){var n,i=this,o=i.options.offset,r=Math.max(i.maxIndex+1-i.minIndex-(o?0:1),1);if(void 0!==t&&null!==t&&(n=i.isHorizontal()?t.x:t.y),void 0!==n||void 0!==t&&isNaN(e)){var a=i.getLabels();t=n||t;var s=a.indexOf(t);e=-1!==s?s:e}if(i.isHorizontal()){var l=i.width/r,u=l*(e-i.minIndex);return o&&(u+=l/2),i.left+Math.round(u)}var c=i.height/r,d=c*(e-i.minIndex);return o&&(d+=c/2),i.top+Math.round(d)},getPixelForTick:function(t){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null)},getValueForPixel:function(t){var e=this,n=e.options.offset,i=Math.max(e._ticks.length-(n?0:1),1),o=e.isHorizontal(),r=(o?e.width:e.height)/i;return t-=o?e.left:e.top,n&&(t-=r/2),(t<=0?0:Math.round(t/r))+e.minIndex},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",n,e)}},{}],53:[function(t,e,n){"use strict";var i=t(25),o=t(45),r=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:r.formatters.linear}},n=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return s?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,n=e.options,i=e.chart,r=i.data,a=r.datasets,s=e.isHorizontal();e.min=null,e.max=null;var l=n.stacked;if(void 0===l&&o.each(a,function(e,n){if(!l){var o=i.getDatasetMeta(n);i.isDatasetVisible(n)&&t(o)&&void 0!==o.stack&&(l=!0)}}),n.stacked||l){var u={};o.each(a,function(r,a){var s=i.getDatasetMeta(a),l=[s.type,void 0===n.stacked&&void 0===s.stack?a:"",s.stack].join(".");void 0===u[l]&&(u[l]={positiveValues:[],negativeValues:[]});var c=u[l].positiveValues,d=u[l].negativeValues;i.isDatasetVisible(a)&&t(s)&&o.each(r.data,function(t,i){var o=+e.getRightValue(t);isNaN(o)||s.data[i].hidden||(c[i]=c[i]||0,d[i]=d[i]||0,n.relativePoints?c[i]=100:o<0?d[i]+=o:c[i]+=o)})}),o.each(u,function(t){var n=t.positiveValues.concat(t.negativeValues),i=o.min(n),r=o.max(n);e.min=null===e.min?i:Math.min(e.min,i),e.max=null===e.max?r:Math.max(e.max,r)})}else o.each(a,function(n,r){var a=i.getDatasetMeta(r);i.isDatasetVisible(r)&&t(a)&&o.each(n.data,function(t,n){var i=+e.getRightValue(t);isNaN(i)||a.data[n].hidden||(null===e.min?e.min=i:i<e.min&&(e.min=i),null===e.max?e.max=i:i>e.max&&(e.max=i))})});e.min=isFinite(e.min)&&!isNaN(e.min)?e.min:0,e.max=isFinite(e.max)&&!isNaN(e.max)?e.max:1,this.handleTickRangeOptions()},getTickLimit:function(){var t,e=this,n=e.options.ticks;if(e.isHorizontal())t=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(e.width/50));else{var r=o.valueOrDefault(n.fontSize,i.global.defaultFontSize);t=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(e.height/(2*r)))}return t},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,n=this,i=n.start,o=+n.getRightValue(t),r=n.end-i;return n.isHorizontal()?(e=n.left+n.width/r*(o-i),Math.round(e)):(e=n.bottom-n.height/r*(o-i),Math.round(e))},getValueForPixel:function(t){var e=this,n=e.isHorizontal(),i=n?e.width:e.height,o=(n?t-e.left:e.bottom-t)/i;return e.start+(e.end-e.start)*o},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",n,e)}},{25:25,34:34,45:45}],54:[function(t,e,n){"use strict";var i=t(45),o=t(34);e.exports=function(t){var e=i.noop;t.LinearScaleBase=t.Scale.extend({getRightValue:function(e){return"string"==typeof e?+e:t.Scale.prototype.getRightValue.call(this,e)},handleTickRangeOptions:function(){var t=this,e=t.options,n=e.ticks;if(n.beginAtZero){var o=i.sign(t.min),r=i.sign(t.max);o<0&&r<0?t.max=0:o>0&&r>0&&(t.min=0)}var a=void 0!==n.min||void 0!==n.suggestedMin,s=void 0!==n.max||void 0!==n.suggestedMax;void 0!==n.min?t.min=n.min:void 0!==n.suggestedMin&&(null===t.min?t.min=n.suggestedMin:t.min=Math.min(t.min,n.suggestedMin)),void 0!==n.max?t.max=n.max:void 0!==n.suggestedMax&&(null===t.max?t.max=n.suggestedMax:t.max=Math.max(t.max,n.suggestedMax)),a!==s&&t.min>=t.max&&(a?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,n.beginAtZero||t.min--)},getTickLimit:e,handleDirectionalChanges:e,buildTicks:function(){var t=this,e=t.options,n=e.ticks,r=t.getTickLimit();r=Math.max(2,r);var a={maxTicks:r,min:n.min,max:n.max,stepSize:i.valueOrDefault(n.fixedStepSize,n.stepSize)},s=t.ticks=o.generators.linear(a,t);t.handleDirectionalChanges(),t.max=i.max(s),t.min=i.min(s),n.reverse?(s.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},{34:34,45:45}],55:[function(t,e,n){"use strict";var i=t(45),o=t(34);e.exports=function(t){var e={position:"left",ticks:{callback:o.formatters.logarithmic}},n=t.Scale.extend({determineDataLimits:function(){function t(t){return u?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,n=e.options,o=n.ticks,r=e.chart,a=r.data,s=a.datasets,l=i.valueOrDefault,u=e.isHorizontal();e.min=null,e.max=null,e.minNotZero=null;var c=n.stacked;if(void 0===c&&i.each(s,function(e,n){if(!c){var i=r.getDatasetMeta(n);r.isDatasetVisible(n)&&t(i)&&void 0!==i.stack&&(c=!0)}}),n.stacked||c){var d={};i.each(s,function(o,a){var s=r.getDatasetMeta(a),l=[s.type,void 0===n.stacked&&void 0===s.stack?a:"",s.stack].join(".");r.isDatasetVisible(a)&&t(s)&&(void 0===d[l]&&(d[l]=[]),i.each(o.data,function(t,i){var o=d[l],r=+e.getRightValue(t);isNaN(r)||s.data[i].hidden||(o[i]=o[i]||0,n.relativePoints?o[i]=100:o[i]+=r)}))}),i.each(d,function(t){var n=i.min(t),o=i.max(t);e.min=null===e.min?n:Math.min(e.min,n),e.max=null===e.max?o:Math.max(e.max,o)})}else i.each(s,function(n,o){var a=r.getDatasetMeta(o);r.isDatasetVisible(o)&&t(a)&&i.each(n.data,function(t,n){var i=+e.getRightValue(t);isNaN(i)||a.data[n].hidden||(null===e.min?e.min=i:i<e.min&&(e.min=i),null===e.max?e.max=i:i>e.max&&(e.max=i),0!==i&&(null===e.minNotZero||i<e.minNotZero)&&(e.minNotZero=i))})});e.min=l(o.min,e.min),e.max=l(o.max,e.max),e.min===e.max&&(0!==e.min&&null!==e.min?(e.min=Math.pow(10,Math.floor(i.log10(e.min))-1),e.max=Math.pow(10,Math.floor(i.log10(e.max))+1)):(e.min=1,e.max=10))},buildTicks:function(){var t=this,e=t.options,n=e.ticks,r={min:n.min,max:n.max},a=t.ticks=o.generators.logarithmic(r,t);t.isHorizontal()||a.reverse(),t.max=i.max(a),t.min=i.min(a),n.reverse?(a.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),t.Scale.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForTick:function(t){return this.getPixelForValue(this.tickValues[t])},getPixelForValue:function(t){var e,n,o,r=this,a=r.start,s=+r.getRightValue(t),l=r.options,u=l.ticks;return r.isHorizontal()?(o=i.log10(r.end)-i.log10(a),0===s?n=r.left:(e=r.width,n=r.left+e/o*(i.log10(s)-i.log10(a)))):(e=r.height,0!==a||u.reverse?0===r.end&&u.reverse?(o=i.log10(r.start)-i.log10(r.minNotZero),n=s===r.end?r.top:s===r.minNotZero?r.top+.02*e:r.top+.02*e+.98*e/o*(i.log10(s)-i.log10(r.minNotZero))):0===s?n=u.reverse?r.top:r.bottom:(o=i.log10(r.end)-i.log10(a),e=r.height,n=r.bottom-e/o*(i.log10(s)-i.log10(a))):(o=i.log10(r.end)-i.log10(r.minNotZero),n=s===a?r.bottom:s===r.minNotZero?r.bottom-.02*e:r.bottom-.02*e-.98*e/o*(i.log10(s)-i.log10(r.minNotZero)))),n},getValueForPixel:function(t){var e,n,o=this,r=i.log10(o.end)-i.log10(o.start);return o.isHorizontal()?(n=o.width,e=o.start*Math.pow(10,(t-o.left)*r/n)):(n=o.height,e=Math.pow(10,(o.bottom-t)*r/n)/o.start),e}});t.scaleService.registerScaleType("logarithmic",n,e)}},{34:34,45:45}],56:[function(t,e,n){"use strict";var i=t(25),o=t(45),r=t(34);e.exports=function(t){function e(t){var e=t.options;return e.angleLines.display||e.pointLabels.display?t.chart.data.labels.length:0}function n(t){var e=t.options.pointLabels,n=o.valueOrDefault(e.fontSize,v.defaultFontSize),i=o.valueOrDefault(e.fontStyle,v.defaultFontStyle),r=o.valueOrDefault(e.fontFamily,v.defaultFontFamily);return{size:n,style:i,family:r,font:o.fontString(n,i,r)}}function a(t,e,n){return o.isArray(n)?{w:o.longestText(t,t.font,n),h:n.length*e+1.5*(n.length-1)*e}:{w:t.measureText(n).width,h:e}}function s(t,e,n,i,o){return t===i||t===o?{start:e-n/2,end:e+n/2}:t<i||t>o?{start:e-n-5,end:e}:{start:e,end:e+n+5}}function l(t){var i,r,l,u=n(t),c=Math.min(t.height/2,t.width/2),d={r:t.width,l:0,t:t.height,b:0},h={};t.ctx.font=u.font,t._pointLabelSizes=[];var f=e(t);for(i=0;i<f;i++){l=t.getPointPosition(i,c),r=a(t.ctx,u.size,t.pointLabels[i]||""),t._pointLabelSizes[i]=r;var p=t.getIndexAngle(i),g=o.toDegrees(p)%360,v=s(g,l.x,r.w,0,180),m=s(g,l.y,r.h,90,270);v.start<d.l&&(d.l=v.start,h.l=p),v.end>d.r&&(d.r=v.end,h.r=p),m.start<d.t&&(d.t=m.start,h.t=p),m.end>d.b&&(d.b=m.end,h.b=p)}t.setReductions(c,d,h)}function u(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}function c(t){return 0===t||180===t?"center":t<180?"left":"right"}function d(t,e,n,i){if(o.isArray(e))for(var r=n.y,a=1.5*i,s=0;s<e.length;++s)t.fillText(e[s],n.x,r),r+=a;else t.fillText(e,n.x,n.y)}function h(t,e,n){90===t||270===t?n.y-=e.h/2:(t>270||t<90)&&(n.y-=e.h)}function f(t){var i=t.ctx,r=o.valueOrDefault,a=t.options,s=a.angleLines,l=a.pointLabels;i.lineWidth=s.lineWidth,i.strokeStyle=s.color;var u=t.getDistanceFromCenterForValue(a.ticks.reverse?t.min:t.max),f=n(t);i.textBaseline="top";for(var p=e(t)-1;p>=0;p--){if(s.display){var g=t.getPointPosition(p,u);i.beginPath(),i.moveTo(t.xCenter,t.yCenter),i.lineTo(g.x,g.y),i.stroke(),i.closePath()}if(l.display){var m=t.getPointPosition(p,u+5),y=r(l.fontColor,v.defaultFontColor);i.font=f.font,i.fillStyle=y;var b=t.getIndexAngle(p),x=o.toDegrees(b);i.textAlign=c(x),h(x,t._pointLabelSizes[p],m),d(i,t.pointLabels[p]||"",m,f.size)}}}function p(t,n,i,r){var a=t.ctx;if(a.strokeStyle=o.valueAtIndexOrDefault(n.color,r-1),a.lineWidth=o.valueAtIndexOrDefault(n.lineWidth,r-1),t.options.gridLines.circular)a.beginPath(),a.arc(t.xCenter,t.yCenter,i,0,2*Math.PI),a.closePath(),a.stroke();else{var s=e(t);if(0===s)return;a.beginPath();var l=t.getPointPosition(0,i);a.moveTo(l.x,l.y);for(var u=1;u<s;u++)l=t.getPointPosition(u,i),a.lineTo(l.x,l.y);a.closePath(),a.stroke()}}function g(t){return o.isNumber(t)?t:0}var v=i.global,m={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:r.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}},y=t.LinearScaleBase.extend({setDimensions:function(){var t=this,e=t.options,n=e.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var i=o.min([t.height,t.width]),r=o.valueOrDefault(n.fontSize,v.defaultFontSize);t.drawingArea=e.display?i/2-(r/2+n.backdropPaddingY):i/2},determineDataLimits:function(){var t=this,e=t.chart,n=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;o.each(e.data.datasets,function(r,a){if(e.isDatasetVisible(a)){var s=e.getDatasetMeta(a);o.each(r.data,function(e,o){var r=+t.getRightValue(e);isNaN(r)||s.data[o].hidden||(n=Math.min(r,n),i=Math.max(r,i))})}}),t.min=n===Number.POSITIVE_INFINITY?0:n,t.max=i===Number.NEGATIVE_INFINITY?0:i,t.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,e=o.valueOrDefault(t.fontSize,v.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*e)))},convertTicksToLabels:function(){var e=this;t.LinearScaleBase.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map(e.options.pointLabels.callback,e)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){this.options.pointLabels.display?l(this):u(this)},setReductions:function(t,e,n){var i=this,o=e.l/Math.sin(n.l),r=Math.max(e.r-i.width,0)/Math.sin(n.r),a=-e.t/Math.cos(n.t),s=-Math.max(e.b-i.height,0)/Math.cos(n.b);o=g(o),r=g(r),a=g(a),s=g(s),i.drawingArea=Math.min(Math.round(t-(o+r)/2),Math.round(t-(a+s)/2)),i.setCenterPoint(o,r,a,s)},setCenterPoint:function(t,e,n,i){var o=this,r=o.width-e-o.drawingArea,a=t+o.drawingArea,s=n+o.drawingArea,l=o.height-i-o.drawingArea;o.xCenter=Math.round((a+r)/2+o.left),o.yCenter=Math.round((s+l)/2+o.top)},getIndexAngle:function(t){return t*(2*Math.PI/e(this))+(this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0)*Math.PI*2/360},getDistanceFromCenterForValue:function(t){var e=this;if(null===t)return 0;var n=e.drawingArea/(e.max-e.min);return e.options.ticks.reverse?(e.max-t)*n:(t-e.min)*n},getPointPosition:function(t,e){var n=this,i=n.getIndexAngle(t)-Math.PI/2;return{x:Math.round(Math.cos(i)*e)+n.xCenter,y:Math.round(Math.sin(i)*e)+n.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this,e=t.min,n=t.max;return t.getPointPositionForValue(0,t.beginAtZero?0:e<0&&n<0?n:e>0&&n>0?e:0)},draw:function(){var t=this,e=t.options,n=e.gridLines,i=e.ticks,r=o.valueOrDefault;if(e.display){var a=t.ctx,s=this.getIndexAngle(0),l=r(i.fontSize,v.defaultFontSize),u=r(i.fontStyle,v.defaultFontStyle),c=r(i.fontFamily,v.defaultFontFamily),d=o.fontString(l,u,c);o.each(t.ticks,function(e,o){if(o>0||i.reverse){var u=t.getDistanceFromCenterForValue(t.ticksAsNumbers[o]);if(n.display&&0!==o&&p(t,n,u,o),i.display){var c=r(i.fontColor,v.defaultFontColor);if(a.font=d,a.save(),a.translate(t.xCenter,t.yCenter),a.rotate(s),i.showLabelBackdrop){var h=a.measureText(e).width;a.fillStyle=i.backdropColor,a.fillRect(-h/2-i.backdropPaddingX,-u-l/2-i.backdropPaddingY,h+2*i.backdropPaddingX,l+2*i.backdropPaddingY)}a.textAlign="center",a.textBaseline="middle",a.fillStyle=c,a.fillText(e,0,-u),a.restore()}}}),(e.angleLines.display||e.pointLabels.display)&&f(t)}}});t.scaleService.registerScaleType("radialLinear",y,m)}},{25:25,34:34,45:45}],57:[function(t,e,n){"use strict";function i(t,e){return t-e}function o(t){var e,n,i,o={},r=[];for(e=0,n=t.length;e<n;++e)i=t[e],o[i]||(o[i]=!0,r.push(i));return r}function r(t,e,n,i){if("linear"===i||!t.length)return[{time:e,pos:0},{time:n,pos:1}];var o,r,a,s,l,u=[],c=[e];for(o=0,r=t.length;o<r;++o)(s=t[o])>e&&s<n&&c.push(s);for(c.push(n),o=0,r=c.length;o<r;++o)l=c[o+1],a=c[o-1],s=c[o],void 0!==a&&void 0!==l&&Math.round((l+a)/2)===s||u.push({time:s,pos:o/(r-1)});return u}function a(t,e,n){for(var i,o,r,a=0,s=t.length-1;a>=0&&a<=s;){if(i=a+s>>1,o=t[i-1]||null,r=t[i],!o)return{lo:null,hi:r};if(r[e]<n)a=i+1;else{if(!(o[e]>n))return{lo:o,hi:r};s=i-1}}return{lo:r,hi:null}}function s(t,e,n,i){var o=a(t,e,n),r=o.lo?o.hi?o.lo:t[t.length-2]:t[0],s=o.lo?o.hi?o.hi:t[t.length-1]:t[1],l=s[e]-r[e],u=l?(n-r[e])/l:0,c=(s[i]-r[i])*u;return r[i]+c}function l(t,e){var n=e.parser,i=e.parser||e.format;return"function"==typeof n?n(t):"string"==typeof t&&"string"==typeof i?m(t,i):(t instanceof m||(t=m(t)),t.isValid()?t:"function"==typeof i?i(t):t)}function u(t,e){if(b.isNullOrUndef(t))return null;var n=e.options.time,i=l(e.getRightValue(t),n);return i.isValid()?(n.round&&i.startOf(n.round),i.valueOf()):null}function c(t,e,n,i){var o,r,a,s=e-t,l=k[n],u=l.size,c=l.steps;if(!c)return Math.ceil(s/((i||1)*u));for(o=0,r=c.length;o<r&&(a=c[o],!(Math.ceil(s/(u*a))<=i));++o);return a}function d(t,e,n,i){var o,r,a,s=C.length;for(o=C.indexOf(t);o<s-1;++o)if(r=k[C[o]],a=r.steps?r.steps[r.steps.length-1]:w,r.common&&Math.ceil((n-e)/(a*r.size))<=i)return C[o];return C[s-1]}function h(t,e,n,i){var o,r,a=m.duration(m(i).diff(m(n))),s=C.length;for(o=s-1;o>=C.indexOf(e);o--)if(r=C[o],k[r].common&&a.as(r)>=t.length)return r;return C[e?C.indexOf(e):0]}function f(t){for(var e=C.indexOf(t)+1,n=C.length;e<n;++e)if(k[C[e]].common)return C[e]}function p(t,e,n,i){var o,r=i.time,a=r.unit||d(r.minUnit,t,e,n),s=f(a),l=b.valueOrDefault(r.stepSize,r.unitStepSize),u="week"===a&&r.isoWeekday,h=i.ticks.major.enabled,p=k[a],g=m(t),v=m(e),y=[];for(l||(l=c(t,e,a,n)),u&&(g=g.isoWeekday(u),v=v.isoWeekday(u)),g=g.startOf(u?"day":a),v=v.startOf(u?"day":a),v<e&&v.add(1,a),o=m(g),h&&s&&!u&&!r.round&&(o.startOf(s),o.add(~~((g-o)/(p.size*l))*l,a));o<v;o.add(l,a))y.push(+o);return y.push(+o),y}function g(t,e,n,i,o){var r,a,l=0,u=0;return o.offset&&e.length&&(o.time.min||(r=e.length>1?e[1]:i,a=e[0],l=(s(t,"time",r,"pos")-s(t,"time",a,"pos"))/2),o.time.max||(r=e[e.length-1],a=e.length>1?e[e.length-2]:n,u=(s(t,"time",r,"pos")-s(t,"time",a,"pos"))/2)),{left:l,right:u}}function v(t,e){var n,i,o,r,a=[];for(n=0,i=t.length;n<i;++n)o=t[n],r=!!e&&o===+m(o).startOf(e),a.push({value:o,major:r});return a}var m=t(1);m="function"==typeof m?m:window.moment;var y=t(25),b=t(45),x=Number.MIN_SAFE_INTEGER||-9007199254740991,w=Number.MAX_SAFE_INTEGER||9007199254740991,k={millisecond:{common:!0,size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{common:!0,size:1e3,steps:[1,2,5,10,30]},minute:{common:!0,size:6e4,steps:[1,2,5,10,30]},hour:{common:!0,size:36e5,steps:[1,2,3,6,12]},day:{common:!0,size:864e5,steps:[1,2,5]},week:{common:!1,size:6048e5,steps:[1,2,3,4]},month:{common:!0,size:2628e6,steps:[1,2,3]},quarter:{common:!1,size:7884e6,steps:[1,2,3,4]},year:{common:!0,size:3154e7}},C=Object.keys(k);e.exports=function(t){var e={position:"bottom",distribution:"linear",bounds:"data",time:{parser:!1,format:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},n=t.Scale.extend({initialize:function(){if(!m)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");this.mergeTicksOptions(),t.Scale.prototype.initialize.call(this)},update:function(){var e=this,n=e.options;return n.time&&n.time.format,t.Scale.prototype.update.apply(e,arguments)},getRightValue:function(e){return e&&void 0!==e.t&&(e=e.t),t.Scale.prototype.getRightValue.call(this,e)},determineDataLimits:function(){var t,e,n,r,a,s,l=this,c=l.chart,d=l.options.time,h=w,f=x,p=[],g=[],v=[];for(t=0,n=c.data.labels.length;t<n;++t)v.push(u(c.data.labels[t],l));for(t=0,n=(c.data.datasets||[]).length;t<n;++t)if(c.isDatasetVisible(t))if(a=c.data.datasets[t].data,b.isObject(a[0]))for(g[t]=[],e=0,r=a.length;e<r;++e)s=u(a[e],l),p.push(s),g[t][e]=s;else p.push.apply(p,v),g[t]=v.slice(0);else g[t]=[];v.length&&(v=o(v).sort(i),h=Math.min(h,v[0]),f=Math.max(f,v[v.length-1])),p.length&&(p=o(p).sort(i),h=Math.min(h,p[0]),f=Math.max(f,p[p.length-1])),h=u(d.min,l)||h,f=u(d.max,l)||f,h=h===w?+m().startOf("day"):h,f=f===x?+m().endOf("day")+1:f,l.min=Math.min(h,f),l.max=Math.max(h+1,f),l._horizontal=l.isHorizontal(),l._table=[],l._timestamps={data:p,datasets:g,labels:v}},buildTicks:function(){var t,e,n,i=this,o=i.min,a=i.max,s=i.options,l=s.time,c=[],d=[];switch(s.ticks.source){case"data":c=i._timestamps.data;break;case"labels":c=i._timestamps.labels;break;case"auto":default:c=p(o,a,i.getLabelCapacity(o),s)}for("ticks"===s.bounds&&c.length&&(o=c[0],a=c[c.length-1]),o=u(l.min,i)||o,a=u(l.max,i)||a,t=0,e=c.length;t<e;++t)(n=c[t])>=o&&n<=a&&d.push(n);return i.min=o,i.max=a,i._unit=l.unit||h(d,l.minUnit,i.min,i.max),i._majorUnit=f(i._unit),i._table=r(i._timestamps.data,o,a,s.distribution),i._offsets=g(i._table,d,o,a,s),v(d,i._majorUnit)},getLabelForIndex:function(t,e){var n=this,i=n.chart.data,o=n.options.time,r=i.labels&&t<i.labels.length?i.labels[t]:"",a=i.datasets[e].data[t];return b.isObject(a)&&(r=n.getRightValue(a)),o.tooltipFormat&&(r=l(r,o).format(o.tooltipFormat)),r},tickFormatFunction:function(t,e,n,i){var o=this,r=o.options,a=t.valueOf(),s=r.time.displayFormats,l=s[o._unit],u=o._majorUnit,c=s[u],d=t.clone().startOf(u).valueOf(),h=r.ticks.major,f=h.enabled&&u&&c&&a===d,p=t.format(i||(f?c:l)),g=f?h:r.ticks.minor,v=b.valueOrDefault(g.callback,g.userCallback);return v?v(p,e,n):p},convertTicksToLabels:function(t){var e,n,i=[];for(e=0,n=t.length;e<n;++e)i.push(this.tickFormatFunction(m(t[e].value),e,t));return i},getPixelForOffset:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,o=s(e._table,"time",t,"pos");return i+n*(e._offsets.left+o)/(e._offsets.left+1+e._offsets.right)},getPixelForValue:function(t,e,n){var i=this,o=null;if(void 0!==e&&void 0!==n&&(o=i._timestamps.datasets[n][e]),null===o&&(o=u(t,i)),null!==o)return i.getPixelForOffset(o)},getPixelForTick:function(t){var e=this.getTicks();return t>=0&&t<e.length?this.getPixelForOffset(e[t].value):null},getValueForPixel:function(t){var e=this,n=e._horizontal?e.width:e.height,i=e._horizontal?e.left:e.top,o=(n?(t-i)/n:0)*(e._offsets.left+1+e._offsets.left)-e._offsets.right,r=s(e._table,"pos",o,"time");return m(r)},getLabelWidth:function(t){var e=this,n=e.options.ticks,i=e.ctx.measureText(t).width,o=b.toRadians(n.maxRotation),r=Math.cos(o),a=Math.sin(o);return i*r+b.valueOrDefault(n.fontSize,y.global.defaultFontSize)*a},getLabelCapacity:function(t){var e=this,n=e.options.time.displayFormats.millisecond,i=e.tickFormatFunction(m(t),0,[],n),o=e.getLabelWidth(i),r=e.isHorizontal()?e.width:e.height;return Math.floor(r/o)}});t.scaleService.registerScaleType("time",n,e)}},{1:1,25:25,45:45}]},{},[7])(7)}),function(){var t,e,n,i,o,r,a,s,l,u,c,d,h,f,p,g,v,m,y,b,x,w,k,C,S,T,D,M,A,I,P,_,E,N,O,L,F,R,$,W,B,j,H,z,q,V,U,Y,X,Q=[].slice,K={}.hasOwnProperty,G=function(t,e){function n(){this.constructor=t}for(var i in e)K.call(e,i)&&(t[i]=e[i]);return n.prototype=e.prototype,t.prototype=new n,t.__super__=e.prototype,t},J=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return-1};for(x={catchupTime:100,initialRate:.03,minTime:250,ghostTime:100,
-maxProgressPerFrame:20,easeFactor:1.25,startOnPageLoad:!0,restartOnPushState:!0,restartOnRequestAfter:500,target:"body",elements:{checkInterval:100,selectors:["body"]},eventLag:{minSamples:10,sampleCount:3,lagThreshold:3},ajax:{trackMethods:["GET"],trackWebSockets:!0,ignoreURLs:[]}},A=function(){var t;return null!=(t="undefined"!=typeof performance&&null!==performance&&"function"==typeof performance.now?performance.now():void 0)?t:+new Date},P=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,b=window.cancelAnimationFrame||window.mozCancelAnimationFrame,null==P&&(P=function(t){return setTimeout(t,50)},b=function(t){return clearTimeout(t)}),E=function(t){var e,n;return e=A(),(n=function(){var i;return i=A()-e,i>=33?(e=A(),t(i,function(){return P(n)})):setTimeout(n,33-i)})()},_=function(){var t,e,n;return n=arguments[0],e=arguments[1],t=3<=arguments.length?Q.call(arguments,2):[],"function"==typeof n[e]?n[e].apply(n,t):n[e]},w=function(){var t,e,n,i,o,r,a;for(e=arguments[0],i=2<=arguments.length?Q.call(arguments,1):[],r=0,a=i.length;r<a;r++)if(n=i[r])for(t in n)K.call(n,t)&&(o=n[t],null!=e[t]&&"object"==typeof e[t]&&null!=o&&"object"==typeof o?w(e[t],o):e[t]=o);return e},v=function(t){var e,n,i,o,r;for(n=e=0,o=0,r=t.length;o<r;o++)i=t[o],n+=Math.abs(i),e++;return n/e},C=function(t,e){var n,i;if(null==t&&(t="options"),null==e&&(e=!0),i=document.querySelector("[data-pace-"+t+"]")){if(n=i.getAttribute("data-pace-"+t),!e)return n;try{return JSON.parse(n)}catch(t){return t,void("undefined"!=typeof console&&console)}}},a=function(){function t(){}return t.prototype.on=function(t,e,n,i){var o;return null==i&&(i=!1),null==this.bindings&&(this.bindings={}),null==(o=this.bindings)[t]&&(o[t]=[]),this.bindings[t].push({handler:e,ctx:n,once:i})},t.prototype.once=function(t,e,n){return this.on(t,e,n,!0)},t.prototype.off=function(t,e){var n,i,o;if(null!=(null!=(i=this.bindings)?i[t]:void 0)){if(null==e)return delete this.bindings[t];for(n=0,o=[];n<this.bindings[t].length;)this.bindings[t][n].handler===e?o.push(this.bindings[t].splice(n,1)):o.push(n++);return o}},t.prototype.trigger=function(){var t,e,n,i,o,r,a,s,l;if(n=arguments[0],t=2<=arguments.length?Q.call(arguments,1):[],null!=(a=this.bindings)?a[n]:void 0){for(o=0,l=[];o<this.bindings[n].length;)s=this.bindings[n][o],i=s.handler,e=s.ctx,r=s.once,i.apply(null!=e?e:this,t),r?l.push(this.bindings[n].splice(o,1)):l.push(o++);return l}},t}(),u=window.Pace||{},window.Pace=u,w(u,a.prototype),I=u.options=w({},x,window.paceOptions,C()),U=["ajax","document","eventLag","elements"],H=0,q=U.length;H<q;H++)F=U[H],!0===I[F]&&(I[F]=x[F]);l=function(t){function e(){return Y=e.__super__.constructor.apply(this,arguments)}return G(e,t),e}(Error),e=function(){function t(){this.progress=0}return t.prototype.getElement=function(){var t;if(null==this.el){if(!(t=document.querySelector(I.target)))throw new l;this.el=document.createElement("div"),this.el.className="pace pace-active",document.body.className=document.body.className.replace(/pace-done/g,""),document.body.className+=" pace-running",this.el.innerHTML='<div class="pace-progress">\n  <div class="pace-progress-inner"></div>\n</div>\n<div class="pace-activity"></div>',null!=t.firstChild?t.insertBefore(this.el,t.firstChild):t.appendChild(this.el)}return this.el},t.prototype.finish=function(){var t;return t=this.getElement(),t.className=t.className.replace("pace-active",""),t.className+=" pace-inactive",document.body.className=document.body.className.replace("pace-running",""),document.body.className+=" pace-done"},t.prototype.update=function(t){return this.progress=t,this.render()},t.prototype.destroy=function(){try{this.getElement().parentNode.removeChild(this.getElement())}catch(t){l=t}return this.el=void 0},t.prototype.render=function(){var t,e,n,i,o,r,a;if(null==document.querySelector(I.target))return!1;for(t=this.getElement(),i="translate3d("+this.progress+"%, 0, 0)",a=["webkitTransform","msTransform","transform"],o=0,r=a.length;o<r;o++)e=a[o],t.children[0].style[e]=i;return(!this.lastRenderedProgress||this.lastRenderedProgress|0!==this.progress|0)&&(t.children[0].setAttribute("data-progress-text",(0|this.progress)+"%"),this.progress>=100?n="99":(n=this.progress<10?"0":"",n+=0|this.progress),t.children[0].setAttribute("data-progress",""+n)),this.lastRenderedProgress=this.progress},t.prototype.done=function(){return this.progress>=100},t}(),s=function(){function t(){this.bindings={}}return t.prototype.trigger=function(t,e){var n,i,o,r,a;if(null!=this.bindings[t]){for(r=this.bindings[t],a=[],i=0,o=r.length;i<o;i++)n=r[i],a.push(n.call(this,e));return a}},t.prototype.on=function(t,e){var n;return null==(n=this.bindings)[t]&&(n[t]=[]),this.bindings[t].push(e)},t}(),j=window.XMLHttpRequest,B=window.XDomainRequest,W=window.WebSocket,k=function(t,e){var n,i;i=[];for(n in e.prototype)try{null==t[n]&&"function"!=typeof e[n]?"function"==typeof Object.defineProperty?i.push(Object.defineProperty(t,n,{get:function(){return e.prototype[n]},configurable:!0,enumerable:!0})):i.push(t[n]=e.prototype[n]):i.push(void 0)}catch(t){t}return i},D=[],u.ignore=function(){var t,e,n;return e=arguments[0],t=2<=arguments.length?Q.call(arguments,1):[],D.unshift("ignore"),n=e.apply(null,t),D.shift(),n},u.track=function(){var t,e,n;return e=arguments[0],t=2<=arguments.length?Q.call(arguments,1):[],D.unshift("track"),n=e.apply(null,t),D.shift(),n},L=function(t){var e;if(null==t&&(t="GET"),"track"===D[0])return"force";if(!D.length&&I.ajax){if("socket"===t&&I.ajax.trackWebSockets)return!0;if(e=t.toUpperCase(),J.call(I.ajax.trackMethods,e)>=0)return!0}return!1},c=function(t){function e(){var t,n=this;e.__super__.constructor.apply(this,arguments),t=function(t){var e;return e=t.open,t.open=function(i,o,r){return L(i)&&n.trigger("request",{type:i,url:o,request:t}),e.apply(t,arguments)}},window.XMLHttpRequest=function(e){var n;return n=new j(e),t(n),n};try{k(window.XMLHttpRequest,j)}catch(t){}if(null!=B){window.XDomainRequest=function(){var e;return e=new B,t(e),e};try{k(window.XDomainRequest,B)}catch(t){}}if(null!=W&&I.ajax.trackWebSockets){window.WebSocket=function(t,e){var i;return i=null!=e?new W(t,e):new W(t),L("socket")&&n.trigger("request",{type:"socket",url:t,protocols:e,request:i}),i};try{k(window.WebSocket,W)}catch(t){}}}return G(e,t),e}(s),z=null,S=function(){return null==z&&(z=new c),z},O=function(t){var e,n,i,o;for(o=I.ajax.ignoreURLs,n=0,i=o.length;n<i;n++)if("string"==typeof(e=o[n])){if(-1!==t.indexOf(e))return!0}else if(e.test(t))return!0;return!1},S().on("request",function(e){var n,i,o,r,a;if(r=e.type,o=e.request,a=e.url,!O(a))return u.running||!1===I.restartOnRequestAfter&&"force"!==L(r)?void 0:(i=arguments,n=I.restartOnRequestAfter||0,"boolean"==typeof n&&(n=0),setTimeout(function(){var e,n,a,s,l;if("socket"===r?o.readyState<2:0<(a=o.readyState)&&a<4){for(u.restart(),s=u.sources,l=[],e=0,n=s.length;e<n;e++){if((F=s[e])instanceof t){F.watch.apply(F,i);break}l.push(void 0)}return l}},n))}),t=function(){function t(){var t=this;this.elements=[],S().on("request",function(){return t.watch.apply(t,arguments)})}return t.prototype.watch=function(t){var e,n,i,o;if(i=t.type,e=t.request,o=t.url,!O(o))return n="socket"===i?new f(e):new p(e),this.elements.push(n)},t}(),p=function(){function t(t){var e,n,i,o,r,a=this;if(this.progress=0,null!=window.ProgressEvent)for(null,t.addEventListener("progress",function(t){return t.lengthComputable?a.progress=100*t.loaded/t.total:a.progress=a.progress+(100-a.progress)/2},!1),r=["load","abort","timeout","error"],n=0,i=r.length;n<i;n++)e=r[n],t.addEventListener(e,function(){return a.progress=100},!1);else o=t.onreadystatechange,t.onreadystatechange=function(){var e;return 0===(e=t.readyState)||4===e?a.progress=100:3===t.readyState&&(a.progress=50),"function"==typeof o?o.apply(null,arguments):void 0}}return t}(),f=function(){function t(t){var e,n,i,o,r=this;for(this.progress=0,o=["error","open"],n=0,i=o.length;n<i;n++)e=o[n],t.addEventListener(e,function(){return r.progress=100},!1)}return t}(),i=function(){function t(t){var e,n,i,r;for(null==t&&(t={}),this.elements=[],null==t.selectors&&(t.selectors=[]),r=t.selectors,n=0,i=r.length;n<i;n++)e=r[n],this.elements.push(new o(e))}return t}(),o=function(){function t(t){this.selector=t,this.progress=0,this.check()}return t.prototype.check=function(){var t=this;return document.querySelector(this.selector)?this.done():setTimeout(function(){return t.check()},I.elements.checkInterval)},t.prototype.done=function(){return this.progress=100},t}(),n=function(){function t(){var t,e,n=this;this.progress=null!=(e=this.states[document.readyState])?e:100,t=document.onreadystatechange,document.onreadystatechange=function(){return null!=n.states[document.readyState]&&(n.progress=n.states[document.readyState]),"function"==typeof t?t.apply(null,arguments):void 0}}return t.prototype.states={loading:0,interactive:50,complete:100},t}(),r=function(){function t(){var t,e,n,i,o,r=this;this.progress=0,t=0,o=[],i=0,n=A(),e=setInterval(function(){var a;return a=A()-n-50,n=A(),o.push(a),o.length>I.eventLag.sampleCount&&o.shift(),t=v(o),++i>=I.eventLag.minSamples&&t<I.eventLag.lagThreshold?(r.progress=100,clearInterval(e)):r.progress=3/(t+3)*100},50)}return t}(),h=function(){function t(t){this.source=t,this.last=this.sinceLastUpdate=0,this.rate=I.initialRate,this.catchup=0,this.progress=this.lastProgress=0,null!=this.source&&(this.progress=_(this.source,"progress"))}return t.prototype.tick=function(t,e){var n;return null==e&&(e=_(this.source,"progress")),e>=100&&(this.done=!0),e===this.last?this.sinceLastUpdate+=t:(this.sinceLastUpdate&&(this.rate=(e-this.last)/this.sinceLastUpdate),this.catchup=(e-this.progress)/I.catchupTime,this.sinceLastUpdate=0,this.last=e),e>this.progress&&(this.progress+=this.catchup*t),n=1-Math.pow(this.progress/100,I.easeFactor),this.progress+=n*this.rate*t,this.progress=Math.min(this.lastProgress+I.maxProgressPerFrame,this.progress),this.progress=Math.max(0,this.progress),this.progress=Math.min(100,this.progress),this.lastProgress=this.progress,this.progress},t}(),R=null,N=null,m=null,$=null,g=null,y=null,u.running=!1,T=function(){if(I.restartOnPushState)return u.restart()},null!=window.history.pushState&&(V=window.history.pushState,window.history.pushState=function(){return T(),V.apply(window.history,arguments)}),null!=window.history.replaceState&&(X=window.history.replaceState,window.history.replaceState=function(){return T(),X.apply(window.history,arguments)}),d={ajax:t,elements:i,document:n,eventLag:r},(M=function(){var t,n,i,o,r,a,s,l;for(u.sources=R=[],a=["ajax","elements","document","eventLag"],n=0,o=a.length;n<o;n++)t=a[n],!1!==I[t]&&R.push(new d[t](I[t]));for(l=null!=(s=I.extraSources)?s:[],i=0,r=l.length;i<r;i++)F=l[i],R.push(new F(I));return u.bar=m=new e,N=[],$=new h})(),u.stop=function(){return u.trigger("stop"),u.running=!1,m.destroy(),y=!0,null!=g&&("function"==typeof b&&b(g),g=null),M()},u.restart=function(){return u.trigger("restart"),u.stop(),u.start()},u.go=function(){var t;return u.running=!0,m.render(),t=A(),y=!1,g=E(function(e,n){var i,o,r,a,s,l,c,d,f,p,g,v,b,x,w;for(100-m.progress,o=p=0,r=!0,l=g=0,b=R.length;g<b;l=++g)for(F=R[l],f=null!=N[l]?N[l]:N[l]=[],s=null!=(w=F.elements)?w:[F],c=v=0,x=s.length;v<x;c=++v)a=s[c],d=null!=f[c]?f[c]:f[c]=new h(a),r&=d.done,d.done||(o++,p+=d.tick(e));return i=p/o,m.update($.tick(e,i)),m.done()||r||y?(m.update(100),u.trigger("done"),setTimeout(function(){return m.finish(),u.running=!1,u.trigger("hide")},Math.max(I.ghostTime,Math.max(I.minTime-(A()-t),0)))):n()})},u.start=function(t){w(I,t),u.running=!0;try{m.render()}catch(t){l=t}return document.querySelector(".pace")?(u.trigger("start"),u.go()):setTimeout(u.start,50)},"function"==typeof define&&define.amd?define(["pace"],function(){return u}):"object"==typeof exports?module.exports=u:I.startOnPageLoad&&u.start()}.call(this),function(){var t,e,n,i,o,r=function(t,e){return function(){return t.apply(e,arguments)}},a=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return-1};e=function(){function t(){}return t.prototype.extend=function(t,e){var n,i;for(n in e)i=e[n],null==t[n]&&(t[n]=i);return t},t.prototype.isMobile=function(t){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t)},t.prototype.createEvent=function(t,e,n,i){var o;return null==e&&(e=!1),null==n&&(n=!1),null==i&&(i=null),null!=document.createEvent?(o=document.createEvent("CustomEvent"),o.initCustomEvent(t,e,n,i)):null!=document.createEventObject?(o=document.createEventObject(),o.eventType=t):o.eventName=t,o},t.prototype.emitEvent=function(t,e){return null!=t.dispatchEvent?t.dispatchEvent(e):e in(null!=t)?t[e]():"on"+e in(null!=t)?t["on"+e]():void 0},t.prototype.addEvent=function(t,e,n){return null!=t.addEventListener?t.addEventListener(e,n,!1):null!=t.attachEvent?t.attachEvent("on"+e,n):t[e]=n},t.prototype.removeEvent=function(t,e,n){return null!=t.removeEventListener?t.removeEventListener(e,n,!1):null!=t.detachEvent?t.detachEvent("on"+e,n):delete t[e]},t.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},t}(),n=this.WeakMap||this.MozWeakMap||(n=function(){function t(){this.keys=[],this.values=[]}return t.prototype.get=function(t){var e,n,i,o;for(o=this.keys,e=n=0,i=o.length;n<i;e=++n)if(o[e]===t)return this.values[e]},t.prototype.set=function(t,e){var n,i,o,r;for(r=this.keys,n=i=0,o=r.length;i<o;n=++i)if(r[n]===t)return void(this.values[n]=e);return this.keys.push(t),this.values.push(e)},t}()),t=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(t=function(){function t(){"undefined"!=typeof console&&console,"undefined"!=typeof console&&console}return t.notSupported=!0,t.prototype.observe=function(){},t}()),i=this.getComputedStyle||function(t,e){return this.getPropertyValue=function(e){var n;return"float"===e&&(e="styleFloat"),o.test(e)&&e.replace(o,function(t,e){return e.toUpperCase()}),(null!=(n=t.currentStyle)?n[e]:void 0)||null},this},o=/(\-([a-z]){1})/g,this.WOW=function(){function o(t){null==t&&(t={}),this.scrollCallback=r(this.scrollCallback,this),this.scrollHandler=r(this.scrollHandler,this),this.resetAnimation=r(this.resetAnimation,this),this.start=r(this.start,this),this.scrolled=!0,this.config=this.util().extend(t,this.defaults),null!=t.scrollContainer&&(this.config.scrollContainer=document.querySelector(t.scrollContainer)),this.animationNameCache=new n,this.wowEvent=this.util().createEvent(this.config.boxClass)}return o.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0,callback:null,scrollContainer:null},o.prototype.init=function(){var t;return this.element=window.document.documentElement,"interactive"===(t=document.readyState)||"complete"===t?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},o.prototype.start=function(){var e,n,i,o;if(this.stopped=!1,this.boxes=function(){var t,n,i,o;for(i=this.element.querySelectorAll("."+this.config.boxClass),o=[],t=0,n=i.length;t<n;t++)e=i[t],o.push(e);return o}.call(this),this.all=function(){var t,n,i,o;for(i=this.boxes,o=[],t=0,n=i.length;t<n;t++)e=i[t],o.push(e);return o}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else for(o=this.boxes,n=0,i=o.length;n<i;n++)e=o[n],this.applyStyle(e,!0);if(this.disabled()||(this.util().addEvent(this.config.scrollContainer||window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live)return new t(function(t){return function(e){var n,i,o,r,a;for(a=[],n=0,i=e.length;n<i;n++)r=e[n],a.push(function(){var t,e,n,i;for(n=r.addedNodes||[],i=[],t=0,e=n.length;t<e;t++)o=n[t],i.push(this.doSync(o));return i}.call(t));return a}}(this)).observe(document.body,{childList:!0,subtree:!0})},o.prototype.stop=function(){if(this.stopped=!0,this.util().removeEvent(this.config.scrollContainer||window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval)return clearInterval(this.interval)},o.prototype.sync=function(e){if(t.notSupported)return this.doSync(this.element)},o.prototype.doSync=function(t){var e,n,i,o,r;if(null==t&&(t=this.element),1===t.nodeType){for(t=t.parentNode||t,o=t.querySelectorAll("."+this.config.boxClass),r=[],n=0,i=o.length;n<i;n++)e=o[n],a.call(this.all,e)<0?(this.boxes.push(e),this.all.push(e),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(e,!0),r.push(this.scrolled=!0)):r.push(void 0);return r}},o.prototype.show=function(t){return this.applyStyle(t),t.className=t.className+" "+this.config.animateClass,null!=this.config.callback&&this.config.callback(t),this.util().emitEvent(t,this.wowEvent),this.util().addEvent(t,"animationend",this.resetAnimation),this.util().addEvent(t,"oanimationend",this.resetAnimation),this.util().addEvent(t,"webkitAnimationEnd",this.resetAnimation),this.util().addEvent(t,"MSAnimationEnd",this.resetAnimation),t},o.prototype.applyStyle=function(t,e){var n,i,o;return i=t.getAttribute("data-wow-duration"),n=t.getAttribute("data-wow-delay"),o=t.getAttribute("data-wow-iteration"),this.animate(function(r){return function(){return r.customStyle(t,e,i,n,o)}}(this))},o.prototype.animate=function(){return"requestAnimationFrame"in window?function(t){return window.requestAnimationFrame(t)}:function(t){return t()}}(),o.prototype.resetStyle=function(){var t,e,n,i,o;for(i=this.boxes,o=[],e=0,n=i.length;e<n;e++)t=i[e],o.push(t.style.visibility="visible");return o},o.prototype.resetAnimation=function(t){var e;if(t.type.toLowerCase().indexOf("animationend")>=0)return e=t.target||t.srcElement,e.className=e.className.replace(this.config.animateClass,"").trim()},o.prototype.customStyle=function(t,e,n,i,o){return e&&this.cacheAnimationName(t),t.style.visibility=e?"hidden":"visible",n&&this.vendorSet(t.style,{animationDuration:n}),i&&this.vendorSet(t.style,{animationDelay:i}),o&&this.vendorSet(t.style,{animationIterationCount:o}),this.vendorSet(t.style,{animationName:e?"none":this.cachedAnimationName(t)}),t},o.prototype.vendors=["moz","webkit"],o.prototype.vendorSet=function(t,e){var n,i,o,r;i=[];for(n in e)o=e[n],t[""+n]=o,i.push(function(){var e,i,a,s;for(a=this.vendors,s=[],e=0,i=a.length;e<i;e++)r=a[e],s.push(t[""+r+n.charAt(0).toUpperCase()+n.substr(1)]=o);return s}.call(this));return i},o.prototype.vendorCSS=function(t,e){var n,o,r,a,s,l;for(s=i(t),a=s.getPropertyCSSValue(e),r=this.vendors,n=0,o=r.length;n<o;n++)l=r[n],a=a||s.getPropertyCSSValue("-"+l+"-"+e);return a},o.prototype.animationName=function(t){var e;try{e=this.vendorCSS(t,"animation-name").cssText}catch(n){e=i(t).getPropertyValue("animation-name")}return"none"===e?"":e},o.prototype.cacheAnimationName=function(t){return this.animationNameCache.set(t,this.animationName(t))},o.prototype.cachedAnimationName=function(t){return this.animationNameCache.get(t)},o.prototype.scrollHandler=function(){return this.scrolled=!0},o.prototype.scrollCallback=function(){var t;if(this.scrolled&&(this.scrolled=!1,this.boxes=function(){var e,n,i,o;for(i=this.boxes,o=[],e=0,n=i.length;e<n;e++)(t=i[e])&&(this.isVisible(t)?this.show(t):o.push(t));return o}.call(this),!this.boxes.length&&!this.config.live))return this.stop()},o.prototype.offsetTop=function(t){for(var e;void 0===t.offsetTop;)t=t.parentNode;for(e=t.offsetTop;t=t.offsetParent;)e+=t.offsetTop;return e},o.prototype.isVisible=function(t){var e,n,i,o,r;return n=t.getAttribute("data-wow-offset")||this.config.offset,r=this.config.scrollContainer&&this.config.scrollContainer.scrollTop||window.pageYOffset,o=r+Math.min(this.element.clientHeight,this.util().innerHeight())-n,i=this.offsetTop(t),e=i+t.clientHeight,i<=o&&e>=r},o.prototype.util=function(){return null!=this._util?this._util:this._util=new e},o.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},o}()}.call(this),$(document).ready(function(){$("body").scrollspy({target:".navbar-fixed-top",offset:80}),$("a.page-scroll").bind("click",function(t){var e=$(this);$("html, body").stop().animate({scrollTop:$(e.attr("href")).offset().top-50},500),t.preventDefault(),$("#navbar").collapse("hide")})});var cbpAnimatedHeader=function(){function t(){$(".navbar-default").toggleClass("navbar-scroll",e()>=n)}function e(){return window.pageYOffset||document.documentElement.scrollTop}var n=200;window.addEventListener("scroll",function(){setTimeout(t,250)},!1)}();(new WOW).init(),$(document).ready(function(){pre_content=$("#jalpc_site_pv").html(),$("#jalpc_site_pv").html(pre_content),$.ajax({type:"get",async:!1,url:"https://miniapp.jack003.com/counter.cgi",dataType:"jsonp",jsonp:"callback",jsonpCallback:"flightHandler",success:function(t){var e=t.data;$("#jalpc_site_pv").html('<span class="navy">'+e+'</span>&nbsp;<span data-i18n="link.view">views</span>&nbsp;||&nbsp;'+pre_content)},error:function(){}})});
\ No newline at end of file
diff --git a/jekyll-source/static/assets/blog-20171204.min.js b/jekyll-source/static/assets/blog-20171204.min.js
deleted file mode 100644
index d9c8d87..0000000
--- a/jekyll-source/static/assets/blog-20171204.min.js
+++ /dev/null
@@ -1 +0,0 @@
-function buildCodeBlocks(){return"<div class='codeBlocks clearfix'><pre class='html'><code>"+getHtml()+"</code></pre><pre class='javascript'><code>"+cleanJson($("head script").last().text())+"</code></pre><pre class='css'><code>"+cleanCSS($("head style").text())+"</code></pre></div>"}function getHtml(){var t,i,e,n;return t=$("<div />").append($("div#content").contents().not("h2, p").clone()),i=t.find("ul"),e=i.find("li"),e.slice(3,e.length).remove(),i.append("..."),n=t.html(),cleanHTML(n).replace(/</gi,"&lt;").replace(/>/gi,"&gt;")}!function(t,i){if("function"==typeof define&&define.amd)define(["jquery"],i);else if("undefined"!=typeof exports)i(require("jquery"));else{var e={exports:{}};i(t.jquery),t.metisMenu=e.exports}}(this,function(t){"use strict";function i(t,i){if(!(t instanceof i))throw new TypeError("Cannot call a class as a function")}var e=(function(t){t&&t.__esModule}(t),"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}),n=function(t){function i(){return{bindType:s.end,delegateType:s.end,handle:function(i){if(t(i.target).is(this))return i.handleObj.handler.apply(this,arguments)}}}function e(){if(window.QUnit)return!1;var t=document.createElement("mm");for(var i in a)if(void 0!==t.style[i])return{end:a[i]};return!1}function n(i){var e=this,n=!1;return t(this).one(r.TRANSITION_END,function(){n=!0}),setTimeout(function(){n||r.triggerTransitionEnd(e)},i),this}var s=!1,a={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},r={TRANSITION_END:"mmTransitionEnd",triggerTransitionEnd:function(i){t(i).trigger(s.end)},supportsTransitionEnd:function(){return Boolean(s)}};return function(){s=e(),t.fn.emulateTransitionEnd=n,r.supportsTransitionEnd()&&(t.event.special[r.TRANSITION_END]=i())}(),r}(jQuery);!function(t){var s="metisMenu",a=t.fn[s],r={toggle:!0,preventDefault:!0,activeClass:"active",collapseClass:"collapse",collapseInClass:"in",collapsingClass:"collapsing",triggerElement:"a",parentTrigger:"li",subMenu:"ul"},o={SHOW:"show.metisMenu",SHOWN:"shown.metisMenu",HIDE:"hide.metisMenu",HIDDEN:"hidden.metisMenu",CLICK_DATA_API:"click.metisMenu.data-api"},h=function(){function s(t,e){i(this,s),this._element=t,this._config=this._getConfig(e),this._transitioning=null,this.init()}return s.prototype.init=function(){var i=this;t(this._element).find(this._config.parentTrigger+"."+this._config.activeClass).has(this._config.subMenu).children(this._config.subMenu).attr("aria-expanded",!0).addClass(this._config.collapseClass+" "+this._config.collapseInClass),t(this._element).find(this._config.parentTrigger).not("."+this._config.activeClass).has(this._config.subMenu).children(this._config.subMenu).attr("aria-expanded",!1).addClass(this._config.collapseClass),t(this._element).find(this._config.parentTrigger).has(this._config.subMenu).children(this._config.triggerElement).on(o.CLICK_DATA_API,function(e){var n=t(this),s=n.parent(i._config.parentTrigger),a=s.siblings(i._config.parentTrigger).children(i._config.triggerElement),r=s.children(i._config.subMenu);i._config.preventDefault&&e.preventDefault(),"true"!==n.attr("aria-disabled")&&(s.hasClass(i._config.activeClass)?(n.attr("aria-expanded",!1),i._hide(r)):(i._show(r),n.attr("aria-expanded",!0),i._config.toggle&&a.attr("aria-expanded",!1)),i._config.onTransitionStart&&i._config.onTransitionStart(e))})},s.prototype._show=function(i){if(!this._transitioning&&!t(i).hasClass(this._config.collapsingClass)){var e=this,s=t(i),a=t.Event(o.SHOW);if(s.trigger(a),!a.isDefaultPrevented()){s.parent(this._config.parentTrigger).addClass(this._config.activeClass),this._config.toggle&&this._hide(s.parent(this._config.parentTrigger).siblings().children(this._config.subMenu+"."+this._config.collapseInClass).attr("aria-expanded",!1)),s.removeClass(this._config.collapseClass).addClass(this._config.collapsingClass).height(0),this.setTransitioning(!0);var r=function(){e._config&&e._element&&(s.removeClass(e._config.collapsingClass).addClass(e._config.collapseClass+" "+e._config.collapseInClass).height("").attr("aria-expanded",!0),e.setTransitioning(!1),s.trigger(o.SHOWN))};if(!n.supportsTransitionEnd())return void r();s.height(s[0].scrollHeight).one(n.TRANSITION_END,r).emulateTransitionEnd(350)}}},s.prototype._hide=function(i){if(!this._transitioning&&t(i).hasClass(this._config.collapseInClass)){var e=this,s=t(i),a=t.Event(o.HIDE);if(s.trigger(a),!a.isDefaultPrevented()){s.parent(this._config.parentTrigger).removeClass(this._config.activeClass),s.height(s.height())[0].offsetHeight,s.addClass(this._config.collapsingClass).removeClass(this._config.collapseClass).removeClass(this._config.collapseInClass),this.setTransitioning(!0);var r=function(){e._config&&e._element&&(e._transitioning&&e._config.onTransitionEnd&&e._config.onTransitionEnd(),e.setTransitioning(!1),s.trigger(o.HIDDEN),s.removeClass(e._config.collapsingClass).addClass(e._config.collapseClass).attr("aria-expanded",!1))};if(!n.supportsTransitionEnd())return void r();0==s.height()||"none"==s.css("display")?r():s.height(0).one(n.TRANSITION_END,r).emulateTransitionEnd(350)}}},s.prototype.setTransitioning=function(t){this._transitioning=t},s.prototype.dispose=function(){t.removeData(this._element,"metisMenu"),t(this._element).find(this._config.parentTrigger).has(this._config.subMenu).children(this._config.triggerElement).off("click"),this._transitioning=null,this._config=null,this._element=null},s.prototype._getConfig=function(i){return i=t.extend({},r,i)},s._jQueryInterface=function(i){return this.each(function(){var n=t(this),a=n.data("metisMenu"),o=t.extend({},r,n.data(),"object"===(void 0===i?"undefined":e(i))&&i);if(!a&&/dispose/.test(i)&&this.dispose(),a||(a=new s(this,o),n.data("metisMenu",a)),"string"==typeof i){if(void 0===a[i])throw new Error('No method named "'+i+'"');a[i]()}})},s}();t.fn[s]=h._jQueryInterface,t.fn[s].Constructor=h,t.fn[s].noConflict=function(){return t.fn[s]=a,h._jQueryInterface}}(jQuery)}),function(i){i.fn.extend({slimScroll:function(e){var n={width:"auto",height:"250px",size:"7px",color:"#000",position:"right",distance:"1px",start:"top",opacity:.4,alwaysVisible:!1,disableFadeOut:!1,railVisible:!1,railColor:"#333",railOpacity:.2,railDraggable:!0,railClass:"slimScrollRail",barClass:"slimScrollBar",wrapperClass:"slimScrollDiv",allowPageScroll:!1,wheelStep:20,touchScrollStep:200,borderRadius:"7px",railBorderRadius:"7px"},s=i.extend(n,e);return this.each(function(){function n(t){if(l){var t=t||window.event,e=0;t.wheelDelta&&(e=-t.wheelDelta/120),t.detail&&(e=t.detail/3);var n=t.target||t.srcTarget||t.srcElement;i(n).closest("."+s.wrapperClass).is(b.parent())&&a(e,!0),t.preventDefault&&!w&&t.preventDefault(),w||(t.returnValue=!1)}}function a(t,i,e){w=!1;var n=t,a=b.outerHeight()-S.outerHeight();if(i&&(n=parseInt(S.css("top"))+t*parseInt(s.wheelStep)/100*S.outerHeight(),n=Math.min(Math.max(n,0),a),n=t>0?Math.ceil(n):Math.floor(n),S.css({top:n+"px"})),f=parseInt(S.css("top"))/(b.outerHeight()-S.outerHeight()),n=f*(b[0].scrollHeight-b.outerHeight()),e){n=t;var r=n/b[0].scrollHeight*b.outerHeight();r=Math.min(Math.max(r,0),a),S.css({top:r+"px"})}b.scrollTop(n),b.trigger("slimscrolling",~~n),o(),h()}function r(){g=Math.max(b.outerHeight()/b[0].scrollHeight*b.outerHeight(),_),S.css({height:g+"px"});var t=g==b.outerHeight()?"none":"block";S.css({display:t})}function o(){if(r(),clearTimeout(u),f==~~f){if(w=s.allowPageScroll,m!=f){var t=0==~~f?"top":"bottom";b.trigger("slimscroll",t)}}else w=!1;if(m=f,g>=b.outerHeight())return void(w=!0);S.stop(!0,!0).fadeIn("fast"),s.railVisible&&k.stop(!0,!0).fadeIn("fast")}function h(){s.alwaysVisible||(u=setTimeout(function(){s.disableFadeOut&&l||c||d||(S.fadeOut("slow"),k.fadeOut("slow"))},1e3))}var l,c,d,u,p,g,f,m,v="<div></div>",_=30,w=!1,b=i(this);if(b.parent().hasClass(s.wrapperClass)){var y=b.scrollTop();if(S=b.siblings("."+s.barClass),k=b.siblings("."+s.railClass),r(),i.isPlainObject(e)){if("height"in e&&"auto"==e.height){b.parent().css("height","auto"),b.css("height","auto");var C=b.parent().parent().height();b.parent().css("height",C),b.css("height",C)}else if("height"in e){var P=e.height;b.parent().css("height",P),b.css("height",P)}if("scrollTo"in e)y=parseInt(s.scrollTo);else if("scrollBy"in e)y+=parseInt(s.scrollBy);else if("destroy"in e)return S.remove(),k.remove(),void b.unwrap();a(y,!1,!0)}}else if(!(i.isPlainObject(e)&&"destroy"in e)){s.height="auto"==s.height?b.parent().height():s.height;var x=i(v).addClass(s.wrapperClass).css({position:"relative",overflow:"hidden",width:s.width,height:s.height});b.css({overflow:"hidden",width:s.width,height:s.height});var k=i(v).addClass(s.railClass).css({width:s.size,height:"100%",position:"absolute",top:0,display:s.alwaysVisible&&s.railVisible?"block":"none","border-radius":s.railBorderRadius,background:s.railColor,opacity:s.railOpacity,zIndex:90}),S=i(v).addClass(s.barClass).css({background:s.color,width:s.size,position:"absolute",top:0,opacity:s.opacity,display:s.alwaysVisible?"block":"none","border-radius":s.borderRadius,BorderRadius:s.borderRadius,MozBorderRadius:s.borderRadius,WebkitBorderRadius:s.borderRadius,zIndex:99}),j="right"==s.position?{right:s.distance}:{left:s.distance};k.css(j),S.css(j),b.wrap(x),b.parent().append(S),b.parent().append(k),s.railDraggable&&S.bind("mousedown",function(e){var n=i(document);return d=!0,t=parseFloat(S.css("top")),pageY=e.pageY,n.bind("mousemove.slimscroll",function(i){currTop=t+i.pageY-pageY,S.css("top",currTop),a(0,S.position().top,!1)}),n.bind("mouseup.slimscroll",function(t){d=!1,h(),n.unbind(".slimscroll")}),!1}).bind("selectstart.slimscroll",function(t){return t.stopPropagation(),t.preventDefault(),!1}),k.hover(function(){o()},function(){h()}),S.hover(function(){c=!0},function(){c=!1}),b.hover(function(){l=!0,o(),h()},function(){l=!1,h()}),b.bind("touchstart",function(t,i){t.originalEvent.touches.length&&(p=t.originalEvent.touches[0].pageY)}),b.bind("touchmove",function(t){if(w||t.originalEvent.preventDefault(),t.originalEvent.touches.length){a((p-t.originalEvent.touches[0].pageY)/s.touchScrollStep,!0),p=t.originalEvent.touches[0].pageY}}),r(),"bottom"===s.start?(S.css({top:b.outerHeight()-S.outerHeight()}),a(0,!0)):"top"!==s.start&&(a(i(s.start).position().top,null,!0),s.alwaysVisible||S.hide()),function(t){window.addEventListener?(t.addEventListener("DOMMouseScroll",n,!1),t.addEventListener("mousewheel",n,!1)):document.attachEvent("onmousewheel",n)}(this)}}),this}}),i.fn.extend({slimscroll:i.fn.slimScroll})}(jQuery),function(t,i,e,n){var s=t.fn.peity=function(i,e){return h&&this.each(function(){var n=t(this),r=n.data("_peity");r?(i&&(r.type=i),t.extend(r.opts,e)):(r=new a(n,i,t.extend({},s.defaults[i],n.data("peity"),e)),n.change(function(){r.draw()}).data("_peity",r)),r.draw()}),this},a=function(t,i,e){this.$el=t,this.type=i,this.opts=e},r=a.prototype,o=r.svgElement=function(e,n){return t(i.createElementNS("http://www.w3.org/2000/svg",e)).attr(n)},h="createElementNS"in i&&o("svg",{})[0].createSVGRect;r.draw=function(){var t=this.opts;s.graphers[this.type].call(this,t),t.after&&t.after.call(this,t)},r.fill=function(){var i=this.opts.fill;return t.isFunction(i)?i:function(t,e){return i[e%i.length]}},r.prepare=function(t,i){return this.$svg||this.$el.hide().after(this.$svg=o("svg",{class:"peity"})),this.$svg.empty().data("peity",this).attr({height:i,width:t})},r.values=function(){return t.map(this.$el.text().split(this.opts.delimiter),function(t){return parseFloat(t)})},s.defaults={},s.graphers={},s.register=function(t,i,e){this.defaults[t]=i,this.graphers[t]=e},s.register("pie",{fill:["#ff9900","#fff4dd","#ffc66e"],radius:8},function(i){if(!i.delimiter){var n=this.$el.text().match(/[^0-9\.]/);i.delimiter=n?n[0]:","}var s=t.map(this.values(),function(t){return t>0?t:0});if("/"==i.delimiter){var a=s[0],r=s[1];s=[a,e.max(0,r-a)]}for(var h=0,l=s.length,c=0;h<l;h++)c+=s[h];c||(l=2,c=1,s=[0,1]);var d=2*i.radius,u=this.prepare(i.width||d,i.height||d),p=u.width(),g=u.height(),f=p/2,m=g/2,v=e.min(f,m),_=i.innerRadius;"donut"!=this.type||_||(_=.5*v);var w=e.PI,b=this.fill(),y=this.scale=function(t,i){var n=t/c*w*2-w/2;return[i*e.cos(n)+f,i*e.sin(n)+m]},C=0;for(h=0;h<l;h++){var P,x=s[h],k=x/c;if(0!=k){if(1==k)if(_){var S=f-.01,j=m-v,N=m-_;P=o("path",{d:["M",f,j,"A",v,v,0,1,1,S,j,"L",S,N,"A",_,_,0,1,0,f,N].join(" ")})}else P=o("circle",{cx:f,cy:m,r:v});else{var T=C+x,I=["M"].concat(y(C,v),"A",v,v,0,k>.5?1:0,1,y(T,v),"L");_?I=I.concat(y(T,_),"A",_,_,0,k>.5?1:0,0,y(C,_)):I.push(f,m),C+=x,P=o("path",{d:I.join(" ")})}P.attr("fill",b.call(this,x,h,s)),u.append(P)}}}),s.register("donut",t.extend(!0,{},s.defaults.pie),function(t){s.graphers.pie.call(this,t)}),s.register("line",{delimiter:",",fill:"#c6d9fd",height:16,min:0,stroke:"#4d89f9",strokeWidth:1,width:32},function(t){var i=this.values();1==i.length&&i.push(i[0]);for(var n=e.max.apply(e,void 0==t.max?i:i.concat(t.max)),s=e.min.apply(e,void 0==t.min?i:i.concat(t.min)),a=this.prepare(t.width,t.height),r=t.strokeWidth,h=a.width(),l=a.height()-r,c=n-s,d=this.x=function(t){return t*(h/(i.length-1))},u=this.y=function(t){var i=l;return c&&(i-=(t-s)/c*l),i+r/2},p=u(e.max(s,0)),g=[0,p],f=0;f<i.length;f++)g.push(d(f),u(i[f]));g.push(h,p),t.fill&&a.append(o("polygon",{fill:t.fill,points:g.join(" ")})),r&&a.append(o("polyline",{fill:"none",points:g.slice(2,g.length-2).join(" "),stroke:t.stroke,"stroke-width":r,"stroke-linecap":"square"}))}),s.register("bar",{delimiter:",",fill:["#4D89F9"],height:16,min:0,padding:.1,width:32},function(t){for(var i=this.values(),n=e.max.apply(e,void 0==t.max?i:i.concat(t.max)),s=e.min.apply(e,void 0==t.min?i:i.concat(t.min)),a=this.prepare(t.width,t.height),r=a.width(),h=a.height(),l=n-s,c=t.padding,d=this.fill(),u=this.x=function(t){return t*r/i.length},p=this.y=function(t){return h-(l?(t-s)/l*h:1)},g=0;g<i.length;g++){var f,m=u(g+c),v=u(g+1-c)-m,_=i[g],w=p(_),b=w,y=w;l?_<0?b=p(e.min(n,0)):y=p(e.max(s,0)):f=1,f=y-b,0==f&&(f=1,n>0&&l&&b--),a.append(o("rect",{fill:d.call(this,_,g,i),x:m,y:b,width:v,height:f}))}})}(jQuery,document,Math),function(t,i,e,n){function s(n,s){this.options=t.extend({},o,s),this._container=t("#"+this.options.containerID),this._container.length&&(this.jQwindow=t(i),this.jQdocument=t(e),this._holder=t(n),this._nav={},this._first=t(this.options.first),this._previous=t(this.options.previous),this._next=t(this.options.next),this._last=t(this.options.last),this._items=this._container.children(":visible"),this._itemsShowing=t([]),this._itemsHiding=t([]),this._numPages=Math.ceil(this._items.length/this.options.perPage),this._currentPageNum=this.options.startPage,this._clicked=!1,this._cssAnimSupport=this.getCSSAnimationSupport(),this.init())}var a="jPages",r=null,o={containerID:"",first:!1,previous:!1,next:!1,last:!1,links:"numeric",startPage:1,perPage:10,midRange:5,startRange:1,endRange:1,keyBrowse:!1,scrollBrowse:!1,pause:0,clickStop:!1,delay:50,direction:"forward",animation:"",fallback:400,minHeight:!0,callback:void 0};s.prototype={constructor:s,getCSSAnimationSupport:function(){var t=!1,i="Webkit Moz O ms Khtml".split(" "),e="",n=this._container.get(0);if(n.style.animationName&&(t=!0),!1===t)for(var s=0;s<i.length;s++)if(void 0!==n.style[i[s]+"AnimationName"]){e=i[s],e+"Animation","-"+e.toLowerCase()+"-",t=!0;break}return t},init:function(){this.setStyles(),this.setNav(),this.paginate(this._currentPageNum),this.setMinHeight()},setStyles:function(){t("<style>.jp-invisible { visibility: hidden !important; } .jp-hidden { display: none !important; }</style>").appendTo("head"),this._cssAnimSupport&&this.options.animation.length?this._items.addClass("animated jp-hidden"):this._items.hide()},setNav:function(){var i=this.writeNav();this._holder.each(this.bind(function(e,n){var s=t(n);s.html(i),this.cacheNavElements(s,e),this.bindNavHandlers(e),this.disableNavSelection(n)},this)),this.options.keyBrowse&&this.bindNavKeyBrowse(),this.options.scrollBrowse&&this.bindNavScrollBrowse()},writeNav:function(){var t,i=1;for(t="",t='<nav><ul class="pagination">',t+=this.writeBtn("first")+this.writeBtn("previous");i<=this._numPages;i++){switch(1===i&&0===this.options.startRange&&(t+="<span>...</span>"),i>this.options.startRange&&i<=this._numPages-this.options.endRange?t+="<li><a href='#' class='jp-hidden'>":t+="<li><a>",this.options.links){case"numeric":t+=i;break;case"blank":break;case"title":var e=this._items.eq(i-1).attr("data-title");t+=void 0!==e?e:""}t+="</a></li>",i!==this.options.startRange&&i!==this._numPages-this.options.endRange||(t+="<li><span>...</span></li>")}return t+=this.writeBtn("next")+this.writeBtn("last")+"</div>",t+="</ul></nav>"},writeBtn:function(i){return!1===this.options[i]||t(this["_"+i]).length?"":"<li class=''><a class='jp-"+i+"'>"+this.options[i]+"</a></li>"},cacheNavElements:function(i,e){this._nav[e]={},this._nav[e].holder=i,this._nav[e].first=this._first.length?this._first:this._nav[e].holder.find("a.jp-first"),this._nav[e].previous=this._previous.length?this._previous:this._nav[e].holder.find("a.jp-previous"),this._nav[e].next=this._next.length?this._next:this._nav[e].holder.find("a.jp-next"),this._nav[e].last=this._last.length?this._last:this._nav[e].holder.find("a.jp-last"),this._nav[e].fstBreak=this._nav[e].holder.find("span:first"),this._nav[e].lstBreak=this._nav[e].holder.find("span:last"),this._nav[e].pages=this._nav[e].holder.find("a").not(".jp-first, .jp-previous, .jp-next, .jp-last"),this._nav[e].permPages=this._nav[e].pages.slice(0,this.options.startRange).add(this._nav[e].pages.slice(this._numPages-this.options.endRange,this._numPages)),this._nav[e].pagesShowing=t([]),this._nav[e].currentPage=t([])},bindNavHandlers:function(i){var e=this._nav[i];e.holder.bind("click.jPages",this.bind(function(i){var n=this.getNewPage(e,t(i.target));this.validNewPage(n)&&(this._clicked=!0,this.paginate(n)),i.preventDefault()},this)),this._first.length&&this._first.bind("click.jPages",this.bind(function(){this.validNewPage(1)&&(this._clicked=!0,this.paginate(1))},this)),this._previous.length&&this._previous.bind("click.jPages",this.bind(function(){var t=this._currentPageNum-1;this.validNewPage(t)&&(this._clicked=!0,this.paginate(t))},this)),this._next.length&&this._next.bind("click.jPages",this.bind(function(){var t=this._currentPageNum+1;this.validNewPage(t)&&(this._clicked=!0,this.paginate(t))},this)),this._last.length&&this._last.bind("click.jPages",this.bind(function(){this.validNewPage(this._numPages)&&(this._clicked=!0,this.paginate(this._numPages))},this))},disableNavSelection:function(t){void 0!==t.onselectstart?t.onselectstart=function(){return!1}:void 0!==t.style.MozUserSelect?t.style.MozUserSelect="none":t.onmousedown=function(){return!1}},bindNavKeyBrowse:function(){this.jQdocument.bind("keydown.jPages",this.bind(function(t){var i=t.target.nodeName.toLowerCase();if(this.elemScrolledIntoView()&&"input"!==i&&"textarea"!=i){var e=this._currentPageNum;37==t.which&&(e=this._currentPageNum-1),39==t.which&&(e=this._currentPageNum+1),this.validNewPage(e)&&(this._clicked=!0,this.paginate(e))}},this))},elemScrolledIntoView:function(){var t,i,e;return t=this.jQwindow.scrollTop(),i=t+this.jQwindow.height(),e=this._container.offset().top,e+this._container.height()>=t&&e<=i},bindNavScrollBrowse:function(){this._container.bind("mousewheel.jPages DOMMouseScroll.jPages",this.bind(function(t){var i=(t.originalEvent.wheelDelta||-t.originalEvent.detail)>0?this._currentPageNum-1:this._currentPageNum+1;return this.validNewPage(i)&&(this._clicked=!0,this.paginate(i)),t.preventDefault(),!1},this))},getNewPage:function(t,i){return i.is(t.currentPage)?this._currentPageNum:i.is(t.pages)?t.pages.index(i)+1:i.is(t.first)?1:i.is(t.last)?this._numPages:i.is(t.previous)?t.pages.index(t.currentPage):i.is(t.next)?t.pages.index(t.currentPage)+2:void 0},validNewPage:function(t){return t!==this._currentPageNum&&t>0&&t<=this._numPages},paginate:function(i){var e,n;e=this.updateItems(i),n=this.updatePages(i),this._currentPageNum=i,t.isFunction(this.options.callback)&&this.callback(i,e,n),this.updatePause()},updateItems:function(t){var i=this.getItemRange(t);return this._itemsHiding=this._itemsShowing,this._itemsShowing=this._items.slice(i.start,i.end),this._cssAnimSupport&&this.options.animation.length?this.cssAnimations(t):this.jQAnimations(t),i},getItemRange:function(t){var i={};return i.start=(t-1)*this.options.perPage,i.end=i.start+this.options.perPage,i.end>this._items.length&&(i.end=this._items.length),i},cssAnimations:function(t){clearInterval(this._delay),this._itemsHiding.removeClass(this.options.animation+" jp-invisible").addClass("jp-hidden"),this._itemsShowing.removeClass("jp-hidden").addClass("jp-invisible"),this._itemsOriented=this.getDirectedItems(t),this._index=0,this._delay=setInterval(this.bind(function(){this._index===this._itemsOriented.length?clearInterval(this._delay):this._itemsOriented.eq(this._index).removeClass("jp-invisible").addClass(this.options.animation),this._index=this._index+1},this),this.options.delay)},jQAnimations:function(t){clearInterval(this._delay),this._itemsHiding.addClass("jp-hidden"),this._itemsShowing.fadeTo(0,0).removeClass("jp-hidden"),this._itemsOriented=this.getDirectedItems(t),this._index=0,this._delay=setInterval(this.bind(function(){this._index===this._itemsOriented.length?clearInterval(this._delay):this._itemsOriented.eq(this._index).fadeTo(this.options.fallback,1),this._index=this._index+1},this),this.options.delay)},getDirectedItems:function(i){var e;switch(this.options.direction){case"backwards":e=t(this._itemsShowing.get().reverse());break;case"random":e=t(this._itemsShowing.get().sort(function(){return Math.round(Math.random())-.5}));break;case"auto":e=i>=this._currentPageNum?this._itemsShowing:t(this._itemsShowing.get().reverse());break;default:e=this._itemsShowing}return e},updatePages:function(t){var i,e,n;i=this.getInterval(t);for(e in this._nav)this._nav.hasOwnProperty(e)&&(n=this._nav[e],this.updateBtns(n,t),this.updateCurrentPage(n,t),this.updatePagesShowing(n,i),this.updateBreaks(n,i));return i},getInterval:function(t){var i,e,n,s;return i=Math.ceil(this.options.midRange/2),e=this._numPages-this.options.midRange,n=t>i?Math.max(Math.min(t-i,e),0):0,s=t>i?Math.min(t+i-(this.options.midRange%2>0?1:0),this._numPages):Math.min(this.options.midRange,this._numPages),{start:n,end:s}},updateBtns:function(t,i){1===i&&(t.first.parent().addClass("active"),t.previous.parent().addClass("active")),i===this._numPages&&(t.next.parent().addClass("active"),t.last.parent().addClass("active")),1===this._currentPageNum&&i>1&&(t.first.parent().removeClass("active"),t.previous.parent().removeClass("active")),this._currentPageNum===this._numPages&&i<this._numPages&&(t.next.parent().removeClass("active"),t.last.parent().removeClass("active"))},updateCurrentPage:function(t,i){t.currentPage.removeClass("active"),t.currentPage=t.pages.eq(i-1).parent().addClass("active")},updatePagesShowing:function(t,i){var e=t.pages.slice(i.start,i.end).not(t.permPages);t.pagesShowing.not(e).addClass("jp-hidden"),e.not(t.pagesShowing).removeClass("jp-hidden"),t.pagesShowing=e},updateBreaks:function(t,i){i.start>this.options.startRange||0===this.options.startRange&&i.start>0?t.fstBreak.removeClass("jp-hidden"):t.fstBreak.addClass("jp-hidden"),i.end<this._numPages-this.options.endRange?t.lstBreak.removeClass("jp-hidden"):t.lstBreak.addClass("jp-hidden")},callback:function(t,i,e){var n={current:t,interval:e,count:this._numPages},s={showing:this._itemsShowing,oncoming:this._items.slice(i.start+this.options.perPage,i.end+this.options.perPage),range:i,count:this._items.length};n.interval.start=n.interval.start+1,s.range.start=s.range.start+1,this.options.callback(n,s)},updatePause:function(){if(this.options.pause&&this._numPages>1){if(clearTimeout(this._pause),this.options.clickStop&&this._clicked)return;this._pause=setTimeout(this.bind(function(){this.paginate(this._currentPageNum!==this._numPages?this._currentPageNum+1:1)},this),this.options.pause)}},setMinHeight:function(){this.options.minHeight&&!this._container.is("table, tbody")&&setTimeout(this.bind(function(){this._container.css({"min-height":this._container.css("height")})},this),1e3)},bind:function(t,i){return function(){return t.apply(i,arguments)}},destroy:function(){this.jQdocument.unbind("keydown.jPages"),this._container.unbind("mousewheel.jPages DOMMouseScroll.jPages"),this.options.minHeight&&this._container.css("min-height",""),this._cssAnimSupport&&this.options.animation.length?this._items.removeClass("animated jp-hidden jp-invisible "+this.options.animation):this._items.removeClass("jp-hidden").fadeTo(0,1),this._holder.unbind("click.jPages").empty()}},t.fn[a]=function(i){var e=t.type(i);return"object"===e?(this.length&&!t.data(this,a)&&(r=new s(this,i),this.each(function(){t.data(this,a,r)})),this):"string"===e&&"destroy"===i?(r.destroy(),this.each(function(){t.removeData(this,a)}),this):"number"===e&&i%1==0?(r.validNewPage(i)&&r.paginate(i),this):this}}(jQuery,window,document),$(function(){$("div#content").find("p").last().after(buildCodeBlocks),$("pre").bind("click",function(){this.className=-1===this.className.indexOf("collapse")?"collapse "+this.className:this.className.replace("collapse ","")}),$("pre code").each(function(t,i){hljs.highlightBlock(i,"    ")})}),$(function(){var t=0,i=!0,e=function(e){t=0,i=!e;var n=e?"block":"none";$("#search-content").val(""),$(".search-tool").css("display",n)},n=function(i){var e=i-t;return t=i,e<500};$(document).keyup(function(t){var s=(new Date).getTime();17==t.keyCode&&n(s)?e(i):27==t.keyCode&&e(!1)}),$("#search-content").keyup(function(t){var s=(new Date).getTime();17==t.keyCode&&n(s)&&e(i)}),$("#close-btn").click(function(){e(!1)}),$("#search-btn").click(function(){e(!0)});var s=$("meta[name=baseurl]");$.getJSON(s.attr("content")+"/search.json").done(function(t){0==t.code&&$("#search-content").typeahead({source:t.data,displayText:function(t){return t.title},afterSelect:function(t){window.location.href=t.url}})})}),$(function(){$("pre").css("display","block")});
\ No newline at end of file
diff --git a/jekyll-source/static/assets/font-mfizz.eot b/jekyll-source/static/assets/font-mfizz.eot
deleted file mode 100644
index 8f1c302..0000000
Binary files a/jekyll-source/static/assets/font-mfizz.eot and /dev/null differ
diff --git a/jekyll-source/static/assets/font-mfizz.svg b/jekyll-source/static/assets/font-mfizz.svg
deleted file mode 100644
index 29e7e49..0000000
--- a/jekyll-source/static/assets/font-mfizz.svg
+++ /dev/null
@@ -1,2309 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<!--
-2017-2-13: Created.
--->
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-Created by FontForge 20120731 at Mon Feb 13 14:14:41 2017
- By vagrant,,,
-Created by vagrant,,, with FontForge 2.0 (http://fontforge.sf.net)
-</metadata>
-<defs>
-<font id="font-mfizz" horiz-adv-x="512" >
-  <font-face 
-    font-family="font-mfizz"
-    font-weight="500"
-    font-stretch="normal"
-    units-per-em="512"
-    panose-1="2 0 6 3 0 0 0 0 0 0"
-    ascent="448"
-    descent="-64"
-    bbox="-632.509 -268.505 575.412 450.19"
-    underline-thickness="25.6"
-    underline-position="-51.2"
-    unicode-range="U+0020-F188"
-  />
-    <missing-glyph />
-    <glyph glyph-name="space" unicode=" " horiz-adv-x="200" 
- />
-    <glyph glyph-name="uniF160" unicode="&#xf160;" 
-d="M0.0146484 448l0.000976562 0.00195312h100.506l70.0156 -118.246l70.0166 118.246h100.449c0.0820312 -1.02539 -0.0820312 -2.05566 -0.620117 -2.97559l-119.029 -201.067l117.166 -197.867c0.917969 -1.57617 0.902344 -3.52441 0 -5.10938
-c-0.902344 -1.58594 -2.55566 -2.56836 -4.37988 -2.58301h-89.835c-1.80371 0.0117188 -3.4668 0.97168 -4.37988 2.52637l-69.3965 117.182l-69.3965 -117.182c-0.912109 -1.55469 -2.57617 -2.51465 -4.37988 -2.52637h-89.7783
-c-1.8252 0.0146484 -3.47754 0.998047 -4.37988 2.58008c-0.902344 1.58594 -0.918945 3.5332 0 5.10938l117.182 197.868l-119.087 201.067c-0.539062 0.913086 -0.75 1.94824 -0.673828 2.97559z" />
-    <glyph glyph-name="uniF10B" unicode="&#xf10b;" 
-d="M213.335 421.685c5.35742 2.28809 12.2217 3.75684 19.6006 3.44629c3.22168 -20.4062 -6.80469 -36.2373 -19.7783 -42.8301c-7.4375 -3.78223 -16.751 -5.87109 -26.4941 -3.99023c-8.80078 1.69824 -15.3672 5.45508 -20.8789 11.0674
-c-5.62109 5.73926 -8.63184 12.0879 -10.7051 21.2314c-1.86426 8.24902 -7.66504 14.0732 -16.3281 15.6104c-10.1016 1.79102 -17.4082 -3.5957 -20.874 -10.3467c-3.98633 -7.75977 -1.1123 -16.875 0.542969 -26.3203c5.98145 0.493164 12.8379 1.68164 19.6006 2
-c3.88867 -20.7334 7.25879 -41.9854 11.0674 -62.792c43.1143 -2.62305 73.0986 -17.7617 96.5527 -40.2871c22.8574 -21.96 40.584 -51.7891 44.2861 -92.375c4.10547 -45.0254 -12.4727 -79.7695 -31.7578 -103.808
-c-19.8301 -24.7168 -47.7393 -44.3828 -85.2998 -51.3691c-20.8516 -3.87402 -42.6611 -3.16895 -61.3477 1.27832c-18.3223 4.35938 -34.2695 11.8779 -47.5469 20.8662c-27.2363 18.4521 -47.4688 44.3496 -57.8818 78.7607
-c-5.4375 17.9766 -7.62891 40.3613 -4.89844 60.6211c2.64844 19.666 8.89746 36.9873 16.8789 51.3584c16.2891 29.3535 40.5508 50.6318 72.4121 64.2461c-3.38965 21.2939 -7.66992 41.6924 -10.8848 63.1602c6.32324 1.71777 12.6982 3.38379 19.4141 4.71875
-c-1.21875 7.66406 -3.23535 14.3867 -3.08203 21.9561c0.144531 7.24609 2.42383 14.0811 5.625 19.417c6.15918 10.2656 17.6553 18.1523 31.7578 19.0576c11.6328 0.743164 21.2773 -3.79102 27.9463 -9.4375c7.06543 -5.98145 11.208 -14.2598 13.4365 -23.96
-c2.25 -9.81934 10.6133 -16.3691 20.6875 -15.6055c11.1611 0.844727 20.6875 10.3926 17.9658 24.3164z" />
-    <glyph glyph-name="uniF151" unicode="&#xf151;" 
-d="M168.939 212.693c6.5332 -1.55176 11.4023 -7.35254 11.4023 -14.3008v-247.657c0 -8.1709 -6.63574 -14.7354 -14.7666 -14.7354h-117.072c-8.09961 0 -14.7666 6.56445 -14.7666 14.7354v247.657c0 8.12012 6.66699 14.7207 14.7666 14.7207h102.168v52.5986
-c-4.07031 2.88281 -6.76855 7.64941 -6.76855 13.0674c0 8.77051 7.13672 15.9697 15.9697 15.9697c8.77051 0 15.9697 -7.2041 15.9697 -15.9697c0 -5.45312 -2.73926 -10.2207 -6.90234 -13.1025v-52.9834zM157.741 80.3066v87.4004
-c0 8.16699 -6.63477 14.7666 -14.7354 14.7666h-74.3037c-8.16699 0 -14.7666 -6.59961 -14.7666 -14.7666v-87.4004c0 -8.10059 6.59961 -14.7666 14.7666 -14.7666h74.3037c8.10059 0 14.7354 6.66602 14.7354 14.7666zM307.809 285.046
-c-0.200195 80.0537 -64.8672 144.736 -144.937 144.905v0c-80.002 -0.168945 -144.736 -64.8516 -144.937 -144.905v0c0 -4.9668 -3.96777 -9.05273 -9.00098 -9.05273v0c-4.93555 0 -8.93457 4.08594 -8.93457 9.05273v0c0 89.9355 72.9365 162.954 162.872 162.954v0
-c90.0068 0 162.975 -73.0186 162.975 -162.954v0c0 -4.9668 -4.06543 -9.05273 -9.03711 -9.05273v0c-4.9668 0 -9.00098 4.08594 -9.00098 9.05273v0zM261.041 285.046c-0.164062 54.2686 -43.9004 98.0361 -98.1689 98.0869v0
-c-54.2021 -0.0507812 -98.1025 -43.8184 -98.2041 -98.0869v0c0 -4.9668 -3.96875 -9.05273 -8.96582 -9.05273v0c-4.9668 0 -9.00098 4.08105 -9.00098 9.05273v0c0 64.1201 52 116.069 116.171 116.253v0c64.207 -0.183594 116.171 -52.1328 116.171 -116.253v0
-c0 -4.9668 -4.03418 -9.05273 -9.00098 -9.05273v0c-4.9668 0 -9.00098 4.08594 -9.00098 9.05273v0zM220.274 285.046c-0.0722656 31.6992 -25.7031 57.3203 -57.4023 57.4023v0c-31.6318 -0.0820312 -57.3711 -25.7031 -57.4326 -57.4023v0
-c0 -4.9668 -4.03516 -9.05273 -9.00098 -9.05273v0c-4.9668 0 -9.00195 4.08105 -9.00195 9.05273v0c0 41.7041 33.8037 75.3838 75.4355 75.4502v0c41.6318 -0.0664062 75.333 -33.752 75.4355 -75.4502v0c0 -4.9668 -3.99902 -9.05273 -9.00195 -9.05273v0
-c-4.99707 0 -9.03125 4.08594 -9.03125 9.05273v0z" />
-    <glyph glyph-name="uniF15C" unicode="&#xf15c;" 
-d="M32.7998 447.04v0.00195312h42.4023h302.715c17.4082 0 31.6826 -14.3682 31.6826 -30.2402v-0.479492c0 -1.02441 -0.480469 -2.65625 -0.480469 -3.67969l-33.7617 -309.761c0.522461 -12.2822 -6.17969 -23.9717 -17.4385 -29.6035l-137.277 -67.6758
-c-4.6084 -2.04297 -9.15527 -3.04199 -13.7627 -3.04199c-4.6084 0 -9.30859 1.00391 -13.916 3.04199l-137.605 67.6758c-6.1416 3.07227 -11.3252 7.62402 -14.3975 13.7627c-2.55957 3.58887 -4.12793 7.71094 -4.63965 12.3184l-34.7207 312.32
-c0 1.02441 -1.59961 2.49609 -1.59961 3.52051v0.479492c0 16.8965 15.3916 31.3604 32.7998 31.3604zM323.841 345.604c-14.3311 0 -24.7861 -3.1543 -31.3594 -9.44141c-6.57422 -6.20996 -9.75879 -16.1377 -9.75879 -29.9209v-22.0781
-c0 -10.7109 -1.73047 -18.0986 -5.2793 -22.2412c-3.55273 -4.1416 -10.0244 -6.24121 -19.3633 -6.23535h-6.07812v-23.8438h6.07812c9.33887 0 15.8105 -2.02832 19.3633 -6.24219c3.54883 -4.13672 5.2793 -11.6836 5.2793 -22.3945v-20.4795
-c0 -13.7832 3.18457 -23.7979 9.75879 -30.0859c6.57324 -6.28223 17.0283 -9.43555 31.3594 -9.43555h21.4424v23.9971h-6.72266c-9.27148 0 -15.4111 1.65918 -18.2422 4.80273c-2.75977 3.06641 -4.15723 9.62598 -4.15723 19.8398v17.7617
-c0 11.1357 -1.3623 19.2461 -4.32129 24.3193c-2.89258 5.06934 -8.05859 8.62793 -15.3604 10.5576c7.23438 1.78711 12.4004 5.17188 15.3604 10.2402c2.95898 5.06836 4.32129 13.2715 4.32129 24.4785v17.7617c0 10.1377 1.39746 16.7676 4.15723 19.8398
-c2.83105 3.14355 8.9707 4.63867 18.2422 4.63867h6.72266v24.1611h-21.4424zM140.319 333.122c-11.832 0 -23.3516 -2.33984 -34.3955 -7.19922c-10.9824 -4.85352 -20.6797 -11.7861 -28.9639 -20.6387c-8.28418 -8.92383 -14.5664 -19.2559 -19.041 -31.042
-c-4.46973 -11.7812 -6.71777 -24.1201 -6.71777 -37.1201c0 -13.4912 2.15527 -26.1377 6.55859 -37.9189c4.4082 -11.709 10.7881 -22.1133 19.2002 -31.0371c8.41699 -8.92969 18.0176 -15.6777 28.7998 -20.3213c10.7832 -4.71094 22.4004 -7.04004 34.5596 -7.04004
-c9.99512 0 19.7793 1.88867 29.4404 5.60156c9.7334 3.63965 18.6621 8.91309 26.8799 15.8408l-10.5576 17.2744c-5.85156 -5.70801 -12.8359 -10.2393 -21.1201 -13.5986c-8.28418 -3.35352 -16.6758 -4.95605 -24.96 -4.95605
-c-9.66602 0 -18.6514 1.88477 -27.2021 5.59668c-8.47852 3.64551 -16.1436 8.8418 -22.7178 15.8408c-6.64062 7.14258 -11.6523 15.3555 -15.2012 24.6426c-3.48633 9.35449 -5.27832 19.4355 -5.27832 30.0752c0 12.9277 2.76953 24.9346 8.16113 36.0039
-c5.45312 11.1357 12.9893 20.1982 22.7178 27.1973c5.91797 4.21387 12.3896 7.30078 19.3584 9.44141c6.96777 2.21191 14.2949 3.3584 21.9238 3.3584c10.9111 0 21.0635 -2.32422 30.3975 -7.04004c9.40039 -4.70996 17.1162 -11.4482 23.3623 -20.1572
-c3.87598 -5.21191 6.8916 -10.998 8.7959 -17.2803c1.91016 -6.21582 2.71875 -12.8613 2.72461 -20.0039c-0.00585938 -11.207 -2.21777 -20.4639 -6.88184 -27.6787c-4.66895 -7.13672 -11.0488 -11.2842 -19.2002 -12.6357v74.2402h-20.6436v-14.0801
-c-1.9707 5.06836 -5.19141 8.98047 -9.59473 11.8369c-4.3418 2.85742 -9.5127 4.32129 -15.3604 4.32129c-11.2432 0 -20.4238 -4.51562 -27.5244 -13.4395c-7.09668 -8.92969 -10.5576 -20.4395 -10.5576 -34.7188c0 -14.2852 3.52246 -25.959 10.5576 -34.8828
-c7.10059 -8.85254 16.2148 -13.2812 27.5244 -13.2812c5.84766 0 11.0186 1.37695 15.3604 4.16309c4.40332 2.85645 7.62402 6.92676 9.59473 12.001v-16.4814h3.83984c19.5283 0 34.5654 5.28906 45.2812 16c10.7168 10.7109 16.1592 25.7686 16.1592 45.1172
-c0 9.00098 -1.27539 17.459 -3.83984 25.6006c-2.49414 8.21191 -6.26758 15.8818 -11.1982 22.8809c-8.08398 11.4941 -18.2061 20.332 -30.2383 26.3984c-12.0322 6.14453 -25.2725 9.11914 -40.0029 9.11914zM138.881 264.806
-c5.91895 0 10.5938 -2.61133 14.0801 -7.67969c3.54785 -5.00293 5.2793 -11.8428 5.2793 -20.4805c0 -8.71387 -1.63379 -15.6621 -5.12012 -20.8027c-3.48145 -5.06836 -8.22852 -7.52051 -14.0801 -7.51562c-5.91406 -0.00488281 -10.5938 2.44727 -14.0801 7.51562
-c-3.41992 5.06934 -5.12012 12.0166 -5.12012 20.8027c0 8.6377 1.7002 15.4775 5.12012 20.4805c3.48633 5.06836 8.13574 7.67969 13.9209 7.67969z" />
-    <glyph glyph-name="uniF159" unicode="&#xf159;" 
-d="M128.655 448l-0.000976562 0.00292969l8.15625 -22.8018l24.1094 -67.5781l72.3457 -2.07422l24.3203 -0.69043l-19.3438 -14.7158l-57.0059 -43.7393l20.3828 -69.2334l6.8457 -23.2852l-20.0381 13.75l-14.3027 9.74219
-c-0.113281 -23.6592 0.345703 -69.5811 0.345703 -69.5811v-119.397h-45.6729h-45.6025v119.397v69.0947l-13.8203 -9.39746l-20.0371 -13.6807l6.90918 23.2158l20.3145 68.752l-57.2832 44.083l-19.2773 14.8555l24.3213 0.625l71.8584 1.93457l24.3242 67.9199z
-M128.654 396.665l-18.1729 -50.7168l-2.00391 -5.59668l-5.87305 -0.138672l-53.5508 -1.4502l42.7705 -32.8906l4.62988 -3.59277l-1.6582 -5.66602l-15.1328 -51.1992l44.5674 30.332l4.83691 3.38574l4.90527 -3.38574l44.2217 -30.1943l-15.2012 51.6152
-l-1.6582 5.73438l4.62891 3.52441l42.5635 32.6133l-54.0312 1.51953l-5.94238 0.138672l-2.00391 5.59668z" />
-    <glyph glyph-name="uniF13D" unicode="&#xf13d;" 
-d="M0 448h438.857l-39.9844 -460.738l-179.708 -51.2617l-179.238 51.1855zM351.997 297.143l4.80762 56.6553l-275.188 0.0185547l14.3672 -170.959h190.857l-6.37012 -73.3184l-61.0537 -17.0449l-61.4502 16.8926l-3.91211 44.8994h-55.1475l7.73047 -88.5762
-l112.779 -31.9727l112.571 32.1074l15.4346 173.013h-201.151l-4.56152 58.2852h210.286z" />
-    <glyph glyph-name="uniF12C" unicode="&#xf12c;" 
-d="M33.2979 199.95c1.7041 0.0527344 3.41504 0.0625 5.11816 -0.0595703c4.89062 0.974609 6.70312 -4.10156 5.95117 -8.06445c-1.22168 -7.95801 1.30469 -17.1797 -3.86816 -24.043c-6.03809 -3.36523 -12.1484 -7.30566 -18.7178 -9.84961
-c-7.61133 -3.6709 -18.3896 0.287109 -19.6387 9.16504c-1.83008 3.0166 -4.78906 6.38184 -3.95801 10.415c3.77051 15.2451 20.7559 21.9863 35.1133 22.4365zM34.0117 189.446c-1.74902 0.00488281 -3.56934 -0.152344 -5.31152 -0.426758
-c-7.57031 -1.55078 -17.2637 -4.57617 -19.8623 -12.5771c3.10645 -1.58887 3.14844 -5.58594 4.13574 -8.56934c7.25195 -2.37598 13.2031 5.46973 19.7881 7.31934c0.885742 4.72266 0.225586 9.55176 1.25 14.2539zM16.8125 180.043
-c1.49805 0.584961 2.99512 1.1709 4.49316 1.75586c-2.25879 -4.85352 -4.49902 -10.4023 -9.52246 -13.0039c-2.88672 -1.4209 -9.2666 -3.64648 -10.1768 0.952148c2.24023 6.00781 9.82715 7.99512 15.2061 10.2959zM48.7705 421.249
-c11.2812 0.557617 22.0947 -4.01953 31.0068 -10.623c-11.834 -22.3467 -23.6807 -44.6885 -35.5596 -67.0117c-13.9043 2.9248 -28.2227 10.8135 -33.4463 24.7275c-9.07617 24.4248 12.7012 52.4961 37.999 52.9072zM50.0205 410.834
-c-14.2578 -0.211914 -27.0928 -11.2432 -30.2031 -24.9951c-3.97266 -13.3652 6.78711 -26.1582 19.1338 -29.7861c8.97656 16.9316 17.9531 33.8623 26.9297 50.7939c-4.84473 2.49512 -10.3281 4.07715 -15.8604 3.9873zM318.811 427.617
-c21.9824 0.991211 41.4043 -18.9121 41.5996 -40.6182c0.839844 -18.623 -15.457 -33.3213 -32.5537 -37.1357c-12.5967 22.043 -25.4072 43.9629 -38.1182 65.9404c8.25781 6.61426 18.2969 11.5771 29.0723 11.8135zM319.853 417.202
-c-5.71191 -0.0410156 -11.2197 -1.81445 -16.1582 -4.6416c9.63086 -16.6143 19.2627 -33.2285 28.8936 -49.8428c4.91699 2.13867 9.44629 5.33496 12.7363 9.61133c13.1377 18.0166 -4.08105 45.5654 -25.4717 44.873zM306.045 -8.28516
-c0.860352 0.203125 1.71973 -0.425781 2.5293 -0.68457c9.75977 -5.58594 18.0859 -14.1963 23.0322 -24.4307c3.83203 -7.78906 1.81348 -17.7471 -5.50488 -22.7334c-5.98047 -5.97266 -15.9346 -8.04688 -22.8828 -2.58887
-c-10.9199 7.16797 -16.1709 23.1074 -30.8281 24.0732c8.06836 11.832 18.5889 24.3125 33.6543 26.3643zM306.135 -19.7422l-0.0722656 0.0537109l-0.761719 0.571289c-5.37305 -1.28906 -10.0391 -4.59961 -13.8672 -8.50195
-c-4.43066 -2.63379 1.44043 -4.42773 3.06641 -7.00098c6.04004 -5.14453 9.52344 -13.7031 17.2588 -16.6338c4.37207 -0.413086 9.13184 3.34375 11.0693 7.29004c0.273438 10.6348 -9.07129 18.1475 -16.6934 24.2217zM310.36 -31.9121
-c0.543945 0.348633 1.34473 0.244141 1.93359 0.0595703c9.51074 -5.48535 13.6162 -17.6094 13.0635 -28.209c-6.28711 3.35352 -9.74219 9.71289 -12.2598 16.0977c-1.1543 3.64258 -6.32129 8.60449 -2.7373 12.0518zM71.8623 -12.5107
-c12.208 0.691406 22.2041 -8.4502 28.834 -17.7051c2.01172 -3.38574 9.15527 -7.72656 5.17676 -12.2002c-12.2979 0.15332 -20.9404 -10.1943 -30.083 -16.9609c-6.3584 -5.71289 -16.6787 -9.44043 -24.1328 -3.48242
-c-2.54688 3.88184 -7.77441 4.89258 -9.55176 9.55273c-5.41309 10.0693 0.69043 21.8574 8.71875 28.3574c6.79102 4.40137 12.3193 12.2227 21.0381 12.4385zM73.3203 -22.9258c-4.88184 -0.530273 -8.87109 -4.76074 -12.5801 -7.56152
-c-5.44922 -3.88477 -12.8955 -10.9502 -9.1123 -18.3564c3.76367 -0.641602 5.16309 -4.8252 8.09375 -6.69531c12.5869 2.53223 19.7188 15.7529 31.5713 20.3535c-4.34375 5.62402 -10.2119 11.9346 -17.9727 12.2598zM59.959 -35.543
-c1.27734 0.425781 2.55469 -0.461914 2.79785 -1.72559c-0.685547 -10.4883 -7.76953 -19.2568 -13.2119 -27.8516c-0.831055 3.49707 -2.02344 7.04883 -1.36914 10.6826c1.61133 7.27832 5.55176 14.7295 11.7832 18.8945zM44.3076 398.099
-c5.84375 0.310547 11.1494 -2.39453 16.0977 -5.17773c-4.18652 -7.99414 -8.43652 -15.9561 -12.6484 -23.9375c-2.23535 -6.03906 -8.87695 -0.874023 -11.7686 1.63672c-11.4316 7.28613 -4.89844 27.3525 8.31934 27.4785zM315.954 405.716
-c7.29395 0.873047 13.7617 -4.76562 15.6816 -11.4561c3.60156 -10.1484 -6.21289 -18.7695 -14.9375 -21.6631c-4.99121 9.30566 -9.92578 18.6406 -14.8486 28.001c4.4248 2.34766 9.0127 4.77246 14.1045 5.11816zM337.854 201.914
-c9.13965 0.285156 18.3994 -0.835938 26.5732 -5.14746c8.11523 -3.96875 17.2676 -12.8281 14.0146 -22.7637c-2.06836 -2.62207 -3.83496 -5.49609 -4.6416 -8.89746c-4.09082 -8.53711 -15.8096 -7.41211 -22.8232 -3.3623
-c-3.96484 2.90918 -8.63184 4.58496 -12.9443 7.05176c-5.74707 5.12988 -4.1543 14.2393 -4.76074 21.3057c-0.510742 4.18652 -1.2959 11.2979 4.58203 11.8135zM343.747 191.351c0.0078125 -4.2832 0.242188 -8.81055 0.761719 -13.1611
-c2.11133 -2.7627 6.90332 -4.03027 9.97949 -6.35938c2.95215 -1.12598 7.85254 -4.82812 10.3857 -1.4873c0.417969 2.7959 0.21582 6.24414 3.71973 7.55762c-3.10254 9.70215 -15.5234 13.0342 -24.8467 13.4502zM358.06 179.597l-3.39258 5.47559
-c6.62207 -3.63965 14.4805 -5.50293 19.9072 -10.9512c1.91504 -2.09375 5.75195 -6.19336 0.178711 -4.99902c-7.31055 -0.890625 -14.207 3.52148 -16.6934 10.4746zM178.747 449.606c22.9258 0.785156 46.21 -0.53125 68.6133 -5.64453
-c32.4727 -6.48047 62.209 -27.0635 77.7295 -56.4268c18.3154 -39.8311 20.708 -84.5283 21.2891 -127.864c-0.441406 -37.7129 1.31738 -75.3906 3.79492 -113.015c2.55469 -45.5166 2.24512 -93.7979 -18.6865 -135.303
-c-16.2109 -33.4219 -50.8955 -53.8252 -86.0557 -62.3398c-44.1689 -9.95312 -91.8154 -10.1016 -134.827 4.96973c-31.126 10.1553 -59.0664 32.2266 -71.3857 63.1426c-16.5986 42.9746 -10.8135 90.1992 -7.41016 135.071
-c6.54785 55.6895 -8.08887 111.188 -3.58789 166.905c2.68066 33.8613 13.6191 69.1143 39.2969 92.416c30.1191 27.1924 71.9814 34.7217 111.229 38.0879zM183.181 439.46c-23.6787 -1.98926 -47.5879 -4.99707 -70.0479 -13.2051
-c-29.0264 -9.50293 -53.7607 -31.8926 -64.2725 -60.8584c-16.1348 -42.6523 -10.7949 -89.5479 -7.09766 -134.096c4.0918 -35.2529 1.45215 -70.7285 -1.42188 -105.955c-2.42871 -37.7627 -4.90723 -78.1602 12.6777 -112.648
-c15.5664 -30.6055 48.6689 -47.502 80.9746 -54.667c40.0967 -8.40332 82.749 -7.62598 121.853 5.05859c29.9863 9.0127 57.2598 30.1523 69.4814 59.3643c19.6553 46.2754 16.1514 97.9668 12.9971 147.095c-5.52246 60.957 3.07227 123.402 -12.084 183.229
-c-4.88965 23.6299 -17.1562 46.0273 -36.5615 60.8242c-30.2666 23.0547 -69.7832 25.7119 -106.498 25.8584zM241.474 422.915c5.96094 0.181641 11.8984 -0.416016 17.6162 -2.08301c27.0703 -6.62793 41.6611 -39.4248 31.9287 -64.8096
-c-9.47559 -24.3105 -38.7471 -35.4365 -63.2324 -30.292c-23.9346 3.79492 -43.0996 27.6201 -39.5762 51.9844c2.92188 25.8916 28.0527 44.7666 53.2637 45.2002zM244.509 412.619c-10.6309 -0.015625 -21.1924 -3.0498 -29.7568 -9.31348
-c-16.1748 -10.6934 -21.916 -35.0342 -10.2949 -51.1807c12.8613 -18.6904 40.543 -21.7773 59.6914 -11.1885c14.9854 7.14258 22.5391 25.125 18.4785 40.915c-2.92871 17.8809 -20.1191 31.1689 -38.1182 30.7676zM122.299 417.797
-c7.41797 0.207031 14.8486 -0.881836 21.7822 -3.45117c24.6328 -7.87305 36.8525 -37.8555 28.2979 -61.5664c-9.56445 -26.7451 -42.5918 -38.9941 -68.7373 -30.709c-23.7998 6.24512 -38.5537 33.0684 -32.9102 56.7158
-c4.45996 23.6006 28.5146 38.8867 51.5674 39.0107zM124.531 407.561c-8.55762 -0.0537109 -16.9736 -1.86133 -24.4902 -5.98047c-19.4043 -9.07227 -25.7314 -35.4902 -14.7588 -53.2646c11.5254 -19.3711 38.7549 -22.9756 57.6787 -13.3096
-c15.6797 6.75293 24.5742 24.6934 21.1455 41.3701c-2.49512 18.8867 -21.1465 31.7725 -39.5752 31.1846zM181.188 305.764c0.0292969 0.823242 0.0595703 1.64648 0.0888672 2.4707c9.66016 -2.83301 19.2168 -6.00195 28.8936 -8.77832
-c-0.219727 -6.81348 0.8125 -13.5801 0.892578 -20.3838c0.773438 -6.49414 -0.983398 -14.2822 -7.73633 -16.9014c-7.36328 -4.86621 -17.2773 -0.806641 -21.3359 6.4873c-4.90723 11.7227 -0.256836 24.8271 -0.802734 37.1055zM191.334 294.278
-c-0.170898 -0.00195312 -0.443359 -0.0234375 -0.56543 -0.0898438c0.268555 -5.5498 -0.675781 -11.5254 -0.386719 -17.2588c0.0234375 -4.53125 5.12793 -8.39453 9.0459 -4.93945c2.69629 5.88281 0.310547 13.1797 0.386719 19.6094
-c-2.8291 0.665039 -5.49707 2.43848 -8.48047 2.67871zM98.0771 385.422c14.5967 1.07031 23.457 -16.8447 16.4258 -28.7744c-5.33984 -11.4951 -23.3447 -12.4814 -29.9355 -1.75586c-8.47949 10.9639 -0.880859 30.1611 13.5098 30.5303zM216.389 389.231
-c14.2637 1.03027 22.8213 -16.2793 16.5742 -28.1201c-4.66504 -11.3438 -21.8359 -13.4824 -29.042 -3.57129c-9.52051 10.6914 -2.47949 31.1621 12.4678 31.6914zM188.478 307.906c0.813477 0.208984 1.62695 0.416992 2.43945 0.625
-c-0.0693359 -5.96094 -0.390625 -11.9141 -0.892578 -17.8535c-1.31738 -5.98535 0.380859 -12.0137 -0.386719 -17.9727c-2.95996 -8.24707 -13.7939 -15.3232 -22.2275 -10.4746c-11.4404 8.78516 -12.2129 26.1699 -6.69531 38.5938
-c9.25879 2.34277 18.5088 4.71777 27.7627 7.08203zM179.759 294.813c-3.72754 -0.585938 -7.2627 -2.02148 -10.9502 -2.79688c-1.35156 -5.95312 -1.0957 -12.6689 1.84473 -18.1514c1.16992 -4.66699 6.21289 -2.14355 8.00488 0.505859
-c1.13574 6.26758 0.121094 13.7373 1.10059 20.4424zM166.547 330.373c11.7744 0.479492 23.5488 0.959961 35.3223 1.43945c8.81348 -0.65332 16.5674 -6.55957 22.6436 -12.6279c7.67773 -6.46387 7.89258 -19.3857 0.416016 -26.1855
-c-6.53223 -7.43457 -17.4805 -6.08496 -25.4707 -2.11328c-6.84375 4.18164 -15.2744 4.2168 -22.5264 1.16113c-8.81152 -4.26465 -22.0049 -6.28906 -28.3877 3.00488c-10.2422 13.5205 1.7168 34.7344 18.0029 35.3213zM199.695 321.118
-c-5.40234 -0.0244141 -10.7998 -0.273438 -16.1943 -0.543945c-6.99414 -1.34766 -14.8672 1.16016 -21.3584 -2.25293c-6.38672 -3.40625 -10.1729 -14.1729 -3.15332 -18.7461c8.74902 -2.52637 16.5078 4.89551 25.2031 5.14746
-c9.63184 1.04785 18.2939 -3.92578 27.0186 -6.78418c6.66211 -0.539062 11.7607 7.99316 6.63574 13.0625c-4.53711 5.15527 -11.0879 9.98926 -18.1514 10.1172zM185.77 346.263c1.36816 0.0585938 2.74023 0.0410156 4.10645 -0.0595703
-c10.0391 -0.0166016 22.0508 -7.36328 20.8887 -18.5381c-2.18555 -10.8096 -14.9541 -14.4033 -24.6094 -14.7715c-9.30566 -0.742188 -22.3213 1.4707 -24.667 12.1523c-1.22656 12.9424 12.6475 21.4141 24.2812 21.2168z" />
-    <glyph glyph-name="uniF164" unicode="&#xf164;" 
-d="M246.392 448c-46.2002 0 -162.315 -10.3125 -214.908 -47.5049c-52.5869 -37.1982 -35.6094 -123.501 23.6162 -111.458c66.6934 13.5605 80.5156 46.8994 45.0918 79.2441c0 0 61.5186 27.3604 146.2 27.3604zM246.392 448c46.2002 0 162.319 -10.3125 214.907 -47.5049
-c52.5869 -37.1924 35.6094 -123.501 -23.6162 -111.458c-66.6934 13.5605 -80.5156 46.8994 -45.0918 79.2441c0 0 -61.5234 27.3604 -146.199 27.3604zM451.265 144.896c10.8145 -97.2861 -123.86 -106.495 -204.873 -106.495
-c-81.0186 0 -215.688 9.20898 -204.885 106.495c4.90234 44.1475 27.251 53.1553 62.8721 102.063c32.0391 43.9893 40.168 76.3936 43.3008 122.18c0 0 12.1143 5.75391 28.8408 5.75391c0 0 -4.91895 -52.8496 69.8652 -52.8496
-c74.7783 0 69.8594 52.8496 69.8594 52.8496c16.7266 0 28.8408 -5.75391 28.8408 -5.75391c3.13867 -45.7861 11.2676 -78.1904 43.3008 -122.18c35.626 -48.9082 57.9756 -57.916 62.8779 -102.063zM246.392 124.741c44.0049 0 79.6807 35.6855 79.6807 79.6855
-s-35.6758 79.6807 -79.6807 79.6807c-44.0059 0 -79.6807 -35.6748 -79.6807 -79.6807s35.6748 -79.6855 79.6807 -79.6855z" />
-    <glyph glyph-name="uniF156" unicode="&#xf156;" 
-d="M-25.0801 418.976l-0.000976562 0.00878906c2.62305 0.00488281 3.62598 -2.29199 3.62598 -2.29199l88.8242 -167.759h-0.375l74.7793 -141.261h0.375l59.4385 -112.272s6.50879 -10.0762 -6.39844 -16.5059c-12.9111 -6.42969 -18.9229 5.20996 -18.9229 5.20996
-l-59.709 123.568h0.0419922l-67.9004 141.26h-0.395508l-78.5723 162.644s-2.15918 4.19141 2.02148 6.46094c1.25684 0.679688 2.29297 0.936523 3.16797 0.938477zM420.682 427.833c-74.4961 34.999 -141.896 18.2842 -217.281 -3.79785
-c-75.8887 -22.2197 -143.396 -34.2451 -219.228 -3.95898c8.26172 -14.4492 12.3975 -21.6719 20.6631 -36.1104c7.58887 -13.2812 15.1875 -26.5615 22.7783 -39.8369c8.26465 -14.4473 12.3955 -21.6641 20.6621 -36.1084c60.376 -16.7041 110.38 4.95898 164.032 31.2148
-c64.4297 31.5098 122.626 59.8584 196.238 43.4326c-62.2109 30.4893 -118.604 22.9316 -183.652 5.65918c63.6826 31.7334 123.643 56.415 195.787 39.502z" />
-    <glyph glyph-name="uniF14F" unicode="&#xf14f;" 
-d="M486.748 448l-0.00488281 0.000976562c3.44629 0 6.25684 -2.85449 6.25195 -6.38672v-431.692c0 -3.53223 -2.80176 -6.37793 -6.24512 -6.37793h-314.24c-3.45312 0 -6.25391 2.87207 -6.25391 6.37793v71.5674c-9.28418 -28.0537 -16.4541 -49.7227 -18.04 -54.5234
-c-9.17676 -27.7373 -37.2314 -27.4023 -58.2402 -20.4531c-21.0166 6.9502 -26.6719 8.81738 -26.6719 8.81738s-5.66406 1.87598 -26.6543 8.82617c-21.0166 6.94922 -43.7344 23.4219 -34.5645 51.1504c4.94629 14.9404 63.7998 192.824 72.8682 220.211
-c9.96777 30.1367 36.9658 24.3311 65.5615 14.8691c13.75 -4.5459 18.418 -6.07812 18.418 -6.07812s2.07031 -0.696289 7.3291 -2.44043v139.746c0 3.53223 2.80078 6.38574 6.24609 6.38574h314.24zM333.512 431.027c-4.58008 0 -8.29688 -3.79688 -8.29688 -8.49219
-c0 -4.68555 3.70801 -8.49121 8.29688 -8.49121c4.58105 0 8.32422 3.80566 8.32422 8.49121c0 4.68652 -3.73438 8.49219 -8.32422 8.49219zM133.218 299.807c-1.0127 0.34375 -2.14062 -0.211914 -2.47461 -1.2334c-0.34375 -1.03027 0.228516 -2.14941 1.56738 -2.58984
-l43.3115 -14.3311c0.677734 -0.229492 1.80566 0.326172 2.14941 1.36523c0.333984 1.02148 -0.238281 2.13184 -1.25098 2.46582zM85.4844 26.9102c0.660156 2.01758 -1.19824 3.14453 -5.35547 4.51953c-4.1582 1.38281 -10.3496 3.43457 -10.3496 3.43457
-s-6.19336 2.05273 -10.3418 3.42676c-4.17578 1.38281 -6.35059 1.57715 -7.02051 -0.44043c-0.405273 -1.21582 -1.58594 -6.61523 3.59375 -8.32422c4.80078 -1.58496 10.8174 -3.57617 10.8174 -3.57617s6.01562 -1.99902 10.8252 -3.59375
-c5.16211 -1.69141 7.43457 3.34766 7.83105 4.55371zM138.83 28.6104l75.1973 227.241l-128.226 42.4238l-75.1973 -227.251zM329.621 19.9951c5.28516 0 9.55762 4.36035 9.55762 9.74219c0 5.37402 -4.2627 9.74316 -9.55762 9.74316
-c-5.29297 0 -9.55664 -4.37012 -9.55664 -9.74316c0 -5.38184 4.28125 -9.74219 9.55664 -9.74219zM474.011 62.8135h-0.0107422v334.935c0 3.52344 -2.79199 6.37793 -6.24512 6.37793h-276.26c-3.45312 0 -6.24512 -2.85449 -6.24512 -6.37793v-102.276
-c25.0684 -9.04688 44.8525 -20.9912 35.8242 -48.2979c-4.33398 -13.1064 -20.0576 -60.6182 -35.8242 -108.272v-76.0879c0 -3.54102 2.79199 -6.37793 6.24512 -6.37793h276.271c3.46191 0 6.24512 2.85449 6.24512 6.37793z" />
-    <glyph glyph-name="uniF119" unicode="&#xf119;" 
-d="M175.243 131.839v0c0 -0.361328 -0.361328 -0.722656 -0.361328 -0.722656c0.361328 0 0.361328 0 0.361328 0.722656v0zM291.229 20.9121c-0.361328 -0.722656 -1.08398 -1.44531 -1.44531 -2.16797v0c0.361328 1.08398 1.08398 2.16797 1.44531 2.16797v0z
-M539.461 79.085v-1.08398v0v1.80664v0.361328v1.08398c0.361328 -0.722656 0 -1.44531 0 -2.16797zM175.243 131.478v0v0v0zM257.626 50.541v0v-0.361328c0.361328 0 0.361328 0 0 0.361328v0zM257.987 50.1797v0c-45.5273 -69.0137 -123.936 -114.541 -212.821 -114.18
-h-45.166v112.373h45.5273c56.7285 0 106.229 33.2412 129.354 81.6592v0.361328c0 0 0 0.361328 0.361328 0.361328v0s0 0.361328 0.361328 0.361328v0.361328v-0.361328l-0.361328 0.361328c8.67188 18.4277 13.3691 38.6621 13.3691 60.3418
-c0 79.1309 -64.3154 143.446 -143.446 143.446h-45.166v112.734h45.166c141.278 0 256.181 -114.902 256.181 -255.819c-0.361328 -52.3926 -15.8984 -101.172 -43.3594 -142.001v0c-0.361328 0 -0.361328 0 0 0v0v0zM504.051 192.542
-c22.4023 -27.0996 36.1328 -61.7871 36.1328 -99.7266c0 -4.33594 -0.361328 -8.67188 -0.722656 -13.0078v1.08398v-2.16699v0v-1.08496v0c-7.22656 -79.1299 -74.4336 -141.278 -155.371 -141.278h-11.2002l-0.361328 0.361328h-170.186
-c33.6035 20.957 62.8711 47.6953 85.6348 79.4922c0.722656 0.722656 1.44531 1.80664 1.80664 2.5293v0c0.361328 0.722656 1.08398 1.44531 1.44531 2.16797c6.14258 9.0332 11.9238 18.4277 16.9824 27.4609h75.8779c23.8477 0 43.3594 19.5117 43.3594 43.3584
-c0 23.8477 -19.5117 43.3594 -43.3594 43.3594h-44.4424c3.25195 18.0664 5.41992 36.8555 5.41992 55.6445c0 19.5117 -1.80664 38.3008 -5.41992 56.7285h27.4609l-1.08398 1.08398h18.4268c23.8477 0 43.3594 19.5117 43.3594 43.3594s-19.5117 43.3584 -43.3594 43.3584
-h-76.2393c-25.293 46.25 -62.5098 84.9121 -107.676 112.734h183.554c85.9961 0 155.732 -69.7363 156.094 -155.37c0 -37.9395 -13.3691 -72.9883 -36.1328 -100.088zM539.822 81.2529v-1.08398v-0.361328v-0.722656v0c-0.361328 0.722656 0 1.44531 0 2.16797z
-M289.784 19.1055v0c-0.722656 -1.08398 -1.44531 -2.16797 -1.80664 -2.5293c0.722656 0.722656 1.08398 1.80664 1.80664 2.5293zM257.626 50.541v0v-0.361328c0.361328 0 0.361328 0 0 0.361328v0z" />
-    <glyph glyph-name="uniF103" unicode="&#xf103;" 
-d="M255.979 411.429l-214.801 -78.9834l44.6338 -263.179l170.071 -91.4873l170.149 91.3701l44.7656 263.302zM255.979 448v0l256.021 -91.4287l-52.8574 -310.857l-203.143 -109.714l-203.291 109.714l-52.709 310.857zM356.571 82.2861l-30.3877 64h-140.373
-l-30.3818 -64h-45.7148l146.286 320l146.286 -320h-45.7148zM207.512 192h96.9668l-48.4873 102.121z" />
-    <glyph glyph-name="uniF121" unicode="&#xf121;" 
-d="M256.275 205.782l-110.764 110.764h221.527zM14.0576 448h242.518l111.571 -111.571h-242.519zM270.33 191.729l121.259 121.258l120.707 -120.708l-121.258 -121.258zM512.552 220.143l-227.859 227.857h227.859v-227.857zM242.217 191.725l-242.217 -242.221v484.437z
-M405.101 56.957l107.451 107.451v-214.904zM256.275 177.665l242.217 -242.217h-484.432z" />
-    <glyph glyph-name="uniF136" unicode="&#xf136;" 
-d="M261.116 416.249c16.6123 17.418 30.7168 31.7695 31.5215 31.751c2.69141 0 9.90332 -5.46387 11.752 -8.71289c1.69336 -3.43262 1.00684 -4.43945 -36.0615 -44.7383c-19.7969 -21.5186 -20.8037 -23.2207 -26.1758 -48.6562
-c-1.69336 -8.71289 -1.84961 -11.1016 -0.173828 -12.292c1.1709 -0.667969 8.73145 -1.70215 16.6113 -2.21484c23.1475 -1.53711 45.6357 -7.67871 45.6357 -12.4658c0 -10.0771 -57.3604 -17.0879 -127.323 -15.541c-56.7188 1.37305 -86.749 5.30859 -95.9658 12.9873
-l-3.85254 3.24902l6.53516 3.42383c3.67871 1.87598 13.9121 4.6123 22.6436 5.97656c17.4541 3.06641 67.7656 6.31543 94.7852 6.31543h17.1152l5.5459 22.707c3.01172 12.292 6.03223 23.3945 6.53516 24.585c0.512695 1.02441 14.4336 16.209 30.8721 33.626z
-M81.7881 294.024l-1.15332 15.7334l7.39551 -2.55273c4.02734 -1.54688 19.4678 -4.28418 34.2314 -6.16016c23.6504 -3.24023 33.041 -3.40527 78.8496 -2.72754c52.1699 0.869141 75.9951 3.08398 95.1143 8.8877l8.38379 2.39746l-1.01562 -6.31543
-c-0.50293 -3.42285 -1.3457 -10.5898 -1.84863 -15.7148c-2.35254 -24.4102 -7.88086 -76.3057 -10.2324 -94.7578c-2.68164 -22.5244 -2.68164 -22.5244 -19.624 -34.4775c-8.2002 -5.80273 -9.71973 -3.74414 -3.01074 4.27344
-c2.85547 3.40527 7.21191 10.0596 9.39062 14.8457c3.52344 7.34082 3.87109 8.8877 1.84863 11.9541c-4.02734 6.15918 -12.4297 5.46387 -20.8135 -1.70312l-5.18945 -4.42969l-0.50293 3.91797c-0.330078 2.21484 -1.84863 4.09082 -3.52344 4.42969
-c-2.17871 0.512695 -4.02734 -2.22461 -7.72559 -10.416c-3.87109 -8.86914 -6.8916 -12.6309 -14.1045 -18.0947c-9.5459 -7.49609 -12.9141 -8.53027 -12.9141 -4.42969c0 3.06543 7.22168 22.8633 18.791 50.8701c4.53027 10.9287 7.71484 20.8223 7.21191 21.6738
-c-1.66602 2.88281 -7.38672 1.87598 -9.06152 -1.54688c-1.00684 -1.72949 -7.87109 -18.4521 -15.2666 -37.0596c-7.38574 -18.4512 -14.2686 -34.3223 -15.4404 -35.1738c-3.67969 -2.23242 -9.72949 -1.53711 -9.72949 1.19043
-c0 1.36328 2.35254 8.88672 5.03418 16.5664c2.85547 7.83496 4.70508 15.0195 4.20117 16.209c-1.84863 5.28125 -6.20508 1.53809 -11.752 -10.0771c-7.03809 -15.1836 -13.7471 -23.3936 -19.2939 -24.0713c-3.69727 -0.338867 -4.20117 0.338867 -4.02734 5.12598
-c0.173828 2.90137 2.35254 9.73828 4.70508 15.0195c5.51855 12.292 5.69238 16.7217 0.658203 15.8701c-2.36133 -0.329102 -5.04297 -3.24023 -7.55078 -8.19141c-5.37207 -10.7549 -10.9004 -30.2314 -9.72852 -34.1484
-c2.68164 -8.375 13.9209 -8.19141 23.6504 0.338867c5.04297 4.42969 5.70215 4.78613 5.70215 1.87598c0 -1.87598 1.00684 -4.78711 2.35156 -6.48926c2.19727 -3.08496 2.52637 -3.08496 10.0771 -0.173828c7.36816 2.90137 8.05469 2.90137 11.0654 0.173828
-c3.85352 -3.58789 10.7363 -2.37988 18.6172 3.42285c3.03809 2.38867 5.71973 3.91699 6.0498 3.5791c0.329102 -0.183594 -2.50781 -7.01074 -6.20605 -15.2031c-8.55762 -18.4336 -9.72852 -24.2266 -5.70215 -25.7734c4.375 -1.7207 7.89941 3.06641 14.1045 19.458
-c11.752 30.7168 22.3145 47.4658 31.7051 50.0195c6.36133 1.53809 5.70215 -2.22363 -2.02246 -12.1182c-12.2559 -16.0352 -13.7754 -20.9873 -7.72559 -24.4102c5.54688 -2.91016 13.9307 -0.356445 23.3213 7.16699c9.89355 8.01758 9.56445 10.5889 5.03418 -29.71
-c-4.53125 -40.9766 -6.36133 -53.7812 -8.38379 -57.543c-2.02344 -3.94434 -18.4609 -9.4082 -39.4297 -12.9873c-11.752 -2.21484 -23.3213 -2.57227 -52.8477 -1.87598c-38.7432 0.850586 -52.6738 2.91016 -71.6377 10.5889l-6.70898 2.72754l-2.85547 24.2461
-c-1.50098 13.3262 -3.19434 31.4111 -3.85352 40.125l-1.01562 15.7148h6.53418c6.70898 0 11.4141 2.37109 19.4678 9.89453c2.50781 2.39746 5.19922 3.93555 5.70215 3.42285c0.503906 -0.677734 -0.155273 -5.29004 -1.6748 -10.416
-c-1.50977 -5.125 -2.68164 -10.9277 -2.68164 -12.8047c0 -4.60352 3.19434 -6.48926 5.87598 -3.57812c3.34082 3.57812 21.1426 63.0068 20.127 66.585c-1.3457 4.10059 -7.38672 4.25684 -8.55762 0.338867c-10.7363 -32.4365 -39.2471 -55.3271 -39.2471 -31.4121
-c0.173828 22.0312 21.6465 60.6094 35.9062 64.3711c4.375 1.03418 5.53711 0.338867 10.9102 -5.97656c6.86426 -8.00879 7.72461 -8.36523 10.2324 -3.5791c3.66992 7.00195 -8.22852 20.4844 -18.1318 20.4844c-14.5889 0 -33.7275 -19.459 -44.2803 -45.0684
-l-4.20117 -10.0771l-1.17188 7.52344c-1.84863 12.9883 -9.23438 83.6553 -10.4062 100.222zM111.314 54.3164c0 0.851562 1.16309 0.851562 2.53516 0.347656c33.2246 -12.8047 108.716 -14.0127 147.633 -2.05957c4.53027 1.53809 8.55762 2.38965 8.8877 1.87695
-c0.329102 -0.338867 -2.17871 -5.62012 -5.54688 -11.7793c-6.0498 -11.1025 -6.20605 -11.7803 -7.72461 -37.3887c-3.69824 -62.4951 -2.85645 -56.6738 -8.55762 -60.0967c-9.57422 -5.6377 -21.9854 -8.03613 -48.3174 -8.8877
-c-19.8066 -0.676758 -29.7002 -0.182617 -41.7822 1.87695c-16.6113 2.91016 -28.6934 8.37402 -28.6934 12.8047c0 1.53711 -1.16211 19.9707 -2.68164 41.1504l-2.68164 38.4229l-6.53516 11.2666c-3.67969 6.15039 -6.53516 11.7705 -6.53516 12.4658z" />
-    <glyph glyph-name="uniF106" unicode="&#xf106;" 
-d="M0 -63.873c0 0.0869141 7.01953 12.8037 15.5986 28.2598c78.0557 140.626 122.62 223.812 157.403 293.816l13.709 27.5908l3.17773 -2.55469c13.3545 -10.7344 31.8096 -21.8896 50.751 -30.6758c6.60254 -3.0625 17.0596 -7.65723 17.4268 -7.65723
-c0.106445 0 -1.32227 1.08594 -3.17578 2.41309c-10.3086 7.37988 -22.0215 16.7578 -32.5947 26.0957c-6.99414 6.17676 -28.1621 27.0967 -28.1621 27.832c0 0.238281 2.13379 5.08301 4.74121 10.7666c13.9043 30.2959 22.6914 51.0869 45.4326 107.499
-c6.31348 15.6602 11.5752 28.4707 11.6924 28.4697c0.117188 -0.00195312 4.03613 -9.07031 8.70898 -20.1523c35.9199 -85.1895 50.5889 -117.204 84.6924 -184.844c24.3213 -48.2354 49.123 -95.6592 88.8096 -169.812
-c6.53125 -12.2031 12.0107 -22.5459 12.1768 -22.9844c0.235352 -0.621094 -0.395508 -0.400391 -2.85645 0.995117c-10.6748 6.05762 -28.0469 13.6289 -41.9844 18.2988c-6.69531 2.24414 -22.8535 7.00488 -23.0625 6.7959
-c-0.0664062 -0.0664062 2.69531 -1.63965 6.13672 -3.49707c13.7451 -7.41406 29.1709 -17.1611 42.2666 -26.7061c3.37695 -2.46191 13.2588 -10.1807 21.958 -17.1523l15.8174 -12.6768l7.22363 -13.3506c3.97363 -7.34277 13.7236 -25.335 21.667 -39.9824
-c7.94336 -14.6484 14.3877 -26.6885 14.3193 -26.7559c-0.0673828 -0.0673828 -1.65039 0.75 -3.51758 1.81836c-75.0742 42.9199 -126.952 66.4102 -174.688 79.1016c-6.25098 1.66211 -21.0195 5.1084 -21.8887 5.1084c-0.0957031 0 0.170898 1.77637 0.591797 3.94727
-c1.79004 9.23047 2.27246 15.0918 2.27246 27.626c0 9.20605 -0.186523 13.6113 -0.766602 18.1338c-4.60156 35.8262 -20.3291 63.751 -41.4912 73.667c-20.4863 9.60059 -42.5781 0.130859 -57.1924 -24.5156c-14.7627 -24.8955 -19.8613 -60.7246 -13.3311 -93.6689
-c0.480469 -2.4248 0.777344 -4.50684 0.658203 -4.625c-0.118164 -0.118164 -3.30762 -0.862305 -7.08691 -1.65234c-49.6621 -10.3867 -107.387 -35.1104 -184.766 -79.1348c-9.95605 -5.66406 -10.667 -6.05371 -10.667 -5.83691zM0.457031 -63.0723
-c0.286133 0.545898 8.29395 15.0078 17.7949 32.1387c76.5537 138.04 118.997 217.304 153.886 287.385l14.5625 29.251l5.10352 -4c11.4746 -8.99414 26.5654 -18.2393 42.6494 -26.1289c8.58887 -4.21289 22.8389 -10.667 23.5518 -10.667
-c0.163086 0 -0.557617 0.616211 -1.60059 1.36914c-21.2998 15.3594 -39.5664 31.1523 -56.5508 48.8955l-5.84375 6.10449l1.50098 3.28223c16.8623 36.8906 24.3086 54.2812 42.4189 99.0693c15.8457 39.1895 17.8027 43.9463 18.082 43.9463
-c0.152344 0 2.44824 -5.13574 5.10254 -11.4131c20.9873 -49.6367 30.8945 -72.625 40.2227 -93.333c28.4453 -63.1543 66.5713 -138.321 135.646 -267.436c7.25586 -13.5635 13.3115 -24.9688 13.4551 -25.3447c0.175781 -0.457031 -0.639648 -0.158203 -2.47461 0.90918
-c-5.41309 3.14648 -20.7979 10.4727 -27.7764 13.2266c-11.1689 4.40723 -37.0908 12.709 -37.7197 12.0801c-0.0878906 -0.0878906 1.4209 -0.991211 3.35254 -2.00879c17.8574 -9.39844 36.8408 -21.6709 53.4326 -34.54
-c2.58203 -2.00293 10.2617 -8.13574 17.0674 -13.6299l12.373 -9.98926l19.3311 -35.6738c10.6318 -19.6211 20.4121 -37.6816 21.7334 -40.1348l2.40234 -4.46094l-1.89355 1.10645c-5.31738 3.10645 -25.6914 14.5117 -34.3203 19.2119
-c-65.3867 35.623 -114.439 55.5801 -160.746 65.4004c-1.81934 0.385742 -3.30664 0.896484 -3.30664 1.13672c0 0.239258 0.380859 2.67383 0.847656 5.41016c1.38281 8.11719 1.74902 12.1484 2.00586 22.042c0.374023 14.4453 -0.902344 26.4775 -4.20996 39.6807
-c-5.76758 23.0205 -16.9375 41.6885 -30.8018 51.4775c-16.998 12.001 -36.2617 10.3857 -52.0566 -4.36426c-23.4463 -21.8965 -34.2314 -67.7627 -25.8135 -109.776c0.464844 -2.31543 0.766602 -4.28711 0.671875 -4.38184s-2.86523 -0.736328 -6.15625 -1.42578
-c-50.3887 -10.5557 -107.498 -34.8809 -183.794 -78.2861c-13.9834 -7.95508 -12.7666 -7.34082 -12.1299 -6.12891v0zM0.09375 -63.7461c1.03809 1.77734 42.2344 76.2354 52.3389 94.5996c57.0283 103.64 98.4824 181.892 124.467 234.951
-c5.22656 10.6729 9.6582 19.4521 9.84863 19.5107c0.189453 0.0585938 2.26562 -1.43555 4.6123 -3.31934c5.63965 -4.52832 18.4814 -13.1143 26.4531 -17.6865c3.51953 -2.01953 11.0078 -5.94824 16.6396 -8.73145c10.8545 -5.36426 25.043 -11.6172 23.2539 -10.248
-c-0.586914 0.448242 -4.23535 3.15918 -8.10742 6.02344c-17.8184 13.1826 -29.8428 23.7881 -49.46 43.623l-6.15332 6.22168l1.8252 3.96094c15.7031 34.0674 24.8799 55.6631 48.6865 114.574c6.18848 15.3115 11.3613 27.8398 11.4961 27.8398
-c0.135742 0 6.08203 -13.7764 13.2158 -30.6133c18.2246 -43.0166 26.8525 -62.8066 37.9004 -86.9336c26.7715 -58.4629 66.1279 -135.635 130.496 -255.878c7.12402 -13.3086 12.9531 -24.3164 12.9531 -24.4609c0 -0.145508 -0.624023 0.119141 -1.38672 0.586914
-c-9.64355 5.91992 -26.3223 13.3418 -42.1396 18.751c-8.23047 2.81543 -24.2578 7.5459 -24.5557 7.24707c-0.104492 -0.103516 2.2168 -1.47363 5.15625 -3.04395c22.7812 -12.1719 39.1494 -23.3721 67.3896 -46.1172l13.6377 -10.9824l8.91211 -16.4912
-c9.13672 -16.9062 33.9404 -62.6914 34.3369 -63.3838c0.12207 -0.211914 0.0478516 -0.285156 -0.164062 -0.161133c-0.212891 0.124023 -4.41797 2.52539 -9.3457 5.33691c-77.8984 44.4434 -134.261 68.6895 -185.373 79.7422
-c-2.69141 0.582031 -4.96582 1.13086 -5.05469 1.21973c-0.0888672 0.0898438 0.232422 2.43164 0.713867 5.20508c1.67969 9.66406 1.98047 13.7207 1.97363 26.5898c-0.00488281 9.71191 -0.183594 13.9023 -0.779297 18.3467
-c-6.25879 46.6748 -30.959 78.3828 -59.7207 76.666c-23.3594 -1.39453 -43.4883 -25.0674 -51.6797 -60.7783c-2.77734 -12.1084 -4.05469 -27.8516 -3.27539 -40.3506c0.479492 -7.68848 1.53516 -15.9648 2.80273 -21.9648
-c0.362305 -1.7168 0.65918 -3.19141 0.65918 -3.27637c0 -0.0859375 -1.10449 -0.375 -2.4541 -0.643555c-54.1562 -10.7783 -114.792 -36.8857 -199.959 -86.0947c-0.211914 -0.12207 -0.28418 -0.0488281 -0.160156 0.163086v0zM0.426758 -63.377
-c0 0.108398 8.70898 15.9004 19.3545 35.0938c77.457 139.656 127.083 232.559 158.18 296.121c4.64941 9.50293 8.5498 17.375 8.66699 17.4932c0.118164 0.117188 1.90332 -1.12793 3.9668 -2.76855c12.1787 -9.68066 26.5039 -18.4971 44.499 -27.3867
-c6.98438 -3.4502 20.1582 -9.41406 23.2529 -10.5273c0.469727 -0.167969 -1.4502 1.35645 -4.2666 3.38867c-18.1152 13.0713 -32.502 25.4492 -50.0898 43.0938l-9.98242 10.0146l5.15137 11.2402c13.7207 29.9395 22.1689 49.9131 44.9111 106.174
-c5.92871 14.667 10.9844 27.1953 11.2344 27.8408c0.250977 0.644531 0.558594 1.17285 0.68457 1.17285s3.08887 -6.76758 6.58594 -15.04c19.7676 -46.7715 33.4824 -78.4385 42.918 -99.0928c27.7207 -60.6885 67.6377 -138.999 134.049 -262.986
-c6.08008 -11.3516 10.999 -20.6875 10.9297 -20.7461c-0.0683594 -0.0585938 -2.62109 1.30664 -5.67188 3.0332c-9.88574 5.59668 -22.8633 11.2031 -37.5469 16.2227c-9.14844 3.12695 -24.001 7.51562 -24.6748 7.29102
-c-0.244141 -0.0810547 1.75195 -1.31152 4.43555 -2.73438c21.0186 -11.1387 39.8213 -23.7549 61.8398 -41.4961c4.81055 -3.87598 11.0508 -8.90039 13.8662 -11.165c2.81641 -2.26465 5.42676 -4.47754 5.80176 -4.91504
-c0.374023 -0.438477 4.76953 -8.38184 9.7666 -17.6514c4.99805 -9.26855 14.542 -26.9062 21.2109 -39.1924c6.66797 -12.2871 12.042 -22.4219 11.9434 -22.5205c-0.0996094 -0.0996094 -1.88672 0.805664 -3.97168 2.0127
-c-36.499 21.1162 -77.1621 42.0117 -106.617 54.7881c-30.6191 13.2812 -61.2803 23.3389 -86.5068 28.376c-2.76172 0.551758 -2.70996 0.424805 -1.84668 4.56152c1.69727 8.1377 2.16699 14.2148 2.1543 27.8682c-0.0126953 14.3232 -0.375 18.4785 -2.54688 29.2471
-c-4.44727 22.043 -14.0254 41.2617 -26.4033 52.9785c-6.13477 5.80664 -12.6875 9.71484 -19.5381 11.6504c-4.0752 1.15137 -11.2637 1.55469 -15.5059 0.871094c-24.3613 -3.93066 -44.4609 -32.4023 -50.1602 -71.0537
-c-2.46484 -16.7197 -1.91309 -35.6338 1.5127 -51.8105c0.368164 -1.73633 0.606445 -3.21875 0.530273 -3.29492c-0.0761719 -0.0771484 -2.62402 -0.638672 -5.66113 -1.24902c-13.2158 -2.65527 -34.4619 -8.62793 -49.2539 -13.8438
-c-39.0693 -13.7783 -83.5664 -35.1387 -137.909 -66.2012c-8.57422 -4.90039 -9.29199 -5.27637 -9.29199 -4.85742v0zM0.426758 -63.4111c0 0.0898438 8.61133 15.6895 19.1367 34.667c74.4814 134.288 118.123 215.76 151.843 283.464
-c8.35645 16.7793 15.2422 30.5723 15.3008 30.6523c0.0595703 0.0791016 2.47461 -1.70801 5.36719 -3.97168c6.42578 -5.0293 16.4639 -11.7734 24.459 -16.4326c9.88867 -5.7627 34.3906 -17.668 41.8135 -20.3174c0.469727 -0.166992 -1.67285 1.53516 -4.76074 3.7832
-c-11.2256 8.17383 -22.6699 17.4004 -32.3359 26.0703c-5.36328 4.81055 -25.0439 24.2227 -26.2852 25.9268l-0.819336 1.12402l2.3916 5.0625c12.6182 26.7158 24.8457 55.6367 52.2402 123.562c3.85547 9.55859 7.10547 17.3799 7.22266 17.3809
-c0.117188 0 3.55664 -7.91699 7.64258 -17.5938c30.9473 -73.2852 43.0225 -100.334 64.999 -145.594c24.627 -50.7158 60.9453 -120.761 112.688 -217.334c5.07617 -9.47461 9.22949 -17.2852 9.22949 -17.3555c0 -0.0712891 -2.06348 1.04297 -4.58594 2.47656
-c-10.167 5.77539 -25.583 12.457 -40 17.3379c-6.85547 2.32031 -24.1787 7.37207 -24.4268 7.12402c-0.0830078 -0.0830078 2.11523 -1.34766 4.88477 -2.81055c23.125 -12.2207 41.7314 -24.9678 70.5166 -48.3076l11.7227 -9.50391l9.10254 -16.8535
-c5.00684 -9.26953 14.665 -27.1045 21.4629 -39.6328c6.79785 -12.5293 12.2881 -22.8516 12.2012 -22.9385s-4.74805 2.45898 -10.3574 5.6582c-76.6455 43.7051 -132.868 67.8633 -183.64 78.9072c-2.93359 0.638672 -5.38184 1.19824 -5.43945 1.24512
-c-0.0585938 0.0458984 0.357422 2.85254 0.924805 6.23535c1.68848 10.0684 2.08887 16.4102 1.8291 28.918c-0.250977 12.0498 -0.901367 18.0029 -3.05957 28.0078c-3.70996 17.1982 -11.0898 33.5469 -20.1816 44.7109
-c-3.60449 4.42578 -9.83691 10.0693 -13.9658 12.6465c-7.61914 4.75488 -14.5518 6.6748 -22.7793 6.31055c-5.92871 -0.262695 -9.16992 -1.05664 -14.4922 -3.54785c-28.666 -13.418 -46.2764 -60.8574 -40.1826 -108.245
-c0.476562 -3.70508 1.24902 -8.49023 1.7168 -10.6338c0.467773 -2.14258 0.803711 -3.93555 0.74707 -3.9834c-0.0576172 -0.0478516 -2.60059 -0.600586 -5.65137 -1.22754c-50.7383 -10.4297 -110.791 -36.2021 -189.376 -81.2715
-c-6.6123 -3.79297 -7.10352 -4.0498 -7.10352 -3.7168v0zM1.32031 -61.7871c0.515625 1.0127 2.70605 5.00879 4.86719 8.88086c53.1289 95.2012 105.926 192.416 139.727 257.279c7.7373 14.8477 40.1514 79.2646 40.6729 80.8291
-c0.0810547 0.242188 1.0918 -0.341797 2.24707 -1.2959c12.8525 -10.627 30.7988 -21.5684 51.166 -31.1963c7.31641 -3.45898 18.2344 -8.22949 18.832 -8.22949c0.177734 0 -0.53125 0.607422 -1.57422 1.35156c-20.6074 14.6816 -36.7402 28.498 -55.127 47.2119
-l-8.00293 8.14551l1.01562 2.25879c0.558594 1.24219 2.69336 5.90625 4.74316 10.3652c12.9141 28.0938 21.9844 49.584 45.0205 106.667c5.68164 14.0791 10.5205 25.957 10.7529 26.3945c0.338867 0.638672 3.20312 -5.76562 14.5996 -32.6396
-c24.7734 -58.4248 35.1211 -81.5859 54.1094 -121.115c24.1445 -50.2646 63.6338 -126.671 114.629 -221.788c5.11816 -9.54785 9.80664 -18.3467 10.4189 -19.5547l1.11328 -2.19629l-3.71875 2.13965c-12.1318 6.98145 -29.4443 14.2939 -46.5986 19.6826
-c-6.98438 2.19434 -18.2217 5.39648 -18.9365 5.39648c-0.259766 0 2.59863 -1.65039 6.35254 -3.66699c23.5625 -12.6611 39.7793 -23.7881 68.0508 -46.6924l13.0137 -10.543l7.4541 -13.8154c4.09863 -7.59863 13.7461 -25.416 21.4375 -39.5957
-c7.69141 -14.1787 13.9287 -25.835 13.8613 -25.9023s-1.65039 0.751953 -3.51758 1.82031c-82.7959 47.377 -140.212 72.2695 -191.342 82.9541c-2.46387 0.514648 -4.53906 0.986328 -4.61133 1.04883c-0.0722656 0.0615234 0.244141 2.10156 0.703125 4.5332
-c1.69727 8.9834 1.98828 12.998 1.97754 27.2461c-0.0107422 14.8877 -0.365234 18.9424 -2.60547 29.8672c-4.43262 21.6162 -13.6406 40.1172 -25.8164 51.8701c-9.62793 9.29492 -18.8564 13.4092 -30.0713 13.4092c-11.4727 0 -21.1895 -4.70117 -31.2041 -15.0986
-c-21.3965 -22.2148 -31.1006 -65.7236 -23.5439 -105.561c0.476562 -2.51172 0.958008 -4.87598 1.06934 -5.25391c0.164062 -0.558594 -0.495117 -0.822266 -3.54102 -1.41992c-18.8213 -3.69238 -42.5332 -10.707 -64.3301 -19.0283
-c-34.6299 -13.2217 -74.1631 -32.6045 -123.094 -60.3535c-5.04492 -2.86035 -9.61523 -5.43652 -10.1553 -5.72363l-0.982422 -0.521484zM0.883789 -62.6455c0.286133 0.545898 9.2998 16.832 20.0293 36.1924c59.5869 107.516 98.4893 179.47 130.565 241.493
-c5.95508 11.5137 34.7158 68.9834 35.0996 70.1348c0.0732422 0.21875 2.23535 -1.27246 4.80371 -3.31543c15.6943 -12.4766 38.6113 -25.4062 63.7646 -35.9746c2.46387 -1.03516 4.28809 -1.70801 4.05371 -1.49512
-c-0.235352 0.212891 -3.73145 2.80371 -7.76953 5.75586c-9.36133 6.84375 -17.9893 13.7646 -26.9463 21.6162c-7.43066 6.5127 -23.5938 22.165 -27.7832 26.9053l-2.45215 2.77344l6.05566 13.2266c11.3379 24.7666 21.1318 47.7441 35.8457 84.0967
-c4.36035 10.7705 10.5518 26.0625 13.7607 33.9834c3.20898 7.91992 5.9541 14.3994 6.10156 14.3994c0.146484 0 3.20898 -6.95996 6.80566 -15.4668c37.5586 -88.8477 50.6484 -117.545 83.2441 -182.507c24.3262 -48.4785 52.0752 -101.61 92.1826 -176.504
-c6.30664 -11.7764 11.5859 -21.7236 11.7334 -22.1064c0.185547 -0.484375 -0.561523 -0.223633 -2.45605 0.859375c-5.21094 2.97852 -19.832 9.94922 -26.4023 12.5889c-10.3965 4.17676 -37.2695 12.7979 -39.8574 12.7871
-c-0.254883 -0.000976562 3.07715 -1.92773 7.40332 -4.28223c10.5859 -5.75977 17.7881 -10.0938 27.9736 -16.835c11.9424 -7.90234 18.1973 -12.5693 36.1553 -26.9736l15.6748 -12.5732l2.94434 -5.40039c3.53125 -6.47852 38.9551 -71.9453 39.7266 -73.4189
-l0.540039 -1.03125l-1.86719 1.08984c-12.4189 7.25391 -39.3623 22.0586 -54.9863 30.2139c-51.8154 27.0449 -96.6074 44.6758 -134.604 52.9824c-4.46484 0.975586 -8.15039 1.78809 -8.19043 1.80469c-0.0410156 0.0175781 0.376953 2.71777 0.927734 6.00195
-c0.551758 3.28418 1.23438 8.27441 1.51855 11.0908c0.657227 6.51074 0.65918 21.9277 0.00390625 28.5869c-2.38086 24.1963 -10.1973 46.0225 -21.8135 60.9092c-2.87109 3.67871 -8.49902 9.22559 -12.1367 11.9619c-4.33105 3.25684 -10.8857 6.41504 -15.6787 7.55371
-c-4.56445 1.08398 -11.5195 1.18359 -16.0459 0.229492c-11.8516 -2.49805 -22.6611 -10.7686 -31.5918 -24.1689c-16.3721 -24.5674 -22.3789 -61.8174 -15.6396 -96.9775c0.355469 -1.85449 0.745117 -3.68262 0.866211 -4.06348
-c0.182617 -0.576172 -0.617188 -0.857422 -4.79199 -1.6875c-7.85059 -1.55957 -24.0215 -5.71582 -33.4951 -8.60938c-41.5117 -12.6768 -90.8486 -35.4355 -151.144 -69.7188c-14.0088 -7.96582 -12.7646 -7.33691 -12.1299 -6.12793h0.000976562zM0.521484 -63.3193
-c0.993164 1.69336 42.1621 76.1055 52.3379 94.5996c57.7773 105.005 101.052 186.776 125.924 237.946c4.27734 8.7998 7.83984 16.0713 7.91699 16.1572c0.0761719 0.0869141 1.15625 -0.704102 2.39941 -1.75781c10.5156 -8.9082 27.5176 -19.5059 45.3535 -28.2705
-c10.4453 -5.13281 24.96 -11.6055 24.96 -11.1299c0 0.0830078 -2.35156 1.84473 -5.22656 3.91504c-18.3623 13.2217 -35.8818 28.3564 -51.9756 44.8984l-8.01465 8.23828l1.72363 3.70801c14.4395 31.0625 25.998 58.3184 50.9268 120.081
-c4.90137 12.1445 9.01855 22.0801 9.15039 22.0801s2.61914 -5.61621 5.52832 -12.4795c24.7373 -58.377 32.1211 -75.4512 42.4854 -98.2402c28.0205 -61.6133 65.8486 -135.995 132.95 -261.421c7.24512 -13.542 13.1719 -24.7295 13.1719 -24.8623
-s-1.00781 0.352539 -2.23926 1.07812c-1.23242 0.725586 -6.03613 3.21191 -10.6758 5.52344c-13.5479 6.75195 -29.2871 12.6641 -47.2441 17.7471c-4.57617 1.29492 -8.56055 2.43457 -8.85352 2.53125c-1.40527 0.464844 -0.192383 -0.361328 3.2002 -2.18066
-c26.4814 -14.1973 42.0986 -24.8076 71.4834 -48.5664l12.7109 -10.2764l3.13281 -5.75977c1.72266 -3.16797 11.3389 -20.9287 21.3691 -39.4668c10.0303 -18.5391 18.3389 -33.8809 18.4629 -34.0928s0.0517578 -0.285156 -0.160156 -0.161133
-c-52.752 30.7129 -101.268 54.5732 -139.906 68.8066c-18.7939 6.92285 -43.6201 14.1562 -56.4541 16.4492c-2.93848 0.525391 -3.10645 0.615234 -2.875 1.54004c0.135742 0.540039 0.614258 3.14746 1.0625 5.79395c2.48242 14.6416 2.63281 31.2539 0.421875 46.624
-c-4.4707 31.0771 -18.5342 56.8389 -37.0879 67.9365c-21.3652 12.7783 -45.2461 4.21289 -61.167 -21.9365c-14.9102 -24.4893 -20.2393 -60.8174 -13.7861 -93.9785l0.96875 -4.97559l-5.99512 -1.20996c-38.8174 -7.83594 -86.0869 -26.1631 -139.754 -54.1865
-c-15.7031 -8.19922 -46.6416 -25.2266 -56.0664 -30.8574c-0.211914 -0.126953 -0.28418 -0.0566406 -0.15918 0.155273z" />
-    <glyph glyph-name="uniF148" unicode="&#xf148;" 
-d="M56.3203 448v-455.68h455.68v-56.3203h-512v512h56.3203zM402.888 297.006l-39.209 30.1162l112.481 28.3799v-115.532l-38.9941 30.3252l-109.891 -132.101l-92.2773 73.251l-104.121 -121.508l-32.8799 28.1914l131.302 153.159l91.7871 -72.832z" />
-    <glyph glyph-name="uniF122" unicode="&#xf122;" 
-d="M190.405 277.941c0 32.6709 31.1299 64.8389 65.3428 64.8389c70.5908 0 65.8447 -64.3359 65.8447 -64.3359zM74.2969 349.315c-120.129 -172.403 9.5498 -315.152 9.5498 -315.151l-76.9023 0.50293v314.648h67.3525zM505.055 349.818l-1.00586 -315.655h-62.3262
-s39.2051 45.2363 44.2324 63.332c-47.9639 24.6348 -74.8926 37.1953 -74.8926 37.1953s-35.2432 -78.2051 -118.119 -81.9297c-89.4688 -4.02148 -109.575 105.05 -107.061 152.801c106.791 0 161.311 -1.50781 289.014 -1.50781
-c2.5127 3.51855 8.21484 97.4453 -34.6816 145.262c7.43652 0.668945 64.8398 0.50293 64.8398 0.50293v0z" />
-    <glyph glyph-name="uniF117" unicode="&#xf117;" 
-d="M332.201 65.2598l-112.695 -32.1436l-112.523 32.2842l-7.70898 88.8857h55.1465l3.92285 -45.2148l61.2412 -17.3291l0.151367 -0.3125h0.0380859l61.1055 16.9736l6.41406 73.3105h-128.436l-4.57129 57.1436h137.881l5.02344 58.2852h-210.333l-4.57129 56h274.948z
-M0 448h438.857l-39.9844 -460.908l-179.708 -51.0918l-179.238 51.085zM364.618 15.417l34.3535 396.012h-359.091l34.3047 -396.032l144.99 -41.3359z" />
-    <glyph glyph-name="uniF16A" unicode="&#xf16a;" 
-d="M351.11 447.986l0.00976562 0.00878906c36.6396 -0.407227 83.9102 -11.4004 117.587 -51.4141c10.7773 -12.8027 12.2949 -27.6895 12.0068 -44.4248c-0.277344 -16.7295 -3.51367 -35.8311 -9.2793 -56.5869c-9.7627 -35.1416 -26.9307 -74.8564 -50.8057 -112.256
-c6.06836 0.110352 13.9941 0.789062 24.9463 2.89062c8.2959 1.5918 16.0107 4.875 28.2939 -3.80273c6.1416 -4.33984 9.74316 -13.6318 9.12695 -19.623c-0.617188 -5.99121 -2.9502 -9.57031 -5.01953 -12.4727c-8.2793 -11.6113 -19.6436 -18.1543 -34.6816 -24.6426
-c-16.9756 -7.33301 -37.2471 -9.7666 -55.9785 -8.97461h-0.912109l-3.04199 0.303711c-0.402344 -1.93652 -0.736328 -4.10938 -1.06543 -6.54004c-1.30176 -45.1182 -8.00391 -72.9229 -22.665 -92.333c-14.8184 -19.6182 -37.0732 -25.8633 -54.6084 -29.3574
-c-24.8906 -4.95996 -46.8057 2.47559 -57.9551 14.4502s-14.0186 25.5303 -15.0596 28.1406c-6.42285 16.1211 -6.89844 34.5762 -7.75684 54.457c-0.271484 6.29297 -0.527344 12.4971 -0.760742 18.8613c-6.12402 -2.53516 -12.2686 -4.39551 -18.1016 -5.32324
-c-17.1084 -2.7207 -31.627 -0.00585938 -40.1572 1.97754c-4.74902 1.10352 -9.43164 2.62012 -14.1465 5.01953c-3.74023 1.90332 -7.71191 3.96777 -11.5605 8.6709c-7.90137 -6.05176 -17.1123 -10.0967 -27.2275 -10.4961
-c-14.4404 -0.570312 -26.7051 6.11133 -35.5947 14.1465c-17.7793 16.0674 -29.1533 39.7207 -39.5488 66.0156c-10.3975 26.2949 -18.7119 55.2461 -24.6426 79.8594c-5.93164 24.6133 -9.41309 43.5586 -10.04 55.2168c-2.27246 42.2451 8.4834 73.3291 28.9014 93.3945
-c20.418 20.0664 48.0762 27.1699 73.3184 28.4463c36.3135 1.83398 70.6816 -7.41016 87.3154 -12.7783c16.832 9.16992 37.875 14.6699 62.208 14.2988c12.7998 -0.192383 24.3896 -1.41699 35.2959 -3.19434c0.459961 0.133789 0.69043 0.311523 1.21582 0.456055
-c3.53223 0.979492 8.41602 2.17773 14.2979 3.34668c11.7627 2.33691 27.7695 4.46191 46.0859 4.25879zM346.71 435.826l0.00878906 0.000976562c-17.3281 -0.149414 -32.3271 -2.60352 -42.7432 -4.86719c-5.20898 -1.13281 -9.25586 -2.26465 -11.8652 -3.04297
-c-1.30469 -0.388672 -2.22363 -0.674805 -2.89062 -0.912109c-0.166016 -0.0595703 -0.407227 -0.0722656 -0.608398 -0.152344c-0.0996094 -0.0400391 -0.107422 -0.0625 -0.303711 -0.152344c-10.7607 2.49805 -22.2822 4.06836 -34.834 4.25977
-c-24.6787 0.375977 -44.2998 -5.80859 -59.6279 -15.5156c-7.50879 2.69824 -37.0127 12.7891 -71.4941 14.2988c-5.66602 0.248047 -11.4238 0.155273 -17.1885 -0.152344c-23.0596 -1.22949 -46.7773 -7.64062 -64.0391 -24.6416
-c-17.2607 -17.0049 -27.249 -43.9814 -25.0977 -83.9688c0.504883 -9.39453 3.90527 -28.8955 9.73438 -53.0879c5.83105 -24.1914 13.9502 -52.5244 24.0342 -78.0352c10.085 -25.5039 21.832 -48.0254 36.3467 -61.1514
-c7.26074 -6.56152 15.7939 -11.0215 25.251 -10.6484c9.45605 0.374023 18.3789 5.56055 26.4678 14.6035c19.2988 21.5879 35.2168 37.1289 38.332 40.1572c8.34082 -4.17188 17.5771 -6.62109 27.3809 -6.84473
-c0.0195312 -0.256836 0.125977 -0.504883 0.151367 -0.760742c-5.71387 -6.2334 -8.5166 -9.98633 -11.2559 -12.0166c-3.17773 -2.35449 -8.29004 -4.30957 -23.1211 -7.14941c-8.1748 -1.56641 -13.5508 -3.28418 -17.6455 -6.38867
-c-2.04688 -1.55273 -3.9043 -3.73047 -4.5625 -6.38867c-0.65918 -2.6582 0.0898438 -5.35938 1.2168 -7.30078c2.25195 -3.88477 5.65137 -5.83789 9.12695 -7.60645c3.47461 -1.76758 7.11035 -2.98047 10.6475 -3.80273
-c7.58301 -1.76465 20.3066 -4.08789 34.5293 -1.8252c10.4629 1.66406 21.8525 6.00586 31.9434 14.4502c-0.146484 -17.2598 0.0976562 -33.8457 0.760742 -48.2188c0.487305 -10.5459 1.18555 -19.8926 2.12988 -27.5322s1.89746 -13.3672 3.80273 -17.7979
-c2.75684 -6.40723 7.41895 -16.9033 17.4932 -24.7939c10.0742 -7.88965 25.7275 -12.4824 47.1553 -8.21387c17.3232 3.4541 30.1318 8.83789 39.2441 17.6455c9.1123 8.80664 13.8389 20.502 16.5811 35.29c3.24316 17.4727 8.64355 57.3574 11.1035 78.7969
-c0.046875 -0.0136719 0.105469 0.0126953 0.152344 0c5.88965 -1.70215 12.876 -2.3584 20.3838 -2.28223c15.0137 0.15332 31.8506 2.81543 43.6562 7.91016c13.3076 5.74609 23.8037 12.7168 29.0527 20.0781c1.3125 1.84082 2.46191 3.87207 2.73828 6.54102
-s-1.19629 6.36914 -3.80273 8.21387c-5.21289 3.68848 -10.333 2.68555 -17.1885 1.36914c-27.2412 -5.22852 -40.875 -3.21289 -46.8506 -0.913086c-1.49414 0.575195 -2.4873 1.16797 -3.19434 1.67383c28.6621 40.5625 48.999 85.7695 59.7803 124.582
-c5.55762 20.0068 8.56934 38.2666 8.82227 53.5439c0.253906 15.2764 -1.82617 27.709 -8.97461 36.2031c-31.7822 37.7617 -76.082 46.8457 -110.739 46.5459zM346.871 422.898l-0.000976562 0.000976562c32.0254 0.277344 71.0146 -7.52734 99.6348 -41.5312
-c3.51953 -4.18164 6.31445 -14.3154 6.08496 -28.1406c-0.230469 -13.8242 -3.01758 -31.2441 -8.36621 -50.501c-9.93457 -35.7627 -28.7383 -77.6787 -54.6084 -115.604c-0.75293 0.862305 -1.50391 1.69434 -2.28223 2.58594
-c9.82227 15.1426 11.5439 30.5352 10.7998 44.5693c-0.791016 14.9238 -3.90527 28.6709 -3.49805 40.3096c0.548828 16.002 4.99023 27.3623 4.41113 44.1133c0.0410156 0.140625 0.121094 0.333008 0.152344 0.456055c0.332031 1.2832 0.195312 1.99023 0.151367 2.73828
-c-0.0859375 1.49512 -0.325195 2.89844 -0.759766 4.56348c-0.871094 3.3291 -2.4375 7.53516 -4.71582 12.625c-4.55664 10.1797 -12.0029 23.5654 -23.2734 36.9629c-13.6855 16.2686 -33.084 32.7549 -58.8672 43.3525c9.30273 1.78809 21.4746 3.38086 35.1377 3.49902z
-M253.321 418.031l-0.0078125 0.00390625c51.916 -0.791992 85.4209 -25.377 106.182 -50.0459c10.376 -12.334 17.4971 -24.6006 21.6006 -33.7686c1.21289 -2.71094 1.57227 -4.35254 2.28125 -6.38965c-24.4902 2.30176 -40.7334 -1.80664 -50.0449 -11.7119
-c-10.5049 -11.1768 -9.88281 -26.9912 -5.78027 -42.2881c4.10352 -15.2959 12.0557 -31 19.3184 -43.96c3.63184 -6.47949 6.98535 -12.2979 9.73535 -16.8848c2.75 -4.58594 4.87598 -8.26855 5.32422 -9.27832c4.19531 -9.45801 9.63965 -16.209 13.8428 -21.1436
-c2.16797 -2.54688 3.83398 -4.63965 5.01953 -6.23633c-1.52148 -0.416016 -3.38184 -0.860352 -5.32422 -1.67383c-3.9375 -1.64844 -8.4668 -4.7207 -11.4082 -9.73438c-2.81348 -4.79492 -4.15039 -11.0576 -3.80371 -19.167l-0.00195312 -0.151367l0.00195312 -0.152344
-c0.0136719 -0.266602 -0.0166016 -0.490234 0 -0.760742c-1.02441 -11.8848 -8.46582 -69.0381 -12.1689 -88.9854c-2.49707 -13.4736 -6.39551 -22.2822 -12.9287 -28.5977c-6.53418 -6.31445 -16.2295 -10.6797 -32.0957 -13.8418
-c-18.3008 -3.64551 -28.3066 0.00488281 -35.291 5.47559c-6.98438 5.46973 -10.8965 13.4834 -13.5371 19.6221c-0.792969 1.84375 -2.00391 7.28027 -2.89062 14.4512s-1.65234 16.2812 -2.12988 26.6191c-0.954102 20.6738 -1.07129 46.2959 -0.303711 71.7949v0.0859375
-c0 0.53418 -0.135742 1.38184 -0.304688 1.8916c-0.0214844 0.15332 -0.12793 0.304688 -0.151367 0.457031l0.00195312 0.151367l-0.00195312 0.152344c-0.305664 1.77539 -0.71875 3.53906 -1.36914 5.17188c-2.60742 6.54102 -7.54297 12.1855 -14.6035 14.9072
-c-2.30859 0.889648 -6.14551 2.53223 -11.1035 2.12988c-0.896484 -0.0732422 -1.82715 -0.391602 -2.73828 -0.609375c1.4082 5.48633 3.88672 12.0576 6.84473 19.4707c0.00488281 0.0117188 -0.00390625 0.141602 0 0.152344
-c7.02832 17.5615 26.0967 40.7764 11.5605 103.283c-3.03027 13.0264 -11.3164 21.6133 -21.4473 25.251c-5.06641 1.81836 -10.4668 2.58301 -15.8203 2.58594c-5.35254 0.00195312 -10.6338 -0.713867 -15.8193 -1.8252
-c-10.3701 -2.22461 -20.1533 -6.06738 -27.5322 -9.8877c-0.108398 -0.0556641 -0.197266 -0.0966797 -0.303711 -0.152344c0.988281 11.6533 3.59863 29.0273 10.6475 46.3945c6.04199 14.8887 15.2002 29.3984 28.9014 40.0059
-c1.0625 0.822266 2.22754 1.65625 3.3457 2.43359c13.3018 9.24316 30.624 15.1162 54.3047 14.7549zM116.865 416.971l-0.000976562 0.00488281c25.6836 -0.511719 50.6045 -6.99023 64.1924 -11.1045c-12.8643 -11.7588 -21.4336 -26.1836 -27.2256 -40.4619
-c-13.1582 -32.4209 -12.333 -64.5195 -12.3213 -64.9541c0 -0.00292969 -0.0078125 0.1875 0 -0.152344c0.0078125 -0.338867 0.0751953 -0.884766 0.151367 -1.2168c0.0908203 -4.29785 0.679688 -10.7363 0.913086 -20.3828
-c0.253906 -10.4932 0.00292969 -23.8506 -2.12988 -38.0283c-3.66211 -24.3477 6.75391 -46.7197 24.1855 -60.541c-4.71875 -4.6084 -19.0977 -18.749 -37.4189 -39.2451c-6.58105 -7.35547 -11.9561 -9.70996 -16.4287 -9.88672
-c-4.47168 -0.176758 -9.42773 1.75488 -15.0586 6.84473c-11.2627 10.1787 -23.084 31.7168 -32.8564 56.4336c-9.77344 24.7158 -17.8486 52.7383 -23.5781 76.5117c-5.72852 23.7734 -9.04688 43.8213 -9.43066 50.958c-2.0293 37.7275 7.18359 60.4795 21.2959 74.3809
-c14.1143 13.9004 33.8965 19.5752 54.7607 20.6875c3.67285 0.195312 7.2832 0.224609 10.9502 0.152344zM367.092 315.517c1.75977 0.0771484 3.65137 0.0361328 5.62793 0c3.70508 -0.0683594 7.94141 -0.393555 12.4736 -0.913086
-c-0.259766 -12.7129 -3.84863 -23.124 -4.41113 -39.5488c-0.489258 -13.9863 2.7832 -27.8867 3.49805 -41.375c0.580078 -10.9297 -0.311523 -21.416 -5.78027 -32.0957c-1.28125 2.125 -2.49316 4.3877 -3.65039 6.99707
-c-1.23242 2.77734 -3.32617 6.04688 -6.08496 10.6475c-2.75781 4.59961 -6.06641 10.3066 -9.58301 16.5801c-7.03223 12.5488 -14.4824 27.582 -18.1016 41.0713c-3.61816 13.4883 -3.11719 24.4971 2.73828 30.7266c3.84277 4.08789 10.9541 7.36523 23.2734 7.91016z
-M199.771 313.387c4.02051 -0.00292969 7.70605 -0.5625 10.8008 -1.67383c6.18848 -2.22168 10.6572 -6.20312 12.9297 -15.9717c13.9102 -59.8164 -2.55664 -75.1279 -10.9531 -96.1348c-2.87988 -7.2168 -5.70215 -14.0928 -7.45312 -20.8398
-c-30.1143 0.0449219 -55.7432 27.2539 -50.8057 60.085c2.27344 15.1113 2.5459 29.2061 2.28125 40.1572c-0.241211 9.99316 -0.958008 16.6494 -1.06445 19.4707c0.19043 0.162109 0.196289 0.259766 0.456055 0.456055c1.50293 1.13672 4.15039 2.78027 7.30176 4.41211
-c6.30078 3.2627 14.9863 6.64258 23.7295 8.51758c4.37109 0.938477 8.75781 1.52344 12.7773 1.52148zM364.36 309.432c-1.36035 0.0302734 -2.89258 -0.107422 -4.41211 -0.304688c-3.03711 -0.393555 -5.77441 -1.09961 -7.75684 -2.12988
-c-0.991211 -0.514648 -1.68164 -1.14844 -2.28223 -1.8252c-0.599609 -0.676758 -1.04395 -1.53613 -0.912109 -2.43359c0.129883 -0.859375 0.53125 -1.6416 1.2168 -2.43359s1.6377 -1.58887 2.73828 -2.28223c2.20117 -1.38574 5.25293 -2.40039 8.51758 -1.97754
-c3.26855 0.421875 5.96289 2.20605 7.91016 4.10742c0.973633 0.951172 1.75488 1.94336 2.28125 2.88965c0.501953 0.902344 0.851562 1.7002 0.760742 2.58594c-0.00390625 0.0449219 0.00683594 0.108398 0 0.152344
-c-0.134766 0.897461 -0.745117 1.63086 -1.52051 2.12988c-0.776367 0.498047 -1.78613 0.821289 -2.89062 1.06445s-2.29004 0.425781 -3.65039 0.457031zM200.687 306.236c-1.42773 -0.0322266 -2.75391 -0.191406 -3.95508 -0.456055
-s-2.24609 -0.606445 -3.19434 -1.2168c-0.397461 -0.255859 -0.887695 -0.685547 -1.2168 -1.06445h-0.608398l-0.304688 -1.8252c-0.204102 -1.3457 0.324219 -2.29102 0.913086 -3.34668c0.587891 -1.05664 1.39062 -2.17578 2.43359 -3.19434
-c2.08594 -2.03711 5.05371 -3.94531 8.6709 -4.41113c3.61133 -0.46875 6.89355 0.625977 9.27832 2.12891c1.19238 0.751953 2.12305 1.69922 2.89062 2.58594c0.766602 0.886719 1.3418 1.69824 1.52051 2.89062c0.19043 1.2666 -0.332031 2.36621 -1.06445 3.19434
-c-0.733398 0.828125 -1.66016 1.56934 -2.73828 2.12891c-2.15625 1.12109 -4.90039 1.87305 -8.06152 2.28223c-1.5791 0.205078 -3.13672 0.335938 -4.56348 0.303711zM388.853 165.078c1.83105 -1.3877 3.97266 -2.69629 6.8457 -3.80273
-c9.95117 -3.83008 26.3135 -5.20898 55.0645 0.304688c-4.24902 -3.56836 -11.2725 -8.3252 -19.4707 -11.8652c-8.62305 -3.7207 -24.8486 -6.55859 -38.0283 -6.69336c-6.58984 -0.0664062 -12.5771 0.648438 -16.124 1.67383
-c-1.69531 0.490234 -2.68066 0.951172 -3.04199 1.2168c-0.324219 6.65723 0.832031 10.5664 2.12891 12.7773c1.33887 2.28125 2.92578 3.23047 5.02051 4.10742s4.56055 1.2832 7.60547 2.28125zM222.587 163.408l0.00683594 -0.000976562
-c1.09375 0.0898438 2.38086 -0.37793 4.55664 -1.21582c2.23633 -0.862305 5.41504 -3.86719 6.84473 -7.45312c1.42871 -3.58691 1.27344 -7.02734 -0.456055 -9.2793c-10.0693 -13.1094 -21.8262 -18.124 -33.1611 -19.9268
-c-11.335 -1.80371 -22.2666 -0.0224609 -28.9004 1.52051c-2.3252 0.541016 -5.21875 1.60156 -7.4541 2.73828c-0.920898 0.46875 -0.775391 0.464844 -1.36914 0.913086c1.86133 0.810547 4.56055 1.80469 9.43164 2.73828
-c15.3896 2.94531 23.1191 5.33789 29.0537 9.73438c5.93457 4.39746 8.46777 9.10254 15.667 16.5811c3.05762 3.18164 4.68262 3.56152 5.78027 3.65039z" />
-    <glyph glyph-name="uniF167" unicode="&#xf167;" 
-d="M107.119 448.002c0.473633 0.0166016 0.947266 0.0175781 1.41895 0c-0.777344 0.0263672 4.30762 -0.533203 3.54297 -0.380859c-0.764648 0.15332 4.27637 -1.29199 3.54297 -1.01562c-0.734375 0.276367 3.99219 -1.91797 3.30566 -1.52441
-c-0.574219 0.329102 1.98535 -1.27441 2.59863 -1.65137c0.119141 -0.0732422 0.573242 -0.462891 0.47168 -0.380859c85.6543 -64.8135 171.298 -129.645 256.953 -194.454c0.0712891 -0.0537109 0.165039 -0.0732422 0.236328 -0.126953
-c0.0703125 -0.102539 2.57031 -2.33008 2.125 -1.90527c-0.485352 0.464844 2.55273 -2.81348 2.12598 -2.28613s2.13281 -3.12207 1.77148 -2.54004s1.82422 -3.4209 1.53516 -2.79492c-0.290039 0.626953 1.39355 -3.70801 1.18066 -3.04785
-c-0.212891 0.661133 0.958984 -3.73242 0.826172 -3.04785s0.405273 -4 0.354492 -3.30273c-0.0507812 0.698242 0.0839844 -3.87305 0.118164 -3.17578c0.0322266 0.699219 -0.46875 -3.86328 -0.354492 -3.1748c0.115234 0.688477 -0.904297 -3.8418 -0.708984 -3.1748
-c0.196289 0.667969 -1.45312 -3.68262 -1.18066 -3.04785c0.273438 0.633789 -1.7627 -3.38672 -1.41699 -2.79492c0.34668 0.591797 -2.18457 -3.20703 -1.77148 -2.66699c0.414062 0.540039 -2.48145 -2.89258 -2.00684 -2.41309
-c0.473633 0.479492 -2.88867 -2.44238 -2.3623 -2.03223c0.527344 0.410156 -3.05078 -1.98438 -2.47949 -1.65137c-0.0390625 -0.0419922 -0.0791016 -0.0839844 -0.118164 -0.125977c-114.032 -66.5977 -228.062 -133.194 -342.094 -199.788
-c0.642578 0.373047 -3.75586 -1.66895 -3.07031 -1.39746c0.685547 0.270508 -3.90234 -1.17773 -3.18848 -1.01562c0.714844 0.162109 -4.15332 -0.560547 -3.4248 -0.507812c0.732422 0.0625 -4.0332 0.0615234 -3.30566 0.000976562
-c0.727539 -0.0625 -4.13672 0.682617 -3.4248 0.507812c0.711914 -0.172852 -3.87012 1.42383 -3.18848 1.14258c0.682617 -0.280273 -3.70703 1.90723 -3.06934 1.52441c0.636719 -0.382812 -3.41406 2.38184 -2.83496 1.90527
-c0.580078 -0.476562 -2.99023 2.97461 -2.47949 2.41309s-2.67383 3.42773 -2.24316 2.79492c0.430664 -0.634766 -2.11328 3.74121 -1.77148 3.04785c0.341797 -0.694336 -1.66309 4.16797 -1.41699 3.42969c0.246094 -0.740234 -0.97168 4.19824 -0.826172 3.42871
-c0.144531 -0.769531 -0.514648 4.4668 -0.472656 3.68359c0.0410156 -0.785156 0.0625 4.33887 0 3.55566c-0.0634766 -0.782227 0.756836 4.32129 0.589844 3.55664c13.4619 62.8721 26.9238 125.74 40.3857 188.612l43.9277 205.882
-c-0.0126953 -0.0595703 0.113281 0.250977 0.118164 0.253906c0.0576172 0.0585938 1.05957 3.85352 0.826172 3.17578c-0.253906 -0.735352 1.76562 3.99121 1.41699 3.30176c-0.348633 -0.688477 2.20801 3.67676 1.77148 3.04883
-c-0.436523 -0.628906 2.75879 3.34863 2.24316 2.79395s3.18164 2.88281 2.59766 2.41309s3.47461 2.28027 2.83398 1.90527c-0.639648 -0.375 3.75391 1.79785 3.07031 1.52441c-0.583008 -0.233398 2.18359 0.686523 2.71582 0.888672
-c0.0917969 0.0351562 0.577148 0.152344 0.472656 0.126953c0.396484 -0.0175781 5.0498 0.549805 4.13281 0.507812z" />
-    <glyph glyph-name="uniF16C" unicode="&#xf16c;" 
-d="M212.168 448.005c113.406 0.00390625 104.645 -59.4297 104.645 -59.4297v-98.2119c0 -59.3965 -57.7021 -58.4189 -57.7021 -58.4189h-102.707c-61.5928 0 -59.6436 -63.4883 -59.6436 -63.4883v-53.2217h-36.1709s-60.6104 -4.07031 -60.6104 110.628
-c0 114.694 69.4375 106.444 69.4375 106.444h144.686v15.334h-103.552l-0.121094 51.0693s-6.7793 49.2949 101.739 49.2949zM155.072 413.667c-10.3027 0 -18.6309 -8.72363 -18.6309 -19.5156c0 -10.793 8.32812 -19.5156 18.6309 -19.5156
-s18.6299 8.72266 18.6299 19.5156c0 10.792 -8.32715 19.5156 -18.6299 19.5156zM215.291 2.56445c-113.405 -0.00292969 -104.645 59.4297 -104.645 59.4297v98.2119c0 59.3965 57.7031 58.4189 57.7031 58.4189h102.707c61.5918 0 59.6426 63.4883 59.6426 63.4883
-v53.2227h36.1709s60.6104 4.07031 60.6104 -110.628c0 -114.694 -69.4375 -106.445 -69.4375 -106.445h-144.686v-15.333h103.552l0.12207 -51.0693s6.77832 -49.2959 -101.74 -49.2959zM272.388 36.9033c10.3027 0 18.6299 8.72266 18.6299 19.5156
-c0 10.792 -8.32715 19.5146 -18.6299 19.5146s-18.6299 -8.72266 -18.6299 -19.5146c0 -10.793 8.32617 -19.5156 18.6299 -19.5156z" />
-    <glyph glyph-name="uniF173" unicode="&#xf173;" 
-d="M42.5166 59.54l24.5742 0.00195312c19.4287 0 36.252 -2.8877 36.252 -25.1836c-1.27246 -24.3018 -18.0752 -24.5732 -18.0752 -24.5732l23.3555 -23.3555h-29.4482l-17.4658 17.4658v-19.5986h-19.1924v75.2432zM62.623 39.1309v-13.4043h16.5518v13.4043h-16.5518z
-M145.689 59.2334c1.50098 -0.00976562 2.88379 0 4.16309 0c10.2383 0 29.3467 -0.671875 29.3467 -17.8711v-54.8359h-19.8018v12.4902h-19.0898v-12.7949h-19.7002v52.2959c0 19.8008 14.5742 20.7754 25.082 20.7158zM140.612 40.3457v-20.6133h18.4805v20.6133h-18.4805
-zM198.933 59.1875h20.3838v-71.9824h-20.3838v71.9824zM240.66 58.2295l20.0664 0.320312v-53.1914h28.9844v-19.1104h-49.0508v71.9814zM354.683 58.8701v-19.4287h-32.8057v-7.00781h14.0146c7.3252 0 22.6143 0.318359 22.6143 -22.6143
-s-10.5117 -24.2061 -31.8506 -24.2061h-25.7998v17.5176h29.6221c8.91797 0 9.40918 2.90332 9.40918 5.43262c0 2.53027 -4.55957 3.70703 -13.832 3.70703c-9.27344 0 -26.4727 4.55664 -26.4727 22.3926s8.91797 24.5244 26.7549 24.5244
-c17.8359 0 28.3457 -0.317383 28.3457 -0.317383zM60.3857 80.8447l-0.00292969 -0.00292969s-4.45898 28.0264 6.37012 81.5361c10.8271 53.5088 26.7529 89.1836 54.1445 140.145c27.3916 50.9639 71.3418 93.0059 135.045 98.7393
-c63.7031 5.73242 114.027 -45.2285 114.027 -45.2285l-7.64453 -11.4658s-19.1084 21.6582 -54.1436 17.8369c-35.0361 -3.8252 -96.8242 -39.4961 -106.378 -117.848c-9.55566 -78.3516 28.0283 -163.712 28.0283 -163.712h-169.446zM26.623 166.205l33.125 -2.54785
-l-5.7334 -33.124l-31.2129 3.82227zM78.8584 236.277l-29.9395 9.55566l9.55469 26.7539l29.3027 -11.4658zM120.264 321.633l-22.9326 15.2891l17.8359 19.7471l22.2959 -14.6514zM165.494 400.625l21.0205 10.8281l15.2891 -17.1992l-21.0215 -12.1025zM240.021 421.646
-l27.3916 -1.27441l2.54785 -16.5615l-26.1172 -0.637695zM328.565 401.898l21.0215 -15.2881l-3.82129 -5.7334l-17.8369 9.55566zM324.746 352.85l17.1992 -3.82129v-7.64453l-17.1992 1.91113v9.55469zM269.962 344.565l17.8369 4.45898l2.54785 -10.1924
-l-12.1035 -9.55469zM243.845 324.818l12.7402 -19.1113l-7.64355 -13.377l-18.4736 20.3838zM218.363 271.949l18.4736 -14.0146l-5.09668 -21.0215l-21.6582 18.4736zM209.443 213.98l24.207 -12.7412l1.27441 -21.0205l-26.7549 11.4658zM217.088 134.989
-l28.0293 -0.000976562l12.1025 -24.8428l-33.7617 1.91113zM93.4404 448l0.000976562 0.00390625h298.24h4.80273l-0.00585938 -4.80273v-344.479c0 -56.4639 4.50195 -96.0361 -6.55957 -123.361c-5.53125 -13.6621 -15.5244 -23.9023 -31.04 -30.2402
-s-36.4473 -9.11914 -65.2793 -9.11914c-114.095 0 -288 1.11914 -288 1.11914h-4.95996l0.15918 4.96094s0.640625 121.21 0.640625 244.479c0 119.26 -5.28125 182.946 3.51953 219.039c4.40039 18.0459 13.3691 29.5918 27.8398 35.5195
-c14.4717 5.92676 33.7197 6.87988 60.6416 6.87988zM93.4414 438.244l-0.000976562 -0.00292969c-26.6494 0 -45.0684 -1.20996 -56.96 -6.08008s-18.1172 -12.71 -22.0801 -28.96c-7.9248 -32.502 -3.2002 -97.1055 -3.2002 -216.638
-c0 -120.812 -0.769531 -234.91 -0.795898 -239.677c5.63672 -0.0361328 171.064 -1.12012 283.197 -1.12012c28.1982 0 48.0527 2.78613 61.5986 8.31934c13.5469 5.53418 21.0576 13.3447 25.7598 24.9609c9.40527 23.2285 5.75977 62.7559 5.75977 119.68v339.518
-h-293.278z" />
-    <glyph glyph-name="uniF16E" unicode="&#xf16e;" 
-d="M236.393 192.569c0 28.3711 23.0449 51.417 51.416 51.417s51.416 -23.0459 51.416 -51.417s-23.0449 -51.416 -51.416 -51.416s-51.416 23.0449 -51.416 51.416zM575.412 192.569c0 -35.3359 -41.6855 -71.0811 -108.875 -93.3066
-c-3.48242 -1.12695 -7.06738 -2.25391 -10.7549 -3.37988c1.33203 -5.22363 2.45801 -10.3447 3.48242 -15.3643c6.24805 -31.751 7.27246 -61.249 2.86816 -85.2158c-4.71191 -25.5029 -15.3633 -43.6318 -30.7266 -52.543
-c-7.68262 -4.50684 -16.7979 -6.75977 -26.9375 -6.75977c-27.8594 0 -63.1953 16.7969 -100.067 48.5488c-5.22363 4.50586 -10.3447 9.21777 -15.5684 14.2363c-3.99414 -3.8916 -7.98926 -7.5791 -11.9834 -11.0615
-c-24.377 -21.3037 -49.4707 -36.8721 -72.4131 -44.9639c-11.9834 -4.30176 -23.25 -6.45215 -33.2881 -6.45215c-10.4463 0 -19.665 2.25293 -27.4492 6.75977c-29.3955 17.002 -39.6377 65.96 -27.2441 130.999c1.22852 6.65723 2.76562 13.5195 4.50684 20.4844
-c-5.42871 1.53613 -10.6523 3.1748 -15.6709 4.91602c-30.625 10.4473 -56.6396 24.377 -75.1787 40.2529c-19.665 16.7969 -30.1123 35.1309 -30.1123 52.8496c0 34.0049 37.2822 67.292 99.8623 89.0059c6.8623 2.35547 14.0322 4.60938 21.4062 6.75977
-c-1.63867 6.45312 -3.07227 12.8027 -4.30176 19.0508c-6.04297 30.9316 -7.16895 59.3027 -3.27734 82.1436c4.30176 24.8887 14.4414 42.6074 29.498 51.3135c30.5215 17.7197 82.4502 -0.511719 135.301 -47.5234c3.1748 -2.86816 6.35059 -5.83887 9.62793 -8.91113
-c4.81348 4.60938 9.62793 9.0127 14.3389 13.2129c23.7627 20.6895 47.832 35.8477 69.5449 43.8369c23.6602 8.70605 44.1445 8.70605 59.0986 0.102539c30.624 -17.6172 40.7646 -71.6963 26.4248 -140.935c-0.819336 -4.19922 -1.84375 -8.39844 -2.86719 -12.7002
-c6.34961 -1.84375 12.4951 -3.79004 18.4355 -5.83789c29.8057 -10.2432 54.8984 -23.5576 72.7207 -38.3066c19.3574 -16.1826 29.5996 -33.9023 29.5996 -51.2119zM305.323 366.894c16.3877 -17.6162 32.7754 -38.1016 48.5479 -60.6338
-c27.1426 -2.56152 53.0557 -6.6582 77.0225 -12.1885c0.921875 3.8916 1.84375 7.68164 2.56055 11.4707c13.418 65.2441 1.84375 105.188 -14.6465 114.714c-8.39844 4.81445 -22.0205 4.19922 -38.4082 -1.84375c-18.9482 -6.96484 -40.3545 -20.5869 -61.8633 -39.3301
-c-4.4043 -3.79004 -8.80859 -7.88672 -13.2129 -12.1885zM151.381 112.27c16.3877 -3.58398 34.1074 -6.45215 52.9531 -8.50098c-6.14551 9.62793 -12.1885 19.4609 -18.0264 29.498c-5.73535 9.83301 -11.1641 19.7676 -16.2852 29.7031
-c-7.27246 -17.207 -13.6221 -34.3115 -18.6416 -50.7002zM186.308 250.644c5.73535 9.83301 11.5732 19.5625 17.6162 28.9854c-18.2305 -2.25293 -35.7451 -5.3252 -52.2354 -8.91016c5.01855 -16.1836 11.1641 -32.8779 18.334 -49.8799
-c5.12109 9.93457 10.5498 19.8701 16.2852 29.8047zM207.611 145.558c8.91113 -15.3633 18.334 -30.3174 28.167 -44.5537c16.6943 -1.02441 34.1064 -1.63965 52.0303 -1.63965c18.0264 0 35.6436 0.615234 52.6455 1.84375
-c9.32031 14.0322 18.5391 28.8838 27.6543 44.5547c9.01367 15.5684 17.3096 31.2383 24.7861 46.6025c-7.47656 15.0557 -15.6709 30.4189 -24.7861 46.0898c-8.91113 15.4658 -18.2314 30.2148 -27.7568 44.3496c-17.1045 1.33105 -34.7217 1.94531 -52.543 1.94531
-c-17.6162 0 -35.2334 -0.716797 -52.4404 -2.04785c-9.62793 -14.1348 -19.0508 -28.9863 -27.8594 -44.3496c-8.80762 -15.2607 -17.002 -30.8291 -24.4785 -46.3975c7.47656 -15.4658 15.6709 -31.0342 24.5811 -46.3975zM371.796 104.179
-c18.9482 2.25293 36.9746 5.32617 53.6689 9.11523c-5.12109 16.0811 -11.5732 33.083 -19.3574 50.7002c-5.22363 -10.1406 -10.8574 -20.3828 -16.6953 -30.5225c-5.83789 -10.0371 -11.6758 -19.8701 -17.6162 -29.293zM424.236 270.411
-c-16.5928 3.79004 -34.209 6.8623 -52.543 9.21777c5.94043 -9.32031 11.7783 -18.9482 17.5146 -28.7803c5.83789 -10.1396 11.3682 -20.1777 16.5918 -30.0098c7.27246 17.002 13.5205 33.6963 18.4365 49.5723zM253.906 308.513
-c11.165 0.511719 22.4307 0.819336 33.7998 0.819336c11.5742 0 22.9434 -0.307617 34.3115 -0.819336c-11.1641 14.8516 -22.5322 28.5762 -33.9014 40.8662c-11.5742 -12.3926 -23.0449 -26.1172 -34.21 -40.8662zM141.139 312.098
-c1.12695 -5.83789 2.45801 -11.6768 3.99512 -17.7197c23.8643 5.42871 49.7773 9.42285 76.9189 11.9834c15.7734 22.2266 32.2637 42.6084 48.959 60.6348c-2.86816 2.76562 -5.73633 5.42871 -8.60352 7.88672c-49.9824 44.2471 -90.3379 54.1816 -106.827 44.6562
-c-8.39941 -4.81348 -14.6465 -17.002 -17.6172 -34.209c-3.37988 -19.8701 -2.35547 -45.2715 3.1748 -73.2324zM155.888 191.853c-11.3691 24.7861 -20.8945 49.2656 -28.0635 72.7207c-6.8623 -1.94629 -13.418 -3.99512 -19.7676 -6.24805
-c-57.5625 -20.0752 -83.373 -47.5244 -83.373 -65.8584c0 -19.0498 27.7568 -49.0605 88.5967 -69.8516c4.6084 -1.53711 9.32031 -3.07324 14.2363 -4.50684c7.27246 23.8643 16.7979 48.6504 28.3711 73.7441zM271.626 16.2998
-c-16.8994 18.0264 -33.4922 38.6133 -49.3682 61.0439c-28.0635 2.25293 -54.0791 6.04297 -77.4316 11.2666c-1.63867 -6.55469 -2.9707 -12.9053 -4.19922 -19.0508c-11.3691 -59.917 -0.410156 -95.9707 15.3633 -105.086
-c16.4902 -9.52539 56.333 -0.511719 104.779 41.8906c3.48145 3.07324 7.16895 6.45312 10.8564 9.93555zM322.53 75.6025c-11.3691 -0.511719 -23.0449 -0.819336 -34.7217 -0.819336c-11.4717 0 -22.6357 0.205078 -33.5947 0.614258
-c11.3691 -14.9531 22.9434 -28.7803 34.6191 -41.3789c11.1641 12.3936 22.5332 26.2207 33.6973 41.584zM435.298 75.7051c-0.921875 4.60938 -1.94629 9.21777 -3.1748 14.0322c-23.7627 -5.53125 -49.9824 -9.52539 -77.8418 -11.9834
-c-15.876 -23.0459 -32.1611 -43.6328 -48.2412 -61.249c4.81348 -4.71191 9.73047 -9.11621 14.4414 -13.2129c46.1934 -39.7402 82.8604 -48.3438 98.7363 -39.126c16.4902 9.42285 28.5762 48.4463 16.0801 111.539zM550.934 192.569
-c0 9.73047 -7.375 21.2021 -20.792 32.3662c-15.4658 12.9053 -37.999 24.6836 -64.9365 34.0039c-5.53027 1.84375 -11.2666 3.6875 -17.1045 5.42871c-7.06738 -22.8398 -16.4902 -47.1143 -28.0635 -71.9004c12.0859 -25.5039 21.918 -49.9834 29.0879 -72.8232
-c3.27734 1.02441 6.55469 2.04883 9.73047 3.07227c63.1943 20.8945 92.0781 50.9043 92.0781 69.8525z" />
-    <glyph glyph-name="uniF157" unicode="&#xf157;" 
-d="M114.135 448l25.6035 -0.0078125h194.704h26.665l11.7344 -24l54.1289 -129.721h-85.8672l-33.334 68.3984h-142.971l-67.2002 -121.601l66.668 -117.335h134.399l25.6006 51.7324l-104.535 -0.533203c-22.541 -0.318359 -43.2744 20.123 -43.2744 42.667
-c0 22.543 20.7334 42.9854 43.2744 42.666l173.332 0.533203h68.8027l-30.3994 -61.8652l-67.7324 -136.534l-11.7344 -24h-26.666h-185.6h-25.0664l-12.2676 21.8672l-90.667 159.468l-11.7334 20.7969l11.7334 20.8027l90.667 164.799z" />
-    <glyph glyph-name="uniF11C" unicode="&#xf11c;" 
-d="M194.88 448c93.8486 0 194.88 -28.2998 194.88 -90.4805v-264.479c0 -62.1533 -101.018 -90.4805 -194.88 -90.4805c-93.876 0 -194.88 28.3271 -194.88 90.4805v264.479c0 62.1807 101.004 90.4805 194.88 90.4805zM361.92 93.04v52.0049
-c-28.7588 -29.6357 -98.1357 -45.0449 -167.04 -45.0449s-138.281 15.4092 -167.04 45.0449v-52.0049c0 -34.5771 74.7783 -62.6396 167.04 -62.6396c92.248 0 167.04 28.0625 167.04 62.6396zM361.92 176.56v52.0059c-28.7588 -29.6357 -98.1357 -45.0459 -167.04 -45.0459
-s-138.281 15.4102 -167.04 45.0459v-52.0059h0.0556641c0 -0.138672 -0.0556641 -0.291992 -0.0556641 -0.430664c0 -34.3691 74.792 -62.209 167.04 -62.209s167.04 27.8398 167.04 62.209c0 0.138672 -0.0556641 0.291992 -0.0556641 0.430664h0.0556641zM361.92 260.08
-v47.8291c-36.4844 -27.7979 -103.355 -40.8691 -167.04 -40.8691c-63.6836 0 -130.556 13.0713 -167.04 40.8691v-47.8291h0.0556641c0 -0.139648 -0.0556641 -0.291992 -0.0556641 -0.431641c0 -34.3682 74.792 -62.208 167.04 -62.208s167.04 27.8398 167.04 62.208
-c0 0.139648 -0.0556641 0.291992 -0.0556641 0.431641h0.0556641zM194.88 294.88c92.248 0 167.04 28.0625 167.04 62.6396c0 34.6055 -74.792 62.6406 -167.04 62.6406c-92.2617 0 -167.04 -28.0352 -167.04 -62.6406c0 -34.5771 74.7783 -62.6396 167.04 -62.6396z
-M306.24 86.0801c0 9.27995 4.63998 13.9199 13.9199 13.9199s13.9199 -4.63998 13.9199 -13.9199s-4.63998 -13.9199 -13.9199 -13.9199s-13.9199 4.63998 -13.9199 13.9199zM306.24 169.6c0 9.27995 4.63998 13.9199 13.9199 13.9199s13.9199 -4.63997 13.9199 -13.9199
-s-4.63998 -13.9199 -13.9199 -13.9199s-13.9199 4.63997 -13.9199 13.9199zM306.24 253.12c0 9.27994 4.63998 13.9199 13.9199 13.9199s13.9199 -4.63998 13.9199 -13.9199c0 -9.27995 -4.63998 -13.9199 -13.9199 -13.9199s-13.9199 4.63997 -13.9199 13.9199z" />
-    <glyph glyph-name="uniF12F" unicode="&#xf12f;" 
-d="M351.35 102.651c0.0458984 -1.2002 0.0751953 -2.40527 0.0673828 -3.61328c-0.0117188 -3.62207 -0.385742 -7.27539 -1.00293 -10.8398c-0.173828 -0.890625 -0.330078 -1.77734 -0.546875 -2.6543c-0.201172 -0.871094 -0.436523 -1.71875 -0.733398 -2.74805
-c-0.481445 -1.45605 -1.0791 -3.05469 -1.69141 -4.46973c-5.10352 -11.376 -12.4473 -20.6309 -21.0195 -28.333c-1.59668 -1.37988 -3.25098 -2.67383 -4.92969 -3.92676c-5.05176 -3.96094 -10.9268 -7.77051 -17.8213 -11.2695
-c-38.0566 -19.3252 -86.4561 -10.9521 -86.4561 -10.9521l0.00390625 0.0195312c-4.0127 0.548828 -8.05859 1.34863 -12.1221 2.45898l0.0166016 -0.0273438s-3.69727 0.788086 -9.24316 3.11328c-5.24316 2.14844 -10.498 4.83887 -15.3184 8.49121
-c-12.9424 9.13184 -24.5244 20.8711 -27.1602 37.6406c-1.4873 9.45996 0.328125 19.1328 2.19141 25.7705c1.1709 4.73828 3.03125 9.27832 5.44727 13.3154c0.948242 1.5752 1.97559 3.07422 3.03516 4.52148c1.10938 1.41016 2.24316 2.77734 3.43066 4.05371
-c2.34766 2.58301 4.8916 4.84961 7.49512 6.88184c2.60547 2.03418 5.2832 3.82617 7.99805 5.42188c2.74023 1.56152 5.36914 3.11133 8.11816 4.39453c5.44629 2.62207 10.8105 4.92285 16.3232 6.80176c5.21973 1.73926 10.5811 2.99512 16.2607 3.68652
-c0.123047 0.0195312 0.239258 0.0458984 0.365234 0.0634766c15.0254 2.38281 32.1211 2.5791 39 2.5791c0.632812 0 1.20801 -0.0253906 1.78906 -0.0498047c-2.74707 2.99609 -12.793 14.8242 -12.793 27.4941c0 7.28613 1.97168 12.2744 3.95508 15.4541
-c-36.6582 -2.57812 -70.0049 17.2783 -78.9512 49.5635c-10.4346 37.6377 16.248 77.8887 59.5918 89.9023c7.72363 2.14062 15.4541 3.22168 23.0049 3.36914v0.0371094s14.9346 0.327148 20.96 0.895508s30.9189 15.8066 33.2764 17.6416
-c2.3584 1.83398 4.4541 1.17871 4.4541 1.17871s9.82617 -7.99023 10.6113 -9.5625c0.787109 -1.57227 -1.30957 -4.58594 -1.30957 -4.58594s-11.9209 -16.375 -13.624 -18.4717c-1.7041 -2.0957 -0.655273 -5.13477 -0.655273 -5.13477l-0.00488281 -0.0117188
-c7.79395 -6.55762 14.0059 -14.7188 18 -24.1758l0.00976562 0.0185547s7.12012 -14.6768 7.14453 -33.1221c0.0244141 -18.6689 -11.7842 -33.8662 -27.1133 -45.6562c-15.3271 -11.791 -20.9619 -21.748 -20.9619 -28.0361c0 -15.5537 8.7793 -15.8525 25.9385 -29.8584
-c0.0625 -0.0527344 0.116211 -0.0976562 0.178711 -0.149414c3.8877 -2.90039 7.72754 -5.99512 11.4951 -9.3457c2.14844 -1.91211 4.25879 -3.92871 6.28711 -6.08789c1.43359 -1.45117 2.76074 -3.03711 4.03418 -4.69824
-c0.0859375 -0.103516 0.141602 -0.172852 0.141602 -0.172852h-0.00585938c0.530273 -0.696289 1.05176 -1.40039 1.56348 -2.12109c3.49609 -5.0625 6.51855 -10.8213 8.5 -17.3428c1.49609 -4.94531 2.38379 -10.2881 2.70508 -15.7451l0.00195312 0.00488281
-s0.0507812 -0.583984 0.0683594 -1.61133zM212.622 253.461c10.3115 -31.7754 37.8662 -51.3105 61.5322 -43.6279c23.668 7.67969 34.4922 39.6689 24.1768 71.4492c-10.3125 31.7783 -37.8652 51.3125 -61.5322 43.6289
-c-23.6689 -7.67969 -34.4932 -39.6699 -24.1768 -71.4502zM201.197 61.4424c2.68262 -2.75879 5.78613 -5.39941 9.34277 -7.6709c7.09277 -4.5957 15.7275 -7.95605 24.9209 -10.0537c4.60547 -1.00977 9.35742 -1.74805 14.1797 -2.19336
-c4.82324 -0.399414 9.71484 -0.535156 14.6357 -0.477539c1.06543 0.00488281 2.58887 0.0585938 3.68457 0.106445c1.15918 0.0400391 2.36621 0.118164 3.57812 0.198242c2.12988 0.15332 4.24609 0.390625 6.35254 0.680664
-c32.2314 4.81445 49.4082 32.0664 44.1191 51.4609c-4.65332 17.0615 -34.2227 41.3486 -41.4248 47.0635c-0.308594 0.243164 -0.624023 0.475586 -0.932617 0.724609c-0.104492 0.078125 -0.200195 0.166016 -0.300781 0.24707
-c-0.217773 0.167969 -0.350586 0.269531 -0.350586 0.269531h-8.94434c-4.28125 -0.286133 -8.59863 -0.762695 -12.8809 -1.20605c-5.0498 -0.597656 -10.0693 -1.39062 -15.0566 -2.20898c-2.49121 -0.424805 -4.97852 -0.845703 -7.44043 -1.34961
-c-2.45605 -0.535156 -4.89746 -1.10059 -7.30371 -1.71094c-4.2793 -1.12988 -8.59375 -2.96387 -12.6729 -5.15137c-4.10254 -2.15723 -7.9043 -4.91113 -11.2197 -8.01465c-3.30762 -3.11914 -6.0459 -6.70312 -8.11621 -10.3447
-c-1.04004 -1.81836 -1.91406 -3.65625 -2.63086 -5.45898c-0.367188 -0.900391 -0.658203 -1.80859 -0.932617 -2.70117c-0.294922 -0.875977 -0.557617 -1.74512 -0.769531 -2.6084c-0.773438 -3.4873 -1.21973 -6.66504 -1.25488 -9.93359
-c-0.0673828 -1.62695 0.0214844 -3.28516 0.155273 -4.99316l0.0263672 -0.321289l0.0078125 -0.0810547c0.0205078 -0.157227 -0.00683594 0.0244141 -0.0166016 0.0986328l0.0292969 -0.222656l0.124023 -0.951172l0.189453 -1.29395
-c0.160156 -0.910156 0.333984 -1.83594 0.552734 -2.72852c0.90625 -3.57422 2.07715 -6.98926 3.80176 -10.1777c1.75684 -3.15527 3.87012 -6.21094 6.54785 -8.99609zM402.308 379.837l-0.00683594 0.00292969h-292.615c-12.3906 0 -24.0859 -4.87109 -32.9316 -13.7168
-c-8.8457 -8.84668 -13.7178 -20.542 -13.7178 -32.9316v-292.616c0 -12.3916 4.87207 -24.0879 13.7178 -32.9336c8.8457 -8.84668 20.541 -13.7148 32.9316 -13.7148h292.615c12.3916 0 24.0879 4.86816 32.9346 13.7148c8.8457 8.8457 13.7178 20.541 13.7178 32.9307
-v292.615c0 12.3906 -4.86816 24.0859 -13.7148 32.9316c-8.84473 8.8457 -20.54 13.7178 -32.9307 13.7178zM402.301 396.804c34.9873 0 63.6123 -28.626 63.6123 -63.6123v-292.616c0 -34.9863 -28.625 -63.6113 -63.6123 -63.6113h-292.615
-c-34.9873 0 -63.6123 28.625 -63.6123 63.6113v292.616c0 34.9863 28.625 63.6123 63.6123 63.6123h292.615z" />
-    <glyph glyph-name="uniF127" unicode="&#xf127;" 
-d="M90.5264 12.0332c-8.58691 2.08496 -21.0986 12.8799 -35.082 30.4209c-28.2129 35.4492 -43.4229 75.1924 -47.9619 124.749c-0.858398 9.56738 -0.858398 33.6104 0 42.4414c4.1709 41.584 18.6455 77.4014 45.3857 111.747
-c8.21875 10.5498 21.7119 24.2881 28.2129 28.5811c9.2002 6.25586 14.9648 6.74609 20.4844 1.83984c2.20801 -1.96289 2.82129 -2.94336 3.06738 -5.51953c0.490234 -4.90723 -1.96289 -8.58691 -13.4932 -20.6074c-16.1914 -16.6826 -23.5518 -26.0049 -31.8926 -39.7432
-c-18.7676 -31.1572 -26.7412 -64.0312 -25.6367 -104.756c0.613281 -21.7109 2.94336 -37.7803 8.0957 -55.5664c4.66113 -16.0693 10.1807 -28.9492 18.3994 -43.0557c8.34082 -14.1055 15.333 -23.0605 29.3164 -37.5352
-c12.2666 -12.6338 15.333 -17.0498 15.333 -22.0791s-3.55664 -9.56738 -8.58594 -10.917c-2.57617 -0.736328 -2.69922 -0.736328 -5.64258 0v0zM414.604 11.7881c-2.57617 0.613281 -7.2373 5.51953 -7.85059 8.46387c-0.858398 4.53809 1.83984 8.58594 14.4746 21.7109
-c6.25586 6.37891 13.8613 14.8428 16.9277 18.7676c22.9385 28.5811 35.5723 60.2285 39.0068 97.3955c1.10449 11.4082 0.491211 40.8477 -0.981445 51.8867c-3.06641 23.1836 -8.70898 42.0742 -18.3994 61.9453c-9.32227 19.0137 -19.0127 32.5059 -35.3271 49.3115
-c-10.917 11.2852 -14.2285 15.4551 -15.333 19.5029c-1.10352 4.04785 -0.245117 6.99219 2.69824 10.4268c4.1709 4.66113 8.83203 5.15234 16.3145 1.47168c8.95508 -4.41504 20.6074 -16.0684 33.9785 -34.1006c27.1084 -36.1855 41.0918 -76.0518 44.4043 -126.712
-c2.82129 -43.0547 -7.60547 -86.6006 -29.4395 -122.664c-15.0879 -24.9004 -38.0254 -50.415 -50.292 -55.8115c-2.94434 -1.47266 -7.60547 -2.08594 -10.1816 -1.59473v0zM144.13 38.0381c-7.35938 2.20801 -11.5303 9.56738 -9.8125 16.9277
-c1.10352 4.53809 5.64258 9.19922 10.0586 10.3037c4.41602 1.10352 236.128 1.10352 240.544 0c4.53906 -1.10449 9.07715 -5.8877 10.0586 -10.5498c1.34961 -6.13281 -1.47168 -12.3887 -6.74707 -15.4551l-2.82129 -1.59473l-119.72 -0.123047
-c-65.8701 0 -120.579 0.246094 -121.561 0.491211v0zM235.393 94.3408c-22.2021 8.0957 -40.7246 23.7969 -50.1699 42.8096c-5.27441 10.5488 -8.34082 23.3066 -8.34082 34.7139c0 15.4561 6.01074 30.1758 24.4102 59.6152
-c13.7383 21.9561 16.0684 25.8818 20.1162 34.3457c5.39746 11.1621 7.11523 17.7861 7.2373 27.2314c0.123047 8.9541 -1.22656 14.3516 -5.39648 21.2207c-2.94434 4.90625 -9.56836 12.3887 -12.2666 13.7383c-4.41602 2.20801 -5.27441 5.27441 -2.20801 7.36035
-c4.90625 3.18848 18.2764 1.22656 30.666 -4.66113c13.9834 -6.62402 24.165 -16.0693 30.9111 -28.459c5.15234 -9.56738 7.2373 -16.9268 10.6719 -37.9023c3.9248 -23.3066 7.72754 -30.666 15.4561 -29.8076c4.16992 0.490234 6.74609 2.08496 8.46387 5.15137
-c2.82129 4.90723 1.59375 11.6533 -4.04883 22.8164c-4.53809 9.07617 -4.29297 11.8975 1.10449 10.4258c2.82129 -0.736328 11.7754 -8.0957 18.0312 -14.7197c15.5791 -16.5596 23.3066 -31.6475 27.1094 -52.623c1.96191 -10.917 2.08496 -29.1934 0.368164 -38.6387
-c-2.20801 -12.0215 -6.74707 -23.3066 -13.248 -32.9971c-7.2373 -10.7939 -22.2021 -24.4102 -33.1191 -30.1748c-4.90723 -2.57617 -6.62402 -2.69922 -9.07715 -0.859375c-2.94434 2.33105 -2.33105 4.04785 4.29297 11.04
-c9.93555 10.5488 15.0879 18.1543 18.0312 26.6182c4.53906 13.125 2.33105 31.5244 -5.39648 43.1777c-3.18945 4.78418 -7.85059 9.07715 -9.93652 9.07715c-1.10352 0 -0.980469 -1.47168 1.22656 -9.32227c0.736328 -2.69922 1.34961 -6.01074 1.34961 -7.36035
-c0 -7.11426 -10.0586 -12.2656 -18.8896 -9.69043c-7.2373 2.08594 -10.4268 8.58691 -9.44531 19.3809c0.245117 3.3125 0.613281 9.32324 0.613281 13.3711c0 7.11426 0 7.48242 -2.33105 12.0205c-4.41602 8.70898 -14.5967 17.6641 -20.1162 17.6641
-c-2.33105 0 -2.57617 -0.123047 -2.57617 -1.83984c0 -1.22656 0.613281 -2.45312 1.7168 -3.55762c5.64258 -5.27441 6.74707 -16.1914 2.57617 -25.7598c-2.57617 -5.8877 -5.51953 -9.32227 -15.5781 -17.7861c-13.248 -11.2852 -17.541 -16.5596 -20.1172 -25.2686
-c-1.22656 -4.04785 -1.34961 -5.64258 -0.981445 -13.002c0.613281 -12.3896 3.06641 -20.4854 8.95508 -29.1943c4.53809 -6.62402 9.8125 -10.917 17.0498 -13.6162c3.43457 -1.34863 3.80273 -1.59473 3.80273 -3.31152c0 -1.96289 -1.47168 -3.3125 -3.80273 -3.3125
-c-0.613281 -0.12207 -3.80273 0.859375 -7.11426 2.08594v0z" />
-    <glyph glyph-name="uniF132" unicode="&#xf132;" 
-d="M347.608 190.033c0 50.5986 -41.0166 91.6064 -91.6016 91.6064c-50.583 0 -91.6006 -41.0088 -91.6006 -91.6064c0 -50.5869 41.0186 -91.5977 91.6006 -91.5977c50.585 0 91.6016 41.0107 91.6016 91.5977zM256.006 -64c127.874 0 233.83 93.7598 252.922 216.275
-h-82.2314l-74.4424 -128.94h-192.495l-96.248 166.698l74.8359 129.608l-41.8682 72.5166c-58.7734 -46.915 -96.4785 -119.115 -96.4785 -200.158c0 -141.385 114.623 -256 256.006 -256zM508.772 232.587l-84.8447 0.000976562l-71.6729 124.155h-142.586
-l-43.3447 75.0752c27.9131 10.4375 58.1201 16.1816 89.6816 16.1816c127.572 0 233.316 -93.3174 252.767 -215.413z" />
-    <glyph glyph-name="uniF14E" unicode="&#xf14e;" 
-d="M-0.000976562 148.13l10.9531 18.9678l110.579 -63.8574l-10.9541 -18.9678zM223.422 47.9336l0.00390625 -0.0107422h62.2188v-45.3721h-271.867v45.3682h96.5791c66.0732 0 119.874 53.7598 119.874 119.829c0 41.7686 -21.6953 79.5215 -55.4902 101.063
-l-55.1172 -95.4473l-11.4258 6.60547l-16.2539 -28.1377l-28.8018 16.6406l16.2539 28.1123l-11.4482 6.61035l131.072 227.062l8.81641 -5.0957l13.1846 22.8379l34.4727 -19.9062l-13.1484 -22.8691l8.37695 -4.82422l-53.3203 -92.2881
-c47.5947 -29.5215 78.1875 -82.084 78.1875 -140.35c0 -47.293 -20.2236 -89.666 -52.167 -119.828z" />
-    <glyph glyph-name="uniF10A" unicode="&#xf10a;" 
-d="M163.824 358.436c0 -24.0186 -15.5488 -49.7705 -70.0107 -49.7705h-69.7188l18.9902 87.9619h66.8877c43.5156 0 53.8516 -21.3906 53.8516 -38.1914zM344.023 358.436c-0.0107422 -24.0186 -15.4375 -49.7705 -69.9092 -49.7705h-69.7139l18.9902 87.9619h66.8828
-c43.4072 0 53.75 -21.3906 53.75 -38.1914zM139.729 226.018v0.00292969c0 -23.9043 -15.5801 -49.7607 -70.041 -49.7607h-69.6885l18.9902 88.0332h66.8877c43.5176 0 53.8516 -21.4746 53.8516 -38.2754zM319.929 226.021v0.00390625
-c-0.00585938 -23.9043 -15.5547 -49.7607 -70.0166 -49.7607h-69.7139l18.9951 88.0332h66.9854c43.4053 0 53.75 -21.4756 53.75 -38.2764zM508.457 279.661c-0.00488281 -23.9014 -15.5547 -49.6748 -70.0156 -49.6826c-33.6016 0 -69.6885 0.0078125 -69.6885 0.0078125
-l18.9902 87.9512s49.0469 0.0078125 66.8877 0c43.4004 0 53.8262 -21.3896 53.8262 -38.2764zM482.494 141.808c-0.00488281 -23.8828 -15.5547 -49.7627 -70.0469 -49.7627h-69.6836l18.9902 87.9619h66.8828c43.5146 0 53.8574 -21.292 53.8574 -38.1992z
-M294.042 88.0918c0 -23.9111 -15.5488 -49.6865 -70.0107 -49.6865h-69.7188l18.9902 88.0693h66.9951c43.4072 0 53.7441 -21.3906 53.7441 -38.3828z" />
-    <glyph glyph-name="uniF188" unicode="&#xf188;" 
-d="M0 -66.1699l196.037 249.002l-196.037 262.999h126.787l157.014 -212.815l-238.993 -299.186h-44.8076zM227.006 144.912l238.925 300.919h46.0693l-196.097 -246.912l196.097 -265.089h-126.789z" />
-    <glyph glyph-name="uniF143" unicode="&#xf143;" 
-d="M294.59 218.153c-14.5205 -1.15234 -26.6963 -6.375 -35.7588 -15.3652c-9.33301 -9.25684 -13.7881 -20.5469 -13.7881 -34.8779c0 -21.4316 8.7959 -36.4131 28.4209 -48.2812c4.99219 -2.99512 11.792 -6.26172 23.5469 -11.3311
-c16.0156 -6.87598 21.9707 -10.1367 25.7744 -14.2129c4.68457 -5.0332 5.99023 -13.0605 3.03613 -19.2051c-0.578125 -1.19238 -2.07324 -3.18945 -3.41992 -4.53125c-4.53125 -4.57227 -11.6787 -6.98828 -20.5469 -6.98828
-c-14.9805 0 -26.1582 6.14355 -35.1436 19.4355c-1.22852 1.76562 -2.34473 3.22559 -2.49805 3.22559c-0.348633 0 -29.5732 -16.8604 -30.1875 -17.4395c-0.384766 -0.347656 -0.0771484 -1.15137 1.42285 -3.60938c11.6787 -19.666 29.9209 -31.1855 54.5791 -34.4932
-c6.45117 -0.885742 18.5498 -0.844727 24.7344 0c15.5195 2.19141 27.1572 7.33691 36.1836 16.0918c9.59961 9.25684 14.3262 21.2432 14.3262 36.2598c0 9.60059 -1.57715 17.0908 -5.14648 24.5049c-2.45703 5.06836 -4.91504 8.48828 -9.13867 12.7891
-c-8.10547 8.21777 -18.5908 14.4443 -39.5215 23.4297c-15.8262 6.79883 -21.125 9.71777 -24.6221 13.4453c-3.34375 3.57324 -4.76172 7.75684 -4.4541 12.9844c0.271484 4.14648 1.42285 6.95312 3.95703 9.67676c3.65137 3.95703 7.875 5.60645 14.4033 5.57031
-c7.41309 0 12.2158 -1.91992 17.0898 -6.83496c1.73145 -1.68945 3.95801 -4.41895 4.99219 -6.06738c1.19336 -1.88379 2.07422 -2.91895 2.38086 -2.80566c0.999023 0.424805 28.9229 18.4727 28.9229 18.7441c0 0.15332 -1.42285 2.38086 -3.14844 4.99219
-c-3.68652 5.5293 -10.332 12.4463 -14.9043 15.4775c-8.44824 5.60645 -17.4746 8.48926 -29.3838 9.36914c-5.84668 0.466797 -6.61523 0.466797 -12.1084 0.046875zM175.022 148.362l-0.118164 -67.9062l-0.844727 -3.19043
-c-1.11621 -4.1875 -2.42188 -6.68164 -4.72559 -8.98535c-3.22559 -3.22559 -7.37305 -4.57227 -14.29 -4.6084c-9.87109 -0.0400391 -15.7852 4.14746 -22.6611 15.9033c-1.11621 1.84277 -2.11426 3.34277 -2.22754 3.30273
-c-0.15332 -0.0771484 -7.10645 -4.26562 -15.4414 -9.29297l-15.1709 -9.21582l1.15234 -2.30469c6.87598 -13.7109 18.7803 -24.084 33.1104 -28.8457c15.1348 -5.0332 34.5703 -4.57227 48.8193 1.15137c17.0908 6.91211 27.1162 21.2021 29.7676 42.4453
-c0.230469 2.15039 0.384766 26.1582 0.384766 71.3271v68.085h-18.8213h-18.7803zM45.3525 385.27h318.895c18.7754 0 33.8896 -15.1143 33.8896 -33.8887v-318.895c0 -18.7754 -15.1143 -33.8896 -33.8896 -33.8896h-318.895c-18.7744 0 -33.8887 15.1143 -33.8887 33.8896
-v318.895c0 18.7744 15.1143 33.8887 33.8887 33.8887z" />
-    <glyph glyph-name="uniF11F" unicode="&#xf11f;" 
-d="M54.2109 422.4h352.379c30.0332 0 54.21 -24.1768 54.21 -54.2109v-352.379c0 -30.0342 -24.1768 -54.2109 -54.21 -54.2109h-352.379c-30.0352 0 -54.2109 24.1768 -54.2109 54.2109v352.379c0 30.0342 24.1758 54.2109 54.2109 54.2109zM314.234 371.997
-c0 0 67.5947 -136.213 -42.2246 -236.842c-102.988 -94.3662 -221.439 -21.7285 -221.439 -21.7285c4.74609 -41.3037 171.459 -185.313 312.949 -33.3262c60.5088 64.9932 79.1963 205.716 -49.2852 291.896zM133.122 356.596l0.00195312 -0.00585938
-c-42.9922 0 -70.3955 -49.2207 -70.3955 -83.1641v-90.2764c0 -6.62793 6.29102 -15.3447 13.9453 -15.3447h32.1465c71.751 0 142.08 75.6221 142.08 149.141v25.5938c0 7.43945 -6.11523 14.0566 -14.0576 14.0566h-103.721z" />
-    <glyph glyph-name="uniF12E" unicode="&#xf12e;" 
-d="M232.802 446.24c57.5723 0.803711 115.418 -15.1123 161.754 -49.2803c-13.2002 -13.5791 -26.4756 -27.0605 -39.6807 -40.6387c-2.01172 -3.15918 -4.74609 -5.09375 -7.83789 -6.39941c-6.18066 -5.89355 -15.9951 -5.52441 -23.998 -8.32031
-c4.57715 7.94141 9.02148 15.8926 13.5986 23.8389c-21.9492 21.5918 -45.8389 43.623 -76.001 52.9609c-31.7236 7.53906 -65.71 4.50879 -96.957 -4c-8.2793 -2.06738 -15.9648 -5.35547 -23.04 -9.43945c-0.358398 -0.239258 -0.763672 -0.397461 -1.12207 -0.640625
-c-18.0889 -12.3486 -32.4863 -30.125 -45.2812 -47.6816c-29.5938 -41.1592 -34.4268 -94.6074 -24.6367 -143.037c3.25098 -54.9629 32.834 -106.065 75.8369 -140.16c49.9814 -43.9551 123.786 -49.8945 185.282 -28.958
-c-0.28125 31.2422 -0.521484 62.5098 -0.797852 93.7568l-82.5654 -3.52246c2.0791 1.17285 4.16211 2.34961 6.24121 3.52246h-0.798828c14.5977 8.22754 29.2402 16.4102 43.8428 24.6377c40.0693 0.286133 80.0869 0.675781 120.156 0.962891
-c-7.15234 -7.09668 -14.2852 -14.1885 -21.4375 -21.2793v-104.801c-1.8125 -0.476562 -3.62988 -0.958008 -5.44238 -1.43945v-1.91992c-28.4824 -7.47461 -56.6943 -15.8262 -85.5967 -21.6006c-71.7256 -16.1953 -150.527 -10.7217 -214.881 26.7207
-c-32.9102 16.3428 -51.9424 49.6338 -66.5605 81.5977c-20.1035 49.4951 -28.0049 105.892 -14.4004 158.08c13.0918 53.8877 48.5176 101.149 95.5186 130.56c15.9131 10.6367 33.1826 19.3037 51.5225 25.2812c24.9199 7.11035 51.1084 10.834 77.2822 11.1992z" />
-    <glyph glyph-name="uniF10F" unicode="&#xf10f;" 
-d="M256 447.82l-0.0078125 0.00292969l59.3311 -59.3311h-36.4941h-4.49512v-4.49414v-144.717l-18.3369 -18.3379l-17.6133 17.6182v144.901v4.49414h-4.49414h-37.7529zM283.146 379.684v0.00195312h41.1689l45.123 -45.3037l-86.292 -86.292v131.594zM336.717 379.684
-l-0.000976562 0.00195312h106.788v-106.788l-41.708 41.8877l-3.23633 3.05664l-3.05566 -3.05664l-95.6416 -95.6416h-16.7188v16.3604l95.8203 95.8203l3.05664 3.05664l-3.05664 3.23535zM69.3916 378.967l0.000976562 -0.00390625h105.17l-41.3477 -41.3486
-l-3.23633 -3.23535l3.23633 -3.05664l96.3584 -96.3584v-15.8203h-17.7979l-95.2832 95.4629l-3.23535 3.05566l-3.05664 -3.05566l-40.8086 -40.8096v105.17zM187.146 378.967l42.4248 0.000976562v-131.415l-87.0098 86.8301zM398.562 305.26l44.9434 -44.9453v-41.168
-h-130.878zM113.26 305.08l-0.00195312 0.00195312l85.9336 -85.9346h-129.797v42.0674zM60.4062 252.227l-0.00488281 -0.00195312v-37.3936v-4.49414h4.49414h143.283l18.5166 -18.6973l-17.0781 -17.0781h-144.717h-4.49414v-4.31445v-38.832l-60.4062 60.4053z
-M452.495 251.325l-0.00390625 0.00878906l59.5049 -59.5049l-59.5 -59.5146v37.9326v4.31445h-4.49414h-145.618l-17.0781 17.2578l18.3369 18.5176h144.358h4.49414v4.49414v36.4941zM274.335 226.698l0.00292969 -11.8682v-4.49414h4.49414h12.2246l-15.2812 -15.2812
-l-3.23535 -3.23633l3.23535 -3.05566l14.0225 -14.2021h-10.9658h-4.49512v-4.31543v-14.3818l-15.46 15.6406l-3.23633 3.05664l-3.05664 -3.05664l-13.8428 -13.8428v12.584v4.31543h-4.49414h-12.0449l14.0225 14.0225l3.05664 3.05566l-3.05664 3.23633
-l-15.4609 15.4609h13.124h4.49414v4.49414v11.3262l14.5615 -14.5615l3.05664 -3.23633l3.23633 3.23535zM69.3916 165.755l0.00195312 0.00195312h131.415l-87.3721 -87.373l-44.0449 44.2246v43.1465zM213.392 165.755l16.3594 -0.00195312v-17.0791l-96.5381 -96.5371
-l-3.23535 -3.23633l3.23535 -3.05566l40.4492 -40.6299h-104.269v104.812l40.9893 -40.9883l3.05566 -3.23633l3.23633 3.23633zM283.146 165.755l15.6396 -0.000976562l96.7168 -96.7168l3.05566 -3.23535l3.23633 3.23535l41.708 41.708v-105.528h-105.887
-l40.4492 40.6299l3.23633 3.05566l-3.23633 3.23633l-94.9189 94.9199v18.6963zM311.373 165.755l132.132 -0.00195312v-42.2471l-44.9434 -45.124zM255.642 161.977l0.00585938 0.00390625l18.6973 -18.5166v-142.562v-4.49414h4.49414h37.3936l-60.585 -60.4053
-l-60.5908 60.4004h39.1914h4.49414v4.49414v144zM229.755 136.09l0.00292969 -130.874h-43.5059l-43.6855 43.6855zM283.146 134.472l85.5732 -85.5742l-43.6855 -43.6855h-41.8877v129.26z" />
-    <glyph glyph-name="uniF146" unicode="&#xf146;" 
-d="M250.716 441.818v0l-0.803711 -136.74l99.7686 133.509l80.3994 -18.4043l-103.809 -133.509l103 -141.583l-78.7822 -25.0264l-100.582 147.235v-132.705l-74.7471 -11.3008v311.26zM79.4316 365.941l0.00390625 -0.00390625
-c0.853516 0.0878906 1.65918 0.0136719 2.4209 -0.484375l56.6631 -37.125c0.0126953 -0.0078125 -0.0126953 -0.154297 0 -0.162109c6.99023 3.80762 14.3438 7.02246 21.9561 9.6875v-30.9971c-41.8262 -18.8213 -71.0342 -60.7754 -71.0342 -109.62
-c0 -66.4004 53.8721 -120.273 120.273 -120.273c46.7305 0 87.3027 26.6172 107.197 65.5459c16.6348 -24.3525 29.3828 -43.1045 29.3828 -43.1045c0.567383 -0.832031 1.62695 -1.2627 2.58301 -0.96875l6.61914 2.09863l20.1797 -33.2568
-c0.918945 -1.51074 0.609375 -3.42871 -0.645508 -4.68164l-29.5439 -29.7051c-1.29492 -1.28613 -3.31738 -1.47852 -4.84375 -0.484375l-55.373 36.3242c-11.3027 -6.65332 -23.5234 -11.8418 -36.4854 -15.3369l-15.498 -63.2832
-c-0.418945 -1.72266 -1.95117 -2.90527 -3.71289 -2.90527h-41.9756c-1.81738 0 -3.34766 1.28418 -3.7168 3.06152l-13.0771 62.96c-12.5674 3.39453 -24.4971 8.49121 -35.5166 14.8535l-56.1816 -34.0645c-1.51172 -0.919922 -3.43066 -0.763672 -4.68164 0.483398
-l-29.7061 29.7051c-1.28809 1.28711 -1.4834 3.31934 -0.483398 4.84375l35.8418 54.5693c-6.76172 11.8896 -11.8691 24.9424 -15.1758 38.584l-61.834 15.0166c-1.71777 0.418945 -3.06738 1.93848 -3.06738 3.71387v41.9746c0 1.81738 1.29297 3.50684 3.06738 3.87598
-l63.7695 13.2344c3.52344 11.7832 8.52832 22.8965 14.6914 33.2568l-34.71 57.3135c-0.916016 1.51074 -0.763672 3.43066 0.484375 4.67969l29.707 29.7061c0.643555 0.644531 1.56738 0.880859 2.42188 0.96875z" />
-    <glyph glyph-name="uniF115" unicode="&#xf115;" 
-d="M458.482 318.703c0 25.9932 -0.0205078 51.9668 0.0195312 77.96c5.48633 0.0205078 10.9922 0.0205078 16.498 0.0205078c0.0791016 -24.5371 0 -49.0742 0.0390625 -73.6113c12.3291 3.27148 24.6172 6.62305 36.9463 9.89453
-c0.0195312 -13.6855 0.0195312 -27.3701 0 -41.0752c-12.3086 -3.33105 -24.6572 -6.60352 -36.9463 -9.9541c0 -33.4551 -0.0195312 -66.9297 0 -100.384c12.3291 3.27148 24.6172 6.62305 36.9463 9.89453c0.0195312 -13.6846 0 -27.3701 0 -41.0547
-c-12.3086 -3.35156 -24.6377 -6.60352 -36.9463 -9.9541c-0.0390625 -24.2188 0 -48.4365 -0.0195312 -72.6543c-5.50586 0 -11.0312 0 -16.5381 0.0195312c-0.0195312 22.8213 0.0205078 45.6631 0 68.4854c-24.5771 -6.60352 -49.1338 -13.207 -73.6914 -19.8701
-c-0.0195312 -26.0127 0.0205078 -52.0068 -0.0195312 -78.0195h-16.6377c-0.0400391 24.5371 0.0205078 49.0938 -0.0195312 73.6309c-12.2891 -3.27148 -24.5371 -6.62305 -36.8262 -9.87402c-0.0195312 13.7646 -0.0195312 27.5293 0 41.2939
-c12.2686 3.35156 24.5576 6.58301 36.8262 9.93457c0 33.375 0.0400391 66.7695 0 100.144c-12.2891 -3.25098 -24.5371 -6.60254 -36.8262 -9.87402c-0.0195312 13.7041 -0.0195312 27.3896 0 41.0742c12.2686 3.35156 24.5576 6.58398 36.8262 9.93457
-c0.0195312 24.2383 0 48.4961 0.0195312 72.7539c5.5459 0 11.0918 0 16.6572 -0.0195312c0.0205078 -22.8418 -0.0195312 -45.7031 0 -68.5645c24.5771 6.60254 49.1348 13.2061 73.6924 19.8691zM384.811 257.719
-c-0.0400391 -33.3945 -0.0205078 -66.7891 -0.0205078 -100.184c24.5771 6.62305 49.1348 13.2461 73.6914 19.8691c0 33.3945 0.0205078 66.7695 -0.0195312 100.164c-24.5576 -6.58301 -49.0947 -13.2461 -73.6514 -19.8496zM85.7158 377.113
-c29.2051 14.2842 62.6992 18.1738 94.7969 14.623c30.502 -3.43164 60.3057 -16.917 81.2129 -39.6982c15.1807 -16.2393 25.1152 -36.667 31.3994 -57.832c-14.6025 -3.47168 -29.2051 -6.94238 -43.8281 -10.374c-7.71973 24.8164 -22.4424 49.1748 -46.4014 61.124
-c-26.6318 13.126 -58.6094 11.9893 -86.3789 3.07227c-30.7217 -10.0947 -52.166 -37.9229 -61.582 -67.9668c-10.8125 -34.4512 -10.4736 -71.6162 -4.28906 -106.906c4.94727 -28.4473 18.9912 -56.1367 42.9697 -73.0732
-c26.2529 -19.251 61.6025 -22.6221 92.543 -14.7822c23.7002 6.02441 43.6084 23.1611 54.6602 44.7852c6.30469 11.7109 10.3936 24.4775 13.5459 37.3652c14.8418 -3.79102 29.7236 -7.46094 44.5459 -11.3711c-8.23926 -31.3398 -23.2803 -62.2412 -49.0342 -82.8486
-c-26.5723 -21.8438 -61.6025 -31.2002 -95.6357 -30.123c-38.2422 0.379883 -78.8184 10.9922 -105.85 39.5791c-27.1104 29.3652 -42.2314 68.4248 -46.7598 107.805c-3.75098 36.9648 -1.61621 75.4463 12.5879 110.138c13.3857 33.1152 39.4385 60.8047 71.4971 76.4844z
-" />
-    <glyph glyph-name="uniF165" unicode="&#xf165;" 
-d="M241.06 363.458c64.1123 1.40918 129.549 -8.09473 187.883 -35.3164c51.6074 -22.2598 106.166 -74.4727 88.0527 -136.398c-25.6133 -71.3291 -105.932 -100.351 -174.783 -114.43c-105.321 -17.7158 -225.113 -8.67969 -311.477 58.3955
-c-41.041 29.9785 -57.6543 93.1104 -24.1719 135.143c54.3096 69.2471 150.024 88.8057 234.496 92.6064zM248.439 327.514v-0.00488281c-43.2422 -0.71875 -85.5537 -6.69824 -126.665 -20.876c-42.4951 -15.6406 -100.663 -44.4844 -96.8457 -97.9385
-c13.9824 -55.1289 77.124 -77.2617 126.193 -91.1973c98.6357 -22.2705 211.467 -17.5898 297.755 40.6533c32.1816 19.9346 49.2969 66.9219 20.2451 97.1602c-55.9434 59.2949 -143.197 71.4043 -220.683 72.2031zM119.619 156.396l21.2178 107.418h49.0684
-c21.2178 -1.32617 31.8271 -11.9355 31.8271 -30.502c0 -31.8271 -25.1963 -50.3936 -47.7412 -49.0674h-23.8711l-5.30469 -27.8486h-25.1963zM155.425 204.138h15.9141c11.9355 1.3252 22.5449 5.30469 23.8711 27.8486c0 7.95703 -6.63086 11.9355 -15.9141 11.9355
-h-17.2402zM213.777 184.248l21.2188 107.418h25.1963l-5.30469 -27.8486h23.8711c21.2188 -1.32617 29.1748 -11.9355 26.5234 -25.1973l-9.2832 -54.3701h-26.5234l9.2832 49.0674c1.32617 6.63086 1.32617 10.6094 -7.95703 10.6094h-19.8926l-11.9346 -59.6777z
-M297.323 156.396l21.2188 107.418h49.0674c21.2188 -1.32617 31.8271 -11.9355 31.8271 -30.502c0 -31.8271 -25.1963 -50.3936 -47.7412 -49.0674h-23.8701l-5.30566 -27.8486h-25.1963zM333.13 204.138h15.9131c11.9355 1.3252 22.5449 5.30469 23.8711 27.8486
-c0 7.95703 -6.63086 11.9355 -15.9141 11.9355h-17.2402z" />
-    <glyph glyph-name="uniF177" unicode="&#xf177;" 
-d="M326.513 448l-1.24902 -104.777c-22.4258 -36.0059 -236.038 -51.4893 -325.1 -59.4111v104.778c92.5898 10.082 302.264 31.5059 326.349 59.4102zM326.349 306.766l-1.24902 -104.777c-22.4053 -36.0059 -236.038 -51.4893 -325.1 -59.4102v104.777
-c92.5898 10.082 302.265 31.5059 326.349 59.4102zM326.656 166.748l-1.22949 -104.777c-22.4248 -36.0039 -236.059 -51.4873 -325.119 -59.4131v104.778c92.5898 10.0762 302.284 31.498 326.349 59.4121z" />
-    <glyph glyph-name="uniF170" unicode="&#xf170;" 
-d="M512 171.484v0.00683594v-50.5049c0.00292969 -5.11523 -6.12598 -10.7158 -20.0322 -17.9629c-27.3203 -14.2441 -168.873 -72.4189 -199.005 -88.125c-30.1309 -15.7129 -46.8271 -15.6113 -70.6299 -4.23242c-23.8027 11.377 -174.51 72.2393 -201.641 85.207
-c-13.5615 6.48242 -20.6904 11.9492 -20.6904 17.1162v51.7275c0.202148 -5.15527 7.125 -10.6338 20.6904 -17.1162c27.1309 -12.9639 177.833 -73.7432 201.641 -85.1143c23.8027 -11.3818 40.499 -11.5762 70.6299 4.13672
-c30.1318 15.708 171.685 73.8867 199.005 88.1201c12.8066 6.67578 19.3994 11.9756 20.0322 16.7412zM512 255.943v-50.5957c0.00292969 -5.11328 -6.12598 -10.7168 -20.0322 -17.9629c-27.3203 -14.2441 -168.873 -72.4131 -199.005 -88.126
-c-30.1309 -15.7061 -46.8271 -15.6113 -70.6299 -4.23242c-23.8076 11.3721 -174.51 72.2393 -201.641 85.207c-13.5615 6.48242 -20.6904 11.9492 -20.6904 17.1172v51.8193c0.202148 -5.15625 7.125 -10.6338 20.6904 -17.1162
-c27.1309 -12.9639 177.833 -73.835 201.641 -85.207c23.8027 -11.3818 40.499 -11.5713 70.6299 4.13672c30.1318 15.7139 171.685 73.8818 199.005 88.126c12.8066 6.6748 19.3994 12.0684 20.0322 16.834zM512 343.408v0.00195312v-50.5039
-c0.00292969 -5.10938 -6.12598 -10.7158 -20.0322 -17.9629c-27.3203 -14.2441 -168.873 -72.5049 -199.005 -88.2178c-30.1309 -15.707 -46.8271 -15.5176 -70.6299 -4.1377c-23.8076 11.3711 -174.51 72.2412 -201.641 85.207
-c-13.5615 6.48242 -20.6904 11.9512 -20.6904 17.1162v51.7275c0.202148 -5.15625 7.125 -10.6348 20.6904 -17.1162c27.1309 -12.9639 177.838 -73.8301 201.641 -85.2119c23.8027 -11.377 40.499 -11.4746 70.6299 4.23145
-c30.1318 15.7139 171.684 73.8848 199.005 88.126c12.8066 6.67383 19.3994 11.9756 20.0322 16.7402zM278.748 371.906l-9.9375 -23.9072l-16.0557 26.667l-51.2207 4.60156l38.2246 13.793l-11.4658 21.1543l35.7744 -14.001l33.7578 11.042l-9.13672 -21.873
-l34.4023 -12.875zM183.353 294.907l118.636 18.2109l-35.8232 -52.5518zM214.789 338.637c0 -13.5742 -28.3887 -24.5791 -63.4062 -24.5791c-35.0195 0 -63.4062 11.0049 -63.4062 24.5791c0 13.5752 28.3896 24.5791 63.4062 24.5791
-c35.0195 0 63.4062 -11.0039 63.4062 -24.5791zM375.537 370.022l70.1562 -27.8389l-70.1592 -27.6494l-7.52441 -3.00977l-70.1592 27.7441z" />
-    <glyph glyph-name="uniF100" unicode="&#xf100;" 
-d="M105.2 257.08l149.755 87.0303l150.784 -87.0605l-149.749 -87.0303l-111.089 64.1387zM262.349 158.034l149.002 86.7529l-1.75098 -130.032v0.445312h-146.672zM256 417.863c141.384 0 256 -114.381 256 -255.764c0 -16.1025 -1.50488 -31.54 -4.34668 -46.8994
-h-81.1826l-1.51074 141.85v0.015625v0.0146484c0 0.15918 0.936523 0.317383 0.921875 0.476562c-0.0107422 0.143555 0.952148 0.296875 0.931641 0.44043c-0.0253906 0.173828 -0.0664062 0.333008 -0.102539 0.491211
-c-0.0253906 0.138672 -0.0458984 0.28125 -0.0820312 0.415039c-0.0458984 0.163086 -0.107422 0.317383 -0.158203 0.470703c-0.0410156 0.132812 -0.0820312 0.271484 -0.138672 0.399414c-0.0615234 0.15332 -0.143555 0.301758 -0.214844 0.445312
-c-0.0664062 0.123047 -0.118164 0.255859 -0.189453 0.374023c-0.0869141 0.148438 -0.18457 0.286133 -0.287109 0.429688c-0.0761719 0.107422 -0.137695 0.220703 -0.219727 0.328125c-0.112305 0.148438 -0.246094 0.286133 -0.369141 0.424805
-c-0.0810547 0.0917969 -0.148438 0.178711 -0.235352 0.260742c-0.15332 0.154297 -0.322266 0.287109 -0.491211 0.424805c-0.0712891 0.0566406 -0.12793 0.108398 -0.200195 0.164062c-0.245117 0.189453 -0.506836 0.337891 -0.777344 0.492188l-164.88 95.1348
-c-2.19141 1.26465 -4.88965 1.1416 -7.07617 -0.128906l-163.794 -95.4316v0v0l-0.0205078 0.225586c-0.117188 -0.0664062 -0.219727 0.0927734 -0.332031 0.015625c-0.143555 -0.0976562 -0.296875 -0.18457 -0.430664 -0.291992
-c-0.112305 -0.0869141 -0.209961 -0.18457 -0.317383 -0.276367c-0.12793 -0.107422 -0.260742 -0.214844 -0.378906 -0.333008c-0.107422 -0.102539 -0.194336 -0.219727 -0.291992 -0.327148c-0.101562 -0.118164 -0.214844 -0.236328 -0.311523 -0.358398
-c-0.0927734 -0.118164 -0.168945 -0.250977 -0.256836 -0.374023c-0.0869141 -0.123047 -0.178711 -0.250977 -0.255859 -0.378906c-0.0761719 -0.132812 -0.142578 -0.282227 -0.209961 -0.415039c-0.0664062 -0.132812 -0.142578 -0.265625 -0.204102 -0.404297
-c-0.0566406 -0.143555 -0.113281 -0.296875 -0.164062 -0.44043c-0.0458984 -0.143555 -0.12793 -0.28125 -0.168945 -0.424805c-0.0410156 -0.148438 -0.118164 -0.3125 -0.148438 -0.46582c-0.03125 -0.143555 -0.173828 -0.291992 -0.194336 -0.44043
-c-0.0205078 -0.15918 -0.241211 -0.317383 -0.250977 -0.476562c-0.0107422 -0.142578 -0.46582 -0.296875 -0.46582 -0.445312l-1.27539 -142.325c0 -0.00585938 0 0.445312 0 0.445312h-77.5732c-2.8418 15.3594 -4.34668 30.7969 -4.34668 46.8994
-c0 141.383 114.616 255.764 256 255.764zM215.501 176.66l31.9023 -18.8613l-1.64355 -43.0439v0.445312h-147.988l-0.00976562 129.889zM419.358 97.5664c3.4668 -0.0146484 6.27246 -3.0918 6.25684 -6.55859c0 -3.46094 -2.80566 -6.52246 -6.25684 -6.52246h-0.0302734
-c-3.47168 0 -6.26172 3.08691 -6.26172 6.55371c0.015625 3.46582 2.82617 6.52734 6.29199 6.52734zM419.282 73.8711c1.64355 0 3.26074 -0.660156 4.43848 -1.83301c1.15723 -1.15723 1.83301 -2.77441 1.83301 -4.43848
-c0 -1.64355 -0.670898 -3.25684 -1.83301 -4.41895c-1.17188 -1.17188 -2.79492 -1.84863 -4.43848 -1.84863s-3.27246 0.676758 -4.43457 1.84863c-1.16211 1.15723 -1.83301 2.77539 -1.83301 4.41895c0 1.66406 0.666016 3.27637 1.83301 4.43848
-c1.15723 1.17285 2.79102 1.83301 4.43457 1.83301zM395.648 61.123c2.99512 1.73535 6.83496 0.716797 8.57031 -2.25879c1.74121 -2.99512 0.727539 -6.83496 -2.27344 -8.5752c-0.982422 -0.579102 -2.06836 -0.865234 -3.13281 -0.865234
-c-2.16113 0 -4.26562 1.12598 -5.4375 3.11719c-1.74121 3.00098 -0.727539 6.84082 2.27344 8.58203zM375.168 49.2344c2.99512 1.74023 6.83496 0.72168 8.57617 -2.27344c1.74023 -2.99512 0.72168 -6.83594 -2.27344 -8.58105
-c-0.983398 -0.579102 -2.06836 -0.844727 -3.13379 -0.844727c-2.16504 0 -4.26465 1.11035 -5.42676 3.11719c-1.76172 2.99609 -0.742188 6.84082 2.25781 8.58203zM272.778 -10.2812c2.99512 1.74121 6.83496 0.727539 8.57617 -2.26758
-c1.74023 -2.99512 0.72168 -6.8252 -2.27344 -8.56641c-0.988281 -0.578125 -2.06836 -0.865234 -3.13379 -0.865234c-2.16016 0 -4.26465 1.13184 -5.44238 3.13867c-1.74121 2.99512 -0.72168 6.82031 2.27344 8.56055zM293.258 1.62305
-c2.99609 1.74121 6.83594 0.72168 8.57617 -2.27344c1.74121 -2.99512 0.722656 -6.83496 -2.27344 -8.57617c-0.982422 -0.5625 -2.06836 -0.849609 -3.13281 -0.849609c-2.16113 0 -4.26562 1.12598 -5.44238 3.11816c-1.74121 2.99512 -0.722656 6.83984 2.27246 8.58105
-zM313.738 13.5273c2.99512 1.73535 6.83984 0.72168 8.58105 -2.26855c1.74121 -3 0.72168 -6.83984 -2.27344 -8.58105c-0.982422 -0.578125 -2.06836 -0.844727 -3.14844 -0.844727c-2.15039 0 -4.26465 1.10547 -5.42773 3.11816
-c-1.74512 2.99512 -0.726562 6.83496 2.26855 8.57617zM354.683 37.3301c2.99512 1.74609 6.84082 0.726562 8.58105 -2.27344c1.74121 -2.99023 0.737305 -6.83496 -2.25781 -8.57617c-0.998047 -0.578125 -2.08398 -0.844727 -3.14844 -0.844727
-c-2.16602 0 -4.26562 1.10645 -5.42773 3.11816c-1.74023 2.99512 -0.72168 6.83496 2.25293 8.57617zM334.218 25.4307c2.99512 1.74121 6.84082 0.722656 8.58105 -2.27246c1.74121 -2.99609 0.722656 -6.83594 -2.27246 -8.57617
-c-1.00391 -0.583984 -2.08398 -0.850586 -3.14941 -0.850586c-2.16504 0 -4.26465 1.11133 -5.42676 3.11816c-1.74121 2.99512 -0.727539 6.84082 2.26758 8.58105zM255.683 49.7207c3.47168 0 6.26172 -2.82617 6.24609 -6.28809
-c0.015625 3.46191 -2.79492 6.28809 -6.24609 6.28809zM255.544 2.36035c3.4668 -0.015625 6.27734 -2.82129 6.26172 -6.28711c0 3.46582 -2.79492 6.27148 -6.26172 6.28711zM249.882 41.0215c0.947266 -2.24805 3.16406 -3.83496 5.75977 -3.84473
-c-2.60059 0.00976562 -4.81836 1.59668 -5.75977 3.84473zM249.262 -3.89648c0 1.73633 0.702148 3.30273 1.84375 4.42871c-1.13184 -1.12598 -1.83789 -2.69824 -1.84375 -4.42871zM249.262 -3.89648c-0.0205078 -3.46582 2.79102 -6.27148 6.25684 -6.29199
-c-3.46582 0 -6.27734 2.82617 -6.25684 6.29199zM249.523 90.834c0 -3.46582 2.79004 -6.2666 6.25684 -6.28711c-3.4668 0 -6.27246 2.82031 -6.25684 6.28711zM255.749 73.416c3.03125 -0.015625 5.5498 -2.67773 6.13379 -5.53516
-c0.0820312 -0.40918 0.123047 -1.33105 0.123047 -1.7666c-0.015625 -3.4502 -2.82129 -7.23438 -6.27246 -7.23438h-0.0146484c-3.46191 0 -6.27246 3.81934 -6.25684 7.28027c0 0.435547 0.0410156 1.85352 0.12793 2.25879
-c0.588867 2.86133 3.12305 4.99707 6.15918 4.99707zM255.611 26.04c3.46582 -0.0146484 6.2666 -3.16406 6.25586 -6.63477c0 -3.47168 -2.80566 -6.60547 -6.27148 -6.60547h-0.015625c-3.46582 0 -6.26172 3.1748 -6.26172 6.63574
-c0.015625 3.47168 2.82617 6.62012 6.29297 6.60449zM255.683 49.7207c3.45117 0 6.26172 -2.51953 6.24609 -5.98047c0 -0.429688 -0.0410156 -0.547852 -0.12793 -0.957031c-0.583984 -2.84766 -3.10742 -4.38281 -6.12891 -4.38281h-0.0146484h-0.015625
-c-2.5957 0 -4.8125 0.982422 -5.75977 3.24023c-0.323242 0.757812 -0.49707 0.967773 -0.49707 1.84375c0.0107422 3.01562 2.1709 5.54492 5.0332 6.11328c0.40918 0.0820312 0.834961 0.123047 1.26465 0.123047zM255.811 97.0957
-c3.47168 -0.015625 6.27246 -2.85742 6.26172 -6.32324c-0.015625 -3.46582 -2.80566 -6.29199 -6.27734 -6.29199h-0.0146484c-3.4668 0 -6.25684 2.85645 -6.25684 6.32227c0.015625 3.4668 2.82129 6.30859 6.28711 6.29297zM255.544 2.36035
-c3.4668 -0.015625 6.26172 -4.13184 6.26172 -7.59277c-0.0146484 -3.4668 -2.82617 -7.56738 -6.27637 -7.56738h-0.015625c-3.46094 0 -6.27246 4.13184 -6.25195 7.59766c0.00585938 1.73047 0.707031 4.6084 1.84375 5.73926
-c1.13672 1.13184 2.70312 1.83301 4.43848 1.82324zM255.457 -21.335c1.65918 0 3.27148 -0.660156 4.43457 -1.83301c1.17188 -1.15723 1.84766 -2.77539 1.84766 -4.43359c0 -1.64941 -0.675781 -3.26172 -1.84766 -4.42383
-c-1.15723 -1.17285 -2.77539 -1.83301 -4.43457 -1.83301c-1.64844 0 -3.26074 0.660156 -4.42383 1.83301c-1.17188 1.15723 -1.83301 2.77441 -1.83301 4.42383c0 1.6582 0.661133 3.27148 1.83301 4.43359c1.15723 1.17285 2.77539 1.83301 4.42383 1.83301z
-M237.982 -10.2607c3.01074 -1.74512 4.0293 -5.57031 2.30469 -8.58105c-1.15723 -2.00195 -3.27734 -3.13867 -5.4375 -3.13867c-1.07031 0 -2.15039 0.271484 -3.13867 0.850586c-2.99512 1.72559 -4.01465 5.56543 -2.28906 8.56055
-c1.72559 3.01562 5.56543 4.0293 8.56055 2.30859zM134.938 49.2344c3.01074 -1.74121 4.0293 -5.57129 2.30371 -8.58203c-1.17676 -2.00098 -3.27637 -3.13281 -5.44238 -3.13281c-1.06445 0 -2.14551 0.28125 -3.13281 0.844727
-c-2.99609 1.72559 -4.03027 5.56543 -2.28906 8.56543c1.72559 3.01074 5.56543 4.0293 8.56055 2.30469zM114.33 61.1328c2.99512 -1.73535 4.0293 -5.56055 2.29297 -8.58105c-1.16211 -2.00195 -3.2666 -3.13379 -5.42676 -3.13379
-c-1.07031 0 -2.15039 0.271484 -3.13867 0.850586c-2.99512 1.72559 -4.0293 5.56543 -2.28906 8.56055c1.72559 3.01074 5.55078 4.0293 8.56152 2.30371zM196.771 13.5273c2.99512 -1.72559 4.03027 -5.56543 2.28906 -8.56055
-c-1.16211 -2.00781 -3.26172 -3.13379 -5.44238 -3.13379c-1.0498 0 -2.12988 0.266602 -3.11816 0.844727c-2.99512 1.72559 -4.0293 5.56543 -2.30371 8.56543c1.74023 2.99512 5.56543 4.02441 8.5752 2.28418zM176.164 25.4307
-c2.99512 -1.72461 4.0293 -5.56543 2.28809 -8.56543c-1.16211 -2.01758 -3.26074 -3.13379 -5.44238 -3.13379c-1.06445 0 -2.12988 0.266602 -3.11816 0.830078c-3.01074 1.74023 -4.0293 5.57031 -2.30371 8.58105c1.74121 2.99512 5.56543 4.0293 8.57617 2.28809z
-M217.38 1.63867c3.00586 -1.74121 4.0293 -5.56543 2.30371 -8.57617c-1.17773 -2.00684 -3.27637 -3.13867 -5.44238 -3.13867c-1.06445 0 -2.14551 0.271484 -3.13379 0.849609c-2.99512 1.7207 -4.0293 5.56543 -2.28809 8.56055
-c1.72559 3.01074 5.56543 4.03027 8.56055 2.30469zM155.54 37.3301c3.01074 -1.72559 4.03516 -5.56543 2.30469 -8.57617c-1.15723 -2.00684 -3.27734 -3.13379 -5.4375 -3.13379c-1.07031 0 -2.15039 0.282227 -3.13867 0.844727
-c-2.99512 1.74121 -4.01465 5.56641 -2.28906 8.57617c1.72559 3.00098 5.56543 4.01953 8.56055 2.28906zM90.5879 73.8711c1.64844 0 3.26172 -0.675781 4.43945 -1.83301c1.15723 -1.17188 1.83301 -2.79004 1.83301 -4.43848
-c0 -1.64355 -0.670898 -3.26172 -1.83301 -4.43457c-1.17773 -1.15625 -2.79102 -1.83301 -4.43945 -1.83301c-1.66406 0 -3.27637 0.670898 -4.43848 1.83301c-1.17285 1.17285 -1.83301 2.79102 -1.83301 4.43457c0 1.64844 0.660156 3.2666 1.83301 4.43848
-c1.16211 1.15723 2.77441 1.83301 4.43848 1.83301zM90.665 97.5518c3.46582 0 6.27734 -3.08789 6.25684 -6.55371c-0.015625 -3.44629 -2.82129 -6.51758 -6.27246 -6.51758h-0.015625c-3.46582 0 -6.27148 3.08691 -6.26172 6.55273
-c0 3.46191 2.82617 6.5332 6.29297 6.51855zM498.269 104.96c1.2998 0 2.36035 -1.25977 2.36035 -2.55957c0 -1.30078 -1.05469 -2.56055 -2.35547 -2.56055h-486.139c-1.30078 0 -2.35059 1.25977 -2.35059 2.56055c0 1.2998 1.0498 2.55957 2.35059 2.55957h486.134z" />
-    <glyph glyph-name="uniF14A" unicode="&#xf14a;" 
-d="M0 417.391h190.3v-18.4492h-18.459v-20.3203l-171.841 -14.9424v53.7119zM270.168 362.409c24.2344 0 43.8193 19.5283 43.8193 43.834c0 24.2227 -19.5908 43.9473 -43.8193 43.9473c-24.3105 0 -43.957 -19.7246 -43.957 -43.9473
-c0.00488281 -24.3057 19.6465 -43.834 43.957 -43.834zM303.364 364.872c12.5508 12.417 32.8047 12.417 45.3564 0l94.9492 -94.8213c3.65625 -3.64551 5.84082 -8.69531 5.84082 -14.1396v-284.51c0 -19.6006 -15.7959 -35.4014 -35.3857 -35.4014
-c-19.5908 0 -35.6689 15.8008 -35.6689 35.4014v234.705l-88.502 88.5791l-35.3857 -35.3916c-3.98535 -4.78711 -9.95996 -7.91309 -16.8711 -7.91309c-6.31348 0 -12.0107 2.71973 -16.0684 7.11621l-60.9561 61.085c-7.76465 9.22461 -7.10645 23.2314 2.06641 31.0059
-c9.21973 7.76367 22.9639 6.44238 30.7383 -2.72559l46.3486 -46.5391zM118.787 351.39l14.9316 -84.9951l0.530273 -281.665h76.8906v-46.5391h-125.286v328.204l14.8086 84.7275c0.791992 4.38672 4.50977 7.63574 9.09082 7.63574
-c4.39648 0 8.16992 -3.11621 9.03418 -7.36816z" />
-    <glyph glyph-name="uniF123" unicode="&#xf123;" 
-d="M256.121 -58.2383c-57.4863 10.1621 -74.0312 15.4619 -105.388 33.7559c-35.5811 20.7598 -56.4717 42.124 -94.8691 97.0215c-35.9111 51.3447 -48.2295 86.5391 -48.2295 137.804c0 46.8193 6.94727 80.1875 23.3984 112.39l7.41504 14.5166l-7.56055 5.97754
-c-11.3457 8.9707 -24.9473 28.0527 -28.1064 39.4326c-3.06055 11.0225 -3.7793 44.4219 -1.23047 57.166c1.78906 8.94043 8.72363 10.708 17.6826 4.50781c2.7793 -1.92383 7.79004 -4.35254 11.1357 -5.39746c9.61719 -3.00391 35.25 -21.5391 46.1699 -33.3857
-l9.97363 -10.8193l11.1553 6.75684c14.5352 8.80469 34.6855 16.4824 58.5469 22.3076c26.8604 6.55664 98.0605 6.65918 125.523 0.180664c22.8398 -5.3877 60.748 -20.3691 76.8516 -30.373c18.9609 -11.7783 21.9385 -12.5625 36.1406 -9.5166
-c28.3281 6.0752 52.457 -5.0498 70.0967 -32.3203c7.3291 -11.3291 7 -33.4639 -0.649414 -43.6504l-5.84766 -7.78711l10.002 -21.6729c14.3555 -31.1094 28.2109 -76.4502 31.082 -101.723c4.94922 -43.5518 -5.59961 -97.249 -28.7607 -146.41
-c-18.9424 -40.207 -65.4932 -73.7686 -123.456 -89.0088c-28.2178 -7.41895 -48.0059 -7.36523 -91.0762 0.248047zM350.905 -22.4287c39.3789 13.8564 68.7354 38.5391 96.1943 80.8789c15.0586 23.2207 22.7578 43.5049 26.9805 71.085
-c3.30957 21.6221 0.78418 46.7627 -9.45898 94.1455c-5.83301 26.9844 -18.8545 46.6406 -35.5078 53.5986c-16.835 7.03418 -43.127 3.43652 -45.6592 -6.24805c-1.88574 -7.21289 -20.9297 -7.31152 -24.7744 -0.12793c-5.41504 10.1201 -2.9082 16.2559 12.8447 31.4326
-c14.7402 14.2012 17.1797 19.9707 8.44336 19.9707c-2.16504 0 -7.28418 1.97754 -11.376 4.39453c-5.70312 3.36914 -7.44043 6.27539 -7.44043 12.4512c0 17.9326 -3.30273 32.043 -8.10059 34.6113c-4.2373 2.26758 -5.69727 0.610352 -12.1572 -13.7881
-c-4.03809 -9 -10.1396 -19.1406 -13.5596 -22.5342c-14.0391 -13.9307 -38.334 -19.0186 -57.582 -12.0586c-9.60156 3.47266 -10.0791 5.34473 -4.66406 18.3027c8.25293 19.7529 2.9668 53.6523 -9.60156 61.5811c-5.98633 3.77637 -22.1826 -2.02637 -32.2969 -11.5713
-l-8.5957 -8.11133l0.988281 -27.1553c0.759766 -20.8779 2.07422 -28.7852 5.6875 -34.2012c2.58594 -3.87402 3.5957 -7.04492 2.24609 -7.04492c-2.22559 0 -28.4512 17.4717 -48.2646 32.1533l-7.86035 5.8252l2.42871 17.9414
-c1.33496 9.86816 1.68066 20.9199 0.766602 24.5605c-2.42383 9.65918 -12.0908 8.66602 -24.4648 -2.51367c-18.8525 -17.0322 -30.332 -43.6201 -36.1523 -83.7305c-1.78906 -12.3281 -4.07227 -22.415 -5.0752 -22.415s-2.46777 5.47559 -3.25684 12.168
-c-3.15234 26.7754 -9.77734 63.459 -11.8311 65.5117c-2.05957 2.05957 -25.6201 -25.6934 -33.1533 -39.0518c-1.92383 -3.41113 -6.2002 -11.042 -9.50293 -16.958c-3.30176 -5.91504 -8.62598 -20.415 -11.8301 -32.2227
-c-4.98535 -18.3682 -5.83008 -27.7578 -5.84668 -65.0176c-0.0205078 -47.3662 1.86914 -56.1973 19.4326 -90.7598c12.3066 -24.2188 37.1943 -59.9863 50.0371 -71.9092c7.32031 -6.79688 8.09668 -4.62109 0.914062 2.56152
-c-12.0449 12.0449 -23.0557 39.6484 -23.0557 57.7979c0 42.3047 38.4131 90.7432 79.04 99.666l8.00391 1.75781l-8.84863 8.3457c-9.22266 8.69824 -19.2832 28.6562 -19.2666 38.2227c0.0205078 11.502 9.23242 21.7061 23.3916 25.9102
-c25.3447 7.52734 48.1973 2.81836 55.2988 -11.3926c6.61621 -13.2422 2.86523 -34.9668 -8.73633 -50.5938l-6.18164 -8.3252h11.251c36.4102 0 104.131 -15.0928 143.994 -32.0908c20.9521 -8.93457 52.291 -38.4912 63.1055 -59.5186
-c8.67285 -16.8623 8.6123 -45.9629 -0.131836 -62.9629c-8.41602 -16.3623 -26.3438 -32.4932 -47.7344 -42.9463l-17.8008 -8.7002l-52.5156 0.195312c-40.7656 0.150391 -60.5391 1.45508 -88.3789 5.82715c-50.082 7.86523 -75.6309 13.1943 -84.1777 17.5586
-c-13.5576 6.9209 -4.4541 -1.07227 13.0439 -11.4551c48.8408 -28.9795 88.3584 -42.416 140.3 -47.7021c19.5693 -1.99219 58.9609 0.609375 70.4482 4.65137zM285.414 214.398c-20.8203 12.6963 -32.8086 42.4727 -26.792 66.5469
-c7.85352 31.4307 48.0889 49.6689 71.0078 32.1875c12.6494 -9.64746 20.874 -23.5801 24.0439 -40.7295c5.37988 -29.1006 -2.62012 -48.0869 -24.4375 -57.9971c-13.6279 -6.19043 -33.6777 -6.19336 -43.8223 -0.0078125zM322.229 256.334
-c0.743164 8.77246 -6.57324 27.8428 -11.9609 31.1719c-1.25586 0.776367 -6.17188 -1.2002 -10.9238 -4.3916c-9.77441 -6.56543 -12.1689 -15.8018 -7.20312 -27.79c4.85254 -11.7148 11.6963 -15.3945 21.3447 -11.4766c6.55469 2.66113 8.09766 4.86426 8.74316 12.4863
-zM362.104 36.5049c35.709 17.7334 51.0732 49.085 37.292 76.0977c-5.98242 11.7275 -21.6465 29.5146 -36.0068 40.8877c-11.9443 9.46094 -50.4863 23.2686 -89.335 32.0049c-24.2559 5.45508 -36.7002 6.69727 -70.4473 7.03516
-c-40.7021 0.40625 -41.0898 0.357422 -55.6357 -7.12891c-17.2217 -8.86328 -24.6748 -15.3555 -34.6895 -30.2178c-21.1602 -31.4014 -20.75 -58.4346 1.30176 -85.9209c15.6621 -19.5215 31.5488 -24.4014 118.483 -36.3906
-c23.5244 -3.24414 47.2793 -4.62012 74.2891 -4.30273c38.2627 0.449219 40.2539 0.737305 54.748 7.93555zM318.158 67.5713c-14.4463 10.1182 -18.0205 36.6328 -7.10449 52.6973c8.47266 12.4688 24.1602 16.8672 37.2617 10.4463
-c12.8965 -6.31934 19.627 -24.8066 15.5566 -42.7314c-4.18555 -18.4326 -10.7803 -24.4102 -26.9326 -24.4102c-7.70117 0 -15.4189 1.64355 -18.7812 3.99805zM156.788 106.601c-6.31055 4.85645 -9.8877 19.2969 -7.31836 29.5371
-c2.06836 8.24219 17.3984 15.6055 28.0527 13.4746c19.4551 -3.89062 26.1221 -24.1934 13.0479 -39.7314c-5.47266 -6.50293 -8.49707 -7.87207 -17.292 -7.8252c-6.15137 0.0332031 -13.125 1.95508 -16.4902 4.54492zM183.941 251.432
-c0.62793 3.23926 -1.07227 4.27051 -7.04492 4.27051c-9.03711 0 -9.41992 -0.649414 -3.7334 -6.33594c4.86426 -4.86426 9.61035 -3.95508 10.7783 2.06543zM450.812 330.077c0 9.85742 -18.2305 29.7715 -30.666 33.4971
-c-5.40527 1.61914 -13.7607 2.20605 -18.5684 1.30469l-8.74121 -1.64062l22.583 -23.0615c12.4209 -12.6846 22.584 -24.4004 22.584 -26.0361s2.88184 -0.266602 6.4043 3.04199c3.74707 3.52051 6.4043 8.87012 6.4043 12.8945zM59.8418 366.927
-c5.10156 6.22559 9.27441 12.0566 9.27441 12.959c0 7.32422 -37.5859 39.7656 -46.0713 39.7656c-3.81348 0 -3.18164 -26.96 0.857422 -36.5869c3.22656 -7.68848 21.209 -27.4561 24.9775 -27.4561c0.927734 0 5.86133 5.09375 10.9619 11.3184z" />
-    <glyph glyph-name="uniF11B" unicode="&#xf11b;" 
-d="M165.341 419.279c84.5459 0 136.543 -33.3926 136.543 -55.0947c0 -92.6025 0.0898438 -185.206 0.0898438 -277.81c0 -21.6914 -52.0742 -55.0938 -136.629 -55.0938s-136.629 33.4023 -136.629 55.0938v277.81c0 21.6924 52.0703 55.0947 136.625 55.0947z
-M165.35 448.001c-82.0977 0 -165.355 -28.8379 -165.355 -83.8164v-277.81c0 -54.9785 83.2559 -83.8164 165.351 -83.8164c82.0957 0 165.352 28.8379 165.352 83.8164c0 92.6035 -0.0898438 185.207 -0.0898438 277.81c0 54.9688 -83.1582 83.8164 -165.257 83.8164z
-M323.417 364.185c0 51.2822 -78.6494 79.3574 -158.032 79.3574c-79.3721 0 -158.032 -28.0752 -158.032 -79.3574c0 -51.2812 78.6553 -79.3574 158.032 -79.3574c79.3779 0 158.032 28.0762 158.032 79.3574zM298.772 364.185
-c0 -22.7275 -51.8955 -54.7119 -133.388 -54.7119c-81.4824 0 -133.388 31.9844 -133.388 54.7119c0 22.7285 51.9004 54.7129 133.388 54.7129s133.388 -31.9844 133.388 -54.7129z" />
-    <glyph glyph-name="uniF118" unicode="&#xf118;" 
-d="M219.751 96.585v0zM0 448h438.857l-39.9707 -460.743l-179.725 -51.2568l-179.224 51.1787zM332.201 65.2598l25.0332 287.883h-274.948l4.57129 -56h210.333l-5.02344 -58.2852h-137.881l4.57129 -57.1436h128.436l-6.41406 -73.3096l-61.1055 -16.9736h-0.0390625
-l-0.150391 0.3125l-61.2412 17.3291l-3.92285 45.2139h-55.1465l7.71094 -88.8857l112.523 -32.2842z" />
-    <glyph glyph-name="uniF16B" unicode="&#xf16b;" 
-d="M349.281 448h0.0117188c36.5566 0.31543 83.2715 -9.28418 116.797 -49.1211c7.54199 -8.96094 9.70801 -22.124 9.44141 -38.2373c-0.265625 -16.1172 -3.41504 -35.3789 -9.28223 -56.4834c-11.3711 -40.9502 -32.9521 -88.5654 -63.1963 -131.358
-c0.77832 -0.533203 1.94043 -1.15234 3.51758 -1.76172c6.30273 -2.42578 20.7021 -4.55469 49.4395 0.959961c7.23145 1.38867 12.5801 2.45117 18.0801 -1.43945c2.75 -1.94629 4.29199 -5.8252 4 -8.64062s-1.49609 -4.93848 -2.87988 -6.87988
-c-5.53809 -7.7666 -16.5215 -15.0576 -30.5605 -21.1201c-12.4541 -5.37402 -30.2412 -8.1582 -46.0801 -8.32031c-7.91992 -0.0810547 -15.3877 0.445312 -21.6006 2.24023c-0.0488281 0.0146484 -0.110352 -0.0146484 -0.15918 0
-c-2.59473 -22.6201 -8.25879 -64.6113 -11.6797 -83.041c-2.89258 -15.6006 -7.82715 -27.9893 -17.4404 -37.2803c-9.61328 -9.29004 -23.1641 -14.917 -41.4404 -18.5596c-22.6045 -4.50293 -39.1318 0.316406 -49.7598 8.63965
-c-10.6279 8.32422 -15.4922 19.3203 -18.4004 26.0801c-2.00977 4.67383 -3.00391 10.6611 -4 18.7197c-0.996094 8.05957 -1.72656 17.9951 -2.24023 29.1201c-0.699219 15.1631 -0.951172 32.6729 -0.799805 50.8799
-c-10.668 -8.95801 -22.6914 -13.4395 -33.7598 -15.2002c-15.0039 -2.38672 -28.4805 -0.100586 -36.4805 1.76074c-3.73145 0.867188 -7.53418 2.29492 -11.2002 4.15918c-3.66602 1.86523 -7.22363 3.90332 -9.59961 8
-c-1.18848 2.04883 -1.97559 5.03613 -1.28027 7.83984c0.695312 2.80469 2.64062 5.08301 4.7998 6.7207c4.31934 3.27441 9.93652 5.06641 18.5605 6.71973c15.6455 2.99609 21.1279 5.03711 24.4795 7.52051c2.87891 2.13281 5.70312 6.1123 11.6797 12.6396
-c-0.0136719 0.212891 0.0166016 0.425781 0 0.640625c-10.3418 0.236328 -20.1611 2.95801 -28.96 7.35938c-3.26758 -3.19824 -19.96 -19.625 -40.3193 -42.3994c-8.53418 -9.53906 -18.0244 -14.9658 -28.001 -15.3604
-c-9.97559 -0.393555 -19.0605 4.27832 -26.7197 11.2002c-15.3193 13.8457 -27.6016 37.5732 -38.2402 64.4814c-10.6387 26.9102 -19.29 56.8779 -25.4404 82.4014c-6.15039 25.5254 -9.70703 46.0889 -10.2402 56.002c-2.26855 42.1846 8.35059 70.7021 26.5605 88.6377
-c18.209 17.9365 43.1924 24.623 67.5225 25.9209c6.07715 0.324219 12.0986 0.420898 18.0781 0.15918c36.2656 -1.58691 67.3135 -12.1533 75.3613 -15.04c16.1689 10.2422 37.0029 16.7178 63.0381 16.3203c13.1836 -0.201172 25.334 -1.86621 36.6338 -4.47949
-c0.0498047 -0.0117188 0.109375 0.0117188 0.15918 0c0.104492 0.0449219 0.246094 0.129883 0.320312 0.15918c0.211914 0.0849609 0.304688 0.0976562 0.480469 0.160156c0.702148 0.250977 1.66309 0.549805 3.04004 0.959961
-c2.75293 0.820312 7.14551 2.00586 12.6396 3.2002c10.9893 2.38867 26.8398 4.96191 45.1201 5.12012zM349.293 434.399l-0.00195312 0.00488281c-14.4297 -0.125 -27.1436 -1.95117 -36.9609 -3.84082c27.167 -11.1777 47.6523 -28.4473 62.0801 -45.5977
-c11.8887 -14.1357 19.835 -28.3027 24.6426 -39.0449c2.40137 -5.36523 4.04004 -9.76367 4.95605 -13.2812c0.458984 -1.75586 0.708984 -3.22266 0.799805 -4.7998c0.0458984 -0.789062 0.19043 -1.52637 -0.15918 -2.87988
-c-0.0234375 -0.0878906 -0.128906 -0.223633 -0.160156 -0.320312c0.671875 -17.8242 -4.21777 -29.751 -4.7998 -46.7197c-0.429688 -12.2783 3.00488 -26.6572 3.83984 -42.4004c0.786133 -14.8154 -1.13867 -31.0547 -11.5205 -47.0391
-c0.87207 -1.00293 1.71973 -1.91797 2.56055 -2.88086c27.3096 40.0234 46.957 84.3389 57.4414 122.082c5.64258 20.3135 8.71777 38.6943 8.95996 53.2783s-2.6875 25.1885 -6.40039 29.5996c-30.1875 35.8672 -71.4922 44.1318 -105.277 43.8398zM250.73 429.124
-l-0.00195312 -0.00585938c-27.0811 0.413086 -46.3457 -6.88965 -60.7998 -18.0791c-14.4541 -11.1904 -24.0254 -26.5352 -30.4004 -42.2402c-7.4043 -18.2451 -10.1104 -36.5127 -11.1992 -48.7998c0.0693359 0.0361328 0.0898438 0.124023 0.160156 0.160156
-c7.7832 4.0293 18.0195 8.05371 28.959 10.3994c5.46973 1.17383 11.1523 1.92188 16.7998 1.91992s11.2969 -0.800781 16.6406 -2.71973c10.6875 -3.83789 19.5234 -12.8184 22.7197 -26.5596c15.335 -65.9395 -4.74609 -90.5918 -12.1602 -109.118
-c-3.15137 -7.89648 -5.84473 -14.8135 -7.36035 -20.6396c0.961914 0.229492 1.93457 0.563477 2.88086 0.640625c5.22949 0.423828 9.40332 -1.30176 11.8398 -2.24023c7.44824 -2.87109 12.6094 -8.7793 15.3594 -15.6807
-c0.686523 -1.72461 1.11621 -3.56836 1.43945 -5.43652c0.270508 -0.65332 0.490234 -1.75195 0.490234 -2.45117c0 -0.119141 -0.00683594 -0.3125 -0.0146484 -0.431641c-0.808594 -26.9004 -0.685547 -54.0264 0.322266 -75.8428
-c0.501953 -10.9053 1.14746 -20.4336 2.08398 -27.9912c0.935547 -7.56543 2.36426 -13.2559 3.2002 -15.2002c2.78613 -6.47656 6.87207 -15.0293 14.2402 -20.7998c7.36719 -5.77051 17.9736 -9.60547 37.2793 -5.75977c16.7393 3.33594 27.0273 7.89844 33.9199 14.5596
-s10.9639 16.0264 13.5996 30.2402c3.9541 21.2988 11.873 83.2227 12.7998 94.7197l-0.00195312 0.160156l0.00195312 0.160156c-0.342773 8.47852 1.0498 15.1348 4.00391 20.1572c3.10449 5.28906 7.84668 8.50098 12.001 10.2402
-c2.04883 0.857422 3.99609 1.48145 5.59961 1.91992c-1.25 1.68457 -2.99121 3.87305 -5.2793 6.55957c-4.43359 5.20508 -10.1348 12.2627 -14.5605 22.2402c-0.472656 1.06543 -2.69922 4.9209 -5.59961 9.75977c-2.90137 4.83887 -6.56934 10.9248 -10.4004 17.7607
-c-7.66211 13.6709 -15.9912 30.2627 -20.3203 46.3994c-4.32812 16.1367 -4.8418 32.8496 6.24023 44.6406c9.82031 10.4492 26.9609 14.7471 52.7979 12.3193c-0.749023 2.14844 -1.28027 3.86133 -2.56055 6.71973c-4.32812 9.67285 -11.7734 22.6689 -22.7197 35.6807
-c-21.8926 26.0215 -57.2314 51.8037 -112 52.6387zM106.888 427.998l0.00683594 -0.000976562c-3.8916 0.0712891 -7.78223 0.0478516 -11.6787 -0.160156c-22.0137 -1.17383 -42.8779 -7.09668 -57.7637 -21.7598c-14.8877 -14.6592 -24.7021 -38.5947 -22.5605 -78.3975
-c0.405273 -7.52637 4.03613 -28.6826 10.0801 -53.7598c6.04395 -25.0781 14.4912 -54.5645 24.8008 -80.6406c10.3076 -26.0762 22.8359 -48.7832 34.7197 -59.5195c5.93848 -5.37109 11.1201 -7.54688 15.8359 -7.36328c4.71777 0.186523 10.3379 2.64062 17.2803 10.4004
-c19.2324 21.5146 34.2725 36.4365 39.3594 41.4404c-18.3242 14.5869 -29.1348 38.3652 -25.2793 64c2.24902 14.9561 2.50684 28.9307 2.23926 40c-0.243164 10.0957 -0.854492 16.9004 -0.959961 21.4395c-0.0800781 0.349609 -0.151367 0.922852 -0.160156 1.28027
-v0.320312c-0.0244141 0.90625 -0.826172 34.3535 12.96 68.3213c6.13867 15.125 15.2988 30.4482 28.96 42.8799c-14.2539 4.33203 -40.6006 11.0205 -67.8398 11.5195zM376.657 321.117c-16.7324 0.3125 -25.9277 -3.39062 -30.5605 -8.31934
-c-6.17773 -6.57227 -6.69727 -18.251 -2.87988 -32.4805c3.81641 -14.2295 11.7812 -30.123 19.2002 -43.3604c3.70898 -6.61816 7.16992 -12.5869 10.0801 -17.4395c2.90918 -4.85254 5.09961 -8.26953 6.39941 -11.2002
-c1.20996 -2.72754 2.4834 -5.11914 3.84082 -7.36035c5.73828 11.2441 6.85059 22.4141 6.24023 33.9209c-0.754883 14.2295 -4.35547 28.7656 -3.83984 43.5195c0.59375 17.3271 4.52637 28.3486 4.7998 41.7598c-4.82227 0.554688 -9.33496 0.886719 -13.2803 0.959961z
-M194.257 318.717l-0.000976562 0.00195312c-4.24023 0.00195312 -8.82812 -0.450195 -13.4395 -1.43945c-9.22363 -1.97852 -18.4727 -5.67773 -25.1201 -9.12012c-3.32422 -1.7207 -6.09473 -3.44141 -7.67969 -4.63965
-c-0.275391 -0.208008 -0.279297 -0.149414 -0.480469 -0.320312c0.112305 -2.97656 0.865234 -10.0977 1.12012 -20.6396c0.279297 -11.5527 -0.162109 -26.2979 -2.56055 -42.2402c-5.20703 -34.6348 21.833 -63.3125 53.6016 -63.3594
-c1.84668 7.11719 4.96191 14.3057 8 21.9189c8.85742 22.1602 26.3545 38.334 11.6797 101.438c-2.39648 10.3047 -7.23047 14.4561 -13.7598 16.7998c-3.26465 1.17285 -7.12012 1.59766 -11.3604 1.60059zM367.854 314.719
-c1.43457 -0.0322266 2.6748 -0.222656 3.83984 -0.479492s2.22168 -0.594727 3.04004 -1.12012c0.818359 -0.526367 1.45801 -1.29297 1.59961 -2.24023c0.0078125 -0.046875 -0.00390625 -0.113281 0 -0.160156c0.0966797 -0.93457 -0.269531 -1.76855 -0.799805 -2.71973
-c-0.555664 -0.998047 -1.37305 -2.03711 -2.39941 -3.04004c-2.05469 -2.00586 -4.87207 -3.875 -8.32031 -4.32031c-3.44434 -0.446289 -6.6377 0.618164 -8.95996 2.08008c-1.16113 0.731445 -2.15723 1.56445 -2.87988 2.40039
-c-0.723633 0.834961 -1.14258 1.6543 -1.28027 2.55957c-0.138672 0.947266 0.166992 1.84668 0.799805 2.56055c0.633789 0.713867 1.51465 1.2168 2.56055 1.75977c2.09082 1.08691 4.95508 1.98438 8.16016 2.40039c1.60254 0.207031 3.20508 0.352539 4.63965 0.319336z
-M195.213 311.196c1.50586 0.0341797 3.13477 0.0566406 4.7998 -0.160156c3.33496 -0.431641 6.20605 -1.37793 8.47949 -2.55957c1.1377 -0.59082 2.10742 -1.20605 2.88086 -2.08008c0.772461 -0.874023 1.47949 -2.18359 1.2793 -3.51953
-c-0.188477 -1.25781 -0.951172 -2.10547 -1.75977 -3.04004c-0.808594 -0.935547 -1.78223 -1.76758 -3.04004 -2.56055c-2.51562 -1.58496 -5.94922 -2.89453 -9.75977 -2.39941c-3.81543 0.491211 -6.91895 2.49023 -9.12012 4.63965
-c-1.09961 1.07422 -2.09863 2.24512 -2.71973 3.36035c-0.620117 1.11426 -1.01562 2.10059 -0.799805 3.51953l0.320312 2.08008h0.639648c0.347656 0.399414 0.701172 0.69043 1.12012 0.959961c1 0.643555 2.25293 1.00098 3.51953 1.28027
-c1.26758 0.279297 2.6543 0.445312 4.16016 0.479492zM393.613 162.399c-3.21289 -1.05078 -5.79102 -1.47266 -8.00098 -2.39746c-2.20898 -0.925781 -3.86719 -1.91406 -5.2793 -4.32031c-1.36914 -2.33301 -2.42188 -6.41797 -2.08008 -13.4404
-c0.380859 -0.279297 1.41113 -0.922852 3.2002 -1.43945c3.74219 -1.08008 10.0098 -1.66895 16.957 -1.60254c13.9043 0.141602 30.9033 3.11426 40 7.04004c8.64844 3.73438 15.9971 8.71582 20.4805 12.4795c-30.3281 -5.81641 -47.4199 -4.36035 -57.918 -0.319336
-c-3.03027 1.16602 -5.42773 2.53516 -7.35938 4zM218.253 160.481c-1.15918 -0.09375 -2.85449 -0.323242 -6.08008 -3.67969c-7.59473 -7.8877 -10.2197 -12.9609 -16.4805 -17.5996s-14.3252 -6.97168 -30.5596 -10.0801
-c-5.13965 -0.985352 -8.11816 -2.18555 -10.0801 -3.04004c0.625 -0.472656 0.626953 -0.46582 1.59961 -0.959961c2.35742 -1.2002 5.38672 -2.31055 7.83984 -2.87988c6.99902 -1.62891 18.4424 -3.50293 30.3994 -1.60059c11.959 1.90234 24.4189 7.29102 35.041 21.1201
-c0.882812 1.14941 1.32812 2.57031 1.43945 4.16016v0.160156c0.0888672 1.65332 -0.206055 3.3877 -0.959961 5.2793c-1.50684 3.7832 -4.83984 7.09082 -7.19922 8c-2.30273 0.886719 -3.80176 1.21484 -4.95996 1.12012z" />
-    <glyph glyph-name="uniF17F" unicode="&#xf17f;" 
-d="M236.505 -57.251c-1.84668 0.12207 -6.24121 0.514648 -9.76562 0.873047c-3.52539 0.359375 -8.33203 0.941406 -10.6816 1.29492c-2.35059 0.353516 -7.15723 1.1709 -10.6816 1.81543c-3.52539 0.646484 -8.74414 1.75098 -11.5977 2.45508
-c-2.85352 0.705078 -8.34668 2.19336 -12.207 3.30957c-3.86035 1.11523 -10.7275 3.3916 -15.2598 5.05762c-4.53125 1.66699 -10.5742 4.03516 -13.4277 5.26172s-9.1709 4.2334 -14.0391 6.68066c-4.86719 2.44727 -12.1465 6.44531 -16.1748 8.88379
-c-4.02832 2.43945 -10.4834 6.64941 -14.3438 9.35547s-8.22363 5.89648 -9.69629 7.09082c-2.59668 2.10645 -2.63281 2.18359 -1.2207 2.5791c0.800781 0.224609 2.72363 0.435547 4.27344 0.469727c1.91016 0.0410156 4.19727 0.750977 7.09961 2.20312
-c2.51758 1.25977 5.3418 3.29102 6.85156 4.92871c1.41211 1.53223 3.24902 4.27344 4.08105 6.0918c0.833008 1.81836 1.80859 5.08691 2.16992 7.2627c0.478516 2.88965 0.466797 4.90723 -0.0439453 7.48242c-0.384766 1.93945 -1.52344 5.20801 -2.5293 7.2627
-c-1.01758 2.07812 -3.06836 4.87891 -4.61914 6.30859c-1.53418 1.41406 -4.53027 3.38574 -6.65723 4.38086c-2.56934 1.20312 -5.26855 1.92773 -8.04395 2.16016c-2.86133 0.239258 -5.375 0.0419922 -7.97949 -0.625
-c-2.09082 -0.536133 -4.97461 -1.70215 -6.4082 -2.59082c-1.43457 -0.888672 -3.39844 -2.33789 -4.36523 -3.2207s-2.68359 -3.0332 -3.81543 -4.78027c-1.13184 -1.74609 -2.46875 -4.75684 -2.97266 -6.68945c-0.50293 -1.93262 -0.915039 -5.0957 -0.915039 -7.0293
-c0 -2.58398 -0.202148 -3.42578 -0.763672 -3.17773c-0.418945 0.18457 -3.84375 3.81543 -7.61035 8.06836c-3.76562 4.25195 -8.70996 10.0732 -10.9863 12.9365s-6.32617 8.33594 -8.99902 12.1621s-7.01758 10.5479 -9.6543 14.9365
-c-2.63672 4.38965 -6.80762 12.1006 -9.26953 17.1367c-2.46191 5.03516 -5.57324 11.7646 -6.91504 14.9541c-1.3418 3.18848 -3.54785 8.95703 -4.90137 12.8174c-1.35449 3.86035 -3.41504 10.3154 -4.5791 14.3438s-2.82324 10.4834 -3.68848 14.3438
-c-0.864258 3.86133 -2.12109 10.3154 -2.79297 14.3438s-1.49219 9.79688 -1.82324 12.8184s-0.883789 10.4375 -1.22852 16.4795c-0.413086 7.21973 -0.430664 15.1729 -0.0517578 23.1943c0.316406 6.71484 0.986328 15.3809 1.4873 19.2578
-c0.500977 3.87793 1.20117 8.87012 1.55664 11.0938c0.354492 2.22363 1.17676 6.60449 1.8252 9.73438c0.648438 3.13086 2.03027 8.98828 3.07031 13.0166c1.04102 4.02832 3.13965 11.0322 4.66504 15.5645s4.16113 11.6738 5.85742 15.8701
-s5.26855 12.0088 7.93945 17.3613c2.6709 5.35352 6.5 12.4707 8.50977 15.8164s5.2998 8.54883 7.3125 11.5625c2.0127 3.0127 4.79004 7.01953 6.17285 8.9043c1.38379 1.88379 5.2627 6.8584 8.62207 11.0547s10.792 12.3115 16.5166 18.0332
-c5.72559 5.72168 12.8818 12.4531 15.9033 14.959c3.02148 2.50488 8.65527 6.92969 12.5205 9.83105c3.86523 2.90234 10.5391 7.50586 14.8311 10.2305s11.4297 6.91309 15.8613 9.30859c4.43262 2.39551 11.0801 5.70996 14.7725 7.36621s8.77441 3.84766 11.292 4.86914
-s7.73633 2.9502 11.5967 4.28516c3.86133 1.33496 9.35449 3.08398 12.208 3.88672s7.93457 2.12012 11.292 2.92676c3.35645 0.806641 8.9873 2.01758 12.5127 2.68945c3.52441 0.672852 8.60645 1.51562 11.292 1.87305s7.7666 0.984375 11.292 1.39355
-c3.57324 0.414062 13.835 0.738281 23.1943 0.732422c9.31738 -0.00585938 19.7715 -0.349609 23.499 -0.771484c3.69238 -0.418945 9.59766 -1.17773 13.123 -1.6875c3.52441 -0.508789 9.15527 -1.45605 12.5127 -2.10352
-c3.35645 -0.648438 9.76465 -2.1377 14.2383 -3.31152c4.47363 -1.17285 11.2031 -3.11816 14.9541 -4.32129s11.1602 -3.94922 16.4658 -6.10352c5.30566 -2.15332 12.7217 -5.45703 16.4805 -7.3418s9.30566 -4.80859 12.3271 -6.49902
-c3.02051 -1.68945 8.51465 -4.99414 12.207 -7.34375s9.87305 -6.60742 13.7334 -9.46289s9.35449 -7.13574 12.208 -9.51172s8.27637 -7.27246 12.0508 -10.8828s7.26758 -6.56348 7.7627 -6.56348s1.99707 1.48438 3.33691 3.29785s3.9043 5.59082 5.69824 8.39258
-c1.79492 2.80176 4.60156 7.42969 6.2373 10.2832s4.85547 8.97559 7.15625 13.6055c2.2998 4.62988 4.4375 8.25977 4.75 8.06641s2.25781 -5.62891 4.32324 -12.0801c2.06543 -6.4502 4.29688 -13.5137 4.95898 -15.6953
-c0.662109 -2.18262 1.99219 -6.43945 2.95703 -9.46094s2.87891 -9.47656 4.25391 -14.3438c1.37598 -4.86816 3.29395 -11.5977 4.2627 -14.9541c0.96875 -3.35742 3.12891 -11.46 4.80176 -18.0059c1.67188 -6.54688 4.00195 -16.0225 5.17773 -21.0586
-c1.17676 -5.03516 2.97363 -13.2754 3.99414 -18.3105c1.01953 -5.03613 2.43555 -12.4521 3.14453 -16.4805c0.709961 -4.02832 1.5332 -8.83496 1.83105 -10.6816s1.23047 -8.85059 2.07422 -15.5645c0.842773 -6.71387 1.81445 -16.7393 2.15723 -22.2783
-c0.34375 -5.54004 0.62207 -15.8398 0.618164 -22.8896c-0.00585938 -7.0498 -0.408203 -17.624 -0.899414 -23.499s-1.19434 -13.1533 -1.5625 -16.1748s-1.35742 -9.33887 -2.2002 -14.0391c-0.841797 -4.69922 -2.62402 -12.8027 -3.96094 -18.0059
-c-1.33594 -5.20312 -3.47754 -12.6191 -4.75879 -16.4805c-1.28125 -3.86035 -3.58691 -10.1895 -5.12305 -14.0654s-4.4082 -10.4678 -6.38281 -14.6494c-1.97461 -4.18066 -5.60352 -11.1729 -8.06543 -15.5371c-2.46094 -4.36426 -6.93457 -11.6426 -9.94043 -16.1748
-c-3.00684 -4.53223 -6.30859 -9.33887 -7.33789 -10.6816c-1.02832 -1.34277 -3.39648 -4.36426 -5.26172 -6.71387c-1.86426 -2.34961 -6.4668 -7.73828 -10.2275 -11.9746c-3.75977 -4.23633 -10.2812 -10.9414 -14.4912 -14.9014
-c-4.20898 -3.95898 -11.4346 -10.2129 -16.0557 -13.8965c-4.62207 -3.68457 -12.248 -9.22461 -16.9482 -12.3115c-4.69922 -3.08789 -11.4287 -7.27441 -14.9541 -9.30566c-3.52441 -2.03027 -9.17578 -5.07617 -12.5586 -6.76758
-c-3.38281 -1.69238 -9.04102 -4.31152 -12.5742 -5.82031s-10.3457 -4.15137 -15.1396 -5.87207c-4.79395 -1.71973 -12.5352 -4.20605 -17.2021 -5.52539c-4.66797 -1.31934 -12.5293 -3.20605 -17.4697 -4.19336c-4.93945 -0.987305 -11.1797 -2.09668 -13.8652 -2.46582
-s-7.21777 -0.957031 -10.0713 -1.30664s-12.7412 -0.727539 -21.9727 -0.84082c-9.23242 -0.113281 -18.2959 -0.106445 -20.1426 0.0146484zM321.138 20.8125c6.7666 0.482422 14.0449 1.15039 16.1748 1.48438c2.12891 0.333984 6.20605 0.907227 9.05957 1.27539
-c2.85352 0.367188 6.97363 0.953125 9.15527 1.30176c2.18262 0.348633 4.79199 0.853516 5.79883 1.12207c1.00684 0.267578 3.47949 0.833008 5.49316 1.25586c2.01465 0.421875 6.19043 1.41895 9.2793 2.21484c3.08887 0.794922 8.03223 2.2373 10.9863 3.2041
-s7.97949 2.77637 11.1689 4.02148c3.18945 1.24414 9.24902 3.98633 13.4668 6.09277c4.2168 2.10645 9.98535 5.27832 12.8174 7.04785c2.83301 1.77051 7.07324 4.66211 9.42285 6.42578s6.60742 5.25977 9.46094 7.76855c2.85352 2.50977 7.2627 6.8623 9.79785 9.67285
-c2.53613 2.81152 6.27051 7.30859 8.29883 9.99414s5.05664 7.08008 6.73047 9.76562c1.67285 2.68555 4.58008 7.7666 6.45996 11.292s4.68652 9.51465 6.2373 13.3105c1.55078 3.79688 3.64453 9.42773 4.65332 12.5127c1.00781 3.08594 2.6377 8.63184 3.62012 12.3252
-c0.982422 3.69238 2.31641 9.46094 2.96387 12.8174c0.646484 3.35742 1.45996 7.88965 1.80762 10.0713c0.34668 2.18262 0.916992 6.43945 1.26758 9.46094c0.349609 3.02148 0.956055 11.0723 1.34766 17.8896c0.401367 6.98535 0.53125 16.1777 0.297852 21.0586
-c-0.226562 4.76367 -0.674805 12.7812 -0.996094 17.8164c-0.320312 5.03613 -0.849609 11.4902 -1.17676 14.3438s-0.855469 7.24805 -1.17285 9.7666c-0.318359 2.51758 -1.02148 7.48438 -1.5625 11.0361c-0.541992 3.55273 -1.79297 10.8311 -2.78125 16.1748
-s-2.22461 11.7764 -2.74805 14.2939s-1.20605 5.67676 -1.51758 7.01953s-1.11426 4.77637 -1.78516 7.62988c-0.669922 2.85352 -1.6709 6.97363 -2.22363 9.15527c-0.553711 2.18262 -1.21777 4.92871 -1.47754 6.10352s-1.21191 4.88379 -2.11523 8.24023
-c-0.904297 3.35742 -2.46875 8.98828 -3.47656 12.5127c-1.00879 3.52539 -2.66113 9.15527 -3.67383 12.5127c-1.01172 3.35742 -3.6416 11.5967 -5.84277 18.3115c-2.20215 6.71387 -4.13965 12.5654 -4.30566 13.0029
-c-0.166016 0.436523 -0.87207 0.711914 -1.56934 0.610352c-0.893555 -0.130859 -2.26953 -1.9834 -4.6709 -6.28906c-1.87207 -3.35742 -4.87988 -8.2832 -6.68457 -10.9463c-1.80469 -2.66406 -4.35645 -6.23438 -5.67188 -7.93555
-c-1.31445 -1.7002 -3.51953 -4.60254 -4.89844 -6.44824c-1.37988 -1.84668 -6.78418 -7.61523 -12.0117 -12.8184c-5.22656 -5.20312 -11.8379 -11.4014 -14.6914 -13.7725s-7.38477 -5.97168 -10.0703 -8.00098s-8.17969 -5.88281 -12.208 -8.56152
-c-4.02832 -2.67969 -10.2393 -6.54199 -13.8018 -8.58398c-3.5625 -2.04102 -9.19336 -5.07324 -12.5127 -6.73828s-9.88086 -4.68555 -14.5801 -6.71387c-4.7002 -2.02734 -12.2539 -4.93164 -16.7852 -6.45215c-4.53223 -1.52051 -10.4375 -3.33398 -13.123 -4.03125
-c-2.68652 -0.696289 -7.49316 -1.82812 -10.6816 -2.51367c-3.18945 -0.686523 -7.30957 -1.50684 -9.15625 -1.82324c-1.8457 -0.316406 -5.41699 -0.859375 -7.93457 -1.20703s-7.1875 -0.899414 -10.376 -1.22559
-c-3.18945 -0.326172 -9.78125 -0.859375 -14.6494 -1.18555s-13.9316 -0.865234 -20.1426 -1.19824c-6.20996 -0.333984 -15.1367 -0.883789 -19.8369 -1.22363s-10.8799 -0.876953 -13.7334 -1.19531c-2.85352 -0.317383 -6.97363 -0.845703 -9.15527 -1.17383
-c-2.18262 -0.328125 -6.71484 -1.15723 -10.0713 -1.84277c-3.35742 -0.68457 -8.16406 -1.79199 -10.6816 -2.46094c-2.51758 -0.667969 -7.8457 -2.3418 -11.8389 -3.71973c-3.99316 -1.37695 -10.1738 -3.83691 -13.7334 -5.46484s-8.53223 -4.11523 -11.0508 -5.52637
-c-2.51758 -1.41211 -5.95117 -3.41895 -7.62891 -4.45898c-1.67871 -1.04004 -5.1123 -3.3877 -7.62988 -5.21582c-2.51758 -1.8291 -7.22363 -5.61719 -10.4561 -8.41895c-3.2334 -2.80176 -8.3418 -7.90918 -11.3525 -11.3496
-c-3.01172 -3.44141 -7.54297 -9.27734 -10.0703 -12.9707c-2.52734 -3.69238 -5.84863 -9.04883 -7.38086 -11.9023s-3.78516 -7.52246 -5.00684 -10.376c-1.2207 -2.85352 -2.86621 -7.11035 -3.65723 -9.46094c-0.790039 -2.34961 -1.96484 -6.33203 -2.61133 -8.85059
-c-0.645508 -2.51758 -1.4668 -6.08789 -1.82324 -7.93457c-0.357422 -1.84668 -0.946289 -5.02148 -1.30762 -7.05566c-0.361328 -2.03516 -0.657227 -10.0479 -0.657227 -17.8076c0 -7.75879 0.289062 -15.5703 0.642578 -17.3584s0.916016 -4.62402 1.25098 -6.30273
-c0.333984 -1.67871 0.904297 -4.28809 1.26758 -5.79883s1.28613 -4.66895 2.05176 -7.01953c0.765625 -2.34961 2.375 -6.42871 3.57617 -9.06543c1.20215 -2.63574 3.19629 -6.48145 4.43262 -8.54492s3.96289 -5.96973 6.05859 -8.67969
-c2.09668 -2.70996 5.3877 -6.36816 7.31445 -8.12891c1.92578 -1.76074 5.03906 -4.23047 6.91797 -5.4873c1.87793 -1.25781 4.99023 -3.16113 6.91504 -4.23145c2.66602 -1.48145 4.24902 -1.94531 6.64355 -1.94531c1.72852 0 4.13574 0.250977 5.34961 0.557617
-s3.64941 0.855469 5.41211 1.2207c1.76172 0.364258 4.50879 0.947266 6.10352 1.29395c1.59473 0.347656 10.1777 2.27832 19.0742 4.29199c8.89648 2.0127 19.0586 4.35352 22.584 5.20117c3.52441 0.847656 8.33105 2.06445 10.6816 2.70508
-c2.34961 0.640625 7.15625 1.88086 10.6816 2.75684c3.52441 0.875977 8.46875 2.1416 10.9863 2.81152c2.51758 0.670898 5.40137 1.45898 6.40918 1.75293c1.00684 0.292969 2.92969 0.838867 4.27246 1.21289c1.34277 0.373047 3.26562 0.907227 4.27246 1.1875
-c1.00684 0.279297 5.02734 1.49121 8.93457 2.69336s9.19043 2.88574 11.7422 3.74219c2.55078 0.856445 6.9082 2.38965 9.68164 3.4082c2.77344 1.01758 7.89941 2.98047 11.3896 4.36133s11.2207 4.91211 17.1787 7.84668
-c5.95801 2.93555 13.8145 7.04297 17.458 9.12988c3.64453 2.08594 9.09863 5.32422 12.1191 7.19629c3.02148 1.87305 8.58203 5.55273 12.3564 8.17871c3.77539 2.62598 10.1123 7.20703 14.082 10.1816c3.9707 2.97363 10.3584 8.07617 14.1953 11.3389
-c3.83691 3.26172 10.335 9.0791 14.4395 12.9258c4.10547 3.84766 11.1104 11.0312 15.5674 15.9629c4.45605 4.93164 9.35449 10.4775 10.8848 12.3242s4.54688 5.69141 6.70312 8.54492s6.67188 9.30859 10.0352 14.3438c3.36328 5.03613 8.56055 13.7588 11.5498 19.3848
-c2.98926 5.62695 5.54102 10.123 5.6709 9.99316c0.130859 -0.129883 -0.769531 -3.36035 -2 -7.17773c-1.23145 -3.81738 -3.04785 -9.00098 -4.03711 -11.5186s-3.27539 -7.87402 -5.08105 -11.9023c-1.80469 -4.02832 -4.9707 -10.4834 -7.03613 -14.3438
-s-5.84766 -10.4521 -8.40527 -14.6484s-6.25586 -9.93066 -8.21875 -12.7432c-1.96289 -2.81152 -4.70898 -6.65723 -6.10254 -8.54492c-1.39258 -1.8877 -4.72559 -6.17871 -7.40527 -9.53613c-2.68066 -3.35742 -7.07227 -8.57617 -9.75879 -11.5967
-c-2.6875 -3.02148 -7.7832 -8.4707 -11.3252 -12.1084c-3.54199 -3.63867 -10.0098 -9.8291 -14.374 -13.7568s-9.99512 -8.80371 -12.5127 -10.835c-2.51855 -2.03125 -7.97461 -6.2207 -12.126 -9.30957c-4.15137 -3.08984 -9.91895 -7.1709 -12.8174 -9.07031
-s-7.74219 -4.91406 -10.7637 -6.69824c-3.02148 -1.78516 -9.54297 -5.30176 -14.4932 -7.81543c-4.94922 -2.51465 -12.7783 -6.1875 -17.3975 -8.16309c-4.61914 -1.97656 -15.127 -5.86133 -23.3506 -8.63379s-15.7764 -5.24707 -16.7832 -5.5
-c-1.00684 -0.251953 -6.36328 -1.83594 -11.9023 -3.51953c-5.53906 -1.68262 -16.5254 -5.13184 -24.415 -7.66504c-7.88867 -2.53223 -18.1885 -5.875 -22.8887 -7.42871s-10.6494 -3.63574 -13.2197 -4.62695c-2.57129 -0.991211 -5.00586 -2.2002 -5.41016 -2.6875
-c-0.588867 -0.709961 -0.522461 -0.966797 0.339844 -1.29785c0.59082 -0.226562 5.49707 0.0810547 10.9023 0.682617c5.40625 0.602539 10.6533 1.18555 11.6602 1.2959c1.00684 0.111328 8.97266 0.214844 17.7012 0.230469
-c8.72754 0.015625 18.6162 -0.108398 21.9736 -0.275391c3.35645 -0.166992 11.1846 -0.59375 17.3955 -0.947266c6.20996 -0.353516 15.4111 -0.863281 20.4473 -1.13379c5.03516 -0.270508 20.417 -0.526367 34.1807 -0.570312
-c16.4307 -0.0517578 29.251 0.22168 37.3291 0.797852z" />
-    <glyph glyph-name="uniF142" unicode="&#xf142;" 
-d="M294.59 218.153c5.49316 0.419922 6.26172 0.419922 12.1084 -0.046875c11.9092 -0.879883 20.9355 -3.7627 29.3838 -9.36914c4.57227 -3.03125 11.2178 -9.94824 14.9043 -15.4775c1.72559 -2.61133 3.14844 -4.83887 3.14844 -4.99219
-c0 -0.271484 -27.9238 -18.3193 -28.9229 -18.7441c-0.306641 -0.113281 -1.1875 0.921875 -2.38086 2.80566c-1.03418 1.64844 -3.26074 4.37793 -4.99219 6.06738c-4.87402 4.91504 -9.67676 6.83496 -17.0898 6.83496
-c-6.52832 0.0361328 -10.752 -1.61328 -14.4033 -5.57031c-2.53418 -2.72363 -3.68555 -5.53027 -3.95703 -9.67676c-0.307617 -5.22754 1.11035 -9.41113 4.4541 -12.9844c3.49707 -3.72754 8.7959 -6.64648 24.6221 -13.4453
-c20.9307 -8.98535 31.416 -15.2119 39.5215 -23.4297c4.22363 -4.30078 6.68164 -7.7207 9.13867 -12.7891c3.56934 -7.41406 5.14648 -14.9043 5.14648 -24.5049c0 -15.0166 -4.72656 -27.0029 -14.3262 -36.2598c-9.02637 -8.75488 -20.6641 -13.9004 -36.1836 -16.0918
-c-6.18457 -0.844727 -18.2832 -0.885742 -24.7344 0c-24.6582 3.30762 -42.9004 14.8271 -54.5791 34.4932c-1.5 2.45801 -1.80762 3.26172 -1.42285 3.60938c0.614258 0.579102 29.8389 17.4395 30.1875 17.4395c0.15332 0 1.26953 -1.45996 2.49805 -3.22559
-c8.98535 -13.292 20.1631 -19.4355 35.1436 -19.4355c8.86816 0 16.0156 2.41602 20.5469 6.98828c1.34668 1.3418 2.8418 3.33887 3.41992 4.53125c2.9541 6.14453 1.64844 14.1719 -3.03613 19.2051c-3.80371 4.07617 -9.75879 7.33691 -25.7744 14.2129
-c-11.7549 5.06934 -18.5547 8.33594 -23.5469 11.3311c-19.625 11.8682 -28.4209 26.8496 -28.4209 48.2812c0 14.3311 4.45508 25.6211 13.7881 34.8779c9.0625 8.99023 21.2383 14.2129 35.7588 15.3652zM175.022 148.362l0.15332 67.8652h18.7803h18.8213v-68.085
-c0 -45.1689 -0.154297 -69.1768 -0.384766 -71.3271c-2.65137 -21.2432 -12.6768 -35.5332 -29.7676 -42.4453c-14.249 -5.72363 -33.6846 -6.18457 -48.8193 -1.15137c-14.3301 4.76172 -26.2344 15.1348 -33.1104 28.8457l-1.15234 2.30469l15.1709 9.21582
-c8.33496 5.02734 15.2881 9.21582 15.4414 9.29297c0.113281 0.0400391 1.11133 -1.45996 2.22754 -3.30273c6.87598 -11.7559 12.79 -15.9434 22.6611 -15.9033c6.91699 0.0361328 11.0645 1.38281 14.29 4.6084c2.30371 2.30371 3.60938 4.79785 4.72559 8.98535
-l0.844727 3.19043zM364.247 -11.6426h-318.895c-24.3301 0 -44.1289 19.7939 -44.1289 44.1289v318.895c0 24.3301 19.7988 44.1289 44.1289 44.1289h318.895c24.335 0 44.1289 -19.7988 44.1289 -44.1289v-318.895c0 -24.335 -19.7939 -44.1289 -44.1289 -44.1289z
-M45.3525 375.029c-13.04 0 -23.6484 -10.6084 -23.6484 -23.6484v-318.895c0 -13.041 10.6084 -23.6494 23.6484 -23.6494h318.895c13.041 0 23.6494 10.6084 23.6494 23.6494v318.895c0 13.04 -10.6084 23.6484 -23.6494 23.6484h-318.895z" />
-    <glyph glyph-name="uniF14D" unicode="&#xf14d;" 
-d="M14.2041 448.094c15.0703 -4.40332 21.3203 -22.0371 30.5811 -33.3486c9.51855 -18.6836 11.4307 -40.4014 26.2266 -56.5869c6.0459 -19.3945 16.9473 -36.7686 23.8994 -55.8555c6.6582 -17.25 11.8984 -35.9004 16.5508 -54.0469
-c5.43555 -20.1885 14.6338 -38.418 13.0283 -58.2842c1.89551 11.6875 14.5352 -20.1143 3.24805 -29.5762c9.09766 24.5332 6.67285 -27.7852 19.6318 -6.58301c8.64844 19.9902 8.86523 4.23242 12.0508 -7.1709c-7.65723 14.8867 0.275391 28.3066 10.4043 38.6738
-c7.21289 14.3984 14.9258 11.9824 12.7207 -4.07129c-4.60449 3.7666 3.7041 28.915 13.1299 37.9209c6.24121 7.37109 16.7783 33.126 19.4531 28.9932c3.45801 13.1836 10.9385 28.5586 21.6768 39.8184c5.0127 -1.85742 3.63086 -27.2432 10.668 -36.2021
-c-2.80762 6.44824 -14.1416 36.2246 -1.66309 50.417c16.7617 16.874 23.8691 42.2275 44.6357 55.2324c7.25684 18.0557 9.18164 -0.101562 8.50391 -9.10156c5.69238 -25.3193 -3.82715 14.2852 0.0888672 23.1738c10.9707 28.5625 9.34668 -13.6992 12.875 -24.0791
-c-2.14746 19.1279 -10.8506 42.7754 6.82324 57.084c9.84668 16.8281 26.1162 28.7607 42.6035 38.2959c28.4658 7.05176 -1.60059 -47.959 10.376 -25.8203c-0.476562 -17.4414 -5.6377 -35.7305 -14.5498 -50.375c-2.36719 -3.41992 -6.21191 -21.9326 -14.5752 -32.7441
-c-1.57617 -0.177734 10.1094 4.94531 3.18262 -9.1084c2.26758 -9.76562 -26.3623 -31.8389 -12.7891 -21.3594c4.48535 -7.93457 -9.58594 -38.4463 -17.2939 -51.8584c2.79492 -8.99707 -14.4551 -27.6533 -21.0342 -25.5596
-c18.5449 12.7637 7.17871 -3.68262 4.06738 -13.1865c-12.9385 -20.2432 -14.1406 -30.9492 -28.7656 -52.3096c2.84277 -14.7949 -32.2588 -25.7949 -7.99707 -15.9473c2.54492 -4.64453 -11.2529 -23.3926 -19.7783 -27.7705
-c-17.9316 -3.52246 -2.48535 -1.88867 5.91504 2.47168c-5.36035 -14.4072 -20.4814 -37.375 -27.3945 -41.582c7.59277 -5.03418 -17.4346 -19.3076 -20.1963 -29.084c-1.47754 -10.1914 -31.5449 -18.8701 -19.3496 -18.7529
-c-10.8984 -10.9414 -20.4512 -26.0371 -40.0869 -26.7822c-12.6279 7.1377 0.900391 -10.6133 -12.0957 0.0996094c-22.0693 12.0596 22.6543 -16.4639 5.25781 -14.6885c-20.6797 15.2236 6.22754 -26.4053 -13.0576 -9.56152
-c-0.0146484 -14.4004 -6.87695 -0.736328 -6.1377 5.19629c-2.23926 21.2207 -2.25195 5.20898 -1.73926 -6.52832c5.55469 -17.7266 -5.01562 -10.8955 -6.54297 2.75098c-5.69727 4.7832 -8.34473 -27.4131 -13.2188 -37.2695
-c-7.33008 3.25586 1.01074 30.1885 0.078125 42.7852c-14.333 1.72754 -33.998 -27.8193 -52.7578 -33.3877c-3.38281 6.8125 27.6689 27.251 37.1992 39.9844c15.7031 13.5215 -20.418 -5.18848 -8.52734 5.75781c23.5869 15.6064 -23.3662 -1.77832 -9.09473 6.9834
-c19.999 1.59668 -12.4463 11.1689 7.24707 13.4062c24.9883 -2.76074 -25.1885 12.1953 -2.83984 17.0264c2.88672 -3.56934 -18.8086 7.63086 -14.8096 19.2783c-2.35352 20.21 -7.15918 39.5469 -10.2002 59.2939c3.63867 8.28613 -3.45996 42.3945 -4.71094 61.0303
-c11.3799 1.89355 -2.26562 11.7959 -1.28809 21.7422c-2.72461 22.8604 -7.21289 40.1787 -15.3291 60.6533c-4.77344 25.8672 14.3271 2.80664 26.0615 -0.988281c-1.05176 0.686523 -30.2061 13.54 -28.709 29.8291c-1.29492 21.5088 -7 42.5859 -5.67383 64.2197
-c11.4209 4.75977 -8.49805 19.3682 -8.02344 34.5479c0.396484 20.9004 -6.81152 47.3789 12.0449 62.9043zM18.0283 441.143l-0.0556641 -0.222656l-0.306641 -1.22266c-0.166992 -14.6963 2.26465 -10.5977 0.362305 1.44531zM11.0986 440.83
-c5.51465 -4.91016 3.52246 -5.79102 0 0zM366.34 437.871c-5.15918 -8.97559 -20.5684 -34.1025 -18.127 -31.1689c6.05859 11.6562 10.8057 22.167 18.127 31.1689zM368.977 434.9c-4.65723 -4.50879 -11.1006 -10.2559 0 0zM17.5801 426.908
-c3.95605 -15.9932 5.7207 -24.6504 0 0zM364.901 424.354c-5.03906 -4.06738 -7.05664 -4.10059 0 0zM332.263 420.03c-3.0332 -10.2822 1.87695 -28.8086 -1.44141 -8.39062c-0.0078125 2.84863 0.393555 5.72754 1.44141 8.39062zM338.599 415.674
-c1.04688 -8.26953 -0.490234 -6.62207 0 0zM1.76074 411.787l2.67383 -3.74512c7.12207 -9.43066 1.15918 -0.112305 -2.67383 3.74512zM349.812 404.148c-1.0957 -9.48633 -4.78809 -5.62598 0 0zM27.1777 401.616c1.09863 -3.50195 0.725586 -2.31348 0 0zM33.1074 401.48
-c-0.84668 -1.20703 -1.33691 -2.71582 -2.36523 -3.78125c-2.74023 -14.0635 3.79883 -6.95703 2.36523 3.78125zM45.8838 399.095c-2.50586 -9.42676 -0.564453 -2.12207 0 0zM364.089 397.604c-9.5752 -7.38281 -24.8584 -8.95801 -28.957 -22.0449
-c-0.581055 1.33105 18.166 19.4287 28.957 22.0449zM318.945 389.955c1.90723 -13.3994 1.64355 -19.7803 0 0zM11.3584 384.797c6.85156 -5.08008 12.0146 -10.376 0 0zM357.117 377.908l-3.25098 -2.22559l-3.26953 -2.19629
-c-15.083 -9.94238 -0.119141 -0.545898 6.52051 4.42188zM13.1826 369.061c2.52441 -2.35352 5.1582 -4.58789 7.86914 -6.72363c20.4463 -14.8369 0.990234 -0.776367 -7.86914 6.72363zM330.647 365.049c-1.32812 -2.73828 -2.66113 -5.47266 -3.99512 -8.20801
-c-11.0117 -21.1787 0.359375 -2.56445 3.99512 8.20801zM63.3809 362.568l0.0341797 -3.55859c0.401367 -8.37891 0.919922 0.22168 -0.0341797 3.55859zM286.452 342.946c-2.84473 -10.9307 12.79 -41.1943 1.30762 -14.6807
-c-1.2793 4.76465 -1.83203 9.75977 -1.30762 14.6807zM58.6182 339.393c-2.90137 -6.03613 -3.87305 -5.24023 0 0zM64.1934 330.67c-2.65625 -6.73926 -3.60254 -4.33594 0 0zM23.4473 330.639l3.31055 -2.46777c15.8623 -8.20312 7.58594 -3.71777 -3.31055 2.46777z
-M72.666 328.658c-1.2959 -2.45801 -2.74316 -4.83301 -4.23535 -7.17578c-11.3936 -17.8066 -0.907227 -2.68555 4.23535 7.17578zM87.5156 314.277c0.0351562 -2.92383 -0.359375 -5.84375 -1.06934 -8.67773c-8.62402 -19.4824 2.51953 -2.34961 1.06934 8.67773z
-M28.752 313.892l3.85938 -1.55469c17.6797 -6.0459 8.73633 -2.83398 -3.85938 1.55469zM57.3672 305.899c3.9707 0.274414 -1.44238 -4.69727 0 0zM321.467 297.583c-2.87207 -1.06152 -4.03906 -1.49316 0 0zM259.524 297.156
-c0.0283203 -12.915 16.9727 -22.2588 11.2305 -35.6904c3.44727 0.436523 -5.97949 26.3643 -11.2305 35.6904zM317.746 296.208c-3.11816 -1.04492 -6.27344 -1.97754 -9.41797 -2.93848c-22.6182 -7.6377 -0.852539 -0.776367 9.41797 2.93848zM28.3975 290.611
-c4.19336 -2.39355 8.58105 -4.43848 13.082 -6.18262c26.7031 -8.31836 -4.27734 0.782227 -13.082 6.18262zM248.989 287.767c0.253906 -2.76855 0.801758 -5.50391 1.53516 -8.18262c6.6709 -18.8447 0.173828 -1.83008 -1.53516 8.18262zM27.042 278.409
-c1.02637 -0.776367 1.98438 -1.64355 3.08008 -2.32324c13.9609 -7.90625 6.47266 -3.50488 -3.08008 2.32324zM231.439 272.729c-1.66016 -14.0664 4.77051 -27.1621 9.44727 -40.0059c0.0830078 3.21582 -12.1396 27.2393 -9.44727 40.0059zM85.4004 260.183
-c-2.72852 -5.45996 -5.6377 -7.52637 0 0zM105.627 259.286c0.0273438 -11.7178 -2.50391 -13.7695 0 0zM24.125 258.65c3.99316 -4.99609 9.19531 -8.87402 14.668 -12.1084c26.4229 -11.8076 -9.52832 3.02539 -14.668 12.1084zM93.6533 256.431
-c-1.94434 -3.3584 -3.94727 -6.68262 -5.84961 -10.0654c-11.627 -23.9902 0.432617 -0.481445 5.84961 10.0654zM80.2627 250.188c-0.350586 -5.69824 -6.89258 -9.16797 -6.05566 -0.168945c0.275391 -9.90527 7.08691 -10.3115 6.05566 0.168945zM226.854 241.987
-c1.4209 -4.61035 3.03809 -9.15625 4.6582 -13.6992c7.83789 -22.9971 -0.858398 4.28711 -4.6582 13.6992zM40.4648 236.151l4.42383 -2.3457l4.46973 -2.25781c22.1572 -11.2471 0.613281 0.261719 -8.89355 4.60352zM97.3213 234.797
-c-2.23828 -2.94238 -4.70312 -5.69922 -7.03223 -8.56836c-12.043 -19.4824 1.58496 0.547852 7.03223 8.56836zM63.9951 234.234c8.76758 -6.8584 9.56934 -11.4414 0 0zM108.712 233.057l-1.44141 -2.96289c-9.32324 -12.874 -3.31934 -7.36328 1.44141 2.96289z
-M215.475 229.639c-2.59668 -12.1689 24.9199 -49.2393 6.93555 -22.832c-3.78027 7.05469 -6.21191 14.8525 -6.93555 22.832zM290.298 223.979c-7.43555 -3.00586 -15.0859 -5.44727 -22.4961 -8.51855c-28.6787 -13.5596 12.2383 5.49512 22.4961 8.51855zM204.48 221.656
-c0.762695 -11.291 12.4199 -31.2178 1.36328 -9.78516c-0.953125 3.16504 -1.44336 6.47754 -1.36328 9.78516zM244.925 220.937c0.927734 -11.9199 -2.91895 -9.83496 0 0zM72.4775 219.228c1.90332 0.078125 0.436523 -2.84961 0 0zM295.967 215.633
-c-8.0625 -13.1396 -40.3096 -19.6875 -43.0586 -19.5732c16.0156 1.50586 31.1279 8.94238 43.0586 19.5732zM52.668 213.851c12.9121 -3.4873 23.1299 -7.55762 4.3252 -2.00586zM84.8477 210.828l0.744141 -2.99316c3.80664 -14.7988 2.38379 -6.6084 -0.744141 2.99316z
-M116.329 209.433l-1.93652 -3.60645c-12.0078 -13.5771 -3.97168 -7.72949 1.93652 3.60645zM40.1836 207.702c1.25391 -0.902344 2.44629 -1.89551 3.82129 -2.61719c16.583 -6.85742 6.92578 -2.17871 -3.82129 2.61719zM77.2822 198.698
-c6.76172 -8.02832 -4.61328 -3.21973 0 0zM189.214 196.25c-2.45508 -11.7393 27.4971 -41.7285 6.94336 -18.9805c-3.89648 5.57227 -6.65234 12.123 -6.94336 18.9805zM278.126 190.935c-7.46875 -4.58398 -25.7734 -7.04102 -7.16113 -2.97168l3.63379 1.3584z
-M78.6572 190.519c2.44141 -11.4922 0.633789 -7.04102 0 0zM89.4434 190.008c5.23047 -7.81738 -0.603516 -11.6904 0 0zM223.093 186.142c3.57227 -2.67578 2.87109 -6.39453 0 0zM239.401 183.797l-0.431641 -0.535156
-c-8.46289 -11.6123 -4.27148 -11.1182 0.431641 0.535156zM47.6348 181.483c4.29492 -2.63086 9.16113 -4.1875 14.0898 -5.08398c29.2275 -2.1875 -4.7334 -1.00098 -14.0898 5.08398zM224.906 180.993c-3.69336 -6.5957 -6.61133 -9.45215 0 0zM184.223 175.293
-c1.78027 -3.98145 2.4502 -5.47754 0 0zM92.3096 175.251c3.37305 -1.18555 -1.40527 -3.8252 0 0zM219.237 173.021c-4.16504 -8.50879 -6.6582 -10.6611 0 0zM48.2178 170.927c11.583 -5.41504 13.3125 -6.08398 0 0zM186.942 169.53
-c1.58301 -2.58984 5.18945 -8.48633 0 0zM101.281 168.446c-6.44238 -9.04297 -12.3662 -5.76562 0 0zM117.528 165.612l-3.42773 -2.98438l-3.54297 -2.84473c-15.3203 -9.9707 1.80078 -0.167969 6.9707 5.8291zM265.829 165.268
-c-9.86523 -5.65039 -30.542 -5.07812 -8.59863 -3.00293c2.9502 0.734375 5.83496 1.73535 8.59863 3.00293zM83.5664 161.423c2.41895 -2.25879 1.05957 -7.00879 -2.38867 -7.12695c-26.5049 6.00488 12.4814 -8.2373 2.38867 7.12695zM120.008 152.909
-c-7.11133 -5.1543 -11.6523 -8.17773 0 0zM96.1338 151.085c1.37988 -8.1582 1.06836 -10.6816 0 0zM223.958 149.72c8.09082 -1.45801 25.5498 -0.897461 7.72266 -0.991211l-3.87207 0.413086zM174.03 147.459c10.7822 -14.5508 7.67285 -11.6152 0 0zM147.155 146.844
-c2.20605 -14.9189 13.2715 -26.0791 23.2803 -36.4453c-0.938477 2.62598 -23.5947 22.3096 -23.2803 36.4453zM63.1309 144.78c10.7227 -1.56641 19.2598 -4.16211 3.22949 -0.722656zM82.9932 141.862c5.99609 1.81152 3.59473 -4.79102 0 0zM44.373 141.404
-c6.39355 -2.82129 5.80371 -6.14258 0 0zM220.477 141.029c4.05957 0.105469 13.875 -1.96484 4.10449 -0.65918zM122.979 140.675c-6.89648 -4.24707 -6.63086 -4.21191 0 0zM87.9219 132.098c4.86816 -6.04004 -6.60352 0.623047 0 0zM187.234 131.024
-c6.24414 -3.82227 -1.31641 -8.38672 0 0zM206.544 128.69c3.17285 -0.902344 6.43555 -1.46875 9.71484 -1.79395c24.1484 -0.399414 1.15332 -0.727539 -9.71484 1.79395zM54.043 123.698c5.05176 -1.86816 10.3574 -2.96191 15.6904 -3.63672
-c29.4258 -2.06055 -5.20312 -0.580078 -15.6904 3.63672zM178.647 122.553c6.72852 -2.95801 3.77734 -9.10645 0 0zM143.966 117.842c2.94043 -4.10938 6.47656 -7.72949 10.0625 -11.2676c20.9766 -19.4258 -2.55664 3.15332 -10.0625 11.2676zM100.188 117.686
-c0.224609 -2.74512 0.59082 -5.47656 0.786133 -8.22461c0.985352 -21.5078 1.52832 -3.09473 -0.786133 8.22461zM209.316 115.862c11.8262 -1.41895 19.2002 -2.71875 0 0zM57.9824 108.63c8.68555 -0.991211 44.7051 -2.75684 18.043 -1.61035
-c-6.03516 0.0703125 -12.1709 0.0078125 -18.043 1.61035zM108.774 100.929l-0.90332 -0.430664zM91.9648 99.2305c0.245117 -2.3457 0.173828 -1.66211 0 0zM181.346 96.8643c13.3447 0.103516 -3.27637 -4.53516 0 0zM188.683 94.4053l4.69434 -1.61328zM92.6113 92.8105
-c4.03809 -8.45117 -3.3291 -6.97363 0 0zM120.644 92.6025l-0.425781 -0.332031zM177.521 91.7373c-3.7666 -6.34375 -4.68848 -4.74414 0 0zM51.6982 82.5674c3.80273 -2.75488 8.17578 -4.6582 12.7041 -5.85059c22.2295 -3.21289 -5.87598 0.390625 -12.7041 5.85059z
-M152.938 77.3359c0.643555 -4.64062 -6.75488 -4.64844 0 0zM90.7041 77.127c0.314453 -4.80859 -6.92383 1.49316 0 0zM216.601 75.9082c-4.04785 -1.21387 -5.85156 -1.75586 0 0zM139.026 71.4375l0.254883 -0.290039zM77.8135 67.5605
-c22.3408 -1.58008 -25.5781 -0.597656 -1.60254 -0.0166016l1.26074 0.0136719l0.341797 0.00390625v-0.000976562zM131.367 64.9658c1.1377 -0.488281 -1.20117 -0.658203 0 0zM171.029 64.1113c2.71094 -1.125 5.52441 -2.00195 8.3916 -2.62891
-c21.0283 -1.8916 1.64941 -1.25879 -8.3916 2.62891zM154.762 62.3604c8.58594 -3.4668 -5.41406 -2.51367 0 0zM113.975 58.6299c2.44434 -1.22656 -1.7959 -0.405273 0 0zM138.005 57.6191c-0.589844 -2.16016 -4.70508 -1.86621 0 0zM148.958 55.4512
-c6.2373 -9.86719 26.9893 -11.3096 5.78418 -5.63184c-1.87891 0.348633 -11.1084 1.84766 -5.78418 5.63184zM89.7773 53.6904c1.90332 -1.25 -2.14355 -0.381836 0 0zM70.623 53.1904c5.68848 0.0292969 13.8525 -1.11621 0 0zM201.104 51.0645
-c-2.90527 -0.905273 -3.92969 -1.22461 0 0zM124.75 50.3975c1.10352 -0.984375 -2.79883 0.107422 0 0zM197.551 50.043l-4.53223 -0.424805zM139.683 43.957c3.82617 -10.4014 27.0068 -13.9033 4.93848 -6.53418c-2.28711 1.17188 -6.42578 3.19434 -4.93848 6.53418z
-M131.534 33.1299c3.16602 -2.46191 -2.63086 -0.706055 0 0zM130.294 32.3896c-3.31543 -6.21289 -4.31152 -2.31445 0 0zM132.503 31.4316c2.5459 -1.9082 5.25977 -3.58789 8.08887 -5.04297c21.6592 -8.54883 0.863281 -0.927734 -8.08887 5.04297zM164.933 30.7119
-c5.97168 -0.537109 5.94043 -0.490234 0 0zM174.302 30.3682l-0.938477 -0.0410156zM75.9902 26.21l-1.19922 -0.145508zM90.9443 25.21c3.45703 -0.888672 2.53223 -0.651367 0 0zM94.1328 24.4805c2.90332 0.319336 -0.479492 -3.51172 0 0zM160.077 19.9365
-l2.63379 -0.333008zM90.209 12.6807c-60.1396 -51.1201 -30.0703 -25.5596 0 0zM114.996 13.7363c5.99512 -3.3877 -3.16113 -2.75781 0 0zM111.39 10.2354c4.1377 -6.66016 1.3623 -7.38281 0 0zM104.678 2.59961c-69.7852 -44.3994 -34.8926 -22.2002 0 0z" />
-    <glyph glyph-name="uniF149" unicode="&#xf149;" 
-d="M277.324 334.538c17.1289 -0.00488281 32.0176 -6.39648 44.1074 -18.0459c12.125 11.668 27.1191 18.041 44.2559 18.041c17.458 0 32.9707 -6.48145 45.4336 -19.0723c12.458 -12.584 18.998 -28.2939 18.998 -46.0225l0.147461 -111.856
-c-1.9209 -18.7314 -9.82422 -35.373 -23.3428 -49.2637h-0.0742188c-15.8945 -16.1826 -35.5977 -24.5215 -58.0244 -24.5215h-145.945c-17.8633 1.91016 -33.7607 10.3691 -46.9805 23.417c-15.4658 15.4082 -23.416 34.46 -23.416 56.1865v204.774h38.4385v-197.187
-c0 -26.3799 18.0117 -46.9062 39.1016 -46.9062l131.071 -0.515625c27.3281 0 48.6006 18.8262 48.6006 41.1621l-0.220703 104.715c0 6.79492 -2.21777 12.1084 -7.06934 17.0098c-4.86816 4.91602 -10.0225 7.14258 -16.7158 7.14258
-c-6.83301 0 -11.9111 -2.21484 -16.7891 -7.14258c-4.85156 -4.90137 -7.06934 -10.2148 -7.06934 -17.0098v-89.6152h-40.6475v89.6152c0 6.79492 -2.21777 12.1084 -7.06934 17.0098c-4.87891 4.92773 -9.95605 7.14258 -16.7891 7.14258
-c-6.69336 0 -11.8477 -2.22656 -16.7158 -7.14258c-4.85156 -4.90137 -7.06934 -10.2148 -7.06934 -17.0098v-89.6152h-40.6475v89.6152c0 17.7285 6.54102 33.4385 18.998 46.0225c12.4639 12.5908 27.9756 19.0723 45.4336 19.0723zM231.244 2.55664
-c-92.3945 0 -172.574 70.042 -172.574 162.355l-0.0830078 112.087v28.582h-58.5781v142.413l247.024 -1.16309l77.2715 -0.166016c92.4775 0 172.574 -69.96 172.574 -162.355v-281.753h-265.635zM459.237 78.1377v206.172c0 68.8799 -60.4053 124.718 -134.938 124.718
-h-77.3584v0.166992l-209.219 0.914062v-66.8877h23.4365c15.9111 0 35.0576 -14.9521 35.0576 -36.8955l0.166016 -141.332c0 -68.8799 60.4062 -124.718 134.856 -124.718h183.812c23.5654 0 44.1855 14.9229 44.1855 37.8623z" />
-    <glyph glyph-name="uniF120" unicode="&#xf120;" 
-d="M292.972 321.803c37.4834 -80.4814 135.05 -114.104 126.229 -218.84c-10.3887 -123.351 -98.1201 -154.342 -146.627 -156.549s-141.112 14.8838 -166.472 131.189c-28.4775 130.637 95.9131 331.29 167.572 359.957
-c-2.75391 -32.5225 4.19336 -83.3389 19.2979 -115.758zM229.177 -11.2129c32.8037 -6.81445 57.9424 -11.5508 60.9229 1.65918c4.49023 19.8857 -72.0029 31.1035 -123.131 36.6387c15.3438 -16.1895 46.3252 -34.9951 62.208 -38.2979z" />
-    <glyph glyph-name="uniF105" unicode="&#xf105;" 
-d="M491.679 445.439l-0.00585938 0.00292969c1.26953 0.0986328 2.71875 -0.140625 4.16211 -0.480469c0.147461 -0.00878906 0.334961 0.0107422 0.480469 0c0.279297 -0.0214844 0.530273 -0.131836 0.799805 -0.160156
-c0.395508 -0.0419922 0.736328 -0.129883 1.12012 -0.160156c0.589844 -0.0820312 1.22168 -0.0439453 1.75977 -0.160156c0.200195 -0.0429688 0.447266 -0.112305 0.640625 -0.160156c0.444336 -0.117188 0.874023 -0.34082 1.2793 -0.479492
-c0.415039 -0.00292969 0.905273 -0.0751953 1.28027 0c0.21582 -0.166016 0.449219 -0.402344 0.639648 -0.639648c0.0556641 -0.0292969 0.106445 -0.130859 0.160156 -0.160156c0.366211 -0.204102 0.647461 -0.564453 0.959961 -0.799805
-c0.222656 -0.200195 0.347656 -0.27832 0.320312 -0.320312c0.34375 -0.291992 0.692383 -0.463867 0.959961 -0.799805c0.793945 -2.68848 1.47949 -5.26562 2.0791 -7.83984c0.0224609 -0.0976562 -0.0224609 -0.222656 0 -0.320312
-c0.337891 -1.46484 0.685547 -2.89062 0.961914 -4.31934c0.189453 -0.988281 0.317383 -2.07031 0.476562 -3.04102c0.0302734 -0.162109 0.137695 -0.319336 0.164062 -0.479492c0.844727 -2.79297 0.865234 -5.48926 0.957031 -8.16016
-c0.0517578 -1.35938 0.138672 -2.66699 0.307617 -4.16211c0.015625 -0.428711 -0.0107422 -0.856445 0 -1.28027c0.0488281 -2.26172 -0.0400391 -4.55469 -0.160156 -6.71973v-0.160156c-0.00976562 -0.166016 0.0107422 -0.31543 0 -0.480469
-c-0.141602 -2.2207 -0.325195 -4.27441 -0.640625 -6.39941v-0.160156c-0.0273438 -0.572266 -0.0693359 -1.12402 -0.15918 -1.75977c-0.183594 -0.733398 -0.432617 -1.48828 -0.640625 -2.24023c-0.0136719 -0.0498047 0.0136719 -0.110352 0 -0.160156
-c-0.0449219 -0.163086 -0.118164 -0.318359 -0.160156 -0.480469c-0.44043 -2.04688 -1 -4.11914 -1.59961 -6.08008c-0.0292969 -0.0976562 0.0302734 -0.22168 0 -0.319336c-0.424805 -1.39746 -0.954102 -2.7793 -1.44043 -4.16016
-c-0.0410156 -0.109375 -0.118164 -0.210938 -0.15918 -0.320312c-0.370117 -0.969727 -0.706055 -1.92578 -1.12012 -2.87988c-0.0957031 -0.219727 -0.222656 -0.420898 -0.320312 -0.639648c-0.0644531 -0.15625 -0.0947266 -0.325195 -0.160156 -0.480469
-c-0.0488281 -0.107422 -0.110352 -0.211914 -0.160156 -0.319336c-0.56543 -1.31934 -1.10449 -2.57617 -1.75977 -3.84082c-0.0673828 -0.126953 -0.236328 -0.197266 -0.320312 -0.319336c-0.0244141 -0.0371094 0.0205078 -0.12207 0 -0.160156
-c-0.740234 -1.39062 -1.5293 -2.7041 -2.39941 -4c-0.828125 -1.33887 -1.65137 -2.70215 -2.56055 -4c-0.8125 -1.20312 -1.66797 -2.37012 -2.55957 -3.52051c-0.0917969 -0.117188 -0.227539 -0.202148 -0.320312 -0.319336
-c-0.704102 1.11621 -1.52148 2.27832 -2.39941 3.51953c-0.708984 1.00195 -1.57227 2.00879 -2.40039 3.04004c-0.194336 0.243164 -0.279297 0.556641 -0.479492 0.799805c-0.0517578 0.0556641 -0.108398 0.105469 -0.160156 0.160156
-c-0.0527344 0.0556641 -0.107422 0.104492 -0.160156 0.160156c-3.48242 3.6709 -7.20703 7.02832 -11.2002 10.0801c-0.0966797 0.0673828 -0.12793 0.113281 -0.160156 0.160156c-0.0957031 0.0673828 -0.0654297 0.09375 -0.160156 0.160156
-c-0.455078 0.34375 -0.975586 0.625977 -1.43945 0.959961c-1.69922 1.22461 -3.46582 2.44336 -5.28027 3.51953c0.0371094 0.0351562 -0.332031 0.37793 -0.639648 0.640625c-0.12207 0.0859375 -0.200195 0.236328 -0.320312 0.320312
-c-0.786133 0.587891 -2.13281 1.44531 -4.15918 2.71973c-0.146484 -0.00976562 -0.139648 0.0634766 -0.160156 0c0.0273438 -0.0214844 -0.0283203 -0.138672 0 -0.160156c0.271484 -0.208984 0.522461 -0.265625 0.799805 -0.480469
-c0.158203 -0.103516 0.319336 -0.21582 0.479492 -0.319336c0.445312 -0.287109 0.84375 -0.616211 1.28027 -0.959961c0.506836 -0.306641 0.987305 -0.719727 1.44043 -0.959961v-0.160156c0.736328 -0.389648 1.21387 -0.703125 1.2793 -0.640625
-c0.588867 -0.711914 1.25391 -1.41309 1.91992 -2.0791c0.0537109 -0.0537109 0.106445 -0.107422 0.160156 -0.160156c0.208008 -0.178711 0.43457 -0.300781 0.640625 -0.480469c0.547852 -0.522461 1.0293 -1.08496 1.59668 -1.59766
-c0.588867 -0.537109 1.2041 -1.06445 1.76172 -1.60254c0.972656 -0.870117 1.96094 -1.80176 2.89258 -2.72852c0.0742188 -0.0810547 0.0869141 -0.239258 0.160156 -0.320312c0.0244141 -0.0263672 -0.0244141 -0.132812 0 -0.160156
-c0.641602 -0.658203 1.18945 -1.38086 1.75977 -2.0791c0.206055 -0.258789 0.458984 -0.544922 0.640625 -0.800781c0.0253906 -0.0341797 -0.0263672 -0.125 0 -0.160156c1.35938 -1.85742 2.55273 -3.85938 3.04004 -6.39941
-c0.0654297 -0.342773 0.275391 -0.602539 0.319336 -0.959961c0.960938 -1.99316 1.34473 -3.85938 1.44043 -5.60059c0.380859 -1.68262 0.847656 -3.44629 1.12012 -4.95996c-1.40625 -1.4668 -2.96973 -2.90137 -4.48047 -4.32031
-c-0.0927734 -0.115234 -0.223633 -0.204102 -0.319336 -0.319336c-2.30176 -2.75391 -5.32324 -5.18066 -8.48047 -7.52051c-0.113281 -0.0957031 -0.206055 -0.223633 -0.319336 -0.320312c-0.143555 -0.121094 -0.336914 -0.198242 -0.480469 -0.319336
-c-0.162109 -0.102539 -0.324219 -0.206055 -0.479492 -0.320312c-2.68652 -2.25586 -5.46875 -4.48535 -8.32031 -6.71973c-3.26855 -2.56641 -6.61133 -5.12891 -10.0801 -7.68066c-2.25488 -1.75977 -4.62207 -3.37891 -6.88086 -5.12012
-c-5.83105 -4.49512 -11.7451 -8.84375 -18.0791 -12.4795c-2.78027 -1.87402 -5.48047 -3.71191 -8.32031 -5.60059c-3.01465 -2.00781 -6.09766 -3.92676 -9.12012 -5.91992c-4.9082 -3.24316 -9.70898 -6.43457 -14.7197 -9.75879
-c-0.443359 -0.292969 -0.836914 -0.666992 -1.28027 -0.959961c-0.728516 -0.484375 -1.50879 -0.954102 -2.23926 -1.44043c-0.592773 -0.37207 -1.1875 -0.738281 -1.76074 -1.12012c-0.545898 -0.358398 -1.0625 -0.760742 -1.59961 -1.12012
-c-5.86035 -3.91797 -11.7051 -7.91895 -17.5996 -12c-3.2998 -2.28809 -6.65527 -4.53223 -9.91992 -6.87988c-0.808594 -0.576172 -1.59375 -1.18066 -2.40039 -1.76074c-4.08105 -2.93066 -8.12012 -5.91895 -12.1602 -8.95996
-c-0.333008 -0.250977 -0.626953 -0.547852 -0.959961 -0.799805c-2.30078 -1.73438 -4.60059 -3.50488 -6.87988 -5.2793c-2.04004 -1.5918 -4.06152 -3.17578 -6.08008 -4.80078c-0.417969 -0.332031 -0.864258 -0.623047 -1.28027 -0.959961
-c-1.05957 -0.857422 -2.14551 -1.69043 -3.2002 -2.55957c-0.37207 -0.319336 -0.748047 -0.640625 -1.12012 -0.959961c-0.0566406 -0.0488281 -0.102539 -0.111328 -0.15918 -0.160156c-12.8232 -11.0488 -25.0371 -22.8506 -37.2803 -34.5596
-c-3.2207 -3.15918 -6.72266 -6.52637 -9.75977 -9.44043c-0.713867 -0.68457 -1.53613 -1.56836 -2.24023 -2.24023c-0.0820312 -0.078125 -0.238281 -0.0820312 -0.319336 -0.160156c-2.68066 -2.56641 -5.61816 -5.47559 -8.16016 -7.83984
-c-1.00781 -0.936523 -2.05371 -1.81152 -3.04004 -2.71973c-1.69629 -1.57129 -3.26758 -3.24609 -4.95996 -4.7998l-0.154297 -0.168945c-0.897461 -0.811523 -2 -1.77344 -2.87988 -2.56055c-3.48438 -3.1875 -6.92188 -6.42773 -10.0801 -9.59961
-c-9.27246 -7.33203 -20.3193 -16.1543 -30.4004 -23.8398c-1.32031 -0.198242 -2.49316 -0.710938 -3.67969 -1.28027c-0.157227 -0.0996094 -0.323242 -0.220703 -0.480469 -0.319336c-1.09375 -0.691406 -2.14062 -1.28418 -3.19922 -1.91992
-c-0.442383 -0.267578 -1.00391 -0.542969 -1.44043 -0.800781c-0.124023 -0.0800781 -0.196289 -0.228516 -0.320312 -0.319336c-2.90918 -2.13281 -5.94922 -4.4043 -9.59961 -5.28027c-0.818359 -0.381836 -1.72266 -0.599609 -2.55957 -0.959961
-c-1.69336 -0.727539 -3.40527 -1.41699 -5.12012 -2.08008c-0.176758 -0.0683594 -0.302734 -0.254883 -0.480469 -0.319336h-0.160156c-0.25293 -0.0976562 -0.547852 -0.225586 -0.799805 -0.320312c-0.791016 -0.302734 -1.62109 -0.530273 -2.39941 -0.799805
-c-0.319336 -0.103516 -0.646484 -0.21582 -0.959961 -0.320312c-0.164062 -0.0546875 -0.317383 -0.106445 -0.480469 -0.160156c-0.113281 -0.0380859 -0.207031 -0.12207 -0.320312 -0.160156c-0.472656 -0.129883 -0.96582 -0.183594 -1.43945 -0.319336
-c-0.591797 -0.1875 -1.17871 -0.472656 -1.75977 -0.640625c-0.209961 -0.0595703 -0.431641 -0.101562 -0.640625 -0.160156c-0.15625 -0.0439453 -0.323242 -0.116211 -0.479492 -0.15918c-1.45801 -0.401367 -2.87891 -0.647461 -4.32031 -0.959961
-c-1.44141 -0.313477 -2.90234 -0.693359 -4.32031 -0.959961c-5.27832 -0.995117 -10.5068 -1.61328 -16 -2.24023c-0.594727 -0.0693359 -1.1582 -0.0908203 -1.75977 -0.160156c-2.20117 -0.25 -4.4043 -0.517578 -6.71973 -0.799805
-c-2.82031 -0.344727 -5.74512 -0.813477 -8.80078 -1.28027c-0.0996094 -0.015625 -0.219727 0.015625 -0.319336 0c-3.20312 -0.49707 -6.37695 -1.03711 -9.91992 -1.75977c-0.259766 -0.0800781 -0.536133 -0.105469 -0.800781 -0.160156
-c-3.38574 -0.702148 -6.95117 -1.56445 -10.7197 -2.56055c-1.11328 -0.417969 -2.89453 -1.08984 -3.83984 -1.43945c-2.77246 -1.00293 -6.56055 -2.40039 -6.56055 -2.40039l-10.5596 -3.04004l0.639648 0.640625
-c-0.269531 -0.107422 -0.53418 -0.222656 -0.799805 -0.320312c-5.68164 -6.83301 -10.8145 -13.2227 -15.6797 -19.3594c-0.351562 -0.443359 -0.613281 -0.84082 -0.959961 -1.28027c-0.0439453 -0.0546875 -0.116211 -0.105469 -0.160156 -0.160156
-c-3.67578 -4.66406 -7.18066 -9.20801 -10.3994 -13.4395c-1.21484 -1.59766 -2.68848 -3.4248 -3.83984 -4.95996c-0.112305 -0.148438 -0.210938 -0.333984 -0.320312 -0.480469c-0.0488281 -0.0654297 -0.111328 -0.0947266 -0.160156 -0.160156
-c-3.15527 -4.21582 -6.11621 -8.2666 -8.7998 -12c-0.526367 -0.731445 -1.09277 -1.6875 -1.60059 -2.40039c-2.39551 -3.36133 -4.5459 -6.3457 -6.55957 -9.2793c-0.0400391 -0.0585938 -0.120117 -0.101562 -0.160156 -0.160156
-c-0.535156 -0.780273 -0.769531 -1.32324 -1.28027 -2.08008c-3.07812 -4.53516 -6.00586 -8.94238 -8.16016 -12.3203c-0.0341797 -0.0507812 -0.125977 -0.107422 -0.160156 -0.168945c-0.0351562 -0.0537109 -0.125977 -0.105469 -0.160156 -0.15918
-c-0.0722656 -0.106445 -0.109375 -0.241211 -0.160156 -0.320312c-0.803711 -1.26855 -1.35352 -2.18359 -2.08008 -3.36035c-0.826172 -1.33105 -1.91895 -2.93652 -2.55957 -4c-0.108398 -0.178711 -0.213867 -0.460938 -0.320312 -0.639648
-c-0.510742 -0.857422 -0.430664 -0.801758 -0.799805 -1.44043c-0.149414 -0.239258 -0.391602 -0.487305 -0.480469 -0.639648c-0.68457 -1.19922 -1.91992 -3.36035 -1.91992 -3.36035l-30.8799 -32l-1.43945 1.28027s2.21777 3.70215 3.35938 5.60645
-c0.742188 1.22363 2.16797 3.58984 3.2002 5.2793c0.0517578 0.0839844 0.107422 0.235352 0.160156 0.320312c1.09082 1.76465 2.56055 4.1416 4 6.40039c0.415039 0.663086 0.84082 1.22363 1.2793 1.91992c0.258789 0.410156 0.53418 0.867188 0.800781 1.28027
-c0.480469 0.761719 1.04297 1.70312 1.59961 2.55957c0.126953 0.199219 0.351562 0.438477 0.480469 0.639648c2.93457 4.60742 6.39062 10.0498 10.0801 15.6807c0.484375 0.737305 1.10254 1.64844 1.59961 2.40137c0.664062 1.00781 1.07422 1.68359 1.75977 2.71875
-c0.856445 1.29004 1.82324 2.81543 2.70703 4.17773c2.53223 3.79004 5.04883 7.43652 7.83887 11.5195c2.97461 4.34863 6.35352 9.13477 9.60059 13.7598c6.79688 9.68652 13.9092 19.7285 21.7598 30.2402c0.552734 0.740234 1.20215 1.49609 1.75977 2.24023
-c0.225586 0.299805 0.414062 0.65918 0.640625 0.959961c1.58594 2.10938 3.31641 4.28418 4.95996 6.39941c3.78418 4.96094 7.5498 9.85742 11.5195 14.8799c-0.142578 0.344727 -0.191406 0.765625 -0.320312 1.12012
-c-0.0888672 0.24707 -0.0771484 0.547852 -0.15918 0.799805c-0.15332 0.47168 -0.351562 0.950195 -0.480469 1.44043c-0.0410156 0.157227 -0.119141 0.318359 -0.160156 0.479492c-0.129883 0.53418 -0.378906 1.04395 -0.479492 1.60059
-c-0.141602 0.803711 -0.0830078 1.70703 -0.160156 2.55957c-0.00976562 0.102539 0.00878906 0.217773 0 0.320312c-0.0849609 1.03027 -0.174805 2.0957 -0.160156 3.2002c0.000976562 0.0996094 -0.00195312 0.21875 0 0.319336
-c0.00292969 0.383789 -0.0214844 0.722656 0 1.12012c0.0625 1.16602 0.144531 2.27051 0.320312 3.52051c0.216797 1.55273 0.557617 3.26953 0.959961 4.95996c0.0869141 0.364258 0.224609 0.746094 0.319336 1.12012c0.15625 0.604492 0.297852 1.2959 0.480469 1.91992
-c0.314453 1.08496 0.719727 2.21973 1.12012 3.35938c0.105469 0.299805 0.208984 0.65625 0.320312 0.959961c0.510742 1.43652 1.12598 2.95508 1.75977 4.48047c0.0429688 0.103516 0.116211 0.21582 0.160156 0.320312c0.727539 1.7373 1.50977 3.59277 2.39941 5.43945
-c1.12012 2.32422 2.60938 4.85254 4 7.36035c1 1.80273 2.05469 3.69141 3.2002 5.59961c1.1377 1.94824 2.36328 4.02637 3.67969 6.08008c0.0966797 0.150391 0.223633 0.329102 0.320312 0.480469c0.290039 0.449219 0.50293 0.825195 0.799805 1.28027
-c1.13281 1.7334 2.43652 3.625 3.68066 5.43945c1 1.45801 2.14258 2.98926 3.19922 4.48047c0.353516 0.496094 0.599609 0.9375 0.959961 1.43945c0.188477 0.261719 0.448242 0.536133 0.640625 0.799805c0.504883 0.700195 0.913086 1.3623 1.43945 2.08008
-c0.157227 0.213867 0.322266 0.425781 0.480469 0.640625c1.45117 1.96973 3.21875 4.17188 4.7998 6.24023c2.03711 2.66309 4.17383 5.49512 6.40039 8.31934c0.311523 0.389648 0.638672 0.87793 0.959961 1.28027c1.01953 1.28613 2.13379 2.68262 3.2002 4
-c1.06445 1.32227 2.12988 2.55371 3.19922 3.83984c0.390625 0.469727 0.84375 0.951172 1.28027 1.44043c0.226562 0.271484 0.411133 0.527344 0.639648 0.799805c0.09375 0.111328 0.226562 0.208984 0.320312 0.320312c2.61426 3.10938 5.30664 6.31836 8.16016 9.59961
-c1.13184 1.2998 2.49707 2.66602 3.67969 4c0.451172 0.520508 0.826172 1.08691 1.28027 1.60059c0.0546875 0.108398 0.102539 0.213867 0.160156 0.319336c0.8125 1.47754 2.02148 2.58301 3.36035 3.68066c0.155273 0.172852 0.324219 0.305664 0.479492 0.479492
-c0.0566406 0.0439453 0.103516 0.116211 0.160156 0.160156c0.365234 0.40625 0.748047 0.868164 1.12012 1.28027c0.598633 0.662109 1.15527 1.25195 1.75977 1.91992c0.573242 0.632812 1.33887 1.28125 1.91992 1.91992
-c1.15625 1.26562 2.18945 2.56543 3.36035 3.83984c0.0322266 0.0693359 0.12793 0.0898438 0.160156 0.160156c0.0634766 0.0458984 0.0966797 0.113281 0.160156 0.160156c4.19141 4.55664 8.34863 9.06543 12.959 13.9199
-c0.0253906 0.0263672 -0.0244141 0.133789 0 0.160156c0.691406 0.727539 1.46973 1.48633 2.24023 2.24023c0.626953 0.677734 1.30566 1.27148 1.91992 1.91992c0.107422 0.161133 0.203125 0.328125 0.320312 0.479492
-c0.0498047 0.0517578 0.109375 0.108398 0.160156 0.160156c2.6543 3.78125 6.08105 6.80566 9.59961 9.91992c0.277344 0.245117 0.522461 0.553711 0.799805 0.799805c0.368164 0.376953 0.743164 0.748047 1.12012 1.12012
-c0.369141 0.376953 0.754883 0.745117 1.12012 1.12012c1.83594 1.87012 3.54688 3.68945 5.44043 5.60059c0.163086 0.165039 0.314453 0.313477 0.479492 0.479492c0.499023 0.641602 0.982422 1.2334 1.44043 1.91992c5.38867 5.19824 10.7842 10.3506 16.1592 15.5205
-c0.276367 0.271484 0.522461 0.527344 0.799805 0.799805c0.223633 0.21875 0.416992 0.420898 0.640625 0.639648c0.166992 0.164062 0.311523 0.31543 0.479492 0.480469c0.814453 0.78125 1.58301 1.62012 2.40039 2.39941
-c2.15039 2.10254 4.46973 4.1543 6.71973 6.24023c0.772461 0.717773 1.47754 1.51172 2.24023 2.24023c0.740234 0.674805 1.49023 1.40723 2.24023 2.08008c0.304688 0.283203 0.650391 0.520508 0.959961 0.799805c0.776367 0.691406 1.61328 1.39062 2.39941 2.08008
-c0.482422 0.427734 0.956055 0.853516 1.44043 1.28027c0.521484 0.480469 1.06934 0.963867 1.59961 1.43945c0.404297 0.347656 0.874023 0.613281 1.28027 0.959961c3.16992 2.78613 6.39941 5.53223 9.75977 8.16016c1.67676 1.35059 3.41211 2.66309 5.12012 4
-c0.157227 0.120117 0.322266 0.201172 0.479492 0.320312c0.628906 0.490234 1.29004 0.952148 1.9209 1.44043c0.993164 0.767578 1.87695 1.63672 2.87988 2.39941c1.17871 0.897461 2.45312 1.69922 3.67969 2.56055c0.549805 0.411133 1.0459 0.869141 1.59961 1.2793
-c0.306641 0.230469 0.650391 0.408203 0.959961 0.640625c2.11816 1.58301 4.26172 3.24805 6.24023 4.7998c3.4082 3.4707 7.85645 5.80957 12.1602 8.32031c0.15918 0.107422 0.30957 0.230469 0.480469 0.319336c0.195312 0.133789 0.444336 0.1875 0.639648 0.320312
-c1.29785 0.878906 2.53711 1.84473 3.83984 2.71973c0.197266 0.131836 0.442383 0.188477 0.640625 0.320312c0.211914 0.161133 0.431641 0.313477 0.639648 0.479492c0.0585938 0.046875 0.101562 0.114258 0.160156 0.160156
-c0.536133 0.422852 1.10352 0.80957 1.59961 1.28027c1.07812 0.47168 2.05078 1.10352 3.04004 1.75977c0.0996094 0.0644531 0.220703 0.0957031 0.320312 0.160156c0.0595703 0.0390625 0.09375 0.130859 0.160156 0.160156
-c0.0986328 0.0644531 0.220703 0.0957031 0.319336 0.160156c0.0957031 0.0664062 0.224609 0.0917969 0.320312 0.160156c3.20898 2.28613 6.22363 5.17676 10.0801 6.55957c0.0390625 0.0234375 0.121094 -0.0244141 0.160156 0
-c0.729492 0.454102 1.50977 0.828125 2.24023 1.28027c0.800781 0.560547 1.52734 1.18359 2.40039 1.59961c0.592773 0.364258 1.16406 0.758789 1.75977 1.12012c1.10352 0.671875 2.24902 1.25879 3.35938 1.91992c4.99805 3.00781 10.0088 5.92969 15.04 8.7998
-c1.09961 0.666016 2.21387 1.31641 3.36035 1.91992c0.44043 0.249023 0.839844 0.554688 1.28027 0.800781c0.899414 0.503906 1.81543 0.950195 2.71973 1.43945c2.66406 1.48145 5.33887 2.88184 8 4.32031c0.160156 0.106445 0.324219 0.208008 0.480469 0.320312
-c0.214844 0.155273 0.420898 0.322266 0.639648 0.479492c2.89258 1.93066 5.95996 3.39941 9.13379 4.80273c0.148438 0.0771484 0.332031 0.0830078 0.480469 0.160156c0.106445 0.0556641 0.212891 0.104492 0.319336 0.160156
-c0.0429688 0.0214844 0.118164 -0.0224609 0.160156 0c5.2959 2.75098 10.459 5.44043 15.6807 8c3.80273 1.86328 7.4707 3.68164 11.1992 5.43945c1.87793 0.880859 3.74121 1.70801 5.60059 2.56055c0.328125 0.151367 0.632812 0.328125 0.959961 0.479492
-c2.00391 0.915039 3.94629 1.8291 5.91992 2.71973c0.255859 0.114258 0.543945 0.207031 0.799805 0.320312c0.0654297 0.0292969 0.09375 0.130859 0.160156 0.160156c0.99707 0.447266 2.0459 0.845703 3.04004 1.28027
-c1.95996 0.863281 3.98438 1.73535 5.91992 2.55957c0.951172 0.420898 1.92969 0.868164 2.87988 1.28027c0.400391 0.179688 0.870117 0.305664 1.2793 0.479492c0.40918 0.170898 0.868164 0.300781 1.28027 0.480469
-c0.0654297 0.0273438 0.0947266 0.132812 0.160156 0.160156c4.81641 1.99609 9.38477 3.73828 13.9199 5.43945c2.8125 1.0752 5.44727 2.05957 8.16016 3.04004c0.104492 0.0546875 0.216797 0.104492 0.320312 0.160156
-c0.977539 0.526367 1.97461 1.16309 2.87988 1.75977c1.18066 0.0859375 2.3877 0.272461 3.52051 0.480469c3.71484 1.27441 7.40137 2.44727 10.8799 3.51953c-0.0146484 -0.143555 0.015625 -0.333984 0 -0.479492
-c0.138672 0.0410156 0.345703 0.121094 0.479492 0.160156c-0.460938 -1.47559 -0.859375 -2.67969 -1.11914 -3.84082c-0.0107422 -0.0439453 0.00976562 -0.115234 0 -0.15918c-0.00976562 -0.0449219 0.00976562 -0.116211 0 -0.160156
-c-0.222656 -1.49609 -0.391602 -2.87305 -0.640625 -4.48047c-0.00878906 -0.0546875 0.00878906 -0.104492 0 -0.160156c-0.0556641 -0.379883 -0.0966797 -0.72168 -0.160156 -1.11914c-0.175781 -1.81836 -0.31543 -3.53223 -0.639648 -6.24121
-c-0.265625 -0.5 -0.444336 -1.07715 -0.639648 -1.59961c-0.0244141 -0.0644531 -0.138672 -0.0966797 -0.160156 -0.160156c-0.00878906 -0.0478516 0.00878906 -0.111328 0 -0.160156c-0.24707 -1.36523 -0.263672 -1.22266 -0.480469 -2.39941
-c-0.0146484 -0.120117 0.0117188 -0.204102 0 -0.320312c-0.172852 -1.81152 -0.0283203 -3.11035 0.480469 -3.04004c0.0800781 0.185547 0.3125 0.595703 0.479492 0.959961c0.0791016 0.18457 0.229492 0.587891 0.320312 0.799805
-c0.256836 0.601562 0.605469 1.4043 0.959961 2.24023c0.0107422 0.0498047 -0.00976562 0.111328 0 0.160156c0.117188 0.59668 0.193359 1.12793 0.320312 1.91992c0.466797 0.600586 0.879883 1.23828 1.2793 1.91992
-c0.046875 0.110352 0.113281 0.0478516 0.160156 0.160156c0.0800781 0.191406 0.078125 0.123047 0.160156 0.320312c0.511719 1.22754 0.198242 0.62207 0.799805 2.08008c0.414062 1.00098 0.84668 2.13965 1.28027 3.19922
-c1.33691 3.79199 2.48438 7.66211 4.16016 10.4004c0.339844 0.844727 0.797852 1.75684 1.12012 2.55957c1.54785 0.427734 2.99316 0.741211 4.47949 1.12012c1.2002 0.352539 2.52832 0.663086 3.83984 0.959961c0.617188 0.144531 1.15625 0.185547 1.76074 0.320312
-c1.89844 0.399414 3.8291 0.883789 5.75977 1.2793c0.0546875 0.0107422 0.105469 -0.00976562 0.160156 0c0.112305 0.0234375 0.207031 0.136719 0.319336 0.160156c2.20898 0.65918 6.01074 1.63867 8.48047 1.12012
-c0.974609 0.0947266 1.96484 0.106445 2.87988 0.160156c0.0634766 0.0332031 0.09375 0.129883 0.160156 0.160156c0.511719 0.231445 1.00488 0.433594 1.59961 0.479492zM449.914 410.402c-0.000976562 -0.566406 -0.208008 -0.835938 -0.320312 -1.12012
-c0.0390625 0.28125 -0.0146484 0.561523 0 0.639648c0.131836 0.168945 0.105469 0.291992 0.320312 0.480469zM467.834 335.681v-0.160156v0.160156zM463.835 332.645l0.15918 -0.15918zM146.073 224.003l0.158203 -0.317383zM139.353 215.203v-0.160156v0.160156z
-M281.115 192.163h0.160156h-0.160156zM246.556 160.003v-0.319336v0.319336zM231.995 148.163l-0.160156 -0.160156zM230.075 146.563l0.160156 -0.160156l-0.15332 0.15332zM228.321 146.077v-0.160156v0.160156zM228.642 145.757l-0.160156 -0.160156zM228.962 145.276
-v-0.15918v0.15918zM219.682 139.517h0.160156h-0.160156zM218.883 138.872l0.15918 -0.15918zM216.323 138.071v-0.15918v0.15918zM214.723 137.432v-0.160156v0.160156zM211.042 134.391l-0.15918 -0.15918zM210.241 133.591l-0.15918 -0.160156zM210.722 133.271
-v-0.320312v0.320312zM201.275 129.267v-0.160156v0.160156zM200.315 129.106v-0.160156v0.160156zM200.315 128.627v-0.160156v0.160156zM196.635 127.826h0.160156h-0.160156zM193.281 126.547l-0.158203 -0.15918z" />
-    <glyph glyph-name="uniF17A" unicode="&#xf17a;" 
-d="M32.7998 447.04v0.00195312h42.4023h302.715c17.4082 0 31.6826 -14.3682 31.6826 -30.2402v-0.479492c0 -1.02441 -0.480469 -2.65625 -0.480469 -3.67969l-33.7617 -309.761c0.522461 -12.2822 -6.17969 -23.9717 -17.4385 -29.6035l-137.277 -67.6758
-c-4.6084 -2.04297 -9.15527 -3.04199 -13.7627 -3.04199c-4.6084 0 -9.30859 1.00391 -13.916 3.04199l-137.605 67.6758c-6.1416 3.07227 -11.3252 7.62402 -14.3975 13.7627c-2.55957 3.58887 -4.12793 7.71094 -4.63965 12.3184l-34.7207 312.32
-c0 1.02441 -1.59961 2.49609 -1.59961 3.52051v0.479492c0 16.8965 15.3916 31.3604 32.7998 31.3604zM295.041 345.604v-78.5615l7.52148 -57.4355h38.0771l7.52148 57.4355v78.5615h-53.1201zM132.158 342.404l-14.2383 -52.8027h-49.7617v-29.1172h41.7637
-l-10.3984 -37.6016h-48.3223v-29.5986h41.1182l-14.0801 -52.4795h32.8047l14.0801 52.4795h39.0342l-14.2383 -52.4795h32.6396l14.0801 52.4795h49.6025v29.5986h-41.9229l10.2402 37.6016h48.6396v29.1172h-40.7959l14.2393 52.8027h-32.6406l-14.2432 -52.8027h-38.877
-l14.0801 52.8027h-32.8037zM142.721 260.484h38.8818l-10.2402 -37.6016h-38.8809zM295.041 189.604v-48.7988h53.1201v48.7988h-53.1201z" />
-    <glyph glyph-name="uniF153" unicode="&#xf153;" 
-d="M170.688 447.997l-0.0107422 0.0107422c0.717773 -0.0839844 0.850586 -0.388672 2.14453 -5.05371c2.17676 -7.85645 6.09668 -18.6885 10.1846 -28.1045c5.27832 -12.1592 14.3613 -30.124 22.5908 -44.6445l1.49316 -2.68066
-c15.0654 -2.34863 33.5195 -5.48047 41.9639 -7.15918c44.7695 -8.90234 80.2031 -20.7773 107.501 -36.0615c19.8857 -11.1367 36.1201 -24.6758 49.5234 -41.2529c4.58789 -5.67383 8.38965 -11.0371 13.9756 -19.7188l0.995117 -1.53125l-6.39453 -0.958008
-c-41.0703 -6.29102 -103.03 -21.4004 -159.083 -38.0576c0.0410156 -0.512695 0.143555 -1.16992 0.267578 -1.87598c1.77051 -10.0176 2.83887 -20.2139 3.48438 -32.7373c0.397461 -7.69531 0.209961 -30.3496 -0.305664 -37.1387
-c-1.84277 -24.2363 -4.66016 -44.6689 -8.30859 -59.998c-6.02734 -25.3154 -17.2207 -54.9512 -32.6992 -86.5693c-4.54883 -9.29297 -8.4834 -16.75 -9.03613 -17.1152c-0.3125 -0.206055 -7.10547 -0.195312 -12.2139 0
-c-25.1855 0.96582 -70.9111 7.46484 -94.5723 13.4395c-14.1982 3.58496 -33.1562 9.92285 -44.377 14.8555c-21.9971 9.66992 -40.8857 23.8857 -50.3867 37.8672c-7.43848 10.9453 -9.33203 22.7881 -5.47559 34.4971c2.14355 6.50879 7.13965 14.9609 13.5156 22.8975
-c4.28516 5.33301 12.6641 13.6533 18.3018 18.1484c0.275391 0.21875 0.59668 0.499023 0.880859 0.727539l-0.574219 -0.192383c47.2471 38.834 77.833 73.7402 92.3516 105.408c8.10059 17.6689 11.4307 32.8643 10.9893 50.1582
-c-0.69043 26.9482 -8.16797 46.4873 -25.3477 66.3154c-3.79883 4.38379 -34.8037 34.6123 -34.8037 34.6123c-2.95996 2.84473 -5.61523 5.53613 -6.50977 7.77246c-0.387695 0.970703 -0.566406 1.86621 -0.612305 2.6416l-0.114258 0.115234
-c0.00390625 0.573242 0.0693359 1.125 0.191406 1.64648c0.0537109 0.28125 0.12207 0.512695 0.191406 0.727539c0.0078125 0.0214844 0.0283203 0.0537109 0.0380859 0.0761719c0.181641 0.537109 0.382812 0.842773 0.382812 0.842773
-c0.00976562 -0.0400391 0.0273438 -0.0761719 0.0380859 -0.115234c1.45117 2.21387 5.55664 6.21484 8.9209 8.57715c10.3291 7.25195 27.0898 15.665 48.666 24.4277c15.916 6.46777 40.6895 15.3809 42.2334 15.2002zM169.489 444.447v0.000976562
-c-1.9082 -0.34375 -28.124 -11.2578 -37.752 -15.7373c-7.50684 -3.49316 -24.4531 -12.3809 -24.1602 -12.6738c0.0498047 -0.0488281 3.17383 -0.518555 6.8916 -1.0332c23.0752 -3.19531 54.9463 -8.65723 62.0654 -10.6445
-c3.0625 -0.854492 3.0332 -1.31445 0.458984 6.35547c-3.41406 10.1797 -5.58496 19.6543 -6.77637 29.4062c-0.283203 2.31543 -0.563477 4.26758 -0.612305 4.32617c-0.00976562 0.0117188 -0.0537109 0.0107422 -0.115234 0zM102.255 413.205l-0.015625 -0.00195312
-l3.59961 -3.40723c3.71191 -3.48242 13.3545 -12.6738 25.668 -24.5791l6.62402 -6.43262c2.26855 -0.390625 4.5498 -0.802734 6.81543 -1.1875c0.717773 0.311523 2.31055 1.21777 4.09668 2.33594c7.53906 4.71875 18.4316 10.7764 28.333 15.7363
-c2.45703 1.23145 4.42383 2.28223 4.36523 2.33594c-0.0595703 0.0537109 -1.97266 0.228516 -4.28809 0.420898c-20.5254 1.7041 -57.666 8.81738 -72.4795 13.8604zM99.5205 411.021l0.00195312 -0.00195312l-0.918945 -0.612305
-c-10.0664 -7.10059 -15.9951 -14.0557 -16.043 -18.7607v-0.766602c0.734375 -0.274414 1.50684 -0.574219 2.18066 -0.839844c0.541016 -0.186523 1.08105 -0.392578 1.64648 -0.574219c0.147461 -0.0478516 0.276367 -0.0693359 0.420898 -0.115234
-c0.925781 -0.293945 1.87695 -0.563477 2.83301 -0.841797c0.0263672 -0.0078125 0.0507812 -0.03125 0.0771484 -0.0390625c1.66602 -0.484375 3.34961 -0.957031 4.97754 -1.37793c0.996094 -0.251953 2.08398 -0.516602 3.29199 -0.804688
-c1.07422 -0.258789 2.02832 -0.479492 2.94824 -0.688477c0.307617 -0.0712891 0.519531 -0.117188 0.842773 -0.191406c0.455078 -0.101562 1.02344 -0.22168 1.41699 -0.306641c5.74219 -1.24121 13.1738 -2.58105 20.1396 -3.79102
-c-0.0673828 0.18457 -0.870117 1.2627 -1.99121 2.60449c-1.20117 1.43848 -6.62109 8.11816 -12.0225 14.8555zM183.067 394.324c-0.0976562 0.0078125 -0.229492 -0.0576172 -0.34375 -0.152344c-0.277344 -0.231445 -1.75977 -1.4707 -3.33105 -2.79492
-c-6.57129 -5.54004 -13.9717 -10.6719 -21.2881 -14.7412c-0.828125 -0.459961 -1.46973 -0.876953 -1.53223 -0.995117c11.8271 -1.96582 24.7197 -4.05371 39.8584 -6.43262c-0.0175781 0.107422 -0.15918 0.272461 -0.306641 0.498047
-c-1.79102 2.73145 -9.22168 16.8789 -11.6016 22.0918c-0.869141 1.9043 -1.16016 2.50391 -1.45508 2.52637zM88.7627 382.492c0 -0.0546875 1.50879 -1.33203 3.36914 -2.79395c14.9287 -11.7334 27.8398 -26.2891 35.9912 -40.624
-c0.875 -1.53906 1.65723 -2.74609 1.72266 -2.67969c0.0654297 0.0654297 -0.614258 2.79395 -1.53125 6.08789c-2.40332 8.62598 -9.45215 31.1025 -9.91699 31.625c-0.0439453 0.0498047 -3.50098 0.995117 -7.69531 2.06738
-c-3.28711 0.84082 -6.41211 1.66406 -9.22754 2.45117c-4.01953 1.12305 -7.45312 2.1748 -10.0703 3.0625c-1.41992 0.482422 -2.59863 0.84375 -2.6416 0.803711zM123.106 372.997c-0.0517578 -0.00292969 -0.0761719 -0.0224609 -0.0761719 -0.0380859
-c0 -0.125977 0.62207 -1.55371 1.37793 -3.17773c4.69629 -10.0938 9.94922 -24.4404 12.4824 -34.1533c0.37793 -1.44727 0.75 -2.6416 0.804688 -2.6416s1.75391 1.64941 3.79004 3.67578c5.06934 5.04102 12.0166 10.5938 19.7568 15.7744
-c3.10156 2.0752 12.375 7.61621 14.665 8.76758c1.0332 0.520508 1.87598 1.0625 1.87598 1.1875s-1.86133 0.536133 -4.13477 0.918945c-13.6504 2.2959 -34.9023 6.40723 -46.7891 9.03613c-1.8457 0.408203 -3.39355 0.675781 -3.75293 0.650391zM183.564 361.511
-l0.00976562 0.00195312c-0.675781 0.225586 -19.7559 -14.6035 -26.8398 -20.8662c-3.70801 -3.2793 -12.3281 -11.9355 -12.3281 -12.3672c0 -0.144531 4.8457 -1.58008 10.7588 -3.2168c10.4023 -2.87891 22.5439 -6.46875 29.9688 -8.8457l3.59961 -1.14941
-l0.229492 0.727539c0.114258 0.399414 0.310547 3.0918 0.420898 6.01172c0.395508 10.4902 -0.818359 21.834 -3.36914 31.9316c-1.33203 5.27344 -2.05273 7.63965 -2.4502 7.77246zM188.36 360.824c-0.0507812 -0.0488281 0.360352 -1.11914 0.881836 -2.33496
-c4.84961 -11.2979 7.49512 -24.6592 7.50488 -37.9062c0.00195312 -2.43945 0.0527344 -4.44141 0.114258 -4.44141s3.00781 1.96973 6.58594 4.36426c13.584 9.0918 27.2686 16.4932 45.7158 24.8115c4.66309 2.10254 6.11328 2.93066 5.7041 3.10059
-c-0.845703 0.354492 -14.9111 3.27246 -24.6191 5.13086c-13.0254 2.49316 -41.6729 7.47559 -41.8877 7.27539zM262.487 346.16c-0.266602 0.266602 -15.5771 -8.27344 -25.0791 -13.9746c-11.8799 -7.12891 -34.3066 -21.9678 -33.8467 -22.3984
-c0.12207 -0.115234 2.54883 -1.13867 5.36035 -2.29785c10.084 -4.1582 19.2676 -8.6582 27.377 -13.4014c2.14941 -1.25781 4.02148 -2.22852 4.17285 -2.18262s1.44824 2.15527 2.91016 4.70996c8.29297 14.4951 15.0381 29.9268 17.5742 40.3174
-c0.81543 3.33789 1.75391 9.00488 1.53125 9.22754zM267.771 345.317c-0.166992 0.000976562 -0.384766 -1.05273 -0.498047 -2.33496c-1.24805 -14.0811 -6.07715 -30.6387 -13.5156 -46.4434c-0.915039 -1.94336 -1.54199 -3.56055 -1.41699 -3.56055
-c0.125977 0 1.8877 0.697266 3.94434 1.53125c24.7451 10.0449 50.4668 18.001 80.4434 24.8867l3.56055 0.842773l-5.09277 2.29688c-12.251 5.56348 -31.1436 12.4482 -47.5146 17.3447c-6.57227 1.96582 -19.2646 5.43652 -19.9102 5.43652zM141.426 316.295
-c-0.0712891 -0.0683594 0.102539 -1.73242 0.382812 -3.6748c2.20996 -15.3203 2.54492 -30.3584 0.957031 -42.0791c-0.0732422 -0.537109 -0.0166016 -0.995117 0.114258 -0.995117c0.131836 0 2.80957 2.45703 5.93555 5.47461
-c10.543 10.1816 19.3232 18.1729 28.4482 25.8057c2.27148 1.90137 4.13477 3.51562 4.13477 3.59961c-0.0107422 0.432617 -16.8789 6.08203 -24.8105 8.30859c-5.27734 1.48145 -14.959 3.76074 -15.1621 3.56055zM345.156 316.104
-c-0.129883 0.128906 -9.16309 -2.48926 -17.6523 -5.0918c-16.0967 -4.93555 -37.5967 -12.5869 -53.335 -18.9912c-9.04004 -3.67871 -20.874 -8.76855 -20.8672 -8.95898c0.00292969 -0.0830078 0.638672 -0.608398 1.41699 -1.1875s3.09961 -2.48926 5.16895 -4.21191
-c11.0889 -9.22949 20.3838 -19.501 28.2178 -31.2051c1.02441 -1.5293 1.9248 -2.79492 1.99121 -2.79492c0.0673828 0 2.39551 2.87988 5.16895 6.39453s11.002 13.9082 18.3027 23.0879c13.8975 17.4756 19.9893 25.4062 24.1982 31.4346
-c2.88379 4.13086 7.53418 11.3789 7.38965 11.5244zM350.477 314.688c-0.0605469 -0.180664 -1.51855 -3.15527 -3.2168 -6.58594c-11.3975 -23.0322 -21.0713 -35.9062 -42.3076 -56.3223c-3.41992 -3.28711 -6.10938 -6.01172 -5.97363 -6.01172
-c0.136719 0 2.25391 0.520508 4.70996 1.11035c36.1631 8.69531 73.7314 14.9443 103.11 17.1533c3.80371 0.286133 6.93359 0.516602 6.96875 0.536133c0.134766 0.078125 -8.95801 9.52246 -12.6738 13.1709c-13.0635 12.8271 -29.6816 25.3232 -46.6348 35.0342
-c-2.02734 1.16211 -3.72754 1.9668 -3.98242 1.91504zM195.216 298.76c-0.21875 0.0498047 -0.545898 -0.646484 -0.803711 -1.83691c-2.89648 -13.3408 -7.92383 -27.0078 -14.166 -38.4414c-1.87109 -3.42676 -1.97754 -3.67578 -1.68555 -3.67578
-c0.0898438 0 2.89844 1.67188 6.24121 3.71387c11.7236 7.16113 22.9209 13.3516 36.0293 19.9102c4.14062 2.07129 7.4873 3.81055 7.42773 3.86621c-0.472656 0.443359 -9.94531 5.48535 -16.1963 8.61523c-6.83496 3.42285 -15.877 7.63184 -16.8467 7.84863z
-M186.104 297.152c-0.167969 0.167969 -14.0225 -10.9033 -20.5986 -16.4648c-9.1875 -7.76855 -21.1055 -18.6064 -21.0977 -19.1816c0.00292969 -0.129883 1.51074 -0.99707 3.37012 -1.95312c4.72852 -2.43262 8.43262 -5.20215 12.9795 -9.61035l3.94434 -3.75195
-l1.72266 2.79492c0.947266 1.55371 2.58594 4.42969 3.67578 6.39453c4.6377 8.36523 9.47266 19.4912 12.3281 28.333c1.48828 4.61035 3.86426 13.25 3.67578 13.4395zM241.545 274.333l-2.45117 -3.67676c-12.1631 -18.1748 -28.4395 -36.8389 -46.8652 -53.7949
-c-7.18652 -6.61328 -6.79102 -6.2793 -6.39355 -6.2793c0.188477 0 2.92871 0.969727 6.12598 2.14453c28.8066 10.5859 53.5029 18.5098 85.459 27.376l5.66699 1.57031l-0.880859 0.880859c-1.57617 1.66504 -9.22266 8.54102 -13.1709 11.8311
-c-7.04492 5.87012 -16.2793 12.6992 -24.083 17.7656zM226.957 270.694c-0.167969 0.166992 -13.6738 -6.69141 -22.4756 -11.4102c-12.8145 -6.86816 -33.1455 -18.4883 -34.46 -19.6797c-0.328125 -0.297852 -0.0625 -1.06055 1.53223 -4.28809
-c3.77441 -7.6416 5.91797 -16.6729 5.93457 -25.1172c0.00292969 -1.60254 0.12793 -2.62598 0.305664 -2.56543c0.163086 0.0556641 3.12598 3.48438 6.62402 7.61914c8.37305 9.89648 20.5439 25.0977 27.377 34.1914c5.71094 7.60156 15.3291 21.083 15.1621 21.25z
-M138.875 249.118c-0.173828 0 -0.857422 -1.5791 -1.49316 -3.52246c-1.53125 -4.67676 -3.66895 -10.0576 -5.81934 -14.5869c-2.41992 -5.09668 -4.73535 -9.11133 -9.34277 -16.1582c-0.692383 -1.05859 -0.486328 -0.913086 5.66699 3.98145
-c5.83203 4.63867 15.9014 12.2676 22.5137 17.0381c2.36816 1.70898 4.19434 3.17969 4.05859 3.29297c-3.52637 2.94141 -7.53613 5.65234 -11.9844 8.11719c-1.81543 1.00586 -3.4248 1.83789 -3.59961 1.83789zM162.346 230.702
-c-0.0458984 -0.00585938 -0.109375 -0.0107422 -0.15332 -0.0380859c-0.166016 -0.102539 -1.45898 -1.67188 -2.91016 -3.44629c-13.5645 -16.5947 -31.5703 -33.1973 -52.4541 -48.3584c-2.63379 -1.91113 -4.78613 -3.52539 -4.78613 -3.59863
-c0 -0.0742188 2.77051 1.26855 6.20215 2.98633c3.43164 1.7168 8.70117 4.22656 11.6777 5.58984c10.6416 4.87305 26.3828 11.4316 43.4961 18.0723l9.5332 3.71387l-0.152344 1.37793c-0.787109 6.4541 -3.83301 14.3877 -7.81152 20.332
-c-1.88672 2.82031 -2.32422 3.4082 -2.6416 3.36914zM151.51 228.021c-0.276367 0.275391 -23.9062 -15.75 -34.2314 -23.2021c-3.83301 -2.76758 -4.31348 -3.22559 -6.92969 -6.62402c-3.97363 -5.16211 -7.48926 -9.2998 -12.0605 -14.2812
-c-7.25586 -7.90527 -7.84375 -8.57422 -7.38965 -8.30859c0.248047 0.144531 2.14355 1.33008 4.21191 2.6416c16.5244 10.4814 29.8496 21.2246 43.3037 34.957c5.37598 5.48633 13.3721 14.542 13.0957 14.8174zM245.048 219.676
-c-13.5059 -4.11816 -26.5527 -8.33594 -38.749 -12.4834c2.33203 -1.79297 15.2725 -10.4092 22.1699 -14.7402c7.99023 -5.01758 19.2822 -11.6396 19.834 -11.6396c0.170898 0 0.199219 1.86328 0.0761719 4.74805c-0.513672 12.0117 -2.34082 30.1035 -3.33105 34.1152z
-M198.91 204.666c-0.631836 -0.220703 -1.28809 -0.430664 -1.91504 -0.651367c-0.0849609 -0.908203 -0.0957031 -2.63672 -0.114258 -6.08789c-0.0742188 -14.083 -2.72461 -31.6494 -7.42773 -49.0469c-0.570312 -2.1084 -0.958008 -3.8291 -0.842773 -3.8291
-c0.116211 0 2.97266 1.21582 6.35645 2.71875c19.4131 8.62402 35.2559 17.1309 47.9746 25.7676c5.9668 4.05176 5.65332 3.61719 3.0625 4.74805c-8.35449 3.64844 -27.8711 14.4893 -42.2695 23.5098c-2.41797 1.51465 -3.86719 2.40137 -4.82422 2.87109z
-M188.112 200.837c-2.39941 -0.874023 -4.86133 -1.77832 -7.16016 -2.64258c-10.7725 -4.04785 -21.0576 -8.04297 -30.9375 -12.0605c0.456055 -1.54492 2.45215 -6.32227 3.79102 -8.95996c3.12402 -6.15332 7.40625 -12.3965 12.8271 -18.6846
-c3.17285 -3.67969 12.7021 -12.9561 12.9795 -12.6348c0.114258 0.131836 0.845703 2.33789 1.6084 4.90137c3.19141 10.7275 5.17285 20.1602 6.39453 30.3623c0.459961 3.8457 0.753906 16.9287 0.49707 19.7188zM142.729 183.095
-c-0.958008 -0.398438 -1.9209 -0.789062 -2.87109 -1.1875c-0.0800781 -0.173828 -0.158203 -0.373047 -0.230469 -0.612305c-0.205078 -0.6875 -1.36133 -3.74512 -2.56543 -6.81543c-6.94043 -17.7002 -19.334 -42.7236 -27.5293 -55.5176
-c-1.83691 -2.86816 -2.04492 -3.25781 -1.41602 -3.02441c0.206055 0.0761719 5.50781 1.79688 11.792 3.8291c16.4932 5.33105 30.8809 10.3496 44.0703 15.3525c11.3809 4.31738 11.2402 4.24121 10.7979 4.63281c-0.222656 0.197266 -1.78613 1.52441 -3.44629 2.94824
-c-5.16992 4.43457 -11.3418 11.1191 -16.0811 17.3838c-4.34082 5.7373 -9.33984 14.6758 -11.5635 20.7139c-0.394531 1.07129 -0.761719 1.94922 -0.957031 2.29688zM128.223 176.932c-13.9775 -6.06738 -27.0996 -12.1797 -39.5889 -18.416
-c-0.414062 -0.638672 -0.660156 -1.67285 -1.14941 -4.02051c-1.22168 -5.86719 -1.39746 -15.3271 -0.382812 -20.791c1.02539 -5.52148 2.99512 -11.4531 5.36035 -16.1582c1.08203 -2.15234 1.21875 -2.30859 1.57031 -1.7998
-c0.212891 0.30957 1.7793 2.78516 3.48438 5.51367c9.88086 15.8164 17.332 28.7949 24.083 41.9639c2.89648 5.65332 5.82812 11.7207 6.62305 13.708zM248.792 172.758l-1.0332 -0.878906c-1.41895 -1.24512 -7.79297 -5.87695 -12.0615 -8.72949
-c-11.376 -7.60449 -24.4736 -15.25 -38.1729 -22.3604c-3.45898 -1.7959 -6.31934 -3.33301 -6.39453 -3.4082c-0.275391 -0.274414 9.52637 -6.31348 16.3105 -10.0312c10.2451 -5.61426 21.6123 -10.4561 32.0859 -13.708
-c2.37012 -0.735352 4.33691 -1.3291 4.36523 -1.30176s0.380859 2.28711 0.803711 5.01562c2.41211 15.5498 4.08203 36.8887 4.09668 52.4551v2.94727zM75.8887 152.007c-3.40527 -1.78906 -6.79102 -3.58496 -10.1094 -5.40039
-c-5.68848 -3.11133 -9.82715 -5.40918 -13.3242 -7.42773c-7.42188 -4.5498 -12.5391 -8.73145 -18.6846 -15.085c-10.9092 -11.2783 -18.7031 -24.7197 -20.292 -34.957c-0.183594 -1.18066 -0.15918 -1.2998 0.344727 -1.14844
-c0.306641 0.0917969 4.08496 1.1582 8.38477 2.33496c14.5068 3.97266 60.6387 17.457 61.1465 17.8818c0.0585938 0.0488281 -1.04199 2.45801 -2.4502 5.32129c-5.06738 10.3008 -6.72559 17.8242 -6.16504 28.0273c0.128906 2.32812 0.456055 5.67969 0.766602 7.4668
-c0.333984 1.92676 0.460938 2.71973 0.382812 2.98633zM184.578 132.646c-0.0439453 -0.0537109 -0.423828 -1.2373 -0.879883 -2.64258c-4.48145 -13.7891 -13.2314 -33.6504 -21.9785 -50.0039c-1.57617 -2.94824 -2.87207 -5.44531 -2.87207 -5.51367
-s0.740234 0.192383 1.6084 0.536133s5.29199 2.00684 9.83984 3.71387c31.1582 11.6885 61.6475 24.3799 70.9102 29.5205l2.2207 1.22461l-1.6084 0.382812c-17.7314 4.05664 -38.5449 12.1338 -53.4502 20.7529c-2.04199 1.18164 -3.74707 2.08203 -3.79004 2.0293z
-M173.475 129.008c-0.046875 0.0488281 -2.29785 -0.857422 -5.01465 -2.02832c-19.1895 -8.26855 -38.4658 -14.9395 -61.2236 -21.1738l-6.39453 -1.76074l1.22559 -1.53125c8.59668 -10.8447 21.6914 -21.9941 36.4883 -31.0527
-c2.48633 -1.52148 4.58887 -2.74902 4.6709 -2.75684c0.0830078 -0.00683594 2.27832 3.72363 4.86328 8.30859c10.1582 18.0186 18.1172 34.0752 24.1982 48.7793c0.714844 1.72754 1.23438 3.16797 1.18652 3.21582zM242.433 104.963
-c-0.228516 0.0478516 -1.25 -0.449219 -2.60352 -1.2627c-11.2529 -6.76855 -44.1592 -22.5527 -75.9258 -36.4131c-5.25293 -2.29199 -9.46777 -4.24121 -9.3418 -4.36426c0.370117 -0.363281 7.42383 -3.48242 12.29 -5.4375
-c17.3936 -6.98828 35.9365 -12.2139 56.666 -15.9658c0.414062 -0.0742188 0.833008 -0.168945 0.918945 -0.191406c0.0869141 -0.0224609 1.52734 4.31445 3.2168 9.64844c3.8252 12.0771 5.88672 18.9297 8.34668 27.6436c2.93262 10.3887 6.4707 24.7158 6.4707 26.2666
-c0 0.0283203 -0.00585938 0.0693359 -0.0380859 0.0761719zM83.3008 99.5264c-0.0400391 0.0361328 -3.37012 -0.754883 -7.38965 -1.72363c-4.02051 -0.96875 -15.2568 -3.60742 -24.9639 -5.8584c-17.4756 -4.05176 -36.0859 -8.42383 -37.1016 -8.72949
-c-0.703125 -0.211914 -0.701172 -1.91406 0.0380859 -5.24609c1.60156 -7.21582 5.68848 -15.084 11.6777 -22.5508c2.91113 -3.62891 9.31445 -10.1318 12.9805 -13.209l3.13965 -2.64258l2.91016 4.51855c1.60742 2.49023 4.44141 6.72168 6.31738 9.37988
-c1.87598 2.65918 6.94336 9.73828 11.2568 15.7754c12.4102 17.3682 21.3047 30.125 21.1348 30.2861zM92.2217 96.0791h0.0126953l-12.3008 -14.8135c-17.9736 -21.6377 -26.1953 -32.0762 -32.7383 -41.5469l-2.0293 -2.87207l1.30176 -0.918945
-c0.707031 -0.500977 1.32812 -0.911133 1.37891 -0.918945c0.0498047 -0.00683594 9.17871 3.13477 20.292 7.00684c19.707 6.86621 62.3115 22.002 62.8311 22.3223c0.142578 0.0888672 -1.55078 1.2168 -3.75293 2.48926
-c-12.4727 7.20801 -22.6846 15.5664 -32.7363 26.7637zM147.944 56.2969c-0.0488281 -0.0605469 -1.97266 -2.96289 -4.24902 -6.43164c-8.32617 -12.6836 -18.2939 -26.0879 -28.334 -38.0967c-2.0332 -2.43262 -3.71387 -4.56055 -3.71387 -4.70996
-c0 -0.313477 2.35645 -0.905273 3.02539 -0.765625c0.248047 0.0517578 4.98828 1.39258 10.5293 2.98633c29.8682 8.59375 66.5039 19.3965 78.4902 23.1641c7.55078 2.37402 17.792 5.82812 18.2637 6.12598c0.249023 0.158203 -0.548828 0.328125 -2.10645 0.459961
-c-10.1436 0.854492 -27.2383 3.80957 -39.0918 6.77637c-9.65137 2.41602 -16.7949 4.64258 -25.8828 8.04102c-3.77051 1.40918 -6.88086 2.51172 -6.93066 2.4502zM135.617 55.9531c-0.0419922 0.0390625 -1.7959 -0.463867 -3.86914 -1.11133
-c-11.0928 -3.46094 -28.001 -8.24316 -58.5801 -16.5781c-11.4951 -3.13379 -21.0527 -5.73145 -21.2119 -5.78125c-0.550781 -0.175781 6.51465 -4.62207 12.0615 -7.62012c4.43848 -2.39844 10.458 -5.17285 16.2344 -7.46582
-c4.66016 -1.84961 22.2715 -8.09082 24.7725 -8.76855l1.07227 -0.267578l2.0293 3.56055c1.12109 1.95801 3.2041 5.39258 4.63281 7.6582c1.42773 2.26465 5.59082 8.83789 9.26562 14.626c8.7041 13.71 13.6826 21.6582 13.5928 21.748zM222.453 35.583
-l0.0107422 -0.0078125c-0.460938 -0.100586 -2.30957 -0.867188 -4.47949 -1.87598c-13.7314 -6.38379 -27.3164 -11.6494 -41.0459 -15.8525c-10.8857 -3.33203 -21.6113 -6.03125 -43.9541 -11.0654l-10.4531 -2.33496l1.72266 -0.382812
-c7.35156 -1.67871 36.4756 -6.77539 53.8613 -9.41016c9.93555 -1.50781 26.3584 -3.77734 27.5293 -3.8291c0.482422 -0.0205078 0.795898 0.492188 1.72266 2.71875c4.1377 9.93945 15.4902 41.3164 15.2002 42.04
-c-0.00585938 0.0146484 -0.0488281 0.0146484 -0.114258 0z" />
-    <glyph glyph-name="uniF147" unicode="&#xf147;" 
-d="M320.635 40.0996c-3.87598 5.60156 -54.3594 92.9639 -54.3535 92.9639l164.475 42.7979c4.09082 1.29102 5.38672 2.15625 7.97168 -1.94043c2.58594 -4.09082 54.3076 -74.3467 55.8135 -76.7178c1.50488 -2.37012 3.01562 -3.87598 -1.72559 -5.60156
-c-4.74121 -1.72461 -159.897 -54.0869 -162.913 -55.3828c-3.02148 -1.29004 -5.38672 -1.71973 -9.26758 3.88086zM505.964 111.637c-15.4219 20.7715 -37.2129 49.9609 -51.1494 68.6133c9.24219 2.45703 32.6455 8.68848 51.1494 13.6191v-82.2324zM454.656 281.523
-c2.53418 0.573242 4.72559 1.26465 7.83887 -2.99512c2.58496 -3.53809 32.4912 -41.4365 43.4688 -55.3574v-8.97559c-0.287109 -0.0664062 -0.579102 -0.138672 -0.875977 -0.205078c-3.69141 -0.808594 -64.082 -15.79 -64.082 -15.79l-49.3926 67.7686
-c-1.38184 1.95605 -2.53418 3.91699 0.921875 4.37793c3.45605 0.459961 59.5859 10.6035 62.1211 11.1768zM101.499 387.973c-8.50488 -0.388672 -56.6475 -4.29004 -87.0557 -6.78906c4.4541 12.8926 11.8887 24.5664 22.334 35.0107
-c18.2119 18.2119 40.1406 27.3154 65.7812 27.3154h310.308c25.6465 0 47.5703 -9.10352 65.7822 -27.3154s27.3154 -40.1406 27.3154 -65.7812v-104.914c-14.6338 18.2012 -30.2285 37.6162 -34.8262 43.1611c-8.99121 10.834 -13.3691 8.87891 -18.9033 8.06934
-c-5.5293 -0.808594 -70.0723 -11.6426 -77.5635 -12.9072c-7.49512 -1.26465 -12.2158 -4.25977 -7.60742 -10.7168c4.10059 -5.73926 46.5303 -65.8887 55.874 -79.1396l-168.679 -40.4072l-134.159 224.282c-5.33984 7.9209 -6.44629 10.6855 -18.6006 10.1318z
-M335.852 9.91699c9.5791 2.90332 132.02 46.8584 170.122 60.79v-30.6016c0 -25.6465 -9.1084 -47.5703 -27.3154 -65.7822c-18.2119 -18.2119 -40.1406 -27.3154 -65.7812 -27.3154h-310.313c-25.6455 0 -47.5742 9.1084 -65.7812 27.3154
-c-18.2119 18.2119 -27.3154 40.1357 -27.3154 65.7822v260.562c33.5312 -72.75 86.1133 -186.122 88.1816 -190.771c2.94922 -6.625 10.6084 -17.3818 28.5439 -13.0713c18.3809 4.41309 82.1094 21.0488 116.931 30.167c18.3965 -33.3154 55.9258 -100.91 62.8633 -110.592
-c9.2627 -12.9277 15.6416 -10.793 29.8652 -6.48242zM126.628 122.937c-5.03809 -1.15234 -5.03809 -0.573242 -5.61719 1.15723c-0.527344 1.58691 -95.001 196.429 -111.462 230.123c0.123047 3.51758 0.415039 6.96289 0.890625 10.3379
-c16.2148 1.35645 86.2471 7.60254 89.0166 7.75098c3.10254 0.164062 2.78027 -0.491211 3.92188 -2.45215c0 0 123.776 -213.647 125.937 -217.391c2.16113 -3.74219 0.865234 -4.89941 -1.15234 -5.3291c-2.0166 -0.430664 -96.4912 -23.0459 -101.534 -24.1973z" />
-    <glyph glyph-name="uniF10D" unicode="&#xf10d;" 
-d="M265.6 291.047c0 0 -6.03711 56.2939 -61.8906 57.8555c-55.8535 1.56348 -84.541 -42.2207 -84.541 -104.766s31.7021 -112.589 86.0469 -112.589s60.3848 62.5459 60.3848 62.5459l104.162 -6.25391s6.13281 -56.4893 -37.4551 -99.5889
-c-43.5889 -43.0957 -97.0908 -50.1367 -134.451 -49.8438c-37.3623 0.297852 -89.165 -0.584961 -139.259 50.7227c-50.0986 51.3076 -58.5986 101.15 -58.5986 150.113s9.5 113.828 69.0635 163.016c40.4844 33.4238 81.5205 45.7383 122.562 45.7383
-c171.341 0 182.851 -158.028 182.851 -158.028z" />
-    <glyph glyph-name="uniF12B" unicode="&#xf12b;" 
-d="M120.396 233.2c-61.9678 6.52246 -51.5586 102.643 -1.62988 128.825c33.0781 17.3477 77.7354 16.5898 107.628 4.89258c56.6953 -22.1914 71.7471 -50.5508 79.9043 -106.001c8.15332 -55.4424 -19.167 -202.107 -84.8037 -218.514
-c-58.707 -14.6768 -81.3594 13.7822 -75.0137 40.7686c6.52246 27.7227 38.6738 63.6338 40.7676 88.0596c4.89258 57.0762 -66.8604 61.9688 -66.8604 61.9688h0.0078125zM9.97363 368.53c-16.5996 24.1084 -12.0146 56.0732 10.2383 71.3955
-c22.2549 15.3223 53.751 8.20117 70.3506 -15.9082c16.6006 -24.1084 12.0176 -56.0742 -10.2383 -71.3965c-22.2539 -15.3223 -53.751 -8.2002 -70.3506 15.9092zM137.946 383.712c-14.2051 2.41895 -23.2734 23.1025 -20.9307 36.8652
-c2.34375 13.7607 15.7607 22.9561 29.9658 20.5352c14.2041 -2.41895 23.2734 -23.1025 20.9297 -36.8643s-15.7598 -22.9551 -29.9648 -20.5361zM184.011 393.648c-8.04297 11.4102 -5.27344 35.0889 6.50488 43.3916c11.7783 8.30371 23.5645 6.10742 31.6074 -5.30078
-c8.04395 -11.4111 5.27344 -35.0898 -6.50391 -43.3926s-23.5645 -6.10742 -31.6084 5.30176zM233.207 385.077h-0.000976562c-2.4707 11.9053 7.9248 29.959 20.7119 32.6133c12.7861 2.6543 25.1543 -4.8457 27.626 -16.75
-c2.4707 -11.9053 -7.92383 -29.958 -20.7109 -32.6143c-12.7881 -2.65332 -25.1602 4.84668 -27.626 16.751zM285.151 368.029c7.27246 10.8467 20.4443 14.7598 29.4209 8.74219c8.97559 -6.01758 10.3584 -19.6895 3.08691 -30.5361
-c-7.27246 -10.8477 -20.4443 -14.7617 -29.4209 -8.74414c-8.97656 6.01953 -10.3594 19.6924 -3.08691 30.5381z" />
-    <glyph glyph-name="uniF172" unicode="&#xf172;" 
-d="M65.4688 33.5791c0 0 -4.4834 28.1582 6.39844 81.9229c10.8799 53.7656 26.8818 89.6113 54.4043 140.815c27.5254 51.2051 71.6904 93.4502 135.695 99.21c64.0059 5.76172 114.57 -45.4443 114.57 -45.4443l-7.68066 -11.5205s-19.2021 21.7627 -54.4053 17.9219
-c-35.2051 -3.83984 -97.2891 -39.6797 -106.891 -118.41c-9.60059 -78.7246 28.1631 -164.495 28.1631 -164.495h-170.255zM31.5234 119.339l33.2832 -2.56055l-5.76074 -33.2832l-31.3623 3.84082zM84.0029 189.739l-30.083 9.60059l9.60156 26.8828l29.4424 -11.5215z
-M125.629 275.551l-23.043 15.3613l17.9219 19.8418l22.4033 -14.7217zM171.043 354.91l21.1221 10.8809l15.3613 -17.2822l-21.1221 -12.1611zM245.949 376.005l27.5225 -1.28027l2.55957 -16.6416l-26.2422 -0.640625zM334.935 356.19l21.1221 -15.3613l-3.84082 -5.76074
-l-17.9219 9.60059zM331.095 306.885l17.2812 -3.84082v-7.68066l-17.2812 1.91992v9.60156zM276.055 298.59l17.9219 4.48047l2.55957 -10.2402l-12.1611 -9.60156zM249.789 278.725l12.8008 -19.2021l-7.68066 -13.4414l-18.5615 20.4814zM224.188 225.579l18.5615 -14.082
-l-5.12012 -21.1221l-21.7627 18.5625zM215.229 167.364l24.3232 -12.8008l1.28027 -21.1221l-26.8838 11.5205zM222.908 88.0049l28.1631 -0.000976562l12.1611 -24.9619l-33.9229 1.91992zM94.915 447.908l-0.00292969 -0.000976562h303.662h4.7998v-4.7998v-326.86
-c0 -53.5762 4.6084 -91.1855 -6.71973 -117.274c-5.66406 -13.0439 -15.793 -22.8096 -31.5176 -28.7979c-15.7256 -5.98828 -36.9121 -8.63965 -66.2373 -8.63965c-116.173 0 -293.422 1.12012 -293.422 1.12012h-4.7998v4.7998s0.799805 115.128 0.799805 232.146
-c0 113.203 -5.48535 173.562 3.51953 207.99c4.50293 17.2139 13.6816 28.3281 28.3184 33.918c14.6396 5.58887 34.2012 6.39941 61.5996 6.39941zM94.9121 438.468l0.00292969 0.000976562c-27.1523 0 -45.8711 -1.25879 -58.0762 -5.91895
-c-12.2041 -4.66113 -18.5459 -12.0156 -22.5586 -27.3594c-8.02637 -30.6895 -3.2002 -92.0986 -3.2002 -205.588c0 -114.643 -0.768555 -222.735 -0.804688 -227.349c5.45801 -0.0322266 174.346 -1.12012 288.625 -1.12012c28.748 0 49.0107 2.71777 62.8779 7.99902
-c13.8682 5.28223 21.3232 12.7275 26.0791 23.6797c9.51172 21.9033 5.91992 59.3711 5.91992 113.434v322.222h-298.865z" />
-    <glyph glyph-name="uniF163" unicode="&#xf163;" 
-d="M497.516 83.7939c4.56738 -67.4453 4.54102 -67.1484 -2.17578 -81.7871c-4.31641 -9.44141 -13.7168 -18.7598 -21.7041 -21.3242c-9.54395 -3.08789 -180.357 -31.918 -188.631 -31.8516c-4.18262 0.0351562 -10.4453 1.0293 -13.9521 2.16504
-c-13.4043 4.29102 -22.8301 14.9512 -25.8711 29.3281c-1.22852 5.8418 -2.19629 23.8691 -3.45117 65.4541c-0.962891 31.585 -3.7627 119.695 -6.19531 195.753c-2.44238 76.0625 -4.41309 143.907 -4.41309 150.691c-0.00488281 23.9766 7.37793 37.0381 24.3301 43.0391
-c2.69336 0.957031 5.08887 1.73047 9.1748 1.90918c12.2373 0.547852 39.875 -3.41504 138.916 -17.7666c20.8848 -3.02539 40.5967 -6.32812 43.7705 -7.27539c7.75684 -2.33398 18.3555 -10.1934 23.25 -17.4131c6.87109 -10.1475 8.05371 -16.2715 10.0146 -50.1914
-c1.9873 -34.2373 10.7266 -169.031 16.9375 -260.73zM471.757 88.7959c1.55664 5.38184 1.39258 10.6553 -2.26855 70.3184c-2.18066 35.502 -5.22168 85.0381 -6.67578 110.039c-2.56055 44.3037 -2.70898 45.4961 -5.60156 51.3896
-c-3.27148 6.72266 -9.24707 12.8506 -16.3223 16.4502c-4.22949 2.15527 -11.208 2.8877 -69.0439 7.28027c-47.6006 3.62012 -68.126 5.00293 -78.8066 4.6543c-6.43066 -0.204102 -9.32324 -0.982422 -12.2979 -2.38086
-c-7.0459 -3.27637 -12.2676 -9.56934 -14.541 -17.2852c-1.58789 -5.45215 -1.51074 -13.2754 1.67871 -99.7881c1.88965 -51.6514 3.86621 -106.379 4.40332 -121.724c1.0752 -30.2227 1.97168 -34.8516 8.10547 -43.7451
-c5.24316 -7.62305 14.8682 -12.4365 24.9141 -12.5186c3.05078 -0.0253906 35.0254 2.96484 70.9375 6.66113c35.9219 3.72266 67.3174 7.24023 69.7646 7.89551c12.5088 3.31738 22.7275 12.3496 25.7539 22.7529zM211.445 80.333
-c12.2471 1.22363 22.3955 2.16602 22.5645 2.01172c0.501953 -0.537109 2.8623 -75.8223 2.38574 -76.3135c-0.614258 -0.59375 -59.5762 -8.22754 -62.7256 -8.09473c-1.26953 0.0517578 -5.43164 0.707031 -9.30273 1.55664
-c-11.4277 2.46777 -19.292 8.7041 -23.8486 18.9443c-3.15918 7.12695 -3.43066 17.1875 -6.44141 181.826c-3.32227 182.149 -3.66016 166.272 3.1084 176.922c3.95215 6.21582 8.69336 9.25195 18.1191 11.6836c2.59082 0.670898 4.44922 1.10059 7.27539 1.19824
-c4.69531 0.15332 12.1191 -0.604492 30.7666 -2.51367l30.8789 -3.10352l0.716797 -9.0625c0.337891 -4.92969 0.931641 -19.9424 1.31055 -33.3721l0.706055 -24.4424l-2.74902 0.711914c-1.45898 0.332031 -12.1807 1.16211 -23.8486 1.90918
-c-24.4385 1.57715 -28.1758 1.09082 -35.0566 -5.125c-8.78613 -7.93555 -8.52051 -1.60254 -6.31836 -111.242c1.0752 -53.458 2.51855 -99.3838 3.10254 -102.036c1.91992 -8.87305 7.07617 -16.4561 13.4658 -19.8047
-c7.02441 -3.65039 12.8154 -3.97754 35.8906 -1.65332zM347.745 339.635l6.32324 -137.697c3.46094 -75.7598 5.99609 -138.111 5.60645 -138.536c-0.399414 -0.415039 -11.0332 -1.7002 -23.6084 -2.96973c-12.6006 -1.26953 -24.6934 -2.62207 -26.8438 -2.87305
-c-2.14062 -0.25 -6.11328 0.0566406 -8.80664 0.594727c-10.332 2.07812 -17.3262 9.76855 -20.168 22.0615c-0.757812 3.24609 -1.17773 6.00098 -0.957031 6.2002c0.240234 0.200195 8.09961 1.19336 17.5459 2.15039c14.9912 1.51562 18.125 2.20215 24.3203 5.23828
-c4.00879 1.98633 8.37109 5.12988 10.0146 7.27539c6.13379 8.01758 5.98047 5.75977 1.91016 99.1895c-4.01465 92.1602 -4.07617 93.5117 -10.2559 100.987c-5.94434 7.16797 -12.2773 9.74316 -28.0322 11.0898c-24.8623 2.12988 -23.4951 1.60742 -23.4951 7.01953
-c0.0410156 7.71094 2.19629 13.373 6.80469 17.7715c4.34082 4.11621 7.56641 5.83203 17.1826 5.95996c5.76953 0.0761719 13.9053 -0.399414 25.748 -1.31641zM129.055 116.931c0.107422 -0.148438 0.450195 -12.4268 0.824219 -27.3311
-c0.558594 -21.207 0.49707 -27.0332 -0.59375 -27.0488c-0.767578 -0.0146484 -10.2402 -1.05469 -20.9873 -2.2627c-22.9883 -2.57031 -26.6182 -2.66797 -33.7354 -0.476562c-6.69727 2.05859 -13.2607 8.37109 -15.1396 14.6592
-c-1.55664 5.20117 -2.50879 38.2051 -4.77148 162.621c-0.757812 41.7285 -1.02441 77.665 -0.594727 79.8877c2.02246 10.5107 10.7988 16.8955 23.4912 17.0439c9.12891 0.113281 44.7949 -2.83105 46.3916 -3.80859c0.594727 -0.369141 1.49512 -10.9062 1.91016 -23.373
-l0.716797 -22.6357l-19.5586 0.834961c-18.2266 0.751953 -19.9473 0.669922 -24.6836 -1.42871c-3.8291 -1.68945 -5.72363 -3.41504 -7.51562 -6.91699l-2.38086 -4.6543l1.6582 -70.4512c1.75195 -77.543 1.50586 -75.2588 8.95508 -81.7871
-c5.33496 -4.67969 10.3936 -5.32422 29.9219 -3.81445c8.71387 0.670898 15.9893 1.09082 16.0918 0.942383zM202.681 132.91v0v-0.00488281v133.278l-1.98145 4.63867c-4.76758 7.18848 -9.07812 9.35938 -23.9316 10.0195l-12.3955 0.594727l-0.716797 7.3877
-c-1.29004 12.8105 2.80566 21.8672 11.3262 24.6836c1.1875 0.383789 4.0957 0.614258 7.74609 0.716797c10.9619 0.291992 29.1533 -0.542969 31.7139 -1.91016c4.53613 -2.43652 4.83789 -6.05664 7.27539 -114.815c1.8584 -83.9473 2.06348 -108.073 1.05469 -109.082
-c-0.819336 -0.813477 -25.3906 -3.39941 -32.9268 -3.44531c-2.75977 -0.0205078 -7.0918 0.788086 -9.56934 1.90918c-8.97559 4.07031 -13.5117 13.5586 -12.708 26.9365l0.219727 6.09277l9.85645 0.716797c11.5869 0.819336 17.7461 3.30273 22.8096 8.7041z
-M49.7559 155.694l0.230469 -14.9404l0.358398 -15.0527h-7.62891c-4.15234 0 -9.45605 0.516602 -11.6064 0.255859c-2.16113 -0.271484 -5.97559 0.803711 -8.2793 1.44922c-2.29395 0.644531 -5.69336 2.58496 -7.12695 4.30078
-c-2.3916 2.8418 -3.34375 4.46484 -4.01465 19.082c-0.414062 8.81152 -2.0625 37.2686 -2.0625 63.1758v47.0986l4.38281 3.56348c3.13281 3.4873 4.9043 3.66113 14.1719 4.0498c2.64648 0.113281 5.24316 0.179688 7.89453 0.123047
-c2.64258 -0.0556641 4.28027 -0.260742 5.64258 -0.475586l3.65039 -0.711914v-24.668l-4.72559 0.710938c-3.46582 0.430664 -6.63086 0.230469 -9.25684 -0.470703c-8.11523 -2.18066 -7.9873 -1.64844 -7.62402 -43.873
-c0.394531 -45.2051 -0.77832 -42.1426 15.626 -43.0391zM84.4492 154.322v0c4.63867 0 10.1074 5.14062 11.5918 8.66797c1.82227 4.42383 1.08008 72.8164 -0.844727 76.2725c-1.64355 2.99023 -7.875 8.00781 -12.3906 8.00781h-1.65918v19.6455l6.85059 -0.476562
-c8.89941 -0.496094 11.9707 -2.72363 14.9512 -8.82129c1.61719 -3.30762 2.03223 -11.6377 3.21484 -61.0361c1.33691 -56.2939 1.2959 -57.2568 -0.865234 -60.1953c-3.29688 -4.48047 -8.94922 -6.91699 -16.1377 -6.91699
-c-6.16016 -0.015625 -6.44629 0.0458984 -7.13281 3.45605c-0.388672 1.91406 -0.895508 8.02246 -0.895508 13.4648v7.93164h3.31738z" />
-    <glyph glyph-name="uniF141" unicode="&#xf141;" 
-d="M184.131 447.99v0.00195312c1.51074 0.0458984 3.23145 -0.0664062 5.22754 -0.341797c15.9854 -2.2041 9.05762 -35.4209 21.4941 -48.96c3.77832 12.8311 6.07227 29.1152 15.2012 35.8066c9.13379 6.69043 29.9365 6.83594 16.7012 -20.6396
-c-13.2246 -27.4746 3.84375 -42.3477 -0.170898 -63.9951c-4.01465 -21.6484 -16.4453 -17.7041 -21.7979 -31.6377s3.14062 -45.6455 -6.93555 -59.8945c-9.32129 -13.1797 -11.5508 -32.8945 -6.66309 -49.6094
-c0.0146484 -0.0332031 0.0195312 -0.0693359 0.0341797 -0.102539c18.8154 -42.9619 31.3574 -90.9707 31.1943 -141.824c-0.157227 -57.3838 -15.1104 -63.8369 -33.6885 -64.2305c-18.5752 -0.393555 -31.1855 58.5752 -70.8604 59.7559
-c-39.5938 1.17773 -71.166 -51.251 -96.041 -51.251c-14.0908 0 -17.4004 8.49707 -16.2979 30.0664c0.357422 7.1748 0.90625 14.5439 1.57129 22.0371c-1.94434 -4.20508 -3.99707 -6.83301 -6.04688 -6.83301c-7.00586 0 -19.0586 3.70117 -16.7754 15.2725
-c2.28223 11.5723 21.2471 20.2139 21.7979 41.5469s-8.31836 23.5381 -6.90137 46.6025c1.35059 21.9854 26.9629 29.0713 36.3887 77.7988c6.71777 59.2793 9.16504 147.505 1.84277 162.837c24.2178 -13.5381 82.2842 -65.5156 126.966 -139.981
-c9.8457 -9.71289 28.6875 1.08594 29.5547 16.332c0.944336 16.6094 -1.51562 37.5479 -12.2998 38.335c-10.7852 0.787109 -18.4961 11.5811 -29.2812 12.3682c-10.7842 0.787109 -22.3291 -10.0215 -27.3672 4.30469c-5.03809 14.3281 13.5127 20.4043 27.3672 22.6875
-c-12.3584 12.3584 -19.5771 26.0674 -25.0088 40.3164c-5.43262 14.248 -9.45312 27.3125 5.73926 32.9014c15.1934 5.58984 13.9336 -23.1719 31.3311 -36.3184c-5.11719 19.3652 -7.02148 27.4199 -6.62793 38.6768c0.34375 9.84961 -0.208008 17.6523 10.3525 17.9717z
-M118.263 285.499c-1.69434 -0.0498047 -3.39648 -0.180664 -5.0918 -0.412109c-15.1855 -2.06934 -35.4121 -14.9004 -37.2754 -31.3301c-0.770508 -6.7959 0.701172 -13.3994 3.79199 -19.0654c-0.0126953 -0.00878906 -0.0205078 -0.0253906 -0.0332031 -0.0332031
-c2.1543 -4.12109 5.08301 -7.5127 8.54199 -10.1475c0.0195312 -0.015625 0.0478516 -0.0195312 0.0673828 -0.0341797c0.365234 -0.290039 0.750977 -0.544922 1.12793 -0.819336c0.0263672 -0.0185547 0.0419922 -0.0507812 0.0683594 -0.0683594
-c0.0791016 -0.0585938 0.15918 -0.114258 0.239258 -0.170898c4.91895 -3.50488 10.8115 -5.68945 17.1855 -5.94531c1.02734 -0.0400391 2.0752 -0.0595703 3.10938 -0.0332031h0.170898c3.4502 -0.0185547 6.92969 0.398438 10.3525 1.22949
-c4.07422 0.989258 7.95898 2.58691 11.5479 4.68066c0.108398 0.0634766 0.234375 0.107422 0.341797 0.170898c6.79102 3.83105 12.4951 9.43555 15.9561 16.6738c0.410156 0.855469 0.750977 1.73242 1.09375 2.59668
-c0.109375 0.260742 0.203125 0.521484 0.306641 0.785156c0.0820312 0.220703 0.196289 0.428711 0.273438 0.649414c0.0830078 0.22168 0.161133 0.458984 0.239258 0.683594c0.0107422 0.0341797 0.0224609 0.0673828 0.0341797 0.102539
-c0.93457 2.69434 1.56543 5.51465 1.84473 8.43848c0.0302734 0.861328 0.0371094 1.73828 0.0341797 2.59668v0.170898c0.03125 1.16211 0.0263672 2.33105 -0.0341797 3.51953c-0.142578 1.33691 -0.362305 2.63184 -0.648438 3.86035
-c-0.00292969 0.0107422 0.00195312 0.0224609 0 0.0341797c-0.427734 2.18555 -1.10742 4.31934 -2.08496 6.35449c-0.078125 -0.015625 -0.160156 -0.015625 -0.239258 -0.0332031c-5.64062 10.9482 -18.0361 15.9131 -30.9199 15.5459zM161.106 271.694
-l-0.00195312 -0.00292969c-0.993164 -0.0634766 -1.97559 -0.166992 -2.97266 -0.273438c1.39258 -3.33203 2.31445 -6.99219 2.69922 -10.9678c1.52832 -24.4502 -15.8477 -45.0146 -39.3604 -50.498c-17.1826 -4.00781 -38.1592 1.29785 -47.6279 17.3223
-c-0.492188 0.833008 -0.928711 1.68262 -1.36719 2.52832c-2.96875 -2.02344 -5.91309 -4.03711 -8.74609 -5.94434c-6.13867 -30.0703 -44.4619 -197.985 -24.9395 -200.11s47.2979 51.9473 92.7949 51.5537c45.5781 -0.389648 63.5547 -60.626 74.6543 -60.2324
-c11.1006 0.394531 18.3965 -3.93164 19.5791 63.9287c1.18262 67.8555 -40.2305 154.518 -64.7119 192.696zM37.5889 175.819c-3.90332 0.104492 -12.9834 -15.2549 -12.9834 -24.873c0 -7.72559 4.03125 -14.8252 6.90137 -23.1992
-c2.35547 14.1885 4.96094 28.2002 7.68848 41.6494c0.446289 4.51074 -0.269531 6.38672 -1.60645 6.42285z" />
-    <glyph glyph-name="uniF17C" unicode="&#xf17c;" 
-d="M272.702 207.487v0l-83.0049 -83.0049zM491.553 259.923l-83.208 83.207l-83.0049 -83.0049l135.643 -135.643l-188.482 -188.077l-188.28 188.279l52.6377 52.6377v0l83.0049 83.0049l-83.0049 83.0049l-83.0049 -83.207l-52.6377 52.4346l136.047 135.44
-l135.643 -136.25v0l135.643 136.25l135.643 -135.44zM355.91 124.28l-83.0059 83.0049l-83.0049 -83.0049l83.0049 -83.0059zM1.21484 312.763l-1.21484 1.21387z" />
-    <glyph glyph-name="uniF169" unicode="&#xf169;" 
-d="M167.559 302.515c0 36.9303 18.4652 55.3955 55.3955 55.3955c36.9303 0 55.3955 -18.4652 55.3955 -55.3955c0 -36.9306 -18.4652 -55.3957 -55.3955 -55.3955c-36.9303 0 -55.3955 18.4652 -55.3955 55.3955zM390.978 191.849
-c0 -15.3209 -5.40277 -28.3816 -16.2083 -39.182c-10.8056 -10.8006 -23.8595 -16.2008 -39.1618 -16.2008c-15.2902 0 -28.3411 5.40666 -39.1527 16.22s-16.2174 23.8676 -16.2174 39.1628c0 15.2915 5.41412 28.3386 16.2424 39.1415
-c10.8283 10.8028 23.8708 16.2042 39.1277 16.2042c15.2981 0.0190277 28.3509 -5.37537 39.1586 -16.1832c10.8077 -10.8078 16.2115 -23.862 16.2115 -39.1625zM167.369 80.8438c0 36.9304 18.4655 55.3956 55.3965 55.3955c36.9303 0 55.3955 -18.4652 55.3955 -55.3955
-c0 -36.9303 -18.4652 -55.3955 -55.3955 -55.3955c-36.931 -1.90735e-06 -55.3965 18.4652 -55.3965 55.3955zM256 448c70.6667 0 131 -25 181 -75s75 -110.333 75 -181c0 -70.6667 -25 -131 -75 -181s-110.333 -75 -181 -75c-70.6667 0 -131 25 -181 75
-c-50 50 -75 110.333 -75 181c0 70.6667 25 131 75 181s110.333 75 181 75zM400.076 47.9238c39.7869 39.8415 59.6867 87.8669 59.6992 144.076c-0.0253601 56.2441 -19.9251 104.274 -59.6992 144.089c-39.8605 39.7784 -87.8901 59.6739 -144.089 59.6865
-c-56.2263 -0.0126648 -104.256 -19.9082 -144.089 -59.6865c-39.7784 -39.8468 -59.6739 -87.8764 -59.6865 -144.089c0.0126801 -56.2125 19.904 -104.238 59.6738 -144.076c39.8595 -39.7784 87.8891 -59.6739 144.089 -59.6865
-c56.2346 0.0126772 104.269 19.9082 144.102 59.6865z" />
-    <glyph glyph-name="uniF108" unicode="&#xf108;" 
-d="M304 168.063c19.2002 0 33.5996 -12.7998 33.5996 -32s-14.3994 -33.5996 -32 -33.5996c-14.3994 0 -25.5996 8 -30.3994 19.1992h-190.4c-46.3994 0 -84.7998 36.8008 -84.7998 84.8008s38.4004 86.3994 84.7998 86.3994h6.40039v0v0v0
-c16 38.4004 52.7998 65.6006 96 65.6006c38.3994 0 70.3994 -19.2002 88 -49.6006c-9.60059 -1.59961 -17.6006 -4.7998 -25.6006 -8c-14.3994 19.2002 -36.7998 32 -62.3994 32c-28.7998 0 -54.4004 -16 -67.2002 -40c-1.59961 -1.59961 -1.59961 -4.7998 -3.2002 -6.39941
-c-1.59961 -6.40039 -4.7998 -12.7998 -4.7998 -19.2002h-27.2002v0v0v0c-32 0 -57.5996 -27.2002 -57.5996 -59.2002s25.5996 -59.2002 57.5996 -59.2002v0h188.8c6.40039 11.2002 17.6006 19.2002 30.4004 19.2002zM409.6 233.663
-c56 -1.59961 102.4 -47.999 102.4 -107.199s-46.4004 -105.601 -104 -105.601v0v0h-208v0v0c-44.7998 0 -83.2002 35.2002 -89.5996 80h155.199c9.60059 -11.1992 24 -19.1992 40 -19.1992c27.2002 0 51.2002 23.999 51.2002 52.7998
-c0 28.7998 -22.3994 52.7998 -51.2002 52.7998c-16 0 -30.3994 -6.40039 -40 -19.2002h-139.199c14.3994 20.7998 38.3994 35.2002 65.5996 38.4004c11.2002 52.7998 57.5996 92.7998 113.6 92.7998c44.8008 0 84.8008 -27.2002 104 -65.6006z" />
-    <glyph glyph-name="uniF178" unicode="&#xf178;" 
-d="M326.492 448l-1.22852 -104.777c-22.3848 -36.0059 -235.569 -51.4893 -324.444 -59.4111v104.778c92.4053 10.082 301.649 31.5059 325.673 59.4102zM326.349 306.766l-1.24902 -104.775c-22.3643 -36.0039 -235.547 -51.4873 -324.424 -59.4121v104.777
-c92.4062 10.082 301.63 31.5059 325.673 59.4102zM326.656 166.748l-1.25 -104.777c-22.3633 -36.0039 -235.548 -51.4873 -324.423 -59.4131v104.778c92.4053 10.0762 301.649 31.498 325.673 59.4121zM278.016 330.937l0.0136719 0.00195312
-c9.75488 0.128906 23.4131 -2.7207 40.0469 -13.2744c2.70605 -1.71582 4.53613 -3.67188 5.63867 -5.21875c1.10254 -1.5459 1.66602 -3.11914 1.66602 -3.11914l0.255859 -0.737305l-0.0634766 -0.794922l-1.60156 -95.1846l-0.128906 -6.91992l-7.56055 1.81445
-c-106.25 25.6006 -199.812 69.3291 -315.699 74.875l-0.576172 10.666l263.721 34.998c0.804688 0.393555 1.16406 0.676758 2.81934 1.19141c2.70215 0.84082 6.5918 1.6377 11.4688 1.70215zM278.222 320.217c-3.48535 -0.0449219 -6.03516 -0.581055 -7.62793 -1.07617
-s-1.92188 -0.737305 -1.92188 -0.737305l-1.08984 -0.680664l-1.34473 -0.170898l-217.724 -28.9297c94.8701 -12.7119 176.046 -46.832 263.476 -68.7451l1.47461 86.8965c-0.376953 0.52832 -1.11035 1.31445 -2.43457 2.15527
-c-14.9551 9.48828 -25.8428 11.3809 -32.8076 11.2881zM277.381 190.423l-0.0166016 -0.00976562c9.75879 0.130859 23.4551 -2.80664 40.0469 -13.501c5.40625 -3.48438 7.24023 -8.33789 7.24023 -8.33789l0.256836 -0.794922v-0.793945l-1.66602 -96.375
-l-0.128906 -6.97656l-7.56055 1.87207c-105.963 25.9482 -199.278 70.2256 -314.798 75.8369l-0.577148 10.6699l263.107 35.5742c0.817383 0.399414 1.11914 0.637695 2.69043 1.13477c2.70508 0.853516 6.52539 1.63574 11.4053 1.70117zM277.557 179.635
-l-0.0107422 -0.000976562c-3.45605 -0.046875 -5.91895 -0.579102 -7.49707 -1.07812c-1.57812 -0.498047 -1.8584 -0.737305 -1.8584 -0.737305l-1.15332 -0.680664l-1.40918 -0.169922l-217.334 -29.3271c94.6914 -12.8408 175.678 -47.5137 262.901 -69.7139
-l1.53809 87.9248c-0.0234375 0.134766 -0.0771484 0.821289 -2.49902 2.38184c-14.9043 9.60645 -25.7666 11.4941 -32.6777 11.4014z" />
-    <glyph glyph-name="uniF110" unicode="&#xf110;" 
-d="M194.361 440.354c71.1943 17.8428 150.022 3.32812 209.568 -39.8135c73.7217 -51.2861 116.403 -143.763 106.707 -233.146c-4.41602 -36.1982 -28.8574 -70.0479 -63.4492 -82.8418c-23.8662 -9.92578 -50.0869 -8.83203 -75.3857 -8.94727
-c60.4668 58.1123 64.1406 163.328 7.00098 224.884c-45.0361 53.2412 -124.492 69.3057 -188.172 42.6816c-42.3369 25.0176 -96.4932 25.7021 -139.866 2.7002c36.6016 45.3203 86.3428 81.0625 143.597 94.4834v-0.000976562zM215.188 321.197
-c31.8965 8.54688 66.6621 7.85938 96.7227 -6.59863c51.1738 -23.2344 85.0244 -80.3135 78.1377 -136.537c-3.21289 -38.4375 -25.7588 -72.2305 -55.0742 -96.0957c-24.3262 11.3662 -36.0322 36.665 -46.7588 59.6094c-28.1084 58.3994 -31.1553 127.82 -73.0273 179.622
-zM39.4639 284.998c27.5947 27.5947 69.0176 36.7168 106.766 30.0615c-32.6436 -31.1514 -54.3291 -74.4062 -54.2139 -120.07c-2.00781 -57.2539 29.3721 -113.421 78.1377 -143.021c47.042 -29.4883 108.256 -30.75 158.227 -7.86035
-c44.2324 -13.0801 90.9893 -11.875 135.681 -1.60645c-35.917 -48.3643 -88.1797 -84.793 -146.982 -99.0781c-72.6914 -18.3037 -153.12 -2.29785 -213.012 42.8545c-65.4014 47.501 -105.792 127.706 -103.955 208.653c-1.66406 34.0732 15.9492 66.4316 39.3555 90.0664
-h-0.00292969zM123.449 166.246c-11.3018 51.2881 12.9658 105.619 54.5586 136.308c31.7822 -19.9072 44.6328 -56.7959 57.9434 -89.8945c-20.3662 -42.9697 -46.5264 -83.4756 -60.8691 -129.14c-25.4717 21.1123 -45.7803 49.625 -51.6328 82.7266zM209.677 64.1279
-c-2.92578 43.1992 19.1621 81.9199 35.2246 120.474c13.1367 -42.0518 21.3984 -88.2881 52.0332 -121.965c-28.7412 -7.51562 -58.8027 -6.88477 -87.2578 1.49121z" />
-    <glyph glyph-name="uniF15F" unicode="&#xf15f;" 
-d="M0 406.72h512v-445.122h-512v445.122zM171.361 329.92c-80.4453 0 -145.762 -65.4541 -145.762 -145.92c0 -80.4707 65.3164 -145.603 145.762 -145.603h169.277c80.4658 0 145.762 65.1318 145.762 145.603c0 80.4658 -65.2959 145.92 -145.762 145.92h-169.277z
-M175.043 278.397h161.914c52.1221 0 94.2441 -42.3066 94.2441 -94.3975c0 -52.0957 -42.1221 -94.2441 -94.2441 -94.2441h-161.914c-52.0967 0 -94.2441 42.1484 -94.2441 94.2441c0 52.0908 42.1475 94.3975 94.2441 94.3975z" />
-    <glyph glyph-name="uniF13C" unicode="&#xf13c;" 
-d="M0 448h438.857l-39.9844 -460.908l-179.708 -51.0918l-179.238 51.085zM364.618 15.417l34.3535 396.012h-359.091l34.3047 -396.032l144.99 -41.3359zM219.418 92.875l61.0518 16.8555l6.36914 73.127h-190.85l-14.3652 171.214l275.175 -0.146484l-4.80859 -56.7822
-h-210.276l4.56152 -58.2852h201.143l-15.4336 -172.758l-112.566 -31.9805l-112.774 31.7822l-7.72949 88.3848h55.1445l3.91309 -44.6445z" />
-    <glyph glyph-name="uniF182" unicode="&#xf182;" 
-d="M495.733 194.586c0 -132.992 -107.802 -240.804 -240.793 -240.804c-132.982 0 -240.778 107.812 -240.778 240.804c0 132.971 107.796 240.772 240.778 240.772c132.986 -0.00488281 240.793 -107.802 240.793 -240.772zM360.223 346.266
-c-24.458 -0.839844 -45.8086 -14.3408 -61.7109 -32.9727c-17.6025 -20.46 -29.2969 -44.6973 -37.7451 -69.4688c-15.0889 12.375 -26.7158 28.3857 -50.9385 35.3486c-18.7139 5.38184 -38.3643 3.16406 -56.4434 -10.3008
-c-8.5498 -6.39551 -14.4531 -16.0518 -17.2598 -25.1553c-7.26465 -23.6025 7.63477 -44.6357 14.4033 -52.167l14.8018 -15.8467c3.0459 -3.11328 10.3984 -11.2178 6.79883 -22.835c-3.86523 -12.6514 -19.1074 -20.8232 -34.7441 -16.0205
-c-6.9834 2.13965 -17.0137 7.3418 -14.7656 14.6533c0.920898 3 3.07129 5.25781 4.22363 7.81836c1.0498 2.2373 1.55664 3.89648 1.87891 4.89453c2.85742 9.31348 -1.0498 21.4424 -11.0332 24.5303c-9.32324 2.85645 -18.8516 0.59375 -22.5488 -11.3975
-c-4.19336 -13.6299 2.33008 -38.3643 37.2734 -49.1211c40.9395 -12.6006 75.5508 9.69727 80.4658 38.7529c3.09766 18.2012 -5.12988 31.7393 -20.1826 49.1211l-12.2725 13.5781c-7.42969 7.4248 -9.97949 20.0811 -2.28906 29.8037
-c6.49219 8.20801 15.7285 11.7041 30.874 7.59277c22.1133 -5.99512 31.9541 -21.335 48.3887 -33.71c-6.77344 -22.2715 -11.2178 -44.6152 -15.2266 -64.6553l-2.46289 -14.9453c-11.7451 -61.6191 -20.7207 -95.4619 -44.0322 -114.893
-c-4.69434 -3.34375 -11.4121 -8.34082 -21.5293 -8.7041c-5.31445 -0.158203 -7.0293 3.49707 -7.10156 5.09473c-0.117188 3.71191 3.02148 5.42676 5.09961 7.09082c3.12305 1.7002 7.83398 4.52148 7.50586 13.5479c-0.333008 10.665 -9.1748 19.917 -21.9443 19.4971
-c-9.56934 -0.323242 -24.1504 -9.32422 -23.6025 -25.8105c0.5625 -17.0342 16.4297 -29.7881 40.3604 -28.9785c12.79 0.44043 41.3594 5.63184 69.5039 39.0908c32.7627 38.3643 41.9277 82.3242 48.8242 114.509l7.70117 42.4912
-c4.25977 -0.512695 8.8418 -0.860352 13.8135 -0.978516c40.8066 -0.865234 61.21 20.2656 61.5166 35.6455c0.209961 9.30371 -6.09766 18.4678 -14.9346 18.2529c-6.31836 -0.173828 -14.2549 -4.3877 -16.1543 -13.1221
-c-1.87402 -8.56641 12.9795 -16.3076 1.37207 -23.8438c-8.24316 -5.33008 -23.0195 -9.08301 -43.832 -6.04199l3.78418 20.915c7.72559 39.665 17.249 88.4434 53.3906 89.6357c2.64258 0.123047 12.2676 -0.112305 12.4932 -6.49219
-c0.0615234 -2.11426 -0.46582 -2.67285 -2.95898 -7.54199c-2.54004 -3.79395 -3.49707 -7.04004 -3.36914 -10.752c0.342773 -10.1172 8.04297 -16.7783 19.1943 -16.3936c14.9102 0.496094 19.1904 15.0117 18.9443 22.4658
-c-0.619141 17.5469 -19.0977 28.626 -43.5303 27.8174z" />
-    <glyph glyph-name="uniF11E" unicode="&#xf11e;" 
-d="M266.034 262.888h51.7998v-52.9512h26.1904c12.0947 0 24.5342 2.15527 35.9883 6.03613c5.62891 1.90723 11.9453 4.56445 17.498 7.90332c-7.3125 9.54688 -11.0449 21.6016 -12.1455 33.4844c-1.49121 16.1621 1.76855 37.1963 12.7061 49.8467l5.44531 6.29688
-l6.4873 -5.21484c16.335 -13.125 30.0742 -31.4648 32.4971 -52.3701c19.668 5.78516 42.7627 4.41699 60.1006 -5.59082l7.11426 -4.10254l-3.74414 -7.30859c-14.6631 -28.6172 -45.3174 -37.4805 -75.2881 -35.9131
-c-44.8467 -111.698 -142.481 -164.581 -260.865 -164.581c-61.1611 0 -117.274 22.8643 -149.229 77.127l-0.524414 0.886719l-4.65625 9.47168c-10.7998 23.8848 -14.3877 50.0508 -11.9541 76.1963l0.729492 7.83105h44.2949v52.9512h51.7969v51.7988h103.6v51.7998
-h62.1582v-103.598zM94.7188 250.513h3.5459v-37.4131h-3.5459v37.4131zM87.9189 250.513h3.68555v-37.4131h-3.68555v37.4131zM81.1162 250.513h3.68457v-37.4131h-3.68457v37.4131zM74.3125 250.513h3.68555v-37.4131h-3.68555v37.4131zM67.5117 250.513h3.68457v-37.4131
-h-3.68457v37.4131zM60.8516 250.513h3.54199v-37.4131h-3.54199v37.4131zM57.1123 254.255v-44.8926h44.8906v44.8926h-44.8906zM146.518 302.312h3.54785v-37.4121h-3.54785v37.4121zM139.718 302.312h3.68555v-37.4121h-3.68555v37.4121zM132.914 302.312h3.68555
-v-37.4121h-3.68555v37.4121zM126.111 302.312h3.68555v-37.4121h-3.68555v37.4121zM119.312 302.312h3.68262v-37.4121h-3.68262v37.4121zM112.652 302.312h3.54004v-37.4121h-3.54004v37.4121zM108.909 306.054v-44.8916h44.8965v44.8916h-44.8965zM146.518 250.513
-h3.54785v-37.4131h-3.54785v37.4131zM139.718 250.513h3.68555v-37.4131h-3.68555v37.4131zM132.914 250.513h3.68555v-37.4131h-3.68555v37.4131zM126.111 250.513h3.68555v-37.4131h-3.68555v37.4131zM119.312 250.513h3.68262v-37.4131h-3.68262v37.4131z
-M112.652 250.513h3.54004v-37.4131h-3.54004v37.4131zM108.909 254.255v-44.8926h44.8965v44.8926h-44.8965zM198.318 250.513h3.54395v-37.4131h-3.54395v37.4131zM191.517 250.513h3.68652v-37.4131h-3.68652v37.4131zM184.716 250.513h3.68457v-37.4131h-3.68457v37.4131
-zM177.912 250.513h3.68555v-37.4131h-3.68555v37.4131zM171.109 250.513h3.68457v-37.4131h-3.68457v37.4131zM164.451 250.513h3.54004v-37.4131h-3.54004v37.4131zM160.71 254.255v-44.8926h44.8945v44.8926h-44.8945zM198.318 302.312h3.54395v-37.4121h-3.54395v37.4121
-zM191.517 302.312h3.68652v-37.4121h-3.68652v37.4121zM184.716 302.312h3.68457v-37.4121h-3.68457v37.4121zM177.912 302.312h3.68555v-37.4121h-3.68555v37.4121zM171.109 302.312h3.68457v-37.4121h-3.68457v37.4121zM164.451 302.312h3.54004v-37.4121h-3.54004
-v37.4121zM160.71 306.054v-44.8916h44.8945v44.8916h-44.8945zM250.118 250.513h3.54492v-37.4131h-3.54492v37.4131zM243.317 250.513h3.68555v-37.4131h-3.68555v37.4131zM236.515 250.513h3.68457v-37.4131h-3.68457v37.4131zM229.711 250.513h3.68555v-37.4131h-3.68555
-v37.4131zM222.911 250.513h3.68555v-37.4131h-3.68555v37.4131zM216.25 250.513h3.54199v-37.4131h-3.54199v37.4131zM212.509 254.255v-44.8926h44.8945v44.8926h-44.8945zM250.118 302.312h3.54492v-37.4121h-3.54492v37.4121zM243.317 302.312h3.68555v-37.4121h-3.68555
-v37.4121zM236.515 302.312h3.68457v-37.4121h-3.68457v37.4121zM229.711 302.312h3.68555v-37.4121h-3.68555v37.4121zM222.911 302.312h3.68555v-37.4121h-3.68555v37.4121zM216.25 302.312h3.54199v-37.4121h-3.54199v37.4121zM212.509 306.054v-44.8916h44.8945v44.8916
-h-44.8945zM250.118 354.114h3.54492v-37.415h-3.54492v37.415zM243.317 354.114h3.68555v-37.415h-3.68555v37.415zM236.515 354.114h3.68457v-37.415h-3.68457v37.415zM229.711 354.114h3.68555v-37.415h-3.68555v37.415zM222.911 354.114h3.68555v-37.415h-3.68555v37.415
-zM216.25 354.114h3.54199v-37.415h-3.54199v37.415zM212.509 357.853v-44.8936h44.8945v44.8936h-44.8945zM301.917 250.513h3.54297v-37.4131h-3.54297v37.4131zM295.116 250.513h3.68262v-37.4131h-3.68262v37.4131zM288.311 250.513h3.68555v-37.4131h-3.68555v37.4131z
-M281.51 250.513h3.68555v-37.4131h-3.68555v37.4131zM274.707 250.513h3.68457v-37.4131h-3.68457v37.4131zM268.046 250.513h3.5459v-37.4131h-3.5459v37.4131zM264.308 254.255v-44.8926h44.8936v44.8926h-44.8936zM150.994 136.575
-c-6.84082 0 -12.3848 -5.54688 -12.3848 -12.3848c0 -6.83887 5.54395 -12.3828 12.3848 -12.3828c6.83887 0 12.3828 5.54395 12.3828 12.3828c0 6.83789 -5.54395 12.3848 -12.3828 12.3848zM150.994 133.061c1.13281 0 2.21387 -0.212891 3.21094 -0.599609
-c-1.08105 -0.625 -1.8125 -1.79688 -1.8125 -3.13574c0 -2 1.62207 -3.61816 3.62109 -3.61816c1.37012 0 2.55957 0.761719 3.17578 1.88379c0.433594 -1.04688 0.675781 -2.19629 0.675781 -3.40234c0 -4.89844 -3.97266 -8.87012 -8.87012 -8.87012
-c-4.89844 0 -8.87109 3.97168 -8.87109 8.87012c-0.000976562 4.90137 3.97266 8.87207 8.87012 8.87207zM183.918 47.3252c-30.6719 14.5547 -47.5078 34.3408 -56.875 55.9404c-11.3936 -3.25293 -25.0889 -5.33105 -41.001 -6.22266
-c-5.99512 -0.337891 -12.3008 -0.509766 -18.918 -0.509766c-7.62793 0 -15.668 0.224609 -24.1064 0.672852c28.127 -28.1104 62.7305 -49.7529 126.801 -50.1504c4.72949 0.000976562 9.42578 0.09375 14.0996 0.269531z" />
-    <glyph glyph-name="uniF16F" unicode="&#xf16f;" 
-d="M251.898 448l0.00585938 0.00292969c139.049 0 251.638 -112.6 251.633 -251.644c-0.0078125 -50.4629 -14.749 -97.5098 -40.3037 -136.929c-9.70605 2.24023 -20.0684 3.61621 -30.4863 3.61621c-17.8076 0 -34.0322 -3.04785 -45.9873 -8.00879
-c-1.29785 -0.661133 -2.3252 -2.0459 -2.3252 -3.61719c0 -0.561523 0.301758 -1.3291 0.516602 -1.80859c1.41406 -4.10059 -1.09277 -8.57129 -12.6592 -11.1094c-17.1475 -3.76172 -27.9189 -21.249 -34.1035 -27.127
-c-7.27539 -6.91113 -27.8857 -11.3516 -24.8018 -7.23438c2.41406 3.2168 11.6875 13.4395 17.3096 24.2861c5.02637 9.70605 9.58398 12.4346 15.7598 21.7021c1.80176 2.71191 8.80859 12.1035 10.8506 19.6348c2.30664 7.38379 1.44043 16.5996 2.3252 20.4111
-c1.24023 5.47266 6.60352 17.5557 6.97559 24.2852c0.231445 3.77832 -15.8711 -5.42578 -23.5107 -5.42578c-7.63867 0 -15.1396 4.57031 -21.96 4.90918c-8.44141 0.405273 -13.7881 -6.63281 -21.4434 -5.42578c-4.34961 0.710938 -8.1377 4.61914 -15.7598 4.9082
-c-10.8555 0.421875 -24.1621 -5.96875 -49.0879 -5.16699c-24.5215 0.810547 -47.0205 30.8418 -50.1211 35.6533c-3.62109 5.63867 -8.10645 5.70703 -12.918 1.29199c-4.82812 -4.42383 -10.7061 -0.884766 -12.4014 2.06641
-c-3.21582 5.63867 -12.0166 21.8965 -25.3184 25.3193c-18.4121 4.77832 -27.543 -10.0391 -26.3525 -21.96c1.24121 -12.0791 9.04688 -15.5205 12.6602 -21.9609c3.62012 -6.42285 5.34668 -10.5732 12.1426 -13.4336c4.82812 -2.00098 6.60547 -5.07422 5.16699 -9.04297
-c-1.27344 -3.43945 -6.24414 -4.21777 -9.55957 -4.3916c-7.01855 -0.338867 -11.9131 1.56055 -15.501 3.875c-4.16699 2.64648 -7.46387 6.40137 -11.1094 12.6602c-4.20801 6.92773 -10.8877 10.0752 -18.6016 10.0752c-3.6875 0 -7.2832 -0.996094 -10.334 -2.58398
-c-12.1279 -6.28223 -26.3281 -10.0752 -41.8545 -10.0752h-17.5674c-8.50781 25.2725 -13.1768 52.4492 -13.1768 80.6094c0 139.039 112.84 251.638 251.898 251.638zM289.623 396.07l0.00488281 0.00976562c-5.76172 -0.21875 -11.6348 -1.13086 -17.3105 -2.58301
-c-8.36621 -2.1416 -24.7051 -10.4463 -55.0293 -3.61719c-52.4912 11.8135 -60.2812 -14.6523 -63.2988 -26.0947c-3.00879 -11.4502 -10.0752 -43.9199 -10.0752 -43.9199c-2.40625 -13.2354 -5.78613 -36.1367 75.6992 -51.6709
-c37.9648 -7.22949 39.9199 -17.249 41.5947 -24.2891c3 -12.6572 8.00293 -19.8867 13.4346 -23.5059c5.42383 -3.62109 -0.173828 -6.61426 -6.2002 -7.23438c-16.1641 -1.67871 -75.75 15.5713 -111.094 35.6533c-28.9277 17.6758 -29.374 33.5205 -22.7354 47.0205
-c-43.6943 4.71289 -76.4727 -4.11719 -82.417 -24.8018c-10.209 -35.4766 77.7832 -95.9287 178.269 -126.336c105.426 -31.9385 214.016 -9.72852 226.059 56.5703c5.47852 30.083 -20.0225 52.3467 -62.7822 62.0039
-c-2.48828 -8.38379 -5.96875 -19.0342 -21.7021 -27.1279c-2.29785 -1.16504 -3.1084 0.764648 -2.06641 2.58398c5.96875 10.1113 7.03906 12.542 8.78418 16.5352c2.41406 5.82812 3.51953 14.1904 -1.29199 31.5186c-9.45801 34.0684 -29.0518 79.5107 -43.4043 94.3008
-c-10.3984 10.6895 -27.1523 15.6406 -44.4375 14.9844zM307.21 82.4629c1.30664 -1.25684 3.53906 -5.49023 0.810547 -10.8965c-1.52148 -2.84375 -3.1748 -4.86133 -6.13477 -7.21777c-3.53027 -2.84375 -10.4492 -6.10156 -19.957 -0.0986328
-c-5.09277 3.24902 -5.39844 4.32324 -12.4434 3.42188c-5.04297 -0.661133 -7.03516 4.40723 -5.23242 8.65625c1.81836 4.2002 9.24316 7.60547 18.502 2.21582c4.15918 -2.45605 10.6406 -7.62305 16.3125 -3.03418c2.37207 1.89355 3.76953 3.13281 7.03516 6.91113
-c0.165039 0.166016 0.363281 0.256836 0.594727 0.256836c0.199219 0 0.388672 -0.0830078 0.512695 -0.214844zM232.172 328.12c-29.0771 -2.1084 -32.1025 -5.25 -37.5508 -11.0537c-7.68066 -8.18457 -17.792 10.6152 -17.792 10.6152
-c-6.08398 1.28223 -13.4336 11.0703 -9.47461 20.2061c3.91895 9.03613 11.1455 6.33301 13.4102 3.53809c2.75293 -3.43066 8.62305 -9.03613 16.2617 -8.83691c7.62305 0.181641 16.4443 1.79395 28.7295 1.79395c12.4346 0 20.8174 -4.65527 21.2891 -8.62305
-c0.405273 -3.41504 -1.00879 -6.63086 -14.873 -7.63965zM262.728 376.172h-0.124023c-0.455078 0 -0.818359 0.338867 -0.818359 0.759766c0 0.306641 0.19043 0.5625 0.462891 0.686523c5.62988 2.97656 14.0459 5.35742 23.6621 6.34082
-c2.89355 0.290039 5.71289 0.447266 8.44043 0.480469c0.479492 0 0.951172 0 1.43848 -0.0175781c16.1299 -0.363281 29.0605 -6.78711 28.8701 -14.3271c-0.199219 -7.54004 -13.418 -13.3682 -29.5732 -13.0127c-5.2168 0.131836 -10.127 0.875977 -14.335 2.1084
-c-0.512695 0.124023 -0.876953 0.537109 -0.876953 1.0332c0 0.512695 0.364258 0.942383 0.876953 1.06641c10.0781 2.32324 16.8652 6.13379 16.3779 9.74707c-0.628906 4.77051 -13.7988 7.34961 -29.4072 5.78711
-c-1.71973 -0.181641 -3.38184 -0.413086 -4.99414 -0.652344z" />
-    <glyph glyph-name="uniF184" unicode="&#xf184;" 
-d="M396.642 448c27.96 0 50.5596 -22.6182 50.5596 -50.5596c0 -0.686523 0.0253906 -1.39844 0 -2.0791c0.0253906 -0.680664 0 -1.39258 0 -2.08398c0 -0.650391 0.0253906 -1.26953 0 -1.91504c0.0253906 -0.680664 0 -1.39258 0 -2.08398
-c0 -0.706055 0.0253906 -1.37695 0 -2.07812c0.0253906 -0.650391 0 -1.26465 0 -1.91992c0 -27.9346 -22.5996 -50.5605 -50.5596 -50.5605c-27.9609 0 -50.5605 22.626 -50.5605 50.5605c0 0.655273 -0.0253906 1.26953 0 1.91992
-c-0.0302734 0.701172 0 1.37207 0 2.07812c0 0.691406 -0.0302734 1.40332 0 2.08398c-0.0253906 0.645508 0 1.26465 0 1.91504c0 0.691406 -0.0302734 1.40332 0 2.08398c-0.0302734 0.680664 0 1.39258 0 2.0791c0 27.9414 22.5947 50.5596 50.5605 50.5596z
-M289.762 408.32c11.3613 0 23.3262 -1.4082 35.5166 -3.52051c1.91504 -0.331055 3.2002 -2.06934 3.2002 -4v-1.43945c0.00488281 -38.748 31.7344 -70.2412 70.7227 -70.2412c13.3633 0 26.5938 3.83984 38.2412 11.3613
-c1.64355 1.06445 3.81445 0.818359 5.12012 -0.640625c28.877 -32.1172 47.0371 -73.252 51.2002 -115.998c0.0556641 -0.640625 -0.0976562 -1.3418 -0.322266 -1.9209c0.0810547 -0.751953 0.245117 -1.48926 0.322266 -2.24219
-c0.0556641 -0.634766 -0.0976562 -1.18262 -0.322266 -1.76172c0.0810547 -0.74707 0.245117 -1.48438 0.322266 -2.2373c0.0556641 -0.634766 -0.0976562 -1.18262 -0.322266 -1.76074c0.0810547 -0.748047 0.245117 -1.49023 0.322266 -2.2373
-c0.102539 -1.12695 -0.205078 -2.20703 -0.962891 -3.04199c-0.757812 -0.833984 -1.91504 -1.43848 -3.04102 -1.43848l-77.1172 0.15918c-1.95605 0 -3.69141 1.42285 -4.00391 3.3584c-9.18555 57.6152 -60.2783 101.12 -118.876 101.12
-c-15.9336 0 -31.6885 -3.33301 -46.8789 -9.75879c-1.80273 -0.757812 -3.92188 -0.0507812 -4.96191 1.59766l-40.96 64.9619c-0.598633 0.958008 -0.788086 2.11523 -0.480469 3.2002c0.0869141 0.307617 0.327148 0.527344 0.480469 0.798828
-c-0.598633 0.957031 -0.788086 2.11426 -0.480469 3.2002c0.0917969 0.327148 0.311523 0.675781 0.480469 0.961914c-0.598633 0.953125 -0.788086 2.11523 -0.480469 3.2002c0.0869141 0.307617 0.327148 0.527344 0.480469 0.798828
-c-0.598633 0.958008 -0.788086 2.11426 -0.480469 3.2002c0.301758 1.08594 1.06934 2.05859 2.07812 2.55957c28.457 14.0605 59.9912 21.7559 91.2031 21.7607zM167.521 366.08c1.10547 -0.194336 1.96094 -0.814453 2.55957 -1.76172l40.96 -65.1162
-c0.830078 -1.31543 0.77832 -2.89746 0 -4.16211c0.748047 -1.29004 0.75293 -2.77539 0 -3.99902c0.757812 -1.2998 0.768555 -2.92871 0 -4.16211c0.952148 -1.64355 0.798828 -3.70215 -0.639648 -4.96191c-24.5762 -21.4014 -39.373 -51.624 -41.124 -83.6758
-c1.57227 -32.0615 16.1641 -62.2998 40.6426 -83.8398c1.47949 -1.30078 1.8584 -3.46582 0.798828 -5.12012c0.767578 -1.26953 0.829102 -2.85156 0 -4.16211c0.711914 -1.25 0.808594 -2.72461 0 -3.99902c0.711914 -1.24902 0.808594 -2.72363 0 -3.99902
-l-41.4414 -64.9619c-0.598633 -0.942383 -1.4541 -1.56738 -2.55957 -1.75684c-1.10645 -0.194336 -2.30957 0.107422 -3.19531 0.798828c-33.0547 25.7178 -57.958 61.8604 -70.082 101.602c-0.307617 0.998047 -0.133789 1.98145 0.317383 2.87695
-c-0.113281 0.374023 -0.205078 0.748047 -0.317383 1.12109c-0.297852 0.978516 -0.108398 1.99707 0.317383 2.87793c-0.113281 0.374023 -0.205078 0.74707 -0.317383 1.12109c-0.297852 0.983398 -0.108398 1.99707 0.317383 2.87793
-c-0.113281 0.373047 -0.205078 0.74707 -0.317383 1.12109c-0.476562 1.57129 0.158203 3.30762 1.43848 4.32129c15.1094 11.96 24.7549 29.752 26.5625 48.4814c-1.64844 18.959 -11.29 37.0225 -26.5625 49.1211c-1.29004 1.01855 -1.91504 2.74902 -1.43848 4.31641
-c0.112305 0.368164 0.204102 0.751953 0.317383 1.12109c-0.425781 0.885742 -0.615234 1.89941 -0.317383 2.87695c0.112305 0.369141 0.204102 0.757812 0.317383 1.12207c-0.451172 0.895508 -0.625 1.87891 -0.317383 2.88184
-c0.112305 0.364258 0.204102 0.75293 0.317383 1.11621c-0.451172 0.901367 -0.625 2.04297 -0.317383 3.04199c12.2207 40.0791 37.417 76.3076 70.8809 102.082c0.875977 0.680664 2.09375 0.993164 3.2002 0.798828zM51.8398 254.879
-c28.6211 0 51.8398 -23.2402 51.8398 -51.8398c0 -0.702148 -0.132812 -1.38281 -0.158203 -2.0791c0.0205078 -0.645508 0.158203 -1.26953 0.158203 -1.91992s-0.137695 -1.27539 -0.158203 -1.91992c0.0253906 -0.696289 0.158203 -1.37695 0.158203 -2.0791
-c0 -0.685547 -0.132812 -1.40234 -0.158203 -2.07812c0.0253906 -0.702148 0.158203 -1.37793 0.158203 -2.08398c0 -28.5957 -23.2188 -51.6768 -51.8398 -51.6768c-28.6191 0 -51.8398 23.0811 -51.8398 51.6768c0 0.706055 0.131836 1.38184 0.160156 2.08398
-c-0.0263672 0.675781 -0.160156 1.39258 -0.160156 2.07812c0 0.702148 0.131836 1.38281 0.160156 2.0791c-0.0244141 0.644531 -0.160156 1.26953 -0.160156 1.91992s0.135742 1.27441 0.160156 1.91992c-0.0283203 0.696289 -0.160156 1.37695 -0.160156 2.0791
-c0 28.5996 23.2217 51.8398 51.8398 51.8398zM489.759 188.001c1.12598 0.00488281 2.11914 -0.445312 2.88281 -1.2793c0.757812 -0.839844 1.2334 -1.9209 1.12109 -3.04199c-0.0820312 -0.792969 -0.235352 -1.60742 -0.323242 -2.40137
-c0.174805 -0.521484 0.378906 -1.19824 0.323242 -1.76074c-0.0820312 -0.803711 -0.230469 -1.59277 -0.323242 -2.39648c0.174805 -0.527344 0.378906 -1.03906 0.323242 -1.60254c-0.0820312 -0.808594 -0.230469 -1.5918 -0.323242 -2.40137
-c0.174805 -0.522461 0.378906 -1.03906 0.323242 -1.59766c-4.58301 -45.6807 -24.9658 -88.96 -57.2832 -121.917c-1.2334 -1.25977 -3.08203 -1.61816 -4.63867 -0.803711c-10.25 5.34473 -21.5596 8.16113 -32.6396 8.16113
-c-35.748 0 -65.8076 -26.7266 -69.9238 -62.2383c-0.205078 -1.74609 -1.62305 -3.21582 -3.3584 -3.52344c-12.3398 -2.18555 -24.4482 -3.3584 -36.1572 -3.3584c-31.5703 0 -63.4883 7.72656 -92.1602 22.083c-1.00879 0.500977 -1.78223 1.31055 -2.0791 2.39551
-c-0.301758 1.09082 -0.12793 2.24805 0.476562 3.2002c-0.154297 0.276367 -0.394531 0.49707 -0.476562 0.803711c-0.301758 1.08594 -0.12793 2.24805 0.476562 3.19531c-0.18457 0.3125 -0.378906 0.609375 -0.476562 0.962891
-c-0.301758 1.08984 -0.12793 2.24707 0.476562 3.19922c-0.154297 0.271484 -0.394531 0.492188 -0.476562 0.798828c-0.301758 1.09082 -0.12793 2.24805 0.476562 3.2002l41.2822 64.7988c1.05469 1.64355 3.16406 2.36523 4.95605 1.60254
-c15.3652 -6.5791 31.4062 -9.91797 47.5244 -9.91797c58.4336 0 109.567 43.1309 118.876 100.316c0.311523 1.91992 1.89453 3.35938 3.83984 3.36426zM398.562 51.2002c28.6152 0 51.8398 -23.0713 51.8398 -51.5176c0 -0.701172 0.0253906 -1.3877 0 -2.08398
-c0.0253906 -0.660156 0 -1.25391 0 -1.91992c0 -0.696289 0.0253906 -1.3877 0 -2.0791c0.0253906 -0.69043 0 -1.38184 0 -2.07812c0 -0.701172 0.0253906 -1.3877 0 -2.0791c0.0205078 -0.644531 0 -1.27441 0 -1.9248c0 -28.4521 -23.2246 -51.5176 -51.8398 -51.5176
-c-28.626 0 -51.8398 23.0703 -51.8398 51.5176c0 0.650391 0.132812 1.28027 0.158203 1.9248c-0.0253906 0.691406 -0.158203 1.37793 -0.158203 2.0791s0.132812 1.38184 0.158203 2.07812c-0.0253906 0.696289 -0.158203 1.37793 -0.158203 2.0791
-c0 0.670898 0.132812 1.25977 0.158203 1.91992c-0.0253906 0.696289 -0.158203 1.38281 -0.158203 2.08398c0 28.4463 23.2188 51.5176 51.8398 51.5176z" />
-    <glyph glyph-name="uniF162" unicode="&#xf162;" 
-d="M110.521 447.533l4.36523 -148.458c-42.168 -19.1074 -23.2666 -63.209 -23.2666 -63.209s68.333 -136.702 90.1484 -166.093c21.8096 -29.4014 56.7041 -7.35059 56.7041 -7.35059l117.77 -92.6055c-36.3408 -23.5225 -84.3262 -33.8174 -84.3262 -33.8174
-c-97.4258 -13.2236 -183.204 117.595 -216.643 167.575c-33.4434 49.9756 -53.8018 139.646 -55.2578 241.068c-1.45215 101.418 110.506 102.89 110.506 102.89zM123.612 447.533c0 0 8.72461 2.92871 24.7129 -5.88379
-c15.9932 -8.81641 15.9932 -16.1572 15.9932 -16.1572l1.45703 -101.433s-4.36523 -5.88281 -10.1768 -11.751c-5.81738 -5.87793 -24.7188 -14.7061 -27.6318 -8.82227c-2.89844 5.87305 -4.35449 144.047 -4.35449 144.047zM248.265 73.2607l32.377 17.0908
-s7.26758 1.46191 18.8965 -5.87793c11.6328 -7.36523 72.7031 -55.874 72.7031 -55.874s10.1768 -8.81738 7.26855 -19.1064c-2.90332 -10.2891 -10.1768 -32.3408 -10.1768 -32.3408z" />
-    <glyph glyph-name="uniF139" unicode="&#xf139;" 
-d="M0 38.4004l120.474 180.703l-120.474 180.706h90.3555l120.467 -180.704l-120.467 -180.703zM120.474 38.4004l120.467 180.703l-120.467 180.706h90.3555l240.94 -361.407h-90.3555l-75.2891 112.94l-75.2959 -112.94zM411.609 143.808l-40.1533 60.2373h140.544
-v-60.2373h-100.391zM351.373 234.163l-40.1602 60.2305l200.787 0.00683594v-60.2383z" />
-    <glyph glyph-name="uniF102" unicode="&#xf102;" 
-d="M146.662 -37.4248c-58.4795 32.4365 -107.197 60.748 -108.263 62.9141s-4.78418 30.167 -8.26367 62.2236c-6.30957 58.125 -12.5781 113.062 -23.6094 206.911c-3.20215 27.248 -6.10547 52.6904 -6.4502 56.5391c-0.535156 5.96191 1.52539 7.75 13.9424 12.0986
-c8.01465 2.80566 51.9463 18.4688 97.6279 34.8076c45.6807 16.3389 96.4043 34.2568 112.721 39.8184l29.665 10.1123l72.333 -24.7002c39.7842 -13.585 98.2617 -33.5127 129.951 -44.2822l57.6172 -19.582l-1.57324 -9.0918
-c-0.864258 -5.00098 -10.0762 -77.2852 -20.4707 -160.633c-10.3936 -83.3477 -19.5908 -154.862 -20.4375 -158.923c-1.29688 -6.21973 -15.8604 -15.2861 -92.5166 -57.5967c-50.0381 -27.6182 -98.8457 -54.5752 -108.463 -59.9033l-17.4854 -9.68945zM169.934 73.3174
-l16.0254 39.5186l70.6211 0.552734l70.6201 0.551758l16.9551 -39.3418l16.9561 -39.3428l28.2646 -0.833984c15.5459 -0.458984 28.2656 0.0527344 28.2656 1.13672c0 1.08301 -36.0635 79.2607 -80.1416 173.727c-44.0781 94.4668 -80.1416 172.968 -80.1416 174.447
-s-1.96777 2.69043 -4.37207 2.69043s-4.37109 -1.14258 -4.37109 -2.53809c0 -2.55859 -31.332 -72.8926 -111.08 -249.349c-23.8564 -52.7861 -43.375 -97.0459 -43.375 -98.3555s13.4434 -2.38184 29.874 -2.38184h29.874zM208.987 166.397
-c10.1602 25.0498 42.8486 101.818 43.7305 102.7c1.36426 1.36426 51.2686 -100.667 51.2686 -104.818c0 -1.63867 -19.3301 -2.34961 -48.0908 -1.76855c-30.5322 0.617188 -47.6582 2.03613 -46.9082 3.88672z" />
-    <glyph glyph-name="uniF12A" unicode="&#xf12a;" 
-d="M-288.697 -268.322c0.356445 0.0927734 0.849609 0.0869141 1.09766 -0.0136719c0.24707 -0.0996094 -0.0439453 -0.175781 -0.647461 -0.168945c-0.603516 0.0078125 -0.805664 0.0898438 -0.450195 0.182617zM-282.479 -268.322
-c0.355469 0.0927734 0.849609 0.0869141 1.09668 -0.0136719c0.248047 -0.0996094 -0.0429688 -0.175781 -0.646484 -0.168945c-0.603516 0.0078125 -0.806641 0.0898438 -0.450195 0.182617zM-256.247 -257.832c0 0.0761719 0.288086 0.364258 0.640625 0.639648
-c0.580078 0.455078 0.592773 0.442383 0.137695 -0.137695c-0.477539 -0.609375 -0.77832 -0.802734 -0.77832 -0.501953zM-289.252 -122.414c0.250977 0.101562 0.662109 0.101562 0.914062 0c0.250977 -0.100586 0.0458984 -0.183594 -0.457031 -0.183594
-s-0.708984 0.0830078 -0.457031 0.183594zM-280.285 -122.402c0.355469 0.0927734 0.849609 0.0869141 1.09668 -0.0136719c0.248047 -0.0996094 -0.0429688 -0.175781 -0.646484 -0.167969c-0.603516 0.00683594 -0.806641 0.0888672 -0.450195 0.181641zM-318.83 -109.947
-c-0.455078 0.580078 -0.442383 0.592773 0.137695 0.137695c0.609375 -0.477539 0.802734 -0.777344 0.501953 -0.777344c-0.0761719 0 -0.364258 0.288086 -0.639648 0.639648zM-248.933 -108.941c0.472656 0.50293 0.941406 0.914062 1.04199 0.914062
-s-0.204102 -0.411133 -0.675781 -0.914062c-0.472656 -0.50293 -0.941406 -0.914062 -1.04199 -0.914062s0.203125 0.411133 0.675781 0.914062zM-245.458 -105.467c0.364258 0.401367 0.744141 0.730469 0.844727 0.730469s-0.115234 -0.329102 -0.479492 -0.730469
-c-0.363281 -0.402344 -0.744141 -0.732422 -0.844727 -0.732422s0.115234 0.330078 0.479492 0.732422zM-324.682 -104.096c-0.455078 0.580078 -0.442383 0.592773 0.137695 0.137695c0.609375 -0.477539 0.802734 -0.77832 0.501953 -0.77832
-c-0.0761719 0 -0.364258 0.288086 -0.639648 0.640625zM-232.081 -77.0938c0.0175781 0.425781 0.104492 0.512695 0.22168 0.220703c0.105469 -0.263672 0.0927734 -0.579102 -0.0292969 -0.701172c-0.121094 -0.121094 -0.208008 0.0947266 -0.192383 0.480469z
-M-337.041 -75.2656c0.0175781 0.426758 0.104492 0.512695 0.22168 0.220703c0.105469 -0.263672 0.0917969 -0.579102 -0.0292969 -0.700195c-0.121094 -0.12207 -0.208008 0.09375 -0.192383 0.479492zM-231.687 -73.6504c0 0.50293 0.0830078 0.708984 0.18457 0.457031
-c0.101562 -0.250977 0.101562 -0.662109 0 -0.914062c-0.101562 -0.250977 -0.18457 -0.0458984 -0.18457 0.457031zM-231.673 -65.7871c0.00683594 0.603516 0.0898438 0.805664 0.182617 0.450195c0.0927734 -0.356445 0.0859375 -0.849609 -0.0136719 -1.09766
-c-0.100586 -0.24707 -0.175781 0.0439453 -0.168945 0.647461zM-337.041 -64.2939c0.0175781 0.425781 0.104492 0.512695 0.22168 0.220703c0.105469 -0.263672 0.0917969 -0.579102 -0.0292969 -0.701172c-0.121094 -0.121094 -0.208008 0.0947266 -0.192383 0.480469z
-M-325.367 -36.209c0 0.0761719 0.288086 0.363281 0.640625 0.639648c0.580078 0.455078 0.592773 0.442383 0.137695 -0.137695c-0.477539 -0.609375 -0.77832 -0.802734 -0.77832 -0.501953zM-244.956 -34.6104c-0.455078 0.580078 -0.442383 0.592773 0.137695 0.138672
-c0.609375 -0.478516 0.802734 -0.77832 0.501953 -0.77832c-0.0761719 0 -0.364258 0.288086 -0.639648 0.639648zM-249.516 -30.0391l-0.697266 0.823242l0.823242 -0.696289c0.773438 -0.655273 0.989258 -0.949219 0.696289 -0.949219
-c-0.0693359 0 -0.439453 0.370117 -0.822266 0.822266zM-318.784 -29.626c0 0.0751953 0.288086 0.363281 0.640625 0.639648c0.580078 0.455078 0.592773 0.442383 0.137695 -0.137695c-0.477539 -0.609375 -0.77832 -0.803711 -0.77832 -0.501953zM-141.687 21.7041
-c0.955078 0.0751953 2.51855 0.0751953 3.47363 0c0.956055 -0.0751953 0.173828 -0.136719 -1.73633 -0.136719c-1.91113 0 -2.69336 0.0615234 -1.7373 0.136719zM-146.967 22.0508c0.263672 0.105469 0.579102 0.0927734 0.701172 -0.0283203
-c0.121094 -0.12207 -0.0947266 -0.208008 -0.480469 -0.192383c-0.425781 0.0175781 -0.512695 0.104492 -0.220703 0.220703zM-133.801 22.0508c0.263672 0.105469 0.579102 0.0927734 0.701172 -0.0283203c0.121094 -0.12207 -0.0947266 -0.208008 -0.480469 -0.192383
-c-0.425781 0.0175781 -0.512695 0.104492 -0.220703 0.220703zM-104.476 35.5156c0.472656 0.50293 0.941406 0.914062 1.04199 0.914062s-0.204102 -0.411133 -0.675781 -0.914062c-0.472656 -0.50293 -0.941406 -0.914062 -1.04199 -0.914062
-s0.204102 0.411133 0.675781 0.914062zM-177.836 37.2529l-0.696289 0.822266l0.822266 -0.696289c0.773438 -0.654297 0.989258 -0.949219 0.697266 -0.949219c-0.0693359 0 -0.44043 0.370117 -0.823242 0.823242zM-101.184 38.8066
-c0.47168 0.50293 0.941406 0.915039 1.04102 0.915039c0.100586 0 -0.203125 -0.412109 -0.675781 -0.915039s-0.941406 -0.914062 -1.04199 -0.914062s0.204102 0.411133 0.676758 0.914062zM-180.956 40.7266c-0.455078 0.580078 -0.442383 0.59375 0.137695 0.138672
-c0.352539 -0.276367 0.640625 -0.564453 0.640625 -0.640625c0 -0.300781 -0.300781 -0.106445 -0.77832 0.501953zM49.125 47.5391c0 0.0761719 0.288086 0.364258 0.639648 0.640625c0.580078 0.455078 0.592773 0.441406 0.138672 -0.138672
-c-0.478516 -0.609375 -0.77832 -0.802734 -0.77832 -0.501953zM-622.373 50.2354c-0.455078 0.580078 -0.442383 0.592773 0.137695 0.138672c0.609375 -0.478516 0.802734 -0.77832 0.501953 -0.77832c-0.0761719 0 -0.364258 0.288086 -0.639648 0.639648z
-M-87.623 68.8262c0.0175781 0.425781 0.103516 0.512695 0.220703 0.220703c0.105469 -0.263672 0.0927734 -0.579102 -0.0292969 -0.701172c-0.121094 -0.121094 -0.208008 0.0947266 -0.191406 0.480469zM-192.907 70.624
-c0.0078125 0.603516 0.0898438 0.805664 0.182617 0.450195s0.0869141 -0.849609 -0.0136719 -1.09668c-0.0996094 -0.248047 -0.175781 0.0429688 -0.168945 0.646484zM-87.2021 74.4639c0 0.704102 0.0751953 0.992188 0.167969 0.640625
-c0.0917969 -0.352539 0.0917969 -0.928711 0 -1.28027c-0.0927734 -0.351562 -0.167969 -0.0644531 -0.167969 0.639648zM60.5332 74.2812c0.00683594 0.603516 0.0898438 0.805664 0.181641 0.450195c0.0927734 -0.355469 0.0869141 -0.849609 -0.0126953 -1.09668
-c-0.100586 -0.248047 -0.176758 0.0429688 -0.168945 0.646484zM-632.495 75.3789c0.00683594 0.603516 0.0888672 0.805664 0.181641 0.450195c0.0927734 -0.356445 0.0869141 -0.849609 -0.0136719 -1.09766c-0.0996094 -0.24707 -0.175781 0.0439453 -0.167969 0.647461z
-M-192.92 78.1211c0 0.50293 0.0830078 0.708984 0.183594 0.457031c0.101562 -0.250977 0.101562 -0.662109 0 -0.914062c-0.100586 -0.250977 -0.183594 -0.0458984 -0.183594 0.457031zM-87.623 80.1631c0.0175781 0.425781 0.103516 0.512695 0.220703 0.220703
-c0.105469 -0.263672 0.0927734 -0.579102 -0.0292969 -0.700195c-0.121094 -0.12207 -0.208008 0.09375 -0.191406 0.479492zM60.5332 80.498c0.00683594 0.603516 0.0898438 0.806641 0.182617 0.451172c0.0927734 -0.356445 0.0859375 -0.849609 -0.0136719 -1.09766
-c-0.100586 -0.248047 -0.176758 0.0439453 -0.168945 0.646484zM-632.509 82.1445c0 0.50293 0.0830078 0.708008 0.18457 0.457031c0.101562 -0.251953 0.101562 -0.663086 0 -0.914062c-0.101562 -0.251953 -0.18457 -0.0458984 -0.18457 0.457031zM-189.292 94.4258
-c0.0175781 0.426758 0.104492 0.512695 0.220703 0.22168c0.105469 -0.264648 0.0927734 -0.580078 -0.0283203 -0.701172c-0.12207 -0.12207 -0.208008 0.0947266 -0.192383 0.479492zM49.8096 106.556c-0.455078 0.580078 -0.442383 0.592773 0.137695 0.137695
-c0.352539 -0.275391 0.640625 -0.563477 0.640625 -0.639648c0 -0.300781 -0.300781 -0.107422 -0.77832 0.501953zM-622.327 107.517c0 0.0761719 0.288086 0.364258 0.640625 0.639648c0.580078 0.455078 0.592773 0.442383 0.137695 -0.137695
-c-0.477539 -0.609375 -0.77832 -0.802734 -0.77832 -0.501953zM-101.212 110.213l-0.885742 1.00586l1.00488 -0.886719c0.94043 -0.829102 1.17383 -1.125 0.886719 -1.125c-0.0654297 0 -0.517578 0.452148 -1.00586 1.00586zM-104.869 113.87l-0.885742 1.00586
-l1.00488 -0.886719c0.553711 -0.488281 1.00586 -0.94043 1.00586 -1.00586c0 -0.287109 -0.295898 -0.0537109 -1.125 0.886719zM-176.34 143.31l-18.6494 18.7432l18.7422 -18.6504c17.4219 -17.335 18.9072 -18.835 18.6504 -18.835
-c-0.0507812 0 -8.48535 8.43359 -18.7432 18.7422zM-146.601 127.011c0.263672 0.106445 0.579102 0.0927734 0.700195 -0.0283203c0.12207 -0.12207 -0.09375 -0.208008 -0.479492 -0.192383c-0.426758 0.0175781 -0.512695 0.104492 -0.220703 0.220703zM-133.801 127.011
-c0.263672 0.106445 0.579102 0.0927734 0.701172 -0.0283203c0.121094 -0.12207 -0.0947266 -0.208008 -0.480469 -0.192383c-0.425781 0.0175781 -0.512695 0.104492 -0.220703 0.220703zM-141.321 127.394c0.754883 0.0791016 1.98926 0.0791016 2.74316 0
-s0.136719 -0.143555 -1.37109 -0.143555c-1.50879 0 -2.12598 0.0644531 -1.37207 0.143555zM-325.048 184.818c-0.455078 0.580078 -0.441406 0.592773 0.138672 0.138672c0.608398 -0.478516 0.802734 -0.77832 0.501953 -0.77832
-c-0.0761719 0 -0.364258 0.288086 -0.640625 0.639648zM-234.167 201.172c-0.113281 0.294922 -0.135742 0.748047 -0.0488281 1.00586c0.0859375 0.257812 0.243164 0.0166016 0.349609 -0.536133c0.207031 -1.08008 0.0361328 -1.34668 -0.300781 -0.469727z
-M-232.081 211.82c0.0175781 0.425781 0.104492 0.512695 0.22168 0.220703c0.105469 -0.263672 0.0927734 -0.579102 -0.0292969 -0.701172c-0.121094 -0.121094 -0.208008 0.0947266 -0.192383 0.480469zM-337.041 213.283
-c0.0175781 0.425781 0.104492 0.512695 0.22168 0.220703c0.105469 -0.263672 0.0917969 -0.579102 -0.0292969 -0.701172c-0.121094 -0.121094 -0.208008 0.0947266 -0.192383 0.480469zM-231.659 215.63c0 0.704102 0.0751953 0.992188 0.166992 0.639648
-c0.0927734 -0.351562 0.0927734 -0.927734 0 -1.2793c-0.0917969 -0.352539 -0.166992 -0.0644531 -0.166992 0.639648zM-231.673 222.03c0.0078125 0.602539 0.0898438 0.805664 0.182617 0.450195c0.0927734 -0.356445 0.0869141 -0.849609 -0.0136719 -1.09766
-c-0.0996094 -0.24707 -0.175781 0.0439453 -0.168945 0.647461zM-337.012 224.041c0 0.50293 0.0830078 0.708984 0.18457 0.457031c0.101562 -0.250977 0.101562 -0.662109 0 -0.914062c-0.101562 -0.250977 -0.18457 -0.0458984 -0.18457 0.457031zM-245.303 254.304
-l-0.886719 1.00586l1.00586 -0.886719c0.552734 -0.487305 1.00586 -0.939453 1.00586 -1.00488c0 -0.287109 -0.296875 -0.0537109 -1.125 0.885742zM-249.15 258.145l-0.696289 0.822266l0.823242 -0.696289c0.772461 -0.655273 0.989258 -0.949219 0.696289 -0.949219
-c-0.0693359 0 -0.439453 0.370117 -0.823242 0.823242zM-341.275 308.612l-39.4971 39.5889l39.5889 -39.4961c21.7734 -21.7236 39.5879 -39.5381 39.5879 -39.5889s-0.0410156 -0.0917969 -0.0917969 -0.0917969s-17.8652 17.8145 -39.5879 39.5879zM-288.887 271.461
-c0.251953 0.101562 0.663086 0.101562 0.914062 0c0.251953 -0.101562 0.0458984 -0.18457 -0.457031 -0.18457s-0.708008 0.0830078 -0.457031 0.18457zM-280.476 271.461c0.251953 0.101562 0.663086 0.101562 0.915039 0
-c0.250977 -0.101562 0.0449219 -0.18457 -0.458008 -0.18457c-0.501953 0 -0.708008 0.0830078 -0.457031 0.18457zM-316.59 413.254c0 0.0761719 0.288086 0.363281 0.640625 0.639648c0.580078 0.455078 0.592773 0.442383 0.137695 -0.137695
-c-0.477539 -0.609375 -0.77832 -0.802734 -0.77832 -0.501953zM-257.756 414.121c-0.455078 0.580078 -0.442383 0.592773 0.137695 0.138672c0.609375 -0.478516 0.802734 -0.77832 0.501953 -0.77832c-0.0761719 0 -0.364258 0.288086 -0.639648 0.639648z
-M-290.16 424.706c0.356445 0.0927734 0.849609 0.0869141 1.09766 -0.0136719c0.24707 -0.0996094 -0.0439453 -0.175781 -0.647461 -0.167969c-0.602539 0.00683594 -0.805664 0.0888672 -0.450195 0.181641zM-283.942 424.706
-c0.355469 0.0927734 0.849609 0.0869141 1.09668 -0.0136719c0.248047 -0.0996094 -0.0429688 -0.175781 -0.646484 -0.167969c-0.603516 0.00683594 -0.806641 0.0888672 -0.450195 0.181641zM243.236 -48.8105c-4.02148 0.726562 -8.1709 2.43945 -12.0117 4.95703
-c-1.5957 1.04688 -23.1055 22.4141 -112.422 111.679c-60.7471 60.7109 -111.147 111.244 -112.001 112.295c-3.1084 3.83008 -5.28418 8.47656 -6.31152 13.4795c-0.489258 2.38281 -0.550781 3.37695 -0.448242 7.23438
-c0.0996094 3.78711 0.226562 4.87598 0.826172 7.10352c0.839844 3.11816 2.74121 7.22754 4.65625 10.0615c1.09082 1.6123 17.1924 17.8633 76.7715 77.4814c41.4648 41.4922 75.5107 75.4404 75.6572 75.4404c0.145508 0 12.7979 -12.5332 28.1152 -27.8506
-l27.8496 -27.8506l-0.705078 -2.04297c-2.76172 -8.00195 -2.80078 -16.8955 -0.107422 -24.9912c1.05957 -3.18555 3.56934 -7.96777 5.60645 -10.6826c3.44531 -4.59082 8.72559 -9.01367 13.7617 -11.5283l2.1709 -1.08398v-68.1201v-68.1201l-2.85449 -1.4834
-c-3.7373 -1.94141 -6.68359 -4.18262 -9.93164 -7.55566c-11.1592 -11.5869 -13.9297 -28.5244 -7.04688 -43.084c2.13867 -4.52246 4.60352 -7.9209 8.32617 -11.4785c5.31348 -5.07715 11.7305 -8.43555 19.1367 -10.0146
-c3.20508 -0.683594 11.8223 -0.672852 14.9961 0.0175781c15.6211 3.40137 26.9404 14.7354 30.377 30.4189c0.680664 3.10449 0.827148 9.80176 0.289062 13.2236c-1.85254 11.7891 -8.70996 21.8564 -18.8936 27.7383l-2.03906 1.17773v66.9326
-c0 36.8135 0.0898438 66.9336 0.198242 66.9336s11.4971 -11.2998 25.3066 -25.1104l25.1094 -25.1104l-0.71582 -2.05762c-1.93164 -5.54883 -2.52539 -12.8525 -1.52051 -18.7217c4.41797 -25.8252 32.1768 -39.9121 55.542 -28.1875
-c10.6924 5.36621 18.1875 15.3652 20.5625 27.4355c0.743164 3.77441 0.794922 9.85645 0.117188 13.6094c-2.90625 16.0869 -15.1094 28.3467 -31.335 31.4795c-3.2627 0.630859 -10.1699 0.628906 -13.417 -0.00390625
-c-1.30273 -0.25293 -3.11133 -0.680664 -4.02051 -0.949219l-1.65332 -0.489258l-27.4023 27.2988l-27.4023 27.2979l0.698242 2.86816c1.05469 4.32812 1.33496 7.09863 1.15625 11.418c-0.271484 6.56445 -1.99316 12.4316 -5.27539 17.9834
-c-5.92773 10.0264 -16.2949 16.9248 -27.918 18.5771c-4.54102 0.645508 -11.9014 0.106445 -16.043 -1.1748l-1.30957 -0.40625l-28.4189 28.4219l-28.4199 28.4209l23.415 23.3789c16.4678 16.4414 24 23.7861 25.3887 24.752
-c4.03125 2.80762 9.16016 4.89258 13.6426 5.5459c3.48242 0.507812 9.57324 0.202148 12.7217 -0.637695c4.36914 -1.16602 8.01758 -2.99512 11.6514 -5.83984c1.16797 -0.914062 51.2432 -50.8154 112.489 -112.1c87.3203 -87.375 110.644 -110.849 111.625 -112.351
-c2.61914 -4.00488 4.30078 -8.14062 5.04492 -12.4053c0.494141 -2.83594 0.493164 -8.29102 0 -11.1152c-0.758789 -4.32715 -2.71973 -8.99023 -5.4082 -12.8604c-1.96875 -2.83496 -221.046 -221.912 -223.881 -223.881
-c-3.87012 -2.68848 -8.5332 -4.64844 -12.8604 -5.40723c-2.75977 -0.484375 -8.66504 -0.466797 -11.4355 0.0332031z" />
-    <glyph glyph-name="uniF13F" unicode="&#xf13f;" 
-d="M104.755 103.526c0 0 -16.8535 -9.89844 11.9941 -13.248c34.9473 -4.02734 52.8096 -3.44922 91.3223 3.91211c0 0 10.126 -6.41211 24.2676 -11.9658c-86.3359 -37.374 -195.4 2.17285 -127.585 21.3096zM94.2061 152.289c0 0 -18.9033 -14.1318 9.96582 -17.1475
-c37.333 -3.89062 66.8145 -4.20801 117.832 5.71387c0 0 7.05566 -7.22559 18.1514 -11.1768c-104.393 -30.8428 -220.651 -2.4375 -145.948 22.6084zM183.139 235.008c21.2725 -24.7373 -5.58984 -46.9971 -5.58984 -46.9971s54.0166 28.1641 29.209 63.4307
-c-23.1689 32.8887 -40.9375 49.2295 55.251 105.572c0 -0.000976562 -150.979 -38.0869 -78.8711 -122.004zM297.329 67.4404c0 0 12.4717 -10.3789 -13.7363 -18.4082c-49.834 -15.248 -207.421 -19.8525 -251.187 -0.608398
-c-15.7363 6.91504 13.7734 16.5098 23.0557 18.5234c9.68164 2.12012 15.2139 1.72461 15.2139 1.72461c-17.501 12.4521 -113.113 -24.4482 -48.5664 -35.0166c176.035 -28.8252 320.901 12.9785 275.23 33.7842zM112.861 202.813c0 0 -80.1572 -19.2285 -28.3857 -26.21
-c21.8584 -2.95605 65.4355 -2.28809 106.025 1.14746c33.1709 2.82617 66.4805 8.83496 66.4805 8.83496s-11.6973 -5.05859 -20.1602 -10.8955c-81.3975 -21.6201 -238.653 -11.5625 -193.367 10.5537c38.2783 18.6807 69.4082 16.5557 69.4082 16.5557zM256.655 121.651
-c82.7432 43.4258 44.4863 85.1602 17.7832 79.5361c-6.54492 -1.37598 -9.46289 -2.56836 -9.46289 -2.56836s2.42969 3.84473 7.07031 5.50879c52.8281 18.7578 93.4541 -55.3252 -17.0537 -84.667c0 -0.0185547 1.28418 1.15234 1.66406 2.18555zM206.766 448
-c0 0 45.8242 -46.2988 -43.4619 -117.492c-71.5967 -57.1104 -16.3232 -89.6631 -0.0273438 -126.875c-41.793 38.0723 -72.4639 71.6084 -51.8877 102.812c30.1816 45.8018 113.851 68.0078 95.377 141.55zM120.992 3.95215
-c79.4229 -5.13477 201.39 2.84961 204.279 40.8066c0 0 -5.55273 -14.3887 -65.6387 -25.8164c-67.7881 -12.8857 -151.394 -11.3809 -200.986 -3.12305c-0.00390625 0 10.1465 -8.48828 62.3477 -11.874z" />
-    <glyph glyph-name="uniF111" unicode="&#xf111;" 
-d="M-0 -64c2.27539 14.4766 3.86133 29.1201 6.95801 43.4102c11.6777 53.9121 37.0117 101.352 70.3477 144.798c38.0928 49.6592 83.6104 92.0996 130.584 133.177c27.1797 23.8223 54.0986 48.0361 74.6191 78.1084c14.5508 21.1357 25.9668 43.5215 29.4746 69.4326
-c1.86523 13.5625 0 25.4639 -6.39941 43.0742c5.01855 -4.27148 10.2422 -8.35742 15.0547 -12.8721c32.6465 -30.6309 56.2637 -66.5225 64.8633 -111.22c5.22266 -27.124 0.503906 -53.166 -6.80957 -79.3018z" />
-    <glyph glyph-name="uniF179" unicode="&#xf179;" 
-d="M0 435.789h512v-433.229h-512v433.229zM472.617 41.9375l-0.00585938 315.08h-433.229v-315.08h433.234zM227.584 309.698l-14.4697 -56.9648h30.9189l14.3184 56.9648h34.1172l-14.7744 -56.9648h29.3965v-32.7471h-37.4688l-11.2715 -44.627h31.2236v-32.7471h-39.2959
-l-14.3184 -56.8115h-33.6602l14.3174 56.8115h-31.2236l-14.3184 -56.8115h-33.6602l14.3174 56.8115h-31.5283v32.7471h39.6006l11.2715 44.627h-33.3564v32.7471h41.7334l14.3184 56.9648h33.8125zM235.961 219.986h-31.2236l-11.2705 -44.6279h31.2236l11.2705 44.6279z
-M332.021 128.901h40.667v-43.1045h-40.667v43.1045zM332.021 313.2h40.667v-99.7627l-5.02637 -54.374h-30.3096l-5.33105 54.374v99.7637z" />
-    <glyph glyph-name="uniF114" unicode="&#xf114;" 
-d="M313.013 404.19v-55.376c-17.6787 16.46 -36.5693 28.7695 -56.6729 36.916c-19.9355 8.14648 -41.165 12.2168 -63.6992 12.2168c-44.3691 -0.000976562 -78.3398 -13.6064 -101.913 -40.8174c-23.5713 -27.0381 -35.3574 -66.21 -35.3574 -117.507
-c0 -51.1299 11.7852 -90.2969 35.3574 -117.508c23.5713 -27.0371 57.542 -40.5566 101.913 -40.5557c22.5312 -0.000976562 43.7637 4.07227 63.6934 12.2188c20.1045 8.14551 38.9961 20.4512 56.6748 36.917v-54.8564
-c-18.3721 -12.4785 -37.8701 -21.8379 -58.4951 -28.0771c-20.4512 -6.23926 -42.1162 -9.35938 -64.9912 -9.35938c-58.7559 0 -105.031 17.9385 -138.829 53.8154c-33.79 36.0498 -50.6885 85.1885 -50.6885 147.409c0 62.3936 16.8984 111.531 50.6963 147.408
-c33.7969 36.0498 80.0723 54.0742 138.828 54.0752c23.2246 0 45.0625 -3.12012 65.5176 -9.35938c20.625 -6.06641 39.9502 -15.252 57.9756 -27.5576zM249.443 317.314v-67.293h67.293v-20.5381h-67.293v-67.293h-20.2959v67.293h-67.293v20.5381h67.293v67.293h20.2959z
-M444.709 317.314v-67.293h67.293v-20.5381h-67.293v-67.293h-20.2959v67.293h-67.293v20.5381h67.293v67.293h20.2959z" />
-    <glyph glyph-name="uniF144" unicode="&#xf144;" 
-d="M61.9883 310.928l109.63 0.00488281c7.83301 -0.0205078 14.4844 -8.40332 12.7227 -16.0361l-18.7344 -81.2441c-1.32031 -5.71582 -6.89648 -10.1484 -12.7627 -10.1455h-109.635c-7.84668 -0.00390625 -14.5283 8.38965 -12.7637 16.0361l18.7793 81.2393
-c1.32031 5.71582 6.89648 10.1484 12.7637 10.1455zM31.877 180.516l109.635 -0.00195312c7.83301 -0.0205078 14.4834 -8.40332 12.7217 -16.0361l-18.7354 -81.2852c-1.32031 -5.71582 -6.89648 -10.1484 -12.7627 -10.1455h-109.635
-c-7.84668 -0.00390625 -14.5273 8.39062 -12.7627 16.0361l18.7764 81.2852c1.32031 5.71875 6.89648 10.1475 12.7627 10.1475zM321.746 388.449l55.1836 -0.00292969c8.75195 -0.00488281 15.5537 -10.6777 11.8623 -18.6133l-150.993 -323.865
-c-2.08984 -4.49023 -6.91113 -7.56641 -11.8633 -7.56836h-55.2246c-8.77051 -0.00976562 -15.5898 10.7109 -11.8633 18.6523l151.035 323.83c2.08887 4.48926 6.91113 7.56543 11.8633 7.56738zM443.976 388.449l55.1885 -0.00292969
-c8.75195 -0.00488281 15.5537 -10.6777 11.8633 -18.6133l-150.994 -323.865c-2.08887 -4.49023 -6.91113 -7.56641 -11.8633 -7.56836h-55.2236c-8.77637 -0.00976562 -15.5908 10.7109 -11.8633 18.6523l151.029 323.83c2.08887 4.48926 6.91113 7.56543 11.8633 7.56738z
-" />
-    <glyph glyph-name="uniF12D" unicode="&#xf12d;" 
-d="M127.491 432.351h0.119141c17.958 0.765625 36.2012 -5.69629 49.4521 -17.9443l0.0302734 0.0292969c0.078125 -0.0634766 0.130859 -0.144531 0.208008 -0.208984c14.5107 -12.0283 15.4316 -32.6914 9.59863 -48.5576
-c-0.00292969 -0.00878906 0.00292969 -0.0214844 0 -0.0302734c-0.00683594 -0.0205078 -0.0224609 -0.0380859 -0.0302734 -0.0595703c-9.68359 -27.8818 -37.5996 -44.3457 -64.8926 -49.0049l-0.0302734 -0.0302734h-0.0595703
-c-14.1211 -2.01465 -32.9697 -4.04102 -45.6963 8.37695l-0.387695 0.387695l-0.297852 0.476562c-7.68262 12.9258 -10.5225 28.2666 -10.1045 42.9238v0.0302734c0.548828 33.4717 29.9824 60.25 61.9414 63.5811zM128.206 423.855
-c-27.7588 -2.90918 -53.8584 -26.8271 -54.3105 -55.2949v-0.0302734v-0.0292969c-0.379883 -13.1777 2.25684 -26.751 8.67383 -37.8271c9.3125 -8.64551 24.5303 -7.62988 38.0957 -5.69336c24.9336 4.29102 49.8799 19.4287 58.1865 43.4609l0.0292969 0.0292969
-v0.0595703c4.96191 13.4238 3.88086 30.2773 -7.18359 39.2881l-0.0898438 0.0888672l-0.119141 0.119141c-11.4072 10.6445 -27.583 16.4238 -43.252 15.8291h-0.0302734zM256.741 200.857c5.60059 0.302734 11.2373 -0.930664 16.1855 -3.54688
-c0.0195312 -0.0107422 0.0400391 -0.0195312 0.0595703 -0.0302734c0.0390625 -0.0205078 0.0800781 -0.0380859 0.119141 -0.0595703v-0.0292969c7.05273 -3.49316 11.4004 -9.83691 13.3545 -16.6338c1.97266 -6.85938 1.75684 -14.25 0 -20.8359l-0.0595703 -0.178711
-l-0.0302734 -0.149414c-1.20605 -3.40918 -2.19629 -7.87109 -3.99414 -12.2803c-1.79688 -4.41016 -4.64258 -9.00488 -9.71777 -11.6553l-0.297852 -0.149414l-0.328125 -0.119141c-4.92676 -1.6377 -10.6182 -1.69238 -15.8574 0.0292969
-c-5.23926 1.72266 -10.2441 5.63574 -11.8643 11.7744l-0.178711 0.625977c-5.38086 1.44434 -8.88965 5.71484 -10.3438 10.165c-1.45996 4.46875 -1.33789 9.19434 -0.297852 13.3545h-0.0302734c0.0136719 0.0664062 0.0458984 0.141602 0.0595703 0.208984
-c1.1416 5.58789 3.01562 11.9092 6.43945 17.4678c3.46387 5.62402 8.78809 10.5693 16.2158 11.9824l0.297852 0.0302734zM257.516 192.332c-4.52734 -0.953125 -7.72461 -3.78613 -10.3135 -7.98828c-2.64258 -4.29102 -4.37988 -9.86621 -5.39551 -14.9043
-l-0.0292969 -0.119141l-0.0302734 -0.0898438c-0.703125 -2.72461 -0.717773 -6.26074 0.119141 -8.82324c0.837891 -2.5625 2.03125 -4.02734 4.59082 -4.65039l0.0898438 -0.0292969l0.0888672 -0.0302734c0.817383 -0.237305 2.13574 -0.226562 4.05371 -1.66895
-c0.958984 -0.72168 2.02441 -2.16113 2.26562 -3.69629c0.115234 -0.735352 0.0507812 -1.39355 -0.0595703 -2.02734c0.960938 -2.4082 2.96875 -4.0332 5.93164 -5.00781c3.22559 -1.05957 7.27344 -0.994141 10.2246 -0.0888672
-c2.50098 1.43555 4.09961 3.76855 5.45508 7.09473c1.37793 3.37988 2.32812 7.56152 3.72559 11.5947c1.37891 5.16602 1.49512 11.2119 0.0302734 16.3057s-4.2793 9.14551 -9.03223 11.4463l-0.0888672 0.0302734l-0.0595703 0.0595703
-c-3.49609 1.87695 -7.56445 2.75488 -11.5664 2.59277zM53.3271 6.80371c3.91797 -0.0126953 6.30469 -1.92188 7.57129 -2.41406c0.207031 -0.0800781 0.527344 -0.240234 0.71582 -0.357422c8.8252 -5.55664 19.1465 -9.01953 29.3018 -14.249v0.0302734
-c0.0244141 -0.0126953 0.0351562 -0.0478516 0.0595703 -0.0595703c2.14551 -1.07227 3.99121 -2.99805 4.53125 -5.33594c0.544922 -2.36523 -0.176758 -4.47363 -1.13281 -6.05176c-1.89453 -3.12695 -4.68359 -5.14355 -8.1084 -5.99121v-0.0292969
-c-14.0508 -3.66113 -30.9648 -5.89648 -45.458 1.84766c-0.258789 0.134766 -0.646484 0.402344 -0.864258 0.59668c-5.9873 5.43848 -6.15723 13.75 -3.18945 19.9717c2.96777 6.2207 8.83398 11.3447 16.1562 12.0127
-c0.115234 0.0136719 0.301758 0.0273438 0.416992 0.0292969zM53.4463 -1.75098c-3.47461 -0.43457 -7.22949 -3.43945 -9.00195 -7.1543c-1.74316 -3.65332 -1.72461 -7.00195 0.954102 -9.6875c11.2959 -5.72461 25.7324 -4.21875 38.7217 -0.834961
-c0.0244141 0.00878906 0.0644531 0.0224609 0.0888672 0.0302734c0.479492 0.115234 1.7627 1.1123 2.44434 1.81836c-9.06543 4.61816 -19.2295 8.12012 -28.8545 14.04c-0.0517578 0.0195312 -0.0390625 0.00976562 -0.0898438 0.0292969
-c-2.47852 0.970703 -3.81738 1.70898 -4.2627 1.75879zM167.971 447.97l0.015625 0.000976562l0.0146484 -0.000976562c34.5176 0.447266 69.9922 -6.72559 100.037 -24.9199c6.55566 1.21191 14.1182 4.0791 22.208 5.45508
-c0.194336 0.0634766 0.399414 0.0898438 0.595703 0.149414h0.0595703c7.63965 2.31445 16.1533 1.98535 23.668 -0.954102c7.72559 -3.02148 14.5068 -8.98926 17.1396 -17.7061c0.0302734 -0.105469 0.0703125 -0.279297 0.0898438 -0.387695
-c1.79004 -8.60938 -0.796875 -16.583 -4.91895 -23.2207c-3.55176 -5.72168 -8.20996 -10.5049 -12.668 -14.7256c11.9951 -26.9346 12.8174 -57.2627 8.40527 -85.5205v-0.0292969c-0.0107422 -0.0693359 -0.0185547 -0.139648 -0.0292969 -0.208984
-c-3.32617 -34.4004 2.55078 -69.5986 14.6953 -101.975c0.0283203 -0.0605469 0.0615234 -0.119141 0.0898438 -0.179688c0.0136719 -0.0380859 0.015625 -0.0810547 0.0292969 -0.119141c19.791 -42.6875 32.1904 -91.0098 24.8311 -138.699
-c2.81348 -0.818359 5.75098 -1.87598 8.55469 -3.66602c4.125 -2.63281 7.93359 -7.17578 7.89941 -13.2051c-0.00292969 -0.267578 -0.0566406 -0.694336 -0.119141 -0.954102c-1.53027 -6.6748 -6.61621 -10.9336 -11.9238 -13.2051
-c-4.38477 -1.87695 -8.9668 -2.5752 -13.1455 -2.98047c-6.96777 -17.1943 -16.4277 -34.5352 -32.3125 -46.2334l-0.0292969 0.0302734c-20.7725 -15.7227 -47.209 -17.626 -71.0039 -18.1543c-0.0332031 -0.000976562 -0.0869141 -0.000976562 -0.119141 -0.000976562
-c-0.0332031 0 -0.0869141 0 -0.119141 0.000976562c-23.7305 0.918945 -48.2832 -0.753906 -72.7031 3.63672c-40.917 7.28516 -82.0127 17.7676 -119.562 36.8135c-0.0498047 0.0322266 -0.129883 0.0849609 -0.178711 0.120117
-c-25.4473 14.6514 -39.915 42.3848 -45.6064 69.6621c-0.000976562 0.0078125 -0.000976562 0.0214844 -0.000976562 0.0292969c0 0.00878906 0 0.0224609 0.000976562 0.0302734c-10.4189 53.9512 5.94727 106.901 6.88574 158.7
-c-1.4248 28.3955 -3.96484 57.5117 0.357422 86.5645c-3.40918 1.66895 -6.75195 3.66406 -9.62793 6.43848c-0.078125 0.0712891 -0.198242 0.191406 -0.268555 0.268555c-13.1875 15.1738 -9.92285 36.6748 -4.35254 52.8203
-c0.0253906 0.0917969 0.0644531 0.176758 0.0898438 0.268555c6.93066 24.7168 33.0078 39.9053 57.7988 37.0518c24.3408 32.5586 65.7637 48.2979 105.224 49.0049zM168.12 439.475c-38.0439 -0.689453 -77.8311 -16.2715 -99.9482 -47.3652
-c-0.702148 -0.987305 -2.25488 -1.78809 -3.46582 -1.78809c-0.196289 0 -0.513672 0.0263672 -0.707031 0.0585938c-21.2412 3.59668 -45.1895 -9.99414 -50.9434 -31.001c-0.0214844 -0.0742188 -0.0615234 -0.194336 -0.0888672 -0.267578
-c-5.16309 -14.8428 -7.35645 -32.9561 2.59277 -44.5645c2.69238 -2.54785 6.07715 -4.56348 9.77734 -6.08008c1.46191 -0.595703 2.64844 -2.36035 2.64844 -3.93945c0 -0.189453 -0.0244141 -0.494141 -0.0546875 -0.681641
-c-4.78418 -28.7715 -2.13965 -58.4326 -0.65625 -88.1738c0.00195312 -0.0361328 0.00292969 -0.0966797 0.00292969 -0.133789s-0.000976562 -0.0966797 -0.00292969 -0.133789c-0.967773 -53.4404 -16.9639 -105.679 -7.06445 -156.942
-c5.33008 -25.4795 18.8447 -50.8145 41.3145 -63.8496c36.4385 -18.4824 76.6826 -28.8281 117.178 -36.0381h0.0146484h0.015625c22.9648 -4.12988 46.9961 -2.59766 71.2422 -3.51758v0.0292969c23.4756 0.521484 47.8789 2.59473 66.1152 16.4248l0.0292969 0.0292969
-c14.583 10.7402 23.666 27.5176 30.4648 44.832c0.541016 1.40234 2.19727 2.61719 3.69629 2.71289c4.27246 0.283203 9.23926 1.00195 13.0264 2.62305c3.60059 1.54199 5.86426 3.52148 6.7959 6.82617c-0.134766 2.41797 -1.36523 3.97266 -3.875 5.57422
-c-2.67188 1.70508 -6.53613 2.90625 -9.6582 3.57715c-1.84473 0.404297 -3.34277 2.26562 -3.34277 4.1543c0 0.204102 0.0292969 0.533203 0.0644531 0.734375c8.25 46.6514 -3.80371 94.8955 -23.7275 137.775
-c-0.0361328 0.0810547 -0.0898438 0.213867 -0.120117 0.297852c-12.6455 33.5879 -18.8271 70.2285 -15.291 106.327c0.00585938 0.0654297 0.0195312 0.172852 0.0292969 0.238281c4.43555 28.2188 3.39746 58.0957 -8.85254 83.6426
-c-0.222656 0.473633 -0.40332 1.2832 -0.40332 1.80664c0 1.03613 0.621094 2.44336 1.38672 3.1416c4.85547 4.45996 9.93457 9.62305 13.3242 15.083c3.35059 5.39648 5.01758 10.8291 3.8457 16.7822c-1.82129 5.83984 -6.25293 9.87891 -12.0137 12.1318
-c-5.81152 2.27344 -12.8398 2.49805 -18.5996 0.625977c-0.177734 -0.0634766 -0.47168 -0.143555 -0.65625 -0.178711c-7.44336 -1.17871 -15.6699 -4.61523 -24.2344 -5.90234c-0.168945 -0.0244141 -0.445312 -0.0439453 -0.616211 -0.0439453
-c-0.669922 0 -1.67578 0.287109 -2.24512 0.640625c-28.626 17.8066 -63.1396 24.9658 -96.9678 24.5322h-0.0292969zM227.856 -20.083c0.0205078 0.000976562 0.0400391 -0.000976562 0.0595703 0c0.0498047 0.00195312 0.0996094 -0.00195312 0.149414 0
-c3.03613 0.133789 6.06543 0.0332031 9.06152 -0.268555v-0.0292969c5.11719 0.200195 9.73242 -1.6582 13.2646 -4.56152c3.64355 -2.99512 6.27637 -6.96387 7.95898 -11.1182h0.0302734c0.0273438 -0.0693359 0.0615234 -0.139648 0.0888672 -0.208984
-c1.30664 -2.83496 3.12402 -6.71777 3.75586 -11.0889c0.645508 -4.46289 -0.549805 -10.2188 -5.4248 -13.3838l-0.775391 -0.506836l-0.864258 -0.148438c-16.1006 -2.58789 -33.2832 -3.95898 -50.0186 -0.625977
-c-0.224609 0.00976562 -0.433594 0.0693359 -0.65625 0.0888672c-4.59277 0.402344 -8.75098 2.60352 -11.6553 5.99121c-3.04395 3.55176 -4.69727 8.69922 -3.15918 13.832l0.0292969 0.119141l0.0595703 0.119141c2.89941 8.07715 9.16895 13.501 16.1865 16.8115
-c6.99805 3.30176 14.8467 4.69922 21.9092 4.97852zM228.214 -27.5352l0.0302734 -1.04395c-6.18457 -0.239258 -13.0635 -1.53223 -18.6602 -4.17285c-5.52344 -2.60547 -9.70996 -6.3418 -11.7451 -11.8047v-0.0292969
-c-0.633789 -2.15332 -0.0761719 -4.05371 1.43066 -5.8125c1.51562 -1.76758 4.00586 -3.02148 6.29004 -3.12988l0.328125 -0.0302734l0.327148 -0.0595703c15.0088 -3.10156 31.0088 -1.95703 46.5312 0.477539c1.28809 1.08008 1.41113 2.22363 1.07324 4.56055
-c-0.387695 2.6875 -1.86426 6.1582 -3.15918 8.97266l-0.0595703 0.0888672l-0.0302734 0.119141c-1.2041 3.04004 -3.21777 5.96191 -5.57422 7.89941s-4.89551 2.92773 -7.92871 2.68262l-0.387695 -0.0292969l-0.387695 0.0292969
-c-2.6748 0.269531 -5.3623 0.366211 -8.01855 0.238281zM66.4141 301.263c6.05566 0.854492 9.2002 -5.22168 9.53906 -10.373c-9.15137 -1.99316 -18.4307 -3.58496 -27.5137 -5.7832c-4.93555 -1.10547 -4.54199 5.64258 -2.56348 8.28711
-c4.55957 6.0293 13.5205 6.55859 20.5381 7.86914zM293.675 417.277c5.82129 0.112305 12.2881 -2.42188 15.4707 -7.51172c4.15723 -6.98926 -3.08984 -13.6846 -8.58496 -16.9609c-2.9502 -3.66211 -8.82617 -1.91895 -9.36035 2.62305
-c0.694336 3.91309 -6.07715 4.36328 -6.85547 0.924805c-3.06348 -5.74023 -11.29 -1.05371 -11.2383 4.32227c0.193359 10.5078 11.8164 14.958 20.5684 16.6025zM129.846 432.172h0.119141h0.119141c18.5088 0.421875 37.2969 -6.57422 50.4062 -19.9121
-l0.0302734 0.0292969c0.0478516 -0.0439453 0.0712891 -0.103516 0.119141 -0.148438c13.5615 -12.7148 13.248 -33.0957 7.21387 -48.5879c-0.00683594 -0.0175781 0.00683594 -0.0429688 0 -0.0595703h-0.0302734c-10.6396 -27.8672 -39.0576 -43.7441 -66.6816 -47.9619
-h-0.0595703h-0.0595703c-13.7285 -1.70703 -31.9258 -3.32031 -43.9375 8.82324l-0.328125 0.327148l-0.238281 0.417969c-7.49609 12.6445 -10.3867 27.752 -10.165 42.1494v0.0292969c0.188477 34.458 30.5273 62.1133 63.4922 64.8936zM130.472 424.332
-c-28.9795 -2.45898 -56.1309 -27.3125 -56.2783 -57.1133v-0.0292969v-0.0302734c-0.205078 -13.0781 2.47656 -26.6045 8.82324 -37.5586c8.88281 -8.62207 23.7227 -7.92578 36.9326 -6.29004c25.5234 3.89844 51.2725 18.582 60.5713 43.0137v0.0302734
-c5.25293 13.4482 5.17676 30.4375 -5.33594 40.1816l-0.0888672 0.0595703l-0.0605469 0.0595703c-11.3672 11.6377 -28.1533 17.9863 -44.5332 17.6768h-0.0302734zM64.9531 340.392l0.416992 -0.0302734c4.71973 -0.300781 10.0977 -0.981445 15.1426 -2.95117
-c5.0459 -1.96973 9.88867 -5.41797 12.5498 -11.0293v-0.0292969c6.6377 -14.2246 -0.958008 -31.6826 -14.875 -37.8867c-1.85254 -1.27539 -4.0127 -2.26855 -6.70703 -2.41406c-1.52539 -0.0830078 -3.32715 0.134766 -4.94824 1.22168
-c-0.828125 0.555664 -1.51758 1.35059 -2.05664 2.23535c-0.69043 -0.0429688 -1.53418 -0.203125 -2.80176 -0.655273c-1.62402 -0.580078 -3.6416 -1.40918 -5.90234 -1.96777c-0.105469 -0.366211 -0.15918 -0.674805 -0.893555 -1.9668
-c-0.524414 -0.921875 -1.28711 -2.05371 -2.71289 -2.8916c-1.13477 -0.666992 -2.59473 -0.823242 -3.99414 -0.685547v-0.0595703c-0.37207 -0.0078125 -0.708008 0.104492 -1.07324 0.119141c-6.04883 0.241211 -11.2451 3.36426 -14.666 7.7207
-c-3.55957 4.5332 -5.46582 10.3154 -5.2168 16.126c-1.32227 7.91699 6.28906 15.1602 13.9805 12.9668c4.78125 1.19434 8.87891 6.31348 13.3545 11.4463l0.416992 0.476562l0.537109 0.328125c0.361328 0.213867 0.825195 1.13867 1.72852 3.33887
-c0.451172 1.09961 1.01367 2.44238 2.17578 3.75586s3.02539 2.41211 5.09766 2.74219zM65.5195 332.462c-0.0439453 -0.0224609 -0.164062 -0.0341797 -0.239258 -0.119141c-0.145508 -0.165039 -0.452148 -0.661133 -0.804688 -1.52051
-c-0.634766 -1.54688 -1.46191 -4.39453 -4.11328 -6.43848c-4.22656 -4.87305 -9.31543 -12.5439 -18.3916 -14.1289l-1.28223 -0.238281l-1.13281 0.566406c-2.51758 1.23828 -5.2666 -1.71289 -4.62012 -4.29297l0.149414 -0.566406l-0.0302734 -0.595703
-c-0.21875 -3.84082 1.1377 -8.10938 3.54688 -11.1787c2.41016 -3.06836 5.58594 -4.90723 9.39062 -4.8291h0.178711c0.250977 0.669922 0.456055 1.88184 2.08594 3.75586l1.01367 1.16309l1.52051 0.149414c1.28711 0.133789 3.57129 1.1084 6.22949 2.05664
-s6.16602 1.9707 9.80762 0.357422l1.87793 -0.834961l0.357422 -1.87793c0.722656 0.0488281 2.43848 0.749023 3.12988 1.28223l0.357422 0.268555l0.417969 0.208008c9.7168 4.33203 15.5049 17.6641 10.999 27.3643
-c-0.00390625 0.00878906 0.00390625 0.0214844 0 0.0302734c-1.65137 3.46289 -4.4873 5.58105 -8.28711 7.06445c-3.62695 1.41602 -8.01465 2.05664 -12.1611 2.35449zM76.9062 302.772l1.04297 -3.33789c2 -6.45508 2.29785 -13.4961 0.447266 -20.1807
-c-0.00878906 -0.0302734 -0.0214844 -0.0585938 -0.0302734 -0.0888672c-0.0410156 -0.147461 -0.0458984 -0.300781 -0.0888672 -0.447266h-0.0302734c-2.07812 -11.4111 -14.2568 -18.9971 -25.3369 -14.875
-c-0.0400391 0.0146484 -0.0800781 0.0146484 -0.119141 0.0302734v0.0292969c-6.26074 2.20215 -9.82129 7.54297 -11.2383 12.9668c-1.42578 5.46289 -1.12793 11.2197 -0.327148 16.0078l0.446289 2.62305l2.59375 0.566406
-c9.11914 1.96289 18.2695 3.85156 27.3945 5.72266l0.0292969 0.0302734h0.0302734l0.804688 0.148438l0.953125 0.178711zM71.2422 293.682c-7.50586 -1.54297 -14.9893 -3.08008 -22.4756 -4.68066c-0.345703 -3.42578 -0.40918 -7.08105 0.387695 -10.1348
-c0.998047 -3.82324 2.7041 -6.36328 6.31934 -7.60059l0.0595703 -0.0302734l0.0595703 -0.0292969c6.33984 -2.4082 14.0293 2.44531 15.0537 9.20996l0.0292969 0.268555l0.0898438 0.268555c1.20215 4.07031 1.27441 8.45801 0.476562 12.7285zM24.5635 372.625
-c2.52051 0.234375 5.04785 -0.792969 6.7959 -2.59375c6.24805 -8.96191 2.0127 -20.8662 -0.787109 -30.3682c-0.863281 -8.03418 -10.0469 -14.9531 -17.7539 -10.9463c-6.98828 4.30273 -4.7041 14.2227 -3.33789 20.8955
-c-0.21582 2.75684 2.15723 3.33984 1.40039 5.72363c2.48047 6.74316 5.37598 16.0107 13.6826 17.2891zM104.479 406.249c3.41016 0.256836 6.77441 -1.45898 9.00293 -3.96484c8.98926 -10.4639 4.4668 -26.2188 -3.21973 -36.1279
-c-5.56836 -9.83301 -21.7363 -12.3926 -28.5264 -2.68262c-8.55957 16.7051 3.30957 41.4434 22.7432 42.7754zM49.3936 341.713c2.99121 0.121094 5.9873 -0.0947266 8.92676 -0.582031c5.6084 -0.587891 14.3633 -3.16113 13.3701 -10.3877
-c-6.21777 -11.291 -15.3047 -21.958 -27.2744 -27.3936c-6.83789 -4.16504 -14.9209 2.77539 -14.875 9.95605c-2.50684 12.5635 5.80957 28.6689 19.8525 28.4072z" />
-    <glyph glyph-name="uniF161" unicode="&#xf161;" 
-d="M320.44 447.933l-0.0351562 0.00195312c10.2705 0.302734 18.9189 -0.298828 29.2559 -4.53906c10.8848 -3.70508 17.8486 -11.7451 25.3184 -19.0645c7.93066 -10.2646 12.5029 -24.2725 17.8428 -36.1318c3.70703 -9.95898 7.75195 -16.5684 14.5254 -23.2402
-c4.35254 -4.28516 10.1377 -11.2891 14.1113 -17.0645c11.5195 -25.7695 23.1016 -44.959 43.1816 -66.8213c10.7197 -10.2207 12.8652 -15.3018 12.8652 -28.8682c3.05273 -20.8887 2.82715 -36.5381 -2.69727 -57.7383
-c-0.666016 -1.54297 -4.49219 -7.09375 -8.50781 -12.3467c-5.92383 -7.75 -7.64355 -9.60449 -9.33691 -10.3496c-1.36621 -0.600586 -2.56738 -0.936523 -3.52734 -0.725586c-2.21191 0.485352 -5.04395 3.19922 -5.81055 5.62793
-c-0.960938 3.0459 0.349609 7.24121 4.15039 13.0723c6.40234 9.41211 9.79883 20.3252 7.67676 31.2295c-1.6377 7.89746 -0.980469 16.0381 -2.28223 23.9658c-2.12695 8.5498 -5.21973 13.2539 -8.50781 13.2539c-3.58691 0 -6.31543 -5.4707 -10.7891 -20.6973
-l-2.90527 -28.1426c-0.236328 -23.0205 0.475586 -40.9834 1.86719 -45.9355c1.40039 -4.98047 1.4043 -20.5869 0 -27.2344c-1.29688 -6.13965 -0.932617 -8.76855 1.86719 -14.5244c2.83105 -5.82031 3.74023 -9.7793 3.32031 -16.5225
-c-0.361328 -5.80176 -1.12793 -8.30469 -3.73535 -13.9805c-2.90625 -6.33008 -3.4082 -8.78027 -3.94238 -18.5195c-0.27832 -5.07031 -0.992188 -10.5244 -1.45215 -12.1641c-2.64746 -9.44336 -2.25293 -11.667 2.90527 -25.6006
-c3.24316 -8.7627 5.1748 -16.999 4.35742 -18.1572c-0.30957 -4.69922 1.1582 -9.48633 0.415039 -14.1611c-5.98926 1.06836 -16.4219 2.93164 -34.0303 5.44629c0.178711 0.376953 0.209961 0.701172 0.415039 1.08887c3.37891 6.38086 4.02441 7.93262 4.98047 14.3438
-c0.992188 6.65625 2.16113 10.4883 7.26172 23.6035c3.47852 8.94238 3.60449 9.66992 3.94336 15.251c0.579102 9.5459 -0.0888672 23.7373 -1.45312 28.6875c-1.79395 6.51367 -2.27734 11.5898 -2.28223 24.3291
-c-0.00292969 8.64746 -0.180664 12.8008 -0.830078 15.7959c-1.22656 5.65918 -5.21973 14.9287 -9.95996 23.2402c-4.99512 8.75879 -6.54492 11.8994 -8.71484 18.8818c-3.55859 9.80469 -9.27051 18.5957 -10.9971 28.8691
-c-1.50977 10.4668 -4.62793 15.4326 -9.75293 15.4326c-3.82129 0 -5.91602 -2.29004 -10.375 -10.3486c-7.79785 -12.0156 -13.4658 -23.0527 -14.9395 -37.0391c-1.7793 -11.6621 -2.55664 -23.082 -2.49023 -34.8604v-16.5215l-1.66016 -2.90527
-c-1.00098 -1.61426 -3.94922 -5.01465 -6.63965 -7.44434c-3.35938 -3.0332 -5.56836 -5.48633 -7.05469 -7.98828c-3.96777 -6.67578 -6.53223 -10.252 -11.4131 -15.9775c-5.44824 -6.3916 -10.1855 -13.9141 -11.2051 -18.1562
-c-0.835938 -3.48145 -0.19043 -7.08496 1.86816 -9.80469c0.774414 -1.02344 3.29297 -3.2168 5.60156 -4.90137c6.83887 -4.99121 9.12695 -8.27051 10.79 -16.7041c0.725586 -3.67676 0.745117 -5.13477 0.207031 -8.35156
-c-0.78125 -4.67773 -2.11719 -7.98047 -4.14941 -10.168c-5.49316 0.407227 -10.9951 0.773438 -16.6006 1.08984c-1.49414 1.3291 -3.01465 3.02344 -4.56445 5.08301c-3.2002 4.25195 -5.58984 6.56152 -7.67773 6.71875
-c-2.08887 0.15625 -3.70801 -1.77441 -5.81055 -5.62891c-1.14941 -2.10742 -2.55371 -3.75098 -4.14941 -5.08398c-13.8574 0.410156 -27.668 0.486328 -41.292 0.363281c-0.162109 0.519531 -0.132812 1.01855 0 1.63477
-c0.585938 2.73535 3.49512 4.87598 11.2051 8.16992c5.60059 2.39355 7.54297 3.54199 10.375 5.99121c5.52246 4.77637 9.34961 12.041 9.33691 17.793c-0.941406 7.87305 -8.44922 13.8877 -13.6943 19.9727c-4.94043 5.7832 -13.1309 12.7305 -20.3359 17.248
-c-7.4375 4.66406 -14.4551 9.92578 -16.8066 12.709c-1.06055 1.25586 -2.42676 3.76074 -3.1123 5.62891c-1.14941 3.12793 -1.25195 4.2041 -1.24512 14.707c0.00585938 13.0771 0.139648 13.7666 5.1875 21.6055c3.95996 6.14941 5.50879 10.5684 6.22461 18.3379
-c0.327148 3.5459 1.29883 8.86621 2.0752 11.8018c1.7334 6.55176 1.49902 9.54883 -0.62207 11.9834c-2.26367 2.5957 -5.54297 3.4668 -12.8652 3.44922c-1.73828 -0.00390625 -3.27637 0.121094 -4.56543 0c-3.86621 -0.363281 -5.92188 -1.49023 -8.2998 -3.63086
-c-4.22461 -3.80469 -6.21875 -9.32324 -6.84766 -19.9727c-0.538086 -9.13184 -1.01367 -10.665 -6.63965 -20.6973c-4.13867 -7.38086 -5.125 -10.7285 -7.2627 -21.9697c-1.07617 -5.66016 -1.35449 -7.85059 -1.24512 -18.5195
-c0.121094 -11.7314 0.0839844 -12.5107 -1.24414 -16.5215c-0.759766 -2.29492 -3.00195 -7.1875 -4.98047 -10.8945c-4.35059 -8.14844 -5.06836 -10.4814 -5.81055 -18.5195c-0.31543 -3.41992 -1.09082 -8.89062 -1.86719 -12.1641
-c-0.857422 -3.61816 -1.57129 -8.86523 -1.86719 -13.4365c-0.302734 -4.67969 -1.46973 -11.3164 -2.90527 -17.6113c-11.3848 -0.691406 -19.3545 -1.04883 -24.4844 -1.45215l-0.62207 0.180664c3.08105 5.2041 7.3125 11.6045 8.71484 14.3438
-c2.59766 5.07422 6.37988 17.0508 7.46973 23.6035c2.5752 15.4834 2.83496 19.5352 1.66016 24.5107c-0.34668 1.4668 -0.787109 8.63867 -1.03809 15.9775c-0.371094 10.8691 -0.530273 14.2246 -1.45215 17.4297c-1.41309 4.91504 -2.49121 10.8604 -2.49023 15.6143
-c0.000976562 5.81445 -0.973633 16.2178 -2.28223 23.0586c-1.7666 9.23438 -1.78418 25.667 0 34.3154c1.46191 7.08789 1.10645 10.0439 -1.45215 13.2539c-3.75 4.7041 -7.7793 5.20801 -17.8447 2.36035c-28.9961 -7.74902 -59.1562 12.0713 -76.1504 31.0469
-c-11.2881 16.4814 -27.5664 26.9424 -29.2568 46.6621c-1.28027 16.0898 -3.67188 29.6768 -2.90527 46.1172c-0.626953 15.0293 10.1484 25.4326 14.1094 40.4883c-2.51465 14.2139 -22.3789 10.6406 -34.0293 15.4326c-5.77734 2.74023 -8.67969 7.79199 -7.46973 12.8906
-c1.4502 6.11328 8.0332 14.6357 13.4873 17.4316c11.4023 4.64355 24.3643 2.83398 36.5205 5.44727c10.1777 2.28613 14.3203 3.96484 20.541 8.89648c9.29297 7.36719 11.6426 8.51074 19.9219 8.53418c37.0332 -2.12988 49.8945 -38.5947 53.335 -65.9053
-c1.38965 -20.7402 -8.56836 -38.3701 -14.1094 -57.917c-2.30371 -8.07812 4.84766 -19.6357 13.9023 -11.2568c5.87402 16.0137 6.90039 28.3223 18.6748 42.4854c11.6504 13.6318 21.333 21.7852 33.1992 27.9609c9.55762 5.49805 19.0684 11.7754 26.5605 19.4277
-c4.00098 4.9541 11.7246 15.877 13.4873 19.2451c7.03516 15.1982 23.4189 25.1973 40.4629 31.0469c11.0137 3.39941 21.7139 8.07031 33.1982 10.168c3.88086 0.178711 7.57227 0.443359 10.998 0.543945zM308.993 196.107l0.00585938 -0.00683594
-c-0.818359 0.0458984 -1.58984 -0.224609 -2.69824 -0.726562c-2.31543 -1.04785 -3.59473 -3.3623 -6.43164 -12.709c-3.07031 -10.1123 -4.28711 -13.0771 -6.84766 -16.3408c-7.15039 -9.1123 -7.18848 -9.2627 -8.92285 -18.1562
-c-1.91309 -9.81348 -2.11719 -10.1611 -9.75195 -17.0664c-3.68848 -3.33691 -8.6875 -7.6709 -10.998 -9.62305c-5.28906 -4.46973 -7.26562 -7.97852 -7.26172 -12.71c0 -3.61914 0.639648 -5.31934 5.81152 -13.4346c4.54102 -7.14258 6.2207 -9.09277 10.1631 -12.7129
-c3.69141 -3.37891 11.3506 -8.57617 15.5596 -10.5215c3.05957 -1.41895 6.14746 -1.6123 8.50684 -0.544922c2.40527 1.08789 4.81348 3.86426 7.05566 7.98926c1.12598 2.07324 3.93457 6.53125 6.22461 9.98633c7.50293 11.3193 9.45117 16.6523 10.167 28.6865
-c0.254883 4.27051 0.650391 10.1982 1.03809 13.0723c0.75293 5.58203 0.337891 10.7461 -2.2832 27.2344c-0.59375 3.73633 -1.54688 12.4658 -2.28223 19.4277c-1.40918 13.3379 -2.0166 15.3125 -4.56543 17.0664c-0.902344 0.621094 -1.67188 1.04297 -2.48926 1.08984z
-" />
-    <glyph glyph-name="uniF13A" unicode="&#xf13a;" 
-d="M112.639 -63.5068v159.456l79.7119 -79.7129zM381.119 347.143h-84.0703c30.3486 36.9775 57.6895 100.391 57.6895 100.391h86.9443s-14.874 -41.3359 -60.5664 -100.397zM335.999 -64v280.038s18.1895 66.9766 -224.377 -27.4473
-c-0.435547 -1.17773 -0.435547 258.944 -0.435547 258.944l79.251 0.464844v-166.655s221.965 87.4111 221.965 -66.292v-279.053h-76.3965h-0.00683594z" />
-    <glyph glyph-name="uniF158" unicode="&#xf158;" 
-d="M37.6465 447.73l0.00195312 -0.00195312c1.31445 0.149414 3.45312 0.269531 4.77539 0.269531c23.4131 0 42.4141 -19.001 42.4141 -42.4141c0 -0.21875 -0.00292969 -0.574219 -0.00683594 -0.792969v-220.534l250.746 250.747
-c6.87793 6.97949 20.4121 12.6436 30.2109 12.6436c23.4121 0 42.4141 -19.002 42.4141 -42.4141l-0.00292969 -0.444336v-323.374l0.00585938 -0.65918c0 -23.4121 -19.002 -42.4141 -42.4141 -42.4141c-23.4131 0 -42.4141 19.002 -42.4141 42.4141l0.00488281 0.65918
-v221.594l-251.279 -251.279c-6.82715 -6.69043 -20.126 -12.1201 -29.6855 -12.1201c-23.0791 0 -42.0791 18.7295 -42.4092 41.8066v323.374c-0.00390625 0.219727 -0.0078125 0.575195 -0.0078125 0.794922c0 20.9131 16.8652 39.7939 37.6465 42.1455z" />
-    <glyph glyph-name="uniF187" unicode="&#xf187;" 
-d="M255.519 442.348v0c64.0205 -0.107422 130.529 -25.4365 186.896 -82.9746c-36.9307 -9.375 -40.7705 -33.0137 -32.5322 -61.3125c14.8115 -42.1836 26.5469 -85.207 14.0801 -129.971l-38.0674 -106.788l-69.6377 182.922
-c-12.8662 41.293 11.4082 35.042 31.5703 36.2246v13.2559l-172.181 0.418945l-0.542969 -11.832c38.6416 1.74609 38.8408 -16.7471 48.2871 -33.4131l26.0049 -62.2236l-56.6426 -132.781l-77.0664 193.142c-5.12012 19.9219 -8.2998 38.6963 27.8477 34.3447v12.8408
-l-117.396 0.282227c41.7539 90.7207 132.726 148.034 229.381 147.865zM489.692 273.475v0c12.5693 -62.3057 15.2217 -119.229 -10.5166 -180.68c-38.6768 -73.877 -70.2871 -83.5947 -101.115 -110.295zM14.3203 268.759v0l118.19 -288.891
-c-38.6973 26.3525 -65.9561 40.5039 -101.115 107.688c-26.9717 70.1445 -27.9707 95.3037 -17.0752 181.202zM259.876 159.765v0l74.8643 -195.656c-47.5645 -18.4365 -99.5225 -20.5107 -157.588 -3.93652z" />
-    <glyph glyph-name="uniF13E" unicode="&#xf13e;" 
-d="M187.781 444.821c19.1162 0 34.6709 -15.5547 34.6709 -34.6758v-372.909c0 -19.1211 -15.5547 -34.6768 -34.6709 -34.6768h-149.341c-19.1211 0 -34.6768 15.5557 -34.6768 34.6768v268.386h-1.47168c-1.2627 0 -2.29199 1.02832 -2.29199 2.29199v11.7656
-c0 1.26855 1.0293 2.29785 2.29199 2.29785h1.47168v18.7891h-1.47168c-1.2627 0 -2.29199 1.0293 -2.29199 2.29785v11.7656c0 1.26367 1.0293 2.29199 2.29199 2.29199h1.47168v18.8203h-1.47168c-1.2627 0 -2.29199 1.0293 -2.29199 2.29199v17.624
-c0 1.26758 1.0293 2.29688 2.29199 2.29688h1.47168v11.9902c0 19.1211 15.5557 34.6758 34.6768 34.6758h103.953v0.886719c0 1.2627 1.03418 2.29199 2.29688 2.29199h35.1963c1.2627 0 2.27148 -1.0293 2.27148 -2.29199v-0.886719h5.62305zM95.7266 410.665
-c-2.39844 0 -4.34961 -1.69629 -4.34961 -3.78418c0 -2.08887 1.95117 -3.78516 4.34961 -3.78516h31.8242c2.37402 0 4.34961 1.69629 4.34961 3.78516c0 2.08789 -1.95605 3.78418 -4.34961 3.78418h-31.8242zM79.1777 410.543
-c-2.0166 0 -3.66211 -1.64062 -3.66211 -3.66211c0 -2.02246 1.64062 -3.66309 3.66211 -3.66309c2.02246 0 3.66211 1.64062 3.66211 3.66309c0 2.02148 -1.64453 3.66211 -3.66211 3.66211zM111.649 22.5771c11.8574 0 21.4785 9.62207 21.4785 21.4795
-c0 11.8623 -9.62109 21.4795 -21.4785 21.4795c-11.8633 0 -21.4795 -9.61719 -21.4795 -21.4795c0 -11.8574 9.61621 -21.4795 21.4795 -21.4795zM209.275 83.1133v292.88h-195.253v-292.88h195.253zM116.279 52.6338c2.0625 0 3.74805 -1.67578 3.74316 -3.71289v-9.58105
-c0 -2.05273 -1.68066 -3.71289 -3.74316 -3.71289h-9.44336c-2.05762 0 -3.72363 1.66016 -3.72363 3.71289v9.58105c0 2.04199 1.66602 3.71289 3.72363 3.71289h9.44336z" />
-    <glyph glyph-name="uniF112" unicode="&#xf112;" 
-d="M260.35 436.815c136.326 0 246.68 -110.478 246.68 -246.68s-110.354 -246.68 -246.68 -246.68c-136.202 0 -246.68 110.478 -246.68 246.68s110.478 246.68 246.68 246.68zM260.35 -16.1553c113.709 0 206.167 92.582 206.167 206.291s-92.458 206.167 -206.167 206.167
-s-206.167 -92.458 -206.167 -206.167s92.458 -206.291 206.167 -206.291zM412.831 238.229c0.124023 -0.49707 0.124023 -1.11914 0.373047 -1.74023v-92.9551c0 -0.621094 0 -1.11816 -0.124023 -1.74023c0 -0.248047 -0.125 -0.49707 -0.125 -0.621094
-c-0.124023 -0.373047 -0.124023 -0.746094 -0.248047 -1.11816c-0.125 -0.249023 -0.125 -0.373047 -0.249023 -0.62207c-0.124023 -0.37207 -0.248047 -0.621094 -0.373047 -0.994141c0 -0.248047 -0.124023 -0.37207 -0.248047 -0.621094
-c-0.249023 -0.248047 -0.373047 -0.621094 -0.49707 -0.870117c-0.124023 -0.248047 -0.249023 -0.37207 -0.373047 -0.621094c-0.124023 -0.248047 -0.248047 -0.49707 -0.49707 -0.745117c-0.248047 -0.249023 -0.373047 -0.49707 -0.49707 -0.62207
-c-0.124023 -0.248047 -0.373047 -0.49707 -0.621094 -0.745117l-0.49707 -0.49707c-0.249023 -0.249023 -0.49707 -0.373047 -0.746094 -0.62207c-0.248047 -0.248047 -0.37207 -0.37207 -0.621094 -0.49707c-0.124023 0 -0.124023 -0.124023 -0.248047 -0.124023
-l-139.434 -92.9551c-2.23633 -1.49121 -4.84668 -2.2373 -7.33203 -2.2373c-2.60938 0 -5.09473 0.746094 -7.33203 2.2373l-139.433 92.9551c-0.125 0 -0.125 0.124023 -0.249023 0.124023c-0.248047 0.249023 -0.373047 0.373047 -0.621094 0.49707
-c-0.249023 0.249023 -0.49707 0.373047 -0.746094 0.62207l-0.49707 0.49707c-0.248047 0.248047 -0.37207 0.49707 -0.621094 0.745117c-0.248047 0.249023 -0.373047 0.373047 -0.49707 0.62207c-0.124023 0.248047 -0.373047 0.49707 -0.49707 0.745117
-c-0.124023 0.249023 -0.248047 0.373047 -0.373047 0.621094c-0.248047 0.249023 -0.37207 0.62207 -0.49707 0.870117c0 0.249023 -0.124023 0.373047 -0.248047 0.621094c-0.124023 0.373047 -0.249023 0.62207 -0.373047 0.994141
-c-0.124023 0.249023 -0.248047 0.373047 -0.248047 0.62207c-0.125 0.37207 -0.125 0.745117 -0.249023 1.11816c0 0.248047 -0.124023 0.49707 -0.124023 0.621094c-0.124023 0.62207 -0.124023 1.11914 -0.124023 1.74023v92.8311c0 0.621094 0 1.11816 0.124023 1.73926
-c0 0.249023 0.124023 0.373047 0.124023 0.62207c0.124023 0.37207 0.124023 0.745117 0.249023 1.11816c0.124023 0.248047 0.124023 0.373047 0.248047 0.621094c0.124023 0.373047 0.249023 0.621094 0.373047 0.994141c0 0.249023 0.124023 0.373047 0.248047 0.62207
-c0.249023 0.248047 0.373047 0.621094 0.49707 0.869141c0.125 0.249023 0.249023 0.373047 0.373047 0.62207c0.124023 0.248047 0.249023 0.49707 0.49707 0.745117c0.249023 0.249023 0.373047 0.49707 0.49707 0.621094
-c0.124023 0.249023 0.373047 0.49707 0.621094 0.746094c0.125 0.124023 0.373047 0.373047 0.49707 0.49707c0.249023 0.248047 0.49707 0.373047 0.746094 0.621094c0.248047 0.249023 0.373047 0.373047 0.621094 0.49707
-c0.124023 0 0.124023 0.124023 0.249023 0.124023l139.433 92.9561c4.34961 2.98242 10.1904 2.98242 14.54 0l139.309 -92.8311c0.124023 0 0.124023 -0.125 0.249023 -0.125c0.248047 -0.248047 0.37207 -0.37207 0.621094 -0.49707
-c0.248047 -0.248047 0.49707 -0.37207 0.745117 -0.621094c0.125 -0.124023 0.373047 -0.373047 0.49707 -0.49707c0.249023 -0.248047 0.373047 -0.49707 0.62207 -0.745117c0.248047 -0.249023 0.37207 -0.373047 0.49707 -0.62207
-c0.124023 -0.248047 0.37207 -0.49707 0.49707 -0.745117c0.124023 -0.249023 0.248047 -0.373047 0.37207 -0.621094c0.249023 -0.249023 0.373047 -0.62207 0.49707 -0.870117c0 -0.249023 0.125 -0.373047 0.249023 -0.62207
-c0.124023 -0.37207 0.248047 -0.621094 0.373047 -0.994141c0.124023 -0.248047 0.248047 -0.37207 0.248047 -0.621094c0.124023 -0.373047 0.124023 -0.745117 0.249023 -1.11816c0 -0.249023 0.124023 -0.373047 0.124023 -0.621094zM273.522 304.963h0.124023v-61.1416
-l56.792 -38.0273l45.8564 30.6953zM247.301 304.963l-102.648 -68.4736l45.8564 -30.6953l56.792 38.0273v61.1416zM134.089 212.008v-43.9922l32.8086 21.9961zM247.301 75.1846h-0.124023v61.1416l-56.792 38.0273l-45.8564 -30.6953zM260.35 159.068l46.3535 31.0674
-l-46.3535 31.0684l-46.3535 -31.0684zM273.522 75.1846l102.648 68.4736l-45.8564 30.6953l-56.792 -38.0273v-61.1416zM386.734 168.14v43.9922l-32.8086 -21.9961z" />
-    <glyph glyph-name="uniF17B" unicode="&#xf17b;" 
-d="M0 435.789h512v-433.229h-512v433.229zM472.617 41.9375l-0.00585938 315.08h-433.229v-315.08h433.234zM215.05 166.257h135.619v-39.8086h-135.619v39.8086zM79.4678 166.262l-0.03125 42.8184l81.7773 32.4814l-81.7773 32.4766l0.03125 42.8232l135.511 -53.8369
-v-0.112305l0.0712891 0.0302734v-42.7617l-0.0712891 0.0302734v-0.112305z" />
-    <glyph glyph-name="uniF155" unicode="&#xf155;" 
-d="M28.96 448.16l-0.00585938 0.00878906c19.29 -0.34668 42.7412 -14.2227 54.5586 -22.2402c4.75098 -3.22266 9.97852 -9.88867 15.043 -12.1602c8.29395 -0.539062 16.6699 -1.06152 24.96 -1.60059c15.4521 -3.93359 29.9365 -6.93359 42.0811 -14.5596
-c57.0723 -35.8555 93.9316 -72.3613 128.164 -132.803c7.12988 -12.5957 10.9199 -26.4395 16.6396 -40.4795c8.38281 -20.5889 17.7363 -41.8701 27.2002 -61.4404c4.5166 -9.3418 7.74219 -19.5 13.5996 -27.5205c2.47852 -3.3877 9.04883 -4.52637 12.7998 -6.55957
-c11.1494 -6.04395 24.0381 -10.627 34.5596 -17.7598c18.9736 -12.8604 37.3623 -28.2422 54.2422 -43.6797c6.45117 -5.90137 10.7217 -14.5986 16.6396 -21.1201v-3.2002c-5.28027 -1.61621 -10.5645 -3.18066 -15.8408 -4.7998
-c-11.7041 -3.24609 -21.7852 -2.49609 -33.1201 -5.75977c-6.74707 -1.94141 -15.4082 -4.7168 -22.7197 -5.60059c0.254883 -0.270508 0.547852 -0.529297 0.799805 -0.799805c4.30273 -12.8877 27.4502 -23.7305 37.7598 -31.6807
-c12.9297 -9.96582 25.1387 -21.8604 34.7197 -35.5195l9.60059 -10.5625c2.22754 -3.46094 3.01562 -8.04395 5.44238 -11.3613v-0.799805c-2.6875 1.02148 -32.1846 3.37891 -65.9199 14.2393c-24.6523 7.93555 -71.1611 23.3125 -72.6426 24.4795
-c-121.463 43.8262 -111.906 48.3398 -129.121 59.1982c-9.73926 6.42578 -16.3281 14.7676 -24.1602 21.1191c-15.1035 12.25 -32.8389 30.3096 -42.8799 47.6807c-4.52344 9.71289 -9.07617 19.5654 -13.6006 29.2803v0.799805
-c-1.88672 -2.70508 -1.27539 -5.71973 -2.23926 -9.75977c-4.26172 -17.8174 -0.943359 -37.9619 -15.8408 -44.4805c-17.0303 -7.45508 -29.46 11.8965 -34.7197 20.9609c-17.1377 29.5264 -21.541 79.1416 -9.75977 119.04
-c2.61719 8.8623 2.86621 19.7246 7.52051 26.7197c-0.751953 6.28418 -5.54297 8.0918 -8.32031 12.1602c-4.53027 6.63281 -8.41602 14.3457 -12 21.7598c-7.08984 14.6572 -11.7988 31.9834 -17.2803 47.8408c-2.22559 6.43848 -2.67676 12.4766 -5.2793 18.5596
-c-3.95605 9.25684 -11.1025 18.4883 -16.6396 26.7207c-7.88965 11.7324 -29.9629 34.4434 -21.1201 57.5996c5.25195 13.7568 15.3066 18.2881 26.8799 18.0801zM112.952 392.166l0.00488281 0.00390625c-0.777344 -0.0175781 -1.69043 -0.0898438 -2.56055 -0.320312
-c-11.3389 2.09375 -23.3457 -9.67969 -12.4795 -16.7998c9.70215 -9.78418 14.1211 -23.2344 19.6758 -36.0039c15.6348 8.87891 22.9512 32.0879 8.63965 45.2803c-4.43848 3.35352 -7.83691 7.95996 -13.2803 7.83984z" />
-    <glyph glyph-name="uniF101" unicode="&#xf101;" 
-d="M384.021 413.723l127.979 -221.723l-127.979 -221.723h-256.043l-127.979 221.723l127.979 221.723h256.043zM147.162 152.598c12.1582 -8.51465 25.2129 -14.7646 38.8418 -15.0566v53.9395zM299.768 142.024c10.4824 -7.89941 32.0049 -6.68945 55.8623 10.4121
-c-49.4668 47.4854 -97.1221 95.3838 -143.036 143.679l-145.119 -143.479c18.4004 -13.3857 41.8018 -20.2793 55.8203 -10.4082l88.9375 87.9746c33.208 -33.0361 63.7881 -63.6963 87.5352 -88.1777zM384.582 142.024c12.4805 -9.39941 35.293 -4.33691 55.8623 10.4121
-c-41.7021 40.749 -84.0576 83.4941 -127.164 126.926l-40.4297 -40.4395l33.2979 -32.9355l7.11523 7.11523z" />
-    <glyph glyph-name="uniF186" unicode="&#xf186;" 
-d="M480.281 258.56c-8.12012 0 -16.2354 3.09766 -22.4307 9.28809c-111.309 111.309 -292.408 111.299 -403.707 0c-12.3896 -12.3848 -32.4658 -12.3848 -44.8555 0c-12.3857 12.3857 -12.3857 32.4707 0 44.8564c136.033 136.028 357.381 136.033 493.419 0
-c12.3857 -12.3857 12.3857 -32.4707 0 -44.8564c-6.18945 -6.19043 -14.3047 -9.28809 -22.4258 -9.28809zM99.0059 191.273c-8.11523 0 -16.2305 3.09668 -22.4258 9.28711c-12.3857 12.3857 -12.3857 32.4707 0 44.8564c47.9229 47.9287 111.646 74.3223 179.42 74.3223
-c67.7783 0 131.502 -26.3994 179.425 -74.3223c12.3857 -12.3857 12.3857 -32.4707 0 -44.8564c-12.3896 -12.3906 -32.4658 -12.3799 -44.8555 0c-35.9482 35.9473 -83.7383 55.7412 -134.569 55.7412s-98.6211 -19.7939 -134.563 -55.7412
-c-6.19531 -6.19043 -14.3154 -9.28711 -22.4307 -9.28711zM345.713 123.986c-8.12012 0 -16.2354 3.09766 -22.4307 9.28711c-37.0996 37.1045 -97.4648 37.1045 -134.564 0c-12.3896 -12.3799 -32.4658 -12.3799 -44.8564 0c-12.3848 12.3857 -12.3848 32.4707 0 44.8564
-c61.8398 61.834 162.442 61.834 224.282 0c12.3848 -12.3848 12.3848 -32.4707 0 -44.8564c-6.2002 -6.18945 -14.3154 -9.28711 -22.4307 -9.28711zM256 2.55957c-16.9424 0 -32.8701 6.60059 -44.8564 18.5762c-24.7344 24.7393 -24.7344 64.9775 -0.00488281 89.7119
-c11.9805 11.9814 27.9141 18.5811 44.8613 18.5811s32.876 -6.59961 44.8564 -18.5752c24.7295 -24.7402 24.7295 -64.9785 0 -89.7129c-11.9863 -11.9805 -27.9141 -18.5811 -44.8564 -18.5811z" />
-    <glyph glyph-name="uniF135" unicode="&#xf135;" 
-d="M167.482 -107.144c-7.39258 2.67676 -16.3545 6.77539 -19.915 9.1084c-3.55957 2.33203 -13.1748 6.23145 -21.3662 8.66504c-22.0566 6.55273 -42.1719 20.6357 -53.1318 37.1973c-6.05078 9.14551 -15.123 17.7012 -24.0615 22.6914
-c-7.89062 4.40527 -17.835 12.582 -22.0967 18.1699c-10.4873 13.749 -18.1436 44.5518 -15.5225 62.4473c2.37402 16.2109 11.9805 39.6904 16.2383 39.6904c1.61035 0 5.80762 -5.94922 9.32812 -13.2207c3.51953 -7.27148 9.03906 -15.6094 12.2646 -18.5283
-c9.80957 -8.87793 14.0654 -3.9873 16.1992 18.6123c4.59766 48.6865 0.456055 66.3506 -18.3232 78.1553c-5.34961 3.3623 -15.9727 10.0098 -23.6074 14.7725c-17.4473 10.8828 -23.4883 20.0225 -23.4883 35.5361c0 9.97266 2.0293 14.2939 11.0508 23.5322
-c17.5664 17.9902 21.4014 38.9326 10.8994 59.5195c-17.6982 34.6924 -12.0908 52.6094 18.7803 60.0029c9.51172 2.27832 12.8896 10.5039 10.2002 24.8389c-2.09082 11.1455 -14.7246 22.6279 -30.4307 27.6592c-13.4277 4.30078 -11.1113 10.4395 7.56738 20.0508
-c14.6162 7.52051 19.1152 8.40332 36.8604 7.23047c24.8457 -1.64258 40.915 -9.43457 62.0303 -30.0811c9.42383 -9.21387 17.3848 -14.6377 20.0078 -13.6318c2.39551 0.919922 5.89941 7.80176 7.78613 15.293c3.32031 13.1885 16.2803 32.2979 21.9023 32.2979
-c1.5166 0 2.75781 -2.6123 2.75781 -5.80566c0 -17.7324 9.48145 -20.3174 16.9316 -4.61719c5.08691 10.7197 21.3438 25.5576 28.001 25.5576c2.05078 0 3.49805 -4.90625 3.49805 -11.8604c0 -22.9111 4.36328 -25.8008 22.6572 -15.0068
-c5.99316 3.53613 11.6738 5.65332 12.6221 4.7041c0.949219 -0.949219 0.0664062 -8.63867 -1.95996 -17.0879c-2.90527 -12.1104 -2.89844 -16.3086 0.0371094 -19.8379c6.14062 -7.39844 12.2041 -5.21191 28.6318 10.3242
-c20.083 18.9932 37.6816 27.8555 59.1914 29.8057c19.8271 1.79785 36.1895 -2.58398 51.0117 -13.6631c10.2441 -7.65723 10.2441 -7.65723 -8.09668 -15.9834c-18.3828 -8.34375 -27.8779 -19.3447 -27.8779 -32.2969c0 -9.47852 8.47656 -18.1982 19.7451 -20.3125
-c21.3438 -4.00391 27.6094 -28.0527 13.584 -52.1406c-5.66797 -9.73535 -6.98145 -17.5918 -6.4082 -38.333c0.255859 -9.2334 2.72559 -13.9688 12.1543 -23.3037c14.209 -14.0674 17.416 -25.5781 11.2432 -40.3516
-c-4.39648 -10.5205 -12.3643 -17.2275 -42.167 -35.4883c-21.2266 -13.0068 -24.3545 -22.4805 -21.6602 -65.6055c1.58887 -25.4219 3.2832 -34.9443 6.43164 -36.1523c5.7959 -2.22363 14.0508 5.78809 22.6328 21.9658c3.9248 7.39746 8.13184 13.4502 9.34961 13.4502
-s5.29199 -5.78906 9.05371 -12.8643c5.47363 -10.2939 6.83887 -17.7334 6.83203 -37.2373c0 -30.4717 -8.62695 -49.625 -28.5303 -63.4062c-7.21289 -4.99512 -18.0303 -14.3467 -24.0391 -20.7822c-31.3154 -33.542 -36.3418 -37.6475 -52.2363 -42.668
-c-8.90918 -2.81348 -24.9541 -9.42578 -35.6562 -14.6934c-17.5957 -8.66016 -22.5234 -9.6543 -51.457 -10.3818c-23.4756 -0.589844 -35.5801 0.492188 -45.4492 4.06348zM243.386 -94.6748c28.293 9.04785 58.167 45.7412 62.3232 76.5498
-c1.1123 8.24707 -0.0556641 11.9561 -5.23926 16.6484c-6.33594 5.7334 -10.998 6.03613 -92.8867 6.03613c-86.2168 0 -86.2168 0 -92.2256 -7.41992c-7.24707 -8.9502 -5.73633 -21.2773 5.27246 -43.001c13.3662 -26.377 32.708 -43.2158 58.7822 -51.1758
-c13.75 -4.19824 47.3389 -2.95801 63.9736 2.3623zM138.149 -37.6006c-18.8223 19.957 -12.6406 26.5986 23.1943 24.918c17.3906 -0.81543 19.6855 -1.64746 20.5098 -7.42871c0.563477 -3.9541 -2.82812 -10.7891 -8.6377 -17.4053
-c-12.5215 -14.2607 -21.6748 -14.2832 -35.0664 -0.0839844zM246.91 -41.5996c-8.88867 9.75781 -13.748 20.2061 -11.7812 25.3311c1.34082 3.49414 6.9707 4.24121 26.7188 3.54688c23.4219 -0.823242 25.082 -1.31934 25.9971 -7.77148
-c1.28516 -9.05469 -17.2217 -27.917 -27.3896 -27.917c-4.03809 0 -10.1338 3.06445 -13.5449 6.81055zM107.576 -54.9072c-7.21875 9.70605 -20.0635 12.8916 -18.4619 4.5791c1.33984 -6.96191 21.6162 -21.002 23.25 -16.1006
-c0.643555 1.93164 -1.51074 7.11523 -4.78809 11.5215zM317.607 -61.8779c11.3408 8.65137 13.2549 16.4941 4.02441 16.4941c-3.63184 0 -8.52441 -3.97852 -12.0967 -9.83691c-10.0986 -16.5645 -7.60938 -18.6172 8.07227 -6.65723zM97.6865 -17.0361
-c0 8.62891 2.09961 15.8818 6.05371 20.9092c10.5596 13.4248 5.93359 20.1914 -13.8945 20.3203c-12.9062 0.0849609 -42.5986 17.8789 -50.9883 30.5576c-4.45898 6.73828 -9.73242 11.7139 -11.7188 11.0586c-5.86133 -1.93457 -6.21289 -37.8516 -0.516602 -52.7676
-c8.74902 -22.9092 36.2236 -42.1973 61.2266 -42.9824c9.64355 -0.302734 9.83789 -0.0478516 9.83789 12.9043zM348.586 -25.8262c31.2793 11.0361 45.7354 32.3672 45.7354 67.4863c0 23.9258 -4.2168 30.5859 -11.8135 18.6572
-c-13.2051 -20.7363 -32.9121 -32.168 -64.6152 -37.4814c-13.0479 -2.18652 -14.4756 -7.29492 -5.29688 -18.9629c3.5752 -4.5459 6.05371 -12.2803 6.05371 -18.8916c0 -6.15723 0.908203 -12.1025 2.01758 -13.2129c3.28809 -3.28711 14.5293 -2.31934 27.9189 2.40527z
-M283.328 25.748c-0.28125 3.33008 -3.8291 16.9512 -7.88574 30.2695c-4.05566 13.3184 -8.2832 29.6631 -9.39453 36.3223c-1.85254 11.1064 -1.64746 11.6338 2.48633 6.37305c2.47852 -3.1543 9.61426 -18.6406 15.8564 -34.415
-c11.3516 -28.6787 11.3516 -28.6787 30.0566 -27.1777c10.2871 0.826172 20.1963 2.42383 22.0195 3.5498c2.30469 1.4248 2.72363 15.7197 1.37305 46.9072c-1.81641 41.9766 -1.52148 45.7256 4.59863 58.3672c5.14453 10.6289 10.6572 15.917 25.8457 24.7998
-c26.834 15.6934 32.7256 22.5879 31.5381 36.9102c-0.776367 9.35547 -2.3584 11.9023 -8.24707 13.2793c-9.86816 2.30664 -16.0898 20.0186 -16.5586 47.1406c-0.333008 19.168 0.485352 22.3779 7.9541 31.2578c10.5752 12.5713 11.4199 28.75 1.76953 33.9141
-c-9.1582 4.90137 -39.6729 1.80273 -60.665 -6.16016c-9.50098 -3.60449 -27.5488 -13.2607 -40.1064 -21.458c-12.5566 -8.19727 -22.8301 -13.5391 -22.8301 -11.8711c0 5.2168 24.2148 29.585 38.1406 38.3828c7.31738 4.62305 13.3076 9.4082 13.3105 10.6328
-c0 4.02441 -22.3555 17.1279 -40.8613 23.9395c-15.5078 5.70801 -24.5635 6.70996 -62.0479 6.86133c-38.3809 0.155273 -46.3594 -0.697266 -63.5645 -6.79199c-10.8213 -3.83398 -25.0879 -10.5049 -31.7041 -14.8252
-c-12.0303 -7.85449 -12.0303 -7.85449 -1.75 -15.6865c19.3408 -14.7334 42.5352 -37.4619 42.5352 -41.6797c0 -2.69238 -6.63379 0.291016 -18.3809 8.26855c-30.1445 20.4697 -55.1689 30.7764 -78.8438 32.4697c-17.2891 1.2373 -22 0.551758 -26.9424 -3.9209
-c-8.65723 -7.83496 -7.64746 -21.2891 2.33398 -31.1055c7.75586 -7.62793 8.30859 -9.83887 8.08984 -32.4014c-0.271484 -28.0762 -6.6709 -46.917 -15.9355 -46.917c-10.1201 0 -13.0732 -17.8506 -4.88574 -29.5391c2.56934 -3.66992 14.1514 -12.208 25.7373 -18.9746
-c31.9082 -18.6348 34.4678 -25.2568 32.335 -83.6738c-1.67871 -45.9922 -1.67871 -45.9922 7.58984 -49.2227c5.09668 -1.77734 15.0439 -3.23047 22.1035 -3.23047c12.8369 0 12.8369 0 25.625 31.8184c7.0332 17.5 14.1426 32.6553 15.7979 33.6787
-c4.39648 2.7168 0.134766 -19.3135 -9.97266 -51.5518c-6.43652 -20.5303 -7.67383 -27.9707 -4.94238 -29.7295c2.00391 -1.29004 36.333 -2.01172 76.2881 -1.60449c70.5742 0.719727 72.6309 0.913086 72.1338 6.79395zM152.124 177.479
-c-0.0751953 14.0947 -3.12207 16.5801 -15.623 12.7441c-21.8174 -6.69629 -46.4863 4.14453 -57.1953 25.1348c-3.58398 7.02539 -9.04688 14.9111 -12.1406 17.5225c-4.49805 3.7998 -5.25879 7.32422 -3.80078 17.6143c1.82324 12.8643 1.82324 12.8643 15.8027 12.835
-c19.1543 -0.0410156 41.4053 -11.0527 63.6436 -31.4971c15.9375 -14.6514 20.0049 -16.9043 30.5215 -16.9043c15.501 0 16.2734 -6.8418 1.74023 -15.417c-6.62109 -3.90625 -11.0859 -9.28516 -12.3018 -14.8232c-1.0498 -4.7793 -3.86426 -10.3135 -6.25488 -12.2969
-c-3.60352 -2.99121 -4.35352 -2.12305 -4.3916 5.08789zM135.325 199.72c11.2256 4.26758 9.65527 9.92383 -6.87402 24.7666c-25.4814 22.8809 -39.8457 26.5273 -39.8457 10.1152c0 -26.3633 23.3232 -43.7773 46.7197 -34.8818zM256.552 180.84
-c-3.41504 8.1377 -9.18262 15.0693 -15.7725 18.957c-13.0391 7.69336 -11.4756 13.1328 4.39453 15.293c9.3916 1.2793 16.4883 5.50684 30.0225 17.8867c21.6562 19.8076 43.1094 30.3135 61.9844 30.3535c13.9414 0.0292969 13.9971 -0.0117188 15.8887 -11.8379
-c2.10742 -13.1807 0.0625 -21.4287 -5.30957 -21.4287c-1.94629 0 -6.22754 -5.78906 -9.51367 -12.8643c-10.2393 -22.043 -36.9814 -34.293 -58.1533 -26.6367c-12.1953 4.40918 -13.1787 3.72363 -16 -11.166c-2.15723 -11.3838 -2.15723 -11.3838 -7.54102 1.44336z
-M307.951 201.069c11.6191 4.85449 19.7783 18.043 19.7783 31.9658c0 18.0605 -11.9834 15.5762 -39.04 -8.09277c-16.9189 -14.7998 -19.0137 -20.8809 -8.63281 -25.0537c9.83496 -3.95312 16.2578 -3.68066 27.8945 1.18066zM198.279 249.872
-c-14.8379 6.23828 -11.8447 8.94727 9.88867 8.94727c20.7754 0 23.8545 -3.28711 8.82324 -9.4209c-7.12598 -2.90723 -10.8984 -2.8125 -18.7119 0.473633zM86.0967 353.122c3.04492 2.75488 5.53613 8.05957 5.53613 11.7871
-c0 8.89258 -15.7598 25.5801 -24.1572 25.5801c-5.69727 0 -6.35449 -1.2334 -4.83887 -9.08105c0.964844 -4.99414 2.54102 -13.1592 3.50391 -18.1436c0.961914 -4.98438 4.02734 -10.3916 6.81055 -12.0156c6.70898 -3.91406 6.75879 -3.90723 13.1455 1.87305z
-M346.973 354.923c2.33594 3.74609 5.06641 13.2803 6.06543 21.1885c1.59473 12.6123 1.13281 14.3779 -3.76465 14.3779c-7.11914 0 -21.1162 -13.8906 -23.4766 -23.2979c-1.18066 -4.7041 0.0546875 -9.2793 3.55664 -13.1475
-c7.02832 -7.76562 12.3945 -7.49805 17.6191 0.878906zM118.594 376.529c7.16211 8.63086 -23.9453 34.748 -47.1396 39.5762c-12.8916 2.68359 -31.2793 -1.00684 -31.2793 -6.27832c0 -2.91699 3.9375 -4.22363 12.8643 -4.27051
-c16.5459 -0.0849609 34.3447 -8.42676 47.5107 -22.2656c11.6348 -12.2285 13.0625 -12.7637 18.0439 -6.76172zM315.785 383.291c13.167 13.8389 30.9658 22.1807 47.5107 22.2656c9.0293 0.046875 12.8643 1.34082 12.8643 4.34082
-c0 6.00781 -20.8896 8.96289 -35.5156 5.02441c-22.2969 -6.00391 -46.0703 -27.6787 -41.998 -38.29c2.5166 -6.55762 5.76465 -5.29492 17.1387 6.65918z" />
-    <glyph glyph-name="uniF171" unicode="&#xf171;" 
-d="M114.026 15.4697l0.193359 -0.385742l0.0595703 0.416992l1.70312 0.214844l-0.00683594 -0.172852l289.528 -11.4814l-393.831 -1.50195zM317.19 174.031l118.576 -160.345l-306.243 12.1475zM447.701 15.7354l-122.272 165.354l105.569 197.613zM0.338867 54.1846
-l14.001 134.369l24.3262 -20.8418l-38.666 -120.774zM46.0791 150.596l61.0781 -121.454l-102.678 -12.959zM106.398 57.5732l-56.1279 111.778l78.9404 50.1934zM306.654 184.099l-189.813 -149.911l25.3115 184.374zM232.109 329.239l70.5547 -133.659l-159.307 35.2891z
-M244.993 329.382l167.449 44.8076l-96.1494 -179.734zM239.268 341.398l23.1914 60.0557l131.052 -21.2676zM429.343 386.227l-139.997 24.5693l111.842 36.3555zM357.147 448l-105.69 -34.3555l-19.1299 5.14648zM223.717 341.349l-95.0566 -106.032l-84.8613 -53.0029
-l-24.0146 20.5684l34.0234 63.3721l80.3896 89.7324l76.7578 53.6123l35.5 -9.54688z" />
-    <glyph glyph-name="uniF145" unicode="&#xf145;" 
-d="M34.3174 321.946c-44.877 -64.4961 -39.2861 -148.409 -5.01074 -216.945c0.816406 -1.64355 1.66992 -3.25879 2.51367 -4.87988c0.537109 -1.02051 1.04395 -2.07227 1.60254 -3.08008c0.314453 -0.607422 0.668945 -1.19922 0.998047 -1.7793
-c0.585938 -1.09473 1.18164 -2.13086 1.79004 -3.19824c1.06543 -1.87598 2.1582 -3.74121 3.27246 -5.60645c0.617188 -1.02539 1.22754 -2.0498 1.86426 -3.07422c1.23633 -1.99609 2.50195 -3.97559 3.7998 -5.94238
-c0.539062 -0.841797 1.06445 -1.68262 1.61816 -2.49414c1.78711 -2.66797 3.61426 -5.33105 5.49805 -7.94434c0.0498047 -0.0644531 0.103516 -0.135742 0.158203 -0.201172c0.297852 -0.422852 0.628906 -0.834961 0.929688 -1.25293
-c1.62988 -2.25 3.31348 -4.46777 5.01074 -6.66895c0.625977 -0.797852 1.26074 -1.59961 1.88965 -2.40234c1.51562 -1.9082 3.06152 -3.80176 4.63086 -5.69238c0.587891 -0.705078 1.17676 -1.41504 1.77148 -2.10938c2.10547 -2.47852 4.25586 -4.95117 6.45605 -7.375
-c0.0380859 -0.0439453 0.0888672 -0.0927734 0.129883 -0.135742c0.0888672 -0.102539 0.167969 -0.167969 0.24707 -0.265625c2.14453 -2.34375 4.33789 -4.6377 6.56152 -6.92578c0.688477 -0.703125 1.39453 -1.41504 2.10156 -2.11914
-c1.72168 -1.72949 3.4707 -3.42773 5.2373 -5.13574c0.71875 -0.677734 1.42969 -1.37695 2.14258 -2.03223c2.36035 -2.22461 4.74512 -4.40332 7.17676 -6.5293c0.0429688 -0.0429688 0.0732422 -0.0761719 0.114258 -0.0917969
-c0.412109 -0.369141 0.839844 -0.722656 1.24707 -1.06348c2.14453 -1.8584 4.32422 -3.70312 6.52051 -5.51465c0.895508 -0.72168 1.7998 -1.4375 2.70117 -2.15234c1.79492 -1.4375 3.6084 -2.85254 5.43555 -4.24609
-c0.96582 -0.736328 1.93359 -1.47461 2.90625 -2.21289c2.01562 -1.47461 4.04492 -2.94336 6.09863 -4.37012c0.748047 -0.541992 1.47168 -1.06152 2.22363 -1.57812c0.206055 -0.145508 0.395508 -0.297852 0.606445 -0.4375
-c1.94727 -1.33398 3.93457 -2.63086 5.92188 -3.91602c0.853516 -0.568359 1.70215 -1.1543 2.56445 -1.70703c3.0498 -1.92578 6.14453 -3.83398 9.27246 -5.68457c0.851562 -0.481445 1.70801 -0.959961 2.56152 -1.44141
-c2.29883 -1.32812 4.6123 -2.62988 6.95996 -3.9043c1.2666 -0.682617 2.57031 -1.32812 3.84766 -1.97852c1.6582 -0.873047 3.30176 -1.75098 4.98242 -2.58594c0.381836 -0.195312 0.77832 -0.380859 1.15527 -0.55957
-c0.671875 -0.325195 1.35449 -0.645508 2.03613 -0.986328c2.60742 -1.24707 5.2373 -2.46777 7.88965 -3.6543c0.567383 -0.249023 1.1123 -0.499023 1.67285 -0.743164c3.04004 -1.32812 6.10645 -2.61328 9.20801 -3.83398
-c0.743164 -0.297852 1.49414 -0.584961 2.24316 -0.883789c2.86621 -1.10156 5.77051 -2.19043 8.68359 -3.21582c0.371094 -0.130859 0.727539 -0.249023 1.09277 -0.373047c3.20117 -1.12305 6.43359 -2.1582 9.68945 -3.17383
-c0.775391 -0.227539 1.55664 -0.477539 2.33691 -0.704102c3.31348 -0.99707 6.58301 -2.18555 10.0049 -2.81934c217.021 -39.5742 280.062 130.418 280.062 130.418c-52.9424 -68.9766 -146.924 -87.1738 -235.967 -66.9141
-c-3.37598 0.758789 -6.64648 1.81055 -9.93848 2.78711c-0.836914 0.249023 -1.65625 0.498047 -2.47949 0.75293c-3.21289 0.987305 -6.39941 2.02148 -9.56836 3.1123c-0.433594 0.151367 -0.873047 0.313477 -1.31543 0.472656
-c-2.83789 0.99707 -5.6416 2.04883 -8.4375 3.12891c-0.789062 0.314453 -1.57812 0.612305 -2.36426 0.926758c-3.0625 1.20898 -6.10742 2.47363 -9.10938 3.79004c-0.621094 0.261719 -1.21289 0.537109 -1.81934 0.80957
-c-2.58301 1.16602 -5.1377 2.3418 -7.68945 3.56738c-0.731445 0.357422 -1.46973 0.704102 -2.21777 1.06738c-1.99609 0.970703 -3.97461 2.00684 -5.94238 3.02051c-1.32031 0.694336 -2.66211 1.35547 -3.9668 2.07715
-c-2.40723 1.29004 -4.77148 2.62988 -7.12305 3.99609c-0.799805 0.450195 -1.60449 0.878906 -2.40723 1.33984c-3.12988 1.84375 -6.2207 3.75195 -9.27832 5.68848c-0.842773 0.536133 -1.66992 1.11035 -2.50195 1.66406
-c-2.21777 1.43164 -4.42773 2.88477 -6.60059 4.39258c-0.720703 0.477539 -1.41992 1.00781 -2.12793 1.49121c-2.10156 1.47949 -4.17773 2.9873 -6.24121 4.51074c-0.933594 0.689453 -1.85742 1.40527 -2.76562 2.09375
-c-1.88965 1.44727 -3.77051 2.90039 -5.63086 4.40332c-0.837891 0.666992 -1.68066 1.33887 -2.51074 2.01172c-2.36719 1.94629 -4.7041 3.89844 -7.01465 5.90527c-0.240234 0.216797 -0.503906 0.422852 -0.766602 0.645508
-c-2.49512 2.19531 -4.95117 4.44629 -7.37207 6.70801c-0.705078 0.671875 -1.3877 1.32227 -2.07715 2.00098c-1.79688 1.70215 -3.56152 3.42676 -5.29688 5.18848c-0.694336 0.694336 -1.39355 1.38281 -2.07715 2.07129
-c-2.20898 2.2666 -4.37598 4.55469 -6.50098 6.88086c-0.105469 0.114258 -0.216797 0.216797 -0.319336 0.341797c-2.24805 2.45703 -4.44434 4.96777 -6.59473 7.50488c-0.583008 0.694336 -1.14844 1.36621 -1.72656 2.05078
-c-1.60254 1.93066 -3.19141 3.88867 -4.74219 5.86621c-0.585938 0.705078 -1.16797 1.43848 -1.74414 2.16406c-1.86523 2.4248 -3.69141 4.83594 -5.48145 7.2998c-49.4395 67.4229 -67.2002 160.431 -27.6895 236.812zM173.617 376.286
-c-32.4541 -46.7051 -30.6914 -109.215 -5.37598 -158.61c4.24609 -8.2793 9.01758 -16.3105 14.3555 -23.9619c4.86133 -6.96777 10.249 -15.2588 16.7012 -20.8535c2.34277 -2.57617 4.78613 -5.09277 7.2832 -7.56055
-c0.631836 -0.650391 1.27734 -1.26367 1.92188 -1.90234c2.4209 -2.34375 4.8877 -4.6582 7.4375 -6.90332c0.104492 -0.0869141 0.197266 -0.189453 0.303711 -0.259766c0.0273438 -0.0322266 0.0537109 -0.0439453 0.0703125 -0.0761719
-c2.81934 -2.46777 5.73047 -4.84863 8.68848 -7.18555c0.65625 -0.499023 1.30664 -1.02441 1.9707 -1.54004c2.96289 -2.27148 5.9873 -4.51172 9.08789 -6.6377c0.0927734 -0.0634766 0.171875 -0.129883 0.263672 -0.206055
-c1.36719 -0.9375 2.7627 -1.82129 4.14551 -2.72754c0.666992 -0.43457 1.29883 -0.895508 1.96973 -1.30176c2.21191 -1.41602 4.4541 -2.79883 6.73438 -4.12695c0.322266 -0.200195 0.640625 -0.362305 0.952148 -0.547852
-c1.96484 -1.13281 3.95801 -2.25 5.95703 -3.3291c0.697266 -0.395508 1.40723 -0.736328 2.11816 -1.10547c1.37988 -0.722656 2.75977 -1.45312 4.16699 -2.1582c0.203125 -0.0976562 0.422852 -0.195312 0.625977 -0.282227
-c2.86035 -1.40918 5.74805 -2.76562 8.69141 -4.04492c0.62793 -0.275391 1.27734 -0.524414 1.9209 -0.791016c2.35059 -0.998047 4.73047 -1.97461 7.11621 -2.89062c1.01465 -0.384766 2.03906 -0.748047 3.05371 -1.12305
-c2.16602 -0.802734 4.34668 -1.53906 6.54004 -2.27734c0.991211 -0.313477 1.96484 -0.639648 2.95801 -0.942383c3.11914 -0.96582 6.20312 -2.19043 9.45605 -2.73242c167.56 -27.7637 206.247 101.25 206.247 101.25
-c-34.875 -50.2119 -102.405 -74.1855 -174.469 -55.4775c-3.19922 0.839844 -6.35254 1.75684 -9.48535 2.74316c-0.959961 0.291992 -1.90332 0.607422 -2.85352 0.922852c-2.22852 0.720703 -4.44434 1.48926 -6.63965 2.28613
-c-1.00586 0.364258 -2.00977 0.732422 -2.99609 1.1123c-2.4082 0.926758 -4.78613 1.88184 -7.14551 2.88477c-0.642578 0.276367 -1.2959 0.521484 -1.9248 0.813477c-2.95801 1.28516 -5.87012 2.64551 -8.74414 4.05566
-c-1.47754 0.728516 -2.92773 1.49121 -4.38086 2.23438c-0.84082 0.438477 -1.68652 0.873047 -2.5293 1.30664c-1.86816 1.01562 -3.7207 2.06152 -5.55078 3.12891c-0.430664 0.249023 -0.883789 0.482422 -1.32227 0.749023
-c-2.27148 1.32812 -4.50684 2.69434 -6.71973 4.09961c-0.682617 0.438477 -1.33887 0.910156 -2.02148 1.35547c-1.46094 0.948242 -2.91992 1.9082 -4.35254 2.87891c-3.08789 2.125 -6.09473 4.35938 -9.05566 6.62598
-c-0.682617 0.537109 -1.36914 1.06348 -2.03906 1.60059c-31.5459 24.9053 -56.543 58.9424 -68.4297 97.5293c-12.458 40.0293 -9.77637 84.9502 11.8076 121.411zM290.774 416.884c-19.1318 -28.1533 -21.0107 -63.1191 -7.73535 -94.2168
-c13.998 -33.0068 42.6836 -58.9004 76.168 -71.1709c1.37988 -0.514648 2.75684 -0.976562 4.15918 -1.44824c0.608398 -0.189453 1.21387 -0.395508 1.83203 -0.575195c1.97168 -0.623047 3.93164 -1.34473 5.9707 -1.72852
-c92.5205 -17.8779 117.615 47.4795 124.296 57.0996c-21.9863 -31.6504 -58.9248 -39.249 -104.254 -28.252c-3.58203 0.878906 -7.51855 2.16895 -10.9678 3.39551c-4.4248 1.57227 -8.78418 3.37305 -13.0244 5.40527c-8.04688 3.86719 -15.7178 8.5625 -22.835 13.9316
-c-40.5576 30.7773 -65.7588 89.4883 -39.291 137.305z" />
-    <glyph glyph-name="uniF183" unicode="&#xf183;" 
-d="M240.271 213.442l-43.8848 29.4355l29.4346 13.3799zM199.061 210.77l-32.6465 16.5898l17.126 10.1689zM155.709 189.896l-22.4766 15.5215l14.9844 11.2393zM373.529 123.535l13.915 21.4082l10.7031 -10.1689zM386.913 103.199l22.4766 17.125l8.56445 -9.09766z
-M371.39 316.201l-16.5918 36.3926l27.2939 0.53418zM297.001 285.696l-23.5488 -1.60742l-2.67578 15.5215zM293.253 264.822l-13.3789 -3.74609l-2.67578 10.167zM443.105 280.341l21.4082 9.09766l-3.74805 -11.7734zM439.362 258.401l16.5898 4.81836l-3.21191 -9.63477z
-M262.159 223.053h51.6504v-6.375h-51.6504v6.375zM262.159 238.356h51.6504v-6.37695h-51.6504v6.37695zM419.876 223.053h51.6504v-6.375h-51.6504v6.375zM419.876 238.356h51.6504v-6.37695h-51.6504v6.37695zM401.674 276.157h-84.1719v5.73828h26.1934
-c3.22461 13.8115 3.8623 27.0107 -0.0273438 33.7021c-1.66113 2.84473 -3.95508 4.1748 -7.23047 4.1748c-14.9756 0 -21.1621 -15.8369 -21.4189 -16.5088l0.00390625 0.00390625l-5.37402 2.01562c0.307617 0.826172 7.80273 20.2275 26.7891 20.2275
-c5.29883 0 9.51367 -2.43262 12.1846 -7.02637c4.74316 -8.14844 4.18555 -22.248 0.972656 -36.5879h45.9619c6.10547 17.9385 18.8555 26.3965 40.1572 26.3965v-5.73633c-23.0898 0 -29.5566 -9.78809 -34.1768 -20.6602h25.0791l-0.0576172 -5.70996zM405.442 247.818
-l0.00683594 -0.000976562c0.00976562 -0.0117188 0.015625 -0.0234375 0.0253906 -0.0361328c-1.5332 -0.978516 -32.3955 -21.0254 -32.3955 -21.0254l20.6406 -12.7695l-3.05762 -4.85645l-22.2607 14.5273l-20.6221 -13.5947l-3.15918 4.79297l18.4492 12.1582
-l-32.7715 20.6299l1.35645 2.38672c4.19434 7.38574 7.91992 16.708 10.5723 26.1299h5.94434c-2.40625 -8.88477 -5.7002 -17.5625 -9.25391 -24.6787h58.3936c-5.01562 8.39648 -5.83301 18.1826 -3.7959 24.6787l5.84668 0.0283203
-c-2.8457 -9.75684 -0.689453 -18.3271 6.11719 -28.3643zM368.332 230.481l23.1318 15.25l-47.3721 0.0117188zM473.661 337.137c-0.0175781 0.015625 -0.0449219 0.0273438 -0.0703125 0.0429688c1.70996 -86.7129 -42.5469 -155.729 -104.504 -191.13
-c-60.2207 35.4199 -106.271 93.8701 -109.813 187.745c0.0341797 0.0253906 0.0712891 0.0488281 0.106445 0.0712891c-0.908203 22.3545 2.66113 53.8701 10.7158 67.4609c19.0957 -9.04395 44.4072 -25.0996 49.4502 -46.0791
-c30.1826 5.22461 64.6445 5.76465 95.2119 1.19922c6.37891 19.5 34.5615 38.5693 50.0479 44.4541c5.71191 -11.6123 8.81934 -53.7861 8.85547 -63.7646zM422.113 355.236c0.224609 -0.0410156 0.449219 -0.0830078 0.675781 -0.125
-c-0.224609 0.0429688 -0.449219 0.0849609 -0.675781 0.125zM418.26 355.901c0.541992 -0.0869141 1.08984 -0.18457 1.63379 -0.276367c-0.543945 0.0917969 -1.08789 0.185547 -1.63379 0.276367zM464.029 330.365l0.00683594 0.00292969
-c-0.0136719 0.00585938 0.482422 39.6299 -3.81543 57.9736c-3.43945 -15.7627 -9.73926 -33.8057 -25.9854 -45.6172c-38.9834 10.751 -91.9043 9.88281 -130.345 -1.12012c-17.6514 7.54102 -25.8027 22.9141 -30.2949 47.4258
-c-16.1484 -64.1182 1.68945 -183.639 96.3838 -230.825c55.793 31.8828 95.6475 94.0498 94.0498 172.16zM504.407 60.124l-0.00683594 0.00683594c5.63672 -6.30762 8.41211 -13.0967 7.3877 -18.166l-0.710938 -3.55957h-54.3135
-c-98.7129 51.5635 -186.193 88.5 -277.657 96.6045c1.08984 -16.6299 6.13574 -30.0205 15.1357 -40.043c9.44043 3.21973 19.7178 2.62012 26.375 -1.7334c4.49902 -2.94238 6.97656 -7.31641 6.97656 -12.3135v-4.42773h-42.1426
-c-26.9688 19.0176 -51.1982 38.7285 -70.2148 57.2881c-21.3896 -5.22754 -35.0088 -16.5576 -43.2334 -26.4844c-13.1006 -15.8105 -19.4961 -36.9668 -16.2939 -53.8926l0.994141 -5.25098h-56.709v4.42773c0 8.5459 31.4229 60.125 74.4189 108.212
-c2.72461 3.04785 5.55664 6.15137 8.48633 9.29395c-17.6367 23.4434 -28.1602 46.0479 -31.1436 67.3027c-3.14941 22.4414 2.26074 43.0947 15.6465 59.7246c13.6416 16.9512 31.8574 25.2764 55.6846 25.4512c6.7793 0.0498047 16.0547 -1.19336 25.3926 -2.86328
-c1.62598 3.29004 3.99902 6.11133 7.14355 7.64746c9.49316 4.63672 43.7568 -6.93652 60.6719 -30.6406c-22.9229 -10.2266 -61.3242 -6.51953 -68.4697 4.03418c-1.70801 2.52344 -2.26953 6.60156 -1.74219 10.8682c-27.0166 4.54297 -53.2939 2.9248 -71.7871 -20.0488
-c-11.8135 -14.6758 -16.5762 -32.9814 -13.7744 -52.9365c2.21777 -15.7988 9.68652 -36.6465 28.5107 -62.0537c40.5605 42.168 113.352 85.8311 179.854 101.867l1.99707 -8.6582c-61.7627 -14.9395 -133.029 -55.5781 -176.199 -100.546
-c6.53906 -8.16699 14.2344 -16.7705 23.2666 -25.7979c6.92578 1.34473 14.5195 2.12012 22.8574 2.12012c9.83105 0 19.5771 -0.333008 29.2598 -0.974609c0.269531 13.5723 2.66309 28.7568 7.2041 45.5254l8.54688 -2.31641
-c-4.41699 -16.3125 -6.71973 -30.9512 -6.92383 -43.8838c92.9287 -8.00195 180.414 -44.667 280.044 -96.6504h43.4434c-0.77832 1.89746 -2.20801 4.31445 -4.57812 6.96484c-3.23047 3.61328 -15.4385 15.2598 -36.9141 13.4209l-3.42969 -0.293945l-79.0381 85.0947
-l4.53809 5.71387s65.4688 -68.9463 76.7588 -82.3867c15.9131 0.378906 34.9648 -4.7666 44.6875 -15.6465zM65.1855 112.943l-0.00195312 -0.00195312c8.48535 10.2393 22.085 21.834 42.8271 28.0684c-7.12207 7.32812 -13.6064 14.5967 -19.4277 21.792
-c-42.248 -45.3574 -70.8408 -90.2646 -78.0186 -105.8h35.7246c-1.62891 18.3662 5.48242 39.752 18.8965 55.9414z" />
-    <glyph glyph-name="uniF154" unicode="&#xf154;" 
-d="M447.479 51.7432l-0.00683594 -0.00683594c-0.819336 7.3125 -17.2578 16.1875 -22.6074 20.2334c-10.7012 8.09668 -21.7539 16.8955 -33.1641 24.2881c-5.97266 3.86523 -16.3047 6.84766 -22.6104 9.71094c-8.99512 4.08203 -28.7891 8.02637 -33.916 15.3789
-c-9.74805 13.9873 -16.4697 30.9512 -23.3672 47.7598c-6.91016 16.8467 -15.6602 34.5752 -22.6074 51.8027c-3.44141 8.54395 -5.13379 16.2314 -9.04199 24.2852c-24.2959 50.0254 -59.8145 91.9609 -103.256 121.42c-14.2607 9.66992 -29.9609 18.5654 -47.4814 24.2852
-c-9.91211 3.23242 -21.7988 1.42578 -32.4092 4.0459h-6.78223c-5.93945 1.87402 -10.9092 8.64258 -15.8252 12.1426c-10.2373 7.2832 -20.3242 12.418 -32.4121 17.8096c-4.55273 2.03223 -16.7275 6.85645 -21.0996 3.23633
-c-2.56543 -0.90918 -3.70996 -2.07031 -4.52246 -4.85742c-2.55566 -4.12598 -0.214844 -10.5557 1.50781 -14.5693c4.8418 -11.3018 11.8389 -18.1816 18.0879 -27.5186c5.64355 -8.43359 12.5176 -18.0342 16.5801 -27.5215
-c8.50195 -19.8447 12.2725 -41.8838 20.3477 -61.5176c3.10254 -7.53906 7.57812 -16.1357 12.0605 -22.665c3.62305 -5.28223 10.0967 -9.2793 12.0576 -16.1924c4.11035 -6.92773 -6.04395 -30.5479 -8.29004 -38.0449
-c-8.68262 -28.9824 -6.84961 -69.5293 3.01855 -94.709c3.89844 -9.95508 7.58887 -21.5605 18.085 -24.2803c0.775391 0.649414 0.1875 0.299805 1.51074 0.807617c2.23242 19.3926 3.01172 38.0928 9.04199 53.4258c3.77148 9.59277 10.9531 16.1602 15.8281 24.2852
-c3.57617 -2.21484 3.55664 -8.67773 5.27246 -12.9521c4.45215 -11.0869 9.04199 -23.1064 14.3232 -33.998c11.0576 -22.8164 23.1953 -44.7354 36.9287 -64.7598c4.87891 -7.11523 11.4365 -14.8359 17.3359 -21.0459c2.50488 -2.63965 5.57324 -3.99902 7.53418 -7.28418
-h0.755859v-0.811523c-10.124 3.71484 -16.2881 14.6953 -24.1182 21.0459c-15.0996 12.2461 -32.9199 30.3965 -42.959 47.7637c-4.52246 9.71094 -9.0459 19.4229 -13.5684 29.1357v0.810547c-1.88672 -2.70508 -1.2959 -5.67383 -2.25977 -9.71289
-c-4.26074 -17.8145 -0.933594 -38.0059 -15.8281 -44.5215c-17.0273 -7.4541 -29.4102 11.9824 -34.6689 21.0449c-17.1338 29.5234 -21.5762 79.1016 -9.79785 118.992c2.61621 8.86133 2.88086 19.7178 7.53516 26.7119
-c-0.751953 6.2832 -5.50977 8.0752 -8.28711 12.1436c-4.5293 6.63086 -8.47754 14.4414 -12.0605 21.8545c-7.08789 14.6533 -11.8525 31.9023 -17.333 47.7568c-2.22559 6.4375 -2.67578 12.5361 -5.27832 18.6191c-3.95508 9.25488 -11.043 18.4814 -16.5801 26.7109
-c-7.88672 11.7275 -29.9404 34.3203 -21.0996 57.4717c14.002 36.6777 62.4902 8.7793 81.3945 -4.0459c4.74707 -3.2207 10.0127 -9.87012 15.0723 -12.1426c8.29004 -0.541016 16.584 -1.08203 24.8711 -1.61914c15.4482 -3.93359 30.0674 -6.94531 42.209 -14.5684
-c57.0645 -35.8525 93.9023 -72.3252 128.124 -132.754c7.12793 -12.5928 10.8623 -26.4365 16.5801 -40.4756c8.38086 -20.584 17.6719 -41.9502 27.1406 -61.5068c4.51562 -9.33887 7.70605 -19.5029 13.5615 -27.5215c2.47852 -3.3877 9.06641 -4.44434 12.8164 -6.47656
-c11.1475 -6.04297 24.1484 -10.6768 34.668 -17.8086c18.9678 -12.8594 37.3887 -28.2793 54.2646 -43.7139c6.4502 -5.89941 10.667 -14.5254 16.584 -21.0459v-3.23828c-5.27832 -1.61523 -10.5537 -3.23828 -15.8291 -4.85742
-c-11.7012 -3.24512 -21.8281 -2.40137 -33.1602 -5.66504c-6.74609 -1.94043 -15.3047 -4.78223 -22.6143 -5.66504l0.754883 -0.811523c4.30176 -12.8848 27.376 -23.6211 37.6836 -31.5684c12.9277 -9.96387 25.0889 -21.958 34.6689 -35.6143l9.79785 -10.5234
-c2.22559 -3.46191 2.85059 -8.01953 5.27441 -11.334v-0.807617c-4.61328 1.75293 -7 6.10547 -10.5498 8.90332c-7.18164 5.66211 -14.4951 11.9795 -21.8555 16.9961c-12.4902 8.51074 -26.9727 13.3604 -39.9434 21.8564
-c-7.29297 4.77539 -14.3037 10.6748 -21.1064 16.1885c-6.22461 5.04883 -13.2021 14.6738 -17.3359 21.8564c-2.14844 3.74316 -2.56836 8.28711 -5.27148 11.3311c0.802734 6.62109 8.64648 6.67871 13.5654 8.90723c17.3086 7.83984 37.5557 10.4863 64.0615 9.71484z
-M98.4717 355.214v0c2.68457 -2.79102 6.80566 -4.67773 8.93652 -7.99805c1.60254 -2.49219 1.875 -5.11328 3.72363 -7.20117c0.0234375 -8.52441 -2.09082 -14.1104 -6.7041 -17.6016c-0.245117 -0.264648 -0.49707 -0.532227 -0.743164 -0.796875
-c-2.48535 5.59668 -4.96777 11.1963 -7.4502 16.7969c-3.22168 4.95312 -7.82129 8.65332 -10.4268 14.4023h-0.74707v0.800781c4.08594 0.957031 7.94824 1.70605 13.4111 1.59766z" />
-    <glyph glyph-name="uniF168" unicode="&#xf168;" 
-d="M153.387 279.035l12.5186 54.9385l-31.4561 -0.476562l-12.5186 -54.9385c-3.72949 -16.3652 -6.49609 -31.2588 -8.30078 -44.6816c-1.75977 -13.2266 -3.20508 -26.4492 -4.33691 -39.668l18.2451 0.276367c4.90527 13.2744 9.49707 26.5449 13.7734 39.8115
-c4.32129 13.4609 8.34668 28.374 12.0752 44.7383zM128.704 147.327c1.19922 5.25977 0.354492 9.80957 -2.53223 13.6475c-2.88672 3.83984 -7.58105 5.70996 -14.082 5.61133s-12.082 -2.12402 -16.7451 -6.07812c-4.66211 -3.95312 -7.59277 -8.55957 -8.79102 -13.8193
-c-1.19922 -5.26074 -0.354492 -9.80957 2.53223 -13.6494c2.88672 -3.83887 7.58008 -5.70898 14.082 -5.61035c6.50098 0.0986328 12.082 2.12402 16.7451 6.07812c4.66211 3.95312 7.59277 8.55957 8.79102 13.8203zM107.132 448.164
-c0.392578 0.0136719 1.02832 0.0146484 1.41895 -0.000976562c-0.777344 0.0263672 4.30762 -0.533203 3.54297 -0.380859c-0.764648 0.15332 4.27637 -1.29199 3.54199 -1.01562c-0.733398 0.276367 3.99316 -1.91699 3.30664 -1.52441
-c-0.574219 0.329102 1.98438 -1.27441 2.59766 -1.65039c0.120117 -0.0742188 0.574219 -0.462891 0.472656 -0.380859c85.6543 -64.8145 171.298 -129.645 256.953 -194.455c0.0712891 -0.0537109 0.165039 -0.0732422 0.235352 -0.126953
-c0.0712891 -0.102539 2.57031 -2.33008 2.12598 -1.90527c-0.486328 0.464844 2.55273 -2.81348 2.12598 -2.28613c-0.427734 0.527344 2.13184 -3.12109 1.77051 -2.54004c-0.360352 0.582031 1.8252 -3.4209 1.53516 -2.79395
-c-0.289062 0.625977 1.39355 -3.70898 1.18066 -3.04883c-0.211914 0.662109 0.959961 -3.73242 0.827148 -3.04785s0.405273 -3.99902 0.354492 -3.30176s0.0839844 -3.87402 0.117188 -3.17578c0.0332031 0.699219 -0.46875 -3.86328 -0.353516 -3.17578
-c0.114258 0.689453 -0.904297 -3.8418 -0.708984 -3.1748s-1.45312 -3.68262 -1.18066 -3.04785s-1.76367 -3.38672 -1.41699 -2.79492c0.345703 0.592773 -2.18457 -3.20605 -1.77148 -2.66699c0.413086 0.540039 -2.48145 -2.8916 -2.00781 -2.41309
-c0.474609 0.478516 -2.88867 -2.44238 -2.36133 -2.03223s-3.05078 -1.98438 -2.47949 -1.65137c-0.0322266 -0.0341797 -0.0859375 -0.0908203 -0.118164 -0.125c-114.033 -66.5977 -228.062 -133.195 -342.094 -199.789
-c0.641602 0.373047 -3.75586 -1.66797 -3.07031 -1.39648c0.68457 0.269531 -3.90332 -1.17773 -3.18848 -1.0166c0.713867 0.162109 -4.15332 -0.55957 -3.4248 -0.507812c0.731445 0.0625 -4.03418 0.0625 -3.30566 0.000976562
-c0.727539 -0.0625 -4.13672 0.681641 -3.4248 0.507812c0.711914 -0.172852 -3.87012 1.42383 -3.18848 1.14258c0.682617 -0.280273 -3.70703 1.90723 -3.07031 1.52539c0.637695 -0.383789 -3.41406 2.38086 -2.83398 1.9043s-2.99023 2.97461 -2.47949 2.41406
-c0.510742 -0.5625 -2.6748 3.42676 -2.24414 2.79297c0.431641 -0.633789 -2.11328 3.74219 -1.77051 3.04883c0.341797 -0.693359 -1.66406 4.16895 -1.41699 3.42969c0.246094 -0.740234 -0.972656 4.19922 -0.827148 3.42871
-c0.145508 -0.769531 -0.513672 4.46777 -0.472656 3.68359c0.0419922 -0.78418 0.0634766 4.33887 0 3.55566c-0.0625 -0.782227 0.757812 4.32129 0.59082 3.55664c13.4619 62.8711 26.9238 125.74 40.3857 188.611l43.9268 205.883
-c-0.0117188 -0.0595703 0.114258 0.250977 0.118164 0.253906c0.0576172 0.0585938 1.06055 3.85352 0.827148 3.17578c-0.253906 -0.736328 1.76562 3.99121 1.41699 3.30176c-0.349609 -0.688477 2.20703 3.67676 1.77051 3.04883s2.75977 3.34863 2.24414 2.79395
-s3.18164 2.88281 2.59766 2.41309s3.47461 2.28027 2.83398 1.90527s3.75391 1.79688 3.07031 1.52441c-0.583984 -0.233398 2.18262 0.686523 2.71582 0.888672c0.0917969 0.0351562 0.577148 0.15332 0.472656 0.126953
-c0.396484 -0.0185547 5.0498 0.549805 4.13281 0.508789z" />
-    <glyph glyph-name="uniF137" unicode="&#xf137;" 
-d="M278.355 449.001c3.69141 -0.345703 5.61328 -4.84277 9.03125 -6.33105c2.11816 -2.73438 8.31738 -3.60645 7.70117 -7.79785c-12.4551 -14.167 -25.5684 -28.1455 -38.2412 -42.2168c-5.29883 -7.49023 -13.6797 -12.7471 -17.2754 -21.3086
-c-0.81543 -4.82812 -2.9502 -9.32031 -3.69043 -13.9863c-2.85059 -8.22363 -4.375 -16.9238 -7.80762 -24.999c7.35547 -1.38379 15.6641 -0.500977 23.3408 -1.29102c8.05957 -1.1084 16.1777 -0.969727 24.167 -2.62695
-c8.94434 -0.726562 18.0039 -2.49707 26.4287 -5.66309c3.54199 -0.996094 5.19824 -5.94336 1.80176 -8.09473c-9.77051 -5.89551 -21.7402 -7.0752 -32.7783 -9.55273c-31.7344 -5.05664 -64.1123 -7.07422 -96.3037 -6.05469
-c-29.7891 1.47949 -60.0576 3.53516 -88.6729 12.0654c-3.58984 1.34668 -10.4912 2.87402 -9.60352 8.00391c3.54297 6.02637 12.1328 5.8252 18.1602 7.5625c7.13574 1.58594 14.3936 2.06934 21.6543 3.02051c28.6514 2.84961 57.9043 3.36426 86.8643 3.375
-c1.8916 8.85742 4.20703 17.6504 6.49414 26.3721c2.52148 8.14355 3.78809 16.8906 7.00586 24.7109c15.9727 18.2998 33.377 35.3477 50.0479 53.2568c4.34766 3.3252 6.64648 9.32715 11.6758 11.5557zM280.015 436.016
-c-1.80664 0.255859 -2.9248 -1.70605 -4.26172 -2.66016c-10.8281 -11.748 -23.0068 -22.8389 -33.2363 -35.0371c-4.07422 -4.26074 -8.80273 -8.7373 -13.0137 -13.2715c-5.90527 -5.04297 -7.04004 -12.6211 -8.92383 -19.6211
-c-4.00098 -11.5537 -4.24805 -24.2871 -10.2686 -35.0371c-4.04395 -7.11328 -12.8193 -6.71289 -19.9072 -6.6543c-30.5947 -0.0566406 -61.3838 -0.869141 -91.6113 -5.58789c-3.87598 -0.59375 0.477539 -1.80566 2.14453 -2.5166
-c31.2236 -6.77832 63.7383 -8.5332 95.7881 -8.58105c-1.00488 3.33691 -5.7334 7.47266 -2.17285 11.041c1.98047 3.27051 6.25098 2.41406 9.60938 1.74414c6.0498 -1.26172 12.1064 -0.207031 18.0771 0.744141c5.37109 0.421875 8.53027 -5.77051 5.83496 -10.1543
-c-2.37402 -3.4668 3.60938 -1.14551 5.17676 -1.34375c3.55859 1.5752 7.17578 -0.359375 10.6973 1.05762c11.459 0.392578 22.627 3.25781 33.9219 4.83398c1.95996 0.821289 7.08398 0.442383 6.5498 2.88867c-6.17188 2.10645 -13.3721 1.32324 -19.8496 2.45996
-c-9.65527 2.08105 -19.9131 1.91797 -29.832 2.66016c-6.65332 -0.277344 -14.3828 4.15039 -14.0146 11.5547c1.52246 9.77246 4.29395 19.5303 7.55078 28.8887c1.30566 7.02539 3.99121 14.3525 8.37988 20.3076c2.80371 2.49902 4.1123 6.1416 7.23633 8.32324
-c10.6992 11.8008 21.8799 24.0703 32.7207 36.124c1.81152 1.7627 5.5957 5.22949 3.4043 7.83691zM223.64 315.687c1.44141 -2.54395 -3.91992 -2.55469 -5.46289 -3.375c-6.35938 -1.63281 -14.1084 -1.23145 -19.5928 2.11719
-c-0.455078 2.85156 3.08496 -0.899414 4.26172 -1.17285c5.51367 -2.20996 12.2715 -1.6543 17.791 0.286133c1.28906 0.352539 1.70703 2.16406 3.00293 2.14453zM302.667 313.284c5.57324 -0.672852 1.87988 -8.44434 1.94531 -11.2402
-c-2.83203 -20.0459 -4.36523 -40.5088 -7.1377 -60.5273c-0.342773 -8.68262 -2.2832 -16.9229 -2.84473 -25.5078c-0.927734 -8.30664 -2.00293 -16.5195 -2.91602 -24.7773c-1.35742 -5.65039 0.24707 -12.5244 -3.11914 -17.4395
-c-7.54785 -6.07715 -14.2734 -14.0156 -23.1387 -18.3057c-3.34277 -1.78027 -7.0957 1.91113 -5.0625 5.2627c6.31738 8.45508 15.6182 15.8203 18.0186 26.6572c1.33008 6.99023 -9.09668 9.30664 -13.7568 6.06445
-c-4.10645 -2.34082 -7.75781 -5.43652 -10.8975 -9.03906c-2.07129 -2.78027 -6.46777 -0.355469 -5.00586 2.80371c0.87207 1.80371 2.09961 6.27637 -1.51562 5.40527c-5.02148 -3.83301 -4.89941 -11.8115 -8.03711 -17.1895
-c-4.8916 -6.20801 -11.7168 -10.8682 -17.876 -15.7891c-2.84863 -1.91309 -8.04688 -4.97656 -10.5547 -1.0293c-1.52637 6.26953 3.60352 11.96 5.00586 17.8193c4.01367 10.5273 8.73047 20.9785 12.8135 31.4619c2.46387 7.4043 6.5957 14.4639 9.32422 21.9092
-c2.15723 3.37695 -4.05664 6.4043 -5.7207 2.86035c-3.69141 -7.0332 -6.52148 -14.4834 -9.15234 -21.9951c-2.93359 -5.30078 -3.9502 -11.1348 -6.75 -16.5029c-2.96387 -8.86328 -7.18262 -17.335 -10.0967 -26.2568
-c-0.686523 -6.10645 -5.99316 -9.64844 -11.3555 -11.5557c-3.13281 -2.45215 -7.32422 0.0996094 -7.09277 3.91895c0.208984 11.1484 7.59082 20.5547 10.0674 30.9756c1.35547 2.31055 -2.37891 6.17773 -4.00391 3.1748
-c-3.4668 -4.64258 -4.02832 -10.8838 -6.89355 -15.7021c-3.40527 -7.29785 -8.32324 -14.8105 -15.1875 -19.5635c-3.05859 -2.86816 -11.1357 -3.5293 -11.04 2.20215c0.21875 11.373 7.98242 20.7979 11.7842 31.0049
-c-0.291992 4.09473 -5.98828 2.9209 -7.00781 -0.229492c-4.91699 -9.11621 -8.33008 -19.2705 -11.6123 -29.0879c-0.94043 -3.92188 -2.18652 -9.90625 1.65918 -12.7852c9.47363 -4.30469 19.4336 3.46582 24.1396 11.3838
-c1.80762 3.40039 5.85938 0.658203 4.80566 -2.5459c-0.515625 -3.08789 -2.28223 -8.61328 1.6582 -9.98242c5.70703 -0.973633 10.0693 3.42383 14.502 6.23535c4.67676 1.89355 3.43652 -5.79102 7.5791 -6.20605c6.95996 -0.987305 13.2734 4.53418 17.9912 9.06641
-c1.5498 2.27734 6.93359 4.43066 7.06445 0.0859375c-2.2334 -7.0752 -6.96582 -13.416 -9.72461 -20.3359c-2.70605 -6.18359 -6.71289 -12.3418 -6.75 -19.2783c2.12891 -4.5166 7.45508 0.833008 8.46582 3.91895c1.15039 2.37109 1.59375 4.81445 2.74609 7.20703
-c1.69922 6.4834 4.66211 12.6592 7.4082 18.8496c0.371094 3.46484 2.77344 5.86133 3.91797 9.15234c-0.0625 1.98242 1.81641 3.16211 2.17383 4.80469c4.50879 9.06445 10.8066 18.0156 19.6494 23.3115c3.12695 2.56836 10.2852 2.79492 10.1543 -2.57422
-c-3.25879 -8.6543 -11.5576 -14.2773 -16.1602 -22.2529c-3.375 -3.0625 -4.89551 -11.1514 1.14355 -11.9268c11.0371 -1.87402 19.7793 7.38867 27.0576 14.1865c1.43555 2.42188 5.81934 2.53418 5.69238 -0.886719
-c-2.30859 -14.8262 -4.36914 -29.8965 -5.63477 -44.9053c-1.33301 -7.27539 -1.40137 -14.585 -2.66016 -21.9092c-0.762695 -7.96289 -2.10352 -15.8242 -2.66016 -23.8252c-1.24609 -5.40918 -4.36328 -11.0488 -9.2959 -13.8154
-c-4.65723 -0.129883 -8.33105 -2.99316 -12.8711 -3.14551c-8.08594 -2.60938 -16.8027 -3.12012 -25.1123 -4.94824c-20.8926 -1.43164 -42.1445 -3.71875 -63.0107 -1.25879c-11.9648 0.762695 -23.8955 1.67578 -35.5234 4.34766
-c-3.9375 -0.223633 -7.12891 2.47656 -11.0977 2.28809c-2.30273 1.47266 -5.17871 1.19336 -7.52246 2.37402c-4.28418 1.6084 -9.45312 3.08887 -11.8125 7.63672c-4.54395 9.51367 -2.63965 20.8223 -4.63379 30.9756
-c-1.16309 12.2793 -2.29688 24.5293 -3.53711 36.9023c0.00292969 5.04785 -2.10156 10.2324 -1.46777 15.0967c2.08789 3.89941 5.85645 0.319336 8.66602 -0.200195c11.1387 0.148438 18.7734 9.96875 25.9707 17.2471c3.60742 2.91699 6.26855 -2.77832 3.71875 -5.37695
-c-2.45898 -5.07422 -4.23047 -10.9385 -6.20703 -16.4756c0.0419922 -2.97949 -2.84473 -7.76367 0.37207 -9.9248c2.37891 -0.427734 3.59375 3.69727 4.63379 5.32031c2.65723 8.59082 4.79395 17.2061 7.64941 25.8125c2.42773 11.252 8.48828 21.4072 10.3984 32.8789
-c1.47266 2.77441 -2.35059 7.38379 -4.80566 4.37598c-3.18066 -4.96289 -4.72461 -10.8301 -6.14941 -16.5029c-4.82324 -10.4355 -13.5176 -18.96 -22.3955 -25.9707c-3.87793 -2.57031 -10.2598 -4.75391 -13.8428 -0.400391
-c-3.16309 6.625 -2.35742 14.8799 -0.486328 21.7373c-0.160156 3.00293 1.87598 5.43066 2.23047 8.26562c3.90234 10.9961 9.6543 21.5527 16.418 31.04c5.53516 6.76855 12.5312 15.9756 22.4814 14.2656c6.97949 -0.734375 8.01172 -8.82812 12.2695 -12.8994
-c2.86914 -0.691406 4.7793 3.89648 3.77637 6.29297c-2.83887 7.95898 -11.5283 14.8623 -20.5371 13.8145c-13.5244 -2.84473 -23.1582 -14.3867 -30.6035 -25.3418c-6.38281 -8.9082 -9.49902 -19.4209 -13.3291 -29.4316
-c-1.67285 -3.24121 -5.35645 -0.484375 -4.94824 2.40332c-0.475586 19.4121 -3.01855 38.834 -4.74805 58.0615c-1.70508 18.7891 -3.46582 37.6143 -5.29102 56.4033c-0.214844 2.90527 -3.05566 8.77539 1.71582 9.41016
-c15.3193 -7.58691 32.6914 -9.67285 49.4814 -12.1846c31.1484 -3.69922 62.8018 -4.96973 94.1885 -2.9668c23.2217 1.99414 46.6895 4.0293 69.1299 10.5469c3.95508 0.856445 7.31641 3.08301 10.7256 4.77637zM292.056 299.927
-c-13.1113 -3.2998 -26.7539 -5.63574 -40.1064 -7.47363c-15.4023 -2.68066 -31.2139 -2.41504 -46.8154 -3.70898c-25.1006 -0.541992 -50.5156 0.308594 -75.2803 3.71777c-13.0439 1.75 -25.8838 3.78711 -38.6133 7.15039
-c-3.3291 1.02148 -4.08301 -2.13477 -3.74609 -4.69043c1.14844 -15.3809 2.95508 -30.6396 4.31445 -45.9658c1.19531 -10.2959 1.92969 -20.6943 3.32227 -30.8877c2.34473 0.87207 3.58984 5.37891 5.63379 7.32129c2.7207 4.56836 7.29492 8.22168 10.8906 12.0703
-c9.02734 9.5957 23.0947 15.5732 36.1035 11.1553c7.74902 -3.37988 15.3877 -10.0703 16.8809 -18.8271c1.58691 -5.93945 -1.38867 -11.9639 -6.69922 -14.7236c-6.46582 -3.78418 -12.4082 2.61914 -16.5029 6.9502c-1.61621 2.94336 -4.52344 2.35938 -6.9502 1.05859
-c-11.2363 -8.31445 -17.3604 -21.7256 -22.8252 -34.1797c-1.3877 -5.87012 -4.08691 -11.5605 -3.71777 -17.8184c-0.854492 -2.03223 1.15137 -3.05078 2.5166 -2.08887c5.07812 3.32324 9.1543 7.7627 12.7197 12.7998c4.28906 4.82324 5.82031 11.2529 8.18848 16.918
-c2.33789 6.80078 10.2773 14.4941 17.8193 10.1543c5.36426 -2.90918 7.15918 -9.12891 6.72168 -14.9023c2.11621 2.48828 5.08203 5.25098 8.12305 7.12207c5.29102 4.57031 12.4922 0.0263672 15.1299 -5.20508c3.3418 -5.32715 -0.506836 -11.416 -2.5166 -16.4463
-c0.648438 0.149414 1.81055 4.5625 2.97461 6.12012c2.10449 1.49316 0.998047 3.7793 1.94531 5.7207c3.38574 3.44824 5.52832 9.35547 10.6396 10.7256c6.11914 2.27734 11.7119 -3.04102 13.7578 -8.06543c3.57031 5.86914 5.63867 13.1553 8.2373 19.707
-c2.75781 4.37402 3.19434 9.55078 5.97754 13.8428c1.75 7.14355 7.40723 13.2354 14.8154 14.5586c4.80078 -0.397461 9.01855 -4.8418 10.7832 -9.15234c1.70117 -3.73633 -0.779297 -6.82812 -1.42969 -10.3252c-5.93164 -15.6865 -13.6953 -30.7627 -18.6484 -46.9648
-c4.78516 3.22461 7.72461 10.5869 10.6113 16.0742c2.4209 5.76465 8.80176 9.92578 15.1299 7.69434c5.35449 -2.18066 9.32715 2.57129 14.3877 3.40332c6.00195 2.23047 12.1396 -0.3125 16.9316 -3.94727c3.50391 15.0879 4.04688 31.6748 6.29297 47.3369
-c1.26855 17.0391 4.03418 33.835 5.43457 50.7969c0.738281 2.40234 -0.702148 2.53027 -2.43164 2.97461zM144.04 154.629c-2.30273 -4.28223 -2.82227 -9.40234 -4.77637 -13.8721c-0.945312 -4.30469 -2.96289 -8.31934 -6.69336 -10.9551
-c-3.39941 -3.87012 -9.76172 -4.80273 -13.2139 -0.486328c-3.96387 2.91211 -5.2666 7.70996 -4.69043 12.499c-3.41699 -0.166016 -7.80273 -2.11035 -11.2979 -3.60352c-1.14453 -8.46582 0.822266 -17.3057 1.34375 -25.8848
-c1.09863 -10.6992 1.91992 -21.5645 3.09863 -32.3877c-0.00488281 -7.46875 4.52832 -14.6875 11.9385 -16.6846c8.14648 -3.55176 17.0146 -4.15527 25.4922 -5.92969c27.2139 -3.40332 55.0459 -3.72168 82.3535 -0.894531
-c11.9951 2.45703 25.4678 2.05957 35.916 9.16016c3.35156 1.72754 3.53613 5.21289 4.94824 8.12305c-0.120117 2.85938 1.51172 5.39844 1.65918 8.35254c1.74414 20.9219 5.94043 41.6191 6.43555 62.6953c-4.60645 -0.629883 -9.27148 -4.16992 -14.3301 -4.34766
-c-6.57129 -1.56055 -12.2686 2.42676 -16.9033 6.52148c-6.60156 -8.56934 -7.34668 -20.9717 -13.7295 -30.0039c-3.18262 -6.08594 -12.6904 -10.6035 -18.1045 -4.94824c-5.65625 3.99707 -5.9248 11.5029 -3.63281 17.4766
-c1.75195 2.98926 0.889648 7.0498 3.51758 9.43848c-2.1875 2.23633 -6.32422 0.685547 -8.95215 2.60254c-3.22461 3.03027 -7.58887 0.977539 -11.2402 -0.228516c-5.44531 -2.75879 -10.5811 0.902344 -15.2451 3.43164
-c-4.13672 0.217773 -7.71191 -3.3584 -11.9268 -3.74609c-9.7207 -3.46582 -20.0791 4.05078 -21.9668 13.6719zM106.714 60.957c2.62207 0.34668 4.69824 -1.92773 7.03613 -2.83203c5.04492 -3.05371 11.0684 -3.60352 16.4756 -5.57715
-c8.00684 -1.14355 15.7949 -2.82129 23.9678 -3.66113c15.0469 -0.855469 30.0713 -2.6084 45.249 -1.82422c14.0186 1.29492 28.4707 1.06738 42.0732 4.25488c8.11426 0.711914 16.1875 3.01367 23.6543 6.52148c1.50195 2.14648 6.02539 2.81738 6.17773 -0.829102
-c-2.82324 -7.70703 -8.90723 -14.0234 -12.8877 -21.2266c-1.0332 -8.82031 -0.178711 -18.2441 -1.48535 -27.2598c-1.06152 -16.4229 -1.66309 -32.8838 -2.87207 -49.3086c0.519531 -5.46289 -5.46777 -6.85254 -9.01172 -9.37695
-c-11.8369 -7.07422 -25.0527 -11.5967 -38.8125 -13.4717c-12.8018 -2.55469 -26.1133 -0.947266 -38.6133 1.65918c-13.2188 2.87793 -25.8467 7.91602 -37.4971 14.8154c-2.19824 0.756836 -4.9873 1.88965 -4.57617 4.97656
-c-1.83301 25.2354 -4.06934 50.5146 -5.43457 75.7959c-2.72949 6.4502 -7.57324 11.6582 -10.8975 17.8193c-1.17871 2.69824 -6.97266 7.4043 -2.5459 9.52441zM125.85 46.7705l-0.805664 0.0800781l-0.911133 0.0908203
-c1.76953 -6.03125 4.94336 -11.6504 5.18164 -18.083c1.18066 -17.2012 2.71289 -34.2744 3.88574 -51.4482c1.27344 -5.46387 -1.33301 -12.8379 3.43164 -16.875c12.5547 -8.66113 27.4766 -13.4004 42.5312 -15.0166c10.9141 -0.15918 22.4609 -1.88086 32.9502 1.34473
-c5.31543 -0.0771484 9.8623 3.2207 14.8438 4.17578c5.76562 3.16309 13.2803 5.03613 17.1328 10.7256c2.90723 12.0098 1.9707 25.2617 3.08887 37.7832c2.58301 15.5332 -0.254883 32.2783 6.49316 46.9648c-27.4014 -5.11914 -56.2197 -7.25488 -84.4082 -5.34961
-c-14.6836 0.0644531 -29.0547 3.29199 -43.4141 5.60742z" />
-    <glyph glyph-name="uniF16D" unicode="&#xf16d;" 
-d="M94.4023 448l-0.00292969 0.00878906c4.2959 0.133789 8.02832 -2.42285 11.9961 -3.67969c9.69727 3.16699 11.8779 -1.27344 16.6396 -3.04004c10.5684 2.2334 13.8086 -2.54883 18.8779 -7.67871l5.75977 0.160156c15.9365 -9.3916 23.9121 -28.5654 26.7207 -38.3994
-c2.80664 9.83203 10.7803 29.0068 26.7197 38.3994l5.75977 -0.160156c5.06641 5.13184 8.3125 9.91309 18.8799 7.68066c4.76172 1.76562 6.9502 6.20605 16.6406 3.04004c6.04883 1.91406 11.3564 6.95508 19.3594 0.639648
-c6.73828 2.59961 13.3584 3.53125 19.2002 -1.75977c9.02637 1.16992 11.8574 -1.33984 14.0801 -4.16016c1.98633 0.0410156 14.9141 2.06543 20.8027 -6.71973c14.8018 1.75098 19.5322 -8.64941 14.2432 -18.4062c3.01855 -4.67969 6.11035 -9.32324 -0.959961 -18.2402
-c2.50098 -4.96875 0.930664 -10.4375 -4.95996 -16.96c1.55469 -6.98438 -1.55859 -11.8389 -7.04004 -15.6807c1.02539 -9.55762 -8.75586 -15.1396 -11.6797 -17.1201c-1.12207 -5.56836 -3.37695 -10.8535 -14.5596 -13.7598
-c-1.84473 -8.2998 -8.69238 -9.77832 -15.2002 -11.5195c21.5088 -12.5088 39.9609 -28.918 39.8379 -69.2793l3.2002 -5.60156c24.6631 -14.9961 46.8584 -63.2109 12.1602 -102.399c-2.26855 -12.2676 -6.05664 -21.1299 -9.44141 -30.8789
-c-5.06152 -39.293 -38.166 -57.667 -46.8799 -59.8428c-12.7686 -9.72656 -26.2373 -18.9756 -44.6396 -25.4404c-17.3496 -17.8926 -36.1426 -24.6514 -55.04 -24.6396c-0.277344 -0.00292969 -0.683594 0 -0.959961 0
-c-18.8975 -0.0107422 -37.6924 6.74805 -55.04 24.6396c-18.4033 6.46484 -31.8721 15.7139 -44.6406 25.4404c-8.71289 2.17578 -41.8174 20.5527 -46.8799 59.8428c-3.38477 9.75098 -7.17383 18.6143 -9.44043 30.8799
-c-34.6992 39.1836 -12.5039 87.4004 12.1602 102.399l3.2002 5.60156c-0.125 40.3613 18.3301 56.7764 39.8438 69.2734c-6.50879 1.74219 -13.3555 3.2207 -15.2002 11.5205c-11.1826 2.90527 -13.4375 8.19043 -14.5605 13.7598
-c-2.92285 1.98047 -12.7041 7.5625 -11.6797 17.1201c-5.48047 3.84082 -8.59473 8.69531 -7.04004 15.6807c-5.89062 6.52246 -7.45996 11.9912 -4.95996 16.96c-7.06836 8.9209 -3.82227 13.5596 -0.799805 18.2393c-5.2998 9.75098 -0.720703 20.1514 14.0801 18.4004
-c5.88965 8.78516 18.8184 6.76074 20.7998 6.71973c2.22266 2.82031 5.05371 5.33008 14.0801 4.16016c5.8418 5.29102 12.4619 4.35938 19.2002 1.75977c2.74902 2.1709 5.10938 2.96973 7.3623 3.04004zM95.0391 436.649v-0.00488281
-c2.21289 -2.73535 5.19922 -5.33594 1.91992 -8.47949c-4.52051 2.86523 -8.94531 5.80273 -19.6797 7.83984c2.41895 -2.73828 7.35254 -5.58203 4.31934 -8.32031c-5.6748 2.20117 -11.9307 3.87305 -18.8799 4.7998c3.32715 -2.77734 6.08691 -5.52734 3.36035 -7.67969
-c-6.07324 1.89746 -14.3828 4.44141 -22.5596 2.24023l5.12012 -5.2793c0.574219 -0.708008 -12.1094 -0.515625 -20.4805 -0.640625c3.05566 -4.30762 6.18457 -8.44336 8 -15.833c-0.829102 -0.853516 -5.04883 -0.379883 -8.95996 0
-c4.01074 -8.57227 11.0146 -10.7324 12.6406 -14.4004c-2.45117 -1.88379 -5.88477 -1.44043 -9.60059 -0.160156c2.8877 -6.03809 8.97559 -10.1396 13.7607 -15.04c-1.20996 -0.871094 -3.31641 -1.4043 -8.32031 -0.799805
-c4.4209 -4.76953 9.83008 -9.19922 16.1592 -13.1201c-1.12012 -1.31445 -5.06445 -1.19238 -8.63965 -1.28027c5.7334 -5.69629 13.084 -8.75293 20 -12.4795c-3.44727 -2.39062 -5.84082 -1.79297 -8.47949 -1.75977c4.8916 -4.08008 13.2393 -6.17773 20.96 -8.64062
-c-1.46875 -2.31641 -2.94043 -3.0293 -6.08008 -3.67969c8.17188 -4.59082 19.8984 -2.4541 23.1992 -4.7998c-0.796875 -2.30762 -3.06543 -3.86621 -5.75977 -5.12012c13.1592 -0.775391 49.1055 0.515625 56.0029 28.1602
-c-13.4707 15.0195 -38.0342 32.7568 -80.3223 54.5586c32.8955 -11.1797 62.5049 -26.0586 87.3574 -46.5645c29.207 13.8076 9.12891 48.5791 -5.12012 62.4033c-0.722656 -3.65039 -1.62598 -6.04004 -2.56055 -6.7207
-c-4.63965 5.04883 -8.42773 10.3418 -14.3994 15.2002c-0.0205078 -2.85254 1.47461 -6.05566 -2.0791 -8.31934c-3.20508 4.37305 -7.53711 8.36719 -13.2812 11.6797c2.76953 -4.8457 0.527344 -6.31152 -0.957031 -8.32031
-c-4.38965 3.82031 -8.5459 7.5625 -16.6406 10.5605zM254.722 436.645l-0.00683594 -0.00195312c-8.09473 -2.99805 -12.251 -6.73926 -16.6406 -10.5605c-1.48828 2.00879 -3.72754 3.47461 -0.959961 8.32031c-5.74707 -3.3125 -10.0781 -7.30664 -13.2803 -11.6797
-c-3.55566 2.26367 -2.06055 5.4668 -2.08008 8.32031c-5.97266 -4.85938 -9.75977 -10.1523 -14.3994 -15.2002c-0.93457 0.679688 -1.83789 3.06934 -2.56055 6.71973c-14.249 -13.8223 -34.3291 -48.5938 -5.12012 -62.3975
-c24.8428 20.5059 54.4619 35.3789 87.3574 46.5586c-42.2803 -21.8057 -66.8516 -39.5371 -80.3115 -54.5586c6.89941 -27.6445 42.8457 -28.9355 56.002 -28.1602c-2.69336 1.25391 -4.96289 2.8125 -5.75977 5.12012c3.30078 2.3457 15.0273 0.208984 23.1992 4.7998
-c-3.13867 0.650391 -4.61133 1.36328 -6.0791 3.67969c7.7207 2.46289 16.0684 4.56152 20.96 8.64062c-2.63965 -0.0332031 -5.0332 -0.630859 -8.47949 1.75977c6.91504 3.72656 14.2656 6.7832 19.999 12.4805c-3.5752 0.0869141 -7.51855 -0.0351562 -8.63965 1.2793
-c6.3291 3.92188 11.7393 8.35059 16.1602 13.1201c-5.00391 -0.603516 -7.11035 -0.0712891 -8.32031 0.799805c4.78418 4.90039 10.873 9.00195 13.7598 15.04c-3.71484 -1.28027 -7.14941 -1.72266 -9.59961 0.160156c1.62598 3.66797 8.62988 5.8291 12.6396 14.4004
-c-3.91113 -0.379883 -8.12988 -0.853516 -8.95996 0c1.81934 7.39941 4.94531 11.5322 8 15.8398c-8.37012 0.124023 -21.0537 -0.0673828 -20.4795 0.640625l5.12012 5.2793c-8.17676 2.20117 -16.4863 -0.342773 -22.5605 -2.24023
-c-2.72656 2.15234 0.0332031 4.90234 3.36035 7.67969c-6.94922 -0.926758 -13.2041 -2.59863 -18.8799 -4.7998c-3.03223 2.73828 1.90039 5.58203 4.32031 8.32031c-10.7363 -2.03711 -15.1602 -4.97461 -19.6807 -7.83984
-c-3.2793 3.14355 -0.292969 5.74316 1.91992 8.47949zM174.228 322.881c-23.3408 0.607422 -45.7061 -17.4404 -45.7598 -27.8398c-0.0654297 -12.6357 18.4209 -25.4316 45.9199 -25.7598c28.083 -0.201172 45.9902 10.3193 46.0801 23.3604
-c0.102539 14.7744 -25.5293 30.4668 -46.2402 30.2393zM103.669 314.085l0.00195312 0.000976562c-32.4121 -0.603516 -57.1514 -23.0586 -56.002 -60.1602c1.28516 -16.2559 84.8076 56.6182 70.3994 59.0391c-4.8877 0.825195 -9.76953 1.20605 -14.3994 1.12012z
-M240.473 312.807c-4.62793 0.0839844 -9.50879 -0.296875 -14.3975 -1.12207c-14.4072 -2.41602 69.1133 -75.2949 70.4004 -59.0381c1.14648 37.1045 -23.5947 59.5566 -56.0029 60.1602zM223.835 268.325c-8.66309 -0.224609 -17.043 -3.09473 -23.8398 -8.7998
-c-26.0576 -21.9395 -17.4951 -65.6777 8.32031 -84.1631c1.98242 -1.3916 3.97949 -2.78809 6.08008 -4c14.79 -8.8877 35.2061 -9.16992 48.7998 2.24023c26.0586 21.9395 17.4951 65.6777 -8.32031 84.1631c-1.99805 1.36523 -4.01367 2.73633 -6.08008 4
-c-7.39453 4.44336 -16.2959 6.78418 -24.96 6.55957zM124.312 267.365l-0.000976562 0.00488281c-27.9512 1.18262 -53.4863 -25.4248 -55.6797 -53.1201c-0.168945 -2.41602 -0.367188 -4.77441 -0.320312 -7.19922c0.0214844 -17.2559 10.25 -34.8867 27.04 -40.6406
-c32.2402 -10.9971 65.1719 18.9082 67.6807 50.5557c0.138672 2.41602 0.304688 4.93848 0.320312 7.35938c-0.0205078 17.2559 -10.25 34.8867 -27.04 40.6406c-4.0293 1.37402 -8.00684 2.23047 -12 2.39941zM301.11 237.61
-c-19.7061 -0.329102 -5.06152 -93.6963 12.7998 -85.7617c20.2812 16.3174 26.7207 64.1309 -10.8799 85.6016c-0.708008 0.189453 -1.28418 0.170898 -1.91992 0.160156zM43.1904 236.329h0.00292969c-0.635742 0.00976562 -1.21191 0.0302734 -1.9209 -0.15918
-c-37.6006 -21.4727 -31.1602 -69.2891 -10.8818 -85.6006c17.8613 -7.93652 32.5039 85.4346 12.7998 85.7598zM176.477 172.17c-0.28125 0.00585938 -0.742188 0.00976562 -1.02637 0.00976562c-27.9609 0 -50.6533 -20.9258 -50.6533 -46.709l0.000976562 -0.34082
-c-0.0078125 -0.306641 -0.0146484 -0.803711 -0.0146484 -1.11035c0 -25.7842 22.6934 -46.71 50.6543 -46.71s50.6533 20.9258 50.6533 46.71c0 0.306641 -0.00683594 0.803711 -0.0146484 1.11035l0.00195312 0.344727c0 25.1729 -22.1504 46.0928 -49.4414 46.6953
-h-0.0800781h-0.0800781zM287.357 154.573c-11.8701 -0.307617 -26.0664 -11.6885 -39.5195 -26.8779h0.15918c-15.6748 -18.3623 -24.5547 -51.7764 -13.1191 -62.5615c10.9336 -8.37891 40.3984 -7.20312 62.0791 22.8799c15.7441 20.2041 10.4336 53.9189 1.44043 62.8789
-c-3.33887 2.58301 -7.08301 3.7832 -11.04 3.68066zM56.7988 147.375c-3.06348 -0.283203 -5.8584 -1.28125 -8.48047 -2.87793c-9.34863 -7.11523 -11.0752 -31.2402 2.24023 -55.04c19.7441 -28.3633 47.4414 -31.2207 58.8799 -24.3203
-c12.0908 9.03809 5.52832 39.6641 -8.95996 57.1191c-12.4697 14.4688 -27.7266 24.5732 -40.4795 25.1191c-1.0625 0.0458984 -2.17871 0.0957031 -3.2002 0zM175.675 63.6953c-20.2227 0.505859 -51.2568 -8.01367 -50.8799 -19.04
-c-0.323242 -7.51953 24.2793 -29.2451 49.4395 -28.1602c24.2949 -0.418945 49.458 21.1328 49.1201 30.7207c-0.0537109 9.87305 -27.3301 17.3682 -47.6797 16.4795z" />
-    <glyph glyph-name="uniF174" unicode="&#xf174;" 
-d="M253.035 447.996l-0.00390625 0.03125c5.37402 0.166016 7.16797 -5.33594 9.62793 -8.91406c4.49023 -6.56738 10.7627 -23.8301 19.5166 -12.916c7.23242 6.27051 17.0361 25.3271 26.2197 11.7705c4.96289 -8.13281 3.70215 -22.9131 14.5684 -24.7686
-c9.18164 4.98633 16.6797 15.7344 27.5244 15.4404c7.76855 -6.99609 5.30078 -19.4619 8.16211 -29.0117c6.58105 -9.4248 17.5215 3.00293 26.0293 4.87988c16.2861 7.26172 12.8867 -14.1455 12.3867 -23.7217c-3.38867 -14.29 12.2871 -10.2871 20.6445 -7.36426
-c14.2881 7.44141 20.9043 -6.93164 14.4863 -18.7617c-5.41309 -10.1689 -0.828125 -21.2725 11.7607 -17.0498c11.2656 3.00879 28.6641 -1.84766 18.6865 -15.6865c-2.95215 -7.38184 -13.8252 -22.1758 0.0849609 -23.4277
-c9.18164 -2.58594 30.6895 -0.115234 24.2412 -15.2471c-3.98535 -8.66211 -16.9932 -15.8672 -12.3984 -25.9102c9.2168 -4.84863 22.3467 -5.06738 28.085 -14.21c-1.26465 -10.4492 -13.1924 -15.2686 -19.5322 -22.9648
-c-4.19922 -10.709 12.2422 -12.9033 18.5361 -18.9336c15.0127 -9.50195 -4.54785 -18.5938 -12.7949 -23.4639c-13.7764 -5.12793 -1.95898 -15.9795 5.23535 -21.2754c14.0146 -7.61426 6.06836 -21.3193 -7.37988 -22.416
-c-11.4023 -1.08496 -18.3535 -11.0986 -7.80566 -19.2314c8.73242 -7.72266 14.4639 -24.9033 -2.64844 -24.2422c-7.78516 -1.63086 -26.0225 -0.804688 -19.3428 -13.0732c2.99609 -9.08887 16.9395 -25.7246 0.712891 -28.7236
-c-9.38672 -1.47949 -22.4971 5.26367 -28.3789 -3.94141c1.11035 -10.4248 8.20312 -21.4961 3.80371 -31.4404c-9.47168 -4.52344 -20.082 2.48145 -30.0381 3.47754c-11.2256 -2.40234 -3.88672 -17.3252 -5.4209 -25.8857
-c0.490234 -17.7646 -17.9531 -6.52441 -26.5771 -2.39648c-11.9492 8.60938 -14.3809 -7.29004 -14.79 -16.2334c1.47363 -15.9961 -14.3584 -16.5762 -22.7529 -6.14062c-7.26758 8.91992 -19.3877 8.89844 -20.2744 -4.33008
-c-1.48047 -11.6143 -12.7295 -25.6787 -21.6709 -11.1855c-5.69043 5.57031 -15.166 21.1973 -21.6426 8.7959c-5.89258 -7.54492 -11.875 -28.2529 -23.4639 -16.6045c-6.46094 7.03613 -8.14258 21.6465 -19.1309 21.4961
-c-8.02246 -6.7002 -13.2344 -18.7949 -23.9443 -20.5869c-9.14551 5.14746 -9.03027 17.9678 -13.709 26.7334c-8.23633 8.20215 -16.5908 -6.24219 -24.5693 -9.72266c-14.5469 -10.3711 -15.3506 11.2734 -16.7373 20.749
-c0.522461 14.667 -14.1025 7.75684 -21.7109 3.19434c-12.5273 -10.1104 -21.8848 2.75 -17.832 15.5771c3.37891 11.0293 -3.31348 20.9658 -14.8301 14.4268c-10.5469 -5.11133 -28.5215 -3.74316 -21.4023 11.8457c1.41309 7.80762 9.18652 24.4072 -4.69922 22.8633
-c-9.53223 0.732422 -30.0957 -5.84961 -26.8311 10.2412c2.2627 9.28711 13.4473 18.7988 7.24414 27.8682c-10.0264 2.93359 -22.958 0.55957 -30.4336 8.3916c-0.601562 10.4629 9.90918 17.5576 14.6045 26.3525c2.18848 11.3828 -14.4316 10.2578 -21.751 14.9385
-c-16.5566 6.43262 0.845703 19.167 8.02148 25.5342c12.5176 7.70508 -1.38477 16.0312 -9.41211 19.8223c-15.3008 4.75293 -9.9082 19.7441 2.99512 23.4639c11.0381 3.32227 15.7344 14.5059 3.79395 20.4053c-10.1016 5.78027 -18.8867 21.5137 -2.12109 24.2344
-c7.2666 3.15723 25.3018 5.87598 16.4824 16.5928c-4.63281 8.34375 -21.5469 21.9404 -6.3418 28.0381c8.93457 3.29883 23.2168 -0.8125 27.0723 9.5127c-3.11914 9.9707 -12.3154 19.4082 -9.84668 29.9863c8.37988 6.3418 20.1641 1.45117 30.1143 2.40039
-c10.4717 4.57715 0.447266 17.7637 0.301758 26.459c-3.99805 17.3896 16.375 9.87598 25.6768 7.57031c13.3916 -6.08105 12.5166 10.0254 11.2354 18.8242c-4.55078 15.3662 10.8525 19.1855 21.1318 10.541c8.88477 -7.30664 20.8154 -5.05078 19.1094 8.15918
-c-0.732422 11.6191 7.31348 27.668 18.9609 15.2471c6.67969 -4.28418 19.041 -17.7891 23.0156 -4.46191c4.35156 8.51367 6.16504 29.9834 19.7686 20.8184c7.69336 -5.61328 12.1787 -19.7754 22.9092 -17.2783c6.56152 8.12598 9.27344 21.0674 19.4688 24.8389z
-M252.584 403.051c-14.4922 0.771484 -21.2988 -19.7578 -8.97266 -27.6211c21.1768 -14.832 34.8867 27.082 8.97266 27.6211zM218.458 378.1l-0.00292969 0.00390625c-39.957 -7.39355 -77.0283 -28.5566 -104.054 -58.8545h180.202
-c32.0947 2.89648 67.9736 -10.332 82.0381 -41.168c13.8477 -27.8662 -6.19238 -57.6875 -30.2529 -71.6729c3.06934 -11.0527 29.4883 -31.252 26.8096 -53.3154c11.5303 -20.4521 48.3047 -7.6709 43.6377 16.4229c-3.83301 12.9746 8.02246 12.8125 17.499 11.7725
-c7.40625 3.44531 10.8779 34.957 -5.36523 36.4414c-11.6729 7.05273 -30.8975 8.0166 -33.2236 23.9941c4.41406 15.835 12.8633 30.3516 18.9648 45.6357c-16.5449 29.0225 -41.0625 53.4307 -70.1553 69.8535c-18.4961 5.8418 -46.1777 30.0547 -63.5195 14.8945
-c-10.9385 -8.14844 -19.1045 -25.6436 -34.7998 -21.6475c-10.5439 7.7168 -18.3965 18.5684 -27.7783 27.6396zM71.6582 266.216c-11.915 0.178711 -19.2314 -14.625 -12.0234 -24.0322c18.4824 -23.6162 43.4531 22.6152 12.0234 24.0322zM432.851 265.433
-c-14.584 0.71582 -21.0488 -19.5703 -9.03613 -27.4648c21.1631 -15.0742 35.0439 26.8877 9.03613 27.4648zM100.878 262.971c3.23926 -9.52441 13.001 -20.6357 4.13379 -30.1875c-11.416 -7.52734 -24.7705 -11.6504 -37.0293 -17.7002
-c-2.43164 -23.7773 -0.505859 -48.0449 6.04199 -71.0498h53.2588v118.938h-26.4053zM210.864 261.74l-0.000976562 -35.0205h53.9746c25.8809 -8.67188 46.2324 28.2979 13.8428 34.2041c-22.4775 1.83594 -45.2295 0.323242 -67.8164 0.816406zM210.863 176.258
-l0.00195312 -26.8135c-3.27734 -12.3613 12.749 -5.41797 20.0527 -7.19922c8.83398 -1.08105 20.0654 2.27539 27.2754 -1.90234c-0.496094 -18.3955 0.99707 -37.252 -0.75293 -55.3564c-48.4609 -0.849609 -97.0576 -0.121094 -145.572 -0.364258
-c-17.542 5.2168 4.69531 -23.082 13.4619 -17.7568c13.0898 1.16602 28.748 11.3613 39.4951 -0.150391c5.13281 -12.8633 6.31641 -26.9922 9.78711 -40.3867c48.3574 -22.79 106.611 -23.1201 155.19 -0.783203c2.2334 10.377 4.46582 20.7549 6.69922 31.1328
-c1.07617 18.9277 21.2109 15.0977 33.7539 11.332c15.3994 -8.17188 24.6592 4.79688 32.7217 16.9473c-20.3838 -0.777344 -40.8525 -0.115234 -61.2686 -0.334961c-17.7588 -2.43945 -36.3789 3.91699 -42.668 22.6475
-c-10.4404 21.9727 -3.24609 56.5596 -30.3652 67.3154c-18.9688 3.38574 -38.5645 0.922852 -57.8125 1.67285zM140.151 53.1816c-10.5059 -0.0478516 -18.2783 -11.6436 -13.7188 -21.2686c14.8896 -28.7852 48.1641 17.9756 13.7188 21.2686zM364.375 52.3984
-c-14.6621 0.573242 -20.7305 -19.7471 -8.84668 -27.5791c21.3779 -14.9668 34.9023 27.3125 8.84668 27.5791z" />
-    <glyph glyph-name="uniF180" unicode="&#xf180;" 
-d="M243.676 323l-0.00488281 0.00976562c16.4268 0.00976562 34.3916 -0.446289 42.4736 -1.28125c31.2783 -3.23047 59.5303 -9.86816 91.8174 -19.9092l0.34082 16.918c13.8604 -1.72461 27.582 -4.53125 41.2373 -7.42871
-c28.5645 -6.5127 44.0986 -11.3301 58.1934 -18.0527c12.6924 -6.05762 17.9463 -12.8613 25.6514 -33.2852c3.08105 -8.16504 8.61426 -26.1543 8.61426 -28.0049c0 -0.982422 -10.3477 -8.08496 -15.8643 -10.8945c-15.6514 -7.97266 -31.1191 -8.77441 -50.5557 -2.62793
-c-12.7227 4.02441 -33.5967 14.2861 -46.5049 22.8574l-7.8457 4.8916l8.40039 -20.1221l10.2988 -4.95605c22.6045 -10.8701 41.6543 -17.2588 53.2842 -17.8799c11.1875 -0.597656 23.7891 2.48438 38.4658 9.41992c3.91211 1.84863 7.41211 3.35449 7.7832 3.35449
-c1.04785 0 0.0722656 -5.31641 -1.9834 -10.873c-2.15625 -5.82715 -4.27539 -7.70801 -14.2432 -12.582c-19.0762 -9.32422 -36.1123 -13.6045 -62.1367 -15.5723c-11.4268 -0.863281 -21.0078 -0.487305 -38.3379 1.47461
-c-14.4492 1.63477 -25.2168 1.72363 -30.1504 0.255859c-4.60547 -1.37012 -8.95898 -5.33984 -11.002 -10.04c-2.18164 -5.01855 -2.63477 -16.0342 -0.980469 -23.4971c2.41797 -10.9092 8.73438 -24.8135 16.1836 -35.6094
-c1.90332 -2.75781 3.25879 -5.19434 3.02734 -5.42578c-0.473633 -0.474609 -38.7012 17.0303 -41.5146 19.0117c-1.00293 0.706055 -6.20117 6.28516 -11.5566 12.3896s-12.3545 13.7383 -15.5654 16.9609c-14.3096 14.3623 -30.3125 21.2715 -49.1699 21.2539
-c-14.1768 -0.0126953 -23.5195 -3.23828 -31.0879 -10.7227c-4.90918 -4.85449 -7.21094 -9.91992 -8.91309 -19.6523c-1.1709 -6.69238 -0.959961 -22.5156 0.383789 -28.1973c0.355469 -1.50391 0.433594 -3.71094 0.170898 -3.95215l-32.7939 16.085l-1.15234 5.21289
-c-3.63477 16.4287 -13.0703 33.3779 -25.5654 45.8838c-16.6045 16.6162 -35.5664 24.5996 -58.4033 24.6074c-18.3711 0.00585938 -32.7988 -5.38086 -43.9658 -16.4043c-11.8818 -11.7295 -17.2314 -23.8945 -17.1436 -38.9629
-c0.138672 -23.8643 15.1221 -44.5234 37.8027 -52.1416c6.04688 -2.0332 6.84082 -2.13086 17.5977 -2.16602c10.0225 -0.0253906 11.7822 0.138672 16.0352 1.55957c12.7363 4.25488 20.334 13.3945 22.1533 26.6367c1.69629 12.3359 -6.14844 27.7656 -16.8867 33.2168
-c-10.8506 5.50879 -22.7334 4.98145 -29.2334 -1.28125c-5.33984 -5.14453 -5.42285 -12.3525 -0.212891 -17.0674c3.10547 -2.81055 6.04102 -3.55664 10.1914 -2.39258c10.5439 2.95605 16.0479 1.02148 18.2734 -7.17773
-c2.18359 -8.04492 -2.20508 -11.71 -9.74414 -14.7393c-18.8799 -7.58496 -41.207 4.38965 -45.8008 23.4971c-5.41504 22.5225 9.30957 40.7695 29.5527 46.3115c7.38281 2.02148 18.9609 1.95898 26.4824 -0.0214844c24.5664 -6.46875 41.1934 -26.0166 43.9678 -51.7168
-c1.13379 -10.5098 -0.0888672 -18.8496 -4.1582 -28.4531c-11.2285 -26.4912 -36.3564 -39.875 -70.1748 -37.3613c-34.9473 2.5957 -65.1123 26.3779 -75.6943 59.7041c-2.9375 9.25195 -3.77246 15.2832 -3.70996 26.6602
-c0.0986328 17.9766 3.02246 30.0029 11.4717 47.165c18.873 38.3281 52.2861 68.4033 105.503 94.9707c33.0186 16.4873 62.7051 25.4824 96.5068 29.2256c5.57617 0.617188 17.416 0.910156 30.1924 0.917969zM457.6 288.362
-c-4.74219 -0.0126953 -9.5957 -1.14258 -14.1797 -3.48242c-4.85938 -2.47949 -10.8369 -8.92676 -13.3486 -14.376c-4.41992 -9.59082 -3.39941 -21.0273 2.68652 -29.8848c7.41602 -10.792 22.0107 -15.7354 34.2656 -11.5986
-c18.5703 6.2666 26.708 27.7588 16.7812 44.3027c-5.82129 9.70215 -15.7744 15.0654 -26.2051 15.0391zM457.258 279.518c9.33105 0.198242 18.334 -5.86328 21.0244 -16.3838c1.35449 -5.2998 0.873047 -9.1582 -1.83398 -14.7822
-c-3.95703 -8.21973 -12.9863 -12.665 -22.5166 -11.1074c-6.72168 1.09863 -12.4814 5.63867 -15.5234 12.2188c-3.7041 8.01367 -1.64258 18.5205 4.77637 24.3301c4.20508 3.80566 9.18555 5.62207 14.0732 5.72461zM462.247 268.646
-c-7.44629 -0.000976562 -12.1973 -5.52539 -8.08105 -9.39941c3.33887 -3.14258 9.04004 -3.78418 13.4756 -1.5166c2.87207 1.46777 3.87598 3.5127 3.13477 6.47266c-0.545898 2.17773 -4.90625 4.44336 -8.5293 4.44336z" />
-    <glyph glyph-name="uniF15A" unicode="&#xf15a;" 
-d="M197.451 2.55957c-5.96875 0 -11.8945 1.56152 -17.1133 4.58203l-54.5059 32.248c-8.13281 4.55371 -4.16309 6.16406 -1.48438 7.10156c10.8672 3.76855 13.0605 4.63574 24.6504 11.207c1.20703 0.677734 2.80273 0.422852 4.05273 -0.308594l41.8604 -24.8584
-c1.52734 -0.84082 3.66504 -0.84082 5.06641 0l163.224 94.2129c1.52734 0.867188 2.49902 2.61914 2.49902 4.41895v188.374c0 1.84277 -0.97168 3.56641 -2.52637 4.49902l-163.168 94.1377c-1.51367 0.87793 -3.51172 0.87793 -5.03906 0l-163.127 -94.165
-c-1.58203 -0.905273 -2.58105 -2.68262 -2.58105 -4.47168v-188.374c0 -1.7998 0.999023 -3.50781 2.56738 -4.36523l44.7197 -25.834c24.2617 -12.1279 39.127 2.1582 39.127 16.5088v185.986c0 2.62891 2.10938 4.70508 4.7334 4.70508h20.708
-c2.58105 0 4.71875 -2.07617 4.71875 -4.70508v-185.986c0 -32.3779 -17.627 -50.9482 -48.3281 -50.9482c-9.43848 0 -16.8643 0 -37.6006 10.2197l-42.8047 24.6426c-10.5762 6.11035 -17.1133 17.5391 -17.1133 29.7754v188.374
-c0 12.2422 6.53711 23.665 17.1133 29.7539l163.238 94.3213c10.3262 5.84473 24.0537 5.84473 34.2969 0l163.224 -94.3213c10.5762 -6.11523 17.1416 -17.5117 17.1416 -29.7539v-188.374c0 -12.2363 -6.56543 -23.623 -17.1416 -29.7754l-163.085 -94.251
-c-5.21875 -3.01953 -11.1318 -4.58105 -17.1836 -4.58105zM247.834 132.345c-71.4375 0 -86.4004 32.7861 -86.4004 60.29c0 2.61328 2.10938 4.70117 4.71875 4.70117h21.1113c2.35938 0 4.31641 -1.69238 4.69141 -3.99609
-c3.17773 -21.4873 12.6855 -32.3301 55.8789 -32.3301c34.3799 0 49.0225 7.7793 49.0225 26.0244c0 10.5176 -4.14941 18.3252 -57.5859 23.5566c-44.665 4.41895 -72.2852 14.2861 -72.2852 50.0166c0 32.9355 27.7588 52.5781 74.2979 52.5781
-c52.2979 0 78.1699 -18.1514 81.4453 -57.0889c0.125 -1.3457 -0.34668 -2.63086 -1.23535 -3.63379c-0.902344 -0.9375 -2.15137 -1.50781 -3.45605 -1.50781h-21.1943c-2.19238 0 -4.13574 1.56152 -4.58008 3.6875c-5.08008 22.6094 -17.4463 29.8359 -50.9795 29.8359
-c-37.5449 0 -41.9023 -13.083 -41.9023 -22.8809c0 -11.8721 5.14844 -15.3311 55.8379 -22.0371c50.1602 -6.63184 73.9922 -16.0215 73.9922 -51.2803c0 -35.5664 -29.6611 -55.9355 -81.377 -55.9355z" />
-    <glyph glyph-name="uniF140" unicode="&#xf140;" 
-d="M103.387 107.11c1.66504 0.123047 3.3291 0.245117 4.99414 0.367188c12.2695 2.67285 -2.43164 -6.12402 -4.07227 -9.95312c32.0723 -8.59766 66.4639 -5.83301 98.6934 0.737305c11.0654 -4.35059 22.2988 -11.4707 34.292 -15.2402
-c-34.9131 -16.6436 -74.6729 -22.3857 -112.952 -17.0225c-15.0957 3.05371 -34.207 5.1123 -43.1387 19.2344c-4.67578 13.001 12.5732 19.3525 22.1836 21.877zM93.0615 153.887h-0.00292969c3.78125 -0.842773 19.2422 7.53418 7.78027 -2.27832
-c-0.641602 -3.04004 -12.2002 -8.66211 -6.48926 -11.6709c40.5977 -8.5918 83.4746 -4.54492 124.073 3.50293c7.48633 -8.18945 18.2812 -11.7617 28.3916 -15.5479c-45.8115 -14.2861 -94.75 -20.3848 -142.471 -13.4561
-c-12.5586 2.93066 -30.417 4.15918 -36.3564 17.5732c-1.64062 13.4014 15.4668 18.0107 25.0742 21.877zM254.505 350.536l-0.0107422 -0.0244141c3.57422 -0.837891 16.5459 3.01074 7.31348 -3.15332c-24.0029 -18.7393 -55.8691 -30.8818 -71.166 -58.4844
-c-7.875 -20.0684 14.416 -34.2998 20.3555 -51.4727c7.54688 -22.7412 -12.1934 -42.6758 -29.8662 -53.5879c-7.22949 -5.22754 -21.6182 -7.13574 -9.15625 3.74805c11.8916 9.33496 16.4727 28.0869 4.85449 39.5146c-16.7627 17.748 -27.1377 46.3584 -12.8438 68.6426
-c20.0703 30.624 56.707 44.6123 90.5195 54.8174zM59.2012 76.2061h-0.0078125c10.7793 1.49902 18.2549 -5.20117 26.4258 -11.123c-17.4395 2.40234 -35.6289 -0.142578 -50.3916 -9.95605c5.42578 -3.8125 14.0889 -4.94629 21.0166 -6.69824
-c63.8545 -9.96289 129.732 -7.36328 193.639 0.921875c12.8613 3.21777 29.1465 2.93359 38.3467 13.0898c0.285156 4.9209 -10.1934 11.6104 -6.41895 12.5537c9.13477 -0.708984 24.7217 -8.9375 18.0947 -20.1738c-14.209 -15.8652 -37.6914 -18.1162 -57.3359 -23.2285
-c-75.2451 -13.1611 -153.309 -11.0918 -228.229 3.01074c-8.79395 1.01562 -19.1865 10.8623 -11.8604 19.4814c14.7764 14.8506 36.4688 20.1475 56.7207 22.1221zM107.012 202.608l0.00195312 0.000976562c5.65918 0.702148 10.9199 -1.59277 16.3467 -2.82715
-c-13.0869 -7.35059 -28.1191 -8.7002 -41.7256 -14.749c-1.51074 -1.1875 -12.1191 -4.23828 -6.26855 -5.5918c37.8311 -7.25684 76.9395 -2.89648 115.11 -0.554688c23.5029 0.832031 46.6084 8.60449 70.2314 7.19141
-c-6.03027 -5.87891 -13.7354 -8.96875 -21.0166 -12.9053c-18.0469 -10.3066 -40.1865 -10.1777 -60.418 -13.334c-44.2178 -3.25098 -89.9707 -5.74609 -133.222 5.03809c-7.50195 0.908203 -16.5234 9.7998 -9.28027 16.6533
-c20.4746 13.6855 45.7236 19.7119 70.2402 21.0781zM278.896 206.664c23.2646 2.21875 46.4951 -18.1387 40.1904 -42.0332c-8.74707 -29.0283 -40.7021 -41.5127 -67.3623 -49.3115c-14.7266 -5.35059 -19.1318 -4.8252 -5.33594 6.47852
-c16.5869 11.8477 38.6768 21.7559 46.8271 42.4014c7.8916 16.9922 -12.1846 35.0244 -28.7598 28.1455c-5.19434 0.119141 -20.7539 -11.3799 -14.9375 -3.49316c5.04199 11.9248 16.9639 17.8643 29.3779 17.8125zM198.699 433.251v0.0078125
-c-1.06543 4.91602 -2.12988 9.83203 -3.19531 14.748c5.66504 -6.98926 12.8389 -12.9531 16.5869 -21.2617c14.623 -28.9961 -1.7207 -62.1777 -21.9932 -83.6387c-19.3809 -23.2588 -53.1641 -37.4023 -59.3652 -69.626
-c-3.12402 -33.5498 31.6348 -53.6611 37.793 -84.873c-13.5 9.72363 -25.2461 21.627 -36.8125 33.3516c-16.8115 18.1602 -37.8271 42.4307 -28.7578 69.0283c13.8711 31.0928 47.2939 46.8662 70.5498 69.9326c20.7217 17.3223 33.4658 45.4736 25.1943 72.3311z
-M312.873 48.8037h0.00488281c2.45703 1.99609 8.2959 17.2051 7.00977 5.64844c4.34375 -19.3135 -15.4668 -31.5166 -30.9766 -36.5596c-54.3662 -17.0283 -112.447 -16.5146 -168.997 -14.0723c-24.7725 2.9375 -53.5 1.67773 -72.7607 20.3408
-c68.9912 -9.33984 139.993 -10.6719 208.609 2.49316c19.5107 4.89453 42.1797 7.66797 57.1104 22.1494z" />
-    <glyph glyph-name="uniF131" unicode="&#xf131;" 
-d="M200.524 393.455l0.00292969 0.00878906c8.27148 0.109375 13.9844 -8.69434 8.08203 -15.8594c-28.5625 -46.6113 -57.1279 -93.3066 -85.6768 -139.942c-3.83984 -7.58301 -7.10547 -15.3691 -8.56836 -23.8809
-c-0.0517578 -1.07227 -0.165039 -1.84277 -0.364258 -2.30957c-0.0830078 -0.706055 -0.166016 -1.42969 -0.243164 -2.12695c1.09473 -1.66406 2.16992 -3.34082 3.2832 -4.98535c30.1758 -49.3887 60.3457 -98.8477 90.5342 -148.218
-c9.00098 -12.3867 -2.93359 -17.791 -14.6445 -17.7432c-24.2939 0.118164 -48.5713 -0.12793 -72.8574 0.243164c-13.166 0.724609 -23.9648 9.78516 -29.6533 21.207c-28.8008 46.8926 -57.7871 93.6533 -86.4707 140.614
-c-6.32617 10.9922 -4.83301 24.9053 2.91699 34.6973l47.7012 77.0498l35.1807 58.9443c6.00781 12.21 18.1523 22.1787 32.2666 21.9971c25.6152 0.0341797 51.2578 0.280273 76.8701 0.182617c0.572266 0.0898438 1.08984 0.114258 1.64062 0.121094zM265.549 393.212
-l-0.0146484 -0.0234375l73.1592 -0.182617c11.7627 0.0488281 23.1035 -6.64844 29.1064 -16.709l87.8213 -143.027c6.85449 -10.3301 6.95117 -24.5732 0 -34.8789c-16.7959 -26.7832 -32.6191 -54.1641 -49.8281 -80.6338l-4.375 -7.23145
-c-9.96387 -16.5703 -20.0957 -33.0557 -29.7139 -49.8281c-5.72168 -12.1406 -17.6797 -21.5039 -31.3555 -21.9961l-78.6299 0.425781c-8.51758 -0.267578 -14.373 7.47852 -9.2373 15.252c28.6895 47.2383 57.7598 94.3066 86.5928 141.466
-c0.740234 0.996094 1.39062 2.04297 2.00488 3.09863c0.0322266 0.0556641 0.0908203 0.124023 0.121094 0.181641c0.240234 0.418945 0.448242 0.848633 0.668945 1.27637c0.0849609 0.142578 0.162109 0.280273 0.243164 0.424805
-c2.00781 4.01855 3.24219 8.35352 3.82812 12.8223v0.0634766c0.0859375 0.662109 0.123047 1.33984 0.181641 2.00586c0.211914 3.21973 0.160156 6.48926 0.0605469 9.66211l-92.1797 148.812c-2.40625 4.15625 -5.39551 8.95703 -3.52441 13.915
-c2.55273 5.83398 9.91699 4.66699 15.0703 5.10449z" />
-    <glyph glyph-name="uniF150" unicode="&#xf150;" 
-d="M171.541 86.0029h27.9062c1.69629 0 3.2207 1.5332 3.2207 3.23926v27.6982c0 1.90332 -1.53418 3.25684 -3.2207 3.25684h-27.9062c-1.69629 0 -3.2207 -1.35352 -3.2207 -3.25684v-27.6982c0 -1.70605 1.53418 -3.23926 3.2207 -3.23926zM93.9678 86.0029
-c1.89453 0 3.24805 1.5332 3.24805 3.23926v27.6982c0 1.90332 -1.35352 3.25684 -3.24805 3.25684h-27.707c-1.70508 0 -3.23047 -1.35352 -3.23047 -3.25684v-27.6982c0 -1.70605 1.52539 -3.23926 3.23047 -3.23926h27.707zM118.978 136.193h27.7256
-c1.70508 0 3.23926 1.37109 3.23926 3.2207v27.7344c0 1.69629 -1.53418 3.22168 -3.23926 3.22168h-27.7256c-1.69629 0 -3.2207 -1.53418 -3.2207 -3.22168v-27.7344c0 -1.84961 1.52441 -3.2207 3.2207 -3.2207zM93.9678 -14c1.89453 0 3.24805 1.35352 3.24805 3.2207
-v27.7344c0 1.67871 -1.35352 3.22168 -3.24805 3.22168h-27.707c-1.70508 0 -3.23047 -1.55176 -3.23047 -3.22168v-27.7344c0 -1.86719 1.52539 -3.2207 3.23047 -3.2207h27.707zM97.2158 167.158c0 1.69629 -1.35352 3.2207 -3.24805 3.2207h-27.707
-c-1.70508 0 -3.23047 -1.53418 -3.23047 -3.2207v-27.7344c0 -1.84961 1.52539 -3.22168 3.23047 -3.22168h27.707c1.89453 0 3.24805 1.37207 3.24805 3.22168v27.7344zM199.447 35.9922c1.69629 0 3.2207 1.53418 3.2207 3.23926v27.7158
-c0 1.69629 -1.53418 3.22168 -3.2207 3.22168h-27.9062c-1.69629 0 -3.2207 -1.53418 -3.2207 -3.22168v-27.7158c0 -1.70508 1.53418 -3.23926 3.2207 -3.23926h27.9062zM168.32 167.158v-27.7344c0 -1.84961 1.53418 -3.22168 3.2207 -3.22168h27.9062
-c1.69629 0 3.2207 1.37207 3.2207 3.22168v27.7344c0 1.69629 -1.53418 3.2207 -3.2207 3.2207h-27.9062c-1.68652 0 -3.2207 -1.53418 -3.2207 -3.2207zM211.339 295.066c0 15.9785 -12.2344 28.7451 -27.2119 28.7451h-112.958
-c-14.9502 0 -27.2207 -12.7578 -27.2207 -28.7451v-61.0625c0 -15.8252 12.2617 -28.583 27.2207 -28.583h112.958c14.9688 0 27.2119 12.7578 27.2119 28.583v61.0625zM66.252 70.1777c-1.70508 0 -3.23047 -1.53418 -3.23047 -3.2207v-27.7168
-c0 -1.70508 1.52539 -3.23926 3.23047 -3.23926h27.707c1.89453 0 3.24805 1.53418 3.24805 3.23926v27.7168c0 1.69629 -1.35352 3.2207 -3.24805 3.2207h-27.707zM149.951 116.949c0 1.90332 -1.53418 3.25684 -3.23926 3.25684h-27.7344
-c-1.69629 0 -3.2207 -1.35352 -3.2207 -3.25684v-27.6982c0 -1.70508 1.53418 -3.23926 3.2207 -3.23926h27.7256c1.70508 0 3.23926 1.53418 3.23926 3.23926v27.6982h0.00878906zM115.748 66.957v-27.7168c0 -1.70508 1.5332 -3.23926 3.2207 -3.23926h27.7256
-c1.70508 0 3.23828 1.53418 3.23828 3.23926v27.7168c0 1.69531 -1.5332 3.2207 -3.23828 3.2207h-27.7256c-1.69629 0 -3.2207 -1.52539 -3.2207 -3.2207zM115.748 -10.7695c0 -1.86816 1.5332 -3.22168 3.2207 -3.22168h27.7256
-c1.70508 0 3.23828 1.35352 3.23828 3.22168v27.7344c0 1.67773 -1.5332 3.2207 -3.23828 3.2207h-27.7256c-1.69629 0 -3.2207 -1.55176 -3.2207 -3.2207v-27.7344zM202.659 16.9648c0 1.67773 -1.53418 3.2207 -3.2207 3.2207h-27.9062
-c-1.69629 0 -3.2207 -1.55176 -3.2207 -3.2207v-27.7344c0 -1.86816 1.5332 -3.22168 3.2207 -3.22168h27.9062c1.69629 0 3.2207 1.35352 3.2207 3.22168v27.7344zM246.219 324.163v-345.489c0 -17.3408 -14.1201 -31.2803 -31.8311 -31.2803h-166.677
-c-17.3584 0 -31.6406 13.9395 -31.6406 31.2803v345.489c0 17.1777 14.2822 31.1172 31.6406 31.1172h0.333984v75.1914c0 4.60156 7.4707 8.49023 16.8447 8.49023c4.58301 0 8.83301 -1.00098 11.7197 -2.53516c3.06738 -1.51562 4.94434 -3.59082 4.94434 -5.95508
-v-75.1914h132.844c17.7012 0 31.8213 -13.9395 31.8213 -31.1172z" />
-    <glyph glyph-name="uniF134" unicode="&#xf134;" 
-d="M271.329 3.45117c-8.43066 -0.892578 -22.5859 -1.18066 -27.9053 -0.558594c-1.13477 0.131836 -5.00488 0.569336 -8.60059 0.982422c-14.04 1.5918 -31.1152 6.56348 -37.4014 10.8896c-3.6875 2.53711 -6.63281 6.51953 -6.63281 8.9707
-c0 0.9375 4.00586 9.63281 8.90137 19.3223c11.958 23.6689 14.0801 29.2568 21.0186 55.3262c4.10742 15.4316 4.89941 37.4561 1.84375 51.3027c-3.06543 13.8945 -13.7471 31.0928 -24.3262 39.165c-5.94629 4.53613 -7.07324 5.20215 -11.3467 6.70215
-c-11.9463 4.19336 -27.5283 11.6865 -38.0615 18.3057c-10.3242 6.48633 -16.8994 11.4629 -26.5029 20.0566c-18.2402 16.3193 -30.0547 31.5605 -40.3145 52.0039c-8.77148 17.4775 -12.8506 30.3906 -15.3232 48.5068c-1.60645 11.7725 -1.72461 14 -0.783203 14.7812
-c0.573242 0.474609 61.7832 0.645508 188.954 0.529297l188.108 -0.173828l0.204102 -3.49707c0.454102 -7.80273 -4.125 -29.7344 -8.44824 -40.459c-1.30469 -3.23633 -3.13184 -8.13867 -4.06055 -10.8945c-1.77734 -5.27051 -4.625 -10.6328 -11.9756 -22.5537
-c-13.8516 -22.4609 -38.5254 -46.1484 -63.0068 -60.4834c-11.4912 -6.72852 -27.0029 -13.8428 -35.4639 -16.2646c-4.21387 -1.20508 -16.0723 -12.5244 -21.2324 -20.2666c-1.3877 -2.08105 -3.22461 -4.56934 -4.08301 -5.5293
-c-2.39941 -2.68262 -7.06543 -14.0713 -8.55762 -20.8848c-1.08301 -4.94824 -1.34668 -8.90234 -1.37402 -20.6797c-0.0195312 -8.00781 0.177734 -16.0918 0.438477 -17.9639c1.89062 -13.5781 12.2588 -43.2305 21.8916 -62.6074
-c1.68359 -3.3877 3.57715 -7.39844 4.20703 -8.91211c0.630859 -1.51367 2.52344 -5.10156 4.20703 -7.97266c3.46875 -5.91895 3.71191 -7.70312 1.5 -11.0176c-4.9209 -7.37598 -22.8672 -13.6846 -45.874 -16.126zM127.852 61.957
-c-7.75781 -0.970703 -13.1572 -1.1416 -17.9102 -0.573242c-12.6289 1.5 -19.8398 2.98047 -24.8398 5.09668c-4.01172 1.69824 -7.8418 5.24414 -7.8418 7.25781c0 0.910156 2.97559 7.60156 6.61328 14.8672c10.2568 20.4941 14.1533 34.3057 14.1328 50.1094
-c-0.0136719 10.6035 -1.25 16.3682 -5.00781 23.3496c-5.67578 10.5449 -7.82324 12.2578 -19.8262 15.8125c-10.3301 3.06055 -23.2412 10.6641 -34.543 20.3428c-15.04 12.8799 -18.4834 16.876 -26.3467 30.5723c-6.85059 11.9326 -10.832 24.5596 -11.8828 37.6924
-l-0.399414 4.98828h36.2461h36.2461l1.31152 -3.06055c0.72168 -1.68262 3.3916 -5.94043 5.93457 -9.45996c2.54297 -3.52051 6.80664 -9.44629 9.47559 -13.1689c5.79492 -8.08203 22.627 -24.7607 32.1533 -31.8613c15.2354 -11.3555 31.2598 -20.3613 44.4785 -24.9971
-c4.63574 -1.62695 8.42773 -3.16309 8.42773 -3.42773c0 -1.30859 -10.709 -6.35645 -17.5205 -8.25879c-8.2832 -2.31348 -10.3115 -3.71191 -14.2178 -9.79785c-3.15039 -4.90918 -6.68359 -15.54 -7.46875 -22.4717
-c-0.786133 -6.93359 -0.176758 -13.3232 2.41602 -25.3467c2.54395 -11.7939 4.85059 -18.0078 11.8154 -31.8154c3.51953 -6.97852 6.39844 -13.2139 6.39844 -13.8516c0 -1.59961 -3.79492 -5.1709 -7.29395 -6.86426
-c-4.69922 -2.27637 -11.7617 -4.03906 -20.5508 -5.13379zM412.683 62.6641c-16.9404 -2.94238 -37.5371 -1.03027 -48.5879 4.51172c-3.84277 1.92871 -7.48828 5.41406 -7.48828 7.16016c0 0.50293 3.04004 6.9043 6.75586 14.2246
-c9.60156 18.9131 13.7256 32.8018 14.3955 48.4795c0.274414 6.40332 0.0830078 9.57031 -0.824219 13.6465c-1.43066 6.42969 -6.9707 17.7822 -10.1328 20.7627c-2.11816 1.99707 -7.76562 4.4834 -16.9863 7.47949c-4.46289 1.44922 -13.3086 6.43945 -13.0098 7.33887
-c0.119141 0.353516 2.8418 1.52637 6.05273 2.60547c8.04688 2.70605 12.4541 4.73047 21.1064 9.69727c18.5723 10.6602 25.748 16.0928 40.6162 30.7441c14.8672 14.6523 22.7422 24.5312 29.7637 37.3428l2.45117 4.47168h37.4834h37.4824l0.206055 -2.44141
-c0.223633 -2.66797 -0.595703 -6.81934 -3.93066 -19.9199c-1.83984 -7.22656 -2.91016 -9.8584 -6.69824 -16.4688c-7.01758 -12.2471 -9.99902 -16.4189 -16.5361 -23.1426c-16.2354 -16.6963 -31.6436 -26.875 -48.1602 -31.8145
-c-3.85156 -1.15137 -7.66602 -2.44629 -8.47656 -2.88281c-1.72266 -0.921875 -8.25684 -10.7109 -10.6611 -15.9707c-6.92871 -15.1602 -2.05957 -44.9277 11.7539 -71.8594c3.18262 -6.2041 5.78613 -11.8486 5.78613 -12.5488
-c0 -1.97852 -2.30371 -4.43164 -6.10547 -6.5c-4.27539 -2.32715 -8.21875 -3.51953 -16.2559 -4.91602z" />
-    <glyph glyph-name="uniF14B" unicode="&#xf14b;" 
-d="M212.356 444.037c3.62793 2.08887 6.82324 3.85059 7.14551 3.95605c1.32227 0.328125 20.7979 -11.1133 43.5742 -25.748c2.41699 -1.42871 7.81152 -4.72949 11.9902 -7.15137c4.29004 -2.52832 10.4521 -6.27344 13.7529 -8.3623
-c11.8848 -7.47949 84.1738 -52.1533 87.9141 -54.3535c2.09375 -1.21094 17.1631 -10.4521 33.5605 -20.5752l29.8154 -18.2646v-121.691v-121.692l-28.0596 -17.4971l-28.0596 -17.4971l-0.550781 123.676l-0.549805 123.675l-14.8525 9.35156
-c-8.13965 5.17285 -17.2744 11.0068 -20.3535 12.9854c-9.46191 6.05078 -12.3184 7.8125 -22.0029 13.4248c-9.46289 5.61133 -11.2188 6.60059 -23.1045 14.085c-58.5371 37.0781 -77.5732 48.1914 -82.5234 48.1914c-4.95117 0 -23.9873 -11.1133 -82.5244 -48.1914
-c-11.8799 -7.48438 -13.6416 -8.47363 -23.1045 -14.085c-9.67871 -5.6123 -12.541 -7.37402 -22.0029 -13.4248c-2.96777 -1.9834 -12.2139 -7.8125 -20.3535 -12.9854l-14.8477 -9.46289v-123.125c0 -110.028 -0.333008 -123.014 -3.41113 -121.803
-c-1.87305 0.661133 -14.7471 8.3623 -28.6104 16.9473l-25.1982 15.7354v121.692v121.691l29.8164 18.2695c16.3965 10.124 31.4707 19.3643 33.5605 20.5752c3.73926 2.2002 76.0293 46.8691 87.9141 54.3535c3.30078 2.08887 9.57324 5.83398 13.752 8.3623
-c4.29004 2.42285 9.56836 5.72363 11.9912 7.15137c12.3242 7.92383 29.4883 18.4863 35.3223 21.7871zM171.205 282.511l14.7412 9.24609l0.561523 -143.262c0.549805 -133.354 0.87793 -143.59 4.40039 -146.229c2.08887 -1.65039 9.56836 -6.48926 16.5029 -10.8906
-l12.6514 -7.92285l16.5029 10.3398l16.5029 10.2354l0.549805 143.918l0.550781 143.812l14.7461 -9.24609c8.0293 -5.16699 21.2314 -13.3135 29.2656 -18.1523c8.0293 -4.83984 16.9424 -10.5635 19.915 -12.7637l5.38965 -4.07324v-124.876v-124.886l-39.0615 -23.876
-c-21.4541 -13.0918 -44.2295 -27.0664 -50.3916 -31.1387c-14.0801 -9.13477 -13.5303 -9.13477 -29.377 0.87793c-7.0459 4.51172 -18.1582 11.4404 -24.6484 15.4023c-6.37891 3.85059 -20.5752 12.6523 -31.4668 19.4756
-c-10.8955 6.71191 -22.5586 13.752 -25.8594 15.4023l-6.05078 3.18945v125.215v125.214l5.38965 4.07324c2.96777 2.2002 11.8799 7.92383 19.915 12.7637c8.03418 4.83887 21.2363 12.9795 29.2705 18.1523z" />
-    <glyph glyph-name="uniF113" unicode="&#xf113;" 
-d="M138.86 344.785v-0.00195312c-10.1016 -70.8535 7.92383 -119.326 16.2393 -185.443c4.7334 -37.6553 -5.06152 -81.1309 -10.3389 -120.747c-81.1064 4.01465 -145.959 94.0518 -145.959 204.604c0 113.11 67.873 204.804 151.596 204.804
-c1.74219 0 3.46582 -0.09375 5.19629 -0.175781c-5.93652 -26.543 -14.0928 -76.6045 -16.7334 -103.039zM201.108 447.824l0.00195312 0.00292969c81.2383 -3.69531 146.317 -93.8643 146.317 -204.624c0 -113.11 -67.873 -204.804 -151.507 -204.804
-c-1.89258 0 -3.76855 0.102539 -5.6416 0.192383c4.52539 39.2529 14.0059 82.7764 9.21094 120.677c-8.33594 65.9619 -25.4971 114.893 -15.4287 185.517c2.63672 26.4346 11.1162 76.4961 17.0469 103.039z" />
-    <glyph glyph-name="uniF10E" unicode="&#xf10e;" 
-d="M266.749 287.514c78.543 0.811523 141.19 -27.3662 144.633 -67.5156c3.80176 -44.2939 -65.9453 -86.457 -155.735 -94.1611c-89.79 -7.70312 -165.681 22.0225 -169.478 66.3154c-3.80273 44.3018 65.9443 86.458 155.734 94.1611
-c8.41797 0.72168 16.7207 1.11621 24.8457 1.2002zM244.544 281.092c-34.251 0.557617 -74.3613 -13.0703 -104.184 -25.8057c-3.10352 -8.94434 -4.74121 -18.4043 -4.74121 -28.2666c0 -52.543 47.3965 -95.1807 105.924 -95.1807
-c58.5283 0 105.984 42.6377 105.984 95.1807c0 16.6289 -4.73145 32.249 -13.083 45.8506c-23.8594 3.70898 -56.6719 7.68164 -89.9004 8.22168zM235.854 281.2c3.9209 0.00976562 6.30078 -0.120117 6.30078 -0.120117s47.2432 2.46973 71.6562 -15.6035
-c-0.28418 -1.3252 -0.603516 -2.65625 -0.959961 -3.96094c0.0585938 -0.0429688 0.12207 -0.0771484 0.179688 -0.120117c-1.25977 -5.86719 -3.26953 -11.5557 -5.88086 -16.9238c-0.62207 0.143555 -1.25586 0.240234 -1.9209 0.240234
-c-3.42676 0 -6.33301 -2.06055 -7.68164 -4.98145c0.166992 -2.15234 1.34766 -5.72266 2.46094 -7.08203c-0.464844 -0.59375 -0.951172 -1.13477 -1.44043 -1.67969c0.0341797 -0.0439453 0.0839844 -0.0761719 0.120117 -0.120117
-c-5.14258 -6.58203 -11.3232 -12.3027 -18.3047 -16.7441c-2.26074 13.3477 -13.8555 23.5254 -27.8457 23.5254c-15.6133 0 -28.2666 -12.6553 -28.2666 -28.2666c0 -0.491211 0.0361328 -0.957031 0.0595703 -1.43945c-9.53418 3.56348 -18.126 9.37402 -25.2656 16.6836
-c-0.660156 0.541992 -1.31055 1.08105 -1.98047 1.67969c2.1084 5.62012 6.38867 14.6055 9.90234 19.3252c1.04004 -0.396484 2.18457 -0.600586 3.36133 -0.600586c5.17773 0 8.52148 1.24316 8.52148 6.42188c0 0.107422 -0.0429688 0.288086 -0.0595703 0.419922
-c-0.0175781 0.102539 -0.0390625 0.198242 -0.0605469 0.299805c-0.124023 0.609375 -0.302734 1.18066 -0.540039 1.74023c0.0224609 0.0175781 0.0380859 0.0429688 0.0605469 0.0605469c-0.414062 1.22266 -0.936523 2.4375 -1.2002 3.06055
-c9.48438 7.65625 21.7061 13.3496 34.3877 15.9639c-14.125 -0.636719 -27.4775 -5.65234 -38.4092 -13.9834c-1.06836 0.424805 -2.25879 0.660156 -3.48047 0.660156c-3.81641 0 -7.11914 -2.24805 -8.58203 -5.52148
-c0.0751953 -1.29688 0.839844 -4.30957 1.2002 -5.28125c-0.477539 -0.603516 -0.961914 -1.13477 -1.44043 -1.68066c0.0205078 -0.0576172 0.0380859 -0.12207 0.0605469 -0.179688c-3.41113 -4.31836 -6.31641 -9.07129 -8.64258 -14.2227
-c-7.05566 9.63965 -11.8818 20.9873 -13.6826 32.9473c0.629883 -13.2969 5.32422 -26.457 12.3027 -36.6689c-0.371094 -1.12402 -0.824219 -1.96484 -1.26074 -2.82031c0.0253906 -0.0371094 0.0351562 -0.0830078 0.0605469 -0.120117
-c-0.607422 -1.8418 -1.1543 -3.72363 -1.62109 -5.64062c-1.11719 -7.4668 -0.818359 -16.5947 0 -23.2256c-0.489258 -0.237305 -0.995117 -0.469727 -1.43945 -0.719727c0.0136719 -0.120117 0.0449219 -0.241211 0.0595703 -0.360352
-c-3.49902 -1.79199 -5.52344 -4.6084 -6.30176 -7.68164c-0.961914 -6.30664 5.85938 -11.6426 12.4229 -11.6426c0.638672 0 1.31055 0.0859375 1.9209 0.179688c2.92969 -5.62305 6.01367 -14.2568 10.2617 -19.5645c0.472656 -0.499023 0.953125 -1.01465 1.44043 -1.5
-c-0.00878906 -0.0361328 0.0078125 -0.0810547 0 -0.120117c-0.0117188 -0.0634766 -0.0449219 -0.123047 -0.0595703 -0.179688c-0.0078125 -0.0371094 0.00683594 -0.0839844 0 -0.120117c-1.87109 0.838867 -3.66992 1.7627 -5.46094 2.76074
-c-0.0244141 0.0126953 -0.0361328 0.0449219 -0.0605469 0.0595703c-0.882812 0.474609 -1.7168 0.996094 -2.58008 1.5c-0.0146484 0.00976562 -0.0458984 -0.00878906 -0.0605469 0c-25.4844 14.8955 -42.6094 42.5264 -42.6094 74.1768
-c0 3.0752 0.345703 5.92578 1.02051 8.58203c1.62402 13.2471 10.5117 21.9824 21.9648 27.7266c-0.0126953 -0.518555 -0.0605469 -1.03711 -0.0605469 -1.56055c0 -0.71582 0.0361328 -1.44434 0.0605469 -2.16016c0.416992 0.203125 0.835938 0.404297 1.25977 0.599609
-c-0.214844 1.14062 -0.5 2.26855 -0.660156 3.4209c19.085 9.30078 45.0088 10.5322 56.7734 10.5625zM254.998 277.119c4.0791 0.0195312 8.2168 -0.339844 12.3633 -1.08008c-5.75879 0.613281 -10.9736 0.849609 -15.2441 0.959961
-c0.955078 0.0449219 1.91992 0.116211 2.88086 0.120117zM315.252 264.336c7.69336 -6.20801 12.7832 -14.6816 12.7832 -26.2256c0 -4.54199 -0.530273 -9.29883 -1.38086 -14.1035c-1.33301 -11.4072 -4.9082 -22.1533 -10.2617 -31.7471
-c-1.18457 0.977539 -2.35742 1.92773 -3.60156 2.82129c-1.16309 0.834961 -2.38965 1.64062 -3.60059 2.40039c-0.0839844 0.0527344 -0.155273 0.126953 -0.240234 0.179688c-0.22168 0.137695 -0.436523 0.285156 -0.660156 0.419922
-c-1.08398 0.658203 -2.17578 1.26172 -3.30078 1.86035c-6.74023 3.58984 -14.0547 6.01172 -21.665 7.20215c0.0986328 0.0634766 0.203125 0.116211 0.300781 0.179688c-0.604492 0.114258 -1.19238 0.260742 -1.80078 0.360352
-c8.23633 5.33887 17.5117 15.9727 22.8057 24.2451c0.458008 -0.0761719 0.902344 -0.179688 1.37988 -0.179688c3.81738 0 7.57812 2.50879 7.62207 5.6416c0.00195312 0.140625 -0.0458984 0.275391 -0.0605469 0.419922
-c-0.0185547 0.0986328 0.0244141 0.202148 0 0.299805c-0.119141 0.503906 -0.333984 1.03613 -0.540039 1.5c-0.0214844 0.0380859 -0.0380859 0.0830078 -0.0595703 0.120117c-0.148438 0.319336 -0.355469 0.603516 -0.540039 0.900391
-c-0.196289 0.302734 -0.423828 0.587891 -0.660156 0.900391c-0.0283203 0.0332031 -0.0322266 0.0859375 -0.0605469 0.120117c-0.21582 0.27832 -0.521484 0.551758 -0.780273 0.839844c-0.393555 0.438477 -0.799805 0.911133 -1.32031 1.37988
-c1.38965 4.05273 3.46289 9.69141 4.68164 14.8232c0.0458984 0.526367 0.145508 1.03125 0.179688 1.56055c0.0449219 -0.0361328 0.0751953 -0.0839844 0.120117 -0.120117c0.306641 1.48438 0.574219 2.8877 0.660156 4.20117zM196.245 222.687
-c8.19531 -8.99902 18.7842 -15.8115 30.7266 -19.4443c0.895508 -2.2998 3.00781 -7.16016 4.44141 -9.12207c-1.22363 -0.990234 -2.43262 -2.0332 -3.66113 -3.06055c-0.537109 -0.46875 -1.09961 -0.895508 -1.62012 -1.37988
-c-8.0166 -7.46094 -14.082 -16.7178 -17.7637 -26.8867c-3.15918 4.14355 -5.83594 8.58691 -8.04199 13.2637c0.0419922 0.0390625 0.078125 0.0800781 0.120117 0.120117c-0.321289 0.65332 -0.615234 1.23535 -0.959961 1.98047
-c1.69531 1.57129 3.72363 4.55957 4.80078 7.44141c-0.231445 5.80371 -4.52539 10.5459 -10.082 11.583c-0.771484 6.75977 -0.46582 13.7285 1.08008 20.6445c0.0322266 0.142578 0.0830078 0.279297 0.120117 0.419922
-c0.0195312 0.121094 0.0400391 0.238281 0.0595703 0.359375c0.180664 1.08496 0.358398 2.2168 0.600586 3.30078c0.0625 0.261719 0.120117 0.518555 0.179688 0.780273zM279.964 204.083c12.2188 -1.11914 24.2002 -7.82812 34.3877 -14.8838
-c-0.384766 -0.59082 -0.800781 -1.16211 -1.2002 -1.74023c0.0820312 -0.0566406 0.158203 -0.123047 0.240234 -0.179688c-15.3232 -23.5381 -41.8418 -39.1289 -72.0166 -39.1289c-7.50098 0 -14.792 0.955078 -21.7246 2.76074
-c-0.494141 0.419922 -0.957031 0.888672 -1.44043 1.32031c-0.0107422 0.00878906 -0.0478516 -0.00976562 -0.0595703 0c-0.661133 0.561523 -1.18848 1.12891 -1.74121 1.67969c-0.412109 0.391602 -0.796875 0.799805 -1.2002 1.2002
-c-0.695312 0.691406 -1.43359 1.32227 -2.09961 2.04102c0.0224609 0.0585938 0.0351562 0.121094 0.0595703 0.179688c-0.269531 0.298828 -0.490234 0.587891 -0.780273 0.900391c4.56836 11.7578 13.5586 25.292 23.4648 33.0078
-c4.80664 -3.7793 10.8721 -6.06152 17.4648 -6.06152c12.3213 0 22.7783 7.90527 26.6455 18.9043zM375.613 311.879h0.0126953s-1.77832 -3.16504 -4.44141 -7.44141c0.193359 0.21875 1.14062 1.31934 1.14062 1.31934s-11.165 -19.4131 -20.585 -29.8867
-c7.4248 0.541992 22.2646 13.7432 22.2646 13.7432s-3.30078 -4.10938 -6.30078 -8.6416c1.71973 1.41016 3 2.46094 3 2.46094s-3.89551 -4.83984 -7.08105 -9.84277c-0.015625 -0.0234375 -0.0458984 -0.0361328 -0.0605469 -0.0595703
-c-0.966797 -2.44141 -1.04785 -4.25098 0.660156 -4.56152c8.69727 -7.06934 40.75 36.3682 40.75 36.3682s-1.24902 -2.39551 -3.30078 -6.12109c0 0 -0.668945 -1.22363 -0.900391 -1.68066c-0.262695 -0.466797 -0.43457 -0.819336 -0.720703 -1.32031
-c-3.06055 -5.85938 -11.792 -21.7646 -24.5449 -37.0879c16.2949 -4.11914 52.3311 42.4297 52.3311 42.4297s-0.415039 -5.32031 -6.12109 -14.6436c-2.70508 -5.80957 -8.09961 -14.4463 -18.6045 -25.1455c19.9092 6.68262 43.21 40.8691 43.21 40.8691
-s-2.94824 -8.61816 -9.30176 -19.8047c-0.166016 -0.327148 -0.368164 -0.68457 -0.540039 -1.01953c-0.046875 -0.0810547 -0.0732422 -0.15918 -0.120117 -0.240234c-4.23047 -8.17969 -10.6055 -18.5439 -19.4443 -28.0869
-c20.2871 7.04102 48.9707 51.3115 48.9707 51.3115s-3.16406 -8.65332 -9.48242 -19.8643c-0.0322266 -0.0634766 -0.0869141 -0.116211 -0.120117 -0.179688c-5.17676 -10.1611 -13.5693 -24.0586 -25.3252 -35.3486c28.043 -2.7168 65.8945 36.3691 65.8945 36.3691
-s-1.58887 -2.8877 -4.20117 -7.02148l0.900391 0.899414s-12.46 -23.1387 -29.7061 -37.0283c22.877 -3.92969 51.4912 29.0469 51.4912 29.0469s-5.22266 -8.00977 -14.7031 -17.4043c6.87012 6.02539 11.4023 11.2227 11.4023 11.2227s-32.083 -49.4648 -83.1787 -47.29
-c-16.7656 0.712891 -67.4932 50.8643 -176.14 46.75c-143.516 -5.4375 -173.921 -66.293 -250.568 -107.604c3.45215 3.45117 6.80957 6.77148 10.2031 10.0225c-2.27344 -1.30371 -4.54688 -2.63086 -6.90234 -3.90039c80.9941 80.9912 145.639 106.029 204.346 117.446
-c1.45703 0.283203 2.73535 1.12402 3.78125 2.28027c0.0195312 0.0214844 0.0410156 0.0380859 0.0595703 0.0595703c1.68555 4.86523 2.10059 9.96289 2.10059 9.96289s0.231445 -2.16211 0.84082 -4.80078c1.97754 5.12695 2.45996 10.9824 2.45996 10.9824
-s1.10254 -12.5361 6.54199 -14.1641c1.68262 -0.503906 3.54395 1.2168 5.28125 3.78125c0.0107422 0.0244141 0.0478516 0.0351562 0.0595703 0.0605469c2.24902 4.83789 3.84082 9.60156 3.84082 9.60156s-0.842773 -2.49316 -1.62012 -5.70117
-c2.8125 5.48633 4.9209 11.8223 4.9209 11.8223s-6.52246 -19.0195 0 -20.1045l18.4844 18.4844s-4.87793 -16.8564 -1.62012 -17.9434c3.26172 -1.08789 19.5645 24.4854 19.5645 24.4854s-9.78223 -16.8545 -0.541016 -18.4844
-c9.24023 -1.63281 22.7451 11.4629 22.7451 11.4629s-4.16895 -4.65723 -6.12109 -8.58203c1.68555 1.41699 2.82031 2.45996 2.82031 2.45996s-1.85449 -2.12695 -3.66016 -4.68066c-0.330078 -1.35938 -0.100586 -2.40625 1.08008 -2.82031
-c20.1143 -7.06738 36.3682 19.0234 36.3682 19.0234s-1.89844 -5.71191 -6.42188 -13.4424c-0.0654297 -0.133789 -0.171875 -0.283203 -0.239258 -0.419922c-1.44434 -2.91504 -3.39844 -6.43066 -5.94141 -10.2627c18.084 -3.7207 32.041 19.3906 35.2871 25.3262
-l-15.0029 -30.5469c8.1543 -4.34766 40.749 33.127 40.749 33.127zM426.145 220.467c12.2451 0.313477 28.8066 -13.2617 28.8066 -13.2617s-7.74219 3.17383 -14.2236 5.04102c8.51953 -3.94336 15.9043 -9.96289 15.9043 -9.96289s-15.6943 6.58887 -21.0654 6.42188
-c8.83691 -6.44727 31.627 -17.0439 31.627 -17.0439s-8.67676 2.7666 -16.623 4.26074c9.01758 -4.79883 18.2441 -9.12109 18.2441 -9.12109s-25.6504 8.03516 -29.0469 4.08008c7.91211 -10.3232 37.208 -33.4268 37.208 -33.4268s-13.2285 10.0244 -25.5049 18.124
-c11.5283 -10.6855 27.126 -23.0449 27.126 -23.0449s-42.0791 32.0732 -45.6104 27.7256c-0.110352 -0.135742 -0.237305 -0.258789 -0.299805 -0.419922c4.58105 -6.80078 16.5635 -16.6836 16.5635 -16.6836s-3.86816 2.33789 -9.30273 5.2207
-c5.10352 -5.24121 10.9229 -10.1416 10.9229 -10.1416s-35.5664 22.0371 -48.0703 15.543c-0.455078 -0.235352 -0.773438 -0.541016 -0.960938 -0.900391c4.41016 -5.92578 15.7686 -14.6338 24.666 -21.0039c-4.83496 3.0957 -10.3447 6.28613 -15.1836 8.16113
-c5.17188 -4.49805 11.3809 -9.13965 16.8037 -13.0225c-9.21875 5.90234 -21.1758 12.334 -25.3252 8.82227c-0.78418 -0.664062 -0.932617 -1.8877 -0.660156 -3.48145c7.04492 -15.6973 32.707 -46.5703 32.707 -46.5703s-5.6416 6.17969 -13.083 13.9229
-c7.70312 -10.2754 14.7031 -18.7842 14.7031 -18.7842s-46.1553 49.9766 -50.7715 47.5303c-0.669922 -0.353516 -0.854492 -1.16211 -0.719727 -2.28027c0.00683594 -0.015625 -0.0078125 -0.0458984 0 -0.0595703c3.64844 -7.8584 11.8223 -19.085 11.8223 -19.085
-s-2.1748 2.30859 -5.2207 5.3418c3.41992 -5.4834 6.84082 -10.2627 6.84082 -10.2627s-22.7979 24.9941 -29.0459 20.6445c-0.885742 -0.616211 -0.866211 -2.47168 -0.180664 -5.16113c7.27539 -19.3174 31.1475 -59.2334 31.1475 -59.2334
-s-3.15625 4.99707 -8.04199 11.9424c5.39844 -9.54395 9.66211 -16.8633 9.66211 -16.8633s-41.4756 65.5479 -59.1133 55.6924c5.09668 -11.5127 8.79492 -21.0176 11.3428 -28.8066c0.267578 -0.819336 0.595703 -1.73828 0.839844 -2.52051
-c10.8623 -31.917 4.56152 -37.3887 4.56152 -37.3887s-0.141602 2.63184 -0.660156 6.66211c-0.483398 -1.31738 -0.959961 -1.80078 -0.959961 -1.80078s-0.833984 13.4863 -5.16113 27.6064c-0.0878906 0.237305 -0.150391 0.482422 -0.240234 0.719727
-c-5.31445 14.0605 -14.5391 27.1045 -30.4873 26.3467c-7.25684 -0.34668 -6.84277 -8.60742 -4.02051 -18.0049c0.0283203 -0.0771484 0.03125 -0.161133 0.0595703 -0.239258c4.17871 -11.3125 10.4424 -22.5654 10.4424 -22.5654s-1.78809 3.2041 -4.62109 7.62207
-c3.23535 -7.01758 6.30176 -12.4834 6.30176 -12.4834s-22.4502 39.4209 -37.9287 40.0889c5.74707 -11.415 9.73926 -21.2363 12.4229 -29.7061c0.00488281 -0.0175781 -0.00488281 -0.0439453 0 -0.0605469c11.4365 -32.4424 5.10156 -46.21 5.10156 -46.21
-s0.477539 4.7334 -0.120117 11.9424c-0.485352 -4.78809 -1.5 -7.02148 -1.5 -7.02148s1.38086 13.4805 -3.48145 29.9463c-0.0302734 0.0830078 -0.0898438 0.157227 -0.120117 0.240234c-4.43359 12.0869 -12.4365 25.1094 -26.7656 35.2881
-c0.179688 -0.619141 0.347656 -1.25195 0.480469 -1.9209c8.94824 -17.584 -11.7031 -68.4746 -11.7031 -68.4746s2.12207 8.71387 3.84082 20.0439c-2.91309 -8.87402 -5.46094 -15.123 -5.46094 -15.123s9.48242 39.3633 4.50098 59.9531
-c-3.04492 6.66504 -8.63184 9.68555 -18.3643 5.28125c-5.76855 -2.60449 -0.419922 -43.2695 -0.419922 -43.2695s-0.945312 5.80273 -2.58105 13.083c0.487305 -4.75391 0.960938 -8.16211 0.960938 -8.16211s-2.16992 13.8125 -5.94141 25.9863
-c-0.0371094 0.0986328 -0.0839844 0.201172 -0.120117 0.299805c-2.90234 7.81152 -6.55664 13.7607 -10.6826 12.8428c-6.41699 -1.42383 -40.749 -64.3945 -40.749 -64.3945s4.92188 11.9746 10.0225 25.626c-6.57324 -11.4717 -11.6426 -20.7646 -11.6426 -20.7646
-s18.5391 44.8828 20.9443 60.2529c-6.29102 -2.68848 -17.7041 -30.0664 -17.7041 -30.0664s1.30176 6.31152 2.04102 13.083c-2.16797 -4.63281 -3.66113 -8.16211 -3.66113 -8.16211s3.18359 15.5088 2.40039 24.0049
-c-0.223633 0.193359 -0.504883 0.341797 -0.780273 0.420898c-5.70605 1.63184 -37.5088 -29.3467 -37.5088 -29.3467s9.19043 10.7852 15.124 20.2842c-8.71387 -7.57715 -16.7441 -15.3633 -16.7441 -15.3633s17.9414 20.9922 19.8643 30.1865
-c-5.88086 6.96484 -12.7217 7.13184 -20.7041 4.02051c-12.5049 -4.87305 -29.3467 -27.7256 -29.3467 -27.7256s8.0127 11.0234 12.0029 20.7041c-7.52832 -7.61621 -13.623 -15.7832 -13.623 -15.7832s13.6318 18.7578 14.1631 28.8066
-c-9.0498 7.20898 -51.6719 -28.8066 -51.6719 -28.8066s11.5801 10.8301 18.3047 20.2246c-10.7324 -7.59473 -19.9248 -15.3633 -19.9248 -15.3633s20.0527 18.9121 22.6846 28.3857c-8.39453 4.9209 -41.4131 3.27148 -52.0312 3.30078
-c-32.6133 0.100586 -43.9326 7.76074 -53.832 15.6035c7.38867 -3.70605 14.6631 -5.99219 21.9053 -7.38184c-11.1465 2.97949 -17.6152 7.62109 -23.5254 12.3027c42.8057 -21.4727 81.9209 3.22168 131.249 -10.6816c37.5039 -10.5674 83.2051 -23.5547 145.173 -14.584
-c61.9668 8.96875 114.971 35.8545 140.251 83.959c2.2168 6.03906 6.31152 8.28027 11.1025 8.40234zM426.505 151.873c6.47461 -4.14648 11.6426 -8.04199 11.6426 -8.04199s-5.22559 3.44629 -11.6426 8.04199zM428.125 147.012
-c6.47852 -4.14844 11.6426 -8.04199 11.6426 -8.04199s-5.21973 3.44238 -11.6426 8.04199z" />
-    <glyph glyph-name="uniF130" unicode="&#xf130;" 
-d="M207.14 447.723l0.00195312 0.00195312c4.93066 0.133789 10.5264 -1.9248 16.123 -8.45312c5.97461 -6.97266 34.3291 -38.6963 65.8789 -73.9062c1.63086 10.7949 8.10449 18.8672 15.8604 18.8672h32.5059c8.98535 0 16.2959 -10.8291 16.2959 -24.1836v-66.708
-c24.7275 -27.5176 56.5557 -62.9609 56.5557 -62.9609s2.69531 -3.12305 3.44238 -7.58105c0.592773 -0.824219 0.915039 -1.86719 0.915039 -2.96387v-26.666c0 -2.77539 -2.23242 -5.00781 -5.00781 -5.0127h-25.2285v-200.96c-270.361 0 -31.8311 0.116211 -354.944 0
-v200.96h-2.22168h-21.6123c-2.77734 0 -5.01074 2.2334 -5.01074 5.01074v23.7471c-1.13281 3.60352 -1.30566 8.5332 2.91895 13.4648c8.13574 9.49707 187.101 208.891 187.101 208.891s7.01074 8.19727 16.4268 8.45312zM144.309 258.659
-c-19.584 -0.000976562 -32.7041 -3.14355 -39.3887 -9.41309c-6.60742 -6.18457 -9.8916 -18.6201 -9.8916 -37.3418v-30.501c0 -12.6221 -2.15723 -21.4043 -6.4043 -26.3184c-4.16895 -4.82812 -11.8467 -7.23242 -23.0938 -7.23242h-7.2334v-18.1699h7.2334
-c11.168 0 18.8457 -2.4502 23.0938 -7.36328c4.24707 -4.91406 6.4043 -13.7881 6.4043 -26.5801v-30.3701c0 -18.7217 3.28418 -31.2041 9.8916 -37.4727c6.68457 -6.26855 19.8047 -9.41211 39.3896 -9.41211h7.31934v18.3008h-8.0166
-c-11.0908 0 -18.3184 1.84961 -21.7002 5.57715s-5.09766 11.585 -5.09766 23.5293v31.5039c-0.000976562 13.2148 -1.7334 22.8301 -5.27246 28.8447c-3.54004 6.01465 -9.70117 10.1748 -18.4316 12.4619c8.65137 2.11816 14.7607 6.18555 18.2998 12.2002
-c3.61816 6.01562 5.40332 15.6768 5.40332 28.9766v31.5029c0 11.9453 1.71582 19.7588 5.09863 23.4863c3.38184 3.72754 10.6094 5.62109 21.6992 5.62109h8.01758v18.1699h-7.32031zM263.958 258.658v-18.1689h8.23633c11.0107 0 18.1777 -1.89355 21.4814 -5.62109
-c3.38184 -3.64258 5.09766 -11.4561 5.09766 -23.4863v-31.5029c0 -13.2998 1.7334 -22.9619 5.27246 -28.9766c3.54004 -6.01465 9.70117 -10.082 18.4316 -12.2002c-8.73047 -2.28711 -14.8926 -6.44727 -18.4316 -12.4619s-5.27246 -15.6299 -5.27246 -28.8447v-31.5039
-c0 -12.1133 -1.71582 -20.0166 -5.09766 -23.6602c-3.30371 -3.64258 -10.4707 -5.44629 -21.4814 -5.44629h-8.23633v-18.3008h7.4082c19.584 0 32.6436 3.14258 39.1719 9.41211c6.60742 6.26855 9.93457 18.751 9.93457 37.4727v30.3701
-c0 12.792 2.11426 21.666 6.3623 26.5801c4.24707 4.91309 11.9678 7.36328 23.1367 7.36328h7.27637v18.1699h-7.27637c-11.1689 0 -18.8896 2.4043 -23.1367 7.23242c-4.24805 4.91406 -6.3623 13.6953 -6.3623 26.3184v30.501
-c0 18.7217 -3.32812 31.1572 -9.93457 37.3418c-6.52832 6.26855 -19.5879 9.41113 -39.1719 9.41211h-7.4082zM154.811 212.689l-0.00195312 0.00488281v-151.767h36.3398v52.6338h23.9648c17.9336 -0.000976562 31.7002 4.27051 41.2637 12.8096
-c9.62695 8.60742 14.4229 20.8926 14.4229 36.8193c0 15.8584 -4.7959 28.0625 -14.4229 36.6016c-9.56348 8.60645 -23.3301 12.8975 -41.2637 12.8975h-60.3027zM191.148 184.329l20.0869 -0.000976562c7.04785 0 12.502 -1.83008 16.3408 -5.49023
-c3.83789 -3.65918 5.75098 -8.86523 5.75098 -15.6426c0 -6.77637 -1.91309 -12.0459 -5.75098 -15.7734c-3.83887 -3.65918 -9.29297 -5.49023 -16.3408 -5.49023h-20.0869v42.3975z" />
-    <glyph glyph-name="uniF124" unicode="&#xf124;" 
-d="M256 448c141.389 0 256 -114.611 256 -256c0 -141.348 -114.499 -255.943 -255.842 -256h-197.918c-32.1045 0 -58.1641 25.9941 -58.2402 58.0811v198.078c0.102539 141.307 114.678 255.841 256 255.841zM331.202 387.358
-c-66.3545 0 -120.161 -53.8057 -120.161 -120.156v-63.6826h-50.4014c-15.6924 0 -28.3281 -12.3389 -28.3184 -28.001c0 -15.5645 12.4775 -28.001 27.9961 -28.001h41.7637c4.94629 0 8.95996 -4.01953 8.95996 -8.95996v-55.04
-c-0.0615234 -34.9805 -28.5391 -63.3555 -63.5234 -63.3555c-11.8477 0 -14.6279 1.59766 -22.7178 1.59766c-16.9932 0 -28.4824 -11.376 -28.4824 -27.0381c0.00488281 -12.959 11.2129 -24.126 24.8018 -27.6846c9.31836 -2.43164 16.332 -3.67578 26.3984 -3.67578
-c66.3555 0 120.161 53.8057 120.161 120.156v63.6826h50.4014c15.6924 0 28.3291 12.3389 28.3184 28.001c0 15.5645 -12.4775 28.001 -27.9961 28.001h-41.7637c-4.94629 0 -8.95996 4.01953 -8.95996 8.95996v55.04c0.0615234 34.9805 28.5391 63.3555 63.5234 63.3555
-c11.8477 0 14.7871 -1.59766 22.877 -1.59766c16.998 0 28.3232 11.5352 28.3232 27.1973c-0.00488281 12.959 -11.0537 23.9668 -24.6426 27.5254c-9.31836 2.43164 -16.4912 3.67578 -26.5576 3.67578z" />
-    <glyph glyph-name="uniF104" unicode="&#xf104;" 
-d="M120.223 101.47l-72.6826 -63.0586h-18.1416l85.5371 293.365h10.3896l85.5361 -293.365h-17.9727zM196.263 49.8145l-27.3701 93.873l-40.416 -35.0615zM161.666 168.481l-12.3965 42.5068l-20.4326 -16.3301zM140.249 241.93l-6.4043 21.9668l-6.52539 -7.38086z
-M120.133 310.925l-10.1592 -34.8457l10.1104 -11.4092l10.1787 11.5068zM106.392 263.802l-6.35254 -21.791l12.8213 14.4941zM120.095 248.35l-24.2363 -27.3965l24.3018 -19.377l24.2305 19.3691zM90.9941 210.991l-12.4434 -42.6689l32.9404 26.3252zM120.168 187.727
-l-43.124 -34.4697l43.1787 -37.4639l43.1777 37.4619zM71.4082 143.82l-27.4697 -94.208l68.0264 59.0195zM168.885 327.548c0 -12.3379 -4.65625 -23.5654 -12.2324 -32.1689l-3.81445 13.0947c3.30664 5.60059 5.22461 12.1211 5.22461 19.0742
-c0 20.9141 -17.0156 37.9072 -37.9346 37.9072c-20.9121 0 -37.9053 -16.9902 -37.9053 -37.9072c0 -6.98047 1.89355 -13.4473 5.19434 -19.0742l-3.81445 -13.0947c-7.57617 8.60352 -12.2021 19.8311 -12.2021 32.1689c0 26.8691 21.8604 48.7305 48.7275 48.7305
-c26.8691 -0.00292969 48.7568 -21.8643 48.7568 -48.7305zM204.733 327.548c0 -29.0283 -14.7158 -54.707 -37.0635 -69.9395l-3.19824 11.0117c17.8594 13.4736 29.4395 34.875 29.4395 58.9277c0 40.665 -33.0859 73.7568 -73.7832 73.7568
-c-40.665 0 -73.7812 -33.0898 -73.7812 -73.7568c0 -24.0527 11.5771 -45.4541 29.4639 -58.9248l-3.21973 -11.0117c-22.3486 15.2324 -37.0645 40.9082 -37.0645 69.9395c0 46.6436 37.957 84.5791 84.6035 84.5791c46.6475 0 84.6035 -37.9385 84.6035 -84.582z
-M168.885 327.548c0 -12.3379 -4.65625 -23.5654 -12.2324 -32.1689l-3.81445 13.0947c3.30664 5.60059 5.22461 12.1211 5.22461 19.0742c0 20.9141 -17.0156 37.9072 -37.9346 37.9072c-20.9121 0 -37.9053 -16.9902 -37.9053 -37.9072
-c0 -6.98047 1.89355 -13.4473 5.19434 -19.0742l-3.81445 -13.0947c-7.57617 8.60352 -12.2021 19.8311 -12.2021 32.1689c0 26.8691 21.8604 48.7305 48.7275 48.7305c26.8691 -0.00292969 48.7568 -21.8643 48.7568 -48.7305zM240.582 327.548
-c0 -45.4268 -25.2998 -85.0605 -62.5225 -105.574l-3.11133 10.6865c32.7373 18.9961 54.8145 54.3848 54.8145 94.8848c-0.00292969 60.4453 -49.1924 109.633 -109.633 109.633c-60.4395 0 -109.63 -49.1875 -109.63 -109.63
-c0 -40.5029 22.0752 -75.8916 54.8154 -94.8818l-3.11133 -10.6875c-37.2295 20.5059 -62.5264 60.1426 -62.5264 105.569c0 66.4219 54.0303 120.452 120.452 120.452s120.452 -54.0303 120.452 -120.452zM168.885 327.548c0 -12.3379 -4.65625 -23.5654 -12.2324 -32.1689
-l-3.81445 13.0947c3.30664 5.60059 5.22461 12.1211 5.22461 19.0742c0 20.9141 -17.0156 37.9072 -37.9346 37.9072c-20.9121 0 -37.9053 -16.9902 -37.9053 -37.9072c0 -6.98047 1.89355 -13.4473 5.19434 -19.0742l-3.81445 -13.0947
-c-7.57617 8.60352 -12.2021 19.8311 -12.2021 32.1689c0 26.8691 21.8604 48.7305 48.7275 48.7305c26.8691 -0.00292969 48.7568 -21.8643 48.7568 -48.7305zM204.733 327.548c0 -29.0283 -14.7158 -54.707 -37.0635 -69.9395l-3.19824 11.0117
-c17.8594 13.4736 29.4395 34.875 29.4395 58.9277c0 40.665 -33.0859 73.7568 -73.7832 73.7568c-40.665 0 -73.7812 -33.0898 -73.7812 -73.7568c0 -24.0527 11.5771 -45.4541 29.4639 -58.9248l-3.21973 -11.0117c-22.3486 15.2324 -37.0645 40.9082 -37.0645 69.9395
-c0 46.6436 37.957 84.5791 84.6035 84.5791c46.6475 0 84.6035 -37.9385 84.6035 -84.582z" />
-    <glyph glyph-name="uniF138" unicode="&#xf138;" 
-d="M259.3 422.984h0.00878906c0.135742 0.0205078 0.355469 0.0371094 0.492188 0.0371094c1.79297 0 3.24707 -1.45508 3.24707 -3.24707c0 -1.33496 -1.03809 -2.72852 -2.31738 -3.11133c-20.9238 -9.86719 -27.6338 -16.1279 -37.6104 -36.1865
-c-0.501953 -0.962891 -1.79199 -1.74414 -2.87793 -1.74414c-1.79199 0 -3.24707 1.4541 -3.24707 3.24707c0 0.244141 0.0527344 0.632812 0.118164 0.868164c1.74414 6.07812 3.45898 10.7451 5.37012 15.0117
-c-0.0966797 -0.00976562 -0.253906 -0.0185547 -0.350586 -0.0185547c-1.79297 0 -3.24707 1.4541 -3.24707 3.24707c0 0.24707 0.0537109 0.641602 0.121094 0.879883c1.8584 6.07129 3.52051 10.249 6.79492 13.2734c3.27539 3.02539 7.57324 4.35938 13.748 5.84668
-c0.200195 0.046875 0.53125 0.0849609 0.737305 0.0849609c1.5459 0 2.98535 -1.24219 3.21191 -2.77148c4.32031 1.67383 9.15332 2.98828 15.0117 4.4248c0.211914 0.0703125 0.56543 0.141602 0.789062 0.158203zM327.733 418.876l-0.00488281 0.00585938
-c17.9814 -1.13281 34.8652 -8.59277 52.6182 -23.2285c11.6553 -9.6084 21.4141 -19.5146 33.6562 -27.1807c6.39648 -4.00391 11.4375 -7.13477 16.5957 -13.2725c5.44531 -6.49023 9.91113 -13.3672 13.4307 -21.4902c3.64941 1.48242 7.49316 2.83984 10.2715 5.21387
-c4.48828 3.83496 7.71289 11.1143 13.2734 16.75c2.2998 2.33105 5.3916 3.37695 8.37402 3.47656c2.98242 0.0986328 6.05273 -0.62793 8.84863 -1.73828c5.59375 -2.2207 10.4775 -5.66895 12.7998 -10.1133c11.832 -22.6436 16.2158 -62.2363 13.7471 -86.5928
-c-3.02148 -29.8203 -15.29 -58.4883 -42.1904 -72.8447c-17.5801 -9.37988 -40.2705 -10.3896 -60.2031 -7.11035c-1.05957 -3.43555 -2.12402 -6.86133 -3.16016 -10.2705c-4.44141 -14.5947 -20.5244 -25.5283 -35.3955 -26.2305
-c-6.95605 -0.328125 -12.583 1.45996 -17.3818 4.26562c-4.79883 2.80762 -8.76367 6.54883 -12.957 10.5879c-2.87793 2.77148 -5.78809 5.57422 -8.69141 8.37402c-0.0634766 -0.412109 -0.0898438 -0.856445 -0.158203 -1.26367
-c3.22363 -6.65234 5.0332 -12.5166 7.74316 -18.9619c3.30371 -7.86523 5.1377 -13.4492 5.37207 -22.1221c0.193359 -7.24902 0.435547 -14.5342 0.631836 -21.8066c2.75 -5.13672 3.45605 -8.21191 3.00293 -14.5371
-c-0.547852 -7.62012 -3.22461 -12.9404 -7.90137 -15.6445c-4.67676 -2.70312 -10.3174 -3.04297 -16.9082 -3.00195c-4.24707 0.0273438 -20.2051 0.129883 -24.9658 0.473633c-4.14355 0.299805 -7.80469 0.530273 -10.9033 1.26465
-c-1.96289 0.46582 -3.60742 1.31836 -5.21387 2.37012c-3.47168 -2.8252 -7.5918 -6.08984 -11.3779 -9.16504c-2.21191 -1.79688 -4.16211 -3.43359 -5.8457 -4.74023c-1.33398 -1.03516 -2.24121 -1.625 -3.16016 -2.21191
-c-1.85547 -2.85645 -3.07812 -5.42383 -4.74121 -7.90137c-1.76562 -2.62988 -4.11914 -5.13574 -8.05859 -7.26855c-11.2158 -6.06836 -21.0703 -5.75195 -28.917 -0.948242c-7.84668 4.80469 -13.7715 13.3662 -20.0684 23.0703
-c-2.99609 4.61719 -7.94922 12.1992 -10.4297 20.0684c-1.24023 3.93457 -1.89258 8.09473 -1.10547 12.0098c0.786133 3.91406 3.37305 7.47363 7.58398 9.63867c0.694336 0.356445 1.08105 0.608398 1.73828 0.947266
-c-8.39551 -0.34375 -16.8613 -0.101562 -25.4404 0.948242c0.0458984 -0.395508 0.114258 -0.892578 0.158203 -1.26367c0.480469 -4.04102 0.924805 -6.91309 0.474609 -9.95508c-0.451172 -3.04199 -1.79199 -5.72852 -4.1084 -9.16504
-c-3.17188 -4.70703 -4.13379 -5.89746 -7.74316 -13.9053c0.537109 -6.43262 0.313477 -10.9854 -1.58008 -18.0146c-1.3623 -5.05664 -5.11719 -8.58984 -9.48047 -10.2705c-4.36426 -1.68066 -9.41699 -1.89258 -14.5381 -1.58008
-c-10.2422 0.624023 -21.0225 3.70703 -27.1787 5.37305c-7.33594 1.9834 -16.6348 3.85547 -23.5439 8.2168c-3.4541 2.17969 -6.44531 5.12402 -7.74219 9.16406c-1.29785 4.04102 -0.832031 8.93359 1.58008 14.2217c1.13379 2.4873 1.85059 4.91113 2.68555 7.42676
-c-6.02344 -0.624023 -12.1797 1.10352 -17.8555 3.79297c-7.69922 3.64746 -14.6982 8.99805 -19.2773 13.5889c-8.7002 8.72363 -13.3506 19.1572 -15.0127 29.0752c-0.688477 4.10938 -0.84082 6.87305 0.474609 9.48145s3.27148 4.08789 6.00488 6.79492
-c5 4.94922 10.0117 9.90527 15.0117 14.8535c1.90234 5.15527 3.80762 10.2314 5.68848 15.3271c-0.748047 3.96777 -1.39062 7.96387 -1.73828 12.0088c-1.31836 15.3379 -0.836914 26.7568 0.948242 37.292c-3.61719 -0.709961 -7.2373 -0.950195 -10.7451 0
-c-5.1377 1.39355 -9.94141 4.97363 -12.6416 10.5879c-1.87598 3.89941 -2.81348 7.86426 -4.1084 13.1152c-0.0849609 0.0927734 -0.0742188 0.222656 -0.158203 0.316406c-4.59961 5.17188 -6.6377 11.0117 -5.68848 16.5908
-c1.03906 6.10938 4.57812 11.7637 9.00684 16.5918s9.83398 8.89258 14.8535 12.0088c5.01953 3.11719 9.45605 5.21094 13.1152 5.84668c0.157227 0.0283203 0.413086 0.0507812 0.572266 0.0507812c1.79297 0 3.24707 -1.4541 3.24707 -3.24707
-c0 -0.305664 -0.0820312 -0.788086 -0.183594 -1.07617c-1.07324 -3.0498 -2.13379 -5.68359 -3.16016 -8.375c3.05957 -2.74805 5.08789 -6.31934 5.53125 -10.1133c0.555664 -4.75781 -0.262695 -9.5 -1.10645 -13.2725
-c-0.290039 -1.4375 -1.71582 -2.60449 -3.18262 -2.60449c-0.845703 0 -1.96777 0.529297 -2.50586 1.18164c-1.2959 1.63574 -2.2002 3.04688 -3.00195 4.2666c-0.179688 -2.3125 -0.120117 -4.62402 -0.632812 -6.95215
-c-0.750977 -3.41797 -2.48926 -6.56836 -5.05664 -9.32324c0.0234375 -0.0585938 0.136719 -0.105469 0.158203 -0.158203c0.523438 0.177734 1.10254 0.265625 2.05469 0.631836c6.53906 2.51758 11.9814 8.53711 17.6973 14.8535
-c6.23535 11.9375 14.0723 22.7344 24.9668 32.3936c26.8506 23.8047 52.8887 31.9434 92.9141 38.3975c5.2041 5.39453 10.5059 10.5518 16.2754 15.6445c7.94629 7.01074 14.4561 9.05664 21.8066 9.63867c12.3203 16.3965 22.8281 28.8584 43.6123 37.6074
-c21.9014 9.21875 40.6523 14.2471 58.625 13.1162zM326.778 404.818l-0.00976562 -0.0478516c-15.5986 0.672852 -32.6445 -4.20703 -53.8818 -13.4297c-14.0068 -6.08496 -20.3721 -12.7217 -28.127 -22.2803c8.41504 0.280273 16.8213 0.460938 25.4404 1.26465h0.0605469
-c1.79199 0 3.24707 -1.4541 3.24707 -3.24707c0 -1.2832 -0.986328 -2.66016 -2.20117 -3.07324c-11.6299 -2.70215 -22.8418 -4.90234 -34.29 -6.63672c-6.35645 -0.963867 -10.375 -1.40918 -13.5889 -2.52832c-3.21484 -1.12012 -6.03027 -2.99512 -10.5879 -7.42773
-c-17.1953 -16.7207 -31.6289 -35.873 -47.7207 -53.25c-8.8584 -9.56445 -13.2178 -19.125 -18.6455 -30.4971c-2.60352 -5.45703 -3.46387 -8.6084 -3.16016 -11.377s1.87012 -5.84473 5.37207 -10.5869c5.79492 -7.84863 9.625 -12.9072 12.7988 -19.2783
-c7.6709 10.9326 16.2051 20.6455 25.2832 31.6035c0.53125 0.572266 1.59766 1.03613 2.37891 1.03613c1.79199 0 3.24707 -1.4541 3.24707 -3.24707c0 -0.46582 -0.18457 -1.1748 -0.412109 -1.58203c-8.43457 -13.5078 -15.9922 -26.1807 -22.9121 -39.8193
-c-4.10645 -8.09961 -5.61426 -11.9346 -5.68848 -19.9102c7.42188 -8.4707 11.7939 -12.6289 18.1719 -14.3799c7.60059 -2.08594 14.3838 -1.85645 21.0166 1.58008c17.502 9.06348 34.7227 20.9355 55.3076 23.2285c9.1416 17.3818 6.6875 39.7158 3.00293 60.5215
-c-3.20996 18.1318 -2.40918 34.3506 1.89551 52.4619c0.171875 1.60449 1.62207 2.9082 3.23633 2.9082c1.79688 0 3.25488 -1.45801 3.25488 -3.25488c0 -0.0791016 -0.00585938 -0.207031 -0.0126953 -0.286133c1.0625 -17.2227 2.31641 -33.0596 5.68848 -49.7764
-c5.06152 -25.0801 6.11328 -47.501 -4.58105 -73.7949c-0.445312 -1.12695 -1.79102 -2.04688 -3.00293 -2.05273c-21.3281 -0.516602 -39.3076 -13.0264 -59.5713 -23.3867c-9.64844 -4.93164 -19.1572 -5.50977 -29.707 -3.00195
-c-11.415 2.71387 -19.5781 11.165 -30.1816 22.7549c-0.448242 0.507812 -0.8125 1.4707 -0.8125 2.14844c0 0.104492 0.0107422 0.275391 0.0224609 0.378906c0.973633 8.15039 2.15723 14.042 4.89844 20.2266c-3.53906 10.1533 -7.70605 15.0967 -16.1172 26.3887
-c-5.13379 6.8916 -8.14746 12.2061 -8.5332 18.1729c-0.385742 5.96582 1.84082 11.7939 5.68848 19.5938c5.46484 11.0811 10.5371 21.6006 19.4365 32.0771c6.35059 7.47461 12.2393 14.4609 18.1719 21.333c-27.083 -5.00391 -45.6699 -12.6934 -65.4209 -30.0234
-c-16.1104 -14.1328 -26.2236 -31.7295 -33.5049 -52.3047c-4.5 -12.7324 -5.80469 -25.3027 -3.63086 -46.6113c2.74121 -26.9004 17.4004 -58.0791 33.0244 -80.5908c0.290039 -0.445312 0.525391 -1.23828 0.525391 -1.77051
-c0 -0.166016 -0.0244141 -0.432617 -0.0546875 -0.595703c-1.95898 -14.3848 -4.45215 -25.248 -8.5332 -35.7119c-0.841797 -2.1582 -0.555664 -3.22852 0.158203 -4.42383c0.713867 -1.19629 2.22168 -2.64746 4.42383 -3.79297
-c4.40527 -2.28906 10.8281 -3.66699 15.3281 -4.89844c3.5293 -0.96582 11.9277 -3.25 19.4355 -4.1084c3.75391 -0.428711 7.25195 -0.487305 9.63867 0c2.3877 0.487305 3.06836 1.16113 3.31836 2.05469c1.47656 5.27441 1.33984 8.6123 0.948242 14.5371
-c0.0166016 0.470703 0.228516 1.17871 0.474609 1.58008c4.83789 9.63281 6.34473 11.1572 9.63867 16.5918c3.47363 5.73145 3.45117 6.78027 3.47656 13.7471c0.0302734 9.03125 -0.24707 25.0947 0.157227 31.4463
-c-0.00683594 0.078125 -0.0117188 0.206055 -0.0117188 0.285156c0 1.79688 1.45801 3.25488 3.25391 3.25488c1.61523 0 3.06445 -1.30273 3.23633 -2.9082c1.10254 -4.65723 2.35645 -11.1602 3.47949 -17.3848c17.2471 -2.83105 34.2529 -2.51758 51.5107 0.793945
-c0.236328 0.761719 0.398438 1.55664 0.631836 2.37012c1.4209 4.96289 3.93457 9.51562 5.05664 13.4316c0.40625 1.22949 1.78809 2.22754 3.08301 2.22754c1.79199 0 3.24707 -1.45508 3.24707 -3.24805c0 -0.0673828 -0.00488281 -0.176758 -0.00976562 -0.244141
-c-0.339844 -4.32715 -0.600586 -8.70605 -0.948242 -13.1152c-0.348633 -4.39453 -0.369141 -7.59961 0.157227 -11.8525c0.308594 -2.45215 0.641602 -4.92969 0.950195 -7.41309c0.0292969 -0.160156 0.0537109 -0.422852 0.0537109 -0.586914
-c0 -1.79199 -1.45508 -3.24707 -3.24707 -3.24707c-1.03418 0 -2.29297 0.726562 -2.81055 1.62207c-0.629883 1.02539 -1.87109 2.67285 -3.00293 4.1084c-6.69238 -4.41016 -11.418 -7.78027 -18.8037 -11.6934c-1.26562 -0.669922 -1.58203 -1.32324 -1.73828 -2.84375
-c-0.15625 -1.52148 0.259766 -3.86719 1.10547 -6.32129c1.69336 -4.9082 4.84766 -10.2715 6.63672 -13.1152c3.97852 -6.32227 8.35254 -13.0459 12.958 -16.9082c4.60547 -3.86133 8.63672 -5.2666 15.0117 -1.89648c3.47754 1.83887 6.4082 7.13965 9.95508 11.8516
-c0.206055 0.317383 0.630859 0.742188 0.948242 0.948242c0.617188 0.364258 2.88086 2.06641 5.68848 4.2666s6.24902 5.01367 9.63867 7.74219c3.38965 2.72949 6.8623 5.40039 9.63867 7.58496c2.77734 2.18555 4.65137 3.71191 6.16309 4.58301
-c-0.0263672 -0.015625 0.833984 0.564453 1.73828 1.58008s1.94727 2.46875 3.16016 4.1084c2.42578 3.27832 5.30273 7.44922 8.05859 11.8516c2.75684 4.40137 5.31641 9.07129 7.42773 12.957c2.11035 3.88574 3.69531 7.19824 4.1084 8.5332
-c5.0625 16.3516 10.5605 28.7529 12.4834 44.7188c-10.5156 4.91797 -17.0713 10.7881 -24.9668 20.0684c-0.499023 0.519531 -0.904297 1.52734 -0.904297 2.24902c0 1.79199 1.4541 3.24707 3.24707 3.24707c0.650391 0 1.58301 -0.338867 2.08203 -0.755859
-c11.6748 -8.64258 21.4941 -13.2363 34.1309 -17.2236c0.401367 -0.133789 0.970703 -0.484375 1.26953 -0.78418c4.6709 -4.12793 9.44043 -8.24609 14.3799 -12.6406c3.86035 -3.43457 7.3291 -6.44434 11.0615 -8.69141
-c-0.542969 0.555664 -1.31738 0.949219 -1.73828 1.58008c-1.88477 2.8252 -2.45605 6.05273 -2.52832 9.32324c-0.145508 6.54102 1.8291 13.459 3.31836 18.4873c1.63965 5.54199 1.18848 11.7939 -0.158203 17.8564
-c-0.0292969 0.160156 -0.0537109 0.422852 -0.0537109 0.585938c0 0.328125 0.0947266 0.844727 0.211914 1.15137c-0.276367 -0.178711 -0.946289 -0.487305 -1.10645 -0.631836c-0.489258 -0.442383 -0.919922 -1.05273 -1.73828 -2.84375
-c-1.61426 -3.53418 -3.46191 -8.00977 -4.89844 -11.8516c-0.490234 -1.00781 -1.79883 -1.82617 -2.91992 -1.82617c-1.79199 0 -3.24707 1.4541 -3.24707 3.24707l0.00390625 0.15918c0.553711 3.50781 1.37207 7.73828 1.89648 11.0605
-c0.583984 3.70312 0.970703 6.59375 3.00195 9.00684c2.03125 2.41406 5.09375 3.29004 9.00684 3.95117c2.53516 0.426758 7.45117 1.55078 10.4297 2.05371c0.0996094 0.0117188 0.262695 0.0205078 0.364258 0.0205078c1.79199 0 3.24707 -1.45508 3.24707 -3.24707
-c0 -1.00488 -0.696289 -2.24609 -1.55371 -2.77051c-2.67871 -1.45801 -6.4834 -3.02441 -9.00684 -4.2666c0.376953 -0.0566406 0.943359 -0.268555 1.26465 -0.473633c5.26953 -3.31934 9.15234 -6.08691 14.5371 -7.90137
-c27.457 -9.24902 59.0176 -18.0029 85.3291 -3.31836c20.4268 11.4043 32.1748 37.2529 34.7637 61.1543c2.29883 21.2324 -1.89746 55.6133 -10.5879 76.6367c-0.300781 0.727539 -1.55859 1.69141 -2.37012 2.68555c-3.96484 -11.5566 -11.126 -21.5762 -24.1758 -26.2305
-c-3.92871 -1.39941 -7.55469 -1.43945 -10.7451 -0.790039c-2.10645 0.428711 -4.13867 1.0791 -6.16309 1.73828c-0.0996094 -0.818359 -0.577148 -1.12891 -0.316406 -2.52832c1.85742 -9.94727 2.5293 -21.1592 0.316406 -30.8135
-c-1.93652 -8.44922 -3.61035 -20.6699 -9.16504 -27.8105c-0.538086 -0.683594 -1.68066 -1.23828 -2.55078 -1.23828c-1.79199 0 -3.24707 1.45508 -3.24707 3.24707c0 0.234375 0.0488281 0.608398 0.109375 0.834961c1.20996 4.41797 3.67285 17.3418 4.2666 25.5986
-c0.250977 3.4873 -0.360352 8.11914 -0.948242 12.6416c-0.307617 -0.00683594 -2.56152 -0.883789 -4.4248 -2.37012c-1.86328 -1.4873 -3.55957 -3.4707 -3.9502 -4.2666c-4.1084 -8.375 -4.2373 -16.874 -9.63867 -26.2305
-c-0.495117 -0.995117 -1.79883 -1.80371 -2.91113 -1.80371c-1.79395 0 -3.25098 1.45703 -3.25098 3.25098c0 0.405273 0.141602 1.03125 0.31543 1.39648c1.78613 4.28906 2.14453 8.47949 2.52832 13.1162c0.384766 4.63574 0.853516 9.70508 2.84473 15.3271
-c0.145508 0.412109 0.453125 0.711914 0.631836 1.10645c-2.58887 -1.42969 -4.60645 -3.23828 -6.16309 -5.84668c-2.3125 -3.875 -4.2373 -9.25195 -8.69141 -14.6953c-0.537109 -0.716797 -1.70117 -1.29785 -2.59668 -1.29785
-c-1.79199 0 -3.24707 1.4541 -3.24707 3.24707c0 0.500977 0.210938 1.25684 0.47168 1.68555c3.66992 6.74414 4.42383 12.3857 6.79492 17.6973c2.37012 5.31152 6.95996 9.76367 16.1172 11.8516c2.24316 0.511719 4.375 0.688477 6.47852 0.790039
-c-4.26465 0.015625 -8.49316 -0.0859375 -13.1152 -0.790039c-0.103516 -0.0117188 -0.270508 -0.0214844 -0.375 -0.0214844c-1.79199 0 -3.24707 1.4541 -3.24707 3.24707c0 1.14746 0.845703 2.46777 1.8877 2.94824
-c0.642578 0.279297 1.25488 0.523438 1.89648 0.790039c-0.96875 2.27734 -1.67285 4.66504 -1.42285 7.26855c0.0224609 0.228516 0.125977 0.407227 0.158203 0.632812h-0.158203c-1.75684 0.0634766 -3.40527 0.274414 -4.89844 0.790039
-c-1.08301 0.466797 -1.96191 1.80273 -1.96191 2.98145c0 1.46191 1.16211 2.8877 2.59375 3.18164c2.88379 0.467773 8.19531 2.26562 11.3779 3.79199c0.0585938 0.0361328 0.0986328 0.123047 0.157227 0.158203c0.03125 0.0146484 0.124023 -0.015625 0.158203 0
-c0.113281 0.0498047 0.322266 0.112305 0.474609 0.158203c0.0458984 0.0136719 0.108398 -0.0126953 0.157227 0c2.54004 1.3457 5.45996 2.19141 8.5332 1.89551c0.644531 -0.0615234 1.37598 -0.34082 2.05469 -0.473633
-c-2.25879 3.9707 -4.34863 8.00391 -7.11035 11.8516c-3.93848 5.4873 -6.54199 6.90039 -12.7998 10.5869c-1.14062 0.672852 -2.33984 1.49121 -3.47559 2.21191c-4.45508 0.802734 -9.09863 1.46582 -12.6416 0.791016
-c-0.158203 -0.0292969 -0.417969 -0.0527344 -0.579102 -0.0527344c-1.79199 0 -3.24707 1.45508 -3.24707 3.24707c0 1.16602 0.864258 2.49512 1.92969 2.96777c1.38672 0.544922 2.53223 0.583984 3.79297 0.948242c-6.81055 5.33691 -13.1973 10.8154 -20.0684 16.5918
-c-16.4766 13.8506 -31.0264 20.0264 -46.6152 20.7002zM335.775 352.309c0.136719 0.0214844 0.357422 0.0380859 0.494141 0.0380859c1.79199 0 3.24707 -1.4541 3.24707 -3.24707c0 -1.33496 -1.03809 -2.72852 -2.31738 -3.11035
-c-16.8154 -8.07129 -20.5996 -17.5039 -23.0703 -28.4434c-0.349609 -1.33984 -1.75684 -2.42676 -3.1416 -2.42676c-1.45801 0 -2.88184 1.1582 -3.17871 2.58496c-1.58594 7.96387 -1.33984 15.3428 3.00195 21.332c4.3418 5.99023 12.1504 10.1045 24.1768 13.1162
-c0.211914 0.0703125 0.56543 0.140625 0.788086 0.15625zM266.407 351.045c0.0664062 0.00585938 0.175781 0.00976562 0.244141 0.00976562c1.79199 0 3.24707 -1.45508 3.24707 -3.24707c0 -1.29492 -0.998047 -2.67578 -2.22754 -3.08301
-c-8.10742 -3.16406 -15.5137 -5.5625 -23.3867 -7.58496c-6.94629 -9.07617 -10.7529 -13.5615 -12.3252 -25.5986c-0.325195 -1.38086 -1.74121 -2.50098 -3.16016 -2.50098s-2.83398 1.12012 -3.16016 2.50098c-0.930664 5.95605 -1.34961 9.6748 -1.10645 13.4316
-c-2.51855 -3.84082 -5.1875 -8.61035 -7.74219 -14.0635c-4.06836 -8.68359 -7.65723 -17.665 -9.79688 -22.5967c-0.40918 -1.22559 -1.78906 -2.2207 -3.08203 -2.2207c-1.79297 0 -3.24805 1.45508 -3.24805 3.24805c0 0.291016 0.0751953 0.750977 0.166992 1.02734
-c1.3584 5.93945 4.06836 16.0117 7.58496 25.9141c3.51562 9.90332 7.57715 19.4893 12.7988 24.6504c2.91113 2.87793 4.94043 4.54688 7.58496 5.53125s5.23633 1.05078 9.16504 1.42188c9.41016 0.892578 18.8506 1.93652 28.2852 3.00293
-c0.0419922 0.0449219 0.112305 0.115234 0.158203 0.157227zM478.306 345.041c-0.586914 -0.0234375 -1.12207 -0.0332031 -1.73926 -0.632812c-4.82324 -4.69141 -8.76953 -12.0537 -15.3271 -17.2227c-2.40332 -1.89453 -5.10254 -3.17285 -7.58496 -4.1084
-c0.972656 0.253906 1.81055 0.0419922 3.00293 0.631836c1.76953 0.875977 2.96484 2.42188 4.58203 3.47656c7.07227 4.60938 12.9053 10.5752 17.0664 17.8555zM365.798 323.866l-0.00488281 -0.00878906h0.0722656c1.79199 0 3.24707 -1.4541 3.24707 -3.24707
-c0 -0.8125 -0.496094 -1.90625 -1.10742 -2.44238c-1.63086 -1.48145 -3.64551 -2.45312 -5.53125 -3.63379c2.34668 -1.73926 4.50098 -3.80762 5.85059 -6.63477c0.439453 -0.920898 0.515625 -1.89648 0.790039 -2.84375
-c4.21094 1.07422 8.35547 2.10645 12.0098 2.05371c0.115234 0.015625 0.304688 0.0273438 0.420898 0.0273438c1.80762 0 3.27441 -1.4668 3.27441 -3.27344c0 -1.53516 -1.22949 -2.98242 -2.74512 -3.23047c-14.4766 -4.06641 -30.2988 -13.6328 -40.9277 -26.2285
-c-0.535156 -0.617188 -1.63379 -1.11816 -2.45117 -1.11816c-1.79297 0 -3.24707 1.4541 -3.24707 3.24707c0 0.291992 0.0751953 0.753906 0.167969 1.03125c0.998047 2.74805 2.59766 4.96289 4.1084 7.26855c-2.33398 1.74902 -4.49512 3.80664 -5.84668 6.63672
-c-0.448242 0.94043 -0.337891 2.01855 -0.631836 3.00293c-2.80371 -2.03809 -5.56348 -4.25684 -8.84863 -5.53125c-0.273438 -0.0898438 -0.727539 -0.162109 -1.01465 -0.162109c-1.79199 0 -3.24707 1.4541 -3.24707 3.24707
-c0 0.738281 0.422852 1.76367 0.943359 2.28809c2.51758 2.24414 6.00684 6.63867 9.48047 10.9062c3.47461 4.26465 6.80762 8.45605 10.4297 10.9033c3.89746 2.63379 8.29199 3.62305 12.3252 4.42383c4.0332 0.801758 7.77734 1.4834 11.0605 3.00293
-c0.366211 0.173828 0.992188 0.31543 1.39746 0.31543h0.0253906zM31.2734 310.108c1.74121 -0.0488281 3.15332 -1.50293 3.15332 -3.24414c0 -0.738281 -0.420898 -1.7627 -0.94043 -2.28613c-15.873 -16.8135 -19.6768 -25.2324 -21.6494 -47.5664
-c-0.326172 -1.38086 -1.74121 -2.50195 -3.16016 -2.50195s-2.83496 1.12109 -3.16016 2.50195c-0.59668 6.30176 -0.693359 11.2832 -0.474609 15.959c-0.391602 -0.206055 -1.06836 -0.373047 -1.51172 -0.373047c-1.61035 0 -3.05762 1.2998 -3.22852 2.90137
-c-0.483398 6.31641 -0.629883 10.8193 1.26367 14.8535c1.89453 4.03418 5.37012 6.94238 10.5879 10.5869c0.466797 0.333008 1.31055 0.602539 1.88281 0.602539c1.06934 0 2.34961 -0.763672 2.85742 -1.7041c3.39453 3.12793 7.41309 6.17676 12.3252 9.63867
-c0.474609 0.349609 1.33887 0.633789 1.92871 0.633789zM426.157 308.371c1.25391 -0.0556641 2.5166 -0.0302734 3.79297 -0.157227c0.0996094 -0.469727 0.216797 -0.950195 0.31543 -1.42285c-1.35352 0.62793 -2.68555 1.41504 -4.1084 1.58008zM45.1787 285.304
-v-0.00292969c-2.84473 -2.55273 -5.59473 -5.49121 -7.58496 -8.53223c-1.98926 -3.04102 -3.20117 -6.11035 -3.31836 -8.84863c-0.116211 -2.73633 0.705078 -5.35059 3.31934 -8.05566c0.117188 0.143555 0.329102 0.354492 0.473633 0.470703
-c4.18652 3.34375 5.08691 6.42578 5.53027 10.7451c0.399414 3.8877 0.366211 8.91406 1.58008 14.2236zM59.4004 248.01c-1.07812 -0.574219 -1.82422 -1.4248 -3.00293 -1.89648c-2.81543 -1.12891 -5.12207 -1.90332 -7.26855 -2.05469
-c-2.14551 -0.151367 -4.30957 0.605469 -5.8457 1.89648c-0.536133 0.450195 -0.691406 1.07812 -1.10645 1.58008c0.143555 -0.324219 0.161133 -0.782227 0.31543 -1.10547c1.40039 -2.92285 3.16211 -3.73438 6.32129 -3.79297
-c2.75 -0.0507812 6.26855 1.1416 9.48047 2.37012c0.0361328 0.113281 0.123047 0.206055 0.158203 0.316406c0.295898 0.931641 0.639648 1.77344 0.948242 2.68652zM390.759 168.369c-1.56348 -1.69727 -3.6123 -3.07715 -5.84375 -4.1123
-c0.140625 -0.288086 0.28125 -0.782227 0.313477 -1.10156c2.15332 1.56152 3.99902 3.24121 5.53027 5.21387zM62.7188 159.041c-0.0585938 -0.157227 -0.0986328 -0.31543 -0.158203 -0.473633c-0.113281 -0.339844 -0.396484 -0.834961 -0.631836 -1.10547
-c-4.89062 -4.95312 -9.80859 -9.90723 -14.6953 -14.8535c-1.87793 -1.9043 -2.7207 -2.90332 -2.84375 -3.16016c-0.123047 -0.257812 -0.34375 -0.711914 0 -3.16113c0.870117 -6.19141 4.84668 -13.4131 10.7451 -19.4355
-c2.56055 -2.61523 8.88184 -7.7373 15.0117 -10.7451c3.06445 -1.50391 6.08105 -2.48438 8.37402 -2.52832c2.29395 -0.0449219 3.72559 0.430664 5.05664 2.21191c1.07227 1.43555 1.61426 3.55957 2.21289 5.84668c-9.22461 14.1699 -17.2451 30.4775 -23.0713 47.4043z
-M325.501 144.504c-2.0498 -6.0791 -4.09277 -11.9717 -6.16211 -18.4873c-1.72168 -5.42188 -6.36523 -14.6367 -11.8516 -23.7021c-4.12695 -6.82031 -8.51758 -12.8086 -12.7988 -17.3818c1.54004 -0.34668 1.96289 -0.681641 5.05664 -0.948242
-c1.70117 -0.146484 6.80371 -0.250977 11.8516 -0.316406c5.04688 -0.0644531 10.0752 0.0361328 12.167 0c4.37695 -0.0761719 6.85449 0.168945 7.74219 0.791016c0.887695 0.621094 1.79004 2.19727 2.21191 6.95215c0.426758 4.8125 0.401367 4.07129 -2.05371 8.375
-c-0.224609 0.361328 -0.436523 0.998047 -0.474609 1.42188c-0.220703 7.80176 -0.412109 15.6006 -0.631836 23.3867c-0.196289 6.99316 -1.39355 10.5713 -4.2666 17.3818c-0.387695 0.917969 -0.475586 1.64551 -0.790039 2.52734z" />
-    <glyph glyph-name="uniF17D" unicode="&#xf17d;" 
-d="M355.589 234.194c0.487305 2.65918 6.92773 18.6592 6.92773 18.6592c7.98047 17.9746 2.9082 30.8574 2.9082 30.8574c-4.7041 17.459 -18.2129 31.1064 -18.2129 31.1064c0.655273 -0.487305 4.76465 -11.4141 4.76465 -11.4141
-c9.46875 -26.1533 -15.9199 -41.1611 -15.9199 -41.1611c-6.54102 -4.31738 -17.2207 -14.6094 -17.2207 -14.6094c-14.9775 -14.6406 -10.4521 -32.585 -10.4521 -32.585l0.595703 -0.267578c17.8164 -4.37695 34.5508 -11.4736 49.7559 -20.7939
-c-10.0742 19.6025 -3.14648 40.208 -3.14648 40.208zM407.665 149.422c-1.66797 21.5576 12.1279 37.7266 12.1279 37.7266c1.41992 2.30273 13.3398 14.7188 13.3398 14.7188c14.124 13.7168 14.2529 27.5635 14.2529 27.5635
-c2.16309 17.9541 -5.29004 35.6514 -5.29004 35.6514c0.407227 -0.685547 0.149414 -12.3672 0.149414 -12.377c-0.962891 -27.7812 -30.1133 -32.248 -30.1133 -32.248c-7.70215 -1.57715 -21.459 -7.14648 -21.459 -7.14648
-c-17.9346 -7.42383 -21.3789 -23.7109 -21.7656 -26.0439c14.7783 -10.5596 27.8398 -23.334 38.7578 -37.8447zM511.995 185.14c0.138672 -0.814453 -4.48633 -11.5732 -4.48633 -11.5732c-11.2061 -25.4287 -39.9102 -18.7188 -39.9102 -18.7188
-c-7.73145 1.36914 -22.5703 1.33008 -22.5703 1.31934c-20.9424 -0.238281 -30.0635 -16.3271 -30.0635 -16.3271l1.10156 -2.66992c9.1123 -14.5801 16.1387 -30.5596 20.6846 -47.5713c6.19336 21.25 25.5879 31.4629 25.6074 31.4629
-c2.17383 1.55859 17.8457 8.72461 17.8457 8.72461c18.2031 7.47363 23.4541 20.2578 23.4541 20.2578c8.6543 15.8906 8.33691 35.0957 8.33691 35.0957zM295.127 217.564c-15.8809 14.4805 -17.042 35.5527 -17.042 35.5527
-c-0.595703 2.63965 -0.525391 19.8506 -0.506836 19.8506c0.744141 19.6523 -8.74414 29.7568 -8.74414 29.7568c-10.7988 14.5 -28.4355 22.1729 -28.4355 22.1729c0.803711 -0.21875 8.68457 -8.87402 8.68457 -8.87402
-c18.4512 -20.7441 0.446289 -44.1074 0.446289 -44.1074c-4.47656 -6.45215 -10.5811 -19.96 -10.5811 -19.96c-8.00977 -18.084 1.23047 -32.4463 2.25293 -33.9941c8.99219 1.3291 18.2432 1.96484 27.6025 1.86523c8.98242 -0.0898438 17.7666 -0.853516 26.3223 -2.2627
-zM199.01 242.355c-1.45996 2.24316 -7.87109 18.2227 -7.87109 18.2227c-6.60059 18.5312 -19.1465 24.377 -19.1465 24.377c-15.4736 9.40918 -34.6592 9.99512 -34.6592 9.99512c0.823242 0.0791016 11.3447 -5.0127 11.3447 -5.0127
-c24.8926 -12.3965 16.8633 -40.7734 16.8633 -40.7734c-1.74707 -7.64258 -2.39258 -22.4805 -2.39258 -22.4805c-0.763672 -20.8926 14.9082 -30.7881 14.9082 -30.7881l0.744141 0.257812c15.2158 8.86328 31.9297 15.5039 49.6172 19.4346
-c-20.377 7.44336 -29.4092 26.7676 -29.4092 26.7676zM167.465 188.984c-21.5869 -0.555664 -37.0518 13.9746 -37.0518 13.9746c-2.20312 1.53906 -14.0342 14.0352 -14.0342 14.0352c-12.9922 14.7686 -26.8574 15.543 -26.8574 15.543
-c-17.8262 3.03711 -35.8311 -3.5332 -35.8311 -3.5332c0.714844 0.367188 12.3574 -0.447266 12.3779 -0.447266c27.6914 -2.32227 30.7188 -31.6426 30.7188 -31.6426c1.19043 -7.76074 6.10352 -21.7764 6.10352 -21.7764
-c7.03711 -19.7012 25.2305 -23.0859 25.2305 -23.0859l0.367188 0.306641c11.0762 14.1045 24.2275 26.4717 38.9766 36.625zM80.9629 140.324c-2.63184 0.603516 -18.2637 7.81836 -18.2637 7.81836c-17.5293 8.96484 -30.6807 4.55664 -30.6807 4.55664
-c-17.6865 -3.76367 -32.0186 -16.5537 -32.0186 -16.5537c0.536133 0.625 11.6826 4.16895 11.6826 4.16895c26.5996 8.08887 40.2471 -18.0537 40.2471 -18.0537c3.95996 -6.75879 13.7168 -17.9746 13.7168 -17.9551c13.8066 -15.7119 32 -12.1484 32 -12.1484
-l0.456055 0.90332c4.95312 17.1807 12.4961 33.2393 22.124 47.8398c-19.7422 -8.30762 -39.2656 -0.576172 -39.2656 -0.576172z" />
-    <glyph glyph-name="uniF185" unicode="&#xf185;" 
-d="M324.916 192.584v0l89.3564 -154.573l43.2178 154.379l-43.2178 154.378zM281.308 167.471v0h-178.907l112.522 -114.47l155.742 -39.9092zM370.665 371.882v0l-155.547 -39.9092l-112.523 -114.47h178.713zM498.178 244.952v0l-30.9531 -52.3682l30.9531 -52.5625
-l-54.5098 -202.854l-203.437 54.3145l-30.1748 52.9521l-61.1289 -0.388672v0l-148.928 148.538l148.928 148.344l61.1289 -0.389648l30.1748 52.9521l203.437 54.3154z" />
-    <glyph glyph-name="uniF13B" unicode="&#xf13b;" 
-d="M377.856 446.976v0c17.4072 0 31.7432 -14.3359 31.7432 -30.208v-0.511719c0 -1.02344 -0.511719 -2.55957 -0.511719 -3.58398l-33.7969 -309.765c0.516602 -12.2832 -6.14453 -24.0596 -17.4033 -29.6914l-137.216 -67.584
-c-4.60742 -2.04297 -9.21582 -3.07129 -13.8242 -3.07129c-4.60742 0 -9.21582 1.03418 -13.8232 3.07129l-137.729 67.5889c-6.14355 3.06738 -11.2637 7.68066 -14.3359 13.8193c-2.55957 3.58887 -4.0957 7.67969 -4.6084 12.2881l-34.8154 312.32
-c0 1.02344 -1.53613 2.55957 -1.53613 3.58398v0.511719c0 16.8955 15.3604 31.2314 32.7676 31.2314h345.089zM121.856 233.984l-5.63281 5.63184l58.3682 59.3916c10.2402 10.2402 10.2402 27.1367 0 37.376c-10.2393 10.2402 -27.1357 10.2402 -37.376 0
-l-52.2236 -52.2236l-24.5762 -24.5762l-0.511719 -0.511719c-5.12012 -5.12012 -8.19238 -12.2881 -8.19238 -18.9443c0 -2.04785 -0.511719 -3.58398 -0.511719 -5.12012c0 -5.12012 4.0957 -9.72754 8.19141 -13.8242l1.02441 -0.516602l76.2881 -76.2783
-c10.2402 -10.2393 27.1357 -10.2393 37.376 0c10.2402 10.2402 10.2402 27.1309 0 37.3711zM358.4 221.184c5.11914 5.12012 7.67969 11.7764 7.17285 18.9443v2.04785c-0.517578 0.512695 -0.517578 1.53613 -0.517578 2.56055
-c-1.02344 5.12012 -3.06641 9.72754 -7.16211 13.8242l-0.517578 0.511719l-76.2832 76.2881c-10.2393 10.2393 -27.1406 10.2393 -37.3809 0c-10.2402 -10.2402 -10.2402 -27.1367 0 -37.376l52.2236 -52.2246l6.14453 -6.14355l-57.8564 -57.8564
-c-10.2393 -10.2393 -10.2393 -27.1309 0 -37.3711c10.2402 -10.2393 27.1367 -10.2393 37.376 0l52.2246 52.2197z" />
-    <glyph glyph-name="uniF15D" unicode="&#xf15d;" 
-d="M161.663 218.727l-89.3809 -32.6436c1.16602 -14.3789 3.49707 -28.3691 6.99512 -42.3594l85.1064 31.0889c-2.7207 13.9902 -3.88672 28.7578 -2.7207 43.9141zM557.271 317.434c0 0 -85.1064 -30.7002 -84.7178 -31.0889
-c-7.38379 12.8242 -15.9326 24.8711 -26.4258 35.3643l89.3809 32.6436c8.16113 -11.6582 15.5449 -24.0947 21.7627 -36.9189zM360.244 342.694c18.6543 -8.5498 34.5869 -20.5967 48.1885 -34.5869l89.3809 32.6436c-24.8711 34.5869 -58.6807 63.7324 -99.873 83.1631
-c-127.466 59.8467 -280.19 4.27441 -339.648 -123.579c-19.4307 -41.1934 -26.4258 -85.4951 -22.9277 -127.854l89.3809 32.6436c1.55371 19.4307 6.21777 38.8613 14.7666 57.5146c38.4736 82.7744 137.569 118.916 220.732 80.0547zM85.1064 145.667l-85.1064 -31.0889
-c7.77246 -31.0889 21.374 -60.624 40.0273 -86.6611l89.3809 32.6436c-23.3164 23.3164 -38.4727 53.2402 -44.3018 85.1064zM455.844 179.477v0l88.6035 32.2549c3.49805 -42.3594 -3.49707 -86.6611 -22.9277 -127.854
-c-59.458 -128.242 -212.184 -183.425 -340.037 -123.967c-41.582 19.4307 -75.002 48.5762 -99.874 83.1631l89.3818 32.6436c13.6016 -13.6016 29.9229 -25.6484 48.5762 -34.1982c83.1631 -38.8613 182.26 -2.7207 221.121 80.4434
-c8.93848 18.6533 13.6016 38.084 15.1562 57.5146zM477.605 288.677l-85.1064 -31.0889c15.9336 -28.3691 23.3174 -61.0127 20.9854 -93.6562l89.3809 32.6436c-2.71973 31.8662 -11.2695 63.3438 -25.2598 92.1016z" />
-    <glyph glyph-name="uniF116" unicode="&#xf116;" 
-d="M32.7998 447.04v0.00195312h42.4023h302.715c17.4082 0 31.6826 -14.3682 31.6826 -30.2402v-0.479492c0 -1.02441 -0.480469 -2.65625 -0.480469 -3.67969l-33.7617 -309.761c0.522461 -12.2822 -6.17969 -23.9717 -17.4385 -29.6035l-137.277 -67.6758
-c-4.6084 -2.04297 -9.15527 -3.04199 -13.7627 -3.04199c-4.6084 0 -9.30859 1.00391 -13.916 3.04199l-137.605 67.6758c-6.1416 3.07227 -11.3252 7.62402 -14.3975 13.7627c-2.55957 3.58887 -4.12793 7.71094 -4.63965 12.3184l-34.7207 312.32
-c0 1.02441 -1.59961 2.49609 -1.59961 3.52051v0.479492c0 16.8965 15.3916 31.3604 32.7998 31.3604zM144.323 345.604c-18.5596 0 -32.1328 -3.24121 -40.6426 -9.59961c-8.51465 -6.28809 -12.7998 -16.2969 -12.7998 -30.2393v-22.2412
-c0 -10.834 -2.2832 -18.3701 -6.88086 -22.5586c-4.59766 -4.19336 -12.8721 -6.24121 -24.96 -6.24121h-7.83887v-24.1611h7.83887c12.0879 0 20.3623 -2.13477 24.96 -6.40039c4.59766 -4.1875 6.88086 -11.7246 6.88086 -22.5586v-20.8027
-c0 -13.9414 4.28516 -24.0381 12.7998 -30.3975c8.50977 -6.3584 22.083 -9.59961 40.6426 -9.59961h27.6787v24.3203h-8.80078c-12.001 0 -19.8604 1.62305 -23.5215 4.80176c-3.57422 3.10352 -5.27832 9.8252 -5.27832 20.1582v18.0781
-c0 11.2695 -1.93066 19.3535 -5.76074 24.4844c-3.74707 5.125 -10.3936 8.76465 -19.8398 10.7158c9.36426 1.80762 16.0107 5.27344 19.8398 10.3984c3.83008 5.13086 5.76074 13.3018 5.76074 24.6426v18.0791c0 10.2607 1.7041 16.8955 5.27832 19.999
-c3.66113 3.17871 11.5205 4.80176 23.5215 4.80176h8.80078v24.3203h-27.6787zM237.6 345.604v-24.3203h8.95996c11.9199 0 19.625 -1.62305 23.2041 -4.80176c3.65527 -3.10352 5.4375 -9.73828 5.4375 -19.999v-18.0791c0 -11.3408 1.92969 -19.5117 5.75977 -24.6426
-c3.83008 -5.125 10.5527 -8.59082 19.999 -10.3984c-9.44629 -1.95117 -16.1689 -5.59082 -19.999 -10.7158c-3.83008 -5.13086 -5.75977 -13.2148 -5.75977 -24.4844v-18.0781c0 -10.333 -1.78223 -17.0547 -5.4375 -20.1582
-c-3.5791 -3.17871 -11.2842 -4.80176 -23.2041 -4.80176h-8.95996v-24.3203h27.6787c18.5605 0 32.1279 3.24121 40.6426 9.59961c8.50977 6.35938 12.7998 16.4561 12.7998 30.3975v20.8027c0 10.834 2.28418 18.3711 6.88184 22.5586
-c4.59277 4.26562 12.8711 6.40039 24.96 6.40039h7.83887v24.1611h-7.83887c-12.0889 0 -20.3672 2.04785 -24.96 6.24121c-4.59766 4.18848 -6.88184 11.7246 -6.88184 22.5586v22.2412c0 13.9424 -4.29004 23.9512 -12.7998 30.2393
-c-8.51465 6.3584 -22.082 9.59961 -40.6426 9.59961h-27.6787z" />
-    <glyph glyph-name="uniF15B" unicode="&#xf15b;" 
-d="M0 279.885h512v-172.032h-256v-27.6475h-113.664v27.6475h-142.336v172.032zM28.9834 137.044h56.5576v85.9482h28.4346v-85.9482h28.1787v113.664h-113.171v-113.664zM170.325 251.213l0.341797 -143.36h56.3193v28.6035h57.0156v114.757h-113.677zM226.304 223.564
-h29.6963v-58.3672h-29.6963v58.3672zM312.661 251.213v-113.664h56.6592v85.334h28.3311v-85.335h28.2998v84.9932h28.3613v-84.9922h28.3389v113.664h-169.99zM312.661 251.213z" />
-    <glyph glyph-name="uniF176" unicode="&#xf176;" 
-d="M313.375 -12.6973c-125.123 -3.75879 -260.015 94.6221 -301.292 219.75c-41.29 125.103 26.6533 229.576 151.772 233.334c56.0029 1.6748 113.792 -17.4189 164.434 -49.9111l-113.658 -157.865c-7.83691 -10.876 -5.35938 -26.085 5.4502 -33.8643
-c4.16602 -3.03027 9.08594 -4.63379 14.2402 -4.63379c7.80762 0 15.1768 3.77441 19.7383 10.1074l113.315 157.358c44.459 -37.9824 79.9385 -86.876 97.7822 -140.953c41.29 -125.123 -26.6533 -229.576 -151.772 -233.318zM372.47 394.192l-130.509 -181.253
-c-1.83691 -2.55273 -4.70508 -3.90332 -7.63574 -3.90332c-1.88965 0 -3.80371 0.5625 -5.46387 1.77441c-4.20898 3.03125 -5.1543 8.88672 -2.12402 13.0957l130.714 181.535c3.46973 -5.59375 8.80078 -9.67383 15.0186 -11.2578v0.00878906zM378.225 447.994
-h-0.000976562c13.8154 0 25.0215 -12.2305 25.0215 -27.3066c0 -15.0898 -11.2012 -27.293 -25.0215 -27.293c-1.98047 0 -3.88965 0.305664 -5.75586 0.788086c-6.21289 1.58887 -11.5439 5.66406 -15.0137 11.2578c-2.69629 4.35156 -4.2666 9.59668 -4.2666 15.2471
-c0 15.0752 11.2031 27.3066 25.0371 27.3066z" />
-    <glyph glyph-name="uniF128" unicode="&#xf128;" 
-d="M70.8545 -60.249c-36.8066 9.60938 -63.6475 39.4824 -69.542 77.3965c-5.58398 35.9131 6.02051 61.6602 46.9844 104.253c13.9395 14.4941 35.3398 35.0566 47.5557 45.6963l22.2109 19.3428l-25.2227 13.3428c-49.0381 25.9395 -66.4512 40.2979 -77.1133 63.5869
-c-4.90234 10.709 -5.4707 14.4707 -4.59277 30.417c0.825195 14.9717 2.44922 21.3057 9.16602 35.7412c25.1934 54.1484 79.4346 98.0566 141.304 114.389c20.6045 5.43848 61.1084 5.44629 81.3271 0.0175781c63.7773 -17.1299 176.929 -101.896 223.834 -167.683
-c14.875 -20.8633 19.7363 -32.6523 21.1777 -51.3652c2.72852 -35.4189 -6.61621 -53.1689 -51.7725 -98.3271c-59.4463 -59.4502 -137.626 -115.878 -212.042 -153.048c-67.2783 -33.6035 -114.247 -43.9482 -153.274 -33.7598zM282.014 248.04
-c29.8369 13.3311 44.5068 45.5986 32.2451 70.9268c-5.61719 11.6035 -28.6104 33.5322 -44.8457 42.7695c-27.7744 15.8027 -51.3418 17.2168 -77.4248 4.64258c-53.5254 -25.8027 -34.085 -99.8525 31.96 -121.741c13.6611 -4.52832 44.3398 -2.73047 58.0654 3.40234z
-M254.098 281.511c-8.00488 4.64258 -13.126 5.86133 -25.1719 5.99414c-18.8398 0.207031 -22.9385 3.46582 -22.627 17.9863c0.333984 15.4971 6.28906 21.958 21.0273 22.8125c9.66406 0.55957 14.5107 -0.618164 26.1836 -6.36426
-c22.4844 -11.0693 29.1221 -26.8125 16.7793 -39.7959l-6.1416 -6.45996zM207.136 299.462c0 0 2.37402 -19.0781 26.4492 -26.3818c24.3076 -4.20605 30.4297 3.43262 30.4297 3.43262z" />
-    <glyph glyph-name="uniF152" unicode="&#xf152;" 
-d="M261.975 448c-2.50879 -169.247 1.76172 -407.639 -25.8145 -436.48c-15.0479 6.27246 -88.0791 46.7207 -88.0791 179.369c0 146.684 103.864 196.936 113.894 257.111zM265.6 415.36c12.8008 -33.9199 96.8604 -119.158 96.8604 -224.472
-c0 -105.312 -46.3867 -154.204 -86.502 -183.034v-49.209c0 -8.77539 -7.05078 -13.1631 -11.4385 -13.1631s-12.3799 4.0752 -12.3799 10.9717v48.2666c36.3516 16.2969 15.3398 304.701 13.46 410.64z" />
-    <glyph glyph-name="uniF109" unicode="&#xf109;" 
-d="M0.197266 447.31c0.59082 1.05078 2.69141 0.853516 3.61035 -0.262695c0.459961 -0.525391 1.05078 -0.984375 1.31348 -0.984375c0.459961 0 12.1465 -6.63086 15.1006 -8.53516c0.525391 -0.393555 1.44434 -0.853516 1.96973 -1.11621
-s3.87305 -2.16699 7.41895 -4.26758c3.61035 -2.10059 6.63086 -3.80762 6.7627 -3.80762c0.130859 0 3.15137 -1.70703 6.63086 -3.80859c3.54492 -2.10059 6.89355 -4.00488 7.41895 -4.26758c0.525391 -0.261719 1.5752 -0.853516 2.29785 -1.3125
-c0.72168 -0.459961 3.41406 -1.96973 5.90918 -3.41406c2.56055 -1.44434 5.18652 -2.95508 5.9082 -3.41406c0.722656 -0.459961 1.77246 -1.05078 2.29785 -1.31348s3.15137 -1.70703 5.77832 -3.28223c2.62598 -1.57617 4.8584 -2.82324 5.05469 -2.82324
-c0.131836 0 1.57617 -0.853516 3.15137 -1.96973c1.6416 -1.05078 3.15137 -1.96973 3.41406 -1.96973s3.41406 -1.77246 7.02539 -3.93945c3.54492 -2.16602 6.63086 -3.93945 6.7627 -3.93945c0.130859 0 3.08496 -1.70703 6.69629 -3.80762
-c3.5459 -2.10059 6.89355 -4.00488 7.41895 -4.26758s1.44434 -0.72168 1.96973 -1.11621c0.525391 -0.328125 4.07031 -2.42871 7.87891 -4.5957c3.80762 -2.16699 7.35254 -4.26758 7.87793 -4.5957c0.525391 -0.393555 1.57617 -0.918945 2.36426 -1.24707
-c0.72168 -0.329102 3.28223 -1.77344 5.58008 -3.15137c2.29785 -1.44531 4.66211 -2.75781 5.18652 -3.02051c0.525391 -0.262695 1.44434 -0.722656 1.96973 -1.11621c1.6416 -1.05078 14.0508 -8.27246 15.1006 -8.73242
-c0.525391 -0.262695 1.44434 -0.72168 1.96973 -1.11621c1.96973 -1.24707 14.5752 -8.53418 14.8379 -8.53418c0.131836 0 3.2168 -1.77344 6.89355 -3.93945c3.61133 -2.16699 6.69727 -3.93945 6.82812 -3.93945c0.131836 0 2.36426 -1.24707 5.05566 -2.82324
-c2.62598 -1.5752 6.5 -3.80762 8.60059 -4.98926c4.26758 -2.36426 3.02051 -2.69238 13.5908 3.47949c6.30273 3.74219 14.5098 8.46875 20.2871 11.6865c1.3125 0.72168 3.15137 1.90332 4.13574 2.56055c0.919922 0.72168 1.9043 1.24707 2.16699 1.24707
-s3.41406 1.77246 7.02539 3.93945c3.54492 2.16602 6.63086 3.93945 6.89355 3.93945c0.196289 0 3.28223 1.77246 6.89355 3.93945c3.54492 2.16602 6.63086 3.93848 6.82812 3.93848c0.328125 0 13.7217 7.74707 19.3027 11.0957
-c4.92383 3.02051 14.5752 8.60059 14.9033 8.60059c0.197266 0 3.28223 1.77344 6.89355 3.93945c3.54492 2.16699 6.63086 3.93945 6.89355 3.93945c0.197266 0 2.75781 1.44434 5.71191 3.2168c9.12598 5.51562 9.84863 5.90918 11.293 6.56543
-c0.72168 0.328125 3.34863 1.83887 5.77734 3.2832c2.36328 1.50977 5.90918 3.54492 7.8125 4.53027c1.83887 1.0498 6.36914 3.61035 9.97949 5.71191c3.61133 2.10059 9.65137 5.58008 13.46 7.74707c3.80762 2.16602 7.68164 4.46484 8.66602 5.12109
-c0.984375 0.72168 1.96973 1.24707 2.23242 1.24707c0.197266 0 3.34863 1.77246 6.95898 3.93945c3.5459 2.16699 6.63086 3.93945 6.89355 3.93945c0.197266 0 3.2832 1.77246 6.89453 3.93945c3.54492 2.16602 6.89355 3.93848 7.35254 3.93848
-c0.657227 0 0.919922 -33.4834 1.24805 -177.727c0.72168 -285.465 0.65625 -333.064 -0.525391 -333.459c-0.985352 -0.393555 -1.50977 -0.262695 -3.93945 1.24805c-0.72168 0.458984 -3.34863 1.96973 -5.90918 3.41406
-c-2.49414 1.44434 -5.18652 2.9541 -5.9082 3.41406c-0.722656 0.458984 -1.77344 1.0498 -2.29785 1.3125c-0.525391 0.262695 -4.66211 2.62598 -9.12598 5.25293c-4.39941 2.62598 -8.20703 4.79199 -8.33887 4.79199c-0.130859 0 -3.2168 1.77344 -6.89355 3.93945
-c-3.61035 2.16699 -6.69629 3.93945 -6.82812 3.93945c-0.262695 0 -13.1963 7.48438 -14.7725 8.53516c-0.524414 0.393555 -1.44434 0.853516 -1.96875 1.11621c-0.525391 0.262695 -3.15234 1.70703 -5.77832 3.28223
-c-2.62598 1.57617 -4.92383 2.82324 -5.18652 2.82324s-0.918945 0.394531 -1.44434 0.918945c-0.59082 0.459961 -3.08594 2.03613 -5.64648 3.41406c-2.49512 1.31348 -6.43359 3.61133 -8.73145 4.99023c-2.23242 1.37891 -4.20215 2.49512 -4.33398 2.49512
-c-0.130859 0 -3.15137 1.70703 -6.76172 3.80762c-3.5459 2.10059 -6.89355 4.00488 -7.41895 4.26758s-1.44434 0.722656 -1.96973 1.11621c-0.525391 0.328125 -4.07031 2.42871 -7.87891 4.5957c-3.80762 2.16699 -7.35352 4.26758 -7.87793 4.5957
-c-0.525391 0.393555 -1.57617 0.918945 -2.36426 1.24707c-0.72168 0.329102 -3.28223 1.77344 -5.58008 3.15234c-2.29785 1.44434 -4.66211 2.82227 -5.18652 3.08496c-0.525391 0.262695 -1.57617 0.788086 -2.29883 1.24805
-c-0.72168 0.458984 -4.13574 2.42871 -7.5498 4.39844s-6.82812 3.93945 -7.5498 4.39941c-0.722656 0.458984 -1.77344 0.984375 -2.29883 1.24707c-0.524414 0.262695 -3.87305 2.23242 -7.41895 4.33301c-3.61035 2.10156 -6.56543 3.80859 -6.69629 3.80859
-s-3.15137 1.70605 -6.69629 3.80762c-3.5459 2.10059 -6.89453 4.00488 -7.41992 4.26758c-0.524414 0.262695 -1.5752 0.853516 -2.29785 1.3125c-7.28711 4.39941 -14.9033 8.4043 -15.625 8.07617c-0.394531 -0.197266 -1.24805 -0.657227 -1.77344 -1.05078
-c-2.49414 -1.6416 -13.5244 -8.0752 -14.7715 -8.60059c-0.722656 -0.328125 -1.77344 -0.853516 -2.29785 -1.24707c-2.69238 -1.77344 -16.5449 -9.84863 -16.874 -9.84863c-0.196289 0 -3.28223 -1.77246 -6.89355 -3.93945
-c-3.54492 -2.16602 -6.63086 -3.93945 -6.89355 -3.93945c-0.197266 0 -3.28223 -1.77246 -6.89355 -3.93848c-3.5459 -2.16699 -6.63086 -3.93945 -6.82812 -3.93945s-4.66113 -2.56055 -9.97949 -5.71191c-5.31836 -3.21777 -10.1104 -5.97461 -10.6357 -6.17188
-c-0.59082 -0.262695 -3.74219 -2.10059 -7.09082 -4.13574c-3.34863 -2.03613 -6.2373 -3.67676 -6.43457 -3.67676c-0.262695 0 -3.34766 -1.77344 -6.95898 -3.93945c-3.5459 -2.16699 -6.63086 -3.93945 -6.89355 -3.93945
-c-0.197266 0 -2.75781 -1.44434 -5.71191 -3.2168c-9.12598 -5.51562 -9.84863 -5.90918 -11.2275 -6.56543c-0.787109 -0.328125 -4.13574 -2.23242 -7.41895 -4.26758c-3.34766 -2.03516 -6.2373 -3.67676 -6.43359 -3.67676
-c-0.197266 0 -3.80859 -2.03516 -8.00977 -4.53027c-4.20215 -2.42871 -10.7676 -6.2373 -14.5752 -8.40332c-3.80859 -2.16699 -10.4395 -6.04102 -14.7725 -8.53516c-4.33301 -2.56055 -9.52051 -5.51562 -11.4902 -6.56543
-c-1.96875 -1.11621 -5.58008 -3.21777 -8.0752 -4.72754c-2.42871 -1.44434 -4.79297 -2.69141 -5.31738 -2.69141c-0.722656 0 -0.919922 42.6094 -1.37891 255.002c-0.262695 140.304 -0.262695 255.33 0 255.724zM346.393 329.657
-c-0.393555 0.458984 -1.0498 0.853516 -1.44434 0.788086c-0.393555 0 -4.13574 -2.03613 -8.27246 -4.53027c-4.13574 -2.56055 -8.00977 -4.79297 -8.53516 -4.99023c-0.524414 -0.262695 -3.61035 -2.03516 -6.89355 -3.87305
-c-3.2168 -1.9043 -9.12598 -5.25293 -13.1309 -7.55078c-3.93945 -2.29785 -9.84766 -5.64648 -13.1309 -7.5498c-3.2168 -1.9043 -7.09082 -4.13672 -8.53516 -4.9248c-9.7168 -5.38379 -9.65137 -5.31738 -8.73145 -6.69629
-c0.458984 -0.722656 2.49414 -2.16699 4.46387 -3.2832c1.96973 -1.0498 5.51562 -3.08496 7.87891 -4.46387s5.77734 -3.2832 7.5498 -4.26758c1.83887 -0.985352 3.74316 -2.23242 4.33398 -2.69238c0.524414 -0.525391 1.18164 -0.918945 1.44434 -0.918945
-s2.56055 -1.24707 5.18652 -2.82324c2.62598 -1.5752 5.25195 -3.01953 5.77734 -3.28223s1.44434 -0.722656 1.96973 -1.11621c2.10059 -1.37891 14.5752 -8.53516 14.8379 -8.53516c0.197266 0 3.2832 -1.77246 6.89355 -3.93945
-c4.39941 -2.62598 7.02539 -3.87402 7.87891 -3.61133c1.18164 0.394531 1.18164 1.9043 1.18164 38.9336c0 25.8018 -0.262695 38.8018 -0.722656 39.3271zM73.5986 327.885c-3.02051 2.03516 -3.61133 2.23145 -4.33301 1.50977
-c-0.262695 -0.197266 -0.459961 -17.793 -0.459961 -38.9336c0 -30.2012 0.197266 -38.7363 0.853516 -39.2607c0.59082 -0.525391 2.49512 0.328125 7.22266 3.2168c3.54492 2.10059 6.56543 3.87402 6.76172 3.87402c0.197266 0 3.80859 2.03516 8.00977 4.5293
-c10.4395 6.10645 19.7627 11.4902 22.126 12.8027c1.11621 0.59082 2.42871 1.31348 2.9541 1.6416s3.34863 1.96973 6.2373 3.67676c2.88867 1.6416 5.71191 3.28223 6.2373 3.61133c0.525391 0.328125 2.56055 1.44434 4.46484 2.42871
-c3.87305 2.03516 4.66113 4.33301 1.90332 5.38379c-1.37891 0.525391 -8.46875 4.5957 -11.6201 6.63086c-0.525391 0.394531 -1.44434 0.853516 -1.96973 1.11621s-3.02051 1.6416 -5.58105 3.15137c-2.49512 1.44434 -5.05566 2.88867 -5.58008 3.15137
-c-0.525391 0.262695 -1.57617 0.853516 -2.29785 1.31348c-0.722656 0.458984 -4.13672 2.42871 -7.55078 4.39844s-6.82812 3.93945 -7.5498 4.39941c-0.722656 0.458984 -1.77344 0.984375 -2.29785 1.24707c-0.525391 0.262695 -3.87402 2.23242 -7.41992 4.33301
-c-3.61035 2.10156 -6.63086 3.80859 -6.82715 3.80859c-0.197266 0 -1.6416 0.918945 -3.2832 1.96973zM210.488 249.296c-1.70703 0.984375 -3.47949 1.77246 -3.93945 1.70703c-0.458984 0 -4.20215 -2.10059 -8.33789 -4.5957
-c-4.07031 -2.49512 -7.61621 -4.53027 -7.8125 -4.53027c-0.131836 0 -4.20215 -2.36328 -9.06055 -5.25195c-4.79297 -2.88965 -8.86328 -5.25293 -9.06055 -5.25293s-3.2832 -1.77246 -6.82812 -3.93945c-3.61133 -2.16602 -6.69629 -3.93848 -6.89355 -3.93848
-c-0.262695 0 -3.80762 -2.03613 -8.00977 -4.59668c-4.20215 -2.49414 -7.74707 -4.5957 -8.00977 -4.5957c-0.197266 0 -3.2832 -1.77246 -6.89355 -3.93848c-3.5459 -2.16699 -6.63184 -3.93945 -6.89453 -3.93945c-0.196289 0 -3.28223 -1.77344 -6.89355 -3.93945
-c-3.54492 -2.16699 -6.63086 -3.93945 -6.82812 -3.93945c-0.196289 0 -2.42871 -1.18164 -4.92383 -2.69141c-5.38379 -3.21777 -5.31836 -3.87402 0.525391 -7.28809c2.10059 -1.18164 4.39844 -2.49512 5.12109 -2.9541
-c0.72168 -0.459961 1.9043 -1.05078 2.69141 -1.44434c0.722656 -0.329102 3.2832 -1.77344 5.58105 -3.15137c2.29785 -1.44434 4.66113 -2.82324 5.18652 -3.08594s1.57617 -0.788086 2.29785 -1.24805c0.722656 -0.458984 4.13672 -2.42871 7.55078 -4.39844
-s6.82715 -3.93945 7.5498 -4.39844c0.722656 -0.459961 1.77246 -0.985352 2.29785 -1.24805s3.87402 -2.23242 7.41895 -4.33301c3.61133 -2.10059 6.56543 -3.80762 6.69727 -3.80762c0.130859 0 3.2168 -1.77344 6.89355 -3.93945
-c3.67676 -2.16699 6.76172 -3.93945 6.89355 -3.93945c0.197266 0 16.4131 -9.4541 18.0547 -10.5049c0.525391 -0.393555 1.44434 -0.853516 1.96973 -1.11621s3.2168 -1.77246 5.90918 -3.34766l4.8584 -2.88965l2.69141 1.37891
-c5.1875 2.69238 11.1611 6.10645 12.2119 7.02539c0.525391 0.525391 1.24707 0.918945 1.50977 0.918945c0.329102 0 4.20215 2.23242 8.73242 4.92383c4.46484 2.69238 8.33789 4.9248 8.53516 4.9248s3.54492 1.90332 7.41895 4.26758
-c3.87402 2.36328 7.22168 4.26758 7.41895 4.26758c0.262695 0 3.80762 2.10059 8.00977 4.5957c4.20215 2.56055 7.74707 4.5957 8.00977 4.5957c0.197266 0 3.2832 1.77246 6.89355 3.93945c3.5459 2.16602 6.63184 3.93848 6.82812 3.93848
-c0.197266 0 2.49512 1.31348 5.05566 2.82324c2.62598 1.57617 6.04004 3.61133 7.68164 4.53027c10.2422 5.71191 10.373 5.77734 10.0449 7.15625c-0.197266 0.722656 -0.853516 1.51074 -1.44434 1.77246c-0.984375 0.394531 -9.78223 5.38379 -11.8838 6.69727
-c-0.524414 0.393555 -1.44434 0.853516 -1.96973 1.11621c-0.524414 0.262695 -3.87305 2.16602 -7.41895 4.26758c-3.54492 2.10059 -6.56543 3.80762 -6.69629 3.80762s-3.2168 1.77246 -6.89355 3.93945s-6.7627 3.93945 -6.89355 3.93945
-c-0.262695 0 -13.1973 7.48438 -14.7725 8.53516c-0.525391 0.393555 -1.44434 0.853516 -1.96973 1.11621c-1.05078 0.525391 -16.8076 9.65039 -18.3828 10.7012c-0.525391 0.394531 -1.57617 0.918945 -2.36426 1.24805
-c-0.72168 0.328125 -3.28223 1.77246 -5.58008 3.15137c-2.29785 1.44434 -4.66211 2.82324 -5.1875 3.08496c-0.524414 0.262695 -1.5752 0.788086 -2.29785 1.24805c-0.72168 0.458984 -2.69141 1.5752 -4.39844 2.62598zM346.524 93.8916
-c0 35.9785 -0.0654297 38.3428 -1.18164 38.9336c-0.853516 0.458984 -2.69238 -0.329102 -8.00977 -3.61133c-3.80859 -2.29785 -7.09082 -4.20215 -7.41895 -4.20215c-0.262695 0 -1.57617 -0.72168 -2.95508 -1.5752
-c-3.15137 -1.96973 -22.9785 -13.459 -27.7061 -15.9541c-1.96973 -1.11621 -6.2373 -3.61133 -9.51953 -5.51562c-3.2168 -1.96875 -7.28809 -4.33301 -8.99512 -5.18652c-3.93945 -2.03516 -4.26758 -4.07031 -0.984375 -5.51465
-c1.11621 -0.525391 3.61133 -1.9043 5.38379 -2.9541c1.83789 -1.11621 3.74219 -2.23242 4.26758 -2.49512s3.87305 -2.16699 7.41895 -4.26758c3.54492 -2.10156 6.56543 -3.80762 6.69629 -3.80762c0.131836 0 4.00488 -2.23242 8.53516 -4.9248
-c4.5957 -2.69141 8.4043 -4.92383 8.53516 -4.92383c0.262695 0 13.1963 -7.48438 14.7725 -8.53516c0.525391 -0.393555 1.6416 -0.918945 2.42871 -1.31348c0.788086 -0.328125 2.69238 -1.37793 4.13672 -2.29785c4.8584 -3.01953 4.5957 -4.98926 4.5957 38.1455z
-M74.8457 130.067c-5.05469 3.02051 -6.04004 3.34863 -6.04004 2.03516c-0.262695 -21.0098 0.197266 -77.8008 0.59082 -78.1943c0.394531 -0.393555 2.62695 0.59082 5.64648 2.42871c2.69238 1.6416 5.05566 3.02051 5.25293 3.02051
-c0.130859 0 4.00488 2.23242 8.53418 4.92383c4.59668 2.69238 8.46973 4.9248 8.60156 4.9248c0.262695 0 12.9336 7.35254 14.7061 8.53516c0.525391 0.393555 1.57617 0.918945 2.29785 1.24707c0.788086 0.328125 4.13672 2.23242 7.41895 4.26758
-c3.34863 2.03516 6.17188 3.67676 6.30273 3.67676c0.197266 0 2.36426 1.18164 4.9248 2.69141c5.51465 3.15137 5.51465 3.74219 -0.59082 7.41895c-2.23242 1.31348 -4.13672 2.36328 -4.26758 2.36328c-0.131836 0 -3.15137 1.70703 -6.69727 3.80859
-c-3.54492 2.10059 -6.89355 4.00488 -7.41895 4.26758s-1.83789 1.0498 -2.9541 1.77246c-1.05078 0.722656 -2.56055 1.57617 -3.34863 1.9043c-0.722656 0.328125 -3.2832 1.77246 -5.58105 3.15137c-2.29785 1.44434 -4.66113 2.82324 -5.18652 3.08594
-c-0.525391 0.261719 -1.5752 0.787109 -2.29785 1.24707c-0.72168 0.459961 -3.41406 1.96973 -5.90918 3.41406c-2.56055 1.44434 -5.18652 2.9541 -5.9082 3.41406c-0.722656 0.458984 -1.77246 1.05078 -2.29785 1.3125
-c-0.525391 0.262695 -3.15137 1.70703 -5.77832 3.2832z" />
-    <glyph glyph-name="uniF107" unicode="&#xf107;" 
-d="M238.746 236.021l74.9717 -32.2012l-80.5068 -29.6865l-69.4375 29.6865zM126.039 195.77l107.17 -42.7676v-150.441l-109.686 48.3027zM351.45 195.77v-139.375l-99.123 -40.252v141.891zM115.221 442.646l74.9717 -32.2021l-80.5068 -29.6855l-69.4336 29.6855z
-M2.51367 402.395l-0.00195312 -0.00292969l107.172 -42.7705v-150.441l-109.686 48.3027zM227.925 402.392v-0.00292969v-139.372l-99.123 -40.252v141.891zM356.736 448l74.9668 -32.2021l-80.502 -29.6836l-69.4375 29.6836zM244.029 407.748l107.167 -42.7686v-150.44
-l-109.686 48.3027zM469.442 407.748v-0.00292969v-139.372l-99.123 -40.252v141.891z" />
-    <glyph glyph-name="uniF14C" unicode="&#xf14c;" 
-d="M500.79 378.338c7.20117 0.230469 11.0889 -3.98438 11.1992 -11.5547c0.341797 -23.5078 -10.1221 -33.5498 -21.5107 -43.8223s-24.4834 -16.5371 -36.3545 -34.7549c-7.89062 -12.1055 -10.2803 -42.0039 -16.7998 -65.7754
-c-6.07324 -22.1348 -12.0137 -48.9434 -18.0439 -65.6885c-6.36621 -17.6885 -1.17188 -57.8594 17.6885 -63.1973c-21.4922 -15.6572 -56.1504 -11.042 -68.8867 8.5332c-22.8574 -6.0166 -25.6367 -33.7773 -44.2656 -44.6221
-c-15.1641 -8.82617 -29.6836 -12.8086 -49.7773 -17.7773c-11.1689 -2.11816 -20.9424 -1.72754 -17.6885 1.77832c10.5098 15.5176 23.5986 28.4268 30.1328 47.9102c-44.0703 6.35547 -87.8867 14.6738 -125.954 9.59961
-c-29.418 -3.92285 -44.4883 -20.3281 -63.377 -31.7324c-40.5596 -24.4863 -85.1758 -18.252 -88.9766 -9.06641c-3.61328 8.72949 14.8242 13.71 17.9551 19.6445c-15.1221 -2.01367 -18.46 0.152344 -26.1328 7.91016c23.8164 27.9854 76.3701 9.98145 94.04 28.2666
-c16.5195 17.0938 16.8994 29.125 32.71 42.7549c20.3711 17.5527 44.9854 31.9717 67.4678 39.0215c34.21 10.7197 72.2393 12.4746 109.953 33.7773c50.457 28.4951 61.6553 108.008 117.155 131.284c18.5928 7.79785 39.623 6.50684 56.8887 10.7559
-c17.0977 4.20703 14.665 6.50293 22.5771 6.75488zM498.567 373.982c-1.4502 -0.0732422 -1.72168 -0.605469 -2.40039 -0.888672c-0.493164 -0.355469 -0.919922 -0.576172 -1.24512 -0.799805c-0.419922 -0.331055 -0.913086 -0.712891 -1.24414 -0.977539
-c-1.48047 -0.961914 -3.25781 -2.08203 -4.7998 -3.02246c-0.568359 -0.842773 0.1875 -1.86133 0.533203 -2.57715c0.286133 -0.583984 0.620117 -1.10059 0.888672 -1.68945c0.405273 -0.700195 1.0127 -1.27539 1.51172 -1.86621
-c0.578125 -0.386719 0.842773 -0.583008 1.15527 -0.799805c1.38184 -0.93457 3.2168 -1.14453 4.71094 -1.42285c0.209961 -0.0205078 1.25781 -0.222656 2.40039 -0.355469c1.22852 -0.120117 2.83984 -0.170898 4.08789 -0.266602
-c0.62793 -0.0410156 0.96875 0.30957 1.42285 0.355469c0.396484 0.246094 0.757812 0.74707 1.06641 1.06641c0.259766 0.279297 0.12793 0.446289 0.355469 0.710938c0.145508 0.958984 0.263672 1.95312 0.356445 2.84473v0.977539
-c0.0673828 1.91113 -0.311523 3.47949 -0.710938 5.15527c-0.118164 0.368164 -0.394531 0.950195 -0.623047 1.24512c-0.602539 0.944336 -1.67285 1.37988 -2.48828 1.95508c-0.399414 0.148438 -0.816406 0.212891 -1.33398 0.267578
-c-0.602539 0.0673828 -1.2627 0.0878906 -1.86621 0.0878906c-0.604492 0 -1.15039 0.078125 -1.77734 0zM482.122 360.205c-0.383789 0.0136719 -1.02734 -0.293945 -1.95508 -1.15527c-5.60352 -5.74023 -16.6904 -18.6621 -20.7109 -30.666
-c-1.03418 -3.27441 1.07129 -2.37402 1.77734 -0.266602c3.98633 12.3223 16.5723 25.8633 20.4443 29.9551c0.945312 1.09766 1.08398 2.11328 0.444336 2.13281zM483.812 357.36c-0.381836 -0.0400391 -0.981445 -0.438477 -1.77832 -1.42188
-c-4.74023 -6.47168 -13.8818 -16.2598 -16.1768 -28.7109c-0.560547 -3.38477 1.37891 -2.18359 1.77734 0c2.21875 12.7646 12.8291 23.4043 16.0889 28c0.78125 1.21875 0.725586 2.20117 0.0888672 2.13281zM485.855 354.872
-c-0.376953 -0.0722656 -0.888672 -0.554688 -1.59961 -1.59961c-4.18066 -6.85352 -9.69238 -14.6934 -10.9336 -27.2891c-0.273438 -3.41992 1.47852 -2.12402 1.68848 0.0888672c1.13965 12.9043 8.07227 21.8115 10.9336 26.666
-c0.680664 1.28027 0.540039 2.25391 -0.0888672 2.13379zM488.167 352.917c-0.370117 -0.106445 -0.890625 -0.584961 -1.51074 -1.69043c-3.55957 -7.19141 -6.98633 -12.6738 -7.11133 -25.332c0.0283203 -3.42773 1.75781 -1.95703 1.77734 0.266602
-c0 12.9521 4.59668 19.5342 7.02246 24.6221c0.5625 1.33496 0.438477 2.30957 -0.177734 2.13379zM444.612 346.783c-11.0977 -0.279297 -17.6719 -5.16504 -19.8223 -14.4004c9.12012 -7.91797 28.2188 -1.53125 24.7998 14.2227
-c-1.77148 0.146484 -3.39258 0.21875 -4.97754 0.177734zM406.657 137.1c-7.46777 -7.9043 -21.9951 -19.4199 -24.7998 -32c5.45898 -8.71191 26.6709 -13.6699 39.0215 -10.666c-6.30664 5.93359 -13.4531 30.3604 -14.2217 42.666z" />
-    <glyph glyph-name="uniF11D" unicode="&#xf11d;" 
-d="M239.918 -64.1934l-81.3359 17.4082l-81.7822 53.248l-58.9014 90.623l-15.6748 82.4326l-2.22363 68.4541s8.83594 45.9961 13.3672 55.0557c4.53125 9.06152 36.6162 58.5322 36.6162 58.5322l60.7998 52.4746l83.8252 33.9824l56.6367 -2.26562l57.1904 -12.0645
-l47.0234 -24.1836l38.5127 -56.6377s6.7959 -29.4512 9.06152 -38.5127c2.26562 -9.0625 6.79688 -67.9629 6.79688 -67.9629l-22.6553 -65.7002l-47.5752 -47.5752l-63.4316 -27.1855l-65.6992 20.3887l-40.7793 36.248l-15.8584 56.6387l15.8584 52.1055l40.7793 36.248
-l47.8008 4.75586l33.7559 -18.123l24.9209 -36.4746l-43.0439 33.9834l-27.1855 6.7959l-31.7168 -9.06152l-18.124 -18.124l-18.124 -29.4512v-45.3096l22.6553 -31.7168l43.0439 -27.1865h43.0449l45.3096 22.6553l22.6553 31.7168s13.5928 33.9834 13.5928 47.5752
-c0 13.5938 0 43.0449 -4.53125 54.3691c-4.53027 11.3281 -27.1855 56.6377 -27.1855 56.6377s-20.3896 18.124 -29.4512 22.6553s-38.6973 16.4111 -38.6973 16.4111s-33.7979 6.24316 -45.126 6.24316c-11.3271 0 -54.3691 -13.5928 -54.3691 -13.5928l-47.5752 -24.9209
-l-43.0439 -31.7168l-29.4512 -52.1055l-9.0625 -52.1074l2.26562 -49.8398l4.53125 -38.5137l18.124 -40.7793l22.6543 -45.3086l33.9824 -36.248l33.9824 -36.248l51.2061 -27.1855l32.6191 -11.3281z" />
-    <glyph glyph-name="uniF129" unicode="&#xf129;" 
-d="M451.44 91.5303c8.57129 -19.8301 15.9795 -36.9404 15.9951 -57.2881c0 -11.7803 -12.1855 -14.0234 -34.6729 -14.0234c-2.05859 0 -4.13672 0.0205078 -6.23145 0.03125c-2.12402 0.00976562 -4.26953 0.0302734 -6.41504 0.0302734
-c-13.2041 0 -28.1084 -0.470703 -37.9082 -6.12891c-10.6904 -6.1748 -14.833 -13.7881 -18.8418 -21.1504c-5.08887 -9.33398 -9.87109 -18.1504 -27.832 -25.1084c-2.04297 -0.793945 -4.16797 -1.17285 -6.49219 -1.17285c-10.0352 0 -21.8066 7.31641 -34.2686 15.0889
-c-15.1963 9.48242 -30.9189 19.2715 -47.6055 19.2715c-11.6631 0 -26.7979 -6.30273 -42.8232 -12.9785c-16.0264 -6.66699 -32.5889 -13.5732 -45.0566 -13.5732c-3.87012 0 -7.0752 0.655273 -9.79395 1.99609c-8.87305 4.34766 -13.835 13.0977 -19.0879 22.3545
-c-7.54199 13.2812 -16.082 28.3438 -38.1953 30.6123c-1.02344 0.0917969 -2.125 0.148438 -3.28125 0.148438c-10.3477 0 -25.0889 -4.25977 -39.3428 -8.38672c-13.9824 -4.03906 -28.4414 -8.21191 -38.1953 -8.21191c-3.88574 0 -6.78906 0.669922 -8.62695 1.99121
-c-1.8584 1.33594 -2.76465 3.47656 -2.76465 6.56934c0 12.1807 5.0791 25.2461 11.499 41.7793c12.0732 31.0576 30.3164 77.998 30.3164 161.628c0 122.168 85.376 221.562 190.31 221.562c104.935 0 190.316 -99.3896 190.316 -221.562
-c0 -66.3857 16.0811 -103.588 28.999 -133.479zM256.118 233.282c24.4219 0 44.293 23.0098 44.293 51.2822s-19.8662 51.2773 -44.293 51.2773c-18.207 0 -34.8271 -13.21 -41.3652 -32.8711c-0.342773 -1.0293 -1.30566 -1.71973 -2.38574 -1.71973
-s-2.04297 0.69043 -2.38086 1.71973c-6.54297 19.6562 -23.1631 32.8711 -41.3691 32.8711c-24.4277 0 -44.2988 -23.0049 -44.2988 -51.2773s19.8711 -51.2822 44.2988 -51.2822c18.2012 0 34.8262 13.2305 41.3691 32.9219
-c0.337891 1.02441 1.30078 1.7207 2.38086 1.7207s2.04785 -0.691406 2.38574 -1.7207c6.54883 -19.6914 23.168 -32.9219 41.3652 -32.9219zM265.288 275.312c0 -11.2432 -9.07324 -20.3574 -20.2705 -20.3574c-11.2021 0 -20.2754 9.11426 -20.2754 20.3574
-c0 11.2383 9.07324 20.3525 20.2754 20.3525c11.1973 0 20.2705 -9.11426 20.2705 -20.3525zM200.96 275.312c0 -11.2432 -9.07227 -20.3574 -20.2754 -20.3574c-11.1924 0 -20.2695 9.11426 -20.2695 20.3574c0 11.2383 9.07715 20.3525 20.2695 20.3525
-c11.1973 0 20.2754 -9.11426 20.2754 -20.3525z" />
-    <glyph glyph-name="uniF166" unicode="&#xf166;" 
-d="M377.856 446.976v0c17.4072 0 31.7432 -14.3359 31.7432 -30.208v-0.511719c0 -1.02344 -0.511719 -2.55957 -0.511719 -3.58398l-33.7969 -309.765c0.516602 -12.2832 -6.14453 -24.0596 -17.4033 -29.6914l-137.216 -67.584
-c-4.60742 -2.04297 -9.21582 -3.07129 -13.8242 -3.07129c-4.60742 0 -9.21582 1.03418 -13.8232 3.07129l-137.729 67.5889c-6.14355 3.06738 -11.2637 7.68066 -14.3359 13.8193c-2.55957 3.58887 -4.0957 7.67969 -4.6084 12.2881l-34.8154 312.32
-c0 1.02344 -1.53613 2.55957 -1.53613 3.58398v0.511719c0 16.8955 15.3604 31.2314 32.7676 31.2314h42.4961h302.593zM59.2227 187.274l26.9395 -0.00195312l5.6709 29.7744h25.5205c24.1035 -1.41895 51.042 18.4316 51.042 52.459
-c0 19.8496 -11.3428 31.1924 -34.0273 32.6104h-52.46zM97.5049 238.313l7.08887 42.5342h18.4316c9.9248 0 17.0137 -4.25293 17.0137 -12.7607c-1.41797 -24.1025 -12.7607 -28.3564 -25.5205 -29.7744zM159.888 217.047l26.9375 -0.00195312l12.7607 63.8008h21.2676
-c9.9248 0 9.9248 -4.25391 8.50684 -11.3428l-9.9248 -52.46h28.3564l9.9248 58.1328c2.83496 14.1777 -5.67188 25.5205 -28.3564 26.9385h-25.5205l5.6709 29.7744h-26.9385zM250.078 188.881l26.7705 -0.00195312l5.63574 29.5879h25.3613
-c23.9521 -1.40918 50.7227 18.3174 50.7227 52.1318c0 19.7256 -11.2715 30.9971 -33.8154 32.4062h-52.1318zM288.121 239.602l7.04395 42.2676h18.3164c9.86328 0 16.9082 -4.22656 16.9082 -12.6807c-1.40918 -23.9521 -12.6816 -28.1787 -25.3613 -29.5879z" />
-    <glyph glyph-name="uniF175" unicode="&#xf175;" 
-d="M511.771 121.329c0.299805 -2.60059 0.299805 -5.2002 0 -7.7998c-1.2998 -9.29883 -6.39941 -16.3984 -14.7988 -21.6982s-12.1992 -4.09961 -13.2988 -3.2002c-1.09961 0.900391 1.2002 2.60059 4.5 4.7002c12.8984 8.29883 16.6982 19.998 9.99902 32.5977
-c-5.39941 10.2988 -14.6992 16.8984 -26.1982 20.7979c-23.7979 8.19922 -47.8965 6.7998 -71.7939 0c3.89941 -11.8984 7.09863 -23.6982 -1.90039 -34.5967c-9.99902 -11.999 -23.5977 -18.7988 -39.3965 -22.0986c-7.39941 -1.59961 -13.499 2.7998 -14.499 9.69922
-c-2.7998 19.0986 16.6982 35.3975 29.7979 46.8965c-7.2998 11.2988 -11.3994 23.6982 -14.0996 36.5967c-14.7988 -16.998 -30.3975 -40.1963 -25.7979 -60.9951c3.2002 -14.3984 -1 -26.5977 -14.1982 -35.4971c-12.6992 -8.59961 -29.8984 -14.1992 -45.4971 -11.0986
-c-3.99902 0.799805 -6.19922 3.99902 -5.69922 7.39941c2.2998 14.3984 25.3975 32.1973 35.0977 42.8965c2.19922 2.39941 2.39941 4.2998 0.799805 7.19922c-6.5 11.8994 -10.3994 23.5977 -13.999 36.3975c-13.0996 -29.3984 -29.998 -79.8945 -56.4961 -98.0928
-c-8.69922 -5.99902 -17.0986 -4.09961 -20.7979 5.2998c-3.2998 8.19922 -2.10059 18.7988 -1.40039 28.1973c-5.7998 -12.499 -11.6992 -26.2979 -20.498 -37.1963c-6.7998 -8.39941 -23.3984 -8 -29.7979 0.299805c-15.999 20.8984 -12.5986 49.7959 -4.89941 72.8936
-l-28.5977 -14.498c7.39941 -15.5996 8.39941 -32.8975 3.89941 -49.4961c-5.09961 -19.0986 -16.999 -34.0977 -34.6973 -45.1973c-19.2988 -12.0986 -64.9951 -24.0977 -77.5938 3.5c-7.09961 15.5986 -3.7002 30.2979 5.7998 43.9971
-c16.5986 23.8975 48.7959 37.0967 74.4941 49.8955c-31.7979 23.0986 -80.5938 42.4971 -96.4932 80.2939c-14.6982 34.7969 17.2988 68.0947 42.8965 88.9932c58.8955 48.0957 166.588 95.292 244.781 59.2949c15.3984 -7.19922 35.5977 -24.3975 30.998 -51.9961
-c-4 -23.498 -13.1992 -38.4961 -28.3984 -53.8955c-31.5977 -32.0977 -152.188 -77.7939 -175.986 -15.3984c-0.599609 1.39941 -0.699219 4.09961 1.2998 3.69922c2.5 -0.899414 20.2988 -14.7988 43.2969 -16.0986c17.0986 -1 34.8975 2.7998 51.0967 8
-c32.8965 10.499 70.6943 33.3965 80.0938 67.7939c3.59961 13.0996 -1.7002 26.8984 -14.6992 33.2979c-49.0967 24.1982 -115.791 -3.2998 -159.088 -25.3984c-33.2969 -16.998 -83.0938 -45.3965 -81.5938 -87.1934c1.40039 -37.1963 55.5957 -60.2949 80.5938 -82.0928
-c14.5996 7.29883 41.6973 14.7988 51.9961 26.8975c10.7988 12.5986 26.5977 25.8984 44.5967 26.3984c7.69922 0.199219 12.999 -3.7002 15.0986 -10.5c1.90039 -6.49902 1.40039 -11.499 0.299805 -19.0986c4.5 4.10059 11.6992 4.2002 15.5996 -0.599609
-c11.5986 -14.3984 -23.1982 -50.0957 -10.8994 -65.8945c14.499 13.7988 22.0977 41.0967 30.5977 58.4951c4.09961 8.2998 16.8984 50.3965 25.3975 52.8965c7.39941 2.19922 18.499 4.09961 25.7979 0.299805c2.2998 -1.2998 2.7002 -2.5 1.90039 -4.90039
-c-6.59961 -19.3984 -7.2998 -33.7969 2.39941 -52.4951c13.7988 20.498 29.5977 42.6963 34.7979 66.8945c0.5 2.5 2.2998 3.7998 4.79883 4.39941c7.09961 1.90039 17.2988 3.5 24.3984 0.5c2.90039 -1.2002 3.5 -2.7998 2.59961 -5.59961
-c-7.19922 -22.0977 -6.59961 -37.5967 5.7998 -57.8955c30.998 11.2998 68.1943 15.7988 96.6924 -4.49902c-3.39941 2.39941 -7.19922 5.09961 0 0c5.39941 -3.7998 3 -2 0.100586 0c11.5986 -8.2998 19.0977 -18.7988 20.7979 -32.3975zM112.902 96.0303v0
-c0.600586 6.89941 -0.399414 13.6992 -2.49902 20.499c-23.6982 -8.09961 -66.3955 -34.9971 -64.5957 -62.4951c0.600586 -9.69922 8 -12.0996 17.3994 -11.1992c9.39844 0.899414 18.8984 5.89941 26.4971 12.0986c13.5996 10.8994 21.7988 24.3984 23.1982 41.0967z
-M215.995 168.525c0.599609 3.19922 -1.5 4.59961 -5 3.79883c-29.3975 -7.59863 -43.3965 -57.1953 -33.0977 -81.293c1.2002 -2.7998 3.39941 -2.90039 5.7998 -0.799805c17.498 15.998 28.3975 55.9951 32.2979 78.2939zM286.389 86.7314
-c7.7002 -3 26.2988 16.8984 25.2988 26.8975c-8.5 -8.99902 -16.8994 -17.8984 -25.2988 -26.8975zM367.083 104.43c11.3994 6.2002 16.6982 18.6992 12.2988 30.0977c-8.29883 -5.99902 -21.5986 -18.7979 -20.0986 -30.8975c0.200195 -1.69922 5.5 -0.5 7.7998 0.799805z
-" />
-    <glyph glyph-name="uniF11A" unicode="&#xf11a;" 
-d="M338.616 403.197c0 -24.7285 -75.5703 -44.7979 -168.684 -44.7979s-168.684 20.0693 -168.684 44.7979s75.5703 44.7979 168.684 44.7979s168.684 -20.0693 168.684 -44.7979zM1.37891 369.562c0 0 1.62305 -11.2949 36.627 -23.1602
-c9.53418 -3.23145 28.0625 -7.39453 42.4219 -9.91895c22.8711 -4.02148 51.5947 -6.56055 87.4854 -6.58105c18.8682 -0.0107422 36.1777 0.446289 52.6436 1.93652c23.1729 2.09766 27.1143 2.88379 45.5078 5.89551c17.5859 2.88086 34.4756 7.87012 46.8535 12.7842
-c21.376 8.4873 25.9805 19.0439 25.9805 19.0439v-89.0518s-15.5967 -20.1943 -58.2705 -28.3154c-14.9785 -2.85059 -20.918 -5.55469 -48.2178 -8.2832c-23.7168 -2.37012 -54.9424 -3.50488 -64.7314 -3.50879c-9.79297 -0.00390625 -34.377 -0.0898438 -74.4502 6.03418
-c-24.2842 3.71191 -47.7461 8.70898 -59.4736 13.374c-23.5684 9.37891 -32.373 20.6992 -32.373 20.6992zM0.916016 252.206c0 0 1.62305 -11.2949 36.627 -23.1602c9.53418 -3.23145 28.0625 -7.39453 42.4219 -9.91895
-c22.8711 -4.02148 51.5947 -6.56055 87.4854 -6.58105c18.8682 -0.0107422 36.1787 0.446289 52.6445 1.93652c23.1719 2.09766 27.1133 2.88379 45.5068 5.89551c17.5869 2.88086 34.4756 7.87012 46.8545 12.7842c21.375 8.4873 25.9795 19.0439 25.9795 19.0439v-89.0518
-s-15.5967 -20.1943 -58.2705 -28.3154c-14.9785 -2.85059 -20.918 -5.55469 -48.2178 -8.2832c-23.7168 -2.37012 -54.9424 -3.50488 -64.7314 -3.50879c-9.79297 -0.00390625 -34.377 -0.0898438 -74.4502 6.03418c-24.2842 3.70703 -47.748 8.7041 -59.4736 13.3682
-c-23.5674 9.37988 -32.373 20.7002 -32.373 20.7002zM0 131.717c0 0 1.62305 -11.2939 36.627 -23.1592c9.53418 -3.23242 28.0625 -7.39551 42.4219 -9.91992c22.8711 -4.02051 51.5947 -6.56055 87.4854 -6.58105c18.8682 -0.0107422 36.1787 0.447266 52.6445 1.93652
-c23.1719 2.09766 27.1143 2.88379 45.5078 5.89648c17.5859 2.87988 34.4746 7.86914 46.8535 12.7842c21.375 8.48633 25.9805 19.043 25.9805 19.043v-89.0518s-15.5977 -20.1943 -58.2715 -28.3154c-14.9785 -2.85059 -20.918 -5.55469 -48.2168 -8.2832
-c-23.7178 -2.37012 -54.9434 -3.50391 -64.7324 -3.50781c-9.79297 -0.00390625 -34.377 -0.0908203 -74.4502 6.0332c-24.2793 3.71777 -47.7422 8.70898 -59.4688 13.3789c-23.5674 9.37988 -32.373 20.7002 -32.373 20.7002z" />
-    <glyph glyph-name="uniF181" unicode="&#xf181;" 
-d="M506.854 -56.8574h-247.567c-0.138672 0 -0.271484 -0.0205078 -0.410156 -0.0205078c-0.137695 0 -0.270508 0.0205078 -0.40918 0.0205078h-247.593v247.583v0c0 0.142578 -0.0205078 0.276367 -0.0205078 0.418945c0 40.1055 32.5371 72.6426 72.6426 72.6426
-c-28.3496 28.3701 -28.3496 74.3682 0 102.738c28.3701 28.3496 74.3682 28.3496 102.738 0c0 40.1055 32.5371 72.6426 72.6416 72.6426c40.1055 0 72.6426 -32.5371 72.6426 -72.6426c28.375 28.3496 74.3682 28.3496 102.738 0
-c28.3496 -28.3701 28.3496 -74.3682 0 -102.738c40.1055 0 72.6221 -32.5371 72.6221 -72.6426c0 -0.168945 -0.0253906 -0.337891 -0.0253906 -0.506836v-247.495zM473.544 190.726c0 0.142578 0.0205078 0.276367 0.0205078 0.418945
-c0 21.7041 -17.6025 39.3271 -39.3066 39.3271c-10.8701 0 -20.7002 -4.41309 -27.8164 -11.5303h-80.4404l56.8877 56.8887c10.0508 0 20.1221 3.83496 27.7969 11.5098c15.3652 15.3652 15.3652 40.2686 0 55.6133c-15.3447 15.3652 -40.248 15.3652 -55.6133 0
-c-7.6748 -7.66992 -11.5098 -17.7461 -11.5098 -27.7969l-56.8887 -56.8877v80.4404c7.11719 7.11621 11.5303 16.9414 11.5303 27.8164c0 21.7041 -17.623 39.3066 -39.3271 39.3066c-21.7031 0 -39.3262 -17.6025 -39.3262 -39.3066
-c0 -10.8701 4.41309 -20.7002 11.5303 -27.8164v-80.4404l-56.8887 56.8877c0 10.0508 -3.83496 20.1221 -11.5098 27.7969c-15.3652 15.3652 -40.2686 15.3652 -55.6133 0c-15.3652 -15.3447 -15.3652 -40.248 0 -55.6133
-c7.66992 -7.6748 17.7461 -11.5098 27.7969 -11.5098l56.8877 -56.8887h-80.4404c-7.11621 7.12207 -16.9414 11.5303 -27.8164 11.5303c-21.7041 0 -39.3066 -17.623 -39.3066 -39.3271c0 -0.142578 0.0205078 -0.276367 0.0205078 -0.418945h429.333zM285.261 174.448
-l-26.8135 -129.53l-26.834 129.53h-37.9541l45.8135 -221.153h37.9492l45.7881 221.153h-37.9492zM387.993 82.8467v-37.9492h26.8291v-26.8135v-0.0205078c0 -14.792 -12.0215 -26.8135 -26.834 -26.8135c-14.8115 0 -26.8135 12.0215 -26.8135 26.834v0v91.5967
-c0 14.8125 12.002 26.8135 26.8135 26.8135c14.8125 0 26.834 -12.001 26.834 -26.8135h37.9551c0 35.7529 -29.0049 64.7627 -64.7842 64.7627c-35.7734 0 -64.7832 -29.0049 -64.7832 -64.7627h0.0205078v-91.5967v0c0 -35.7734 29.0049 -64.7832 64.7832 -64.7832
-c35.7529 0 64.7637 29.0049 64.7637 64.7832v0v64.7627h-64.7842v0zM83.0869 63.8721v0c11.7354 -11.7148 27.9199 -18.9746 45.8096 -18.9746v0c7.40332 0 14.1104 -3.01562 18.9746 -7.85938v0c4.86328 -4.8584 7.8584 -11.5713 7.8584 -18.9541
-c0 -14.833 -12.0215 -26.834 -26.833 -26.834c-14.8125 0 -26.834 12.001 -26.834 26.834h-37.9551c0 -35.7734 29.0049 -64.7832 64.7832 -64.7832c35.7529 0 64.7627 29.0049 64.7627 64.7832c0 17.8682 -7.23926 34.0732 -18.9746 45.7881v0
-c-11.7139 11.7354 -27.8984 18.9746 -45.7881 18.9746v0.0205078c-7.40332 0 -14.1104 2.99512 -18.9746 7.85938h-0.0205078c-4.84375 4.8584 -7.83887 11.5508 -7.83887 18.9541c0 14.8125 12.0225 26.834 26.834 26.834c14.8125 0 26.834 -12.0215 26.834 -26.834
-h37.9346c0 35.7734 -29.0049 64.7627 -64.7637 64.7627c-35.7734 0 -64.7832 -28.9844 -64.7832 -64.7627c0 -17.8896 7.26074 -34.0732 18.9746 -45.8086v0z" />
-    <glyph glyph-name="uniF10C" unicode="&#xf10c;" 
-d="M64 447.146c-0.378906 0.474609 70.2578 0.853516 191.052 0.853516s191.432 -0.378906 191.052 -0.853516c-0.758789 -1.32715 2.18066 -2.55957 7.87012 -3.31836c2.84375 -0.378906 5.7832 -1.04297 6.63672 -1.5166
-c0.948242 -0.379883 4.83594 -2.37109 8.81738 -4.2666c3.98242 -1.89648 9.86133 -5.59473 13.085 -8.24902c10.1455 -8.1543 15.2646 -15.2656 23.8936 -33.0908c0.378906 -0.853516 0.948242 -3.60254 1.32715 -6.16309
-c0.948242 -6.63672 1.42188 -7.96387 2.93945 -7.96387c1.1377 0 1.32715 -25.9795 1.32715 -192c0 -163.461 -0.189453 -192 -1.32715 -192c-1.51758 0 -2.46582 -1.99121 -2.46582 -5.59473c0 -3.41309 -3.31836 -12.6104 -6.16211 -17.2559
-c-1.32812 -1.99121 -2.37109 -4.07715 -2.37109 -4.55078c0 -1.04297 -7.39551 -10.5254 -10.8086 -13.9385c-3.41309 -3.31836 -12.8945 -10.8086 -13.8428 -10.8086c-0.474609 0 -2.93945 -1.23242 -5.4043 -2.65527
-c-4.45703 -2.6543 -10.2402 -4.64551 -19.5322 -6.73145c-6.35254 -1.42188 -383.716 -1.42188 -390.068 0c-9.29199 2.08594 -15.0752 4.07715 -19.5312 6.73145c-2.46582 1.42285 -4.93066 2.65527 -5.40527 2.65527c-0.947266 0 -10.4297 7.49023 -13.8428 10.8086
-c-3.41309 3.41309 -10.8086 12.8955 -10.8086 13.9385c0 0.473633 -0.948242 2.46484 -2.18066 4.45605c-2.84473 4.45605 -5.49902 11.6621 -6.73242 17.7305c-1.42188 7.49023 -1.23242 388.077 0.19043 395.378c1.23242 6.25684 1.32715 6.25684 6.35254 16.6865
-c6.63672 13.749 18.8682 25.9795 32.5215 32.6172c3.98145 1.89551 7.96387 3.88672 8.91211 4.2666c0.853516 0.473633 3.79297 1.1377 6.6377 1.5166c5.68848 0.758789 8.62793 1.99121 7.86914 3.31836zM301.891 340.385
-c-7.96484 1.13867 -22.6611 1.42285 -87.3242 1.42285c-42.7617 0 -78.0332 -0.28418 -78.3174 -0.664062c-0.379883 -0.28418 -0.664062 -68.1719 -0.664062 -150.756v-150.092h81.0674c66.8438 0 82.2041 0.285156 87.0391 1.32812
-c3.22461 0.757812 9.29199 2.08594 13.4639 2.93848c4.17188 0.853516 8.43848 1.99121 9.48145 2.37109c1.04297 0.473633 4.2666 1.80078 7.11133 2.93945c19.3428 7.58496 32.2373 18.0146 41.1494 33.0898c5.02539 8.5332 7.49023 15.5498 9.48145 27.3066
-c1.89648 10.8086 1.89648 22.5664 0.0947266 30.0566c-0.757812 3.12891 -1.32715 6.82617 -1.42188 8.24902c0 1.42188 -0.568359 3.98145 -1.32715 5.68848s-2.08594 5.02539 -3.03418 7.39551c-7.49023 18.4893 -24.3672 33.8486 -42.0029 38.3057
-c-2.27539 0.568359 -4.36133 1.5166 -4.55078 2.18066c-0.19043 0.568359 1.80078 2.18066 4.55078 3.60254c12.041 5.97363 22.9453 17.2568 29.0137 29.8672c3.69727 7.58496 5.02441 12.5156 5.97266 22.2812c2.37109 25.3154 -3.79199 44.9424 -18.8682 59.7334
-c-12.7998 12.5156 -27.7803 19.2471 -50.915 22.7549zM190.104 295.538c0.379883 0.948242 4.93066 1.23242 23.04 1.04297c12.3262 -0.19043 35.2715 -0.379883 50.916 -0.474609c19.2471 -0.189453 29.0127 -0.663086 30.3408 -1.32715
-c1.04297 -0.664062 3.60254 -1.89648 5.7832 -2.75c7.67969 -3.12891 12.8945 -9.6709 15.9287 -19.7207c1.32812 -4.26758 1.6123 -7.96484 1.32812 -17.0674c-0.19043 -6.35254 -0.758789 -12.4209 -1.32812 -13.4639
-c-0.568359 -1.04297 -1.89551 -3.60254 -2.84375 -5.68848c-2.37109 -5.02539 -9.38672 -11.7568 -15.1709 -14.6016c-2.55957 -1.23242 -5.4043 -2.6543 -6.35254 -3.12891c-3.60254 -1.80176 -22.4707 -2.55957 -60.9658 -2.6543
-c-35.6504 0 -40.1064 0.189453 -40.5811 1.5166c-0.663086 1.80176 -0.757812 76.5156 -0.0947266 78.3174zM190.198 176.166c0.948242 0.853516 89.9795 0.664062 98.0391 -0.28418c9.00684 -1.04297 16.2129 -2.56055 17.4453 -3.79297
-c0.569336 -0.569336 1.6123 -0.948242 2.46582 -0.948242c1.89648 0 10.2393 -5.97363 13.5586 -9.76562c2.6543 -3.03418 6.06738 -9.6709 8.15332 -15.834c3.31934 -9.86133 1.70703 -28.6348 -3.31836 -38.874c-5.02539 -9.95605 -16.6875 -18.4893 -29.1084 -21.0488
-c-3.12891 -0.664062 -24.2725 -1.2334 -56.3193 -1.42285l-51.4844 -0.378906v45.8906c0 25.2207 0.28418 46.0801 0.568359 46.459z" />
-    <glyph glyph-name="uniF133" unicode="&#xf133;" 
-d="M252.359 447.053l0.00878906 -0.00390625c2.40527 0.03125 4.76953 0.0273438 7.16504 0c11.5 -0.133789 22.8408 -0.892578 33.501 -2.41797c55.8174 -7.99219 103.659 -32.2227 144.614 -73.2158c16.8398 -16.8545 30.7197 -34.5293 41.6104 -53.0947
-c8.2168 -14.0078 20.7871 -43.1406 22.707 -52.4844c0.53125 -2.58301 1.61523 -6.82812 2.33105 -9.41113c2.65234 -9.56836 6.16211 -33.0723 7.16602 -48.0889c2.12793 -31.8467 -2.10645 -68.6357 -11.0508 -96.958
-c-4.82812 -15.2861 -15.9395 -39.4932 -22.6211 -49.2119c-2.06445 -3.00391 -6.67871 -9.89746 -10.2734 -15.3672c-7.71973 -11.7451 -18.2314 -24.2451 -30.6494 -36.4346c-42.0869 -41.3135 -90.1582 -65.1162 -146.258 -72.4424
-c-15.3145 -1.99902 -45.1201 -2.55859 -60.2627 -1.12305c-70.375 6.67676 -129.213 39.3115 -176.041 97.5625c-7.70215 9.58105 -12.9209 16.9131 -17.4395 24.5195c-1.98633 3.34277 -5.39648 8.9375 -7.51172 12.4316
-c-2.11426 3.49512 -4.81934 8.76855 -6.04297 11.6562c-1.22461 2.88672 -3.15137 7.13672 -4.23047 9.49707c-2.47949 5.41895 -6.95898 18.9697 -9.41113 28.3184c-5.63379 21.4834 -9.69238 49.9404 -9.66992 67.9473c0.0205078 15.877 1.47754 33.8584 3.88574 47.3135
-c2.27441 12.708 2.90527 15.0635 7.25195 29.8701c5.29785 18.0459 7.6709 24.3115 14.8496 38.8516c8.16309 16.5322 18.4287 32.2041 31.168 47.5723c7.15918 8.63574 29.791 31.21 37.9014 37.8145c33.5312 27.3096 68.1426 43.915 108.007 51.8916
-c15.4678 3.0957 32.4609 4.78418 49.2949 5.00781zM140.219 301.052l0.00390625 0.000976562c-25.1133 -0.0703125 -37.5 -0.241211 -37.7295 -0.431641c-0.755859 -0.626953 -0.685547 -2.37402 0.604492 -11.8281c1.98535 -14.5488 5.30176 -24.9014 12.3467 -38.9375
-c8.23828 -16.417 17.7285 -28.6807 32.376 -41.7871c7.71289 -6.90137 12.9482 -10.9355 21.2383 -16.1455c8.45898 -5.31445 20.9697 -11.3096 30.5635 -14.6768c3.43262 -1.2041 4.37695 -1.70898 9.15137 -5.35254c8.49609 -6.48242 17.0508 -20.3555 19.5127 -31.5137
-c2.45312 -11.1211 1.83105 -28.7871 -1.46777 -41.1826c-5.57129 -20.9355 -7.23242 -25.3711 -16.835 -44.377c-3.93164 -7.78125 -7.16602 -14.7871 -7.16602 -15.541c0 -1.96777 2.39062 -5.21484 5.35254 -7.25195c5.04883 -3.47363 18.6826 -7.44043 29.959 -8.71973
-c2.88672 -0.328125 5.99512 -0.670898 6.90625 -0.777344c4.27148 -0.498047 15.6758 -0.287109 22.4482 0.431641c18.4756 1.96094 32.9131 7.02832 36.8652 12.9502c1.77637 2.66309 1.57715 4.13867 -1.20898 8.89258
-c-1.35156 2.30664 -2.86035 5.17383 -3.36719 6.38867c-0.505859 1.21582 -2.10059 4.44531 -3.45312 7.16602c-7.73535 15.5605 -16.0078 39.3438 -17.5264 50.248c-0.208984 1.50293 -0.361328 7.98633 -0.345703 14.418
-c0.0224609 9.45801 0.25293 12.6904 1.12305 16.6631c1.19727 5.47168 4.89355 14.5947 6.82031 16.749c0.689453 0.771484 2.16602 2.73242 3.28027 4.40332c4.14453 6.21777 13.7109 15.3496 17.0947 16.3174c6.79492 1.94531 19.2637 7.63379 28.4912 13.0371
-c19.6602 11.5127 39.4707 30.5693 50.5938 48.6084c5.90332 9.57324 8.15625 13.8105 9.58301 18.0439c0.746094 2.21289 2.2334 6.20703 3.28125 8.80664c3.47168 8.6123 7.09961 26.1963 6.73438 32.4619l-0.172852 2.84961l-151.004 0.0859375
-c-51.0674 0.046875 -88.9404 0.0703125 -114.054 0zM49.5674 238.199l0.00683594 -0.0078125l0.345703 -3.9707c0.84375 -10.5479 3.99512 -20.7266 9.49414 -30.3057c6.31836 -11.0029 9.07812 -14.1777 21.1553 -24.5195
-c9.07812 -7.77246 19.5029 -13.8604 27.8018 -16.3174c9.63574 -2.85742 11.3262 -4.22461 15.877 -12.6826c3.01758 -5.60547 4.04785 -10.3066 4.05859 -18.8213c0.015625 -12.6914 -3.15918 -23.7754 -11.3965 -40.2334
-c-2.9209 -5.83496 -5.2666 -11.1826 -5.2666 -11.9141c0 -1.61816 3.08105 -4.50781 6.30273 -5.87109c4.01562 -1.7002 9.80176 -2.85156 19.9434 -4.05762c3.81641 -0.454102 8.10254 -0.34375 14.332 0.431641c7.05859 0.878906 12.8027 2.31738 16.5771 4.14453
-c2.80957 1.35938 5.78418 4.24121 5.78418 5.52539c0 0.513672 -2.26758 5.5332 -5.09375 11.1367c-5.59277 11.0898 -7.45508 16.084 -9.49707 25.5557c-2.08301 9.65625 -2.53027 14.8076 -1.89941 20.376c0.630859 5.56738 3.42676 14.1016 5.95703 18.0439
-c3.13672 4.8877 4.74512 5.99902 11.3965 7.85742c5.4707 1.52637 14.0732 5.59668 14.0732 6.64746c0 0.208008 -3.01172 1.37012 -6.73438 2.67676c-10.6152 3.72266 -23.5078 10.9971 -35.7432 20.1162c-7.65039 5.70117 -21.1611 19.0645 -25.8145 25.5557
-c-2.14355 2.98926 -5.55664 7.79199 -7.59766 10.6191c-2.04199 2.82715 -4.16895 6.24609 -4.74902 7.59766l-1.12207 2.41699h-29.0957h-29.0957zM400.36 237.933l-1.98633 -3.625c-5.6377 -10.2881 -11.9746 -18.1924 -23.915 -29.959
-c-11.9395 -11.7656 -17.6338 -16.1299 -32.5488 -24.6924c-6.94824 -3.98828 -10.5459 -5.59766 -17.0078 -7.76953c-2.57812 -0.867188 -4.74023 -1.78809 -4.83496 -2.07227c-0.241211 -0.72168 6.8623 -4.79297 10.4463 -5.95703
-c7.40527 -2.40527 11.9404 -4.35352 13.6416 -5.95703c2.53906 -2.39453 6.9668 -11.499 8.11621 -16.6631c0.727539 -3.27344 0.910156 -5.82324 0.69043 -10.9648c-0.539062 -12.5918 -3.8584 -23.749 -11.5693 -38.9375
-c-2.98438 -5.87891 -5.43945 -10.9932 -5.43945 -11.3975c0 -1.40234 2.95801 -4.23633 6.04395 -5.78418c8.875 -4.4502 25.4199 -5.98926 39.0244 -3.62598c6.45508 1.12109 9.60352 2.10254 13.0371 3.97168c3.05273 1.66113 4.9209 3.59082 4.9209 5.18066
-c0 0.55957 -2.10645 5.11816 -4.66211 10.1006c-11.0938 21.6279 -14.9746 45.499 -9.41016 57.6719c1.93066 4.22461 7.16406 12.124 8.54688 12.8643c0.650391 0.347656 3.72754 1.40625 6.82031 2.33105c13.2637 3.96582 25.6406 12.1465 38.6787 25.5557
-c5.25 5.39844 7.57422 8.72656 13.21 18.5625c3.04199 5.30762 3.96191 7.40625 5.43945 13.209c2.67871 10.5215 3.28809 13.8301 3.10742 15.9727l-0.172852 1.98535h-30.0449h-30.1318z" />
-    <glyph glyph-name="uniF17E" unicode="&#xf17e;" 
-d="M144.563 345.072c-3.04883 -1.21582 -9.46875 -0.253906 -20.2598 4.38281c-18.4268 7.62891 -30.1826 17.2031 -43.0898 25.7793c-12.7285 8.54004 -27.4688 17.3008 -34.4502 26.5889c-5.83203 8.42969 10.1807 12.499 30.7529 7.07129
-c26.8262 -7.05176 42.3516 -24.667 54.1494 -34.5811c4.46875 -3.60742 22.2188 -25.8428 12.8975 -29.2412zM350.838 58.2754c0.737305 0 19.8564 -25.3096 23.9004 -32.1631c5.24707 -8.69434 24.832 -30.1104 13.4258 -39.2549
-c-7.53809 -5.94824 -13.8779 2.66602 -19.0283 7.77734c-5.5127 5.48145 -32.2734 62.9551 -18.2979 63.6406zM153.385 57.5742c0.583984 -0.179688 1.08203 -0.503906 1.53809 -0.798828c13.2314 -7.16309 -15.0156 -54.3643 -18.042 -64.9521
-c-4.00977 -13.5234 -23.3867 -27.6006 -32.5986 -8.24805c-7.72266 16.457 41.0996 75.5254 49.1025 73.999zM122.875 314.307h-0.00390625c36.4287 -4.41895 45.3311 18.9004 53.9746 42.0068c5.32422 13.8691 17.8594 45.7334 40.4648 27.4385
-c11.6719 -9.375 10.5586 -25.5352 21.6104 -35.6709c13.2314 -11.8906 38.5225 -15.3984 56.0898 -8.77539c25.6533 9.75586 29.2275 12.9141 32.7148 34.2549c2.49121 14.7119 -0.181641 32.7754 12.2354 44.7461c7.43945 7.24121 19.4863 10.4434 27.1289 1.67383
-c8.81836 -9.98145 -1.56641 -26.8223 -7.17578 -35.9717c-10.2998 -17.1523 -33.6475 -23.8125 -1.63965 -36.9268c19.8564 -8.07715 63.627 4.04395 59.5771 -23.0889c-2.10938 -13.9492 -14.4287 -26.6768 -13.9756 -40.9385
-c0.368164 -13.1143 13.7031 -24.5371 29.0566 -19.0508c13.8916 5.03125 20.8799 23.6318 36.3301 26.2969c13.2383 2.20996 16.251 -10.2158 14.3223 -20.4336c-1.65625 -9.59961 -5.13477 -17.2168 -13.4023 -23.165
-c-15.8457 -11.3672 -21.3564 -29.3311 -14.9727 -46.5791c2.66602 -7.2041 -0.87793 -18.2842 -8.9873 -16.9443c-19.0391 3.14551 -27.2441 -12.084 -6.38477 -16.8154c31.7246 -7.24023 41.1729 9.93066 65.5771 -13.8252
-c4.32227 -19.292 -3.00684 -31.9521 -22.5918 -27.377c-22.4385 5.25586 -16.3203 5.75586 -34.9873 15.8867c-23.7256 12.8887 -56.6445 15.248 -82.9385 6.3291c-10.3906 -3.58301 -21.5127 -9.15039 -21.0537 -19.668c0.647461 -13.876 7.44043 -31.1719 5.60938 -44.666
-c-1.92773 -14.6309 -10.3906 -10.8926 -20.0439 2.2207c-10.7598 14.7061 -4.41992 39.2549 -39.0791 23.1699c-49.0176 -22.6357 -32.9199 -95.5889 -23.9141 -133.09c1.2041 -7.77148 -0.0898438 -19.5869 -5.79785 -26.1465
-c-9.54199 -11.1289 -32.2725 -9.75586 -33.6436 4.95605c-1.11328 10.8975 5.34473 21.8711 7.25879 32.4639c2.4082 13.0332 2.48535 27.2139 0 40.2471c-1.01562 4.875 -1.4541 13.1885 -7.53027 15.9346c-5.97852 2.74023 -12.4092 -2.67676 -18.582 -0.692383
-c-5.61719 1.75879 -5.50586 5.87305 -5.50586 10.4424c-0.1875 9.83691 3.48047 19.2119 4.32227 28.9678c0.738281 7.8584 4.21777 28.1318 -7.81543 32.0195c-26.7842 8.53906 -37.6777 -13.6309 -65.2598 -22.3135c-20.2109 -6.4043 -78.1465 -4.06543 -49.7363 29.5518
-c10.21 11.9678 57.7793 47.2842 3.55273 57.1904c-21.9033 3.96387 -52.3389 -19.6094 -72.2783 -11.458c-15.2842 6.17871 -9.02734 22.3389 1.08496 29.7295c21.1514 15.3232 56.3682 3.64062 80.4561 13.8525c8.28223 3.50391 2.7207 24.5029 -15.0996 26.5146
-c-24.0078 2.71094 -23.4375 15.5 -23.4639 21.2715c-0.0302734 6.49316 19.0908 18.71 28.3242 10.4844c8.97852 -7.99902 22.5166 3.55176 19.8164 8.52051c-5.98535 10.7539 -14.998 18.8311 -27.3242 24.6982c-25.459 12.1904 -21.5137 4.0166 -45.5186 18.7334
-c-13.7881 8.53906 -30.2471 30.5605 -4.40625 36.3525c26.6562 5.94922 22.3447 -11.0996 41.2939 -22.6152c15.6318 -9.37402 34.4785 -17.6025 52.3115 -19.7422zM432.497 344.878c-2.37402 0.481445 -2.55762 4.12305 1.26367 12.498
-c6.13281 14.0869 16.4736 26.584 25.1904 38.8652c8.7041 12.1689 17.2373 25.417 28.3057 35.5283c10.1631 8.94531 19.4629 4.6875 16.8428 -8.73145c-3.37988 -17.4805 -23.8369 -37.6953 -34.6377 -50.4658c-3.88867 -4.72656 -30.1426 -29.4023 -36.9648 -27.6943z
-M452.946 76.9434c-2.03223 -0.881836 -6.31055 -0.18457 -13.5029 3.17969c-12.2803 5.53516 -20.1172 12.4785 -28.7188 18.7021c-8.4834 6.19434 -18.3057 12.5479 -22.959 19.2861c-3.8877 6.11426 6.78711 9.06641 20.4961 5.12891
-c17.8789 -5.11523 28.2256 -17.8926 36.0869 -25.084c2.97852 -2.61719 14.8086 -18.7461 8.59766 -21.2129zM265.636 410.321c-2.18066 0.279297 -4.56738 1.71777 -6.69141 4.8623c-3.80469 5.30078 -3.28711 9.81543 -3.92773 14.3066
-c-0.578125 4.44922 -1.96094 9.32812 0.604492 12.8779c2.56055 3.12695 12.5664 1.09863 18.748 -4.07324c8.07812 -6.73926 4.28027 -13.9004 3.56738 -18.5049c-0.176758 -1.70898 -5.83008 -10.4004 -12.3008 -9.46875zM257.019 212.152
-c-2.18066 0.279297 -4.56836 1.71777 -6.69043 4.8623c-3.80371 5.30078 -3.28711 9.81543 -3.92676 14.3066c-0.581055 4.44922 -1.96191 9.32812 0.600586 12.8779c2.56055 3.12695 12.5664 1.09863 18.748 -4.07324c8.07812 -6.73926 4.28125 -13.9004 3.56836 -18.5049
-c-0.177734 -1.70898 -5.83105 -10.4004 -12.2998 -9.46875z" />
-    <glyph glyph-name="uniF126" unicode="&#xf126;" 
-d="M225.653 437.932l-0.000976562 -0.000976562c40.3867 0 78.1719 -11.1572 110.479 -30.4248c-18.4326 -10.4717 -32.9629 -20.3066 -36.7109 -24.0547c-11.0898 -11.0898 -0.0410156 -40.1611 24.6836 -64.8857c24.7275 -24.7275 53.8018 -35.7666 64.8906 -24.6807
-c3.69531 3.69336 13.2939 17.9199 23.6045 35.9893c18.0986 -31.4316 28.54 -67.875 28.54 -106.711c0 -118.579 -96.4873 -214.682 -215.486 -214.682s-215.485 96.1074 -215.485 214.682s96.4863 214.769 215.485 214.769zM421.125 447.983h-0.000976562
-c8.72461 -0.202148 16.8145 -2.27637 22.4355 -7.89746c5.68359 -5.68164 7.74219 -13.9268 8.0752 -22.9785c0.336914 -9.04883 -1.16016 -19.2881 -3.76953 -30.0654c-4.99023 -20.6084 -14.21 -42.833 -24.3223 -61.0312
-c17.6328 -31.7842 22.7959 -64.3262 22.7959 -102.851c0 -121.707 -98.8877 -220.6 -220.601 -220.6c-121.712 0 -220.6 98.8926 -220.6 220.6c0 38.8301 10.2578 75.1777 27.9111 106.896c-10.1035 17.8389 -20.7891 38.958 -27.1934 58.5117
-c-3.3584 10.2559 -5.58301 20.0518 -5.83398 28.8115c-0.250977 8.76074 1.54004 16.9756 7.26953 22.707c5.28516 5.28516 12.7852 7.31348 20.8223 7.35938c25.543 0.143555 60.917 -17.041 88.6729 -32.7588c32.1797 18.3652 69.2852 29.0781 108.954 29.0781
-c39.1211 0 75.3301 -6.82129 107.606 -24.9492c17.9971 10.0508 39.2959 19.6396 58.9668 24.9492c10.2969 2.7793 20.0811 4.4209 28.8105 4.21875zM420.855 436.496l-0.00195312 0.00292969c-7.04004 0.163086 -15.8818 -1.2666 -25.4873 -3.85938
-c-19.21 -5.18555 -41.3389 -15.0908 -59.0537 -25.2197l-2.87207 -1.61523l-2.87207 1.70508c-30.7861 18.1113 -65.8164 24.7705 -104.826 24.7705c-38.7588 0 -74.9521 -10.6875 -106.082 -29.0791l-2.87207 -1.61523l-2.87109 1.61523
-c-27.4434 15.7236 -65.1963 32.875 -85.709 32.7588c-6.1875 -0.0351562 -10.3037 -1.59668 -12.7441 -4.03906c-2.60645 -2.60547 -4.15039 -7.27051 -3.94922 -14.2695c0.200195 -7 2.14746 -15.8779 5.29492 -25.4873
-c6.29492 -19.2197 17.3652 -41.3486 27.6426 -59.2383l1.61523 -2.78027l-1.62207 -2.87207c-17.6631 -30.6738 -27.8223 -66.1787 -27.8223 -104.11c0 -115.496 93.6191 -209.116 209.116 -209.116s209.116 93.6191 209.116 209.116
-c0 38.7227 -4.85547 69.4736 -22.6162 100.07l-1.70508 2.87207l1.61523 2.87207c10.0791 17.6006 19.7041 40.5762 24.5908 60.7588c2.44336 10.0918 3.68848 19.5654 3.41113 27.0146c-0.27832 7.44922 -2.14551 12.5566 -4.75684 15.167
-c-2.64844 2.64844 -7.5 4.41406 -14.5391 4.57812z" />
-    <glyph glyph-name="uniF15E" unicode="&#xf15e;" 
-d="M161.92 362.24h188.16c89.4053 0 161.92 -72.6738 161.92 -162.079c0 -89.4102 -72.5146 -161.761 -161.92 -161.761h-188.16c-89.3848 0 -161.92 72.3506 -161.92 161.761c0 89.4053 72.5352 162.079 161.92 162.079zM166.083 305.121
-c-57.8867 0 -104.802 -47.0781 -104.802 -104.96s46.915 -104.643 104.802 -104.643h179.834c57.9131 0 104.802 46.7607 104.802 104.643s-46.8887 104.96 -104.802 104.96h-179.834z" />
-    <glyph glyph-name="uniF125" unicode="&#xf125;" 
-d="M289.651 162.823c0 -1.98633 35.5488 43.29 95.0791 15.8418c-1.79688 0.798828 -57.708 -32.9785 -63.3604 -95.0742c-18.9795 -207.065 -364.44 -200.758 -316.875 47.5342c-0.132812 -0.501953 39.9316 -63.8623 63.376 -31.6826
-c30.8076 42.2305 -55.834 99.0527 -15.8564 158.435c13.292 19.6865 40.1514 34.1309 63.376 31.6826c-7.37793 -14.6172 -12.7441 -72.5557 31.6982 -79.2168c26.4502 -3.97852 45.7832 39.2402 0 95.0586c-29.4971 36.0605 15.7949 109.047 15.8418 110.916
-c-0.620117 -46.0908 20.1006 -74.8555 95.0684 -110.916c65.0713 -31.2988 31.6523 -134.796 31.6523 -142.578zM178.782 -11.4893c64.9531 2.45312 69.2275 72.1475 31.6572 110.932c-24.4941 25.3799 -63.1152 31.1807 -63.3506 31.6826
-c18.2734 -32.8301 -17.5518 -37.873 -31.6982 -63.3916c-11.1416 -20.0391 -19.6709 -82.2842 63.3916 -79.2227zM226.291 368.782c-9.69727 10.4043 -15.8564 22.8975 -15.8564 31.6934c0 16.4922 13.4707 32.3438 31.708 47.5244
-c1.82812 -13.2051 -7.90039 -33.0088 0 -47.5244c6.12891 -10.7422 15.8564 -22.8965 15.8564 -31.6934c0 -11.7861 -4.3877 -22.5283 -15.8564 -31.6826c-1.73535 4.4082 -4.77148 18.8623 -15.8516 31.6826z" />
-  </font>
-</defs></svg>
diff --git a/jekyll-source/static/assets/font-mfizz.ttf b/jekyll-source/static/assets/font-mfizz.ttf
deleted file mode 100644
index b9931e3..0000000
Binary files a/jekyll-source/static/assets/font-mfizz.ttf and /dev/null differ
diff --git a/jekyll-source/static/assets/font-mfizz.woff b/jekyll-source/static/assets/font-mfizz.woff
deleted file mode 100644
index f2c0bb6..0000000
Binary files a/jekyll-source/static/assets/font-mfizz.woff and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/FontAwesome.otf b/jekyll-source/static/assets/fonts/FontAwesome.otf
deleted file mode 100644
index 401ec0f..0000000
Binary files a/jekyll-source/static/assets/fonts/FontAwesome.otf and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/fontawesome-webfont.eot b/jekyll-source/static/assets/fonts/fontawesome-webfont.eot
deleted file mode 100644
index e9f60ca..0000000
Binary files a/jekyll-source/static/assets/fonts/fontawesome-webfont.eot and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/fontawesome-webfont.svg b/jekyll-source/static/assets/fonts/fontawesome-webfont.svg
deleted file mode 100644
index 855c845..0000000
--- a/jekyll-source/static/assets/fonts/fontawesome-webfont.svg
+++ /dev/null
@@ -1,2671 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg>
-<metadata>
-Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
- By ,,,
-Copyright Dave Gandy 2016. All rights reserved.
-</metadata>
-<defs>
-<font id="FontAwesome" horiz-adv-x="1536" >
-  <font-face 
-    font-family="FontAwesome"
-    font-weight="400"
-    font-stretch="normal"
-    units-per-em="1792"
-    panose-1="0 0 0 0 0 0 0 0 0 0"
-    ascent="1536"
-    descent="-256"
-    bbox="-1.02083 -256.962 2304.6 1537.02"
-    underline-thickness="0"
-    underline-position="0"
-    unicode-range="U+0020-F500"
-  />
-<missing-glyph horiz-adv-x="896" 
-d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
-    <glyph glyph-name=".notdef" horiz-adv-x="896" 
-d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
-    <glyph glyph-name=".null" horiz-adv-x="0" 
- />
-    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597" 
- />
-    <glyph glyph-name="space" unicode=" " horiz-adv-x="448" 
- />
-    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792" 
-d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
-    <glyph glyph-name="music" unicode="&#xf001;" 
-d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
-t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664" 
-d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
-t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
-    <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792" 
-d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
-t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
-M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792" 
-d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
-q-18 -18 -44 -18z" />
-    <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664" 
-d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
-l502 -73q56 -9 56 -46z" />
-    <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664" 
-d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
-l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
-    <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280" 
-d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
-t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
-    <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920" 
-d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
-q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
-t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
-q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
-t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664" 
-d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
-h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792" 
-d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
-h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
-q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792" 
-d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
-h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792" 
-d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
-    <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408" 
-d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
-t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
-    <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664" 
-d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
-q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
-t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
-    <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664" 
-d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
-M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
-" />
-    <glyph glyph-name="off" unicode="&#xf011;" 
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
-t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
-    <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792" 
-d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
-v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="cog" unicode="&#xf013;" 
-d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
-q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
-l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
-q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
-    <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408" 
-d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
-q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
-q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664" 
-d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
-l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
-    <glyph glyph-name="file_alt" unicode="&#xf016;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-" />
-    <glyph glyph-name="time" unicode="&#xf017;" 
-d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920" 
-d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
-q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
-    <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664" 
-d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
-q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
-    <glyph glyph-name="download" unicode="&#xf01a;" 
-d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
-t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="upload" unicode="&#xf01b;" 
-d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
-t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="inbox" unicode="&#xf01c;" 
-d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
-q25 -61 25 -123z" />
-    <glyph glyph-name="play_circle" unicode="&#xf01d;" 
-d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="repeat" unicode="&#xf01e;" 
-d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
-l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
-    <glyph glyph-name="refresh" unicode="&#xf021;" 
-d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
-q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
-q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
-    <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792" 
-d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
-M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
-t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
-t47 -113z" />
-    <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152" 
-d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792" 
-d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
-t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664" 
-d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
-t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
-t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
-    <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768" 
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
-    <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152" 
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
-t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
-    <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664" 
-d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
-t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
-t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
-t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
-    <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408" 
-d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
-M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
-    <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792" 
-d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
-M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
-    <glyph glyph-name="tag" unicode="&#xf02b;" 
-d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
-l715 -714q37 -39 37 -91z" />
-    <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920" 
-d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
-l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
-    <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664" 
-d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
-q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
-q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
-t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
-    <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280" 
-d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
-    <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664" 
-d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
-v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
-    <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920" 
-d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
-q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664" 
-d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
-q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
-q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
-    <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408" 
-d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
-q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
-t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
-t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
-    <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024" 
-d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
-q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
-    <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792" 
-d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
-t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
-q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
-q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
-    <glyph glyph-name="text_width" unicode="&#xf035;" 
-d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
-t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
-q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
-t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
-t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
-    <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792" 
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
-t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792" 
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
-h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792" 
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
-t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792" 
-d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
-t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792" 
-d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
-t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
-q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
-t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
-q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
-    <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792" 
-d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
-t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
-q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
-    <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792" 
-d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
-t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
-q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
-    <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792" 
-d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
-q39 -17 39 -59z" />
-    <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920" 
-d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
-q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="pencil" unicode="&#xf040;" 
-d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
-q53 0 91 -38l235 -234q37 -39 37 -91z" />
-    <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024" 
-d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
-    <glyph glyph-name="adjust" unicode="&#xf042;" 
-d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024" 
-d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
-q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
-    <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792" 
-d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
-q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
-l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
-    <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664" 
-d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
-q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
-t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
-    <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664" 
-d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
-q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
-q24 -24 24 -57t-24 -57z" />
-    <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792" 
-d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
-t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
-    <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024" 
-d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
-    <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792" 
-d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
-q19 19 32 13t13 -32v-710q4 10 13 19z" />
-    <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664" 
-d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
-    <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408" 
-d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
-    <glyph glyph-name="pause" unicode="&#xf04c;" 
-d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="stop" unicode="&#xf04d;" 
-d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664" 
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
-    <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792" 
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
-q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
-    <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024" 
-d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
-    <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538" 
-d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
-    <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280" 
-d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
-    <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280" 
-d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
-    <glyph glyph-name="plus_sign" unicode="&#xf055;" 
-d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
-t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="minus_sign" unicode="&#xf056;" 
-d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
-    <glyph glyph-name="remove_sign" unicode="&#xf057;" 
-d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
-q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="ok_sign" unicode="&#xf058;" 
-d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="question_sign" unicode="&#xf059;" 
-d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
-q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="info_sign" unicode="&#xf05a;" 
-d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
-t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="screenshot" unicode="&#xf05b;" 
-d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
-q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
-q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="remove_circle" unicode="&#xf05c;" 
-d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
-l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
-t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="ok_circle" unicode="&#xf05d;" 
-d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
-t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="ban_circle" unicode="&#xf05e;" 
-d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
-t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
-    <glyph glyph-name="arrow_left" unicode="&#xf060;" 
-d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
-t32.5 -90.5z" />
-    <glyph glyph-name="arrow_right" unicode="&#xf061;" 
-d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
-    <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664" 
-d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
-q37 -39 37 -91z" />
-    <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664" 
-d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
-    <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792" 
-d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
-t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
-    <glyph glyph-name="resize_full" unicode="&#xf065;" 
-d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
-q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="resize_small" unicode="&#xf066;" 
-d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
-t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
-    <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408" 
-d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408" 
-d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664" 
-d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
-q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
-    <glyph glyph-name="exclamation_sign" unicode="&#xf06a;" 
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
-q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
-    <glyph glyph-name="gift" unicode="&#xf06b;" 
-d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
-q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
-t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792" 
-d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
-q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
-t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
-    <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408" 
-d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
-q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
-    <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792" 
-d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
-t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
-    <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792" 
-d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
-q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
-q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
-" />
-    <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792" 
-d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
-q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
-    <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408" 
-d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
-q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
-    <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664" 
-d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
-M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
-q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
-h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792" 
-d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
-t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
-v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
-t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
-    <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792" 
-d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
-q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
-    <glyph glyph-name="magnet" unicode="&#xf076;" 
-d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
-q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792" 
-d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
-    <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792" 
-d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
-    <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920" 
-d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
-zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
-" />
-    <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664" 
-d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
-t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664" 
-d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
-    <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920" 
-d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
-t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
-    <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768" 
-d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
-    <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792" 
-d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
-    <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048" 
-d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
-    <glyph glyph-name="twitter_sign" unicode="&#xf081;" 
-d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
-q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
-t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="facebook_sign" unicode="&#xf082;" 
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960z" />
-    <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792" 
-d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
-t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
-q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
-    <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792" 
-d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
-l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
-t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
-    <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920" 
-d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
-l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
-l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
-q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
-t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
-q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
-q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
-    <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792" 
-d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
-q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
-q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
-    <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;" 
-d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
-t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
-q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
-q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
-    <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;" 
-d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
-t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
-M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
-h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
-    <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896" 
-d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
-    <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792" 
-d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
-q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
-q224 0 351 -124t127 -344z" />
-    <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664" 
-d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
-q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
-    <glyph glyph-name="linkedin_sign" unicode="&#xf08c;" 
-d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
-q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152" 
-d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
-t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
-    <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792" 
-d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
-q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="signin" unicode="&#xf090;" 
-d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
-q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664" 
-d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
-t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
-q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="github_sign" unicode="&#xf092;" 
-d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
-q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
-t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
-q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664" 
-d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
-t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
-    <glyph glyph-name="lemon" unicode="&#xf094;" 
-d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
-q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
-q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
-q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
-    <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408" 
-d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
-q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
-t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
-    <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408" 
-d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
-q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280" 
-d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
-q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
-    <glyph glyph-name="phone_sign" unicode="&#xf098;" 
-d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
-t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
-t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
-" />
-    <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664" 
-d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
-q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
-    <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024" 
-d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
-    <glyph glyph-name="github" unicode="&#xf09b;" 
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
-q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
-t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
-q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
-M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
-    <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664" 
-d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
-t316.5 -131.5t131.5 -316.5z" />
-    <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920" 
-d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
-q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
-    <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408" 
-d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
-t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
-q187 -186 294 -425.5t120 -501.5z" />
-    <glyph glyph-name="hdd" unicode="&#xf0a0;" 
-d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
-h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
-l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
-    <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792" 
-d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
-t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
-    <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792" 
-d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
-M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
-t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
-    <glyph glyph-name="certificate" unicode="&#xf0a3;" 
-d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
-l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
-l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
-    <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792" 
-d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
-q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
-q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
-t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
-    <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792" 
-d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
-t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
-M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
-q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
-    <glyph glyph-name="hand_up" unicode="&#xf0a6;" 
-d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
-q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
-t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
-q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
-    <glyph glyph-name="hand_down" unicode="&#xf0a7;" 
-d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
-t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
-q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
-q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
-    <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;" 
-d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;" 
-d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;" 
-d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;" 
-d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="globe" unicode="&#xf0ac;" 
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
-q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
-q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
-q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
-t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
-q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
-q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
-t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
-t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
-q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
-q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
-q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
-t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
-q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
-q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
-    <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664" 
-d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
-t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
-    <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792" 
-d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
-t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408" 
-d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
-    <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792" 
-d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
-t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="fullscreen" unicode="&#xf0b2;" 
-d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
-l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
-" />
-    <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920" 
-d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
-t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
-t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
-t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
-    <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664" 
-d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
-l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
-t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
-q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
-    <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920" 
-d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
-" />
-    <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664" 
-d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
-    <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792" 
-d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
-q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
-q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
-q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
-q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
-    <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792" 
-d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
-h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
-    <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408" 
-d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
-l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
-z" />
-    <glyph glyph-name="save" unicode="&#xf0c7;" 
-d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
-h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
-    <glyph glyph-name="sign_blank" unicode="&#xf0c8;" 
-d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="reorder" unicode="&#xf0c9;" 
-d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
-t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792" 
-d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
-t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
-M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
-    <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792" 
-d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
-q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
-t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
-q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
-    <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792" 
-d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
-l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
-l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
-    <glyph glyph-name="underline" unicode="&#xf0cd;" 
-d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
-q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
-q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
-q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
-    <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664" 
-d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
-v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
-q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
-q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
-z" />
-    <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664" 
-d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
-l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
-    <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792" 
-d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
-t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
-t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="pinterest" unicode="&#xf0d2;" 
-d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
-q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
-q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;" 
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
-t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
-t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
-    <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;" 
-d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
-h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304" 
-d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
-q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
-    <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920" 
-d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
-v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024" 
-d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024" 
-d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
-    <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640" 
-d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
-    <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640" 
-d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
-    <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664" 
-d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024" 
-d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
-    <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024" 
-d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024" 
-d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
-    <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792" 
-d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
-q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
-    <glyph glyph-name="linkedin" unicode="&#xf0e1;" 
-d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
-q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
-    <glyph glyph-name="undo" unicode="&#xf0e2;" 
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
-t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
-    <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792" 
-d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
-t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
-q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
-q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
-    <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792" 
-d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
-t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
-t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
-q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792" 
-d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
-q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
-t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
-    <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792" 
-d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
-t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
-t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
-q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
-    <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896" 
-d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
-    <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792" 
-d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
-q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
-z" />
-    <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664" 
-d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
-q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
-q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
-    <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792" 
-d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
-h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
-    <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024" 
-d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
-q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
-q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
-t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
-    <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792" 
-d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
-q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
-    <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920" 
-d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
-q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
-    <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920" 
-d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
-q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
-    <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408" 
-d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
-t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
-t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
-t271.5 -112.5t112.5 -271.5z" />
-    <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408" 
-d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
-t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
-t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
-    <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792" 
-d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
-t66 -158z" />
-    <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792" 
-d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
-t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
-    <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920" 
-d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
-t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
-    <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408" 
-d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
-t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="file_text_alt" unicode="&#xf0f6;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
-q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
-    <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408" 
-d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408" 
-d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
-M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
-t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
-v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920" 
-d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
-q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792" 
-d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
-q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
-    <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920" 
-d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
-q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
-    <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664" 
-d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
-    <glyph glyph-name="h_sign" unicode="&#xf0fd;" 
-d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="f0fe" unicode="&#xf0fe;" 
-d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024" 
-d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
-t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
-    <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024" 
-d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
-l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
-    <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152" 
-d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
-q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
-    <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152" 
-d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
-t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
-    <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640" 
-d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
-    <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640" 
-d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
-    <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152" 
-d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
-    <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152" 
-d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
-    <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920" 
-d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
-t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920" 
-d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
-M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
-    <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152" 
-d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
-q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768" 
-d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
-q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="circle_blank" unicode="&#xf10c;" 
-d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
-t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664" 
-d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
-M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
-    <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664" 
-d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
-v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
-    <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792" 
-d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
-t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
-M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
-q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
-    <glyph glyph-name="circle" unicode="&#xf111;" 
-d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792" 
-d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
-l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
-    <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664" 
-d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
-q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
-t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
-q0 -87 -27 -168q136 -160 136 -398z" />
-    <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664" 
-d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
-q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
-    <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920" 
-d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
-v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
-" />
-    <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="smile" unicode="&#xf118;" 
-d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
-t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="frown" unicode="&#xf119;" 
-d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
-t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="meh" unicode="&#xf11a;" 
-d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920" 
-d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
-t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
-t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
-    <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920" 
-d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
-h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
-h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
-q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
-h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
-    <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792" 
-d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
-h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
-q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
-    <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792" 
-d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
-q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
-q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
-q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
-    <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664" 
-d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
-t9 -23z" />
-    <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920" 
-d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
-l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
-    <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792" 
-d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
-q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
-    <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664" 
-d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
-l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
-    <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408" 
-d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
-    <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664" 
-d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
-v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024" 
-d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
-q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
-q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
-    <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664" 
-d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
-q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
-l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
-t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
-    <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024" 
-d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
-t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
-    <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640" 
-d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
-q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640" 
-d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
-    <glyph glyph-name="superscript" unicode="&#xf12b;" 
-d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
-M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
-t-65.5 -51.5t-30.5 -63h232v80h126z" />
-    <glyph glyph-name="subscript" unicode="&#xf12c;" 
-d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
-M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
-h232v80h126z" />
-    <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920" 
-d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
-    <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664" 
-d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
-t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
-q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
-q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
-    <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152" 
-d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
-t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
-    <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408" 
-d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
-q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
-t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
-    <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280" 
-d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
-t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664" 
-d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
-q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408" 
-d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
-q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
-q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
-    <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664" 
-d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
-q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
-    <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792" 
-d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
-    <glyph glyph-name="chevron_sign_left" unicode="&#xf137;" 
-d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="chevron_sign_right" unicode="&#xf138;" 
-d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="chevron_sign_up" unicode="&#xf139;" 
-d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;" 
-d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
-t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408" 
-d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
-    <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792" 
-d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
-    <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792" 
-d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
-q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
-t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152" 
-d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
-v-320h736z" />
-    <glyph glyph-name="bullseye" unicode="&#xf140;" 
-d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
-t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
-q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408" 
-d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384" 
-d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
-q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
-    <glyph glyph-name="_303" unicode="&#xf143;" 
-d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
-q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="play_sign" unicode="&#xf144;" 
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
-q16 -8 32 -8q17 0 32 9z" />
-    <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792" 
-d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
-t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
-    <glyph glyph-name="minus_sign_alt" unicode="&#xf146;" 
-d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
-    <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408" 
-d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
-t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024" 
-d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
-    <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024" 
-d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
-    <glyph glyph-name="check_sign" unicode="&#xf14a;" 
-d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
-t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="edit_sign" unicode="&#xf14b;" 
-d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_312" unicode="&#xf14c;" 
-d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
-q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="share_sign" unicode="&#xf14d;" 
-d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
-t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="compass" unicode="&#xf14e;" 
-d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="collapse" unicode="&#xf150;" 
-d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="collapse_top" unicode="&#xf151;" 
-d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_317" unicode="&#xf152;" 
-d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
-t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024" 
-d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
-t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
-l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
-    <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024" 
-d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
-q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
-    <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024" 
-d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
-t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
-t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
-t53 -63.5t31.5 -76.5t13 -94z" />
-    <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898" 
-d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
-q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027" 
-d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
-l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
-    <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280" 
-d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
-q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
-    <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792" 
-d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
-t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
-q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280" 
-d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
-l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
-t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
-    <glyph glyph-name="file" unicode="&#xf15b;" 
-d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
-    <glyph glyph-name="file_text" unicode="&#xf15c;" 
-d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
-q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
-    <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664" 
-d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
-v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
-l230 -662h70z" />
-    <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664" 
-d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
-v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
-v119h121z" />
-    <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792" 
-d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
-q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792" 
-d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
-q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="sort_by_order" unicode="&#xf162;" 
-d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
-zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
-t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
-    <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;" 
-d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
-t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
-q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
-    <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664" 
-d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
-q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
-t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
-    <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664" 
-d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
-t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
-t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
-    <glyph glyph-name="youtube_sign" unicode="&#xf166;" 
-d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
-q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
-q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
-q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
-q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
-h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="youtube" unicode="&#xf167;" 
-d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
-q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
-q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
-q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
-q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
-    <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408" 
-d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
-q25 45 64 45h241q22 0 31 -15z" />
-    <glyph glyph-name="xing_sign" unicode="&#xf169;" 
-d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
-l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792" 
-d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
-l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
-q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
-    <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792" 
-d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
-    <glyph glyph-name="stackexchange" unicode="&#xf16c;" 
-d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
-    <glyph glyph-name="instagram" unicode="&#xf16d;" 
-d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
-q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
-t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
-q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
-    <glyph glyph-name="flickr" unicode="&#xf16e;" 
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
-t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
-    <glyph glyph-name="adn" unicode="&#xf170;" 
-d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408" 
-d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
-t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
-t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
-t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
-    <glyph glyph-name="bitbucket_sign" unicode="&#xf172;" 
-d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
-t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
-M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
-v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024" 
-d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
-q78 2 134 29z" />
-    <glyph glyph-name="tumblr_sign" unicode="&#xf174;" 
-d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
-M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768" 
-d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
-    <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768" 
-d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
-    <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792" 
-d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792" 
-d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
-    <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408" 
-d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
-q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
-    <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664" 
-d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
-    <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408" 
-d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
-t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
-h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
-    <glyph glyph-name="linux" unicode="&#xf17c;" 
-d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
-M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
-q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
-q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
-t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
-q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
-q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
-q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
-q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
-t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
-t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
-q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
-t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
-q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
-t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
-t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
-    <glyph glyph-name="dribble" unicode="&#xf17d;" 
-d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
-t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
-q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
-t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="skype" unicode="&#xf17e;" 
-d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
-t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
-q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
-q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
-    <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280" 
-d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
-M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
-l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
-    <glyph glyph-name="trello" unicode="&#xf181;" 
-d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
-q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280" 
-d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
-q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
-    <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024" 
-d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
-M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
-    <glyph glyph-name="gittip" unicode="&#xf184;" 
-d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792" 
-d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
-l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
-q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
-    <glyph glyph-name="_366" unicode="&#xf186;" 
-d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
-t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
-    <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792" 
-d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
-q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664" 
-d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
-q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
-t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
-    <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920" 
-d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
-t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
-q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
-q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
-q39 5 64 -2.5t31 -16.5z" />
-    <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792" 
-d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
-q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
-q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
-q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
-M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
-    <glyph glyph-name="renren" unicode="&#xf18b;" 
-d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
-q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
-    <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408" 
-d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
-t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
-t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
-t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
-    <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280" 
-d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
-" />
-    <glyph glyph-name="_374" unicode="&#xf18e;" 
-d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
-t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;" 
-d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
-t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_376" unicode="&#xf191;" 
-d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
-M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="dot_circle_alt" unicode="&#xf192;" 
-d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
-t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664" 
-d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
-q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
-    <glyph glyph-name="vimeo_square" unicode="&#xf194;" 
-d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
-q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152" 
-d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
-q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408" 
-d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
-q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176" 
-d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
-t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
-q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
-    <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664" 
-d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
-q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
-t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
-    <glyph glyph-name="_384" unicode="&#xf199;" 
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
-q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
-t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
-    <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792" 
-d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
-t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
-t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
-t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
-t273 -182.5t331.5 -68z" />
-    <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792" 
-d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
-    <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048" 
-d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
-q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
-    <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304" 
-d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
-q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
-    <glyph glyph-name="_389" unicode="&#xf19e;" 
-d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
-q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
-    <glyph glyph-name="uniF1A0" unicode="&#xf1a0;" 
-d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
-t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
-    <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792" 
-d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
-t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
-q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
-t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="_392" unicode="&#xf1a2;" 
-d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
-q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
-q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_393" unicode="&#xf1a3;" 
-d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
-v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
-t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920" 
-d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
-v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
-    <glyph glyph-name="_395" unicode="&#xf1a5;" 
-d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
-    <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048" 
-d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
-v-369h123z" />
-    <glyph glyph-name="_397" unicode="&#xf1a7;" 
-d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
-v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
-q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_398" unicode="&#xf1a8;" horiz-adv-x="2038" 
-d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
-q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
-q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
-q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
-t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
-q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
-t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
-t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
-    <glyph glyph-name="_399" unicode="&#xf1a9;" 
-d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
-q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
-q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
-t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
-q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
-    <glyph glyph-name="_400" unicode="&#xf1aa;" 
-d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
-M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
-t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
-q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
-t135.5 51q85 0 145 -60.5t60 -145.5z" />
-    <glyph glyph-name="f1ab" unicode="&#xf1ab;" 
-d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
-q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
-q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
-M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
-q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
-q20 0 20 -21v-418z" />
-    <glyph glyph-name="_402" unicode="&#xf1ac;" horiz-adv-x="1792" 
-d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
-l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
-t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
-q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
-q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
-    <glyph glyph-name="_403" unicode="&#xf1ad;" 
-d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
-t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
-q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
-q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
-t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
-q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
-q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
-t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
-    <glyph glyph-name="_404" unicode="&#xf1ae;" horiz-adv-x="1280" 
-d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
-q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
-    <glyph glyph-name="uniF1B1" unicode="&#xf1b0;" horiz-adv-x="1664" 
-d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
-q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
-q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
-t100.5 134t141.5 55.5z" />
-    <glyph glyph-name="_406" unicode="&#xf1b1;" horiz-adv-x="768" 
-d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
-    <glyph glyph-name="_407" unicode="&#xf1b2;" horiz-adv-x="1792" 
-d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
-" />
-    <glyph glyph-name="_408" unicode="&#xf1b3;" horiz-adv-x="2304" 
-d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
-t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
-v-400l434 -186q36 -16 57 -48t21 -70z" />
-    <glyph glyph-name="_409" unicode="&#xf1b4;" horiz-adv-x="2048" 
-d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
-q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
-q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
-    <glyph glyph-name="_410" unicode="&#xf1b5;" 
-d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
-t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
-t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
-    <glyph glyph-name="_411" unicode="&#xf1b6;" horiz-adv-x="1792" 
-d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
-q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
-q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
-    <glyph glyph-name="_412" unicode="&#xf1b7;" 
-d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
-q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
-q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
-" />
-    <glyph glyph-name="_413" unicode="&#xf1b8;" horiz-adv-x="1792" 
-d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
-l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
-t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
-q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
-    <glyph glyph-name="_414" unicode="&#xf1b9;" horiz-adv-x="2048" 
-d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
-q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
-l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
-    <glyph glyph-name="_415" unicode="&#xf1ba;" horiz-adv-x="2048" 
-d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
-t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
-M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
-    <glyph glyph-name="_416" unicode="&#xf1bb;" 
-d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
-q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
-    <glyph glyph-name="_417" unicode="&#xf1bc;" 
-d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
-q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
-q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_418" unicode="&#xf1bd;" horiz-adv-x="1024" 
-d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
-    <glyph glyph-name="_419" unicode="&#xf1be;" horiz-adv-x="2304" 
-d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
-q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
-q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
-l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
-q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
-q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
-q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
-    <glyph glyph-name="uniF1C0" unicode="&#xf1c0;" 
-d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
-t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
-t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
-    <glyph glyph-name="uniF1C1" unicode="&#xf1c1;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
-q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
-q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
-    <glyph glyph-name="_422" unicode="&#xf1c2;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
-t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
-    <glyph glyph-name="_423" unicode="&#xf1c3;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
-h-290v-107h68l189 -272l-194 -283h-68z" />
-    <glyph glyph-name="_424" unicode="&#xf1c4;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
-    <glyph glyph-name="_425" unicode="&#xf1c5;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
-    <glyph glyph-name="_426" unicode="&#xf1c6;" 
-d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
-v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
-q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
-    <glyph glyph-name="_427" unicode="&#xf1c7;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
-q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
-    <glyph glyph-name="_428" unicode="&#xf1c8;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
-    <glyph glyph-name="_429" unicode="&#xf1c9;" 
-d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
-M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
-l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
-    <glyph glyph-name="_430" unicode="&#xf1ca;" 
-d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
-q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
-    <glyph glyph-name="_431" unicode="&#xf1cb;" horiz-adv-x="1792" 
-d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
-q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
-    <glyph glyph-name="_432" unicode="&#xf1cc;" horiz-adv-x="2048" 
-d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
-q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
-t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
-    <glyph glyph-name="_433" unicode="&#xf1cd;" horiz-adv-x="1792" 
-d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
-q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
-t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
-    <glyph glyph-name="_434" unicode="&#xf1ce;" horiz-adv-x="1792" 
-d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
-t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
-    <glyph glyph-name="uniF1D0" unicode="&#xf1d0;" horiz-adv-x="1792" 
-d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
-t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
-t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
-q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
-    <glyph glyph-name="uniF1D1" unicode="&#xf1d1;" horiz-adv-x="1792" 
-d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
-l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
-q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
-q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
-t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
-t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="uniF1D2" unicode="&#xf1d2;" 
-d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
-q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
-q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
-q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_438" unicode="&#xf1d3;" horiz-adv-x="1792" 
-d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
-q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
-q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
-v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
-    <glyph glyph-name="_439" unicode="&#xf1d4;" 
-d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="uniF1D5" unicode="&#xf1d5;" horiz-adv-x="1280" 
-d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
-t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
-t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
-    <glyph glyph-name="uniF1D6" unicode="&#xf1d6;" horiz-adv-x="1792" 
-d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
-q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
-t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
-t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
-    <glyph glyph-name="uniF1D7" unicode="&#xf1d7;" horiz-adv-x="2048" 
-d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
-q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
-q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
-q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
-    <glyph glyph-name="_443" unicode="&#xf1d8;" horiz-adv-x="1792" 
-d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
-    <glyph glyph-name="_444" unicode="&#xf1d9;" horiz-adv-x="1792" 
-d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
-l863 639l-478 -797z" />
-    <glyph glyph-name="_445" unicode="&#xf1da;" 
-d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
-t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
-t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="_446" unicode="&#xf1db;" 
-d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
-t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_447" unicode="&#xf1dc;" horiz-adv-x="1792" 
-d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
-t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
-t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
-q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
-q0 -26 -12 -48t-36 -22z" />
-    <glyph glyph-name="_448" unicode="&#xf1dd;" horiz-adv-x="1280" 
-d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
-q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
-    <glyph glyph-name="_449" unicode="&#xf1de;" 
-d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
-q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
-    <glyph glyph-name="uniF1E0" unicode="&#xf1e0;" 
-d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
-t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
-    <glyph glyph-name="_451" unicode="&#xf1e1;" 
-d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
-t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_452" unicode="&#xf1e2;" horiz-adv-x="1792" 
-d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
-t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
-q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
-t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
-    <glyph glyph-name="_453" unicode="&#xf1e3;" horiz-adv-x="1792" 
-d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
-l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
-    <glyph glyph-name="_454" unicode="&#xf1e4;" horiz-adv-x="1792" 
-d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
-v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
-q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
-zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
-t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
-    <glyph glyph-name="_455" unicode="&#xf1e5;" horiz-adv-x="1792" 
-d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
-M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="_456" unicode="&#xf1e6;" horiz-adv-x="1792" 
-d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
-l401 400q38 37 91 37t90 -37z" />
-    <glyph glyph-name="_457" unicode="&#xf1e7;" horiz-adv-x="1792" 
-d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
-t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
-M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
-t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
-    <glyph glyph-name="_458" unicode="&#xf1e8;" horiz-adv-x="1792" 
-d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
-    <glyph glyph-name="_459" unicode="&#xf1e9;" 
-d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
-q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
-t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
-q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
-    <glyph glyph-name="_460" unicode="&#xf1ea;" horiz-adv-x="2048" 
-d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
-t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
-    <glyph glyph-name="_461" unicode="&#xf1eb;" horiz-adv-x="2048" 
-d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
-q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
-M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
-    <glyph glyph-name="_462" unicode="&#xf1ec;" horiz-adv-x="1792" 
-d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
-t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
-t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
-t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
-M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
-h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_463" unicode="&#xf1ed;" 
-d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
-q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
-q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
-    <glyph glyph-name="_464" unicode="&#xf1ee;" horiz-adv-x="1792" 
-d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
-q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
-    <glyph glyph-name="uniF1F0" unicode="&#xf1f0;" horiz-adv-x="2304" 
-d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
-q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
-q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_466" unicode="&#xf1f1;" horiz-adv-x="2304" 
-d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
-q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
-M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
-h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
-q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
-q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
-q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
-q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
-q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
-h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
-t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_467" unicode="&#xf1f2;" horiz-adv-x="2304" 
-d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
-q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
-v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
-q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
-t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
-    <glyph glyph-name="f1f3" unicode="&#xf1f3;" horiz-adv-x="2304" 
-d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
-M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
-l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
-v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
-q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
-q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
-t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
-h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
-t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
-    <glyph glyph-name="_469" unicode="&#xf1f4;" horiz-adv-x="2304" 
-d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
-t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
-q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
-t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
-l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
-q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_470" unicode="&#xf1f5;" horiz-adv-x="2304" 
-d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
-q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
-q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
-q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
-q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_471" unicode="&#xf1f6;" horiz-adv-x="2048" 
-d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
-l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
-l418 363q10 8 23.5 7t21.5 -11z" />
-    <glyph glyph-name="_472" unicode="&#xf1f7;" horiz-adv-x="2048" 
-d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
-q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
-q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
-    <glyph glyph-name="_473" unicode="&#xf1f8;" horiz-adv-x="1408" 
-d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
-q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
-q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="_474" unicode="&#xf1f9;" 
-d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
-t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
-t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_475" unicode="&#xf1fa;" 
-d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
-q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
-t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
-t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
-    <glyph glyph-name="_476" unicode="&#xf1fb;" horiz-adv-x="1792" 
-d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
-t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
-    <glyph glyph-name="f1fc" unicode="&#xf1fc;" horiz-adv-x="1792" 
-d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
-t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
-    <glyph glyph-name="_478" unicode="&#xf1fd;" horiz-adv-x="1792" 
-d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
-t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
-t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
-h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
-q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
-    <glyph glyph-name="_479" unicode="&#xf1fe;" horiz-adv-x="2048" 
-d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
-    <glyph glyph-name="_480" unicode="&#xf200;" horiz-adv-x="1792" 
-d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_481" unicode="&#xf201;" horiz-adv-x="2048" 
-d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
-t9 -23z" />
-    <glyph glyph-name="_482" unicode="&#xf202;" horiz-adv-x="1792" 
-d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
-q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
-t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
-q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
-    <glyph glyph-name="_483" unicode="&#xf203;" 
-d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
-q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
-q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
-q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_484" unicode="&#xf204;" horiz-adv-x="2048" 
-d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
-t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
-t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
-    <glyph glyph-name="_485" unicode="&#xf205;" horiz-adv-x="2048" 
-d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
-t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
-    <glyph glyph-name="_486" unicode="&#xf206;" horiz-adv-x="2304" 
-d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
-q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
-q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
-q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
-    <glyph glyph-name="_487" unicode="&#xf207;" 
-d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
-h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
-t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
-    <glyph glyph-name="_488" unicode="&#xf208;" horiz-adv-x="2048" 
-d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
-q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
-q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
-    <glyph glyph-name="_489" unicode="&#xf209;" horiz-adv-x="1280" 
-d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
-t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
-t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
-q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
-q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
-t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
-    <glyph glyph-name="_490" unicode="&#xf20a;" horiz-adv-x="2048" 
-d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
-q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
-t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
-t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
-    <glyph glyph-name="_491" unicode="&#xf20b;" 
-d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
-t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="_492" unicode="&#xf20c;" 
-d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
-q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
-q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
-    <glyph glyph-name="_493" unicode="&#xf20d;" 
-d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
-    <glyph glyph-name="_494" unicode="&#xf20e;" horiz-adv-x="2048" 
-d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
-q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
-q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
-h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
-l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
-l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
-zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
-    <glyph glyph-name="f210" unicode="&#xf210;" 
-d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
-    <glyph glyph-name="_496" unicode="&#xf211;" 
-d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
-q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
-    <glyph glyph-name="f212" unicode="&#xf212;" horiz-adv-x="2048" 
-d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
-q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
-q209 0 374 -102q172 107 374 102z" />
-    <glyph glyph-name="_498" unicode="&#xf213;" horiz-adv-x="2048" 
-d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
-q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
-q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
-    <glyph glyph-name="_499" unicode="&#xf214;" 
-d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
-l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
-v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
-M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
-v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
-h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
-t-43 -34t-16.5 -53.5z" />
-    <glyph glyph-name="_500" unicode="&#xf215;" horiz-adv-x="2048" 
-d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
-q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
-    <glyph glyph-name="_501" unicode="&#xf216;" horiz-adv-x="2048" 
-d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5
-t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113
-t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5
-q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
-    <glyph glyph-name="_502" unicode="&#xf217;" horiz-adv-x="1664" 
-d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
-q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="_503" unicode="&#xf218;" horiz-adv-x="1664" 
-d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
-t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
-q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="_504" unicode="&#xf219;" horiz-adv-x="2048" 
-d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20
-l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
-    <glyph glyph-name="_505" unicode="&#xf21a;" horiz-adv-x="2048" 
-d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
-q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83
-q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314
-v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
-q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
-    <glyph glyph-name="_506" unicode="&#xf21b;" 
-d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14
-t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5
-q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31
-t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
-    <glyph glyph-name="_507" unicode="&#xf21c;" horiz-adv-x="2304" 
-d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5
-t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105
-l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226
-t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" />
-    <glyph glyph-name="_508" unicode="&#xf21d;" 
-d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12
-q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384
-q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5
-t158.5 -65.5t65.5 -158.5z" />
-    <glyph glyph-name="_509" unicode="&#xf21e;" horiz-adv-x="1792" 
-d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221
-q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124
-t127 -344z" />
-    <glyph glyph-name="venus" unicode="&#xf221;" horiz-adv-x="1280" 
-d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292
-q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
-    <glyph glyph-name="_511" unicode="&#xf222;" 
-d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5
-q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_512" unicode="&#xf223;" horiz-adv-x="1280" 
-d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5
-t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_513" unicode="&#xf224;" 
-d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
-q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_514" unicode="&#xf225;" horiz-adv-x="1792" 
-d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
-q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9
-t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5
-t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_515" unicode="&#xf226;" horiz-adv-x="1792" 
-d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23
-t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391
-q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391
-q0 -226 -154 -391q103 -57 218 -57z" />
-    <glyph glyph-name="_516" unicode="&#xf227;" horiz-adv-x="1920" 
-d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230
-q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9
-t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128
-q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -28 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
-    <glyph glyph-name="_517" unicode="&#xf228;" horiz-adv-x="2048" 
-d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23
-t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9
-t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5
-t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
-    <glyph glyph-name="_518" unicode="&#xf229;" 
-d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5
-t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
-t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_519" unicode="&#xf22a;" horiz-adv-x="1280" 
-d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22
-t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5
-t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_520" unicode="&#xf22b;" horiz-adv-x="2048" 
-d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5
-t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5
-t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_521" unicode="&#xf22c;" horiz-adv-x="1280" 
-d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5
-t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-    <glyph glyph-name="_522" unicode="&#xf22d;" horiz-adv-x="1280" 
-d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123
-t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
-    <glyph glyph-name="_523" unicode="&#xf22e;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="_524" unicode="&#xf22f;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="_525" unicode="&#xf230;" 
-d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
-    <glyph glyph-name="_526" unicode="&#xf231;" horiz-adv-x="1280" 
-d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5
-l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5
-q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" />
-    <glyph glyph-name="_527" unicode="&#xf232;" 
-d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5
-t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233
-l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" />
-    <glyph glyph-name="_528" unicode="&#xf233;" horiz-adv-x="1792" 
-d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216
-q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" />
-    <glyph glyph-name="_529" unicode="&#xf234;" horiz-adv-x="2048" 
-d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5
-t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5
-t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" />
-    <glyph glyph-name="_530" unicode="&#xf235;" horiz-adv-x="2048" 
-d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136
-q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69
-t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" />
-    <glyph glyph-name="_531" unicode="&#xf236;" horiz-adv-x="2048" 
-d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704
-q-26 0 -45 -19t-19 -45v-384h1152z" />
-    <glyph glyph-name="_532" unicode="&#xf237;" 
-d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
-    <glyph glyph-name="_533" unicode="&#xf238;" 
-d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56
-t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
-    <glyph glyph-name="_534" unicode="&#xf239;" 
-d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47
-t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
-    <glyph glyph-name="_535" unicode="&#xf23a;" horiz-adv-x="1792" 
-d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116
-q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
-    <glyph glyph-name="_536" unicode="&#xf23b;" 
-d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
-    <glyph glyph-name="_537" unicode="&#xf23c;" horiz-adv-x="2296" 
-d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5
-q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5
-q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42
-q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37
-q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5
-q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139
-q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 5 5 8q16 18 60 23h13q5 18 19 30t33 8
-t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132
-q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132
-q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z
-M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-105 2 -211 0v1q-1 -27 2.5 -86
-t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103
-q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34q0 2 0.5 3.5t1.5 3t1 2.5v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4
-l-10 -2.5t-12 -2l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-6 -1 -9 -1q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130
-t-73 70q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -1 -1 -4t-1 -5q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150
-q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12
-q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
-    <glyph glyph-name="_538" unicode="&#xf23d;" horiz-adv-x="2304" 
-d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5
-t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5
-t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
-    <glyph glyph-name="_539" unicode="&#xf23e;" horiz-adv-x="1792" 
-d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348
-t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23
-t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96
-q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512
-q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
-    <glyph glyph-name="_540" unicode="&#xf240;" horiz-adv-x="2304" 
-d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113
-v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
-    <glyph glyph-name="_541" unicode="&#xf241;" horiz-adv-x="2304" 
-d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
-    <glyph glyph-name="_542" unicode="&#xf242;" horiz-adv-x="2304" 
-d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
-    <glyph glyph-name="_543" unicode="&#xf243;" horiz-adv-x="2304" 
-d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
-h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
-    <glyph glyph-name="_544" unicode="&#xf244;" horiz-adv-x="2304" 
-d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23
-v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
-    <glyph glyph-name="_545" unicode="&#xf245;" horiz-adv-x="1280" 
-d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
-    <glyph glyph-name="_546" unicode="&#xf246;" horiz-adv-x="1024" 
-d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
-    <glyph glyph-name="_547" unicode="&#xf247;" horiz-adv-x="2048" 
-d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128
-h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
-    <glyph glyph-name="_548" unicode="&#xf248;" horiz-adv-x="2304" 
-d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256
-v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
-    <glyph glyph-name="_549" unicode="&#xf249;" 
-d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
-    <glyph glyph-name="_550" unicode="&#xf24a;" 
-d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68
-z" />
-    <glyph glyph-name="_551" unicode="&#xf24b;" horiz-adv-x="2304" 
-d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5
-t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88
-t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90
-t90 38h2048q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_552" unicode="&#xf24c;" horiz-adv-x="2304" 
-d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294
-t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z
-M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_553" unicode="&#xf24d;" horiz-adv-x="1792" 
-d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113
-zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="_554" unicode="&#xf24e;" horiz-adv-x="2304" 
-d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64
-q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91
-t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5
-t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
-    <glyph glyph-name="_555" unicode="&#xf250;" 
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5
-t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
-    <glyph glyph-name="_556" unicode="&#xf251;" 
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
-    <glyph glyph-name="_557" unicode="&#xf252;" 
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
-    <glyph glyph-name="_558" unicode="&#xf253;" 
-d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
-t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196
-h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
-    <glyph glyph-name="_559" unicode="&#xf254;" 
-d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87
-t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9
-h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
-    <glyph glyph-name="_560" unicode="&#xf255;" 
-d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25
-q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27
-t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21
-q72 69 174 69z" />
-    <glyph glyph-name="_561" unicode="&#xf256;" horiz-adv-x="1792" 
-d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33
-t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52
-h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
-    <glyph glyph-name="_562" unicode="&#xf257;" horiz-adv-x="1792" 
-d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668
-q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17
-t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5
-t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5
-q0 -42 -23 -78t-61 -53l-310 -141h91z" />
-    <glyph glyph-name="_563" unicode="&#xf258;" horiz-adv-x="2048" 
-d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32
-q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68
-q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
-    <glyph glyph-name="_564" unicode="&#xf259;" horiz-adv-x="2048" 
-d="M459 -256q-77 0 -137.5 47.5t-79.5 122.5l-101 401q-13 57 -13 108q0 45 -5 67l-116 477q-7 27 -7 57q0 93 62 161t155 78q17 85 82.5 139t152.5 54q83 0 148 -51.5t85 -132.5l83 -348l103 428q20 81 85 132.5t148 51.5q89 0 155.5 -57.5t80.5 -144.5q92 -10 152 -79
-t60 -162q0 -24 -7 -59l-123 -512q10 7 37.5 28.5t38.5 29.5t35 23t41 20.5t41.5 11t49.5 5.5q105 0 180 -74t75 -179q0 -62 -28.5 -118t-78.5 -94l-507 -380q-68 -51 -153 -51h-694zM1104 1408q-38 0 -68.5 -24t-39.5 -62l-164 -682h-127l-145 602q-9 38 -39.5 62t-68.5 24
-q-48 0 -80 -33t-32 -80q0 -15 3 -28l132 -547h-26l-99 408q-9 37 -40 62.5t-69 25.5q-47 0 -80 -33t-33 -79q0 -14 3 -26l116 -478q7 -28 9 -86t10 -88l100 -401q8 -32 34 -52.5t59 -20.5h694q42 0 76 26l507 379q56 43 56 110q0 52 -37.5 88.5t-89.5 36.5q-43 0 -77 -26
-l-307 -230v227q0 4 32 138t68 282t39 161q4 18 4 29q0 47 -32 81t-79 34q-39 0 -69.5 -24t-39.5 -62l-116 -482h-26l150 624q3 14 3 28q0 48 -31.5 82t-79.5 34z" />
-    <glyph glyph-name="_565" unicode="&#xf25a;" horiz-adv-x="1792" 
-d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5
-q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5
-v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32
-v-384h32z" />
-    <glyph glyph-name="_566" unicode="&#xf25b;" 
-d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181
-v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46
-q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5
-q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308
-q0 -53 37.5 -90.5t90.5 -37.5h668z" />
-    <glyph glyph-name="_567" unicode="&#xf25c;" horiz-adv-x="1973" 
-d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5
-t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141
-q13 0 22 -8.5t10 -20.5z" />
-    <glyph glyph-name="_568" unicode="&#xf25d;" horiz-adv-x="1792" 
-d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109
-t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640
-q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="_569" unicode="&#xf25e;" horiz-adv-x="1792" 
-d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78
-q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5
-t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376
-q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191
-t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
-    <glyph glyph-name="f260" unicode="&#xf260;" horiz-adv-x="2048" 
-d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
-    <glyph glyph-name="f261" unicode="&#xf261;" horiz-adv-x="1792" 
-d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191
-t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="_572" unicode="&#xf262;" horiz-adv-x="2304" 
-d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57
-t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197
-t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5
-t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5
-t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5
-q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
-    <glyph glyph-name="f263" unicode="&#xf263;" horiz-adv-x="1280" 
-d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5
-t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94
-q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
-    <glyph glyph-name="_574" unicode="&#xf264;" 
-d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32
-q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5
-zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="_575" unicode="&#xf265;" horiz-adv-x="1720" 
-d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33
-l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
-    <glyph glyph-name="_576" unicode="&#xf266;" horiz-adv-x="2304" 
-d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540
-q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81
-l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
-    <glyph glyph-name="_577" unicode="&#xf267;" horiz-adv-x="1792" 
-d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640
-q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5
-t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5
-t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5
-t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191
-t191 -286t71 -348z" />
-    <glyph glyph-name="_578" unicode="&#xf268;" horiz-adv-x="1792" 
-d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962
-q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
-    <glyph glyph-name="_579" unicode="&#xf269;" horiz-adv-x="1792" 
-d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5
-q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5
-q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
-    <glyph glyph-name="_580" unicode="&#xf26a;" horiz-adv-x="1792" 
-d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339
-q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z
-" />
-    <glyph glyph-name="_581" unicode="&#xf26b;" horiz-adv-x="1792" 
-d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606
-q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z
-M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
-    <glyph glyph-name="_582" unicode="&#xf26c;" horiz-adv-x="2048" 
-d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23
-v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="_583" unicode="&#xf26d;" horiz-adv-x="1792" 
-d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34
-h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100
-q-68 175 -180 287z" />
-    <glyph glyph-name="_584" unicode="&#xf26e;" 
-d="M1401 -11l-6 -6q-113 -113 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6
-q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13
-q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 33 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249
-q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 33 -6t30 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183
-q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46
-t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
-    <glyph glyph-name="_585" unicode="&#xf270;" horiz-adv-x="1792" 
-d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z
-M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30
-q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57
-t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133
-q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
-    <glyph glyph-name="_586" unicode="&#xf271;" horiz-adv-x="1792" 
-d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9
-h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224
-v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
-    <glyph glyph-name="_587" unicode="&#xf272;" horiz-adv-x="1792" 
-d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23
-t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47
-t47 -113v-96h128q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_588" unicode="&#xf273;" horiz-adv-x="1792" 
-d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z
-M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
-q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_589" unicode="&#xf274;" horiz-adv-x="1792" 
-d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23
-t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47
-t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
-    <glyph glyph-name="_590" unicode="&#xf275;" horiz-adv-x="1792" 
-d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
-    <glyph glyph-name="_591" unicode="&#xf276;" horiz-adv-x="1024" 
-d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q62 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249
-q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
-    <glyph glyph-name="_592" unicode="&#xf277;" horiz-adv-x="1792" 
-d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768
-q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
-    <glyph glyph-name="_593" unicode="&#xf278;" horiz-adv-x="2048" 
-d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173
-v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
-    <glyph glyph-name="_594" unicode="&#xf279;" horiz-adv-x="1792" 
-d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472
-q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
-    <glyph glyph-name="_595" unicode="&#xf27a;" horiz-adv-x="1792" 
-d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5
-t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37
-t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
-    <glyph glyph-name="_596" unicode="&#xf27b;" horiz-adv-x="1792" 
-d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5
-t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5
-t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51
-t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
-    <glyph glyph-name="_597" unicode="&#xf27c;" horiz-adv-x="1024" 
-d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
-    <glyph glyph-name="_598" unicode="&#xf27d;" horiz-adv-x="1792" 
-d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246
-q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
-    <glyph glyph-name="f27e" unicode="&#xf27e;" 
-d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
-    <glyph glyph-name="uniF280" unicode="&#xf280;" 
-d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72
-h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275
-l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
-    <glyph glyph-name="uniF281" unicode="&#xf281;" horiz-adv-x="1792" 
-d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5
-l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44
-t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106
-q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
-    <glyph glyph-name="_602" unicode="&#xf282;" horiz-adv-x="1792" 
-d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53
-q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
-    <glyph glyph-name="_603" unicode="&#xf283;" horiz-adv-x="2304" 
-d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
-    <glyph glyph-name="_604" unicode="&#xf284;" horiz-adv-x="1792" 
-d="M1584 246l-218 111q-74 -120 -196.5 -189t-263.5 -69q-147 0 -271 72t-196 196t-72 270q0 110 42.5 209.5t115 172t172 115t209.5 42.5q131 0 247.5 -60.5t192.5 -168.5l215 125q-110 169 -286.5 265t-378.5 96q-161 0 -308 -63t-253 -169t-169 -253t-63 -308t63 -308
-t169 -253t253 -169t308 -63q213 0 397.5 107t290.5 292zM1030 643l693 -352q-116 -253 -334.5 -400t-492.5 -147q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q260 0 470.5 -133.5t335.5 -366.5zM1543 640h-39v-160h-96v352h136q32 0 54.5 -20
-t28.5 -48t1 -56t-27.5 -48t-57.5 -20z" />
-    <glyph glyph-name="uniF285" unicode="&#xf285;" horiz-adv-x="1792" 
-d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
-    <glyph glyph-name="uniF286" unicode="&#xf286;" horiz-adv-x="1792" 
-d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96
-q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5
-q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96
-q16 0 16 -16z" />
-    <glyph glyph-name="_607" unicode="&#xf287;" horiz-adv-x="2304" 
-d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96
-q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5
-t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
-    <glyph glyph-name="_608" unicode="&#xf288;" horiz-adv-x="1792" 
-d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348
-t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="_609" unicode="&#xf289;" horiz-adv-x="2304" 
-d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22
-q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5
-q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13
-q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
-    <glyph glyph-name="_610" unicode="&#xf28a;" 
-d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83
-t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20
-q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5
-t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
-    <glyph glyph-name="_611" unicode="&#xf28b;" 
-d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103
-t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_612" unicode="&#xf28c;" 
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
-t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
-    <glyph glyph-name="_613" unicode="&#xf28d;" 
-d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
-    <glyph glyph-name="_614" unicode="&#xf28e;" 
-d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
-t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
-    <glyph glyph-name="_615" unicode="&#xf290;" horiz-adv-x="1792" 
-d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5
-t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
-    <glyph glyph-name="_616" unicode="&#xf291;" horiz-adv-x="2048" 
-d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5
-t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416
-q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441
-h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
-    <glyph glyph-name="_617" unicode="&#xf292;" horiz-adv-x="1792" 
-d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12
-q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311
-q15 0 25 -12q9 -12 6 -28z" />
-    <glyph glyph-name="_618" unicode="&#xf293;" 
-d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5
-t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
-    <glyph glyph-name="_619" unicode="&#xf294;" horiz-adv-x="1024" 
-d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
-    <glyph glyph-name="_620" unicode="&#xf295;" 
-d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5
-t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
-t271.5 -112.5t112.5 -271.5z" />
-    <glyph glyph-name="_621" unicode="&#xf296;" horiz-adv-x="1792" 
-d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" />
-    <glyph glyph-name="_622" unicode="&#xf297;" horiz-adv-x="1792" 
-d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111
-q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" />
-    <glyph glyph-name="_623" unicode="&#xf298;" 
-d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14
-t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" />
-    <glyph glyph-name="_624" unicode="&#xf299;" horiz-adv-x="1792" 
-d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57
-q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285
-q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" />
-    <glyph glyph-name="_625" unicode="&#xf29a;" horiz-adv-x="1792" 
-d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42
-q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
-M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298
-t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="_626" unicode="&#xf29b;" 
-d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300
-l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z
-M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" />
-    <glyph glyph-name="_627" unicode="&#xf29c;" 
-d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5
-t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5
-t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5
-t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="_628" unicode="&#xf29d;" horiz-adv-x="1408" 
-d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457
-q-67 -192 -92 -234q-15 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521
-q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661
-q3 -1 7 1t7 4l3 2q11 9 11 17z" />
-    <glyph glyph-name="_629" unicode="&#xf29e;" horiz-adv-x="2304" 
-d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10
-t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5
-t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5
-h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96
-t9.5 -70.5z" />
-    <glyph glyph-name="uniF2A0" unicode="&#xf2a0;" horiz-adv-x="1408" 
-d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5
-q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127
-l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272
-t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249
-q-18 -19 -45 -19z" />
-    <glyph glyph-name="uniF2A1" unicode="&#xf2a1;" horiz-adv-x="2176" 
-d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352
-q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864
-q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136
-t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56
-t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56
-t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136
-t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" />
-    <glyph glyph-name="uniF2A2" unicode="&#xf2a2;" horiz-adv-x="1792" 
-d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z
-M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72
-t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45
-t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4
-q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" />
-    <glyph glyph-name="uniF2A3" unicode="&#xf2a3;" horiz-adv-x="2304" 
-d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55
-q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5
-q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101
-q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35
-q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5
-q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" />
-    <glyph glyph-name="uniF2A4" unicode="&#xf2a4;" horiz-adv-x="1792" 
-d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19
-t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74
-t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233
-l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" />
-    <glyph glyph-name="uniF2A5" unicode="&#xf2a5;" 
-d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2
-q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10
-q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5
-t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="uniF2A6" unicode="&#xf2a6;" horiz-adv-x="1535" 
-d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5
-l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5
-q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9
-q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" />
-    <glyph glyph-name="uniF2A7" unicode="&#xf2a7;" horiz-adv-x="1664" 
-d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37
-t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38
-l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147q-2 -1 -5 -3.5t-4 -4.5q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148
-q-34 23 -76 23q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26
-l-12 224q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" />
-    <glyph glyph-name="uniF2A8" unicode="&#xf2a8;" horiz-adv-x="1792" 
-d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5
-q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841
-q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5
-q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" />
-    <glyph glyph-name="uniF2A9" unicode="&#xf2a9;" horiz-adv-x="1280" 
-d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5
-q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z
-M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" />
-    <glyph glyph-name="uniF2AA" unicode="&#xf2aa;" 
-d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z
-M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5
-q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 42 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
-t84.5 -203.5z" />
-    <glyph glyph-name="uniF2AB" unicode="&#xf2ab;" 
-d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114
-q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5
-t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
-t103 -385.5z" />
-    <glyph glyph-name="uniF2AC" unicode="&#xf2ac;" horiz-adv-x="1664" 
-d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35
-q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5
-t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" />
-    <glyph glyph-name="uniF2AD" unicode="&#xf2ad;" 
-d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115
-q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15
-t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960
-q119 0 203.5 -84.5t84.5 -203.5z" />
-    <glyph glyph-name="uniF2AE" unicode="&#xf2ae;" horiz-adv-x="2304" 
-d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7
-q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158
-q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" />
-    <glyph glyph-name="uniF2B0" unicode="&#xf2b0;" 
-d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104
-q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108
-l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z
-M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" />
-    <glyph glyph-name="uniF2B1" unicode="&#xf2b1;" horiz-adv-x="1664" 
-d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5
-t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" />
-    <glyph glyph-name="uniF2B2" unicode="&#xf2b2;" horiz-adv-x="1792" 
-d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5
-t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114
-q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50
-q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5
-t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46
-q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5
-q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177
-t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" />
-    <glyph glyph-name="uniF2B3" unicode="&#xf2b3;" 
-d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110
-h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
-    <glyph glyph-name="uniF2B4" unicode="&#xf2b4;" 
-d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5
-q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="uniF2B5" unicode="&#xf2b5;" horiz-adv-x="2304" 
-d="M192 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32zM1665 442q-10 13 -38.5 50t-41.5 54t-38 49t-42.5 53t-40.5 47t-45 49l-125 -140q-83 -94 -208.5 -92t-205.5 98q-57 69 -56.5 158t58.5 157l177 206q-22 11 -51 16.5t-47.5 6t-56.5 -0.5t-49 -1q-92 0 -158 -66
-l-158 -158h-155v-544q5 0 21 0.5t22 0t19.5 -2t20.5 -4.5t17.5 -8.5t18.5 -13.5l297 -292q115 -111 227 -111q78 0 125 47q57 -20 112.5 8t72.5 85q74 -6 127 44q20 18 36 45.5t14 50.5q10 -10 43 -10q43 0 77 21t49.5 53t12 71.5t-30.5 73.5zM1824 384h96v512h-93l-157 180
-q-66 76 -169 76h-167q-89 0 -146 -67l-209 -243q-28 -33 -28 -75t27 -75q43 -51 110 -52t111 49l193 218q25 23 53.5 21.5t47 -27t8.5 -56.5q16 -19 56 -63t60 -68q29 -36 82.5 -105.5t64.5 -84.5q52 -66 60 -140zM2112 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32z
-M2304 960v-640q0 -26 -19 -45t-45 -19h-434q-27 -65 -82 -106.5t-125 -51.5q-33 -48 -80.5 -81.5t-102.5 -45.5q-42 -53 -104.5 -81.5t-128.5 -24.5q-60 -34 -126 -39.5t-127.5 14t-117 53.5t-103.5 81l-287 282h-358q-26 0 -45 19t-19 45v672q0 26 19 45t45 19h421
-q14 14 47 48t47.5 48t44 40t50.5 37.5t51 25.5t62 19.5t68 5.5h117q99 0 181 -56q82 56 181 56h167q35 0 67 -6t56.5 -14.5t51.5 -26.5t44.5 -31t43 -39.5t39 -42t41 -48t41.5 -48.5h355q26 0 45 -19t19 -45z" />
-    <glyph glyph-name="uniF2B6" unicode="&#xf2b6;" horiz-adv-x="1792" 
-d="M1792 882v-978q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v978q0 15 11 24q8 7 39 34.5t41.5 36t45.5 37.5t70 55.5t96 73t143.5 107t192.5 140.5q5 4 52.5 40t71.5 52.5t64 35t69 18.5t69 -18.5t65 -35.5t71 -52t52 -40q110 -80 192.5 -140.5t143.5 -107
-t96 -73t70 -55.5t45.5 -37.5t41.5 -36t39 -34.5q11 -9 11 -24zM1228 297q263 191 345 252q11 8 12.5 20.5t-6.5 23.5l-38 52q-8 11 -21 12.5t-24 -6.5q-231 -169 -343 -250q-5 -3 -52 -39t-71.5 -52.5t-64.5 -35t-69 -18.5t-69 18.5t-64.5 35t-71.5 52.5t-52 39
-q-186 134 -343 250q-11 8 -24 6.5t-21 -12.5l-38 -52q-8 -11 -6.5 -23.5t12.5 -20.5q82 -61 345 -252q10 -8 50 -38t65 -47t64 -39.5t77.5 -33.5t75.5 -11t75.5 11t79 34.5t64.5 39.5t65 47.5t48 36.5z" />
-    <glyph glyph-name="uniF2B7" unicode="&#xf2b7;" horiz-adv-x="1792" 
-d="M1474 623l39 -51q8 -11 6.5 -23.5t-11.5 -20.5q-43 -34 -126.5 -98.5t-146.5 -113t-67 -51.5q-39 -32 -60 -48t-60.5 -41t-76.5 -36.5t-74 -11.5h-1h-1q-37 0 -74 11.5t-76 36.5t-61 41.5t-60 47.5q-5 4 -65 50.5t-143.5 111t-122.5 94.5q-11 8 -12.5 20.5t6.5 23.5
-l37 52q8 11 21.5 13t24.5 -7q94 -73 306 -236q5 -4 43.5 -35t60.5 -46.5t56.5 -32.5t58.5 -17h1h1q24 0 58.5 17t56.5 32.5t60.5 46.5t43.5 35q258 198 313 242q11 8 24 6.5t21 -12.5zM1664 -96v928q-90 83 -159 139q-91 74 -389 304q-3 2 -43 35t-61 48t-56 32.5t-59 17.5
-h-1h-1q-24 0 -59 -17.5t-56 -32.5t-61 -48t-43 -35q-215 -166 -315.5 -245.5t-129.5 -104t-82 -74.5q-14 -12 -21 -19v-928q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 832v-928q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v928q0 56 41 94
-q123 114 350 290.5t233 181.5q36 30 59 47.5t61.5 42t76 36.5t74.5 12h1h1q37 0 74.5 -12t76 -36.5t61.5 -42t59 -47.5q43 -36 156 -122t226 -177t201 -173q41 -38 41 -94z" />
-    <glyph glyph-name="uniF2B8" unicode="&#xf2b8;" 
-d="M330 1l202 -214l-34 236l-216 213zM556 -225l274 218l-11 245l-300 -215zM245 413l227 -213l-48 327l-245 204zM495 189l317 214l-14 324l-352 -200zM843 178l95 -80l-2 239l-103 79q0 -1 1 -8.5t0 -12t-5 -7.5l-78 -52l85 -70q7 -6 7 -88zM138 930l256 -200l-68 465
-l-279 173zM1173 267l15 234l-230 -164l2 -240zM417 722l373 194l-19 441l-423 -163zM1270 357l20 233l-226 142l-2 -105l144 -95q6 -4 4 -9l-7 -119zM1461 496l30 222l-179 -128l-20 -228zM1273 329l-71 49l-8 -117q0 -5 -4 -8l-234 -187q-7 -5 -14 0l-98 83l7 -161
-q0 -5 -4 -8l-293 -234q-4 -2 -6 -2q-8 2 -8 3l-228 242q-4 4 -59 277q-2 7 5 11l61 37q-94 86 -95 92l-72 351q-2 7 6 12l94 45q-133 100 -135 108l-96 466q-2 10 7 13l433 135q5 0 8 -1l317 -153q6 -4 6 -9l20 -463q0 -7 -6 -10l-118 -61l126 -85q5 -2 5 -8l5 -123l121 74
-q5 4 11 0l84 -56l3 110q0 6 5 9l206 126q6 3 11 0l245 -135q4 -4 5 -7t-6.5 -60t-17.5 -124.5t-10 -70.5q0 -5 -4 -7l-191 -153q-6 -5 -13 0z" />
-    <glyph glyph-name="uniF2B9" unicode="&#xf2b9;" horiz-adv-x="1664" 
-d="M1201 298q0 57 -5.5 107t-21 100.5t-39.5 86t-64 58t-91 22.5q-6 -4 -33.5 -20.5t-42.5 -24.5t-40.5 -20t-49 -17t-46.5 -5t-46.5 5t-49 17t-40.5 20t-42.5 24.5t-33.5 20.5q-51 0 -91 -22.5t-64 -58t-39.5 -86t-21 -100.5t-5.5 -107q0 -73 42 -121.5t103 -48.5h576
-q61 0 103 48.5t42 121.5zM1028 892q0 108 -76.5 184t-183.5 76t-183.5 -76t-76.5 -184q0 -107 76.5 -183t183.5 -76t183.5 76t76.5 183zM1664 352v-192q0 -14 -9 -23t-23 -9h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216
-q66 0 113 -47t47 -113v-224h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23z" />
-    <glyph glyph-name="uniF2BA" unicode="&#xf2ba;" horiz-adv-x="1664" 
-d="M1028 892q0 -107 -76.5 -183t-183.5 -76t-183.5 76t-76.5 183q0 108 76.5 184t183.5 76t183.5 -76t76.5 -184zM980 672q46 0 82.5 -17t60 -47.5t39.5 -67t24 -81t11.5 -82.5t3.5 -79q0 -67 -39.5 -118.5t-105.5 -51.5h-576q-66 0 -105.5 51.5t-39.5 118.5q0 48 4.5 93.5
-t18.5 98.5t36.5 91.5t63 64.5t93.5 26h5q7 -4 32 -19.5t35.5 -21t33 -17t37 -16t35 -9t39.5 -4.5t39.5 4.5t35 9t37 16t33 17t35.5 21t32 19.5zM1664 928q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96
-q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216q66 0 113 -47t47 -113v-224h96q13 0 22.5 -9.5t9.5 -22.5v-192zM1408 -96v1472q0 13 -9.5 22.5t-22.5 9.5h-1216
-q-13 0 -22.5 -9.5t-9.5 -22.5v-1472q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5z" />
-    <glyph glyph-name="uniF2BB" unicode="&#xf2bb;" horiz-adv-x="2048" 
-d="M1024 405q0 64 -9 117.5t-29.5 103t-60.5 78t-97 28.5q-6 -4 -30 -18t-37.5 -21.5t-35.5 -17.5t-43 -14.5t-42 -4.5t-42 4.5t-43 14.5t-35.5 17.5t-37.5 21.5t-30 18q-57 0 -97 -28.5t-60.5 -78t-29.5 -103t-9 -117.5t37 -106.5t91 -42.5h512q54 0 91 42.5t37 106.5z
-M867 925q0 94 -66.5 160.5t-160.5 66.5t-160.5 -66.5t-66.5 -160.5t66.5 -160.5t160.5 -66.5t160.5 66.5t66.5 160.5zM1792 416v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1792 676v56q0 15 -10.5 25.5t-25.5 10.5h-568
-q-15 0 -25.5 -10.5t-10.5 -25.5v-56q0 -15 10.5 -25.5t25.5 -10.5h568q15 0 25.5 10.5t10.5 25.5zM1792 928v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-352v96q0 14 -9 23t-23 9
-h-64q-14 0 -23 -9t-9 -23v-96h-768v96q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-96h-352q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2BC" unicode="&#xf2bc;" horiz-adv-x="2048" 
-d="M1024 405q0 -64 -37 -106.5t-91 -42.5h-512q-54 0 -91 42.5t-37 106.5t9 117.5t29.5 103t60.5 78t97 28.5q6 -4 30 -18t37.5 -21.5t35.5 -17.5t43 -14.5t42 -4.5t42 4.5t43 14.5t35.5 17.5t37.5 21.5t30 18q57 0 97 -28.5t60.5 -78t29.5 -103t9 -117.5zM867 925
-q0 -94 -66.5 -160.5t-160.5 -66.5t-160.5 66.5t-66.5 160.5t66.5 160.5t160.5 66.5t160.5 -66.5t66.5 -160.5zM1792 480v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1792 732v-56q0 -15 -10.5 -25.5t-25.5 -10.5h-568
-q-15 0 -25.5 10.5t-10.5 25.5v56q0 15 10.5 25.5t25.5 10.5h568q15 0 25.5 -10.5t10.5 -25.5zM1792 992v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1920 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1728q-13 0 -22.5 -9.5
-t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h352v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h768v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h352q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113
-t113 47h1728q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2BD" unicode="&#xf2bd;" horiz-adv-x="1792" 
-d="M1523 197q-22 155 -87.5 257.5t-184.5 118.5q-67 -74 -159.5 -115.5t-195.5 -41.5t-195.5 41.5t-159.5 115.5q-119 -16 -184.5 -118.5t-87.5 -257.5q106 -150 271 -237.5t356 -87.5t356 87.5t271 237.5zM1280 896q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5
-t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1792 640q0 -182 -71 -347.5t-190.5 -286t-285.5 -191.5t-349 -71q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="uniF2BE" unicode="&#xf2be;" horiz-adv-x="1792" 
-d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348q0 -181 -70.5 -347t-190.5 -286t-286 -191.5t-349 -71.5t-349 71t-285.5 191.5t-190.5 286t-71 347.5t71 348t191 286t286 191t348 71zM1515 185q149 205 149 455q0 156 -61 298t-164 245t-245 164t-298 61t-298 -61
-t-245 -164t-164 -245t-61 -298q0 -250 149 -455q66 327 306 327q131 -128 313 -128t313 128q240 0 306 -327zM1280 832q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5z" />
-    <glyph glyph-name="uniF2C0" unicode="&#xf2c0;" 
-d="M1201 752q47 -14 89.5 -38t89 -73t79.5 -115.5t55 -172t22 -236.5q0 -154 -100 -263.5t-241 -109.5h-854q-141 0 -241 109.5t-100 263.5q0 131 22 236.5t55 172t79.5 115.5t89 73t89.5 38q-79 125 -79 272q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5
-t198.5 -40.5t163.5 -109.5t109.5 -163.5t40.5 -198.5q0 -147 -79 -272zM768 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1195 -128q88 0 150.5 71.5t62.5 173.5q0 239 -78.5 377t-225.5 145
-q-145 -127 -336 -127t-336 127q-147 -7 -225.5 -145t-78.5 -377q0 -102 62.5 -173.5t150.5 -71.5h854z" />
-    <glyph glyph-name="uniF2C1" unicode="&#xf2c1;" horiz-adv-x="1280" 
-d="M1024 278q0 -64 -37 -107t-91 -43h-512q-54 0 -91 43t-37 107t9 118t29.5 104t61 78.5t96.5 28.5q80 -75 188 -75t188 75q56 0 96.5 -28.5t61 -78.5t29.5 -104t9 -118zM870 797q0 -94 -67.5 -160.5t-162.5 -66.5t-162.5 66.5t-67.5 160.5t67.5 160.5t162.5 66.5
-t162.5 -66.5t67.5 -160.5zM1152 -96v1376h-1024v-1376q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1280 1376v-1472q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h352v-96q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v96h352
-q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2C2" unicode="&#xf2c2;" horiz-adv-x="2048" 
-d="M896 324q0 54 -7.5 100.5t-24.5 90t-51 68.5t-81 25q-64 -64 -156 -64t-156 64q-47 0 -81 -25t-51 -68.5t-24.5 -90t-7.5 -100.5q0 -55 31.5 -93.5t75.5 -38.5h426q44 0 75.5 38.5t31.5 93.5zM768 768q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56
-t56 136zM1792 288v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1408 544v64q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1792 544v64q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23
-v-64q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1792 800v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM128 1152h1792v96q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-96zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728
-q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2C3" unicode="&#xf2c3;" horiz-adv-x="2048" 
-d="M896 324q0 -55 -31.5 -93.5t-75.5 -38.5h-426q-44 0 -75.5 38.5t-31.5 93.5q0 54 7.5 100.5t24.5 90t51 68.5t81 25q64 -64 156 -64t156 64q47 0 81 -25t51 -68.5t24.5 -90t7.5 -100.5zM768 768q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z
-M1792 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1408 608v-64q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h320q14 0 23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v64
-q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 864v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1920 32v1120h-1792v-1120q0 -13 9.5 -22.5t22.5 -9.5h1728q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47
-h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2C4" unicode="&#xf2c4;" horiz-adv-x="1792" 
-d="M1255 749q0 318 -105 474.5t-330 156.5q-222 0 -326 -157t-104 -474q0 -316 104 -471.5t326 -155.5q74 0 131 17q-22 43 -39 73t-44 65t-53.5 56.5t-63 36t-77.5 14.5q-46 0 -79 -16l-49 97q105 91 276 91q132 0 215.5 -54t150.5 -155q67 149 67 402zM1645 117h117
-q3 -27 -2 -67t-26.5 -95t-58 -100.5t-107 -78t-162.5 -32.5q-71 0 -130.5 19t-105.5 56t-79 78t-66 96q-97 -27 -205 -27q-150 0 -292.5 58t-253 158.5t-178 249t-67.5 317.5q0 170 67.5 319.5t178.5 250.5t253.5 159t291.5 58q121 0 238.5 -36t217 -106t176 -164.5
-t119.5 -219t43 -261.5q0 -190 -80.5 -347.5t-218.5 -264.5q47 -70 93.5 -106.5t104.5 -36.5q61 0 94 37.5t38 85.5z" />
-    <glyph glyph-name="uniF2C5" unicode="&#xf2c5;" horiz-adv-x="2304" 
-d="M453 -101q0 -21 -16 -37.5t-37 -16.5q-1 0 -13 3q-63 15 -162 140q-225 284 -225 676q0 341 213 614q39 51 95 103.5t94 52.5q19 0 35 -13.5t16 -32.5q0 -27 -63 -90q-98 -102 -147 -184q-119 -199 -119 -449q0 -281 123 -491q50 -85 136 -173q2 -3 14.5 -16t19.5 -21
-t17 -20.5t14.5 -23.5t4.5 -21zM1796 33q0 -29 -17.5 -48.5t-46.5 -19.5h-1081q-26 0 -45 19t-19 45q0 29 17.5 48.5t46.5 19.5h1081q26 0 45 -19t19 -45zM1581 644q0 -134 -67 -233q-25 -38 -69.5 -78.5t-83.5 -60.5q-16 -10 -27 -10q-7 0 -15 6t-8 12q0 9 19 30t42 46
-t42 67.5t19 88.5q0 76 -35 130q-29 42 -46 42q-3 0 -3 -5q0 -12 7.5 -35.5t7.5 -36.5q0 -22 -21.5 -35t-44.5 -13q-66 0 -66 76q0 15 1.5 44t1.5 44q0 25 -10 46q-13 25 -42 53.5t-51 28.5q-5 0 -7 -0.5t-3.5 -2.5t-1.5 -6q0 -2 16 -26t16 -54q0 -37 -19 -68t-46 -54
-t-53.5 -46t-45.5 -54t-19 -68q0 -98 42 -160q29 -43 79 -63q16 -5 17 -10q1 -2 1 -5q0 -16 -18 -16q-6 0 -33 11q-119 43 -195 139.5t-76 218.5q0 55 24.5 115.5t60 115t70.5 108.5t59.5 113.5t24.5 111.5q0 53 -25 94q-29 48 -56 64q-19 9 -19 21q0 20 41 20q50 0 110 -29
-q41 -19 71 -44.5t49.5 -51t33.5 -62.5t22 -69t16 -80q0 -1 3 -17.5t4.5 -25t5.5 -25t9 -27t11 -21.5t14.5 -16.5t18.5 -5.5q23 0 37 14t14 37q0 25 -20 67t-20 52t10 10q27 0 93 -70q72 -76 102.5 -156t30.5 -186zM2304 615q0 -274 -138 -503q-19 -32 -48 -72t-68 -86.5
-t-81 -77t-74 -30.5q-16 0 -31 15.5t-15 31.5q0 15 29 50.5t68.5 77t48.5 52.5q183 230 183 531q0 131 -20.5 235t-72.5 211q-58 119 -163 228q-2 3 -13 13.5t-16.5 16.5t-15 17.5t-15 20t-9.5 18.5t-4 19q0 19 16 35.5t35 16.5q70 0 196 -169q98 -131 146 -273t60 -314
-q2 -42 2 -64z" />
-    <glyph glyph-name="uniF2C6" unicode="&#xf2c6;" horiz-adv-x="1792" 
-d="M1189 229l147 693q9 44 -10.5 63t-51.5 7l-864 -333q-29 -11 -39.5 -25t-2.5 -26.5t32 -19.5l221 -69l513 323q21 14 32 6q7 -5 -4 -15l-415 -375v0v0l-16 -228q23 0 45 22l108 104l224 -165q64 -36 81 38zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
-t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="uniF2C7" unicode="&#xf2c7;" horiz-adv-x="1024" 
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v907h128v-907q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
-    <glyph glyph-name="uniF2C8" unicode="&#xf2c8;" horiz-adv-x="1024" 
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v651h128v-651q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
-    <glyph glyph-name="uniF2C9" unicode="&#xf2c9;" horiz-adv-x="1024" 
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v395h128v-395q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
-    <glyph glyph-name="uniF2CA" unicode="&#xf2ca;" horiz-adv-x="1024" 
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v139h128v-139q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
-t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
-v128h192z" />
-    <glyph glyph-name="uniF2CB" unicode="&#xf2cb;" horiz-adv-x="1024" 
-d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 79 56 135.5t136 56.5t136 -56.5t56 -135.5zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5t93.5 226.5z
-M896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192v128h192z" />
-    <glyph glyph-name="uniF2CC" unicode="&#xf2cc;" horiz-adv-x="1920" 
-d="M1433 1287q10 -10 10 -23t-10 -23l-626 -626q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l44 44q-72 91 -81.5 207t46.5 215q-74 71 -176 71q-106 0 -181 -75t-75 -181v-1280h-256v1280q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5q106 0 201 -41
-t166 -115q94 39 197 24.5t185 -79.5l44 44q10 10 23 10t23 -10zM1344 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1856 1024q26 0 45 -19t19 -45t-19 -45t-45 -19
-t-45 19t-19 45t19 45t45 19zM1216 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 832q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 768
-q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19
-t19 -45t-19 -45t-45 -19zM1472 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 384
-q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" />
-    <glyph glyph-name="uniF2CD" unicode="&#xf2cd;" horiz-adv-x="1792" 
-d="M1664 448v-192q0 -169 -128 -286v-194q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v118q-63 -22 -128 -22h-768q-65 0 -128 22v-110q0 -17 -9.5 -28.5t-22.5 -11.5h-64q-13 0 -22.5 11.5t-9.5 28.5v186q-128 117 -128 286v192h1536zM704 864q0 -14 -9 -23t-23 -9t-23 9
-t-9 23t9 23t23 9t23 -9t9 -23zM768 928q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM704 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1056q0 -14 -9 -23t-23 -9t-23 9
-t-9 23t9 23t23 9t23 -9t9 -23zM704 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v640q0 106 75 181t181 75q108 0 184 -78q46 19 98 12t93 -39l22 22q11 11 22 0l42 -42
-q11 -11 0 -22l-314 -314q-11 -11 -22 0l-42 42q-11 11 0 22l22 22q-36 46 -40.5 104t23.5 108q-37 35 -88 35q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1504q14 0 23 -9t9 -23zM896 1056q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1120q0 -14 -9 -23t-23 -9
-t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM896 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1248q0 -14 -9 -23
-t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1024 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1088 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23z" />
-    <glyph glyph-name="uniF2CE" unicode="&#xf2ce;" 
-d="M994 344q0 -86 -17 -197q-31 -215 -55 -313q-22 -90 -152 -90t-152 90q-24 98 -55 313q-17 110 -17 197q0 168 224 168t224 -168zM1536 768q0 -240 -134 -434t-350 -280q-8 -3 -15 3t-6 15q7 48 10 66q4 32 6 47q1 9 9 12q159 81 255.5 234t96.5 337q0 180 -91 330.5
-t-247 234.5t-337 74q-124 -7 -237 -61t-193.5 -140.5t-128 -202t-46.5 -240.5q1 -184 99 -336.5t257 -231.5q7 -3 9 -12q3 -21 6 -45q1 -9 5 -32.5t6 -35.5q1 -9 -6.5 -15t-15.5 -2q-148 58 -261 169.5t-173.5 264t-52.5 319.5q7 143 66 273.5t154.5 227t225 157.5t272.5 70
-q164 10 315.5 -46.5t261 -160.5t175 -250.5t65.5 -308.5zM994 800q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5zM1282 768q0 -122 -53.5 -228.5t-146.5 -177.5q-8 -6 -16 -2t-10 14q-6 52 -29 92q-7 10 3 20
-q58 54 91 127t33 155q0 111 -58.5 204t-157.5 141.5t-212 36.5q-133 -15 -229 -113t-109 -231q-10 -92 23.5 -176t98.5 -144q10 -10 3 -20q-24 -41 -29 -93q-2 -9 -10 -13t-16 2q-95 74 -148.5 183t-51.5 234q3 131 69 244t177 181.5t241 74.5q144 7 268 -60t196.5 -187.5
-t72.5 -263.5z" />
-    <glyph glyph-name="uniF2D0" unicode="&#xf2d0;" horiz-adv-x="1792" 
-d="M256 128h1280v768h-1280v-768zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2D1" unicode="&#xf2d1;" horiz-adv-x="1792" 
-d="M1792 224v-192q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2D2" unicode="&#xf2d2;" horiz-adv-x="2048" 
-d="M256 0h768v512h-768v-512zM1280 512h512v768h-768v-256h96q66 0 113 -47t47 -113v-352zM2048 1376v-960q0 -66 -47 -113t-113 -47h-608v-352q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h608v352q0 66 47 113t113 47h960q66 0 113 -47
-t47 -113z" />
-    <glyph glyph-name="uniF2D3" unicode="&#xf2d3;" horiz-adv-x="1792" 
-d="M1175 215l146 146q10 10 10 23t-10 23l-233 233l233 233q10 10 10 23t-10 23l-146 146q-10 10 -23 10t-23 -10l-233 -233l-233 233q-10 10 -23 10t-23 -10l-146 -146q-10 -10 -10 -23t10 -23l233 -233l-233 -233q-10 -10 -10 -23t10 -23l146 -146q10 -10 23 -10t23 10
-l233 233l233 -233q10 -10 23 -10t23 10zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2D4" unicode="&#xf2d4;" horiz-adv-x="1792" 
-d="M1257 425l-146 -146q-10 -10 -23 -10t-23 10l-169 169l-169 -169q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l169 169l-169 169q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l169 -169l169 169q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
-l-169 -169l169 -169q10 -10 10 -23t-10 -23zM256 128h1280v1024h-1280v-1024zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2D5" unicode="&#xf2d5;" horiz-adv-x="1792" 
-d="M1070 358l306 564h-654l-306 -564h654zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="uniF2D6" unicode="&#xf2d6;" horiz-adv-x="1794" 
-d="M1291 1060q-15 17 -35 8.5t-26 -28.5t5 -38q14 -17 40 -14.5t34 20.5t-18 52zM895 814q-8 -8 -19.5 -8t-18.5 8q-8 8 -8 19t8 18q7 8 18.5 8t19.5 -8q7 -7 7 -18t-7 -19zM1060 740l-35 -35q-12 -13 -29.5 -13t-30.5 13l-38 38q-12 13 -12 30t12 30l35 35q12 12 29.5 12
-t30.5 -12l38 -39q12 -12 12 -29.5t-12 -29.5zM951 870q-7 -8 -18.5 -8t-19.5 8q-7 8 -7 19t7 19q8 8 19 8t19 -8t8 -19t-8 -19zM1354 968q-34 -64 -107.5 -85.5t-127.5 16.5q-38 28 -61 66.5t-21 87.5t39 92t75.5 53t70.5 -5t70 -51q2 -2 13 -12.5t14.5 -13.5t13 -13.5
-t12.5 -15.5t10 -15.5t8.5 -18t4 -18.5t1 -21t-5 -22t-9.5 -24zM1555 486q3 20 -8.5 34.5t-27.5 21.5t-33 17t-23 20q-40 71 -84 98.5t-113 11.5q19 13 40 18.5t33 4.5l12 -1q2 45 -34 90q6 20 6.5 40.5t-2.5 30.5l-3 10q43 24 71 65t34 91q10 84 -43 150.5t-137 76.5
-q-60 7 -114 -18.5t-82 -74.5q-30 -51 -33.5 -101t14.5 -87t43.5 -64t56.5 -42q-45 4 -88 36t-57 88q-28 108 32 222q-16 21 -29 32q-50 0 -89 -19q19 24 42 37t36 14l13 1q0 50 -13 78q-10 21 -32.5 28.5t-47 -3.5t-37.5 -40q2 4 4 7q-7 -28 -6.5 -75.5t19 -117t48.5 -122.5
-q-25 -14 -47 -36q-35 -16 -85.5 -70.5t-84.5 -101.5l-33 -46q-90 -34 -181 -125.5t-75 -162.5q1 -16 11 -27q-15 -12 -30 -30q-21 -25 -21 -54t21.5 -40t63.5 6q41 19 77 49.5t55 60.5q-2 2 -6.5 5t-20.5 7.5t-33 3.5q23 5 51 12.5t40 10t27.5 6t26 4t23.5 0.5q14 -7 22 34
-q7 37 7 90q0 102 -40 150q106 -103 101 -219q-1 -29 -15 -50t-27 -27l-13 -6q-4 -7 -19 -32t-26 -45.5t-26.5 -52t-25 -61t-17 -63t-6.5 -66.5t10 -63q-35 54 -37 80q-22 -24 -34.5 -39t-33.5 -42t-30.5 -46t-16.5 -41t-0.5 -38t25.5 -27q45 -25 144 64t190.5 221.5
-t122.5 228.5q86 52 145 115.5t86 119.5q47 -93 154 -178q104 -83 167 -80q39 2 46 43zM1794 640q0 -182 -71 -348t-191 -286t-286.5 -191t-348.5 -71t-348.5 71t-286.5 191t-191 286t-71 348t71 348t191 286t286.5 191t348.5 71t348.5 -71t286.5 -191t191 -286t71 -348z" />
-    <glyph glyph-name="uniF2D7" unicode="&#xf2d7;" 
-d="M518 1353v-655q103 -1 191.5 1.5t125.5 5.5l37 3q68 2 90.5 24.5t39.5 94.5l33 142h103l-14 -322l7 -319h-103l-29 127q-15 68 -45 93t-84 26q-87 8 -352 8v-556q0 -78 43.5 -115.5t133.5 -37.5h357q35 0 59.5 2t55 7.5t54 18t48.5 32t46 50.5t39 73l93 216h89
-q-6 -37 -31.5 -252t-30.5 -276q-146 5 -263.5 8t-162.5 4h-44h-628l-376 -12v102l127 25q67 13 91.5 37t25.5 79l8 643q3 402 -8 645q-2 61 -25.5 84t-91.5 36l-127 24v102l376 -12h702q139 0 374 27q-6 -68 -14 -194.5t-12 -219.5l-5 -92h-93l-32 124q-31 121 -74 179.5
-t-113 58.5h-548q-28 0 -35.5 -8.5t-7.5 -30.5z" />
-    <glyph glyph-name="uniF2D8" unicode="&#xf2d8;" 
-d="M922 739v-182q0 -4 0.5 -15t0 -15l-1.5 -12t-3.5 -11.5t-6.5 -7.5t-11 -5.5t-16 -1.5v309q9 0 16 -1t11 -5t6.5 -5.5t3.5 -9.5t1 -10.5v-13.5v-14zM1238 643v-121q0 -1 0.5 -12.5t0 -15.5t-2.5 -11.5t-7.5 -10.5t-13.5 -3q-9 0 -14 9q-4 10 -4 165v7v8.5v9t1.5 8.5l3.5 7
-t5 5.5t8 1.5q6 0 10 -1.5t6.5 -4.5t4 -6t2 -8.5t0.5 -8v-9.5v-9zM180 407h122v472h-122v-472zM614 407h106v472h-159l-28 -221q-20 148 -32 221h-158v-472h107v312l45 -312h76l43 319v-319zM1039 712q0 67 -5 90q-3 16 -11 28.5t-17 20.5t-25 14t-26.5 8.5t-31 4t-29 1.5
-h-29.5h-12h-91v-472h56q169 -1 197 24.5t25 180.5q-1 62 -1 100zM1356 515v133q0 29 -2 45t-9.5 33.5t-24.5 25t-46 7.5q-46 0 -77 -34v154h-117v-472h110l7 30q30 -36 77 -36q50 0 66 30.5t16 83.5zM1536 1248v-1216q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113
-v1216q0 66 47 113t113 47h1216q66 0 113 -47t47 -113z" />
-    <glyph glyph-name="uniF2D9" unicode="&#xf2d9;" horiz-adv-x="2176" 
-d="M1143 -197q-6 1 -11 4q-13 8 -36 23t-86 65t-116.5 104.5t-112 140t-89.5 172.5q-17 3 -175 37q66 -213 235 -362t391 -184zM502 409l168 -28q-25 76 -41 167.5t-19 145.5l-4 53q-84 -82 -121 -224q5 -65 17 -114zM612 1018q-43 -64 -77 -148q44 46 74 68zM2049 584
-q0 161 -62 307t-167.5 252t-250.5 168.5t-304 62.5q-147 0 -281 -52.5t-240 -148.5q-30 -58 -45 -160q60 51 143 83.5t158.5 43t143 13.5t108.5 -1l40 -3q33 -1 53 -15.5t24.5 -33t6.5 -37t-1 -28.5q-126 11 -227.5 0.5t-183 -43.5t-142.5 -71.5t-131 -98.5
-q4 -36 11.5 -92.5t35.5 -178t62 -179.5q123 -6 247.5 14.5t214.5 53.5t162.5 67t109.5 59l37 24q22 16 39.5 20.5t30.5 -5t17 -34.5q14 -97 -39 -121q-208 -97 -467 -134q-135 -20 -317 -16q41 -96 110 -176.5t137 -127t130.5 -79t101.5 -43.5l39 -12q143 -23 263 15
-q195 99 314 289t119 418zM2123 621q-14 -135 -40 -212q-70 -208 -181.5 -346.5t-318.5 -253.5q-48 -33 -82 -44q-72 -26 -163 -16q-36 -3 -73 -3q-283 0 -504.5 173t-295.5 442q-1 0 -4 0.5t-5 0.5q-6 -50 2.5 -112.5t26 -115t36 -98t31.5 -71.5l14 -26q8 -12 54 -82
-q-71 38 -124.5 106.5t-78.5 140t-39.5 137t-17.5 107.5l-2 42q-5 2 -33.5 12.5t-48.5 18t-53 20.5t-57.5 25t-50 25.5t-42.5 27t-25 25.5q19 -10 50.5 -25.5t113 -45.5t145.5 -38l2 32q11 149 94 290q41 202 176 365q28 115 81 214q15 28 32 45t49 32q158 74 303.5 104
-t302 11t306.5 -97q220 -115 333 -336t87 -474z" />
-    <glyph glyph-name="uniF2DA" unicode="&#xf2da;" horiz-adv-x="1792" 
-d="M1341 752q29 44 -6.5 129.5t-121.5 142.5q-58 39 -125.5 53.5t-118 4.5t-68.5 -37q-12 -23 -4.5 -28t42.5 -10q23 -3 38.5 -5t44.5 -9.5t56 -17.5q36 -13 67.5 -31.5t53 -37t40 -38.5t30.5 -38t22 -34.5t16.5 -28.5t12 -18.5t10.5 -6t11 9.5zM1704 178
-q-52 -127 -148.5 -220t-214.5 -141.5t-253 -60.5t-266 13.5t-251 91t-210 161.5t-141.5 235.5t-46.5 303.5q1 41 8.5 84.5t12.5 64t24 80.5t23 73q-51 -208 1 -397t173 -318t291 -206t346 -83t349 74.5t289 244.5q20 27 18 14q0 -4 -4 -14zM1465 627q0 -104 -40.5 -199
-t-108.5 -164t-162 -109.5t-198 -40.5t-198 40.5t-162 109.5t-108.5 164t-40.5 199t40.5 199t108.5 164t162 109.5t198 40.5t198 -40.5t162 -109.5t108.5 -164t40.5 -199zM1752 915q-65 147 -180.5 251t-253 153.5t-292 53.5t-301 -36.5t-275.5 -129t-220 -211.5t-131 -297
-t-10 -373q-49 161 -51.5 311.5t35.5 272.5t109 227t165.5 180.5t207 126t232 71t242.5 9t236 -54t216 -124.5t178 -197q33 -50 62 -121t31 -112zM1690 573q12 244 -136.5 416t-396.5 240q-8 0 -10 5t24 8q125 -4 230 -50t173 -120t116 -168.5t58.5 -199t-1 -208
-t-61.5 -197.5t-122.5 -167t-185 -117.5t-248.5 -46.5q108 30 201.5 80t174 123t129.5 176.5t55 225.5z" />
-    <glyph glyph-name="uniF2DB" unicode="&#xf2db;" 
-d="M192 256v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 512v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 768v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16
-q0 16 16 16h112zM192 1024v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 1280v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM1280 1440v-1472q0 -40 -28 -68t-68 -28h-832q-40 0 -68 28
-t-28 68v1472q0 40 28 68t68 28h832q40 0 68 -28t28 -68zM1536 208v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 464v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 720v-32
-q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 976v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 1232v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16
-h48q16 0 16 -16z" />
-    <glyph glyph-name="uniF2DC" unicode="&#xf2dc;" horiz-adv-x="1664" 
-d="M1566 419l-167 -33l186 -107q23 -13 29.5 -38.5t-6.5 -48.5q-14 -23 -39 -29.5t-48 6.5l-186 106l55 -160q13 -38 -12 -63.5t-60.5 -20.5t-48.5 42l-102 300l-271 156v-313l208 -238q16 -18 17 -39t-11 -36.5t-28.5 -25t-37 -5.5t-36.5 22l-112 128v-214q0 -26 -19 -45
-t-45 -19t-45 19t-19 45v214l-112 -128q-16 -18 -36.5 -22t-37 5.5t-28.5 25t-11 36.5t17 39l208 238v313l-271 -156l-102 -300q-13 -37 -48.5 -42t-60.5 20.5t-12 63.5l55 160l-186 -106q-23 -13 -48 -6.5t-39 29.5q-13 23 -6.5 48.5t29.5 38.5l186 107l-167 33
-q-29 6 -42 29t-8.5 46.5t25.5 40t50 10.5l310 -62l271 157l-271 157l-310 -62q-4 -1 -13 -1q-27 0 -44 18t-19 40t11 43t40 26l167 33l-186 107q-23 13 -29.5 38.5t6.5 48.5t39 30t48 -7l186 -106l-55 160q-13 38 12 63.5t60.5 20.5t48.5 -42l102 -300l271 -156v313
-l-208 238q-16 18 -17 39t11 36.5t28.5 25t37 5.5t36.5 -22l112 -128v214q0 26 19 45t45 19t45 -19t19 -45v-214l112 128q16 18 36.5 22t37 -5.5t28.5 -25t11 -36.5t-17 -39l-208 -238v-313l271 156l102 300q13 37 48.5 42t60.5 -20.5t12 -63.5l-55 -160l186 106
-q23 13 48 6.5t39 -29.5q13 -23 6.5 -48.5t-29.5 -38.5l-186 -107l167 -33q27 -5 40 -26t11 -43t-19 -40t-44 -18q-9 0 -13 1l-310 62l-271 -157l271 -157l310 62q29 6 50 -10.5t25.5 -40t-8.5 -46.5t-42 -29z" />
-    <glyph glyph-name="uniF2DD" unicode="&#xf2dd;" horiz-adv-x="1792" 
-d="M1473 607q7 118 -33 226.5t-113 189t-177 131t-221 57.5q-116 7 -225.5 -32t-192 -110.5t-135 -175t-59.5 -220.5q-7 -118 33 -226.5t113 -189t177.5 -131t221.5 -57.5q155 -9 293 59t224 195.5t94 283.5zM1792 1536l-349 -348q120 -117 180.5 -272t50.5 -321
-q-11 -183 -102 -339t-241 -255.5t-332 -124.5l-999 -132l347 347q-120 116 -180.5 271.5t-50.5 321.5q11 184 102 340t241.5 255.5t332.5 124.5q167 22 500 66t500 66z" />
-    <glyph glyph-name="uniF2DE" unicode="&#xf2de;" horiz-adv-x="1792" 
-d="M948 508l163 -329h-51l-175 350l-171 -350h-49l179 374l-78 33l21 49l240 -102l-21 -50zM563 1100l304 -130l-130 -304l-304 130zM907 915l240 -103l-103 -239l-239 102zM1188 765l191 -81l-82 -190l-190 81zM1680 640q0 159 -62 304t-167.5 250.5t-250.5 167.5t-304 62
-t-304 -62t-250.5 -167.5t-167.5 -250.5t-62 -304t62 -304t167.5 -250.5t250.5 -167.5t304 -62t304 62t250.5 167.5t167.5 250.5t62 304zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71
-t286 -191t191 -286t71 -348z" />
-    <glyph glyph-name="uniF2E0" unicode="&#xf2e0;" horiz-adv-x="1920" 
-d="M1334 302q-4 24 -27.5 34t-49.5 10.5t-48.5 12.5t-25.5 38q-5 47 33 139.5t75 181t32 127.5q-14 101 -117 103q-45 1 -75 -16l-3 -2l-5 -2.5t-4.5 -2t-5 -2t-5 -0.5t-6 1.5t-6 3.5t-6.5 5q-3 2 -9 8.5t-9 9t-8.5 7.5t-9.5 7.5t-9.5 5.5t-11 4.5t-11.5 2.5q-30 5 -48 -3
-t-45 -31q-1 -1 -9 -8.5t-12.5 -11t-15 -10t-16.5 -5.5t-17 3q-54 27 -84 40q-41 18 -94 -5t-76 -65q-16 -28 -41 -98.5t-43.5 -132.5t-40 -134t-21.5 -73q-22 -69 18.5 -119t110.5 -46q30 2 50.5 15t38.5 46q7 13 79 199.5t77 194.5q6 11 21.5 18t29.5 0q27 -15 21 -53
-q-2 -18 -51 -139.5t-50 -132.5q-6 -38 19.5 -56.5t60.5 -7t55 49.5q4 8 45.5 92t81.5 163.5t46 88.5q20 29 41 28q29 0 25 -38q-2 -16 -65.5 -147.5t-70.5 -159.5q-12 -53 13 -103t74 -74q17 -9 51 -15.5t71.5 -8t62.5 14t20 48.5zM383 86q3 -15 -5 -27.5t-23 -15.5
-q-14 -3 -26.5 5t-15.5 23q-3 14 5 27t22 16t27 -5t16 -23zM953 -177q12 -17 8.5 -37.5t-20.5 -32.5t-37.5 -8t-32.5 21q-11 17 -7.5 37.5t20.5 32.5t37.5 8t31.5 -21zM177 635q-18 -27 -49.5 -33t-57.5 13q-26 18 -32 50t12 58q18 27 49.5 33t57.5 -12q26 -19 32 -50.5
-t-12 -58.5zM1467 -42q19 -28 13 -61.5t-34 -52.5t-60.5 -13t-51.5 34t-13 61t33 53q28 19 60.5 13t52.5 -34zM1579 562q69 -113 42.5 -244.5t-134.5 -207.5q-90 -63 -199 -60q-20 -80 -84.5 -127t-143.5 -44.5t-140 57.5q-12 -9 -13 -10q-103 -71 -225 -48.5t-193 126.5
-q-50 73 -53 164q-83 14 -142.5 70.5t-80.5 128t-2 152t81 138.5q-36 60 -38 128t24.5 125t79.5 98.5t121 50.5q32 85 99 148t146.5 91.5t168 17t159.5 -66.5q72 21 140 17.5t128.5 -36t104.5 -80t67.5 -115t17.5 -140.5q52 -16 87 -57t45.5 -89t-5.5 -99.5t-58 -87.5z
-M455 1222q14 -20 9.5 -44.5t-24.5 -38.5q-19 -14 -43.5 -9.5t-37.5 24.5q-14 20 -9.5 44.5t24.5 38.5q19 14 43.5 9.5t37.5 -24.5zM614 1503q4 -16 -5 -30.5t-26 -18.5t-31 5.5t-18 26.5q-3 17 6.5 31t25.5 18q17 4 31 -5.5t17 -26.5zM1800 555q4 -20 -6.5 -37t-30.5 -21
-q-19 -4 -36 6.5t-21 30.5t6.5 37t30.5 22q20 4 36.5 -7.5t20.5 -30.5zM1136 1448q16 -27 8.5 -58.5t-35.5 -47.5q-27 -16 -57.5 -8.5t-46.5 34.5q-16 28 -8.5 59t34.5 48t58 9t47 -36zM1882 792q4 -15 -4 -27.5t-23 -16.5q-15 -3 -27.5 5.5t-15.5 22.5q-3 15 5 28t23 16
-q14 3 26.5 -5t15.5 -23zM1691 1033q15 -22 10.5 -49t-26.5 -43q-22 -15 -49 -10t-42 27t-10 49t27 43t48.5 11t41.5 -28z" />
-    <glyph glyph-name="uniF2E1" unicode="&#xf2e1;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E2" unicode="&#xf2e2;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E3" unicode="&#xf2e3;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E4" unicode="&#xf2e4;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E5" unicode="&#xf2e5;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E6" unicode="&#xf2e6;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E7" unicode="&#xf2e7;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="_698" unicode="&#xf2e8;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2E9" unicode="&#xf2e9;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2EA" unicode="&#xf2ea;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2EB" unicode="&#xf2eb;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2EC" unicode="&#xf2ec;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2ED" unicode="&#xf2ed;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="uniF2EE" unicode="&#xf2ee;" horiz-adv-x="1792" 
- />
-    <glyph glyph-name="lessequal" unicode="&#xf500;" horiz-adv-x="1792" 
- />
-  </font>
-</defs></svg>
diff --git a/jekyll-source/static/assets/fonts/fontawesome-webfont.ttf b/jekyll-source/static/assets/fonts/fontawesome-webfont.ttf
deleted file mode 100644
index 35acda2..0000000
Binary files a/jekyll-source/static/assets/fonts/fontawesome-webfont.ttf and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/fontawesome-webfont.woff b/jekyll-source/static/assets/fonts/fontawesome-webfont.woff
deleted file mode 100644
index 400014a..0000000
Binary files a/jekyll-source/static/assets/fonts/fontawesome-webfont.woff and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/fontawesome-webfont.woff2 b/jekyll-source/static/assets/fonts/fontawesome-webfont.woff2
deleted file mode 100644
index 4d13fc6..0000000
Binary files a/jekyll-source/static/assets/fonts/fontawesome-webfont.woff2 and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.eot b/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.eot
deleted file mode 100644
index b93a495..0000000
Binary files a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.eot and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.svg b/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.svg
deleted file mode 100644
index 94fb549..0000000
--- a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.svg
+++ /dev/null
@@ -1,288 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata></metadata>
-<defs>
-<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
-<font-face units-per-em="1200" ascent="960" descent="-240" />
-<missing-glyph horiz-adv-x="500" />
-<glyph horiz-adv-x="0" />
-<glyph horiz-adv-x="400" />
-<glyph unicode=" " />
-<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
-<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xa0;" />
-<glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
-<glyph unicode="&#x2000;" horiz-adv-x="650" />
-<glyph unicode="&#x2001;" horiz-adv-x="1300" />
-<glyph unicode="&#x2002;" horiz-adv-x="650" />
-<glyph unicode="&#x2003;" horiz-adv-x="1300" />
-<glyph unicode="&#x2004;" horiz-adv-x="433" />
-<glyph unicode="&#x2005;" horiz-adv-x="325" />
-<glyph unicode="&#x2006;" horiz-adv-x="216" />
-<glyph unicode="&#x2007;" horiz-adv-x="216" />
-<glyph unicode="&#x2008;" horiz-adv-x="162" />
-<glyph unicode="&#x2009;" horiz-adv-x="260" />
-<glyph unicode="&#x200a;" horiz-adv-x="72" />
-<glyph unicode="&#x202f;" horiz-adv-x="260" />
-<glyph unicode="&#x205f;" horiz-adv-x="325" />
-<glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
-<glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
-<glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
-<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
-<glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
-<glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
-<glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
-<glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
-<glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
-<glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
-<glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
-<glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
-<glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
-<glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
-<glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
-<glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
-<glyph unicode="&#xe010;" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe011;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
-<glyph unicode="&#xe012;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
-<glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
-<glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
-<glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
-<glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
-<glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
-<glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
-<glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
-<glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
-<glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
-<glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
-<glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
-<glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
-<glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
-<glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
-<glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
-<glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
-<glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
-<glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
-<glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
-<glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
-<glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
-<glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
-<glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
-<glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
-<glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
-<glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
-<glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
-<glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
-<glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
-<glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
-<glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
-<glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
-<glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
-<glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
-<glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
-<glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
-<glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
-<glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
-<glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
-<glyph unicode="&#xe067;" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
-<glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
-<glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
-<glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
-<glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
-<glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
-<glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe077;" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
-<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
-<glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
-<glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
-<glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
-<glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
-<glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
-<glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
-<glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
-<glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
-<glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
-<glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
-<glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
-<glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
-<glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
-<glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
-<glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
-<glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
-<glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
-<glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
-<glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
-<glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
-<glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
-<glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
-<glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
-<glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
-<glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
-<glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
-<glyph unicode="&#xe111;" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
-<glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
-<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
-<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
-<glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
-<glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
-<glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
-<glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
-<glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
-<glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
-<glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
-<glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
-<glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
-<glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
-<glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
-<glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
-<glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
-<glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
-<glyph unicode="&#xe133;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
-<glyph unicode="&#xe134;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
-<glyph unicode="&#xe135;" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
-<glyph unicode="&#xe136;" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
-<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
-<glyph unicode="&#xe138;" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
-<glyph unicode="&#xe139;" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
-<glyph unicode="&#xe140;" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
-<glyph unicode="&#xe141;" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
-<glyph unicode="&#xe142;" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
-<glyph unicode="&#xe143;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
-<glyph unicode="&#xe144;" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
-<glyph unicode="&#xe145;" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
-<glyph unicode="&#xe146;" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
-<glyph unicode="&#xe148;" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
-<glyph unicode="&#xe149;" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
-<glyph unicode="&#xe150;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
-<glyph unicode="&#xe151;" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
-<glyph unicode="&#xe152;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
-<glyph unicode="&#xe153;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
-<glyph unicode="&#xe154;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
-<glyph unicode="&#xe155;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
-<glyph unicode="&#xe156;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
-<glyph unicode="&#xe157;" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
-<glyph unicode="&#xe158;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
-<glyph unicode="&#xe159;" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
-<glyph unicode="&#xe160;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
-<glyph unicode="&#xe161;" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
-<glyph unicode="&#xe162;" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
-<glyph unicode="&#xe163;" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
-<glyph unicode="&#xe164;" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
-<glyph unicode="&#xe165;" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
-<glyph unicode="&#xe166;" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
-<glyph unicode="&#xe167;" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
-<glyph unicode="&#xe168;" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
-<glyph unicode="&#xe169;" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
-<glyph unicode="&#xe170;" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
-<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
-<glyph unicode="&#xe172;" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
-<glyph unicode="&#xe173;" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
-<glyph unicode="&#xe174;" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
-<glyph unicode="&#xe175;" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe176;" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
-<glyph unicode="&#xe177;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
-<glyph unicode="&#xe178;" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
-<glyph unicode="&#xe179;" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
-<glyph unicode="&#xe180;" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
-<glyph unicode="&#xe181;" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
-<glyph unicode="&#xe182;" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
-<glyph unicode="&#xe183;" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
-<glyph unicode="&#xe184;" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe185;" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
-<glyph unicode="&#xe186;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
-<glyph unicode="&#xe187;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
-<glyph unicode="&#xe188;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
-<glyph unicode="&#xe189;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
-<glyph unicode="&#xe190;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
-<glyph unicode="&#xe191;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
-<glyph unicode="&#xe192;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
-<glyph unicode="&#xe193;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
-<glyph unicode="&#xe194;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
-<glyph unicode="&#xe195;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
-<glyph unicode="&#xe197;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe198;" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
-<glyph unicode="&#xe199;" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
-<glyph unicode="&#xe200;" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
-<glyph unicode="&#xe201;" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
-<glyph unicode="&#xe202;" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
-<glyph unicode="&#xe203;" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
-<glyph unicode="&#xe204;" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
-<glyph unicode="&#xe205;" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
-<glyph unicode="&#xe206;" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
-<glyph unicode="&#xe209;" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
-<glyph unicode="&#xe210;" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe211;" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe212;" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe213;" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe214;" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe215;" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe216;" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
-<glyph unicode="&#xe218;" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
-<glyph unicode="&#xe219;" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
-<glyph unicode="&#xe221;" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe223;" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
-<glyph unicode="&#xe224;" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
-<glyph unicode="&#xe225;" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
-<glyph unicode="&#xe226;" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
-<glyph unicode="&#xe227;" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
-<glyph unicode="&#xe230;" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
-<glyph unicode="&#xe231;" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
-<glyph unicode="&#xe232;" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
-<glyph unicode="&#xe233;" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
-<glyph unicode="&#xe234;" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
-<glyph unicode="&#xe235;" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
-<glyph unicode="&#xe236;" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
-<glyph unicode="&#xe237;" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
-<glyph unicode="&#xe238;" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe239;" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
-<glyph unicode="&#xe240;" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
-<glyph unicode="&#xe241;" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
-<glyph unicode="&#xe242;" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
-<glyph unicode="&#xe243;" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
-<glyph unicode="&#xe244;" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
-<glyph unicode="&#xe245;" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
-<glyph unicode="&#xe246;" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
-<glyph unicode="&#xe247;" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe248;" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
-<glyph unicode="&#xe249;" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
-<glyph unicode="&#xe250;" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
-<glyph unicode="&#xe251;" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
-<glyph unicode="&#xe252;" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
-<glyph unicode="&#xe253;" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
-<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
-<glyph unicode="&#xe255;" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
-<glyph unicode="&#xe256;" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
-<glyph unicode="&#xe257;" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
-<glyph unicode="&#xe258;" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
-<glyph unicode="&#xe259;" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
-<glyph unicode="&#xe260;" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
-<glyph unicode="&#xf8ff;" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
-<glyph unicode="&#x1f511;" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
-<glyph unicode="&#x1f6aa;" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.ttf b/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.ttf
deleted file mode 100644
index 1413fc6..0000000
Binary files a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.ttf and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.woff b/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.woff
deleted file mode 100644
index 9e61285..0000000
Binary files a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.woff and /dev/null differ
diff --git a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.woff2 b/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.woff2
deleted file mode 100644
index 64539b5..0000000
Binary files a/jekyll-source/static/assets/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ
diff --git a/jekyll-source/static/assets/i18-20171204.min.js b/jekyll-source/static/assets/i18-20171204.min.js
deleted file mode 100644
index 42dcc6e..0000000
--- a/jekyll-source/static/assets/i18-20171204.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-!function(e){function n(e,n){if(!n||"function"==typeof n)return e;for(var t in n)e[t]=n[t];return e}function t(e,n,r){for(var a in n)a in e?"string"==typeof e[a]||e[a]instanceof String||"string"==typeof n[a]||n[a]instanceof String?r&&(e[a]=n[a]):t(e[a],n[a],r):e[a]=n[a];return e}function r(e,n,t){var r,a=0,o=e.length,i=void 0===o||"[object Array]"!==Object.prototype.toString.apply(e)||"function"==typeof e;if(t)if(i){for(r in e)if(!1===n.apply(e[r],t))break}else for(;o>a&&!1!==n.apply(e[a++],t););else if(i){for(r in e)if(!1===n.call(e[r],r,e[r]))break}else for(;o>a&&!1!==n.call(e[a],a,e[a++]););return e}function a(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,function(e){return U[e]}):e}function o(e){var n=function(e){if(window.XMLHttpRequest)return e(null,new XMLHttpRequest);if(window.ActiveXObject)try{return e(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(n){return e(null,new ActiveXObject("Microsoft.XMLHTTP"))}return e(new Error)},t=function(e){if("string"==typeof e)return e;var n=[];for(var t in e)e.hasOwnProperty(t)&&n.push(encodeURIComponent(t)+"="+encodeURIComponent(e[t]));return n.join("&")},r=function(e){e=e.replace(/\r\n/g,"\n");for(var n="",t=0;t<e.length;t++){var r=e.charCodeAt(t);128>r?n+=String.fromCharCode(r):r>127&&2048>r?(n+=String.fromCharCode(r>>6|192),n+=String.fromCharCode(63&r|128)):(n+=String.fromCharCode(r>>12|224),n+=String.fromCharCode(r>>6&63|128),n+=String.fromCharCode(63&r|128))}return n},a=function(e){var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";e=r(e);var t,a,o,i,s,l,u,f="",c=0;do{t=e.charCodeAt(c++),a=e.charCodeAt(c++),o=e.charCodeAt(c++),i=t>>2,s=(3&t)<<4|a>>4,l=(15&a)<<2|o>>6,u=63&o,isNaN(a)?l=u=64:isNaN(o)&&(u=64),f+=n.charAt(i)+n.charAt(s)+n.charAt(l)+n.charAt(u),t=a=o="",i=s=l=u=""}while(c<e.length);return f},o=function(){for(var e=arguments[0],n=1;n<arguments.length;n++){var t=arguments[n];for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])}return e},i=function(e,r,a,s){"function"==typeof a&&(s=a,a={}),a.cache=a.cache||!1,a.data=a.data||{},a.headers=a.headers||{},a.jsonp=a.jsonp||!1,a.async=void 0===a.async||a.async;var l,u=o({accept:"*/*","content-type":"application/x-www-form-urlencoded;charset=UTF-8"},i.headers,a.headers);if(l="application/json"===u["content-type"]?JSON.stringify(a.data):t(a.data),"GET"===e){var f=[];if(l&&(f.push(l),l=null),a.cache||f.push("_="+(new Date).getTime()),a.jsonp&&(f.push("callback="+a.jsonp),f.push("jsonp="+a.jsonp)),f=f.join("&"),f.length>1&&(r+=r.indexOf("?")>-1?"&"+f:"?"+f),a.jsonp){var c=document.getElementsByTagName("head")[0],p=document.createElement("script");return p.type="text/javascript",p.src=r,void c.appendChild(p)}}n(function(n,t){if(n)return s(n);t.open(e,r,a.async);for(var o in u)u.hasOwnProperty(o)&&t.setRequestHeader(o,u[o]);t.onreadystatechange=function(){if(4===t.readyState){var e=t.responseText||"";if(!s)return;s(t.status,{text:function(){return e},json:function(){try{return JSON.parse(e)}catch(e){return W.error("Can not parse JSON. URL: "+r),{}}}})}},t.send(l)})};({authBasic:function(e,n){i.headers.Authorization="Basic "+a(e+":"+n)},connect:function(e,n,t){return i("CONNECT",e,n,t)},del:function(e,n,t){return i("DELETE",e,n,t)},get:function(e,n,t){return i("GET",e,n,t)},head:function(e,n,t){return i("HEAD",e,n,t)},headers:function(e){i.headers=e||{}},isAllowed:function(e,n,t){this.options(e,function(e,r){t(-1!==r.text().indexOf(n))})},options:function(e,n,t){return i("OPTIONS",e,n,t)},patch:function(e,n,t){return i("PATCH",e,n,t)},post:function(e,n,t){return i("POST",e,n,t)},put:function(e,n,t){return i("PUT",e,n,t)},trace:function(e,n,t){return i("TRACE",e,n,t)}})[e.type?e.type.toLowerCase():"get"](e.url,e,function(n,t){200===n||0===n&&t.text()?e.success(t.json(),n,null):e.error(t.text(),n,null)})}function i(e,n){"function"==typeof e&&(n=e,e={}),e=e||{},W.extend(q,e),delete q.fixLng,q.functions&&(delete q.functions,W.extend(W,e.functions)),"string"==typeof q.ns&&(q.ns={namespaces:[q.ns],defaultNs:q.ns}),"string"==typeof q.fallbackNS&&(q.fallbackNS=[q.fallbackNS]),("string"==typeof q.fallbackLng||"boolean"==typeof q.fallbackLng)&&(q.fallbackLng=[q.fallbackLng]),q.interpolationPrefixEscaped=W.regexEscape(q.interpolationPrefix),q.interpolationSuffixEscaped=W.regexEscape(q.interpolationSuffix),q.lng||(q.lng=W.detectLanguage()),$=W.toLanguages(q.lng),I=$[0],W.log("currentLng set to: "+I),q.useCookie&&W.cookie.read(q.cookieName)!==I&&W.cookie.create(q.cookieName,I,q.cookieExpirationTime,q.cookieDomain),q.detectLngFromLocalStorage&&"undefined"!=typeof document&&window.localStorage&&W.localStorage.setItem("i18next_lng",I);var t=T;e.fixLng&&(t=function(e,n){return n=n||{},n.lng=n.lng||t.lng,T(e,n)},t.lng=I),Z.setCurrentLng(I),V&&q.setJqueryExt?S&&S():w&&w();var r;if(V&&V.Deferred&&(r=V.Deferred()),!q.resStore){var a=W.toLanguages(q.lng);"string"==typeof q.preload&&(q.preload=[q.preload]);for(var o=0,i=q.preload.length;i>o;o++)for(var s=W.toLanguages(q.preload[o]),l=0,u=s.length;u>l;l++)a.indexOf(s[l])<0&&a.push(s[l]);return H.sync.load(a,q,function(e,a){z=a,K=!0,n&&n(e,t),r&&(e?r.reject:r.resolve)(e||t)}),r?r.promise():void 0}return z=q.resStore,K=!0,n&&n(null,t),r&&r.resolve(t),r?r.promise():void 0}function s(){return K}function l(e,n){"string"==typeof e&&(e=[e]);for(var t=0,r=e.length;r>t;t++)q.preload.indexOf(e[t])<0&&q.preload.push(e[t]);return i(n)}function u(e,n,t,r,a){"string"!=typeof n?(t=n,n=q.ns.defaultNs):q.ns.namespaces.indexOf(n)<0&&q.ns.namespaces.push(n),z[e]=z[e]||{},z[e][n]=z[e][n]||{},r?W.deepExtend(z[e][n],t,a):W.extend(z[e][n],t),q.useLocalStorage&&G._storeLocal(z)}function f(e,n){"string"!=typeof n&&(n=q.ns.defaultNs),z[e]=z[e]||{};var t=z[e][n]||{},r=!1;for(var a in t)t.hasOwnProperty(a)&&(r=!0);return r}function c(e,n){return"string"!=typeof n&&(n=q.ns.defaultNs),z[e]=z[e]||{},W.extend({},z[e][n])}function p(e,n){"string"!=typeof n&&(n=q.ns.defaultNs),z[e]=z[e]||{},z[e][n]={},q.useLocalStorage&&G._storeLocal(z)}function d(e,n,t,r){"string"!=typeof n?(resource=n,n=q.ns.defaultNs):q.ns.namespaces.indexOf(n)<0&&q.ns.namespaces.push(n),z[e]=z[e]||{},z[e][n]=z[e][n]||{};for(var a=t.split(q.keyseparator),o=0,i=z[e][n];a[o];)o==a.length-1?i[a[o]]=r:(null==i[a[o]]&&(i[a[o]]={}),i=i[a[o]]),o++;q.useLocalStorage&&G._storeLocal(z)}function g(e,n,t){"string"!=typeof n?(t=n,n=q.ns.defaultNs):q.ns.namespaces.indexOf(n)<0&&q.ns.namespaces.push(n);for(var r in t)"string"==typeof t[r]&&d(e,n,r,t[r])}function h(e){q.ns.defaultNs=e}function y(e,n){m([e],n)}function m(e,n){var t={dynamicLoad:q.dynamicLoad,resGetPath:q.resGetPath,getAsync:q.getAsync,customLoad:q.customLoad,ns:{namespaces:e,defaultNs:""}},r=W.toLanguages(q.lng);"string"==typeof q.preload&&(q.preload=[q.preload]);for(var a=0,o=q.preload.length;o>a;a++)for(var i=W.toLanguages(q.preload[a]),s=0,l=i.length;l>s;s++)r.indexOf(i[s])<0&&r.push(i[s]);for(var u=[],f=0,c=r.length;c>f;f++){var p=!1,d=z[r[f]];if(d)for(var g=0,h=e.length;h>g;g++)d[e[g]]||(p=!0);else p=!0;p&&u.push(r[f])}u.length?H.sync._fetch(u,t,function(t,r){var a=e.length*u.length;W.each(e,function(e,t){q.ns.namespaces.indexOf(t)<0&&q.ns.namespaces.push(t),W.each(u,function(e,o){z[o]=z[o]||{},z[o][t]=r[o][t],0===--a&&n&&(q.useLocalStorage&&H.sync._storeLocal(z),n())})})}):n&&n()}function v(e,n,t){return"function"==typeof n?(t=n,n={}):n||(n={}),n.lng=e,i(n,t)}function x(){return I}function b(){return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam"].some(function(e){return new RegExp("^"+e).test(I)})?"rtl":"ltr"}function k(e){z={},v(I,e)}function L(){window.i18next=window.i18n,B?window.i18n=B:delete window.i18n}function S(){function e(e,n,t){if(0!==n.length){var r="text";if(0===n.indexOf("[")){var a=n.split("]");n=a[1],r=a[0].substr(1,a[0].length-1)}n.indexOf(";")===n.length-1&&(n=n.substr(0,n.length-2));var o;if("html"===r)o=q.defaultValueFromContent?V.extend({defaultValue:e.html()},t):t,e.html(V.t(n,o));else if("text"===r)o=q.defaultValueFromContent?V.extend({defaultValue:e.text()},t):t,e.text(V.t(n,o));else if("prepend"===r)o=q.defaultValueFromContent?V.extend({defaultValue:e.html()},t):t,e.prepend(V.t(n,o));else if("append"===r)o=q.defaultValueFromContent?V.extend({defaultValue:e.html()},t):t,e.append(V.t(n,o));else if(0===r.indexOf("data-")){var i=r.substr("data-".length);o=q.defaultValueFromContent?V.extend({defaultValue:e.data(i)},t):t;var s=V.t(n,o);e.data(i,s),e.attr(r,s)}else o=q.defaultValueFromContent?V.extend({defaultValue:e.attr(r)},t):t,e.attr(r,V.t(n,o))}}function n(n,t){var r=n.attr(q.selectorAttr);if(r||void 0===r||!1===r||(r=n.text()||n.val()),r){var a=n,o=n.data("i18n-target");if(o&&(a=n.find(o)||n),t||!0!==q.useDataAttrOptions||(t=n.data("i18n-options")),t=t||{},r.indexOf(";")>=0){var i=r.split(";");V.each(i,function(n,r){""!==r&&e(a,r,t)})}else e(a,r,t);if(!0===q.useDataAttrOptions){var s=V.extend({lng:"non",lngs:[],_origLng:"non"},t);delete s.lng,delete s.lngs,delete s._origLng,n.data("i18n-options",s)}}}V.t=V.t||T,V.fn.i18n=function(e){return this.each(function(){n(V(this),e),V(this).find("["+q.selectorAttr+"]").each(function(){n(V(this),e)})})}}function w(){function e(e,n,t){if(0!==n.length){var r="text";if(0===n.indexOf("[")){var a=n.split("]");n=a[1],r=a[0].substr(1,a[0].length-1)}n.indexOf(";")===n.length-1&&(n=n.substr(0,n.length-2)),"html"===r?e.innerHTML=T(n,t):"text"===r?e.textContent=T(n,t):"prepend"===r?e.insertAdjacentHTML(T(n,t),"afterbegin"):"append"===r?e.insertAdjacentHTML(T(n,t),"beforeend"):e.setAttribute(r,T(n,t))}}function n(n,t){var r=n.getAttribute(q.selectorAttr);if(r||void 0===r||!1===r||(r=n.textContent||n.value),r){var a=n,o=n.getAttribute("i18n-target");if(o&&(a=n.querySelector(o)||n),r.indexOf(";")>=0)for(var i=r.split(";"),s=0,l=i.length;l>s;s++)""!==i[s]&&e(a,i[s],t);else e(a,r,t)}}H.translateObject=function(e,t){for(var r=e.querySelectorAll("["+q.selectorAttr+"]"),a=0,o=r.length;o>a;a++)n(r[a],t)}}function O(e,n,t,r){if(!e)return e;if(r=r||n,e.indexOf(r.interpolationPrefix||q.interpolationPrefix)<0)return e;var a=r.interpolationPrefix?W.regexEscape(r.interpolationPrefix):q.interpolationPrefixEscaped,o=r.interpolationSuffix?W.regexEscape(r.interpolationSuffix):q.interpolationSuffixEscaped,i=r.keyseparator||q.keyseparator,s=n.replace&&"object"==typeof n.replace?n.replace:n,l=new RegExp([a,"(.+?)","(HTML)?",o].join(""),"g"),u=r.escapeInterpolation||q.escapeInterpolation;return e.replace(l,function(e,n,t){for(var r=s,a=n;a.indexOf(i)>=0&&"object"==typeof r&&r;){var o=a.slice(0,a.indexOf(i));a=a.slice(a.indexOf(i)+1),r=r[o]}return r&&"object"==typeof r&&r.hasOwnProperty(a)?(r[a],u&&!t?W.escape(r[a]):r[a]):e})}function N(e,n){var t=W.extend({},n);for(delete t.postProcess,delete t.isFallbackLookup;-1!=e.indexOf(q.reusePrefix)&&!(++D>q.maxRecursion);){var r=e.lastIndexOf(q.reusePrefix),a=e.indexOf(q.reuseSuffix,r)+q.reuseSuffix.length,o=e.substring(r,a),i=o.replace(q.reusePrefix,"").replace(q.reuseSuffix,"");if(r>=a)return W.error("there is an missing closing in following translation value",e),"";if(-1!=i.indexOf(",")){var s=i.indexOf(",");if(-1!=i.indexOf("{",s)&&-1!=i.indexOf("}",s)){var l=i.indexOf("{",s),u=i.indexOf("}",l)+"}".length;try{t=W.extend(t,JSON.parse(i.substring(l,u))),i=i.substring(0,s)}catch(e){}}}var f=M(i,t);e=e.replace(o,W.regexReplacementEscape(f))}return e}function j(e){return e.context&&("string"==typeof e.context||"number"==typeof e.context)}function _(e){return void 0!==e.count&&"string"!=typeof e.count}function P(e){return void 0!==e.indefinite_article&&"string"!=typeof e.indefinite_article&&e.indefinite_article}function C(e,n){n=n||{};var t=A(e,n),r=F(e,n);return void 0!==r||r===t}function T(e,n){return K?(D=0,M.apply(null,arguments)):(W.log("i18next not finished initialization. you might have called t function before loading resources finished."),n&&n.defaultValue?n.detaultValue:"")}function A(e,n){return void 0!==n.defaultValue?n.defaultValue:e}function E(){for(var e=[],n=1;n<arguments.length;n++)e.push(arguments[n]);return{postProcess:"sprintf",sprintf:e}}function M(e,n){if(void 0!==n&&"object"!=typeof n?"sprintf"===q.shortcutFunction?n=E.apply(null,arguments):"defaultValue"===q.shortcutFunction&&(n={defaultValue:n}):n=n||{},"object"==typeof q.defaultVariables&&(n=W.extend({},q.defaultVariables,n)),void 0===e||null===e||""===e)return"";"number"==typeof e&&(e=String(e)),"string"==typeof e&&(e=[e]);var t=e[0];if(e.length>1)for(var r=0;r<e.length&&(t=e[r],!C(t,n));r++);var a,o=A(t,n),i=F(t,n),s=n.nsseparator||q.nsseparator,l=n.lng?W.toLanguages(n.lng,n.fallbackLng):$,u=n.ns||q.ns.defaultNs;t.indexOf(s)>-1&&(a=t.split(s),u=a[0],t=a[1]),void 0===i&&q.sendMissing&&"function"==typeof q.missingKeyHandler&&(n.lng?q.missingKeyHandler(l[0],u,t,o,l):q.missingKeyHandler(q.lng,u,t,o,l));var f;f="string"==typeof q.postProcess&&""!==q.postProcess?[q.postProcess]:"array"==typeof q.postProcess||"object"==typeof q.postProcess?q.postProcess:[],"string"==typeof n.postProcess&&""!==n.postProcess?f=f.concat([n.postProcess]):("array"==typeof n.postProcess||"object"==typeof n.postProcess)&&(f=f.concat(n.postProcess)),void 0!==i&&f.length&&f.forEach(function(e){ee[e]&&(i=ee[e](i,t,n))});var c=o;return o.indexOf(s)>-1&&(a=o.split(s),c=a[1]),c===t&&q.parseMissingKey&&(o=q.parseMissingKey(o)),void 0===i&&(o=O(o,n),o=N(o,n),f.length&&(i=A(t,n),f.forEach(function(e){ee[e]&&(i=ee[e](i,t,n))}))),void 0!==i?i:o}function F(e,n){n=n||{};var t,r,a=A(e,n),o=$;if(!z)return a;if("cimode"===o[0].toLowerCase())return a;if(n.lngs&&(o=n.lngs),n.lng&&(o=W.toLanguages(n.lng,n.fallbackLng),!z[o[0]])){var i=q.getAsync;q.getAsync=!1,H.sync.load(o,q,function(e,n){W.extend(z,n),q.getAsync=i})}var s=n.ns||q.ns.defaultNs,l=n.nsseparator||q.nsseparator;if(e.indexOf(l)>-1){var u=e.split(l);s=u[0],e=u[1]}if(j(n)){t=W.extend({},n),delete t.context,t.defaultValue=q.contextNotFound;if((r=T(s+l+e+"_"+n.context,t))!=q.contextNotFound)return O(r,{context:n.context})}if(_(n,o[0])){t=W.extend({lngs:[o[0]]},n),delete t.count,t._origLng=t._origLng||t.lng||o[0],delete t.lng,t.defaultValue=q.pluralNotFound;var f;if(Z.needsPlural(o[0],n.count)){f=s+l+e+q.pluralSuffix;var c=Z.get(o[0],n.count);c>=0?f=f+"_"+c:1===c&&(f=s+l+e)}else f=s+l+e;if((r=T(f,t))!=q.pluralNotFound)return O(r,{count:n.count,interpolationPrefix:n.interpolationPrefix,interpolationSuffix:n.interpolationSuffix});if(!(o.length>1))return t.lng=t._origLng,delete t._origLng,r=T(s+l+e,t),O(r,{count:n.count,interpolationPrefix:n.interpolationPrefix,interpolationSuffix:n.interpolationSuffix});var p=o.slice();if(p.shift(),n=W.extend(n,{lngs:p}),n._origLng=t._origLng,delete n.lng,(r=T(s+l+e,n))!=q.pluralNotFound)return r}if(P(n)){var d=W.extend({},n);delete d.indefinite_article,d.defaultValue=q.indefiniteNotFound;if((r=T(s+l+e+(n.count&&!_(n,o[0])||!n.count?q.indefiniteSuffix:""),d))!=q.indefiniteNotFound)return r}for(var g,h=n.keyseparator||q.keyseparator,y=e.split(h),m=0,v=o.length;v>m&&void 0===g;m++){for(var x=o[m],b=0,k=z[x]&&z[x][s];y[b];)k=k&&k[y[b]],b++;if(void 0!==k&&(!q.showKeyIfEmpty||""!==k)){var L=Object.prototype.toString.apply(k);if("string"==typeof k)k=O(k,n),k=N(k,n);else if("[object Array]"!==L||q.returnObjectTrees||n.returnObjectTrees){if(null===k&&!0===q.fallbackOnNull)k=void 0;else if(null!==k)if(q.returnObjectTrees||n.returnObjectTrees){if("[object Number]"!==L&&"[object Function]"!==L&&"[object RegExp]"!==L){var S="[object Array]"===L?[]:{};W.each(k,function(t){S[t]=M(s+l+e+h+t,n)}),k=S}}else q.objectTreeKeyHandler&&"function"==typeof q.objectTreeKeyHandler?k=q.objectTreeKeyHandler(e,k,x,s,n):(k="key '"+s+":"+e+" ("+x+")' returned an object instead of string.",W.log(k))}else k=k.join("\n"),k=O(k,n),k=N(k,n);"string"==typeof k&&""===k.trim()&&!0===q.fallbackOnEmpty&&(k=void 0),g=k}}if(void 0===g&&!n.isFallbackLookup&&(!0===q.fallbackToDefaultNS||q.fallbackNS&&q.fallbackNS.length>0)){if(n.isFallbackLookup=!0,q.fallbackNS.length){for(var w=0,C=q.fallbackNS.length;C>w;w++)if((g=F(q.fallbackNS[w]+l+e,n))||""===g&&!1===q.fallbackOnEmpty){var E=g.indexOf(l)>-1?g.split(l)[1]:g,R=a.indexOf(l)>-1?a.split(l)[1]:a;if(E!==R)break}}else n.ns=q.ns.defaultNs,g=F(e,n);n.isFallbackLookup=!1}return g}function R(){var e,n=q.lngWhitelist||[],t=[];if("undefined"!=typeof window&&function(){for(var e=window.location.search.substring(1),n=e.split("&"),r=0;r<n.length;r++){var a=n[r].indexOf("=");if(a>0){n[r].substring(0,a)==q.detectLngQS&&t.push(n[r].substring(a+1))}}}(),q.useCookie&&"undefined"!=typeof document){var r=W.cookie.read(q.cookieName);r&&t.push(r)}if(q.detectLngFromLocalStorage&&"undefined"!=typeof window&&window.localStorage){var a=W.localStorage.getItem("i18next_lng");a&&t.push(a)}if("undefined"!=typeof navigator){if(navigator.languages)for(var o=0;o<navigator.languages.length;o++)t.push(navigator.languages[o]);navigator.userLanguage&&t.push(navigator.userLanguage),navigator.language&&t.push(navigator.language)}return function(){for(var r=0;r<t.length;r++){var a=t[r];if(a.indexOf("-")>-1){var o=a.split("-");a=q.lowerCaseLng?o[0].toLowerCase()+"-"+o[1].toLowerCase():o[0].toLowerCase()+"-"+o[1].toUpperCase()}if(0===n.length||n.indexOf(a)>-1){e=a;break}}}(),e||(e=q.fallbackLng[0]),e}Array.prototype.indexOf||(Array.prototype.indexOf=function(e){"use strict";if(null==this)throw new TypeError;var n=Object(this),t=n.length>>>0;if(0===t)return-1;var r=0;if(arguments.length>0&&(r=Number(arguments[1]),r!=r?r=0:0!=r&&r!=1/0&&r!=-1/0&&(r=(r>0||-1)*Math.floor(Math.abs(r)))),r>=t)return-1;for(var a=r>=0?r:Math.max(t-Math.abs(r),0);t>a;a++)if(a in n&&n[a]===e)return a;return-1}),Array.prototype.lastIndexOf||(Array.prototype.lastIndexOf=function(e){"use strict";if(null==this)throw new TypeError;var n=Object(this),t=n.length>>>0;if(0===t)return-1;var r=t;arguments.length>1&&(r=Number(arguments[1]),r!=r?r=0:0!=r&&r!=1/0&&r!=-1/0&&(r=(r>0||-1)*Math.floor(Math.abs(r))));for(var a=r>=0?Math.min(r,t-1):t-Math.abs(r);a>=0;a--)if(a in n&&n[a]===e)return a;return-1}),"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")});var I,V=e.jQuery||e.Zepto,H={},z={},D=0,$=[],K=!1,G={},B=null;"undefined"!=typeof module&&module.exports?module.exports=H:(V&&(V.i18n=V.i18n||H),e.i18n&&(B=e.i18n),e.i18n=H),G={load:function(e,n,t){n.useLocalStorage?G._loadLocal(e,n,function(r,a){for(var o=[],i=0,s=e.length;s>i;i++)a[e[i]]||o.push(e[i]);o.length>0?G._fetch(o,n,function(e,n){W.extend(a,n),G._storeLocal(n),t(e,a)}):t(r,a)}):G._fetch(e,n,function(e,n){t(e,n)})},_loadLocal:function(e,n,t){var r={},a=(new Date).getTime();if(window.localStorage){var o=e.length;W.each(e,function(e,i){var s=W.localStorage.getItem("res_"+i);s&&(s=JSON.parse(s),s.i18nStamp&&s.i18nStamp+n.localStorageExpirationTime>a&&(r[i]=s)),0===--o&&t(null,r)})}},_storeLocal:function(e){if(window.localStorage)for(var n in e)e[n].i18nStamp=(new Date).getTime(),W.localStorage.setItem("res_"+n,JSON.stringify(e[n]))},_fetch:function(e,n,t){var r=n.ns,a={};if(n.dynamicLoad){var o=function(e,n){t(e,n)};if("function"==typeof n.customLoad)n.customLoad(e,r.namespaces,n,o);else{var i=O(n.resGetPath,{lng:e.join("+"),ns:r.namespaces.join("+")});W.ajax({url:i,cache:n.cache,success:function(e){W.log("loaded: "+i),o(null,e)},error:function(e,n,t){W.log("failed loading: "+i),o("failed loading resource.json error: "+t)},dataType:"json",async:n.getAsync,timeout:n.ajaxTimeout})}}else{var s,l=r.namespaces.length*e.length;W.each(r.namespaces,function(r,o){W.each(e,function(e,r){var i=function(e,n){e&&(s=s||[],s.push(e)),a[r]=a[r]||{},a[r][o]=n,0===--l&&t(s,a)};"function"==typeof n.customLoad?n.customLoad(r,o,n,i):G._fetchOne(r,o,n,i)})})}},_fetchOne:function(e,n,t,r){var a=O(t.resGetPath,{lng:e,ns:n});W.ajax({url:a,cache:t.cache,success:function(e){W.log("loaded: "+a),r(null,e)},error:function(e,n,t){if(n&&200==n||e&&e.status&&200==e.status)W.error("There is a typo in: "+a);else if(n&&404==n||e&&e.status&&404==e.status)W.log("Does not exist: "+a);else{var o=n||(e&&e.status?e.status:null);W.log(o+" when loading "+a)}r(t,{})},dataType:"json",async:t.getAsync,timeout:t.ajaxTimeout,headers:t.headers})},postMissing:function(e,n,t,r,a){var o={};o[t]=r;var i=[];if("fallback"===q.sendMissingTo&&!1!==q.fallbackLng[0])for(var s=0;s<q.fallbackLng.length;s++)i.push({lng:q.fallbackLng[s],url:O(q.resPostPath,{lng:q.fallbackLng[s],ns:n})});else if("current"===q.sendMissingTo||"fallback"===q.sendMissingTo&&!1===q.fallbackLng[0])i.push({lng:e,url:O(q.resPostPath,{lng:e,ns:n})});else if("all"===q.sendMissingTo)for(var s=0,l=a.length;l>s;s++)i.push({lng:a[s],url:O(q.resPostPath,{lng:a[s],ns:n})});for(var u=0,f=i.length;f>u;u++){var c=i[u];W.ajax({url:c.url,type:q.sendType,data:o,success:function(){W.log("posted missing key '"+t+"' to: "+c.url);for(var e=t.split("."),a=0,o=z[c.lng][n];e[a];)o=o[e[a]]=a===e.length-1?r:o[e[a]]||{},a++},error:function(){W.log("failed posting missing key '"+t+"' to: "+c.url)},dataType:"json",async:q.postAsync,timeout:q.ajaxTimeout})}},reload:k};var q={lng:void 0,load:"all",preload:[],lowerCaseLng:!1,returnObjectTrees:!1,fallbackLng:["dev"],fallbackNS:[],detectLngQS:"setLng",detectLngFromLocalStorage:!1,ns:{namespaces:["translation"],defaultNs:"translation"},fallbackOnNull:!0,fallbackOnEmpty:!1,fallbackToDefaultNS:!1,showKeyIfEmpty:!1,nsseparator:":",keyseparator:".",selectorAttr:"data-i18n",debug:!1,resGetPath:"locales/__lng__/__ns__.json",resPostPath:"locales/add/__lng__/__ns__",getAsync:!0,postAsync:!0,resStore:void 0,useLocalStorage:!1,localStorageExpirationTime:6048e5,dynamicLoad:!1,sendMissing:!1,sendMissingTo:"fallback",sendType:"POST",interpolationPrefix:"__",interpolationSuffix:"__",defaultVariables:!1,reusePrefix:"$t(",reuseSuffix:")",pluralSuffix:"_plural",pluralNotFound:["plural_not_found",Math.random()].join(""),contextNotFound:["context_not_found",Math.random()].join(""),escapeInterpolation:!1,indefiniteSuffix:"_indefinite",indefiniteNotFound:["indefinite_not_found",Math.random()].join(""),setJqueryExt:!0,defaultValueFromContent:!0,useDataAttrOptions:!1,cookieExpirationTime:void 0,useCookie:!0,cookieName:"i18next",cookieDomain:void 0,objectTreeKeyHandler:void 0,postProcess:void 0,parseMissingKey:void 0,missingKeyHandler:G.postMissing,ajaxTimeout:0,shortcutFunction:"sprintf"},U={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"},J={create:function(e,n,t,r){var a;if(t){var o=new Date;o.setTime(o.getTime()+60*t*1e3),a="; expires="+o.toGMTString()}else a="";r=r?"domain="+r+";":"",document.cookie=e+"="+n+a+";"+r+"path=/"},read:function(e){for(var n=e+"=",t=document.cookie.split(";"),r=0;r<t.length;r++){for(var a=t[r];" "==a.charAt(0);)a=a.substring(1,a.length);if(0===a.indexOf(n))return a.substring(n.length,a.length)}return null},remove:function(e){this.create(e,"",-1)}},X={create:function(){},read:function(){return null},remove:function(){}},W={extend:V?V.extend:n,deepExtend:t,each:V?V.each:r,ajax:V?V.ajax:"undefined"!=typeof document?o:function(){},cookie:"undefined"!=typeof document?J:X,detectLanguage:R,escape:a,log:function(e){q.debug},error:function(e){},getCountyIndexOfLng:function(e){var n=0;return("nb-NO"===e||"nn-NO"===e||"nb-no"===e||"nn-no"===e)&&(n=1),n},toLanguages:function(e,n){function t(e){var n=e;if("string"==typeof e&&e.indexOf("-")>-1){var t=e.split("-");n=q.lowerCaseLng?t[0].toLowerCase()+"-"+t[1].toLowerCase():t[0].toLowerCase()+"-"+t[1].toUpperCase()}else n=q.lowerCaseLng?e.toLowerCase():e;return n}var r=this.log;"string"==typeof(n=n||q.fallbackLng)&&(n=[n]);var a=[],o=q.lngWhitelist||!1,i=function(e){!o||o.indexOf(e)>-1?a.push(e):r("rejecting non-whitelisted language: "+e)};if("string"==typeof e&&e.indexOf("-")>-1){var s=e.split("-");"unspecific"!==q.load&&i(t(e)),"current"!==q.load&&i(t(s[this.getCountyIndexOfLng(e)]))}else i(t(e));for(var l=0;l<n.length;l++)-1===a.indexOf(n[l])&&n[l]&&a.push(t(n[l]));return a},regexEscape:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},regexReplacementEscape:function(e){return"string"==typeof e?e.replace(/\$/g,"$$$$"):e},localStorage:{setItem:function(e,n){if(window.localStorage)try{window.localStorage.setItem(e,n)}catch(n){W.log('failed to set value for key "'+e+'" to localStorage.')}},getItem:function(e,n){if(window.localStorage)try{return window.localStorage.getItem(e,n)}catch(n){return void W.log('failed to get value for key "'+e+'" from localStorage.')}}}};W.applyReplacement=O;var Q=[["ach","Acholi",[1,2],1],["af","Afrikaans",[1,2],2],["ak","Akan",[1,2],1],["am","Amharic",[1,2],1],["an","Aragonese",[1,2],2],["ar","Arabic",[0,1,2,3,11,100],5],["arn","Mapudungun",[1,2],1],["ast","Asturian",[1,2],2],["ay","Aymará",[1],3],["az","Azerbaijani",[1,2],2],["be","Belarusian",[1,2,5],4],["bg","Bulgarian",[1,2],2],["bn","Bengali",[1,2],2],["bo","Tibetan",[1],3],["br","Breton",[1,2],1],["bs","Bosnian",[1,2,5],4],["ca","Catalan",[1,2],2],["cgg","Chiga",[1],3],["cs","Czech",[1,2,5],6],["csb","Kashubian",[1,2,5],7],["cy","Welsh",[1,2,3,8],8],["da","Danish",[1,2],2],["de","German",[1,2],2],["dev","Development Fallback",[1,2],2],["dz","Dzongkha",[1],3],["el","Greek",[1,2],2],["en","English",[1,2],2],["eo","Esperanto",[1,2],2],["es","Spanish",[1,2],2],["es_ar","Argentinean Spanish",[1,2],2],["et","Estonian",[1,2],2],["eu","Basque",[1,2],2],["fa","Persian",[1],3],["fi","Finnish",[1,2],2],["fil","Filipino",[1,2],1],["fo","Faroese",[1,2],2],["fr","French",[1,2],9],["fur","Friulian",[1,2],2],["fy","Frisian",[1,2],2],["ga","Irish",[1,2,3,7,11],10],["gd","Scottish Gaelic",[1,2,3,20],11],["gl","Galician",[1,2],2],["gu","Gujarati",[1,2],2],["gun","Gun",[1,2],1],["ha","Hausa",[1,2],2],["he","Hebrew",[1,2],2],["hi","Hindi",[1,2],2],["hr","Croatian",[1,2,5],4],["hu","Hungarian",[1,2],2],["hy","Armenian",[1,2],2],["ia","Interlingua",[1,2],2],["id","Indonesian",[1],3],["is","Icelandic",[1,2],12],["it","Italian",[1,2],2],["ja","Japanese",[1],3],["jbo","Lojban",[1],3],["jv","Javanese",[0,1],13],["ka","Georgian",[1],3],["kk","Kazakh",[1],3],["km","Khmer",[1],3],["kn","Kannada",[1,2],2],["ko","Korean",[1],3],["ku","Kurdish",[1,2],2],["kw","Cornish",[1,2,3,4],14],["ky","Kyrgyz",[1],3],["lb","Letzeburgesch",[1,2],2],["ln","Lingala",[1,2],1],["lo","Lao",[1],3],["lt","Lithuanian",[1,2,10],15],["lv","Latvian",[1,2,0],16],["mai","Maithili",[1,2],2],["mfe","Mauritian Creole",[1,2],1],["mg","Malagasy",[1,2],1],["mi","Maori",[1,2],1],["mk","Macedonian",[1,2],17],["ml","Malayalam",[1,2],2],["mn","Mongolian",[1,2],2],["mnk","Mandinka",[0,1,2],18],["mr","Marathi",[1,2],2],["ms","Malay",[1],3],["mt","Maltese",[1,2,11,20],19],["nah","Nahuatl",[1,2],2],["nap","Neapolitan",[1,2],2],["nb","Norwegian Bokmal",[1,2],2],["ne","Nepali",[1,2],2],["nl","Dutch",[1,2],2],["nn","Norwegian Nynorsk",[1,2],2],["no","Norwegian",[1,2],2],["nso","Northern Sotho",[1,2],2],["oc","Occitan",[1,2],1],["or","Oriya",[2,1],2],["pa","Punjabi",[1,2],2],["pap","Papiamento",[1,2],2],["pl","Polish",[1,2,5],7],["pms","Piemontese",[1,2],2],["ps","Pashto",[1,2],2],["pt","Portuguese",[1,2],2],["pt_br","Brazilian Portuguese",[1,2],2],["rm","Romansh",[1,2],2],["ro","Romanian",[1,2,20],20],["ru","Russian",[1,2,5],4],["sah","Yakut",[1],3],["sco","Scots",[1,2],2],["se","Northern Sami",[1,2],2],["si","Sinhala",[1,2],2],["sk","Slovak",[1,2,5],6],["sl","Slovenian",[5,1,2,3],21],["so","Somali",[1,2],2],["son","Songhay",[1,2],2],["sq","Albanian",[1,2],2],["sr","Serbian",[1,2,5],4],["su","Sundanese",[1],3],["sv","Swedish",[1,2],2],["sw","Swahili",[1,2],2],["ta","Tamil",[1,2],2],["te","Telugu",[1,2],2],["tg","Tajik",[1,2],1],["th","Thai",[1],3],["ti","Tigrinya",[1,2],1],["tk","Turkmen",[1,2],2],["tr","Turkish",[1,2],1],["tt","Tatar",[1],3],["ug","Uyghur",[1],3],["uk","Ukrainian",[1,2,5],4],["ur","Urdu",[1,2],2],["uz","Uzbek",[1,2],1],["vi","Vietnamese",[1],3],["wa","Walloon",[1,2],1],["wo","Wolof",[1],3],["yo","Yoruba",[1,2],2],["zh","Chinese",[1],3]],Y={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&4>=e%10&&(10>e%100||e%100>=20)?1:2)},5:function(e){return Number(0===e?0:1==e?1:2==e?2:e%100>=3&&10>=e%100?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&4>=e?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&4>=e%10&&(10>e%100||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:7>e?2:11>e?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&20>e?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(10>e%100||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0===e||e%100>1&&11>e%100?1:e%100>10&&20>e%100?2:3)},20:function(e){return Number(1==e?0:0===e||e%100>0&&20>e%100?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)}},Z={rules:function(){var e,n={};for(e=Q.length;e--;)n[Q[e][0]]={name:Q[e][1],numbers:Q[e][2],plurals:Y[Q[e][3]]};return n}(),addRule:function(e,n){Z.rules[e]=n},setCurrentLng:function(e){if(!Z.currentRule||Z.currentRule.lng!==e){var n=e.split("-");Z.currentRule={lng:e,rule:Z.rules[n[0]]}}},needsPlural:function(e,n){var t,r=e.split("-");return!((t=Z.currentRule&&Z.currentRule.lng===e?Z.currentRule.rule:Z.rules[r[W.getCountyIndexOfLng(e)]])&&t.numbers.length<=1)&&1!==this.get(e,n)},get:function(e,n){var t=e.split("-");return function(n,t){var r;if(r=Z.currentRule&&Z.currentRule.lng===e?Z.currentRule.rule:Z.rules[n]){var a;a=r.plurals(r.noAbs?t:Math.abs(t));var o=r.numbers[a];return 2===r.numbers.length&&1===r.numbers[0]&&(2===o?o=-1:1===o&&(o=1)),o}return 1===t?"1":"-1"}(t[W.getCountyIndexOfLng(e)],n)}},ee={},ne=function(e,n){ee[e]=n},te=function(){function e(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function n(e,n){for(var t=[];n>0;t[--n]=e);return t.join("")}var t=function(){return t.cache.hasOwnProperty(arguments[0])||(t.cache[arguments[0]]=t.parse(arguments[0])),t.format.call(null,t.cache[arguments[0]],arguments)};return t.format=function(t,r){var a,o,i,s,l,u,f,c=1,p=t.length,d="",g=[];for(o=0;p>o;o++)if("string"===(d=e(t[o])))g.push(t[o]);else if("array"===d){if(s=t[o],s[2])for(a=r[c],i=0;i<s[2].length;i++){if(!a.hasOwnProperty(s[2][i]))throw te('[sprintf] property "%s" does not exist',s[2][i]);a=a[s[2][i]]}else a=s[1]?r[s[1]]:r[c++];if(/[^s]/.test(s[8])&&"number"!=e(a))throw te("[sprintf] expecting number but found %s",e(a));switch(s[8]){case"b":a=a.toString(2);break;case"c":a=String.fromCharCode(a);break;case"d":a=parseInt(a,10);break;case"e":a=s[7]?a.toExponential(s[7]):a.toExponential();break;case"f":a=s[7]?parseFloat(a).toFixed(s[7]):parseFloat(a);break;case"o":a=a.toString(8);break;case"s":a=(a=String(a))&&s[7]?a.substring(0,s[7]):a;break;case"u":a=Math.abs(a);break;case"x":a=a.toString(16);break;case"X":a=a.toString(16).toUpperCase()}a=/[def]/.test(s[8])&&s[3]&&a>=0?"+"+a:a,u=s[4]?"0"==s[4]?"0":s[4].charAt(1):" ",f=s[6]-String(a).length,l=s[6]?n(u,f):"",g.push(s[5]?a+l:l+a)}return g.join("")},t.cache={},t.parse=function(e){for(var n=e,t=[],r=[],a=0;n;){if(null!==(t=/^[^\x25]+/.exec(n)))r.push(t[0]);else if(null!==(t=/^\x25{2}/.exec(n)))r.push("%");else{if(null===(t=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(n)))throw"[sprintf] huh?";if(t[2]){a|=1;var o=[],i=t[2],s=[];if(null===(s=/^([a-z_][a-z_\d]*)/i.exec(i)))throw"[sprintf] huh?"
-;for(o.push(s[1]);""!==(i=i.substring(s[0].length));)if(null!==(s=/^\.([a-z_][a-z_\d]*)/i.exec(i)))o.push(s[1]);else{if(null===(s=/^\[(\d+)\]/.exec(i)))throw"[sprintf] huh?";o.push(s[1])}t[2]=o}else a|=2;if(3===a)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";r.push(t)}n=n.substring(t[0].length)}return r},t}(),re=function(e,n){return n.unshift(e),te.apply(null,n)};ne("sprintf",function(e,n,t){return t.sprintf?"[object Array]"===Object.prototype.toString.apply(t.sprintf)?re(e,t.sprintf):"object"==typeof t.sprintf?te(e,t.sprintf):e:e}),H.init=i,H.isInitialized=s,H.setLng=v,H.preload=l,H.addResourceBundle=u,H.hasResourceBundle=f,H.getResourceBundle=c,H.addResource=d,H.addResources=g,H.removeResourceBundle=p,H.loadNamespace=y,H.loadNamespaces=m,H.setDefaultNamespace=h,H.t=T,H.translate=T,H.exists=C,H.detectLanguage=W.detectLanguage,H.pluralExtensions=Z,H.sync=G,H.functions=W,H.lng=x,H.dir=b,H.addPostProcessor=ne,H.applyReplacement=W.applyReplacement,H.options=q,H.noConflict=L}("undefined"==typeof exports?window:exports),$(document).ready(function(){var e={lng:"en",getAsync:!0,fallbackLng:"en",resGetPath:"static/locales/__lng__.json"},n=function(){$(".i18container").i18n(),$("#i18_navbar").i18n(),$("#i18_about_me").i18n(),$("#i18_skills").i18n(),$("#i18_projects").i18n(),$("#i18_career").i18n(),$("#i18_blog").i18n(),$("#i18_link").i18n()};$("[id^=set_lang]").each(function(){var e=$(this);e.on("click",function(){i18n.setLng(e.data("locale"),n)})}),i18n.init(e,n)});
\ No newline at end of file
diff --git a/jekyll-source/static/assets/img/blog/3steps/edit.gif b/jekyll-source/static/assets/img/blog/3steps/edit.gif
deleted file mode 100644
index 6d081c7..0000000
Binary files a/jekyll-source/static/assets/img/blog/3steps/edit.gif and /dev/null differ
diff --git a/jekyll-source/static/assets/img/default.jpg b/jekyll-source/static/assets/img/default.jpg
deleted file mode 100644
index 36f3c25..0000000
Binary files a/jekyll-source/static/assets/img/default.jpg and /dev/null differ
diff --git a/jekyll-source/static/assets/img/features/dev.png b/jekyll-source/static/assets/img/features/dev.png
deleted file mode 100644
index ebf57a0..0000000
Binary files a/jekyll-source/static/assets/img/features/dev.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/features/global.png b/jekyll-source/static/assets/img/features/global.png
deleted file mode 100644
index a55c759..0000000
Binary files a/jekyll-source/static/assets/img/features/global.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/features/log.png b/jekyll-source/static/assets/img/features/log.png
deleted file mode 100644
index 7f0bb46..0000000
Binary files a/jekyll-source/static/assets/img/features/log.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/features/stream.png b/jekyll-source/static/assets/img/features/stream.png
deleted file mode 100644
index 4baae20..0000000
Binary files a/jekyll-source/static/assets/img/features/stream.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Abkhazia.png b/jekyll-source/static/assets/img/flags/Abkhazia.png
deleted file mode 100755
index ad5d130..0000000
Binary files a/jekyll-source/static/assets/img/flags/Abkhazia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Afghanistan.png b/jekyll-source/static/assets/img/flags/Afghanistan.png
deleted file mode 100755
index 61e9518..0000000
Binary files a/jekyll-source/static/assets/img/flags/Afghanistan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Aland.png b/jekyll-source/static/assets/img/flags/Aland.png
deleted file mode 100755
index 46a1802..0000000
Binary files a/jekyll-source/static/assets/img/flags/Aland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Albania.png b/jekyll-source/static/assets/img/flags/Albania.png
deleted file mode 100755
index 5bd4986..0000000
Binary files a/jekyll-source/static/assets/img/flags/Albania.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Algeria.png b/jekyll-source/static/assets/img/flags/Algeria.png
deleted file mode 100755
index 65a50f3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Algeria.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/American-Samoa.png b/jekyll-source/static/assets/img/flags/American-Samoa.png
deleted file mode 100755
index 43b5aec..0000000
Binary files a/jekyll-source/static/assets/img/flags/American-Samoa.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Andorra.png b/jekyll-source/static/assets/img/flags/Andorra.png
deleted file mode 100755
index bdbe434..0000000
Binary files a/jekyll-source/static/assets/img/flags/Andorra.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Angola.png b/jekyll-source/static/assets/img/flags/Angola.png
deleted file mode 100755
index fa426da..0000000
Binary files a/jekyll-source/static/assets/img/flags/Angola.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Anguilla.png b/jekyll-source/static/assets/img/flags/Anguilla.png
deleted file mode 100755
index 3206b92..0000000
Binary files a/jekyll-source/static/assets/img/flags/Anguilla.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Antarctica.png b/jekyll-source/static/assets/img/flags/Antarctica.png
deleted file mode 100755
index cfa0b9f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Antarctica.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Antigua-and-Barbuda.png b/jekyll-source/static/assets/img/flags/Antigua-and-Barbuda.png
deleted file mode 100755
index cb6b940..0000000
Binary files a/jekyll-source/static/assets/img/flags/Antigua-and-Barbuda.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Argentina.png b/jekyll-source/static/assets/img/flags/Argentina.png
deleted file mode 100755
index e1fa97b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Argentina.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Armenia.png b/jekyll-source/static/assets/img/flags/Armenia.png
deleted file mode 100755
index 83df09a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Armenia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Aruba.png b/jekyll-source/static/assets/img/flags/Aruba.png
deleted file mode 100755
index b21c2ea..0000000
Binary files a/jekyll-source/static/assets/img/flags/Aruba.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Australia.png b/jekyll-source/static/assets/img/flags/Australia.png
deleted file mode 100755
index 11f4d1c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Australia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Austria.png b/jekyll-source/static/assets/img/flags/Austria.png
deleted file mode 100755
index 794bd2f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Austria.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Azerbaijan.png b/jekyll-source/static/assets/img/flags/Azerbaijan.png
deleted file mode 100755
index 878e559..0000000
Binary files a/jekyll-source/static/assets/img/flags/Azerbaijan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bahamas.png b/jekyll-source/static/assets/img/flags/Bahamas.png
deleted file mode 100755
index aabafab..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bahamas.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bahrain.png b/jekyll-source/static/assets/img/flags/Bahrain.png
deleted file mode 100755
index b3eb851..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bahrain.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bangladesh.png b/jekyll-source/static/assets/img/flags/Bangladesh.png
deleted file mode 100755
index b6c440a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bangladesh.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Barbados.png b/jekyll-source/static/assets/img/flags/Barbados.png
deleted file mode 100755
index be3d149..0000000
Binary files a/jekyll-source/static/assets/img/flags/Barbados.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Basque-Country.png b/jekyll-source/static/assets/img/flags/Basque-Country.png
deleted file mode 100755
index 8cb0d2c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Basque-Country.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Belarus.png b/jekyll-source/static/assets/img/flags/Belarus.png
deleted file mode 100755
index 0376c98..0000000
Binary files a/jekyll-source/static/assets/img/flags/Belarus.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Belgium.png b/jekyll-source/static/assets/img/flags/Belgium.png
deleted file mode 100755
index 5e47a3a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Belgium.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Belize.png b/jekyll-source/static/assets/img/flags/Belize.png
deleted file mode 100755
index 0291200..0000000
Binary files a/jekyll-source/static/assets/img/flags/Belize.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Benin.png b/jekyll-source/static/assets/img/flags/Benin.png
deleted file mode 100755
index 688797f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Benin.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bermuda.png b/jekyll-source/static/assets/img/flags/Bermuda.png
deleted file mode 100755
index 132e990..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bermuda.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bhutan.png b/jekyll-source/static/assets/img/flags/Bhutan.png
deleted file mode 100755
index 026fde3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bhutan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bolivia.png b/jekyll-source/static/assets/img/flags/Bolivia.png
deleted file mode 100755
index 63d8e76..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bolivia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bosnia-and-Herzegovina.png b/jekyll-source/static/assets/img/flags/Bosnia-and-Herzegovina.png
deleted file mode 100755
index b484edb..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bosnia-and-Herzegovina.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Botswana.png b/jekyll-source/static/assets/img/flags/Botswana.png
deleted file mode 100755
index b4a502b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Botswana.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Brazil.png b/jekyll-source/static/assets/img/flags/Brazil.png
deleted file mode 100755
index 42e1849..0000000
Binary files a/jekyll-source/static/assets/img/flags/Brazil.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/British-Antarctic-Territory.png b/jekyll-source/static/assets/img/flags/British-Antarctic-Territory.png
deleted file mode 100755
index 74a1847..0000000
Binary files a/jekyll-source/static/assets/img/flags/British-Antarctic-Territory.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/British-Virgin-Islands.png b/jekyll-source/static/assets/img/flags/British-Virgin-Islands.png
deleted file mode 100755
index d337635..0000000
Binary files a/jekyll-source/static/assets/img/flags/British-Virgin-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Brunei.png b/jekyll-source/static/assets/img/flags/Brunei.png
deleted file mode 100755
index 62882e8..0000000
Binary files a/jekyll-source/static/assets/img/flags/Brunei.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Bulgaria.png b/jekyll-source/static/assets/img/flags/Bulgaria.png
deleted file mode 100755
index 775550c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Bulgaria.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Burkina-Faso.png b/jekyll-source/static/assets/img/flags/Burkina-Faso.png
deleted file mode 100755
index 9e0643c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Burkina-Faso.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Burundi.png b/jekyll-source/static/assets/img/flags/Burundi.png
deleted file mode 100755
index 394a829..0000000
Binary files a/jekyll-source/static/assets/img/flags/Burundi.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cambodia.png b/jekyll-source/static/assets/img/flags/Cambodia.png
deleted file mode 100755
index 4f80d8c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cambodia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cameroon.png b/jekyll-source/static/assets/img/flags/Cameroon.png
deleted file mode 100755
index 7b21abc..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cameroon.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Canada.png b/jekyll-source/static/assets/img/flags/Canada.png
deleted file mode 100755
index 0906eca..0000000
Binary files a/jekyll-source/static/assets/img/flags/Canada.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Canary-Islands.png b/jekyll-source/static/assets/img/flags/Canary-Islands.png
deleted file mode 100755
index c1d8d46..0000000
Binary files a/jekyll-source/static/assets/img/flags/Canary-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cape-Verde.png b/jekyll-source/static/assets/img/flags/Cape-Verde.png
deleted file mode 100755
index f0c6fb0..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cape-Verde.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cayman-Islands.png b/jekyll-source/static/assets/img/flags/Cayman-Islands.png
deleted file mode 100755
index c787eb0..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cayman-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Central-African-Republic.png b/jekyll-source/static/assets/img/flags/Central-African-Republic.png
deleted file mode 100755
index 32cb360..0000000
Binary files a/jekyll-source/static/assets/img/flags/Central-African-Republic.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Chad.png b/jekyll-source/static/assets/img/flags/Chad.png
deleted file mode 100755
index d382728..0000000
Binary files a/jekyll-source/static/assets/img/flags/Chad.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Chile.png b/jekyll-source/static/assets/img/flags/Chile.png
deleted file mode 100755
index 57bf33e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Chile.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/China.png b/jekyll-source/static/assets/img/flags/China.png
deleted file mode 100755
index 327642a..0000000
Binary files a/jekyll-source/static/assets/img/flags/China.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Christmas-Island.png b/jekyll-source/static/assets/img/flags/Christmas-Island.png
deleted file mode 100755
index 6d068d8..0000000
Binary files a/jekyll-source/static/assets/img/flags/Christmas-Island.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cocos-Keeling-Islands.png b/jekyll-source/static/assets/img/flags/Cocos-Keeling-Islands.png
deleted file mode 100755
index d599e12..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cocos-Keeling-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Colombia.png b/jekyll-source/static/assets/img/flags/Colombia.png
deleted file mode 100755
index 25142bc..0000000
Binary files a/jekyll-source/static/assets/img/flags/Colombia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Commonwealth.png b/jekyll-source/static/assets/img/flags/Commonwealth.png
deleted file mode 100755
index 8f0aaa0..0000000
Binary files a/jekyll-source/static/assets/img/flags/Commonwealth.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Comoros.png b/jekyll-source/static/assets/img/flags/Comoros.png
deleted file mode 100755
index 5eedfeb..0000000
Binary files a/jekyll-source/static/assets/img/flags/Comoros.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cook-Islands.png b/jekyll-source/static/assets/img/flags/Cook-Islands.png
deleted file mode 100755
index e07ed83..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cook-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Costa-Rica.png b/jekyll-source/static/assets/img/flags/Costa-Rica.png
deleted file mode 100755
index 17eeb62..0000000
Binary files a/jekyll-source/static/assets/img/flags/Costa-Rica.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cote-dIvoire.png b/jekyll-source/static/assets/img/flags/Cote-dIvoire.png
deleted file mode 100755
index e519e0b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cote-dIvoire.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Croatia.png b/jekyll-source/static/assets/img/flags/Croatia.png
deleted file mode 100755
index d0b5266..0000000
Binary files a/jekyll-source/static/assets/img/flags/Croatia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cuba.png b/jekyll-source/static/assets/img/flags/Cuba.png
deleted file mode 100755
index cd80f6d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cuba.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Curacao.png b/jekyll-source/static/assets/img/flags/Curacao.png
deleted file mode 100755
index ebcbaf1..0000000
Binary files a/jekyll-source/static/assets/img/flags/Curacao.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Cyprus.png b/jekyll-source/static/assets/img/flags/Cyprus.png
deleted file mode 100755
index 3aff6b8..0000000
Binary files a/jekyll-source/static/assets/img/flags/Cyprus.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Czech-Republic.png b/jekyll-source/static/assets/img/flags/Czech-Republic.png
deleted file mode 100755
index 1bbbf0d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Czech-Republic.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Democratic-Republic-of-the-Congo.png b/jekyll-source/static/assets/img/flags/Democratic-Republic-of-the-Congo.png
deleted file mode 100755
index de00b2f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Democratic-Republic-of-the-Congo.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Denmark.png b/jekyll-source/static/assets/img/flags/Denmark.png
deleted file mode 100755
index a81768c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Denmark.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Djibouti.png b/jekyll-source/static/assets/img/flags/Djibouti.png
deleted file mode 100755
index 78660a1..0000000
Binary files a/jekyll-source/static/assets/img/flags/Djibouti.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Dominica.png b/jekyll-source/static/assets/img/flags/Dominica.png
deleted file mode 100755
index 93700d7..0000000
Binary files a/jekyll-source/static/assets/img/flags/Dominica.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Dominican-Republic.png b/jekyll-source/static/assets/img/flags/Dominican-Republic.png
deleted file mode 100755
index 4b2c207..0000000
Binary files a/jekyll-source/static/assets/img/flags/Dominican-Republic.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/East-Timor.png b/jekyll-source/static/assets/img/flags/East-Timor.png
deleted file mode 100755
index 7e17f16..0000000
Binary files a/jekyll-source/static/assets/img/flags/East-Timor.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Ecuador.png b/jekyll-source/static/assets/img/flags/Ecuador.png
deleted file mode 100755
index 204c631..0000000
Binary files a/jekyll-source/static/assets/img/flags/Ecuador.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Egypt.png b/jekyll-source/static/assets/img/flags/Egypt.png
deleted file mode 100755
index 96c93ed..0000000
Binary files a/jekyll-source/static/assets/img/flags/Egypt.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/El-Salvador.png b/jekyll-source/static/assets/img/flags/El-Salvador.png
deleted file mode 100755
index 82fc634..0000000
Binary files a/jekyll-source/static/assets/img/flags/El-Salvador.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/England.png b/jekyll-source/static/assets/img/flags/England.png
deleted file mode 100755
index 87d6ded..0000000
Binary files a/jekyll-source/static/assets/img/flags/England.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Equatorial-Guinea.png b/jekyll-source/static/assets/img/flags/Equatorial-Guinea.png
deleted file mode 100755
index 22e85d7..0000000
Binary files a/jekyll-source/static/assets/img/flags/Equatorial-Guinea.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Eritrea.png b/jekyll-source/static/assets/img/flags/Eritrea.png
deleted file mode 100755
index 273ef15..0000000
Binary files a/jekyll-source/static/assets/img/flags/Eritrea.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Estonia.png b/jekyll-source/static/assets/img/flags/Estonia.png
deleted file mode 100755
index 6c19913..0000000
Binary files a/jekyll-source/static/assets/img/flags/Estonia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Ethiopia.png b/jekyll-source/static/assets/img/flags/Ethiopia.png
deleted file mode 100755
index c66f7ac..0000000
Binary files a/jekyll-source/static/assets/img/flags/Ethiopia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/European-Union.png b/jekyll-source/static/assets/img/flags/European-Union.png
deleted file mode 100755
index 7652407..0000000
Binary files a/jekyll-source/static/assets/img/flags/European-Union.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Falkland-Islands.png b/jekyll-source/static/assets/img/flags/Falkland-Islands.png
deleted file mode 100755
index 8c4e4a7..0000000
Binary files a/jekyll-source/static/assets/img/flags/Falkland-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Faroes.png b/jekyll-source/static/assets/img/flags/Faroes.png
deleted file mode 100755
index 4264083..0000000
Binary files a/jekyll-source/static/assets/img/flags/Faroes.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Fiji.png b/jekyll-source/static/assets/img/flags/Fiji.png
deleted file mode 100755
index a90ae00..0000000
Binary files a/jekyll-source/static/assets/img/flags/Fiji.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Finland.png b/jekyll-source/static/assets/img/flags/Finland.png
deleted file mode 100755
index 627ad2e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Finland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/France.png b/jekyll-source/static/assets/img/flags/France.png
deleted file mode 100755
index b18c5ff..0000000
Binary files a/jekyll-source/static/assets/img/flags/France.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/French-Polynesia.png b/jekyll-source/static/assets/img/flags/French-Polynesia.png
deleted file mode 100755
index 5f9a5a5..0000000
Binary files a/jekyll-source/static/assets/img/flags/French-Polynesia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/French-Southern-Territories.png b/jekyll-source/static/assets/img/flags/French-Southern-Territories.png
deleted file mode 100755
index 0cb1a01..0000000
Binary files a/jekyll-source/static/assets/img/flags/French-Southern-Territories.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Gabon.png b/jekyll-source/static/assets/img/flags/Gabon.png
deleted file mode 100755
index 2b198db..0000000
Binary files a/jekyll-source/static/assets/img/flags/Gabon.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Gambia.png b/jekyll-source/static/assets/img/flags/Gambia.png
deleted file mode 100755
index b056657..0000000
Binary files a/jekyll-source/static/assets/img/flags/Gambia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Georgia.png b/jekyll-source/static/assets/img/flags/Georgia.png
deleted file mode 100755
index b6b33ec..0000000
Binary files a/jekyll-source/static/assets/img/flags/Georgia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Germany.png b/jekyll-source/static/assets/img/flags/Germany.png
deleted file mode 100755
index d282989..0000000
Binary files a/jekyll-source/static/assets/img/flags/Germany.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Ghana.png b/jekyll-source/static/assets/img/flags/Ghana.png
deleted file mode 100755
index 3ba2af7..0000000
Binary files a/jekyll-source/static/assets/img/flags/Ghana.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Gibraltar.png b/jekyll-source/static/assets/img/flags/Gibraltar.png
deleted file mode 100755
index 7a79f3e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Gibraltar.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/GoSquared.png b/jekyll-source/static/assets/img/flags/GoSquared.png
deleted file mode 100755
index 6c5fb56..0000000
Binary files a/jekyll-source/static/assets/img/flags/GoSquared.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Greece.png b/jekyll-source/static/assets/img/flags/Greece.png
deleted file mode 100755
index 9321a1e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Greece.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Greenland.png b/jekyll-source/static/assets/img/flags/Greenland.png
deleted file mode 100755
index 6f27d69..0000000
Binary files a/jekyll-source/static/assets/img/flags/Greenland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Grenada.png b/jekyll-source/static/assets/img/flags/Grenada.png
deleted file mode 100755
index 5ec83c4..0000000
Binary files a/jekyll-source/static/assets/img/flags/Grenada.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Guam.png b/jekyll-source/static/assets/img/flags/Guam.png
deleted file mode 100755
index fa0cc49..0000000
Binary files a/jekyll-source/static/assets/img/flags/Guam.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Guatemala.png b/jekyll-source/static/assets/img/flags/Guatemala.png
deleted file mode 100755
index dacd490..0000000
Binary files a/jekyll-source/static/assets/img/flags/Guatemala.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Guernsey.png b/jekyll-source/static/assets/img/flags/Guernsey.png
deleted file mode 100755
index f2c1b71..0000000
Binary files a/jekyll-source/static/assets/img/flags/Guernsey.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Guinea-Bissau.png b/jekyll-source/static/assets/img/flags/Guinea-Bissau.png
deleted file mode 100755
index 4f48bec..0000000
Binary files a/jekyll-source/static/assets/img/flags/Guinea-Bissau.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Guinea.png b/jekyll-source/static/assets/img/flags/Guinea.png
deleted file mode 100755
index 4b4a25a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Guinea.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Guyana.png b/jekyll-source/static/assets/img/flags/Guyana.png
deleted file mode 100755
index 17a1692..0000000
Binary files a/jekyll-source/static/assets/img/flags/Guyana.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Haiti.png b/jekyll-source/static/assets/img/flags/Haiti.png
deleted file mode 100755
index d20cf24..0000000
Binary files a/jekyll-source/static/assets/img/flags/Haiti.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Honduras.png b/jekyll-source/static/assets/img/flags/Honduras.png
deleted file mode 100755
index 4aadec8..0000000
Binary files a/jekyll-source/static/assets/img/flags/Honduras.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Hong-Kong.png b/jekyll-source/static/assets/img/flags/Hong-Kong.png
deleted file mode 100755
index a2bd2ea..0000000
Binary files a/jekyll-source/static/assets/img/flags/Hong-Kong.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Hungary.png b/jekyll-source/static/assets/img/flags/Hungary.png
deleted file mode 100755
index ae5c6c9..0000000
Binary files a/jekyll-source/static/assets/img/flags/Hungary.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Iceland.png b/jekyll-source/static/assets/img/flags/Iceland.png
deleted file mode 100755
index d535f7f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Iceland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/India.png b/jekyll-source/static/assets/img/flags/India.png
deleted file mode 100755
index e5dd9d2..0000000
Binary files a/jekyll-source/static/assets/img/flags/India.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Indonesia.png b/jekyll-source/static/assets/img/flags/Indonesia.png
deleted file mode 100755
index 9881b87..0000000
Binary files a/jekyll-source/static/assets/img/flags/Indonesia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Iran.png b/jekyll-source/static/assets/img/flags/Iran.png
deleted file mode 100755
index 5388dfb..0000000
Binary files a/jekyll-source/static/assets/img/flags/Iran.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Iraq.png b/jekyll-source/static/assets/img/flags/Iraq.png
deleted file mode 100755
index 1f28ebd..0000000
Binary files a/jekyll-source/static/assets/img/flags/Iraq.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Ireland.png b/jekyll-source/static/assets/img/flags/Ireland.png
deleted file mode 100755
index ec9ba0f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Ireland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Isle-of-Man.png b/jekyll-source/static/assets/img/flags/Isle-of-Man.png
deleted file mode 100755
index 06ee5c4..0000000
Binary files a/jekyll-source/static/assets/img/flags/Isle-of-Man.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Israel.png b/jekyll-source/static/assets/img/flags/Israel.png
deleted file mode 100755
index 13e3503..0000000
Binary files a/jekyll-source/static/assets/img/flags/Israel.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Italy.png b/jekyll-source/static/assets/img/flags/Italy.png
deleted file mode 100755
index 42d1677..0000000
Binary files a/jekyll-source/static/assets/img/flags/Italy.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Jamaica.png b/jekyll-source/static/assets/img/flags/Jamaica.png
deleted file mode 100755
index 6237052..0000000
Binary files a/jekyll-source/static/assets/img/flags/Jamaica.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Japan.png b/jekyll-source/static/assets/img/flags/Japan.png
deleted file mode 100755
index a742140..0000000
Binary files a/jekyll-source/static/assets/img/flags/Japan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Jersey.png b/jekyll-source/static/assets/img/flags/Jersey.png
deleted file mode 100755
index 407e319..0000000
Binary files a/jekyll-source/static/assets/img/flags/Jersey.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Jordan.png b/jekyll-source/static/assets/img/flags/Jordan.png
deleted file mode 100755
index 8e11b7b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Jordan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Kazakhstan.png b/jekyll-source/static/assets/img/flags/Kazakhstan.png
deleted file mode 100755
index 5fe5a82..0000000
Binary files a/jekyll-source/static/assets/img/flags/Kazakhstan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Kenya.png b/jekyll-source/static/assets/img/flags/Kenya.png
deleted file mode 100755
index e1ac097..0000000
Binary files a/jekyll-source/static/assets/img/flags/Kenya.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Kiribati.png b/jekyll-source/static/assets/img/flags/Kiribati.png
deleted file mode 100755
index 1990c8d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Kiribati.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Kosovo.png b/jekyll-source/static/assets/img/flags/Kosovo.png
deleted file mode 100755
index cf0ad17..0000000
Binary files a/jekyll-source/static/assets/img/flags/Kosovo.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Kuwait.png b/jekyll-source/static/assets/img/flags/Kuwait.png
deleted file mode 100755
index af0191c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Kuwait.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Kyrgyzstan.png b/jekyll-source/static/assets/img/flags/Kyrgyzstan.png
deleted file mode 100755
index 2de2061..0000000
Binary files a/jekyll-source/static/assets/img/flags/Kyrgyzstan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Laos.png b/jekyll-source/static/assets/img/flags/Laos.png
deleted file mode 100755
index d68c937..0000000
Binary files a/jekyll-source/static/assets/img/flags/Laos.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Latvia.png b/jekyll-source/static/assets/img/flags/Latvia.png
deleted file mode 100755
index c31180d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Latvia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Lebanon.png b/jekyll-source/static/assets/img/flags/Lebanon.png
deleted file mode 100755
index 627a3aa..0000000
Binary files a/jekyll-source/static/assets/img/flags/Lebanon.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Lesotho.png b/jekyll-source/static/assets/img/flags/Lesotho.png
deleted file mode 100755
index c8a5493..0000000
Binary files a/jekyll-source/static/assets/img/flags/Lesotho.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Liberia.png b/jekyll-source/static/assets/img/flags/Liberia.png
deleted file mode 100755
index 4918491..0000000
Binary files a/jekyll-source/static/assets/img/flags/Liberia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Libya.png b/jekyll-source/static/assets/img/flags/Libya.png
deleted file mode 100755
index 6847120..0000000
Binary files a/jekyll-source/static/assets/img/flags/Libya.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Liechtenstein.png b/jekyll-source/static/assets/img/flags/Liechtenstein.png
deleted file mode 100755
index 7d65fba..0000000
Binary files a/jekyll-source/static/assets/img/flags/Liechtenstein.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Lithuania.png b/jekyll-source/static/assets/img/flags/Lithuania.png
deleted file mode 100755
index f12a14b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Lithuania.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Luxembourg.png b/jekyll-source/static/assets/img/flags/Luxembourg.png
deleted file mode 100755
index 59b08cc..0000000
Binary files a/jekyll-source/static/assets/img/flags/Luxembourg.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Macau.png b/jekyll-source/static/assets/img/flags/Macau.png
deleted file mode 100755
index ff2e117..0000000
Binary files a/jekyll-source/static/assets/img/flags/Macau.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Macedonia.png b/jekyll-source/static/assets/img/flags/Macedonia.png
deleted file mode 100755
index 1f6b1c7..0000000
Binary files a/jekyll-source/static/assets/img/flags/Macedonia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Madagascar.png b/jekyll-source/static/assets/img/flags/Madagascar.png
deleted file mode 100755
index c55a2f4..0000000
Binary files a/jekyll-source/static/assets/img/flags/Madagascar.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Malawi.png b/jekyll-source/static/assets/img/flags/Malawi.png
deleted file mode 100755
index 9b70c79..0000000
Binary files a/jekyll-source/static/assets/img/flags/Malawi.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Malaysia.png b/jekyll-source/static/assets/img/flags/Malaysia.png
deleted file mode 100755
index 9b7b458..0000000
Binary files a/jekyll-source/static/assets/img/flags/Malaysia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Maldives.png b/jekyll-source/static/assets/img/flags/Maldives.png
deleted file mode 100755
index 94d63cf..0000000
Binary files a/jekyll-source/static/assets/img/flags/Maldives.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mali.png b/jekyll-source/static/assets/img/flags/Mali.png
deleted file mode 100755
index 530e5c5..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mali.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Malta.png b/jekyll-source/static/assets/img/flags/Malta.png
deleted file mode 100755
index e77d8b2..0000000
Binary files a/jekyll-source/static/assets/img/flags/Malta.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mars.png b/jekyll-source/static/assets/img/flags/Mars.png
deleted file mode 100755
index ba98c22..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mars.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Marshall-Islands.png b/jekyll-source/static/assets/img/flags/Marshall-Islands.png
deleted file mode 100755
index 7ffbb41..0000000
Binary files a/jekyll-source/static/assets/img/flags/Marshall-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Martinique.png b/jekyll-source/static/assets/img/flags/Martinique.png
deleted file mode 100755
index 5d78e64..0000000
Binary files a/jekyll-source/static/assets/img/flags/Martinique.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mauritania.png b/jekyll-source/static/assets/img/flags/Mauritania.png
deleted file mode 100755
index f25680e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mauritania.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mauritius.png b/jekyll-source/static/assets/img/flags/Mauritius.png
deleted file mode 100755
index d7d7e1c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mauritius.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mayotte.png b/jekyll-source/static/assets/img/flags/Mayotte.png
deleted file mode 100755
index 877ddf8..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mayotte.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mexico.png b/jekyll-source/static/assets/img/flags/Mexico.png
deleted file mode 100755
index d05b37a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mexico.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Micronesia.png b/jekyll-source/static/assets/img/flags/Micronesia.png
deleted file mode 100755
index bf420a8..0000000
Binary files a/jekyll-source/static/assets/img/flags/Micronesia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Moldova.png b/jekyll-source/static/assets/img/flags/Moldova.png
deleted file mode 100755
index 4ebe0d6..0000000
Binary files a/jekyll-source/static/assets/img/flags/Moldova.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Monaco.png b/jekyll-source/static/assets/img/flags/Monaco.png
deleted file mode 100755
index 9881b87..0000000
Binary files a/jekyll-source/static/assets/img/flags/Monaco.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mongolia.png b/jekyll-source/static/assets/img/flags/Mongolia.png
deleted file mode 100755
index 8589e8d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mongolia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Montenegro.png b/jekyll-source/static/assets/img/flags/Montenegro.png
deleted file mode 100755
index 96e74b0..0000000
Binary files a/jekyll-source/static/assets/img/flags/Montenegro.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Montserrat.png b/jekyll-source/static/assets/img/flags/Montserrat.png
deleted file mode 100755
index 1689556..0000000
Binary files a/jekyll-source/static/assets/img/flags/Montserrat.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Morocco.png b/jekyll-source/static/assets/img/flags/Morocco.png
deleted file mode 100755
index 67fe432..0000000
Binary files a/jekyll-source/static/assets/img/flags/Morocco.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Mozambique.png b/jekyll-source/static/assets/img/flags/Mozambique.png
deleted file mode 100755
index a919a16..0000000
Binary files a/jekyll-source/static/assets/img/flags/Mozambique.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Myanmar.png b/jekyll-source/static/assets/img/flags/Myanmar.png
deleted file mode 100755
index 102f811..0000000
Binary files a/jekyll-source/static/assets/img/flags/Myanmar.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/NATO.png b/jekyll-source/static/assets/img/flags/NATO.png
deleted file mode 100755
index f52845a..0000000
Binary files a/jekyll-source/static/assets/img/flags/NATO.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Nagorno-Karabakh.png b/jekyll-source/static/assets/img/flags/Nagorno-Karabakh.png
deleted file mode 100755
index 0edf82f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Nagorno-Karabakh.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Namibia.png b/jekyll-source/static/assets/img/flags/Namibia.png
deleted file mode 100755
index a053026..0000000
Binary files a/jekyll-source/static/assets/img/flags/Namibia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Nauru.png b/jekyll-source/static/assets/img/flags/Nauru.png
deleted file mode 100755
index ee4d01e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Nauru.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Nepal.png b/jekyll-source/static/assets/img/flags/Nepal.png
deleted file mode 100755
index 23c3c6d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Nepal.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Netherlands-Antilles.png b/jekyll-source/static/assets/img/flags/Netherlands-Antilles.png
deleted file mode 100755
index 0fc1c3b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Netherlands-Antilles.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Netherlands.png b/jekyll-source/static/assets/img/flags/Netherlands.png
deleted file mode 100755
index e1ede53..0000000
Binary files a/jekyll-source/static/assets/img/flags/Netherlands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/New-Caledonia.png b/jekyll-source/static/assets/img/flags/New-Caledonia.png
deleted file mode 100755
index d04c592..0000000
Binary files a/jekyll-source/static/assets/img/flags/New-Caledonia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/New-Zealand.png b/jekyll-source/static/assets/img/flags/New-Zealand.png
deleted file mode 100755
index c44ca79..0000000
Binary files a/jekyll-source/static/assets/img/flags/New-Zealand.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Nicaragua.png b/jekyll-source/static/assets/img/flags/Nicaragua.png
deleted file mode 100755
index 3b542e4..0000000
Binary files a/jekyll-source/static/assets/img/flags/Nicaragua.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Niger.png b/jekyll-source/static/assets/img/flags/Niger.png
deleted file mode 100755
index 94c9512..0000000
Binary files a/jekyll-source/static/assets/img/flags/Niger.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Nigeria.png b/jekyll-source/static/assets/img/flags/Nigeria.png
deleted file mode 100755
index 4265810..0000000
Binary files a/jekyll-source/static/assets/img/flags/Nigeria.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Niue.png b/jekyll-source/static/assets/img/flags/Niue.png
deleted file mode 100755
index 354a67c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Niue.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Norfolk-Island.png b/jekyll-source/static/assets/img/flags/Norfolk-Island.png
deleted file mode 100755
index d09be06..0000000
Binary files a/jekyll-source/static/assets/img/flags/Norfolk-Island.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/North-Korea.png b/jekyll-source/static/assets/img/flags/North-Korea.png
deleted file mode 100755
index 9716adc..0000000
Binary files a/jekyll-source/static/assets/img/flags/North-Korea.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Northern-Cyprus.png b/jekyll-source/static/assets/img/flags/Northern-Cyprus.png
deleted file mode 100755
index 600c7f2..0000000
Binary files a/jekyll-source/static/assets/img/flags/Northern-Cyprus.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Northern-Mariana-Islands.png b/jekyll-source/static/assets/img/flags/Northern-Mariana-Islands.png
deleted file mode 100755
index 0a80d84..0000000
Binary files a/jekyll-source/static/assets/img/flags/Northern-Mariana-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Norway.png b/jekyll-source/static/assets/img/flags/Norway.png
deleted file mode 100755
index 9f79424..0000000
Binary files a/jekyll-source/static/assets/img/flags/Norway.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Olympics.png b/jekyll-source/static/assets/img/flags/Olympics.png
deleted file mode 100755
index 2109917..0000000
Binary files a/jekyll-source/static/assets/img/flags/Olympics.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Oman.png b/jekyll-source/static/assets/img/flags/Oman.png
deleted file mode 100755
index 0e12bf9..0000000
Binary files a/jekyll-source/static/assets/img/flags/Oman.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Pakistan.png b/jekyll-source/static/assets/img/flags/Pakistan.png
deleted file mode 100755
index 2f2550c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Pakistan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Palau.png b/jekyll-source/static/assets/img/flags/Palau.png
deleted file mode 100755
index a5b01c3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Palau.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Palestine.png b/jekyll-source/static/assets/img/flags/Palestine.png
deleted file mode 100755
index 7145cbe..0000000
Binary files a/jekyll-source/static/assets/img/flags/Palestine.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Panama.png b/jekyll-source/static/assets/img/flags/Panama.png
deleted file mode 100755
index 87f2a4b..0000000
Binary files a/jekyll-source/static/assets/img/flags/Panama.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Papua-New-Guinea.png b/jekyll-source/static/assets/img/flags/Papua-New-Guinea.png
deleted file mode 100755
index a7d1d23..0000000
Binary files a/jekyll-source/static/assets/img/flags/Papua-New-Guinea.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Paraguay.png b/jekyll-source/static/assets/img/flags/Paraguay.png
deleted file mode 100755
index ab391d7..0000000
Binary files a/jekyll-source/static/assets/img/flags/Paraguay.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Peru.png b/jekyll-source/static/assets/img/flags/Peru.png
deleted file mode 100755
index 792a9ce..0000000
Binary files a/jekyll-source/static/assets/img/flags/Peru.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Philippines.png b/jekyll-source/static/assets/img/flags/Philippines.png
deleted file mode 100755
index fd9d8fb..0000000
Binary files a/jekyll-source/static/assets/img/flags/Philippines.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Pitcairn-Islands.png b/jekyll-source/static/assets/img/flags/Pitcairn-Islands.png
deleted file mode 100755
index 18b8e38..0000000
Binary files a/jekyll-source/static/assets/img/flags/Pitcairn-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Poland.png b/jekyll-source/static/assets/img/flags/Poland.png
deleted file mode 100755
index e30222e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Poland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Portugal.png b/jekyll-source/static/assets/img/flags/Portugal.png
deleted file mode 100755
index eab3f39..0000000
Binary files a/jekyll-source/static/assets/img/flags/Portugal.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Puerto-Rico.png b/jekyll-source/static/assets/img/flags/Puerto-Rico.png
deleted file mode 100755
index bac124c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Puerto-Rico.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Qatar.png b/jekyll-source/static/assets/img/flags/Qatar.png
deleted file mode 100755
index c3f3d57..0000000
Binary files a/jekyll-source/static/assets/img/flags/Qatar.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Red-Cross.png b/jekyll-source/static/assets/img/flags/Red-Cross.png
deleted file mode 100755
index c672f88..0000000
Binary files a/jekyll-source/static/assets/img/flags/Red-Cross.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Republic-of-the-Congo.png b/jekyll-source/static/assets/img/flags/Republic-of-the-Congo.png
deleted file mode 100755
index f35021f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Republic-of-the-Congo.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Romania.png b/jekyll-source/static/assets/img/flags/Romania.png
deleted file mode 100755
index 79a7d55..0000000
Binary files a/jekyll-source/static/assets/img/flags/Romania.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Russia.png b/jekyll-source/static/assets/img/flags/Russia.png
deleted file mode 100755
index 0d74832..0000000
Binary files a/jekyll-source/static/assets/img/flags/Russia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Rwanda.png b/jekyll-source/static/assets/img/flags/Rwanda.png
deleted file mode 100755
index 64d72c9..0000000
Binary files a/jekyll-source/static/assets/img/flags/Rwanda.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saint-Barthelemy.png b/jekyll-source/static/assets/img/flags/Saint-Barthelemy.png
deleted file mode 100755
index 79e24d2..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saint-Barthelemy.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saint-Helena.png b/jekyll-source/static/assets/img/flags/Saint-Helena.png
deleted file mode 100755
index 8640c10..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saint-Helena.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saint-Kitts-and-Nevis.png b/jekyll-source/static/assets/img/flags/Saint-Kitts-and-Nevis.png
deleted file mode 100755
index be930df..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saint-Kitts-and-Nevis.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saint-Lucia.png b/jekyll-source/static/assets/img/flags/Saint-Lucia.png
deleted file mode 100755
index 8e93f66..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saint-Lucia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saint-Martin.png b/jekyll-source/static/assets/img/flags/Saint-Martin.png
deleted file mode 100755
index 4aafb1f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saint-Martin.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saint-Vincent-and-the-Grenadines.png b/jekyll-source/static/assets/img/flags/Saint-Vincent-and-the-Grenadines.png
deleted file mode 100755
index 28b71cf..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saint-Vincent-and-the-Grenadines.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Samoa.png b/jekyll-source/static/assets/img/flags/Samoa.png
deleted file mode 100755
index 45fe25f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Samoa.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/San-Marino.png b/jekyll-source/static/assets/img/flags/San-Marino.png
deleted file mode 100755
index 64e5428..0000000
Binary files a/jekyll-source/static/assets/img/flags/San-Marino.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Sao-Tome-and-Principe.png b/jekyll-source/static/assets/img/flags/Sao-Tome-and-Principe.png
deleted file mode 100755
index 8eab5c5..0000000
Binary files a/jekyll-source/static/assets/img/flags/Sao-Tome-and-Principe.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Saudi-Arabia.png b/jekyll-source/static/assets/img/flags/Saudi-Arabia.png
deleted file mode 100755
index b9f78ad..0000000
Binary files a/jekyll-source/static/assets/img/flags/Saudi-Arabia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Scotland.png b/jekyll-source/static/assets/img/flags/Scotland.png
deleted file mode 100755
index 53864fd..0000000
Binary files a/jekyll-source/static/assets/img/flags/Scotland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Senegal.png b/jekyll-source/static/assets/img/flags/Senegal.png
deleted file mode 100755
index 08ba0f5..0000000
Binary files a/jekyll-source/static/assets/img/flags/Senegal.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Serbia.png b/jekyll-source/static/assets/img/flags/Serbia.png
deleted file mode 100755
index 5a6f9a3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Serbia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Seychelles.png b/jekyll-source/static/assets/img/flags/Seychelles.png
deleted file mode 100755
index 0ff3930..0000000
Binary files a/jekyll-source/static/assets/img/flags/Seychelles.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Sierra-Leone.png b/jekyll-source/static/assets/img/flags/Sierra-Leone.png
deleted file mode 100755
index 23695b3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Sierra-Leone.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Singapore.png b/jekyll-source/static/assets/img/flags/Singapore.png
deleted file mode 100755
index b274a5d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Singapore.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Slovakia.png b/jekyll-source/static/assets/img/flags/Slovakia.png
deleted file mode 100755
index 1409b5f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Slovakia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Slovenia.png b/jekyll-source/static/assets/img/flags/Slovenia.png
deleted file mode 100755
index 5b257f2..0000000
Binary files a/jekyll-source/static/assets/img/flags/Slovenia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Solomon-Islands.png b/jekyll-source/static/assets/img/flags/Solomon-Islands.png
deleted file mode 100755
index bfd2624..0000000
Binary files a/jekyll-source/static/assets/img/flags/Solomon-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Somalia.png b/jekyll-source/static/assets/img/flags/Somalia.png
deleted file mode 100755
index 021f6ca..0000000
Binary files a/jekyll-source/static/assets/img/flags/Somalia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Somaliland.png b/jekyll-source/static/assets/img/flags/Somaliland.png
deleted file mode 100755
index 46ce0d5..0000000
Binary files a/jekyll-source/static/assets/img/flags/Somaliland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/South-Africa.png b/jekyll-source/static/assets/img/flags/South-Africa.png
deleted file mode 100755
index 2c2eff8..0000000
Binary files a/jekyll-source/static/assets/img/flags/South-Africa.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/South-Georgia-and-the-South-Sandwich-Islands.png b/jekyll-source/static/assets/img/flags/South-Georgia-and-the-South-Sandwich-Islands.png
deleted file mode 100755
index fbd3fd7..0000000
Binary files a/jekyll-source/static/assets/img/flags/South-Georgia-and-the-South-Sandwich-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/South-Korea.png b/jekyll-source/static/assets/img/flags/South-Korea.png
deleted file mode 100755
index 7878247..0000000
Binary files a/jekyll-source/static/assets/img/flags/South-Korea.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/South-Ossetia.png b/jekyll-source/static/assets/img/flags/South-Ossetia.png
deleted file mode 100755
index c076713..0000000
Binary files a/jekyll-source/static/assets/img/flags/South-Ossetia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/South-Sudan.png b/jekyll-source/static/assets/img/flags/South-Sudan.png
deleted file mode 100755
index 8c6616c..0000000
Binary files a/jekyll-source/static/assets/img/flags/South-Sudan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Spain.png b/jekyll-source/static/assets/img/flags/Spain.png
deleted file mode 100755
index df2315f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Spain.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Sri-Lanka.png b/jekyll-source/static/assets/img/flags/Sri-Lanka.png
deleted file mode 100755
index e926ca3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Sri-Lanka.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Sudan.png b/jekyll-source/static/assets/img/flags/Sudan.png
deleted file mode 100755
index 25e8425..0000000
Binary files a/jekyll-source/static/assets/img/flags/Sudan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Suriname.png b/jekyll-source/static/assets/img/flags/Suriname.png
deleted file mode 100755
index 2b114de..0000000
Binary files a/jekyll-source/static/assets/img/flags/Suriname.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Swaziland.png b/jekyll-source/static/assets/img/flags/Swaziland.png
deleted file mode 100755
index 555a279..0000000
Binary files a/jekyll-source/static/assets/img/flags/Swaziland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Sweden.png b/jekyll-source/static/assets/img/flags/Sweden.png
deleted file mode 100755
index f9ad787..0000000
Binary files a/jekyll-source/static/assets/img/flags/Sweden.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Switzerland.png b/jekyll-source/static/assets/img/flags/Switzerland.png
deleted file mode 100755
index de304f3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Switzerland.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Syria.png b/jekyll-source/static/assets/img/flags/Syria.png
deleted file mode 100755
index 82ab48c..0000000
Binary files a/jekyll-source/static/assets/img/flags/Syria.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Taiwan.png b/jekyll-source/static/assets/img/flags/Taiwan.png
deleted file mode 100755
index cb691b3..0000000
Binary files a/jekyll-source/static/assets/img/flags/Taiwan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Tajikistan.png b/jekyll-source/static/assets/img/flags/Tajikistan.png
deleted file mode 100755
index 2731fd5..0000000
Binary files a/jekyll-source/static/assets/img/flags/Tajikistan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Tanzania.png b/jekyll-source/static/assets/img/flags/Tanzania.png
deleted file mode 100755
index 5b7395e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Tanzania.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Thailand.png b/jekyll-source/static/assets/img/flags/Thailand.png
deleted file mode 100755
index 485709a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Thailand.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Togo.png b/jekyll-source/static/assets/img/flags/Togo.png
deleted file mode 100755
index 52e3a51..0000000
Binary files a/jekyll-source/static/assets/img/flags/Togo.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Tokelau.png b/jekyll-source/static/assets/img/flags/Tokelau.png
deleted file mode 100755
index 78c1a29..0000000
Binary files a/jekyll-source/static/assets/img/flags/Tokelau.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Tonga.png b/jekyll-source/static/assets/img/flags/Tonga.png
deleted file mode 100755
index ea666d2..0000000
Binary files a/jekyll-source/static/assets/img/flags/Tonga.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Trinidad-and-Tobago.png b/jekyll-source/static/assets/img/flags/Trinidad-and-Tobago.png
deleted file mode 100755
index e929812..0000000
Binary files a/jekyll-source/static/assets/img/flags/Trinidad-and-Tobago.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Tunisia.png b/jekyll-source/static/assets/img/flags/Tunisia.png
deleted file mode 100755
index fd2b160..0000000
Binary files a/jekyll-source/static/assets/img/flags/Tunisia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Turkey.png b/jekyll-source/static/assets/img/flags/Turkey.png
deleted file mode 100755
index d5a384a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Turkey.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Turkmenistan.png b/jekyll-source/static/assets/img/flags/Turkmenistan.png
deleted file mode 100755
index 4a31703..0000000
Binary files a/jekyll-source/static/assets/img/flags/Turkmenistan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Turks-and-Caicos-Islands.png b/jekyll-source/static/assets/img/flags/Turks-and-Caicos-Islands.png
deleted file mode 100755
index 5edc6e9..0000000
Binary files a/jekyll-source/static/assets/img/flags/Turks-and-Caicos-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Tuvalu.png b/jekyll-source/static/assets/img/flags/Tuvalu.png
deleted file mode 100755
index 40a5323..0000000
Binary files a/jekyll-source/static/assets/img/flags/Tuvalu.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/US-Virgin-Islands.png b/jekyll-source/static/assets/img/flags/US-Virgin-Islands.png
deleted file mode 100755
index 5fa3126..0000000
Binary files a/jekyll-source/static/assets/img/flags/US-Virgin-Islands.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Uganda.png b/jekyll-source/static/assets/img/flags/Uganda.png
deleted file mode 100755
index d07682e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Uganda.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Ukraine.png b/jekyll-source/static/assets/img/flags/Ukraine.png
deleted file mode 100755
index 70db400..0000000
Binary files a/jekyll-source/static/assets/img/flags/Ukraine.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/United-Arab-Emirates.png b/jekyll-source/static/assets/img/flags/United-Arab-Emirates.png
deleted file mode 100755
index 501ebc6..0000000
Binary files a/jekyll-source/static/assets/img/flags/United-Arab-Emirates.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/United-Kingdom.png b/jekyll-source/static/assets/img/flags/United-Kingdom.png
deleted file mode 100755
index a1d267e..0000000
Binary files a/jekyll-source/static/assets/img/flags/United-Kingdom.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/United-Nations.png b/jekyll-source/static/assets/img/flags/United-Nations.png
deleted file mode 100755
index 42b3e1e..0000000
Binary files a/jekyll-source/static/assets/img/flags/United-Nations.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/United-States.png b/jekyll-source/static/assets/img/flags/United-States.png
deleted file mode 100755
index 7fac351..0000000
Binary files a/jekyll-source/static/assets/img/flags/United-States.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Unknown.png b/jekyll-source/static/assets/img/flags/Unknown.png
deleted file mode 100755
index 4d643de..0000000
Binary files a/jekyll-source/static/assets/img/flags/Unknown.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Uruguay.png b/jekyll-source/static/assets/img/flags/Uruguay.png
deleted file mode 100755
index 419d11f..0000000
Binary files a/jekyll-source/static/assets/img/flags/Uruguay.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Uzbekistan.png b/jekyll-source/static/assets/img/flags/Uzbekistan.png
deleted file mode 100755
index b88e27e..0000000
Binary files a/jekyll-source/static/assets/img/flags/Uzbekistan.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Vanuatu.png b/jekyll-source/static/assets/img/flags/Vanuatu.png
deleted file mode 100755
index e898000..0000000
Binary files a/jekyll-source/static/assets/img/flags/Vanuatu.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Vatican-City.png b/jekyll-source/static/assets/img/flags/Vatican-City.png
deleted file mode 100755
index da76146..0000000
Binary files a/jekyll-source/static/assets/img/flags/Vatican-City.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Venezuela.png b/jekyll-source/static/assets/img/flags/Venezuela.png
deleted file mode 100755
index 9e51f9a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Venezuela.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Vietnam.png b/jekyll-source/static/assets/img/flags/Vietnam.png
deleted file mode 100755
index 06b9498..0000000
Binary files a/jekyll-source/static/assets/img/flags/Vietnam.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Wales.png b/jekyll-source/static/assets/img/flags/Wales.png
deleted file mode 100755
index aad4ede..0000000
Binary files a/jekyll-source/static/assets/img/flags/Wales.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Wallis-And-Futuna.png b/jekyll-source/static/assets/img/flags/Wallis-And-Futuna.png
deleted file mode 100755
index 79bf057..0000000
Binary files a/jekyll-source/static/assets/img/flags/Wallis-And-Futuna.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Western-Sahara.png b/jekyll-source/static/assets/img/flags/Western-Sahara.png
deleted file mode 100755
index 2a53959..0000000
Binary files a/jekyll-source/static/assets/img/flags/Western-Sahara.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Yemen.png b/jekyll-source/static/assets/img/flags/Yemen.png
deleted file mode 100755
index 19a9e90..0000000
Binary files a/jekyll-source/static/assets/img/flags/Yemen.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Zambia.png b/jekyll-source/static/assets/img/flags/Zambia.png
deleted file mode 100755
index cd3d06a..0000000
Binary files a/jekyll-source/static/assets/img/flags/Zambia.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/flags/Zimbabwe.png b/jekyll-source/static/assets/img/flags/Zimbabwe.png
deleted file mode 100755
index a40454d..0000000
Binary files a/jekyll-source/static/assets/img/flags/Zimbabwe.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/apache.png b/jekyll-source/static/assets/img/landing/apache.png
deleted file mode 100644
index 5bd1b41..0000000
Binary files a/jekyll-source/static/assets/img/landing/apache.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/avatar.jpg b/jekyll-source/static/assets/img/landing/avatar.jpg
deleted file mode 100644
index 8de0f3c..0000000
Binary files a/jekyll-source/static/assets/img/landing/avatar.jpg and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/avatar_all.png b/jekyll-source/static/assets/img/landing/avatar_all.png
deleted file mode 100755
index 9719627..0000000
Binary files a/jekyll-source/static/assets/img/landing/avatar_all.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/google.png b/jekyll-source/static/assets/img/landing/google.png
deleted file mode 100644
index 5d207fa..0000000
Binary files a/jekyll-source/static/assets/img/landing/google.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/header.png b/jekyll-source/static/assets/img/landing/header.png
deleted file mode 100644
index 2535cb5..0000000
Binary files a/jekyll-source/static/assets/img/landing/header.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/header_one.jpg b/jekyll-source/static/assets/img/landing/header_one.jpg
deleted file mode 100755
index 3e8177c..0000000
Binary files a/jekyll-source/static/assets/img/landing/header_one.jpg and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/header_two.jpg b/jekyll-source/static/assets/img/landing/header_two.jpg
deleted file mode 100755
index f583a54..0000000
Binary files a/jekyll-source/static/assets/img/landing/header_two.jpg and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/jekyll.png b/jekyll-source/static/assets/img/landing/jekyll.png
deleted file mode 100755
index f1a7528..0000000
Binary files a/jekyll-source/static/assets/img/landing/jekyll.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/python.png b/jekyll-source/static/assets/img/landing/python.png
deleted file mode 100644
index 2e0e871..0000000
Binary files a/jekyll-source/static/assets/img/landing/python.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/shattered.png b/jekyll-source/static/assets/img/landing/shattered.png
deleted file mode 100755
index ffb69e0..0000000
Binary files a/jekyll-source/static/assets/img/landing/shattered.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/sw.png b/jekyll-source/static/assets/img/landing/sw.png
deleted file mode 100644
index 2e48344..0000000
Binary files a/jekyll-source/static/assets/img/landing/sw.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/sw_small.png b/jekyll-source/static/assets/img/landing/sw_small.png
deleted file mode 100644
index 7606a35..0000000
Binary files a/jekyll-source/static/assets/img/landing/sw_small.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/landing/word_map.png b/jekyll-source/static/assets/img/landing/word_map.png
deleted file mode 100755
index dcb8d33..0000000
Binary files a/jekyll-source/static/assets/img/landing/word_map.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/search/cb-close.png b/jekyll-source/static/assets/img/search/cb-close.png
deleted file mode 100755
index f45d924..0000000
Binary files a/jekyll-source/static/assets/img/search/cb-close.png and /dev/null differ
diff --git a/jekyll-source/static/assets/img/search/cb-search.png b/jekyll-source/static/assets/img/search/cb-search.png
deleted file mode 100755
index 998e5d2..0000000
Binary files a/jekyll-source/static/assets/img/search/cb-search.png and /dev/null differ
diff --git a/jekyll-source/static/css/custom.scss b/jekyll-source/static/css/custom.scss
deleted file mode 100644
index e445b8d..0000000
--- a/jekyll-source/static/css/custom.scss
+++ /dev/null
@@ -1,9 +0,0 @@
----
-
----
-
-@import "search";
-@import "pygments";
-@import "open_sans";
-@import "roboto";
-@import "style";
diff --git a/jekyll-source/static/js/bs3-typeahead.js b/jekyll-source/static/js/bs3-typeahead.js
deleted file mode 100644
index 31c7a42..0000000
--- a/jekyll-source/static/js/bs3-typeahead.js
+++ /dev/null
@@ -1,208 +0,0 @@
-!function(a, b) {
-    "use strict";
-    "undefined" != typeof module && module.exports ? module.exports = b(require("jquery")) :"function" == typeof define && define.amd ? define([ "jquery" ], function(a) {
-        return b(a);
-    }) :b(a.jQuery);
-}(this, function(a) {
-    "use strict";
-    var b = function(b, c) {
-        this.$element = a(b), this.options = a.extend({}, a.fn.typeahead.defaults, c), this.matcher = this.options.matcher || this.matcher,
-        this.sorter = this.options.sorter || this.sorter, this.select = this.options.select || this.select,
-        this.autoSelect = "boolean" == typeof this.options.autoSelect ? this.options.autoSelect :!0,
-        this.highlighter = this.options.highlighter || this.highlighter, this.render = this.options.render || this.render,
-        this.updater = this.options.updater || this.updater, this.displayText = this.options.displayText || this.displayText,
-        this.source = this.options.source, this.delay = this.options.delay, this.$menu = a(this.options.menu),
-        this.$appendTo = this.options.appendTo ? a(this.options.appendTo) :null, this.shown = !1,
-        this.listen(), this.showHintOnFocus = "boolean" == typeof this.options.showHintOnFocus ? this.options.showHintOnFocus :!1,
-        this.afterSelect = this.options.afterSelect, this.addItem = !1;
-    };
-    b.prototype = {
-        constructor:b,
-        select:function() {
-            var a = this.$menu.find(".active").data("value");
-            if (this.$element.data("active", a), this.autoSelect || a) {
-                var b = this.updater(a);
-                this.$element.val(this.displayText(b) || b).change(), this.afterSelect(b);
-            }
-            return this.hide();
-        },
-        updater:function(a) {
-            return a;
-        },
-        setSource:function(a) {
-            this.source = a;
-        },
-        show:function() {
-            var b, c = a.extend({}, this.$element.position(), {
-                height:this.$element[0].offsetHeight
-            });
-            return b = "function" == typeof this.options.scrollHeight ? this.options.scrollHeight.call() :this.options.scrollHeight,
-            (this.$appendTo ? this.$menu.appendTo(this.$appendTo) :this.$menu.insertAfter(this.$element)).css({
-                top:c.top + c.height + b,
-                left:c.left
-            }).show(), this.shown = !0, this;
-        },
-        hide:function() {
-            return this.$menu.hide(), this.shown = !1, this;
-        },
-        lookup:function(b) {
-            if (this.query = "undefined" != typeof b && null !== b ? b :this.$element.val() || "",
-            this.query.length < this.options.minLength) return this.shown ? this.hide() :this;
-            var c = a.proxy(function() {
-                a.isFunction(this.source) ? this.source(this.query, a.proxy(this.process, this)) :this.source && this.process(this.source);
-            }, this);
-            clearTimeout(this.lookupWorker), this.lookupWorker = setTimeout(c, this.delay);
-        },
-        process:function(b) {
-            var c = this;
-            return b = a.grep(b, function(a) {
-                return c.matcher(a);
-            }), b = this.sorter(b), b.length || this.options.addItem ? (b.length > 0 ? this.$element.data("active", b[0]) :this.$element.data("active", null),
-            this.options.addItem && b.push(this.options.addItem), "all" == this.options.items ? this.render(b).show() :this.render(b.slice(0, this.options.items)).show()) :this.shown ? this.hide() :this;
-        },
-        matcher:function(a) {
-            var b = this.displayText(a);
-            return ~b.toLowerCase().indexOf(this.query.toLowerCase());
-        },
-        sorter:function(a) {
-            for (var b, c = [], d = [], e = []; b = a.shift(); ) {
-                var f = this.displayText(b);
-                f.toLowerCase().indexOf(this.query.toLowerCase()) ? ~f.indexOf(this.query) ? d.push(b) :e.push(b) :c.push(b);
-            }
-            return c.concat(d, e);
-        },
-        highlighter:function(b) {
-            var c, d, e, f, g, h = a("<div></div>"), i = this.query, j = b.toLowerCase().indexOf(i.toLowerCase());
-            if (c = i.length, 0 === c) return h.text(b).html();
-            for (;j > -1; ) d = b.substr(0, j), e = b.substr(j, c), f = b.substr(j + c), g = a("<strong></strong>").text(e),
-            h.append(document.createTextNode(d)).append(g), b = f, j = b.toLowerCase().indexOf(i.toLowerCase());
-            return h.append(document.createTextNode(b)).html();
-        },
-        render:function(b) {
-            var c = this, d = this, e = !1;
-            return b = a(b).map(function(b, f) {
-                var g = d.displayText(f);
-                return b = a(c.options.item).data("value", f), b.find("a").html(c.highlighter(g)),
-                g == d.$element.val() && (b.addClass("active"), d.$element.data("active", f), e = !0),
-                b[0];
-            }), this.autoSelect && !e && (b.first().addClass("active"), this.$element.data("active", b.first().data("value"))),
-            this.$menu.html(b), this;
-        },
-        displayText:function(a) {
-            return a.name || a;
-        },
-        next:function() {
-            var b = this.$menu.find(".active").removeClass("active"), c = b.next();
-            c.length || (c = a(this.$menu.find("li")[0])), c.addClass("active");
-        },
-        prev:function() {
-            var a = this.$menu.find(".active").removeClass("active"), b = a.prev();
-            b.length || (b = this.$menu.find("li").last()), b.addClass("active");
-        },
-        listen:function() {
-            this.$element.on("focus", a.proxy(this.focus, this)).on("blur", a.proxy(this.blur, this)).on("keypress", a.proxy(this.keypress, this)).on("keyup", a.proxy(this.keyup, this)),
-            this.eventSupported("keydown") && this.$element.on("keydown", a.proxy(this.keydown, this)),
-            this.$menu.on("click", a.proxy(this.click, this)).on("mouseenter", "li", a.proxy(this.mouseenter, this)).on("mouseleave", "li", a.proxy(this.mouseleave, this));
-        },
-        destroy:function() {
-            this.$element.data("typeahead", null), this.$element.data("active", null), this.$element.off("focus").off("blur").off("keypress").off("keyup"),
-            this.eventSupported("keydown") && this.$element.off("keydown"), this.$menu.remove();
-        },
-        eventSupported:function(a) {
-            var b = a in this.$element;
-            return b || (this.$element.setAttribute(a, "return;"), b = "function" == typeof this.$element[a]),
-            b;
-        },
-        move:function(a) {
-            if (this.shown) {
-                switch (a.keyCode) {
-                  case 9:
-                  case 13:
-                  case 27:
-                    a.preventDefault();
-                    break;
-
-                  case 38:
-                    if (a.shiftKey) return;
-                    a.preventDefault(), this.prev();
-                    break;
-
-                  case 40:
-                    if (a.shiftKey) return;
-                    a.preventDefault(), this.next();
-                }
-                a.stopPropagation();
-            }
-        },
-        keydown:function(b) {
-            this.suppressKeyPressRepeat = ~a.inArray(b.keyCode, [ 40, 38, 9, 13, 27 ]), this.shown || 40 != b.keyCode ? this.move(b) :this.lookup();
-        },
-        keypress:function(a) {
-            this.suppressKeyPressRepeat || this.move(a);
-        },
-        keyup:function(a) {
-            switch (a.keyCode) {
-              case 40:
-              case 38:
-              case 16:
-              case 17:
-              case 18:
-                break;
-
-              case 9:
-              case 13:
-                if (!this.shown) return;
-                this.select();
-                break;
-
-              case 27:
-                if (!this.shown) return;
-                this.hide();
-                break;
-
-              default:
-                this.lookup();
-            }
-            a.stopPropagation(), a.preventDefault();
-        },
-        focus:function() {
-            this.focused || (this.focused = !0, this.options.showHintOnFocus && this.lookup(""));
-        },
-        blur:function() {
-            this.focused = !1, !this.mousedover && this.shown && this.hide();
-        },
-        click:function(a) {
-            a.stopPropagation(), a.preventDefault(), this.select(), this.$element.focus();
-        },
-        mouseenter:function(b) {
-            this.mousedover = !0, this.$menu.find(".active").removeClass("active"), a(b.currentTarget).addClass("active");
-        },
-        mouseleave:function() {
-            this.mousedover = !1, !this.focused && this.shown && this.hide();
-        }
-    };
-    var c = a.fn.typeahead;
-    a.fn.typeahead = function(c) {
-        var d = arguments;
-        return "string" == typeof c && "getActive" == c ? this.data("active") :this.each(function() {
-            var e = a(this), f = e.data("typeahead"), g = "object" == typeof c && c;
-            f || e.data("typeahead", f = new b(this, g)), "string" == typeof c && (d.length > 1 ? f[c].apply(f, Array.prototype.slice.call(d, 1)) :f[c]());
-        });
-    }, a.fn.typeahead.defaults = {
-        source:[],
-        items:10,
-        menu:'<ul class="typeahead dropdown-menu" role="listbox"></ul>',
-        item:'<li><a href="#" role="option"></a></li>',
-        minLength:1,
-        scrollHeight:0,
-        autoSelect:!0,
-        afterSelect:a.noop,
-        delay:0,
-        addItem:!1
-    }, a.fn.typeahead.Constructor = b, a.fn.typeahead.noConflict = function() {
-        return a.fn.typeahead = c, this;
-    }, a(document).on("focus.typeahead.data-api", '[data-provide="typeahead"]', function() {
-        var b = a(this);
-        b.data("typeahead") || b.typeahead(b.data());
-    });
-});
diff --git a/jekyll-source/static/js/count.js b/jekyll-source/static/js/count.js
deleted file mode 100755
index 7975299..0000000
--- a/jekyll-source/static/js/count.js
+++ /dev/null
@@ -1,19 +0,0 @@
-$(document).ready(function() {
-    pre_content = $("#jalpc_site_pv").html();
-    $("#jalpc_site_pv").html(pre_content);
-    $.ajax({
-        type: "get",
-        async: false,
-        url: "https://miniapp.jack003.com/counter.cgi",
-        dataType: "jsonp",
-        jsonp: "callback",
-        jsonpCallback: "flightHandler",
-        success: function(json) {
-            var website_count = json.data;
-            $("#jalpc_site_pv").html('<span class="navy">' + website_count + '</span>&nbsp;<span data-i18n="link.view">views</span>&nbsp;||&nbsp;' + pre_content);
-        },
-        error: function() {
-            console.log('fail');
-        }
-    });
-});
diff --git a/jekyll-source/static/js/github_api.js b/jekyll-source/static/js/github_api.js
deleted file mode 100644
index 7115cd2..0000000
--- a/jekyll-source/static/js/github_api.js
+++ /dev/null
@@ -1,31 +0,0 @@
-$(document).ready(function() {
-  users = []
-  repos = []
-  $(".ghbtn").each( function () {
-    var user = $(this).attr('user');
-    var repo = $(this).attr('repo');
-    repos.push(user + '/' + repo);
-      if (users.indexOf($(this).attr('user')) === -1) {
-        users.push($(this).attr('user'))
-      }
-  })
-  // console.log(1, users, repos)
-  for (var i = 0; i < users.length; i++) {
-    $.ajax({
-    type: "GET",
-    url: "https://api.github.com/users/" + users[i] + "/repos?per_page=100",
-    tryCount : 0,
-    retryLimit : 3,
-    async: true,
-    dataType: "json",
-    success: function (data) {
-      for  (var i = 0; i < data.length; i++) {
-        if (repos.indexOf(data[i].full_name) !== -1) {
-          x = data[i].name;
-          $("div[repo='" + x + "']").children(".star").html('<i class="fa fa-star"></i> ' + data[i].stargazers_count)
-          $("div[repo='" + x + "']").children(".fork").html('<i class="fa fa-code-fork"></i> ' + data[i].forks_count)
-        }
-      }
-    }
-  })}
-});
diff --git a/jekyll-source/static/js/github_api.min.js b/jekyll-source/static/js/github_api.min.js
deleted file mode 100644
index 41e5ef4..0000000
--- a/jekyll-source/static/js/github_api.min.js
+++ /dev/null
@@ -1 +0,0 @@
-$(document).ready(function(){users=[],repos=[],$(".ghbtn").each(function(){var a=$(this).attr("user"),b=$(this).attr("repo");repos.push(a+"/"+b),-1===users.indexOf($(this).attr("user"))&&users.push($(this).attr("user"))});for(var a=0;a<users.length;a++)$.ajax({type:"GET",url:"https://api.github.com/users/"+users[a]+"/repos?per_page=100",tryCount:0,retryLimit:3,async:!0,dataType:"json",success:function(a){for(var b=0;b<a.length;b++)-1!==repos.indexOf(a[b].full_name)&&(x=a[b].name,$("div[repo='"+x+"']").children(".star").html('<i class="fa fa-star"></i> '+a[b].stargazers_count),$("div[repo='"+x+"']").children(".fork").html('<i class="fa fa-code-fork"></i> '+a[b].forks_count))}})});
diff --git a/jekyll-source/static/js/i18next.min.js b/jekyll-source/static/js/i18next.min.js
deleted file mode 100755
index 2fa4b14..0000000
--- a/jekyll-source/static/js/i18next.min.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// i18next, v1.11.1
-// Copyright (c)2015 Jan Mühlemann (jamuhl).
-// Distributed under MIT license
-// http://i18next.com
-!function(a){function b(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function c(a,b,d){for(var e in b)e in a?"string"==typeof a[e]||a[e]instanceof String||"string"==typeof b[e]||b[e]instanceof String?d&&(a[e]=b[e]):c(a[e],b[e],d):a[e]=b[e];return a}function d(a,b,c){var d,e=0,f=a.length,g=void 0===f||"[object Array]"!==Object.prototype.toString.apply(a)||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function e(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return V[a]}):a}function f(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(encodeURIComponent(c)+"="+encodeURIComponent(a[c]));return b.join("&")},d=function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):d>127&&2048>d?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},e=function(a){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a=d(a);var c,e,f,g,h,i,j,k="",l=0;do c=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=c>>2,h=(3&c)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j),c=e=f="",g=h=i=j="";while(l<a.length);return k},f=function(){for(var a=arguments[0],b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)c.hasOwnProperty(d)&&(a[d]=c[d])}return a},g=function(a,d,e,h){"function"==typeof e&&(h=e,e={}),e.cache=e.cache||!1,e.data=e.data||{},e.headers=e.headers||{},e.jsonp=e.jsonp||!1,e.async=void 0===e.async?!0:e.async;var i,j=f({accept:"*/*","content-type":"application/x-www-form-urlencoded;charset=UTF-8"},g.headers,e.headers);if(i="application/json"===j["content-type"]?JSON.stringify(e.data):c(e.data),"GET"===a){var k=[];if(i&&(k.push(i),i=null),e.cache||k.push("_="+(new Date).getTime()),e.jsonp&&(k.push("callback="+e.jsonp),k.push("jsonp="+e.jsonp)),k=k.join("&"),k.length>1&&(d+=d.indexOf("?")>-1?"&"+k:"?"+k),e.jsonp){var l=document.getElementsByTagName("head")[0],m=document.createElement("script");return m.type="text/javascript",m.src=d,void l.appendChild(m)}}b(function(b,c){if(b)return h(b);c.open(a,d,e.async);for(var f in j)j.hasOwnProperty(f)&&c.setRequestHeader(f,j[f]);c.onreadystatechange=function(){if(4===c.readyState){var a=c.responseText||"";if(!h)return;h(c.status,{text:function(){return a},json:function(){try{return JSON.parse(a)}catch(b){return Y.error("Can not parse JSON. URL: "+d),{}}}})}},c.send(i)})},h={authBasic:function(a,b){g.headers.Authorization="Basic "+e(a+":"+b)},connect:function(a,b,c){return g("CONNECT",a,b,c)},del:function(a,b,c){return g("DELETE",a,b,c)},get:function(a,b,c){return g("GET",a,b,c)},head:function(a,b,c){return g("HEAD",a,b,c)},headers:function(a){g.headers=a||{}},isAllowed:function(a,b,c){this.options(a,function(a,d){c(-1!==d.text().indexOf(b))})},options:function(a,b,c){return g("OPTIONS",a,b,c)},patch:function(a,b,c){return g("PATCH",a,b,c)},post:function(a,b,c){return g("POST",a,b,c)},put:function(a,b,c){return g("PUT",a,b,c)},trace:function(a,b,c){return g("TRACE",a,b,c)}},i=a.type?a.type.toLowerCase():"get";h[i](a.url,a,function(b,c){200===b||0===b&&c.text()?a.success(c.json(),b,null):a.error(c.text(),b,null)})}function g(a,b){"function"==typeof a&&(b=a,a={}),a=a||{},Y.extend(U,a),delete U.fixLng,U.functions&&(delete U.functions,Y.extend(Y,a.functions)),"string"==typeof U.ns&&(U.ns={namespaces:[U.ns],defaultNs:U.ns}),"string"==typeof U.fallbackNS&&(U.fallbackNS=[U.fallbackNS]),("string"==typeof U.fallbackLng||"boolean"==typeof U.fallbackLng)&&(U.fallbackLng=[U.fallbackLng]),U.interpolationPrefixEscaped=Y.regexEscape(U.interpolationPrefix),U.interpolationSuffixEscaped=Y.regexEscape(U.interpolationSuffix),U.lng||(U.lng=Y.detectLanguage()),Q=Y.toLanguages(U.lng),L=Q[0],Y.log("currentLng set to: "+L),U.useCookie&&Y.cookie.read(U.cookieName)!==L&&Y.cookie.create(U.cookieName,L,U.cookieExpirationTime,U.cookieDomain),U.detectLngFromLocalStorage&&"undefined"!=typeof document&&window.localStorage&&Y.localStorage.setItem("i18next_lng",L);var c=F;a.fixLng&&(c=function(a,b){return b=b||{},b.lng=b.lng||c.lng,F(a,b)},c.lng=L),_.setCurrentLng(L),M&&U.setJqueryExt?x&&x():y&&y();var d;if(M&&M.Deferred&&(d=M.Deferred()),!U.resStore){var e=Y.toLanguages(U.lng);"string"==typeof U.preload&&(U.preload=[U.preload]);for(var f=0,g=U.preload.length;g>f;f++)for(var h=Y.toLanguages(U.preload[f]),i=0,j=h.length;j>i;i++)e.indexOf(h[i])<0&&e.push(h[i]);return N.sync.load(e,U,function(a,e){O=e,R=!0,b&&b(a,c),d&&(a?d.reject:d.resolve)(a||c)}),d?d.promise():void 0}return O=U.resStore,R=!0,b&&b(null,c),d&&d.resolve(c),d?d.promise():void 0}function h(){return R}function i(a,b){"string"==typeof a&&(a=[a]);for(var c=0,d=a.length;d>c;c++)U.preload.indexOf(a[c])<0&&U.preload.push(a[c]);return g(b)}function j(a,b,c,d,e){"string"!=typeof b?(c=b,b=U.ns.defaultNs):U.ns.namespaces.indexOf(b)<0&&U.ns.namespaces.push(b),O[a]=O[a]||{},O[a][b]=O[a][b]||{},d?Y.deepExtend(O[a][b],c,e):Y.extend(O[a][b],c),U.useLocalStorage&&S._storeLocal(O)}function k(a,b){"string"!=typeof b&&(b=U.ns.defaultNs),O[a]=O[a]||{};var c=O[a][b]||{},d=!1;for(var e in c)c.hasOwnProperty(e)&&(d=!0);return d}function l(a,b){return"string"!=typeof b&&(b=U.ns.defaultNs),O[a]=O[a]||{},Y.extend({},O[a][b])}function m(a,b){"string"!=typeof b&&(b=U.ns.defaultNs),O[a]=O[a]||{},O[a][b]={},U.useLocalStorage&&S._storeLocal(O)}function n(a,b,c,d){"string"!=typeof b?(resource=b,b=U.ns.defaultNs):U.ns.namespaces.indexOf(b)<0&&U.ns.namespaces.push(b),O[a]=O[a]||{},O[a][b]=O[a][b]||{};for(var e=c.split(U.keyseparator),f=0,g=O[a][b];e[f];)f==e.length-1?g[e[f]]=d:(null==g[e[f]]&&(g[e[f]]={}),g=g[e[f]]),f++;U.useLocalStorage&&S._storeLocal(O)}function o(a,b,c){"string"!=typeof b?(c=b,b=U.ns.defaultNs):U.ns.namespaces.indexOf(b)<0&&U.ns.namespaces.push(b);for(var d in c)"string"==typeof c[d]&&n(a,b,d,c[d])}function p(a){U.ns.defaultNs=a}function q(a,b){r([a],b)}function r(a,b){var c={dynamicLoad:U.dynamicLoad,resGetPath:U.resGetPath,getAsync:U.getAsync,customLoad:U.customLoad,ns:{namespaces:a,defaultNs:""}},d=Y.toLanguages(U.lng);"string"==typeof U.preload&&(U.preload=[U.preload]);for(var e=0,f=U.preload.length;f>e;e++)for(var g=Y.toLanguages(U.preload[e]),h=0,i=g.length;i>h;h++)d.indexOf(g[h])<0&&d.push(g[h]);for(var j=[],k=0,l=d.length;l>k;k++){var m=!1,n=O[d[k]];if(n)for(var o=0,p=a.length;p>o;o++)n[a[o]]||(m=!0);else m=!0;m&&j.push(d[k])}j.length?N.sync._fetch(j,c,function(c,d){var e=a.length*j.length;Y.each(a,function(a,c){U.ns.namespaces.indexOf(c)<0&&U.ns.namespaces.push(c),Y.each(j,function(a,f){O[f]=O[f]||{},O[f][c]=d[f][c],e--,0===e&&b&&(U.useLocalStorage&&N.sync._storeLocal(O),b())})})}):b&&b()}function s(a,b,c){return"function"==typeof b?(c=b,b={}):b||(b={}),b.lng=a,g(b,c)}function t(){return L}function u(){var a=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam"];return a.some(function(a){return new RegExp("^"+a).test(L)})?"rtl":"ltr"}function v(a){O={},s(L,a)}function w(){window.i18next=window.i18n,T?window.i18n=T:delete window.i18n}function x(){function a(a,b,c){if(0!==b.length){var d="text";if(0===b.indexOf("[")){var e=b.split("]");b=e[1],d=e[0].substr(1,e[0].length-1)}b.indexOf(";")===b.length-1&&(b=b.substr(0,b.length-2));var f;if("html"===d)f=U.defaultValueFromContent?M.extend({defaultValue:a.html()},c):c,a.html(M.t(b,f));else if("text"===d)f=U.defaultValueFromContent?M.extend({defaultValue:a.text()},c):c,a.text(M.t(b,f));else if("prepend"===d)f=U.defaultValueFromContent?M.extend({defaultValue:a.html()},c):c,a.prepend(M.t(b,f));else if("append"===d)f=U.defaultValueFromContent?M.extend({defaultValue:a.html()},c):c,a.append(M.t(b,f));else if(0===d.indexOf("data-")){var g=d.substr("data-".length);f=U.defaultValueFromContent?M.extend({defaultValue:a.data(g)},c):c;var h=M.t(b,f);a.data(g,h),a.attr(d,h)}else f=U.defaultValueFromContent?M.extend({defaultValue:a.attr(d)},c):c,a.attr(d,M.t(b,f))}}function b(b,c){var d=b.attr(U.selectorAttr);if(d||"undefined"==typeof d||d===!1||(d=b.text()||b.val()),d){var e=b,f=b.data("i18n-target");if(f&&(e=b.find(f)||b),c||U.useDataAttrOptions!==!0||(c=b.data("i18n-options")),c=c||{},d.indexOf(";")>=0){var g=d.split(";");M.each(g,function(b,d){""!==d&&a(e,d,c)})}else a(e,d,c);if(U.useDataAttrOptions===!0){var h=M.extend({lng:"non",lngs:[],_origLng:"non"},c);delete h.lng,delete h.lngs,delete h._origLng,b.data("i18n-options",h)}}}M.t=M.t||F,M.fn.i18n=function(a){return this.each(function(){b(M(this),a);var c=M(this).find("["+U.selectorAttr+"]");c.each(function(){b(M(this),a)})})}}function y(){function a(a,b,c){if(0!==b.length){var d="text";if(0===b.indexOf("[")){var e=b.split("]");b=e[1],d=e[0].substr(1,e[0].length-1)}b.indexOf(";")===b.length-1&&(b=b.substr(0,b.length-2)),"html"===d?a.innerHTML=F(b,c):"text"===d?a.textContent=F(b,c):"prepend"===d?a.insertAdjacentHTML(F(b,c),"afterbegin"):"append"===d?a.insertAdjacentHTML(F(b,c),"beforeend"):a.setAttribute(d,F(b,c))}}function b(b,c){var d=b.getAttribute(U.selectorAttr);if(d||"undefined"==typeof d||d===!1||(d=b.textContent||b.value),d){var e=b,f=b.getAttribute("i18n-target");if(f&&(e=b.querySelector(f)||b),d.indexOf(";")>=0)for(var g=d.split(";"),h=0,i=g.length;i>h;h++)""!==g[h]&&a(e,g[h],c);else a(e,d,c)}}N.translateObject=function(a,c){for(var d=a.querySelectorAll("["+U.selectorAttr+"]"),e=0,f=d.length;f>e;e++)b(d[e],c)}}function z(a,b,c,d){if(!a)return a;if(d=d||b,a.indexOf(d.interpolationPrefix||U.interpolationPrefix)<0)return a;var e=d.interpolationPrefix?Y.regexEscape(d.interpolationPrefix):U.interpolationPrefixEscaped,f=d.interpolationSuffix?Y.regexEscape(d.interpolationSuffix):U.interpolationSuffixEscaped,g=d.keyseparator||U.keyseparator,h=b.replace&&"object"==typeof b.replace?b.replace:b,i=new RegExp([e,"(.+?)","(HTML)?",f].join(""),"g"),j=d.escapeInterpolation||U.escapeInterpolation;return a.replace(i,function(a,b,c){for(var d=h,e=b;e.indexOf(g)>=0&&"object"==typeof d&&d;){var f=e.slice(0,e.indexOf(g));e=e.slice(e.indexOf(g)+1),d=d[f]}if(d&&"object"==typeof d&&d.hasOwnProperty(e)){{d[e]}return j&&!c?Y.escape(d[e]):d[e]}return a})}function A(a,b){var c=",",d="{",e="}",f=Y.extend({},b);for(delete f.postProcess,delete f.isFallbackLookup;-1!=a.indexOf(U.reusePrefix)&&(P++,!(P>U.maxRecursion));){var g=a.lastIndexOf(U.reusePrefix),h=a.indexOf(U.reuseSuffix,g)+U.reuseSuffix.length,i=a.substring(g,h),j=i.replace(U.reusePrefix,"").replace(U.reuseSuffix,"");if(g>=h)return Y.error("there is an missing closing in following translation value",a),"";if(-1!=j.indexOf(c)){var k=j.indexOf(c);if(-1!=j.indexOf(d,k)&&-1!=j.indexOf(e,k)){var l=j.indexOf(d,k),m=j.indexOf(e,l)+e.length;try{f=Y.extend(f,JSON.parse(j.substring(l,m))),j=j.substring(0,k)}catch(n){}}}var o=I(j,f);a=a.replace(i,Y.regexReplacementEscape(o))}return a}function B(a){return a.context&&("string"==typeof a.context||"number"==typeof a.context)}function C(a){return void 0!==a.count&&"string"!=typeof a.count}function D(a){return void 0!==a.indefinite_article&&"string"!=typeof a.indefinite_article&&a.indefinite_article}function E(a,b){b=b||{};var c=G(a,b),d=J(a,b);return void 0!==d||d===c}function F(a,b){return R?(P=0,I.apply(null,arguments)):(Y.log("i18next not finished initialization. you might have called t function before loading resources finished."),b&&b.defaultValue?b.detaultValue:"")}function G(a,b){return void 0!==b.defaultValue?b.defaultValue:a}function H(){for(var a=[],b=1;b<arguments.length;b++)a.push(arguments[b]);return{postProcess:"sprintf",sprintf:a}}function I(a,b){if("undefined"!=typeof b&&"object"!=typeof b?"sprintf"===U.shortcutFunction?b=H.apply(null,arguments):"defaultValue"===U.shortcutFunction&&(b={defaultValue:b}):b=b||{},"object"==typeof U.defaultVariables&&(b=Y.extend({},U.defaultVariables,b)),void 0===a||null===a||""===a)return"";"number"==typeof a&&(a=String(a)),"string"==typeof a&&(a=[a]);var c=a[0];if(a.length>1)for(var d=0;d<a.length&&(c=a[d],!E(c,b));d++);var e,f=G(c,b),g=J(c,b),h=b.nsseparator||U.nsseparator,i=b.lng?Y.toLanguages(b.lng,b.fallbackLng):Q,j=b.ns||U.ns.defaultNs;c.indexOf(h)>-1&&(e=c.split(h),j=e[0],c=e[1]),void 0===g&&U.sendMissing&&"function"==typeof U.missingKeyHandler&&(b.lng?U.missingKeyHandler(i[0],j,c,f,i):U.missingKeyHandler(U.lng,j,c,f,i));var k;k="string"==typeof U.postProcess&&""!==U.postProcess?[U.postProcess]:"array"==typeof U.postProcess||"object"==typeof U.postProcess?U.postProcess:[],"string"==typeof b.postProcess&&""!==b.postProcess?k=k.concat([b.postProcess]):("array"==typeof b.postProcess||"object"==typeof b.postProcess)&&(k=k.concat(b.postProcess)),void 0!==g&&k.length&&k.forEach(function(a){aa[a]&&(g=aa[a](g,c,b))});var l=f;return f.indexOf(h)>-1&&(e=f.split(h),l=e[1]),l===c&&U.parseMissingKey&&(f=U.parseMissingKey(f)),void 0===g&&(f=z(f,b),f=A(f,b),k.length&&(g=G(c,b),k.forEach(function(a){aa[a]&&(g=aa[a](g,c,b))}))),void 0!==g?g:f}function J(a,b){b=b||{};var c,d,e=G(a,b),f=Q;if(!O)return e;if("cimode"===f[0].toLowerCase())return e;if(b.lngs&&(f=b.lngs),b.lng&&(f=Y.toLanguages(b.lng,b.fallbackLng),!O[f[0]])){var g=U.getAsync;U.getAsync=!1,N.sync.load(f,U,function(a,b){Y.extend(O,b),U.getAsync=g})}var h=b.ns||U.ns.defaultNs,i=b.nsseparator||U.nsseparator;if(a.indexOf(i)>-1){var j=a.split(i);h=j[0],a=j[1]}if(B(b)){c=Y.extend({},b),delete c.context,c.defaultValue=U.contextNotFound;var k=h+i+a+"_"+b.context;if(d=F(k,c),d!=U.contextNotFound)return z(d,{context:b.context})}if(C(b,f[0])){c=Y.extend({lngs:[f[0]]},b),delete c.count,c._origLng=c._origLng||c.lng||f[0],delete c.lng,c.defaultValue=U.pluralNotFound;var l;if(_.needsPlural(f[0],b.count)){l=h+i+a+U.pluralSuffix;var m=_.get(f[0],b.count);m>=0?l=l+"_"+m:1===m&&(l=h+i+a)}else l=h+i+a;if(d=F(l,c),d!=U.pluralNotFound)return z(d,{count:b.count,interpolationPrefix:b.interpolationPrefix,interpolationSuffix:b.interpolationSuffix});if(!(f.length>1))return c.lng=c._origLng,delete c._origLng,d=F(h+i+a,c),z(d,{count:b.count,interpolationPrefix:b.interpolationPrefix,interpolationSuffix:b.interpolationSuffix});var n=f.slice();if(n.shift(),b=Y.extend(b,{lngs:n}),b._origLng=c._origLng,delete b.lng,d=F(h+i+a,b),d!=U.pluralNotFound)return d}if(D(b)){var o=Y.extend({},b);delete o.indefinite_article,o.defaultValue=U.indefiniteNotFound;var p=h+i+a+(b.count&&!C(b,f[0])||!b.count?U.indefiniteSuffix:"");if(d=F(p,o),d!=U.indefiniteNotFound)return d}for(var q,r=b.keyseparator||U.keyseparator,s=a.split(r),t=0,u=f.length;u>t&&void 0===q;t++){for(var v=f[t],w=0,x=O[v]&&O[v][h];s[w];)x=x&&x[s[w]],w++;if(void 0!==x&&(!U.showKeyIfEmpty||""!==x)){var y=Object.prototype.toString.apply(x);if("string"==typeof x)x=z(x,b),x=A(x,b);else if("[object Array]"!==y||U.returnObjectTrees||b.returnObjectTrees){if(null===x&&U.fallbackOnNull===!0)x=void 0;else if(null!==x)if(U.returnObjectTrees||b.returnObjectTrees){if("[object Number]"!==y&&"[object Function]"!==y&&"[object RegExp]"!==y){var E="[object Array]"===y?[]:{};Y.each(x,function(c){E[c]=I(h+i+a+r+c,b)}),x=E}}else U.objectTreeKeyHandler&&"function"==typeof U.objectTreeKeyHandler?x=U.objectTreeKeyHandler(a,x,v,h,b):(x="key '"+h+":"+a+" ("+v+")' returned an object instead of string.",Y.log(x))}else x=x.join("\n"),x=z(x,b),x=A(x,b);"string"==typeof x&&""===x.trim()&&U.fallbackOnEmpty===!0&&(x=void 0),q=x}}if(void 0===q&&!b.isFallbackLookup&&(U.fallbackToDefaultNS===!0||U.fallbackNS&&U.fallbackNS.length>0)){if(b.isFallbackLookup=!0,U.fallbackNS.length){for(var H=0,K=U.fallbackNS.length;K>H;H++)if(q=J(U.fallbackNS[H]+i+a,b),q||""===q&&U.fallbackOnEmpty===!1){var L=q.indexOf(i)>-1?q.split(i)[1]:q,M=e.indexOf(i)>-1?e.split(i)[1]:e;if(L!==M)break}}else b.ns=U.ns.defaultNs,q=J(a,b);b.isFallbackLookup=!1}return q}function K(){var a,b=U.lngWhitelist||[],c=[];if("undefined"!=typeof window&&!function(){for(var a=window.location.search.substring(1),b=a.split("&"),d=0;d<b.length;d++){var e=b[d].indexOf("=");if(e>0){var f=b[d].substring(0,e);f==U.detectLngQS&&c.push(b[d].substring(e+1))}}}(),U.useCookie&&"undefined"!=typeof document){var d=Y.cookie.read(U.cookieName);d&&c.push(d)}if(U.detectLngFromLocalStorage&&"undefined"!=typeof window&&window.localStorage){var e=Y.localStorage.getItem("i18next_lng");e&&c.push(e)}if("undefined"!=typeof navigator){if(navigator.languages)for(var f=0;f<navigator.languages.length;f++)c.push(navigator.languages[f]);navigator.userLanguage&&c.push(navigator.userLanguage),navigator.language&&c.push(navigator.language)}return function(){for(var d=0;d<c.length;d++){var e=c[d];if(e.indexOf("-")>-1){var f=e.split("-");e=U.lowerCaseLng?f[0].toLowerCase()+"-"+f[1].toLowerCase():f[0].toLowerCase()+"-"+f[1].toUpperCase()}if(0===b.length||b.indexOf(e)>-1){a=e;break}}}(),a||(a=U.fallbackLng[0]),a}Array.prototype.indexOf||(Array.prototype.indexOf=function(a){"use strict";if(null==this)throw new TypeError;var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=0;if(arguments.length>0&&(d=Number(arguments[1]),d!=d?d=0:0!=d&&d!=1/0&&d!=-(1/0)&&(d=(d>0||-1)*Math.floor(Math.abs(d)))),d>=c)return-1;for(var e=d>=0?d:Math.max(c-Math.abs(d),0);c>e;e++)if(e in b&&b[e]===a)return e;return-1}),Array.prototype.lastIndexOf||(Array.prototype.lastIndexOf=function(a){"use strict";if(null==this)throw new TypeError;var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=c;arguments.length>1&&(d=Number(arguments[1]),d!=d?d=0:0!=d&&d!=1/0&&d!=-(1/0)&&(d=(d>0||-1)*Math.floor(Math.abs(d))));for(var e=d>=0?Math.min(d,c-1):c-Math.abs(d);e>=0;e--)if(e in b&&b[e]===a)return e;return-1}),"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")});var L,M=a.jQuery||a.Zepto,N={},O={},P=0,Q=[],R=!1,S={},T=null;"undefined"!=typeof module&&module.exports?module.exports=N:(M&&(M.i18n=M.i18n||N),a.i18n&&(T=a.i18n),a.i18n=N),S={load:function(a,b,c){b.useLocalStorage?S._loadLocal(a,b,function(d,e){for(var f=[],g=0,h=a.length;h>g;g++)e[a[g]]||f.push(a[g]);f.length>0?S._fetch(f,b,function(a,b){Y.extend(e,b),S._storeLocal(b),c(a,e)}):c(d,e)}):S._fetch(a,b,function(a,b){c(a,b)})},_loadLocal:function(a,b,c){var d={},e=(new Date).getTime();if(window.localStorage){var f=a.length;Y.each(a,function(a,g){var h=Y.localStorage.getItem("res_"+g);h&&(h=JSON.parse(h),h.i18nStamp&&h.i18nStamp+b.localStorageExpirationTime>e&&(d[g]=h)),f--,0===f&&c(null,d)})}},_storeLocal:function(a){if(window.localStorage)for(var b in a)a[b].i18nStamp=(new Date).getTime(),Y.localStorage.setItem("res_"+b,JSON.stringify(a[b]))},_fetch:function(a,b,c){var d=b.ns,e={};if(b.dynamicLoad){var f=function(a,b){c(a,b)};if("function"==typeof b.customLoad)b.customLoad(a,d.namespaces,b,f);else{var g=z(b.resGetPath,{lng:a.join("+"),ns:d.namespaces.join("+")});Y.ajax({url:g,cache:b.cache,success:function(a){Y.log("loaded: "+g),f(null,a)},error:function(a,b,c){Y.log("failed loading: "+g),f("failed loading resource.json error: "+c)},dataType:"json",async:b.getAsync,timeout:b.ajaxTimeout})}}else{var h,i=d.namespaces.length*a.length;Y.each(d.namespaces,function(d,f){Y.each(a,function(a,d){var g=function(a,b){a&&(h=h||[],h.push(a)),e[d]=e[d]||{},e[d][f]=b,i--,0===i&&c(h,e)};"function"==typeof b.customLoad?b.customLoad(d,f,b,g):S._fetchOne(d,f,b,g)})})}},_fetchOne:function(a,b,c,d){var e=z(c.resGetPath,{lng:a,ns:b});Y.ajax({url:e,cache:c.cache,success:function(a){Y.log("loaded: "+e),d(null,a)},error:function(a,b,c){if(b&&200==b||a&&a.status&&200==a.status)Y.error("There is a typo in: "+e);else if(b&&404==b||a&&a.status&&404==a.status)Y.log("Does not exist: "+e);else{var f=b?b:a&&a.status?a.status:null;Y.log(f+" when loading "+e)}d(c,{})},dataType:"json",async:c.getAsync,timeout:c.ajaxTimeout,headers:c.headers})},postMissing:function(a,b,c,d,e){var f={};f[c]=d;var g=[];if("fallback"===U.sendMissingTo&&U.fallbackLng[0]!==!1)for(var h=0;h<U.fallbackLng.length;h++)g.push({lng:U.fallbackLng[h],url:z(U.resPostPath,{lng:U.fallbackLng[h],ns:b})});else if("current"===U.sendMissingTo||"fallback"===U.sendMissingTo&&U.fallbackLng[0]===!1)g.push({lng:a,url:z(U.resPostPath,{lng:a,ns:b})});else if("all"===U.sendMissingTo)for(var h=0,i=e.length;i>h;h++)g.push({lng:e[h],url:z(U.resPostPath,{lng:e[h],ns:b})});for(var j=0,k=g.length;k>j;j++){var l=g[j];Y.ajax({url:l.url,type:U.sendType,data:f,success:function(){Y.log("posted missing key '"+c+"' to: "+l.url);for(var a=c.split("."),e=0,f=O[l.lng][b];a[e];)f=f[a[e]]=e===a.length-1?d:f[a[e]]||{},e++},error:function(){Y.log("failed posting missing key '"+c+"' to: "+l.url)},dataType:"json",async:U.postAsync,timeout:U.ajaxTimeout})}},reload:v};var U={lng:void 0,load:"all",preload:[],lowerCaseLng:!1,returnObjectTrees:!1,fallbackLng:["dev"],fallbackNS:[],detectLngQS:"setLng",detectLngFromLocalStorage:!1,ns:{namespaces:["translation"],defaultNs:"translation"},fallbackOnNull:!0,fallbackOnEmpty:!1,fallbackToDefaultNS:!1,showKeyIfEmpty:!1,nsseparator:":",keyseparator:".",selectorAttr:"data-i18n",debug:!1,resGetPath:"locales/__lng__/__ns__.json",resPostPath:"locales/add/__lng__/__ns__",getAsync:!0,postAsync:!0,resStore:void 0,useLocalStorage:!1,localStorageExpirationTime:6048e5,dynamicLoad:!1,sendMissing:!1,sendMissingTo:"fallback",sendType:"POST",interpolationPrefix:"__",interpolationSuffix:"__",defaultVariables:!1,reusePrefix:"$t(",reuseSuffix:")",pluralSuffix:"_plural",pluralNotFound:["plural_not_found",Math.random()].join(""),contextNotFound:["context_not_found",Math.random()].join(""),escapeInterpolation:!1,indefiniteSuffix:"_indefinite",indefiniteNotFound:["indefinite_not_found",Math.random()].join(""),setJqueryExt:!0,defaultValueFromContent:!0,useDataAttrOptions:!1,cookieExpirationTime:void 0,useCookie:!0,cookieName:"i18next",cookieDomain:void 0,objectTreeKeyHandler:void 0,postProcess:void 0,parseMissingKey:void 0,missingKeyHandler:S.postMissing,ajaxTimeout:0,shortcutFunction:"sprintf"},V={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"},W={create:function(a,b,c,d){var e;if(c){var f=new Date;f.setTime(f.getTime()+60*c*1e3),e="; expires="+f.toGMTString()}else e="";d=d?"domain="+d+";":"",document.cookie=a+"="+b+e+";"+d+"path=/"},read:function(a){for(var b=a+"=",c=document.cookie.split(";"),d=0;d<c.length;d++){for(var e=c[d];" "==e.charAt(0);)e=e.substring(1,e.length);if(0===e.indexOf(b))return e.substring(b.length,e.length)}return null},remove:function(a){this.create(a,"",-1)}},X={create:function(){},read:function(){return null},remove:function(){}},Y={extend:M?M.extend:b,deepExtend:c,each:M?M.each:d,ajax:M?M.ajax:"undefined"!=typeof document?f:function(){},cookie:"undefined"!=typeof document?W:X,detectLanguage:K,escape:e,log:function(a){U.debug&&"undefined"!=typeof console&&console.log(a)},error:function(a){"undefined"!=typeof console&&console.error(a)},getCountyIndexOfLng:function(a){var b=0;return("nb-NO"===a||"nn-NO"===a||"nb-no"===a||"nn-no"===a)&&(b=1),b},toLanguages:function(a,b){function c(a){var b=a;if("string"==typeof a&&a.indexOf("-")>-1){var c=a.split("-");b=U.lowerCaseLng?c[0].toLowerCase()+"-"+c[1].toLowerCase():c[0].toLowerCase()+"-"+c[1].toUpperCase()}else b=U.lowerCaseLng?a.toLowerCase():a;return b}var d=this.log;b=b||U.fallbackLng,"string"==typeof b&&(b=[b]);var e=[],f=U.lngWhitelist||!1,g=function(a){!f||f.indexOf(a)>-1?e.push(a):d("rejecting non-whitelisted language: "+a)};if("string"==typeof a&&a.indexOf("-")>-1){var h=a.split("-");"unspecific"!==U.load&&g(c(a)),"current"!==U.load&&g(c(h[this.getCountyIndexOfLng(a)]))}else g(c(a));for(var i=0;i<b.length;i++)-1===e.indexOf(b[i])&&b[i]&&e.push(c(b[i]));return e},regexEscape:function(a){return a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},regexReplacementEscape:function(a){return"string"==typeof a?a.replace(/\$/g,"$$$$"):a},localStorage:{setItem:function(a,b){if(window.localStorage)try{window.localStorage.setItem(a,b)}catch(c){Y.log('failed to set value for key "'+a+'" to localStorage.')}},getItem:function(a,b){if(window.localStorage)try{return window.localStorage.getItem(a,b)}catch(c){return void Y.log('failed to get value for key "'+a+'" from localStorage.')}}}};Y.applyReplacement=z;var Z=[["ach","Acholi",[1,2],1],["af","Afrikaans",[1,2],2],["ak","Akan",[1,2],1],["am","Amharic",[1,2],1],["an","Aragonese",[1,2],2],["ar","Arabic",[0,1,2,3,11,100],5],["arn","Mapudungun",[1,2],1],["ast","Asturian",[1,2],2],["ay","Aymará",[1],3],["az","Azerbaijani",[1,2],2],["be","Belarusian",[1,2,5],4],["bg","Bulgarian",[1,2],2],["bn","Bengali",[1,2],2],["bo","Tibetan",[1],3],["br","Breton",[1,2],1],["bs","Bosnian",[1,2,5],4],["ca","Catalan",[1,2],2],["cgg","Chiga",[1],3],["cs","Czech",[1,2,5],6],["csb","Kashubian",[1,2,5],7],["cy","Welsh",[1,2,3,8],8],["da","Danish",[1,2],2],["de","German",[1,2],2],["dev","Development Fallback",[1,2],2],["dz","Dzongkha",[1],3],["el","Greek",[1,2],2],["en","English",[1,2],2],["eo","Esperanto",[1,2],2],["es","Spanish",[1,2],2],["es_ar","Argentinean Spanish",[1,2],2],["et","Estonian",[1,2],2],["eu","Basque",[1,2],2],["fa","Persian",[1],3],["fi","Finnish",[1,2],2],["fil","Filipino",[1,2],1],["fo","Faroese",[1,2],2],["fr","French",[1,2],9],["fur","Friulian",[1,2],2],["fy","Frisian",[1,2],2],["ga","Irish",[1,2,3,7,11],10],["gd","Scottish Gaelic",[1,2,3,20],11],["gl","Galician",[1,2],2],["gu","Gujarati",[1,2],2],["gun","Gun",[1,2],1],["ha","Hausa",[1,2],2],["he","Hebrew",[1,2],2],["hi","Hindi",[1,2],2],["hr","Croatian",[1,2,5],4],["hu","Hungarian",[1,2],2],["hy","Armenian",[1,2],2],["ia","Interlingua",[1,2],2],["id","Indonesian",[1],3],["is","Icelandic",[1,2],12],["it","Italian",[1,2],2],["ja","Japanese",[1],3],["jbo","Lojban",[1],3],["jv","Javanese",[0,1],13],["ka","Georgian",[1],3],["kk","Kazakh",[1],3],["km","Khmer",[1],3],["kn","Kannada",[1,2],2],["ko","Korean",[1],3],["ku","Kurdish",[1,2],2],["kw","Cornish",[1,2,3,4],14],["ky","Kyrgyz",[1],3],["lb","Letzeburgesch",[1,2],2],["ln","Lingala",[1,2],1],["lo","Lao",[1],3],["lt","Lithuanian",[1,2,10],15],["lv","Latvian",[1,2,0],16],["mai","Maithili",[1,2],2],["mfe","Mauritian Creole",[1,2],1],["mg","Malagasy",[1,2],1],["mi","Maori",[1,2],1],["mk","Macedonian",[1,2],17],["ml","Malayalam",[1,2],2],["mn","Mongolian",[1,2],2],["mnk","Mandinka",[0,1,2],18],["mr","Marathi",[1,2],2],["ms","Malay",[1],3],["mt","Maltese",[1,2,11,20],19],["nah","Nahuatl",[1,2],2],["nap","Neapolitan",[1,2],2],["nb","Norwegian Bokmal",[1,2],2],["ne","Nepali",[1,2],2],["nl","Dutch",[1,2],2],["nn","Norwegian Nynorsk",[1,2],2],["no","Norwegian",[1,2],2],["nso","Northern Sotho",[1,2],2],["oc","Occitan",[1,2],1],["or","Oriya",[2,1],2],["pa","Punjabi",[1,2],2],["pap","Papiamento",[1,2],2],["pl","Polish",[1,2,5],7],["pms","Piemontese",[1,2],2],["ps","Pashto",[1,2],2],["pt","Portuguese",[1,2],2],["pt_br","Brazilian Portuguese",[1,2],2],["rm","Romansh",[1,2],2],["ro","Romanian",[1,2,20],20],["ru","Russian",[1,2,5],4],["sah","Yakut",[1],3],["sco","Scots",[1,2],2],["se","Northern Sami",[1,2],2],["si","Sinhala",[1,2],2],["sk","Slovak",[1,2,5],6],["sl","Slovenian",[5,1,2,3],21],["so","Somali",[1,2],2],["son","Songhay",[1,2],2],["sq","Albanian",[1,2],2],["sr","Serbian",[1,2,5],4],["su","Sundanese",[1],3],["sv","Swedish",[1,2],2],["sw","Swahili",[1,2],2],["ta","Tamil",[1,2],2],["te","Telugu",[1,2],2],["tg","Tajik",[1,2],1],["th","Thai",[1],3],["ti","Tigrinya",[1,2],1],["tk","Turkmen",[1,2],2],["tr","Turkish",[1,2],1],["tt","Tatar",[1],3],["ug","Uyghur",[1],3],["uk","Ukrainian",[1,2,5],4],["ur","Urdu",[1,2],2],["uz","Uzbek",[1,2],1],["vi","Vietnamese",[1],3],["wa","Walloon",[1,2],1],["wo","Wolof",[1],3],["yo","Yoruba",[1,2],2],["zh","Chinese",[1],3]],$={1:function(a){return Number(a>1)},2:function(a){return Number(1!=a)},3:function(){return 0},4:function(a){return Number(a%10==1&&a%100!=11?0:a%10>=2&&4>=a%10&&(10>a%100||a%100>=20)?1:2)},5:function(a){return Number(0===a?0:1==a?1:2==a?2:a%100>=3&&10>=a%100?3:a%100>=11?4:5)},6:function(a){return Number(1==a?0:a>=2&&4>=a?1:2)},7:function(a){return Number(1==a?0:a%10>=2&&4>=a%10&&(10>a%100||a%100>=20)?1:2)},8:function(a){return Number(1==a?0:2==a?1:8!=a&&11!=a?2:3)},9:function(a){return Number(a>=2)},10:function(a){return Number(1==a?0:2==a?1:7>a?2:11>a?3:4)},11:function(a){return Number(1==a||11==a?0:2==a||12==a?1:a>2&&20>a?2:3)},12:function(a){return Number(a%10!=1||a%100==11)},13:function(a){return Number(0!==a)},14:function(a){return Number(1==a?0:2==a?1:3==a?2:3)},15:function(a){return Number(a%10==1&&a%100!=11?0:a%10>=2&&(10>a%100||a%100>=20)?1:2)},16:function(a){return Number(a%10==1&&a%100!=11?0:0!==a?1:2)},17:function(a){return Number(1==a||a%10==1?0:1)},18:function(a){return Number(0==a?0:1==a?1:2)},19:function(a){return Number(1==a?0:0===a||a%100>1&&11>a%100?1:a%100>10&&20>a%100?2:3)},20:function(a){return Number(1==a?0:0===a||a%100>0&&20>a%100?1:2)},21:function(a){return Number(a%100==1?1:a%100==2?2:a%100==3||a%100==4?3:0)}},_={rules:function(){var a,b={};for(a=Z.length;a--;)b[Z[a][0]]={name:Z[a][1],numbers:Z[a][2],plurals:$[Z[a][3]]};return b}(),addRule:function(a,b){_.rules[a]=b},setCurrentLng:function(a){if(!_.currentRule||_.currentRule.lng!==a){var b=a.split("-");_.currentRule={lng:a,rule:_.rules[b[0]]}}},needsPlural:function(a,b){var c,d=a.split("-");return c=_.currentRule&&_.currentRule.lng===a?_.currentRule.rule:_.rules[d[Y.getCountyIndexOfLng(a)]],c&&c.numbers.length<=1?!1:1!==this.get(a,b)},get:function(a,b){function c(b,c){var d;if(d=_.currentRule&&_.currentRule.lng===a?_.currentRule.rule:_.rules[b]){var e;e=d.plurals(d.noAbs?c:Math.abs(c));var f=d.numbers[e];return 2===d.numbers.length&&1===d.numbers[0]&&(2===f?f=-1:1===f&&(f=1)),f}return 1===c?"1":"-1"}var d=a.split("-");return c(d[Y.getCountyIndexOfLng(a)],b)}},aa={},ba=function(a,b){aa[a]=b},ca=function(){function a(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}function b(a,b){for(var c=[];b>0;c[--b]=a);return c.join("")}var c=function(){return c.cache.hasOwnProperty(arguments[0])||(c.cache[arguments[0]]=c.parse(arguments[0])),c.format.call(null,c.cache[arguments[0]],arguments)};return c.format=function(c,d){var e,f,g,h,i,j,k,l=1,m=c.length,n="",o=[];for(f=0;m>f;f++)if(n=a(c[f]),"string"===n)o.push(c[f]);else if("array"===n){if(h=c[f],h[2])for(e=d[l],g=0;g<h[2].length;g++){if(!e.hasOwnProperty(h[2][g]))throw ca('[sprintf] property "%s" does not exist',h[2][g]);e=e[h[2][g]]}else e=h[1]?d[h[1]]:d[l++];if(/[^s]/.test(h[8])&&"number"!=a(e))throw ca("[sprintf] expecting number but found %s",a(e));switch(h[8]){case"b":e=e.toString(2);break;case"c":e=String.fromCharCode(e);break;case"d":e=parseInt(e,10);break;case"e":e=h[7]?e.toExponential(h[7]):e.toExponential();break;case"f":e=h[7]?parseFloat(e).toFixed(h[7]):parseFloat(e);break;case"o":e=e.toString(8);break;case"s":e=(e=String(e))&&h[7]?e.substring(0,h[7]):e;break;case"u":e=Math.abs(e);break;case"x":e=e.toString(16);break;case"X":e=e.toString(16).toUpperCase()}e=/[def]/.test(h[8])&&h[3]&&e>=0?"+"+e:e,j=h[4]?"0"==h[4]?"0":h[4].charAt(1):" ",k=h[6]-String(e).length,i=h[6]?b(j,k):"",o.push(h[5]?e+i:i+e)}return o.join("")},c.cache={},c.parse=function(a){for(var b=a,c=[],d=[],e=0;b;){if(null!==(c=/^[^\x25]+/.exec(b)))d.push(c[0]);else if(null!==(c=/^\x25{2}/.exec(b)))d.push("%");else{if(null===(c=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(b)))throw"[sprintf] huh?";
-
-    if(c[2]){e|=1;var f=[],g=c[2],h=[];if(null===(h=/^([a-z_][a-z_\d]*)/i.exec(g)))throw"[sprintf] huh?";for(f.push(h[1]);""!==(g=g.substring(h[0].length));)if(null!==(h=/^\.([a-z_][a-z_\d]*)/i.exec(g)))f.push(h[1]);else{if(null===(h=/^\[(\d+)\]/.exec(g)))throw"[sprintf] huh?";f.push(h[1])}c[2]=f}else e|=2;if(3===e)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";d.push(c)}b=b.substring(c[0].length)}return d},c}(),da=function(a,b){return b.unshift(a),ca.apply(null,b)};ba("sprintf",function(a,b,c){return c.sprintf?"[object Array]"===Object.prototype.toString.apply(c.sprintf)?da(a,c.sprintf):"object"==typeof c.sprintf?ca(a,c.sprintf):a:a}),N.init=g,N.isInitialized=h,N.setLng=s,N.preload=i,N.addResourceBundle=j,N.hasResourceBundle=k,N.getResourceBundle=l,N.addResource=n,N.addResources=o,N.removeResourceBundle=m,N.loadNamespace=q,N.loadNamespaces=r,N.setDefaultNamespace=p,N.t=F,N.translate=F,N.exists=E,N.detectLanguage=Y.detectLanguage,N.pluralExtensions=_,N.sync=S,N.functions=Y,N.lng=t,N.dir=u,N.addPostProcessor=ba,N.applyReplacement=Y.applyReplacement,N.options=U,N.noConflict=w}("undefined"==typeof exports?window:exports);
\ No newline at end of file
diff --git a/jekyll-source/static/js/jPages.js b/jekyll-source/static/js/jPages.js
deleted file mode 100755
index 6820822..0000000
--- a/jekyll-source/static/js/jPages.js
+++ /dev/null
@@ -1,582 +0,0 @@
- /**
- * jQuery jPages v0.7
- * Client side pagination with jQuery
- * http://luis-almeida.github.com/jPages
- *
- * Licensed under the MIT license.
- * Copyright 2012 Luís Almeida
- * https://github.com/luis-almeida
- */
-
-;(function($, window, document, undefined) {
-
-  var name = "jPages",
-      instance = null,
-      defaults = {
-        containerID: "",
-        first: false,
-        // previous: "← Previous",
-        previous: false,
-        // next: "Next →",
-        next: false,
-        last: false,
-        links: "numeric", // blank || title
-        startPage: 1,
-        perPage: 10,
-        midRange: 5,
-        startRange: 1,
-        endRange: 1,
-        keyBrowse: false,
-        scrollBrowse: false,
-        pause: 0,
-        clickStop: false,
-        delay: 50,
-        direction: "forward", // backwards || auto || random ||
-        animation: "", // http://daneden.me/animate/ - any entrance animations
-        fallback: 400,
-        minHeight: true,
-        callback: undefined // function( pages, items ) { }
-      };
-
-
-  function Plugin(element, options) {
-    this.options = $.extend({}, defaults, options);
-
-    this._container = $("#" + this.options.containerID);
-    if (!this._container.length) return;
-
-    this.jQwindow = $(window);
-    this.jQdocument = $(document);
-
-    this._holder = $(element);
-    this._nav = {};
-    // this._nav = {"  <ul class="pagination">"};
-
-    this._first = $(this.options.first);
-    this._previous = $(this.options.previous);
-    this._next = $(this.options.next);
-    this._last = $(this.options.last);
-
-    /* only visible items! */
-    this._items = this._container.children(":visible");
-    this._itemsShowing = $([]);
-    this._itemsHiding = $([]);
-
-    this._numPages = Math.ceil(this._items.length / this.options.perPage);
-    this._currentPageNum = this.options.startPage;
-
-    this._clicked = false;
-    this._cssAnimSupport = this.getCSSAnimationSupport();
-
-    this.init();
-  }
-
-  Plugin.prototype = {
-
-    constructor : Plugin,
-
-    getCSSAnimationSupport : function() {
-      var animation = false,
-          animationstring = 'animation',
-          keyframeprefix = '',
-          domPrefixes = 'Webkit Moz O ms Khtml'.split(' '),
-          pfx = '',
-          elm = this._container.get(0);
-
-      if (elm.style.animationName) animation = true;
-
-      if (animation === false) {
-        for (var i = 0; i < domPrefixes.length; i++) {
-          if (elm.style[domPrefixes[i] + 'AnimationName'] !== undefined) {
-            pfx = domPrefixes[i];
-            animationstring = pfx + 'Animation';
-            keyframeprefix = '-' + pfx.toLowerCase() + '-';
-            animation = true;
-            break;
-          }
-        }
-      }
-
-      return animation;
-    },
-
-    init : function() {
-      this.setStyles();
-      this.setNav();
-      this.paginate(this._currentPageNum);
-      this.setMinHeight();
-    },
-
-    setStyles : function() {
-      var requiredStyles = "<style>" +
-      ".jp-invisible { visibility: hidden !important; } " +
-      ".jp-hidden { display: none !important; }" +
-      "</style>";
-
-      $(requiredStyles).appendTo("head");
-
-      if (this._cssAnimSupport && this.options.animation.length)
-        this._items.addClass("animated jp-hidden");
-      else this._items.hide();
-
-    },
-
-    setNav : function() {
-      var navhtml = this.writeNav();
-
-      this._holder.each(this.bind(function(index, element) {
-        var holder = $(element);
-        holder.html(navhtml);
-        this.cacheNavElements(holder, index);
-        this.bindNavHandlers(index);
-        this.disableNavSelection(element);
-      }, this));
-
-      if (this.options.keyBrowse) this.bindNavKeyBrowse();
-      if (this.options.scrollBrowse) this.bindNavScrollBrowse();
-    },
-
-    writeNav : function() {
-      var i = 1, navhtml;
-      navhtml = ''
-      navhtml = '<nav><ul class="pagination">'
-      navhtml += this.writeBtn("first") + this.writeBtn("previous");
-      // navhtml = "<ul class="pagination">" + this.writeBtn("first") + this.writeBtn("previous");
-
-      for (; i <= this._numPages; i++) {
-        if (i === 1 && this.options.startRange === 0) navhtml += "<span>...</span>";
-        // if (i === 1 && this.options.startRange === 0) navhtml += "<li><span>...</span></li>";
-        if (i > this.options.startRange && i <= this._numPages - this.options.endRange)
-          // navhtml += "<a href='#' class='jp-hidden'>";
-          navhtml += "<li><a href='#' class='jp-hidden'>";
-          // navhtml += "<a type="button" class="btn btn-white jp-hidden" href="#" >"
-        else
-          // navhtml += "<a>";
-          navhtml += "<li><a>";
-          // navhtml += "<a type="button" class="btn btn-white">";
-
-        switch (this.options.links) {
-          case "numeric":
-            navhtml += i;
-            break;
-          case "blank":
-            break;
-          case "title":
-            var title = this._items.eq(i - 1).attr("data-title");
-            navhtml += title !== undefined ? title : "";
-            break;
-        }
-
-        // navhtml += "</a>";
-        navhtml += "</a></li>";
-        if (i === this.options.startRange || i === this._numPages - this.options.endRange)
-          // navhtml += "<span>...</span>";
-          navhtml += "<li><span>...</span></li>";
-      }
-      navhtml += this.writeBtn("next") + this.writeBtn("last") + "</div>";
-      // navhtml += this.writeBtn("next") + this.writeBtn("last") + "</div>" + "</ul>";
-      navhtml += '</ul></nav>'
-      return navhtml;
-    },
-
-    writeBtn : function(which) {
-
-      return this.options[which] !== false && !$(this["_" + which]).length ?
-      // "<a class='jp-" + which + "'>" + this.options[which] + "</a>" : "";
-      "<li class=''><a class='jp-" + which + "'>" + this.options[which] + "</a></li>" : "";
-
-    },
-
-    cacheNavElements : function(holder, index) {
-      this._nav[index] = {};
-      this._nav[index].holder = holder;
-      this._nav[index].first = this._first.length ? this._first : this._nav[index].holder.find("a.jp-first");
-      this._nav[index].previous = this._previous.length ? this._previous : this._nav[index].holder.find("a.jp-previous");
-      this._nav[index].next = this._next.length ? this._next : this._nav[index].holder.find("a.jp-next");
-      this._nav[index].last = this._last.length ? this._last : this._nav[index].holder.find("a.jp-last");
-      this._nav[index].fstBreak = this._nav[index].holder.find("span:first");
-      this._nav[index].lstBreak = this._nav[index].holder.find("span:last");
-      this._nav[index].pages = this._nav[index].holder.find("a").not(".jp-first, .jp-previous, .jp-next, .jp-last");
-      this._nav[index].permPages =
-        this._nav[index].pages.slice(0, this.options.startRange)
-          .add(this._nav[index].pages.slice(this._numPages - this.options.endRange, this._numPages));
-      this._nav[index].pagesShowing = $([]);
-      this._nav[index].currentPage = $([]);
-    },
-
-    bindNavHandlers : function(index) {
-      var nav = this._nav[index];
-
-      // default nav
-      nav.holder.bind("click.jPages", this.bind(function(evt) {
-        var newPage = this.getNewPage(nav, $(evt.target));
-        if (this.validNewPage(newPage)) {
-          this._clicked = true;
-          this.paginate(newPage);
-        }
-        evt.preventDefault();
-      }, this));
-
-      // custom first
-      if (this._first.length) {
-        this._first.bind("click.jPages", this.bind(function() {
-          if (this.validNewPage(1)) {
-            this._clicked = true;
-            this.paginate(1);
-          }
-        }, this));
-      }
-
-      // custom previous
-      if (this._previous.length) {
-        this._previous.bind("click.jPages", this.bind(function() {
-          var newPage = this._currentPageNum - 1;
-          if (this.validNewPage(newPage)) {
-            this._clicked = true;
-            this.paginate(newPage);
-          }
-        }, this));
-      }
-
-      // custom next
-      if (this._next.length) {
-        this._next.bind("click.jPages", this.bind(function() {
-          var newPage = this._currentPageNum + 1;
-          if (this.validNewPage(newPage)) {
-            this._clicked = true;
-            this.paginate(newPage);
-          }
-        }, this));
-      }
-
-      // custom last
-      if (this._last.length) {
-        this._last.bind("click.jPages", this.bind(function() {
-          if (this.validNewPage(this._numPages)) {
-            this._clicked = true;
-            this.paginate(this._numPages);
-          }
-        }, this));
-      }
-
-    },
-
-    disableNavSelection : function(element) {
-      if (typeof element.onselectstart != "undefined")
-        element.onselectstart = function() {
-          return false;
-        };
-      else if (typeof element.style.MozUserSelect != "undefined")
-        element.style.MozUserSelect = "none";
-      else
-        element.onmousedown = function() {
-          return false;
-        };
-    },
-
-    bindNavKeyBrowse : function() {
-      this.jQdocument.bind("keydown.jPages", this.bind(function(evt) {
-        var target = evt.target.nodeName.toLowerCase();
-        if (this.elemScrolledIntoView() && target !== "input" && target != "textarea") {
-          var newPage = this._currentPageNum;
-
-          if (evt.which == 37) newPage = this._currentPageNum - 1;
-          if (evt.which == 39) newPage = this._currentPageNum + 1;
-
-          if (this.validNewPage(newPage)) {
-            this._clicked = true;
-            this.paginate(newPage);
-          }
-        }
-      }, this));
-    },
-
-    elemScrolledIntoView : function() {
-      var docViewTop, docViewBottom, elemTop, elemBottom;
-      docViewTop = this.jQwindow.scrollTop();
-      docViewBottom = docViewTop + this.jQwindow.height();
-      elemTop = this._container.offset().top;
-      elemBottom = elemTop + this._container.height();
-      return ((elemBottom >= docViewTop) && (elemTop <= docViewBottom));
-
-      // comment above and uncomment below if you want keyBrowse to happen
-      // only when container is completely visible in the page
-      /*return ((elemBottom >= docViewTop) && (elemTop <= docViewBottom) &&
-                (elemBottom <= docViewBottom) &&  (elemTop >= docViewTop) );*/
-    },
-
-    bindNavScrollBrowse : function() {
-      this._container.bind("mousewheel.jPages DOMMouseScroll.jPages", this.bind(function(evt) {
-        var newPage = (evt.originalEvent.wheelDelta || -evt.originalEvent.detail) > 0 ?
-        (this._currentPageNum - 1) : (this._currentPageNum + 1);
-        if (this.validNewPage(newPage)) {
-          this._clicked = true;
-          this.paginate(newPage);
-        }
-        evt.preventDefault();
-        return false;
-      }, this));
-    },
-
-    getNewPage : function(nav, target) {
-      if (target.is(nav.currentPage)) return this._currentPageNum;
-      if (target.is(nav.pages)) return nav.pages.index(target) + 1;
-      if (target.is(nav.first)) return 1;
-      if (target.is(nav.last)) return this._numPages;
-      if (target.is(nav.previous)) return nav.pages.index(nav.currentPage);
-      if (target.is(nav.next)) return nav.pages.index(nav.currentPage) + 2;
-    },
-
-    validNewPage : function(newPage) {
-      return newPage !== this._currentPageNum && newPage > 0 && newPage <= this._numPages;
-    },
-
-    paginate : function(page) {
-      var itemRange, pageInterval;
-      itemRange = this.updateItems(page);
-      pageInterval = this.updatePages(page);
-      this._currentPageNum = page;
-      if ($.isFunction(this.options.callback))
-        this.callback(page, itemRange, pageInterval);
-
-      this.updatePause();
-    },
-
-    updateItems : function(page) {
-      var range = this.getItemRange(page);
-      this._itemsHiding = this._itemsShowing;
-      this._itemsShowing = this._items.slice(range.start, range.end);
-      if (this._cssAnimSupport && this.options.animation.length) this.cssAnimations(page);
-      else this.jQAnimations(page);
-      return range;
-    },
-
-    getItemRange : function(page) {
-      var range = {};
-      range.start = (page - 1) * this.options.perPage;
-      range.end = range.start + this.options.perPage;
-      if (range.end > this._items.length) range.end = this._items.length;
-      return range;
-    },
-
-    cssAnimations : function(page) {
-      clearInterval(this._delay);
-
-      this._itemsHiding
-        .removeClass(this.options.animation + " jp-invisible")
-        .addClass("jp-hidden");
-
-      this._itemsShowing
-        .removeClass("jp-hidden")
-        .addClass("jp-invisible");
-
-      this._itemsOriented = this.getDirectedItems(page);
-      this._index = 0;
-
-      this._delay = setInterval(this.bind(function() {
-        if (this._index === this._itemsOriented.length) clearInterval(this._delay);
-        else {
-          this._itemsOriented
-          .eq(this._index)
-          .removeClass("jp-invisible")
-          .addClass(this.options.animation);
-        }
-        this._index = this._index + 1;
-      }, this), this.options.delay);
-    },
-
-    jQAnimations : function(page) {
-      clearInterval(this._delay);
-      this._itemsHiding.addClass("jp-hidden");
-      this._itemsShowing.fadeTo(0, 0).removeClass("jp-hidden");
-      this._itemsOriented = this.getDirectedItems(page);
-      this._index = 0;
-      this._delay = setInterval(this.bind(function() {
-        if (this._index === this._itemsOriented.length) clearInterval(this._delay);
-        else {
-          this._itemsOriented
-          .eq(this._index)
-          .fadeTo(this.options.fallback, 1);
-        }
-        this._index = this._index + 1;
-      }, this), this.options.delay);
-    },
-
-    getDirectedItems : function(page) {
-      var itemsToShow;
-
-      switch (this.options.direction) {
-        case "backwards":
-          itemsToShow = $(this._itemsShowing.get().reverse());
-          break;
-        case "random":
-          itemsToShow = $(this._itemsShowing.get().sort(function() {
-            return (Math.round(Math.random()) - 0.5);
-          }));
-          break;
-        case "auto":
-          itemsToShow = page >= this._currentPageNum ?
-          this._itemsShowing : $(this._itemsShowing.get().reverse());
-          break;
-        default:
-          itemsToShow = this._itemsShowing;
-      }
-
-      return itemsToShow;
-    },
-
-    updatePages : function(page) {
-      var interval, index, nav;
-      interval = this.getInterval(page);
-      for (index in this._nav) {
-        if (this._nav.hasOwnProperty(index)) {
-          nav = this._nav[index];
-          this.updateBtns(nav, page);
-          this.updateCurrentPage(nav, page);
-          this.updatePagesShowing(nav, interval);
-          this.updateBreaks(nav, interval);
-        }
-      }
-      return interval;
-    },
-
-    getInterval : function(page) {
-      var neHalf, upperLimit, start, end;
-      neHalf = Math.ceil(this.options.midRange / 2);
-      upperLimit = this._numPages - this.options.midRange;
-      start = page > neHalf ? Math.max(Math.min(page - neHalf, upperLimit), 0) : 0;
-      end = page > neHalf ?
-        Math.min(page + neHalf - (this.options.midRange % 2 > 0 ? 1 : 0), this._numPages) :
-        Math.min(this.options.midRange, this._numPages);
-      return {start: start,end: end};
-    },
-
-    updateBtns : function(nav, page) {
-      if (page === 1) {
-        nav.first.parent().addClass("active");
-        nav.previous.parent().addClass("active");
-      }
-      if (page === this._numPages) {
-        nav.next.parent().addClass("active");
-        nav.last.parent().addClass("active");
-      }
-      if (this._currentPageNum === 1 && page > 1) {
-        nav.first.parent().removeClass("active");
-        nav.previous.parent().removeClass("active");
-      }
-      if (this._currentPageNum === this._numPages && page < this._numPages) {
-        nav.next.parent().removeClass("active");
-        nav.last.parent().removeClass("active");
-      }
-    },
-
-    updateCurrentPage : function(nav, page) {
-      nav.currentPage.removeClass("active");
-      nav.currentPage = nav.pages.eq(page - 1).parent().addClass("active");
-    },
-
-    updatePagesShowing : function(nav, interval) {
-      var newRange = nav.pages.slice(interval.start, interval.end).not(nav.permPages);
-      nav.pagesShowing.not(newRange).addClass("jp-hidden");
-      newRange.not(nav.pagesShowing).removeClass("jp-hidden");
-      nav.pagesShowing = newRange;
-    },
-
-    updateBreaks : function(nav, interval) {
-      if (
-        interval.start > this.options.startRange ||
-        (this.options.startRange === 0 && interval.start > 0)
-      ) nav.fstBreak.removeClass("jp-hidden");
-      else nav.fstBreak.addClass("jp-hidden");
-
-      if (interval.end < this._numPages - this.options.endRange) nav.lstBreak.removeClass("jp-hidden");
-      else nav.lstBreak.addClass("jp-hidden");
-    },
-
-    callback : function(page, itemRange, pageInterval) {
-      var pages = {
-            current: page,
-            interval: pageInterval,
-            count: this._numPages
-          },
-          items = {
-            showing: this._itemsShowing,
-            oncoming: this._items.slice(itemRange.start + this.options.perPage, itemRange.end + this.options.perPage),
-            range: itemRange,
-            count: this._items.length
-          };
-
-      pages.interval.start = pages.interval.start + 1;
-      items.range.start = items.range.start + 1;
-      this.options.callback(pages, items);
-    },
-
-    updatePause : function() {
-      if (this.options.pause && this._numPages > 1) {
-        clearTimeout(this._pause);
-        if (this.options.clickStop && this._clicked) return;
-        else {
-          this._pause = setTimeout(this.bind(function() {
-            this.paginate(this._currentPageNum !== this._numPages ? this._currentPageNum + 1 : 1);
-          }, this), this.options.pause);
-        }
-      }
-    },
-
-    setMinHeight : function() {
-      if (this.options.minHeight && !this._container.is("table, tbody")) {
-        setTimeout(this.bind(function() {
-          this._container.css({ "min-height": this._container.css("height") });
-        }, this), 1000);
-      }
-    },
-
-    bind : function(fn, me) {
-      return function() {
-        return fn.apply(me, arguments);
-      };
-    },
-
-    destroy : function() {
-      this.jQdocument.unbind("keydown.jPages");
-      this._container.unbind("mousewheel.jPages DOMMouseScroll.jPages");
-
-      if (this.options.minHeight) this._container.css("min-height", "");
-      if (this._cssAnimSupport && this.options.animation.length)
-        this._items.removeClass("animated jp-hidden jp-invisible " + this.options.animation);
-      else this._items.removeClass("jp-hidden").fadeTo(0, 1);
-      this._holder.unbind("click.jPages").empty();
-    }
-
-  };
-
-  $.fn[name] = function(arg) {
-    var type = $.type(arg);
-
-    if (type === "object") {
-      if (this.length && !$.data(this, name)) {
-        instance = new Plugin(this, arg);
-        this.each(function() {
-          $.data(this, name, instance);
-        });
-      }
-      return this;
-    }
-
-    if (type === "string" && arg === "destroy") {
-      instance.destroy();
-      this.each(function() {
-        $.removeData(this, name);
-      });
-      return this;
-    }
-
-    if (type === 'number' && arg % 1 === 0) {
-      if (instance.validNewPage(arg)) instance.paginate(arg);
-      return this;
-    }
-
-    return this;
-  };
-
-})(jQuery, window, document);
\ No newline at end of file
diff --git a/jekyll-source/static/js/js.js b/jekyll-source/static/js/js.js
deleted file mode 100755
index 77363a2..0000000
--- a/jekyll-source/static/js/js.js
+++ /dev/null
@@ -1,43 +0,0 @@
-$(function(){
-
-    /* build and append preformated code examples */
-    $("div#content").find("p").last().after(buildCodeBlocks);
-
-    /* toggle/collapse preformated code blocks */
-    $("pre").bind("click", function(){
-        this.className = this.className.indexOf("collapse") === -1 ?
-            ( "collapse " + this.className ) : this.className.replace("collapse ", "");
-    });
-    
-    /* apply code highlight */
-    $('pre code').each( function(i, e) {
-        hljs.highlightBlock(e, '    ');
-    });
-
-});
-
-function buildCodeBlocks() {
-    return "<div class='codeBlocks clearfix'>" +
-    "<pre class='html'><code>" + getHtml() + "</code></pre>" +
-    "<pre class='javascript'><code>" + cleanJson( $("head script").last().text() ) + "</code></pre>" +
-    "<pre class='css'><code>" + cleanCSS( $("head style").text() ) + "</code></pre>" +
-    "</div>";
-}
-
-
-function getHtml() {
-    var clone, ul, li, code;
-
-    clone = $("<div />").append($("div#content").contents().not("h2, p").clone());
-    ul = clone.find("ul");
-    li = ul.find("li");
-
-    li.slice(3, li.length).remove();
-    ul.append("...");
-
-    code = clone.html();
-
-    return cleanHTML(code).replace(/</gi, "&lt;").replace(/>/gi, "&gt;");;
-    //code = $.tabifier(code, "HTML").replace(/</gi, "&lt;").replace(/>/gi, "&gt;");
-
-}
diff --git a/jekyll-source/static/js/localization.js b/jekyll-source/static/js/localization.js
deleted file mode 100755
index d734db1..0000000
--- a/jekyll-source/static/js/localization.js
+++ /dev/null
@@ -1,28 +0,0 @@
-$(document).ready(function() {
-  var i18nOpts = {
-    lng: 'en',
-    getAsync: true,
-    fallbackLng: 'en',
-    resGetPath: 'static/locales/__lng__.json'
-  };
-
-  var translate = function() {
-    $('.i18container').i18n();
-    $('#i18_navbar').i18n();
-    $('#i18_about_me').i18n();
-    $('#i18_skills').i18n();
-    $('#i18_projects').i18n();
-    $('#i18_career').i18n();
-    $('#i18_blog').i18n();
-    $('#i18_link').i18n();
-  };
-
-  $("[id^=set_lang]").each(function() {
-    var $this = $(this);
-    $this.on('click', function() {
-      i18n.setLng($this.data('locale'), translate);
-    });
-  });
-
-  i18n.init(i18nOpts, translate);
-});
diff --git a/jekyll-source/static/js/scroll.js b/jekyll-source/static/js/scroll.js
deleted file mode 100755
index ad1d086..0000000
--- a/jekyll-source/static/js/scroll.js
+++ /dev/null
@@ -1,33 +0,0 @@
-$(document).ready(function() {
-    $('body').scrollspy({
-        target: '.navbar-fixed-top',
-        offset: 80
-    });
-
-    // Page scrolling feature
-    $('a.page-scroll').bind('click', function(event) {
-        var link = $(this);
-        $('html, body').stop().animate({
-            scrollTop: $(link.attr('href')).offset().top - 50
-        }, 500);
-        event.preventDefault();
-        $("#navbar").collapse('hide');
-    });
-});
-
-var cbpAnimatedHeader = (function() {
-    var changeHeaderOn = 200, scrollDebounce = 250;
-
-    function scrollPage() {
-      $('.navbar-default').toggleClass('navbar-scroll', scrollY() >= changeHeaderOn);
-    }
-
-    function scrollY() {
-      return window.pageYOffset || document.documentElement.scrollTop;
-    }
-
-    window.addEventListener('scroll', function() { setTimeout(scrollPage, scrollDebounce); }, false);
-})();
-
-// Activate WOW.js plugin for animation on scroll
-new WOW().init();
diff --git a/jekyll-source/static/js/search.js b/jekyll-source/static/js/search.js
deleted file mode 100644
index ffefa34..0000000
--- a/jekyll-source/static/js/search.js
+++ /dev/null
@@ -1,63 +0,0 @@
-$(function(){
-  var initial = 0;
-  var show = true;
-
-  var toggleSearch = function (visible) {
-    initial = 0;
-    show = !visible;
-    var visibility = visible ? 'block' : 'none';
-
-    $("#search-content").val("");
-    $(".search-tool").css("display", visibility);
-  };
-
-  var shouldToggle = function (time) {
-    var gap = time - initial;
-    initial = time;
-    return gap < 500;
-  };
-
-  $(document).keyup(function (e) {
-    var now = new Date().getTime();
-    if (e.keyCode == 17 && shouldToggle(now)) {
-      toggleSearch(show);
-    } else if (e.keyCode == 27) {
-      toggleSearch(false);
-    }
-  });
-
-  $("#search-content").keyup(function (e) {
-    var now = new Date().getTime();
-    if (e.keyCode == 17 && shouldToggle(now)) {
-      toggleSearch(show);
-    }
-  });
-
-  $("#close-btn").click(function () {
-    toggleSearch(false);
-  });
-
-  $("#search-btn").click(function() {
-    toggleSearch(true);
-  });
-
-  var m = $("meta[name=baseurl]");
-
-  $.getJSON(m.attr("content") + "/search.json")
-    .done(function (data) {
-      if (data.code == 0) {
-        $("#search-content").typeahead({
-          source: data.data,
-          displayText: function (item) {
-            return item.title;
-          },
-          afterSelect: function (item) {
-            window.location.href = item.url;
-          }
-        });
-      }
-    });
-});
-$(function(){
-    $("pre").css('display','block');
-});
diff --git a/jekyll-source/static/locales/en.json b/jekyll-source/static/locales/en.json
deleted file mode 100755
index 4aeed4d..0000000
--- a/jekyll-source/static/locales/en.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-  "website":{
-    "title": "Jack's blog"
-  },
-  "nav":{
-    "home": "Home",
-    "about_me": "About",
-    "skills": "Skills",
-    "projects": "Projects",
-    "career": "Career",
-    "blog": "Blog",
-    "link": "Link"
-  },
-  "about_me":{
-    "about_me": "About Me",
-    "des": "I am a Full Stack engineer with website development, automation Ops and writing scripts experience. Life is a continuous learning process, so work makes me more rigorous, travel makes my life more colorful. I can make lots of friends when I coding and travel."
-  },
-  "skills":{
-    "my_skills": "My Skills"
-  },
-  "projects":{
-    "my_projects": "My Projects",
-    "jalpc": "This project is my project. I use javescript to get repo's information all my repos have only one request.",
-    "cpython": "This project is other's project. I use another request to get repo's information.",
-    "familycode": "This is another project."
-  },
-  "career":{
-    "my_career": "My Career",
-    "nextcode": "Nextcode",
-    "nextcode_des": "Now I am in Nextcode and develop website with Python code for genetic analysis.",
-    "nextcode_date": "Apr. 2016",
-    "nextcode_job": "Python Developer",
-    "netease": "Netease Game",
-    "netease_des": "In Netease game, I learned game service system and use Python code for ops.",
-    "netease_date": "Jun. 2015",
-    "netease_job": "Dev Ops",
-    "ucloud": "Ucloud",
-    "ucloud_des": "In ucloud, I started to deal with servers and Linux system and use shell scripts to manage massive server.",
-    "ucloud_date": "Sep. 2013",
-    "ucloud_job": "Dev Ops",
-    "college": "Graduation",
-    "college_des": "At July 2013,I graduated from college and started my IT technology tour.",
-    "college_date": "Jul. 2013",
-    "college_job": "Student"
-  },
-  "blog":{
-    "my_blog": "My Blog"
-  },
-  "link":{
-    "link": "Link",
-    "view": "views"
-  }
-
-}
diff --git a/jekyll-source/static/locales/zh.json b/jekyll-source/static/locales/zh.json
deleted file mode 100755
index 98b7115..0000000
--- a/jekyll-source/static/locales/zh.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-  "website":{
-    "title": "杰克的博客"
-  },
-  "nav":{
-    "home": "首页",
-    "about_me": "关于我",
-    "skills": "技能",
-    "projects": "项目",
-    "career": "职业",
-    "blog": "博客",
-    "link": "友情链接"
-  },
-  "about_me":{
-    "about_me": "关于我",
-    "des": "我是一名全栈工程师,有开发网站,运维自动化,编写脚本的经验。人生是不断学习的过程,工作使我变的更严谨,旅行让我的生活更加多彩。通过编程和旅行我能结识到很多朋友。"
-  },
-  "skills":{
-    "my_skills": "我的技能"
-  },
-  "projects":{
-    "my_projects": "我的项目",
-    "jalpc": "这是一个我自己的GitHub项目.",
-    "cpython": "这是一个别人的GitHub项目.",
-    "familycode": "这是另外一个项目."
-  },
-  "career":{
-    "my_career": "职业生涯",
-    "nextcode": "Nextcode",
-    "nextcode_des": "现在我在Nextcode,使用Python为基因分析项目做网站.",
-    "nextcode_date": "2016年4月",
-    "nextcode_job": "Python工程师",
-    "netease": "网易游戏",
-    "netease_des": "在网易游戏,我了解到游戏体系,并使用Python代码为自动化运维服务.",
-    "netease_date": "2015年6月",
-    "netease_job": "运维开发工程师",
-    "ucloud": "Ucloud",
-    "ucloud_des": "在Ucloud,我开始和服务器、操作系统打交道,并使用shell脚本管理海量服务器.",
-    "ucloud_date": "2013年9月",
-    "ucloud_job": "运维开发工程师",
-    "college": "毕业",
-    "college_des": "2013年7月大学毕业,开始了IT职业生涯",
-    "college_date": "2013年7月",
-    "college_job": "学生"
-  },
-  "blog":{
-    "my_blog": "我的博客"
-  },
-  "link":{
-    "link": "友情链接",
-    "view": "次访问"
-  }
-
-}
diff --git a/jekyll-source/static/slick/ajax-loader.gif b/jekyll-source/static/slick/ajax-loader.gif
deleted file mode 100755
index e0e6e97..0000000
Binary files a/jekyll-source/static/slick/ajax-loader.gif and /dev/null differ
diff --git a/jekyll-source/static/slick/fonts/slick.eot b/jekyll-source/static/slick/fonts/slick.eot
deleted file mode 100755
index 2cbab9c..0000000
Binary files a/jekyll-source/static/slick/fonts/slick.eot and /dev/null differ
diff --git a/jekyll-source/static/slick/fonts/slick.svg b/jekyll-source/static/slick/fonts/slick.svg
deleted file mode 100755
index b36a66a..0000000
--- a/jekyll-source/static/slick/fonts/slick.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by Fontastic.me</metadata>
-<defs>
-<font id="slick" horiz-adv-x="512">
-<font-face font-family="slick" units-per-em="512" ascent="480" descent="-32"/>
-<missing-glyph horiz-adv-x="512" />
-
-<glyph unicode="&#8594;" d="M241 113l130 130c4 4 6 8 6 13 0 5-2 9-6 13l-130 130c-3 3-7 5-12 5-5 0-10-2-13-5l-29-30c-4-3-6-7-6-12 0-5 2-10 6-13l87-88-87-88c-4-3-6-8-6-13 0-5 2-9 6-12l29-30c3-3 8-5 13-5 5 0 9 2 12 5z m234 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
-<glyph unicode="&#8592;" d="M296 113l29 30c4 3 6 7 6 12 0 5-2 10-6 13l-87 88 87 88c4 3 6 8 6 13 0 5-2 9-6 12l-29 30c-3 3-8 5-13 5-5 0-9-2-12-5l-130-130c-4-4-6-8-6-13 0-5 2-9 6-13l130-130c3-3 7-5 12-5 5 0 10 2 13 5z m179 143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
-<glyph unicode="&#8226;" d="M475 256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40 0-77 9-110 29-34 20-60 46-80 80-20 33-29 70-29 110 0 40 9 77 29 110 20 34 46 60 80 80 33 20 70 29 110 29 40 0 77-9 110-29 34-20 60-46 80-80 20-33 29-70 29-110z"/>
-<glyph unicode="&#97;" d="M475 439l0-128c0-5-1-9-5-13-4-4-8-5-13-5l-128 0c-8 0-13 3-17 11-3 7-2 14 4 20l40 39c-28 26-62 39-100 39-20 0-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57 0-20 4-39 11-57 8-18 18-33 32-46 13-14 28-24 46-32 18-7 37-11 57-11 23 0 44 5 64 15 20 9 38 23 51 42 2 1 4 3 7 3 3 0 5-1 7-3l39-39c2-2 3-3 3-6 0-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30 0-58 5-85 17-27 12-51 27-70 47-20 19-35 43-47 70-12 27-17 55-17 85 0 30 5 58 17 85 12 27 27 51 47 70 19 20 43 35 70 47 27 12 55 17 85 17 28 0 55-5 81-15 26-11 50-26 70-45l37 37c6 6 12 7 20 4 8-4 11-9 11-17z"/>
-</font></defs></svg>
diff --git a/jekyll-source/static/slick/fonts/slick.ttf b/jekyll-source/static/slick/fonts/slick.ttf
deleted file mode 100755
index 9d03461..0000000
Binary files a/jekyll-source/static/slick/fonts/slick.ttf and /dev/null differ
diff --git a/jekyll-source/static/slick/fonts/slick.woff b/jekyll-source/static/slick/fonts/slick.woff
deleted file mode 100755
index 8ee9972..0000000
Binary files a/jekyll-source/static/slick/fonts/slick.woff and /dev/null differ
diff --git a/jekyll-source/static/slick/slick-theme.css b/jekyll-source/static/slick/slick-theme.css
deleted file mode 100755
index f556cf6..0000000
--- a/jekyll-source/static/slick/slick-theme.css
+++ /dev/null
@@ -1,201 +0,0 @@
-@charset 'UTF-8';
-/* Slider */
-.slick-loading .slick-list
-{
-    background: #fff url('ajax-loader.gif') center center no-repeat;
-}
-
-/* Icons */
-@font-face
-{
-    font-family: 'slick';
-    font-weight: normal;
-    font-style: normal;
-
-    src: url('fonts/slick.eot');
-    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
-}
-/* Arrows */
-.slick-prev,
-.slick-next
-{
-    font-size: 0;
-    line-height: 0;
-
-    position: absolute;
-    top: 50%;
-
-    display: block;
-
-    width: 20px;
-    height: 20px;
-    margin-top: -10px;
-    padding: 0;
-
-    cursor: pointer;
-
-    color: transparent;
-    border: none;
-    outline: none;
-    background: transparent;
-}
-.slick-prev:hover,
-.slick-prev:focus,
-.slick-next:hover,
-.slick-next:focus
-{
-    color: transparent;
-    outline: none;
-    background: transparent;
-}
-.slick-prev:hover:before,
-.slick-prev:focus:before,
-.slick-next:hover:before,
-.slick-next:focus:before
-{
-    opacity: 1;
-}
-.slick-prev.slick-disabled:before,
-.slick-next.slick-disabled:before
-{
-    opacity: .25;
-}
-
-.slick-prev:before,
-.slick-next:before
-{
-    font-family: 'slick';
-    font-size: 20px;
-    line-height: 1;
-
-    opacity: .75;
-    color: white;
-
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-}
-
-.slick-prev
-{
-    left: -25px;
-}
-[dir='rtl'] .slick-prev
-{
-    right: -25px;
-    left: auto;
-}
-.slick-prev:before
-{
-    content: '←';
-}
-[dir='rtl'] .slick-prev:before
-{
-    content: '→';
-}
-
-.slick-next
-{
-    right: -25px;
-}
-[dir='rtl'] .slick-next
-{
-    right: auto;
-    left: -25px;
-}
-.slick-next:before
-{
-    content: '→';
-}
-[dir='rtl'] .slick-next:before
-{
-    content: '←';
-}
-
-/* Dots */
-.slick-slider
-{
-    margin-bottom: 30px;
-}
-
-.slick-dots
-{
-    position: absolute;
-    bottom: -45px;
-
-    display: block;
-
-    width: 100%;
-    padding: 0;
-
-    list-style: none;
-
-    text-align: center;
-}
-.slick-dots li
-{
-    position: relative;
-
-    display: inline-block;
-
-    width: 20px;
-    height: 20px;
-    margin: 0 5px;
-    padding: 0;
-
-    cursor: pointer;
-}
-.slick-dots li button
-{
-    font-size: 0;
-    line-height: 0;
-
-    display: block;
-
-    width: 20px;
-    height: 20px;
-    padding: 5px;
-
-    cursor: pointer;
-
-    color: transparent;
-    border: 0;
-    outline: none;
-    background: transparent;
-}
-.slick-dots li button:hover,
-.slick-dots li button:focus
-{
-    outline: none;
-}
-.slick-dots li button:hover:before,
-.slick-dots li button:focus:before
-{
-    opacity: 1;
-}
-.slick-dots li button:before
-{
-    font-family: 'slick';
-    font-size: 6px;
-    line-height: 20px;
-
-    position: absolute;
-    top: 0;
-    left: 0;
-
-    width: 20px;
-    height: 20px;
-
-    content: '•';
-    text-align: center;
-
-    opacity: .25;
-    color: black;
-
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-}
-.slick-dots li.slick-active button:before
-{
-    opacity: .75;
-    color: black;
-}
diff --git a/jekyll-source/static/slick/slick.css b/jekyll-source/static/slick/slick.css
deleted file mode 100755
index e7f5607..0000000
--- a/jekyll-source/static/slick/slick.css
+++ /dev/null
@@ -1,119 +0,0 @@
-/* Slider */
-.slick-slider
-{
-    position: relative;
-
-    display: block;
-
-    -moz-box-sizing: border-box;
-         box-sizing: border-box;
-
-    -webkit-user-select: none;
-       -moz-user-select: none;
-        -ms-user-select: none;
-            user-select: none;
-
-    -webkit-touch-callout: none;
-    -khtml-user-select: none;
-    -ms-touch-action: pan-y;
-        touch-action: pan-y;
-    -webkit-tap-highlight-color: transparent;
-}
-
-.slick-list
-{
-    position: relative;
-
-    display: block;
-    overflow: hidden;
-
-    margin: 0;
-    padding: 0;
-}
-.slick-list:focus
-{
-    outline: none;
-}
-.slick-list.dragging
-{
-    cursor: pointer;
-    cursor: hand;
-}
-
-.slick-slider .slick-track,
-.slick-slider .slick-list
-{
-    -webkit-transform: translate3d(0, 0, 0);
-       -moz-transform: translate3d(0, 0, 0);
-        -ms-transform: translate3d(0, 0, 0);
-         -o-transform: translate3d(0, 0, 0);
-            transform: translate3d(0, 0, 0);
-}
-
-.slick-track
-{
-    position: relative;
-    top: 0;
-    left: 0;
-
-    display: block;
-}
-.slick-track:before,
-.slick-track:after
-{
-    display: table;
-
-    content: '';
-}
-.slick-track:after
-{
-    clear: both;
-}
-.slick-loading .slick-track
-{
-    visibility: hidden;
-}
-
-.slick-slide
-{
-    display: none;
-    float: left;
-
-    height: 100%;
-    min-height: 1px;
-}
-[dir='rtl'] .slick-slide
-{
-    float: right;
-}
-.slick-slide img
-{
-    display: block;
-}
-.slick-slide.slick-loading img
-{
-    display: none;
-}
-.slick-slide.dragging img
-{
-    pointer-events: none;
-}
-.slick-initialized .slick-slide
-{
-    display: block;
-}
-.slick-loading .slick-slide
-{
-    visibility: hidden;
-}
-.slick-vertical .slick-slide
-{
-    display: block;
-
-    height: auto;
-
-    border: 1px solid transparent;
-}
-.slick-arrow.slick-hidden {
-    display: none;
-}
\ No newline at end of file
diff --git a/jekyll-source/static/slick/slick.min.js b/jekyll-source/static/slick/slick.min.js
deleted file mode 100755
index e7c3ecf..0000000
--- a/jekyll-source/static/slick/slick.min.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- _ _      _       _
- ___| (_) ___| | __  (_)___
- / __| | |/ __| |/ /  | / __|
- \__ \ | | (__|   < _ | \__ \
- |___/_|_|\___|_|\_(_)/ |___/
- |__/
-
- Version: 1.5.8
- Author: Ken Wheeler
- Website: http://kenwheeler.github.io
- Docs: http://kenwheeler.github.io/slick
- Repo: http://github.com/kenwheeler/slick
- Issues: http://github.com/kenwheeler/slick/issues
-
- */
-!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):"undefined"!=typeof exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){"use strict";var b=window.Slick||{};b=function(){function c(c,d){var f,e=this;e.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:a(c),appendDots:a(c),arrows:!0,asNavFor:null,prevArrow:'<button type="button" data-role="none" class="slick-prev" aria-label="Previous" tabindex="0" role="button">Previous</button>',nextArrow:'<button type="button" data-role="none" class="slick-next" aria-label="Next" tabindex="0" role="button">Next</button>',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(a,b){return'<button type="button" data-role="none" role="button" aria-required="false" tabindex="0">'+(b+1)+"</button>"},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:"ondemand",mobileFirst:!1,pauseOnHover:!0,pauseOnDotsHover:!1,respondTo:"window",responsive:null,rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,variableWidth:!1,vertical:!1,verticalSwiping:!1,waitForAnimate:!0,zIndex:1e3},e.initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,$dots:null,listWidth:null,listHeight:null,loadIndex:0,$nextArrow:null,$prevArrow:null,slideCount:null,slideWidth:null,$slideTrack:null,$slides:null,sliding:!1,slideOffset:0,swipeLeft:null,$list:null,touchObject:{},transformsEnabled:!1,unslicked:!1},a.extend(e,e.initials),e.activeBreakpoint=null,e.animType=null,e.animProp=null,e.breakpoints=[],e.breakpointSettings=[],e.cssTransitions=!1,e.hidden="hidden",e.paused=!1,e.positionProp=null,e.respondTo=null,e.rowCount=1,e.shouldClick=!0,e.$slider=a(c),e.$slidesCache=null,e.transformType=null,e.transitionType=null,e.visibilityChange="visibilitychange",e.windowWidth=0,e.windowTimer=null,f=a(c).data("slick")||{},e.options=a.extend({},e.defaults,f,d),e.currentSlide=e.options.initialSlide,e.originalSettings=e.options,"undefined"!=typeof document.mozHidden?(e.hidden="mozHidden",e.visibilityChange="mozvisibilitychange"):"undefined"!=typeof document.webkitHidden&&(e.hidden="webkitHidden",e.visibilityChange="webkitvisibilitychange"),e.autoPlay=a.proxy(e.autoPlay,e),e.autoPlayClear=a.proxy(e.autoPlayClear,e),e.changeSlide=a.proxy(e.changeSlide,e),e.clickHandler=a.proxy(e.clickHandler,e),e.selectHandler=a.proxy(e.selectHandler,e),e.setPosition=a.proxy(e.setPosition,e),e.swipeHandler=a.proxy(e.swipeHandler,e),e.dragHandler=a.proxy(e.dragHandler,e),e.keyHandler=a.proxy(e.keyHandler,e),e.autoPlayIterator=a.proxy(e.autoPlayIterator,e),e.instanceUid=b++,e.htmlExpr=/^(?:\s*(<[\w\W]+>)[^>]*)$/,e.registerBreakpoints(),e.init(!0),e.checkResponsive(!0)}var b=0;return c}(),b.prototype.addSlide=b.prototype.slickAdd=function(b,c,d){var e=this;if("boolean"==typeof c)d=c,c=null;else if(0>c||c>=e.slideCount)return!1;e.unload(),"number"==typeof c?0===c&&0===e.$slides.length?a(b).appendTo(e.$slideTrack):d?a(b).insertBefore(e.$slides.eq(c)):a(b).insertAfter(e.$slides.eq(c)):d===!0?a(b).prependTo(e.$slideTrack):a(b).appendTo(e.$slideTrack),e.$slides=e.$slideTrack.children(this.options.slide),e.$slideTrack.children(this.options.slide).detach(),e.$slideTrack.append(e.$slides),e.$slides.each(function(b,c){a(c).attr("data-slick-index",b)}),e.$slidesCache=e.$slides,e.reinit()},b.prototype.animateHeight=function(){var a=this;if(1===a.options.slidesToShow&&a.options.adaptiveHeight===!0&&a.options.vertical===!1){var b=a.$slides.eq(a.currentSlide).outerHeight(!0);a.$list.animate({height:b},a.options.speed)}},b.prototype.animateSlide=function(b,c){var d={},e=this;e.animateHeight(),e.options.rtl===!0&&e.options.vertical===!1&&(b=-b),e.transformsEnabled===!1?e.options.vertical===!1?e.$slideTrack.animate({left:b},e.options.speed,e.options.easing,c):e.$slideTrack.animate({top:b},e.options.speed,e.options.easing,c):e.cssTransitions===!1?(e.options.rtl===!0&&(e.currentLeft=-e.currentLeft),a({animStart:e.currentLeft}).animate({animStart:b},{duration:e.options.speed,easing:e.options.easing,step:function(a){a=Math.ceil(a),e.options.vertical===!1?(d[e.animType]="translate("+a+"px, 0px)",e.$slideTrack.css(d)):(d[e.animType]="translate(0px,"+a+"px)",e.$slideTrack.css(d))},complete:function(){c&&c.call()}})):(e.applyTransition(),b=Math.ceil(b),d[e.animType]=e.options.vertical===!1?"translate3d("+b+"px, 0px, 0px)":"translate3d(0px,"+b+"px, 0px)",e.$slideTrack.css(d),c&&setTimeout(function(){e.disableTransition(),c.call()},e.options.speed))},b.prototype.asNavFor=function(b){var c=this,d=c.options.asNavFor;d&&null!==d&&(d=a(d).not(c.$slider)),null!==d&&"object"==typeof d&&d.each(function(){var c=a(this).slick("getSlick");c.unslicked||c.slideHandler(b,!0)})},b.prototype.applyTransition=function(a){var b=this,c={};c[b.transitionType]=b.options.fade===!1?b.transformType+" "+b.options.speed+"ms "+b.options.cssEase:"opacity "+b.options.speed+"ms "+b.options.cssEase,b.options.fade===!1?b.$slideTrack.css(c):b.$slides.eq(a).css(c)},b.prototype.autoPlay=function(){var a=this;a.autoPlayTimer&&clearInterval(a.autoPlayTimer),a.slideCount>a.options.slidesToShow&&a.paused!==!0&&(a.autoPlayTimer=setInterval(a.autoPlayIterator,a.options.autoplaySpeed))},b.prototype.autoPlayClear=function(){var a=this;a.autoPlayTimer&&clearInterval(a.autoPlayTimer)},b.prototype.autoPlayIterator=function(){var a=this;a.options.infinite===!1?1===a.direction?(a.currentSlide+1===a.slideCount-1&&(a.direction=0),a.slideHandler(a.currentSlide+a.options.slidesToScroll)):(0===a.currentSlide-1&&(a.direction=1),a.slideHandler(a.currentSlide-a.options.slidesToScroll)):a.slideHandler(a.currentSlide+a.options.slidesToScroll)},b.prototype.buildArrows=function(){var b=this;b.options.arrows===!0&&(b.$prevArrow=a(b.options.prevArrow).addClass("slick-arrow"),b.$nextArrow=a(b.options.nextArrow).addClass("slick-arrow"),b.slideCount>b.options.slidesToShow?(b.$prevArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),b.$nextArrow.removeClass("slick-hidden").removeAttr("aria-hidden tabindex"),b.htmlExpr.test(b.options.prevArrow)&&b.$prevArrow.prependTo(b.options.appendArrows),b.htmlExpr.test(b.options.nextArrow)&&b.$nextArrow.appendTo(b.options.appendArrows),b.options.infinite!==!0&&b.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true")):b.$prevArrow.add(b.$nextArrow).addClass("slick-hidden").attr({"aria-disabled":"true",tabindex:"-1"}))},b.prototype.buildDots=function(){var c,d,b=this;if(b.options.dots===!0&&b.slideCount>b.options.slidesToShow){for(d='<ul class="'+b.options.dotsClass+'">',c=0;c<=b.getDotCount();c+=1)d+="<li>"+b.options.customPaging.call(this,b,c)+"</li>";d+="</ul>",b.$dots=a(d).appendTo(b.options.appendDots),b.$dots.find("li").first().addClass("slick-active").attr("aria-hidden","false")}},b.prototype.buildOut=function(){var b=this;b.$slides=b.$slider.children(b.options.slide+":not(.slick-cloned)").addClass("slick-slide"),b.slideCount=b.$slides.length,b.$slides.each(function(b,c){a(c).attr("data-slick-index",b).data("originalStyling",a(c).attr("style")||"")}),b.$slidesCache=b.$slides,b.$slider.addClass("slick-slider"),b.$slideTrack=0===b.slideCount?a('<div class="slick-track"/>').appendTo(b.$slider):b.$slides.wrapAll('<div class="slick-track"/>').parent(),b.$list=b.$slideTrack.wrap('<div aria-live="polite" class="slick-list"/>').parent(),b.$slideTrack.css("opacity",0),(b.options.centerMode===!0||b.options.swipeToSlide===!0)&&(b.options.slidesToScroll=1),a("img[data-lazy]",b.$slider).not("[src]").addClass("slick-loading"),b.setupInfinite(),b.buildArrows(),b.buildDots(),b.updateDots(),b.setSlideClasses("number"==typeof b.currentSlide?b.currentSlide:0),b.options.draggable===!0&&b.$list.addClass("draggable")},b.prototype.buildRows=function(){var b,c,d,e,f,g,h,a=this;if(e=document.createDocumentFragment(),g=a.$slider.children(),a.options.rows>1){for(h=a.options.slidesPerRow*a.options.rows,f=Math.ceil(g.length/h),b=0;f>b;b++){var i=document.createElement("div");for(c=0;c<a.options.rows;c++){var j=document.createElement("div");for(d=0;d<a.options.slidesPerRow;d++){var k=b*h+(c*a.options.slidesPerRow+d);g.get(k)&&j.appendChild(g.get(k))}i.appendChild(j)}e.appendChild(i)}a.$slider.html(e),a.$slider.children().children().children().css({width:100/a.options.slidesPerRow+"%",display:"inline-block"})}},b.prototype.checkResponsive=function(b,c){var e,f,g,d=this,h=!1,i=d.$slider.width(),j=window.innerWidth||a(window).width();if("window"===d.respondTo?g=j:"slider"===d.respondTo?g=i:"min"===d.respondTo&&(g=Math.min(j,i)),d.options.responsive&&d.options.responsive.length&&null!==d.options.responsive){f=null;for(e in d.breakpoints)d.breakpoints.hasOwnProperty(e)&&(d.originalSettings.mobileFirst===!1?g<d.breakpoints[e]&&(f=d.breakpoints[e]):g>d.breakpoints[e]&&(f=d.breakpoints[e]));null!==f?null!==d.activeBreakpoint?(f!==d.activeBreakpoint||c)&&(d.activeBreakpoint=f,"unslick"===d.breakpointSettings[f]?d.unslick(f):(d.options=a.extend({},d.originalSettings,d.breakpointSettings[f]),b===!0&&(d.currentSlide=d.options.initialSlide),d.refresh(b)),h=f):(d.activeBreakpoint=f,"unslick"===d.breakpointSettings[f]?d.unslick(f):(d.options=a.extend({},d.originalSettings,d.breakpointSettings[f]),b===!0&&(d.currentSlide=d.options.initialSlide),d.refresh(b)),h=f):null!==d.activeBreakpoint&&(d.activeBreakpoint=null,d.options=d.originalSettings,b===!0&&(d.currentSlide=d.options.initialSlide),d.refresh(b),h=f),b||h===!1||d.$slider.trigger("breakpoint",[d,h])}},b.prototype.changeSlide=function(b,c){var f,g,h,d=this,e=a(b.target);switch(e.is("a")&&b.preventDefault(),e.is("li")||(e=e.closest("li")),h=0!==d.slideCount%d.options.slidesToScroll,f=h?0:(d.slideCount-d.currentSlide)%d.options.slidesToScroll,b.data.message){case"previous":g=0===f?d.options.slidesToScroll:d.options.slidesToShow-f,d.slideCount>d.options.slidesToShow&&d.slideHandler(d.currentSlide-g,!1,c);break;case"next":g=0===f?d.options.slidesToScroll:f,d.slideCount>d.options.slidesToShow&&d.slideHandler(d.currentSlide+g,!1,c);break;case"index":var i=0===b.data.index?0:b.data.index||e.index()*d.options.slidesToScroll;d.slideHandler(d.checkNavigable(i),!1,c),e.children().trigger("focus");break;default:return}},b.prototype.checkNavigable=function(a){var c,d,b=this;if(c=b.getNavigableIndexes(),d=0,a>c[c.length-1])a=c[c.length-1];else for(var e in c){if(a<c[e]){a=d;break}d=c[e]}return a},b.prototype.cleanUpEvents=function(){var b=this;b.options.dots&&null!==b.$dots&&(a("li",b.$dots).off("click.slick",b.changeSlide),b.options.pauseOnDotsHover===!0&&b.options.autoplay===!0&&a("li",b.$dots).off("mouseenter.slick",a.proxy(b.setPaused,b,!0)).off("mouseleave.slick",a.proxy(b.setPaused,b,!1))),b.options.arrows===!0&&b.slideCount>b.options.slidesToShow&&(b.$prevArrow&&b.$prevArrow.off("click.slick",b.changeSlide),b.$nextArrow&&b.$nextArrow.off("click.slick",b.changeSlide)),b.$list.off("touchstart.slick mousedown.slick",b.swipeHandler),b.$list.off("touchmove.slick mousemove.slick",b.swipeHandler),b.$list.off("touchend.slick mouseup.slick",b.swipeHandler),b.$list.off("touchcancel.slick mouseleave.slick",b.swipeHandler),b.$list.off("click.slick",b.clickHandler),a(document).off(b.visibilityChange,b.visibility),b.$list.off("mouseenter.slick",a.proxy(b.setPaused,b,!0)),b.$list.off("mouseleave.slick",a.proxy(b.setPaused,b,!1)),b.options.accessibility===!0&&b.$list.off("keydown.slick",b.keyHandler),b.options.focusOnSelect===!0&&a(b.$slideTrack).children().off("click.slick",b.selectHandler),a(window).off("orientationchange.slick.slick-"+b.instanceUid,b.orientationChange),a(window).off("resize.slick.slick-"+b.instanceUid,b.resize),a("[draggable!=true]",b.$slideTrack).off("dragstart",b.preventDefault),a(window).off("load.slick.slick-"+b.instanceUid,b.setPosition),a(document).off("ready.slick.slick-"+b.instanceUid,b.setPosition)},b.prototype.cleanUpRows=function(){var b,a=this;a.options.rows>1&&(b=a.$slides.children().children(),b.removeAttr("style"),a.$slider.html(b))},b.prototype.clickHandler=function(a){var b=this;b.shouldClick===!1&&(a.stopImmediatePropagation(),a.stopPropagation(),a.preventDefault())},b.prototype.destroy=function(b){var c=this;c.autoPlayClear(),c.touchObject={},c.cleanUpEvents(),a(".slick-cloned",c.$slider).detach(),c.$dots&&c.$dots.remove(),c.$prevArrow&&c.$prevArrow.length&&(c.$prevArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),c.htmlExpr.test(c.options.prevArrow)&&c.$prevArrow.remove()),c.$nextArrow&&c.$nextArrow.length&&(c.$nextArrow.removeClass("slick-disabled slick-arrow slick-hidden").removeAttr("aria-hidden aria-disabled tabindex").css("display",""),c.htmlExpr.test(c.options.nextArrow)&&c.$nextArrow.remove()),c.$slides&&(c.$slides.removeClass("slick-slide slick-active slick-center slick-visible slick-current").removeAttr("aria-hidden").removeAttr("data-slick-index").each(function(){a(this).attr("style",a(this).data("originalStyling"))}),c.$slideTrack.children(this.options.slide).detach(),c.$slideTrack.detach(),c.$list.detach(),c.$slider.append(c.$slides)),c.cleanUpRows(),c.$slider.removeClass("slick-slider"),c.$slider.removeClass("slick-initialized"),c.unslicked=!0,b||c.$slider.trigger("destroy",[c])},b.prototype.disableTransition=function(a){var b=this,c={};c[b.transitionType]="",b.options.fade===!1?b.$slideTrack.css(c):b.$slides.eq(a).css(c)},b.prototype.fadeSlide=function(a,b){var c=this;c.cssTransitions===!1?(c.$slides.eq(a).css({zIndex:c.options.zIndex}),c.$slides.eq(a).animate({opacity:1},c.options.speed,c.options.easing,b)):(c.applyTransition(a),c.$slides.eq(a).css({opacity:1,zIndex:c.options.zIndex}),b&&setTimeout(function(){c.disableTransition(a),b.call()},c.options.speed))},b.prototype.fadeSlideOut=function(a){var b=this;b.cssTransitions===!1?b.$slides.eq(a).animate({opacity:0,zIndex:b.options.zIndex-2},b.options.speed,b.options.easing):(b.applyTransition(a),b.$slides.eq(a).css({opacity:0,zIndex:b.options.zIndex-2}))},b.prototype.filterSlides=b.prototype.slickFilter=function(a){var b=this;null!==a&&(b.unload(),b.$slideTrack.children(this.options.slide).detach(),b.$slidesCache.filter(a).appendTo(b.$slideTrack),b.reinit())},b.prototype.getCurrent=b.prototype.slickCurrentSlide=function(){var a=this;return a.currentSlide},b.prototype.getDotCount=function(){var a=this,b=0,c=0,d=0;if(a.options.infinite===!0)for(;b<a.slideCount;)++d,b=c+a.options.slidesToShow,c+=a.options.slidesToScroll<=a.options.slidesToShow?a.options.slidesToScroll:a.options.slidesToShow;else if(a.options.centerMode===!0)d=a.slideCount;else for(;b<a.slideCount;)++d,b=c+a.options.slidesToShow,c+=a.options.slidesToScroll<=a.options.slidesToShow?a.options.slidesToScroll:a.options.slidesToShow;return d-1},b.prototype.getLeft=function(a){var c,d,f,b=this,e=0;return b.slideOffset=0,d=b.$slides.first().outerHeight(!0),b.options.infinite===!0?(b.slideCount>b.options.slidesToShow&&(b.slideOffset=-1*b.slideWidth*b.options.slidesToShow,e=-1*d*b.options.slidesToShow),0!==b.slideCount%b.options.slidesToScroll&&a+b.options.slidesToScroll>b.slideCount&&b.slideCount>b.options.slidesToShow&&(a>b.slideCount?(b.slideOffset=-1*(b.options.slidesToShow-(a-b.slideCount))*b.slideWidth,e=-1*(b.options.slidesToShow-(a-b.slideCount))*d):(b.slideOffset=-1*b.slideCount%b.options.slidesToScroll*b.slideWidth,e=-1*b.slideCount%b.options.slidesToScroll*d))):a+b.options.slidesToShow>b.slideCount&&(b.slideOffset=(a+b.options.slidesToShow-b.slideCount)*b.slideWidth,e=(a+b.options.slidesToShow-b.slideCount)*d),b.slideCount<=b.options.slidesToShow&&(b.slideOffset=0,e=0),b.options.centerMode===!0&&b.options.infinite===!0?b.slideOffset+=b.slideWidth*Math.floor(b.options.slidesToShow/2)-b.slideWidth:b.options.centerMode===!0&&(b.slideOffset=0,b.slideOffset+=b.slideWidth*Math.floor(b.options.slidesToShow/2)),c=b.options.vertical===!1?-1*a*b.slideWidth+b.slideOffset:-1*a*d+e,b.options.variableWidth===!0&&(f=b.slideCount<=b.options.slidesToShow||b.options.infinite===!1?b.$slideTrack.children(".slick-slide").eq(a):b.$slideTrack.children(".slick-slide").eq(a+b.options.slidesToShow),c=f[0]?-1*f[0].offsetLeft:0,b.options.centerMode===!0&&(f=b.options.infinite===!1?b.$slideTrack.children(".slick-slide").eq(a):b.$slideTrack.children(".slick-slide").eq(a+b.options.slidesToShow+1),c=f[0]?-1*f[0].offsetLeft:0,c+=(b.$list.width()-f.outerWidth())/2)),c},b.prototype.getOption=b.prototype.slickGetOption=function(a){var b=this;return b.options[a]},b.prototype.getNavigableIndexes=function(){var e,a=this,b=0,c=0,d=[];for(a.options.infinite===!1?e=a.slideCount:(b=-1*a.options.slidesToScroll,c=-1*a.options.slidesToScroll,e=2*a.slideCount);e>b;)d.push(b),b=c+a.options.slidesToScroll,c+=a.options.slidesToScroll<=a.options.slidesToShow?a.options.slidesToScroll:a.options.slidesToShow;return d},b.prototype.getSlick=function(){return this},b.prototype.getSlideCount=function(){var c,d,e,b=this;return e=b.options.centerMode===!0?b.slideWidth*Math.floor(b.options.slidesToShow/2):0,b.options.swipeToSlide===!0?(b.$slideTrack.find(".slick-slide").each(function(c,f){return f.offsetLeft-e+a(f).outerWidth()/2>-1*b.swipeLeft?(d=f,!1):void 0}),c=Math.abs(a(d).attr("data-slick-index")-b.currentSlide)||1):b.options.slidesToScroll},b.prototype.goTo=b.prototype.slickGoTo=function(a,b){var c=this;c.changeSlide({data:{message:"index",index:parseInt(a)}},b)},b.prototype.init=function(b){var c=this;a(c.$slider).hasClass("slick-initialized")||(a(c.$slider).addClass("slick-initialized"),c.buildRows(),c.buildOut(),c.setProps(),c.startLoad(),c.loadSlider(),c.initializeEvents(),c.updateArrows(),c.updateDots()),b&&c.$slider.trigger("init",[c]),c.options.accessibility===!0&&c.initADA()},b.prototype.initArrowEvents=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.$prevArrow.on("click.slick",{message:"previous"},a.changeSlide),a.$nextArrow.on("click.slick",{message:"next"},a.changeSlide))},b.prototype.initDotEvents=function(){var b=this;b.options.dots===!0&&b.slideCount>b.options.slidesToShow&&a("li",b.$dots).on("click.slick",{message:"index"},b.changeSlide),b.options.dots===!0&&b.options.pauseOnDotsHover===!0&&b.options.autoplay===!0&&a("li",b.$dots).on("mouseenter.slick",a.proxy(b.setPaused,b,!0)).on("mouseleave.slick",a.proxy(b.setPaused,b,!1))},b.prototype.initializeEvents=function(){var b=this;b.initArrowEvents(),b.initDotEvents(),b.$list.on("touchstart.slick mousedown.slick",{action:"start"},b.swipeHandler),b.$list.on("touchmove.slick mousemove.slick",{action:"move"},b.swipeHandler),b.$list.on("touchend.slick mouseup.slick",{action:"end"},b.swipeHandler),b.$list.on("touchcancel.slick mouseleave.slick",{action:"end"},b.swipeHandler),b.$list.on("click.slick",b.clickHandler),a(document).on(b.visibilityChange,a.proxy(b.visibility,b)),b.$list.on("mouseenter.slick",a.proxy(b.setPaused,b,!0)),b.$list.on("mouseleave.slick",a.proxy(b.setPaused,b,!1)),b.options.accessibility===!0&&b.$list.on("keydown.slick",b.keyHandler),b.options.focusOnSelect===!0&&a(b.$slideTrack).children().on("click.slick",b.selectHandler),a(window).on("orientationchange.slick.slick-"+b.instanceUid,a.proxy(b.orientationChange,b)),a(window).on("resize.slick.slick-"+b.instanceUid,a.proxy(b.resize,b)),a("[draggable!=true]",b.$slideTrack).on("dragstart",b.preventDefault),a(window).on("load.slick.slick-"+b.instanceUid,b.setPosition),a(document).on("ready.slick.slick-"+b.instanceUid,b.setPosition)},b.prototype.initUI=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.$prevArrow.show(),a.$nextArrow.show()),a.options.dots===!0&&a.slideCount>a.options.slidesToShow&&a.$dots.show(),a.options.autoplay===!0&&a.autoPlay()},b.prototype.keyHandler=function(a){var b=this;a.target.tagName.match("TEXTAREA|INPUT|SELECT")||(37===a.keyCode&&b.options.accessibility===!0?b.changeSlide({data:{message:"previous"}}):39===a.keyCode&&b.options.accessibility===!0&&b.changeSlide({data:{message:"next"}}))},b.prototype.lazyLoad=function(){function g(b){a("img[data-lazy]",b).each(function(){var b=a(this),c=a(this).attr("data-lazy"),d=document.createElement("img");d.onload=function(){b.animate({opacity:0},100,function(){b.attr("src",c).animate({opacity:1},200,function(){b.removeAttr("data-lazy").removeClass("slick-loading")})})},d.src=c})}var c,d,e,f,b=this;b.options.centerMode===!0?b.options.infinite===!0?(e=b.currentSlide+(b.options.slidesToShow/2+1),f=e+b.options.slidesToShow+2):(e=Math.max(0,b.currentSlide-(b.options.slidesToShow/2+1)),f=2+(b.options.slidesToShow/2+1)+b.currentSlide):(e=b.options.infinite?b.options.slidesToShow+b.currentSlide:b.currentSlide,f=e+b.options.slidesToShow,b.options.fade===!0&&(e>0&&e--,f<=b.slideCount&&f++)),c=b.$slider.find(".slick-slide").slice(e,f),g(c),b.slideCount<=b.options.slidesToShow?(d=b.$slider.find(".slick-slide"),g(d)):b.currentSlide>=b.slideCount-b.options.slidesToShow?(d=b.$slider.find(".slick-cloned").slice(0,b.options.slidesToShow),g(d)):0===b.currentSlide&&(d=b.$slider.find(".slick-cloned").slice(-1*b.options.slidesToShow),g(d))},b.prototype.loadSlider=function(){var a=this;a.setPosition(),a.$slideTrack.css({opacity:1}),a.$slider.removeClass("slick-loading"),a.initUI(),"progressive"===a.options.lazyLoad&&a.progressiveLazyLoad()},b.prototype.next=b.prototype.slickNext=function(){var a=this;a.changeSlide({data:{message:"next"}})},b.prototype.orientationChange=function(){var a=this;a.checkResponsive(),a.setPosition()},b.prototype.pause=b.prototype.slickPause=function(){var a=this;a.autoPlayClear(),a.paused=!0},b.prototype.play=b.prototype.slickPlay=function(){var a=this;a.paused=!1,a.autoPlay()},b.prototype.postSlide=function(a){var b=this;b.$slider.trigger("afterChange",[b,a]),b.animating=!1,b.setPosition(),b.swipeLeft=null,b.options.autoplay===!0&&b.paused===!1&&b.autoPlay(),b.options.accessibility===!0&&b.initADA()},b.prototype.prev=b.prototype.slickPrev=function(){var a=this;a.changeSlide({data:{message:"previous"}})},b.prototype.preventDefault=function(a){a.preventDefault()},b.prototype.progressiveLazyLoad=function(){var c,d,b=this;c=a("img[data-lazy]",b.$slider).length,c>0&&(d=a("img[data-lazy]",b.$slider).first(),d.attr("src",d.attr("data-lazy")).removeClass("slick-loading").load(function(){d.removeAttr("data-lazy"),b.progressiveLazyLoad(),b.options.adaptiveHeight===!0&&b.setPosition()}).error(function(){d.removeAttr("data-lazy"),b.progressiveLazyLoad()}))},b.prototype.refresh=function(b){var c=this,d=c.currentSlide;c.destroy(!0),a.extend(c,c.initials,{currentSlide:d}),c.init(),b||c.changeSlide({data:{message:"index",index:d}},!1)},b.prototype.registerBreakpoints=function(){var c,d,e,b=this,f=b.options.responsive||null;if("array"===a.type(f)&&f.length){b.respondTo=b.options.respondTo||"window";for(c in f)if(e=b.breakpoints.length-1,d=f[c].breakpoint,f.hasOwnProperty(c)){for(;e>=0;)b.breakpoints[e]&&b.breakpoints[e]===d&&b.breakpoints.splice(e,1),e--;b.breakpoints.push(d),b.breakpointSettings[d]=f[c].settings}b.breakpoints.sort(function(a,c){return b.options.mobileFirst?a-c:c-a})}},b.prototype.reinit=function(){var b=this;b.$slides=b.$slideTrack.children(b.options.slide).addClass("slick-slide"),b.slideCount=b.$slides.length,b.currentSlide>=b.slideCount&&0!==b.currentSlide&&(b.currentSlide=b.currentSlide-b.options.slidesToScroll),b.slideCount<=b.options.slidesToShow&&(b.currentSlide=0),b.registerBreakpoints(),b.setProps(),b.setupInfinite(),b.buildArrows(),b.updateArrows(),b.initArrowEvents(),b.buildDots(),b.updateDots(),b.initDotEvents(),b.checkResponsive(!1,!0),b.options.focusOnSelect===!0&&a(b.$slideTrack).children().on("click.slick",b.selectHandler),b.setSlideClasses(0),b.setPosition(),b.$slider.trigger("reInit",[b]),b.options.autoplay===!0&&b.focusHandler()},b.prototype.resize=function(){var b=this;a(window).width()!==b.windowWidth&&(clearTimeout(b.windowDelay),b.windowDelay=window.setTimeout(function(){b.windowWidth=a(window).width(),b.checkResponsive(),b.unslicked||b.setPosition()},50))},b.prototype.removeSlide=b.prototype.slickRemove=function(a,b,c){var d=this;return"boolean"==typeof a?(b=a,a=b===!0?0:d.slideCount-1):a=b===!0?--a:a,d.slideCount<1||0>a||a>d.slideCount-1?!1:(d.unload(),c===!0?d.$slideTrack.children().remove():d.$slideTrack.children(this.options.slide).eq(a).remove(),d.$slides=d.$slideTrack.children(this.options.slide),d.$slideTrack.children(this.options.slide).detach(),d.$slideTrack.append(d.$slides),d.$slidesCache=d.$slides,d.reinit(),void 0)},b.prototype.setCSS=function(a){var d,e,b=this,c={};b.options.rtl===!0&&(a=-a),d="left"==b.positionProp?Math.ceil(a)+"px":"0px",e="top"==b.positionProp?Math.ceil(a)+"px":"0px",c[b.positionProp]=a,b.transformsEnabled===!1?b.$slideTrack.css(c):(c={},b.cssTransitions===!1?(c[b.animType]="translate("+d+", "+e+")",b.$slideTrack.css(c)):(c[b.animType]="translate3d("+d+", "+e+", 0px)",b.$slideTrack.css(c)))},b.prototype.setDimensions=function(){var a=this;a.options.vertical===!1?a.options.centerMode===!0&&a.$list.css({padding:"0px "+a.options.centerPadding}):(a.$list.height(a.$slides.first().outerHeight(!0)*a.options.slidesToShow),a.options.centerMode===!0&&a.$list.css({padding:a.options.centerPadding+" 0px"})),a.listWidth=a.$list.width(),a.listHeight=a.$list.height(),a.options.vertical===!1&&a.options.variableWidth===!1?(a.slideWidth=Math.ceil(a.listWidth/a.options.slidesToShow),a.$slideTrack.width(Math.ceil(a.slideWidth*a.$slideTrack.children(".slick-slide").length))):a.options.variableWidth===!0?a.$slideTrack.width(5e3*a.slideCount):(a.slideWidth=Math.ceil(a.listWidth),a.$slideTrack.height(Math.ceil(a.$slides.first().outerHeight(!0)*a.$slideTrack.children(".slick-slide").length)));var b=a.$slides.first().outerWidth(!0)-a.$slides.first().width();a.options.variableWidth===!1&&a.$slideTrack.children(".slick-slide").width(a.slideWidth-b)},b.prototype.setFade=function(){var c,b=this;b.$slides.each(function(d,e){c=-1*b.slideWidth*d,b.options.rtl===!0?a(e).css({position:"relative",right:c,top:0,zIndex:b.options.zIndex-2,opacity:0}):a(e).css({position:"relative",left:c,top:0,zIndex:b.options.zIndex-2,opacity:0})}),b.$slides.eq(b.currentSlide).css({zIndex:b.options.zIndex-1,opacity:1})},b.prototype.setHeight=function(){var a=this;if(1===a.options.slidesToShow&&a.options.adaptiveHeight===!0&&a.options.vertical===!1){var b=a.$slides.eq(a.currentSlide).outerHeight(!0);a.$list.css("height",b)}},b.prototype.setOption=b.prototype.slickSetOption=function(b,c,d){var f,g,e=this;if("responsive"===b&&"array"===a.type(c))for(g in c)if("array"!==a.type(e.options.responsive))e.options.responsive=[c[g]];else{for(f=e.options.responsive.length-1;f>=0;)e.options.responsive[f].breakpoint===c[g].breakpoint&&e.options.responsive.splice(f,1),f--;e.options.responsive.push(c[g])}else e.options[b]=c;d===!0&&(e.unload(),e.reinit())},b.prototype.setPosition=function(){var a=this;a.setDimensions(),a.setHeight(),a.options.fade===!1?a.setCSS(a.getLeft(a.currentSlide)):a.setFade(),a.$slider.trigger("setPosition",[a])},b.prototype.setProps=function(){var a=this,b=document.body.style;a.positionProp=a.options.vertical===!0?"top":"left","top"===a.positionProp?a.$slider.addClass("slick-vertical"):a.$slider.removeClass("slick-vertical"),(void 0!==b.WebkitTransition||void 0!==b.MozTransition||void 0!==b.msTransition)&&a.options.useCSS===!0&&(a.cssTransitions=!0),a.options.fade&&("number"==typeof a.options.zIndex?a.options.zIndex<3&&(a.options.zIndex=3):a.options.zIndex=a.defaults.zIndex),void 0!==b.OTransform&&(a.animType="OTransform",a.transformType="-o-transform",a.transitionType="OTransition",void 0===b.perspectiveProperty&&void 0===b.webkitPerspective&&(a.animType=!1)),void 0!==b.MozTransform&&(a.animType="MozTransform",a.transformType="-moz-transform",a.transitionType="MozTransition",void 0===b.perspectiveProperty&&void 0===b.MozPerspective&&(a.animType=!1)),void 0!==b.webkitTransform&&(a.animType="webkitTransform",a.transformType="-webkit-transform",a.transitionType="webkitTransition",void 0===b.perspectiveProperty&&void 0===b.webkitPerspective&&(a.animType=!1)),void 0!==b.msTransform&&(a.animType="msTransform",a.transformType="-ms-transform",a.transitionType="msTransition",void 0===b.msTransform&&(a.animType=!1)),void 0!==b.transform&&a.animType!==!1&&(a.animType="transform",a.transformType="transform",a.transitionType="transition"),a.transformsEnabled=null!==a.animType&&a.animType!==!1},b.prototype.setSlideClasses=function(a){var c,d,e,f,b=this;d=b.$slider.find(".slick-slide").removeClass("slick-active slick-center slick-current").attr("aria-hidden","true"),b.$slides.eq(a).addClass("slick-current"),b.options.centerMode===!0?(c=Math.floor(b.options.slidesToShow/2),b.options.infinite===!0&&(a>=c&&a<=b.slideCount-1-c?b.$slides.slice(a-c,a+c+1).addClass("slick-active").attr("aria-hidden","false"):(e=b.options.slidesToShow+a,d.slice(e-c+1,e+c+2).addClass("slick-active").attr("aria-hidden","false")),0===a?d.eq(d.length-1-b.options.slidesToShow).addClass("slick-center"):a===b.slideCount-1&&d.eq(b.options.slidesToShow).addClass("slick-center")),b.$slides.eq(a).addClass("slick-center")):a>=0&&a<=b.slideCount-b.options.slidesToShow?b.$slides.slice(a,a+b.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false"):d.length<=b.options.slidesToShow?d.addClass("slick-active").attr("aria-hidden","false"):(f=b.slideCount%b.options.slidesToShow,e=b.options.infinite===!0?b.options.slidesToShow+a:a,b.options.slidesToShow==b.options.slidesToScroll&&b.slideCount-a<b.options.slidesToShow?d.slice(e-(b.options.slidesToShow-f),e+f).addClass("slick-active").attr("aria-hidden","false"):d.slice(e,e+b.options.slidesToShow).addClass("slick-active").attr("aria-hidden","false")),"ondemand"===b.options.lazyLoad&&b.lazyLoad()},b.prototype.setupInfinite=function(){var c,d,e,b=this;if(b.options.fade===!0&&(b.options.centerMode=!1),b.options.infinite===!0&&b.options.fade===!1&&(d=null,b.slideCount>b.options.slidesToShow)){for(e=b.options.centerMode===!0?b.options.slidesToShow+1:b.options.slidesToShow,c=b.slideCount;c>b.slideCount-e;c-=1)d=c-1,a(b.$slides[d]).clone(!0).attr("id","").attr("data-slick-index",d-b.slideCount).prependTo(b.$slideTrack).addClass("slick-cloned");for(c=0;e>c;c+=1)d=c,a(b.$slides[d]).clone(!0).attr("id","").attr("data-slick-index",d+b.slideCount).appendTo(b.$slideTrack).addClass("slick-cloned");b.$slideTrack.find(".slick-cloned").find("[id]").each(function(){a(this).attr("id","")})}},b.prototype.setPaused=function(a){var b=this;b.options.autoplay===!0&&b.options.pauseOnHover===!0&&(b.paused=a,a?b.autoPlayClear():b.autoPlay())},b.prototype.selectHandler=function(b){var c=this,d=a(b.target).is(".slick-slide")?a(b.target):a(b.target).parents(".slick-slide"),e=parseInt(d.attr("data-slick-index"));return e||(e=0),c.slideCount<=c.options.slidesToShow?(c.setSlideClasses(e),c.asNavFor(e),void 0):(c.slideHandler(e),void 0)},b.prototype.slideHandler=function(a,b,c){var d,e,f,g,h=null,i=this;return b=b||!1,i.animating===!0&&i.options.waitForAnimate===!0||i.options.fade===!0&&i.currentSlide===a||i.slideCount<=i.options.slidesToShow?void 0:(b===!1&&i.asNavFor(a),d=a,h=i.getLeft(d),g=i.getLeft(i.currentSlide),i.currentLeft=null===i.swipeLeft?g:i.swipeLeft,i.options.infinite===!1&&i.options.centerMode===!1&&(0>a||a>i.getDotCount()*i.options.slidesToScroll)?(i.options.fade===!1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d)}):i.postSlide(d)),void 0):i.options.infinite===!1&&i.options.centerMode===!0&&(0>a||a>i.slideCount-i.options.slidesToScroll)?(i.options.fade===!1&&(d=i.currentSlide,c!==!0?i.animateSlide(g,function(){i.postSlide(d)}):i.postSlide(d)),void 0):(i.options.autoplay===!0&&clearInterval(i.autoPlayTimer),e=0>d?0!==i.slideCount%i.options.slidesToScroll?i.slideCount-i.slideCount%i.options.slidesToScroll:i.slideCount+d:d>=i.slideCount?0!==i.slideCount%i.options.slidesToScroll?0:d-i.slideCount:d,i.animating=!0,i.$slider.trigger("beforeChange",[i,i.currentSlide,e]),f=i.currentSlide,i.currentSlide=e,i.setSlideClasses(i.currentSlide),i.updateDots(),i.updateArrows(),i.options.fade===!0?(c!==!0?(i.fadeSlideOut(f),i.fadeSlide(e,function(){i.postSlide(e)
-})):i.postSlide(e),i.animateHeight(),void 0):(c!==!0?i.animateSlide(h,function(){i.postSlide(e)}):i.postSlide(e),void 0)))},b.prototype.startLoad=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&(a.$prevArrow.hide(),a.$nextArrow.hide()),a.options.dots===!0&&a.slideCount>a.options.slidesToShow&&a.$dots.hide(),a.$slider.addClass("slick-loading")},b.prototype.swipeDirection=function(){var a,b,c,d,e=this;return a=e.touchObject.startX-e.touchObject.curX,b=e.touchObject.startY-e.touchObject.curY,c=Math.atan2(b,a),d=Math.round(180*c/Math.PI),0>d&&(d=360-Math.abs(d)),45>=d&&d>=0?e.options.rtl===!1?"left":"right":360>=d&&d>=315?e.options.rtl===!1?"left":"right":d>=135&&225>=d?e.options.rtl===!1?"right":"left":e.options.verticalSwiping===!0?d>=35&&135>=d?"left":"right":"vertical"},b.prototype.swipeEnd=function(){var c,b=this;if(b.dragging=!1,b.shouldClick=b.touchObject.swipeLength>10?!1:!0,void 0===b.touchObject.curX)return!1;if(b.touchObject.edgeHit===!0&&b.$slider.trigger("edge",[b,b.swipeDirection()]),b.touchObject.swipeLength>=b.touchObject.minSwipe)switch(b.swipeDirection()){case"left":c=b.options.swipeToSlide?b.checkNavigable(b.currentSlide+b.getSlideCount()):b.currentSlide+b.getSlideCount(),b.slideHandler(c),b.currentDirection=0,b.touchObject={},b.$slider.trigger("swipe",[b,"left"]);break;case"right":c=b.options.swipeToSlide?b.checkNavigable(b.currentSlide-b.getSlideCount()):b.currentSlide-b.getSlideCount(),b.slideHandler(c),b.currentDirection=1,b.touchObject={},b.$slider.trigger("swipe",[b,"right"])}else b.touchObject.startX!==b.touchObject.curX&&(b.slideHandler(b.currentSlide),b.touchObject={})},b.prototype.swipeHandler=function(a){var b=this;if(!(b.options.swipe===!1||"ontouchend"in document&&b.options.swipe===!1||b.options.draggable===!1&&-1!==a.type.indexOf("mouse")))switch(b.touchObject.fingerCount=a.originalEvent&&void 0!==a.originalEvent.touches?a.originalEvent.touches.length:1,b.touchObject.minSwipe=b.listWidth/b.options.touchThreshold,b.options.verticalSwiping===!0&&(b.touchObject.minSwipe=b.listHeight/b.options.touchThreshold),a.data.action){case"start":b.swipeStart(a);break;case"move":b.swipeMove(a);break;case"end":b.swipeEnd(a)}},b.prototype.swipeMove=function(a){var d,e,f,g,h,b=this;return h=void 0!==a.originalEvent?a.originalEvent.touches:null,!b.dragging||h&&1!==h.length?!1:(d=b.getLeft(b.currentSlide),b.touchObject.curX=void 0!==h?h[0].pageX:a.clientX,b.touchObject.curY=void 0!==h?h[0].pageY:a.clientY,b.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(b.touchObject.curX-b.touchObject.startX,2))),b.options.verticalSwiping===!0&&(b.touchObject.swipeLength=Math.round(Math.sqrt(Math.pow(b.touchObject.curY-b.touchObject.startY,2)))),e=b.swipeDirection(),"vertical"!==e?(void 0!==a.originalEvent&&b.touchObject.swipeLength>4&&a.preventDefault(),g=(b.options.rtl===!1?1:-1)*(b.touchObject.curX>b.touchObject.startX?1:-1),b.options.verticalSwiping===!0&&(g=b.touchObject.curY>b.touchObject.startY?1:-1),f=b.touchObject.swipeLength,b.touchObject.edgeHit=!1,b.options.infinite===!1&&(0===b.currentSlide&&"right"===e||b.currentSlide>=b.getDotCount()&&"left"===e)&&(f=b.touchObject.swipeLength*b.options.edgeFriction,b.touchObject.edgeHit=!0),b.swipeLeft=b.options.vertical===!1?d+f*g:d+f*(b.$list.height()/b.listWidth)*g,b.options.verticalSwiping===!0&&(b.swipeLeft=d+f*g),b.options.fade===!0||b.options.touchMove===!1?!1:b.animating===!0?(b.swipeLeft=null,!1):(b.setCSS(b.swipeLeft),void 0)):void 0)},b.prototype.swipeStart=function(a){var c,b=this;return 1!==b.touchObject.fingerCount||b.slideCount<=b.options.slidesToShow?(b.touchObject={},!1):(void 0!==a.originalEvent&&void 0!==a.originalEvent.touches&&(c=a.originalEvent.touches[0]),b.touchObject.startX=b.touchObject.curX=void 0!==c?c.pageX:a.clientX,b.touchObject.startY=b.touchObject.curY=void 0!==c?c.pageY:a.clientY,b.dragging=!0,void 0)},b.prototype.unfilterSlides=b.prototype.slickUnfilter=function(){var a=this;null!==a.$slidesCache&&(a.unload(),a.$slideTrack.children(this.options.slide).detach(),a.$slidesCache.appendTo(a.$slideTrack),a.reinit())},b.prototype.unload=function(){var b=this;a(".slick-cloned",b.$slider).remove(),b.$dots&&b.$dots.remove(),b.$prevArrow&&b.htmlExpr.test(b.options.prevArrow)&&b.$prevArrow.remove(),b.$nextArrow&&b.htmlExpr.test(b.options.nextArrow)&&b.$nextArrow.remove(),b.$slides.removeClass("slick-slide slick-active slick-visible slick-current").attr("aria-hidden","true").css("width","")},b.prototype.unslick=function(a){var b=this;b.$slider.trigger("unslick",[b,a]),b.destroy()},b.prototype.updateArrows=function(){var b,a=this;b=Math.floor(a.options.slidesToShow/2),a.options.arrows===!0&&a.slideCount>a.options.slidesToShow&&!a.options.infinite&&(a.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false"),a.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false"),0===a.currentSlide?(a.$prevArrow.addClass("slick-disabled").attr("aria-disabled","true"),a.$nextArrow.removeClass("slick-disabled").attr("aria-disabled","false")):a.currentSlide>=a.slideCount-a.options.slidesToShow&&a.options.centerMode===!1?(a.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),a.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")):a.currentSlide>=a.slideCount-1&&a.options.centerMode===!0&&(a.$nextArrow.addClass("slick-disabled").attr("aria-disabled","true"),a.$prevArrow.removeClass("slick-disabled").attr("aria-disabled","false")))},b.prototype.updateDots=function(){var a=this;null!==a.$dots&&(a.$dots.find("li").removeClass("slick-active").attr("aria-hidden","true"),a.$dots.find("li").eq(Math.floor(a.currentSlide/a.options.slidesToScroll)).addClass("slick-active").attr("aria-hidden","false"))},b.prototype.visibility=function(){var a=this;document[a.hidden]?(a.paused=!0,a.autoPlayClear()):a.options.autoplay===!0&&(a.paused=!1,a.autoPlay())},b.prototype.initADA=function(){var b=this;b.$slides.add(b.$slideTrack.find(".slick-cloned")).attr({"aria-hidden":"true",tabindex:"-1"}).find("a, input, button, select").attr({tabindex:"-1"}),b.$slideTrack.attr("role","listbox"),b.$slides.not(b.$slideTrack.find(".slick-cloned")).each(function(c){a(this).attr({role:"option","aria-describedby":"slick-slide"+b.instanceUid+c})}),null!==b.$dots&&b.$dots.attr("role","tablist").find("li").each(function(c){a(this).attr({role:"presentation","aria-selected":"false","aria-controls":"navigation"+b.instanceUid+c,id:"slick-slide"+b.instanceUid+c})}).first().attr("aria-selected","true").end().find("button").attr("role","button").end().closest("div").attr("role","toolbar"),b.activateADA()},b.prototype.activateADA=function(){var a=this,b=a.$slider.find("*").is(":focus");a.$slideTrack.find(".slick-active").attr({"aria-hidden":"false",tabindex:"0"}).find("a, input, button, select").attr({tabindex:"0"}),b&&a.$slideTrack.find(".slick-active").focus()},b.prototype.focusHandler=function(){var b=this;b.$slider.on("focus.slick blur.slick","*",function(c){c.stopImmediatePropagation();var d=a(this);setTimeout(function(){b.isPlay&&(d.is(":focus")?(b.autoPlayClear(),b.paused=!0):(b.paused=!1,b.autoPlay()))},0)})},a.fn.slick=function(){var g,a=this,c=arguments[0],d=Array.prototype.slice.call(arguments,1),e=a.length,f=0;for(f;e>f;f++)if("object"==typeof c||"undefined"==typeof c?a[f].slick=new b(a[f],c):g=a[f].slick[c].apply(a[f].slick,d),"undefined"!=typeof g)return g;return a}});
\ No newline at end of file
diff --git a/life/index.html b/life/index.html
deleted file mode 100644
index f8f9562..0000000
--- a/life/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Life </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <!-- jPages --> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 5, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); }); </script> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>Life</h1> </div> </div> <div class="wrapper wrapper-content animated fadeInRight blog"> <div class="row"> <ul id="pag-itemContainer" style="list-style:none;"> </ul> <div class="col-lg-8 col-lg-offset-2"> <p>Sorry,no blog!</p> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/light.svg b/light.svg
new file mode 100644
index 0000000..3804e5c
--- /dev/null
+++ b/light.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583519260" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5159" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M892.224 117.024c-83.936-83.936-231.648-81.12-387.616-3.84-155.936-77.28-303.68-80.096-387.616 3.84-69.76 69.76-79.488 183.552-36.64 309.344a95.776 95.776 0 0 0 12.992 122.528c-55.936 136.896-53.472 266.176 23.68 343.328 83.936 83.936 231.712 81.152 387.776 3.776 152.8 75.68 302.016 81.632 387.424-3.776 85.44-85.44 79.424-234.72 3.68-387.584 75.744-152.896 81.76-302.176-3.68-387.616z m-45.248 729.952c-96.416 96.416-332.64 29.408-523.36-161.344a31.968 31.968 0 1 0-45.248 45.248 913.056 913.056 0 0 0 157.376 126.304c-117.248 47.904-219.104 44.128-273.472-10.24-55.776-55.776-56.544-158.368-10.656-271.808 2.816 0.256 5.504 0.864 8.384 0.864a96 96 0 0 0 96-96c0-21.024-6.944-40.288-18.4-56.096a870.592 870.592 0 0 1 86.016-100.288 31.968 31.968 0 1 0-45.248-45.248 933.6 933.6 0 0 0-93.472 109.344A92.928 92.928 0 0 0 160 384a95.68 95.68 0 0 0-24.736 3.616c-28.704-96.448-19.776-178.56 27.008-225.344 62.368-62.368 187.264-58.176 326.112 14.24a31.008 31.008 0 0 0 16.544 3.04 31.104 31.104 0 0 0 16.032-3.104c138.816-72.352 263.648-76.544 326.016-14.176 56 56 56.544 159.2 10.048 273.216a879.36 879.36 0 0 0-67.584-92.48c6.528-11.584 10.56-24.768 10.56-39.008a80 80 0 1 0-80 80c6.368 0 12.48-0.928 18.4-2.336a795.968 795.968 0 0 1 85.408 122.944c-31.52 56.672-73.984 114.08-126.176 168.352-3.2-0.384-6.336-0.96-9.632-0.96a80 80 0 1 0 65.792 34.624 901.056 901.056 0 0 0 103.232-132.864c46.464 113.984 45.952 217.216-10.048 273.216z" p-id="5160" fill="#0091ff"></path><path d="M512 384a128 128 0 1 0 0 256 128 128 0 0 0 0-256z m0 192a64 64 0 1 1 0.032-128.032A64 64 0 0 1 512 576z" p-id="5161" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/linux/index.html b/linux/index.html
deleted file mode 100644
index 04cc257..0000000
--- a/linux/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Linux </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <!-- jPages --> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 5, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); }); </script> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>Linux</h1> </div> </div> <div class="wrapper wrapper-content animated fadeInRight blog"> <div class="row"> <ul id="pag-itemContainer" style="list-style:none;"> </ul> <div class="col-lg-8 col-lg-offset-2"> <p>Sorry,no blog!</p> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/list.svg b/list.svg
new file mode 100644
index 0000000..eb3ea47
--- /dev/null
+++ b/list.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583491028" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4932" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M96 160v704h832V160H96z m309.344 400.192v-160h192v160h-192z m192 64V800h-192v-175.808h192zM160 400.192h181.344v160H160v-160z m501.344 0H864v160h-202.656v-160zM864 224v112.192H160V224h704zM160 624.192h181.344V800H160v-175.808zM661.344 800v-175.808H864V800h-202.656z" p-id="4933" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..0059563
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
+    <title>Group</title>
+    <desc>Created with Sketch.</desc>
+    <defs></defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="Group" transform="translate(0.000000, -16.000000)">
+            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#1890FF">
+                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
+                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
+            </g>
+            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#D8D8D8" fill-rule="nonzero">
+                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
+            </g>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/mac/index.html b/mac/index.html
deleted file mode 100644
index 2abcf25..0000000
--- a/mac/index.html
+++ /dev/null
@@ -1 +0,0 @@
-<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Apache SkyWalking"> <meta name="baseurl" content=""> <title> Apache SkyWalking™ (incubating)|Mac </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"> <!-- Main CSS --> <link href="/static/assets/app-20171204.min.css" rel="stylesheet"> <link href="/static/css/custom.css" rel="stylesheet"> <!-- Main Scripts --> <script src="/static/assets/app-20171204.min.js"></script> <script src="/static/assets/blog-20171204.min.js"></script> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/static/assets/img/search/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/static/assets/img/search/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Apache SkyWalking™ (incubating)</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Documents</a></li> </ul> </div> </div> </nav> </div> <!-- jPages --> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 5, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); }); </script> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>Mac</h1> </div> </div> <div class="wrapper wrapper-content animated fadeInRight blog"> <div class="row"> <ul id="pag-itemContainer" style="list-style:none;"> </ul> <div class="col-lg-8 col-lg-offset-2"> <p>Sorry,no blog!</p> </div> </div> </div> <!-- Google analytics --> <!-- GrowingIO --> </body> </html>
diff --git a/moon.svg b/moon.svg
new file mode 100644
index 0000000..75ddc36
--- /dev/null
+++ b/moon.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1543670901687" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7809" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"><defs><style type="text/css"></style></defs><path d="M958.2 532.6c0 246.8-200 446.8-446.8 446.8S64.6 779.4 64.6 532.6s200-446.8 446.8-446.8c246.7 0 446.8 200 446.8 446.8z m0 0" fill="#eee" p-id="7810" data-spm-anchor-id="a313x.7781069.0.i25" class=""></path><path d="M612.2 186.7c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.9-0.1 43.2 19.3 43.2 43.2z m0 0M396 532.6c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M194.2 748.8c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M684.3 388.5c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8c15.9-0.1 28.8 12.8 28.8 28.8z m0 0M453.7 864.1c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.8 0 43.2 19.3 43.2 43.2z m0 0M295.1 402.9c0 55.7-45.2 100.9-100.9 100.9S93.3 458.6 93.3 402.9 138.5 302 194.2 302s100.9 45.1 100.9 100.9z m0 0" fill="#F9FAFA" p-id="7811"></path><path d="M511.3 85.8c246.8 0 446.8 200 446.8 446.8s-200 446.8-446.8 446.8c0 0 323.7-555.9 0-893.6" fill="#F9FAFA" p-id="7812" data-spm-anchor-id="a313x.7781069.0.i27" class=""></path><path d="M569 243.7c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.6 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.3-29.5-29.5-29.5z m0 0M367.2 575.2c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.1 42.6-42.6 42.6z m0-57.7c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1-6.8-15.1-15.1-15.1z m0 0M410.4 921.1c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.5 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.2-29.5-29.5-29.5z m0 0M713.1 834.6c-47.3 0-85.8-38.5-85.8-85.8s38.5-85.8 85.8-85.8 85.8 38.5 85.8 85.8-38.5 85.8-85.8 85.8z m0-144.1c-32.2 0-58.3 26.2-58.3 58.3 0 32.2 26.2 58.3 58.3 58.3 32.1 0 58.3-26.2 58.3-58.3 0-32.2-26.1-58.3-58.3-58.3z m0 0M655.5 431c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.2 42.6-42.6 42.6z m0-57.6c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1c-0.1-8.4-6.8-15.1-15.1-15.1z m0 0" fill="#F9FAFA" p-id="7813" data-spm-anchor-id="a313x.7781069.0.i26" class="selected"></path><path d="M837.5 206.5c-87.1-87.2-203-135.1-326.2-135.1-123.2 0-239 48-326.1 135.1C98.1 293.6 50.1 409.4 50.1 532.6s48 239 135.1 326.1c87.1 87.1 202.9 135.1 326.1 135.1 80.9 0 160.5-21.2 230.1-61.4 67.6-39 124.6-94.9 165-161.7 43.3-71.6 66.1-154 66.1-238.1 0.1-123.2-47.9-239-135-326.1z m49.2 138.7c0 32.2-26.2 58.3-58.3 58.3-32.2 0-58.3-26.2-58.3-58.3 0-32.2 26.2-58.3 58.3-58.3 32.2 0 58.3 26.2 58.3 58.3z m-692.5-29.5c48.1 0 87.1 39.1 87.1 87.1 0 48.1-39.1 87.1-87.1 87.1s-87.1-39.1-87.1-87.1 39.1-87.1 87.1-87.1z m-43.9 433.1c0-8.3 6.8-15.1 15.1-15.1s15.1 6.8 15.1 15.1-6.8 15.1-15.1 15.1-15.1-6.8-15.1-15.1z m731.5 7c-37.8 62.7-91.3 115.1-154.7 151.6-65.3 37.7-139.9 57.6-215.8 57.6-115.5 0-224.1-45-305.8-126.6-14.8-14.8-28.4-30.5-40.7-47h0.6c23.5 0 42.6-19.1 42.6-42.6s-19.1-42.6-42.6-42.6c-17 0-31.8 10.1-38.6 24.6-31.3-60.5-47.9-128.1-47.9-198.2 0-29.7 3-58.9 8.8-87.4 16.9 42.3 58.2 72.3 106.5 72.3 63.2 0 114.6-51.4 114.6-114.6 0-63.2-51.4-114.6-114.6-114.6-16.5 0-32.1 3.5-46.3 9.8 16.5-25.4 35.7-49.3 57.6-71.2 81.7-81.7 190.3-126.6 305.8-126.6s224.1 45 305.8 126.6c11.2 11.2 21.6 22.8 31.4 34.9-6.4-1.5-13.1-2.4-20-2.4-47.3 0-85.8 38.5-85.8 85.8s38.5 85.8 85.8 85.8c39.6 0 73-26.9 82.8-63.4 21.3 51.6 32.5 107.5 32.5 165-0.1 78.9-21.5 156-62 223.2z m0 0" fill="#F9FAFA" p-id="7814" data-spm-anchor-id="a313x.7781069.0.i28" class="selected"></path><path d="M107.8 547.7h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7815"></path><path d="M396 330.8h28.8v28.8H396z" fill="#F9FAFA" p-id="7816"></path><path d="M698.7 216.1h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7817"></path><path d="M511.3 460.5h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7818"></path><path d="M698.7 533.3h28.8v27.5h-28.8zM857.3 475.6h28.8v27.5h-28.8zM857.3 648.6h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7819"></path><path d="M525.7 604.7h28.8v28.8h-28.8zM352.8 662.3h28.8v28.8h-28.8zM496.9 792h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7820"></path><path d="M597.8 879.2h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7821"></path><path d="M237.5 748.8h28.8v28.8h-28.8zM280.7 229.9h28.8v28.8h-28.8zM424.8 143.4h28.8v28.8h-28.8z" fill="#eee" p-id="7822"></path></svg>
\ No newline at end of file
diff --git a/more.svg b/more.svg
new file mode 100644
index 0000000..d0757ca
--- /dev/null
+++ b/more.svg
@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583164092" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4704" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M336 544C256.608 544 192 608.608 192 688S256.608 832 336 832s144-64.608 144-144-64.608-144-144-144z m0 224C291.904 768 256 732.128 256 688S291.904 608 336 608s80 35.872 80 80-35.904 80-80 80zM800 256h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 576h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 384h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 712h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM440 235.808l-120.992 148.608-71.04-80.352a32 32 0 0 0-47.936 42.4l71.008 80.352a63.648 63.648 0 0 0 48.032 21.632 63.36 63.36 0 0 0 49.536-23.584L489.6 276.192a32 32 0 0 0-49.6-40.384z" p-id="4705" fill="#0091ff"></path><path d="M896 64H128c-35.296 0-64 28.704-64 64v768c0 35.296 28.704 64 64 64h768c35.296 0 64-28.704 64-64V128c0-35.296-28.704-64-64-64zM128 896V128h768l0.064 768H128z" p-id="4706" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index e7374fe..dea2aa4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,970 +1,12914 @@
 {
-  "name": "Jalpc",
-  "version": "1.1.1",
+  "name": "vuepress-homepage",
+  "version": "0.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
-    "align-text": {
-      "version": "0.1.4",
-      "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
-      "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
+    "@babel/code-frame": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.0.0-beta.47.tgz",
+      "integrity": "sha1-0YwvTEuo0JOivPq1YWWTv+JEGic=",
       "dev": true,
       "requires": {
-        "kind-of": "3.2.2",
-        "longest": "1.0.1",
-        "repeat-string": "1.6.1"
+        "@babel/highlight": "7.0.0-beta.47"
       }
     },
-    "amdefine": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
-      "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
-    },
-    "animate.css": {
-      "version": "3.5.2",
-      "resolved": "https://registry.npmjs.org/animate.css/-/animate.css-3.5.2.tgz",
-      "integrity": "sha1-keZo3AaagI5eSZUUhnuXquAWbDY="
-    },
-    "ansi-regex": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
-      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
-    },
-    "atob": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz",
-      "integrity": "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M="
-    },
-    "balanced-match": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
-      "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
-    },
-    "bootstrap": {
-      "version": "3.3.7",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
-      "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
+    "@babel/core": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/core/download/@babel/core-7.0.0-beta.47.tgz",
+      "integrity": "sha1-ucFk+5oeEIPwZ8I2qdoden11knE=",
+      "dev": true,
+      "requires": {
+        "@babel/code-frame": "7.0.0-beta.47",
+        "@babel/generator": "7.0.0-beta.47",
+        "@babel/helpers": "7.0.0-beta.47",
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47",
+        "babylon": "7.0.0-beta.47",
+        "convert-source-map": "1.6.0",
+        "debug": "3.2.6",
+        "json5": "0.5.1",
+        "lodash": "4.17.11",
+        "micromatch": "2.3.11",
+        "resolve": "1.8.1",
+        "semver": "5.6.0",
+        "source-map": "0.5.7"
+      }
     },
-    "brace-expansion": {
-      "version": "1.1.8",
-      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
-      "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
+    "@babel/generator": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.0.0-beta.47.tgz",
+      "integrity": "sha1-GDVwnzd8xNKkr/7m2SWKELvzudE=",
+      "dev": true,
       "requires": {
-        "balanced-match": "1.0.0",
-        "concat-map": "0.0.1"
+        "@babel/types": "7.0.0-beta.47",
+        "jsesc": "2.5.2",
+        "lodash": "4.17.11",
+        "source-map": "0.5.7",
+        "trim-right": "1.0.1"
       }
     },
-    "builtin-modules": {
-      "version": "1.1.1",
-      "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
-      "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8="
+    "@babel/helper-annotate-as-pure": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.0.0-beta.47.tgz",
+      "integrity": "sha1-NU+1lgVdnbNpIRvwdfDV6TkE1vY=",
+      "dev": true,
+      "requires": {
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "camelcase": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
-      "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
+    "@babel/helper-builder-binary-assignment-operator-visitor": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.47.tgz",
+      "integrity": "sha1-1ZF8Ke49aKvCxy9gS8BD9uBW6Qc=",
+      "dev": true,
+      "requires": {
+        "@babel/helper-explode-assignable-expression": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "center-align": {
-      "version": "0.1.3",
-      "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
-      "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
+    "@babel/helper-call-delegate": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-call-delegate/download/@babel/helper-call-delegate-7.0.0-beta.47.tgz",
+      "integrity": "sha1-lreAQ5cHX3IqQDDTh29R7BnYgps=",
       "dev": true,
       "requires": {
-        "align-text": "0.1.4",
-        "lazy-cache": "1.0.4"
+        "@babel/helper-hoist-variables": "7.0.0-beta.47",
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "chart.js": {
-      "version": "2.7.1",
-      "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.7.1.tgz",
-      "integrity": "sha512-pX1oQAY86MiuyZ2hY593Acbl4MLHKrBBhhmZ1YqSadzQbbsBE2rnd6WISoHjIsdf0WDeC0hbePYCz2ZxkV8L+g==",
+    "@babel/helper-define-map": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-define-map/download/@babel/helper-define-map-7.0.0-beta.47.tgz",
+      "integrity": "sha1-Q6ne+HxRZtwpYw1Rs9qcxDIMExw=",
+      "dev": true,
       "requires": {
-        "chartjs-color": "2.2.0",
-        "moment": "2.18.1"
+        "@babel/helper-function-name": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47",
+        "lodash": "4.17.11"
       }
     },
-    "chartjs-color": {
-      "version": "2.2.0",
-      "resolved": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.2.0.tgz",
-      "integrity": "sha1-hKL7dVeH7YXDndbdjHsdiEKbrq4=",
+    "@babel/helper-explode-assignable-expression": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.0.0-beta.47.tgz",
+      "integrity": "sha1-VraI4oKmmPTRzxNUU6Ea6K+HChk=",
+      "dev": true,
       "requires": {
-        "chartjs-color-string": "0.5.0",
-        "color-convert": "0.5.3"
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "chartjs-color-string": {
-      "version": "0.5.0",
-      "resolved": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.5.0.tgz",
-      "integrity": "sha512-amWNvCOXlOUYxZVDSa0YOab5K/lmEhbFNKI55PWc4mlv28BDzA7zaoQTGxSBgJMHIW+hGX8YUrvw/FH4LyhwSQ==",
+    "@babel/helper-function-name": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.0.0-beta.47.tgz",
+      "integrity": "sha1-gFfWPpUehcV8As3+Va12CNc/+30=",
+      "dev": true,
       "requires": {
-        "color-name": "1.1.3"
+        "@babel/helper-get-function-arity": "7.0.0-beta.47",
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "clean-css": {
-      "version": "4.1.9",
-      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz",
-      "integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=",
+    "@babel/helper-get-function-arity": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0-beta.47.tgz",
+      "integrity": "sha1-LeBPl8FLCUtViZ0/qDFEoW0gdRA=",
+      "dev": true,
       "requires": {
-        "source-map": "0.5.7"
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "cliui": {
-      "version": "3.2.0",
-      "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
-      "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
+    "@babel/helper-hoist-variables": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.0.0-beta.47.tgz",
+      "integrity": "sha1-zildHXI/4isoIOrsdI7XAapa49A=",
+      "dev": true,
       "requires": {
-        "string-width": "1.0.2",
-        "strip-ansi": "3.0.1",
-        "wrap-ansi": "2.1.0"
-      },
-      "dependencies": {
-        "string-width": {
-          "version": "1.0.2",
-          "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
-          "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
-          "requires": {
-            "code-point-at": "1.1.0",
-            "is-fullwidth-code-point": "1.0.0",
-            "strip-ansi": "3.0.1"
-          }
-        }
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "code-point-at": {
-      "version": "1.1.0",
-      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
-      "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
+    "@babel/helper-member-expression-to-functions": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.0.0-beta.47.tgz",
+      "integrity": "sha1-Nb/PHRbc5IHvPexm1aGuan2Au0U=",
+      "dev": true,
+      "requires": {
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "color-convert": {
-      "version": "0.5.3",
-      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz",
-      "integrity": "sha1-vbbGnOZg+t/+CwAHzER+G59ygr0="
+    "@babel/helper-module-imports": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.0.0-beta.47.tgz",
+      "integrity": "sha1-WvByAp/8++zm/7r12ZhMdVgPPwQ=",
+      "dev": true,
+      "requires": {
+        "@babel/types": "7.0.0-beta.47",
+        "lodash": "4.17.11"
+      }
     },
-    "color-name": {
-      "version": "1.1.3",
-      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
-      "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+    "@babel/helper-module-transforms": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.0.0-beta.47.tgz",
+      "integrity": "sha1-fv+R/JaHO9e42BZpjxppu8AfPDg=",
+      "dev": true,
+      "requires": {
+        "@babel/helper-module-imports": "7.0.0-beta.47",
+        "@babel/helper-simple-access": "7.0.0-beta.47",
+        "@babel/helper-split-export-declaration": "7.0.0-beta.47",
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47",
+        "lodash": "4.17.11"
+      }
     },
-    "colors": {
-      "version": "1.1.2",
-      "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
-      "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM="
+    "@babel/helper-optimise-call-expression": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.0.0-beta.47.tgz",
+      "integrity": "sha1-CF2GTQYTxYE8G3xxthvqNvGVkp4=",
+      "dev": true,
+      "requires": {
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "commander": {
-      "version": "2.12.2",
-      "resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz",
-      "integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA=="
+    "@babel/helper-plugin-utils": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0-beta.47.tgz",
+      "integrity": "sha1-T1ZBF+w5+Wz2D6/N41yd3ODgCP0=",
+      "dev": true
     },
-    "components-font-awesome": {
-      "version": "4.7.0",
-      "resolved": "https://registry.npmjs.org/components-font-awesome/-/components-font-awesome-4.7.0.tgz",
-      "integrity": "sha1-p1UAlLbiy1zX3OScQFdxxTPpz+E="
+    "@babel/helper-regex": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-regex/download/@babel/helper-regex-7.0.0-beta.47.tgz",
+      "integrity": "sha1-uOO1MTLE7bsEgEJCwC/+TWAxaXE=",
+      "dev": true,
+      "requires": {
+        "lodash": "4.17.11"
+      }
     },
-    "concat-map": {
-      "version": "0.0.1",
-      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
-      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+    "@babel/helper-remap-async-to-generator": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.0.0-beta.47.tgz",
+      "integrity": "sha1-RE3DYvYUcL1hp0Xrs2RDHZyhhsI=",
+      "dev": true,
+      "requires": {
+        "@babel/helper-annotate-as-pure": "7.0.0-beta.47",
+        "@babel/helper-wrap-function": "7.0.0-beta.47",
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "convert-source-map": {
-      "version": "0.3.5",
-      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",
-      "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA="
+    "@babel/helper-replace-supers": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.0.0-beta.47.tgz",
+      "integrity": "sha1-MQsgajAoaKeStllFXOuifbaGy7c=",
+      "dev": true,
+      "requires": {
+        "@babel/helper-member-expression-to-functions": "7.0.0-beta.47",
+        "@babel/helper-optimise-call-expression": "7.0.0-beta.47",
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "cross-spawn": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
-      "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
+    "@babel/helper-simple-access": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.0.0-beta.47.tgz",
+      "integrity": "sha1-I011SsvaklGhDbaX71AYHqsSUEI=",
+      "dev": true,
       "requires": {
-        "lru-cache": "4.1.1",
-        "shebang-command": "1.2.0",
-        "which": "1.3.0"
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47",
+        "lodash": "4.17.11"
       }
     },
-    "css": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
-      "integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=",
+    "@babel/helper-split-export-declaration": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.0.0-beta.47.tgz",
+      "integrity": "sha1-4RJ3hVRy2Ng7ryLy0BhsSiBZsJo=",
+      "dev": true,
       "requires": {
-        "inherits": "2.0.3",
-        "source-map": "0.1.43",
-        "source-map-resolve": "0.3.1",
-        "urix": "0.1.0"
-      },
-      "dependencies": {
-        "source-map": {
-          "version": "0.1.43",
-          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
-          "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
-          "requires": {
-            "amdefine": "1.0.1"
-          }
-        }
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "decamelize": {
-      "version": "1.2.0",
-      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
-      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
+    "@babel/helper-wrap-function": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.0.0-beta.47.tgz",
+      "integrity": "sha1-ZSi0SjzLTzrut5rdCogZL364EWE=",
+      "dev": true,
+      "requires": {
+        "@babel/helper-function-name": "7.0.0-beta.47",
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
+      }
     },
-    "error-ex": {
-      "version": "1.3.1",
-      "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
-      "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
+    "@babel/helpers": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.0.0-beta.47.tgz",
+      "integrity": "sha1-+bQu0uTV917A+y55LBc+RR6NQP0=",
+      "dev": true,
       "requires": {
-        "is-arrayish": "0.2.1"
+        "@babel/template": "7.0.0-beta.47",
+        "@babel/traverse": "7.0.0-beta.47",
+        "@babel/types": "7.0.0-beta.47"
       }
     },
-    "execa": {
-      "version": "0.7.0",
-      "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
-      "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
+    "@babel/highlight": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.0.0-beta.47.tgz",
+      "integrity": "sha1-j7yD+yoh8L0rlc2+sjjPlonK1JQ=",
+      "dev": true,
       "requires": {
-        "cross-spawn": "5.1.0",
-        "get-stream": "3.0.0",
-        "is-stream": "1.1.0",
-        "npm-run-path": "2.0.2",
-        "p-finally": "1.0.0",
-        "signal-exit": "3.0.2",
-        "strip-eof": "1.0.0"
+        "chalk": "2.4.1",
+        "esutils": "2.0.2",
+        "js-tokens": "3.0.2"
       }
     },
-    "find-up": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
-      "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+    "@babel/plugin-proposal-async-generator-functions": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.0.0-beta.47.tgz",
+      "integrity": "sha1-VxFCKEcIxa1OyQTZqnBUYaAQvlM=",
+      "dev": true,
       "requires": {
-        "locate-path": "2.0.0"
+        "@babel/helper-plugin-utils": "7.0.0-beta.47",
+        "@babel/helper-remap-async-to-generator": "7.0.0-beta.47",
+        "@babel/plugin-syntax-async-generators": "7.0.0-beta.47"
       }
     },
-    "font-mfizz": {
-      "version": "2.4.1",
-      "resolved": "https://registry.npmjs.org/font-mfizz/-/font-mfizz-2.4.1.tgz",
-      "integrity": "sha1-8pIXBat1wPCV3yoIji1CgR2Y5Js="
+    "@babel/plugin-proposal-class-properties": {
+      "version": "7.0.0-beta.47",
+      "resolved": "http://registry.npm.taobao.org/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.0.0-beta.47.tgz",
+      "integrity": "sha1-CMGh38ktD1w3s5CWxvuIPhyksPU=",
+      "dev": true,
+      "requires": {

  (This diff was longer than 20,000 lines, and has been truncated...)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services