first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,158 @@
/*
Styles for options type from option-types.php file, that has no own style.css
*/
/* placeholder */
.fw-option ::-webkit-input-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option ::-moz-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option :-ms-input-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option :-moz-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option::-webkit-input-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option::-moz-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option:-ms-input-placeholder {
font-style: italic;
line-height: 1.4em;
}
.fw-option:-moz-placeholder {
font-style: italic;
line-height: 1.4em;
}
/* end: placeholder */
textarea.fw-option-type-textarea {
max-width: 100%;
min-width: 100%;
}
.fw-backend-option-type-hidden,
.fw-backend-option-type-unique {
display: none;
}
.fw-backend-option-input-type-text .fw-option-help-in-input,
.fw-backend-option-input-type-short-text .fw-option-help-in-input,
.fw-backend-option-input-type-select .fw-option-help-in-input,
.fw-backend-option-input-type-short-select .fw-option-help-in-input,
.fw-backend-option-input-type-password .fw-option-help-in-input {
top: 4px !important;
}
.fw-option-type-checkboxes > div,
.fw-option-type-radio > div {
margin-bottom: 6px;
}
.fw-option-width-short {
width: 100px !important;
}
/* Radio and Checkboxes inline */
.fw-option-type-checkboxes.fw-option-type-checkboxes-inline > div,
.fw-option-type-radio.fw-option-type-radio-inline > div {
float: left;
margin-right: 10px;
}
.fw-option-type-checkboxes.fw-option-type-checkboxes-inline > div:last-child,
.fw-option-type-radio.fw-option-type-radio-inline > div:last-child {
margin-right: 0;
}
/* RTL Radio and Checkboxes inline */
body.rtl .fw-option-type-checkboxes.fw-option-type-checkboxes-inline > div:not(:last-child),
body.rtl .fw-option-type-radio.fw-option-type-radio-inline > div:not(:last-child) {
float: right;
margin: 0 0 0 10px;
}
/* end: Radio amd Checkboxes inline */
/* modal fixes */
.fw-modal .media-frame input[type=password],
.fw-modal .media-frame input[type=number],
.fw-modal .media-frame input[type=search],
.fw-modal .media-frame input[type=email],
.fw-modal .media-frame input[type=text],
.fw-modal .media-frame input[type=url],
.fw-modal .media-frame select,
.fw-modal .media-frame textarea {
font-size: 14px;
}
.fw-modal .media-frame select {
line-height: 28px;
height: 28px;
padding: 2px;
margin: 1px;
}
.fw-modal .media-frame select[multiple] {
height: auto;
}
.fw-modal .media-frame input[type=password],
.fw-modal .media-frame input[type=number],
.fw-modal .media-frame input[type=search],
.fw-modal .media-frame input[type=email],
.fw-modal .media-frame input[type=text],
.fw-modal .media-frame input[type=url] {
height: 28px;
padding: 3px 5px;
}
.fw-modal .media-frame textarea {
padding: 3px 5px;
}
.fw-modal .media-frame textarea.code {
line-height: 1.4;
}
@media (max-width: 782px) {
.fw-option-type-checkboxes label,
.fw-option-type-radio label {
vertical-align: middle;
line-height: 2.2em;
}
select.fw-option-type-select-multiple {
height: auto !important;
}
}
/* end: modal fixes */

View File

@@ -0,0 +1,333 @@
/**
* selectize.css (v0.9.0)
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 16px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #ffffff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid #d0d0d0;
background: #ffffff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}
/* fw-selectize style */
.fw-selectize .selectize-input {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 4px !important;
}
.fw-selectize .selectize-input.has-items{
padding: 3px 3px 0px 3px !important;
}
.fw-selectize .selectize-dropdown-header{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.fw-selectize .selectize-input .item{
margin: 0px 3px 3px 0px !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by IcoMoon.io -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34" height="32" viewBox="0 0 34 32">
<path fill="#444444" d="M23.375 0c5.875 0 10.625 4.688 10.625 10.438v19.563l-4.969 2-5.031-2v-21.063c-0.031-1.188-0.281-1.563-1.188-2.188-0.906 0.594-0.75 1.063-0.813 2.188v13.063c-0.25 5.531-3.656 10-11.375 10-5.875 0-10.625-2.75-10.625-10v-20.031l4.969-1.969 5.031 2v19.469s-0.281 3.938 1.188 3.938c1.094-1.125 0.813-3.938 0.813-3.938v-11.469c0.25-5.531 5.688-10 11.375-10zM2.469 3.188l2.5 1.5 2.219-1.313-2.219-1.219zM9.281 30.031c6.688 0 6.5-8.156 6.5-8.156-0.031-0.281 0.219-11.563 0.219-11.875 0-3.781 1.688-6.094 3.75-7.719-2.875 1.438-5.594 4.375-5.75 7.719v13.75c-0.219 2.563-2.156 4.25-4.781 4.25-2.875 0-5.063-2.531-5.219-5.5v-15.875l-2-1.375v16.75s-0.188 6.813 5.75 7.875c0.5 0.094 1.031 0.156 1.531 0.156zM32 28.625v-18.625c0-4-2.125-6.063-5.781-7.281-0.469-0.094-1-0.156-1.5-0.156-4.219 0-6.719 3.281-6.719 7.438v12.219c0 3.094-1.344 6.969-4 7.781 4.531-1.344 6-4.938 6-8v-13.375c0.219-2.563 2.125-4.25 4.781-4.25s5 1.688 5.219 4.25v20.875zM8.938 26l0.375-0.031c-0.75-0.406-1.281-1.188-1.313-2.75v-17.969l-2 1.375v14.844s0.313 4.531 2.938 4.531zM28 29.5v-20.563c-0.125-1.813-1.313-2.781-3.219-2.781l-0.375 0.031c0.875 0.875 1.563 1.438 1.594 2.75v19.688z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,118 @@
jQuery(function($){
var initialized = false,
changeTimeoutId = 0,
randomIdIncrement = 0,
localized = _fw_backend_customizer_localized,
/**
* @type {Object} {'#options_wrapper_id':'~'}
*/
pendingChanges = {},
/**
* Extract all input values within option and save them to the customizer input (to trigger preview update)
*/
processPendingChanges = function(){
$.each(pendingChanges, function(optionsWrapperId){
var $optionsWrapper = $('#'+ optionsWrapperId),
$input = $optionsWrapper.closest('.fw-backend-customizer-option')
.find('> input.fw-backend-customizer-option-input'),
newValue = JSON.stringify(fixSerializedValues(
$optionsWrapper.find(':input').serializeArray()
));
if ($input.val() === newValue) {
return;
}
$input.val(newValue).trigger('change');
});
pendingChanges = {};
},
fixSerializedValues = function(values) {
var inputNameToIndex = {},
fixedValues = [];
/**
* Traverse reversed array to leave only the last values.
* This is how _POST works, if you have
* fw_options[option_name][x]: 3
* fw_options[option_name][x]: 7
* the last one "wins" and the value of $_POST['fw_options']['option_name']['x'] will be 7
*/
for (var i = values.length - 1; i >= 0; i--) {
if (values[i].name.slice(-2) === '[]') {
// this will be sent in _POST as array
} else {
if (typeof inputNameToIndex[values[i].name] === 'undefined') {
inputNameToIndex[values[i].name] = i;
} else {
continue; // skip if already added (the last overwrites others)
}
}
fixedValues.push(values[i]);
}
/**
* The array was traversed in revers order, now restore the initial order
*/
return fixedValues.reverse();
},
init = function(){
if (initialized) {
return;
}
/**
* Populate all <input class="fw-backend-customizer-option-input" ... /> with (initial) options values
*/
$('#customize-theme-controls .fw-backend-customizer-option').each(function(){
$(this).find('> input.fw-backend-customizer-option-input').val(
JSON.stringify(fixSerializedValues(
$(this).find('> .fw-backend-customizer-option-inner :input').serializeArray()
))
);
});
/**
* When something may be changed, removed, added; add to pending changes
*/
$('#customize-theme-controls').on(
'change keyup click paste',
'.fw-backend-customizer-option > .fw-backend-customizer-option-inner > .fw-backend-option > .fw-backend-option-input',
function(e){
clearTimeout(changeTimeoutId);
{
var optionsWrapperId = $(this).attr('id');
if (!optionsWrapperId) {
optionsWrapperId = 'rnid-'+ (++randomIdIncrement);
$(this).attr('id', optionsWrapperId);
}
pendingChanges[optionsWrapperId] = '~';
}
changeTimeoutId = setTimeout(
processPendingChanges,
/**
* Let css animations finish,
* to prevent block/glitch in the middle of the animation when the iframe will reload.
* Bigger than 300, which most of the css animations are.
*/
localized.change_timeout
);
}
);
initialized = true;
};
fwEvents.one('fw:options:init', function(){
setTimeout(
init,
40 // must be later than first 'fw:options:init' on body http://bit.ly/1F1dDUZ
);
});
});

View File

@@ -0,0 +1,262 @@
/**
* Included on pages where backend options are rendered
*/
var fwBackendOptions = {
/**
* @deprecated Tabs are lazy loaded https://github.com/ThemeFuse/Unyson/issues/1174
*/
openTab: function(tabId) { console.warn('deprecated'); }
};
jQuery(document).ready(function($){
var localized = _fw_backend_options_localized;
/**
* Functions
*/
{
/**
* Make fw-postbox to close/open on click
*
* (fork from /wp-admin/js/postbox.js)
*/
function addPostboxToggles($boxes) {
/** Remove events added by /wp-admin/js/postbox.js */
$boxes.find('h2, h3, .handlediv, .hndle').off('click.postboxes');
var eventNamespace = '.fw-backend-postboxes';
$boxes.find('.postbox-header .hndle, .postbox-header .handlediv').on('mouseover', function () {
$(this).off('click.postboxes');
})
// make postboxes to close/open on click
$boxes.off('click'+ eventNamespace); // remove already attached, just to be sure, prevent multiple execution
$boxes.find('.postbox-header .hndle, .postbox-header .handlediv').on( 'click', function( e ) {
var $box = $(this).closest('.fw-postbox');
if ($box.parent().is('.fw-backend-postboxes') && !$box.siblings().length) {
// Do not close if only one box https://github.com/ThemeFuse/Unyson/issues/1094
$box.removeClass('closed');
} else {
$box.toggleClass('closed');
}
var isClosed = $box.hasClass('closed');
$box.trigger('fw:box:'+ (isClosed ? 'close' : 'open'));
$box.trigger('fw:box:toggle-closed', {isClosed: isClosed});
});
}
/** Remove box header if title is empty */
function hideBoxEmptyTitles($boxes) {
$boxes.find('> .hndle > span').each(function(){
var $this = $(this);
if (!$.trim($this.html()).length) {
$this.closest('.postbox').addClass('fw-postbox-without-name');
}
});
}
}
/** Init tabs */
(function(){
var htmlAttrName = 'data-fw-tab-html',
initTab = function($tab) {
var html;
if (html = $tab.attr(htmlAttrName)) {
fwEvents.trigger('fw:options:init', {
$elements: $tab.removeAttr(htmlAttrName).html(html),
/**
* Sometimes we want to perform some action just when
* lazy tabs are rendered. It's important in those cases
* to distinguish regular fw:options:init events from
* the ones that will render tabs. Passing by this little
* detail may break some widgets because fw:options:init
* event may be fired even when tabs are not yet rendered.
*
* That's how you can be sure that you'll run a piece
* of code just when tabs will be arround 100%.
*
* fwEvents.on('fw:options:init', function (data) {
* if (! data.lazyTabsUpdated) {
* return;
* }
*
* // Do your business
* });
*
*/
lazyTabsUpdated: true
});
}
},
initAllTabs = function ($el) {
var selector = '.fw-options-tab[' + htmlAttrName + ']', $tabs;
// fixes https://github.com/ThemeFuse/Unyson/issues/1634
$el.each(function(){
if ($(this).is(selector)) {
initTab($(this));
}
});
// initialized tabs can contain tabs, so init recursive until nothing is found
while (($tabs = $el.find(selector)).length) {
$tabs.each(function(){ initTab($(this)); });
}
};
fwEvents.on('fw:options:init:tabs', function (data) {
initAllTabs(data.$elements);
});
fwEvents.on('fw:options:init', function (data) {
var $tabs = data.$elements.find('.fw-options-tabs-wrapper:not(.initialized)');
if (localized.lazy_tabs) {
$tabs.tabs({
create: function (event, ui) {
initTab(ui.panel);
},
activate: function (event, ui) {
initTab(ui.newPanel);
ui.newPanel.closest('.fw-options-tabs-contents')[0].scrollTop = 0
}
});
$tabs
.closest('form')
.off('submit.fw-tabs')
.on('submit.fw-tabs', function () {
if (!$(this).hasClass('prevent-all-tabs-init')) {
// All options needs to be present in html to be sent in POST on submit
initAllTabs($(this));
}
});
} else {
$tabs.tabs({
activate: function (event, ui) {
ui.newPanel.closest('.fw-options-tabs-contents')[0].scrollTop = 0
}
});
}
$tabs.each(function () {
var $this = $(this);
if (!$this.parent().closest('.fw-options-tabs-wrapper').length) {
// add special class to first level tabs
$this.addClass('fw-options-tabs-first-level');
}
});
$tabs.addClass('initialized');
});
})();
/** Init boxes */
fwEvents.on('fw:options:init', function (data) {
var $boxes = data.$elements.find('.fw-postbox:not(.initialized)');
hideBoxEmptyTitles(
$boxes.filter('.fw-backend-postboxes > .fw-postbox')
);
addPostboxToggles($boxes);
/**
* leave open only first boxes
*/
$boxes
.filter('.fw-backend-postboxes > .fw-postbox:not(.fw-postbox-without-name):not(:first-child):not(.prevent-auto-close)')
.addClass('closed');
$boxes.addClass('initialized');
// trigger on box custom event for others to do something after box initialized
$boxes.trigger('fw-options-box:initialized');
});
/** Init options */
fwEvents.on('fw:options:init', function (data) {
data.$elements.find('.fw-backend-option:not(.initialized)')
// do nothing, just a the initialized class to make the fadeIn css animation effect
.addClass('initialized');
});
/** Fixes */
fwEvents.on('fw:options:init', function (data) {
{
var eventNamespace = '.fw-backend-postboxes';
data.$elements.find('.postbox:not(.fw-postbox) .fw-option')
.closest('.postbox:not(.fw-postbox)')
/**
* Add special class to first level postboxes that contains framework options (on post edit page)
*/
.addClass('postbox-with-fw-options')
/**
* Prevent event to be propagated to first level WordPress sortable (on edit post page)
* If not prevented, boxes within options can be dragged out of parent box to first level boxes
*/
.off('mousedown'+ eventNamespace) // remove already attached (happens when this script is executed multiple times on the same elements)
.on('mousedown'+ eventNamespace, '.fw-postbox > .hndle, .fw-postbox > .handlediv', function(e){
e.stopPropagation();
});
}
/**
* disable sortable (drag/drop) for postboxes created by framework options
* (have no sense, the order is not saved like for first level boxes on edit post page)
*/
{
var $sortables = data.$elements
.find('.postbox:not(.fw-postbox) .fw-postbox, .fw-options-tabs-wrapper .fw-postbox')
.closest('.fw-backend-postboxes')
.not('.fw-sortable-disabled');
$sortables.each(function(){
try {
$(this).sortable('destroy');
} catch (e) {
// happens when not initialized
}
});
$sortables.addClass('fw-sortable-disabled');
}
/** hide bottom border from last option inside box */
{
data.$elements.find('.postbox-with-fw-options > .inside, .fw-postbox > .inside')
.append('<div class="fw-backend-options-last-border-hider"></div>');
}
hideBoxEmptyTitles(
data.$elements.find('.postbox-with-fw-options')
);
});
/**
* Help tips (i)
*/
(function(){
fwEvents.on('fw:options:init', function (data) {
var $helps = data.$elements.find('.fw-option-help:not(.initialized)');
fw.qtip($helps);
$helps.addClass('initialized');
});
})();
$('#side-sortables').addClass('fw-force-xs');
});

View File

@@ -0,0 +1,271 @@
/**
* Listen and trigger custom events to communicate between javascript components
*/
var fwEvents = new (function(){
var _events = {};
var currentIndentation = 1;
var debug = false;
this.countAll = function (topic) {
return _events[topic];
}
/**
* Make log helper public
*
* @param {String} [message]
* @param {Object} [data]
*/
this.log = log;
/**
* Enable/Disable Debug
* @param {Boolean} enabled
*/
this.debug = function(enabled) {
debug = Boolean(enabled);
return this;
};
/**
* Add event listener
*
* @param event {String | Object}
* Can be a:
* - single event: 'event1'
* - space separated event list: 'event1 event2 event2'
* - an object: {event1: function () {}, event2: function () {}}
*
* @param callback {Function}
*/
this.on = function(topicStringOrObject, listener) {
objectMap(
splitTopicStringOrObject(topicStringOrObject, listener),
function (eventName, listener) {
(_events[eventName] || (_events[eventName] = [])).push(
listener
);
debug && log('✚ ' + eventName);
}
);
return this;
};
/**
* Same as .on(), but callback will executed only once
*/
this.one = function(topicStringOrObject, listener) {
objectMap(
splitTopicStringOrObject(topicStringOrObject, listener),
function (eventName, listener) {
(_events[eventName] || (_events[eventName] = [])).push(
once(listener)
);
debug && log('✚ [' + eventName +']');
}
);
return this;
// https://github.com/jashkenas/underscore/blob/8fc7032295d60aff3620ef85d4aa6549a55688a0/underscore.js#L946
function once(func) {
var memo;
var times = 2;
return function() {
if (--times > 0) {
memo = func.apply(this, arguments);
}
if (times <= 1) func = null;
return memo;
};
};
};
/**
* In order to remove one single listener you should give as an argument
* the same callback function. If you want to remove *all* listeners from
* a particular event you should not pass the second argument.
*
* @param topicStringOrObject {String | Object}
* @param listener {Function | false}
*/
this.off = function(topicStringOrObject, listener) {
objectMap(
splitTopicStringOrObject(topicStringOrObject, listener),
function (eventName, listener) {
if (_events[eventName]) {
if (listener) {
_events[eventName].splice(
_events[eventName].indexOf(listener) >>> 0,
1
);
} else {
_events[eventName] = [];
}
debug && log('✖ ' + eventName);
}
}
);
return this;
};
/**
* Trigger an event. In case you provide multiple events via space-separated
* string or an object of events it will execute listeners for each event
* separatedly. You can use the "all" event to trigger all events.
*
* @param topicStringOrObject {String | Object}
* @param data {Object}
*/
this.trigger = function(eventName, data) {
objectMap(
splitTopicStringOrObject(eventName),
function (eventName) {
log('╭─ '+ eventName, data);
changeIndentation(+1);
try {
// TODO: REFACTOR THAT!!!!!!!!!
// Maybe this is an occasion for using 'all' event???
if (eventName === 'fw:options:init') {
fw.options.startListeningToEvents(
data.$elements || document.body
)
}
(_events[eventName] || []).map(dispatchSingleEvent);
(_events['all'] || []).map(dispatchSingleEvent);
} catch (e) {
console.log(
"%c [Events] Exception raised. Please contact support in https://github.com/ThemeFuse/Unyson/issues/new. Don't forget to attach this stack trace to the issue.",
"color: red; font-weight: bold;"
);
if (typeof console !== 'undefined') {
console.error(e)
} else {
throw e;
}
}
changeIndentation(-1);
log('╰─ '+ eventName, data);
function dispatchSingleEvent (listenerDescriptor) {
if (! listenerDescriptor) return;
listenerDescriptor.call(
window,
data
);
}
}
);
return this;
function changeIndentation(increment) {
if (typeof increment != 'undefined') {
currentIndentation += (increment > 0 ? +1 : -1);
}
if (currentIndentation < 0) {
currentIndentation = 0;
}
}
};
/**
* Check if an event has listeners
* @param {String} [event]
* @return {Boolean}
*/
this.hasListeners = function(eventName) {
if (! _events) {
return false;
}
return (_events[eventName] || []).length > 0;
};
/**
* Probably split string into general purpose object representation for
* event names and listeners. This function leaves objects un-modified.
*
* @param topicStringOrObject {String | Object}
* @param listener {Function | false}
*
* @returns {Object} {
* eventname: listener,
* otherevent: listener
* }
*/
function splitTopicStringOrObject (topicStringOrObject, listener) {
if (typeof topicStringOrObject !== 'string') {
return topicStringOrObject;
}
var arrayOfEvents = topicStringOrObject.replace(
/\s\s+/g, ' '
).trim().split(' ');
var len = arrayOfEvents.length;
var listenerDescriptor = Object.create(null);
for (var i = 0; i < len; i++) {
listenerDescriptor[arrayOfEvents[i]] = listener;
}
return listenerDescriptor;
}
/**
* returns a new object with the predicate applied to each value
* objectMap({a: 3, b: 5, c: 9}, (key, value) => value + 1); // {a: 4, b: 6, c: 10}
* objectMap({a: 3, b: 5, c: 9}, (key, value) => key); // {a: 'a', b: 'b', c: 'c'}
* objectMap({a: 3, b: 5, c: 9}, (key, value) => key + value); // {a: 'a3', b: 'b5', c: 'c9'}
*
* https://github.com/angus-c/just/tree/master/packages/object-map
*/
function objectMap(obj, predicate) {
var result = {};
var keys = Object.keys(obj);
var len = keys.length;
for (var i = 0; i < len; i++) {
var key = keys[i];
result[key] = predicate(key, obj[key]);
}
return result;
}
function log(message, data) {
if (! debug) {
return;
}
if (typeof data != 'undefined') {
console.log('[Event] ' + getIndentation() + message, '─', data);
} else {
console.log('[Event] ' + getIndentation() + message);
}
function getIndentation() {
return new Array(currentIndentation).join('│ ');
}
}
})();

View File

@@ -0,0 +1,271 @@
/**
* FW_Form helpers
* Dependencies: jQuery
* Note: You can include this script in frontend (for e.g. to make you contact forms ajax submittable)
*/
var fwForm = {
/**
* Make forms ajax submittable
* @param {Object} [opts] You can overwrite any
*/
initAjaxSubmit: function(opts) {
var opts = jQuery.extend({
selector: 'form[data-fw-form-id]',
ajaxUrl: (typeof ajaxurl != 'undefined')
? ajaxurl
: ((typeof fwAjaxUrl != 'undefined')
? fwAjaxUrl // wp_localize_script('fw-form-helpers', 'fwAjaxUrl', admin_url( 'admin-ajax.php', 'relative' ));
: '/wp-admin/admin-ajax.php'
),
loading: function (elements, show) {
elements.$form.css('position', 'relative');
elements.$form.find('> .fw-form-loading').remove();
if (show) {
elements.$form.append(
'<div'+
' class="fw-form-loading"'+
' style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.1);"'+
'></div>'
);
}
},
afterSubmitDelay: function(elements){},
onErrors: function (elements, data) {
if (isAdmin) {
fwForm.backend.showFlashMessages(
fwForm.backend.renderFlashMessages({error: data.errors})
);
} else {
// Frontend
jQuery.each(data.errors, function (inputName, message) {
message = '<p class="form-error" style="color: #9b2922;">{message}</p>'
.replace('{message}', message);
var $input = elements.$form.find('[name="' + inputName + '"]').last();
if (!$input.length) {
// maybe input name has array format, try to find by prefix: name[
$input = elements.$form.find('[name^="'+ inputName +'["]').last();
}
if ($input.length) {
// error message under input
$input.parent().after(message);
} else {
// if input not found, show message in form
elements.$form.prepend(message);
}
});
}
},
hideErrors: function (elements) {
elements.$form.find('.form-error').remove();
},
onAjaxError: function(elements, data) {
console.error(data.jqXHR, data.textStatus, data.errorThrown);
alert('Ajax error (more details in console)');
},
onSuccess: function (elements, ajaxData) {
if (isAdmin) {
fwForm.backend.showFlashMessages(
fwForm.backend.renderFlashMessages(ajaxData.flash_messages)
);
} else {
var html = fwForm.frontend.renderFlashMessages(ajaxData.flash_messages);
if (!html.length) {
html = '<p>Success</p>';
}
elements.$form.fadeOut(function(){
elements.$form.html(html).fadeIn();
});
// prevent multiple submit
elements.$form.on('submit', function(e){ e.preventDefault(); e.stopPropagation(); });
}
}
}, opts || {}),
isAdmin = (typeof adminpage != 'undefined' && jQuery(document.body).hasClass('wp-admin')),
isBusy = false;
jQuery(document.body).on('submit', opts.selector, function(e){
e.preventDefault();
if (isBusy) {
console.warn('Working... Try again later.');
return;
}
var $form = jQuery(this);
if (!$form.is('form[data-fw-form-id]')) {
console.error('This is not a FW_Form', 'Selector:'. opts.selector, 'Form:', $form);
return;
}
// get submit button
{
var $submitButton = $form.find(':submit:focus');
if (!$submitButton.length) {
// in case you use this solution http://stackoverflow.com/a/5721762
$submitButton = $form.find('[clicked]:submit');
}
// make sure to remove the "clicked" attribute to prevent accidental settings reset
$form.find('[clicked]:submit').removeAttr('clicked');
}
var elements = {
$form: $form,
$submitButton: $submitButton
};
opts.hideErrors(elements);
var delaySubmit = parseInt(
opts.loading(
elements,
/**
* If you want to submit your ajaxified Theme Settings form without
* any notification for the user add class fw-silent-submit to
* the form element itself. This class will be removed
* automatically after this particular submit, so that popup will
* show when the user will press Submit button next time.
*/
! $form.hasClass('fw-silent-submit')
)
);
delaySubmit = (isNaN(delaySubmit) || delaySubmit < 0) ? 0 : delaySubmit;
$form.removeClass('fw-silent-submit');
isBusy = true;
setTimeout(function(){
if (delaySubmit) {
opts.afterSubmitDelay(elements);
}
jQuery.ajax({
type: "POST",
url: opts.ajaxUrl,
data: $form.serialize() + (
$submitButton.length
? '&'+ $submitButton.attr('name') +'='+ $submitButton.attr('value')
: ''
),
dataType: 'json'
}).done(function(r){
isBusy = false;
opts.loading(elements, false);
if (r.success) {
opts.onSuccess(elements, r.data);
} else {
opts.onErrors(elements, r.data);
}
}).fail(function(jqXHR, textStatus, errorThrown){
isBusy = false;
opts.loading(elements, false);
opts.onAjaxError(elements, {
jqXHR: jqXHR,
textStatus: textStatus,
errorThrown: errorThrown
});
});
}, delaySubmit);
});
},
backend: {
showFlashMessages: function(messagesHtml) {
var $pageTitle = jQuery('.wrap h2:first');
while ($pageTitle.next().is('.fw-flash-messages, .fw-flash-message, .updated, .update-nag, .error')) {
$pageTitle.next().remove();
}
$pageTitle.after('<div class="fw-flash-messages">'+ messagesHtml +'</div>');
jQuery(document.body).animate({scrollTop: 0}, 300);
},
/**
* Html structure should be the same as generated by FW_Flash_Messages::_print_backend()
* @param {Object} flashMessages
* @returns {string}
*/
renderFlashMessages: function(flashMessages) {
var html = [],
typeHtml = [],
messageClass = '';
jQuery.each(flashMessages, function(type, messages){
typeHtml = [];
switch (type) {
case 'error':
messageClass = 'error';
break;
case 'warning':
messageClass = 'update-nag';
break;
default:
messageClass = 'updated';
}
jQuery.each(messages, function(messageId, message){
typeHtml.push('<div class="'+ messageClass +' fw-flash-message"><p>'+ message +'</p></div>');
});
if (typeHtml.length) {
html.push(
'<div class="fw-flash-type-'+ type +'">'+ typeHtml.join('</div><div class="fw-flash-type-'+ type +'">') +'</div>'
);
}
});
return html.join('');
}
},
frontend: {
/**
* Html structure is the same as generated by FW_Flash_Messages::_print_frontend()
* @param {Object} flashMessages
* @returns {string}
*/
renderFlashMessages: function(flashMessages) {
var html = [],
typeHtml = [],
messageClass = '';
jQuery.each(flashMessages, function(type, messages){
typeHtml = [];
jQuery.each(messages, function(messageId, message){
typeHtml.push('<li class="fw-flash-message">'+ message +'</li>');
});
if (typeHtml.length) {
html.push(
'<ul class="fw-flash-type-'+ type +'">'+ typeHtml.join('</ul><ul class="fw-flash-type-'+ type +'">') +'</ul>'
);
}
});
return html.join('');
}
}
};
// Usage example
if (false) {
jQuery(function ($) {
fwForm.initAjaxSubmit({
selector: 'form[data-fw-form-id][data-fw-ext-forms-type="contact-forms"]',
ajaxUrl: ajaxurl
});
});
}

View File

@@ -0,0 +1,405 @@
/**
* Basic options registry
*/
fw.options = (function ($, currentFwOptions) {
/**
* An object of hints
*/
var allOptionTypes = {};
currentFwOptions.get = get;
currentFwOptions.getAll = getAll;
currentFwOptions.register = register;
currentFwOptions.__unsafePatch = __unsafePatch;
currentFwOptions.getOptionDescriptor = getOptionDescriptor;
currentFwOptions.startListeningToEvents = startListeningToEvents;
currentFwOptions.getContextOptions = getContextOptions;
currentFwOptions.findOptionInContextForPath = findOptionInContextForPath;
currentFwOptions.findOptionInSameContextFor = findOptionInSameContextFor;
/**
* fw.options.getValueForEl(element)
* .then(function (values, optionDescriptor) {
* // current values for option type
* console.log(values)
* })
* .fail(function () {
* // value extraction failed for some reason
* });
*/
currentFwOptions.getValueForEl = getValueForEl;
currentFwOptions.getContextValue = getContextValue;
return currentFwOptions;
/**
* get hint object for a specific type
*/
function get (type) {
return allOptionTypes[type] || allOptionTypes['fw-undefined'];
}
function getAll () {
return allOptionTypes;
}
/**
* Returns:
* el
* ID
* type
* isRootOption
* context
* nonOptionContext
*/
function getOptionDescriptor (el) {
var data = {};
if (! el) return null;
data.context = detectDOMContext(el);
data.el = findOptionDescriptorEl(el);
data.rootContext = findNonOptionContext(data.el);
data.id = $(data.el).attr('data-fw-option-id');
data.type = $(data.el).attr('data-fw-option-type');
data.isRootOption = isRootOption(data.el, findNonOptionContext(data.el));
data.hasNestedOptions = hasNestedOptions(data.el);
data.pathToTheTopContext = data.isRootOption
? []
: findPathToTheTopContext(data.el, findNonOptionContext(data.el));
return data;
}
function findOptionInSameContextFor (el, path) {
var rootContext = getOptionDescriptor(el).rootContext;
return findOptionInContextForPath(
rootContext, path
);
}
/**
* This receives a context (option as context works too)
* and returns the option descriptor which respects the path
*
* - form
* - .fw-backend-options-virtual-context
* - .fw-backend-option-descriptor
*
* path:
* id/other_id/another_one
*/
function findOptionInContextForPath (context, path) {
var pathToTheTop = path.split('/');
return pathToTheTop.reduce(function (currentContext, path, index) {
if (! currentContext) return false;
var elOrDescriptorForPath = _.compose(
index === pathToTheTop.length - 1
? getOptionDescriptor
: _.identity,
_.partial(
maybeFindFirstLevelOptionInContext,
currentContext
)
);
return elOrDescriptorForPath(path);
}, context);
function maybeFindFirstLevelOptionInContext (context, firstLevelId) {
return (getContextOptions(context).filter(
function (optionDescriptor) {
return optionDescriptor.id === firstLevelId;
}
)[0] || {}).el;
}
}
/**
* This receives a context (option as context works too)
* and returns the first level of options underneath it.
*
* - form
* - .fw-backend-options-virtual-context
* - .fw-backend-option-descriptor
*/
function getContextOptions (el) {
el = (el instanceof jQuery) ? el[0] : el;
if (! (
el.tagName === 'FORM'
||
el.classList.contains('fw-backend-options-virtual-context')
||
el.classList.contains('fw-backend-option-descriptor')
)) {
throw "You passed an incorrect context element."
}
return $(el)
.find('.fw-backend-option-descriptor')
.not(
$(el).find('.fw-backend-options-virtual-context .fw-backend-option-descriptor')
)
.toArray()
.map(getOptionDescriptor)
.filter(function (descriptor) {
return isRootOption(descriptor.el, el)
})
}
function getContextValue (el) {
var optionDescriptors = getContextOptions(el);
var promise = $.Deferred();
fw.whenAll(optionDescriptors.map(getValueForOptionDescriptor))
.then(function (valuesAsArray) {
var values = {};
optionDescriptors.map(function (optionDescriptor, index) {
values[optionDescriptor.id] = valuesAsArray[index].value;
});
promise.resolve({
valueAsArray: valuesAsArray,
optionDescriptors: optionDescriptors,
value: values
});
})
.fail(function () {
// TODO: pass a reason
promise.reject();
});
return promise;
}
function getValueForOptionDescriptor (optionDescriptor) {
var maybePromise = get(optionDescriptor.type).getValue(optionDescriptor)
var promise = maybePromise;
/**
* A promise has a then method usually
*/
if (! promise.then) {
promise = $.Deferred();
promise.resolve(maybePromise);
}
return promise;
}
function getValueForEl (el) {
return getValueForOptionDescriptor(getOptionDescriptor(el));
}
/**
* You are not registering here a full fledge class definition for an
* option type just like we have on backend. It is more of a hint on how
* to treat the option type on frontend. Everything should be working
* almost fine even if you don't provide any hints.
*
* interface:
*
* startListeningForChanges
* getValue
*/
function register (type, hintObject) {
// TODO: maybe start triggering events on option type register
if (allOptionTypes[type]) {
throw "Can't re-register an option type again";
}
allOptionTypes[type] = jQuery.extend(
{}, defaultHintObject(),
hintObject || {}
);
}
function __unsafePatch (type, hintObject) {
allOptionTypes[type] = jQuery.extend(
{}, defaultHintObject(),
(allOptionTypes[type] || {}),
hintObject || {}
);
}
/**
* This will be automatically called at each fw:options:init event.
* This will make each option type start listening to events
*/
function startListeningToEvents (el) {
// TODO: compute path up untill non-option context
el = (el instanceof jQuery) ? el[0] : el;
[].map.call(
el.querySelectorAll('.fw-backend-option-descriptor[data-fw-option-type]'),
function (el) {
startListeningToEventsForSingle(getOptionDescriptor(el));
}
);
}
function startListeningToEventsForSingle (optionDescriptor) {
get(optionDescriptor.type).startListeningForChanges(optionDescriptor)
}
/**
* We rely on the fact that by default, when we try to register some option
* type -- the undefined and default one will be already registered.
*/
function defaultHintObject () {
return get('fw-undefined') || {};
}
function detectDOMContext (el) {
el = findOptionDescriptorEl(el);
var nonOptionContext = findNonOptionContext(el);
return isRootOption(el, nonOptionContext)
? nonOptionContext
: findOptionDescriptorEl(el.parentElement);
}
function findOptionDescriptorEl (el) {
el = (el instanceof jQuery) ? el[0] : el;
if (! el) return false;
if (el.classList.contains('fw-backend-option-descriptor')) {
return el;
} else {
var closestOption = $(el).closest(
'.fw-backend-option-descriptor'
);
if (closestOption.length === 0) {
throw "There is no option descriptor for that element."
}
return closestOption[0];
}
}
function isRootOption(el, nonOptionContext) {
var parent;
// traverse parents
while (el) {
parent = el.parentElement;
if (parent === nonOptionContext) {
return true;
}
if (parent && elementMatches(parent, '.fw-backend-option-descriptor')) {
return false;
}
el = parent;
}
}
function findPathToTheTopContext (el, nonOptionContext) {
var parent;
var result = [];
// traverse parents
while (el) {
parent = el.parentElement;
if (parent === nonOptionContext) {
return result;
}
if (parent && elementMatches(parent, '.fw-backend-option-descriptor')) {
// result.push(parent.getAttribute('data-fw-option-type'));
result.push(parent);
}
el = parent;
}
return result.reverse();
}
/**
* A non-option context has two possible values:
*
* - a form tag which encloses a list of root options
* - a virtual context is an el with `.fw-backend-options-virtual-context`
*/
function findNonOptionContext (el) {
var parent;
// traverse parents
while (el) {
parent = el.parentElement;
if (parent && elementMatches(parent, '.fw-backend-options-virtual-context, form')) {
return parent;
}
el = parent;
}
return null;
}
function hasNestedOptions (el) {
// exclude nested options within a virtual context
var optionDescriptor = findOptionDescriptorEl(el);
var hasVirtualContext = optionDescriptor.querySelector(
'.fw-backend-options-virtual-context'
);
if (! hasVirtualContext) {
return !! optionDescriptor.querySelector(
'.fw-backend-option-descriptor'
);
}
// check if we have options which are not in the virtual context
return optionDescriptor.querySelectorAll(
'.fw-backend-option-descriptor'
).length > optionDescriptor.querySelectorAll(
'.fw-backend-options-virtual-context .fw-backend-option-descriptor'
).length;
}
function elementMatches (element, selector) {
var matchesFn;
// find vendor prefix
[
'matches','webkitMatchesSelector','mozMatchesSelector',
'msMatchesSelector','oMatchesSelector'
].some(function(fn) {
if (typeof document.body[fn] === 'function') {
matchesFn = fn;
return true;
}
return false;
})
return element[matchesFn](selector);
}
})(jQuery, (fw.options || {}));

View File

@@ -0,0 +1,109 @@
(function($) {
var simpleInputs = [
'text',
'short-text',
'hidden',
'password',
'textarea',
'html',
'html-fixed',
'html-full',
'select',
'short-select',
'gmap-key',
'slider',
'short-slider',
];
simpleInputs.map(function(optionType) {
fw.options.register(optionType, {
getValue: getValueForSimpleInput,
});
});
function getValueForSimpleInput(optionDescriptor) {
return {
value: optionDescriptor.el.querySelector('input, textarea, select')
.value,
optionDescriptor: optionDescriptor,
};
}
fw.options.register('unique', {
getValue: function(optionDescriptor) {
var actualValue = optionDescriptor.el.querySelector(
'input, textarea, select'
).value;
return {
value: !!actualValue.trim() ? actualValue : fw.randomMD5(),
optionDescriptor: optionDescriptor,
};
},
});
fw.options.register('checkbox', {
getValue: function(optionDescriptor) {
return {
value: optionDescriptor.el.querySelector(
'input.fw-option-type-checkbox'
).checked,
optionDescriptor: optionDescriptor,
};
},
});
fw.options.register('checkboxes', {
getValue: function(optionDescriptor) {
var checkboxes = $(optionDescriptor.el)
.find('[type="checkbox"]')
.slice(1);
var value = {};
checkboxes.toArray().map(function(el) {
value[$(el).attr('data-fw-checkbox-id')] = el.checked;
});
return {
value: value,
optionDescriptor: optionDescriptor,
};
},
});
fw.options.register('radio', {
getValue: function(optionDescriptor) {
return {
value: $(optionDescriptor.el).find('input:checked').val(),
optionDescriptor: optionDescriptor,
};
},
});
fw.options.register('select-multiple', {
getValue: function(optionDescriptor) {
return {
value: $(optionDescriptor.el.querySelector('select')).val(),
optionDescriptor: optionDescriptor,
};
},
});
fw.options.register('multi', {
getValue: function(optionDescriptor) {
var promise = $.Deferred();
fw.options
.getContextValue(optionDescriptor.el)
.then(function(result) {
promise.resolve({
value: result.value,
optionDescriptor: optionDescriptor,
});
});
return promise;
},
});
})(jQuery);

View File

@@ -0,0 +1,287 @@
(function ($) {
fw.options.register('fw-undefined', {
startListeningForChanges: defaultStartListeningForChanges,
getValue: defaultGetValue
});
function defaultGetValue (optionDescriptor) {
var resultPromise = $.Deferred();
/**
* If we get a really undefined option type.
*/
if (optionDescriptor.type === 'fw-undefined') {
resultPromise.resolve({
value: '',
optionDescriptor: optionDescriptor
})
return resultPromise;
}
// 1. find all inputs and ignore virtual contexts
// this really should include nested options and properly serialize
// them together
//
// we should serialize those inputs into an object, based on their
// name attribute
var formInstance = new FormSerializer($, optionDescriptor.el);
var inputValues = formInstance.addPairs(
findInputsFromAContextAndIgnoreVirtualScopes(
optionDescriptor.el
).serializeArray()
).serialize();
// 2. remove name_prefixes from those inputs
// optionsDescriptor.id === 'laptop'
// name="fw_options[nesting][laptop]"
//
// This step should get
// inputValues['fw_options']['nesting']['laptop']
inputValues = inputValues[
Object.keys(inputValues)[0]
];
if (optionDescriptor.pathToTheTopContext.length > 0) {
var IDs = optionDescriptor.pathToTheTopContext.map(
fw.options.getOptionDescriptor
);
IDs.map(function (localDescriptor) {
inputValues = inputValues[localDescriptor.id];
});
}
var options = {};
options[optionDescriptor.id] = JSON.parse(jQuery(optionDescriptor.el).attr(
'data-fw-for-js'
)).option;
// 3. construct an AJAX request with correct options and input values
$.ajax({
type: 'POST',
dataType: "json",
url: ajaxurl,
data: {
action: 'fw_backend_options_get_values',
name_prefix: 'fw_options',
options: [
options
],
fw_options: inputValues
}
})
.then(function (response, status, request) {
if (response.success && request.status === 200) {
resultPromise.resolve(
{
value: response.data.values[optionDescriptor.id],
optionDescriptor: optionDescriptor
}
);
} else {
resultPromise.reject();
}
})
.fail(function () {
// TODO: pass a reason
resultPromise.reject();
});
return resultPromise;
}
// By default, for unknown option types do listening only once
function defaultStartListeningForChanges (optionDescriptor) {
if (optionDescriptor.el.classList.contains('fw-listening-started')) {
return;
}
optionDescriptor.el.classList.add('fw-listening-started');
listenToChangesForCurrentOptionAndPreserveScoping(
optionDescriptor.el,
_.throttle(function (e) {
fw.options.trigger.changeForEl(e.target);
}, 300)
);
if (optionDescriptor.hasNestedOptions) {
fw.options.on.changeByContext(optionDescriptor.el, function (nestedDescriptor) {
fw.options.trigger.changeForEl(optionDescriptor.el);
});
}
}
/**
* TODO
* rewrite that with:
*
* - Array.filter
* - Array.includes
* - addEventListener
* - querySelectorAll
*/
function listenToChangesForCurrentOptionAndPreserveScoping (el, callback) {
jQuery(el).find(
'input, select, textarea'
).not(
jQuery(el).find(
'.fw-backend-option-descriptor input'
).add(
jQuery(el).find(
'.fw-backend-option-descriptor select'
)
).add(
jQuery(el).find(
'.fw-backend-option-descriptor textarea'
)
).add(
jQuery(el).find(
'.fw-backend-options-virtual-context input'
)
).add(
jQuery(el).find(
'.fw-backend-options-virtual-context select'
)
).add(
jQuery(el).find(
'.fw-backend-options-virtual-context textarea'
)
)
).on('change', callback);
}
function findInputsFromAContextAndIgnoreVirtualScopes (el) {
return jQuery(el).find(
'input, select, textarea'
).not(
jQuery(el).find(
'.fw-backend-options-virtual-context input'
).add(
jQuery(el).find(
'.fw-backend-options-virtual-context select'
)
).add(
jQuery(el).find(
'.fw-backend-options-virtual-context textarea'
)
)
).not(
jQuery(el).find(
'.fw-filter-from-serialization input'
).add(
jQuery(el).find(
'.fw-filter-from-serialization select'
)
).add(
jQuery(el).find(
'.fw-filter-from-serialization textarea'
)
)
);
}
/**
* USAGE:
*
* var formInstance = new FormSerializer(jQuery, document.body);
*
* formInstance.addPairs(jQuery('input').serializeArray());
* formInstance.serialize();
*/
function FormSerializer(helper, $form) {
var patterns = {
push: /^$/,
fixed: /^\d+$/,
validate: /^[a-z][a-z0-9_-]*(?:\[(?:\d*|[a-z0-9_-]+)\])*$/i,
key: /[a-z0-9_-]+|(?=\[\])/gi,
named: /^[a-z0-9_-]+$/i
};
// private variables
var data = {},
pushes = {};
// private API
function build(base, key, value) {
base[key] = value;
return base;
}
function makeObject(root, value) {
var keys = root.match(patterns.key), k;
// nest, nest, ..., nest
while ((k = keys.pop()) !== undefined) {
// foo[]
if (patterns.push.test(k)) {
var idx = incrementPush(root.replace(/\[\]$/, ''));
value = build([], idx, value);
}
// foo[n]
else if (patterns.fixed.test(k)) {
value = build([], k, value);
}
// foo; foo[bar]
else if (patterns.named.test(k)) {
value = build({}, k, value);
}
}
return value;
}
function incrementPush(key) {
if (pushes[key] === undefined) {
pushes[key] = 0;
}
return pushes[key]++;
}
function encode(pair) {
switch ($('[name="' + pair.name + '"]', $form).attr("type")) {
case "checkbox":
return pair.value === "on" ? true : pair.value;
default:
return pair.value;
}
}
function addPair(pair) {
if (! patterns.validate.test(pair.name)) return this;
var obj = makeObject(pair.name, encode(pair));
data = helper.extend(true, data, obj);
return this;
}
function addPairs(pairs) {
if (!helper.isArray(pairs)) {
throw new Error("formSerializer.addPairs expects an Array");
}
for (var i=0, len=pairs.length; i<len; i++) {
this.addPair(pairs[i]);
}
return this;
}
function serialize() {
return data;
}
// public API
this.addPair = addPair;
this.addPairs = addPairs;
this.serialize = serialize;
};
})(jQuery);

View File

@@ -0,0 +1,274 @@
/**
* Basic mechanism that allows option types to notify the rest of the world
* about the fact that they was changed by the user.
*
* Each option type is responsible for triggering such events and they should
* at least try to supply a reasonable current value for it. Additional meta
* data about the particular option type is infered automatically and can be
* overrided by the option which triggers the event.
*
* In theory (and also in practice), options can and should trigger events
* which are different than the `change`, because complicated option types
* has many lifecycle events which everyone should be aware about and be able
* to hook into. A lot of options already trigger such events but they do that
* in an inconsistent manner which leads to poorly named and poorly namespaced
* events.
*
* TODO: document this better
*/
fw.options = (function($, currentFwOptions) {
currentFwOptions.on = on;
currentFwOptions.off = off;
currentFwOptions.trigger = trigger;
/**
* Allows:
* fw.options.trigger(...)
* fw.options.trigger.change(...)
* fw.options.trigger.forEl(...)
* fw.options.trigger.changeForEl(...)
* fw.options.trigger.scopedByType(...)
*/
currentFwOptions.trigger.change = triggerChange;
currentFwOptions.trigger.forEl = triggerForEl;
currentFwOptions.trigger.changeForEl = triggerChangeForEl;
currentFwOptions.trigger.scopedByType = triggerScopedByType;
/**
* Allows:
* fw.options.on(...)
* fw.options.on.one(...)
* fw.options.on.change(...)
* fw.options.on.changeByContext(...)
*/
currentFwOptions.on.one = one;
currentFwOptions.on.change = onChange;
currentFwOptions.on.changeByContext = onChangeByContext;
/**
* Allows:
* fw.options.off(...)
* fw.options.off.change(...)
*/
currentFwOptions.off.change = offChange;
/**
* A small little service for fetching HTML for option types from server.
* It will perform caching for results inside a key-value store.
*
* Allows:
*
* fw.options.fetchHtml(options, values)
* fw.options.fetchHtml.getCacheEntryFor(options, values)
* fw.options.fetchHtml.emptyCache();
*
* // TODO: provide a way to empty cache for a specific set of options???
*/
var htmlCache = {};
fw.options.fetchHtml = fetchHtml;
fw.options.fetchHtml.getCacheEntryFor = fetchHtmlGetCacheEntryFor;
fw.options.fetchHtml.emptyCache = fetchHtmlEmptyCache;
/**
* A helper for getting actual values for a set of options and values.
* Much better than fw.getValuesFromServer() because it doesn't require
* you to encode values as form data params. You just pass a valid JSON
* object and it just works.
*
* fw.options
* .getActualValues({a: {type: 'text', value: 'Initial'})
* .then(function (values) {
* // {
* // a: 'Initial'
* // }
* console.log(values);
* });
*
* fw.options
* .getActualValues({a: {type: 'text', value: 'Initial'}, {a: 'Changed'})
* .then(function (values) {
* // {
* // a: 'Changed'
* // }
* console.log(values);
* });
*/
fw.options.getActualValues = getActualValues;
return currentFwOptions;
function onChange(listener) {
on('change', listener);
}
/**
* Please note that you won't be able to off that listener easily because
* it rewrites the listener which gets passed to fwEvents.
*
* If you want to be able to off the listener you should attach it with
* onChange and filter based on context by yourself.
*/
function onChangeByContext(context, listener) {
onChange(function(data) {
if (data.context === findOptionDescriptorEl(context)) {
listener(data);
}
});
}
function on(eventName, listener) {
fwEvents.on('fw:options:' + eventName, listener);
}
function one(eventName, listener) {
fwEvents.one('fw:options:' + eventName, listener);
}
function off(eventName, listener) {
fwEvents.off('fw:options:' + eventName, listener);
}
function offChange(listener) {
off('change', listener);
}
/**
* data:
* optionId
* type
* value
* context
* el
*/
function trigger(eventName, data) {
fwEvents.trigger('fw:options:' + eventName, data);
}
function triggerForEl(eventName, el, data) {
trigger(eventName, getActualData(el, data));
}
function triggerChange(data) {
trigger('change', data);
}
function triggerChangeForEl(el, data) {
triggerChange(getActualData(el, data));
}
/**
* Trigger a scoped event for a specific option type, has the form:
* fw:options:{type}:{eventName}
*/
function triggerScopedByType(eventName, el, data) {
data = getActualData(el, data);
trigger(data.type + ':' + eventName, data);
}
function getActualData(el, data) {
return $.extend({}, currentFwOptions.getOptionDescriptor(el), data);
}
function findOptionDescriptorEl(el) {
el = el instanceof jQuery ? el[0] : el;
return el.classList.contains('fw-backend-option-descriptor')
? el
: $(el).closest('.fw-backend-option-descriptor')[0];
}
function fetchHtml(options, values, settings) {
var promise = $.Deferred();
if (!settings) settings = {};
settings = _.extend({ name_prefix: 'fw_edit_options_modal' }, settings);
var cacheId = fetchHtmlGetCacheId(options, values);
if (typeof htmlCache[cacheId] !== 'undefined') {
promise.resolve(htmlCache[cacheId]);
return promise;
}
$.ajax({
url: ajaxurl,
type: 'POST',
data: {
action: 'fw_backend_options_render',
options: JSON.stringify(options),
values: JSON.stringify(
typeof values == 'undefined' ? {} : values
),
data: {
name_prefix: settings.name_prefix,
id_prefix: settings.name_prefix.replace(/_/g, '-') + '-',
},
},
dataType: 'json',
success: function(response, status, xhr) {
if (!response.success) {
promise.reject('Error: ' + response.data.message);
return;
}
htmlCache[cacheId] = response.data.html;
promise.resolve(response.data.html, response, status, xhr);
},
error: function(xhr, status, error) {
promise.reject(status + ': ' + String(error));
},
});
return promise;
}
function fetchHtmlGetCacheEntryFor(options, values) {
return htmlCache[fetchHtmlGetCacheId(options, values)];
}
function fetchHtmlEmptyCache() {
htmlCache = {};
}
function fetchHtmlGetCacheId(options, values) {
return fw.md5(
JSON.stringify(options) +
'~' +
JSON.stringify(typeof values == 'undefined' ? {} : values)
);
}
function getActualValues (options, values) {
var promise = $.Deferred();
$.ajax({
url: ajaxurl,
type: 'POST',
data: {
action: 'fw_backend_options_get_values_json',
options: JSON.stringify(options),
values: JSON.stringify(
typeof values == 'undefined' ? {} : values
)
},
dataType: 'json',
success: function(response, status, xhr) {
if (!response.success) {
promise.reject('Error: ' + response.data.message);
return;
}
promise.resolve(response.data.values, response, status, xhr);
},
error: function(xhr, status, error) {
promise.reject(status + ': ' + String(error));
},
});
return promise;
}
})(jQuery, fw.options || {});

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,34 @@
/**
* IE fixes for jQuery plugins to not throw errors
*/
if (!Array.prototype.indexOf) {
Array.prototype.indexOf = function (searchElement, fromIndex) {
if ( this === undefined || this === null ) {
throw new TypeError( '"this" is null or not defined' );
}
var length = this.length >>> 0; // Hack to convert object.length to a UInt32
fromIndex = +fromIndex || 0;
if (Math.abs(fromIndex) === Infinity) {
fromIndex = 0;
}
if (fromIndex < 0) {
fromIndex += length;
if (fromIndex < 0) {
fromIndex = 0;
}
}
for (;fromIndex < length; fromIndex++) {
if (this[fromIndex] === searchElement) {
return fromIndex;
}
}
return -1;
};
}

View File

@@ -0,0 +1,31 @@
jQuery( document ).ready( function ( $ ) {
setTimeout( function () {
fwEvents.trigger( 'fw:options:init', {
$elements: $( document.body )
} );
}, 30 );
function updateContent( $content ) {
if ( tinymce.get( 'content' ) ) {
tinymce.get( 'content' ).setContent( $content );
} else {
$content.val( $content );
}
}
$( '#post-preview' ).on( 'mousedown touchend', function () {
var $content = $( '#content' ),
$contentValue = tinymce.get( 'content' ) ? tinymce.get( 'content' ).getContent() : $content.val(),
$session = '<!-- <fw_preview_session>' + new Date().getTime() + '</fw_preview_session> -->';
if ( $contentValue.indexOf( '<!-- <fw_preview_session>' ) !== -1 ) {
$contentValue = $contentValue.replace( /<!-- <fw_preview_session>(.*?)<\/fw_preview_session> -->/gi, $session );
} else {
$contentValue = $contentValue + $session;
}
updateContent( $contentValue );
updateContent( $contentValue.replace( /<!-- <fw_preview_session>(.*?)<\/fw_preview_session> -->/gi, '' ) );
} );
} );

View File

@@ -0,0 +1,315 @@
@charset "UTF-8";
@font-face {
font-family: 'entypo';
src: url('../fonts/entypo.eot');
src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
url('../fonts/entypo.woff') format('woff'),
url('../fonts/entypo.ttf') format('truetype'),
url('../fonts/entypo.svg#entypo') format('svg');
font-weight: normal; font-style: normal;
}
[class^="entypo-"], [class*=" entypo-"] {
font-family: entypo;
font-style: normal;
/* font-size: 14px; */
display: inline-block;
width: 1.1em;
margin-right: .1em;
text-align: center;
}
.the-icons li {
font-size: 14px;
line-height: 24px;
height: 24px;
}
.entypo-note:before { content: "\266a"; } /* '\266a' */
.entypo-note-beamed:before { content: "\266b"; } /* '\266b' */
.entypo-music:before { content: "🎵"; } /* '\1f3b5' */
.entypo-search:before { content: "🔍"; } /* '\1f50d' */
.entypo-flashlight:before { content: "🔦"; } /* '\1f526' */
.entypo-mail:before { content: "\2709"; } /* '\2709' */
.entypo-heart:before { content: "\2665"; } /* '\2665' */
.entypo-heart-empty:before { content: "\2661"; } /* '\2661' */
.entypo-star:before { content: "\2605"; } /* '\2605' */
.entypo-star-empty:before { content: "\2606"; } /* '\2606' */
.entypo-user:before { content: "👤"; } /* '\1f464' */
.entypo-users:before { content: "👥"; } /* '\1f465' */
.entypo-user-add:before { content: "\e700"; } /* '\e700' */
.entypo-video:before { content: "🎬"; } /* '\1f3ac' */
.entypo-picture:before { content: "🌄"; } /* '\1f304' */
.entypo-camera:before { content: "📷"; } /* '\1f4f7' */
.entypo-layout:before { content: "\268f"; } /* '\268f' */
.entypo-menu:before { content: "\2630"; } /* '\2630' */
.entypo-check:before { content: "\2713"; } /* '\2713' */
.entypo-cancel:before { content: "\2715"; } /* '\2715' */
.entypo-cancel-circled:before { content: "\2716"; } /* '\2716' */
.entypo-cancel-squared:before { content: "\274e"; } /* '\274e' */
.entypo-plus:before { content: "\2b"; } /* '\2b' */
.entypo-plus-circled:before { content: "\2795"; } /* '\2795' */
.entypo-plus-squared:before { content: "\229e"; } /* '\229e' */
.entypo-minus:before { content: "\2d"; } /* '\2d' */
.entypo-minus-circled:before { content: "\2796"; } /* '\2796' */
.entypo-minus-squared:before { content: "\229f"; } /* '\229f' */
.entypo-help:before { content: "\2753"; } /* '\2753' */
.entypo-help-circled:before { content: "\e704"; } /* '\e704' */
.entypo-info:before { content: "\2139"; } /* '\2139' */
.entypo-info-circled:before { content: "\e705"; } /* '\e705' */
.entypo-back:before { content: "🔙"; } /* '\1f519' */
.entypo-home:before { content: "\2302"; } /* '\2302' */
.entypo-link:before { content: "🔗"; } /* '\1f517' */
.entypo-attach:before { content: "📎"; } /* '\1f4ce' */
.entypo-lock:before { content: "🔒"; } /* '\1f512' */
.entypo-lock-open:before { content: "🔓"; } /* '\1f513' */
.entypo-eye:before { content: "\e70a"; } /* '\e70a' */
.entypo-tag:before { content: "\e70c"; } /* '\e70c' */
.entypo-bookmark:before { content: "🔖"; } /* '\1f516' */
.entypo-bookmarks:before { content: "📑"; } /* '\1f4d1' */
.entypo-flag:before { content: "\2691"; } /* '\2691' */
.entypo-thumbs-up:before { content: "👍"; } /* '\1f44d' */
.entypo-thumbs-down:before { content: "👎"; } /* '\1f44e' */
.entypo-download:before { content: "📥"; } /* '\1f4e5' */
.entypo-upload:before { content: "📤"; } /* '\1f4e4' */
.entypo-upload-cloud:before { content: "\e711"; } /* '\e711' */
.entypo-reply:before { content: "\e712"; } /* '\e712' */
.entypo-reply-all:before { content: "\e713"; } /* '\e713' */
.entypo-forward:before { content: "\27a6"; } /* '\27a6' */
.entypo-quote:before { content: "\275e"; } /* '\275e' */
.entypo-code:before { content: "\e714"; } /* '\e714' */
.entypo-export:before { content: "\e715"; } /* '\e715' */
.entypo-pencil:before { content: "\270e"; } /* '\270e' */
.entypo-feather:before { content: "\2712"; } /* '\2712' */
.entypo-print:before { content: "\e716"; } /* '\e716' */
.entypo-retweet:before { content: "\e717"; } /* '\e717' */
.entypo-keyboard:before { content: "\2328"; } /* '\2328' */
.entypo-comment:before { content: "\e718"; } /* '\e718' */
.entypo-chat:before { content: "\e720"; } /* '\e720' */
.entypo-bell:before { content: "🔔"; } /* '\1f514' */
.entypo-attention:before { content: "\26a0"; } /* '\26a0' */
.entypo-alert:before { content: "💥"; } /* '\1f4a5' */
.entypo-vcard:before { content: "\e722"; } /* '\e722' */
.entypo-address:before { content: "\e723"; } /* '\e723' */
.entypo-location:before { content: "\e724"; } /* '\e724' */
.entypo-map:before { content: "\e727"; } /* '\e727' */
.entypo-direction:before { content: "\27a2"; } /* '\27a2' */
.entypo-compass:before { content: "\e728"; } /* '\e728' */
.entypo-cup:before { content: "\2615"; } /* '\2615' */
.entypo-trash:before { content: "\e729"; } /* '\e729' */
.entypo-doc:before { content: "\e730"; } /* '\e730' */
.entypo-docs:before { content: "\e736"; } /* '\e736' */
.entypo-doc-landscape:before { content: "\e737"; } /* '\e737' */
.entypo-doc-text:before { content: "📄"; } /* '\1f4c4' */
.entypo-doc-text-inv:before { content: "\e731"; } /* '\e731' */
.entypo-newspaper:before { content: "📰"; } /* '\1f4f0' */
.entypo-book-open:before { content: "📖"; } /* '\1f4d6' */
.entypo-book:before { content: "📕"; } /* '\1f4d5' */
.entypo-folder:before { content: "📁"; } /* '\1f4c1' */
.entypo-archive:before { content: "\e738"; } /* '\e738' */
.entypo-box:before { content: "📦"; } /* '\1f4e6' */
.entypo-rss:before { content: "\e73a"; } /* '\e73a' */
.entypo-phone:before { content: "📞"; } /* '\1f4de' */
.entypo-cog:before { content: "\2699"; } /* '\2699' */
.entypo-tools:before { content: "\2692"; } /* '\2692' */
.entypo-share:before { content: "\e73c"; } /* '\e73c' */
.entypo-shareable:before { content: "\e73e"; } /* '\e73e' */
.entypo-basket:before { content: "\e73d"; } /* '\e73d' */
.entypo-bag:before { content: "👜"; } /* '\1f45c' */
.entypo-calendar:before { content: "📅"; } /* '\1f4c5' */
.entypo-login:before { content: "\e740"; } /* '\e740' */
.entypo-logout:before { content: "\e741"; } /* '\e741' */
.entypo-mic:before { content: "🎤"; } /* '\1f3a4' */
.entypo-mute:before { content: "🔇"; } /* '\1f507' */
.entypo-sound:before { content: "🔊"; } /* '\1f50a' */
.entypo-volume:before { content: "\e742"; } /* '\e742' */
.entypo-clock:before { content: "🕔"; } /* '\1f554' */
.entypo-hourglass:before { content: "\23f3"; } /* '\23f3' */
.entypo-lamp:before { content: "💡"; } /* '\1f4a1' */
.entypo-light-down:before { content: "🔅"; } /* '\1f505' */
.entypo-light-up:before { content: "🔆"; } /* '\1f506' */
.entypo-adjust:before { content: "\25d1"; } /* '\25d1' */
.entypo-block:before { content: "🚫"; } /* '\1f6ab' */
.entypo-resize-full:before { content: "\e744"; } /* '\e744' */
.entypo-resize-small:before { content: "\e746"; } /* '\e746' */
.entypo-popup:before { content: "\e74c"; } /* '\e74c' */
.entypo-publish:before { content: "\e74d"; } /* '\e74d' */
.entypo-window:before { content: "\e74e"; } /* '\e74e' */
.entypo-arrow-combo:before { content: "\e74f"; } /* '\e74f' */
.entypo-down-circled:before { content: "\e758"; } /* '\e758' */
.entypo-left-circled:before { content: "\e759"; } /* '\e759' */
.entypo-right-circled:before { content: "\e75a"; } /* '\e75a' */
.entypo-up-circled:before { content: "\e75b"; } /* '\e75b' */
.entypo-down-open:before { content: "\e75c"; } /* '\e75c' */
.entypo-left-open:before { content: "\e75d"; } /* '\e75d' */
.entypo-right-open:before { content: "\e75e"; } /* '\e75e' */
.entypo-up-open:before { content: "\e75f"; } /* '\e75f' */
.entypo-down-open-mini:before { content: "\e760"; } /* '\e760' */
.entypo-left-open-mini:before { content: "\e761"; } /* '\e761' */
.entypo-right-open-mini:before { content: "\e762"; } /* '\e762' */
.entypo-up-open-mini:before { content: "\e763"; } /* '\e763' */
.entypo-down-open-big:before { content: "\e764"; } /* '\e764' */
.entypo-left-open-big:before { content: "\e765"; } /* '\e765' */
.entypo-right-open-big:before { content: "\e766"; } /* '\e766' */
.entypo-up-open-big:before { content: "\e767"; } /* '\e767' */
.entypo-down:before { content: "\2b07"; } /* '\2b07' */
.entypo-left:before { content: "\2b05"; } /* '\2b05' */
.entypo-right:before { content: "\27a1"; } /* '\27a1' */
.entypo-up:before { content: "\2b06"; } /* '\2b06' */
.entypo-down-dir:before { content: "\25be"; } /* '\25be' */
.entypo-left-dir:before { content: "\25c2"; } /* '\25c2' */
.entypo-right-dir:before { content: "\25b8"; } /* '\25b8' */
.entypo-up-dir:before { content: "\25b4"; } /* '\25b4' */
.entypo-down-bold:before { content: "\e4b0"; } /* '\e4b0' */
.entypo-left-bold:before { content: "\e4ad"; } /* '\e4ad' */
.entypo-right-bold:before { content: "\e4ae"; } /* '\e4ae' */
.entypo-up-bold:before { content: "\e4af"; } /* '\e4af' */
.entypo-down-thin:before { content: "\2193"; } /* '\2193' */
.entypo-left-thin:before { content: "\2190"; } /* '\2190' */
.entypo-right-thin:before { content: "\2192"; } /* '\2192' */
.entypo-up-thin:before { content: "\2191"; } /* '\2191' */
.entypo-ccw:before { content: "\27f2"; } /* '\27f2' */
.entypo-cw:before { content: "\27f3"; } /* '\27f3' */
.entypo-arrows-ccw:before { content: "🔄"; } /* '\1f504' */
.entypo-level-down:before { content: "\21b3"; } /* '\21b3' */
.entypo-level-up:before { content: "\21b0"; } /* '\21b0' */
.entypo-shuffle:before { content: "🔀"; } /* '\1f500' */
.entypo-loop:before { content: "🔁"; } /* '\1f501' */
.entypo-switch:before { content: "\21c6"; } /* '\21c6' */
.entypo-play:before { content: "\25b6"; } /* '\25b6' */
.entypo-stop:before { content: "\25a0"; } /* '\25a0' */
.entypo-pause:before { content: "\2389"; } /* '\2389' */
.entypo-record:before { content: "\26ab"; } /* '\26ab' */
.entypo-to-end:before { content: "\23ed"; } /* '\23ed' */
.entypo-to-start:before { content: "\23ee"; } /* '\23ee' */
.entypo-fast-forward:before { content: "\23e9"; } /* '\23e9' */
.entypo-fast-backward:before { content: "\23ea"; } /* '\23ea' */
.entypo-progress-0:before { content: "\e768"; } /* '\e768' */
.entypo-progress-1:before { content: "\e769"; } /* '\e769' */
.entypo-progress-2:before { content: "\e76a"; } /* '\e76a' */
.entypo-progress-3:before { content: "\e76b"; } /* '\e76b' */
.entypo-target:before { content: "🎯"; } /* '\1f3af' */
.entypo-palette:before { content: "🎨"; } /* '\1f3a8' */
.entypo-list:before { content: "\e005"; } /* '\e005' */
.entypo-list-add:before { content: "\e003"; } /* '\e003' */
.entypo-signal:before { content: "📶"; } /* '\1f4f6' */
.entypo-trophy:before { content: "🏆"; } /* '\1f3c6' */
.entypo-battery:before { content: "🔋"; } /* '\1f50b' */
.entypo-back-in-time:before { content: "\e771"; } /* '\e771' */
.entypo-monitor:before { content: "💻"; } /* '\1f4bb' */
.entypo-mobile:before { content: "📱"; } /* '\1f4f1' */
.entypo-network:before { content: "\e776"; } /* '\e776' */
.entypo-cd:before { content: "💿"; } /* '\1f4bf' */
.entypo-inbox:before { content: "\e777"; } /* '\e777' */
.entypo-install:before { content: "\e778"; } /* '\e778' */
.entypo-globe:before { content: "🌎"; } /* '\1f30e' */
.entypo-cloud:before { content: "\2601"; } /* '\2601' */
.entypo-cloud-thunder:before { content: "\26c8"; } /* '\26c8' */
.entypo-flash:before { content: "\26a1"; } /* '\26a1' */
.entypo-moon:before { content: "\263d"; } /* '\263d' */
.entypo-flight:before { content: "\2708"; } /* '\2708' */
.entypo-paper-plane:before { content: "\e79b"; } /* '\e79b' */
.entypo-leaf:before { content: "🍂"; } /* '\1f342' */
.entypo-lifebuoy:before { content: "\e788"; } /* '\e788' */
.entypo-mouse:before { content: "\e789"; } /* '\e789' */
.entypo-briefcase:before { content: "💼"; } /* '\1f4bc' */
.entypo-suitcase:before { content: "\e78e"; } /* '\e78e' */
.entypo-dot:before { content: "\e78b"; } /* '\e78b' */
.entypo-dot-2:before { content: "\e78c"; } /* '\e78c' */
.entypo-dot-3:before { content: "\e78d"; } /* '\e78d' */
.entypo-brush:before { content: "\e79a"; } /* '\e79a' */
.entypo-magnet:before { content: "\e7a1"; } /* '\e7a1' */
.entypo-infinity:before { content: "\221e"; } /* '\221e' */
.entypo-erase:before { content: "\232b"; } /* '\232b' */
.entypo-chart-pie:before { content: "\e751"; } /* '\e751' */
.entypo-chart-line:before { content: "📈"; } /* '\1f4c8' */
.entypo-chart-bar:before { content: "📊"; } /* '\1f4ca' */
.entypo-chart-area:before { content: "🔾"; } /* '\1f53e' */
.entypo-tape:before { content: "\2707"; } /* '\2707' */
.entypo-graduation-cap:before { content: "🎓"; } /* '\1f393' */
.entypo-language:before { content: "\e752"; } /* '\e752' */
.entypo-ticket:before { content: "🎫"; } /* '\1f3ab' */
.entypo-water:before { content: "💦"; } /* '\1f4a6' */
.entypo-droplet:before { content: "💧"; } /* '\1f4a7' */
.entypo-air:before { content: "\e753"; } /* '\e753' */
.entypo-credit-card:before { content: "💳"; } /* '\1f4b3' */
.entypo-floppy:before { content: "💾"; } /* '\1f4be' */
.entypo-clipboard:before { content: "📋"; } /* '\1f4cb' */
.entypo-megaphone:before { content: "📣"; } /* '\1f4e3' */
.entypo-database:before { content: "\e754"; } /* '\e754' */
.entypo-drive:before { content: "\e755"; } /* '\e755' */
.entypo-bucket:before { content: "\e756"; } /* '\e756' */
.entypo-thermometer:before { content: "\e757"; } /* '\e757' */
.entypo-key:before { content: "🔑"; } /* '\1f511' */
.entypo-flow-cascade:before { content: "\e790"; } /* '\e790' */
.entypo-flow-branch:before { content: "\e791"; } /* '\e791' */
.entypo-flow-tree:before { content: "\e792"; } /* '\e792' */
.entypo-flow-line:before { content: "\e793"; } /* '\e793' */
.entypo-flow-parallel:before { content: "\e794"; } /* '\e794' */
.entypo-rocket:before { content: "🚀"; } /* '\1f680' */
.entypo-gauge:before { content: "\e7a2"; } /* '\e7a2' */
.entypo-traffic-cone:before { content: "\e7a3"; } /* '\e7a3' */
.entypo-cc:before { content: "\e7a5"; } /* '\e7a5' */
.entypo-cc-by:before { content: "\e7a6"; } /* '\e7a6' */
.entypo-cc-nc:before { content: "\e7a7"; } /* '\e7a7' */
.entypo-cc-nc-eu:before { content: "\e7a8"; } /* '\e7a8' */
.entypo-cc-nc-jp:before { content: "\e7a9"; } /* '\e7a9' */
.entypo-cc-sa:before { content: "\e7aa"; } /* '\e7aa' */
.entypo-cc-nd:before { content: "\e7ab"; } /* '\e7ab' */
.entypo-cc-pd:before { content: "\e7ac"; } /* '\e7ac' */
.entypo-cc-zero:before { content: "\e7ad"; } /* '\e7ad' */
.entypo-cc-share:before { content: "\e7ae"; } /* '\e7ae' */
.entypo-cc-remix:before { content: "\e7af"; } /* '\e7af' */
.entypo-github:before { content: "\f300"; } /* '\f300' */
.entypo-github-circled:before { content: "\f301"; } /* '\f301' */
.entypo-flickr:before { content: "\f303"; } /* '\f303' */
.entypo-flickr-circled:before { content: "\f304"; } /* '\f304' */
.entypo-vimeo:before { content: "\f306"; } /* '\f306' */
.entypo-vimeo-circled:before { content: "\f307"; } /* '\f307' */
.entypo-twitter:before { content: "\f309"; } /* '\f309' */
.entypo-twitter-circled:before { content: "\f30a"; } /* '\f30a' */
.entypo-facebook:before { content: "\f30c"; } /* '\f30c' */
.entypo-facebook-circled:before { content: "\f30d"; } /* '\f30d' */
.entypo-facebook-squared:before { content: "\f30e"; } /* '\f30e' */
.entypo-gplus:before { content: "\f30f"; } /* '\f30f' */
.entypo-gplus-circled:before { content: "\f310"; } /* '\f310' */
.entypo-pinterest:before { content: "\f312"; } /* '\f312' */
.entypo-pinterest-circled:before { content: "\f313"; } /* '\f313' */
.entypo-tumblr:before { content: "\f315"; } /* '\f315' */
.entypo-tumblr-circled:before { content: "\f316"; } /* '\f316' */
.entypo-linkedin:before { content: "\f318"; } /* '\f318' */
.entypo-linkedin-circled:before { content: "\f319"; } /* '\f319' */
.entypo-dribbble:before { content: "\f31b"; } /* '\f31b' */
.entypo-dribbble-circled:before { content: "\f31c"; } /* '\f31c' */
.entypo-stumbleupon:before { content: "\f31e"; } /* '\f31e' */
.entypo-stumbleupon-circled:before { content: "\f31f"; } /* '\f31f' */
.entypo-lastfm:before { content: "\f321"; } /* '\f321' */
.entypo-lastfm-circled:before { content: "\f322"; } /* '\f322' */
.entypo-rdio:before { content: "\f324"; } /* '\f324' */
.entypo-rdio-circled:before { content: "\f325"; } /* '\f325' */
.entypo-spotify:before { content: "\f327"; } /* '\f327' */
.entypo-spotify-circled:before { content: "\f328"; } /* '\f328' */
.entypo-qq:before { content: "\f32a"; } /* '\f32a' */
.entypo-instagrem:before { content: "\f32d"; } /* '\f32d' */
.entypo-dropbox:before { content: "\f330"; } /* '\f330' */
.entypo-evernote:before { content: "\f333"; } /* '\f333' */
.entypo-flattr:before { content: "\f336"; } /* '\f336' */
.entypo-skype:before { content: "\f339"; } /* '\f339' */
.entypo-skype-circled:before { content: "\f33a"; } /* '\f33a' */
.entypo-renren:before { content: "\f33c"; } /* '\f33c' */
.entypo-sina-weibo:before { content: "\f33f"; } /* '\f33f' */
.entypo-paypal:before { content: "\f342"; } /* '\f342' */
.entypo-picasa:before { content: "\f345"; } /* '\f345' */
.entypo-soundcloud:before { content: "\f348"; } /* '\f348' */
.entypo-mixi:before { content: "\f34b"; } /* '\f34b' */
.entypo-behance:before { content: "\f34e"; } /* '\f34e' */
.entypo-google-circles:before { content: "\f351"; } /* '\f351' */
.entypo-vkontakte:before { content: "\f354"; } /* '\f354' */
.entypo-smashing:before { content: "\f357"; } /* '\f357' */
.entypo-sweden:before { content: "\f601"; } /* '\f601' */
.entypo-db-shape:before { content: "\f600"; } /* '\f600' */
.entypo-logo-db:before { content: "\f603"; } /* '\f603' */

View File

@@ -0,0 +1,834 @@
<?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>
Created by FontForge 20110222 at Sun Nov 11 15:34:13 2012
By Vitaly,,,
Copyright (C) 2012 by Daniel Bruce
</metadata>
<defs>
<font id="entypo" horiz-adv-x="1030" >
<font-face
font-family="Entypo"
font-weight="500"
font-stretch="normal"
units-per-em="1000"
panose-1="2 0 6 3 0 0 0 0 0 0"
ascent="850"
descent="-150"
bbox="14.0606 -150.5 1019.01 852.48"
underline-thickness="50"
underline-position="-100"
unicode-range="U+002B-1F6AB"
/>
<missing-glyph horiz-adv-x="364"
d="M33 0v666h265v-666h-265zM66 33h199v600h-199v-600z" />
<glyph glyph-name=".notdef" horiz-adv-x="364"
d="M33 0v666h265v-666h-265zM66 33h199v600h-199v-600z" />
<glyph glyph-name="glyph1" unicode="&#x266b;" horiz-adv-x="770"
d="M221 714l534 116v-704q2 -48 -33 -85t-83 -55q-63 -23 -109 -8t-63 64q-18 48 7 97q22 43 76 68.5t115 14.5v376l-354 -82v-490q0 -48 -35 -85t-83 -55q-63 -22 -108.5 -7.5t-61.5 63.5q-18 48 6 97q21 44 75.5 69.5t116.5 13.5v592v0z" />
<glyph glyph-name="glyph2" unicode="&#x1f3b5;" horiz-adv-x="730"
d="M615 800q42 0 71 -29t29 -71v-700q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-40 0 -70 30t-30 70v700q0 41 29.5 70.5t70.5 29.5h500zM505 324q32 44 23 92q-9 49 -33 80q-7 10 -49 66q-25 34 -25 54h-60v-368q-41 16 -90 -2q-36 -12 -62 -44t-14 -68q11 -31 52 -44.5t86 0.5
q88 30 88 98v262q31 -5 52.5 -29t20.5 -55q-2 -26 -3 -42q-4 -10 2 -10q5 0 12 10v0z" />
<glyph glyph-name="plus" unicode="+" horiz-adv-x="610"
d="M565 400q30 0 30 -50t-30 -50h-210v-210q0 -30 -50 -30t-50 30v210h-210q-30 0 -30 50t30 50h210v210q0 30 50 30t50 -30v-210h210v0z" />
<glyph glyph-name="hyphen" unicode="-" horiz-adv-x="610"
d="M565 400q30 0 30 -50t-30 -50h-520q-30 0 -30 50t30 50h520v0z" />
<glyph glyph-name="glyph0" unicode="&#x266a;" horiz-adv-x="612"
d="M396 820q0 -42 46 -97q43 -52 90 -100q45 -46 61 -119q17 -74 -39 -154q-20 -35 -26 -16q-1 6 0 16q11 18 6 56q-5 42 -13 78q-10 42 -45 74.5t-80 39.5v-536q2 -56 -41.5 -100.5t-100.5 -65.5q-72 -28 -143 -8q-69 20 -89 76q-20 57 20 115q42 60 116 85q85 30 158 4
v652h80v0z" />
<glyph glyph-name="glyph3" unicode="&#x1f50d;" horiz-adv-x="819"
d="M787 78q30 -34 6 -62l-46 -46q-36 -32 -68 0l-190 190q-73 -42 -156 -42q-128 0 -223 95t-95 223t90 219t218 91q127 0 224 -95q96 -95 96 -223q0 -89 -46 -162zM109 436q0 -88 68 -156t156 -68t151 63t63 153q0 87 -68 155q-67 67 -156 67q-88 0 -151 -63t-63 -151v0z
" />
<glyph glyph-name="glyph4" unicode="&#x1f526;" horiz-adv-x="932"
d="M906 576q23 -69 -5 -92l-134 -134q-18 -18 -66.5 -26.5t-91.5 -3.5l-408 -408q-18 -18 -57 -6q-37 11 -74 48.5t-50 75.5q-14 38 5 56l408 408q-5 43 3.5 91.5t26.5 66.5l136 136q24 28 92 4t130 -86q63 -62 85 -130zM453 312q46 46 14 82q-21 15 -43 9t-39 -23
q-18 -18 -22.5 -39t10.5 -43q32 -32 80 14zM709 596q24 -24 61.5 -46.5t68.5 -28.5q25 -5 28 -1t-4 27q-18 69 -76 127q-59 59 -125 76q-23 6 -27 2t1 -28q6 -30 28.5 -68t44.5 -60v0z" />
<glyph glyph-name="glyph5" unicode="&#x2709;" horiz-adv-x="930"
d="M17 626q2 14 26 14h846q38 0 20 -32q-8 -15 -24 -22q-8 -4 -96.5 -51t-181 -97t-96.5 -52q-16 -10 -46 -10q-29 0 -46 10q-4 2 -96.5 52t-181 97t-96.5 51q-32 18 -28 40zM895 486q20 11 20 -10v-368q0 -16 -17 -32t-33 -16h-800q-16 0 -33 16t-17 32v368q0 21 20 10
l384 -200q17 -10 46 -10t46 10l384 200v0z" />
<glyph glyph-name="glyph6" unicode="&#x2665;" horiz-adv-x="890"
d="M805 644q70 -64 70 -156t-70 -158l-360 -330l-360 330q-70 66 -70 158t70 156q61 58 151 58q89 0 153 -58l56 -52l58 52q61 58 150 58q88 0 152 -58v0z" />
<glyph glyph-name="glyph7" unicode="&#x2661;" horiz-adv-x="890"
d="M875 486q0 -92 -70 -156l-360 -330l-360 330q-70 64 -70 156t70 156q64 58 152 58q89 0 150 -58l58 -52l56 52q64 58 152 58t152 -58q70 -64 70 -156zM751 382q42 40 42 104q0 65 -38 100q-38 38 -102 38q-51 0 -104 -48l-104 -92l-106 92q-48 48 -102 48q-64 0 -103 -37
t-39 -101q0 -66 44 -104l306 -286l306 286v0z" />
<glyph glyph-name="glyph8" unicode="&#x2605;" horiz-adv-x="910"
d="M455 790l120 -336h320l-262 -196l94 -348l-272 208l-272 -208l94 348l-262 196h320l120 336v0z" />
<glyph glyph-name="glyph9" unicode="&#x2606;" horiz-adv-x="910"
d="M633 258l94 -348l-272 208l-272 -208l94 348l-262 196h320l120 336l120 -336h320zM455 216l150 -124l-62 178l144 114l-176 -4l-56 202l-54 -202l-176 4l142 -114l-62 -178l150 124v0z" />
<glyph glyph-name="glyph10" unicode="&#x1f464;" horiz-adv-x="970"
d="M751 128q204 -72 204 -122v-106h-940v106q0 50 204 122q93 34 128 69q34 34 34 95q0 23 -22 49q-21 26 -32 73q-3 21 -23 26q-18 5 -23 60q0 32 14 38l4 4q-7 46 -12 88q-4 53 41 112q45 58 157 58t158 -58t40 -112l-12 -88q18 -8 18 -42q-5 -55 -23 -60q-20 -5 -23 -26
q-7 -47 -31 -74q-23 -26 -23 -48q0 -60 35 -95q34 -34 127 -69v0z" />
<glyph glyph-name="glyph11" unicode="&#x1f465;"
d="M791 -90v150q0 54 -30 81q-32 29 -154 89q40 30 40 84q0 17 -13 33t-19 51q-2 8 -14 16q-13 8 -14 42q0 24 12 30q-10 40 -8 73.5t23 64.5q27 40 95 40t96 -40q29 -40 24 -78l-8 -60q12 -6 12 -30q-1 -34 -14 -42q-12 -8 -14 -16q-6 -35 -19 -51t-13 -33q0 -42 21 -66
t77 -48q113 -47 130 -80q6 -7 9 -61q4 -71 5 -101v-48h-224zM527 172q182 -78 182 -124v-138h-694v184q0 44 84 78q73 30 104 64q28 31 28 88q0 21 -19 44t-25 68q-1 10 -18 22q-15 11 -20 56q0 26 10 36l4 2q-2 18 -5.5 46l-4.5 36q-5 50 33 103t127 53t127 -53t33 -103
l-10 -82q14 -8 14 -38q-5 -45 -20 -56q-17 -12 -18 -22q-6 -45 -25 -68t-19 -44q0 -57 28 -88q31 -34 104 -64v0z" />
<glyph glyph-name="glyph12" unicode="&#xe700;"
d="M815 6v-106h-800v202q41 16 82 26q95 34 129 69q35 35 35 95q0 22 -23 48q-24 27 -31 74q-1 11 -23 25q-21 13 -25 61q0 32 14 38l4 4q-1 6 -3 19q-13 53 -8 95.5t39 85.5q46 58 160 58t160 -58t42 -112l-14 -88q18 -8 18 -42q-5 -55 -23 -60q-20 -5 -23 -26
q-10 -46 -33 -73q-23 -28 -23 -49q0 -60 36 -95t130 -69q180 -65 180 -122zM865 400h150v-100h-150v-150h-100v150h-150v100h150v150h100v-150v0z" />
<glyph glyph-name="glyph13" unicode="&#x1f3ac;" horiz-adv-x="1010"
d="M955 700q17 0 28.5 -11.5t11.5 -28.5v-60h-100v-100h100v-100h-100v-100h100v-100h-100v-100h100v-60q0 -16 -12 -28t-28 -12h-900q-16 0 -28 12t-12 28v60h100v100h-100v100h100v100h-100v100h100v100h-100v60q0 17 11.5 28.5t28.5 11.5h900zM395 200l250 150l-250 150
v-300v0z" />
<glyph glyph-name="glyph14" unicode="&#x1f304;"
d="M253 518q-52 0 -90 -39t-38 -91v-160l-108 296q-11 38 22 52l680 248q36 11 50 -24l102 -282h-100l-124 150l-214 -150h-180zM977 428q16 0 27 -12t11 -28v-472q0 -16 -11 -28t-27 -12h-724q-16 0 -27 12t-11 28v472q0 16 11 28t27 12h724zM921 -24v162l-72 160l-166 -60
l-130 -132l-138 170l-92 -214v-86h598v0z" />
<glyph glyph-name="glyph15" unicode="&#x1f4f7;"
d="M515 450q63 0 106.5 -44t43.5 -106t-44.5 -106t-105.5 -44t-105.5 44t-44.5 106t44.5 106t105.5 44zM915 600q42 0 71 -29t29 -71v-450q0 -41 -29.5 -70.5t-70.5 -29.5h-800q-40 0 -70 30t-30 70v450q0 41 29.5 70.5t70.5 29.5h120q28 0 40 30l30 92q10 28 40 28h340
q30 0 40 -28l30 -92q12 -30 40 -30h120zM692 123q73 73 73 177t-73 177t-177 73t-177 -73t-73 -177t73 -177t177 -73t177 73zM881 430q14 0 24 11t10 25t-10 24t-24 10q-36 0 -36 -34q0 -15 10.5 -25.5t25.5 -10.5v0z" />
<glyph glyph-name="glyph16" unicode="&#x268f;" horiz-adv-x="630"
d="M265 570v-90q0 -80 -80 -80h-90q-80 0 -80 80v90q0 80 80 80h90q80 0 80 -80zM615 570v-90q0 -80 -80 -80h-90q-80 0 -80 80v90q0 80 80 80h90q80 0 80 -80zM265 220v-90q0 -80 -80 -80h-90q-80 0 -80 80v90q0 80 80 80h90q80 0 80 -80zM535 300q80 0 80 -80v-90
q0 -80 -80 -80h-90q-80 0 -80 80v90q0 80 80 80h90v0z" />
<glyph glyph-name="glyph17" unicode="&#x2630;" horiz-adv-x="730"
d="M665 400q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-600q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h600zM65 500q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h600q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-600zM665 200q21 0 35.5 -15t14.5 -35t-15.5 -35
t-34.5 -15h-600q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h600v0z" />
<glyph glyph-name="glyph18" unicode="&#x2713;" horiz-adv-x="697"
d="M264 0q-34 0 -56 28l-180 236q-25 39 -2 78.5t67 33.5q29 -5 47 -28l118 -154l296 474q15 23 41 30t55 -8q23 -15 30 -41t-8 -55l-350 -560q-20 -32 -56 -32l-2 -2v0z" />
<glyph glyph-name="glyph19" unicode="&#x2715;" horiz-adv-x="500"
d="M467 194q18 -18 18 -43t-17.5 -42t-43.5 -17t-43 16l-132 152l-132 -152q-17 -16 -43 -16t-43 16q-16 17 -16 43t16 43l138 156l-138 158q-16 17 -16 43t16 43q17 16 43 16t43 -16l132 -152l132 152q17 16 43 16t43.5 -17t17.5 -42t-18 -43l-138 -158l138 -156v0z" />
<glyph glyph-name="glyph20" unicode="&#x2716;" horiz-adv-x="870"
d="M732 647q123 -123 123 -297t-123 -297t-297 -123t-297 123t-123 297t123 297t297 123t297 -123zM521 350l154 154l-86 86l-154 -152l-152 152l-88 -86l154 -154l-154 -152l88 -86l152 152l154 -152l86 86l-154 152v0z" />
<glyph glyph-name="glyph21" unicode="&#x274e;" horiz-adv-x="830"
d="M715 750q42 0 71 -29t29 -71v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-40 0 -70 30t-30 70v600q0 41 29.5 70.5t70.5 29.5h600zM569 112l86 86l-154 152l154 154l-86 86l-154 -152l-152 152l-88 -86l154 -154l-154 -152l88 -86l152 152l154 -152v0z" />
<glyph glyph-name="glyph23" unicode="&#x2795;" horiz-adv-x="870"
d="M732 647q123 -123 123 -297t-123 -297t-297 -123t-297 123t-123 297t123 297t297 123t297 -123zM487 300h200v102h-200v202h-102v-202h-202v-102h202v-202h102v202v0z" />
<glyph glyph-name="glyph24" unicode="&#x229e;" horiz-adv-x="830"
d="M715 750q42 0 71 -29t29 -71v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-40 0 -70 30t-30 70v600q0 41 29.5 70.5t70.5 29.5h600zM665 300v100h-200v200h-100v-200h-200v-100h200v-200h100v200h200v0z" />
<glyph glyph-name="glyph26" unicode="&#x2796;" horiz-adv-x="870"
d="M732 647q123 -123 123 -297t-123 -297t-297 -123t-297 123t-123 297t123 297t297 123t297 -123zM687 402h-504v-102h504v102v0z" />
<glyph glyph-name="glyph27" unicode="&#x229f;" horiz-adv-x="830"
d="M715 750q42 0 71 -29t29 -71v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-40 0 -70 30t-30 70v600q0 41 29.5 70.5t70.5 29.5h600zM665 300v100h-500v-100h500v0z" />
<glyph glyph-name="glyph28" unicode="&#x2753;" horiz-adv-x="610"
d="M15 526q5 129 77 201.5t203 72.5q130 0 214 -60q86 -62 86 -184q0 -64 -42 -124q-13 -21 -88 -80l-46 -30q-41 -34 -48 -60q-7 -18 -8 -44q0 -14 -16 -14h-128q-16 0 -16 12q5 99 28 124q26 36 104 90l24 14q22 16 34 34q28 43 28 70q0 40 -26 78q-29 36 -92 36
q-68 0 -94 -44q-28 -41 -28 -92h-166zM293 104q44 0 73 -30t27 -74q-2 -45 -31.5 -72.5t-74.5 -25.5q-45 0 -73.5 29.5t-26.5 74.5t31.5 72.5t74.5 25.5v0z" />
<glyph glyph-name="glyph29" unicode="&#xe704;" horiz-adv-x="950"
d="M795 680q135 -131 140 -322q2 -192 -131 -327q-134 -137 -323 -141q-192 -2 -327 131q-138 134 -139 323q-4 190 130 327q134 138 324 139t326 -130zM467 70q29 0 48.5 19t19.5 47q2 30 -17 49t-49 19h-2q-28 0 -47 -18t-21 -46q0 -29 19 -48.5t47 -21.5h2zM633 398
q26 35 26 78q0 76 -52 115t-136 39t-128.5 -44.5t-47.5 -127.5v-4h110v4q0 26 16 54q17 24 54 24q40 0 52 -20q16 -19 16 -44q0 -15 -9.5 -30t-19 -23t-27 -20.5t-22.5 -16.5q-26 -20 -38 -34q-13 -20 -18 -78v-8h108v4q0 40 32 64l28 18q46 34 56 50v0z" />
<glyph glyph-name="glyph30" unicode="&#x2139;" horiz-adv-x="490"
d="M367 850q46 0 73 -26t27 -70q0 -51 -40 -88.5t-94 -37.5q-47 0 -73.5 25.5t-24.5 72.5q0 45 35 85q34 39 97 39zM161 -150q-100 0 -54 178l60 254q14 56 0 56q-12 0 -54 -18q-40 -17 -72 -38l-26 44q90 78 189 126t151 48q78 0 36 -162l-70 -266q-16 -64 6 -64
q45 0 118 60l30 -40q-84 -86 -175 -132t-139 -46v0z" />
<glyph glyph-name="glyph31" unicode="&#xe705;" horiz-adv-x="950"
d="M795 680q135 -131 140 -322q2 -192 -131 -327q-134 -137 -323 -141q-192 -2 -327 131q-138 134 -139 323q-4 190 130 327q134 138 324 139t326 -130zM497 524q36 0 60 21.5t24 54.5q0 58 -60 58q-43 0 -65 -24q-23 -25 -23 -50q-2 -29 15.5 -44.5t48.5 -15.5zM401 64
q29 0 84 26q53 25 106 78l-18 24q-48 -36 -72 -36q-15 0 -4 38l42 160q25 96 -22 96q-29 0 -89 -29q-61 -30 -115 -75l16 -26q52 34 74 34q12 0 0 -34l-36 -152q-26 -104 34 -104v0z" />
<glyph glyph-name="glyph32" unicode="&#x1f519;" horiz-adv-x="880"
d="M765 540q41 0 70.5 -29.5t29.5 -70.5v-290q0 -40 -30 -70t-70 -30h-690v140h650v210h-500v-110l-210 180l210 180v-110h540v0z" />
<glyph glyph-name="glyph33" unicode="&#x2302;" horiz-adv-x="930"
d="M903 336q15 -15 11 -26.5t-27 -11.5h-84v-310q0 -22 -6 -31t-26 -9h-204v310h-204v-310h-194q-25 0 -33.5 8t-8.5 32v310h-84q-23 0 -27 11.5t11 26.5l400 402q16 16 38 16t38 -16l400 -402v0z" />
<glyph glyph-name="glyph34" unicode="&#x1f517;" horiz-adv-x="830"
d="M115 138q0 -37 26.5 -62.5t62.5 -25.5q37 0 63 26l42 40q14 14 34 14q19 0 36 -14q31 -34 0 -70l-42 -40q-56 -56 -132 -56q-78 0 -134 56t-56 132q0 78 56 134l148 148q40 39 85 60.5t95.5 17t91.5 -43.5q16 -16 16 -36t-16 -36q-36 -31 -70 0q-50 48 -132 -34
l-148 -146q-26 -26 -26 -64zM759 690q56 -56 56 -132q0 -78 -56 -134l-158 -158q-73 -72 -150 -72q-62 0 -112 50q-14 14 -14 34q0 21 14 35.5t35 14.5t35 -14q50 -48 122 24l158 156q28 28 28 64q0 38 -28 62q-25 26 -55.5 30.5t-60.5 -20.5l-50 -50q-17 -14 -36 -14
q-20 0 -34 14q-34 34 0 70l50 50q58 55 130 50.5t126 -60.5v0z" />
<glyph glyph-name="glyph35" unicode="&#x1f4ce;" horiz-adv-x="969"
d="M259 -140q-103 0 -170 72q-73 71 -74 166q-1 96 84 190l496 496q79 80 174 54q43 -12 78.5 -47t47.5 -79q26 -96 -54 -176l-474 -474q-40 -40 -88 -46q-48 -4 -80 28q-30 24 -27 74t47 92l332 334q24 26 50 0t0 -50l-332 -332q-44 -44 -20 -70q30 -20 70 20l474 474
q50 50 34 108q-16 60 -76 76q-54 14 -108 -36l-494 -494q-65 -76 -64 -143q1 -66 52 -117q62 -55 127.5 -50t130.5 62l496 494q24 24 50 0q25 -22 0 -48l-496 -496q-82 -82 -186 -82v0z" />
<glyph glyph-name="glyph36" unicode="&#x1f512;" horiz-adv-x="730"
d="M655 476q20 0 40 -19.5t20 -40.5v-390q0 -48 -48 -66l-60 -18q-41 -16 -96 -16h-290q-57 0 -98 16l-60 18q-48 18 -48 66v390q0 22 15 41t35 19h100v70q0 108 50.5 169t149.5 61t149.5 -61t50.5 -169v-70h90zM265 566v-90h200v90q0 50 -26.5 80t-73.5 30t-73.5 -30
t-26.5 -80v0z" />
<glyph glyph-name="glyph37" unicode="&#x1f513;" horiz-adv-x="730"
d="M655 450q19 0 39.5 -20t20.5 -40v-390q0 -21 -14.5 -40t-33.5 -24l-60 -20q-51 -16 -96 -16h-290q-47 0 -98 16l-60 20q-19 5 -33.5 24t-14.5 40v390q0 22 15 41t35 19h400v140q0 110 -100 110t-100 -110v-40h-100v20q0 108 50.5 169t149.5 61q200 0 200 -230v-120h90v0z
" />
<glyph glyph-name="glyph38" unicode="&#xe70a;"
d="M515 630q88 0 174.5 -24.5t143.5 -62.5q116 -78 162 -148q20 -32 20 -45t-20 -44q-49 -74 -162 -149q-57 -38 -143.5 -62.5t-174.5 -24.5t-174.5 24.5t-143.5 62.5q-111 72 -162 149q-20 31 -20 44t20 45q48 74 162 148q57 38 143.5 62.5t174.5 24.5zM672 199
q65 63 65 151q0 90 -65 153q-64 63 -157 63t-157 -63q-65 -63 -65 -153q0 -88 65 -151q64 -63 157 -63t157 63zM515 350q8 -8 37 -2q11 2 28 6t22 5q21 4 25 -9q0 -44 -33.5 -75t-78.5 -31t-77.5 31t-32.5 75q0 46 32 77t78 31q5 0 7.5 -3t3 -9t0 -11.5t-3 -14t-3.5 -13
t-3 -11.5l-3 -8q-8 -25 2 -38v0z" />
<glyph glyph-name="glyph39" unicode="&#xe70c;" horiz-adv-x="990"
d="M951 631q-43 -92 -128 -157l18 -24q17 -28 6 -54l-48 -158q-12 -29 -36 -46l-464 -328q-42 -30 -64 4l-210 304q-12 20 -8.5 40.5t20.5 31.5l464 328q25 18 54 18h158q30 0 48 -26l28 -40q168 130 114 286q-10 28 18 40q32 8 38 -20q36 -106 -8 -199zM743 362
q40 31 34 80l-32 -16q-7 -4 -12 -4q-17 0 -28 18q-12 30 16 40l24 14q-48 35 -92 0q-27 -17 -33.5 -49t13.5 -63q17 -24 49 -31t61 11v0z" />
<glyph glyph-name="glyph40" unicode="&#x1f516;" horiz-adv-x="390"
d="M325 800q21 0 35.5 -15t14.5 -35v-850l-180 180l-180 -180v850q0 50 40 50h270v0z" />
<glyph glyph-name="glyph41" unicode="&#x1f4d1;" horiz-adv-x="580"
d="M515 850q19 0 34.5 -15t15.5 -35v-850l-150 180v620q0 20 -15.5 35t-34.5 15h-100q0 50 40 50h210zM265 700q19 0 34.5 -15t15.5 -35v-800l-150 180l-150 -180v800q0 50 40 50h210v0z" />
<glyph glyph-name="glyph42" unicode="&#x2691;" horiz-adv-x="930"
d="M889 616q13 6 22 -0.5t0 -19.5q-94 -136 -164 -213q-67 -75 -110 -90q-42 -15 -73 -2q-33 14 -60 37t-63 40q-33 16 -93 -4q-59 -20 -139 -86l90 -352h-100l-184 720l92 34q91 67 152 86q62 20 98 3q35 -16 64 -51t62 -71t79 -62q43 -25 129 -20q84 5 198 51v0z" />
<glyph glyph-name="glyph43" unicode="&#x1f44d;" horiz-adv-x="830"
d="M655 467q55 -7 108 -24q52 -16 52 -47q0 -74 -61 -284q-62 -212 -107 -212q-144 0 -288 42t-144 88v342q0 14 15 34q21 29 99 86q30 22 108 74q52 36 104 100q13 16 31.5 39t31.5 38.5t22 26.5q31 37 41 26q48 -77 29 -137q-20 -62 -59 -119q-40 -58 -40 -60q1 -5 58 -13
zM165 476q14 0 0 -14q-50 -50 -50 -104v-318q0 -51 52 -104q10 -10 -2 -10q-41 0 -66 12t-51 41q-33 37 -33 99v242q0 62 33 100q34 38 63 47q30 9 54 9v0z" />
<glyph glyph-name="glyph44" unicode="&#x1f44e;" horiz-adv-x="830"
d="M176 231q-56 7 -108 24q-53 17 -53 47q0 70 62 285q61 213 106 213q146 0 288 -43q144 -43 144 -89v-342q0 -23 -33 -54q-34 -33 -74 -61q-53 -38 -82 -57l-33 -22q-52 -36 -104 -100q-13 -16 -31.5 -39t-31.5 -38.5t-22 -26.5q-31 -37 -41 -26q-48 77 -29 137
q20 62 59 119q40 58 40 60q-1 5 -57 13zM665 222q-12 0 2 14q48 50 48 104v318q0 51 -52 104q-10 10 2 10q41 0 66 -12t51 -41q33 -37 33 -99v-242q0 -94 -63 -129q-47 -27 -87 -27v0z" />
<glyph glyph-name="glyph45" unicode="&#x1f4e5;"
d="M983 198q16 -9 26.5 -30t3.5 -42l-28 -154q-4 -19 -21.5 -32.5t-40.5 -13.5h-816q-23 0 -40.5 13.5t-21.5 32.5l-28 154q-10 48 32 72l158 108h98l-170 -130h178q7 0 12 -8l40 -110h300l40 110q8 8 12 8h178l-170 130h98zM775 520l-260 -244l-260 244h166v256h190v-256
h164v0z" />
<glyph glyph-name="glyph46" unicode="&#x1f4e4;"
d="M515 776l260 -244h-164v-256h-190v256h-166zM983 198q16 -9 26.5 -30t3.5 -42l-28 -154q-4 -19 -21.5 -32.5t-40.5 -13.5h-816q-23 0 -40.5 13.5t-21.5 32.5l-28 154q-10 48 32 72l158 108h98l-170 -130h178q7 0 12 -8l40 -110h300l40 110q8 8 12 8h178l-170 130h98
l160 -108v0z" />
<glyph glyph-name="glyph47" unicode="&#xe711;"
d="M775 494q99 0 170 -68q70 -67 70 -166t-70 -166q-71 -68 -170 -68h-190v190h106l-176 230l-174 -230h104v-190h-248q-73 0 -127.5 52t-54.5 124q0 74 53.5 126t128.5 52q12 0 20 -2q-2 16 -2 38q0 108 78 184q77 76 188 76q92 0 161.5 -53.5t92.5 -132.5q25 4 40 4v0z
" />
<glyph glyph-name="glyph48" unicode="&#xe712;" horiz-adv-x="930"
d="M915 10q-86 152 -208 197q-121 45 -330 45v-218l-362 334l362 322v-192q88 0 166.5 -27t132.5 -70q110 -88 165 -199q57 -117 68 -164l6 -28v0z" />
<glyph glyph-name="glyph49" unicode="&#xe713;"
d="M165 368l212 -196v-138l-362 334l362 322v-134zM627 498q103 0 182 -50q77 -49 115 -122q78 -155 87 -266l4 -50q-85 154 -168 198t-220 44v-218l-362 334l362 322v-192v0z" />
<glyph glyph-name="glyph50" unicode="&#x27a6;" horiz-adv-x="930"
d="M555 252q-211 0 -332 -45q-122 -45 -208 -197q9 48 20 76.5t43 93.5q40 83 96 148q56 64 156 117q101 53 225 53v192l360 -322l-360 -334v218v0z" />
<glyph glyph-name="glyph51" unicode="&#x275e;" horiz-adv-x="792"
d="M15 530q0 61 43 105.5t103 44.5q146 0 184 -146q38 -140 -40 -302q-79 -168 -224 -204q-34 -8 -66 -8v70q111 0 182 108q54 86 26 146q-17 36 -62 36q-60 0 -103 44.5t-43 105.5zM581 680q146 0 184 -146q38 -140 -40 -302q-79 -168 -224 -204q-34 -8 -66 -8v70
q111 0 182 108q54 86 26 146q-17 36 -62 36q-60 0 -103 44.5t-43 105.5t43 105.5t103 44.5v0z" />
<glyph glyph-name="glyph52" unicode="&#xe714;"
d="M411 604q0 -18 -16 -30l-246 -224l246 -226q16 -12 16 -30q0 -19 -16 -32q-30 -30 -60 0l-320 288l320 286q30 30 60 0q16 -13 16 -32zM697 636l318 -286l-318 -288q-32 -30 -62 0q-32 32 0 62l248 226l-248 224q-32 30 0 62q30 30 62 0v0z" />
<glyph glyph-name="glyph53" unicode="&#xe715;"
d="M15 560q0 22 14 36t36 14h288q-65 -49 -98 -88l-10 -12h-130v-450h650v56l100 82v-188q0 -20 -15.5 -35t-34.5 -15h-750q-19 0 -34.5 15t-15.5 35v550zM683 408q-165 0 -242 -41q-75 -40 -160 -181q0 72 32 157q16 43 48 88.5t66 73.5q42 35 111 57t145 22v156l332 -250
l-332 -260v178v0z" />
<glyph glyph-name="glyph54" unicode="&#x270e;" horiz-adv-x="810"
d="M780 616q15 -32 15 -48v-16q-90 -90 -542 -540l-238 -52l50 240q452 450 542 540q54 12 126 -60q32 -32 47 -64zM239 40l24 24q-1 44 -52 94q-20 20 -45 35q-22 13 -35 13l-14 2l-22 -24l-18 -80q56 -31 82 -82l80 18v0z" />
<glyph glyph-name="glyph55" unicode="&#x2712;" horiz-adv-x="728"
d="M75 -138q-6 -20 -26 -8q-18 7 -16 34q5 103 50 226q-100 154 -52 316q24 -79 76 -158q22 -34 32 -30q7 4 0 83q-8 88 -11 166q-3 88 25 157q24 47 80 94q62 52 104 70q-24 -47 -33 -94q-19 -105 17 -110q12 0 84 120q72 121 106 122q46 4 114 -29t82 -65q12 -24 0 -79
t-40 -83q-44 -44 -146 -62t-114 -24q-16 -10 12 -34q55 -48 176 -20q-55 -79 -136 -114q-77 -33 -132 -38q-53 -5 -54 -10q-4 -23 49 -54q53 -30 101 -14q-30 -56 -63 -84q-34 -29 -52.5 -35t-77.5 -11q-69 -6 -85 -8l-70 -224v0z" />
<glyph glyph-name="glyph56" unicode="&#xe716;" horiz-adv-x="1010"
d="M59 548q4 9 12 14q1 0 49 17q62 22 93 32q47 15 58 15h44v150h380v-150h46q12 0 57 -15q30 -10 92 -32q48 -17 49 -17q18 -8 12 -26q-4 -10 -20 -10h-850q-26 0 -22 22zM941 470q20 0 37 -19.5t17 -40.5v-174q0 -21 -17 -40.5t-37 -19.5h-100l44 -250h-760l44 250h-98
q-20 0 -38 19.5t-18 40.5v174q0 21 18 40.5t38 19.5h870zM225 26h560l-70 324h-420l-70 -324v0z" />
<glyph glyph-name="glyph57" unicode="&#xe717;"
d="M217 50q-41 0 -70.5 29.5t-29.5 70.5v302h-102l176 198l174 -198h-100v-262h272l128 -140h-448zM915 250h100l-174 -200l-176 200h102v260h-274l-128 140h450q41 0 70.5 -29.5t29.5 -70.5v-300v0z" />
<glyph glyph-name="glyph58" unicode="&#x2328;"
d="M945 650q28 0 49 -21t21 -49v-460q0 -29 -20.5 -49.5t-49.5 -20.5h-860q-29 0 -49.5 20.5t-20.5 49.5v460q0 28 21 49t49 21h860zM565 450h100v100h-100v-100zM615 400v-100h100v100h-100zM415 450h100v100h-100v-100zM465 400v-100h100v100h-100zM265 450h100v100h-100
v-100zM315 400v-100h100v100h-100zM115 450h100v100h-100v-100zM165 400v-100h100v100h-100zM215 250h-100v-100h100v100zM765 250h-500v-100h500v100zM915 250h-100v-100h100v100zM865 300v100h-100v-100h100zM915 450v100h-200v-100h200v0z" />
<glyph glyph-name="glyph59" unicode="&#xe718;" horiz-adv-x="830"
d="M715 700q42 0 71 -29t29 -71v-350q0 -41 -29.5 -70.5t-70.5 -29.5h-200v-150l-200 150h-200q-40 0 -70 30t-30 70v350q0 41 29.5 70.5t70.5 29.5h600v0z" />
<glyph glyph-name="glyph60" unicode="&#xe720;"
d="M15 450q0 41 29.5 70.5t70.5 29.5h190v-310h350l6 2h4v-92q0 -41 -29.5 -70.5t-70.5 -29.5h-250l-150 -150v150h-50q-40 0 -70 30t-30 70v300zM915 800q42 0 71 -29t29 -71v-300q0 -41 -29.5 -70.5t-70.5 -29.5h-50v-150l-150 150h-350v400q0 41 29.5 70.5t70.5 29.5h450
v0z" />
<glyph glyph-name="glyph61" unicode="&#x1f514;" horiz-adv-x="830"
d="M647 426q30 -64 85 -74q27 -5 48 -26.5t31 -51.5q22 -61 -74 -161q-95 -98 -252 -157q-163 -58 -297 -45q-132 13 -155 75q-19 54 12 111t18 111q-56 193 -47 300q9 108 113 192q26 23 29 51t27.5 37.5t47.5 -10.5q22 -19 56 -18q132 2 198 -66q64 -66 160 -268zM620 107
q71 53 100 91q29 39 25 50q-7 22 -49 33q-43 11 -124 1q-84 -11 -187 -48q-103 -38 -173 -87q-72 -51 -94 -84q-23 -35 -17 -53q4 -12 50 -22q45 -10 134 -4q86 6 176 38q86 31 159 85zM399 196q23 7 38 14l2 -2q14 -41 -17 -83q-32 -44 -89 -63q-96 -36 -152 14
q78 67 218 120v0z" />
<glyph glyph-name="glyph62" unicode="&#x26a0;" horiz-adv-x="992"
d="M972 -24q10 -16 0 -34q-10 -16 -30 -16h-892q-17 0 -28.5 17t-1.5 33l446 782q8 18 30 18t30 -18zM552 126h-110v-100h110v100zM552 200v300h-110v-300h110v0z" />
<glyph glyph-name="glyph63" unicode="&#x1f4a5;" horiz-adv-x="931"
d="M900 234q19 -16 15.5 -33t-27.5 -23l-78 -22q-23 -6 -39.5 -27.5t-14.5 -48.5l4 -82q2 -23 -13.5 -34t-38.5 0l-86 44q-25 12 -49 3t-33 -29l-46 -88q-12 -22 -29 -23t-33 19l-50 78q-35 48 -88 20l-122 -70q-21 -14 -32 -6.5t-2 32.5l54 164q8 25 -5 44.5t-35 21.5
l-106 12q-25 4 -29 18t15 30l86 76q20 17 20 41t-20 41l-86 76q-19 16 -15.5 33t27.5 23l78 22q23 6 40.5 28t15.5 48l-6 82q0 24 14 35.5t38 0.5l80 -38q29 -10 52 -1t34 29l46 80q12 22 30 21t30 -23l50 -86q11 -21 33 -28.5t47 6.5l136 84q20 13 29.5 6.5t0.5 -32.5
l-60 -170q-11 -24 2.5 -42t37.5 -20l114 -12q26 -2 29.5 -16.5t-15.5 -29.5l-86 -76q-18 -16 -18 -41t18 -41zM516 246h-100v-104h100v104zM516 302v260h-100v-260h100v0z" />
<glyph glyph-name="glyph64" unicode="&#xe722;"
d="M915 750q42 0 71 -29t29 -71v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-800q-40 0 -70 30t-30 70v600q0 41 29.5 70.5t70.5 29.5h800zM915 650h-800v-600h800v600zM465 156h-250v90h250v-90zM465 306h-250v90h250v-90zM465 456h-250v90h250v-90zM811 226l4 -70h-250
q0 70 6 70q84 22 84 66q0 16 -27 56t-27 88q0 110 90 110t90 -110q0 -48 -28 -88t-28 -56q0 -20 20.5 -35.5t43.5 -22.5l22 -8v0z" />
<glyph glyph-name="glyph65" unicode="&#xe723;"
d="M461 780v-860q0 -20 -20 -20h-46q-20 0 -20 20v440h-176q-16 0 -28 6q-13 2 -26 12l-120 82q-10 6 -10 16t10 16l120 82q13 10 26 12q7 4 28 4h176v190q0 20 20 20h46q20 0 20 -20zM1005 592q10 -6 10 -16t-10 -16l-118 -82q-23 -12 -26 -12q-13 -6 -28 -6h-302l-40 230
h342q22 0 54 -16l118 -82v0z" />
<glyph glyph-name="glyph66" unicode="&#xe724;" horiz-adv-x="530"
d="M442 677q73 -73 73 -177q0 -105 -62 -243q-63 -139 -126 -223l-62 -84q-35 41 -83 116.5t-80 137.5q-87 169 -87 296q0 104 73 177t177 73t177 -73zM265 362q55 0 95.5 40t40.5 96q0 55 -40 94.5t-96 39.5q-55 0 -94.5 -39t-39.5 -95t39.5 -96t94.5 -40v0z" />
<glyph glyph-name="glyph67" unicode="&#xe727;"
d="M1015 -14q0 -14 -9 -25t-23 -11q-7 0 -18 6l-216 136l-216 -136q-18 -10 -34 0l-218 136l-216 -136q-16 -10 -34 0q-16 10 -16 30v584q0 20 16 30l234 146q18 10 34 0l216 -136l218 136q16 10 32 0l234 -146q16 -10 16 -30v-584zM249 150v506l-168 -104v-506zM483 46v506
l-168 104v-506zM717 150v506l-170 -104v-506zM949 46v506l-168 104v-506l168 -104v0z" />
<glyph glyph-name="glyph68" unicode="&#x27a2;" horiz-adv-x="890"
d="M863 768q17 -17 9 -38q-7 -20 -29 -65t-24 -49q-71 -147 -304 -578l-66 -118l-54 380l-380 56q449 250 696 368q8 4 33 17.5t44.5 23t34.5 13.5q23 7 40 -10zM771 672l-304 -280l28 -234l276 514v0z" />
<glyph glyph-name="glyph69" unicode="&#xe728;" horiz-adv-x="990"
d="M829 694q141 -137 146 -336q2 -200 -136 -342q-137 -141 -338 -146q-200 -2 -341 137q-144 140 -145 337q-5 200 135 342t339 144q198 2 340 -136zM767 86q109 112 108 270q-1 157 -115 267q-111 109 -269 107q-157 -2 -267 -114q-109 -111 -107 -270q1 -158 114 -267
q111 -109 270 -107q157 2 266 114zM267 126q9 58 18.5 93t34.5 101q33 88 77 132q45 45 125 76q81 32 141 42l60 10q-9 -58 -18.5 -93t-34.5 -101q-33 -88 -77 -132q-43 -43 -124 -74q-83 -32 -142 -42zM447 402q-22 -19 -22 -48q0 -27 21.5 -49.5t49.5 -22.5q30 0 49 22
q52 52 88 186q-137 -36 -186 -88v0z" />
<glyph glyph-name="glyph70" unicode="&#x2615;" horiz-adv-x="711"
d="M604 719q49 -20 71.5 -42t19.5 -45l-72 -594q-1 -13 -34 -36q-36 -25 -104 -43.5t-130 -18.5t-128 18.5t-105 43.5q-34 23 -35 36l-72 594q-5 28 36 57q46 33 129.5 52t174.5 19q150 0 249 -41zM355 544q62 0 129.5 14t105.5 34q33 18 33 30t-33 29q-39 20 -106 33.5
t-129 13.5t-129 -13.5t-106 -33.5q-33 -17 -33 -29t33 -30q38 -20 105.5 -34t129.5 -14v0z" />
<glyph glyph-name="glyph71" unicode="&#xe729;" horiz-adv-x="790"
d="M65 458q121 -70 330 -70t330 70l-54 -486q-1 -13 -35 -36q-32 -22 -100 -43t-141 -21q-64 0 -132.5 19t-107.5 45q-35 22 -36 36zM553 758q94 -18 158 -55t64 -71v-10q0 -59 -112 -99q-114 -41 -268 -41t-268 41q-112 40 -112 99v10q0 34 64 71t158 55l42 48q23 26 70 26
h92q52 0 70 -26zM499 646h84q-95 114 -104 126q-13 16 -32 16h-102q-22 0 -32 -16l-106 -126h84l64 66h82l62 -66v0z" />
<glyph glyph-name="glyph72" unicode="&#xe730;" horiz-adv-x="730"
d="M615 800q42 0 71 -29t29 -71v-700q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-40 0 -70 30t-30 70v700q0 41 29.5 70.5t70.5 29.5h500zM615 0v700h-500v-700h500v0z" />
<glyph glyph-name="glyph73" unicode="&#xe736;" horiz-adv-x="1031"
d="M985 480q37 -10 30 -46l-150 -556q-4 -15 -17.5 -22.5t-30.5 -3.5l-406 110q-14 3 -23 16.5t-5 29.5l24 92l-180 -48q-39 -10 -50 26l-160 602q-10 36 28 48l454 122q17 4 30.5 -3.5t17.5 -22.5l66 -244zM97 670l144 -542l392 106l-144 540zM799 -72l132 492l-298 82
l76 -282q10 -34 -28 -46l-196 -52l-26 -102l340 -92v0z" />
<glyph glyph-name="glyph74" unicode="&#xe737;"
d="M15 600q0 41 29.5 70.5t70.5 29.5h800q42 0 71 -29t29 -71v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-800q-40 0 -70 30t-30 70v500zM915 600h-800v-500h800v500v0z" />
<glyph glyph-name="glyph75" unicode="&#x1f4c4;" horiz-adv-x="730"
d="M227 398h280v-90h-280v90zM615 800q42 0 71 -29t29 -71v-700q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-40 0 -70 30t-30 70v700q0 41 29.5 70.5t70.5 29.5h500zM615 700h-500v-700h500v700zM505 504h-280v88h280v-88zM505 200v-88h-280v88h280v0z" />
<glyph glyph-name="glyph76" unicode="&#xe731;" horiz-adv-x="730"
d="M615 800q42 0 71 -29t29 -71v-700q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-40 0 -70 30t-30 70v700q0 41 29.5 70.5t70.5 29.5h500zM155 504h420v88h-420v-88zM575 200h-420v-88h420v88zM575 308v90h-418v-90h418v0z" />
<glyph glyph-name="glyph77" unicode="&#x1f4f0;" horiz-adv-x="830"
d="M715 800q42 0 71 -29t29 -71v-700q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-40 0 -70 30t-30 70v700q0 41 29.5 70.5t70.5 29.5h600zM715 700h-600v-700h600v700zM465 200h-250v50h250v-50zM615 400h-200v50h200v-50zM415 600h200v-100h-200v100zM365 400h-150v200h150v-200
zM315 300h-100v50h100v-50zM365 350h250v-50h-250v50zM615 100h-400v50h400v-50zM515 200v50h100v-50h-100v0z" />
<glyph glyph-name="glyph78" unicode="&#x1f4d6;" horiz-adv-x="930"
d="M355 238v-68l-200 80v68zM355 446v-68l-200 80v68zM465 -100q-1 0 -5 1t-5 1l-10 2l-398 160q-32 12 -32 46v640q0 30 22 42q22 16 46 6l382 -154l382 154q24 10 46 -6q22 -12 22 -42v-640q0 -34 -32 -46l-398 -160q-2 0 -5 -1q-4 -1 -5 -1t-5 -1t-5 -1zM415 4v560
l-320 128v-560zM835 132v560l-320 -128v-560zM775 318v-68l-200 -80v68zM775 526v-68l-200 -80v68l200 80v0z" />
<glyph glyph-name="glyph79" unicode="&#x1f4d5;" horiz-adv-x="730"
d="M697 594q18 -8 18 -28v-562q0 -14 -12.5 -25t-27.5 -11q-46 0 -46 36v522q0 12 -12 18l-404 216q-31 10 -68 -10q-44 -20 -56 -44l408 -228q18 -8 18 -28v-550q0 -22 -18 -28q-5 -4 -16 -4q-15 0 -20 4q-13 9 -208.5 130.5t-205.5 127.5q-26 18 -26 34l-6 524q0 27 14 52
q28 45 102 77t116 9l450 -232v0z" />
<glyph glyph-name="glyph80" unicode="&#x1f4c1;" horiz-adv-x="1031"
d="M969 500q29 0 38.5 -10.5t7.5 -37.5l-42 -452q-2 -27 -13.5 -38.5t-40.5 -11.5h-806q-51 0 -56 50l-42 452q-2 27 7.5 37.5t38.5 10.5h908zM935 610l10 -40h-846l14 132q4 19 20 33.5t36 14.5h164q52 0 86 -34l30 -30q31 -36 86 -36h340q20 0 38 -12t22 -28v0z" />
<glyph glyph-name="glyph81" unicode="&#xe738;" horiz-adv-x="1011"
d="M159 600q0 18 11.5 33t26.5 17h608q20 0 36 -15q14 -14 14 -35v-50h-696v50zM259 700q0 18 11.5 33t26.5 17h410q20 0 36 -15q14 -14 14 -35h-498zM955 550q33 -30 38 -46q6 -18 0 -54l-76 -450q-3 -18 -17.5 -32.5t-30.5 -17.5h-710q-52 0 -60 50q0 1 -39 225t-39 225
q-10 22 -3 44t10 26q1 2 21 20l40 40v-80h836v80zM707 280v100h-70v-80h-260v80h-68v-100q0 -50 48 -50h300q18 0 33 10.5t15 25.5l2 14v0z" />
<glyph glyph-name="glyph82" unicode="&#x1f4e6;" horiz-adv-x="930"
d="M885 750q12 0 21 -9t9 -21v-120h-900v120q0 12 9 21t21 9h840zM135 -50q-29 0 -49.5 20.5t-20.5 49.5v530h800v-530q0 -29 -20.5 -49.5t-49.5 -20.5h-660zM315 450v-100h300v100h-300v0z" />
<glyph glyph-name="glyph83" unicode="&#xe73a;" horiz-adv-x="790"
d="M552 507q223 -223 223 -537h-118q0 265 -188 453q-187 187 -454 187v120q314 0 537 -223zM386 339q153 -153 153 -369h-118q0 166 -119 285t-287 119v118q218 0 371 -153zM129 196q47 0 80.5 -34t33.5 -80t-34 -79t-80 -33t-80 33t-34 79t33.5 80t80.5 34v0z" />
<glyph glyph-name="glyph84" unicode="&#x1f4de;" horiz-adv-x="830"
d="M476 290q162 162 118 206l-8 8q-31 31 -41 48q-11 19 -4 54q8 36 49 88q17 21 37 39q19 17 65 17q12 0 53 -31l47 -47q48 -48 -6 -194t-204 -294q-150 -150 -295 -205t-193 -7l-24 24l-24 23q-4 5 -18 24q-11 16 -12.5 27.5t1.5 33.5q2 19 15 35q16 20 51.5 47t56.5 37
q27 13 54 2q26 -11 35 -18q12 -10 39 -37q44 -44 208 120v0z" />
<glyph glyph-name="glyph85" unicode="&#x2699;" horiz-adv-x="870"
d="M855 228q-12 -41 -34 -82q-70 18 -136 -44q-54 -58 -34 -136q-41 -20 -84 -36q-46 82 -132 82t-132 -82q-43 16 -84 36q20 81 -34 136q-53 54 -136 34q-15 29 -34 82q82 52 82 132q0 72 -82 124q19 53 34 82q74 -18 136 44q54 55 34 136q40 21 84 34q47 -80 132 -80
t132 80q44 -13 84 -34q-20 -78 34 -136q66 -62 136 -44q22 -41 34 -82q-80 -50 -80 -124q0 -72 80 -122zM435 168q76 0 129 53t53 129q0 75 -53.5 129.5t-128.5 54.5t-128.5 -54.5t-53.5 -129.5q0 -76 53 -129t129 -53v0z" />
<glyph glyph-name="glyph86" unicode="&#x2692;"
d="M170 506q-14 -14 -14 -47q0 -11 -2 -11q-1 -1 -18 -16t-18 -16q-16 -13 -28 4l-70 76q-3 4 -4 8t-0.5 7t4 6.5t6 5.5t7.5 5.5t7 5.5q15 11 20 16q6 6 27 6q22 0 36.5 14.5t18.5 37.5q5 25 10 30q2 0 9 7q18 18 67 53q134 90 186 96q114 0 148 -2q13 0 -8 -8
q-123 -54 -152 -76q-80 -56 -36 -114q35 -47 38 -48q8 -8 -2 -14q-8 -8 -38 -35t-38 -35q-14 -8 -18 -4q-42 48 -71 60t-67 -12zM866 4q17 -22 -2 -38l-48 -42q-22 -13 -38 4l-414 472q-8 8 0 20l72 62q13 8 20 -2zM994 516q-49 -88 -154 -62q-56 12 -100 -32l-82 -78
l-68 78l68 70q40 40 37 118q-1 34 5 58q12 56 140 112q12 6 18 -3t2 -15q-10 -10 -46 -80q-13 -10 -12 -35q1 -24 40 -53q58 -40 96 22q2 4 24.5 38t23.5 36q4 10 13 9q10 -2 11 -17q16 -103 -16 -166zM152 -2l254 248l76 -86l-246 -242q-20 -20 -38 -4l-46 46q-23 18 0 38
v0z" />
<glyph glyph-name="glyph87" unicode="&#xe73c;" horiz-adv-x="830"
d="M665 200q62 0 106 -43.5t44 -106.5q0 -62 -44.5 -106t-105.5 -44t-105.5 44t-44.5 106q0 3 1 13t1 13l-260 156q-43 -32 -92 -32q-61 0 -105.5 44t-44.5 106t44.5 106t105.5 44q55 0 92 -30l260 156q0 2 -1 12t-1 12q0 62 44.5 106t105.5 44q62 0 106 -43.5t44 -106.5
q0 -62 -44.5 -106t-105.5 -44q-52 0 -90 32l-262 -156q2 -10 2 -26q0 -14 -2 -24l262 -156q36 30 90 30v0z" />
<glyph glyph-name="glyph88" unicode="&#xe73e;"
d="M355 350q0 67 47 113.5t113 46.5t113 -46.5t47 -113.5q0 -65 -47.5 -112.5t-112.5 -47.5t-112.5 47.5t-47.5 112.5zM175 350h-160v120h118q40 124 145 202t237 78q163 0 284 -116q16 -17 16 -43t-16 -43q-17 -16 -43 -16t-43 16q-78 82 -198 82q-102 0 -177.5 -64
t-96.5 -156q-13 -60 -66 -60zM855 350h160v-120h-118q-39 -120 -141.5 -200t-240.5 -80q-164 0 -282 118q-18 18 -18 43t18 41q17 18 41 18q25 0 43 -18q82 -82 198 -82q101 0 177 64t97 156q12 60 66 60v0z" />
<glyph glyph-name="glyph89" unicode="&#xe73d;" horiz-adv-x="930"
d="M165 0q0 40 30 70t70 30q41 0 70.5 -29.5t29.5 -70.5q0 -42 -29 -71t-71 -29q-41 0 -70.5 29.5t-29.5 70.5zM665 0q0 40 30 70t70 30q41 0 70.5 -29.5t29.5 -70.5q0 -42 -29 -71t-71 -29q-41 0 -70.5 29.5t-29.5 70.5zM343 236q-18 -5 -26.5 -10.5t-7.5 -12.5
q1 -13 44 -13h562v-76q0 -20 -20 -20h-654q-20 0 -20 20v76q-18 84 -54 250t-54 250h-98v80q0 20 20 20h156q20 0 20 -20v-86h704v-274q0 -22 -18 -26l-554 -158v0z" />
<glyph glyph-name="glyph90" unicode="&#x1f45c;" horiz-adv-x="889"
d="M874 608l-98 -648q-8 -30 -38 -30h-586q-28 0 -40 30q-94 620 -96 648q-4 34 22 60l55 43l55 43q17 16 56 16h480q39 0 56 -16q87 -66 110 -86q28 -26 24 -60zM444 232q58 0 99.5 35t61.5 88q35 93 43 155h-92q-38 -188 -112 -188t-112 188h-92q47 -278 204 -278zM92 600
h704l-110 116h-484l-110 -116v0z" />
<glyph glyph-name="glyph91" unicode="&#x1f4c5;" horiz-adv-x="930"
d="M815 700q42 0 71 -29t29 -71v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-40 0 -70 30t-30 70v600q0 41 29.5 70.5t70.5 29.5h46v-100h160v100h290v-100h160v100h44zM815 400h-700v-400h700v400zM275 630h-70v170h70v-170zM725 800v-170h-70v170h70v0z" />
<glyph glyph-name="glyph92" unicode="&#xe740;" horiz-adv-x="930"
d="M815 800q42 0 71 -29t29 -71v-700q0 -41 -29.5 -70.5t-70.5 -29.5h-450q-40 0 -69 30t-29 70v100h98v-100h450v700h-450v-150h-98v150q0 41 29 70.5t69 29.5h450zM465 130v120h-450v150h450v120l200 -194l-200 -196v0z" />
<glyph glyph-name="glyph93" unicode="&#xe741;" horiz-adv-x="930"
d="M515 800q42 0 71 -29t29 -71v-150h-98v150h-402v-700h402v100h98v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-400q-40 0 -70 30t-30 70v700q0 41 29.5 70.5t70.5 29.5h400zM915 326l-198 -196v120h-450v150h450v120l198 -194v0z" />
<glyph glyph-name="glyph94" unicode="&#x1f3a4;" horiz-adv-x="670"
d="M655 468v-138q0 -92 -69 -164t-201 -84v-132h130q20 0 20 -20v-60q0 -20 -20 -20h-360q-20 0 -20 20v60q0 20 20 20h130v132q-132 12 -201 84t-69 164v138q0 20 20 20h30q20 0 20 -20v-138q0 -66 59 -123q58 -57 191 -57t191 57q59 57 59 123v138q0 20 20 20h30
q20 0 20 -20zM220 275q-35 26 -35 55v158h300v-158q0 -29 -35 -55q-34 -25 -115 -25t-115 25zM485 770v-212h-300v212q0 29 35 55q34 25 115 25t115 -25q35 -26 35 -55v0z" />
<glyph glyph-name="glyph95" unicode="&#x1f507;" horiz-adv-x="914"
d="M67 -90q-20 0 -36 15t-16 35q0 23 16 36l782 782q34 31 70 0q16 -16 16 -36t-16 -36l-782 -782q-19 -14 -34 -14zM717 442q74 -92 101 -172t-7 -116q-24 -24 -75 -57q-53 -34 -131 -71q-166 -79 -326 -22l278 276q41 -30 88 -54q42 -22 67 -25q23 -3 33 1q6 11 2 34
q-5 28 -26 68q-24 47 -54 88zM391 454l-270 -270q-40 130 28 283q67 150 132 215q35 32 105 11q72 -21 159 -85l-52 -50q-60 39 -105 53q-47 15 -57 5q-4 -6 -2 -28q1 -18 19 -58q16 -36 43 -76v0z" />
<glyph glyph-name="glyph96" unicode="&#x1f50a;" horiz-adv-x="940"
d="M340 583q106 -47 217 -157t157 -217q47 -107 5 -149q-29 -29 -92 -67q-65 -39 -156 -78q-93 -39 -194 -29q-103 11 -176 84t-84 176q-10 101 29 194q39 92 78 156q38 63 67 92q42 42 149 -5zM652 157q-10 37 -49 101t-96 118q-54 57 -118 96t-101 49q-39 10 -49 3
q-7 -10 3 -49q10 -37 49 -101q36 -59 94 -120q61 -58 120 -94q64 -39 101 -49q39 -10 49 -3q7 10 -3 49zM661 502q-18 0 -34 16t-16 35q0 22 16 35l94 96q36 32 72 0q31 -36 0 -72l-96 -94q-16 -16 -36 -16zM507 620q-29 0 -44 23.5t0 50.5l54 96q26 44 68 20
q17 -10 22.5 -28.5t-4.5 -39.5l-54 -96q-14 -26 -42 -26zM919 476q10 -22 3 -40.5t-23 -27.5l-96 -54q-18 -8 -24 -8q-23 0 -39.5 19t-8.5 45q6 20 24 30l96 54q21 10 39.5 4.5t28.5 -22.5v0z" />
<glyph glyph-name="glyph97" unicode="&#xe742;" horiz-adv-x="926"
d="M911 180q0 -33 -24 -56.5t-56 -23.5h-780q-9 0 -15 0.5t-13 2.5t-8 6t2 11q5 9 24 20l802 452q29 18 48.5 6.5t19.5 -44.5v-374v0z" />
<glyph glyph-name="glyph98" unicode="&#x1f554;" horiz-adv-x="950"
d="M800 675q135 -135 135 -325t-135 -325t-325 -135t-325 135t-135 325t135 325t325 135t325 -135zM730 96q105 106 105 254q0 150 -105 255t-255 105q-147 0 -254 -105q-106 -105 -106 -255q0 -148 106 -254t254 -106q150 0 255 106zM511 610v-244l150 -150l-50 -50
l-170 170v274h70v0z" />
<glyph glyph-name="glyph99" unicode="&#x23f3;" horiz-adv-x="590"
d="M527 526q-51 -56 -97 -99q-49 -46 -49 -77q0 -30 49 -76t97 -97t48 -97v-118q0 -34 -86 -73q-85 -39 -194 -39t-194 39q-86 39 -86 73v118q0 46 48 97t97 97t49 76q0 31 -49 77q-46 43 -97 99q-48 52 -48 96v118q0 32 87 71t193 39t193 -39t87 -71v-118q0 -44 -48 -96z
M75 720q-4 -7 4 -14q91 -52 216 -52q131 0 220 50q14 11 -16 30q-96 54 -202 54q-120 0 -204 -54zM321 350q0 38 22 66q20 26 51 56q17 16 29 28q92 92 92 122l2 50q-101 -54 -222 -54t-222 54l4 -50q0 -32 90 -122q3 -4 22.5 -22t22.5 -21l19 -19q2 -3 5.5 -7t11 -13.5
t11 -15t0.5 -5.5q-6 1 2 -12q17 -29 15 -33q-1 -2 -5 -2q0 -24 -7 -37q-18 -32 -19 -33l-12 -15l-31 -31l-35 -32q-90 -90 -90 -122v-66q4 2 66 23q58 19 92 43t34 58q0 30 26 30t26 -30q0 -34 33 -58q32 -23 94 -43q63 -20 67 -23v66q0 30 -92 122q-5 5 -28 27.5t-33 32.5
q-17 17 -30 42q-11 19 -11 46v0z" />
<glyph glyph-name="glyph100" unicode="&#x1f4a1;" horiz-adv-x="730"
d="M224 -6h282v-104q-70 -42 -142 -40q-70 -1 -140 40v104zM230 54q0 69 -34.5 136.5t-79.5 116.5q-45 47 -75.5 114t-24.5 137q7 119 94 206q86 86 254 86q169 0 255 -86q84 -84 95 -206q7 -108 -68 -209q-10 -13 -32.5 -42t-34 -45t-28 -42.5t-27.5 -51.5
q-24 -54 -24 -114h-270zM122 550q-3 -2 0 -20.5t2 -19.5q-1 -2 5 -19t6 -18t2.5 -7t6 -12t6.5 -12l4 -6q1 -2 13.5 -19t13.5 -19t15 -22t16 -22q88 -120 112 -212h82q24 94 112 212q1 1 13 18l24 34t13 19q29 46 33 62q9 37 7 63q-16 196 -244 196q-226 0 -242 -196v0z" />
<glyph glyph-name="glyph101" unicode="&#x1f505;" horiz-adv-x="730"
d="M365 510q67 0 113.5 -47t46.5 -113q0 -68 -46.5 -114t-113.5 -46q-66 0 -113 46.5t-47 113.5q0 65 47.5 112.5t112.5 47.5zM365 246q43 0 72.5 30t29.5 74q0 43 -29.5 72.5t-72.5 29.5q-42 0 -72 -30t-30 -72q0 -43 29.5 -73.5t72.5 -30.5zM65 390q19 0 34.5 -11.5
t15.5 -28.5q0 -40 -50 -40t-50 40q0 17 15.5 28.5t34.5 11.5zM603 530q-13 -13 -31 -16t-31 10q-12 15 -9.5 33t15.5 31q36 34 64 6t-8 -64zM665 390q19 0 34.5 -11.5t15.5 -28.5q0 -40 -50 -40q-48 0 -48 40q0 17 14.5 28.5t33.5 11.5zM365 100q17 0 28.5 -15.5t11.5 -34.5
t-11.5 -34.5t-28.5 -15.5t-28.5 15.5t-11.5 34.5t11.5 34.5t28.5 15.5zM191 170q28 -28 -8 -64q-12 -12 -30 -15.5t-32 7.5q-30 28 6 64t64 8zM181 584q12 -12 15.5 -30t-7.5 -32q-30 -28 -64 6q-36 36 -8 64t64 -8zM543 172q28 28 64 -8q13 -13 16 -31t-10 -31
q-30 -28 -64 6q-34 36 -6 64zM365 600q-17 0 -28.5 15.5t-11.5 34.5t11.5 34.5t28.5 15.5t28.5 -15.5t11.5 -34.5t-11.5 -34.5t-28.5 -15.5v0z" />
<glyph glyph-name="glyph102" unicode="&#x1f506;"
d="M965 390q19 0 34.5 -11.5t15.5 -28.5q0 -40 -50 -40h-48q-50 0 -50 40q0 17 15.5 28.5t34.5 11.5h48zM710 544q81 -80 81 -194q0 -116 -81 -196q-82 -80 -195 -80q-114 0 -194 80t-80 196q0 114 80 194t194 80q113 0 195 -80zM656 208q59 59 59 142q0 82 -59 141t-141 59
t-141 -59t-59 -141q0 -83 59 -142q58 -58 141 -58t141 58zM115 390q19 0 34.5 -11.5t15.5 -28.5q0 -40 -50 -40h-50q-50 0 -50 40q0 17 15.5 28.5t34.5 11.5h50zM515 700q-17 0 -28.5 15.5t-11.5 34.5v50q0 19 11.5 34.5t28.5 15.5t28.5 -15.5t11.5 -34.5v-50
q0 -19 -11.5 -34.5t-28.5 -15.5zM515 0q17 0 28.5 -15.5t11.5 -34.5v-50q0 -19 -11.5 -34.5t-28.5 -15.5t-28.5 15.5t-11.5 34.5v50q0 19 11.5 34.5t28.5 15.5zM849 626q-34 -34 -64 -8q-28 28 8 64q6 8 34 36q36 34 64 6t-8 -64zM183 72q12 14 30 17.5t32 -9.5
q12 -15 9.5 -33t-15.5 -31l-36 -36q-13 -13 -31 -16t-31 10q-30 28 6 64q8 6 36 34zM239 682q36 -36 6 -64q-14 -11 -32 -7.5t-30 15.5q-28 28 -36 34q-13 13 -15.5 31t9.5 33q13 13 31 10t31 -16zM793 16q-36 36 -8 64t64 -8l34 -34q36 -36 8 -64t-64 6q-28 28 -34 36v0z
" />
<glyph glyph-name="glyph103" unicode="&#x25d1;"
d="M965 390q19 0 34.5 -11.5t15.5 -28.5q0 -40 -50 -40h-48q-50 0 -50 40q0 17 15.5 28.5t34.5 11.5h48zM710 544q81 -80 81 -194q0 -116 -81 -196q-82 -80 -195 -80q-114 0 -194 80t-80 196q0 114 80 194t194 80q113 0 195 -80zM521 550q-85 0 -146 -59q-60 -59 -60 -141
q0 -84 60.5 -142t145.5 -58v400zM115 390q19 0 34.5 -11.5t15.5 -28.5q0 -40 -50 -40h-50q-50 0 -50 40q0 17 15.5 28.5t34.5 11.5h50zM515 700q-17 0 -28.5 15.5t-11.5 34.5v50q0 19 11.5 34.5t28.5 15.5t28.5 -15.5t11.5 -34.5v-50q0 -19 -11.5 -34.5t-28.5 -15.5zM515 0
q17 0 28.5 -15.5t11.5 -34.5v-50q0 -19 -11.5 -34.5t-28.5 -15.5t-28.5 15.5t-11.5 34.5v50q0 19 11.5 34.5t28.5 15.5zM849 626q-34 -34 -64 -8q-28 28 8 64q6 8 34 36q36 34 64 6t-8 -64zM183 72q12 14 30 17.5t32 -9.5q12 -15 9.5 -33t-15.5 -31l-36 -36q-13 -13 -31 -16
t-31 10q-30 28 6 64q8 6 36 34zM239 682q36 -36 6 -64q-14 -11 -32 -7.5t-30 15.5q-28 28 -36 34q-13 13 -15.5 31t9.5 33q13 13 31 10t31 -16zM793 16q-36 36 -8 64t64 -8l34 -34q36 -36 8 -64t-64 6q-28 28 -34 36v0z" />
<glyph glyph-name="glyph104" unicode="&#x1f6ab;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM753 610zM213 120l514 514q-100 82 -232 82q-151 0 -258 -107q-106 -106 -106 -259q0 -133 82 -230zM237 92zM495 -14
q152 0 259 107t107 257q0 131 -82 232l-514 -514q97 -82 230 -82v0z" />
<glyph glyph-name="glyph105" unicode="&#xe744;" horiz-adv-x="822"
d="M491 746h316v-316l-100 124l-146 -152l-100 100l152 146zM261 302l100 -100l-152 -146l122 -100h-316v316l100 -122l146 152v0z" />
<glyph glyph-name="glyph106" unicode="&#xe746;" horiz-adv-x="930"
d="M171 146l-106 100h296v-296l-100 106l-146 -156l-100 100zM915 700l-154 -144l104 -100h-294v294l100 -104l144 154l100 -100v0z" />
<glyph glyph-name="glyph107" unicode="&#xe74c;" horiz-adv-x="830"
d="M715 750q42 0 71 -29t29 -71v-400q0 -41 -29.5 -70.5t-70.5 -29.5h-400q-40 0 -70 30t-30 70v402q0 40 29.5 69t70.5 29h400zM715 650h-400v-400h400v400zM115 350v-300h300v-100h-300q-40 0 -70 30t-30 70v300h100v0z" />
<glyph glyph-name="glyph108" unicode="&#xe74d;"
d="M915 800q41 0 70.5 -29.5t29.5 -70.5v-600q0 -42 -29 -71t-71 -29h-198v98h200v462h-802v-462h200v-98h-200q-41 0 -70.5 29.5t-29.5 70.5v600q0 40 30 70t70 30h800zM107 670q0 -16 11 -27t27 -11q38 0 38 38q0 16 -11 26t-27 10q-15 0 -26.5 -10.5t-11.5 -25.5z
M207 670q0 -16 11 -27t27 -11q38 0 38 38q0 16 -11 26t-27 10q-15 0 -26.5 -10.5t-11.5 -25.5zM917 700h-602v-62h602v62zM513 440l242 -240h-150v-300h-184v300h-150l242 240v0z" />
<glyph glyph-name="glyph109" unicode="&#xe74e;"
d="M915 750q41 0 70.5 -29.5t29.5 -70.5v-600q0 -42 -29 -71t-71 -29h-800q-41 0 -70.5 29.5t-29.5 70.5v600q0 40 30 70t70 30h800zM245 656q-15 0 -26.5 -10.5t-11.5 -25.5q0 -16 11 -27t27 -11q38 0 38 38q0 16 -11 26t-27 10zM107 620q0 -16 11 -27t27 -11q38 0 38 38
q0 16 -11 26t-27 10q-15 0 -26.5 -10.5t-11.5 -25.5zM917 510h-802v-460h802v460zM917 590v60h-602v-60h602v0z" />
<glyph glyph-name="glyph110" unicode="&#xe74f;" horiz-adv-x="490"
d="M245 850l230 -364h-460zM245 -150l-230 366h460l-230 -366v0z" />
<glyph glyph-name="glyph111" unicode="&#xe758;" horiz-adv-x="950"
d="M800 675q135 -135 135 -325t-135 -325t-325 -135t-325 135t-135 325t135 325t325 135t325 -135zM729 96q106 106 106 254q0 150 -106 255q-107 105 -254 105t-254 -105q-106 -105 -106 -255q0 -148 106 -254t254 -106t254 106zM565 544v-206h112l-202 -190l-202 190h112
v206h180v0z" />
<glyph glyph-name="glyph112" unicode="&#xe759;" horiz-adv-x="950"
d="M800 25q-135 -135 -325 -135t-325 135t-135 325q0 192 135 326q136 134 325 134t325 -134q135 -134 135 -326q0 -190 -135 -325zM221 96q106 -106 254 -106t254 106t106 254q0 150 -106 255q-107 105 -254 105t-254 -105q-106 -105 -106 -255q0 -148 106 -254zM667 260
h-204v-112l-190 202l190 204v-114h204v-180v0z" />
<glyph glyph-name="glyph113" unicode="&#xe75a;" horiz-adv-x="950"
d="M150 675q135 135 325 135t325 -135t135 -325t-135 -325t-325 -135t-325 135t-135 325t135 325zM730 605q-105 105 -255 105q-147 0 -254 -105q-106 -105 -106 -255q0 -148 106 -254t254 -106q150 0 255 106t105 254q0 150 -105 255zM283 440h204v114l190 -204l-190 -202
v112h-204v180v0z" />
<glyph glyph-name="glyph114" unicode="&#xe75b;" horiz-adv-x="950"
d="M150 25q-135 135 -135 325q0 192 135 326q136 134 325 134t325 -134q135 -134 135 -326q0 -190 -135 -325t-325 -135t-325 135zM221 605q-106 -105 -106 -255q0 -148 106 -254t254 -106q150 0 255 106t105 254q0 150 -105 255t-255 105q-147 0 -254 -105zM385 158v204
h-112l202 192l202 -192h-112v-204h-180v0z" />
<glyph glyph-name="glyph115" unicode="&#xe75c;" horiz-adv-x="610"
d="M579 422l-234 -224q-18 -18 -40 -18t-40 18l-234 224q-16 16 -16 41t16 41q37 38 78 0l196 -188l196 188q41 38 78 0q16 -16 16 -41t-16 -41v0z" />
<glyph glyph-name="glyph116" unicode="&#xe75d;" horiz-adv-x="371"
d="M257 626q13 16 39 16q25 0 41 -16q38 -36 0 -80l-186 -196l186 -194q38 -44 0 -80q-16 -16 -40 -16t-40 16l-226 236q-16 16 -16 38q0 24 16 40q225 235 226 236v0z" />
<glyph glyph-name="glyph117" unicode="&#xe75e;" horiz-adv-x="370"
d="M113 626l226 -236q16 -16 16 -40q0 -22 -16 -38l-226 -236q-16 -16 -40 -16t-40 16q-36 36 0 80l186 194l-186 196q-36 44 0 80q16 16 41 16q26 0 39 -16v0z" />
<glyph glyph-name="glyph118" unicode="&#xe75f;" horiz-adv-x="610"
d="M579 280q16 -16 16 -41t-16 -41q-37 -38 -78 0l-196 188l-196 -188q-41 -38 -78 0q-16 16 -16 41t16 41l234 224q16 16 40 16t40 -16l234 -224v0z" />
<glyph glyph-name="glyph119" unicode="&#xe760;" horiz-adv-x="496"
d="M420 470q22 26 48 0q26 -22 0 -48l-196 -192q-22 -22 -48 0l-196 192q-26 26 0 48q24 24 50 0l170 -156l172 156v0z" />
<glyph glyph-name="glyph120" unicode="&#xe761;" horiz-adv-x="295"
d="M267 180q25 -26 0 -48q-25 -26 -48 0l-192 194q-24 24 0 50l192 194q23 26 48 0q25 -22 0 -48l-156 -172l156 -170v0z" />
<glyph glyph-name="glyph121" unicode="&#xe762;" horiz-adv-x="295"
d="M28 180l158 170l-158 172q-26 26 0 48q26 26 48 0l192 -194q24 -26 0 -50l-192 -194q-22 -26 -48 0q-26 22 0 48v0z" />
<glyph glyph-name="glyph122" unicode="&#xe763;" horiz-adv-x="494"
d="M77 230q-26 -23 -50 0q-24 24 0 50l196 190q25 26 48 0l196 -190q24 -26 0 -50q-24 -23 -50 0l-170 158l-170 -158v0z" />
<glyph glyph-name="glyph123" unicode="&#xe764;" horiz-adv-x="896"
d="M78 570l370 -356l372 356q22 26 48 0q26 -22 0 -48l-396 -392q-22 -22 -48 0l-396 392q-26 26 0 48q24 24 50 0v0z" />
<glyph glyph-name="glyph124" unicode="&#xe765;" horiz-adv-x="495"
d="M467 -20q25 -26 0 -48q-25 -26 -48 0l-392 394q-24 24 0 50l392 394q23 26 48 0q25 -22 0 -48l-358 -372l358 -370v0z" />
<glyph glyph-name="glyph125" unicode="&#xe766;" horiz-adv-x="495"
d="M28 -20l358 370l-358 372q-26 26 0 48q26 26 48 0l392 -394q24 -26 0 -50l-392 -394q-22 -26 -48 0q-26 22 0 48v0z" />
<glyph glyph-name="glyph126" unicode="&#xe767;" horiz-adv-x="894"
d="M819 130l-372 358l-370 -358q-26 -23 -50 0q-24 24 0 50l396 390q25 26 48 0l396 -390q24 -26 0 -50q-25 -22 -48 0v0z" />
<glyph glyph-name="glyph127" unicode="&#x2b07;" horiz-adv-x="690"
d="M675 366l-330 -380l-330 380h192v350h276v-350h192v0z" />
<glyph glyph-name="glyph128" unicode="&#x2b05;" horiz-adv-x="760"
d="M393 20l-378 330l378 330v-190h352v-278h-352v-192v0z" />
<glyph glyph-name="glyph129" unicode="&#x27a1;" horiz-adv-x="760"
d="M365 680l380 -330l-380 -330v192h-350v278h350v190v0z" />
<glyph glyph-name="glyph130" unicode="&#x2b06;" horiz-adv-x="690"
d="M675 336h-192v-350h-276v350h-192l330 380l330 -380v0z" />
<glyph glyph-name="glyph131" unicode="&#x25be;" horiz-adv-x="490"
d="M475 550l-230 -400l-230 400h460v0z" />
<glyph glyph-name="glyph132" unicode="&#x25c2;" horiz-adv-x="430"
d="M415 580v-460l-400 230l400 230v0z" />
<glyph glyph-name="glyph133" unicode="&#x25b8;" horiz-adv-x="430"
d="M15 580l400 -230l-400 -230v460v0z" />
<glyph glyph-name="glyph134" unicode="&#x25b4;" horiz-adv-x="490"
d="M15 150l230 400l230 -400h-460v0z" />
<glyph glyph-name="glyph135" unicode="&#xe4b0;" horiz-adv-x="790"
d="M775 366l-380 -380l-380 380h192v350h376v-350h192v0z" />
<glyph glyph-name="glyph136" unicode="&#xe4ad;" horiz-adv-x="760"
d="M393 730v-190h352v-378h-352v-192l-378 380l378 380v0z" />
<glyph glyph-name="glyph137" unicode="&#xe4ae;" horiz-adv-x="760"
d="M365 730l380 -380l-380 -380v192h-350v378h350v190v0z" />
<glyph glyph-name="glyph138" unicode="&#xe4af;" horiz-adv-x="790"
d="M775 336h-192v-350h-376v350h-192l380 380l380 -380v0z" />
<glyph glyph-name="glyph139" unicode="&#x2193;" horiz-adv-x="530"
d="M515 100l-250 -240l-250 240h162v740h176v-740h162v0z" />
<glyph glyph-name="glyph140" unicode="&#x2190;" horiz-adv-x="1010"
d="M255 100l-240 250l240 250v-160h740v-178h-740v-162v0z" />
<glyph glyph-name="glyph141" unicode="&#x2192;" horiz-adv-x="1010"
d="M757 100v162h-742v178h742v160l238 -250l-238 -250v0z" />
<glyph glyph-name="glyph142" unicode="&#x2191;" horiz-adv-x="530"
d="M515 602h-162v-742h-176v742h-162l250 238l250 -238v0z" />
<glyph glyph-name="glyph143" unicode="&#x27f2;" horiz-adv-x="970"
d="M547 736q171 0 289 -120q119 -121 119 -290t-119 -290q-118 -120 -289 -120q-143 0 -252 88l70 74q84 -60 182 -60q126 0 216 90t90 218t-90 218t-216 90q-124 0 -214 -87q-91 -87 -92 -211h142l-184 -204l-184 204h124q1 166 122 283q120 117 286 117v0z" />
<glyph glyph-name="glyph144" unicode="&#x27f3;" horiz-adv-x="970"
d="M423 760q168 0 287 -116q118 -116 123 -282h122l-184 -206l-184 206h144q-5 125 -94 210q-91 86 -214 86q-126 0 -216 -90t-90 -218q0 -126 90 -216t216 -90q104 0 182 60l70 -76q-109 -88 -252 -88q-168 0 -288 120t-120 290t120 290t288 120v0z" />
<glyph glyph-name="glyph145" unicode="&#x1f504;" horiz-adv-x="850"
d="M317 256v-292l-276 16l88 86q-116 122 -114 290q1 168 120 288q99 99 240 116l4 -102q-101 -16 -172 -88q-89 -88 -90 -213q-2 -125 84 -217zM533 738l276 -16l-88 -86q116 -122 114 -290q-1 -168 -120 -288q-97 -99 -240 -118l-2 104q99 17 170 88q89 88 90 213
q2 125 -84 217l-114 -116l-2 292v0z" />
<glyph glyph-name="glyph146" unicode="&#x21b3;" horiz-adv-x="774"
d="M115 200q-41 0 -70.5 29.5t-29.5 70.5v350h140v-310h364v150l240 -220l-240 -220v150h-404v0z" />
<glyph glyph-name="glyph147" unicode="&#x21b0;" horiz-adv-x="880"
d="M215 350v-90l-200 160l200 170v-100h550q41 0 70.5 -29.5t29.5 -70.5v-280h-140v240h-510v0z" />
<glyph glyph-name="glyph148" unicode="&#x1f500;"
d="M769 516q-51 0 -102.5 -30.5t-82.5 -67.5q-16 -19 -79 -99t-79 -99q-29 -34 -78 -77q-99 -87 -229 -87h-104v140h104q51 0 103.5 31t83.5 67q18 21 90.5 113.5t93.5 116.5q40 45 116 88q77 44 163 44h36v120l210 -180l-210 -180v100h-36zM119 506h-104v140h104
q140 0 254 -108q-4 -5 -31.5 -38.5t-32.5 -39.5q-9 -14 -24 -32q-73 78 -166 78zM805 186v100l210 -180l-210 -180v120h-36q-139 0 -260 116q57 72 72 92q0 2 7 11l7 9q84 -88 174 -88h36v0z" />
<glyph glyph-name="glyph149" unicode="&#x1f501;" horiz-adv-x="930"
d="M815 540q42 0 71 -29t29 -71v-290q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-40 0 -70 30t-30 70v290q0 41 29.5 70.5t70.5 29.5h250v110l200 -180l-200 -180v110h-210v-210h620v210h-150v140h190v0z" />
<glyph glyph-name="glyph150" unicode="&#x21c6;"
d="M715 452h-500v-90l-200 160l200 170v-100h500v-140zM1015 172l-200 -160v90h-500v140h500v100l200 -170v0z" />
<glyph glyph-name="glyph151" unicode="&#x25b6;" horiz-adv-x="530"
d="M501 376q14 -11 14 -26q0 -13 -14 -24l-428 -266q-25 -16 -41.5 -5.5t-16.5 39.5v514q0 29 16.5 39.5t41.5 -5.5l428 -266v0z" />
<glyph glyph-name="glyph152" unicode="&#x25a0;" horiz-adv-x="630"
d="M541 650q74 0 74 -64v-470q0 -66 -74 -66h-450q-76 0 -76 66v470q0 36 18 50t58 14h450v0z" />
<glyph glyph-name="glyph153" unicode="&#x2389;" horiz-adv-x="560"
d="M545 636v-570q0 -66 -90 -66t-90 66v570q0 64 90 64t90 -64zM105 700q90 0 90 -64v-570q0 -66 -90 -66t-90 66v570q0 64 90 64v0z" />
<glyph glyph-name="glyph154" unicode="&#x26ab;" horiz-adv-x="730"
d="M365 700q146 0 248 -102t102 -248q0 -144 -102 -247t-248 -103t-248 103t-102 247q0 146 102 248t248 102v0z" />
<glyph glyph-name="glyph155" unicode="&#x23ed;" horiz-adv-x="630"
d="M427 374q14 -11 14 -24q0 -11 -14 -22l-362 -228q-23 -14 -36.5 -4.5t-13.5 34.5v442q0 25 13.5 34.5t36.5 -4.5zM541 642q74 0 74 -58v-466q0 -58 -74 -58q-76 0 -76 58v466q0 58 76 58v0z" />
<glyph glyph-name="glyph156" unicode="&#x23ee;" horiz-adv-x="630"
d="M203 374l364 228q22 14 35 4.5t13 -34.5v-442q0 -25 -13 -34.5t-35 4.5l-364 228q-14 11 -14 22q0 13 14 24zM15 584q0 58 76 58q74 0 74 -58v-466q0 -58 -74 -58q-76 0 -76 58v466v0z" />
<glyph glyph-name="glyph157" unicode="&#x23e9;" horiz-adv-x="910"
d="M881 374q14 -11 14 -24q0 -14 -14 -22l-372 -248q-23 -14 -37.5 -5.5t-14.5 35.5v482q0 27 14.5 35.5t37.5 -5.5zM427 374q14 -11 14 -24q0 -14 -14 -22l-360 -248q-22 -15 -37 -5.5t-15 35.5v482q0 26 15 35.5t37 -5.5l360 -248v0z" />
<glyph glyph-name="glyph158" unicode="&#x23ea;" horiz-adv-x="910"
d="M29 374l374 248q22 15 37 5.5t15 -35.5v-482q0 -26 -15 -35.5t-37 5.5l-374 248q-14 8 -14 22q0 13 14 24zM469 350q0 13 14 24l360 248q22 15 37 5.5t15 -35.5v-482q0 -26 -15 -35.5t-37 5.5l-360 248q-14 8 -14 22v0z" />
<glyph glyph-name="glyph159" unicode="&#xe768;"
d="M915 600q41 0 70.5 -29.5t29.5 -70.5v-300q0 -42 -29 -71t-71 -29h-800q-41 0 -70.5 29.5t-29.5 70.5v300q0 40 30 70t70 30h800zM915 200v300h-800v-300h800v0z" />
<glyph glyph-name="glyph160" unicode="&#xe769;"
d="M915 600q41 0 70.5 -29.5t29.5 -70.5v-300q0 -42 -29 -71t-71 -29h-800q-41 0 -70.5 29.5t-29.5 70.5v300q0 40 30 70t70 30h800zM915 500h-800v-300h800v300zM165 250v198h200v-198h-200v0z" />
<glyph glyph-name="glyph161" unicode="&#xe76a;"
d="M915 600q41 0 70.5 -29.5t29.5 -70.5v-300q0 -42 -29 -71t-71 -29h-800q-41 0 -70.5 29.5t-29.5 70.5v300q0 40 30 70t70 30h800zM915 500h-800v-300h800v300zM165 448h200v-198h-200v198zM415 250v198h200v-198h-200v0z" />
<glyph glyph-name="glyph162" unicode="&#xe76b;"
d="M915 600q41 0 70.5 -29.5t29.5 -70.5v-300q0 -42 -29 -71t-71 -29h-800q-41 0 -70.5 29.5t-29.5 70.5v300q0 40 30 70t70 30h800zM915 500h-800v-300h800v300zM165 448h200v-198h-200v198zM415 448h200v-198h-200v198zM665 448h200v-198h-200v198v0z" />
<glyph glyph-name="glyph163" unicode="&#x1f3af;" horiz-adv-x="890"
d="M749 654q126 -126 126 -304t-126 -304t-304 -126t-304 126t-126 304t126 304t304 126t304 -126zM481 2q123 13 212 102q88 88 100 212h-192v70h192q-12 124 -100 212q-89 89 -212 102v-194h-70v194q-125 -14 -213 -102q-89 -89 -101 -212h194v-70h-194q12 -123 101 -212
q88 -88 213 -102v194h70v-194v0z" />
<glyph glyph-name="glyph164" unicode="&#x1f3a8;" horiz-adv-x="1010"
d="M973 512q29 -62 20 -104q-8 -39 -28.5 -46.5t-60.5 8.5q-95 35 -160 -36q-30 -46 -21 -75q10 -31 34 -65q25 -35 23 -50q-2 -26 -36 -63q-33 -36 -126 -74q-90 -37 -216 -37q-185 0 -291 101t-95 245q7 117 104 235q95 116 216 151q289 84 536 -80q72 -48 101 -110z
M554 156q31 0 52.5 22.5t21.5 53.5t-21.5 52.5t-52.5 21.5q-32 0 -54 -21.5t-22 -52.5q0 -32 22 -54t54 -22v0z" />
<glyph glyph-name="glyph165" unicode="&#xe005;" horiz-adv-x="730"
d="M115 200q19 0 34.5 -15t15.5 -35t-15.5 -35t-34.5 -15h-50q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h50zM115 400q19 0 34.5 -15t15.5 -35t-15.5 -35t-34.5 -15h-50q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h50zM115 600q19 0 34.5 -15t15.5 -35t-15.5 -35t-34.5 -15
h-50q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h50zM315 500q-19 0 -34.5 15t-15.5 35t15.5 35t34.5 15h350q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-350zM665 400q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-350q-19 0 -34.5 15t-15.5 35t15.5 35t34.5 15h350z
M665 200q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-350q-19 0 -34.5 15t-15.5 35t15.5 35t34.5 15h350v0z" />
<glyph glyph-name="glyph166" unicode="&#xe003;"
d="M365 400q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-300q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h300zM365 200q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-300q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h300zM1015 350q0 -50 -30 -50h-170v-170q0 -30 -50 -30
t-50 30v170h-164q-30 0 -30 50t30 50h164v170q0 30 50 30t50 -30v-170h170q30 0 30 -50zM365 600q21 0 35.5 -15t14.5 -35t-15.5 -35t-34.5 -15h-300q-19 0 -34.5 15t-15.5 35t14.5 35t35.5 15h300v0z" />
<glyph glyph-name="glyph167" unicode="&#x1f4f6;" horiz-adv-x="1010"
d="M505 150q41 0 70.5 -29.5t29.5 -70.5q0 -42 -29 -71t-71 -29q-40 0 -69 29.5t-29 70.5q0 40 29 70t69 30zM295 262q88 88 210 88t210 -88l-70 -72q-58 58 -140 58t-140 -58zM155 402q145 148 351 148q205 0 349 -148l-70 -70q-115 118 -279 118q-163 0 -281 -118zM15 544
q204 206 491 206q286 0 489 -206l-70 -70q-174 176 -420 176t-420 -176l-70 70v0z" />
<glyph glyph-name="glyph168" unicode="&#x1f3c6;" horiz-adv-x="930"
d="M879 718q14 0 25 -10t11 -24q0 -155 -84 -245q-46 -49 -74 -72t-88 -61q-78 -52 -111 -87t-33 -85v-66q68 -7 116 -32q46 -24 46 -56q0 -36 -65 -63q-64 -27 -157 -27q-90 0 -156 27t-66 63q0 32 46 56q48 25 118 32v66q0 50 -33 84q-31 32 -113 88q-60 38 -88 61t-74 72
q-84 90 -84 245q0 14 11 24t25 10h172q48 92 242 92q196 0 244 -92h170zM789 500q47 59 54 148h-126q-6 -159 -54 -262q79 56 126 114zM465 750q-52 0 -100.5 -13t-71.5 -34q-18 -17 -18 -29q0 -14 18 -31q23 -21 71.5 -34t100.5 -13t100.5 13t71.5 34q18 17 18 31
q0 12 -18 29q-23 21 -71.5 34t-100.5 13zM87 648q7 -89 54 -148q47 -58 126 -114q-48 103 -54 262h-126v0z" />
<glyph glyph-name="glyph169" unicode="&#x1f50b;"
d="M821 193q36 -59 78 -59h66q-29 -45 -64 -65q-34 -19 -118 -19h-500q-130 0 -199 94t-69 206q0 110 69 205t199 95h500q84 0 118 -19q35 -20 64 -65h-66q-42 0 -78 -60t-36 -156q0 -98 36 -157zM641 286q-140 137 -178 164q-33 20 -44 8q-9 -9 -18 -30l-22 -56l-148 66
q-26 12 -34 0q-8 -15 8 -28q137 -132 180 -162q34 -16 42 -11q7 4 18 31l24 58l146 -68q26 -12 34 2q11 12 -8 26zM959 452q26 0 41 -30.5t15 -67.5q0 -38 -15 -69t-41 -31h-38q-26 0 -40 31t-14 69t14 68t40 30h38v0z" />
<glyph glyph-name="glyph170" unicode="&#xe771;" horiz-adv-x="970"
d="M836 640q119 -121 119 -290t-119 -290q-118 -120 -289 -120q-139 0 -252 88l70 76q83 -60 182 -60q126 0 216 90t90 216q0 128 -90 218t-216 90q-124 0 -213 -86q-88 -86 -93 -210h142l-184 -206l-184 206h124q5 166 123 282q119 116 285 116q171 0 289 -120zM511 570h70
v-204l130 -130l-50 -50l-150 150v234v0z" />
<glyph glyph-name="glyph171" unicode="&#x1f4bb;"
d="M915 790q41 0 70.5 -29.5t29.5 -70.5v-550q0 -42 -29.5 -77t-68.5 -43l-218 -44l86 -38q49 -28 -20 -28h-500q-97 0 32 52l36 14l-220 44q-39 8 -68.5 43t-29.5 77v550q0 40 30 70t70 30h800zM915 144v556h-800v-556h800v0z" />
<glyph glyph-name="glyph172" unicode="&#x1f4f1;" horiz-adv-x="610"
d="M495 840q42 0 71 -29t29 -71v-780q0 -41 -29.5 -70.5t-70.5 -29.5h-380q-40 0 -70 30t-30 70v780q0 41 29.5 70.5t70.5 29.5h380zM305 -100q27 0 48.5 14t21.5 36q0 23 -21 36.5t-49 13.5q-26 0 -48 -14.5t-22 -35.5t22 -35.5t48 -14.5zM515 50v660h-420v-660h420v0z" />
<glyph glyph-name="glyph173" unicode="&#xe776;" horiz-adv-x="950"
d="M197 494q-51 56 -92 128q55 75 128 118q89 -37 152 -82q-6 -16 -6 -32q0 -7 4 -22q-62 -48 -116 -104q-15 4 -28 4q-23 0 -42 -10zM161 346q-61 -116 -80 -232q-66 106 -66 236q0 109 50 206q39 -64 84 -112q-8 -26 -8 -38q0 -34 20 -60zM427 710q-56 40 -114 70
q84 30 162 30q120 0 230 -62q-74 -13 -162 -50q-26 26 -66 26q-27 0 -50 -14zM333 376q4 17 4 30q0 22 -14 52q36 42 98 90q26 -20 56 -20q12 0 38 8q93 -106 134 -240q-14 -11 -26 -32q-160 24 -290 112zM753 76q0 6 -1 28t-1 28q37 14 54 60q59 4 108 18
q-47 -147 -166 -232q6 48 6 98zM297 -74q-90 36 -158 110q12 142 80 274q8 -2 20 -2q29 0 52 14q145 -99 310 -124q-189 -95 -304 -272zM935 350q0 -27 -4 -66q-65 -18 -130 -24q-24 56 -88 60q-48 146 -148 264q10 19 10 42v10q101 42 210 54q150 -136 150 -340zM649 146
q13 -10 32 -18q2 -24 2 -52q0 -77 -14 -144q-85 -42 -194 -42q-58 0 -112 12q109 159 286 244v0z" />
<glyph glyph-name="glyph174" unicode="&#x1f4bf;" horiz-adv-x="950"
d="M800 675q135 -135 135 -325t-135 -325t-325 -135t-325 135t-135 325t135 325t325 135t325 -135zM475 200q61 0 105.5 44t44.5 106q0 64 -43 107t-107 43q-61 0 -105.5 -44t-44.5 -106t44.5 -106t105.5 -44v0z" />
<glyph glyph-name="glyph175" unicode="&#xe777;" horiz-adv-x="1029"
d="M1012 326l-28 -154q-4 -19 -21.5 -32.5t-40.5 -13.5h-816q-23 0 -40.5 13.5t-21.5 32.5l-28 154q-8 32 32 72q5 7 36 38q13 13 61 60t59 58q22 22 52 22h516q30 0 52 -22q30 -30 120 -117q32 -30 38 -39q40 -42 30 -72zM716 366h178l-102 114h-556l-102 -114h178
q7 0 12 -8l40 -100h300l40 100q5 8 12 8v0z" />
<glyph glyph-name="glyph176" unicode="&#xe778;" horiz-adv-x="931"
d="M899 306q24 -53 14 -96l-34 -184q-2 -20 -19.5 -35t-38.5 -15h-712q-21 0 -38.5 15t-19.5 35l-34 184q-8 51 14 96l158 374q22 46 72 46h104l-20 -204h-134l254 -210l256 210h-136l-18 204h102q50 0 74 -46zM831 174q2 22 -10.5 38t-33.5 16h-644q-21 0 -33.5 -16
t-10.5 -38l14 -74q2 -20 18.5 -36t37.5 -16h592q22 0 39 15.5t19 36.5l12 74v0z" />
<glyph glyph-name="glyph177" unicode="&#x1f30e;" horiz-adv-x="990"
d="M835 689q140 -142 140 -339q0 -200 -140 -340t-340 -140q-197 0 -339 140q-141 140 -141 340q0 198 141 339t339 141q201 0 340 -141zM827 589q-79 107 -202 149q-18 -24 -16 -32q5 -38 18 -51t30 -7l32 12q7 1 20 2q23 -24 0 -47q-21 -21 -45 -56q-23 -34 -1 -77
q34 -64 96 -64q28 -1 43 -36q16 -36 17 -66q10 -79 -14 -140q-23 -44 14 -76q86 113 86 250q0 132 -78 239zM373 50q10 0 11.5 23t-2 57t-3.5 36q0 30 14 74q12 41 59 70q48 29 55 46q25 52 -8 104q-18 28 -75 45q-42 13 -59 13q-13 5 -38.5 7t-39.5 -3q-10 -4 -27 11
t-17 29q0 10 15 27q6 7 31 32.5t32 34.5q10 18 39 37q9 6 23 17.5t29 20.5q22 14 27 23q-114 -15 -200.5 -86t-125.5 -172q4 0 14 -1t21 -2.5t15 -1.5q58 -5 62 -25q4 -11 -14 -45q-18 -33 -18 -61q0 -30 38 -56t38 -46q0 -25 8 -68t8 -44q0 -12 36 -54t52 -42zM367 -40
q68 -20 128 -20q128 0 226 68q-26 45 -118 34q-23 -1 -65 -17q-44 -16 -47 -17q-71 -16 -76 -16q-7 -1 -16 -7t-19.5 -15t-12.5 -10v0z" />
<glyph glyph-name="glyph178" unicode="&#x2601;"
d="M775 494q99 0 170 -68q70 -67 70 -166t-70 -166q-71 -68 -170 -68h-578q-73 0 -127.5 52t-54.5 124q0 74 53.5 126t128.5 52q1 0 10 -1t10 -1q-2 16 -2 38q0 108 78 184q77 76 188 76q92 0 161.5 -53.5t92.5 -132.5q25 4 40 4v0z" />
<glyph glyph-name="glyph179" unicode="&#x26c8;"
d="M481 676q92 0 161.5 -53.5t92.5 -132.5q25 4 40 4q99 0 170 -68q70 -67 70 -166t-70 -166q-71 -68 -170 -68h-578q-73 0 -127.5 52t-54.5 124q0 74 53.5 126t128.5 52q1 0 10 -1t10 -1q-2 16 -2 38q0 108 78 184q77 76 188 76zM583 278q14 17 14 30q0 20 -30 32h-4
q-28 15 -38 16l50 116q6 0 6 20q0 19 -15 21t-27 -11q-10 -10 -26 -27t-36 -39t-29 -32q-35 -38 -45 -52q-12 -18 -12 -30q0 -22 30 -30q6 -3 42 -18l-52 -114q-4 -12 -4 -22t8 -18q17 -10 34 10q98 98 134 148v0z" />
<glyph glyph-name="glyph180" unicode="&#x26a1;" horiz-adv-x="430"
d="M55 -100q-4 4 35 94q73 168 79 182q40 90 38 98q-1 6 -94 45q-92 39 -98 55q-5 12 84 120q93 113 180 209q47 52 70.5 75.5t25.5 21.5q6 -4 -74 -186.5t-78 -185.5q1 -4 95 -43q92 -39 97 -57q5 -20 -174 -227t-186 -201v0z" />
<glyph glyph-name="glyph181" unicode="&#x263d;" horiz-adv-x="850"
d="M539 238q105 105 125 252q19 145 -53 270q53 -26 96 -72q128 -128 128 -309t-128 -309t-310 -128t-310 128q-41 41 -72 94q124 -70 271 -51q148 20 253 125v0z" />
<glyph glyph-name="glyph182" unicode="&#x2708;" horiz-adv-x="1033"
d="M283 -120l124 400h-180l-112 -100h-100l80 170l-80 170h100l112 -100h180l-124 400h100l224 -400h274q12 -1 36 -4q37 -5 46 -11q11 -7 36 -21q27 -14 16 -34q0 -32 -38 -49q-40 -18 -74 -19l-38 -2h-258l-224 -400h-100v0z" />
<glyph glyph-name="glyph183" unicode="&#xe79b;" horiz-adv-x="951"
d="M909 720q13 4 21.5 -3t4.5 -19q-3 -8 -73 -313.5t-73 -312.5q-2 -13 -13 -18.5t-25 0.5q-46 25 -139 75t-139 75l22 26q103 112 209.5 227t144.5 156t40 43q4 4 -1 9t-9 1l-550 -402q-58 22 -302 120q-12 4 -12 12t12 12q7 4 227 82t437 154t218 76zM327 -8v204l160 -82
q-122 -108 -142 -128q-18 -14 -18 6v0z" />
<glyph glyph-name="glyph184" unicode="&#x1f342;" horiz-adv-x="970"
d="M251 646q182 107 506 66q169 -23 196 -50q4 -5 -2 -10q-76 -40 -130 -109t-78 -132q-23 -61 -65 -132q-40 -69 -93 -105q-137 -96 -382 -4q-67 -78 -114 -176q-12 -24 -47 -7t-25 39q43 100 129 193q87 95 176 153q179 119 317 174l54 20q-65 0 -148.5 -15.5
t-144.5 -37.5q-70 -25 -162 -84q-89 -57 -161 -141q-23 242 174 358v0z" />
<glyph glyph-name="glyph185" unicode="&#xe788;" horiz-adv-x="950"
d="M795 680q135 -131 140 -322q2 -192 -131 -327q-134 -137 -323 -141q-192 -2 -327 131q-138 134 -139 323q-4 190 130 327q134 138 324 139t326 -130zM291 706l62 -104q55 28 122 28t122 -28l62 104q-87 46 -190 44q-93 0 -178 -44zM223 228q-28 59 -28 122q0 65 28 124
l-102 62q-46 -88 -46 -190q1 -94 46 -180zM659 -4l-62 104q-60 -30 -122 -30t-122 30l-62 -104q85 -46 190 -46q100 5 178 46zM631 195q64 64 64 155q0 92 -64 156t-156 64t-156 -64t-64 -156q0 -91 64 -155q65 -65 156 -65t156 65zM727 228l104 -62q46 94 44 190
q0 95 -44 180l-104 -62q28 -59 28 -124q0 -63 -28 -122v0z" />
<glyph glyph-name="glyph186" unicode="&#xe789;" horiz-adv-x="591"
d="M566 130q29 -80 -17 -157q-45 -77 -139 -111q-94 -28 -175 9q-80 37 -103 117l-106 384q-22 75 7 139t83 101l-96 186q-14 35 14 48q30 18 48 -14l98 -192q79 22 154 -16q73 -37 102 -116zM242 404q25 9 39 34t5 56q-9 26 -33 40t-55 6q-25 -9 -39 -34t-5 -56
q9 -26 33 -40t55 -6v0z" />
<glyph glyph-name="glyph187" unicode="&#x1f4bc;"
d="M471 226h-456q2 61 4.5 128.5t4 106t1.5 57.5q5 108 100 108h160q22 36 60 112q14 26 23 32t37 6h222q26 0 36 -7t22 -31q11 -19 60 -112h160q95 0 100 -108l10 -292h-454v100h-90v-100zM369 626h292l-28 54q-14 26 -42 26h-152q-28 0 -42 -26zM561 76v100h430
q-3 -42 -10 -166q-6 -84 -90 -84h-750q-90 0 -90 84l-10 166h430v-100h90v0z" />
<glyph glyph-name="glyph188" unicode="&#xe78e;"
d="M915 650q41 0 70.5 -29.5t29.5 -70.5v-550q0 -42 -29 -71t-71 -29h-50v750h50zM15 550q0 40 30 70t70 30h50v-750h-50q-41 0 -70.5 29.5t-29.5 70.5v550zM685 650h110v-750h-560v750h110v104q96 46 170 46t170 -46v-104zM625 650v66q-53 24 -110 24q-55 0 -110 -24v-66
h220v0z" />
<glyph glyph-name="glyph189" unicode="&#xe78b;" horiz-adv-x="250"
d="M125 460q46 0 78 -32t32 -78q0 -44 -32.5 -77t-77.5 -33t-77.5 33t-32.5 77q0 46 32 78t78 32v0z" />
<glyph glyph-name="glyph190" unicode="&#xe78c;" horiz-adv-x="600"
d="M125 460q46 0 78 -32t32 -78q0 -44 -32.5 -77t-77.5 -33q-46 0 -78 32t-32 78t32 78t78 32zM475 460q46 0 78 -32t32 -78q0 -44 -33.5 -77t-76.5 -33q-46 0 -78 32t-32 78t32 78t78 32v0z" />
<glyph glyph-name="glyph191" unicode="&#xe78d;" horiz-adv-x="950"
d="M125 460q46 0 78 -32t32 -78q0 -44 -32.5 -77t-77.5 -33t-77.5 33t-32.5 77q0 46 32 78t78 32zM475 460q46 0 78 -32t32 -78q0 -44 -33.5 -77t-76.5 -33t-76.5 33t-33.5 77q0 46 32 78t78 32zM825 460q46 0 78 -32t32 -78q0 -44 -32.5 -77t-77.5 -33t-77.5 33t-32.5 77
q0 46 32 78t78 32v0z" />
<glyph glyph-name="glyph192" unicode="&#xe79a;" horiz-adv-x="992"
d="M133 170q47 37 94 27t83.5 -48.5t42.5 -81.5q6 -47 -30 -83q-85 -84 -228 -102q-28 -4 -46.5 -3.5t-27 4.5t-6.5 13q0 4 6 10q52 59 64 145q12 84 48 119zM973 816q26 -26 -148 -248q-177 -226 -292 -338q-36 -36 -124 -104q-8 -6 -16 8q-18 34 -49.5 65.5t-64.5 46.5
q-15 6 -8 16q68 89 104 122q124 121 344 287q226 170 254 145v0z" />
<glyph glyph-name="glyph193" unicode="&#xe7a1;" horiz-adv-x="850"
d="M549 120l260 -20l-16 -166q-4 -28 -32 -24l-200 16q-28 0 -28 30zM43 100l258 20l16 -164q2 -12 -6.5 -21t-21.5 -9l-198 -16q-11 -2 -21.5 5.5t-10.5 18.5zM17 370q-2 16 -2 34q0 160 120 273q121 113 290 113t290 -113q120 -113 120 -273q0 -18 -2 -34l-16 -170
l-258 22l16 170v12q0 59 -44.5 99.5t-105.5 40.5t-105.5 -40.5t-44.5 -99.5v-12l16 -170l-258 -22l-16 170v0z" />
<glyph glyph-name="glyph194" unicode="&#x221e;"
d="M515 426q54 61 132 102.5t164 41.5q83 0 144 -53q60 -53 60 -167q0 -112 -60 -166t-144 -54q-86 0 -163 42t-133 104q-54 -61 -131.5 -103.5t-162.5 -42.5q-86 0 -146 54t-60 166q0 114 60 167q61 53 146 53q86 0 163.5 -41.5t130.5 -102.5zM461 350q-42 53 -106.5 92.5
t-133.5 39.5q-114 0 -114 -132t114 -132q68 0 133.5 40t106.5 92zM811 218q114 0 114 132t-114 132q-69 0 -134.5 -39.5t-105.5 -92.5q40 -53 105.5 -92.5t134.5 -39.5v0z" />
<glyph glyph-name="glyph195" unicode="&#x232b;" horiz-adv-x="1032"
d="M917 700q42 0 71 -29t29 -71v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-478q-39 0 -70 28l-340 296q-29 26 0 54l340 296q31 26 70 26h478zM777 150l72 74l-128 126l128 128l-72 72l-128 -126l-128 126l-72 -72l128 -128l-128 -126l72 -74l128 128l128 -128v0z" />
<glyph glyph-name="glyph196" unicode="&#xe751;" horiz-adv-x="870"
d="M383 402h-368q18 146 121 249q102 102 247 119v-368zM489 770q155 -19 261 -139q105 -119 105 -279q0 -174 -123 -298t-299 -124q-159 0 -278 105q-117 104 -140 263h424q20 0 35 14.5t15 35.5v422v0z" />
<glyph glyph-name="glyph197" unicode="&#x1f4c8;" horiz-adv-x="1033"
d="M49 284q-42 11 -32 56q11 42 54 32l98 -24l-52 -80zM939 272q14 12 33.5 11t30.5 -15q33 -32 -2 -64l-252 -226q-12 -12 -30 -12q-15 0 -28 10l-286 220l-54 14l50 80l36 -8q13 -5 16 -8l264 -204zM449 492l-350 -550q-12 -22 -38 -22q-25 0 -39 24t1 46l374 588
q7 15 28 20q18 6 36 -6l246 -156l226 326q10 16 27.5 19t34.5 -9q38 -24 12 -62l-252 -362q-24 -36 -62 -12l-244 156v0z" />
<glyph glyph-name="glyph198" unicode="&#x1f4ca;" horiz-adv-x="830"
d="M765 800q21 0 35.5 -15t14.5 -35v-850h-200v850q0 50 40 50h110zM465 500q21 0 35.5 -15t14.5 -35v-550h-200v550q0 50 40 50h110zM165 200q21 0 35.5 -15t14.5 -35v-250h-200v250q0 50 40 50h110v0z" />
<glyph glyph-name="glyph199" unicode="&#x1f53e;" horiz-adv-x="1010"
d="M979 732q16 22 16 -4v-768h-964q-12 0 -15 7.5t5 16.5l230 288q19 22 40 2l74 -66q10 -8 21 -7t17 11l158 238q17 26 38 4l112 -104q20 -20 38 4l230 378v0z" />
<glyph glyph-name="glyph200" unicode="&#x2707;"
d="M948 513q67 -67 67 -163q0 -95 -67 -162q-68 -68 -163 -68h-540q-94 0 -162 68t-68 162q0 95 68 163q67 67 162 67q96 0 163 -67t67 -163q0 -72 -40 -130h160q-40 64 -40 130q0 95 68 163q67 67 162 67q96 0 163 -67zM115 350q0 -52 38.5 -91t91.5 -39t91.5 39t38.5 91
q0 53 -38.5 91.5t-91.5 38.5t-91.5 -38.5t-38.5 -91.5zM785 220q53 0 91.5 39t38.5 91q0 53 -38.5 91.5t-91.5 38.5t-91.5 -38.5t-38.5 -91.5q0 -52 38.5 -91t91.5 -39v0z" />
<glyph glyph-name="glyph201" unicode="&#x1f393;"
d="M515 70l276 136q-1 -8 -4 -27.5t-5 -30.5t-6 -25t-10 -22q-17 -25 -69 -45q-24 -10 -75.5 -38.5t-67.5 -36.5q-24 -11 -39 -11q-17 0 -40 13q-10 5 -41 23t-57 32t-46 22q-71 31 -103 69q-30 36 -47 109zM421 456q0 -26 29 -41t65 -15q27 0 36 4l292 -68l-268 -152
q-60 -32 -120 0l-416 234q-24 14 -24 33t24 33l416 234q60 32 120 0l416 -234q24 -14 24 -33t-24 -33l-78 -44l-308 102q-23 36 -90 36q-36 0 -65 -15t-29 -41zM863 42q18 113 13 182q-4 64 -19 90l-14 22l70 38q5 -7 12 -28q7 -22 17 -101q11 -83 -7 -197q-5 -26 -22 -30
q-15 -3 -33.5 4.5t-16.5 19.5v0z" />
<glyph glyph-name="glyph202" unicode="&#xe752;" horiz-adv-x="1031"
d="M929 634l8 -48q4 -10 -4 -12l-176 -30v-102h12q86 0 148 -36.5t86 -99.5q30 -83 -10 -176q-41 -95 -134 -160q-10 0 -12 2l-32 38q-2 6 2 10q85 60 117 152t-11 148q-34 -82 -98 -156q-35 -41 -84 -64.5t-108 -15.5q-53 6 -84.5 41.5t-31.5 92.5q0 84 60 148
q49 50 114 66l-2 100q-139 -24 -146 -24q-6 -1 -10 4l-3 14q-2 13 -4.5 28t-2.5 18q-3 3 1 4.5t7 1.5l156 28q0 108 -2 114q0 8 8 8q44 0 52 2q10 0 10 -8v-104q154 22 164 22q8 5 10 -6zM691 366q-44 -15 -74 -56.5t-30 -91.5q0 -66 46 -72q28 -6 62 6zM769 380q-1 0 -6 -1
t-6 -1l-2 -204q26 22 57 67t46 80t7 41q-36 18 -96 18zM307 556q14 -38 39.5 -118.5t56 -178t40.5 -129.5q40 -123 40 -126q0 -4 -4 -4h-86q-6 0 -6 4l-50 166h-176q-48 -164 -50 -166q0 -4 -6 -4h-86q-4 0 -4 4q8 14 176 552q2 8 10 8h96q10 0 10 -8zM177 240h144l-72 264
l-72 -264v0z" />
<glyph glyph-name="glyph203" unicode="&#x1f3ab;" horiz-adv-x="970"
d="M231 272l178 -178l326 326l-178 178zM715 680q0 -42 30 -71t72 -29q25 0 48 12l76 -76q14 -14 14 -36t-14 -36l-550 -550q-16 -16 -36 -16t-36 16l-76 76q12 20 12 48q0 42 -29 72t-71 30q-20 0 -50 -14l-74 76q-16 16 -16 36t16 36l550 550q14 14 36 14t36 -14l74 -76
q-12 -22 -12 -48zM409 14l406 406l-258 258l-408 -406l260 -258v0z" />
<glyph glyph-name="glyph204" unicode="&#x1f4a6;" horiz-adv-x="970"
d="M177 294q-65 0 -113.5 47.5t-48.5 112.5q0 58 33 112q20 33 73 123q39 67 50 155q1 4 7 4q5 0 5 -4q11 -88 50 -155q53 -90 73 -123q33 -54 33 -112q0 -65 -48.5 -112.5t-113.5 -47.5zM793 294q-65 0 -113.5 47.5t-48.5 112.5q0 87 69 171q30 37 55 98t32 121q1 4 7 4
q5 0 5 -4q11 -88 50 -155q53 -90 73 -123q33 -54 33 -112q0 -65 -48.5 -112.5t-113.5 -47.5zM479 400q1 4 7 4q5 0 5 -4q11 -88 50 -155q53 -90 73 -123q33 -54 33 -112q0 -65 -48.5 -112.5t-113.5 -47.5t-113.5 47.5t-48.5 112.5q0 58 33 112q20 33 73 123q39 67 50 155v0z
" />
<glyph glyph-name="glyph205" unicode="&#x1f4a7;" horiz-adv-x="590"
d="M365 603q48 -104 92 -159q118 -151 118 -296q0 -113 -83 -196q-82 -82 -197 -82t-197 82q-83 83 -83 196q0 147 118 296q44 55 92 159q47 101 60 219q2 8 11 8t9 -8q13 -118 60 -219zM263 430q2 5 -2 14q-6 6 -14 6q-7 0 -12 -6l-40 -58q-8 -12 -48 -70q-15 -23 -34 -75
q-18 -51 -18 -101q0 -24 17 -41t41 -17q58 0 58 68q0 94 42 246q1 4 5 17t5 17v0z" />
<glyph glyph-name="glyph206" unicode="&#xe753;" horiz-adv-x="935"
d="M100 534q-25 -22 -55 -5.5t-27 47.5q2 22 18 36q49 42 79 60q36 22 89 40q60 20 129 4q71 -16 159 -66q90 -50 155 -53q68 -3 100 16q36 22 89 67q38 30 70 -6q32 -40 -6 -72q-122 -110 -234 -110q-101 0 -222 70q-70 39 -119 52q-51 14 -93 0q-42 -13 -65 -29
q-28 -18 -67 -51zM906 418q32 -40 -6 -72t-65 -53q-28 -22 -77 -39.5t-92 -17.5q-97 0 -222 70q-70 39 -119 52q-51 14 -93 0q-42 -13 -65 -29q-28 -18 -67 -51q-16 -14 -36.5 -11.5t-33.5 17.5q-32 40 6 72q43 39 62 52t67 36q49 23 91.5 24t101.5 -16q66 -17 134 -56
q70 -39 119 -52q51 -14 93 0q42 13 65 29q28 18 67 51q38 32 70 -6zM836 168q38 32 70 -6q14 -16 11.5 -37.5t-17.5 -34.5q-38 -32 -65 -53q-28 -22 -77 -39.5t-92 -17.5q-97 0 -222 70q-70 39 -119 52q-53 14 -93 1q-45 -14 -66 -29q-27 -19 -66 -52q-16 -14 -36.5 -11.5
t-33.5 17.5q-32 40 6 72q43 39 62 52t67 36q49 23 91.5 24t101.5 -16q66 -17 134 -56q70 -39 119 -52q51 -14 93 0q42 13 65 29q28 18 67 51v0z" />
<glyph glyph-name="glyph207" unicode="&#x1f4b3;"
d="M915 700q41 0 70.5 -29.5t29.5 -70.5v-500q0 -42 -29 -71t-71 -29h-800q-41 0 -70.5 29.5t-29.5 70.5v500q0 40 30 70t70 30h800zM915 400h-800v-300h800v300zM915 600h-800v-50h800v50zM245 294v-30h-30v30h30zM425 234v30h30v30h60v-30h-30v-30h-30v-30h-60v30h30z
M485 204v30h30v-30h-30zM305 204v30h60v-30h-60zM395 234h-30v60h60v-30h-30v-30zM275 234v-30h-60v30h30v30h30v30h60v-30h-30v-30h-30v0z" />
<glyph glyph-name="glyph208" unicode="&#x1f4be;" horiz-adv-x="830"
d="M15 650q0 41 29.5 70.5t70.5 29.5h558l142 -156v-544q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-40 0 -70 30t-30 70v600zM565 400q19 0 34.5 15t15.5 35v250h-400v-250q0 -20 15.5 -35t34.5 -15h300zM565 650v-200h-100v200h100v0z" />
<glyph glyph-name="glyph209" unicode="&#x1f4cb;" horiz-adv-x="730"
d="M85 -150q-29 0 -49.5 20.5t-20.5 49.5v760q0 28 21 49t49 21l60 -150h440l60 150q28 0 49 -21t21 -49v-760q0 -29 -20.5 -49.5t-49.5 -20.5h-560zM545 650h-360l-44 100h108l36 100h160l36 -100h110l-46 -100v0z" />
<glyph glyph-name="glyph210" unicode="&#x1f4e3;" horiz-adv-x="890"
d="M873 242q9 -120 -39 -140q-28 -12 -61 3q-36 16 -65 40q-37 28 -106.5 42t-141.5 7q-26 -4 -41.5 -18t-6.5 -38q26 -65 46 -108q4 -10 24 -22q19 -12 24 -20q13 -34 -22 -46q-45 -20 -102 -40q-30 -10 -54 42q-23 56 -58 132q-6 13 -34 17q-27 4 -46 31q-6 -2 -20 -7
t-19 -6.5t-16 -3.5t-18 -0.5t-17 5t-22 10.5q-40 24 -54 60q-16 30 -5 79q11 47 43 61q126 52 213 108q84 54 124 103q34 42 59 92q22 44 25 78q7 76 51 95q48 19 130 -70t142 -228q58 -137 67 -258zM778 200q9 5 10 38q2 38 -11 98q-27 133 -108 251q-40 58 -67 84
q-29 27 -36 23q-9 -5 -10 -42q-2 -40 10 -105q25 -141 108 -252q44 -57 68 -76q29 -23 36 -19v0z" />
<glyph glyph-name="glyph211" unicode="&#xe754;" horiz-adv-x="730"
d="M715 206v-100q0 -73 -104 -135q-103 -61 -246 -61q-141 0 -245 61q-105 61 -105 135v100q0 10 4.5 10.5t9.5 -8.5q34 -56 130.5 -88t205.5 -32t205 32t131 88q14 20 14 -2zM715 462v-116q0 -68 -102 -114q-101 -46 -248 -46q-145 0 -247 46q-103 46 -103 114v116
q0 20 14 0q33 -50 130.5 -77t205.5 -27t205.5 26.5t132.5 77.5q7 16 12 0zM365 790q143 0 247 -39q103 -39 103 -93v-64q0 -59 -103 -99q-105 -41 -247 -41t-247 41q-103 40 -103 99v64q0 54 103 93q104 39 247 39v0z" />
<glyph glyph-name="glyph212" unicode="&#xe755;" horiz-adv-x="932"
d="M899 304q26 -44 14 -96l-34 -184q-2 -20 -19.5 -35t-38.5 -15h-712q-20 0 -38 15.5t-20 34.5l-34 184q-8 54 14 96l158 374q22 46 72 46h408q50 0 74 -46zM831 172q2 22 -10.5 38t-33.5 16h-644q-21 0 -33.5 -16t-10.5 -38l14 -74q2 -21 19 -36.5t39 -15.5h590
q22 0 39 15.5t19 36.5l12 74v0z" />
<glyph glyph-name="glyph213" unicode="&#xe756;" horiz-adv-x="943"
d="M537 360q-28 0 -49 -21t-21 -49q0 -20 10 -36q-43 -52 -108.5 -86.5t-137.5 -29.5q-101 10 -157 57q-54 46 -59 109q-8 122 156 184q-17 89 -22 138q-8 56 104 105q111 49 284 49q175 0 286 -49q112 -49 104 -105q-24 -150 -45.5 -288.5t-32 -207t-14.5 -92.5
q-1 -18 -37 -44q-35 -26 -107 -50t-154 -24q-83 0 -153 24q-71 24 -106 50q-36 26 -37 44q0 5 -4 30q91 -7 170 38t132 114q28 0 48 20.5t20 49.5t-20.5 49.5t-49.5 20.5zM122 251q33 -27 91 -39l-32 204q-101 -44 -96 -106q5 -33 37 -59zM537 522q71 0 149 16.5t121 40.5
q38 21 38 35t-38 35q-44 24 -121 40.5t-149 16.5q-71 0 -147.5 -16.5t-120.5 -40.5q-38 -21 -38 -35t38 -35q43 -24 120 -40.5t148 -16.5v0z" />
<glyph glyph-name="glyph214" unicode="&#xe757;" horiz-adv-x="570"
d="M415 356q62 -35 101 -96t39 -140q0 -112 -79 -191t-191 -79t-191 79t-79 191q0 79 39 140t101 96v444q0 50 40 50h170q19 0 34.5 -15t15.5 -35v-444zM285 -50q70 0 120 50t50 120q0 58 -33 101t-83 59v370h-100v-368q-51 -15 -87.5 -59.5t-36.5 -102.5q0 -70 50 -120
t120 -50v0z" />
<glyph glyph-name="glyph215" unicode="&#x1f511;" horiz-adv-x="810"
d="M761 397q-48 -99 -150 -117q-67 -12 -130 -2l-118 -194l-70 -12l-104 -166q-13 -27 -46 -32l-76 -14q-13 -4 -22.5 4.5t-11.5 21.5l-16 98q-8 30 12 56l258 386q-25 51 -38 120q-10 57 7 108t52.5 87t81.5 60t97 33q107 20 195 -45q89 -65 107 -177q20 -117 -28 -215z
M663 536q30 49 20 100t-50 80q-53 37 -109 17.5t-75 -72.5q-4 -10 4 -36q4 -13 31 -32q12 -8 67 -49q6 -5 42 -28q13 -8 19 -8q32 0 51 28v0z" />
<glyph glyph-name="glyph216" unicode="&#xe790;" horiz-adv-x="670"
d="M535 120q49 0 84.5 -35t35.5 -85t-35.5 -85t-84.5 -35q-80 0 -110 74h-164q-87 0 -131 54q-43 53 -43 118v464q-72 34 -72 110q0 50 35.5 85t84.5 35t84.5 -35t35.5 -85q0 -76 -72 -110v-114q0 -78 78 -78h164q30 72 110 72q49 0 84.5 -35t35.5 -85t-35.5 -85t-84.5 -35
q-80 0 -110 74h-164q-43 0 -78 16v-194q0 -78 78 -78h164q30 72 110 72zM535 420q-29 0 -49.5 -20.5t-20.5 -49.5q0 -28 21 -48t49 -20t49 20t21 48q0 29 -20.5 49.5t-49.5 20.5zM65 700q0 -28 21 -48t49 -20t49 20t21 48q0 29 -20.5 49.5t-49.5 20.5t-49.5 -20.5
t-20.5 -49.5zM535 -68q28 0 49 20t21 48q0 29 -20.5 49.5t-49.5 20.5t-49.5 -20.5t-20.5 -49.5q0 -28 21 -48t49 -20v0z" />
<glyph glyph-name="glyph217" unicode="&#xe791;" horiz-adv-x="670"
d="M535 770q49 0 84.5 -35t35.5 -85q0 -80 -74 -110q-12 -120 -89 -170q-38 -25 -64.5 -36.5t-78.5 -27.5q-76 -25 -110 -46q-47 -29 -54 -100q70 -30 70 -110q0 -50 -35.5 -85t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v378q-72 34 -72 110q0 50 35.5 85t84.5 35t84.5 -35
t35.5 -85q0 -76 -72 -110v-204q41 30 138 60q54 17 84 29q31 13 53.5 45t26.5 72q-70 31 -70 108q0 50 35.5 85t84.5 35zM67 650q0 -28 20 -48t48 -20t49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5zM135 -18q28 0 49 20t21 48q0 29 -20.5 49.5
t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20zM535 582q28 0 49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20v0z" />
<glyph glyph-name="glyph218" unicode="&#xe792;" horiz-adv-x="970"
d="M485 820q49 0 84.5 -35t35.5 -85q0 -76 -72 -110v-140q0 -52 78 -52h100q85 0 129 -54q43 -53 43 -118v-114q72 -34 72 -112q0 -50 -35.5 -85t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v114q0 78 -76 78h-100q-43 0 -78 12v-204q72 -34 72 -112q0 -50 -35.5 -85
t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v204q-30 -12 -76 -12h-100q-35 0 -56.5 -22t-21.5 -56v-114q72 -34 72 -112q0 -50 -35.5 -85t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v114q0 65 43 118q44 54 131 54h100q76 0 76 52v140q-72 34 -72 110q0 50 35.5 85t84.5 35z
M205 0q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20t49 20t21 48zM417 700q0 -28 20 -48t48 -20t49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5zM555 0q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5
q0 -28 20 -48t48 -20t49 20t21 48zM835 -68q28 0 49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20v0z" />
<glyph glyph-name="glyph219" unicode="&#xe793;" horiz-adv-x="270"
d="M135 770q49 0 84.5 -35t35.5 -85q0 -76 -72 -110v-378q72 -34 72 -112q0 -50 -35.5 -85t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v378q-72 34 -72 110q0 50 35.5 85t84.5 35zM67 650q0 -28 20 -48t48 -20t49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5
t-20 -49.5zM135 -18q28 0 49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20v0z" />
<glyph glyph-name="glyph220" unicode="&#xe794;" horiz-adv-x="670"
d="M135 770q49 0 84.5 -35t35.5 -85q0 -76 -72 -110v-378q72 -34 72 -112q0 -50 -35.5 -85t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v378q-72 34 -72 110q0 50 35.5 85t84.5 35zM205 50q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20t49 20
t21 48zM135 582q28 0 49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20zM535 770q49 0 84.5 -35t35.5 -85q0 -76 -72 -110v-378q72 -34 72 -112q0 -50 -35.5 -85t-84.5 -35t-84.5 35t-35.5 85q0 78 72 112v378q-72 34 -72 110
q0 50 35.5 85t84.5 35zM467 650q0 -28 20 -48t48 -20t49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5zM535 -18q28 0 49 20t21 48q0 29 -20.5 49.5t-49.5 20.5q-28 0 -48 -20.5t-20 -49.5q0 -28 20 -48t48 -20v0z" />
<glyph glyph-name="glyph221" unicode="&#x1f680;" horiz-adv-x="890"
d="M558 236q7 -56 8 -81q2 -33 -8 -59q-4 -10 -7 -22t-4.5 -16t-6 -10t-11 -11t-19.5 -13l-33 -19.5t-16 -9t-26.5 -11.5t-39.5 -17q-46 -21 -85 -37q-30 -11 -44.5 3.5t-3.5 44.5l40 110l-130 132l-106 -40q-30 -13 -43.5 2.5t-2.5 45.5q3 8 16 41.5t25 62.5t17 40
q37 75 47 81q2 1 12 8t17 12q17 13 41 13h52q24 -2 71 -6q37 52 106 124q64 66 122.5 107.5t140.5 71.5q85 31 165 19q17 0 20 -20q10 -85 -18.5 -170.5t-75.5 -148.5q-99 -133 -184 -199zM608 532q22 -22 54 -22t54 23t22 55t-22 55t-54 23t-54 -23t-22 -55q0 -33 22 -56v0
z" />
<glyph glyph-name="glyph222" unicode="&#xe7a2;"
d="M635 462q180 228 194 220q12 -6 -96 -278q-109 -273 -138 -326q-50 -86 -136 -36t-38 136q38 61 214 284zM17 66q0 5 -1 27t-1 27q0 227 145 382q146 156 355 156q73 0 134 -18l-70 -86q-36 4 -64 4q-169 0 -284 -127q-116 -128 -116 -311q0 -11 1 -26t1.5 -23
t-2.5 -17.5t-10 -16.5q-14 -15 -33.5 -17t-36.5 12q-16 13 -18 34zM877 496q138 -154 138 -376v-15.5v-14.5v-12t-1 -12t-2 -10t-3 -9.5t-5 -7.5t-7 -8q-13 -13 -34 -13h-4q-21 4 -34.5 19.5t-11.5 36.5q2 18 2 46q0 149 -80 268q4 10 21 55t21 53v0z" />
<glyph glyph-name="glyph223" unicode="&#xe7a3;" horiz-adv-x="991"
d="M495 432q58 0 108.5 16.5t61.5 47.5q2 -6 20.5 -58t35.5 -100q-5 -38 -70 -65q-66 -27 -156 -27t-156 27q-65 27 -70 65q17 48 35.5 100t20.5 58q11 -31 62.5 -47.5t107.5 -16.5zM371 624l52 142q10 34 72 34t74 -34q11 -34 50 -142q-29 -44 -124 -44t-124 44zM935 196
q41 -16 41 -41.5t-37 -46.5l-352 -188q-37 -22 -91 -22t-91 22l-354 188q-38 20 -36 46t42 42l188 76l-22 -60q0 -47 80 -82q78 -34 192 -34t192 34q81 35 82 82l-22 60l188 -76v0z" />
<glyph glyph-name="glyph224" unicode="&#xe7a5;" horiz-adv-x="990"
d="M829 694q141 -137 146 -336q2 -200 -136 -342q-137 -141 -338 -146q-200 -2 -341 137q-144 140 -145 337q-5 200 135 342t339 144q198 2 340 -136zM767 86q109 112 108 270q-1 157 -115 267q-111 109 -269 107q-157 -2 -267 -114q-109 -111 -107 -270q1 -158 114 -267
q111 -109 270 -107q157 2 266 114zM317 350q0 -80 60 -80q40 0 58 40l56 -30q-19 -35 -50 -52q-32 -20 -70 -20q-63 0 -100.5 38.5t-37.5 103.5q0 64 36.5 104t97.5 40q87 0 124 -66l-62 -32q-17 36 -52 36q-60 0 -60 -82zM643 270q43 0 56 40l58 -30q-17 -31 -48.5 -51.5
t-71.5 -20.5q-64 0 -100 38q-38 36 -38 104q0 63 38 106q38 38 98 38q84 0 120 -66l-60 -32q-17 36 -52 36q-62 0 -62 -82q0 -35 15.5 -57.5t46.5 -22.5v0z" />
<glyph glyph-name="glyph225" unicode="&#xe7a6;" horiz-adv-x="990"
d="M495 526q68 0 68 68t-68 68q-66 0 -66 -68t66 -68zM625 470q0 12 -9.5 21t-22.5 9h-196q-13 0 -22.5 -9t-9.5 -21v-196h56v-234h148v234h56v196zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340
q142 140 339 140q200 0 340 -140zM495 -42q162 0 277 115t115 277q0 164 -115 278q-116 114 -277 114t-277 -114q-115 -114 -115 -278q0 -162 115 -277t277 -115v0z" />
<glyph glyph-name="glyph226" unicode="&#xe7a7;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM501 214q25 0 42.5 12.5t17.5 35.5q0 18 -14 30q-48 20 -102 46q-64 26 -178.5 78t-141.5 64q-22 -60 -22 -130
q0 -162 115 -277t277 -115q115 0 205.5 58t138.5 146l-178 80q-7 -44 -45 -74t-87 -34v-74h-56v74q-79 0 -146 58l66 66q50 -44 108 -44zM631 358l242 -108q14 45 14 100q0 164 -115 278q-116 114 -277 114q-107 0 -191.5 -50t-136.5 -128l182 -82q12 37 46 62q31 22 78 24
v74h56v-74q69 -5 120 -44l-62 -64q-43 28 -84 28q-56 0 -56 -38q0 -8 4 -12l60 -28q20 -8 60 -26t60 -26v0z" />
<glyph glyph-name="glyph227" unicode="&#xe7a8;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM285 342q0 2 1 12t1 12h-46v56h10l-126 56q-22 -60 -22 -128q0 -162 115 -277t277 -115q116 0 205.5 57.5t138.5 146.5
l-246 108h-174q11 -39 26 -56q37 -40 104 -40q44 0 92 20l18 -90q-55 -30 -124 -30q-128 0 -196 92q-34 42 -46 104h-52v58h44v14zM613 366l262 -116q12 48 12 100q0 164 -115 278q-116 114 -277 114q-107 0 -193 -50t-137 -128l158 -70q6 11 28 38q72 82 184 82
q69 0 122 -24l-24 -92q-42 20 -88 20q-64 0 -100 -44q-10 -10 -16 -28l56 -24h136v-56h-8v0z" />
<glyph glyph-name="glyph228" unicode="&#xe7a9;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM121 466q-18 -54 -18 -116q0 -162 115 -277t277 -115q111 0 199 54t137 138l-152 68v-68h-126v-108h-118v108h-124v74h124v36
l-12 24h-112v74h54zM665 224l-106 48l-6 -12v-36h112zM679 324l192 -86q16 57 16 112q0 164 -115 278q-116 114 -277 114q-110 0 -197 -53t-137 -135l158 -70l-54 98h128l76 -166l46 -20l82 186h128l-122 -224h76v-34v0z" />
<glyph glyph-name="glyph229" unicode="&#xe7aa;" horiz-adv-x="990"
d="M739 344q0 115 -67 187.5t-179 72.5q-88 0 -143.5 -51t-68.5 -135h-36l94 -94l96 94h-36q12 86 108 86q57 0 83.5 -42.5t26.5 -113.5q0 -69 -28.5 -114.5t-83.5 -45.5q-100 0 -106 86h-120q12 -90 70 -138q62 -50 142 -50q106 0 180 74q68 74 68 184zM835 690
q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM495 -42q162 0 277 115t115 277q0 164 -115 278q-116 114 -277 114t-277 -114q-115 -114 -115 -278q0 -162 115 -277t277 -115v0z" />
<glyph glyph-name="glyph230" unicode="&#xe7ab;" horiz-adv-x="990"
d="M321 382h348v82h-348v-82zM321 228h348v82h-348v-82zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM495 -42q162 0 277 115t115 277q0 164 -115 278q-116 114 -277 114
t-277 -114q-115 -114 -115 -278q0 -162 115 -277t277 -115v0z" />
<glyph glyph-name="glyph231" unicode="&#xe7ac;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM519 212q38 0 70 32l70 -84q-14 -6 -18 -16q-61 -42 -136 -42q-86 0 -159 58t-73 188q0 32 6 62l-154 68q-22 -60 -22 -128
q0 -162 115 -277t277 -115q116 0 205.5 57.5t138.5 146.5l-424 188q1 -52 28 -96q25 -42 76 -42zM435 444l440 -194q12 48 12 100q0 164 -115 278q-116 114 -277 114q-107 0 -193 -50t-137 -128l148 -66q65 102 196 102q89 0 150 -54l-78 -80q-28 28 -66 28q-51 0 -80 -50v0
z" />
<glyph glyph-name="glyph232" unicode="&#xe7ad;" horiz-adv-x="990"
d="M495 628q-108 0 -153 -81t-45 -197q0 -114 45 -195t153 -81t153 81t45 195q0 116 -45 197t-153 81zM409 350q0 174 86 174q7 0 18 -4q19 -18 6 -42l-106 -194q-4 43 -4 66zM495 178q-2 0 -9.5 1t-8.5 1q0 2 -2 2q-4 0 -6 2q-34 16 -12 46l118 204q6 -44 6 -84
q0 -172 -86 -172zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM495 -42q162 0 277 115t115 277q0 164 -115 278q-116 114 -277 114t-277 -114q-115 -114 -115 -278
q0 -162 115 -277t277 -115v0z" />
<glyph glyph-name="glyph233" unicode="&#xe7ae;" horiz-adv-x="990"
d="M719 462q0 10 -8.5 18t-19.5 8h-104v104q0 11 -8 19.5t-18 8.5h-264q-24 -8 -24 -28v-352q0 -11 8 -19.5t18 -8.5h104v-104q0 -10 8.5 -18t19.5 -8h260q11 0 19.5 8t8.5 18v354zM427 488q-24 -9 -24 -26v-196h-78v300h210v-78h-108zM665 134h-210v302h210v-302zM835 690
q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM495 -42q162 0 277 115t115 277q0 164 -115 278q-116 114 -277 114t-277 -114q-115 -114 -115 -278q0 -162 115 -277t277 -115v0z" />
<glyph glyph-name="glyph234" unicode="&#xe7af;" horiz-adv-x="990"
d="M819 338q-36 14 -106 44v118l-294 122l-130 -56v-136l2 -2l-116 -48v-122l124 -54l124 52q49 -21 141 -59t119 -49l6 -2q40 18 120 52l10 4v136zM673 184l-2 2v-2l-220 92v86l220 -90v-2h2v-86zM687 296l-70 30l76 32l72 -30zM789 222l-86 -36v84l86 36v-84zM835 690
q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM495 -42q162 0 277 115t115 277q0 164 -115 278q-116 114 -277 114t-277 -114q-115 -114 -115 -278q0 -162 115 -277t277 -115v0z" />
<glyph glyph-name="glyph235" unicode="&#xf300;" horiz-adv-x="950"
d="M635 286q28 0 46 -27.5t18 -62.5t-18 -62.5t-46 -27.5q-30 0 -48 27.5t-18 62.5t18 62.5t48 27.5zM475 -40q-8 0 -43.5 1t-42.5 1q-110 0 -180 29q-37 15 -74.5 44.5t-59.5 61.5q-60 84 -60 229q0 114 74 194q-8 5 -1 80t33 140q93 -11 228 -104q47 12 126 12
q84 0 126 -12q63 43 119 68q57 25 83 30l26 6q26 -65 33 -140t-1 -80q74 -80 74 -194q0 -203 -124 -294q-37 -26 -67 -39.5t-76 -21.5q-53 -9 -107 -9q-7 0 -42.5 -1t-43.5 -1zM477 356h-4q-21 0 -85 4.5t-78 4.5q-77 3 -119 -35q-52 -46 -52 -120q0 -124 84 -164
q83 -40 250 -40h4q167 0 251 40q85 40 85 164q0 55 -34 99.5t-85 52.5q-37 6 -113 0q-77 -6 -104 -6zM317 286q28 0 46 -27.5t18 -62.5t-18 -62.5t-46 -27.5q-30 0 -48 27.5t-18 62.5t18 62.5t48 27.5v0z" />
<glyph glyph-name="glyph236" unicode="&#xf301;" horiz-adv-x="990"
d="M578 358q-9 0 -41 -2t-42 -2t-42 2t-41 2q-38 0 -61 -18q-26 -26 -26 -60q0 -65 43 -84q45 -20 127 -20t127 20q43 19 43 84q0 34 -26 60q-23 18 -61 18zM447 272q0 -17 -9 -31.5t-23 -14.5t-23 14.5t-9 31.5q0 46 32 46t32 -46zM609 272q0 -17 -10 -31.5t-24 -14.5
t-23 14.5t-9 31.5q0 46 32 46q15 0 24.5 -14t9.5 -32zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM539 154q188 0 188 184q0 55 -38 98q4 4 1 41q-3 35 -17 71
q-44 -6 -114 -52q-19 6 -64 6q-40 0 -64 -6q-52 34 -100 50l-14 2q-14 -36 -17 -71q-3 -37 1 -41q-38 -43 -38 -98q0 -184 188 -184h88v0z" />
<glyph glyph-name="glyph237" unicode="&#xf303;" horiz-adv-x="930"
d="M211 550q82 0 139 -58.5t57 -141.5t-58 -141q-59 -59 -138 -59t-138 59q-58 58 -58 141t57 141.5t139 58.5zM719 150q-79 0 -138 59q-58 58 -58 141t57 141.5t139 58.5t139 -58.5t57 -141.5t-58 -141q-59 -59 -138 -59v0z" />
<glyph glyph-name="glyph238" unicode="&#xf304;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM367 250q40 0 70 30t30 70q0 41 -30 71.5t-70 30.5t-70 -30.5t-30 -71.5q0 -40 30 -70t70 -30zM623 250q41 0 70.5 29.5
t29.5 70.5q0 42 -29 72t-71 30q-40 0 -69 -30.5t-29 -71.5q0 -40 29 -70t69 -30v0z" />
<glyph glyph-name="glyph239" unicode="&#xf306;" horiz-adv-x="931"
d="M911 558q-31 -186 -171 -351q-141 -167 -245 -237q-33 -19 -61.5 -19.5t-54.5 16.5t-44.5 39t-29.5 46q-14 28 -78.5 238.5t-73.5 223.5q-27 20 -82 -16l-20 -14l-36 50q6 6 21 23.5t25 28.5q31 35 100 89q71 56 124 67q58 12 89 -42q25 -40 38 -130q21 -126 25 -142
q28 -106 38 -134q11 -28 18 -39q8 -11 18 -11q41 0 126 166q42 76 6 124t-112 2q23 127 140 188q104 54 182 8q80 -47 58 -174v0z" />
<glyph glyph-name="glyph240" unicode="&#xf307;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM715 444q13 82 -48 94q-61 14 -110 -40q-28 -28 -34 -66q38 24 56 -1t-2 -63q-43 -84 -64 -84q-14 0 -36 94q-2 8 -5 24
t-6.5 35t-4.5 26q-3 16 -7 27t-11 24.5t-18 19t-26 2.5q-26 -6 -59.5 -31.5t-56.5 -50.5l-20 -24l18 -24q7 7 27 17t25 -1q5 -7 37 -113.5t39 -120.5q35 -71 96 -42q53 35 124 120q69 83 86 178v0z" />
<glyph glyph-name="glyph241" unicode="&#xf309;" horiz-adv-x="950"
d="M935 636q-37 -56 -94 -98v-24q0 -130 -60 -250q-60 -121 -186 -203q-127 -83 -290 -83q-159 0 -290 84q18 -2 46 -2q131 0 234 80q-64 2 -111.5 39t-64.5 93q9 -4 34 -4q26 0 50 6q-63 13 -106.5 64.5t-43.5 121.5v2q36 -20 84 -24q-84 58 -84 158q0 47 26 94
q155 -189 390 -196q-6 18 -6 42q0 78 55.5 133t134.5 55q82 0 136 -58q58 12 120 44q-19 -66 -82 -104q55 8 108 30v0z" />
<glyph glyph-name="glyph242" unicode="&#xf30a;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM691 438q29 22 46 48q-33 -13 -54 -14q30 18 42 52q-29 -16 -60 -22q-28 28 -70 28q-39 0 -66.5 -28t-27.5 -66q0 -2 1 -11
t1 -11q-121 6 -194 100q-14 -25 -14 -48q0 -49 44 -78q-26 0 -44 12v-2q0 -35 22 -61t54 -31q-15 -4 -24 -4q-10 0 -18 2q19 -66 88 -66q-49 -40 -118 -40h-22q67 -42 144 -42q122 0 196 83t74 187v12v0z" />
<glyph glyph-name="glyph243" unicode="&#xf30c;" horiz-adv-x="530"
d="M515 644h-142q-16 0 -26 -16.5t-10 -35.5v-102h178v-148h-178v-442h-170v442h-152v148h152v86q0 92 58.5 158t147.5 66h142v-156v0z" />
<glyph glyph-name="glyph244" unicode="&#xf30d;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141t-340 141q-140 142 -140 339q0 200 140 340t340 140t340 -140zM609 500v78h-72q-44 0 -74 -33.5t-30 -80.5v-44h-76v-74h76v-222h86v222h90v74h-90v52q0 28 18 28h72v0z" />
<glyph glyph-name="glyph245" unicode="&#xf30e;" horiz-adv-x="890"
d="M767 770q44 0 76 -31.5t32 -74.5v-646q0 -44 -32.5 -76t-75.5 -32h-162v310h114v134h-114v70q0 30 28 30h86v152h-96q-74 0 -124 -54.5t-50 -131.5v-66h-104v-134h104v-310h-326q-43 0 -75.5 32t-32.5 76v646q0 43 32 74.5t76 31.5h644v0z" />
<glyph glyph-name="glyph246" unicode="&#xf30f;" horiz-adv-x="926"
d="M291 282q-32 45 -32 86l2 14h-14q-63 0 -110 30q-74 44 -74 160q0 53 23.5 98.5t57.5 68.5q75 51 151 51h230v-4q0 -22 -78 -36q-27 0 -38 -6q39 -20 53.5 -54.5t14.5 -97.5q0 -102 -68 -158q-38 -38 -38 -54q0 -17 50 -64q104 -90 104 -178q0 -140 -116 -194
q-67 -34 -150 -34h-4l-4 2q-2 -2 -4 -2q-57 0 -129 26q-47 16 -75 58t-28 102t32 101t83 57q89 28 159 28h2zM271 236q-59 -2 -109.5 -43t-46.5 -97q4 -54 58 -82t119.5 -22t103.5 40q41 37 37 88q-4 54 -44 85t-102 31h-16zM251 728q-10 0 -20 -2q-40 -12 -58 -62
q-15 -59 -1 -109t46 -82q33 -33 71 -33q10 0 18 2q42 12 63 66t3 112q-30 108 -122 108zM761 446h150v-94h-150v-150h-94v150h-150v94h150v150h94v-150v0z" />
<glyph glyph-name="glyph247" unicode="&#xf310;" horiz-adv-x="990"
d="M449 486q8 -30 -1 -57t-31 -33h-10q-42 0 -60 60q-6 29 2 54q12 32 40 32q43 0 60 -56zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM385 128h8q41 0 74 16q60 30 60 98
q0 44 -52 92q-26 23 -26 32q0 12 20 26q34 34 34 80q0 58 -36 78q4 4 20 4q40 4 40 16v4h-116q-28 0 -45 -7.5t-41 -28.5q-32 -29 -32 -76q0 -44 25 -70t69 -26h6q-4 -23 16 -50h-2q-138 0 -138 -94q0 -41 28 -63q22 -18 40 -24.5t48 -6.5zM721 400h-76v76h-48v-76h-76v-48
h76v-76h48v76h76v48zM407 294q30 0 51 -16.5t23 -43.5q2 -28 -20.5 -45t-53.5 -19q-33 -4 -59.5 10.5t-28.5 41.5q0 30 23 49.5t57 22.5h8v0z" />
<glyph glyph-name="glyph248" unicode="&#xf312;" horiz-adv-x="808"
d="M335 190q-24 -124 -58 -211q-31 -81 -96 -129q-10 120 -5 167q2 28 9 63q18 96 48 203q17 59 24 99q-24 51 -19 116q5 61 47 105t100 21q72 -28 31 -154q-27 -85 -32 -103q-15 -50 -4 -90q10 -38 63 -49q72 -15 123.5 39.5t71.5 129.5q21 81 11 163q-11 85 -54 128
q-61 64 -151 70q-96 6 -168 -35.5t-115 -114.5q-46 -77 -32 -170q5 -23 22 -52q21 -36 22 -51.5t-18 -62.5q-146 35 -140 230q5 138 105 234q100 95 233 112q164 18 290 -57t144 -219q26 -176 -66 -317q-91 -141 -252 -129q-23 2 -42 9t-30 13.5t-31 20.5q-23 16 -31 21v0z
" />
<glyph glyph-name="glyph249" unicode="&#xf313;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141t-340 141q-140 142 -140 339q0 200 140 340t340 140t340 -140zM527 238q82 -7 128 64t34 162q-11 73 -74 110q-66 38 -146 28q-65 -7 -117 -56q-52 -48 -53 -118q-4 -99 70 -116q9 23 9 31.5t-10 25.5
q-10 16 -11 27q-13 96 78 144q92 48 158 -18q48 -48 20 -148q-28 -99 -98 -86q-41 8 -33 54q7 45 24 86q16 40 -21 60q-42 18 -65 -33q-23 -52 1 -89q-5 -24 -21 -83q-16 -63 -18 -87q-1 -12 1 -98q52 37 78 172q47 -31 66 -32v0z" />
<glyph glyph-name="glyph250" unicode="&#xf315;" horiz-adv-x="590"
d="M575 -58q-97 -52 -208 -52q-59 0 -110 16q-51 19 -82 46q-35 30 -46 64q-14 31 -14 96v322h-100v130q107 36 154 130q24 53 30 116h130v-232h216v-144h-216v-236q0 -83 8 -102q11 -25 32 -36q29 -20 68 -20q68 0 138 46v-144v0z" />
<glyph glyph-name="glyph251" unicode="&#xf316;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM625 144v74q-36 -24 -70 -24q-17 0 -36 10q-13 8 -14 18q-6 12 -6 52v118h110v74h-110v118h-64q-8 -44 -16.5 -62.5
t-31.5 -37.5q-24 -19 -46 -26v-66h50v-162q0 -52 32 -80q13 -13 40 -24q34 -8 56 -8q57 0 106 26v0z" />
<glyph glyph-name="glyph252" unicode="&#xf318;" horiz-adv-x="930"
d="M219 698q0 -42 -30 -69t-74 -27q-42 0 -71 27.5t-29 68.5q0 43 28.5 69.5t73.5 26.5t72.5 -26.5t29.5 -69.5zM21 526h192v-618h-192v618zM327 328q0 98 -4 198h166l10 -86h4q60 100 190 100q108 0 165 -72t57 -194v-366h-192v342q0 134 -98 134q-69 0 -98 -72
q-6 -12 -6 -48v-356h-194v420v0z" />
<glyph glyph-name="glyph253" unicode="&#xf319;" horiz-adv-x="990"
d="M835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM377 464h-96v-312h96v312zM329 600q-21 0 -36.5 -14t-15.5 -34q0 -48 52 -48t52 48t-52 48zM733 152v184q0 61 -29 98.5
t-83 37.5q-66 0 -96 -50h-2l-6 42h-84q2 -38 2 -100v-212h98v180q0 19 4 24q12 38 50 38q48 0 48 -68v-174h98v0z" />
<glyph glyph-name="glyph254" unicode="&#xf31b;" horiz-adv-x="950"
d="M453 480q-48 85 -122 193q-19 29 -24 33q-80 -39 -137.5 -111t-78.5 -163q182 0 362 48zM517 352q-11 31 -32 68q-183 -56 -402 -56v-14q0 -150 100 -262q9 15 13 21q42 62 103 119q37 35 94 68.5t110 51.5q7 4 14 4zM233 42l-8 6q6 -6 8 -6zM381 732zM735 646
q-115 98 -260 98q-49 0 -92 -12q79 -104 146 -228q139 53 204 140zM150 25q-135 135 -135 325t135 325t325 135t325 -135t135 -325t-135 -325t-325 -135t-325 135zM543 286q-216 -74 -308 -242l-2 -2q109 -84 242 -84q76 0 154 32q-24 141 -84 298zM585 388l10 -20
q110 13 230 -6q35 -6 42 -8q0 139 -88 246l-8 -10q-18 -23 -68 -63q-64 -50 -144 -83q14 -28 26 -56zM619 306q52 -146 76 -280q139 91 168 262q-5 3 -39 11q-104 24 -205 7v0z" />
<glyph glyph-name="glyph255" unicode="&#xf31c;" horiz-adv-x="990"
d="M509 352q-44 -14 -82 -44q-55 -44 -80 -86q-48 58 -48 128v4q107 0 200 28l14 -28zM523 432q-24 44 -70 110q12 4 42 4q73 0 128 -46q-32 -42 -100 -68zM529 316q34 -89 40 -146q-35 -16 -74 -16q-69 0 -118 42q41 80 152 120zM305 394q18 92 104 134q34 -43 72 -110
q-91 -24 -176 -24zM609 328q33 0 80 -10q-16 -82 -82 -128q-6 57 -36 136q16 2 38 2zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM662 185q69 69 69 165q0 98 -69 167
t-167 69q-99 0 -166 -69q-68 -70 -68 -167q0 -95 68 -165q67 -69 166 -69q98 0 167 69zM541 398q73 29 108 74q42 -52 42 -116q-51 8 -90 8q-26 0 -44 -2q-2 2 -2 4q0 4 -2 4q-6 10 -12 28v0z" />
<glyph glyph-name="glyph256" unicode="&#xf31e;"
d="M239 142q19 0 35.5 16t16.5 36v314q0 92 66 157q67 65 158 65t158 -65q66 -65 66 -157v-60l-102 -34l-70 34v60q0 22 -15 37t-37 15q-20 0 -36 -15.5t-16 -36.5v-314q0 -92 -66 -158t-158 -66t-158 66t-66 158v132h172v-132q0 -20 16.5 -36t35.5 -16zM845 326h170v-132
q0 -92 -66 -158t-158 -66t-158 66t-66 158v134l70 -32l102 32v-134q0 -20 16.5 -36t35.5 -16q22 0 38 15t16 37v132v0z" />
<glyph glyph-name="glyph257" unicode="&#xf31f;" horiz-adv-x="990"
d="M834 690q141 -140 141 -340q0 -198 -141 -339t-339 -141q-201 0 -340 141q-140 142 -140 339q0 200 140 340t340 140q197 0 339 -140zM355 164q46 0 79 33t33 79v160q0 26 28 26q26 0 26 -26v-30l34 -18l52 18v30q0 46 -33 79t-79 33t-80 -33t-34 -79v-160q0 -26 -26 -26
t-26 26v68h-88v-68q0 -46 34 -79t80 -33zM747 276v68h-86v-68q0 -26 -26 -26q-28 0 -28 26v68l-52 -16l-34 16v-68q0 -46 33.5 -79t80.5 -33q46 0 79 33t33 79v0z" />
<glyph glyph-name="glyph258" unicode="&#xf321;"
d="M409 222l34 -100q-64 -52 -168 -52q-107 0 -183 73q-77 74 -77 199q0 129 80 209q79 79 188 79q111 0 167 -45q55 -44 91 -159l36 -116q48 -146 202 -146q120 0 120 60q0 54 -78 72l-78 18q-134 35 -134 152q0 89 58 126q59 38 146 38q184 0 198 -146l-114 -14
q-7 70 -90 70q-82 0 -82 -62q0 -50 66 -66l74 -16q150 -36 150 -166q0 -160 -238 -160q-136 0 -204 53q-69 53 -100 149l-36 116q-4 10 -9 25.5t-7.5 22.5t-7 17t-10 18.5t-13.5 19.5q-32 43 -103 43q-64 0 -113 -46t-49 -142q0 -81 46 -130q47 -50 110 -50q60 0 128 56v0z
" />
<glyph glyph-name="glyph259" unicode="&#xf322;" horiz-adv-x="990"
d="M834 690q141 -140 141 -340q0 -198 -141 -339t-339 -141q-201 0 -340 141q-140 142 -140 339q0 200 140 340t340 140q197 0 339 -140zM627 210q120 0 120 80q0 66 -76 84l-38 8q-32 8 -32 34q0 30 40 30q45 0 46 -34l58 6q-6 74 -100 74q-102 0 -102 -84q0 -60 66 -76
l40 -8q40 -10 40 -36q0 -32 -62 -32q-76 0 -100 74l-20 58q-18 58 -45 81q-28 23 -85 23q-55 0 -95 -40q-41 -41 -41 -106q0 -59 37.5 -97.5t94.5 -38.5q54 0 86 26l-18 50q-28 -28 -66 -28q-34 0 -56 26.5t-22 63.5q0 43 22 69.5t60 26.5q34 0 49 -18t27 -56l18 -58
q31 -102 154 -102v0z" />
<glyph glyph-name="glyph260" unicode="&#xf324;" horiz-adv-x="951"
d="M781 402q4 -28 4 -52q0 -159 -113 -275q-112 -115 -273 -115q-159 0 -271 115q-113 116 -113 275q0 163 112 276q113 114 272 114q54 0 90 -10v-222q-77 26 -154 -10q-70 -34 -101 -101q-31 -66 -5 -129q25 -59 95 -79q69 -19 139 15q52 26 87 80t35 122v286
q15 -7 24 -14q174 -108 310 -114q33 -2 4 -52q-42 -76 -130 -106l-12 -4v0z" />
<glyph glyph-name="glyph261" unicode="&#xf325;" horiz-adv-x="990"
d="M834 690q141 -140 141 -340q0 -198 -141 -339t-339 -141q-201 0 -340 141q-140 142 -140 339q0 200 140 340t340 140q197 0 339 -140zM665 376q53 16 72 60q12 22 -4 22q-73 5 -156 58q-1 1 -6 4t-6 4v-146q0 -74 -62 -100q-36 -18 -70.5 -8.5t-47.5 40.5
q-16 35 3.5 67.5t50.5 46.5q36 20 78 6v112q-23 6 -46 6q-80 0 -137 -58t-57 -140q0 -80 57 -138t137 -58t138 58t58 138q0 3 -1 13t-1 13v0z" />
<glyph glyph-name="glyph262" unicode="&#xf327;" horiz-adv-x="910"
d="M766 661q129 -129 129 -311q0 -116 -53 -210t-137 -152q-101 170 -310 176q-162 6 -272 -104q-108 124 -108 290q0 184 128 312t312 128q182 0 311 -129zM661 232q-172 106 -422 48q-26 -8 -20 -32q6 -27 32 -22q228 54 382 -40q23 -14 36 8q16 22 -8 38zM711 366
q-102 62 -235 77q-137 15 -251 -19q-31 -10 -24 -44q12 -32 42 -22q115 32 233.5 16.5t200.5 -66.5q28 -19 46 10q18 30 -12 48zM783 462q19 34 -14 56q-117 69 -288 82q-173 14 -282 -24q-13 -4 -21.5 -18.5t-4.5 -31.5q11 -38 50 -28q93 34 249 22q154 -12 255 -72
q34 -19 56 14zM391 34q119 -6 172 -110q-67 -14 -108 -14q-113 0 -214 56q59 72 150 68v0z" />
<glyph glyph-name="glyph263" unicode="&#xf328;" horiz-adv-x="990"
d="M834 690q141 -140 141 -340q0 -126 -58.5 -229t-149.5 -165q-108 186 -338 192q-176 6 -296 -114q-118 137 -118 316q0 200 140 340t340 140q197 0 339 -140zM719 220q-188 114 -460 54q-30 -7 -22 -36q7 -30 36 -22q245 58 416 -46q26 -14 40 10q14 26 -10 40zM775 366
q-103 64 -245 83.5t-287 -19.5q-34 -10 -24 -46q10 -33 46 -26q111 34 244 19t228 -73q32 -20 50 12q18 34 -12 50zM853 472q20 38 -16 62q-127 74 -314 89t-306 -27q-16 -3 -26.5 -19.5t-3.5 -34.5q6 -17 21 -26.5t35 -3.5q103 36 271 23q171 -14 277 -77q38 -24 62 14z
M427 4q131 -5 186 -118q-58 -16 -118 -16q-125 0 -234 62q66 73 166 72v0z" />
<glyph glyph-name="glyph264" unicode="&#xf32a;" horiz-adv-x="952"
d="M827 200q28 -21 37 -49.5t-11 -64.5q-109 -154 -298 -187q-187 -33 -344 77q-26 18 -38 30q153 -49 276 -7q115 38 181 100q43 41 53 52q18 20 28 35q19 29 52 33t64 -19zM215 230q16 -36 0.5 -64t-46.5 -42q-37 -17 -67 -6.5t-43 40.5q-80 173 -14 352q66 181 238 260
q19 8 44 16q-85 -77 -123 -170q-39 -95 -32 -178q6 -76 15 -120.5t28 -87.5zM829 646q122 -147 106 -336q-6 -39 -8 -48q-18 83 -63 156t-102 116q-40 30 -97.5 57.5t-104.5 37.5q-13 3 -34 5.5t-31.5 4.5t-23.5 9t-22 19q-19 29 -15.5 65t25.5 58t58 20q190 -18 312 -164z
M321 324q17 39 34 46v6q0 11 8 24v2q0 6 2 12q4 50 33.5 82t78.5 32q48 0 78 -32.5t32 -81.5q2 -6 2 -12v-2q8 -8 8 -24v-6q17 -7 34 -46q25 -54 6 -66q-12 -6 -30 22q-6 -28 -30 -46q26 -11 26 -26q0 -16 -19.5 -24t-42.5 -8q-52 0 -60 26h-8q-12 -26 -62 -26
q-23 0 -42.5 8t-19.5 24q0 15 26 26q-24 19 -30 46q-18 -28 -28 -22q-22 10 4 66v0z" />
<glyph glyph-name="glyph265" unicode="&#xf32d;" horiz-adv-x="890"
d="M149 -80q-55 0 -94.5 40t-39.5 96v344h174q-4 -28 -4 -50q0 -107 76 -183q77 -77 184 -77q106 0 183 77t77 183q0 26 -6 50h176v-344q0 -56 -39.5 -96t-94.5 -40h-592zM741 780q55 0 94.5 -39t39.5 -95v-146h-218q-78 110 -212 110q-138 0 -212 -110h-218v146
q0 56 39.5 95t94.5 39h592zM685 614q0 -9 7.5 -16.5t16.5 -7.5h72q24 0 24 24v72q0 24 -24 24h-72q-24 0 -24 -24v-72zM605 350q0 -65 -47.5 -112.5t-112.5 -47.5t-112.5 47.5t-47.5 112.5q0 67 47 113.5t113 46.5t113 -46.5t47 -113.5v0z" />
<glyph glyph-name="glyph266" unicode="&#xf330;" horiz-adv-x="990"
d="M301 806l194 -158l-284 -184l-196 164zM681 54l116 78v-46l-302 -190l-302 190v46l118 -78q6 -2 12 -2q10 0 14 4l158 132l160 -132q4 -4 14 -4q6 0 12 2zM975 628l-194 -164l-286 184l196 158zM495 286l286 178l174 -140l-282 -184zM319 140l-282 184l174 140l284 -178
l-176 -146v0z" />
<glyph glyph-name="glyph267" unicode="&#xf333;" horiz-adv-x="796"
d="M677 700q31 0 59.5 -18t28.5 -46q0 -1 0.5 -9t2 -26.5t2.5 -37.5q14 -188 8 -315q-5 -106 -19.5 -176.5t-50.5 -120.5q-38 -51 -91 -51q-153 0 -194 26q-26 20 -18 130q1 39 37 59q34 19 69 19l34 -2l-4 -70q-16 -2 -38 -2q-19 0 -24 -26q-4 -37 40 -42l86 4q38 5 28 136
q-4 30 -52 39q-69 10 -96 17q-45 13 -73 65q-9 17 -11 17t-8 -58t-30 -58q-45 0 -139 15q-95 15 -115 35q-33 34 -62 149q-28 113 -28 151q0 34 58 30h116q78 0 78 72q0 8 -1 55.5t-1 56.5q0 82 40 82q89 0 120 -14q16 -7 28 -24t14 -36l4 -14zM667 366q-8 28 -29.5 53
t-48.5 25q-26 0 -44 -21.5t-22 -47.5q-5 -23 0 -29q5 -4 9.5 -5t7.5 -0.5t11 2.5t13 3q17 4 31 4q17 0 59 -16q10 -4 15 0q6 6 -2 32zM187 642q0 -22 -28 -22h-144l176 172q-4 -123 -4 -150v0z" />
<glyph glyph-name="glyph268" unicode="&#xf336;" horiz-adv-x="830"
d="M195 214l-180 -180v414q0 302 278 302h442l-312 -310q-6 -6 -10 -6q-8 0 -12 10v128q-94 0 -112 -2q-94 -16 -94 -146v-210zM635 488l180 180v-414q0 -304 -278 -304h-440l312 312q1 6 8 6q8 0 12 -10v-128q94 0 112 2q94 16 94 146v210v0z" />
<glyph glyph-name="glyph269" unicode="&#xf339;" horiz-adv-x="950"
d="M935 132q0 -108 -75 -185t-179 -77q-61 0 -120 32q-56 -8 -80 -8q-182 0 -311 132t-129 320q0 46 10 90q-36 60 -36 134q0 107 74 184q73 76 180 76q75 0 136 -40q34 8 76 8q183 0 310 -132q128 -133 128 -320q0 -49 -10 -96q26 -60 26 -118zM705 130q30 46 30 100
q0 45 -16 80q-17 31 -50 54q-37 23 -76 36q-74 21 -96 26q-97 14 -122 50q-10 10 -10 26q0 24 28 42q26 20 76 20t74 -18q27 -24 38 -50q18 -28 26 -36q17 -12 38 -12q26 0 45 19t19 45q0 19 -14 52q-17 24 -42 48q-27 21 -74 38q-50 14 -102 14q-74 0 -128 -22
q-52 -19 -84 -57t-32 -95q0 -53 28 -90q33 -39 76 -56q48 -22 116 -36q9 -2 80 -20q29 -10 46 -28q18 -14 18 -42q0 -38 -37 -59t-85 -21q-72 0 -100 40q-25 45 -26 46q-7 23 -24 40q-20 14 -40 14q-26 0 -45 -17.5t-19 -42.5q0 -45 30 -85t70 -63q64 -34 158 -34
q78 0 138 24q60 28 88 70v0z" />
<glyph glyph-name="glyph270" unicode="&#xf33a;" horiz-adv-x="990"
d="M563 276q0 -21 -20 -32.5t-48 -11.5q-19 0 -36 6q-24 13 -34 42q-6 17 -14 22q-8 8 -22 8q-13 0 -26 -10q-10 -10 -10 -24q0 -21 16 -46q42 -56 128 -56q39 0 78 14q36 18 48 40q18 24 18 56q0 27 -9.5 45.5t-29.5 29.5t-37 17t-47 13.5t-45 12.5q-5 2 -11.5 4t-8.5 3
t-5.5 3.5t-8.5 7.5q-6 6 -6 16q0 15 18 24.5t40 9.5q32 0 42 -10q12 -10 22 -28q6 -12 14 -20q11 -6 22 -6q14 0 24 10t10 24t-6 30q-5 9 -24 28q-21 15 -42 20q-24 8 -56 8q-86 0 -120 -46q-18 -22 -18 -50q0 -30 16 -52q20 -20 42 -32q49 -17 89 -25q33 -7 47 -21
q10 -7 10 -24zM835 690q140 -140 140 -340q0 -197 -140 -339q-139 -141 -340 -141q-198 0 -339 141t-141 339q0 200 141 340q142 140 339 140q200 0 340 -140zM611 82q58 0 100 43.5t42 102.5q0 35 -16 66q6 28 6 54q0 104 -72 178t-174 74q-24 0 -42 -2q-34 22 -74 22
q-59 0 -101.5 -43.5t-42.5 -102.5q0 -39 20 -76q-4 -15 -4 -50q0 -104 72 -178t172 -74q34 0 46 4q30 -18 68 -18v0z" />
<glyph glyph-name="glyph271" unicode="&#xf33c;" horiz-adv-x="950"
d="M399 516q-1 -149 -77 -274q-74 -123 -197 -184q-110 131 -110 296q0 170 110 298q109 127 274 156v-292zM697 -50q-103 -56 -222 -56t-220 56q178 114 220 288q42 -174 222 -288zM551 518v290q165 -29 274 -156q110 -128 110 -298q0 -168 -108 -296q-119 58 -197.5 181
t-78.5 279v0z" />
<glyph glyph-name="glyph272" unicode="&#xf33f;" horiz-adv-x="1026"
d="M865 212q0 -103 -127 -197q-128 -95 -313 -95q-161 0 -285 78q-125 78 -125 196q0 129 146 280q91 92 186 129q88 35 130 1t14 -120q-5 -14 8 -14l16 2q72 34 134 34q61 0 84 -34.5t-2 -99.5q-6 -18 16 -24q118 -37 118 -136zM627 71q80 65 72 145q-11 80 -100 128
q-90 48 -212 36t-202 -77q-81 -65 -70 -145q8 -80 98 -128t212 -36t202 77zM711 710q-16 0 -26 10t-10 26q0 34 36 34q123 0 212 -87q88 -87 88 -211v-2q0 -14 -11 -24t-25 -10t-24 10t-10 24q0 95 -68 163q-67 67 -162 67zM871 486q4 -15 -4.5 -27.5t-21.5 -14.5
q-34 -4 -42 28q-8 38 -36.5 66t-65.5 36q-34 7 -26 40q7 36 42 28q57 -12 99.5 -55t54.5 -101zM343 276q48 10 88 -12.5t48 -61.5q10 -39 -19 -77q-28 -37 -79 -45q-35 -7 -67.5 3.5t-50 33t-20.5 52.5t22 61q28 35 78 46v0z" />
<glyph glyph-name="glyph273" unicode="&#xf342;" horiz-adv-x="889"
d="M786 610q88 -43 88 -162q0 -130 -110 -210q-107 -80 -306 -80h-30q-17 0 -32.5 -12.5t-19.5 -27.5l-36 -156q-12 -42 -52 -42h-106q-17 0 -27.5 12.5t-6.5 29.5l6 24h68q17 0 32.5 13.5t19.5 28.5l36 156q10 40 52 40h30q196 0 306 80q110 83 110 210q0 56 -22 96z
M206 94q-2 -15 -18 -28.5t-32 -13.5h-108q-17 0 -26.5 12.5t-5.5 29.5l150 646q10 40 52 40h224q75 0 126 -8q58 -13 94 -34q35 -23 58 -62q20 -38 20 -96q0 -130 -110 -210q-107 -80 -304 -80h-32q-16 0 -32 -12.5t-18 -27.5zM294 468q-4 -16 6.5 -28t25.5 -12h28
q86 0 134 36q48 34 48 98q0 47 -32 65.5t-92 18.5h-34q-42 0 -52 -40l-32 -138v0z" />
<glyph glyph-name="glyph274" unicode="&#xf345;" horiz-adv-x="950"
d="M423 616l-396 -362q-12 48 -12 96q0 138 70.5 246t179.5 164q14 -16 158 -144zM665 492l-328 296q63 22 138 22q100 0 190 -40v-278zM735 730q88 -60 144 -159t56 -221q0 -79 -26 -152h-174v532zM115 240l102 92v-362q-115 80 -168 210q12 12 66 60zM287 -70v198h590
q-53 -96 -147.5 -161t-212.5 -77h-84q-86 11 -146 40v0z" />
<glyph glyph-name="glyph275" unicode="&#xf348;"
d="M49 178q0 -4 -10 -4q-6 0 -10 4l-14 70l14 72q4 4 10 4q10 0 10 -4l16 -72zM151 140q0 -8 -12 -8t-12 8l-12 108l12 166q0 8 12 8t12 -8l14 -166zM253 142q0 -10 -14 -10t-14 8l-10 108l10 222q0 10 14 10t14 -10l12 -222zM355 142q0 -10 -16 -10t-16 10l-8 106l8 224
q0 10 16 10t16 -10l10 -224zM457 144q0 -12 -18 -12q-17 0 -18 12l-6 104l6 256q5 14 18 14q18 0 18 -14l8 -256zM529 132q-14 0 -14 14v396q0 10 12 14q37 14 84 14q88 0 153 -58.5t73 -141.5q23 10 50 10q51 0 89.5 -37t38.5 -87q0 -52 -38 -89t-90 -37l-358 2v0z" />
<glyph glyph-name="glyph276" unicode="&#xf34b;" horiz-adv-x="1028"
d="M173 89q-136 101 -155 255q-23 170 108 308q131 139 336 164q207 26 366 -77q130 -84 170 -214.5t-23 -302.5q-49 -126 -165 -225t-270 -117v108h-48q-183 0 -319 101zM798 208v276q0 35 -10 52q-8 19 -30 38q-18 13 -44 20q-28 6 -56 6q-70 0 -116 -46q-9 15 -36 32
q-31 14 -70 14q-66 0 -110 -38v30h-88v-384h92v236q0 19 14.5 39.5t31.5 26.5q19 10 40 10q25 0 46 -16q12 -26 12 -48v-248h90v236q0 36 22 54q22 22 62 22q20 0 32 -6q10 -1 16 -12q8 -8 8 -18q4 -17 4 -28v-248h90v0z" />
<glyph glyph-name="glyph277" unicode="&#xf34e;"
d="M337 680q81 0 128.5 -45.5t47.5 -126.5q0 -42 -20 -76.5t-50 -41.5l-24 -4q57 0 85 -40q30 -42 31 -80v-40q0 -52 -19 -93.5t-51 -60.5q-53 -32 -108 -38h-342v646h322zM327 422q31 0 42.5 18t11.5 58q0 24 -9 43.5t-25 22.5l-10 2h-180v-144h170zM403 234q0 40 -16 62
q-17 23 -32 24l-18 2h-180v-172h172q74 0 74 84zM797 516q65 0 114.5 -27.5t70.5 -71.5q38 -82 33 -151l-2 -30h-320q0 -54 27 -82t55 -28l26 -2q45 0 71 17t27 33l2 18h108q0 -82 -53 -124q-53 -43 -105 -44l-54 -2q-66 0 -118 23.5t-76 63.5q-44 72 -44 133v26q0 37 15 87
t39 79.5t69 54.5q50 27 115 27zM895 322q0 32 -20 65q-9 15 -30 25t-44 10q-42 0 -70 -25t-34 -51l-6 -24h204zM921 642v-78h-256v78h256v0z" />
<glyph glyph-name="glyph278" unicode="&#xf351;" horiz-adv-x="950"
d="M829 704q106 -106 106 -256q0 -142 -96 -247q-95 -104 -236 -115q-33 -82 -109.5 -139t-174.5 -57q-127 0 -215 90q-89 91 -89 214q0 99 56 175t138 109q12 140 116 236q103 96 246 96q152 0 258 -106zM117 194q0 -83 59.5 -142.5t142.5 -59.5q119 0 174 100
q-103 22 -178.5 97t-97.5 179q-100 -55 -100 -174zM323 396q16 -75 70 -128.5t128 -69.5q-2 80 -60.5 138t-137.5 60zM623 198q85 17 143.5 86.5t58.5 163.5q0 106 -75 180q-76 74 -179 74q-91 0 -161 -58q-71 -59 -87 -146q123 -1 211 -89t89 -211zM119 596q-42 0 -73 30
t-31 72q0 43 30.5 73.5t73.5 30.5t73.5 -30t30.5 -74q0 -43 -30.5 -72.5t-73.5 -29.5zM119 756q-24 0 -40 -17t-16 -41q0 -23 16.5 -39.5t39.5 -16.5t40.5 17t17.5 39q0 24 -17 41t-41 17v0z" />
<glyph glyph-name="glyph279" unicode="&#xf354;" horiz-adv-x="990"
d="M547 302q-18 8 -54 8h-58v-116h52q49 0 62 10q24 14 24 50q0 31 -26 48zM525 402q20 17 20 44q0 28 -24 42q-11 6 -60 6h-26v-102h34q43 0 56 10zM807 830q70 0 119 -49t49 -119v-622q0 -70 -49 -120t-119 -50h-624q-70 0 -119 50t-49 120v622q0 70 49 119t119 49h624z
M521 106q85 0 125 42q41 43 41 102q0 96 -96 116v2q68 23 68 102q0 48 -34.5 78t-85.5 30h-214v-472h196v0z" />
<glyph glyph-name="glyph280" unicode="&#xf357;" horiz-adv-x="970"
d="M593 144q8 -60 -56 -84q-21 -10 -50 -10q-55 0 -110 20q-52 19 -78 40l-26 18l-74 -170q69 -34 136 -56l-80 -20q-30 -6 -53.5 10t-30.5 42l-154 646q-7 30 9.5 54.5t42.5 29.5l186 44q-66 -72 -60 -182q6 -78 72 -141t166 -99q150 -58 160 -142zM953 122q8 -30 -9 -54
t-43 -30l-136 -34q43 59 44 136q4 88 -54 164t-186 118q-152 53 -158 126q-6 52 56 72q22 10 54 8q47 -2 93.5 -14.5t68.5 -31.5l16 -14l58 160q-79 42 -176 60l134 32q30 6 53.5 -10t30.5 -42l154 -646v0z" />
<glyph glyph-name="glyph281" unicode="&#xf601;" horiz-adv-x="930"
d="M865 650q19 0 34.5 -15t15.5 -35v-200h-500v250h450zM15 300h300v-250h-260q-40 0 -40 50v200zM915 100q0 -22 -14 -36t-36 -14h-450v250h500v-200zM15 600q0 50 40 50h260v-250h-300v200v0z" />
<glyph glyph-name="glyph282" unicode="&#xf600;" horiz-adv-x="930"
d="M465 800q276 0 363 -88t87 -362q0 -276 -87 -363t-363 -87q-273 0 -362 87q-88 87 -88 363q0 274 88 362t362 88v0z" />
<glyph glyph-name="glyph283" unicode="&#xf603;" horiz-adv-x="756"
d="M557 60q-41 -68 -111.5 -87t-154.5 25l-64 36l-108 -184l-56 32l206 358q-67 -10 -134 28l-120 70l186 324l122 -70q67 -41 92 -100l206 358l58 -34l-108 -186l64 -36q75 -43 98 -119q22 -75 -20 -143q-47 -87 -152 -92q48 -90 -4 -180zM541 580l-124 -216l-2 -6l62 -36
q57 -30 103 -16.5t73 60.5q29 57 13.5 102.5t-61.5 73.5zM165 320q57 -30 103 -16.5t73 60.5q29 56 13.5 103t-61.5 73l-64 38l-128 -222zM321 50q57 -30 103 -16.5t73 60.5q22 37 18.5 71t-21.5 60.5t-47 44.5l-62 36l-4 -4l-124 -216l64 -36v0z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 113 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

View File

@@ -0,0 +1,115 @@
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer
{
overflow: hidden;
position: relative;
}
.jspPane
{
position: absolute;
}
.jspVerticalBar
{
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 100%;
background: red;
}
.jspHorizontalBar
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 16px;
background: red;
}
.jspCap
{
display: none;
}
.jspHorizontalBar .jspCap
{
float: left;
}
.jspTrack
{
background: #dde;
position: relative;
}
.jspDrag
{
background: #bbd;
position: relative;
top: 0;
left: 0;
cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
float: left;
height: 100%;
}
.jspArrow
{
background: #50506d;
text-indent: -20000px;
display: block;
cursor: pointer;
padding: 0;
margin: 0;
}
.jspArrow.jspDisabled
{
cursor: default;
background: #80808d;
}
.jspVerticalBar .jspArrow
{
height: 16px;
}
.jspHorizontalBar .jspArrow
{
width: 16px;
float: left;
height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
outline: none;
}
.jspCorner
{
background: #eeeef4;
float: left;
height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
margin: 0 -3px 0 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,675 @@
//! moment.js
//! version : 2.14.1
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
!function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.moment=b()}(this,function(){"use strict";function a(){return je.apply(null,arguments)}
// This is done to register the method called with moment()
// without creating circular dependencies.
function b(a){je=a}function c(a){return a instanceof Array||"[object Array]"===Object.prototype.toString.call(a)}function d(a){return"[object Object]"===Object.prototype.toString.call(a)}function e(a){var b;for(b in a)
// even if its not own property I'd still call it non-empty
return!1;return!0}function f(a){return a instanceof Date||"[object Date]"===Object.prototype.toString.call(a)}function g(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function h(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function i(a,b){for(var c in b)h(b,c)&&(a[c]=b[c]);return h(b,"toString")&&(a.toString=b.toString),h(b,"valueOf")&&(a.valueOf=b.valueOf),a}function j(a,b,c,d){return qb(a,b,c,d,!0).utc()}function k(){
// We need to deep clone this object.
return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null}}function l(a){return null==a._pf&&(a._pf=k()),a._pf}function m(a){if(null==a._isValid){var b=l(a),c=ke.call(b.parsedDateParts,function(a){return null!=a});a._isValid=!isNaN(a._d.getTime())&&b.overflow<0&&!b.empty&&!b.invalidMonth&&!b.invalidWeekday&&!b.nullInput&&!b.invalidFormat&&!b.userInvalidated&&(!b.meridiem||b.meridiem&&c),a._strict&&(a._isValid=a._isValid&&0===b.charsLeftOver&&0===b.unusedTokens.length&&void 0===b.bigHour)}return a._isValid}function n(a){var b=j(NaN);return null!=a?i(l(b),a):l(b).userInvalidated=!0,b}function o(a){return void 0===a}function p(a,b){var c,d,e;if(o(b._isAMomentObject)||(a._isAMomentObject=b._isAMomentObject),o(b._i)||(a._i=b._i),o(b._f)||(a._f=b._f),o(b._l)||(a._l=b._l),o(b._strict)||(a._strict=b._strict),o(b._tzm)||(a._tzm=b._tzm),o(b._isUTC)||(a._isUTC=b._isUTC),o(b._offset)||(a._offset=b._offset),o(b._pf)||(a._pf=l(b)),o(b._locale)||(a._locale=b._locale),le.length>0)for(c in le)d=le[c],e=b[d],o(e)||(a[d]=e);return a}
// Moment prototype object
function q(b){p(this,b),this._d=new Date(null!=b._d?b._d.getTime():NaN),me===!1&&(me=!0,a.updateOffset(this),me=!1)}function r(a){return a instanceof q||null!=a&&null!=a._isAMomentObject}function s(a){return 0>a?Math.ceil(a)||0:Math.floor(a)}function t(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=s(b)),c}
// compare two arrays, return the number of differences
function u(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;e>d;d++)(c&&a[d]!==b[d]||!c&&t(a[d])!==t(b[d]))&&g++;return g+f}function v(b){a.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+b)}function w(b,c){var d=!0;return i(function(){return null!=a.deprecationHandler&&a.deprecationHandler(null,b),d&&(v(b+"\nArguments: "+Array.prototype.slice.call(arguments).join(", ")+"\n"+(new Error).stack),d=!1),c.apply(this,arguments)},c)}function x(b,c){null!=a.deprecationHandler&&a.deprecationHandler(b,c),ne[b]||(v(c),ne[b]=!0)}function y(a){return a instanceof Function||"[object Function]"===Object.prototype.toString.call(a)}function z(a){var b,c;for(c in a)b=a[c],y(b)?this[c]=b:this["_"+c]=b;this._config=a,
// Lenient ordinal parsing accepts just a number in addition to
// number + (possibly) stuff coming from _ordinalParseLenient.
this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function A(a,b){var c,e=i({},a);for(c in b)h(b,c)&&(d(a[c])&&d(b[c])?(e[c]={},i(e[c],a[c]),i(e[c],b[c])):null!=b[c]?e[c]=b[c]:delete e[c]);for(c in a)h(a,c)&&!h(b,c)&&d(a[c])&&(
// make sure changes to properties don't modify parent config
e[c]=i({},e[c]));return e}function B(a){null!=a&&this.set(a)}function C(a,b,c){var d=this._calendar[a]||this._calendar.sameElse;return y(d)?d.call(b,c):d}function D(a){var b=this._longDateFormat[a],c=this._longDateFormat[a.toUpperCase()];return b||!c?b:(this._longDateFormat[a]=c.replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a])}function E(){return this._invalidDate}function F(a){return this._ordinal.replace("%d",a)}function G(a,b,c,d){var e=this._relativeTime[c];return y(e)?e(a,b,c,d):e.replace(/%d/i,a)}function H(a,b){var c=this._relativeTime[a>0?"future":"past"];return y(c)?c(b):c.replace(/%s/i,b)}function I(a,b){var c=a.toLowerCase();we[c]=we[c+"s"]=we[b]=a}function J(a){return"string"==typeof a?we[a]||we[a.toLowerCase()]:void 0}function K(a){var b,c,d={};for(c in a)h(a,c)&&(b=J(c),b&&(d[b]=a[c]));return d}function L(a,b){xe[a]=b}function M(a){var b=[];for(var c in a)b.push({unit:c,priority:xe[c]});return b.sort(function(a,b){return a.priority-b.priority}),b}function N(b,c){return function(d){return null!=d?(P(this,b,d),a.updateOffset(this,c),this):O(this,b)}}function O(a,b){return a.isValid()?a._d["get"+(a._isUTC?"UTC":"")+b]():NaN}function P(a,b,c){a.isValid()&&a._d["set"+(a._isUTC?"UTC":"")+b](c)}
// MOMENTS
function Q(a){return a=J(a),y(this[a])?this[a]():this}function R(a,b){if("object"==typeof a){a=K(a);for(var c=M(a),d=0;d<c.length;d++)this[c[d].unit](a[c[d].unit])}else if(a=J(a),y(this[a]))return this[a](b);return this}function S(a,b,c){var d=""+Math.abs(a),e=b-d.length,f=a>=0;return(f?c?"+":"":"-")+Math.pow(10,Math.max(0,e)).toString().substr(1)+d}
// token: 'M'
// padded: ['MM', 2]
// ordinal: 'Mo'
// callback: function () { this.month() + 1 }
function T(a,b,c,d){var e=d;"string"==typeof d&&(e=function(){return this[d]()}),a&&(Be[a]=e),b&&(Be[b[0]]=function(){return S(e.apply(this,arguments),b[1],b[2])}),c&&(Be[c]=function(){return this.localeData().ordinal(e.apply(this,arguments),a)})}function U(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function V(a){var b,c,d=a.match(ye);for(b=0,c=d.length;c>b;b++)Be[d[b]]?d[b]=Be[d[b]]:d[b]=U(d[b]);return function(b){var e,f="";for(e=0;c>e;e++)f+=d[e]instanceof Function?d[e].call(b,a):d[e];return f}}
// format date using native date object
function W(a,b){return a.isValid()?(b=X(b,a.localeData()),Ae[b]=Ae[b]||V(b),Ae[b](a)):a.localeData().invalidDate()}function X(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(ze.lastIndex=0;d>=0&&ze.test(a);)a=a.replace(ze,c),ze.lastIndex=0,d-=1;return a}function Y(a,b,c){Te[a]=y(b)?b:function(a,d){return a&&c?c:b}}function Z(a,b){return h(Te,a)?Te[a](b._strict,b._locale):new RegExp($(a))}
// Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript
function $(a){return _(a.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e}))}function _(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function aa(a,b){var c,d=b;for("string"==typeof a&&(a=[a]),"number"==typeof b&&(d=function(a,c){c[b]=t(a)}),c=0;c<a.length;c++)Ue[a[c]]=d}function ba(a,b){aa(a,function(a,c,d,e){d._w=d._w||{},b(a,d._w,d,e)})}function ca(a,b,c){null!=b&&h(Ue,a)&&Ue[a](b,c._a,c,a)}function da(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function ea(a,b){return c(this._months)?this._months[a.month()]:this._months[(this._months.isFormat||cf).test(b)?"format":"standalone"][a.month()]}function fa(a,b){return c(this._monthsShort)?this._monthsShort[a.month()]:this._monthsShort[cf.test(b)?"format":"standalone"][a.month()]}function ga(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._monthsParse)for(
// this is not used
this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],d=0;12>d;++d)f=j([2e3,d]),this._shortMonthsParse[d]=this.monthsShort(f,"").toLocaleLowerCase(),this._longMonthsParse[d]=this.months(f,"").toLocaleLowerCase();return c?"MMM"===b?(e=pe.call(this._shortMonthsParse,g),-1!==e?e:null):(e=pe.call(this._longMonthsParse,g),-1!==e?e:null):"MMM"===b?(e=pe.call(this._shortMonthsParse,g),-1!==e?e:(e=pe.call(this._longMonthsParse,g),-1!==e?e:null)):(e=pe.call(this._longMonthsParse,g),-1!==e?e:(e=pe.call(this._shortMonthsParse,g),-1!==e?e:null))}function ha(a,b,c){var d,e,f;if(this._monthsParseExact)return ga.call(this,a,b,c);
// TODO: add sorting
// Sorting makes sure if one month (or abbr) is a prefix of another
// see sorting in computeMonthsParse
for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),d=0;12>d;d++){
// test the regex
if(e=j([2e3,d]),c&&!this._longMonthsParse[d]&&(this._longMonthsParse[d]=new RegExp("^"+this.months(e,"").replace(".","")+"$","i"),this._shortMonthsParse[d]=new RegExp("^"+this.monthsShort(e,"").replace(".","")+"$","i")),c||this._monthsParse[d]||(f="^"+this.months(e,"")+"|^"+this.monthsShort(e,""),this._monthsParse[d]=new RegExp(f.replace(".",""),"i")),c&&"MMMM"===b&&this._longMonthsParse[d].test(a))return d;if(c&&"MMM"===b&&this._shortMonthsParse[d].test(a))return d;if(!c&&this._monthsParse[d].test(a))return d}}
// MOMENTS
function ia(a,b){var c;if(!a.isValid())
// No op
return a;if("string"==typeof b)if(/^\d+$/.test(b))b=t(b);else
// TODO: Another silent failure?
if(b=a.localeData().monthsParse(b),"number"!=typeof b)return a;return c=Math.min(a.date(),da(a.year(),b)),a._d["set"+(a._isUTC?"UTC":"")+"Month"](b,c),a}function ja(b){return null!=b?(ia(this,b),a.updateOffset(this,!0),this):O(this,"Month")}function ka(){return da(this.year(),this.month())}function la(a){return this._monthsParseExact?(h(this,"_monthsRegex")||na.call(this),a?this._monthsShortStrictRegex:this._monthsShortRegex):(h(this,"_monthsShortRegex")||(this._monthsShortRegex=ff),this._monthsShortStrictRegex&&a?this._monthsShortStrictRegex:this._monthsShortRegex)}function ma(a){return this._monthsParseExact?(h(this,"_monthsRegex")||na.call(this),a?this._monthsStrictRegex:this._monthsRegex):(h(this,"_monthsRegex")||(this._monthsRegex=gf),this._monthsStrictRegex&&a?this._monthsStrictRegex:this._monthsRegex)}function na(){function a(a,b){return b.length-a.length}var b,c,d=[],e=[],f=[];for(b=0;12>b;b++)c=j([2e3,b]),d.push(this.monthsShort(c,"")),e.push(this.months(c,"")),f.push(this.months(c,"")),f.push(this.monthsShort(c,""));for(
// Sorting makes sure if one month (or abbr) is a prefix of another it
// will match the longer piece.
d.sort(a),e.sort(a),f.sort(a),b=0;12>b;b++)d[b]=_(d[b]),e[b]=_(e[b]);for(b=0;24>b;b++)f[b]=_(f[b]);this._monthsRegex=new RegExp("^("+f.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+d.join("|")+")","i")}
// HELPERS
function oa(a){return pa(a)?366:365}function pa(a){return a%4===0&&a%100!==0||a%400===0}function qa(){return pa(this.year())}function ra(a,b,c,d,e,f,g){
//can't just apply() to create a date:
//http://stackoverflow.com/questions/181348/instantiating-a-javascript-object-by-calling-prototype-constructor-apply
var h=new Date(a,b,c,d,e,f,g);
//the date constructor remaps years 0-99 to 1900-1999
return 100>a&&a>=0&&isFinite(h.getFullYear())&&h.setFullYear(a),h}function sa(a){var b=new Date(Date.UTC.apply(null,arguments));
//the Date.UTC function remaps years 0-99 to 1900-1999
return 100>a&&a>=0&&isFinite(b.getUTCFullYear())&&b.setUTCFullYear(a),b}
// start-of-first-week - start-of-year
function ta(a,b,c){var// first-week day -- which january is always in the first week (4 for iso, 1 for other)
d=7+b-c,
// first-week day local weekday -- which local weekday is fwd
e=(7+sa(a,0,d).getUTCDay()-b)%7;return-e+d-1}
//http://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday
function ua(a,b,c,d,e){var f,g,h=(7+c-d)%7,i=ta(a,d,e),j=1+7*(b-1)+h+i;return 0>=j?(f=a-1,g=oa(f)+j):j>oa(a)?(f=a+1,g=j-oa(a)):(f=a,g=j),{year:f,dayOfYear:g}}function va(a,b,c){var d,e,f=ta(a.year(),b,c),g=Math.floor((a.dayOfYear()-f-1)/7)+1;return 1>g?(e=a.year()-1,d=g+wa(e,b,c)):g>wa(a.year(),b,c)?(d=g-wa(a.year(),b,c),e=a.year()+1):(e=a.year(),d=g),{week:d,year:e}}function wa(a,b,c){var d=ta(a,b,c),e=ta(a+1,b,c);return(oa(a)-d+e)/7}
// HELPERS
// LOCALES
function xa(a){return va(a,this._week.dow,this._week.doy).week}function ya(){return this._week.dow}function za(){return this._week.doy}
// MOMENTS
function Aa(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")}function Ba(a){var b=va(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")}
// HELPERS
function Ca(a,b){return"string"!=typeof a?a:isNaN(a)?(a=b.weekdaysParse(a),"number"==typeof a?a:null):parseInt(a,10)}function Da(a,b){return"string"==typeof a?b.weekdaysParse(a)%7||7:isNaN(a)?null:a}function Ea(a,b){return c(this._weekdays)?this._weekdays[a.day()]:this._weekdays[this._weekdays.isFormat.test(b)?"format":"standalone"][a.day()]}function Fa(a){return this._weekdaysShort[a.day()]}function Ga(a){return this._weekdaysMin[a.day()]}function Ha(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],d=0;7>d;++d)f=j([2e3,1]).day(d),this._minWeekdaysParse[d]=this.weekdaysMin(f,"").toLocaleLowerCase(),this._shortWeekdaysParse[d]=this.weekdaysShort(f,"").toLocaleLowerCase(),this._weekdaysParse[d]=this.weekdays(f,"").toLocaleLowerCase();return c?"dddd"===b?(e=pe.call(this._weekdaysParse,g),-1!==e?e:null):"ddd"===b?(e=pe.call(this._shortWeekdaysParse,g),-1!==e?e:null):(e=pe.call(this._minWeekdaysParse,g),-1!==e?e:null):"dddd"===b?(e=pe.call(this._weekdaysParse,g),-1!==e?e:(e=pe.call(this._shortWeekdaysParse,g),-1!==e?e:(e=pe.call(this._minWeekdaysParse,g),-1!==e?e:null))):"ddd"===b?(e=pe.call(this._shortWeekdaysParse,g),-1!==e?e:(e=pe.call(this._weekdaysParse,g),-1!==e?e:(e=pe.call(this._minWeekdaysParse,g),-1!==e?e:null))):(e=pe.call(this._minWeekdaysParse,g),-1!==e?e:(e=pe.call(this._weekdaysParse,g),-1!==e?e:(e=pe.call(this._shortWeekdaysParse,g),-1!==e?e:null)))}function Ia(a,b,c){var d,e,f;if(this._weekdaysParseExact)return Ha.call(this,a,b,c);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),d=0;7>d;d++){
// test the regex
if(e=j([2e3,1]).day(d),c&&!this._fullWeekdaysParse[d]&&(this._fullWeekdaysParse[d]=new RegExp("^"+this.weekdays(e,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[d]=new RegExp("^"+this.weekdaysShort(e,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[d]=new RegExp("^"+this.weekdaysMin(e,"").replace(".",".?")+"$","i")),this._weekdaysParse[d]||(f="^"+this.weekdays(e,"")+"|^"+this.weekdaysShort(e,"")+"|^"+this.weekdaysMin(e,""),this._weekdaysParse[d]=new RegExp(f.replace(".",""),"i")),c&&"dddd"===b&&this._fullWeekdaysParse[d].test(a))return d;if(c&&"ddd"===b&&this._shortWeekdaysParse[d].test(a))return d;if(c&&"dd"===b&&this._minWeekdaysParse[d].test(a))return d;if(!c&&this._weekdaysParse[d].test(a))return d}}
// MOMENTS
function Ja(a){if(!this.isValid())return null!=a?this:NaN;var b=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=a?(a=Ca(a,this.localeData()),this.add(a-b,"d")):b}function Ka(a){if(!this.isValid())return null!=a?this:NaN;var b=(this.day()+7-this.localeData()._week.dow)%7;return null==a?b:this.add(a-b,"d")}function La(a){if(!this.isValid())return null!=a?this:NaN;
// behaves the same as moment#day except
// as a getter, returns 7 instead of 0 (1-7 range instead of 0-6)
// as a setter, sunday should belong to the previous week.
if(null!=a){var b=Da(a,this.localeData());return this.day(this.day()%7?b:b-7)}return this.day()||7}function Ma(a){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Pa.call(this),a?this._weekdaysStrictRegex:this._weekdaysRegex):(h(this,"_weekdaysRegex")||(this._weekdaysRegex=nf),this._weekdaysStrictRegex&&a?this._weekdaysStrictRegex:this._weekdaysRegex)}function Na(a){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Pa.call(this),a?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(h(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=of),this._weekdaysShortStrictRegex&&a?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Oa(a){return this._weekdaysParseExact?(h(this,"_weekdaysRegex")||Pa.call(this),a?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(h(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=pf),this._weekdaysMinStrictRegex&&a?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Pa(){function a(a,b){return b.length-a.length}var b,c,d,e,f,g=[],h=[],i=[],k=[];for(b=0;7>b;b++)c=j([2e3,1]).day(b),d=this.weekdaysMin(c,""),e=this.weekdaysShort(c,""),f=this.weekdays(c,""),g.push(d),h.push(e),i.push(f),k.push(d),k.push(e),k.push(f);for(
// Sorting makes sure if one weekday (or abbr) is a prefix of another it
// will match the longer piece.
g.sort(a),h.sort(a),i.sort(a),k.sort(a),b=0;7>b;b++)h[b]=_(h[b]),i[b]=_(i[b]),k[b]=_(k[b]);this._weekdaysRegex=new RegExp("^("+k.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+h.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+g.join("|")+")","i")}
// FORMATTING
function Qa(){return this.hours()%12||12}function Ra(){return this.hours()||24}function Sa(a,b){T(a,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),b)})}
// PARSING
function Ta(a,b){return b._meridiemParse}
// LOCALES
function Ua(a){
// IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays
// Using charAt should be more compatible.
return"p"===(a+"").toLowerCase().charAt(0)}function Va(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"}function Wa(a){return a?a.toLowerCase().replace("_","-"):a}
// pick the locale from the array
// try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each
// substring from most specific to least, but move to the next array item if it's a more specific variant than the current root
function Xa(a){for(var b,c,d,e,f=0;f<a.length;){for(e=Wa(a[f]).split("-"),b=e.length,c=Wa(a[f+1]),c=c?c.split("-"):null;b>0;){if(d=Ya(e.slice(0,b).join("-")))return d;if(c&&c.length>=b&&u(e,c,!0)>=b-1)
//the next array item is better than a shallower substring of this one
break;b--}f++}return null}function Ya(a){var b=null;
// TODO: Find a better way to register and load all the locales in Node
if(!uf[a]&&"undefined"!=typeof module&&module&&module.exports)try{b=qf._abbr,require("./locale/"+a),
// because defineLocale currently also sets the global locale, we
// want to undo that for lazy loaded locales
Za(b)}catch(c){}return uf[a]}
// This function will load locale and then set the global locale. If
// no arguments are passed in, it will simply return the current global
// locale key.
function Za(a,b){var c;
// moment.duration._locale = moment._locale = data;
return a&&(c=o(b)?ab(a):$a(a,b),c&&(qf=c)),qf._abbr}function $a(a,b){if(null!==b){var c=tf;
// treat as if there is no base config
// backwards compat for now: also set the locale
return b.abbr=a,null!=uf[a]?(x("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),c=uf[a]._config):null!=b.parentLocale&&(null!=uf[b.parentLocale]?c=uf[b.parentLocale]._config:x("parentLocaleUndefined","specified parentLocale is not defined yet. See http://momentjs.com/guides/#/warnings/parent-locale/")),uf[a]=new B(A(c,b)),Za(a),uf[a]}
// useful for testing
return delete uf[a],null}function _a(a,b){if(null!=b){var c,d=tf;
// MERGE
null!=uf[a]&&(d=uf[a]._config),b=A(d,b),c=new B(b),c.parentLocale=uf[a],uf[a]=c,
// backwards compat for now: also set the locale
Za(a)}else
// pass null for config to unupdate, useful for tests
null!=uf[a]&&(null!=uf[a].parentLocale?uf[a]=uf[a].parentLocale:null!=uf[a]&&delete uf[a]);return uf[a]}
// returns locale data
function ab(a){var b;if(a&&a._locale&&a._locale._abbr&&(a=a._locale._abbr),!a)return qf;if(!c(a)){if(b=Ya(a))return b;a=[a]}return Xa(a)}function bb(){return oe(uf)}function cb(a){var b,c=a._a;return c&&-2===l(a).overflow&&(b=c[We]<0||c[We]>11?We:c[Xe]<1||c[Xe]>da(c[Ve],c[We])?Xe:c[Ye]<0||c[Ye]>24||24===c[Ye]&&(0!==c[Ze]||0!==c[$e]||0!==c[_e])?Ye:c[Ze]<0||c[Ze]>59?Ze:c[$e]<0||c[$e]>59?$e:c[_e]<0||c[_e]>999?_e:-1,l(a)._overflowDayOfYear&&(Ve>b||b>Xe)&&(b=Xe),l(a)._overflowWeeks&&-1===b&&(b=af),l(a)._overflowWeekday&&-1===b&&(b=bf),l(a).overflow=b),a}
// date from iso format
function db(a){var b,c,d,e,f,g,h=a._i,i=vf.exec(h)||wf.exec(h);if(i){for(l(a).iso=!0,b=0,c=yf.length;c>b;b++)if(yf[b][1].exec(i[1])){e=yf[b][0],d=yf[b][2]!==!1;break}if(null==e)return void(a._isValid=!1);if(i[3]){for(b=0,c=zf.length;c>b;b++)if(zf[b][1].exec(i[3])){
// match[2] should be 'T' or space
f=(i[2]||" ")+zf[b][0];break}if(null==f)return void(a._isValid=!1)}if(!d&&null!=f)return void(a._isValid=!1);if(i[4]){if(!xf.exec(i[4]))return void(a._isValid=!1);g="Z"}a._f=e+(f||"")+(g||""),jb(a)}else a._isValid=!1}
// date from iso format or fallback
function eb(b){var c=Af.exec(b._i);return null!==c?void(b._d=new Date(+c[1])):(db(b),void(b._isValid===!1&&(delete b._isValid,a.createFromInputFallback(b))))}
// Pick the first defined of two or three arguments.
function fb(a,b,c){return null!=a?a:null!=b?b:c}function gb(b){
// hooks is actually the exported moment object
var c=new Date(a.now());return b._useUTC?[c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()]:[c.getFullYear(),c.getMonth(),c.getDate()]}
// convert an array to a date.
// the array should mirror the parameters below
// note: all values past the year are optional and will default to the lowest possible value.
// [year, month, day , hour, minute, second, millisecond]
function hb(a){var b,c,d,e,f=[];if(!a._d){
// Default to current date.
// * if no year, month, day of month are given, default to today
// * if day of month is given, default month and year
// * if month is given, default only year
// * if year is given, don't default anything
for(d=gb(a),a._w&&null==a._a[Xe]&&null==a._a[We]&&ib(a),a._dayOfYear&&(e=fb(a._a[Ve],d[Ve]),a._dayOfYear>oa(e)&&(l(a)._overflowDayOfYear=!0),c=sa(e,0,a._dayOfYear),a._a[We]=c.getUTCMonth(),a._a[Xe]=c.getUTCDate()),b=0;3>b&&null==a._a[b];++b)a._a[b]=f[b]=d[b];
// Zero out whatever was not defaulted, including time
for(;7>b;b++)a._a[b]=f[b]=null==a._a[b]?2===b?1:0:a._a[b];
// Check for 24:00:00.000
24===a._a[Ye]&&0===a._a[Ze]&&0===a._a[$e]&&0===a._a[_e]&&(a._nextDay=!0,a._a[Ye]=0),a._d=(a._useUTC?sa:ra).apply(null,f),
// Apply timezone offset from input. The actual utcOffset can be changed
// with parseZone.
null!=a._tzm&&a._d.setUTCMinutes(a._d.getUTCMinutes()-a._tzm),a._nextDay&&(a._a[Ye]=24)}}function ib(a){var b,c,d,e,f,g,h,i;b=a._w,null!=b.GG||null!=b.W||null!=b.E?(f=1,g=4,c=fb(b.GG,a._a[Ve],va(rb(),1,4).year),d=fb(b.W,1),e=fb(b.E,1),(1>e||e>7)&&(i=!0)):(f=a._locale._week.dow,g=a._locale._week.doy,c=fb(b.gg,a._a[Ve],va(rb(),f,g).year),d=fb(b.w,1),null!=b.d?(e=b.d,(0>e||e>6)&&(i=!0)):null!=b.e?(e=b.e+f,(b.e<0||b.e>6)&&(i=!0)):e=f),1>d||d>wa(c,f,g)?l(a)._overflowWeeks=!0:null!=i?l(a)._overflowWeekday=!0:(h=ua(c,d,e,f,g),a._a[Ve]=h.year,a._dayOfYear=h.dayOfYear)}
// date from string and format string
function jb(b){
// TODO: Move this to another part of the creation flow to prevent circular deps
if(b._f===a.ISO_8601)return void db(b);b._a=[],l(b).empty=!0;
// This array is used to make a Date, either with `new Date` or `Date.UTC`
var c,d,e,f,g,h=""+b._i,i=h.length,j=0;for(e=X(b._f,b._locale).match(ye)||[],c=0;c<e.length;c++)f=e[c],d=(h.match(Z(f,b))||[])[0],d&&(g=h.substr(0,h.indexOf(d)),g.length>0&&l(b).unusedInput.push(g),h=h.slice(h.indexOf(d)+d.length),j+=d.length),Be[f]?(d?l(b).empty=!1:l(b).unusedTokens.push(f),ca(f,d,b)):b._strict&&!d&&l(b).unusedTokens.push(f);
// add remaining unparsed input length to the string
l(b).charsLeftOver=i-j,h.length>0&&l(b).unusedInput.push(h),
// clear _12h flag if hour is <= 12
b._a[Ye]<=12&&l(b).bigHour===!0&&b._a[Ye]>0&&(l(b).bigHour=void 0),l(b).parsedDateParts=b._a.slice(0),l(b).meridiem=b._meridiem,
// handle meridiem
b._a[Ye]=kb(b._locale,b._a[Ye],b._meridiem),hb(b),cb(b)}function kb(a,b,c){var d;
// Fallback
return null==c?b:null!=a.meridiemHour?a.meridiemHour(b,c):null!=a.isPM?(d=a.isPM(c),d&&12>b&&(b+=12),d||12!==b||(b=0),b):b}
// date from string and array of format strings
function lb(a){var b,c,d,e,f;if(0===a._f.length)return l(a).invalidFormat=!0,void(a._d=new Date(NaN));for(e=0;e<a._f.length;e++)f=0,b=p({},a),null!=a._useUTC&&(b._useUTC=a._useUTC),b._f=a._f[e],jb(b),m(b)&&(f+=l(b).charsLeftOver,f+=10*l(b).unusedTokens.length,l(b).score=f,(null==d||d>f)&&(d=f,c=b));i(a,c||b)}function mb(a){if(!a._d){var b=K(a._i);a._a=g([b.year,b.month,b.day||b.date,b.hour,b.minute,b.second,b.millisecond],function(a){return a&&parseInt(a,10)}),hb(a)}}function nb(a){var b=new q(cb(ob(a)));
// Adding is smart enough around DST
return b._nextDay&&(b.add(1,"d"),b._nextDay=void 0),b}function ob(a){var b=a._i,d=a._f;return a._locale=a._locale||ab(a._l),null===b||void 0===d&&""===b?n({nullInput:!0}):("string"==typeof b&&(a._i=b=a._locale.preparse(b)),r(b)?new q(cb(b)):(c(d)?lb(a):f(b)?a._d=b:d?jb(a):pb(a),m(a)||(a._d=null),a))}function pb(b){var d=b._i;void 0===d?b._d=new Date(a.now()):f(d)?b._d=new Date(d.valueOf()):"string"==typeof d?eb(b):c(d)?(b._a=g(d.slice(0),function(a){return parseInt(a,10)}),hb(b)):"object"==typeof d?mb(b):"number"==typeof d?
// from milliseconds
b._d=new Date(d):a.createFromInputFallback(b)}function qb(a,b,f,g,h){var i={};
// object construction must be done this way.
// https://github.com/moment/moment/issues/1423
return"boolean"==typeof f&&(g=f,f=void 0),(d(a)&&e(a)||c(a)&&0===a.length)&&(a=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=h,i._l=f,i._i=a,i._f=b,i._strict=g,nb(i)}function rb(a,b,c,d){return qb(a,b,c,d,!1)}
// Pick a moment m from moments so that m[fn](other) is true for all
// other. This relies on the function fn to be transitive.
//
// moments should either be an array of moment objects or an array, whose
// first element is an array of moment objects.
function sb(a,b){var d,e;if(1===b.length&&c(b[0])&&(b=b[0]),!b.length)return rb();for(d=b[0],e=1;e<b.length;++e)b[e].isValid()&&!b[e][a](d)||(d=b[e]);return d}
// TODO: Use [].sort instead?
function tb(){var a=[].slice.call(arguments,0);return sb("isBefore",a)}function ub(){var a=[].slice.call(arguments,0);return sb("isAfter",a)}function vb(a){var b=K(a),c=b.year||0,d=b.quarter||0,e=b.month||0,f=b.week||0,g=b.day||0,h=b.hour||0,i=b.minute||0,j=b.second||0,k=b.millisecond||0;
// representation for dateAddRemove
this._milliseconds=+k+1e3*j+// 1000
6e4*i+// 1000 * 60
1e3*h*60*60,//using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978
// Because of dateAddRemove treats 24 hours as different from a
// day when working around DST, we need to store them separately
this._days=+g+7*f,
// It is impossible translate months into days without knowing
// which months you are are talking about, so we have to store
// it separately.
this._months=+e+3*d+12*c,this._data={},this._locale=ab(),this._bubble()}function wb(a){return a instanceof vb}
// FORMATTING
function xb(a,b){T(a,0,0,function(){var a=this.utcOffset(),c="+";return 0>a&&(a=-a,c="-"),c+S(~~(a/60),2)+b+S(~~a%60,2)})}function yb(a,b){var c=(b||"").match(a)||[],d=c[c.length-1]||[],e=(d+"").match(Ef)||["-",0,0],f=+(60*e[1])+t(e[2]);return"+"===e[0]?f:-f}
// Return a moment from input, that is local/utc/zone equivalent to model.
function zb(b,c){var d,e;
// Use low-level api, because this fn is low-level api.
return c._isUTC?(d=c.clone(),e=(r(b)||f(b)?b.valueOf():rb(b).valueOf())-d.valueOf(),d._d.setTime(d._d.valueOf()+e),a.updateOffset(d,!1),d):rb(b).local()}function Ab(a){
// On Firefox.24 Date#getTimezoneOffset returns a floating point.
// https://github.com/moment/moment/pull/1871
return 15*-Math.round(a._d.getTimezoneOffset()/15)}
// MOMENTS
// keepLocalTime = true means only change the timezone, without
// affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]-->
// 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset
// +0200, so we adjust the time as needed, to be valid.
//
// Keeping the time actually adds/subtracts (one hour)
// from the actual represented time. That is why we call updateOffset
// a second time. In case it wants us to change the offset again
// _changeInProgress == true case, then we have to adjust, because
// there is no such time in the given timezone.
function Bb(b,c){var d,e=this._offset||0;return this.isValid()?null!=b?("string"==typeof b?b=yb(Qe,b):Math.abs(b)<16&&(b=60*b),!this._isUTC&&c&&(d=Ab(this)),this._offset=b,this._isUTC=!0,null!=d&&this.add(d,"m"),e!==b&&(!c||this._changeInProgress?Sb(this,Mb(b-e,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?e:Ab(this):null!=b?this:NaN}function Cb(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}function Db(a){return this.utcOffset(0,a)}function Eb(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(Ab(this),"m")),this}function Fb(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(yb(Pe,this._i)),this}function Gb(a){return this.isValid()?(a=a?rb(a).utcOffset():0,(this.utcOffset()-a)%60===0):!1}function Hb(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Ib(){if(!o(this._isDSTShifted))return this._isDSTShifted;var a={};if(p(a,this),a=ob(a),a._a){var b=a._isUTC?j(a._a):rb(a._a);this._isDSTShifted=this.isValid()&&u(a._a,b.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Jb(){return this.isValid()?!this._isUTC:!1}function Kb(){return this.isValid()?this._isUTC:!1}function Lb(){return this.isValid()?this._isUTC&&0===this._offset:!1}function Mb(a,b){var c,d,e,f=a,
// matching against regexp is expensive, do it on demand
g=null;// checks for null or undefined
return wb(a)?f={ms:a._milliseconds,d:a._days,M:a._months}:"number"==typeof a?(f={},b?f[b]=a:f.milliseconds=a):(g=Ff.exec(a))?(c="-"===g[1]?-1:1,f={y:0,d:t(g[Xe])*c,h:t(g[Ye])*c,m:t(g[Ze])*c,s:t(g[$e])*c,ms:t(g[_e])*c}):(g=Gf.exec(a))?(c="-"===g[1]?-1:1,f={y:Nb(g[2],c),M:Nb(g[3],c),w:Nb(g[4],c),d:Nb(g[5],c),h:Nb(g[6],c),m:Nb(g[7],c),s:Nb(g[8],c)}):null==f?f={}:"object"==typeof f&&("from"in f||"to"in f)&&(e=Pb(rb(f.from),rb(f.to)),f={},f.ms=e.milliseconds,f.M=e.months),d=new vb(f),wb(a)&&h(a,"_locale")&&(d._locale=a._locale),d}function Nb(a,b){
// We'd normally use ~~inp for this, but unfortunately it also
// converts floats to ints.
// inp may be undefined, so careful calling replace on it.
var c=a&&parseFloat(a.replace(",","."));
// apply sign while we're at it
return(isNaN(c)?0:c)*b}function Ob(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function Pb(a,b){var c;return a.isValid()&&b.isValid()?(b=zb(b,a),a.isBefore(b)?c=Ob(a,b):(c=Ob(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c):{milliseconds:0,months:0}}function Qb(a){return 0>a?-1*Math.round(-1*a):Math.round(a)}
// TODO: remove 'name' arg after deprecation is removed
function Rb(a,b){return function(c,d){var e,f;
//invert the arguments, but complain about it
return null===d||isNaN(+d)||(x(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=Mb(c,d),Sb(this,e,a),this}}function Sb(b,c,d,e){var f=c._milliseconds,g=Qb(c._days),h=Qb(c._months);b.isValid()&&(e=null==e?!0:e,f&&b._d.setTime(b._d.valueOf()+f*d),g&&P(b,"Date",O(b,"Date")+g*d),h&&ia(b,O(b,"Month")+h*d),e&&a.updateOffset(b,g||h))}function Tb(a,b){var c=a.diff(b,"days",!0);return-6>c?"sameElse":-1>c?"lastWeek":0>c?"lastDay":1>c?"sameDay":2>c?"nextDay":7>c?"nextWeek":"sameElse"}function Ub(b,c){
// We want to compare the start of today, vs this.
// Getting start-of-today depends on whether we're local/utc/offset or not.
var d=b||rb(),e=zb(d,this).startOf("day"),f=a.calendarFormat(this,e)||"sameElse",g=c&&(y(c[f])?c[f].call(this,d):c[f]);return this.format(g||this.localeData().calendar(f,this,rb(d)))}function Vb(){return new q(this)}function Wb(a,b){var c=r(a)?a:rb(a);return this.isValid()&&c.isValid()?(b=J(o(b)?"millisecond":b),"millisecond"===b?this.valueOf()>c.valueOf():c.valueOf()<this.clone().startOf(b).valueOf()):!1}function Xb(a,b){var c=r(a)?a:rb(a);return this.isValid()&&c.isValid()?(b=J(o(b)?"millisecond":b),"millisecond"===b?this.valueOf()<c.valueOf():this.clone().endOf(b).valueOf()<c.valueOf()):!1}function Yb(a,b,c,d){return d=d||"()",("("===d[0]?this.isAfter(a,c):!this.isBefore(a,c))&&(")"===d[1]?this.isBefore(b,c):!this.isAfter(b,c))}function Zb(a,b){var c,d=r(a)?a:rb(a);return this.isValid()&&d.isValid()?(b=J(b||"millisecond"),"millisecond"===b?this.valueOf()===d.valueOf():(c=d.valueOf(),this.clone().startOf(b).valueOf()<=c&&c<=this.clone().endOf(b).valueOf())):!1}function $b(a,b){return this.isSame(a,b)||this.isAfter(a,b)}function _b(a,b){return this.isSame(a,b)||this.isBefore(a,b)}function ac(a,b,c){var d,e,f,g;// 1000
// 1000 * 60
// 1000 * 60 * 60
// 1000 * 60 * 60 * 24, negate dst
// 1000 * 60 * 60 * 24 * 7, negate dst
return this.isValid()?(d=zb(a,this),d.isValid()?(e=6e4*(d.utcOffset()-this.utcOffset()),b=J(b),"year"===b||"month"===b||"quarter"===b?(g=bc(this,d),"quarter"===b?g/=3:"year"===b&&(g/=12)):(f=this-d,g="second"===b?f/1e3:"minute"===b?f/6e4:"hour"===b?f/36e5:"day"===b?(f-e)/864e5:"week"===b?(f-e)/6048e5:f),c?g:s(g)):NaN):NaN}function bc(a,b){
// difference in months
var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),
// b is in (anchor - 1 month, anchor + 1 month)
f=a.clone().add(e,"months");
//check for negative zero, return zero if negative zero
// linear across the month
// linear across the month
return 0>b-f?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)||0}function cc(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function dc(){var a=this.clone().utc();return 0<a.year()&&a.year()<=9999?y(Date.prototype.toISOString)?this.toDate().toISOString():W(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):W(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function ec(b){b||(b=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var c=W(this,b);return this.localeData().postformat(c)}function fc(a,b){return this.isValid()&&(r(a)&&a.isValid()||rb(a).isValid())?Mb({to:this,from:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function gc(a){return this.from(rb(),a)}function hc(a,b){return this.isValid()&&(r(a)&&a.isValid()||rb(a).isValid())?Mb({from:this,to:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function ic(a){return this.to(rb(),a)}
// If passed a locale key, it will set the locale for this
// instance. Otherwise, it will return the locale configuration
// variables for this instance.
function jc(a){var b;return void 0===a?this._locale._abbr:(b=ab(a),null!=b&&(this._locale=b),this)}function kc(){return this._locale}function lc(a){
// the following switch intentionally omits break keywords
// to utilize falling through the cases.
switch(a=J(a)){case"year":this.month(0);/* falls through */
case"quarter":case"month":this.date(1);/* falls through */
case"week":case"isoWeek":case"day":case"date":this.hours(0);/* falls through */
case"hour":this.minutes(0);/* falls through */
case"minute":this.seconds(0);/* falls through */
case"second":this.milliseconds(0)}
// weeks are a special case
// quarters are also special
return"week"===a&&this.weekday(0),"isoWeek"===a&&this.isoWeekday(1),"quarter"===a&&this.month(3*Math.floor(this.month()/3)),this}function mc(a){
// 'date' is an alias for 'day', so it should be considered as such.
return a=J(a),void 0===a||"millisecond"===a?this:("date"===a&&(a="day"),this.startOf(a).add(1,"isoWeek"===a?"week":a).subtract(1,"ms"))}function nc(){return this._d.valueOf()-6e4*(this._offset||0)}function oc(){return Math.floor(this.valueOf()/1e3)}function pc(){return new Date(this.valueOf())}function qc(){var a=this;return[a.year(),a.month(),a.date(),a.hour(),a.minute(),a.second(),a.millisecond()]}function rc(){var a=this;return{years:a.year(),months:a.month(),date:a.date(),hours:a.hours(),minutes:a.minutes(),seconds:a.seconds(),milliseconds:a.milliseconds()}}function sc(){
// new Date(NaN).toJSON() === null
return this.isValid()?this.toISOString():null}function tc(){return m(this)}function uc(){return i({},l(this))}function vc(){return l(this).overflow}function wc(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function xc(a,b){T(0,[a,a.length],0,b)}
// MOMENTS
function yc(a){return Cc.call(this,a,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function zc(a){return Cc.call(this,a,this.isoWeek(),this.isoWeekday(),1,4)}function Ac(){return wa(this.year(),1,4)}function Bc(){var a=this.localeData()._week;return wa(this.year(),a.dow,a.doy)}function Cc(a,b,c,d,e){var f;return null==a?va(this,d,e).year:(f=wa(a,d,e),b>f&&(b=f),Dc.call(this,a,b,c,d,e))}function Dc(a,b,c,d,e){var f=ua(a,b,c,d,e),g=sa(f.year,0,f.dayOfYear);return this.year(g.getUTCFullYear()),this.month(g.getUTCMonth()),this.date(g.getUTCDate()),this}
// MOMENTS
function Ec(a){return null==a?Math.ceil((this.month()+1)/3):this.month(3*(a-1)+this.month()%3)}
// HELPERS
// MOMENTS
function Fc(a){var b=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==a?b:this.add(a-b,"d")}function Gc(a,b){b[_e]=t(1e3*("0."+a))}
// MOMENTS
function Hc(){return this._isUTC?"UTC":""}function Ic(){return this._isUTC?"Coordinated Universal Time":""}function Jc(a){return rb(1e3*a)}function Kc(){return rb.apply(null,arguments).parseZone()}function Lc(a){return a}function Mc(a,b,c,d){var e=ab(),f=j().set(d,b);return e[c](f,a)}function Nc(a,b,c){if("number"==typeof a&&(b=a,a=void 0),a=a||"",null!=b)return Mc(a,b,c,"month");var d,e=[];for(d=0;12>d;d++)e[d]=Mc(a,d,c,"month");return e}
// ()
// (5)
// (fmt, 5)
// (fmt)
// (true)
// (true, 5)
// (true, fmt, 5)
// (true, fmt)
function Oc(a,b,c,d){"boolean"==typeof a?("number"==typeof b&&(c=b,b=void 0),b=b||""):(b=a,c=b,a=!1,"number"==typeof b&&(c=b,b=void 0),b=b||"");var e=ab(),f=a?e._week.dow:0;if(null!=c)return Mc(b,(c+f)%7,d,"day");var g,h=[];for(g=0;7>g;g++)h[g]=Mc(b,(g+f)%7,d,"day");return h}function Pc(a,b){return Nc(a,b,"months")}function Qc(a,b){return Nc(a,b,"monthsShort")}function Rc(a,b,c){return Oc(a,b,c,"weekdays")}function Sc(a,b,c){return Oc(a,b,c,"weekdaysShort")}function Tc(a,b,c){return Oc(a,b,c,"weekdaysMin")}function Uc(){var a=this._data;return this._milliseconds=Sf(this._milliseconds),this._days=Sf(this._days),this._months=Sf(this._months),a.milliseconds=Sf(a.milliseconds),a.seconds=Sf(a.seconds),a.minutes=Sf(a.minutes),a.hours=Sf(a.hours),a.months=Sf(a.months),a.years=Sf(a.years),this}function Vc(a,b,c,d){var e=Mb(b,c);return a._milliseconds+=d*e._milliseconds,a._days+=d*e._days,a._months+=d*e._months,a._bubble()}
// supports only 2.0-style add(1, 's') or add(duration)
function Wc(a,b){return Vc(this,a,b,1)}
// supports only 2.0-style subtract(1, 's') or subtract(duration)
function Xc(a,b){return Vc(this,a,b,-1)}function Yc(a){return 0>a?Math.floor(a):Math.ceil(a)}function Zc(){var a,b,c,d,e,f=this._milliseconds,g=this._days,h=this._months,i=this._data;
// if we have a mix of positive and negative values, bubble down first
// check: https://github.com/moment/moment/issues/2166
// The following code bubbles up values, see the tests for
// examples of what that means.
// convert days to months
// 12 months -> 1 year
return f>=0&&g>=0&&h>=0||0>=f&&0>=g&&0>=h||(f+=864e5*Yc(_c(h)+g),g=0,h=0),i.milliseconds=f%1e3,a=s(f/1e3),i.seconds=a%60,b=s(a/60),i.minutes=b%60,c=s(b/60),i.hours=c%24,g+=s(c/24),e=s($c(g)),h+=e,g-=Yc(_c(e)),d=s(h/12),h%=12,i.days=g,i.months=h,i.years=d,this}function $c(a){
// 400 years have 146097 days (taking into account leap year rules)
// 400 years have 12 months === 4800
return 4800*a/146097}function _c(a){
// the reverse of daysToMonths
return 146097*a/4800}function ad(a){var b,c,d=this._milliseconds;if(a=J(a),"month"===a||"year"===a)return b=this._days+d/864e5,c=this._months+$c(b),"month"===a?c:c/12;switch(b=this._days+Math.round(_c(this._months)),a){case"week":return b/7+d/6048e5;case"day":return b+d/864e5;case"hour":return 24*b+d/36e5;case"minute":return 1440*b+d/6e4;case"second":return 86400*b+d/1e3;
// Math.floor prevents floating point math errors here
case"millisecond":return Math.floor(864e5*b)+d;default:throw new Error("Unknown unit "+a)}}
// TODO: Use this.as('ms')?
function bd(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*t(this._months/12)}function cd(a){return function(){return this.as(a)}}function dd(a){return a=J(a),this[a+"s"]()}function ed(a){return function(){return this._data[a]}}function fd(){return s(this.days()/7)}
// helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize
function gd(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function hd(a,b,c){var d=Mb(a).abs(),e=gg(d.as("s")),f=gg(d.as("m")),g=gg(d.as("h")),h=gg(d.as("d")),i=gg(d.as("M")),j=gg(d.as("y")),k=e<hg.s&&["s",e]||1>=f&&["m"]||f<hg.m&&["mm",f]||1>=g&&["h"]||g<hg.h&&["hh",g]||1>=h&&["d"]||h<hg.d&&["dd",h]||1>=i&&["M"]||i<hg.M&&["MM",i]||1>=j&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,gd.apply(null,k)}
// This function allows you to set the rounding function for relative time strings
function id(a){return void 0===a?gg:"function"==typeof a?(gg=a,!0):!1}
// This function allows you to set a threshold for relative time strings
function jd(a,b){return void 0===hg[a]?!1:void 0===b?hg[a]:(hg[a]=b,!0)}function kd(a){var b=this.localeData(),c=hd(this,!a,b);return a&&(c=b.pastFuture(+this,c)),b.postformat(c)}function ld(){
// for ISO strings we do not use the normal bubbling rules:
// * milliseconds bubble up until they become hours
// * days do not bubble at all
// * months bubble up until they become years
// This is because there is no context-free conversion between hours and days
// (think of clock changes)
// and also not between days and months (28-31 days per month)
var a,b,c,d=ig(this._milliseconds)/1e3,e=ig(this._days),f=ig(this._months);a=s(d/60),b=s(a/60),d%=60,a%=60,c=s(f/12),f%=12;
// inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js
var g=c,h=f,i=e,j=b,k=a,l=d,m=this.asSeconds();return m?(0>m?"-":"")+"P"+(g?g+"Y":"")+(h?h+"M":"")+(i?i+"D":"")+(j||k||l?"T":"")+(j?j+"H":"")+(k?k+"M":"")+(l?l+"S":""):"P0D"}function md(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10>b%100||b%100>=20)?c[1]:c[2]}function nd(a,b,c){var d={mm:b?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:b?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:есяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===c?b?"хвіліна":"хвіліну":"h"===c?b?"гадзіна":"гадзіну":a+" "+md(d[c],+a)}function od(a,b,c){var d={mm:"munutenn",MM:"miz",dd:"devezh"};return a+" "+rd(d[c],a)}function pd(a){switch(qd(a)){case 1:case 3:case 4:case 5:case 9:return a+" bloaz";default:return a+" vloaz"}}function qd(a){return a>9?qd(a%10):a}function rd(a,b){return 2===b?sd(a):a}function sd(a){var b={m:"v",b:"v",d:"z"};return void 0===b[a.charAt(0)]?a:b[a.charAt(0)]+a.substring(1)}function td(a,b,c){var d=a+" ";switch(c){case"m":return b?"jedna minuta":"jedne minute";case"mm":return d+=1===a?"minuta":2===a||3===a||4===a?"minute":"minuta";case"h":return b?"jedan sat":"jednog sata";case"hh":return d+=1===a?"sat":2===a||3===a||4===a?"sata":"sati";case"dd":return d+=1===a?"dan":"dana";case"MM":return d+=1===a?"mjesec":2===a||3===a||4===a?"mjeseca":"mjeseci";case"yy":return d+=1===a?"godina":2===a||3===a||4===a?"godine":"godina"}}function ud(a){return a>1&&5>a&&1!==~~(a/10)}function vd(a,b,c,d){var e=a+" ";switch(c){case"s":// a few seconds / in a few seconds / a few seconds ago
return b||d?"pár sekund":"pár sekundami";case"m":// a minute / in a minute / a minute ago
return b?"minuta":d?"minutu":"minutou";case"mm":// 9 minutes / in 9 minutes / 9 minutes ago
// 9 minutes / in 9 minutes / 9 minutes ago
return b||d?e+(ud(a)?"minuty":"minut"):e+"minutami";break;case"h":// an hour / in an hour / an hour ago
return b?"hodina":d?"hodinu":"hodinou";case"hh":// 9 hours / in 9 hours / 9 hours ago
// 9 hours / in 9 hours / 9 hours ago
return b||d?e+(ud(a)?"hodiny":"hodin"):e+"hodinami";break;case"d":// a day / in a day / a day ago
return b||d?"den":"dnem";case"dd":// 9 days / in 9 days / 9 days ago
// 9 days / in 9 days / 9 days ago
return b||d?e+(ud(a)?"dny":"dní"):e+"dny";break;case"M":// a month / in a month / a month ago
return b||d?"měsíc":"měsícem";case"MM":// 9 months / in 9 months / 9 months ago
// 9 months / in 9 months / 9 months ago
return b||d?e+(ud(a)?"měsíce":"měsíců"):e+"měsíci";break;case"y":// a year / in a year / a year ago
return b||d?"rok":"rokem";case"yy":// 9 years / in 9 years / 9 years ago
// 9 years / in 9 years / 9 years ago
return b||d?e+(ud(a)?"roky":"let"):e+"lety"}}function wd(a,b,c,d){var e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[a+" Tage",a+" Tagen"],M:["ein Monat","einem Monat"],MM:[a+" Monate",a+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[a+" Jahre",a+" Jahren"]};return b?e[c][0]:e[c][1]}function xd(a,b,c,d){var e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[a+" Tage",a+" Tagen"],M:["ein Monat","einem Monat"],MM:[a+" Monate",a+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[a+" Jahre",a+" Jahren"]};return b?e[c][0]:e[c][1]}function yd(a,b,c,d){var e={s:["mõne sekundi","mõni sekund","paar sekundit"],m:["ühe minuti","üks minut"],mm:[a+" minuti",a+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[a+" tunni",a+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[a+" kuu",a+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[a+" aasta",a+" aastat"]};return b?e[c][2]?e[c][2]:e[c][1]:d?e[c][0]:e[c][1]}function zd(a,b,c,d){var e="";switch(c){case"s":return d?"muutaman sekunnin":"muutama sekunti";case"m":return d?"minuutin":"minuutti";case"mm":e=d?"minuutin":"minuuttia";break;case"h":return d?"tunnin":"tunti";case"hh":e=d?"tunnin":"tuntia";break;case"d":return d?"päivän":"päivä";case"dd":e=d?"päivän":"päivää";break;case"M":return d?"kuukauden":"kuukausi";case"MM":e=d?"kuukauden":"kuukautta";break;case"y":return d?"vuoden":"vuosi";case"yy":e=d?"vuoden":"vuotta"}return e=Ad(a,d)+" "+e}function Ad(a,b){return 10>a?b?Jg[a]:Ig[a]:a}function Bd(a,b,c){var d=a+" ";switch(c){case"m":return b?"jedna minuta":"jedne minute";case"mm":return d+=1===a?"minuta":2===a||3===a||4===a?"minute":"minuta";case"h":return b?"jedan sat":"jednog sata";case"hh":return d+=1===a?"sat":2===a||3===a||4===a?"sata":"sati";case"dd":return d+=1===a?"dan":"dana";case"MM":return d+=1===a?"mjesec":2===a||3===a||4===a?"mjeseca":"mjeseci";case"yy":return d+=1===a?"godina":2===a||3===a||4===a?"godine":"godina"}}function Cd(a,b,c,d){var e=a;switch(c){case"s":return d||b?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(d||b?" perc":" perce");case"mm":return e+(d||b?" perc":" perce");case"h":return"egy"+(d||b?" óra":" órája");case"hh":return e+(d||b?" óra":" órája");case"d":return"egy"+(d||b?" nap":" napja");case"dd":return e+(d||b?" nap":" napja");case"M":return"egy"+(d||b?" hónap":" hónapja");case"MM":return e+(d||b?" hónap":" hónapja");case"y":return"egy"+(d||b?" év":" éve");case"yy":return e+(d||b?" év":" éve")}return""}function Dd(a){return(a?"":"[múlt] ")+"["+Tg[this.day()]+"] LT[-kor]"}function Ed(a){return a%100===11?!0:a%10!==1}function Fd(a,b,c,d){var e=a+" ";switch(c){case"s":return b||d?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return b?"mínúta":"mínútu";case"mm":return Ed(a)?e+(b||d?"mínútur":"mínútum"):b?e+"mínúta":e+"mínútu";case"hh":return Ed(a)?e+(b||d?"klukkustundir":"klukkustundum"):e+"klukkustund";case"d":return b?"dagur":d?"dag":"degi";case"dd":return Ed(a)?b?e+"dagar":e+(d?"daga":"dögum"):b?e+"dagur":e+(d?"dag":"degi");case"M":return b?"mánuður":d?"mánuð":"mánuði";case"MM":return Ed(a)?b?e+"mánuðir":e+(d?"mánuði":"mánuðum"):b?e+"mánuður":e+(d?"mánuð":"mánuði");case"y":return b||d?"ár":"ári";case"yy":return Ed(a)?e+(b||d?"ár":"árum"):e+(b||d?"ár":"ári")}}function Gd(a,b,c,d){var e={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return b?e[c][0]:e[c][1]}function Hd(a){var b=a.substr(0,a.indexOf(" "));return Jd(b)?"a "+a:"an "+a}function Id(a){var b=a.substr(0,a.indexOf(" "));return Jd(b)?"viru "+a:"virun "+a}/**
* Returns true if the word before the given number loses the '-n' ending.
* e.g. 'an 10 Deeg' but 'a 5 Deeg'
*
* @param number {integer}
* @returns {boolean}
*/
function Jd(a){if(a=parseInt(a,10),isNaN(a))return!1;if(0>a)
// Negative Number --> always true
return!0;if(10>a)
// Only 1 digit
return a>=4&&7>=a;if(100>a){
// 2 digits
var b=a%10,c=a/10;return Jd(0===b?c:b)}if(1e4>a){
// 3 or 4 digits --> recursively check first digit
for(;a>=10;)a/=10;return Jd(a)}
// Anything larger than 4 digits: recursively check first n-3 digits
return a/=1e3,Jd(a)}function Kd(a,b,c,d){return b?"kelios sekundės":d?"kelių sekundžių":"kelias sekundes"}function Ld(a,b,c,d){return b?Nd(c)[0]:d?Nd(c)[1]:Nd(c)[2]}function Md(a){return a%10===0||a>10&&20>a}function Nd(a){return Wg[a].split("_")}function Od(a,b,c,d){var e=a+" ";return 1===a?e+Ld(a,b,c[0],d):b?e+(Md(a)?Nd(c)[1]:Nd(c)[0]):d?e+Nd(c)[1]:e+(Md(a)?Nd(c)[1]:Nd(c)[2])}/**
* @param withoutSuffix boolean true = a length of time; false = before/after a period of time.
*/
function Pd(a,b,c){return c?b%10===1&&b%100!==11?a[2]:a[3]:b%10===1&&b%100!==11?a[0]:a[1]}function Qd(a,b,c){return a+" "+Pd(Xg[c],a,b)}function Rd(a,b,c){return Pd(Xg[c],a,b)}function Sd(a,b){return b?"dažas sekundes":"dažām sekundēm"}function Td(a,b,c,d){var e="";if(b)switch(c){case"s":e="काही सेकंद";break;case"m":e="एक मिनिट";break;case"mm":e="%d मिनिटे";break;case"h":e="एक तास";break;case"hh":e="%d तास";break;case"d":e="एक दिवस";break;case"dd":e="%d दिवस";break;case"M":e="एक महिना";break;case"MM":e="%d महिने";break;case"y":e="एक वर्ष";break;case"yy":e="%d वर्षे"}else switch(c){case"s":e="काही सेकंदां";break;case"m":e="एका मिनिटा";break;case"mm":e="%d मिनिटां";break;case"h":e="एका तासा";break;case"hh":e="%d तासां";break;case"d":e="एका दिवसा";break;case"dd":e="%d दिवसां";break;case"M":e="एका महिन्या";break;case"MM":e="%d महिन्यां";break;case"y":e="एका वर्षा";break;case"yy":e="%d वर्षां"}return e.replace(/%d/i,a)}function Ud(a){return 5>a%10&&a%10>1&&~~(a/10)%10!==1}function Vd(a,b,c){var d=a+" ";switch(c){case"m":return b?"minuta":"minutę";case"mm":return d+(Ud(a)?"minuty":"minut");case"h":return b?"godzina":"godzinę";case"hh":return d+(Ud(a)?"godziny":"godzin");case"MM":return d+(Ud(a)?"miesiące":"miesięcy");case"yy":return d+(Ud(a)?"lata":"lat")}}function Wd(a,b,c){var d={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},e=" ";return(a%100>=20||a>=100&&a%100===0)&&(e=" de "),a+e+d[c]}function Xd(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10>b%100||b%100>=20)?c[1]:c[2]}function Yd(a,b,c){var d={mm:b?"минута_минуты_минут":"минуту_минуты_минут",hh:асасаасов",dd:ень_дня_дней",MM:есяц_месяцаесяцев",yy:"год_годает"};return"m"===c?b?"минута":"минуту":a+" "+Xd(d[c],+a)}function Zd(a){return a>1&&5>a}function $d(a,b,c,d){var e=a+" ";switch(c){case"s":// a few seconds / in a few seconds / a few seconds ago
return b||d?"pár sekúnd":"pár sekundami";case"m":// a minute / in a minute / a minute ago
return b?"minúta":d?"minútu":"minútou";case"mm":// 9 minutes / in 9 minutes / 9 minutes ago
// 9 minutes / in 9 minutes / 9 minutes ago
return b||d?e+(Zd(a)?"minúty":"minút"):e+"minútami";break;case"h":// an hour / in an hour / an hour ago
return b?"hodina":d?"hodinu":"hodinou";case"hh":// 9 hours / in 9 hours / 9 hours ago
// 9 hours / in 9 hours / 9 hours ago
return b||d?e+(Zd(a)?"hodiny":"hodín"):e+"hodinami";break;case"d":// a day / in a day / a day ago
return b||d?"deň":"dňom";case"dd":// 9 days / in 9 days / 9 days ago
// 9 days / in 9 days / 9 days ago
return b||d?e+(Zd(a)?"dni":"dní"):e+"dňami";break;case"M":// a month / in a month / a month ago
return b||d?"mesiac":"mesiacom";case"MM":// 9 months / in 9 months / 9 months ago
// 9 months / in 9 months / 9 months ago
return b||d?e+(Zd(a)?"mesiace":"mesiacov"):e+"mesiacmi";break;case"y":// a year / in a year / a year ago
return b||d?"rok":"rokom";case"yy":// 9 years / in 9 years / 9 years ago
// 9 years / in 9 years / 9 years ago
return b||d?e+(Zd(a)?"roky":"rokov"):e+"rokmi"}}function _d(a,b,c,d){var e=a+" ";switch(c){case"s":return b||d?"nekaj sekund":"nekaj sekundami";case"m":return b?"ena minuta":"eno minuto";case"mm":return e+=1===a?b?"minuta":"minuto":2===a?b||d?"minuti":"minutama":5>a?b||d?"minute":"minutami":b||d?"minut":"minutami";case"h":return b?"ena ura":"eno uro";case"hh":return e+=1===a?b?"ura":"uro":2===a?b||d?"uri":"urama":5>a?b||d?"ure":"urami":b||d?"ur":"urami";case"d":return b||d?"en dan":"enim dnem";case"dd":return e+=1===a?b||d?"dan":"dnem":2===a?b||d?"dni":"dnevoma":b||d?"dni":"dnevi";case"M":return b||d?"en mesec":"enim mesecem";case"MM":return e+=1===a?b||d?"mesec":"mesecem":2===a?b||d?"meseca":"mesecema":5>a?b||d?"mesece":"meseci":b||d?"mesecev":"meseci";case"y":return b||d?"eno leto":"enim letom";case"yy":return e+=1===a?b||d?"leto":"letom":2===a?b||d?"leti":"letoma":5>a?b||d?"leta":"leti":b||d?"let":"leti"}}function ae(a){var b=a;return b=-1!==a.indexOf("jaj")?b.slice(0,-3)+"leS":-1!==a.indexOf("jar")?b.slice(0,-3)+"waQ":-1!==a.indexOf("DIS")?b.slice(0,-3)+"nem":b+" pIq"}function be(a){var b=a;return b=-1!==a.indexOf("jaj")?b.slice(0,-3)+"Hu":-1!==a.indexOf("jar")?b.slice(0,-3)+"wen":-1!==a.indexOf("DIS")?b.slice(0,-3)+"ben":b+" ret"}function ce(a,b,c,d){var e=de(a);switch(c){case"mm":return e+" tup";case"hh":return e+" rep";case"dd":return e+" jaj";case"MM":return e+" jar";case"yy":return e+" DIS"}}function de(a){var b=Math.floor(a%1e3/100),c=Math.floor(a%100/10),d=a%10,e="";return b>0&&(e+=qh[b]+"vatlh"),c>0&&(e+=(""!==e?" ":"")+qh[c]+"maH"),d>0&&(e+=(""!==e?" ":"")+qh[d]),""===e?"pagh":e}function ee(a,b,c,d){var e={s:["viensas secunds","'iensas secunds"],m:["'n míut","'iens míut"],mm:[a+" míuts",""+a+" míuts"],h:["'n þora","'iensa þora"],hh:[a+" þoras",""+a+" þoras"],d:["'n ziua","'iensa ziua"],dd:[a+" ziuas",""+a+" ziuas"],M:["'n mes","'iens mes"],MM:[a+" mesen",""+a+" mesen"],y:["'n ar","'iens ar"],yy:[a+" ars",""+a+" ars"]};return d?e[c][0]:b?e[c][0]:e[c][1]}function fe(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10>b%100||b%100>=20)?c[1]:c[2]}function ge(a,b,c){var d={mm:b?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:b?"година_години_годин":"годину_години_годин",dd:ень_дні_днів",MM:ісяць_місяціісяців",yy:"рік_роки_років"};return"m"===c?b?"хвилина":"хвилину":"h"===c?b?"година":"годину":a+" "+fe(d[c],+a)}function he(a,b){var c={nominative:еділя_понеділок_вівторок_середаетвер_пятниця_субота".split("_"),accusative:еділю_понеділок_вівторок_середуетвер_пятницю_суботу".split("_"),genitive:еділі_понеділкаівторка_середи_четверга_пятниці_суботи".split("_")},d=/(\[[ВвУу]\]) ?dddd/.test(b)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(b)?"genitive":"nominative";return c[d][a.day()]}function ie(a){return function(){return a+"о"+(11===this.hours()?"б":"")+"] LT"}}var je,ke;ke=Array.prototype.some?Array.prototype.some:function(a){for(var b=Object(this),c=b.length>>>0,d=0;c>d;d++)if(d in b&&a.call(this,b[d],d,b))return!0;return!1};
// Plugins that add properties should also add the key here (null value),
// so we can properly clone ourselves.
var le=a.momentProperties=[],me=!1,ne={};a.suppressDeprecationWarnings=!1,a.deprecationHandler=null;var oe;oe=Object.keys?Object.keys:function(a){var b,c=[];for(b in a)h(a,b)&&c.push(b);return c};var pe,qe={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},re={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},se="Invalid date",te="%d",ue=/\d{1,2}/,ve={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},we={},xe={},ye=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,ze=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ae={},Be={},Ce=/\d/,De=/\d\d/,Ee=/\d{3}/,Fe=/\d{4}/,Ge=/[+-]?\d{6}/,He=/\d\d?/,Ie=/\d\d\d\d?/,Je=/\d\d\d\d\d\d?/,Ke=/\d{1,3}/,Le=/\d{1,4}/,Me=/[+-]?\d{1,6}/,Ne=/\d+/,Oe=/[+-]?\d+/,Pe=/Z|[+-]\d\d:?\d\d/gi,Qe=/Z|[+-]\d\d(?::?\d\d)?/gi,Re=/[+-]?\d+(\.\d{1,3})?/,Se=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Te={},Ue={},Ve=0,We=1,Xe=2,Ye=3,Ze=4,$e=5,_e=6,af=7,bf=8;pe=Array.prototype.indexOf?Array.prototype.indexOf:function(a){
// I know
var b;for(b=0;b<this.length;++b)if(this[b]===a)return b;return-1},T("M",["MM",2],"Mo",function(){return this.month()+1}),T("MMM",0,0,function(a){return this.localeData().monthsShort(this,a)}),T("MMMM",0,0,function(a){return this.localeData().months(this,a)}),I("month","M"),L("month",8),Y("M",He),Y("MM",He,De),Y("MMM",function(a,b){return b.monthsShortRegex(a)}),Y("MMMM",function(a,b){return b.monthsRegex(a)}),aa(["M","MM"],function(a,b){b[We]=t(a)-1}),aa(["MMM","MMMM"],function(a,b,c,d){var e=c._locale.monthsParse(a,d,c._strict);null!=e?b[We]=e:l(c).invalidMonth=a});
// LOCALES
var cf=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/,df="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ef="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ff=Se,gf=Se;
// FORMATTING
T("Y",0,0,function(){var a=this.year();return 9999>=a?""+a:"+"+a}),T(0,["YY",2],0,function(){return this.year()%100}),T(0,["YYYY",4],0,"year"),T(0,["YYYYY",5],0,"year"),T(0,["YYYYYY",6,!0],0,"year"),
// ALIASES
I("year","y"),
// PRIORITIES
L("year",1),
// PARSING
Y("Y",Oe),Y("YY",He,De),Y("YYYY",Le,Fe),Y("YYYYY",Me,Ge),Y("YYYYYY",Me,Ge),aa(["YYYYY","YYYYYY"],Ve),aa("YYYY",function(b,c){c[Ve]=2===b.length?a.parseTwoDigitYear(b):t(b)}),aa("YY",function(b,c){c[Ve]=a.parseTwoDigitYear(b)}),aa("Y",function(a,b){b[Ve]=parseInt(a,10)}),
// HOOKS
a.parseTwoDigitYear=function(a){return t(a)+(t(a)>68?1900:2e3)};
// MOMENTS
var hf=N("FullYear",!0);
// FORMATTING
T("w",["ww",2],"wo","week"),T("W",["WW",2],"Wo","isoWeek"),
// ALIASES
I("week","w"),I("isoWeek","W"),
// PRIORITIES
L("week",5),L("isoWeek",5),
// PARSING
Y("w",He),Y("ww",He,De),Y("W",He),Y("WW",He,De),ba(["w","ww","W","WW"],function(a,b,c,d){b[d.substr(0,1)]=t(a)});var jf={dow:0,// Sunday is the first day of the week.
doy:6};
// FORMATTING
T("d",0,"do","day"),T("dd",0,0,function(a){return this.localeData().weekdaysMin(this,a)}),T("ddd",0,0,function(a){return this.localeData().weekdaysShort(this,a)}),T("dddd",0,0,function(a){return this.localeData().weekdays(this,a)}),T("e",0,0,"weekday"),T("E",0,0,"isoWeekday"),
// ALIASES
I("day","d"),I("weekday","e"),I("isoWeekday","E"),
// PRIORITY
L("day",11),L("weekday",11),L("isoWeekday",11),
// PARSING
Y("d",He),Y("e",He),Y("E",He),Y("dd",function(a,b){return b.weekdaysMinRegex(a)}),Y("ddd",function(a,b){return b.weekdaysShortRegex(a)}),Y("dddd",function(a,b){return b.weekdaysRegex(a)}),ba(["dd","ddd","dddd"],function(a,b,c,d){var e=c._locale.weekdaysParse(a,d,c._strict);
// if we didn't get a weekday name, mark the date as invalid
null!=e?b.d=e:l(c).invalidWeekday=a}),ba(["d","e","E"],function(a,b,c,d){b[d]=t(a)});
// LOCALES
var kf="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),lf="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),mf="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),nf=Se,of=Se,pf=Se;T("H",["HH",2],0,"hour"),T("h",["hh",2],0,Qa),T("k",["kk",2],0,Ra),T("hmm",0,0,function(){return""+Qa.apply(this)+S(this.minutes(),2)}),T("hmmss",0,0,function(){return""+Qa.apply(this)+S(this.minutes(),2)+S(this.seconds(),2)}),T("Hmm",0,0,function(){return""+this.hours()+S(this.minutes(),2)}),T("Hmmss",0,0,function(){return""+this.hours()+S(this.minutes(),2)+S(this.seconds(),2)}),Sa("a",!0),Sa("A",!1),
// ALIASES
I("hour","h"),
// PRIORITY
L("hour",13),Y("a",Ta),Y("A",Ta),Y("H",He),Y("h",He),Y("HH",He,De),Y("hh",He,De),Y("hmm",Ie),Y("hmmss",Je),Y("Hmm",Ie),Y("Hmmss",Je),aa(["H","HH"],Ye),aa(["a","A"],function(a,b,c){c._isPm=c._locale.isPM(a),c._meridiem=a}),aa(["h","hh"],function(a,b,c){b[Ye]=t(a),l(c).bigHour=!0}),aa("hmm",function(a,b,c){var d=a.length-2;b[Ye]=t(a.substr(0,d)),b[Ze]=t(a.substr(d)),l(c).bigHour=!0}),aa("hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[Ye]=t(a.substr(0,d)),b[Ze]=t(a.substr(d,2)),b[$e]=t(a.substr(e)),l(c).bigHour=!0}),aa("Hmm",function(a,b,c){var d=a.length-2;b[Ye]=t(a.substr(0,d)),b[Ze]=t(a.substr(d))}),aa("Hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[Ye]=t(a.substr(0,d)),b[Ze]=t(a.substr(d,2)),b[$e]=t(a.substr(e))});var qf,rf=/[ap]\.?m?\.?/i,sf=N("Hours",!0),tf={calendar:qe,longDateFormat:re,invalidDate:se,ordinal:te,ordinalParse:ue,relativeTime:ve,months:df,monthsShort:ef,week:jf,weekdays:kf,weekdaysMin:mf,weekdaysShort:lf,meridiemParse:rf},uf={},vf=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,wf=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,xf=/Z|[+-]\d\d(?::?\d\d)?/,yf=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],
// YYYYMM is NOT allowed by the standard
["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],zf=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Af=/^\/?Date\((\-?\d+)/i;a.createFromInputFallback=w("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),
// constant that refers to the ISO standard
a.ISO_8601=function(){};var Bf=w("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=rb.apply(null,arguments);return this.isValid()&&a.isValid()?this>a?this:a:n()}),Cf=w("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=rb.apply(null,arguments);return this.isValid()&&a.isValid()?a>this?this:a:n()}),Df=function(){return Date.now?Date.now():+new Date};xb("Z",":"),xb("ZZ",""),
// PARSING
Y("Z",Qe),Y("ZZ",Qe),aa(["Z","ZZ"],function(a,b,c){c._useUTC=!0,c._tzm=yb(Qe,a)});
// HELPERS
// timezone chunker
// '+10:00' > ['10', '00']
// '-1530' > ['-15', '30']
var Ef=/([\+\-]|\d\d)/gi;
// HOOKS
// This function will be called whenever a moment is mutated.
// It is intended to keep the offset in sync with the timezone.
a.updateOffset=function(){};
// ASP.NET json date format regex
var Ff=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/,Gf=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Mb.fn=vb.prototype;var Hf=Rb(1,"add"),If=Rb(-1,"subtract");a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Jf=w("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(a){return void 0===a?this.localeData():this.locale(a)});
// FORMATTING
T(0,["gg",2],0,function(){return this.weekYear()%100}),T(0,["GG",2],0,function(){return this.isoWeekYear()%100}),xc("gggg","weekYear"),xc("ggggg","weekYear"),xc("GGGG","isoWeekYear"),xc("GGGGG","isoWeekYear"),
// ALIASES
I("weekYear","gg"),I("isoWeekYear","GG"),
// PRIORITY
L("weekYear",1),L("isoWeekYear",1),
// PARSING
Y("G",Oe),Y("g",Oe),Y("GG",He,De),Y("gg",He,De),Y("GGGG",Le,Fe),Y("gggg",Le,Fe),Y("GGGGG",Me,Ge),Y("ggggg",Me,Ge),ba(["gggg","ggggg","GGGG","GGGGG"],function(a,b,c,d){b[d.substr(0,2)]=t(a)}),ba(["gg","GG"],function(b,c,d,e){c[e]=a.parseTwoDigitYear(b)}),
// FORMATTING
T("Q",0,"Qo","quarter"),
// ALIASES
I("quarter","Q"),
// PRIORITY
L("quarter",7),
// PARSING
Y("Q",Ce),aa("Q",function(a,b){b[We]=3*(t(a)-1)}),
// FORMATTING
T("D",["DD",2],"Do","date"),
// ALIASES
I("date","D"),
// PRIOROITY
L("date",9),
// PARSING
Y("D",He),Y("DD",He,De),Y("Do",function(a,b){return a?b._ordinalParse:b._ordinalParseLenient}),aa(["D","DD"],Xe),aa("Do",function(a,b){b[Xe]=t(a.match(He)[0],10)});
// MOMENTS
var Kf=N("Date",!0);
// FORMATTING
T("DDD",["DDDD",3],"DDDo","dayOfYear"),
// ALIASES
I("dayOfYear","DDD"),
// PRIORITY
L("dayOfYear",4),
// PARSING
Y("DDD",Ke),Y("DDDD",Ee),aa(["DDD","DDDD"],function(a,b,c){c._dayOfYear=t(a)}),
// FORMATTING
T("m",["mm",2],0,"minute"),
// ALIASES
I("minute","m"),
// PRIORITY
L("minute",14),
// PARSING
Y("m",He),Y("mm",He,De),aa(["m","mm"],Ze);
// MOMENTS
var Lf=N("Minutes",!1);
// FORMATTING
T("s",["ss",2],0,"second"),
// ALIASES
I("second","s"),
// PRIORITY
L("second",15),
// PARSING
Y("s",He),Y("ss",He,De),aa(["s","ss"],$e);
// MOMENTS
var Mf=N("Seconds",!1);
// FORMATTING
T("S",0,0,function(){return~~(this.millisecond()/100)}),T(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),T(0,["SSS",3],0,"millisecond"),T(0,["SSSS",4],0,function(){return 10*this.millisecond()}),T(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),T(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),T(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),T(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),T(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),
// ALIASES
I("millisecond","ms"),
// PRIORITY
L("millisecond",16),
// PARSING
Y("S",Ke,Ce),Y("SS",Ke,De),Y("SSS",Ke,Ee);var Nf;for(Nf="SSSS";Nf.length<=9;Nf+="S")Y(Nf,Ne);for(Nf="S";Nf.length<=9;Nf+="S")aa(Nf,Gc);
// MOMENTS
var Of=N("Milliseconds",!1);
// FORMATTING
T("z",0,0,"zoneAbbr"),T("zz",0,0,"zoneName");var Pf=q.prototype;Pf.add=Hf,Pf.calendar=Ub,Pf.clone=Vb,Pf.diff=ac,Pf.endOf=mc,Pf.format=ec,Pf.from=fc,Pf.fromNow=gc,Pf.to=hc,Pf.toNow=ic,Pf.get=Q,Pf.invalidAt=vc,Pf.isAfter=Wb,Pf.isBefore=Xb,Pf.isBetween=Yb,Pf.isSame=Zb,Pf.isSameOrAfter=$b,Pf.isSameOrBefore=_b,Pf.isValid=tc,Pf.lang=Jf,Pf.locale=jc,Pf.localeData=kc,Pf.max=Cf,Pf.min=Bf,Pf.parsingFlags=uc,Pf.set=R,Pf.startOf=lc,Pf.subtract=If,Pf.toArray=qc,Pf.toObject=rc,Pf.toDate=pc,Pf.toISOString=dc,Pf.toJSON=sc,Pf.toString=cc,Pf.unix=oc,Pf.valueOf=nc,Pf.creationData=wc,
// Year
Pf.year=hf,Pf.isLeapYear=qa,
// Week Year
Pf.weekYear=yc,Pf.isoWeekYear=zc,
// Quarter
Pf.quarter=Pf.quarters=Ec,
// Month
Pf.month=ja,Pf.daysInMonth=ka,
// Week
Pf.week=Pf.weeks=Aa,Pf.isoWeek=Pf.isoWeeks=Ba,Pf.weeksInYear=Bc,Pf.isoWeeksInYear=Ac,
// Day
Pf.date=Kf,Pf.day=Pf.days=Ja,Pf.weekday=Ka,Pf.isoWeekday=La,Pf.dayOfYear=Fc,
// Hour
Pf.hour=Pf.hours=sf,
// Minute
Pf.minute=Pf.minutes=Lf,
// Second
Pf.second=Pf.seconds=Mf,
// Millisecond
Pf.millisecond=Pf.milliseconds=Of,
// Offset
Pf.utcOffset=Bb,Pf.utc=Db,Pf.local=Eb,Pf.parseZone=Fb,Pf.hasAlignedHourOffset=Gb,Pf.isDST=Hb,Pf.isLocal=Jb,Pf.isUtcOffset=Kb,Pf.isUtc=Lb,Pf.isUTC=Lb,
// Timezone
Pf.zoneAbbr=Hc,Pf.zoneName=Ic,
// Deprecations
Pf.dates=w("dates accessor is deprecated. Use date instead.",Kf),Pf.months=w("months accessor is deprecated. Use month instead",ja),Pf.years=w("years accessor is deprecated. Use year instead",hf),Pf.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Cb),Pf.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Ib);var Qf=Pf,Rf=B.prototype;Rf.calendar=C,Rf.longDateFormat=D,Rf.invalidDate=E,Rf.ordinal=F,Rf.preparse=Lc,Rf.postformat=Lc,Rf.relativeTime=G,Rf.pastFuture=H,Rf.set=z,
// Month
Rf.months=ea,Rf.monthsShort=fa,Rf.monthsParse=ha,Rf.monthsRegex=ma,Rf.monthsShortRegex=la,
// Week
Rf.week=xa,Rf.firstDayOfYear=za,Rf.firstDayOfWeek=ya,
// Day of Week
Rf.weekdays=Ea,Rf.weekdaysMin=Ga,Rf.weekdaysShort=Fa,Rf.weekdaysParse=Ia,Rf.weekdaysRegex=Ma,Rf.weekdaysShortRegex=Na,Rf.weekdaysMinRegex=Oa,
// Hours
Rf.isPM=Ua,Rf.meridiem=Va,Za("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(a){var b=a%10,c=1===t(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),
// Side effect imports
a.lang=w("moment.lang is deprecated. Use moment.locale instead.",Za),a.langData=w("moment.langData is deprecated. Use moment.localeData instead.",ab);var Sf=Math.abs,Tf=cd("ms"),Uf=cd("s"),Vf=cd("m"),Wf=cd("h"),Xf=cd("d"),Yf=cd("w"),Zf=cd("M"),$f=cd("y"),_f=ed("milliseconds"),ag=ed("seconds"),bg=ed("minutes"),cg=ed("hours"),dg=ed("days"),eg=ed("months"),fg=ed("years"),gg=Math.round,hg={s:45,// seconds to minute
m:45,// minutes to hour
h:22,// hours to day
d:26,// days to month
M:11},ig=Math.abs,jg=vb.prototype;jg.abs=Uc,jg.add=Wc,jg.subtract=Xc,jg.as=ad,jg.asMilliseconds=Tf,jg.asSeconds=Uf,jg.asMinutes=Vf,jg.asHours=Wf,jg.asDays=Xf,jg.asWeeks=Yf,jg.asMonths=Zf,jg.asYears=$f,jg.valueOf=bd,jg._bubble=Zc,jg.get=dd,jg.milliseconds=_f,jg.seconds=ag,jg.minutes=bg,jg.hours=cg,jg.days=dg,jg.weeks=fd,jg.months=eg,jg.years=fg,jg.humanize=kd,jg.toISOString=ld,jg.toString=ld,jg.toJSON=ld,jg.locale=jc,jg.localeData=kc,
// Deprecations
jg.toIsoString=w("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ld),jg.lang=Jf,
// Side effect imports
// FORMATTING
T("X",0,0,"unix"),T("x",0,0,"valueOf"),
// PARSING
Y("x",Oe),Y("X",Re),aa("X",function(a,b,c){c._d=new Date(1e3*parseFloat(a,10))}),aa("x",function(a,b,c){c._d=new Date(t(a))}),a.version="2.14.1",b(rb),a.fn=Qf,a.min=tb,a.max=ub,a.now=Df,a.utc=j,a.unix=Jc,a.months=Pc,a.isDate=f,a.locale=Za,a.invalid=n,a.duration=Mb,a.isMoment=r,a.weekdays=Rc,a.parseZone=Kc,a.localeData=ab,a.isDuration=wb,a.monthsShort=Qc,a.weekdaysMin=Tc,a.defineLocale=$a,a.updateLocale=_a,a.locales=bb,a.weekdaysShort=Sc,a.normalizeUnits=J,a.relativeTimeRounding=id,a.relativeTimeThreshold=jd,a.calendarFormat=Tb,a.prototype=Qf;var kg=a,lg=(kg.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(a){return/^nm$/i.test(a)},meridiem:function(a,b,c){return 12>a?c?"vm":"VM":c?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(a){return a+(1===a||8===a||a>=20?"ste":"de")},week:{dow:1,// Maandag is die eerste dag van die week.
doy:4}}),kg.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,// Saturday is the first day of the week.
doy:12}}),{1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"}),mg={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},ng=(kg.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(a){return"م"===a},meridiem:function(a,b,c){return 12>a?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(a){return a.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(a){return mg[a]}).replace(/،/g,",")},postformat:function(a){return a.replace(/\d/g,function(a){return lg[a]}).replace(/,/g,"،")},week:{dow:6,// Saturday is the first day of the week.
doy:12}}),kg.defineLocale("ar-tn",{months:انفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:انفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,// Monday is the first day of the week.
doy:4}}),{1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"}),og={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},pg=function(a){return 0===a?0:1===a?1:2===a?2:a%100>=3&&10>=a%100?3:a%100>=11?4:5},qg={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},rg=function(a){return function(b,c,d,e){var f=pg(b),g=qg[a][pg(b)];return 2===f&&(g=g[c?0:1]),g.replace(/%d/i,b)}},sg=["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"],tg=(kg.defineLocale("ar",{months:sg,monthsShort:sg,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(a){return"م"===a},meridiem:function(a,b,c){return 12>a?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:rg("s"),m:rg("m"),mm:rg("m"),h:rg("h"),hh:rg("h"),d:rg("d"),dd:rg("d"),M:rg("M"),MM:rg("M"),y:rg("y"),yy:rg("y")},preparse:function(a){return a.replace(/\u200f/g,"").replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(a){return og[a]}).replace(/،/g,",")},postformat:function(a){return a.replace(/\d/g,function(a){return ng[a]}).replace(/,/g,"،")},week:{dow:6,// Saturday is the first day of the week.
doy:12}}),{1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"}),ug=(kg.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(a){return/^(gündüz|axşam)$/.test(a)},meridiem:function(a,b,c){return 4>a?"gecə":12>a?"səhər":17>a?"gündüz":"axşam"},ordinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(a){if(0===a)// special case for zero
return a+"-ıncı";var b=a%10,c=a%100-b,d=a>=100?100:null;return a+(tg[b]||tg[c]||tg[d])},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("be",{months:{format:"студзеня_лютага_сакавікарасавікараўня_чэрвеня_ліпеня_жніўня_верасня_кастрычнікаістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_красрав_чэрв_ліп_жнів_вераст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_серадуацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серадаацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Вв] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:nd,mm:nd,h:nd,hh:nd,d:"дзень",dd:nd,M:"месяц",MM:nd,y:"год",yy:nd},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(a){return/^(дня|вечара)$/.test(a)},meridiem:function(a,b,c){return 4>a?"ночы":12>a?"раніцы":17>a?"дня":"вечара"},ordinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(a,b){switch(b){case"M":case"d":case"DDD":case"w":case"W":return a%10!==2&&a%10!==3||a%100===12||a%100===13?a+"-ы":a+"-і";case"D":return a+"-га";default:return a}},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янрев_мар_апрай_юни_юли_авг_сеп_окт_ноеек".split("_"),weekdays:еделя_понеделник_вторник_срядаетвъртък_петък_събота".split("_"),weekdaysShort:ед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(a){var b=a%10,c=a%100;return 0===a?a+"-ев":0===c?a+"-ен":c>10&&20>c?a+"-ти":1===b?a+"-ви":2===b?a+"-ри":7===b||8===b?a+"-ми":a+"-ти"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),{1:"১",2:"২",3:"৩",4:"",5:"৫",6:"৬",7:"",8:"৮",9:"৯",0:""}),vg={"১":"1","২":"2","৩":"3","":"4","৫":"5","৬":"6","":"7","৮":"8","৯":"9","":"0"},wg=(kg.defineLocale("bn",{months:"জানুয়ারী_ফেবুয়ারী_মার্চ_এপ্রিল_মে_জুন_জুলাই_অগাস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপর_মে_জুন_জুল_অগ_সেপ্ট_অক্টো_নভ_ডিসেম্".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পত্তিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পত্তি_শুক্র_শনি".split("_"),weekdaysMin:"রব_সম_মঙ্গ_বু_ব্রিহ_শু_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(a){return a.replace(/[১২৩৪৫৬৭৮৯০]/g,function(a){return vg[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return ug[a]})},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(a,b){return 12===a&&(a=0),"রাত"===b&&a>=4||"দুপুর"===b&&5>a||"বিকাল"===b?a+12:a},meridiem:function(a,b,c){return 4>a?"রাত":10>a?"সকাল":17>a?"দুপুর":20>a?"বিকাল":"রাত"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),{1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"}),xg={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"},yg=(kg.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(a){return a.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(a){return xg[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return wg[a]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(a,b){return 12===a&&(a=0),"མཚན་མོ"===b&&a>=4||"ཉིན་གུང"===b&&5>a||"དགོང་དག"===b?a+12:a},meridiem:function(a,b,c){return 4>a?"མཚན་མོ":10>a?"ཞོགས་ཀས":17>a?"ཉིན་གུང":20>a?"དགོང་དག":"མཚན་མོ"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),kg.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:od,h:"un eur",hh:"%d eur",d:"un devezh",dd:od,M:"ur miz",MM:od,y:"ur bloaz",yy:pd},ordinalParse:/\d{1,2}(añ|vet)/,ordinal:function(a){var b=1===a?"añ":"vet";return a+b},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:td,mm:td,h:td,hh:td,d:"dan",dd:td,M:"mjesec",MM:td,y:"godinu",yy:td},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("ca",{months:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),monthsShort:"gen._febr._mar._abr._mai._jun._jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd D MMMM YYYY H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},ordinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(a,b){var c=1===a?"r":2===a?"n":3===a?"r":4===a?"t":"è";return"w"!==b&&"W"!==b||(c="a"),a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_")),zg="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),Ag=(kg.defineLocale("cs",{months:yg,monthsShort:zg,monthsParse:function(a,b){var c,d=[];for(c=0;12>c;c++)
// use custom parser to solve problem with July (červenec)
d[c]=new RegExp("^"+a[c]+"$|^"+b[c]+"$","i");return d}(yg,zg),shortMonthsParse:function(a){var b,c=[];for(b=0;12>b;b++)c[b]=new RegExp("^"+a[b]+"$","i");return c}(zg),longMonthsParse:function(a){var b,c=[];for(b=0;12>b;b++)c[b]=new RegExp("^"+a[b]+"$","i");return c}(yg),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:vd,m:vd,mm:vd,h:vd,hh:vd,d:vd,dd:vd,M:vd,MM:vd,y:vd,yy:vd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_акаай_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑрар_пуш_акаай_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"вырун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:р_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(a){var b=/сехет$/i.exec(a)?"рен":/ҫул$/i.exec(a)?"тан":"ран";return a+b},past:"%s каялла",s:"пӗр-ик ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},ordinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,
// time formats are the same as en-gb
longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},ordinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,
// traditional ordinal numbers above 31 are not commonly used in colloquial Welsh
ordinal:function(a){var b=a,c="",d=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed",// 1af to 10fed
"eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return b>20?c=40===b||50===b||60===b||80===b||100===b?"fed":"ain":b>0&&(c=d[b]),a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY HH:mm"},calendar:{sameDay:"[I dag kl.] LT",nextDay:"[I morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[I går kl.] LT",lastWeek:"[sidste] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:wd,mm:"%d Minuten",h:wd,hh:"%d Stunden",d:wd,dd:wd,M:wd,MM:wd,y:wd,yy:wd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:xd,mm:"%d Minuten",h:xd,hh:"%d Stunden",d:xd,dd:xd,M:xd,MM:xd,y:xd,yy:xd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"]),Bg=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],Cg=(kg.defineLocale("dv",{months:Ag,monthsShort:Ag,weekdays:Bg,weekdaysShort:Bg,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(a){return"މފ"===a},meridiem:function(a,b,c){return 12>a?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(a){return a.replace(/،/g,",")},postformat:function(a){return a.replace(/,/g,"،")},week:{dow:7,// Sunday is the first day of the week.
doy:12}}),kg.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(a,b){return/D/.test(b.substring(0,b.indexOf("MMMM")))?this._monthsGenitiveEl[a.month()]:this._monthsNominativeEl[a.month()]},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παραβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Παα".split("_"),meridiem:function(a,b,c){return a>11?c?"μμ":"ΜΜ":c?"πμ":"ΠΜ"},isPM:function(a){return"μ"===(a+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(a,b){var c=this._calendarEl[a],d=b&&b.hours();return y(c)&&(c=c.apply(b)),c.replace("{}",d%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},ordinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),kg.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"Dimanĉo_Lundo_Mardo_Merkredo_Ĵaŭdo_Vendredo_Sabato".split("_"),weekdaysShort:"Dim_Lun_Mard_Merk_Ĵaŭ_Ven_Sab".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Ĵa_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-an de] MMMM, YYYY",LLL:"D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-an de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(a){return"p"===a.charAt(0).toLowerCase()},meridiem:function(a,b,c){return a>11?c?"p.t.m.":"P.T.M.":c?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"je %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",//ne 'diurno', ĉar estas uzita por proksimumo
dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},ordinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,// Monday is the first day of the week.
doy:7}}),"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_")),Dg="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),Eg=(kg.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(a,b){return/-MMM-/.test(b)?Dg[a.month()]:Cg[a.month()]},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,// Monday is the first day of the week.
doy:4}}),"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_")),Fg="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),Gg=(kg.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(a,b){return/-MMM-/.test(b)?Fg[a.month()]:Eg[a.month()]},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:yd,m:yd,mm:yd,h:yd,hh:yd,d:yd,dd:"%d päeva",M:yd,MM:yd,y:yd,yy:yd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),{1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"}),Hg={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},Ig=(kg.defineLocale("fa",{months:انویه_فوریهارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:انویه_فوریهارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبههشنبههارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبههشنبههارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(a){return/بعد از ظهر/.test(a)},meridiem:function(a,b,c){return 12>a?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چندین ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(a){return a.replace(/[۰-۹]/g,function(a){return Hg[a]}).replace(/،/g,",")},postformat:function(a){return a.replace(/\d/g,function(a){return Gg[a]}).replace(/,/g,"،")},ordinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,// Saturday is the first day of the week.
doy:12}}),"nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" ")),Jg=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",Ig[7],Ig[8],Ig[9]],Kg=(kg.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:zd,m:zd,mm:zd,h:zd,hh:zd,d:zd,dd:zd,M:zd,MM:zd,y:zd,yy:zd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|e)/,ordinal:function(a){return a+(1===a?"er":"e")}}),kg.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|e)/,ordinal:function(a){return a+(1===a?"er":"e")},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|)/,ordinal:function(a){return a+(1===a?"er":"")},week:{dow:1,// Monday is the first day of the week.
doy:4}}),"jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_")),Lg="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),Mg=(kg.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(a,b){return/-MMM-/.test(b)?Lg[a.month()]:Kg[a.month()]},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(a){return a+(1===a||8===a||a>=20?"ste":"de")},week:{dow:1,// Monday is the first day of the week.
doy:4}}),["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"]),Ng=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],Og=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],Pg=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],Qg=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],Rg=(kg.defineLocale("gd",{months:Mg,monthsShort:Ng,monthsParseExact:!0,weekdays:Og,weekdaysShort:Pg,weekdaysMin:Qg,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},ordinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(a){var b=1===a?"d":a%10===2?"na":"mh";return a+b},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("gl",{months:"Xaneiro_Febreiro_Marzo_Abril_Maio_Xuño_Xullo_Agosto_Setembro_Outubro_Novembro_Decembro".split("_"),monthsShort:"Xan._Feb._Mar._Abr._Mai._Xuñ._Xul._Ago._Set._Out._Nov._Dec.".split("_"),monthsParseExact:!0,weekdays:"Domingo_Luns_Martes_Mércores_Xoves_Venres_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mér._Xov._Ven._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mé_Xo_Ve_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd D MMMM YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(a){return"uns segundos"===a?"nuns segundos":"en "+a},past:"hai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יוליוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יוליוג׳_ספט׳וק׳וב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישיישי_שבת".split("_"),weekdaysShort:׳׳׳׳׳_ו׳׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(a){return 2===a?"שעתיים":a+" שעות"},d:"יום",dd:function(a){return 2===a?"יומיים":a+" ימים"},M:"חודש",MM:function(a){return 2===a?"חודשיים":a+" חודשים"},y:"שנה",yy:function(a){return 2===a?"שנתיים":a%10===0&&10!==a?a+" שנה":a+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(a){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(a)},meridiem:function(a,b,c){return 5>a?"לפנות בוקר":10>a?"בבוקר":12>a?c?'לפנה"צ':"לפני הצהריים":18>a?c?'אחה"צ':"אחרי הצהריים":"בערב"}}),{1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""}),Sg={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"},Tg=(kg.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(a){return a.replace(/[१२३४५६७८९०]/g,function(a){return Sg[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return Rg[a]})},
// Hindi notation for meridiems are quite fuzzy in practice. While there exists
// a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.
meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(a,b){return 12===a&&(a=0),"रात"===b?4>a?a:a+12:"सुबह"===b?a:"दोपहर"===b?a>=10?a:a+12:"शाम"===b?a+12:void 0},meridiem:function(a,b,c){return 4>a?"रात":10>a?"सुबह":17>a?"दोपहर":20>a?"शाम":"रात"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),kg.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:Bd,mm:Bd,h:Bd,hh:Bd,d:"dan",dd:Bd,M:"mjesec",MM:Bd,y:"godinu",yy:Bd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),"vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ")),Ug=(kg.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(a){return"u"===a.charAt(1).toLowerCase()},meridiem:function(a,b,c){return 12>a?c===!0?"de":"DE":c===!0?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return Dd.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return Dd.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:Cd,m:Cd,mm:Cd,h:Cd,hh:Cd,d:Cd,dd:Cd,M:Cd,MM:Cd,y:Cd,yy:Cd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(a){return/^(ցերեկվա|երեկոյան)$/.test(a)},meridiem:function(a){return 4>a?"գիշերվա":12>a?"առավոտվա":17>a?"ցերեկվա":"երեկոյան"},ordinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(a,b){switch(b){case"DDD":case"w":case"W":case"DDDo":return 1===a?a+"-ին":a+"-րդ";default:return a}},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(a,b){return 12===a&&(a=0),"pagi"===b?a:"siang"===b?a>=11?a:a+12:"sore"===b||"malam"===b?a+12:void 0},meridiem:function(a,b,c){return 11>a?"pagi":15>a?"siang":19>a?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:Fd,m:Fd,mm:Fd,h:"klukkustund",hh:Fd,d:Fd,dd:Fd,M:Fd,MM:Fd,y:Fd,yy:Fd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(a){return(/^[0-9].+$/.test(a)?"tra":"in")+" "+a},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"Ah時m分s秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah時m分",LLLL:"YYYY年M月D日Ah時m分 dddd"},meridiemParse:/午前|午後/i,isPM:function(a){return"午後"===a},meridiem:function(a,b,c){return 12>a?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},ordinalParse:/\d{1,2}日/,ordinal:function(a,b){switch(b){case"d":case"D":case"DDD":return a+"日";default:return a}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}}),kg.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(a,b){return 12===a&&(a=0),"enjing"===b?a:"siyang"===b?a>=11?a:a+12:"sonten"===b||"ndalu"===b?a+12:void 0},meridiem:function(a,b,c){return 11>a?"enjing":15>a?"siyang":19>a?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(a){return/(წამი|წუთი|საათი|წელი)/.test(a)?a.replace(/ი$/,"ში"):a+"ში"},past:function(a){return/(წამი|წუთი|საათი|დღე|თვე)/.test(a)?a.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(a)?a.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},ordinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(a){return 0===a?a:1===a?a+"-ლი":20>a||100>=a&&a%20===0||a%100===0?"მე-"+a:a+"-ე"},week:{dow:1,doy:7}}),{0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"}),Vg=(kg.defineLocale("kk",{months:аңтар_ақпан_наурыз_сәуірамыраусым_шілдеамыз_қыркүйек_қазан_қарашаелтоқсан".split("_"),monthsShort:аң_ақп_нау_сәуам_мауіл_там_қыраз_қарел".split("_"),weekdays:ексенбіүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:ек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},ordinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(a){var b=a%10,c=a>=100?100:null;return a+(Ug[a]||Ug[b]||Ug[c])},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysMin:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 m분",LTS:"A h시 m분 s초",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h시 m분",LLLL:"YYYY년 MMMM D일 dddd A h시 m분"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"일분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},ordinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(a){return"오후"===a},meridiem:function(a,b,c){return 12>a?"오전":"오후"}}),{0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"}),Wg=(kg.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апрай_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:екшемби_Дүйшөмбүейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:ек_Дүй_Шей_Шарей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кече саат] LT",lastWeek:"[Өткен аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},ordinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(a){var b=a%10,c=a>=100?100:null;return a+(Vg[a]||Vg[b]||Vg[c])},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){
// Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule
switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:Hd,past:Id,s:"e puer Sekonnen",m:Gd,mm:"%d Minutten",h:Gd,hh:"%d Stonnen",d:Gd,dd:"%d Deeg",M:Gd,MM:"%d Méint",y:Gd,yy:"%d Joer"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(a){return"ຕອນແລງ"===a},meridiem:function(a,b,c){return 12>a?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},ordinalParse:/(ທີ່)\d{1,2}/,ordinal:function(a){return"ທີ່"+a}}),{m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"}),Xg=(kg.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?|MMMM?(\[[^\[\]]*\]|\s+)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:Kd,m:Ld,mm:Od,h:Ld,hh:Od,d:Ld,dd:Od,M:Ld,MM:Od,y:Ld,yy:Od},ordinalParse:/\d{1,2}-oji/,ordinal:function(a){return a+"-oji"},week:{dow:1,// Monday is the first day of the week.
doy:4}}),{m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")}),Yg=(kg.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:Sd,m:Rd,mm:Qd,h:Rd,hh:Qd,d:Rd,dd:Qd,M:Rd,MM:Qd,y:Rd,yy:Qd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),{words:{//Different grammatical cases
m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(a,b){return 1===a?b[0]:a>=2&&4>=a?b[1]:b[2]},translate:function(a,b,c){var d=Yg.words[c];return 1===c.length?b?d[0]:d[1]:a+" "+Yg.correctGrammaticalCase(a,d)}}),Zg=(kg.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var a=["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return a[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",m:Yg.translate,mm:Yg.translate,h:Yg.translate,hh:Yg.translate,d:"dan",dd:Yg.translate,M:"mjesec",MM:Yg.translate,y:"godinu",yy:Yg.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апрај_јун_јул_авг_сеп_окт_ноеек".split("_"),weekdays:едела_понеделник_вторник_средаетврток_петок_сабота".split("_"),weekdaysShort:ед_пон_вто_среет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_сре_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(a){var b=a%10,c=a%100;return 0===a?a+"-ев":0===c?a+"-ен":c>10&&20>c?a+"-ти":1===b?a+"-ви":2===b?a+"-ри":7===b||8===b?a+"-ми":a+"-ти"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റബർ_ഒക്ടോബർ_നവബർ_ഡിസബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവ._ഡിസ.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴ_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(a,b){return 12===a&&(a=0),"രാത്രി"===b&&a>=4||"ഉച്ച കഴിഞ്ഞ്"===b||"വൈകുന്നേരം"===b?a+12:a},meridiem:function(a,b,c){return 4>a?"രാത്രി":12>a?"രാവിലെ":17>a?"ഉച്ച കഴിഞ്ഞ്":20>a?"വൈകുന്നേരം":"രാത്രി"}}),{1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""}),$g={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"},_g=(kg.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:Td,m:Td,mm:Td,h:Td,hh:Td,d:Td,dd:Td,M:Td,MM:Td,y:Td,yy:Td},preparse:function(a){return a.replace(/[१२३४५६७८९०]/g,function(a){return $g[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return Zg[a]})},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(a,b){return 12===a&&(a=0),"रात्री"===b?4>a?a:a+12:"सकाळी"===b?a:"दुपारी"===b?a>=10?a:a+12:"सायंकाळी"===b?a+12:void 0},meridiem:function(a,b,c){return 4>a?"रात्री":10>a?"सकाळी":17>a?"दुपारी":20>a?"सायंकाळी":"रात्री"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),kg.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(a,b){return 12===a&&(a=0),"pagi"===b?a:"tengahari"===b?a>=11?a:a+12:"petang"===b||"malam"===b?a+12:void 0},meridiem:function(a,b,c){return 11>a?"pagi":15>a?"tengahari":19>a?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(a,b){return 12===a&&(a=0),"pagi"===b?a:"tengahari"===b?a>=11?a:a+12:"petang"===b||"malam"===b?a+12:void 0},meridiem:function(a,b,c){return 11>a?"pagi":15>a?"tengahari":19>a?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),{1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:""}),ah={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","":"0"},bh=(kg.defineLocale("my",{months:"ဇန်နါရီ_ဖေဖော်ါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(a){return a.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(a){return ah[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return _g[a]})},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),{1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:""}),ch={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","":"0"},dh=(kg.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(a){return a.replace(/[१२३४५६७८९०]/g,function(a){return ch[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return bh[a]})},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(a,b){return 12===a&&(a=0),"राति"===b?4>a?a:a+12:"बिहान"===b?a:"दिउँसो"===b?a>=10?a:a+12:"साँझ"===b?a+12:void 0},meridiem:function(a,b,c){return 3>a?"राति":12>a?"बिहान":16>a?"दिउँसो":20>a?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),"jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_")),eh="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),fh=(kg.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(a,b){return/-MMM-/.test(b)?eh[a.month()]:dh[a.month()]},monthsParseExact:!0,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(a){return a+(1===a||8===a||a>=20?"ste":"de")},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),{1:"",2:"੨",3:"੩",4:"",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:""}),gh={"":"1","੨":"2","੩":"3","":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","":"0"},hh=(kg.defineLocale("pa-in",{
// There are months name as per Nanakshahi Calender but they are not used as rigidly in modern Punjabi.
months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(a){return a.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,function(a){return gh[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return fh[a]})},
// Punjabi notation for meridiems are quite fuzzy in practice. While there exists
// a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.
meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(a,b){return 12===a&&(a=0),"ਰਾਤ"===b?4>a?a:a+12:"ਸਵੇਰ"===b?a:"ਦੁਪਹਿਰ"===b?a>=10?a:a+12:"ਸ਼ਾਮ"===b?a+12:void 0},meridiem:function(a,b,c){return 4>a?"ਰਾਤ":10>a?"ਸਵੇਰ":17>a?"ਦੁਪਹਿਰ":20>a?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),"styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_")),ih="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),jh=(kg.defineLocale("pl",{months:function(a,b){return""===b?"("+ih[a.month()]+"|"+hh[a.month()]+")":/D MMMM/.test(b)?ih[a.month()]:hh[a.month()]},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:Vd,mm:Vd,h:Vd,hh:Vd,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:Vd,y:"rok",yy:Vd},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){// Saturday + Sunday
return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº"}),kg.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){// Saturday + Sunday
return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:Wd,h:"o oră",hh:Wd,d:"o zi",dd:Wd,M:"o lună",MM:Wd,y:"un an",yy:Wd},week:{dow:1,// Monday is the first day of the week.
doy:7}}),[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i]),kh=(kg.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{
// по CLDR именно "июл." и "июн.", но какой смысл менять букву на точку ?
format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:оскресенье_понедельник_вторник_средаетверг_пятница_суббота".split("_"),format:оскресенье_понедельник_вторник_средуетверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:с_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:с_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:jh,longMonthsParse:jh,shortMonthsParse:jh,
// полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки
monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,
// копия предыдущего
monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,
// полные названия с падежами
monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,
// Выражение, которое соотвествует только сокращённым формам
monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(a){if(a.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В следующее] dddd [в] LT";case 1:case 2:case 4:return"[В следующий] dddd [в] LT";case 3:case 5:case 6:return"[В следующую] dddd [в] LT"}},lastWeek:function(a){if(a.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:Yd,mm:Yd,h:"час",hh:Yd,d:"день",dd:Yd,M:"месяц",MM:Yd,y:"год",yy:Yd},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(a){return/^(дня|вечера)$/.test(a)},meridiem:function(a,b,c){return 4>a?"ночи":12>a?"утра":17>a?"дня":"вечера"},ordinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(a,b){switch(b){case"M":case"d":case"DDD":return a+"-й";case"D":return a+"-го";case"w":case"W":return a+"-я";default:return a}},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},ordinalParse:/\d{1,2} වැනි/,ordinal:function(a){return a+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(a){return"ප.ව."===a||"පස් වරු"===a},meridiem:function(a,b,c){return a>11?c?"ප.ව.":"පස් වරු":c?"පෙ.ව.":"පෙර වරු"}}),"január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_")),lh="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_"),mh=(kg.defineLocale("sk",{months:kh,monthsShort:lh,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:$d,m:$d,mm:$d,h:$d,hh:$d,d:$d,dd:$d,M:$d,MM:$d,y:$d,yy:$d},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:_d,m:_d,mm:_d,h:_d,hh:_d,d:_d,dd:_d,M:_d,MM:_d,y:_d,yy:_d},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(a){return"M"===a.charAt(0)},meridiem:function(a,b,c){return 12>a?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),{words:{//Different grammatical cases
m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(a,b){return 1===a?b[0]:a>=2&&4>=a?b[1]:b[2]},translate:function(a,b,c){var d=mh.words[c];return 1===c.length?b?d[0]:d[1]:a+" "+mh.correctGrammaticalCase(a,d)}}),nh=(kg.defineLocale("sr-cyrl",{months:"јануаребруарарт_април_мај_јун_јул_август_септембар_октобаровембарецембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:едеља_понедељак_уторак_средаетвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:е_по_ут_сре_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var a=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return a[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",m:mh.translate,mm:mh.translate,h:mh.translate,hh:mh.translate,d:"дан",dd:mh.translate,M:"месец",MM:mh.translate,y:"годину",yy:mh.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),{words:{//Different grammatical cases
m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(a,b){return 1===a?b[0]:a>=2&&4>=a?b[1]:b[2]},translate:function(a,b,c){var d=nh.words[c];return 1===c.length?b?d[0]:d[1]:a+" "+nh.correctGrammaticalCase(a,d)}}),oh=(kg.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var a=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return a[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:nh.translate,mm:nh.translate,h:nh.translate,hh:nh.translate,d:"dan",dd:nh.translate,M:"mesec",MM:nh.translate,y:"godinu",yy:nh.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(a,b,c){return 11>a?"ekuseni":15>a?"emini":19>a?"entsambama":"ebusuku"},meridiemHour:function(a,b){return 12===a&&(a=0),"ekuseni"===b?a:"emini"===b?a>=11?a:a+12:"entsambama"===b||"ebusuku"===b?0===a?0:a+12:void 0},ordinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}(e|a)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"e":1===b?"a":2===b?"a":"e";return a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),{1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:""}),ph={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","":"0"},qh=(kg.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},ordinalParse:/\d{1,2}வது/,ordinal:function(a){return a+"வது"},preparse:function(a){return a.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,function(a){return ph[a]})},postformat:function(a){return a.replace(/\d/g,function(a){return oh[a]})},
// refer http://ta.wikipedia.org/s/1er1
meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(a,b,c){return 2>a?" யாமம்":6>a?" வைகறை":10>a?" காலை":14>a?" நண்பகல்":18>a?" எற்பாடு":22>a?" மாலை":" யாமம்"},meridiemHour:function(a,b){return 12===a&&(a=0),"யாமம்"===b?2>a?a:a+12:"வைகறை"===b||"காலை"===b?a:"நண்பகல்"===b&&a>=10?a:a+12},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),kg.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జూలై_ఆగస్టు_సెప్టెబర్_అక్టోబర్_నవబర్_డిసెబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జూలై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివార_సోమవార_మగళవార_బుధవార_గురువార_శుక్రవార_శనివార".split("_"),weekdaysShort:"ఆది_సోమ_మగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మ_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},ordinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(a,b){return 12===a&&(a=0),"రాత్రి"===b?4>a?a:a+12:"ఉదయం"===b?a:"మధ్యాహ్నం"===b?a>=10?a:a+12:"సాయంత్రం"===b?a+12:void 0},meridiem:function(a,b,c){return 4>a?"రాత్రి":10>a?"ఉదయం":17>a?"మధ్యాహ్నం":20>a?"సాయంత్రం":"రాత్రి"},week:{dow:0,// Sunday is the first day of the week.
doy:6}}),kg.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),// yes, three characters difference
weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H นาฬิกา m นาที",LTS:"H นาฬิกา m นาที s วินาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H นาฬิกา m นาที",LLLL:"วันddddที่ D MMMM YYYY เวลา H นาฬิกา m นาที"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(a){return"หลังเที่ยง"===a},meridiem:function(a,b,c){return 12>a?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}}),kg.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"[Ngayon sa] LT",nextDay:"[Bukas sa] LT",nextWeek:"dddd [sa] LT",lastDay:"[Kahapon sa] LT",lastWeek:"dddd [huling linggo] LT",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},ordinalParse:/\d{1,2}/,ordinal:function(a){return a},week:{dow:1,// Monday is the first day of the week.
doy:4}}),"pagh_wa_cha_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_")),rh=(kg.defineLocale("tlh",{months:"tera jar wa_tera jar cha_tera jar wej_tera jar loS_tera jar vagh_tera jar jav_tera jar Soch_tera jar chorgh_tera jar Hut_tera jar wamaH_tera jar wamaH wa_tera jar wamaH cha".split("_"),monthsShort:"jar wa_jar cha_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wamaH_jar wamaH wa_jar wamaH cha".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[waleS] LT",nextWeek:"LLL",lastDay:"[waHu] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:ae,past:be,s:"puS lup",m:"wa tup",mm:ce,h:"wa rep",hh:ce,d:"wa jaj",dd:ce,M:"wa jar",MM:ce,y:"wa DIS",yy:ce},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),{1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"}),sh=(kg.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(a){if(0===a)// special case for zero
return a+"'ıncı";var b=a%10,c=a%100-b,d=a>=100?100:null;return a+(rh[b]||rh[c]||rh[d])},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(a){return"d'o"===a.toLowerCase()},meridiem:function(a,b,c){return a>11?c?"d'o":"D'O":c?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:ee,m:ee,mm:ee,h:ee,hh:ee,d:ee,dd:ee,M:ee,MM:ee,y:ee,yy:ee},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,// Saturday is the first day of the week.
doy:12}}),kg.defineLocale("tzm",{months:"ⵉⴰⵢ_ⴱⴰⵢ_ⵎⴰⵚ_ⵉⴱ_ⵎⴰⵢⵢⵓ_ⵢⵓⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⴱⵉ_ⴽⵟⵓⴱ_ⵓⵡⴰⴱⵉ_ⴷⵓⵊⴱⵉ".split("_"),monthsShort:"ⵉⴰⵢ_ⴱⴰⵢ_ⵎⴰⵚ_ⵉⴱ_ⵎⴰⵢⵢⵓ_ⵢⵓⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⴱⵉ_ⴽⵟⵓⴱ_ⵓⵡⴰⴱⵉ_ⴷⵓⵊⴱⵉ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⴰⵙ_ⴰⵙⵉⴰⵙ_ⴰⴽⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰ",M:"ⴰⵢoⵓ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,// Saturday is the first day of the week.
doy:12}}),kg.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_веровт_лист_груд".split("_"),weekdays:he,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:ie("[Сьогодні "),nextDay:ie("[Завтра "),lastDay:ie("[Вчора "),nextWeek:ie("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return ie("[Минулої] dddd [").call(this);case 1:case 2:case 4:return ie("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:ge,mm:ge,h:"годину",hh:ge,d:"день",dd:ge,M:"місяць",MM:ge,y:"рік",yy:ge},
// M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason
meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(a){return/^(дня|вечора)$/.test(a)},meridiem:function(a,b,c){return 4>a?"ночі":12>a?"ранку":17>a?"дня":"вечора"},ordinalParse:/\d{1,2}-(й|го)/,ordinal:function(a,b){switch(b){case"M":case"d":case"DDD":case"w":case"W":return a+"-й";case"D":return a+"-го";default:return a}},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("uz",{months:"январеврал_март_апрел_май_июн_июл_август_сентябр_октяброябрекабр".split("_"),monthsShort:"янв_фев_мар_апрай_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанбаушанба_Сешанбаоршанбаайшанбаумаанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чорай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Сеоауа".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,// Monday is the first day of the week.
doy:7}}),kg.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(a){return/^ch$/i.test(a)},meridiem:function(a,b,c){return 12>a?c?"sa":"SA":c?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinalParse:/\d{1,2}/,ordinal:function(a){return a},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(a){var b=a%10,c=1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c},week:{dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah点mm分",LTS:"Ah点m分s秒",L:"YYYY-MM-DD",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah点mm分",LLLL:"YYYY年MMMD日ddddAh点mm分",l:"YYYY-MM-DD",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日Ah点mm分",llll:"YYYY年MMMD日ddddAh点mm分"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(a,b){return 12===a&&(a=0),"凌晨"===b||"早上"===b||"上午"===b?a:"下午"===b||"晚上"===b?a+12:a>=11?a:a+12},meridiem:function(a,b,c){var d=100*a+b;return 600>d?"凌晨":900>d?"早上":1130>d?"上午":1230>d?"中午":1800>d?"下午":"晚上"},calendar:{sameDay:function(){return 0===this.minutes()?"[今天]Ah[点整]":"[今天]LT"},nextDay:function(){return 0===this.minutes()?"[明天]Ah[点整]":"[明天]LT"},lastDay:function(){return 0===this.minutes()?"[昨天]Ah[点整]":"[昨天]LT"},nextWeek:function(){var a,b;return a=kg().startOf("week"),b=this.diff(a,"days")>=7?"[下]":"[本]",0===this.minutes()?b+"dddAh点整":b+"dddAh点mm"},lastWeek:function(){var a,b;return a=kg().startOf("week"),b=this.unix()<a.unix()?"[上]":"[本]",0===this.minutes()?b+"dddAh点整":b+"dddAh点mm"},sameElse:"LL"},ordinalParse:/\d{1,2}(日|月|周)/,ordinal:function(a,b){switch(b){case"d":case"D":case"DDD":return a+"日";case"M":return a+"月";case"w":case"W":return a+"周";default:return a}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{
// GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
dow:1,// Monday is the first day of the week.
doy:4}}),kg.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah點mm分",LTS:"Ah點m分s秒",L:"YYYY年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah點mm分",LLLL:"YYYY年MMMD日ddddAh點mm分",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日Ah點mm分",llll:"YYYY年MMMD日ddddAh點mm分"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(a,b){return 12===a&&(a=0),"凌晨"===b||"早上"===b||"上午"===b?a:"中午"===b?a>=11?a:a+12:"下午"===b||"晚上"===b?a+12:void 0},meridiem:function(a,b,c){var d=100*a+b;return 600>d?"凌晨":900>d?"早上":1130>d?"上午":1230>d?"中午":1800>d?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},ordinalParse:/\d{1,2}(日|月|週)/,ordinal:function(a,b){switch(b){case"d":case"D":case"DDD":return a+"日";case"M":return a+"月";case"w":case"W":return a+"週";default:return a}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}}),kg);return sh.locale("en"),sh});
moment.locale(document.documentElement.lang.slice(0, 2)); // fixes https://github.com/ThemeFuse/Unyson/issues/1767

View File

@@ -0,0 +1,8 @@
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
* Licensed under the MIT License (LICENSE.txt).
*
* Version: 3.1.11
*
* Requires: jQuery 1.2.2+
*/
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQuery)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.11",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b)["offsetParent"in a.fn?"offsetParent":"parent"]();return c.length||(c=a("body")),parseInt(c.css("fontSize"),10)},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})});

View File

@@ -0,0 +1,595 @@
/*
* qTip2 - Pretty powerful tooltips - v2.2.0
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Mon Dec 16 2013 07:15 EST-0500
* Plugins: tips viewport
* Styles: basic css3
*/
.qtip{
position: absolute;
left: -28000px;
top: -28000px;
display: none;
max-width: 280px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
}
.qtip-content{
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar{
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
/* Default close button class */
.qtip-close{
position: absolute;
right: -9px; top: -9px;
cursor: pointer;
outline: medium none;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.qtip-titlebar .qtip-close{
right: 4px; top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon{
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}
/* Default tooltip style */
.qtip-default{
border-width: 1px;
border-style: solid;
border-color: #F1D031;
background-color: #FFFFA3;
color: #555;
}
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
}
.qtip-default .qtip-icon{
border-color: #CCC;
background: #F1F1F1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close{
border-color: #AAA;
color: #111;
}
/*! Light tooltip style */
.qtip-light{
background-color: white;
border-color: #E2E2E2;
color: #454545;
}
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark{
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar{
background-color: #404040;
}
.qtip-dark .qtip-icon{
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover{
border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream{
background-color: #FBF7AA;
border-color: #F9E98E;
color: #A27D35;
}
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red{
background-color: #F78B83;
border-color: #D95252;
color: #912323;
}
.qtip-red .qtip-titlebar{
background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
}
.qtip-red .qtip-icon{
border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover{
border-color: #D95252;
}
/*! Green tooltip style */
.qtip-green{
background-color: #CAED9E;
border-color: #90D93F;
color: #3F6219;
}
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
}
/*! Blue tooltip style */
.qtip-blue{
background-color: #E5F6FE;
border-color: #ADD9ED;
color: #5E99BD;
}
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;
}
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/* Youtube tooltip style */
.qtip-youtube{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border-width: 0;
background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
.qtip-youtube .qtip-titlebar{
background-color: #4A4A4A;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon{
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover{
border-color: #303030;
}
/* jQuery TOOLS Tooltip style */
.qtip-jtools{
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
}
/* IE Specific */
.qtip-jtools .qtip-titlebar{
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon{
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover{
border-color: #333;
}
/* Cluetip style */
.qtip-cluetip{
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #D9D9C2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar{
background-color: #87876A;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon{
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover{
border-color: #696952;
color: #696952;
}
/* Tipsy style */
.qtip-tipsy{
background: black;
background: rgba(0, 0, 0, .87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content{
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon{
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover{
border-color: #303030;
}
/* Tipped style */
.qtip-tipped{
border: 3px solid #959FA9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #F9F9F9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar{
border-bottom-width: 0;
color: white;
background: #3A79B8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon{
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon{
background-color: #FBFBFB;
color: #555;
}
/**
* Twitter Bootstrap style.
*
* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
* Does not work with IE 7.
*/
.qtip-bootstrap{
/** Taken from Bootstrap body */
font-size: 14px;
line-height: 20px;
color: #333333;
/** Taken from Bootstrap .popover */
padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar{
/** Taken from Bootstrap .popover-title */
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{
/**
* Overrides qTip2:
* .qtip-titlebar .qtip-close{
* [...]
* right: 4px;
* top: 50%;
* [...]
* border-style: solid;
* }
*/
right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content{
/** Taken from Bootstrap .popover-content */
padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon{
/**
* Overrides qTip2:
* .qtip-default .qtip-icon {
* border-color: #CCC;
* background: #F1F1F1;
* color: #777;
* }
*/
background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon{
/**
* Overrides qTip2:
* .qtip-icon .ui-icon{
* width: 18px;
* height: 14px;
* }
*/
width: auto;
height: auto;
/* Taken from Bootstrap .close */
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover{
/* Taken from Bootstrap .close:hover */
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip{
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas{ top: 0; left: 0; }
.qtip .qtip-tip .qtip-vml{
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,317 @@
/**
* selectize.css (v0.12.1)
* Copyright (c) 20132015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #ffffff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid #d0d0d0;
background: #ffffff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 182 KiB

View File

@@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{one line to give the program's name and a brief idea of what it does.}
Copyright (C) {year} {name of author}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
{project} Copyright (C) {year} {fullname}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@@ -0,0 +1,96 @@
### Set icons groups
Open `demo.html` and run the below steps in browser console.
1. Define javascript functions
```javascript
var unycon = {
groups: typeof window.unycon != 'undefined' && unycon.groups ? unycon.groups : {},
icons: typeof window.unycon != 'undefined' && unycon.icons ? unycon.icons : {},
includeJQuery: function () {
if (typeof window.jQuery == 'undefined') {
var script = document.createElement('script');
script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js';
document.body.insertBefore( script, document.body.firstChild );
}
},
renderGroups: function () {
var that = this;
jQuery('.glyph .unycon + .mls').each(function(){
var $icon = jQuery(this),
icon = jQuery.trim(jQuery(this).text()),
groups = typeof that.icons[icon] == 'undefined' ? {} : that.icons[icon].groups;
var html = [];
jQuery.each(that.groups, function(group, groupTitle){
html.push(''
+ '<li>'
+ '<label>'
+ /**/'<input type="checkbox" value="'+ group +'" '+ (typeof groups[group] == 'undefined' ? '' : 'checked') +'> '
+ /**/groupTitle
+ '</label>'
+ '</li>'
);
});
$icon.next('.icon-groups').remove(); // in case it already exists
jQuery(
'<div class="icon-groups" data-icon="'+ icon +'" style="font-size:10px;clear:both;">'
+'<ul>'+ html.join('') +'</ul>'
+'</div>'
)
.insertAfter($icon)
.on('change', 'input[type="checkbox"]', function(e){
var $checkbox = jQuery(this),
group = $checkbox.attr('value');
if (typeof that.icons[icon] == 'undefined') {
that.icons[icon] = {groups:{}};
}
if ($checkbox.prop('checked')) {
that.icons[icon].groups[group] = true;
} else {
delete that.icons[icon].groups[group];
}
});
});
}
};
```
2. Include `jQuery`
```javascript
unycon.includeJQuery();
```
3. Load groups
```javascript
unycon.groups = {...}; // copy from index.html source code
```
4. Load icons
```javascript
unycon.icons = {...}; // copy from index.html source code
```
5. Show checkboxes
```javascript
unycon.renderGroups();
```
6. Set manually category checkboxes
7. Export icons
```javascript
JSON.stringify(unycon.icons);
```

View File

@@ -0,0 +1,3 @@
2.0.0
* Removed strange icons
* Categorized icons

View File

@@ -0,0 +1,150 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}

View File

@@ -0,0 +1,30 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,743 @@
<?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 IcoMoon</metadata>
<defs>
<font id="Unycon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe000;" glyph-name="photo-camera" horiz-adv-x="1216" d="M64-64h1088c40 0 64 24 64 64v704c0 40-24 64-64 64h-256l-128 192h-320l-128-192h-256c-40 0-64-24-64-64v-704c0-40 24-64 64-64zM128 704c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM608 64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM608 512c-88 0-160-72-160-160s72-160 160-160 160 72 160 160-72 160-160 160z" />
<glyph unicode="&#xe007;" glyph-name="camera-diaphragm" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM288 482l-122 180c71 115 201 170 346 170zM466 643l110 189c117-24 200-90 256-192zM107 452c0 50 9 98 26 142l187-274h-192c-25 52-21 70-21 132zM640 576h256c14-41 14-79 14-124 0-68-17-132-46-188zM704 384l128-192c-64-83-147-115-256-128zM576 256l-64-192c-124 7-251 97-320 192h384z" />
<glyph unicode="&#xe00e;" glyph-name="controls" d="M96 768h64v192h-64v-192zM352 512h64v448h-64v-448zM608 768h64v192h-64v-192zM864 640h64v320h-64v-320zM160 512h64v192h-192v-192h64v-576h64v576zM672 512h64v192h-192v-192h64v-576h64v576zM992 384v192h-192v-192h64v-448h64v448h64zM416 256h64v192h-192v-192h64v-320h64v320z" />
<glyph unicode="&#xe01b;" glyph-name="vimeo" horiz-adv-x="1084" d="M1 635l45-58s56 78 108 46c30-17 48-96 48-96s66-277 127-412c60-134 108-174 170-178 99-1 173 88 198 114 113 107 274 334 274 334s182 267 84 454c-31 54-157 115-290 12-133-104-124-211-124-211s85 36 112 2c26-33 32-73 22-115-34-101-198-271-198-271s-75 314-151 583c-19 50-43 121-187 10-151-129-238-214-238-214z" />
<glyph unicode="&#xe01d;" glyph-name="chat" horiz-adv-x="1152" d="M624 75c292 0 528 191 528 426 0 236-236 427-528 427s-528-191-528-427c0-88 33-169 89-237l-185-296 368 160c76-34 163-53 256-53zM288 608c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zM608 608c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zM928 608c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96z" />
<glyph unicode="&#xe01e;" glyph-name="scissors" d="M736 576c88 0 160 86 160 192s-72 192-160 192c-77 0-142-66-157-153l-70-103-64 98c-13 90-78 158-157 158-88 0-160-86-160-192s72-192 160-192c57 0 106 36 135 89l25-153-116-263s-58-197 52-313c1 1 51 118 105 243 0 0 49 104 51 117 83 203 36 216 36 216l25 153c29-53 78-89 135-89zM288 896c53 0 96-57 96-128s-43-128-96-128-96 57-96 128 43 128 96 128zM736 896c53 0 96-57 96-128s-43-128-96-128-96 57-96 128 43 128 96 128zM512 420c-21 0-37 17-37 37 0 21 16 38 37 38s37-17 37-38c0-20-16-37-37-37zM690 249c0 0-72 177-73 178-21-118-84-248-84-248 54-125 106-242 107-243 110 116 50 313 50 313z" />
<glyph unicode="&#xe04b;" glyph-name="avira-antivirus" horiz-adv-x="1139" d="M975 711l-79 77s-359 301-726-63c-206-206-226-516-54-712l78-78 331 329 210-209c93-92 243-92 335 0 79 78 90 199 33 290-3 4-6 9-10 13-27 26-70 26-97 0-24-25-26-63-5-90l1-1c3 0 28-47 21-82-6-15-15-30-28-43-47-47-125-47-172 0l-204 206zM251 644c165 163 409 188 563 63l-625-622c-127 153-102 396 62 559z" />
<glyph unicode="&#xe05b;" glyph-name="kaspersky-antivirus" d="M1024 960h-320l-384-320v320h-320v-1024zM448 256l192-192-128-128h512v448l-128-128-192 256z" />
<glyph unicode="&#xe05d;" glyph-name="list-ul" d="M128 704c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM320 768h704v128h-704v-128zM128 320c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM320 384h704v128h-704v-128zM128-64c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM1024 0v128h-704v-128h704z" />
<glyph unicode="&#xe05e;" glyph-name="gallery" d="M896 96h64c35 0 64 29 64 64v704c0 35-29 64-64 64h-768c-35 0-64-29-64-64v-64h-64c-35 0-64-29-64-64v-704c0-35 29-64 64-64h768c35 0 64 29 64 64v64zM960 160h-64v576c0 35-29 64-64 64h-640v64h768v-704zM832 736v-637l-192 317-128-256-256 192-192-192v576h768zM256 416c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128z" />
<glyph unicode="&#xe06d;" glyph-name="desktop" d="M704 128h256c35 0 64 29 64 64v704c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-704c0-35 29-64 64-64h256v-128h-192v-64h768v64h-192v128zM960 320h-896v576h896v-576z" />
<glyph unicode="&#xe06e;" glyph-name="toggle-on" horiz-adv-x="1408" d="M480-64h448c265 0 480 215 480 480v64c0 265-215 480-480 480h-448c-265 0-480-215-480-480v-64c0-265 215-480 480-480zM1344 480v-64c0-230-186-416-416-416h-448c-230 0-416 186-416 416v64c0 230 186 416 416 416h448c230 0 416-186 416-416zM480 128h448c159 0 288 129 288 288v64c0 159-129 288-288 288h-448c-159 0-288-129-288-288v-64c0-159 129-288 288-288zM896 640c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192z" />
<glyph unicode="&#xe070;" glyph-name="hand-cash" horiz-adv-x="1248" d="M656 399c-87 0-154 44-189 112h-275v64h253c-4 21-6 42-5 64h-312v64h323c6 22 14 44 24 64h-411v64h452c62 78 154 130 248 130 147 0 242-126 212-281s-173-281-320-281zM760 855h-32l-6-30c-24-4-43-13-56-29-14-15-23-33-27-52-3-15-2-28 2-39s10-20 18-26c9-6 21-13 37-19 18-7 30-13 34-18 5-4 6-11 5-20-2-9-6-17-13-23s-16-9-28-9c-25 0-38 14-36 43l-52-13c1-46 22-72 62-76l-7-40h31l8 40c25 3 46 12 62 28 16 15 26 34 30 58 3 15 3 28-1 39-5 11-11 20-21 27-9 6-23 13-40 20-16 7-26 12-30 17-4 4-6 11-4 19s6 15 12 21c7 6 14 9 23 9 18 0 28-13 32-39l47 19c-3 37-22 58-56 63zM898 394c16 30 101 102 143 120 34 15 42-17 42-17s-144-131-158-145c-18 5-35 28-27 42zM933 314c16 31 139 144 181 162 34 15 42-17 42-17s-182-172-196-186c-18 5-35 27-27 41zM128 415v-416c0-35-29-64-64-64s-64 29-64 64v416c0 36 29 64 64 64s64-28 64-64zM1232 332c-23-36-115-143-221-262-96-106-272-134-403-134-140 0-251 75-384 98-31 2-32 20-32 29v256c0 9-2 72 5 76 24 13 84 41 157 41 95 0 206-56 206-56h144c61 0 192-7 192-99 0-76-153-98-192-98-96 0-240 10-240 10s274-42 336-42 94 8 146 47c73 54 167 164 211 213 51 59 123-5 75-79z" />
<glyph unicode="&#xe072;" glyph-name="global-delivery-arrow" d="M1001 333c12 37 20 76 23 116v64c-3 41-11 80-23 117-60 183-223 316-423 329-11 1-53 1-64 0-41-3-80-10-117-23-183-59-315-223-329-423v-16c21 17 44 32 68 44 5 34 12 66 24 97 34 11 71 22 113 31-5-31-8-63-10-95 9 1 18 3 27 3 13 0 24-2 37-3 3 37 6 74 12 110 56 10 115 18 175 21v-192h-22c33-23 62-53 86-86v22h192c-3-60-10-119-21-174-36-6-73-10-111-13 2-12 4-24 4-37 0-9-2-18-3-27 32 2 64 6 96 10-10-41-21-79-32-113-31-12-63-19-97-24-12-24-27-47-44-68h16c200 14 364 147 423 330zM514 895v-126c-56-2-111-9-163-18 7 39 16 76 25 110 43 19 89 30 138 34zM715 861c9-33 18-69 25-107-52 8-107 14-162 15v126c49-4 95-15 137-34zM200 715c27 40 63 74 102 102-7-25-12-52-18-80-30-7-58-14-84-22zM791 817c35-25 66-56 91-91-24 6-48 12-74 17-5 26-11 50-17 74zM752 687c9-56 15-115 18-174h-192v192c59-2 118-9 174-18zM926 651c19-43 30-89 34-138h-126c-1 55-7 110-15 162 38-7 74-16 107-24zM290 513c-160 0-289-129-289-288 0-160 129-289 289-289 159 0 288 129 288 289 0 159-129 288-288 288zM834 449h126c-4-48-15-94-34-137-34-9-71-18-110-25 10 52 16 107 18 162zM129 257v128h64v-128c0-67 65-64 65-64h64v128l192-161-192-160v128h-64s-129 2-129 129zM882 237c-28-39-62-74-102-101 8 26 15 53 22 84 28 5 55 11 80 17z" />
<glyph unicode="&#xe074;" glyph-name="global-delivery-check" d="M735 383c159 0 289 129 289 288 0 160-130 289-289 289s-289-129-289-289c0-159 130-288 289-288zM308 795c35 15 72 24 110 29 12 25 27 48 45 69h-17c-40-3-80-11-117-23-182-60-315-224-328-423-1-12-1-53 0-64 16-240 206-430 445-446 12-1 53-1 65 0 199 13 363 146 423 329 12 37 20 76 22 117v16c-21-18-43-32-68-44-5-39-14-76-29-110-35-9-72-18-111-25 6 32 10 67 14 101-9-1-18-3-27-3-13 0-25 3-37 4-4-39-9-77-16-114-56-9-113-15-171-17v192h22c-34 23-63 53-87 86v-22h-191c1 58 7 115 16 171 37 7 76 12 115 15-1 13-4 25-4 38 0 9 2 18 3 27-35-4-69-8-102-14 7 39 16 76 25 111zM894 785c12-13 12-33 0-46l-182-181c-12-13-32-13-45 0l-91 91c-12 12-12 32 0 45 13 13 33 13 46 0l68-68 158 159c13 12 33 12 46 0zM133 648c27 40 61 74 100 103-6-26-12-53-17-81-30-7-57-14-83-22zM191 447h-126c3 43 12 86 28 125 33 10 71 21 112 31-8-51-13-103-14-156zM93 257c-16 39-25 82-28 126h126c2-54 8-108 17-158-42 10-81 21-115 32zM274 211c-10 55-17 113-19 172h191v-192c-59 2-117 10-172 20zM221 158c8-32 16-61 24-89-44 30-82 68-112 112 27-8 57-16 88-23zM734 152l81 18c-29-39-63-74-103-101 8 26 15 54 22 83zM321 29c-11 34-22 73-32 115 50-9 103-15 157-17v-126c-43 3-86 12-125 28zM511 1v126c52 1 105 7 157 14-10-41-21-78-32-112-39-16-82-25-125-28z" />
<glyph unicode="&#xe075;" glyph-name="shopping-cart-delivery" horiz-adv-x="1280" d="M1152 384l128 320s-2 64-64 64h-704v128c1 26-39 64-64 64h-128s-64-4-64-64 64-64 64-64h64v-128h-384v-64h384v-128h-320v-64h320v-128h-256v-64h256v-64s-3-64 64-64h576c29 0 64 22 64 64s-35 64-64 64h-512v64h576c26 0 55 38 64 64zM631 704l-9-64h-110v64h119zM823 704l-9-64h-128l9 64h128zM1015 704l-9-64h-128l9 64h128zM1216 704l-26-64h-120l9 64h137zM603 512h-91v64h101zM677 576h128l-10-64h-128zM869 576h128l-10-64h-128zM1061 576h104l-26-64h-88zM512 384v64h82l-9-64h-73zM649 384l9 64h128l-9-64h-128zM841 384l9 64h128l-9-64h-128zM1033 384l9 64h72l-26-64h-55zM561 64c-48 0-95-29-104-64s22-64 70-64 95 29 104 64-22 64-70 64zM945 64c-48 0-95-29-104-64s22-64 70-64 95 29 104 64-22 64-70 64z" />
<glyph unicode="&#xe076;" glyph-name="shopping-cart-check" horiz-adv-x="1280" d="M1152 384l128 320s-2 64-64 64h-704v128c1 26-39 64-64 64h-128s-64-4-64-64 64-64 64-64h64v-347c74-32 133-91 165-165h539c26 0 55 38 64 64zM631 704l-9-64h-110v64h119zM823 704l-9-64h-128l9 64h128zM1015 704l-9-64h-128l9 64h128zM1216 704l-26-64h-120l9 64h137zM512 576h101l-10-64h-91v64zM677 576h128l-10-64h-128zM869 576h128l-10-64h-128zM1061 576h104l-26-64h-88zM512 192c0 141-115 256-256 256s-256-115-256-256 115-256 256-256 256 115 256 256zM512 448h82l-9-64h-73v64zM658 448h128l-9-64h-128zM850 448h128l-9-64h-128zM1042 448h72l-26-64h-55zM211 147l158 158c13 13 33 13 45 0 13-12 13-33 0-45l-181-181c-12-13-32-13-45 0l-90 90c-13 13-13 33 0 46 12 12 32 12 45 0zM576 192c0-22-2-43-6-64h454c29 0 64 22 64 64s-35 64-64 64h-454c4-21 6-42 6-64zM561 64c-5 0-9-1-13-2-18-41-45-77-78-106 13-12 33-20 57-20 48 0 95 29 104 64s-22 64-70 64zM945 64c-48 0-95-29-104-64s22-64 70-64 95 29 104 64-22 64-70 64z" />
<glyph unicode="&#xe077;" glyph-name="shopping-cart-time" horiz-adv-x="1280" d="M1152 384l128 320s-2 64-64 64h-704v128c1 26-39 64-64 64h-128s-64-4-64-64 64-64 64-64h64v-347c74-32 133-91 165-165h539c26 0 55 38 64 64zM631 704l-9-64h-110v64h119zM823 704l-9-64h-128l9 64h128zM1015 704l-9-64h-128l9 64h128zM1216 704l-26-64h-120l9 64h137zM512 576h101l-10-64h-91v64zM677 576h128l-10-64h-128zM869 576h128l-10-64h-128zM1061 576h104l-26-64h-88zM512 192c0 141-115 256-256 256s-256-115-256-256 115-256 256-256 256 115 256 256zM512 448h82l-9-64h-73v64zM658 448h128l-9-64h-128zM850 448h128l-9-64h-128zM1042 448h72l-26-64h-55zM64 192c0 106 86 192 192 192s192-86 192-192-86-192-192-192-192 86-192 192zM256 192v96c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32h128c18 0 32 14 32 32s-14 32-32 32h-96zM576 192c0-22-2-43-6-64h454c29 0 64 22 64 64s-35 64-64 64h-454c4-21 6-42 6-64zM561 64c-5 0-9-1-13-2-18-41-45-77-78-106 13-12 33-20 57-20 48 0 95 29 104 64s-22 64-70 64zM945 64c-48 0-95-29-104-64s22-64 70-64 95 29 104 64-22 64-70 64z" />
<glyph unicode="&#xe078;" glyph-name="paper-delivery" d="M1344 0l64 640c0 35-29 64-64 64h-128v192c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-192h-384v-64h384v-128h-320v-64h320v-128h-256v-64h256v-256c0-35 29-64 64-64h704c2 0 3 1 5 0h123c35 0 64 29 64 64zM1152 0h-704v896h704v-896zM1088 768h-576v-64h576v64zM1088 640h-576v-64h576v64zM1344 640l-64-640h-64v640h128zM768 512h-256v-384h256v384zM1088 448h-256v-64h256v64zM1088 320h-256v-64h256v64zM1024 192h-192v-64h192v64z" />
<glyph unicode="&#xe079;" glyph-name="paper-check" d="M1344 0l64 640c0 35-29 64-64 64h-128v192c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-335c22-6 44-15 64-25v360h704v-896h-595c-20-24-42-46-67-64h662c2 0 3 1 5 1v-1h123c35 0 64 29 64 64zM512 704h576v64h-576v-64zM512 576h576v64h-576v-64zM1344 640l-64-640h-64v640h128zM576 224c0 159-129 288-288 288s-288-129-288-288 129-288 288-288 288 129 288 288zM512 512v-19c78-64 128-160 128-269 0-34-6-65-15-96h143v384h-256zM832 384h256v64h-256v-64zM243 179l158 158c13 13 33 13 45 0 13-12 13-33 0-45l-181-181c-12-13-32-13-45 0l-90 90c-13 13-13 33 0 46 12 12 32 12 45 0zM832 256h256v64h-256v-64zM1024 128v64h-192v-64h192z" />
<glyph unicode="&#xe07a;" glyph-name="crown" horiz-adv-x="1408" d="M1267 533c78 0 141 63 141 142 0 78-63 142-141 142s-141-64-141-142c0-34 12-65 31-90l-179-129-43 225c60 17 104 72 104 137 0 78-63 142-141 142s-141-64-141-142c0-58 34-108 84-130l-137-240-144 244c45 24 75 71 75 126 0 78-63 142-141 142s-141-64-141-142c0-68 48-125 112-139l-48-218-163 129c18 24 28 53 28 85 0 78-63 142-141 142s-141-64-141-142c0-79 63-142 141-142 19 0 36 3 52 10l127-351h768l126 351c16-6 34-10 53-10zM1088 128h-768v-192h768v192z" />
<glyph unicode="&#xe07b;" glyph-name="codeguard" d="M928 781l-2-169s-224 104-574 41c-3 0-31-178 0-256 39-126 192-192 192-192l128 192h-128v192c296 6 374-74 376-74-13-372-376-566-376-566s-324 152-384 384c-60 254-64 447-64 448 420 166 832 0 832 0z" />
<glyph unicode="&#xe07e;" glyph-name="toggle-off" horiz-adv-x="1408" d="M480-64h448c265 0 480 215 480 480v64c0 265-215 480-480 480h-448c-265 0-480-215-480-480v-64c0-265 215-480 480-480zM1344 480v-64c0-230-186-416-416-416h-448c-230 0-416 186-416 416v64c0 230 186 416 416 416h448c230 0 416-186 416-416zM512 128c177 0 320 143 320 320s-143 320-320 320-320-143-320-320 143-320 320-320zM512 640c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192z" />
<glyph unicode="&#xe080;" glyph-name="paper-time" d="M1344 0l64 640c0 35-29 64-64 64h-128v192c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-335c22-6 44-15 64-25v360h704v-896h-595c-20-24-42-46-67-64h662c2 0 3 1 5 0h123c35 0 64 29 64 64zM512 704h576v64h-576v-64zM512 576h576v64h-576v-64zM1344 640l-64-640h-64v640h128zM576 224c0 159-129 288-288 288s-288-129-288-288 129-288 288-288 288 129 288 288zM512 512v-19c78-64 128-160 128-269 0-34-6-65-15-96h143v384h-256zM288 448c124 0 225-100 225-224s-101-224-225-224-224 100-224 224 100 224 224 224zM832 384h256v64h-256v-64zM288 192h128c18 0 32 14 32 32s-14 32-32 32h-96v96c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32zM832 256h256v64h-256v-64zM1024 128v64h-192v-64h192z" />
<glyph unicode="&#xe081;" glyph-name="paper-arrow" d="M1152 512v-128h-154l26 256c0 35-29 64-64 64h-128v192c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-896c0-35 29-64 64-64h704c2 0 3 1 5 0h123c35 0 64 29 64 64l26 256h166v-128l256 192zM768 0h-704v896h704v-896zM704 768h-576v-64h576v64zM704 640h-576v-64h576v64zM960 640l-64-640h-64v640h128zM384 512h-256v-384h256v384zM704 448h-256v-64h256v64zM704 320h-256v-64h256v64zM640 192h-192v-64h192v64z" />
<glyph unicode="&#xe082;" glyph-name="purse-time" d="M768 224c0-119 60-224 150-288h-854c-23 0-64 27-64 64s128 640 128 640 4 64 64 64h131c-1 11-3 21-3 32 0 124 100 224 224 224s224-100 224-224c0-11-2-21-3-32h131c57 0 64-64 64-64l20-93c-125-55-212-179-212-323zM544 896c-88 0-160-72-160-160 0-11 1-22 3-32h314c2 10 3 21 3 32 0 88-72 160-160 160zM320 640c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM768 640c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM1120-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM1120 448c-124 0-224-100-224-224s100-224 224-224 225 100 225 224-101 224-225 224zM1248 192h-128c-18 0-32 14-32 32v128c0 18 14 32 32 32s32-14 32-32v-96h96c18 0 32-14 32-32s-14-32-32-32z" />
<glyph unicode="&#xe083;" glyph-name="purse-check" d="M768 224c0-119 60-224 150-288h-854c-23 0-64 27-64 64s128 640 128 640 4 64 64 64h131c-1 11-3 21-3 32 0 124 100 224 224 224s224-100 224-224c0-11-2-21-3-32h131c57 0 64-64 64-64l20-93c-125-55-212-179-212-323zM544 896c-88 0-160-72-160-160 0-11 1-22 3-32h314c2 10 3 21 3 32 0 88-72 160-160 160zM320 640c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM768 640c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM1120-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM1278 337c-12 13-32 13-45 0l-158-158-68 68c-13 12-33 12-45 0-13-13-13-33 0-46l90-90c13-13 33-13 45 0l181 181c13 12 13 33 0 45z" />
<glyph unicode="&#xe087;" glyph-name="box-check" horiz-adv-x="1152" d="M0 768h1024v128c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-128zM960 704h-896v-704c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 194 158 352 352 352 34 0 65-6 96-15v143zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1022 337c13-12 13-33 0-45l-181-181c-12-13-32-13-45 0l-90 90c-13 13-13 33 0 46 12 12 32 12 45 0l68-68 158 158c13 13 33 13 45 0z" />
<glyph unicode="&#xe088;" glyph-name="box-arrow" d="M1024 768v128c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-128h1024zM960 704h-896v-256h320v128l320-256-320-256v128h-320v-192c0-35 29-64 64-64h768c35 0 64 29 64 64v704z" />
<glyph unicode="&#xe08b;" glyph-name="yahoo" horiz-adv-x="1408" d="M1408 640v129l-512-1v-128h177l-301-266-265 458h261v128h-768v-128h218l358-576v-256h-192v-64h704v64h-256v256l410 384h166z" />
<glyph unicode="&#xe093;" glyph-name="basket" horiz-adv-x="1152" d="M664 404l256 443c18 31 7 70-23 88-31 17-70 7-88-24l-255-443c-18-31-7-70 23-87 31-18 70-8 87 23zM1024-56l64 384c38 0 64 29 64 64v64c0 35-26 64-64 64h-283l-85-148c-35-61-114-82-175-47s-82 114-47 175l12 20h-446c-38 0-64-29-64-64v-64c0-35 26-64 64-64l64-384h896zM320 200c35 0 64-29 64-64 0-36-29-64-64-64s-64 28-64 64c0 35 29 64 64 64zM576 200c35 0 64-29 64-64 0-36-29-64-64-64s-64 28-64 64c0 35 29 64 64 64zM832 200c35 0 64-29 64-64 0-36-29-64-64-64s-64 28-64 64c0 35 29 64 64 64z" />
<glyph unicode="&#xe095;" glyph-name="basket-plus" d="M320 320c177 0 320 143 320 320s-143 320-320 320-320-143-320-320 143-320 320-320zM920 396l256 443c18 31 7 70-23 88-31 17-70 7-88-24l-255-443c-18-30-7-70 23-87 31-18 70-7 87 23zM512 576h-128v-128h-128v128h-128v128h128v128h128v-128h128v-128zM1280-64l64 384c38 0 64 29 64 64v64c0 35-26 64-64 64h-283l-85-148c-35-61-114-82-175-47-61 36-82 114-47 175l12 20h-86c-51-146-187-250-350-255l54-321h896zM576 192c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM832 192c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM1088 192c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe096;" glyph-name="basket-minus" d="M320 320c177 0 320 143 320 320s-143 320-320 320-320-143-320-320 143-320 320-320zM920 396l256 443c18 31 7 70-23 88-31 17-70 7-88-24l-255-443c-18-30-7-70 23-87 31-18 70-7 87 23zM512 576h-384v128h384v-128zM1280-64l64 384c38 0 64 29 64 64v64c0 35-26 64-64 64h-283l-85-148c-35-61-114-82-175-47-61 36-82 114-47 175l12 20h-86c-51-146-187-250-350-255l54-321h896zM576 192c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM832 192c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM1088 192c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe09e;" glyph-name="map-marker" d="M512-64c0 0 320 527 320 704s-143 320-320 320-320-143-320-320 320-704 320-704zM512 832c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192zM512 512c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128z" />
<glyph unicode="&#xe0ad;" glyph-name="cup" horiz-adv-x="1152" d="M640 256l38 98s474-40 474 478h-192v128h-768v-128h-192c2-526 482-478 482-478l30-98h128zM64 768h128c30-151 106-273 201-346-166 21-329 186-329 346zM960 768h128c-29-178-153-314-310-343 93 73 153 194 182 343zM384 192l-64-256h512l-64 256h-384z" />
<glyph unicode="&#xe10b;" glyph-name="tooltip" d="M704 192h256c34 0 64 32 64 64v640c0 33-31 64-64 64h-896c-33 0-64-31-64-64v-640c0-32 31-64 64-64h256l192-256zM832 768h-640v64h640v-64zM832 576h-640v64h640v-64zM832 384h-640v64h640v-64z" />
<glyph unicode="&#xe11d;" glyph-name="at-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM298 551c-24-46-37-99-37-159 0-65 18-117 55-154 36-37 87-56 152-56 32 0 61 3 89 9 119 10 202-7 202-7v-76c-62 9-115 29-301-3-58 0-109 12-153 35s-77 56-100 98-34 91-34 146c0 75 16 142 49 201 32 59 79 105 139 139 60 33 127 50 201 50 86 0 154-22 203-67 49-44 73-106 73-186 0-46-8-90-26-130-17-40-41-71-72-93-30-23-65-34-103-34-24 0-43 5-58 16-16 10-26 25-30 44h-2c-14-21-29-36-46-46-17-9-37-14-60-14-34 0-61 11-80 32-19 22-29 53-29 93s9 77 28 112c18 35 43 63 76 83 32 21 68 31 108 31 50 0 94-7 133-22l-43-171c-3-11-6-22-8-31-2-8-3-17-3-26 0-18 8-27 23-27 18 0 35 8 51 26 15 17 28 40 37 69 10 29 14 58 14 87 0 57-16 101-50 132-33 30-82 45-146 45-55 0-104-12-148-38-44-25-79-61-104-108zM461 338c38 0 67 36 86 109l23 90c-10 3-21 4-33 4-22 0-42-7-59-21s-31-32-41-55c-9-23-14-47-14-71 0-17 3-31 10-41 6-10 16-15 28-15z" />
<glyph unicode="&#xe120;" glyph-name="delivery-non-stop" horiz-adv-x="1152" d="M704 670l92 88c-46 72-129 120-223 120-130 0-238-90-258-208h-88c21 164 167 290 345 290 119 0 224-55 286-141l63 59v-208h-217zM461 586l-108-95c46-68 127-114 220-114 129 0 237 91 258 209h87c-21-165-167-292-345-292-118 0-222 55-284 140l-65-57v209h237zM538-64h-51l125 320h51zM223 116c-5-10-12-20-20-28-9-9-18-17-29-23-10-7-21-14-32-21-11-6-21-14-32-21-10-8-19-17-27-27h149v-53h-231c0 18 3 33 8 46s12 24 21 34 20 20 32 28c12 9 25 18 39 26 6 5 14 10 22 14 7 5 15 10 21 16s12 12 16 19c5 7 7 16 7 25 0 14-5 26-14 34-8 7-20 11-34 11-9 0-17-2-23-5-7-4-12-10-16-17-4-6-6-14-8-22s-3-16-3-24h-61c0 17 2 33 7 48 4 14 12 26 21 37 10 11 22 20 36 26 15 6 32 9 51 9 14 0 28-2 41-6s24-11 34-19 18-17 24-29c6-11 9-24 9-39s-3-28-8-39zM697 23c9 10 20 20 32 28 12 9 25 18 38 26 7 5 15 10 22 14 8 5 15 10 22 16 6 6 12 12 16 19s6 16 6 25c0 14-4 26-13 34-9 7-20 11-34 11-9 0-17-2-23-5-7-4-12-10-16-17-4-6-7-14-8-22-2-8-3-16-3-24h-61c-1 17 2 33 6 48 5 14 12 26 22 37s22 20 36 26c15 6 32 9 50 9 15 0 29-2 42-6 12-4 23-11 33-19s18-17 24-29c6-11 9-24 9-39s-3-28-8-39c-5-10-12-20-20-28-9-9-18-17-29-23l-31-21c-11-6-21-14-32-21-10-8-19-17-27-27h148v-53h-230c0 18 2 33 8 46 5 13 12 24 21 34zM442 63h42v-50h-42v-70h-61v70h-132v55l136 174h57v-179zM1109-57h-61v70h-133v55l137 174h57v-179h42v-50h-42v-70zM380 167l-80-104h81v104h-1zM1047 167l-82-104h83v104h-1z" />
<glyph unicode="&#xe122;" glyph-name="hand-free" horiz-adv-x="1248" d="M0 640v320h192v-64h-128v-64h128v-64h-128v-128h-64zM450 676c-1 14-3 28-4 41-3 16-8 29-15 36-8 8-20 12-37 12l-74 3v-128h-64v320h169c14 0 26-2 37-7s21-11 29-19 14-17 18-28 7-22 7-34c0-19-4-35-12-49s-20-24-38-32c9-3 16-6 21-11 6-5 10-11 14-18 3-7 6-14 7-22 2-8 3-16 4-24 0-5 0-11 1-18l1-21c1-7 2-14 4-21 1-6 3-12 7-16h-69c-3 10-6 22-6 36zM832 960v-64h-192v-64h128v-64h-128v-64h192v-64h-256v320h256zM1152 960v-64h-192v-64h128v-64h-128v-64h192v-64h-256v320h256zM436 895c-8 7-20 10-36 10h-74v-90h74c16 0 28 4 36 11 7 7 11 19 11 35 0 15-4 27-11 34zM1041 515c34 15 42-18 42-18s-144-130-158-144c-18 5-35 27-27 41 16 31 101 103 143 121zM933 315c16 30 139 143 181 162 34 15 42-18 42-18l-196-185c-18 4-35 27-27 41zM64 480c35 0 64-29 64-64v-416c0-35-29-64-64-64s-64 29-64 64v416c0 35 29 64 64 64zM1232 333c-23-37-115-144-221-262-96-106-272-135-403-135-140 0-251 75-384 99-31 1-32 20-32 29v256c0 8-2 72 5 76 24 13 84 41 157 41 95 0 206-56 206-56h144c61 0 192-7 192-99 0-76-153-99-192-99-96 0-240 10-240 10s274-41 336-41 94 8 146 47c73 54 167 163 211 213 51 59 123-5 75-79z" />
<glyph unicode="&#xe123;" glyph-name="box-time-o" horiz-adv-x="1152" d="M0 768v128c0 35 29 64 64 64h896c35 0 64-29 64-64v-128h-1024zM960 832v64h-896v-64h896zM960 704v-143c-21 6-42 10-64 12v67h-768v-640h467c20-24 42-46 67-64h-534c-35 0-64 29-64 64v704h896zM864-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM864 448c-124 0-224-100-224-224s100-224 224-224 225 100 225 224-101 224-225 224zM992 192h-128c-18 0-32 14-32 32v128c0 18 14 32 32 32s32-14 32-32v-96h96c18 0 32-14 32-32s-14-32-32-32z" />
<glyph unicode="&#xe124;" glyph-name="box-lock-o" horiz-adv-x="1152" d="M0 768h1024v128c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-128zM64 896h896v-64h-896v64zM960 704h-896v-704c0-35 29-64 64-64h448l11 64h-459v640h768v-128c23 0 44-5 64-12v204zM1152-64l-64 384h-64c0 71-57 128-128 128s-128-57-128-128h-64l-64-384h512zM896 384c35 0 64-29 64-64h-128c0 35 29 64 64 64z" />
<glyph unicode="&#xe125;" glyph-name="box-check-o" horiz-adv-x="1152" d="M0 768h1024v128c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-128zM64 896h896v-64h-896v64zM960 704h-896v-704c0-35 29-64 64-64h534c-25 18-47 40-67 64h-467v640h768v-67c22-2 43-6 64-12v143zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1022 337c13-12 13-33 0-45l-181-181c-12-13-32-13-45 0l-90 90c-13 13-13 33 0 46 12 12 32 12 45 0l68-68 158 158c13 13 33 13 45 0z" />
<glyph unicode="&#xe12b;" glyph-name="list-check" horiz-adv-x="1280" d="M288 768c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM672 768h512c53 0 96 43 96 96s-43 96-96 96h-512c-53 0-96-43-96-96s43-96 96-96zM320 448l-198 140-122-138 320-258 384 390-128 122zM800 320h384c53 0 96 43 96 96s-43 96-96 96h-384c-53 0-96-43-96-96s43-96 96-96zM288 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM1184 128h-512c-53 0-96-43-96-96s43-96 96-96h512c53 0 96 43 96 96s-43 96-96 96z" />
<glyph unicode="&#xe12d;" glyph-name="envelope-open" d="M1024-64v640l-512 384-512-384v-640h1024zM960 398l-128-96v210h-640v-208l-128 96v176h896v-178zM512 64l-256 192v192h512v-193zM320 384v-64h384v64h-384zM640 256h-256v-64h256v64z" />
<glyph unicode="&#xe135;" glyph-name="label-star-check" d="M828 584l46 226-226-45-136 195-127-191-235 41 46-225-196-137 195-136-45-226 225 46 137-196 127 192 235-42-49 222 199 140zM738 557l-271-271-46 45-135 136 45 45 136-136 226 227z" />
<glyph unicode="&#xe136;" glyph-name="label-star-usd" d="M828 584l46 226-226-45-136 195-127-191-235 41 46-225-196-137 195-136-45-226 225 46 137-196 127 192 235-42-49 222 199 140zM670 374c1-15 2-28 2-39 0-10-2-23-6-38-5-16-12-31-23-45-11-15-26-28-44-39-15-10-34-15-55-18v-67h-64v68c-35 6-65 19-86 43-24 28-38 69-42 123h81c0-26 5-47 17-62 9-10 19-17 30-22v142l-4 1c-14 4-28 10-42 16s-26 14-37 25c-11 10-20 23-26 38-7 15-10 34-10 57 0 24 4 44 11 62 8 18 18 33 30 45s26 21 42 28c12 5 24 6 36 9v67h64v-68c11-3 23-5 33-9 15-7 28-16 40-28 11-11 21-26 28-43 7-18 11-38 13-62h-82c0 18-5 34-14 47-6 7-12 12-18 15v-122c4-1 9-3 14-4 28-10 50-21 65-34 15-14 27-28 34-43 7-14 12-29 13-43zM443 567c0-15 4-27 12-35 5-6 14-10 25-15v104c-1 0-3 0-4-1-7-2-12-5-17-10s-9-11-12-18-4-15-4-25zM570 290c6 5 11 12 15 20 3 8 5 18 5 29 0 17-4 31-14 40-7 6-18 12-32 18v-121c2 0 4 1 6 1 7 3 14 8 20 13z" />
<glyph unicode="&#xe138;" glyph-name="label-star-percent" d="M828 584l46 226-226-45-136 195-127-191-235 41 46-225-196-137 195-136-45-226 225 46 137-196 127 192 235-42-49 222 199 140zM368 704c62 0 112-50 112-112s-50-112-112-112-112 50-112 112 50 112 112 112zM652 695c15-8 20-27 11-42l-281-441c-8-15-27-20-42-11-15 8-20 27-11 42l281 441c8 15 27 20 42 11zM368 544c27 0 48 21 48 48s-21 48-48 48-48-21-48-48 21-48 48-48zM656 416c62 0 112-50 112-112s-50-112-112-112-112 50-112 112 50 112 112 112zM656 256c27 0 48 21 48 48s-21 48-48 48-48-21-48-48 21-48 48-48z" />
<glyph unicode="&#xe139;" glyph-name="label-star-1" d="M828 584l46 226-226-45-136 195-127-191-235 41 46-225-196-137 195-136-45-226 225 46 137-196 127 192 235-42-49 222 199 140zM512 704c141 0 256-115 256-256s-115-256-256-256-256 115-256 256 115 256 256 256zM482 256h64v320h-64c-3-24 4-40-10-51-8-5-16-8-25-10s-19-3-29-3v-64h64v-192z" />
<glyph unicode="&#xe13b;" glyph-name="warning-circle2" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM415 832h194c17 0 31-13 31-30l-31-289c-5-34-9-65-62-65h-70c-46 0-60 34-62 65l-31 289c0 17 14 30 31 30zM512 320c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128z" />
<glyph unicode="&#xe13e;" glyph-name="apple" d="M698 579c-65 0-112-24-154-67v192c36 10 95 32 128 64 73 71 64 192 64 192s-139 0-212-71c-39-39-57-91-66-131-72 70-170 74-170 74s-18-119 54-190c43-42 97-59 138-66v-64c-41 38-93 67-154 67-127 0-230-100-230-224 0-27 5-53 14-77 4-37 89-223 127-263 29-47 82-79 142-79 55 0 103 26 133 66 30-40 78-66 133-66 62 0 116 33 144 82 78 108 111 215 120 248 12 27 19 57 19 89 0 124-103 224-230 224z" />
<glyph unicode="&#xe141;" glyph-name="tag-check" horiz-adv-x="1152" d="M1152 450l-320 318h-768c-35 0-64-29-64-64v-512c0-35 29-64 64-64h768zM674 561l-271-271-46 45-135 136 45 45 136-136 226 226zM960 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe142;" glyph-name="tag-empty" horiz-adv-x="1152" d="M1152 450l-320 318h-768c-35 0-64-29-64-64v-512c0-35 29-64 64-64h768zM960 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe143;" glyph-name="tag-new" horiz-adv-x="1152" d="M1152 450l-320 318h-768c-35 0-64-29-64-64v-512c0-35 29-64 64-64h768zM271 320h-54l-102 171h-1v-171h-50v256h53l103-172v172h51v-256zM500 320h-185v256h183v-47h-130v-55h119v-44h-119v-63h132v-47zM832 576l-66-256h-53l-42 174-41-174h-55l-64 256h53l39-174h1l42 174h51l41-176h1l40 176h53zM960 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe144;" glyph-name="price-tag-usd" horiz-adv-x="1152" d="M1152 450l-320 318h-768c-35 0-64-29-64-64v-512c0-35 29-64 64-64h768zM574 389c1-12 2-23 2-32 0-8-2-18-5-30s-9-24-18-36-21-22-35-31c-12-8-27-12-44-15v-53h-52v54c-28 5-52 16-68 35-20 22-31 55-34 98h65c-1-21 4-37 14-49 6-9 14-14 23-18v113c-1 1-2 1-3 1-11 4-22 8-33 13s-21 12-30 20-16 18-21 31c-5 12-8 27-8 45 0 19 3 36 9 50s14 26 24 36c10 9 21 17 34 22 9 4 19 5 28 7v54h52v-55c9-2 18-3 26-7 12-5 23-13 32-22s17-21 22-35c6-14 10-30 11-49h-66c0 15-4 27-11 37-4 6-9 10-14 12v-97c3-1 7-2 11-4 22-7 40-16 52-27 12-10 21-22 27-33 6-12 9-24 10-35zM393 543c0-12 3-21 9-28 5-4 12-8 20-11v83c-1-1-2-1-3-1-5-2-10-5-14-9-3-3-7-8-9-14s-3-12-3-20zM960 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM494 322c5 4 9 9 12 16 3 6 5 14 5 23 0 14-4 24-12 32-5 5-14 10-25 14v-97c1 1 3 1 4 1 6 3 12 6 16 11z" />
<glyph unicode="&#xe146;" glyph-name="tag-percent" horiz-adv-x="1152" d="M1152 450l-320 318h-768c-35 0-64-29-64-64v-512c0-35 29-64 64-64h768zM304 704c62 0 112-50 112-112s-50-112-112-112-112 50-112 112 50 112 112 112zM588 695c15-8 20-27 11-42l-281-441c-8-15-27-20-42-11-15 8-20 27-11 42l281 441c8 15 27 20 42 11zM304 544c27 0 48 21 48 48s-21 48-48 48-48-21-48-48 21-48 48-48zM960 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM592 416c62 0 112-50 112-112s-50-112-112-112-112 50-112 112 50 112 112 112zM592 256c27 0 48 21 48 48s-21 48-48 48-48-21-48-48 21-48 48-48z" />
<glyph unicode="&#xe147;" glyph-name="label-circle" d="M512-64c230 0 416 186 416 416 0 219-169 396-384 413v163c0 18-14 32-32 32s-32-14-32-32v-163c-215-17-384-194-384-413 0-230 186-416 416-416zM544 608v90c37-14 64-48 64-90 0-53-43-96-96-96s-96 43-96 96c0 42 27 76 64 90v-90c0-18 14-32 32-32s32 14 32 32zM770 429l-271-271-46 45-135 136 45 45 136-136 226 227z" />
<glyph unicode="&#xe14b;" glyph-name="warning" d="M682 417l54 495c0 27-24 48-54 48h-340c-30 0-54-21-54-48l54-495c3-46 28-97 108-97h124c92 0 100 46 108 97zM512 256c-88 0-160-72-160-160s72-160 160-160 160 72 160 160-72 160-160 160z" />
<glyph unicode="&#xe151;" glyph-name="shopping-cart" horiz-adv-x="1152" d="M1152 704h-824l-61 256h-267v-64h212l46-192 126-512h640l48 192h-668l-15 64h699l16 64h-730l-16 64h762zM544 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM864 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe152;" glyph-name="shopping-cart-full" horiz-adv-x="1152" d="M1152 704h-64v256h-320v-256h-64v192h-256v-192h-120l-61 256h-267v-64h212l46-192 126-512h640l48 192h-668l-15 64h699l16 64h-730l-16 64h762zM544 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM864 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe153;" glyph-name="shopping-cart-full2" horiz-adv-x="1152" d="M1152 704h-82c11 19 18 41 18 64 0 71-57 128-128 128s-128-57-128-128c0-23 7-45 18-64h-18c0 71-57 128-128 128-27 0-51-8-72-22-17 50-64 86-120 86-71 0-128-57-128-128 0-23 7-45 18-64h-74l-61 256h-267v-64h212l46-192 126-512h640l48 192h-668l-15 64h699l16 64h-730l-16 64h762zM544 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM864 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe154;" glyph-name="shopping-cart-plus" horiz-adv-x="1280" d="M374 512h503c49-39 111-64 179-64h-667l15-64h668l-48-192h-640l-126 512-46 192h-212v64h267l61-256h443c5-47 21-91 46-128h-459zM1056 512c-124 0-224 100-224 224s100 224 224 224 224-100 224-224-100-224-224-224zM1088 896h-64v-128h-128v-64h128v-128h64v128h128v64h-128v128zM544 128c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zM864 128c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96z" />
<glyph unicode="&#xe155;" glyph-name="shopping-cart-minus" horiz-adv-x="1280" d="M358 576h459c-25 37-41 81-46 128h-443l-61 256h-267v-64h212l46-192 126-512h640l48 192h-668l-15 64h667c-68 0-130 25-179 64h-503zM1056 512c124 0 224 100 224 224s-100 224-224 224-224-100-224-224 100-224 224-224zM1216 768v-64h-320v64h320zM544 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM864 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe156;" glyph-name="shopping-cart2" d="M926 512l-290 411c-19 29-58 37-87 18s-37-59-18-88l241-341h-520l241 341c19 29 11 69-18 88s-68 11-87-18l-290-411h-98l28-128h968l28 128h-98zM981 320h-938l14-64h910zM953 192h-882l57-256h768z" />
<glyph unicode="&#xe157;" glyph-name="shopping-cart3" d="M1024 512h-448v384c0 35-29 64-64 64s-64-29-64-64v-210l-105 182c-18 30-57 41-88 23-30-18-41-57-23-87l168-292h-400l28-128h968zM981 320h-938l14-64h910zM953 192h-882l57-256h768z" />
<glyph unicode="&#xe159;" glyph-name="credit-cards" horiz-adv-x="1280" d="M320 928h896c35 0 64-29 64-64v-256h-192v128h-832v128c0 35 29 64 64 64zM64 672h896c35 0 64-29 64-64v-320h-1024v320c0 35 29 64 64 64zM960 480h-128v-128h128v128zM1088 480h192v-192c0-35-29-64-64-64h-128v256zM0 160h1024v-128c0-35-29-64-64-64h-896c-35 0-64 29-64 64v128z" />
<glyph unicode="&#xe15b;" glyph-name="check-circle-o2" d="M512-64c283 0 512 229 512 512 0 31-3 62-9 92l-1 7c-5 28-14 56-24 82l-3 10c-11 26-23 50-37 74l-7 10c-14 23-30 44-48 64l-4 5-89-97-290-331-214 186-105-122 319-300 369 420c9-32 15-65 15-100 0-212-172-384-384-384s-384 172-384 384 172 384 384 384c71 0 136-19 192-53l90 96c-81 54-178 85-282 85-283 0-512-229-512-512s229-512 512-512z" />
<glyph unicode="&#xe160;" glyph-name="piggy-bank" d="M512 576c-106 0-192 86-192 192s86 192 192 192 192-86 192-192-86-192-192-192zM946 347v-11c0-116-72-218-182-282 1-7 4-14 4-22 0-53-43-96-96-96-39 0-72 23-87 57-19-3-59-7-83-7-18 0-44 2-64 5-16-32-48-55-86-55-53 0-96 43-96 96 0 4 2 8 2 12-76 40-137 98-170 167h-69c-10 0-19 8-19 19v148c0 10 9 19 19 19h46c17 73 61 138 126 188l-25 53c-7 14-1 30 13 37 14 6 30 0 37-14l26-42c15 9 32 16 48 23 44-77 126-130 222-130 93 0 173 50 218 124 109-52 188-139 210-242 29 8 56 36 67 64 17-9 17-24 17-24s-4-67-78-87zM256 512c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64z" />
<glyph unicode="&#xe162;" glyph-name="wallet" d="M448 256v64c0 71 57 128 128 128h320v512h-640v-128h-128v-192h-64c-35 0-64-29-64-64v-576c0-35 29-64 64-64h768c35 0 64 29 64 64v128h-320c-71 0-128 57-128 128zM768 832h-448v64h512v-256h-64v192zM704 640h-512v128h512v-128zM576 192h384c35 0 64 29 64 64v64c0 35-29 64-64 64h-384c-35 0-64-29-64-64v-64c0-35 29-64 64-64zM608 320c18 0 32-14 32-32s-14-32-32-32-32 14-32 32 14 32 32 32z" />
<glyph unicode="&#xe163;" glyph-name="box" d="M320 768h-256l192 192h248zM979 960l-192-192h-302l182 192h312zM1024 914v-722l-192-192v721zM768 704v-768h-768v768h320v-128h128v128h320zM320 256l-94 128-98-128h64v-256h64v256h64z" />
<glyph unicode="&#xe165;" glyph-name="money" horiz-adv-x="1152" d="M0 701h511l452 262 151-262h38v-768h-1152v768zM845 784c-6 9-9 20-10 30l-196-113h128l100 58c-9 7-16 15-22 25zM1040 701l-39 69c-7-8-15-16-25-22-10-5-20-8-31-10l21-37h74zM966 637h-780c3-10 6-20 6-32 0-11-3-22-6-32h780c-3 10-6 21-6 32 0 12 3 22 6 32zM128 119v397c-10-4-21-7-32-7s-22 3-32 7v-397c10 4 21 6 32 6s22-2 32-6zM1024 516v-397c10 4 21 6 32 6s22-2 32-6v397c-10-4-21-7-32-7s-22 3-32 7zM768 317c0 106-86 192-192 192s-192-86-192-192 86-192 192-192 192 86 192 192zM186-3h780c-3 10-6 21-6 32 0 12 3 22 6 32h-780c3-10 6-20 6-32 0-11-3-22-6-32z" />
<glyph unicode="&#xe166;" glyph-name="coins" d="M512 704c177 0 320 29 320 64v128c0 35-143 64-320 64s-320-29-320-64v-128c0-35 143-64 320-64zM576 512c177 0 320 29 320 64v128c0-35-143-64-320-64s-320 29-320 64v-128c0-35 143-64 320-64zM512 320c177 0 320 29 320 64v128c0-35-143-64-320-64s-320 29-320 64v-128c0-35 143-64 320-64zM768 192v128c0-35-143-64-320-64s-320 29-320 64v-128c0-35 143-64 320-64s320 29 320 64zM512 64c-177 0-320 29-320 64v-128c0-35 143-64 320-64s320 29 320 64v128c0-35-143-64-320-64z" />
<glyph unicode="&#xe167;" glyph-name="open-sign" horiz-adv-x="1536" d="M123-21h1290c32 0 59 26 59 58v528c0 32-27 59-59 59h-70c-132 96-359 171-484 209-2 47-42 84-91 84-50 0-90-37-92-84-125-38-351-114-483-209h-70c-32 0-59-27-59-59v-528c0-32 27-58 59-58zM842 781c102-28 288-85 414-157h-976c126 72 310 128 413 157 16-23 43-40 75-40 31 0 58 17 74 40zM181 213c0 98 66 176 147 176s147-78 147-176c0-97-66-176-147-176s-147 79-147 176zM533 389h147c49 0 88-39 88-88v-58c0-49-39-88-88-88h-88v-118h-59v352zM1061 389v-58h-176v-59h118v-59h-118v-117h176v-59h-234v352h234zM1355 37h-59l-117 225v-225h-59v352h59l117-224v224h59v-352zM416 213c0 65-39 118-88 118s-88-53-88-118 39-117 88-117 88 52 88 117zM709 243v58c0 17-12 30-29 30h-88v-118h88c17 0 29 13 29 30z" />
<glyph unicode="&#xe168;" glyph-name="gift" d="M448 761h60c-4 53-45 112-110 152-91 54-194 50-231-11-24-40-12-93 24-141h-191v-192h448v192zM1024 761h-198c29 44 37 92 15 128-35 59-133 64-220 10-59-36-97-89-104-138h59v-192h448v192zM365 858c47-29 77-67 80-97h-163c-49 35-76 81-60 108 18 30 82 25 143-11zM789 857c14-24-6-63-45-96h-166c7 27 34 60 74 85 58 36 119 40 137 11zM448 505h-384v-576h384v576zM576 505v-576h384v576h-384z" />
<glyph unicode="&#xe16a;" glyph-name="desert" horiz-adv-x="1280" d="M899 838c26 33 78 78 175 95l-5 27c-68-11-145-40-200-109 12-4 22-8 30-13zM963 672c15 70 0 131-105 152-106 22-145-29-161-98-15-70 32-138 106-153 73-14 145 30 160 99zM1013 217c148 0 267 103 267 230 0 123-76 240-239 246-2-14-6-28-11-43-33-107-151-169-263-138-107 30-170 120-146 222-22 11-150 78-284-97l-4-7s-33-80-150-82c-1 0 0 1 0 1s-183 68-183-166c0-92 78-166 173-166 65 0 120 33 150 83 21 27 54 34 88 20 43-25 94-39 149-39 82 0 159 52 208 103 39-86 132-167 245-167zM367 261c-13-23-32-43-54-57l135-268h576l72 221c-22-2-45-4-69-4-128 0-237 41-277 98-51-29-115-47-183-47-76 0-146 22-200 57z" />
<glyph unicode="&#xe16b;" glyph-name="question-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM693 703c7-22 11-43 11-62 0-32-4-58-11-78-8-21-17-38-29-53-11-14-23-27-37-37s-27-20-39-31c-12-10-23-22-32-35s-15-30-18-49v-38h-123v45c2 28 7 52 15 71 9 19 18 35 29 49 11 13 23 25 35 35s23 20 33 30c11 10 19 21 25 32 7 12 10 27 9 45 0 30-7 53-20 67-14 15-33 22-57 22-17 0-31-3-43-10s-21-16-29-28c-7-12-13-25-17-41-3-15-5-32-5-50h-134c1 36 6 69 17 98 10 30 25 56 44 78 20 21 43 38 70 51 27 12 57 18 90 18 43 0 79-6 108-19s52-29 70-48c17-19 30-40 38-62zM384 256h192v-192h-192v192z" />
<glyph unicode="&#xe16d;" glyph-name="box-upload" horiz-adv-x="1408" d="M704 576v128h-192l228 256 220-256h-192v-128h-64zM660 517l-404 187-254-159 384-193zM768-64l448 128v640l-448-192v-576zM1408 448l-128 256v-192zM706 481l-320-194-128 65-2-224 448-192z" />
<glyph unicode="&#xe16e;" glyph-name="coffee" d="M992 448v-64h-126v-15c0-145-85-292-194-369h192v-64h-832v64h192c-109 77-192 224-192 369v79h320c-84 214 0 512 0 512h64c-75-296 0-512 0-512h576zM608 512h-64s48 122 0 256h64s43-117 0-256zM449 18c189 0 351 172 351 366h-704c0-194 164-366 353-366z" />
<glyph unicode="&#xe172;" glyph-name="store" d="M923 896h-818l11 64h796zM110 526c-49 15-78 66-64 115l49 191h839l45-191c13-49-17-100-67-114-42-11-83 10-103 46l-20 51s-4-104-93-104c-88 0-94 92-94 96v-3c0-51-42-93-94-93-76 0-95 90-95 90s-25-90-92-90c-82 0-90 88-90 88s-46-103-121-82zM992 567v-631h-128v384h-192v-384h-640v640c0-71 43-128 96-128 81 0 97 61 97 61s28-61 95-61c85 0 99 61 99 61s30-61 93-61c66 0 92 60 92 60s17-60 100-60c76 0 95 57 95 57s26-57 97-57c51 0 92 53 95 119h1zM416 320h-320v-256h320v256z" />
<glyph unicode="&#xe173;" glyph-name="certificate" d="M928-64v1024h-832v-1024h128v64h-64v896h704v-896h-320v-64h384zM736 768h-448v-64h448v64zM736 640h-448v-64h448v64zM608 512h-320v-64h320v64zM384 384c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM384 256c-18 0-32 14-32 32s14 32 32 32 32-14 32-32-14-32-32-32zM480-64v225c-27-21-60-33-96-33s-69 12-96 33v-225l98 64z" />
<glyph unicode="&#xe174;" glyph-name="clothes-women" horiz-adv-x="1152" d="M343 770l104 82-89 30 31 58c31 9 58 16 82 20l95-499zM568 461l110 499c19-4 40-8 63-15l34-63-89-30 104-82zM981-64l-138 529s-38-92-38-168c0-75 90-216 90-216s-145-114-302 30v313l253 354-85 63 63 23-38 67c27-10 56-22 87-38h1c5-2 10-5 15-8 1-1 3-1 4-2 4-2 9-5 14-7 1-1 2-2 4-3 5-3 11-7 17-10 0-2 224-901 224-901zM287 778l257-359v-321c-151-124-287-17-287-17s90 141 90 216c0 76-38 168-38 168l-138-529-171 26s224 899 224 902c42 25 82 44 119 59l-34-59 64-23zM462 346c19 0 34 15 34 33 0 19-15 34-34 34-18 0-33-15-33-34 0-18 15-33 33-33zM462 193c19 0 34 15 34 34 0 18-15 33-34 33-18 0-33-15-33-33 0-19 15-34 33-34z" />
<glyph unicode="&#xe175;" glyph-name="shoes-women" horiz-adv-x="1131" d="M257-59l1 332s151-183 195-235c74-107 188-98 226-95 39 3 274 27 410 126 45 40 67 116 0 128-84-11-185-73-312 44-126 117-200 532-200 532l-64-64-128 192-256 64v-192s-144-183-128-320c17-137 49-147 73-225 37-99 55-287 55-287h128z" />
<glyph unicode="&#xe176;" glyph-name="hat-women" horiz-adv-x="1408" d="M715 433c144 0 272 49 351 114-42 178-166 303-363 308-185-10-306-120-355-282 77-77 212-140 367-140zM1368 167c28 64 35 154-57 207-36 20-130 43-225 62-77-68-214-113-371-113-201 0-370 74-420 175-112-8-236-35-262-106-38-107 27-147 114-202 141-74 372 29 577-4 118-11 230-130 365-138 134-7 252 56 279 119z" />
<glyph unicode="&#xe177;" glyph-name="skirt" horiz-adv-x="1408" d="M703 653c71 0 128 72 128 160s-57 160-128 160c-70 0-128-72-128-160s58-160 128-160zM988 132c78 9 103 68 170 105s159 58 159 58l-229 422v128h-192v-64c0-108-87-192-192-192s-192 84-192 192v64h-192v-128l-233-426s111 4 183-15c72-20 87-119 194-148s196 43 290 46c93 4 155-52 234-42zM1226 81c77 43 182 67 182 67l-55 74c-37-11-86-29-127-52-76-42-106-109-195-120s-161 53-268 49-209-86-332-53c-122 33-139 146-222 169-46 13-104 17-148 18l-61-89s126 4 209-18c83-23 100-136 222-170 123-33 225 50 332 54s179-60 268-49 119 78 195 120z" />
<glyph unicode="&#xe178;" glyph-name="shoes-women2" horiz-adv-x="1408" d="M701-64h-640c-71 0-93 129 3 150s381 106 381 106l832 768s155-169 128-384-128-640-128-640h-64l-128 448z" />
<glyph unicode="&#xe179;" glyph-name="cog" d="M884 321l4 2c136 54 136 59 136 73v109c0 14 0 19-136 69l-4 1-19 47 2 5c57 133 53 137 44 147l-77 76c-3 3-9 6-14 6-4 0-17 0-131-53l-4-2-47 19-2 5c-53 135-59 135-72 135h-109c-13 0-19 0-68-135l-2-5-47-19-4 1c-77 33-122 50-134 50-4 0-10-2-13-5l-77-77c-10-10-14-14 47-144l2-5-19-47-5-1c-135-54-135-59-135-73v-109c0-13 0-19 136-69l4-2 19-46-2-4c-57-134-54-138-44-148l77-76c3-3 9-6 14-6 4 0 17 0 131 53l4 2 47-19 2-5c53-135 59-135 72-135h109c13 0 19 0 68 135l2 5 47 19 4-1c77-34 122-50 134-50 4 0 10 2 13 5l77 77c10 10 14 14-47 144l-2 5zM512 640c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192z" />
<glyph unicode="&#xe17a;" glyph-name="cocktail" d="M608 960c141 0 256-115 256-256s-115-256-256-256v-448c0-35-29-64-64-64h-320c-35 0-64 29-64 64v704h85l-85 237 62 19 91-256h39c0 141 115 256 256 256zM608 704v-192c106 0 192 86 192 192s-86 192-192 192-192-86-192-192h192zM544 640h-320v-576c0-35 29-64 64-64h192c35 0 64 29 64 64v576zM416 64h-64c-35 0-64 29-64 64v256h192v-256c0-35-29-64-64-64z" />
<glyph unicode="&#xe17b;" glyph-name="delete-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM632 448l200-200-120-120-200 200-200-200-120 120 200 200-200 200 120 120 200-200 200 200 120-120z" />
<glyph unicode="&#xe17d;" glyph-name="box-open" horiz-adv-x="1408" d="M786 956l-458-130 407-174 458 130zM658 616l-402 156-256-128 384-192zM1408 516l-128 256v-192zM1216 708l-448-119v-649l448 128v640zM384 388l-128 64v-320l448-192v640z" />
<glyph unicode="&#xe180;" glyph-name="cogs" d="M976 723h18c16 0 30 14 30 31v28c0 17-14 31-30 31h-18c-1 0-4 2-5 4l-6 15c-1 2-1 5 0 6l13 13c12 12 12 31 0 43l-20 20c-6 6-14 9-22 9s-15-3-21-9l-13-13s-1-1-3-1c-1 0-2 1-3 1l-15 6c-2 1-4 4-4 5v18c0 16-14 30-31 30h-28c-17 0-31-14-31-30v-18c0-1-2-4-4-5l-15-6c-1 0-2-1-3-1-2 0-3 1-3 1l-13 13c-6 6-13 9-21 9s-16-3-22-9l-20-20c-12-12-12-31 0-43l13-13c1-1 1-4 0-6l-6-15c-1-2-4-4-5-4h-18c-16 0-30-14-30-31v-28c0-17 14-31 30-31h18c1 0 4-2 5-4l6-15c1-2 1-5 0-6l-13-13c-12-12-12-31 0-43l20-20c6-6 14-9 22-9s15 3 21 9l13 13s1 1 3 1c1 0 2-1 3-1l15-6c2-1 4-4 4-5v-18c0-16 14-30 31-30h28c17 0 31 14 31 30v18c0 1 2 4 4 5l15 6c1 0 2 1 3 1 2 0 3-1 3-1l13-13c6-6 13-9 21-9s16 3 22 9l20 20c6 6 9 14 9 22s-3 15-9 21l-13 13c-1 1-1 4 0 6l6 15c1 2 4 4 5 4zM832 827c32 0 59-27 59-59s-27-59-59-59-59 27-59 59 27 59 59 59zM691 537c0 13-5 24-14 33l-43 43c-9 9-20 14-33 14s-24-5-33-14l-26-26c-5-5-12-7-19-7-5 0-9 1-13 3l-29 12c-11 4-20 15-20 25v37c0 26-21 47-47 47h-60c-26 0-47-21-47-47v-37c0-10-9-21-20-25l-29-12c-4-2-8-3-13-3-7 0-14 2-19 7l-26 26c-9 9-20 14-33 14s-24-5-33-14l-43-43c-18-18-18-48 0-66l26-26c7-7 9-22 4-32l-12-29c-4-11-15-20-25-20h-37c-26 0-47-21-47-47v-60c0-26 21-47 47-47h37c10 0 21-9 25-20l12-29c5-10 3-25-4-32l-26-26c-18-18-18-48 0-66l43-43c9-9 20-14 33-14s24 5 33 14l26 26c5 5 12 7 19 7 5 0 9-1 13-3l29-12c11-4 20-15 20-25v-37c0-26 21-47 47-47h60c26 0 47 21 47 47v37c0 10 9 21 20 25l29 12c4 2 8 3 13 3 7 0 14-2 19-7l26-26c9-9 20-14 33-14s24 5 33 14l43 43c18 18 18 48 0 66l-26 26c-7 7-9 22-4 32l12 29c4 11 15 20 25 20h37c26 0 47 21 47 47v60c0 26-21 47-47 47h-37c-10 0-21 9-25 20l-12 29c-5 10-3 25 4 32l26 26c9 9 14 20 14 33zM384 448c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128z" />
<glyph unicode="&#xe181;" glyph-name="cogs2" d="M566 604l-38-4c-6-20-14-39-24-57l25-32c8-10 7-26-2-36l-45-45c-10-10-25-11-36-2l-32 25c-18-10-37-18-57-23l-4-41c-2-14-14-24-27-24h-64c-14 0-26 10-28 24l-4 42c-19 6-37 13-54 23l-33-26c-10-9-26-8-35 2l-45 45c-10 10-11 26-2 37l26 33c-9 16-17 34-22 52l-41 4c-14 2-24 14-24 27v65c0 14 10 26 24 28l39 4c5 20 12 39 22 57l-24 31c-9 11-8 27 2 36l45 46c9 9 25 10 35 2l30-24c19 12 39 20 60 26l4 37c2 14 13 24 28 24h63c14 0 25-10 27-24l4-37c21-6 40-14 59-25l28 23c11 8 26 8 36-2l45-46c9-9 10-25 2-36l-23-29c9-18 17-37 22-56l38-5c13-1 24-13 24-28v-64c0-14-11-25-24-27zM297 771c-59 0-107-47-107-107 0-58 48-106 107-106 58 0 105 48 105 106 0 60-47 107-105 107zM1002 355l-28-6c-3-17-8-34-16-50l21-22c10-10 10-26 1-37l-30-35c-9-11-25-15-37-6l-26 17c-14-10-30-18-47-25l-1-31c0-14-12-26-26-27l-47-4c-14-1-27 9-30 23l-6 31c-17 3-32 10-48 17l-23-23c-10-10-26-10-37-1l-35 31c-11 9-13 25-6 37l18 26c-9 14-17 28-22 43l-32 1c-14 0-26 11-27 26l-4 46c-1 14 9 27 23 29l29 6c3 18 8 34 15 50l-21 22c-9 10-10 26-1 37l30 36c9 11 25 13 37 5l24-15c15 11 31 19 49 26l1 27c1 14 12 26 26 27l47 4c14 1 27-9 30-22l5-27c18-4 36-9 52-17l20 18c10 10 26 10 37 1l36-30c10-9 13-25 5-37l-16-23c10-14 18-30 24-46l28-1c14 0 26-11 27-26l4-46c1-14-9-27-23-29zM762 477c-49-4-87-48-82-97 4-50 48-87 99-83 50 4 87 48 82 98-4 50-48 87-99 82zM216 168l18 2c3 13 8 26 15 38l-11 14c-8 10-7 25 2 34l20 19c10 9 24 10 35 2l13-11c12 7 25 12 39 16l2 16c2 13 13 23 26 23h26c14-1 25-11 26-24l2-16c13-4 26-9 37-17l13 10c11 8 25 7 35-2l18-19c9-10 10-24 2-35l-11-13c6-11 11-24 14-37l17-2c13-2 23-13 23-26l-1-27c0-13-10-24-23-25l-17-2c-4-13-9-25-16-36l11-15c8-10 7-25-2-34l-19-19c-9-9-24-10-35-1l-14 11c-12-6-24-11-38-14l-2-19c-2-13-13-23-26-23l-26 1c-14 0-25 10-26 23l-2 20c-12 3-24 8-35 15l-15-12c-11-8-25-7-36 2l-18 19c-9 10-10 24-2 35l13 15c-6 11-11 22-14 34l-19 2c-13 2-23 13-23 26l1 27c0 13 10 24 23 25zM385 61c38 0 69 30 69 68 1 38-30 70-67 70-38 0-69-31-70-69 0-37 30-68 68-69z" />
<glyph unicode="&#xe182;" glyph-name="cog2" d="M983 613c-39-36-64-64-80-82 6-27 8-55 8-83 0-31-3-61-10-91 15-19 40-48 79-84 0 0 8-4-42-89-49-85-56-79-56-79-52 19-90 28-114 33-38-33-83-59-132-75-8-23-20-62-32-118 0 0 1-9-95-9s-95 9-95 9c-12 58-24 97-32 120-50 17-95 44-134 78-23-4-61-12-114-30 0 0-7-5-55 81-47 85-39 89-39 89 39 36 64 64 80 82-6 27-8 55-8 83 0 31 3 62 10 91-15 19-40 48-79 84 0 0-8 4 42 89 49 85 56 79 56 79 53-19 90-28 114-33 38 33 83 59 132 75 8 23 20 62 32 118 0 0-1 9 95 9s95-9 95-9c12-58 24-97 33-120 49-17 94-44 133-78 23 4 61 12 114 30 0 0 7 5 55-81 48-85 39-89 39-89zM512 736c-160 0-288-129-288-288s128-288 288-288c159 0 288 129 288 288s-129 288-288 288zM512 224c-124 0-224 100-224 224s100 224 224 224c123 0 224-100 224-224s-101-224-224-224zM512 544c-54 0-96-43-96-96s42-96 96-96c53 0 96 43 96 96s-43 96-96 96z" />
<glyph unicode="&#xe183;" glyph-name="paper-clip" d="M580 902l-471-468c-114-113-114-298 0-412 115-113 301-113 415 0l461 457c20 21 20 54 0 74-21 20-54 20-74 0l-461-457c-73-73-193-73-267 0-73 73-73 192 0 265l36 35 435 432c46 45 119 45 165 0 45-45 45-118 0-163l-367-364c-18-18-47-18-65 0-17 18-17 46 0 64l213 211c20 20 20 53 0 73-21 21-54 21-75 0l-212-210c-59-59-59-153 0-212 59-58 154-58 213 0l371 368c1 2 2 3 4 5 78 86 75 219-8 302-86 85-227 85-313 0z" />
<glyph unicode="&#xe184;" glyph-name="lightning" d="M800 640l-384-704 128 512-320-128 256 640h128l-192-448z" />
<glyph unicode="&#xe185;" glyph-name="list" d="M64 704c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM256 704h768v128h-768v-128zM64 384c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM896 512h-640v-128h640v128zM64 64c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM1024 64v128h-768v-128h768z" />
<glyph unicode="&#xe186;" glyph-name="hand-arrows" horiz-adv-x="1153" d="M516-64c-169 0-260 65-316 149l-187 278c-23 36-15 82 19 104 35 21 82 8 106-28l81-109v492c0 33 27 59 60 59 34 0 61-26 61-59v-295c0-11 9-20 20-20s20 9 20 20v374c0 33 27 59 60 59s60-26 60-59v-374c0-11 9-20 20-20s20 9 20 20v335c0 32 27 59 61 59 33 0 60-27 60-59v-375c0-10 9-19 20-19s20 9 20 19v256c0 33 27 59 60 59 34 0 61-26 61-59v-531c0-64-26-276-306-276zM1047 154c-9-12-28-36-48-52-2-2-4-5-7-7v1l-4-3 36-55-160 11 52 155 36-56c17 11 35 29 46 41 118 148 125 356 7 491-21 23-32 35-57 50l-36-55-52 155 161 11-37-55c30-19 46-35 70-62 137-157 130-398-7-570z" />
<glyph unicode="&#xe187;" glyph-name="link" d="M967 569l-141-141c-57-57-148-56-205 1l79 79c25-7 56 4 75 23l90 89c28 29 28 75 0 103l-76 77c-28 29-74 29-103 1l-89-90c-20-20-30-49-22-74l-81-80c-56 57-56 149 1 206l141 141c56 56 148 56 204-1l127-129c57-57 56-149 0-205zM362 296c-19 19-19 51 0 71l233 237c19 19 50 19 69-1 20-19 20-51 0-71l-233-237c-19-19-50-19-69 1zM245 366l-84-84c-28-29-29-76 0-105l78-78c29-29 75-29 104-1l84 84c19 20 30 52 23 76l81 81c58-58 57-152 0-209l-136-136c-58-58-151-58-208 0l-130 131c-57 58-57 152 1 209l136 136c57 58 150 58 208 0l-81-82c-26 8-55-2-76-22z" />
<glyph unicode="&#xe188;" glyph-name="tools" d="M983 105l-344 327c-3 3-6 6-10 9l70 70c81-29 176-13 241 49 47 45 71 108 65 171 0 8-5 14-12 16-8 3-16 1-21-4l-110-105-112 27-32 109 111 105c5 5 7 13 4 20-2 6-9 11-16 12-67 5-133-17-180-63-65-61-83-151-52-228l-10-9-90-82-164 157c-2 2-5 3-7 5l6 10c35-6 98 58 152 109l-157 150c-71-67-122-112-115-145-16-7-31-16-41-26l-22-21c-14-14-23-31-26-49l-7-7-8-10-1-1-8-10-12-19c-2-2-3-5-5-7l-4-7c-4-7-8-15-11-23l-1-1c-4-10-9-19-12-30l-1-4c-1-4-3-8-4-12l-3-15c-2-9-3-18-3-25l-1-6c-1-8-1-15 0-22v-11c0-3 0-7 1-10l2-12c0-2 0-5 1-7 1-4 1-9 3-14l8-27c2-8 10-13 19-12 5 0 9 2 12 5 3 2 5 6 5 10l5 27c0 2 1 5 2 8s1 5 2 7l3 10c0 2 1 3 1 4 1 2 2 3 2 4l3 7 6 12c1 2 2 4 4 5 2 5 5 10 8 13 0 0 0 1 1 1l7 9c1 2 3 3 4 5l4 4c4 5 9 9 13 13l3 2c3 3 7 6 12 9 1 1 3 2 5 4 2 1 4 2 6 4l11 6 8 4 9 4c3 2 5 3 8 4l5 2 4 1 5 2 3 1c2-4 5-8 8-11l163-155-347-318c-44-41-51-101-8-143 44-41 103-30 146 11l307 308 6-6 344-327c38-37 101-37 139 0 39 36 39 96 0 132z" />
<glyph unicode="&#xe189;" glyph-name="brush" d="M1004 639l-205-229c-6-7-14-11-23-11-8 0-16 4-22 11l-317 355c-12 13-12 34-2 48 41 55 123 147 211 147 33 0 64-13 92-38 51-45 82-81 107-110 33-38 86-89 147-114 10-4 18-14 20-26 3-12-1-24-8-33zM714 330c0-10-3-19-9-26l-109-121c-12-14-33-14-45 0l-123 137-18-21c-28-31-52-75-75-117-24-43-49-88-78-120-68-77-145-126-197-126-12 0-23 3-30 9l-4 3-5 5c-30 44 16 160 104 258 28 32 68 59 107 86 38 26 77 54 104 84l19 21-123 137c-12 14-12 37 0 51l109 121c12 14 33 14 45 0l319-356c6-7 9-16 9-25z" />
<glyph unicode="&#xe18b;" glyph-name="faq" horiz-adv-x="1088" d="M944 449l142-125c1 7 2 53 2 60v512c0 49-16 64-64 64h-960c-48 0-64-15-64-64v-576c0-49 16-64 64-64h320l-192-320 448 320h361c22 0 43 9 58 22l-158 138c-23-14-52-20-86-20-27 0-52 4-73 14-22 9-41 22-56 39s-26 36-34 59c-8 22-12 46-12 72 0 27 4 51 12 74s19 43 34 60 34 30 56 40c21 9 46 14 73 14 28 0 52-5 74-14 22-10 40-23 55-40s26-37 34-60 12-47 12-74c0-26-4-50-12-72s-19-42-34-59zM256 704h-128v-64h128v-64h-128v-192h-64v384h192v-64zM640 384h-90l-29 86h-147l-31-86h-87l149 384h88zM834 462c4 1 9 2 13 4l-34 30 37 39 40-37c7 9 12 20 16 34 4 13 6 29 6 48 0 16-2 31-5 45-4 15-9 28-17 40-8 11-18 20-30 27s-27 10-45 10c-17 0-32-3-45-10-12-7-22-16-30-27-7-12-13-25-16-39-4-15-6-30-6-46 0-15 2-29 6-43 3-14 9-27 16-38 8-12 18-21 30-27 13-7 28-11 45-11 8 0 15 1 19 1zM396 532h102l-49 141h-2z" />
<glyph unicode="&#xe190;" glyph-name="wrench" d="M1014 710c7-79-21-156-77-212-77-77-189-97-285-61-3-4-7-8-11-12l-407-437c-52-51-134-52-186-1s-52 134 0 185h1l435 410 12 10c-36 96-16 207 61 284 56 56 134 84 213 77 9-1 17-6 20-15 3-8 1-18-5-24l-131-130 46-144 144-46 131 130c6 7 16 9 24 6 9-3 15-11 15-20z" />
<glyph unicode="&#xe191;" glyph-name="hammer" horiz-adv-x="1082" d="M1074 655l-89 74c-10 9-25 7-33-2l-19-23-264 220c-7 5-15 7-23 4-6-2-20-6-37-7-29-3-73 1-114 32-10 7-24 5-32-4l-44-52c-4-5-6-11-5-17 0-6 3-12 8-16l151-126-567-678c-9-10-7-25 3-33l102-85c5-4 11-6 17-5 6 0 12 3 16 8l567 678 91-75-18-23c-9-10-7-25 3-33l89-74c9-8 25-6 32 3l169 202c8 9 7 24-3 32z" />
<glyph unicode="&#xe193;" glyph-name="wifi" horiz-adv-x="1264" d="M1239 534c-33-33-87-33-119 0l-44 43c-246 232-632 230-875-5-1 0-1 0-1-1l-56-55c-33-33-86-33-119 0s-33 86 0 119l55 56c1 1 3 2 5 3 301 290 774 298 1085 25 5-3 9-7 14-11l55-55c33-33 33-86 0-119zM284 449l21 22c182 182 475 189 665 15 2-1 3-2 4-3l7-6c2-2 4-4 7-6l35-37c18-17 27-40 27-65 0-24-10-47-27-64-36-36-94-36-130-1l-37 36c-115 115-304 115-420 0l-51-51c-36-36-94-36-130 0s-37 95-1 131zM632 288c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192z" />
<glyph unicode="&#xe194;" glyph-name="dashboard" horiz-adv-x="1408" d="M1395 24c9 46 13 93 13 140 0 404-316 732-704 732s-704-328-704-732c0-47 4-94 13-140 3-14 14-24 28-24h1326c14 0 25 10 28 24zM731 784c45 0 81-38 81-84s-36-84-81-84-81 38-81 84 36 84 81 84zM590 389c79 68 535 213 535 213s-220-441-298-509c-79-68-196-56-261 25-65 82-54 203 24 271zM352 552c45 0 81-38 81-84s-36-84-81-84-81 38-81 84 36 84 81 84zM637 166c31-38 86-43 123-11 37 31 42 88 11 126-30 38-86 43-123 11-37-31-42-88-11-126zM190 224c44 0 81-38 81-84s-37-84-81-84c-45 0-82 38-82 84s37 84 82 84zM1218 224c45 0 82-38 82-84s-37-84-82-84c-44 0-81 38-81 84s37 84 81 84z" />
<glyph unicode="&#xe195;" glyph-name="broken-link" d="M802 379l135 138c99 101 99 266 0 367-48 49-111 76-179 76s-131-27-179-76l-135-138 35-163 197 201c22 23 51 35 82 35s60-12 82-35c45-46 45-121 0-167l-197-202zM396 896l-128-64 128-128v192zM332 576l-256 128v-128h256zM221 517l-135-138c-48-49-74-114-74-183 0-70 26-135 74-184s111-76 179-76 132 27 179 76l135 138-35 163-197-201c-22-23-51-35-82-35s-60 12-82 35c-45 46-45 121 0 167l197 202zM716 320l192-128v128h-192zM652 64l128-64-128 256v-192z" />
<glyph unicode="&#xe196;" glyph-name="pin" d="M1012 660l-286 287c-16 15-43 15-58 0l-79-80c-8-7-12-18-12-28 0-11 4-22 12-29l1-2c20-32-19-126-108-215-25-25-50-46-76-64l-12-8-30 30c-18 17-42 27-68 27-25 0-49-10-67-27-18-18-27-42-27-68 0-25 9-49 27-67l93-93-310-320c-8-8-12-18-12-28 0-11 4-21 12-29s18-12 29-12c10 0 21 4 29 12l310 320 102-103c18-17 42-27 67-27s49 10 67 27c37 38 37 98 0 135l-30 30 8 12c18 26 40 52 64 76 90 90 167 113 195 113 8 0 15-1 21-5l1-1c16-16 42-16 58 0l79 80c16 15 16 41 0 57z" />
<glyph unicode="&#xe197;" glyph-name="light-bulb" d="M747 413c0 0-2-2-4-5l-12-20c-9-17-17-35-26-55-8-21-15-41-22-61-1-2-2-6-3-11s-2-8-2-10c-1-1-2-4-2-7 0-4-1-5-1-5v-47h-326v45l-1 4c0 3-1 7-3 13-1 7-3 12-4 18-7 20-14 40-22 61-9 18-18 38-29 57-4 8-8 15-12 20l-4 6v1c-55 62-82 134-82 218 0 89 31 166 94 230 63 63 138 95 226 95s163-32 226-95c63-64 94-141 94-230 0-85-28-159-85-222zM686 812c-48 49-106 73-174 73s-126-24-174-73c-49-49-73-108-73-177 0-64 21-120 63-168l13-16c3-7 8-15 12-23 12-22 23-44 32-65 10-22 19-45 26-69 5-15 7-28 9-38h184c2 10 4 23 9 38 6 24 15 47 25 69 10 23 20 43 29 62l15 24c5 7 9 13 12 16 43 48 65 104 65 170 0 69-24 128-73 177zM395 64l-9 64h251l-8-64h-234zM563-41c-14-15-31-23-51-23s-37 8-51 23c-11 12-17 26-22 41h146c-5-15-11-29-22-41z" />
<glyph unicode="&#xe198;" glyph-name="pen-ruler" d="M735 524l111 112s0 89-44 134c-45 45-134 44-134 44l-108-108-3-4-290 290-267-267 290-290-245-244s90-1 134-45c45-45 44-133 44-133l-44-45 289 289 289-289 267 267zM891 681l44 44c25 25 25 65 0 89l-89 89c-24 25-64 25-89 0l-44-44s89-1 133-45c45-45 45-133 45-133zM512 658l-89-89-22 22-89-89-45 45 45 44-45 45-44-45-45 45 89 89-44 44-89-89-45 45 178 178zM738 528l44 45v-1zM534 280l89 89-22 22 89 89 245-245-178-178-45 45 89 89-44 44-89-89-45 45 45 44-45 45-44-45zM0-32h179s0 89-45 134c-44 44-134 44-134 44v-178z" />
<glyph unicode="&#xe19b;" glyph-name="minus-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM832 384h-640v128h640v-128z" />
<glyph unicode="&#xe19e;" glyph-name="pizza" d="M576 128v-64c247 0 448 201 448 448s-201 448-448 448-448-201-448-448h64c0 212 172 384 384 384s384-172 384-384-172-384-384-384zM448 576c0-35-29-64-64-64h192v-320c177 0 320 143 320 320s-143 320-320 320-320-143-320-320h128c-35 0-64 29-64 64s29 64 64 64 64-29 64-64zM576 640c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64zM832 576c0-35-29-64-64-64s-64 29-64 64 29 64 64 64 64-29 64-64zM512-64v73c-242 0-439 197-439 439h-73c0-283 229-512 512-512zM512 448h-366c0-202 164-366 366-366v366zM704 320c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64zM366 375c40 0 73-33 73-73 0-41-33-73-73-73-41 0-73 32-73 73 0 40 32 73 73 73z" />
<glyph unicode="&#xe1ad;" glyph-name="medal" d="M376 579l124 277-60 104h-280zM864 960h-269l-200-448h265zM508 448c-141 0-256-115-256-256s115-256 256-256 256 115 256 256-115 256-256 256zM380 249v59c15-1 29 0 43 3 14 2 27 6 38 12s20 14 28 24c7 10 12 22 15 37h68v-384h-86v249h-106z" />
<glyph unicode="&#xe1ea;" glyph-name="chess" d="M256 128h512v32c0 18-14 32-32 32h-32s-62 76-8 191c181 443-166 499-166 499l-60 78-20-98-101-50-16-52-136-105-6-62 31-42 69-16s38 59 79 50c42-9 57-30 131-6 74 25-231-122-166-387h-47c-18 0-32-14-32-32v-32zM224-64h576c18 0 32 14 32 32v96h-640v-96c0-18 14-32 32-32z" />
<glyph unicode="&#xe200;" glyph-name="scissors1" d="M800 384c124 0 224-100 224-224s-100-224-224-224-224 100-224 224c0 37 10 72 26 103l-90 91-90-91c16-31 26-66 26-103 0-124-100-224-224-224s-224 100-224 224 100 224 224 224c28 0 54-6 78-15l98 98-224 226c-40 41-73 121-73 179v15c0 59 33 73 73 32l336-338 336 338c40 41 73 27 73-32v-15c0-58-33-138-73-179l-224-226 98-98c24 9 50 15 78 15zM512 512c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM224 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM800 64c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96z" />
<glyph unicode="&#xe202;" glyph-name="tool-square" d="M896 192v512h128v256h-256v-128h-512v128h-256v-256h128v-512h-128v-256h256v128h512v-128h256v256h-128zM832 192h-64v-64h-512v64h-64v512h64v64h512v-64h64v-512z" />
<glyph unicode="&#xe203;" glyph-name="tool-square2" d="M256 768h128v64h-128v128h-256v-256h128v-128h64v128h64v64zM896 704h128v256h-256v-128h-128v-64h128v-64h64v-128h64v128zM448 768h128v64h-128v-64zM192 512h-64v-128h64v128zM896 512h-64v-128h64v128zM256 64h128v64h-128v64h-64v128h-64v-128h-128v-256h256v128zM1024-64v256h-128v128h-64v-128h-64v-64h-128v-64h128v-128h256zM448 64h128v64h-128v-64z" />
<glyph unicode="&#xe204;" glyph-name="tool-square3" d="M64 896h128v64h-192v-192h64v128zM256 896h128v64h-128v-64zM448 896h128v64h-128v-64zM640 896h128v64h-128v-64zM960 768h64v192h-192v-64h128v-128zM0 576h64v128h-64v-128zM960 576h64v128h-64v-128zM64 512h-64v-128h64v128zM960 384h64v128h-64v-128zM64 320h-64v-128h64v128zM960 192h64v128h-64v-128zM0-64h192v64h-128v128h-64v-192zM1024-64v192h-64v-128h-128v-64h192zM256-64h128v64h-128v-64zM448-64h128v64h-128v-64zM640-64h128v64h-128v-64z" />
<glyph unicode="&#xe205;" glyph-name="tool-square4" d="M960 64v768h64v64h-64v64h-64v-64h-768v64h-64v-64h-64v-64h64v-768h-64v-64h64v-64h64v64h768v-64h64v64h64v64h-64zM896 64h-768v768h768v-768z" />
<glyph unicode="&#xe206;" glyph-name="tool-square5" d="M832 192v512h192v64s-79 15-128 64c-47 47-64 128-64 128h-64v-192h-512v192h-64s-17-81-64-128c-49-49-128-64-128-64v-64h192v-512h-192v-64s79-15 128-64c47-47 64-128 64-128h64v192h512v-192h64s17 81 64 128c49 49 128 64 128 64v64h-192zM768 192h-512v512h512v-512z" />
<glyph unicode="&#xe207;" glyph-name="tool-circle" d="M448 896h128v64h-128v-64zM233 804l110 64-32 55-110-64zM681 868l110-64 32 55-110 64zM92 617l64 110-55 32-64-110zM868 727l64-110 55 32-64 110zM0 512v-128h64v128h-64zM960 512v-128h64v128h-64zM37 247l64-110 55 32-64 110zM923 137l64 110-55 32-64-110zM201 37l110-64 32 55-110 64zM713-27l110 64-32 55-110-64zM448-64h128v64h-128v-64z" />
<glyph unicode="&#xe208;" glyph-name="tool-double-square" d="M64 320h512c35 0 64 29 64 64v512c0 35-29 64-64 64h-512c-35 0-64-29-64-64v-512c0-35 29-64 64-64zM576 384h-512v512h512v-512zM448-64h512c35 0 64 29 64 64v512c0 35-29 64-64 64h-256v-64h256v-512h-512v256h-64v-256c0-35 29-64 64-64z" />
<glyph unicode="&#xe209;" glyph-name="tool-double-square2" d="M576 320h-512c-35 0-64 29-64 64v512c0 35 29 64 64 64h512c35 0 64-29 64-64v-512c0-35-29-64-64-64zM832 766h64v68h-64v-64l-128 97 128 93v-63h128v-131h64l-98-126zM960-64h-512c-35 0-64 29-64 64v256h64v-256h512v512h-256v64h256c35 0 64-29 64-64v-512c0-35-29-64-64-64z" />
<glyph unicode="&#xe20a;" glyph-name="coffee2" d="M480 704c0 0 106 35 78 108-55 97-31 99-14 148 0 0-127-25-46-162 26-42-18-94-18-94zM64-64h896c18 0 32 14 32 32s-14 32-32 32h-224v128h64c71 0 128 57 128 128v128c0 71-57 128-128 128h-64v64c0 35-29 64-64 64h-384c-35 0-64-29-64-64v-128h192v-256h-192v-192h-160c-18 0-32-14-32-32s14-32 32-32zM224 192v256h-64v-256h64zM736 192v256h64c35 0 64-29 64-64v-128c0-35-29-64-64-64h-64z" />
<glyph unicode="&#xe20b;" glyph-name="warning-triangle" horiz-adv-x="1152" d="M1152 23c0 18-5 35-14 49l-498 824c-22 33-37 64-64 64-35 0-43-30-64-64l-494-819c-11-15-18-34-18-54 0-46 36-84 81-87h986c47 0 85 39 85 87zM479 704h194c17 0 31-15 31-33l-31-286c-5-34-9-65-62-65h-70c-46 0-60 34-62 65l-31 286c0 18 14 33 31 33zM576 0c-71 0-128 57-128 128s57 128 128 128 128-57 128-128-57-128-128-128z" />
<glyph unicode="&#xe20e;" glyph-name="restaurant" d="M352-64v960s1 64 0 64c-183-1-191-205-192-256v-256c0-29 33-64 64-64h64v-448c0 1 64 0 64 0zM736 576h64c35 0 64 29 64 64v256c0 35-29 64-64 64v-320h-64v320h-64v-320h-64v320c-35 0-64-29-64-64v-256c0-35 29-64 64-64h64v-640h64v640z" />
<glyph unicode="&#xe210;" glyph-name="tool-double-square3" d="M576 640h64v256c0 35-29 64-64 64h-512c-35 0-64-29-64-64v-512c0-35 29-64 64-64h256v64h-256v512h512v-256zM1024 764h-64v132h-128v64l-128-94 128-98v64h64v-68h-64l94-128zM448-64h512c35 0 64 29 64 64v512c0 35-29 64-64 64h-512c-35 0-64-29-64-64v-512c0-35 29-64 64-64z" />
<glyph unicode="&#xe211;" glyph-name="tool-crop" d="M896 192v595l128 128-45 45-128-128h-595v128h-128v-128h-128v-128h128v-640h640v-128h128v128h128v128h-128zM723 704l-467-467v467h467zM768 659v-467h-466z" />
<glyph unicode="&#xe212;" glyph-name="tool-square6" d="M0 768v192h192v-64h-128v-128h-64zM832 896v64h192v-192h-64v128h-128zM896 832v-768h-768v768h768zM192 0v-64h-192v192h64v-128h128zM832-64v64h128v128h64v-192h-192z" />
<glyph unicode="&#xe213;" glyph-name="tool-color-sample" horiz-adv-x="1012" d="M840 508l135 134c49 49 49 130 0 179l-90 90c-49 49-130 49-179 0l-134-135c-25 25-65 25-90 0l-44-44c-25-25-25-65 0-90l44-45-425-425c-29-29-34-72-18-107l-27-27c-12-12-12-33 0-45l45-45c12-12 33-12 45 0l27 27c35-16 78-11 107 18l425 425 45-44c25-25 65-25 90 0l44 44c25 25 25 65 0 90zM192 576v70c27 10 48 31 58 58h70v64h-70c-10 27-31 48-58 58v70h-64v-70c-27-10-48-31-58-58h-70v-64h70c10-27 31-48 58-58v-70h64zM160 768c18 0 32-14 32-32s-14-32-32-32-32 14-32 32 14 32 32 32zM796 463l-45-45-269 269 45 45zM527 553l90-90-421-420s0-1-2-2l-3-3-3-2c-25-18-60-17-82 5s-23 55-7 80c1 2 1 4 3 6z" />
<glyph unicode="&#xe214;" glyph-name="tool-color-sample2" horiz-adv-x="1009" d="M837 508l135 134c49 49 49 130 0 179l-90 90c-49 49-130 49-179 0l-134-135c-25 25-65 25-90 0l-44-44c-25-25-25-65 0-90l44-45-425-425c-29-29-34-72-18-107l-27-27c-12-12-12-33 0-45l45-45c12-12 33-12 45 0l27 27c35-16 78-11 107 18l425 425 45-44c25-25 65-25 90 0l44 44c25 25 25 65 0 90zM793 463l-45-45-269 269 45 45zM524 553l90-90-421-420s0-1-2-2l-3-3-3-2c-25-18-60-17-82 5s-23 55-7 80c1 2 1 4 3 6z" />
<glyph unicode="&#xe215;" glyph-name="tool-brush" d="M987-64c-20-4-51-5-86-2l-108 115 58-110c-23 4-48 9-72 16l-88 94 43-80c-71 25-130 63-141 116-10 49-7 97 5 138l-565 576c-32 31-32 81 0 112l22 23c32 31 83 31 114 0l512-604c8 4 15 7 24 9 87 18 178-66 204-188 25-123 165-197 78-215z" />
<glyph unicode="&#xe216;" glyph-name="tool-brush-arrow" horiz-adv-x="1028" d="M859 649c62-77 101-173 101-280h-64c0 87-30 166-79 230-91-109-178-201-178-201-26-25-93-94-127-93 26-11 34-58 10-104-60-117-373-280-522-135 0 0 210 70 198 234-7 90 104 105 186 133 2 29 62 96 85 118 0 0 87 82 192 172-46 19-96 30-149 30-33 0-64-6-94-14l31-122-280 60 201 250 32-127c35 10 72 17 110 17 73 0 141-19 202-50 131 107 272 208 307 174 33-32-60-165-162-292zM872 241h67c-25-83-73-155-136-210l-33 56c46 42 81 94 102 154zM512-15c54 0 104 12 151 32l32-55c-56-26-117-41-183-41-28 0-55 4-81 9l34 59c15-2 31-4 47-4z" />
<glyph unicode="&#xe217;" glyph-name="tool-pen" d="M786 128h-549c-52 121-109 256-109 256 189 189 256 576 256 576h64v-402c-38-22-64-63-64-110 0-71 57-128 128-128s128 57 128 128c0 47-26 88-64 110v402h64s65-385 256-576c0-1-57-135-110-256zM320-64l-55 128h494l-55-128h-384z" />
<glyph unicode="&#xe218;" glyph-name="arrow-mouse" d="M870 486l-717 473 52-857 245 216 208-361c9-15 28-20 44-11l55 32c15 8 20 28 12 43l-208 361h1z" />
<glyph unicode="&#xe219;" glyph-name="screwdriver" d="M607 501l45-45c25-25 25-66 0-91l-138-47 2-89-271-271c-25-25-66-25-91 0l-135 136c-25 25-25 65 0 90l271 272 87-4 49 140c25 25 65 25 90 0l46-46 335 336 62 81 64-64-81-62zM64 139l45-45 226 226-45 45z" />
<glyph unicode="&#xe21a;" glyph-name="rosted-chicken" horiz-adv-x="1280" d="M555 711c11-40-10-94-10-94s79 79 79 126-82 75-92 100c-24 35 13 117 13 117s-89-64-89-126 95-78 99-123zM422 657c0-34 54-43 56-68 6-23-6-54-6-54s44 45 44 71-45 42-52 57c-13 19 8 65 8 65s-50-36-50-71zM1199 262c44 0 80 34 80 76 0 41-36 75-80 75h-6c2 7 4 14 4 21 0 42-36 75-80 75s-80-33-80-75c0-24 12-44 29-58l-159-127c-18 10-38 22-60 28-261 74-287-107-287-107l-28 33c35 144 212 135 308 119-23 111-100 196-348 153-202-44-289-114-327-187-26 38-43 92-40 167-1-3-121-42-121-42s-48-230 184-398l18-13c54-43 144-65 286-65 58 0 107 4 148 11 32-8 72-12 121-11 169 2 235 47 235 162 0 22-4 43-12 61l155 128c15-16 37-26 60-26z" />
<glyph unicode="&#xe21b;" glyph-name="not-allowed" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384 0-83-27-159-72-222l-534 534c63 45 139 72 222 72zM512 64c-212 0-384 172-384 384 0 83 27 159 72 222l534-534c-63-45-139-72-222-72z" />
<glyph unicode="&#xe220;" glyph-name="pencil" horiz-adv-x="1011" d="M924 624l48 47c52 52 52 137 0 189l-48 48c-52 52-137 52-190 0l-47-48s85 10 169-73c82-82 68-163 68-163zM355 55l522 521s13 81-69 163c-84 84-169 74-169 74l-521-521s84 10 168-73c82-82 69-164 69-164zM932 537l-435-434 48-48 435 435zM202-13l105 21s14 81-68 163c-84 84-169 74-169 74l-21-107c28-10 61-28 95-62 31-31 49-62 58-89zM70-39l68 13c-10 18-23 36-42 55-20 21-41 35-60 46l-13-67-23-72z" />
<glyph unicode="&#xe221;" glyph-name="tool-dodge" d="M1002-55c-25-25-65-25-90 0l-412 412c-125-82-294-68-403 41-125 125-125 328 0 453s328 125 453 0c109-110 123-279 40-403l412-412c25-25 25-66 0-91z" />
<glyph unicode="&#xe222;" glyph-name="tool-blur" d="M384 960c0-436-256-428-256-640s172-384 384-384 384 172 384 384-299 550-512 640z" />
<glyph unicode="&#xe223;" glyph-name="tool-clone-stamp" d="M0 64v192c0 35 29 64 64 64h320s44 92 59 269c-72 28-123 97-123 179 0 106 86 192 192 192s192-86 192-192c0-82-51-151-123-179 15-174 59-269 59-269h320c35 0 64-29 64-64v-192h-1024zM128-64v64h768v-64h-768z" />
<glyph unicode="&#xe224;" glyph-name="tool-pattern-stamp" d="M1024 64v192c0 35-29 64-64 64h-320s-44 95-59 269c72 28 123 97 123 179 0 106-86 192-192 192s-192-86-192-192c0-82 51-151 123-179-15-177-59-269-59-269h-320c-35 0-64-29-64-64v-192h1024zM0 640h64v64h-64v-64zM128 704v-64h64v64h-64zM64 576h64v64h-64v-64zM64 512v64h-64v-64h64zM128 512h64v64h-64v-64zM896 0h-768v-64h768v64z" />
<glyph unicode="&#xe225;" glyph-name="tool-move" d="M0 960l98-704s98 141 233 231c136 89 309 127 309 127zM896 320v-64h-128v128h64l-100 128-92-128h64v-128h-128v64l-128-100 128-92v64h128v-128h-64l92-128 100 128h-64v128h128v-64l128 92z" />
<glyph unicode="&#xe226;" glyph-name="tool-magic-wand" d="M1001-38c25 25 25 66 0 91l-535 535 183 6-183 84 99 82-99 9-9 190-127-145-39 138-51-138-181 91 90-181-137-52 137-39-145-127 190-9 9-99 82 99 84-182 6 182 536-535c25-25 65-25 90 0z" />
<glyph unicode="&#xe227;" glyph-name="tool-paint-bucket" d="M20 218l281-262c25-24 66-23 90 3l506 493-350 263v-98c18-17 30-42 30-69 0-53-43-96-96-96s-96 43-96 96c0 27 12 52 30 69v197l-30 22-128-183v247h192v-384h64v384c0 35-29 64-64 64h-192c-35 0-64-29-64-64v-339l-176-252c-24-26-23-66 3-91zM897-60c71 0 128 57 128 128s-128 256-128 256-128-185-128-256 57-128 128-128z" />
<glyph unicode="&#xe228;" glyph-name="tool-content-move" horiz-adv-x="1280" d="M1024 480l256-192-256-192v128c-207 0-351 132-434 240-75 97-142 200-334 208h-64v128h64c281-10 370-157 452-264 76-97 140-184 316-184v128zM768 560l-86 109c71 68 171 125 342 131h64v-128h-64c-127-5-199-53-256-112zM256 480v-128c129 0 198 47 256 111l81-103c-83-73-195-136-337-136v-128l-256 192z" />
<glyph unicode="&#xe229;" glyph-name="tool-ruler" horiz-adv-x="1280" d="M0 640h1280v64h-1280v-64zM1280 192v384h-1280v-384h128v256h64v-256h128v128h64v-128h128v256h64v-256h128v128h64v-128h128v256h64v-256h128v128h64v-128h128z" />
<glyph unicode="&#xe22a;" glyph-name="crab" horiz-adv-x="1152" d="M956 437l179 13-5 44-187-4-135-129c-21 16-46 30-73 41l102 57-7 81c58 17 96 72 77 207-21 150-83 186-152 176l39-235-122 181c-17-33-23-82-12-157 17-127 62-171 115-177l4-44-122-66c-28 5-57 8-88 8-34 0-66-4-97-10l-129 93 10 43c53 0 103 37 137 160 20 73 20 123 7 157l-144-163 68 228c-66 19-132-9-172-154-36-131-5-191 50-216l-17-80 121-89c-24-10-45-22-64-36l-130 124-187 4-5-44 179-13 104-106-12-15-101 33-187-22 4-44 183 18 79-30c-3-10-5-21-5-32l-105 5-143-84 22-44 135 79 98-4c6-14 13-28 22-41l-77-29-83-150 31-35 2 3 2-3 83 154 73 28c56-49 147-81 248-81 105 0 197 33 253 84l82-31 83-154 2 3 2-3 31 35-83 150-88 33c8 12 15 24 19 37l112 4 135-79 22 44-143 84-118-5c0 9-2 19-4 28l91 34 183-18 4 44-187 22-112-36-8 11z" />
<glyph unicode="&#xe22b;" glyph-name="shield-delete" d="M512-64c466 112 448 768 448 768l-447 256-449-256s18-637 448-768zM612 448l128-128c28-28 28-73 0-100-27-28-72-28-100 0l-128 128-128-128c-28-28-73-28-100 0-28 27-28 72 0 100l128 128-128 128c-28 28-28 73 0 100 27 28 72 28 100 0l128-128 128 128c28 28 73 28 100 0 28-27 28-72 0-100z" />
<glyph unicode="&#xe22d;" glyph-name="printer" horiz-adv-x="1152" d="M960 64h128c45 0 64 16 64 64v512c0 48-19 64-64 64h-64v192c0 35-29 64-64 64h-768c-35 0-64-29-64-64v-192h-64c-45 0-64-16-64-64v-512c0-48 19-64 64-64h128v384h768v-384zM960 704h-768v192h768v-192zM1024 640c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM256 320h576v64h-576v-64zM256 192h320v64h-320v-64zM576 128h-320v-64h320v64zM960 0h-768v-64h768v64z" />
<glyph unicode="&#xe230;" glyph-name="flag-eu" horiz-adv-x="1280" d="M1280 0v896h-1280v-896h1280zM599 704l-76-25-24 74 76 25zM781 753l-24-74-76 25 24 74zM456 631l-47-65-63 46 48 65zM933 612l-63-45-47 64 63 46zM307 491l78-2-2-80-77 2zM974 411l-77-1-2 80 78 1zM826 267l46 66 64-45-47-66zM345 287l63 45 47-65-64-45zM495 145l25 73 76-25-25-74zM684 193l76 25 25-73-76-26z" />
<glyph unicode="&#xe232;" glyph-name="rectangle" horiz-adv-x="1280" d="M0 896h1280v-896h-1280v896zM64 832v-768h1152v768h-1152zM320 704h-128v-128h-64v192h192v-64zM1152 576h-64v128h-128v64h192v-192zM320 192v-64h-192v192h64v-128h128zM1152 320v-192h-192v64h128v128h64z" />
<glyph unicode="&#xe233;" glyph-name="two-windows" horiz-adv-x="1152" d="M896 320h-896v640h896v-640zM832 832h-768v-448h768v448zM256 256h64v-256h768v448h-128v128h192v-640h-896v320z" />
<glyph unicode="&#xe235;" glyph-name="text-letter" d="M992 640h-64s-69 192-196 192h-124v-768h192v-128h-576v128h192v768h-128c-123 0-192-192-192-192h-64v320h960v-320z" />
<glyph unicode="&#xe236;" glyph-name="text-letter-height" horiz-adv-x="1280" d="M320 128h-128v832h-64v-832h-128l160-192zM1280 640v320h-960v-320h64s69 192 192 192h128v-768h-192v-128h576v128h-192v768h124c127 0 196-192 196-192h64z" />
<glyph unicode="&#xe237;" glyph-name="text-letter-scale" horiz-adv-x="1280" d="M0 128h128v832h64v-832h128l-160-192zM768 896v-576h192v-64h-512v64h192v576h-64c-123 0-256-128-256-128v192h768v-192s-133 128-260 128h-60zM1088-64v128h-704v64h704v128l192-160z" />
<glyph unicode="&#xe238;" glyph-name="eye" horiz-adv-x="1152" d="M576 128c283 0 576 352 576 352s-293 288-576 288-576-288-576-288 293-352 576-352zM576 640c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192zM576 384c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64z" />
<glyph unicode="&#xe239;" glyph-name="document-check" d="M704 896h-640v-896h402c20-24 42-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM535 512h-375c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-100-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM694 146l-64 69c-12 13-31 13-42 0-12-13-12-33 0-46l84-92c12-13 31-13 43 0l233 184c12 13 12 34 0 46-11 13-30 13-42 0zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32z" />
<glyph unicode="&#xe23a;" glyph-name="coffee3" d="M480 512h90s86 46 40 176c-73 138-24 203-2 272 0 0-187-97-78-292 42-72-50-156-50-156zM732 155h122c41 0 74 35 74 78v73c0 43-33 78-74 78h-438s-89 84-47 156c109 195-81 292-81 292 22-69 74-134 1-272-47-130 40-176 40-176h-233c2-143 86-254 192-320v-64c0-30 34-64 64-64h192c30 0 64 34 64 64v64c46 27 93 46 124 91zM874 298v-57c0-17-13-31-30-31h-81c17 37 30 77 36 119h45c17 0 30-14 30-31z" />
<glyph unicode="&#xe23b;" glyph-name="warning-octagon" d="M1024 256v384l-320 320h-384l-320-320v-384l311-320h393zM415 832h194c17 0 31-16 31-35l-31-344c-5-36-9-69-62-69h-70c-46 0-60 37-62 69l-31 344c0 19 14 35 31 35zM512 64c-71 0-128 57-128 128s57 128 128 128 128-57 128-128-57-128-128-128z" />
<glyph unicode="&#xe23d;" glyph-name="scanner" horiz-adv-x="1408" d="M1408 0v128c0 29-41 48-44 49l-1300 783v-64l1152-704h-1152c-36 0-64-27-64-64v-128c0-37 28-64 64-64h1280c36 0 64 27 64 64zM896 320h-768l128-64h768z" />
<glyph unicode="&#xe23f;" glyph-name="magnifying-glass" d="M1005-42c25 25 25 66 0 91l-363 363c39 56 62 125 62 199 0 194-158 352-352 352s-352-158-352-352 158-352 352-352c74 0 143 23 199 62l363-363c25-25 66-25 91 0zM352 899c159 0 288-129 288-288s-129-288-288-288-288 129-288 288 129 288 288 288z" />
<glyph unicode="&#xe240;" glyph-name="document-plus" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM768 256v128h-64v-128h-128v-64h128v-128h64v128h128v64h-128zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32z" />
<glyph unicode="&#xe241;" glyph-name="document-delete" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM827 360l-91-91-91 91-45-45 91-91-91-91 45-45 91 91 91-91 45 45-91 91 91 91zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32z" />
<glyph unicode="&#xe242;" glyph-name="document-minus" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM576 256v-64h320v64h-320zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32z" />
<glyph unicode="&#xe243;" glyph-name="document-info" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM728 404c-20 0-37-17-37-38 0-22 17-39 37-39 21 0 37 17 37 39 0 21-16 38-37 38zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM765 250c0 22-16 39-37 39-20 0-37-17-37-39 0 0-17-230 111-230-48 57-37 230-37 230zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32z" />
<glyph unicode="&#xe244;" glyph-name="document-warning" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM704 448v-320h64v320h-64zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32zM704 64v-64h64v64h-64z" />
<glyph unicode="&#xe245;" glyph-name="document-question" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM834 378c-3 11-9 21-17 30-8 10-18 17-31 24-13 6-29 9-48 9-15 0-29-3-41-9s-22-14-31-25c-8-10-15-23-19-37-5-14-8-31-8-48h60c0 9 1 17 2 25 2 7 4 14 8 19 3 6 7 10 13 14 5 3 11 5 19 5 10 0 19-4 25-11s9-18 9-32c0-9-1-16-4-22s-6-11-11-16c-4-5-9-9-15-14-5-5-10-11-15-17-5-7-9-15-13-24s-6-21-7-35v-22h55v19c1 10 4 18 8 24s9 12 14 17l18 15c6 5 11 11 16 18s10 15 13 25 5 23 5 38c0 10-2 20-5 30zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32zM768 64v64h-64v-64h64z" />
<glyph unicode="&#xe246;" glyph-name="document-arrow" d="M704 896h-640v-896h402c20-24 43-46 68-64h-470c-35 0-64 29-64 64v896c0 35 29 64 64 64h640c35 0 64-29 64-64v-323c-11 1-21 3-32 3s-21-2-32-3v323zM608 704h-448c-18 0-32 14-32 32s14 32 32 32h448c18 0 32-14 32-32s-14-32-32-32zM534 512h-374c-18 0-32 14-32 32s14 32 32 32h448c12 0 22-7 27-16-36-11-70-27-101-48zM736-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM706 402l-45-45 135-136-135-136 45-45 181 181zM399 320h-239c-18 0-32 14-32 32s14 32 32 32h264c-10-20-19-42-25-64zM160 192h227c2-22 6-43 12-64h-239c-18 0-32 14-32 32s14 32 32 32z" />
<glyph unicode="&#xe247;" glyph-name="document-stamp" d="M704 896v-323c11 1 21 3 32 3s21-2 32-3v323c0 35-29 64-64 64h-640c-35 0-64-29-64-64v-896c0-35 29-64 64-64h470c-25 18-48 40-68 64h-402v896h640zM160 704h448c18 0 32 14 32 32s-14 32-32 32h-448c-18 0-32-14-32-32s14-32 32-32zM160 512h374c31 21 65 37 101 48-5 9-15 16-27 16h-448c-18 0-32-14-32-32s14-32 32-32zM736-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM160 320h239c6 22 15 44 25 64h-264c-18 0-32-14-32-32s14-32 32-32zM387 192h-227c-18 0-32-14-32-32s14-32 32-32h239c-6 21-10 42-12 64z" />
<glyph unicode="&#xe248;" glyph-name="speech-bubble" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704z" />
<glyph unicode="&#xe249;" glyph-name="speech-bubble-waiting" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM192 704c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128zM512 704c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128zM832 704c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128z" />
<glyph unicode="&#xe24a;" glyph-name="restaurant-plate" horiz-adv-x="1408" d="M138 622l54 32-13 306h-25v-222h-26v198h-21v-214h-22v214h-21v-198h-26v222h-25l-13-306 50-31-33-610v-4c0-41 34-73 77-73 42 0 77 32 77 73v4zM1408 12l-20 398-4 550c-101-60-168-313-151-512 6 0 51-25 53-26l-21-410v-4c0-40 32-72 71-72 40 0 72 32 72 72v4zM704 0c247 0 448 201 448 448s-201 448-448 448-448-201-448-448 201-448 448-448zM704 768c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320z" />
<glyph unicode="&#xe24b;" glyph-name="bell2" d="M928 128l-128 192v192c-1 119-76 226-192 256v128c0 35-29 64-64 64h-64c-35 0-64-29-64-64v-128c-113-32-191-138-192-256v-192l-128-192h832zM672 64h-320v-24c0-57 72-104 160-104s160 47 160 104v24z" />
<glyph unicode="&#xe24d;" glyph-name="spinner" d="M528 704c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM192 576c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM864 640c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM256 384c0 71-57 128-128 128s-128-57-128-128 57-128 128-128 128 57 128 128zM928 320c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM896 160c0 53-43 96-96 96s-96-43-96-96 43-96 96-96 96 43 96 96zM288 0c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM544 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe24e;" glyph-name="kat" d="M960 578h-170c7 8 14 16 21 25h149v25h-134c4 8 8 16 11 25h123v25h-117c1 8 2 16 2 25-1 161-13 257-13 257l-128-128h-192l-127 128s-4-87 0-257c0-9 1-17 2-25h-117v-25h123c3-9 6-17 10-25h-133v-25h148c6-9 13-17 20-25h-168v-25h194c67-54 151-74 151-74s81 22 147 74h198v25zM327 255c0-175 57-191 57-191h-256c-39 0-64-26-64-64s25-64 64-64l507 3c2 0 4 1 5 1 178 8 246 108 246 315 0 104-8 186-54 257 0 0-146-100-217-100s-231 100-231 100c-50-72-57-148-57-257z" />
<glyph unicode="&#xe250;" glyph-name="speech-bubble-blogger" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM896 620l-2-163c0-28-5-54-16-78-10-25-25-46-43-65-18-18-40-32-65-42-25-11-51-16-79-16h-232c-28 0-54 5-79 16-25 10-46 25-65 43-18 18-32 39-43 64s-16 51-16 79v236c0 27 5 53 16 78 11 24 25 46 43 65 19 18 40 33 65 43 25 11 51 16 79 16h141c14-2 28-6 43-12s30-14 45-24c14-10 28-21 40-33 12-13 22-27 29-41l6-12c1-3 3-7 4-11 1-5 3-10 4-17 2-7 3-17 5-29l5-34c1-9 5-16 11-21 4-4 10-6 19-7s18-2 27-2l26-1c8 0 13-2 16-4l8-7 6-13zM416 640h192c18 0 32 14 32 32v64c0 18-14 32-32 32h-192c-18 0-32-14-32-32v-64c0-18 14-32 32-32zM425 448h239c11 0 21 3 29 10 7 6 11 13 11 22s-4 17-11 23c-8 6-18 9-29 9h-239c-12 0-21-3-29-9s-12-14-12-23 4-16 12-22c8-7 17-10 29-10z" />
<glyph unicode="&#xe251;" glyph-name="speech-bubble-phone" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM753 446l22-20c35-32 57-64 22-97l-19-17c-13-14-56-54-126-55-84-1-174 55-265 166-91 110-131 211-118 299 10 74 53 113 69 124l19 18c35 32 62 5 88-37l15-25c25-42 38-82 3-114l-21-20c-15-13-81-34 30-168 110-134 138-68 154-54l21 19c35 32 71 13 106-19z" />
<glyph unicode="&#xe252;" glyph-name="speech-bubble-rss" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM811 471c-13 49-33 95-58 138s-56 82-91 117-74 66-117 91-89 45-138 58c-50 14-101 21-154 21-17 0-31-6-43-18s-18-26-18-43 6-31 18-43 26-18 43-18c42 0 82-5 121-16s76-27 110-47c33-19 64-43 92-71s52-59 71-92c20-34 36-71 47-110s16-79 16-121c0-17 6-31 18-43s26-18 43-18 31 6 43 18 18 26 18 43c0 53-7 104-21 154zM210 562c12-12 26-18 43-18 31 0 61-6 88-18 28-12 52-28 72-49 21-20 37-44 49-72 12-27 18-57 18-88 0-17 6-31 18-43s26-18 43-18 31 6 43 18 18 26 18 43c0 48-10 93-28 135-18 43-43 80-75 111-31 32-68 57-111 75-42 18-87 28-135 28-17 0-31-6-43-18s-18-26-18-43 6-31 18-43zM201 312c4-10 10-19 18-27s17-14 27-18c10-5 21-7 34-7 11 0 22 2 33 7 10 4 19 10 27 18s14 17 18 27c5 10 7 21 7 34 0 11-2 22-7 33-4 10-10 19-18 27s-17 14-27 18c-11 5-22 7-33 7-13 0-24-2-34-7-10-4-19-10-27-18s-14-17-18-27c-5-11-7-22-7-33 0-13 2-24 7-34z" />
<glyph unicode="&#xe253;" glyph-name="speech-bubble-twitter" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM704 431v-116s-3-59-144-59c-140 0-176 82-176 128v256h-64v64s128 66 128 192h64v-192h128v-64h-128v-206c0-34 14-62 110-62 70 0 82 59 82 59z" />
<glyph unicode="&#xe254;" glyph-name="speech-bubble-facebook" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM576 704v16c0 29 8 49 19 59 10 11 36 15 65 15 22 0 36-2 36-2v96c8-1-30 8-72 8-61 0-106-14-136-42s-42-70-42-126l2-24h-64v-64h62v-384h130v384h128v64h-128z" />
<glyph unicode="&#xe255;" glyph-name="speech-bubble-google-plus" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM536 896h-189c-97 0-177-70-177-147 0-80 53-143 143-143h19c-6-11-10-23-10-36 0-22 12-35 27-50h-34c-111 0-187-35-187-143 0-35 42-89 94-111 53-21 118-26 174-14 93 20 139 70 137 146 0 58-12 86-73 132-18 13-56 40-56 58 0 22 6 32 38 57 33 25 56 59 56 101 0 45-19 87-54 107h50zM768 768v128h-64v-128h-128v-64h128v-128h64v128h128v64h-128zM350 637c-48 2-94 44-103 107-8 64 34 108 83 106 48-1 80-49 88-112 9-63-19-102-68-101zM462 409c2-5 2-11 2-17 0-51-35-89-136-89-71 0-123 41-123 91s58 76 128 76c26 0 104 0 129-61z" />
<glyph unicode="&#xe256;" glyph-name="speech-bubble-twitter2" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM704 384h-47c-74 3-208 24-209 132v60h192c35 0 64 29 64 64s-29 64-64 64h-192v128c0 35-29 64-64 64s-64-29-64-64v-363c0-117 138-213 256-213h128c35 0 64 29 64 64s-29 64-64 64z" />
<glyph unicode="&#xe257;" glyph-name="speech-bubble-linkedin" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM320 896c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM256 704v-448h128v448h-128zM832 256v288c0 88-64 160-144 160-45 0-86-43-112-79v79h-128v-448h128v256c0 35 29 64 64 64s64-29 64-64v-256h128z" />
<glyph unicode="&#xe258;" glyph-name="speech-bubble-warning" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM448 896v-384h128v384h-128zM448 384v-128h128v128h-128z" />
<glyph unicode="&#xe259;" glyph-name="speech-bubble-info" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM512 896c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM576 640c0 0-20-289 64-384-222 0-192 384-192 384 0 35 29 64 64 64s64-29 64-64z" />
<glyph unicode="&#xe25a;" glyph-name="martini" horiz-adv-x="1152" d="M896 704h-540l-128 256h-228v-64h188l96-192h-220l384-448v-192l-192-128h448l-192 128v192zM869 375c156 0 283 131 283 292 0 162-127 293-283 293-121 0-224-80-264-192h419l-295-354c41-25 89-39 140-39z" />
<glyph unicode="&#xe25b;" glyph-name="light-bulb2" d="M637 256l149 327c9 27 14 57 14 87 0 160-129 290-288 290s-288-130-288-290c0-32 5-63 15-92h-2l149-322h-2c-18 0-32-14-32-32s14-32 32-32h256c18 0 32 14 32 32s-14 32-32 32h-3zM704 128h-384c-18 0-32-14-32-32s14-32 32-32h32c6-71 75-128 160-128s154 57 160 128h32c18 0 32 14 32 32s-14 32-32 32z" />
<glyph unicode="&#xe25d;" glyph-name="crop" d="M192 832h128v128h-128v-128zM832 768h-832v-128h192v-512h512v-192h128v832zM704 256h-384v384h384v-384zM1024 128v128h-128v-128h128z" />
<glyph unicode="&#xe25f;" glyph-name="hospital-plus" d="M1024 832v128h-1024v-128h192v-128h-64c-35 0-64-29-64-64v-640c0-35 29-64 64-64h768c35 0 64 29 64 64v640c0 35-29 64-64 64h-64v128h192zM320 832h384v-128h-384v128zM256 384h192v192h128v-192h192v-128h-192v-192h-128v192h-192v128z" />
<glyph unicode="&#xe260;" glyph-name="speech-bubble-text" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM768 832h-512c-35 0-64-29-64-64s29-64 64-64h512c35 0 64 29 64 64s-29 64-64 64zM768 640h-512c-35 0-64-29-64-64s29-64 64-64h512c35 0 64 29 64 64s-29 64-64 64zM768 448h-512c-35 0-64-29-64-64s29-64 64-64h512c35 0 64 29 64 64s-29 64-64 64z" />
<glyph unicode="&#xe261;" glyph-name="speech-bubble-cog" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM832 544v67c0 9 0 13-85 44l-3 1-12 29 2 3c36 83 33 85 27 92l-48 47c-2 2-5 4-8 4s-11 0-82-33l-3-1-29 12-1 3c-34 84-37 84-45 84h-68c-9 0-12 0-43-84l-1-4-30-12-2 1c-48 21-76 32-84 32-3 0-6-2-8-4l-48-48c-6-6-9-8 29-90l1-3-12-29-2-1c-85-34-85-37-85-45v-68c0-9 0-13 85-44l3-1 12-29-2-3c-36-83-33-85-27-91l48-48c2-2 5-4 8-4s11 0 82 33l3 1 29-12 1-3c34-84 37-84 45-84h68c9 0 12 0 43 85l2 3 29 12 2-1c48-21 76-32 84-32 3 0 6 2 8 4l48 48c6 6 9 8-29 90l-1 3 11 29 3 1c85 34 85 37 85 46zM512 448c-71 0-128 57-128 128s57 128 128 128 128-57 128-128-57-128-128-128z" />
<glyph unicode="&#xe262;" glyph-name="speech-bubble-check" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM799 804c30-29 33-78 6-110l-293-348c-14-17-34-26-55-26-16 0-32 6-45 17l-183 155c-32 26-37 75-12 109 26 33 72 38 103 12l129-109 247 293c27 32 73 35 103 7z" />
<glyph unicode="&#xe263;" glyph-name="speech-bubble-delete" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM600 575l136 136c25 25 25 65 0 90s-65 25-90 0l-136-135-136 135c-25 25-66 25-91 0s-25-65 0-90l136-136-136-136c-25-25-25-65 0-90s66-25 91 0l136 136 136-136c25-25 65-25 90 0s25 65 0 90z" />
<glyph unicode="&#xe264;" glyph-name="speech-bubble-plus" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM574 639v128c0 35-29 64-64 64-36 0-64-29-64-64v-128h-128c-36 0-64-29-64-64s28-64 64-64h128v-128c0-35 28-64 64-64 35 0 64 29 64 64v128h128c35 0 64 29 64 64s-29 64-64 64h-128z" />
<glyph unicode="&#xe265;" glyph-name="speech-bubble-minus" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM318 639h384c35 0 64-29 64-64s-29-64-64-64h-384c-36 0-64 29-64 64s28 64 64 64z" />
<glyph unicode="&#xe266;" glyph-name="speech-bubble-search" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM575 800c-123 71-279 29-350-93-70-123-29-279 94-350 103-60 230-38 310 43l229-133 64 111-229 133c30 109-15 230-118 289zM383 468c-61 35-82 114-47 175s114 82 175 47c61-36 82-114 47-175-36-61-114-82-175-47z" />
<glyph unicode="&#xe267;" glyph-name="speech-bubble-at" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM807 742c-17 32-40 60-68 82-28 23-61 41-98 53-37 13-75 19-115 19-46 0-89-8-129-25-41-16-76-39-107-68-30-28-54-62-72-101-17-39-26-81-26-126 0-46 9-89 26-128 18-39 42-73 73-101 31-29 67-51 108-67s85-24 131-24c56 0 107 12 153 36 47 23 86 57 116 102h-74c-23-22-51-40-84-52s-68-18-105-18c-38 0-73 6-104 18-32 12-60 29-83 51-22 22-40 48-53 78-13 31-20 65-20 103 0 36 6 69 18 101 12 31 28 57 50 80s48 40 79 53 65 19 102 19c34 0 65-4 94-13s54-23 75-41c22-18 39-40 51-66s18-56 18-90c0-23-3-44-9-64-6-19-14-36-24-50-9-14-20-25-33-32-13-8-25-12-37-12-6 0-9 2-12 6-2 3-3 8-3 14 0 5 0 12 2 18l5 19 55 221h-72l-14-47c-10 23-25 38-45 47s-39 13-58 13c-29 0-55-6-79-18-23-13-43-30-60-50-17-21-30-44-39-70-9-27-13-53-13-80 0-20 3-39 10-57 8-17 18-33 30-46 13-14 28-24 44-32 17-8 35-12 54-12 18 0 36 4 53 12s31 21 41 38h2c1-14 8-26 19-35 12-9 27-14 45-14 14 0 33 5 56 14 23 10 46 24 69 44 22 20 42 46 58 78 16 31 24 69 24 113 0 39-9 75-25 107zM563 509c-10-12-22-22-35-30s-27-12-43-12c-21 0-37 7-50 21s-19 32-19 55c0 14 3 29 8 44s13 28 23 40c9 13 21 23 34 30 14 8 28 12 44 12 19 0 35-7 48-21 13-13 20-31 20-52 0-15-3-30-8-45-5-16-13-30-22-42z" />
<glyph unicode="&#xe268;" glyph-name="speech-bubble-pen" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM690 848l91-90 45 45-90 91zM374 350l362 362-91 91-362-362zM328 305l-90 91-46-136z" />
<glyph unicode="&#xe269;" glyph-name="speech-bubble-time" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM480 896c-159 0-288-129-288-288s129-288 288-288 288 129 288 288-129 288-288 288zM480 384c-124 0-224 100-224 224s100 224 224 224 224-100 224-224-100-224-224-224zM512 640v128h-64v-192h128v64h-64z" />
<glyph unicode="&#xe26b;" glyph-name="email-open" horiz-adv-x="1088" d="M1088 577l-537 380v2l-1-1h-1v-1l-549-380v-640h1088v640zM906 577l-202-192h-320l-192 192 358 238zM128 543l192-192-192-222v414zM960 109l-189 244 189 180v-424zM153 66l231 255h320l192-256z" />
<glyph unicode="&#xe26d;" glyph-name="pie-chart" d="M448 512v448c-247 0-448-201-448-448h448zM576-64c247 0 448 201 448 448s-201 448-448 448c-22 0-43-3-64-6v-378h-378c-3-21-6-42-6-64 0-247 201-448 448-448z" />
<glyph unicode="&#xe270;" glyph-name="speech-bubbles" d="M192 384h512c35 0 64 29 64 64v448c0 35-29 64-64 64h-640c-35 0-64-29-64-64v-704zM1024-64v704c0 35-29 64-64 64h-128v-320c0-35-29-64-64-64h-512v-128c0-35 29-64 64-64h512z" />
<glyph unicode="&#xe271;" glyph-name="twitter" d="M832 216v-186s-6-94-240-94-272 118-272 192v384h-128v128s192 118 192 320h128v-320h192v-128h-192l1-292c0-54 23-98 182-98 117 0 137 94 137 94z" />
<glyph unicode="&#xe272;" glyph-name="facebook" d="M576 640v64c0 47 0 52 17 69s58 24 105 24c36 0 57-2 57-2l1 152c12-2-49 13-116 13-97 0-170-22-218-67s-38-125-38-125v-128h-128v-129l128 1v-576h192v576h192v128h-192z" />
<glyph unicode="&#xe273;" glyph-name="blogger" horiz-adv-x="1088" d="M740-64h-395c-47 0-92 8-134 25-43 17-79 40-110 69s-56 63-74 103c-18 39-27 81-27 126v377c0 44 9 86 27 125 18 40 43 74 74 104 31 29 67 53 110 70 42 16 87 25 134 25h241c22-3 46-9 72-19s51-23 76-39c25-15 47-33 68-53s38-42 50-66l9-18c3-5 5-11 8-18l7-28c2-11 5-26 8-46 2-21 5-38 8-53 2-15 9-27 19-35 7-5 17-9 32-11l46-3 44-1c14-1 23-3 27-7l15-12 10-20 3-13-3-261c0-44-9-85-27-125-18-39-43-74-74-103s-67-51-110-68c-42-17-87-25-134-25zM574 704h-252c-19 0-34-6-47-19s-19-28-19-45c0-18 6-33 19-45 13-13 28-19 47-19h252c19 0 34 6 47 19s19 28 19 45-6 32-19 45-28 19-47 19zM256 257c0-18 6-33 19-46s28-19 47-19h446c18 0 33 6 46 19 12 13 18 28 18 46 0 17-6 32-18 45-13 12-28 18-46 18h-446c-19 0-34-6-47-18s-19-27-19-45z" />
<glyph unicode="&#xe274;" glyph-name="twitter2" d="M741 128h-68c-105 5-288 30-289 192v64h288c53 0 96 43 96 96s-43 96-96 96h-288v288c0 53-43 96-96 96s-96-43-96-96v-608c0-177 197-320 366-320h183c50 0 91 43 91 96s-41 96-91 96z" />
<glyph unicode="&#xe275;" glyph-name="linkedin-square" d="M172 960h680c95 0 172-77 172-172v-680c0-95-77-172-172-172h-680c-95 0-172 77-172 172v680c0 95 77 172 172 172zM320 640c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM384 576h-128v-448h128v448zM832 128v288c0 88-64 160-144 160-45 0-86-43-112-79v79h-128v-448h128v256c0 35 29 64 64 64s64-29 64-64v-256h128z" />
<glyph unicode="&#xe276;" glyph-name="google-plus" d="M54 705c0-87 29-150 85-187 46-30 99-35 127-35 7 0 12 1 16 1 0 0-9-58 34-116h-2c-74 0-314-16-314-217 0-205 221-215 265-215h14c29 0 102 4 170 37 89 44 134 120 134 226 0 103-69 164-118 209-31 27-57 51-57 73 0 24 19 41 43 63 40 36 77 87 77 184 0 85-11 141-78 178 7 3 32 6 44 8 36 5 89 10 89 40v6h-263c-3 0-266-10-266-255zM410 761c26-93-13-189-75-207-7-2-15-3-22-3-57 0-113 58-134 139-12 45-11 85 2 123 14 38 37 63 67 71 7 2 14 3 22 3 68 0 113-29 140-126zM832 768h-64v-192h-192l-3-63 195-1v-192h64v192l192 1v63h-192v192zM478 180c5-82-63-142-166-150-105-7-192 41-197 122-2 40 15 78 48 109 34 31 80 50 130 54h18c97 0 163-58 167-135z" />
<glyph unicode="&#xe277;" glyph-name="rss" d="M97 960c-26 0-49-10-68-29s-29-42-29-68c0-27 10-50 29-69s42-29 68-29c68 0 132-9 195-26 62-18 120-42 175-74 54-32 103-70 148-114 44-45 82-94 114-148 32-55 56-113 74-175 17-63 26-127 26-195 0-26 10-49 29-68s42-29 69-29c26 0 49 10 68 29s29 42 29 68c0 86-11 168-33 246-22 79-53 153-94 222-40 68-88 131-145 187-56 57-119 105-187 145-69 41-143 72-222 94-78 22-160 33-246 33zM97 591c-26 0-49-9-68-28s-29-42-29-69 10-50 29-69 42-29 68-29c51 0 98-9 142-28s82-45 115-78 59-71 78-115 28-91 28-142c0-26 10-49 29-68s42-29 69-29 50 10 69 29 28 42 28 68c0 77-14 150-44 217-29 68-69 127-120 177-50 51-109 91-177 120-67 30-140 44-217 44zM277 79c0 19-4 37-11 54-7 16-17 31-29 43-12 13-27 22-44 29-17 8-34 11-53 11s-37-3-54-11c-16-7-31-16-43-29-12-12-22-27-29-43-7-17-11-35-11-54s4-37 11-53c7-17 17-31 29-44 12-12 27-22 43-29 17-7 35-10 54-10s36 3 53 10 32 17 44 29c12 13 22 27 29 44 7 16 11 34 11 53z" />
<glyph unicode="&#xe278;" glyph-name="pencil2" d="M951 740l-146 147 73 73 146-146zM293 82l-146 146 585 586 146-147zM220 9l-146 146-74-219z" />
<glyph unicode="&#xe279;" glyph-name="ellipsis" d="M128 320c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM512 320c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM896 320c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128z" />
<glyph unicode="&#xe27a;" glyph-name="orange" d="M896 320c0 176-123 320-302 320 28 51 71 110 134 166-2 2-57 36-61 36-61-46-102-101-131-152-39 226-280 270-280 270s-39-168 76-269c36-30 69-49 98-60-235-35-302-137-302-311 0-193 72-384 384-384s384 191 384 384z" />
<glyph unicode="&#xe27d;" glyph-name="check-circle" d="M1024 448c0 92-25 178-67 252l67 67-64 65-56-55c-94 112-234 183-392 183-283 0-512-229-512-512s229-512 512-512 512 229 512 512zM932 739c13-20 24-40 24-40l-442-443-258 258 64 65 194-194 390 391s15-19 28-37z" />
<glyph unicode="&#xe280;" glyph-name="bars" d="M96 672h832c53 0 96 43 96 96s-43 96-96 96h-832c-53 0-96-43-96-96s43-96 96-96zM96 352h832c53 0 96 43 96 96s-43 96-96 96h-832c-53 0-96-43-96-96s43-96 96-96zM928 224h-832c-53 0-96-43-96-96s43-96 96-96h832c53 0 96 43 96 96s-43 96-96 96z" />
<glyph unicode="&#xe281;" glyph-name="speech-bubble-star" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM768 636l-119-134 21-182-158 78-158-78 21 182-119 134 172 35 84 161 84-161z" />
<glyph unicode="&#xe282;" glyph-name="speech-bubble-arrow" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM719 622l-227 226c-25 25-65 25-90 0s-25-66 0-91l181-181-181-181c-25-25-25-65 0-90s65-25 90 0l227 226c25 25 25 66 0 91z" />
<glyph unicode="&#xe283;" glyph-name="speech-bubble-arrow2" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM576 832v-128c-249-34-348-213-384-384 89 119 206 192 384 192v-128l256 209z" />
<glyph unicode="&#xe284;" glyph-name="speech-bubble-question" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM694 782c-6 19-17 38-32 54-15 17-35 32-60 43s-55 17-92 17c-29 0-55-5-78-16s-43-26-59-45c-17-20-29-42-39-69-9-26-13-55-14-86h115c0 16 1 30 4 44 4 14 8 26 15 36 6 10 15 18 25 24 10 7 22 10 36 10 21 0 37-7 49-20s17-32 17-59c1-16-1-29-7-40-5-10-13-20-21-29l-29-26c-11-9-21-19-30-31-10-13-39-57-46-107-3-24 0-34 0-34h128s-10 18-10 34 3 27 11 38c8 12 17 22 28 31 10 10 21 19 33 28s22 20 32 32c10 13 18 29 24 47 7 18 10 41 10 69 0 17-3 35-10 55zM576 256v128h-128v-128h128z" />
<glyph unicode="&#xe285;" glyph-name="speech-bubble-network" d="M256 192h704c35 0 64 29 64 64v640c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-960zM734 520c54 0 98-45 98-100s-44-100-98-100c-41 0-75 27-89 64h-265c-14-37-49-64-90-64-54 0-98 45-98 100s44 100 98 100l5-1 74 195c-27 18-45 47-45 82 0 55 43 100 97 100s98-45 98-100c0-53-40-95-91-99l-76-202c14-12 25-28 30-47h260c12 41 48 72 92 72z" />
<glyph unicode="&#xe286;" glyph-name="speech-bubble-pin" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM822 708l-178 178c-10 10-27 10-36 0l-49-49c-5-5-8-11-8-18 0-6 3-13 8-18v-1c13-20-12-78-67-134-15-15-31-29-47-40l-8-5-19 19c-11 11-26 17-41 17-16 0-31-6-42-17s-18-26-18-42 7-31 18-42l58-58-194-199c-5-5-7-11-7-18 0-6 3-13 8-18s11-7 17-7c7 0 14 3 19 8l192 198 64-63c11-11 26-17 42-17s30 6 42 17c23 23 23 60 0 84l-19 18 5 8c11 16 25 32 40 47 56 56 103 71 121 71 5 0 10-1 13-3l1-1c10-10 26-10 36 0l49 49c10 10 10 26 0 36z" />
<glyph unicode="&#xe287;" glyph-name="speech-bubble-heart" d="M256 192l-256-256v960c0 35 29 64 64 64h896c35 0 64-29 64-64v-640c0-35-29-64-64-64h-704zM512 719c-83 177-318 136-319-70-1-113 112-155 187-200 72-44 124-104 132-129 7 25 65 87 132 130 74 48 188 88 187 200-1 206-240 239-319 69z" />
<glyph unicode="&#xe288;" glyph-name="user-rss" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h832v266c0 162-125 296-284 310zM1140 524c8 9 12 19 12 31 0 37-5 73-14 107-10 35-24 67-41 97-18 30-39 57-64 82s-52 46-82 64c-30 17-62 31-97 41-34 9-70 14-107 14-12 0-22-4-30-12-9-9-13-19-13-31 0-11 4-21 13-30 8-8 18-12 30-12 29 0 57-4 85-12 27-7 52-18 76-32s45-31 65-50c19-20 36-41 50-65s25-49 32-76c8-28 12-56 12-85 0-12 4-22 12-31 9-8 19-12 30-12 12 0 22 4 31 12zM747 799c-12 0-22-4-31-13-8-8-12-18-12-30s4-22 12-30c9-8 19-13 31-13 22 0 42-4 61-12 20-8 37-20 51-34s26-31 34-51c8-19 12-39 12-61 0-12 5-22 13-31 8-8 18-12 30-12s22 4 30 12c9 9 13 19 13 31 0 33-7 65-20 94-13 30-30 56-52 78s-48 39-78 52c-29 13-61 20-94 20zM789 520c7 3 13 7 19 12 5 6 9 12 12 19 4 7 5 15 5 24 0 8-1 16-5 23-3 7-7 14-12 19-6 6-12 10-19 13-8 3-16 5-24 5s-16-2-23-5-14-7-19-13c-6-5-10-12-13-19s-5-15-5-23c0-9 2-17 5-24s7-13 13-19c5-5 12-9 19-12 7-4 15-5 23-5s16 1 24 5z" />
<glyph unicode="&#xe289;" glyph-name="user-check" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM822 146l212 161c12 13 31 13 42 0 12-12 12-33 0-46l-233-184c-12-13-31-13-43 0l-84 92c-12 13-12 33 0 46 11 13 30 13 42 0z" />
<glyph unicode="&#xe290;" glyph-name="user-plus" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1024 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
<glyph unicode="&#xe291;" glyph-name="user-delete" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM909 224l91-91-45-45-91 91-91-91-45 45 91 91-91 91 45 45 91-91 91 91 45-45z" />
<glyph unicode="&#xe292;" glyph-name="user-minus" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1024 192h-320v64h320v-64z" />
<glyph unicode="&#xe293;" glyph-name="user-info" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM865 404c21 0 37-17 37-38 0-22-16-39-37-39-20 0-37 17-37 39 0 21 17 38 37 38zM902 250c0 0-11-173 37-230-128 0-111 230-111 230 0 22 17 39 37 39 21 0 37-17 37-39z" />
<glyph unicode="&#xe294;" glyph-name="user-warning" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM896 128h-64v320h64v-320zM896 0h-64v64h64v-64z" />
<glyph unicode="&#xe295;" glyph-name="user-question" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM962 378c3-10 5-20 5-30 0-15-2-28-5-38s-8-18-13-25-10-13-16-18l-18-15c-5-5-10-11-14-17s-7-14-8-24v-19h-55v22c1 14 3 26 7 35s8 17 13 24c5 6 10 12 15 17 6 5 11 9 15 14 5 5 8 10 11 16s4 13 4 22c0 14-3 25-9 32s-15 11-25 11c-8 0-14-2-19-5-6-4-10-8-13-14-4-5-6-12-8-19-1-8-2-16-2-25h-60c0 17 3 34 8 48 4 14 11 27 19 37 9 11 19 19 31 25s26 9 41 9c19 0 35-3 48-9 13-7 23-14 31-24 8-9 14-19 17-30zM832 128h64v-64h-64v64z" />
<glyph unicode="&#xe296;" glyph-name="user-arrow" horiz-adv-x="1088" d="M548 512c67 43 112 119 112 205 0 134-109 243-244 243s-244-109-244-243c0-86 45-162 112-205-159-14-284-148-284-310v-266h662c-90 64-150 169-150 288 0 107 49 201 124 266-28 11-57 19-88 22zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM834 40l-45 45 135 136-135 136 45 45 181-181z" />
<glyph unicode="&#xe297;" glyph-name="comment-dots" horiz-adv-x="992" d="M512 128c283 0 512 186 512 416s-229 416-512 416-512-186-512-416c0-82 47-147 79-223 28-65-79-385-79-385s260 231 323 216c62-19 118-24 189-24zM512 832c212 0 384-129 384-288s-172-288-384-288c-100 0-195 79-320-64 101 152-64 268-64 352 0 159 172 288 384 288zM320 512c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM512 512c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM704 512c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64z" />
<glyph unicode="&#xe298;" glyph-name="comment-text" horiz-adv-x="992" d="M512 128c-71 0-127 5-189 24-63 15-323-216-323-216s107 320 79 385c-32 76-79 141-79 223 0 230 229 416 512 416s512-186 512-416-229-416-512-416zM512 832c-212 0-384-129-384-288 0-84 165-200 64-352 125 143 220 64 320 64 212 0 384 129 384 288s-172 288-384 288zM768 704v-128h-512v128h512zM256 384v128h448v-128h-448z" />
<glyph unicode="&#xe299;" glyph-name="copyright" d="M512-64c-282 0-512 230-512 512s230 512 512 512 512-230 512-512-230-512-512-512zM512 832c-212 0-384-172-384-384s172-384 384-384 384 172 384 384-172 384-384 384zM614 605c-4-2-8-1-12 1-23 11-54 17-87 17-104 0-166-66-166-177 0-108 61-173 163-173 34 0 69 7 92 18 4 2 9 2 13 0s7-5 8-10l12-48c1-7-2-14-8-17-22-12-68-24-129-24-148 0-244 99-244 252 0 155 103 260 257 260 69 0 107-17 117-22 7-4 10-11 8-18l-15-49c-2-5-5-8-9-10z" />
<glyph unicode="&#xe29a;" glyph-name="food-plate" horiz-adv-x="1280" d="M512 736c-238-47-403-219-448-448h1152c-45 229-210 401-448 448-7 65-66 128-128 128s-121-63-128-128zM450 224h-374c-42 0-76-43-76-96s34-96 76-96h1128c42 0 76 43 76 96s-34 96-76 96h-181l-319-113s-178 64-254 113z" />
<glyph unicode="&#xe29b;" glyph-name="star2" horiz-adv-x="1088" d="M704 576h384l-320-256 128-384-352 227-352-227 128 384-320 256h384l160 384z" />
<glyph unicode="&#xe29d;" glyph-name="cloud" horiz-adv-x="1152" d="M1152 277v8c0 74-36 139-90 177 3 18 4 36 4 54 0 175-133 316-297 316-112 0-210-66-260-164-36 27-79 42-126 42-116 0-210-95-218-216-94-18-165-105-165-209v-8c0-118 90-213 200-213h752c110 0 200 95 200 213z" />
<glyph unicode="&#xe29e;" glyph-name="diamond" d="M1024 512v192l-256 256h-512l-256-256v-192l512-576zM387 832l-67-68-66 66 2 2h131zM579 832l-67-68-68 68h135zM770 830l-66-66-68 68h132zM209 785l65-66-79-79h-67v64zM896 640h-68l-79 79 66 66 81-81v-64zM416 770l50-51-50-51-51 51zM608 770l50-51-50-51-51 51zM286 640l34 34 33-34h-67zM512 674l33-34h-67zM670 640l34 34 33-34h-67zM128 576h65l216-392-281 328v64zM479 576v-383l-211 383h211zM760 576l-217-381v381h217zM896 512l-294-343 231 407h63v-64z" />
<glyph unicode="&#xe2ad;" glyph-name="unyson" d="M0 896v-704c38-171 135-256 320-256s271 129 298 190c28 62 23 345 22 450s-1 204 61 194c71-11 67-66 67-66v-704l128-64 128 64v704c0 193-190 256-320 256-198 0-320-147-320-256v-448c0-113-54-105-54-105-75 13-74 105-74 105v640l-128 64z" />
<glyph unicode="&#xe300;" glyph-name="original" d="M512-64c-282 0-512 230-512 512s230 512 512 512 512-230 512-512-230-512-512-512zM512 832c-212 0-384-172-384-384s172-384 384-384 384 172 384 384-172 384-384 384zM596 250c-1 23-3 44-6 65-3 26-10 46-21 58-11 13-28 19-53 19h-98v-200h-98v512h240c20 0 38-4 54-11 16-8 30-18 42-31 11-12 20-27 26-44s9-36 9-55c0-30-6-56-17-78s-29-39-54-51v-1c12-4 22-10 30-18s15-17 20-28c5-10 8-22 11-35 2-13 3-26 4-39l2-28c0-11 1-23 2-34 1-12 2-23 5-33 2-10 5-19 10-26h-98c-5 16-9 36-10 58zM576 600c-11 11-28 17-51 17h-107v-145h107c23 0 40 6 51 18 11 11 17 30 17 56 0 24-6 42-17 54z" />
<glyph unicode="&#xe302;" glyph-name="briefcase" d="M640 416h384v320h-256v128c0 35-29 64-64 64h-384c-35 0-64-29-64-64v-128h-256v-320h384v64h256v-64zM704 736h-384v128h384v-128zM576 352v64h-128v-64h128zM1024-32v384h-384v-64h-256v64h-384v-384h1024z" />
<glyph unicode="&#xe303;" glyph-name="bar-chart" d="M832 64h128v896h-128v-896zM576 64h128v640h-128v-640zM320 64h128v384h-128v-384zM64 64h128v256h-128v-256zM1024-64v64h-1024v-64h1024z" />
<glyph unicode="&#xe304;" glyph-name="idea-doubt" d="M144 768l48 48-144 144-48-48zM704 256c50 145 128 302 128 384 0 177-143 320-320 320s-320-143-320-320c0-82 77-238 128-384 51-145 13-320 128-320h128c95 0 69 152 128 320zM880 768l144 144-48 48-144-144zM694 729c7-17 10-34 10-49 0-25-3-46-10-62-6-17-14-31-24-42-10-12-20-21-32-30-12-8-23-16-33-24-43-34-21-16-29-74h-128c2 23 14 54 21 69s16 28 25 39 19 20 30 28l29 23c8 8 16 17 21 26 6 10 8 22 7 36 0 24-5 42-17 53-12 12-28 18-49 18-14 0-26-3-36-8-10-6-19-13-25-23-7-9-11-19-15-32-3-12-4-25-4-40l-115 3c1 28 5 52 14 75 10 24 22 45 39 62 16 17 36 31 59 40 23 10 49 15 78 15 37 0 67-5 92-15 25-11 45-23 60-39 15-15 26-31 32-49zM128 704h-128v-64h128v64zM896 640h128v64h-128v-64zM880 512l-48-48 144-144 48 48zM141 507l-136-136 46-46 136 136zM446 256l2 128h128v-128h-130z" />
<glyph unicode="&#xe305;" glyph-name="master-card" d="M64 96h896c35 0 64 29 64 64v576c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-576c0-35 29-64 64-64zM256 640v-64c0-18-14-32-32-32h-64c-18 0-32 14-32 32v64c0 18 14 32 32 32h64c18 0 32-14 32-32zM762 672c74 0 134-57 134-128s-60-128-134-128c-35 0-66 13-90 33-24-20-55-33-90-33-74 0-134 57-134 128s60 128 134 128c35 0 66-13 90-33 24 20 55 33 90 33zM896 224h-768v64h768v-64z" />
<glyph unicode="&#xe306;" glyph-name="visa" d="M960 96h-896c-35 0-64 29-64 64v576c0 35 29 64 64 64h896c35 0 64-29 64-64v-576c0-35-29-64-64-64zM304 608l-80-270-80 270h-80l115-384h87l118 384v-64h64v64h-144zM384 480v-256h64v256h-64zM698 337c-3 7-8 14-14 19-7 5-14 9-21 12-8 4-16 6-25 8l-23 7c-8 1-15 4-21 6s-11 5-15 9c-3 4-5 9-5 15 0 5 1 9 3 12s5 5 8 7l10 3h10c11 0 19-2 27-7 7-4 11-13 12-26h54c-1 15-4 28-9 38-6 10-13 18-21 24-8 5-18 10-28 12-11 3-22 4-33 4s-22-1-33-4c-11-2-20-6-29-12-8-6-15-13-20-24-6-10-8-22-8-38 0-11 2-20 5-27 4-8 9-14 15-19 6-4 13-8 21-11s16-6 25-8c20-5 36-10 47-15s17-13 17-23c0-6-1-11-4-15-2-3-5-7-9-9-3-2-7-4-12-5-4-1-8-2-12-2-6 0-11 1-16 3-6 1-10 4-14 7s-8 7-10 13c-3 5-4 11-4 18h-54c1-16 4-30 9-41 6-10 14-19 22-26 9-6 20-11 31-14 12-3 23-4 35-4s24 1 35 4 22 7 30 14c9 6 16 15 22 26 5 11 8 24 8 40 0 12-2 21-6 29zM955 253c-1 10-2 20-2 31v127c0 15-3 26-8 35s-12 16-20 21c-9 5-18 9-28 10-10 2-20 3-30 3-11 0-22-1-33-4s-20-7-29-13c-9-7-16-15-21-25-6-11-9-24-10-39h54c1 13 5 22 11 28 6 5 14 8 25 8 5 0 9 0 14-1 4-1 7-2 11-5 3-2 5-5 7-9 2-5 3-10 3-18 0-7-1-12-5-15-3-4-8-7-14-9s-13-3-21-4l-24-4c-8-1-17-3-25-6s-15-7-21-12-11-12-15-21-6-21-6-35c0-12 2-23 5-32 4-9 8-17 14-23 7-6 14-10 22-13s17-4 26-4c12 0 24 2 36 7 12 4 22 12 30 23l4-24h55c-3 5-4 13-5 23zM893 291c-3-7-7-12-13-16-6-5-14-7-25-7-4 0-8 1-12 2s-8 2-11 5c-3 2-5 5-7 9s-3 9-3 15c0 7 1 12 3 16s4 7 7 10 6 5 10 6c4 2 8 3 12 4l25 5 11 3c4 2 7 4 9 6v-25l-1-15c-1-6-2-12-5-18z" />
<glyph unicode="&#xe307;" glyph-name="line-chart" d="M928 639c53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-29 14-54 34-72l-167-222c-8 3-17 6-27 6-38 0-70-22-86-54l-140 75c0 4 2 7 2 11 0 53-43 96-96 96s-96-43-96-96c0-26 11-50 28-68l-156-288v708h64l-97 130-95-130h64v-768h-64v-64h64v-64h64v64h766v-64l130 95-130 97v-64h-728l177 322c3 0 6-2 9-2 25 0 48 10 65 26l165-88c13-38 48-66 90-66 53 0 96 43 96 96 0 20-7 37-17 52l174 237c1 0 2-1 3-1z" />
<glyph unicode="&#xe308;" glyph-name="safe" d="M896 64h64c35 0 64 29 64 64v768c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-768c0-35 29-64 64-64h64v-128h192v128h384v-128h192v128zM960 128h-896v768h896v-192h-64v128h-768v-640h768v128h64v-192zM704 448h-195c-15-73-80-128-157-128-88 0-160 72-160 160s72 160 160 160c77 0 142-55 157-128h195v-64zM352 384c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM960 448h-64v128h64v-128z" />
<glyph unicode="&#xe309;" glyph-name="bank" d="M832 640h128v64l-447 256-449-256v-64h128v-384h-64v-64h768v64h-64v384zM256 640h128v-384h-128v384zM448 640h128v-384h-128v384zM768 640v-384h-128v384h128zM64 64h896v64h-896v-64zM1024-64v64h-1024v-64h1024z" />
<glyph unicode="&#xe30a;" glyph-name="wine-bottle" d="M704 383v129c0 81-47 171-128 192v256h-128v-256c-75-24-128-115-128-192v-576h384v128h-256v320z" />
<glyph unicode="&#xe30d;" glyph-name="battery-full-h" d="M960 192v64c35 0 64 29 64 64v256c0 35-29 64-64 64v64c0 35-29 64-64 64h-832c-35 0-64-29-64-64v-512c0-35 29-64 64-64h832c35 0 64 29 64 64zM960 320h-64v-128h-832v512h832v-128h64v-256zM128 256h64v384h-64v-384zM256 256h64v384h-64v-384zM384 256h64v384h-64v-384zM512 256h64v384h-64v-384zM640 256h64v384h-64v-384zM768 256h64v384h-64v-384z" />
<glyph unicode="&#xe316;" glyph-name="dollar-bill" horiz-adv-x="1088" d="M64 640c71 0 128 57 128 128 0 23-7 45-18 64h-174v-174c19-11 41-18 64-18zM832 128c0 106 86 192 192 192 23 0 44-5 64-12v280c-20-7-41-12-64-12-106 0-192 86-192 192 0 23 5 44 12 64h-600c7-20 12-41 12-64 0-106-86-192-192-192-23 0-44 5-64 12v-280c20 7 41 12 64 12 106 0 192-86 192-192 0-23-5-44-12-64h600c-7 20-12 41-12 64zM896 768c0-71 57-128 128-128 23 0 45 7 64 18v174h-174c-11-19-18-41-18-64zM604 563c-6 9-16 14-28 17v-99c41-13 70-24 86-33 28-18 42-44 42-76 0-43-19-75-58-94-20-10-44-16-70-19v-67h-64v67c-31 4-57 10-74 19-36 20-54 53-53 101h85c3-22 7-36 12-44 6-7 17-13 30-17v109l-7 2c-40 10-69 23-85 40-17 17-25 38-25 62 0 16 3 31 10 44 6 13 15 24 27 33 15 13 31 21 50 26 7 2 18 3 30 4v66h64v-67c27-3 49-8 65-18 36-18 54-48 55-89h-83c-1 15-4 26-9 33zM476 539c0-14 7-25 20-34 4-2 10-5 16-7v82c-9-2-17-5-22-9-9-8-14-18-14-32zM617 364c0 15-7 26-19 35-5 3-13 7-22 10v-93c9 2 16 4 21 7 13 8 20 22 20 41zM192 128c0 71-57 128-128 128-23 0-45-7-64-18v-174h174c11 19 18 41 18 64zM1088 64v174c-19 11-41 18-64 18-71 0-128-57-128-128 0-23 7-45 18-64h174z" />
<glyph unicode="&#xe318;" glyph-name="calendar" horiz-adv-x="1088" d="M1088-64v1024h-1088v-1024h1088zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM1024 512h-192v192h192v-192zM256 256h-192v192h192v-192zM768 256h-192v192h192v-192zM1024 256h-192v192h192v-192zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192zM768 0h-192v192h192v-192zM1024 0h-192v192h192v-192z" />
<glyph unicode="&#xe319;" glyph-name="calendar-check" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM950 146l212 161c12 13 31 13 42 0 12-12 12-33 0-46l-233-184c-12-13-31-13-43 0l-84 92c-12 13-12 33 0 46 11 13 30 13 42 0zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192z" />
<glyph unicode="&#xe31b;" glyph-name="sound" horiz-adv-x="1216" d="M873 13l76-77c160 102 267 286 267 496 0 235-134 437-326 528l-85-87c176-62 303-238 303-445 0-180-96-336-235-415zM256 256l384-256v896l-384-256h-256v-384h256zM1003 430c0 149-85 278-207 336l-54-55c112-40 192-152 192-284 0-114-60-213-149-264l48-49c102 65 170 182 170 316z" />
<glyph unicode="&#xe31c;" glyph-name="arrow-circle-left-o" d="M512-32c265 0 480 215 480 480s-215 480-480 480-480-215-480-480 215-480 480-480zM512 864c219 0 396-169 413-384h-452l146 147-45 45-222-224 222-224 45 45-146 147h452c-17-215-194-384-413-384-230 0-416 186-416 416s186 416 416 416z" />
<glyph unicode="&#xe31d;" glyph-name="battery-half" d="M256-64h512c35 0 64 29 64 64v832c0 35-29 64-64 64h-64c0 35-29 64-64 64h-256c-35 0-64-29-64-64h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM768 512h-512v320h512v-320zM768 448v-64h-512v64h512zM256 320h512v-64h-512v64zM256 192h512v-64h-512v64zM256 64h512v-64h-512v64z" />
<glyph unicode="&#xe320;" glyph-name="calendar-plus" horiz-adv-x="1280" d="M832 704v-168c-42-22-79-52-109-88h-147v-192h67c-1-11-3-21-3-32s2-21 3-32h-67v-192h147c20-24 42-46 67-64h-790v1024h1088v-399c-21 6-42 10-64 12v131h-192zM64 704v-192h192v192h-192zM320 704v-192h192v192h-192zM576 704v-192h192v192h-192zM992-64c-159 0-288 129-288 288s129 288 288 288 288-129 288-288-129-288-288-288zM64 448v-192h192v192h-192zM1024 256v128h-64v-128h-128v-64h128v-128h64v128h128v64h-128zM64 192v-192h192v192h-192zM320 192v-192h192v192h-192z" />
<glyph unicode="&#xe321;" glyph-name="calendar-delete" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM1037 224l91-91-45-45-91 91-91-91-45 45 91 91-91 91 45 45 91-91 91 91 45-45zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192z" />
<glyph unicode="&#xe322;" glyph-name="calendar-minus" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM1152 192h-320v64h320v-64zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192z" />
<glyph unicode="&#xe323;" glyph-name="calendar-info" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM984 404c21 0 37-17 37-38 0-22-16-39-37-39-20 0-37 17-37 39 0 21 17 38 37 38zM1021 250c0 0-11-173 37-230-128 0-111 230-111 230 0 22 17 39 37 39 21 0 37-17 37-39zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192z" />
<glyph unicode="&#xe324;" glyph-name="calendar-warning" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM1024 128h-64v320h64v-320zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192zM1024 0h-64v64h64v-64z" />
<glyph unicode="&#xe325;" glyph-name="calendar-question" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM1090 378c3-10 5-20 5-30 0-15-2-28-5-38s-8-18-13-25-10-13-16-18l-18-15c-5-5-10-11-14-17s-7-14-8-24v-19h-55v22c1 14 3 26 7 35s8 17 13 24c5 6 10 12 15 17 6 5 11 9 15 14 5 5 8 10 11 16s4 13 4 22c0 14-3 25-9 32s-15 11-25 11c-8 0-14-2-19-5-6-4-10-8-13-14-4-5-6-12-8-19-1-8-2-16-2-25h-60c0 17 3 34 8 48 4 14 11 27 19 37 9 11 19 19 31 25s26 9 41 9c19 0 35-3 48-9 13-7 23-14 31-24 8-9 14-19 17-30zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192zM960 128h64v-64h-64v64z" />
<glyph unicode="&#xe326;" glyph-name="calendar-arrow" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM1143 221l-181-181-45 45 135 136-135 136 45 45zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192z" />
<glyph unicode="&#xe327;" glyph-name="calendar-time" horiz-adv-x="1280" d="M1024 704v-131c22-2 43-6 64-12v399h-1088v-1024h790c-25 18-47 40-67 64h-147v192h67c-1 11-3 21-3 32s2 21 3 32h-67v192h147c30 36 67 66 109 88v168h192zM256 512h-192v192h192v-192zM512 512h-192v192h192v-192zM768 512h-192v192h192v-192zM992-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM256 256h-192v192h192v-192zM992 448c124 0 224-100 224-224s-100-224-224-224-224 100-224 224 100 224 224 224zM1024 192v192h-64v-128h-128v-64h192zM256 0h-192v192h192v-192zM512 0h-192v192h192v-192z" />
<glyph unicode="&#xe328;" glyph-name="calendar-deadline" horiz-adv-x="1280" d="M832 704v-168c-42-22-79-52-109-88h-147v-192h67c-1-11-3-21-3-32s2-21 3-32h-67v-192h147c20-24 42-46 67-64h-790v1024h1088v-399c-21 6-42 10-64 12v131h-192zM64 704v-192h192v192h-192zM320 704v-192h192v192h-192zM576 704v-192h192v192h-192zM992-63c-159 0-288 128-288 287s129 288 288 288 288-129 288-288-129-287-288-287zM64 448v-192h192v192h-192zM992 448c-124 0-224-100-224-224s100-224 224-224 224 100 224 224-100 224-224 224zM996 224h158c0-88-70-159-158-160v160zM64 192v-192h192v192h-192zM320 192v-192h192v192h-192z" />
<glyph unicode="&#xe329;" glyph-name="pie-chart2" d="M576 448h442c3 21 6 42 6 64 0 247-201 448-448 448v-512zM0 448c0-247 201-448 448-448 22 0 43 3 64 6v884c-21 3-42 6-64 6-247 0-448-201-448-448zM576 384v-448c247 0 448 201 448 448h-448z" />
<glyph unicode="&#xe32c;" glyph-name="arrow-circle-up-o" d="M512-32c265 0 480 215 480 480s-215 480-480 480-480-215-480-480 215-480 480-480zM512 864c230 0 416-186 416-416 0-219-170-397-386-413l2 452 147-146 45 45-224 222-224-222 45-45 147 146-2-452c-213 18-382 195-382 413 0 230 186 416 416 416z" />
<glyph unicode="&#xe32d;" glyph-name="battery-low" d="M256-64h512c35 0 64 29 64 64v832c0 35-29 64-64 64h-64c0 35-29 64-64 64h-256c-35 0-64-29-64-64h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM768 0h-512v832h128v64h256v-64h128v-832zM448 464l192-144v448l-64-64v-265l-192 137v-384l64 64v208zM704 128h-384v-64h384v64z" />
<glyph unicode="&#xe32e;" glyph-name="light-bulb3" d="M288 256h448c60 105 160 207 160 320 0 207-172 384-384 384s-384-177-384-384c0-114 100-216 160-320zM534 890c94 0 178-40 238-103-56 44-126 70-202 70-180 0-326-146-326-326 0-86 34-165 88-223-75 59-124 152-124 256 0 180 146 326 326 326zM342 128h340c6 20 13 41 22 64h-384c9-23 16-44 22-64zM512-64c108 0 124 36 151 128h-302c28-92 45-128 151-128z" />
<glyph unicode="&#xe32f;" glyph-name="heart" horiz-adv-x="1089" d="M545-64l160 128c283 256 384 378 384 590 0 172-131 306-299 306-93 0-185-45-245-117-60 72-152 117-245 117-168 0-299-134-299-306 0-212 101-334 384-590z" />
<glyph unicode="&#xe333;" glyph-name="drawers" d="M896-64v1024h-768v-1024h64v192h640v-192h64zM832 704h-640v192h640v-192zM640 832h-256v-64h256v64zM832 448h-640v192h640v-192zM640 576h-256v-64h256v64zM832 192h-640v192h640v-192zM640 320h-256v-64h256v64z" />
<glyph unicode="&#xe334;" glyph-name="database" d="M512 704c212 0 384 57 384 128s-172 128-384 128-384-57-384-128 172-128 384-128zM128 640v-128s193-64 384-64c193 0 384 64 384 64v128s-191-64-383-64-385 64-385 64zM128 384v-128s193-64 384-64c193 0 384 64 384 64v128s-191-64-383-64-385 64-385 64zM512-64c193 0 384 64 384 64v128s-191-64-383-64-385 64-385 64v-128s193-64 384-64z" />
<glyph unicode="&#xe336;" glyph-name="handshake" horiz-adv-x="1408" d="M1088 256h192v384h-128l-402 320-399-392 77-86 266 159zM250 574l266 242-70 60-318-236v-384l332-320 109 82 81-68 109 81 68-54 136 109 68-68 113 102-451 439-278-157zM0 256h64v384h-64v-384zM1408 640h-64v-384h64v384z" />
<glyph unicode="&#xe337;" glyph-name="hot-drink" d="M295 740l50-36c75 98 84 166 28 256h-75c65-87 65-131-3-220zM464 740l49-36c76 98 85 166 28 256h-75c66-87 66-131-2-220zM632 740l50-36c75 98 85 166 28 256h-75c66-87 65-131-3-220zM1024 0h-256l253 569c2 2 3 5 3 7 0 35-229 64-512 64s-512-29-512-64c0-2 1-5 3-7l253-569h-256v-64h1024v64z" />
<glyph unicode="&#xe339;" glyph-name="piggy-bank2" d="M628 640c88 0 160 72 160 160s-72 160-160 160-160-72-160-160 72-160 160-160zM981 384h-70c-11 74-56 136-121 168-40-24-98-40-162-40-83 0-154 26-193 64h-63c-11 0-22-1-33-3-7 11-76 126-127 126 25-41 12-130 4-171-56-35-101-85-113-144h-31v-1c-17-1-30-29-30-63s13-62 30-63v-1h23c22-98 139-176 245-189v-131h128v128h128v-128h128v131c108 16 192 108 192 221v32h65v64zM276 448c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe33a;" glyph-name="cherries" d="M514 670c0 0 122 31 145 131 22 99-42 159-42 159s-105-43-133-129 30-161 30-161zM697 442c127-24 199 67 199 67s-61 137-172 169c-92 28-171-25-195-44-82-25-187-79-241-197 13-2 25-4 36-8 22 51 77 129 207 171 7-16 17-37 31-59-32-70-60-169-31-273 10 6 20 12 32 18-14 51-18 128 22 225 27-32 64-60 112-69zM435 245c0 87-32 158-154 158s-153-71-153-158 69-158 153-158c85 0 154 71 154 158zM573 259c-111-52-111-130-76-209 36-79 127-114 204-78 77 37 110 131 75 210s-93 130-203 77z" />
<glyph unicode="&#xe33c;" glyph-name="arrow-circle-right-o" d="M512-32c265 0 480 215 480 480s-215 480-480 480-480-215-480-480 215-480 480-480zM512 864c230 0 416-186 416-416s-186-416-416-416c-219 0-397 169-413 384h452l-146-147 45-45 222 224-222 224-45-45 146-147h-452c18 214 195 384 413 384z" />
<glyph unicode="&#xe33d;" glyph-name="battery-low-h" d="M960 192v64c35 0 64 29 64 64v256c0 35-29 64-64 64v64c0 35-29 64-64 64h-832c-35 0-64-29-64-64v-512c0-35 29-64 64-64h832c35 0 64 29 64 64zM960 320h-64v-128h-832v512h832v-128h64v-256zM128 256h64v384h-64v-384zM640 320v320l-64-64v-122l-128 122v-320l64 64v128z" />
<glyph unicode="&#xe340;" glyph-name="business-woman" d="M128-64h768s-86 209-192 320h192l-66 370c-8 186-147 334-318 334-165 0-299-138-317-315v1l-67-390h192c-104-112-192-320-192-320zM704 768l64-128c17 26-120-315-256-320-132-5-257 320-256 320 213-39 448 128 448 128zM512 0c0 0-44 168-84 261h39c15-2 30-5 45-5 22 0 43 3 63 7h23c-41-92-86-263-86-263z" />
<glyph unicode="&#xe341;" glyph-name="business-man" d="M512 256c123 0 289 183 320 352 16 173-143 352-320 352s-320-158-320-352c12-165 190-352 320-352zM768 640c22-71-120-315-256-320-132-5-293 232-256 320 291-74 448 128 448 128s-26-87 64-128zM448 0l64 252s-101 4-128 4c-157 0-320-320-320-320h448zM512-64h448s-162 320-320 320c-30 0-128-4-128-4l64-252zM768 64h-128v64h128v-64z" />
<glyph unicode="&#xe342;" glyph-name="pencil3" d="M698 891l272-272c62 63 39 142-23 204l-45 45c-63 63-141 85-204 23zM698 800l-45 46-589-589-47-314 319 43 588 588-181 181-543-543-45 45zM260 62l-152-30 31 150z" />
<glyph unicode="&#xe343;" glyph-name="user-promotion" d="M192 704c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM1024 640l-127 192-129-192h64v-704h128v704h64zM320 320h64v320c0 31-23 56-52 62-35-38-85-62-140-62s-105 24-140 62c-29-6-52-31-52-62v-320h64v-384h256v384zM768 384l-127 192-129-192h64v-448h128v448h64z" />
<glyph unicode="&#xe344;" glyph-name="user-structure" d="M224 704c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM896 640c53 0 96 43 96 96s-43 96-96 96c-42 0-76-27-90-64h-262v-320h-64v-64h64v-320h262c14-37 48-64 90-64 53 0 96 43 96 96s-43 96-96 96c-42 0-76-27-90-64h-198v256h134c14-37 48-64 90-64 53 0 96 43 96 96s-43 96-96 96c-42 0-76-27-90-64h-134v256h198c14-37 48-64 90-64zM352 320h64v320c0 31-23 56-52 62-35-38-85-62-140-62s-105 24-140 62c-29-6-52-31-52-62v-320h64v-384h256v384z" />
<glyph unicode="&#xe345;" glyph-name="user-graph" d="M192 704c-71 0-128 57-128 128s57 128 128 128 128-57 128-128-57-128-128-128zM64-64v384h-64v320c0 31 23 56 52 62 35-38 85-62 140-62s105 24 140 62c29-6 52-31 52-62v-320h-64v-384h-256zM384 0h64v256h128v-256h64v448h128v-448h64v640h128v-640h64v-64h-640v64z" />
<glyph unicode="&#xe346;" glyph-name="office-chair" d="M384 448h256c71 0 64 57 64 128l64 256c0 71-57 128-128 128h-256c-71 0-128-57-128-128 0 0 64-179 64-256s-7-128 64-128zM256 640h-64v-192h64v192zM768 448h64v192h-64v-192zM768 384h-512c-35 0-64-29-64-64s29-64 64-64h128v-64h64v-128h-96c-53 0-96-43-96-96v-32h64c0 35 29 64 64 64h64v-64h128v64h64c35 0 64-29 64-64h64v32c0 53-43 96-96 96h-96v128h64v64h128c35 0 64 29 64 64s-29 64-64 64z" />
<glyph unicode="&#xe347;" glyph-name="clipboard-check" d="M704 768v-195c11 1 21 3 32 3s21-2 32-3v195c0 35-29 64-64 64h-128v64c0 35-29 64-64 64h-256c-35 0-64-29-64-64v-64h-128c-35 0-64-29-64-64v-768c0-35 29-64 64-64h470c-25 18-47 40-67 64h-403v768h192c0-35 29-64 64-64h128c35 0 64 29 64 64h192zM128 576h512v64h-512v-64zM128 448h339c20 24 42 46 67 64h-406v-64zM736-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM128 320h271c6 22 15 44 25 64h-296v-64zM694 146l212 161c12 13 31 13 42 0 12-12 12-33 0-46l-233-184c-12-13-31-13-43 0l-84 92c-12 13-12 33 0 46 11 13 30 13 42 0zM128 192h259c-1 11-3 21-3 32s2 21 3 32h-259v-64z" />
<glyph unicode="&#xe348;" glyph-name="notebook" d="M192-64h704c35 0 64 29 64 64v896c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64zM256 64h-64v768h64v-768zM832 704h-448v64h448v-64zM832 512h-448v64h448v-64zM832 320h-448v64h448v-64z" />
<glyph unicode="&#xe349;" glyph-name="notebook-check" horiz-adv-x="1152" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM822 146l212 161c12 13 31 13 42 0 12-12 12-33 0-46l-233-184c-12-13-31-13-43 0l-84 92c-12 13-12 33 0 46 11 13 30 13 42 0z" />
<glyph unicode="&#xe34c;" glyph-name="arrow-circle-down-o" d="M480-32c265 0 480 215 480 480s-215 480-480 480-480-215-480-480 215-480 480-480zM512 409v452c215-17 384-194 384-413 0-230-186-416-416-416s-416 186-416 416c0 219 169 396 384 413v-452l-147 146-45-45 224-222 224 222-45 45z" />
<glyph unicode="&#xe34d;" glyph-name="battery-full" d="M256-64h512c35 0 64 29 64 64v832c0 35-29 64-64 64h-64c0 35-29 64-64 64h-256c-35 0-64-29-64-64h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM768 0h-512v832h128v64h256v-64h128v-832zM704 768h-384v-64h384v64zM704 640h-384v-64h384v64zM704 512h-384v-64h384v64zM704 384h-384v-64h384v64zM704 256h-384v-64h384v64zM704 128h-384v-64h384v64z" />
<glyph unicode="&#xe34e;" glyph-name="plug" horiz-adv-x="1408" d="M384-64h128v1024h-128v-192h-352c-18 0-32-14-32-32v-64c0-18 14-32 32-32h352v-384h-352c-18 0-32-14-32-32v-64c0-18 14-32 32-32h352v-192zM1408 384v128h-192v320c0 64-63 64-128 64h-512v-896h512c65 0 128 0 128 64v320h192zM896 576c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128z" />
<glyph unicode="&#xe34f;" glyph-name="heart-rate" horiz-adv-x="1088" d="M832 512h237c13 44 19 90 19 142 0 172-131 306-299 306-93 0-185-45-245-117-60 72-152 117-245 117-168 0-299-134-299-306 0-52 6-98 19-142h109l69 256h67l78-256h123l35-21 50-185 133 462h68zM147 447l-102 1c53-112 159-221 339-384l160-128 160 128c180 163 286 272 339 384l-243-1-34 26-49 185-133-466h-68l-77 255h-125l-34 26-50 213-49-213z" />
<glyph unicode="&#xe350;" glyph-name="notebook-plus" horiz-adv-x="1152" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1024 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64z" />
<glyph unicode="&#xe351;" glyph-name="notebook-delete" horiz-adv-x="1152" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM909 224l91-91-45-45-91 91-91-91-45 45 91 91-91 91 45 45 91-91 91 91 45-45z" />
<glyph unicode="&#xe352;" glyph-name="notebook-minus" horiz-adv-x="1152" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1024 192h-320v64h320v-64z" />
<glyph unicode="&#xe353;" glyph-name="notebook-info" horiz-adv-x="1152" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM856 404c21 0 37-17 37-38 0-22-16-39-37-39-20 0-37 17-37 39 0 21 17 38 37 38zM893 250c0 0-11-173 37-230-128 0-111 230-111 230 0 22 17 39 37 39 21 0 37-17 37-39z" />
<glyph unicode="&#xe354;" glyph-name="notebook-warning" horiz-adv-x="1152" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM896 128h-64v320h64v-320zM896 0h-64v64h64v-64z" />
<glyph unicode="&#xe355;" glyph-name="notebook-question" horiz-adv-x="1120" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM962 378c3-10 5-20 5-30 0-15-2-28-5-38s-8-18-13-25-10-13-16-18l-18-15c-5-5-10-11-14-17s-7-14-8-24v-19h-55v22c1 14 3 26 7 35s8 17 13 24c5 6 10 12 15 17 6 5 11 9 15 14 5 5 8 10 11 16s4 13 4 22c0 14-3 25-9 32s-15 11-25 11c-8 0-14-2-19-5-6-4-10-8-13-14-4-5-6-12-8-19-1-8-2-16-2-25h-60c0 17 3 34 8 48 4 14 11 27 19 37 9 11 19 19 31 25s26 9 41 9c19 0 35-3 48-9 13-7 23-14 31-24 8-9 14-19 17-30zM832 128h64v-64h-64v64z" />
<glyph unicode="&#xe356;" glyph-name="notebook-arrow" horiz-adv-x="1120" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1015 221l-181-181-45 45 135 136-135 136 45 45z" />
<glyph unicode="&#xe357;" glyph-name="notebook-time" horiz-adv-x="1120" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM864 448c124 0 224-100 224-224s-100-224-224-224-224 100-224 224 100 224 224 224zM896 192v192h-64v-128h-128v-64h192z" />
<glyph unicode="&#xe358;" glyph-name="notebook-deadline" horiz-adv-x="1120" d="M768 576v-15c31 9 62 15 96 15 11 0 21-2 32-3v323c0 35-29 64-64 64h-704c-35 0-64-29-64-64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128h-64v-64h64v-128c0-35 29-64 64-64h534c-90 64-150 169-150 288 0 34 6 65 15 96h-207v64h232c26 51 64 95 110 128h-342v64h448zM192 64h-64v768h64v-768zM768 704h-448v64h448v-64zM864-64c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM864 448c124 0 224-100 224-224s-100-225-224-225-224 101-224 225 100 224 224 224zM868 224v-160c88 1 158 72 158 160h-158z" />
<glyph unicode="&#xe359;" glyph-name="event" d="M256 768c35 0 64 29 64 64v64c0 35-29 64-64 64s-64-29-64-64v-64c0-35 29-64 64-64zM768 768c35 0 64 29 64 64v64c0 35-29 64-64 64s-64-29-64-64v-64c0-35 29-64 64-64zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 256h-256v-256h-640v640h896v-384z" />
<glyph unicode="&#xe35b;" glyph-name="megaphone" horiz-adv-x="1216" d="M1152 26c35 0 64 36 64 64v768c0 28-29 64-64 64s-64-36-64-64v-768c0-28 29-64 64-64zM788 186l236-96v768l-704-192v-320l-63-182c-10-39 14-80 54-90l343-89c40-11 82 12 93 52zM34 282h202c-3 0 20 66 20 66v350c0 18-15 32-34 32h-188c-19 0-34-14-34-32v-384c0-18 15-32 34-32zM389 290l309-81-32-114c-4-16-21-25-37-21l-251 65c-16 4-25 21-21 36z" />
<glyph unicode="&#xe35c;" glyph-name="arrow-circle-left" d="M538 480h454c-17 250-224 448-479 448-266 0-481-215-481-480s215-480 481-480c255 0 462 198 479 448h-454l146-147-45-45-222 224 222 224 45-45z" />
<glyph unicode="&#xe35d;" glyph-name="battery" horiz-adv-x="1190" d="M473 21l561 317c150 85 201 272 115 419l-4 6c-86 147-278 197-428 112l-560-317c-150-85-202-272-115-419l3-6c87-147 279-197 428-112zM1069 716l3-6c65-111 29-251-81-318-114-60-257-21-323 89l-3 6c-66 111-28 252 82 318 114 60 257 21 322-89zM597 453l3-6c49-84 133-136 223-150l-161-91c-115-63-260-24-325 88l-4 6c-66 111-27 254 85 319l154 87c-29-81-23-173 25-253zM883 512c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96z" />
<glyph unicode="&#xe35e;" glyph-name="socket" d="M921 953l-45-46c-95 53-240 33-318-45l-91-91 91-91-136-136c-46-46-1-92 45-45 47 46 136 136 136 136l91-91-136-136c-47-47-2-93 45-45l137 136 90-91 91 91c82 82 109 221 46 318l45 45zM286 408l-91 91-91-91c-78-78-98-223-45-318l-46-45 91-91 45 45c97-63 236-36 318 46l91 91-91 90-45-45-46 45 46 46-91 91-45-46-46 46z" />
<glyph unicode="&#xe35f;" glyph-name="heart-plus" horiz-adv-x="1088" d="M544-64l160 128c283 256 384 378 384 590 0 172-131 306-299 306-93 0-185-45-245-117-60 72-152 117-245 117-168 0-299-134-299-306 0-212 101-334 384-590zM768 448h-192v-192h-64v192h-192v64h192v192h64v-192h192v-64z" />
<glyph unicode="&#xe360;" glyph-name="event-phone" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM346 550l-17-14c-14-9-52-40-62-99-11-70 24-151 106-240 81-88 160-133 235-132 63 0 100 32 112 44l17 14c31 25 12 52-20 77l-19 16c-32 25-64 41-95 15l-18-15c-14-11-39-64-137 43s-40 124-26 135l18 15c31 26 20 59-3 92l-13 20c-23 33-47 55-78 29z" />
<glyph unicode="&#xe361;" glyph-name="event-star" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM256 384l128-128-30-192 158 128 158-128-30 192 128 128h-192l-64 192-64-192h-192z" />
<glyph unicode="&#xe363;" glyph-name="event-check" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM449 248l-129 109c-31 26-77 21-103-12-25-34-20-83 12-109l183-155c13-11 29-17 45-17 21 0 41 9 55 26l293 348c27 32 24 81-6 110-30 28-76 25-103-7z" />
<glyph unicode="&#xe364;" glyph-name="event-delete" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM283 545c-25-25-25-65 0-90l136-136-136-136c-25-25-25-65 0-90s66-25 91 0l136 136 136-136c25-25 65-25 90 0s25 65 0 90l-136 136 136 136c25 25 25 65 0 90s-65 25-90 0l-136-135-136 135c-25 25-66 25-91 0z" />
<glyph unicode="&#xe365;" glyph-name="event-plus" d="M256 768c35 0 64 29 64 64v64c0 35-29 64-64 64s-64-29-64-64v-64c0-35 29-64 64-64zM768 768c35 0 64 29 64 64v64c0 35-29 64-64 64s-64-29-64-64v-64c0-35 29-64 64-64zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM446 383h-128c-36 0-64-29-64-64s28-64 64-64h128v-128c0-35 28-64 64-64 35 0 64 29 64 64v128h128c35 0 64 29 64 64s-29 64-64 64h-128v128c0 35-29 64-64 64-36 0-64-29-64-64v-128z" />
<glyph unicode="&#xe366;" glyph-name="event-minus" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM702 383h-384c-36 0-64-29-64-64s28-64 64-64h384c35 0 64 29 64 64s-29 64-64 64z" />
<glyph unicode="&#xe367;" glyph-name="event-at" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM335 502c-25-23-44-50-58-81-14-32-21-65-21-101 0-37 7-71 21-102s34-59 58-81c25-23 53-41 86-54s68-19 106-19c44 0 85 9 122 28 38 19 68 47 92 82h-59c-18-17-40-31-67-41-26-10-54-15-84-15s-58 5-83 15c-26 9-48 23-66 40-18 18-33 39-43 63-10 25-15 52-15 82 0 29 4 56 14 81 9 25 22 46 40 64 17 18 38 32 63 43 24 10 52 15 82 15 26 0 51-3 74-11 24-7 44-18 61-32 17-15 31-32 40-53 10-21 15-45 15-72 0-19-2-36-7-51-5-16-11-29-19-40s-17-20-27-26-20-10-30-10c-4 0-7 2-9 5s-3 7-3 11c0 5 1 10 2 15s2 10 4 15l44 177h-58l-11-37c-8 17-20 30-36 37s-31 10-46 10c-23 0-44-5-63-15s-35-23-49-39c-13-17-23-36-30-57-8-21-11-42-11-63 0-16 3-31 8-46 6-14 14-26 24-37s22-19 35-25c14-6 28-10 43-10s29 4 43 10 25 17 33 30h1c1-11 6-21 16-28 9-7 21-11 36-11 11 0 26 4 44 11 19 8 37 20 55 36s34 36 47 61c13 26 19 56 19 91 0 31-7 60-20 86-14 26-32 48-55 66-22 18-48 32-78 42-29 10-60 15-92 15-36 0-71-7-103-20s-61-31-85-54zM561 378c10-11 16-25 16-42 0-12-2-24-7-36-4-13-10-24-18-33-7-10-16-18-27-25-11-6-22-9-35-9-16 0-29 5-40 16-10 12-15 26-15 45 0 11 2 23 7 35 4 11 10 22 18 32 7 10 17 18 27 24 11 6 23 9 36 9 15 0 27-5 38-16z" />
<glyph unicode="&#xe368;" glyph-name="event-edit" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM717 438l-91 90 46 46 90-91zM672 392l-91 91-234-234 91-91zM302 204l-46-136 136 45z" />
<glyph unicode="&#xe369;" glyph-name="event-time" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM512 576c-141 0-256-115-256-256s115-256 256-256 256 115 256 256-115 256-256 256zM512 128c-106 0-192 86-192 192s86 192 192 192 192-86 192-192-86-192-192-192zM542 478h-64v-192h128v64h-64v128z" />
<glyph unicode="&#xe36b;" glyph-name="email-warning" horiz-adv-x="1088" d="M1088-63v356c-37-33-80-59-128-76v-108l-70 90c-19-3-38-6-58-6-12 0-23 3-35 4l99-132-743 1 231 255h164c-18 20-33 41-47 64h-117l-192 192 321 214c30 45 70 82 116 111l-78 55v2l-1-1h-1v-1l-549-380v-640h1088zM832 321c182 0 256 115 256 256 0 142-56 256-256 256s-256-114-256-256c0-141 74-256 256-256zM783 769h98c8 0 15-6 15-15l-15-144c-3-17-5-33-31-33h-36c-22 0-30 18-31 33l-15 144c0 9 7 15 15 15zM128 129v414l192-192zM832 513c35 0 64-28 64-64 0-35-29-64-64-64s-64 29-64 64c0 36 29 64 64 64z" />
<glyph unicode="&#xe36c;" glyph-name="arrow-circle-up" d="M544 422v-454c250 17 448 224 448 479 0 266-215 481-480 481s-480-215-480-481c0-255 198-462 448-479v454l-147-146-45 45 224 222 224-222-45-45z" />
<glyph unicode="&#xe36d;" glyph-name="accumulator" d="M896 576v64c0 31-55 57-128 63v129h192v128h-64v-64h-192v-193c-73-6-128-32-128-63v-64h-128v64c0 31-55 57-128 63v193h-192v64h-64v-128h192v-129c-73-6-128-32-128-63v-64h-128v-640h1024v640h-128zM448 192h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64zM896 256v-64h-320v64h320z" />
<glyph unicode="&#xe36f;" glyph-name="trompete2" horiz-adv-x="1058" d="M943 80c95 105 140 218 101 254l-1 1c-18 15-51 11-91-7-80-2-193 6-250 58l47 52c37-15 80-8 108 23 36 39 33 100-7 136-39 35-100 32-135-7-28-31-32-74-13-109l-47-52-143 129 48 52c36-15 79-8 107 23 36 39 33 100-6 136-39 35-100 32-136-7-28-31-31-74-13-109l-47-52-142 129 47 52c37-15 80-8 108 23 36 40 33 100-7 136-39 36-99 33-135-7-28-30-32-74-13-109l-47-52-48 43-86-95 95-86-86-95c-48-52-44-133 8-180l143-129c52-48 133-44 180 8l86 95 48-43c58-53 76-163 82-242-16-42-16-76 1-93l1-1c39-36 148 20 243 125zM95 764l86 95-95 86-86-95zM521 377l-86-95c-24-26-64-28-90-4l-143 129c-26 24-28 64-4 90l86 95z" />
<glyph unicode="&#xe370;" glyph-name="event-cog" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM326 383l-2-1c-68-26-68-29-68-36v-54c0-7 0-10 68-35l2-1 10-23-1-2c-29-67-27-69-22-74l38-38c2-2 4-3 7-3 2 0 8 0 65 26l3 2 23-10 1-3c27-67 29-67 36-67h54c7 0 10 0 35 68l1 2 23 10 2-1c39-17 61-25 67-25 2 0 5 1 7 3l38 38c5 5 7 7-23 72l-2 3 10 23 2 1c68 26 68 29 68 36v54c0 7 0 10-68 35l-2 1-10 23 1 2c29 67 27 69 22 74l-38 38c-2 2-4 3-7 3-2 0-9 0-65-26l-3-1-23 9-1 3c-27 67-29 67-36 67h-54c-7 0-10 0-35-68l-1-2-23-10-2 1c-39 17-61 25-67 25-2 0-5-1-7-3l-38-38c-5-5-7-7 23-72l2-3zM512 192c-71 0-128 57-128 128s57 128 128 128 128-57 128-128-57-128-128-128z" />
<glyph unicode="&#xe371;" glyph-name="event-arrow" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM576 576v-128c-249-34-348-213-384-384 89 119 206 192 384 192v-128l256 209z" />
<glyph unicode="&#xe372;" glyph-name="event-location" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM512 576c-106 0-192-86-192-192s192-320 192-320 192 214 192 320-86 192-192 192zM512 320c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64z" />
<glyph unicode="&#xe373;" glyph-name="event-heart" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM512 463c-83 177-318 136-319-70-1-113 112-155 187-200 72-44 124-104 132-129 7 25 65 87 132 130 74 48 188 88 187 200-1 206-240 239-319 69z" />
<glyph unicode="&#xe375;" glyph-name="event-gift" d="M192 768v128c0 35 29 64 64 64s64-29 64-64v-128h-128zM704 768v128c0 35 29 64 64 64s64-29 64-64v-128h-128zM960-64h-896c-35 0-64 29-64 64v832c0 35 29 64 64 64h64v-128c0-35 29-64 64-64h128c35 0 64 29 64 64v128h256v-128c0-35 29-64 64-64h128c35 0 64 29 64 64v128h64c35 0 64-29 64-64v-832c0-35-29-64-64-64zM64 640v-640h896v640h-896zM346 549l36 54 136-91 126 79 40-56-36-23h184v-64h-640v64h210zM480 64h-224v320h224v-320zM768 64h-224v320h224v-320z" />
<glyph unicode="&#xe376;" glyph-name="event-music" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM288 192c-53 0-96-29-96-64s43-64 96-64 96 29 96 64c0 46 1 72 0 86v170c61 24 195 55 256 64v-190c-9-1-20-2-32-2-53 0-96-29-96-64s43-64 96-64 96 29 96 64v355c0 15-13 27-33 27-49 2-301-22-318-27-19 0-33-13-33-29v-322c-9-2-20-4-32-4z" />
<glyph unicode="&#xe377;" glyph-name="event-warning" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM576 576h-128v-320h128v320zM576 192h-128v-128h128v128z" />
<glyph unicode="&#xe37b;" glyph-name="toxic" d="M648 512h19c38 0 70 31 70 69l-1 169c-7 117-105 210-225 210-119 0-217-93-225-210v-169c0-38 31-69 70-69h27l1-78c2-28 60-51 132-51 71 0 129 23 132 51v78zM413 714c58 0 72-31 72-69-3-42-41-43-72-53-48-11-72 14-72 53 0 38 14 69 72 69zM610 714c57 0 72-31 72-69 0-39-25-64-72-53-32 10-69 11-72 53 0 38 14 69 72 69zM800 215c42 25 61 60 27 118s-73 60-116 35c-34-19-49-45-38-83l-161-81-161 81c11 38-4 64-38 83-42 25-82 23-116-35-33-59-15-93 28-118 35-20 67-19 96 15l121-62-128-65c-30 33-63 31-99 11-42-24-55-60-23-115 32-56 70-62 112-38 35 20 54 47 41 88l167 84 167-85c-13-41 6-68 40-88 43-24 80-17 113 38 32 55 19 91-24 116-35 20-68 22-98-11l-128 65 122 62c28-34 60-35 96-15z" />
<glyph unicode="&#xe37c;" glyph-name="arrow-circle-right" d="M486 416h-454c17-250 224-448 479-448 266 0 481 215 481 480s-215 480-481 480c-255 0-462-198-479-448h454l-146 147 45 45 222-224-222-224-45 45z" />
<glyph unicode="&#xe38b;" glyph-name="hand-stop" d="M637-11l235 232c27 26 27 68 0 94-26 27-69 27-96 0l-98-96v579c0 29-24 53-53 53-30 0-54-24-54-53v-292c-14 5-28 9-43 10v391c0 29-24 53-54 53-29 0-53-24-53-53v-390h-36v320c0 29-24 53-54 53-29 0-53-24-53-53v-321c-14-2-27-5-40-9v259c0 30-24 53-53 53-30 0-54-23-54-53v-668c0-90 74-162 165-162h218c45 0 86 18 116 47z" />
<glyph unicode="&#xe38c;" glyph-name="arrow-circle-down" d="M480 474v454c-250-17-448-224-448-479 0-266 215-481 480-481s480 215 480 481c0 255-198 462-448 479v-454l147 146 45-45-224-222-224 222 45 45z" />
<glyph unicode="&#xe395;" glyph-name="star-check" horiz-adv-x="1280" d="M992 576c-194 0-352-158-352-352 0-79 27-151 70-209l-166 77-352-156 64 384-256 256 365 62 179 322 179-322 311-65c-14 2-28 3-42 3zM1082 563l-48 10c16-2 32-6 48-10zM992 512c159 0 288-129 288-288s-129-288-288-288-288 129-288 288 129 288 288 288zM971 77l233 184c12 13 12 34 0 46-11 13-30 13-42 0l-212-161-64 69c-12 13-31 13-42 0-12-13-12-33 0-46l84-92c12-13 31-13 43 0z" />
<glyph unicode="&#xe396;" glyph-name="star-plus" horiz-adv-x="1280" d="M992 576c-194 0-352-158-352-352 0-79 27-151 70-209l-166 77-352-156 64 384-256 256 365 62 179 322 179-322 311-65c-14 2-28 3-42 3zM1082 563l-48 10c16-2 32-6 48-10zM992 512c159 0 288-129 288-288s-129-288-288-288-288 129-288 288 129 288 288 288zM1152 256h-128v128h-64v-128h-128v-64h128v-128h64v128h128v64z" />
<glyph unicode="&#xe397;" glyph-name="star-delete" horiz-adv-x="1280" d="M992 576c-194 0-352-158-352-352 0-79 27-151 70-209l-166 77-352-156 64 384-256 256 365 62 179 322 179-322 311-65c-14 2-28 3-42 3zM1082 563l-48 10c16-2 32-6 48-10zM992 512c159 0 288-129 288-288s-129-288-288-288-288 129-288 288 129 288 288 288zM1037 224l91 91-45 45-91-91-91 91-45-45 91-91-91-91 45-45 91 91 91-91 45 45z" />
<glyph unicode="&#xe39b;" glyph-name="plane" d="M744 565l253 251c31 30 31 81-1 112-32 32-82 32-113 1l-266-263-409 84-103-103 335-157-124-123-226-14-86-85 217-25c-1-21 7-43 24-60 18-18 44-26 68-23l26-224 86 86 15 242 122 120 194-366 95 95z" />
<glyph unicode="&#xe39c;" glyph-name="arrow-right-top" horiz-adv-x="1054" d="M734 384v192s-515 40-734-640c4 20-8 832 734 832-5 3 0 192 0 192l320-291z" />
<glyph unicode="&#xe39e;" glyph-name="stop-sign" d="M547 517h4c28 0 52 23 52 50v343c0 28-24 50-52 50h-4c-29 0-52-22-52-50v-343c0-27 23-50 52-50zM681 517h5c28 0 51 23 51 51v313c0 29-23 51-51 51h-5c-28 0-51-22-51-51v-313c0-28 23-51 51-51zM412 462h4c29 0 52 22 52 50v287c0 28-23 50-52 50h-4c-29 0-52-22-52-50v-287c0-28 23-50 52-50zM816 462h4c29 0 52 23 52 51v230c0 28-23 51-52 51h-4c-29 0-52-23-52-51v-230c0-28 23-51 52-51zM609 470c-104 0-194-61-237-150l-106 173c-16 28-51 38-79 22l-5-3c-28-16-37-53-21-81l216-353c0-1 0-1 1-1 44-84 131-141 231-141 145 0 263 120 263 267 0 148-118 267-263 267z" />
<glyph unicode="&#xe402;" glyph-name="star" horiz-adv-x="1088" d="M365 638l-365-69 254-268-46-365 336 156 336-156-46 365 254 268-365 69-179 322z" />
<glyph unicode="&#xe404;" glyph-name="butterfly-bow" d="M819 133l-157 234c151-93 361-196 362-46v352c0 162-227 74-379-3-34 33-81 54-133 54-53 0-100-21-135-56-151 75-377 160-377 5v-352c0-143 186-60 334 28l-151-224 88 23 23-87 189 282c10-2 19-3 29-3 5 0 9 1 14 1l183-272 23 87zM512 596c35 0 64-29 64-64 0-36-29-64-64-64s-64 28-64 64c0 35 29 64 64 64z" />
<glyph unicode="&#xe407;" glyph-name="24h" horiz-adv-x="1152" d="M1152 512h-132c-32 252-247 448-508 448-283 0-512-229-512-512s229-512 512-512c162 0 305 75 399 192h-86c-81-79-191-128-313-128-247 0-448 201-448 448s201 448 448 448c226 0 410-167 442-384h-122l159-192zM467 322h-177c9 13 20 24 32 33 12 10 25 19 38 28l38 25c13 9 24 18 34 29s18 23 24 36c6 14 9 30 9 49s-3 35-10 50c-7 14-17 27-28 37-12 10-26 18-41 23-16 5-32 8-49 8-23 0-43-4-60-12-17-7-32-18-43-32-12-14-20-30-26-48-6-19-8-39-7-60h72c0 10 1 20 3 30s6 20 10 28c5 9 11 15 19 21 7 5 17 7 28 7 16 0 30-5 40-15 11-10 16-24 16-43 0-11-2-21-8-30-5-9-11-17-19-25-8-7-16-13-25-19l-27-18c-16-11-31-22-45-32-15-11-27-23-38-36-11-12-19-27-26-43-6-16-9-35-9-57h275v66zM775 256v89h57v64h-57v231h-77l-186-224v-71h181v-89h82zM693 409h-113l111 133h2v-133z" />
<glyph unicode="&#xe408;" glyph-name="event-checklist" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM163 500l-45-45 135-136 181 181-45 46-136-136zM896 448h-448v-64h448v64zM118 199l135-136 181 181-45 46-136-136-90 90zM896 192h-448v-64h448v64z" />
<glyph unicode="&#xe409;" glyph-name="event-progress" d="M192 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM704 768h128v128c0 35-29 64-64 64s-64-29-64-64v-128zM64-64h896c35 0 64 29 64 64v832c0 35-29 64-64 64h-64v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-256v-128c0-35-29-64-64-64h-128c-35 0-64 29-64 64v128h-64c-35 0-64-29-64-64v-832c0-35 29-64 64-64zM960 0h-896v640h896v-640zM512 576c-141 0-256-115-256-256s115-256 256-256 256 115 256 256-115 256-256 256zM512 128c-106 0-192 86-192 192s86 192 192 192 192-86 192-192-86-192-192-192zM512 320h-128c0-35 14-67 37-90s55-38 91-38c71 0 128 57 128 128s-57 128-128 128v-128z" />
<glyph unicode="&#xe40b;" glyph-name="bluetooth" d="M432 960v-381l-173 170-67-69 242-232-226-189 60-72 167 138v-389l394 269-254 243 257 218zM521 788l159-118-159-122v240zM521 364l157-149-157-114v263z" />
<glyph unicode="&#xe40c;" glyph-name="arrow-left-bottom" horiz-adv-x="1071" d="M1071 960c-3-14 12-832-746-832 6-3 0-192 0-192l-325 291 325 285v-192s524-40 746 640z" />
<glyph unicode="&#xe413;" glyph-name="sparkle" d="M593 947c0 0-2-19 0-44 2 25 0 44 0 44zM593 521c2 37 10 115 53 157 37 38 104 45 142 46-40 2-111 12-151 52-32 33-42 88-44 127-3-40-12-95-45-128-42-42-118-50-156-52 37-1 112-8 152-49 42-41 48-116 49-153zM286 691c0 0-2-26 0-63 2 37 0 63 0 63zM548 377c-54 3-149 17-203 73-44 46-56 124-59 178-4-55-17-133-61-179-56-59-159-71-210-73 51-1 151-11 206-69s64-164 65-216c2 53 14 162 71 222 50 53 140 63 191 64zM754 458c0 0-2-22 0-53 1 31 0 53 0 53zM754-51c2 45 12 138 60 188 43 45 119 54 162 54-45 3-126 15-172 63-37 39-48 105-50 151-3-47-14-113-52-152-47-50-134-60-178-62 43-1 128-10 174-59 47-49 55-139 56-183zM587 376c0 0-16 1-39 1 23-2 39-1 39-1zM976 191c20-1 33 0 33 0s-13 1-33 0zM286 60c0 0 1 12 0 31-1-19 0-31 0-31z" />
<glyph unicode="&#xe414;" glyph-name="cake" d="M448 832c0-35 29-64 64-64s64 29 64 64-20 128-64 128c6-96-64-93-64-128zM832 256c106 0 192 86 192 192s-86 128-192 128h-256v192h-128v-192h-256c-106 0-192-22-192-128s86-192 192-192c67 0 126 34 160 86 34-52 93-86 160-86s126 34 160 86c34-52 93-86 160-86zM352 278c-34-52-93-86-160-86-23 0-44 5-64 12v-268h768v268c-20-7-41-12-64-12-67 0-126 34-160 86-34-52-93-86-160-86s-126 34-160 86z" />
<glyph unicode="&#xe416;" glyph-name="hot-coffee" horiz-adv-x="1150" d="M320 512c0 0 192 14 111 175-65 129-66 205 17 273 0 0-256-75-97-307 58-101-31-141-31-141zM610 687c-34 60 30 81 30 81s-128-4-81-99c37-76 7-120-47-157 0 0 192 36 98 175zM894 77c96 2 250 41 256 177 2 59-22 92-43 109-40 33-110 25-147 21 1 26 0 36 0 64h-960c0-270 67-439 320-512h320c146 24 210 77 254 141zM1062 306c4-3 17-14 16-49-3-70-88-94-144-102 18 48 29 103 35 163 26 4 71 7 93-12z" />
<glyph unicode="&#xe419;" glyph-name="free-tag" horiz-adv-x="1280" d="M1280 452l-323 380h-893c-35 0-64-29-64-64v-640c0-35 29-64 64-64h895zM244 581h-124v-74h107v-55h-107v-132h-56v320h180v-59zM487 357l3-21c1-6 3-12 6-16h-56c-3 10-5 22-6 36l-3 41c-2 16-6 29-12 36-6 8-17 12-31 12h-56v-125h-56v320h138c11 0 22-2 31-7s17-11 23-19c7-8 12-17 15-28 4-11 6-22 6-34 0-19-4-35-10-49s-17-24-31-32c7-3 13-6 17-11 5-5 9-11 11-18 3-7 5-14 7-22 1-8 2-16 2-24l1-18zM728 320h-194v320h191v-59h-134v-69h123v-54h-123v-79h137v-59zM960 320h-194v320h191v-59h-135v-69h124v-54h-124v-79h138v-59zM332 495h62c13 0 22 4 29 11 6 7 9 19 9 35 0 15-3 27-9 34-7 7-16 10-29 10h-62v-90zM1088 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe41c;" glyph-name="arrow-right-bottom" horiz-adv-x="1071" d="M1071 227l-325-291s-6 189 0 192c-757 0-743 818-746 832 222-680 746-640 746-640v192z" />
<glyph unicode="&#xe41f;" glyph-name="sound-bars" d="M128 736c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM128 480c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM384 480c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM896 480c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM128 224c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM384 224c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM640 224c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM896 224c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM128-32c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM384-32c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM640-32c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM896 160c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe420;" glyph-name="free-paper" horiz-adv-x="896" d="M896 896h-192v64h-704v-640h832zM640 384h-576v512h576v-512zM320 832h-192v-192h192v192zM384 768h192v64h-192v-64zM832 832l-64-448h-64v448h128zM384 640h192v64h-192v-64zM576 512h-448v-64h448v64zM0 256v-320h64v128h128v64h-128v64h128v64h-192zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe421;" glyph-name="free-download" d="M576 768h128l-192-256-192 256h128v192h128v-192zM128 320h768v256h-128v-128h-512v128h-128v-256zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe422;" glyph-name="free-upload" d="M576 704h128l-192 256-192-256h128v-192h128v192zM128 320h768v256h-128v-128h-512v128h-128v-256zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe423;" glyph-name="free-mail" d="M128 320h768v640h-768v-640zM785 896l-273-273-273 273h546zM192 384v465l320-320 320 320v-465h-640zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe424;" glyph-name="free-phone" d="M767 390l42 42c23 23 14 70-21 105s-82 44-105 21c-47-46-122-46-169 0l-84 84c-46 47-46 122 0 169 23 23 14 70-21 105s-82 44-105 21l-42-42c-70-70-70-183 0-253l252-252c70-70 183-70 253 0zM64 64h128v64h-128v64h128v64h-192v-320h64v128zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe425;" glyph-name="free-coffee" d="M800 576c88 0 160 72 160 160 0 83-63 150-144 158l16 66h-640l128-512h384l35 140c19-8 39-12 61-12zM755 653l45 179c53 0 96-43 96-96s-43-96-96-96c-17 0-31 5-45 13zM768 384h-512v-64h512v64zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe426;" glyph-name="free-photo" d="M192 320h640c35 0 64 29 64 64v384c0 35-29 64-64 64h-192v64c0 35-29 64-64 64h-192c-35 0-64-29-64-64v-64h-128c-35 0-64-29-64-64v-384c0-35 29-64 64-64zM192 576c0 106 86 192 192 192s192-86 192-192-86-192-192-192-192 86-192 192zM512 576c0 71-57 128-128 128s-128-57-128-128 57-128 128-128 128 57 128 128zM832 640h-192v64h192v-64zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe427;" glyph-name="free-gift" d="M576 695h352c18 0 32 15 32 32v64c0 18-14 32-32 32h-186c9 36 6 68-14 89-40 39-126 18-192-49-10-10-19-20-27-31-10 19-24 37-40 54-63 62-144 83-182 45-23-24-22-65-3-108h-188c-18 0-32-14-32-32v-64c0-17 14-32 32-32h352v128h128v-128zM423 841c6-6 11-12 16-18h-86c-21 28-30 53-20 63 12 12 53-8 90-45zM680 863c7-6 4-21-5-40h-82c37 35 75 53 87 40zM128 631v-256c0-35 29-64 64-64h256v320h-320zM576 631v-320h256c35 0 64 29 64 64v256h-320zM0 247v-320h64v128h128v64h-128v64h128v64h-192zM452 240c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-3 35-11s12-20 14-37c2-13 3-26 4-40s3-26 7-37h65c-3 5-5 10-7 17-1 6-3 13-3 20l-2 21v18c-1 8-2 16-4 24-1 8-4 16-7 23-3 6-8 12-13 17s-12 9-20 12c17 7 29 18 36 31 8 14 11 30 11 49 0 12-2 24-6 34-4 11-10 20-17 28-8 8-17 15-28 19zM576 247v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896-9v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 193h72c15 0 26-4 34-11 7-7 11-18 11-34s-4-27-11-35c-8-7-19-10-34-10h-72v90z" />
<glyph unicode="&#xe428;" glyph-name="free-video" d="M512 320c177 0 320 143 320 320s-143 320-320 320-320-143-320-320 143-320 320-320zM640 635l-192-123v256zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe42b;" glyph-name="warning-circle2-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM477 384h70c53 0 57 28 62 60l31 294c0 17-14 30-31 30h-194c-17 0-31-13-31-30l31-294c2-28 16-60 62-60zM514 320c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe42c;" glyph-name="arrow-left-top" horiz-adv-x="1071" d="M325 768c758 0 743-818 746-832-222 680-746 640-746 640v-192l-325 285 325 291s6-189 0-192z" />
<glyph unicode="&#xe42e;" glyph-name="worker" d="M774 589h36c17 157-48 261-48 261s-52 81-168 51c-11 25-67 45-67 45s-117 17-216-56c-118-89-103-305-103-305h43s-5 145 128 125c233-23 299 48 299 48zM279 541h-47c6-167 168-300 278-300 95 0 241 111 270 257l-118 196s-90-63-319-20c-63-11-64-133-64-133zM582-67l93 212-82 82s-42-34-79-34-84 34-84 34l-82-82 95-212h139zM372-67l-105 212-75-28s-72-26-98-102l-29-82h307zM651-67h308c-11 28-21 57-29 82-27 76-99 102-99 102l-74 28s-51-101-106-212z" />
<glyph unicode="&#xe430;" glyph-name="free-recycle" d="M632 681l85 86c-42 69-118 115-205 115-119 0-218-87-237-201h-81c20 159 155 279 318 279 109 0 205-52 263-135l57 57v-201h-200zM410 601l-99-91c43-66 117-110 201-110 119 0 218 87 237 201h81c-20-158-155-281-318-281-108 0-203 53-261 135l-59-55v201h218zM64 192v-64h128v-64h-128v-128h-64v320h192v-64h-128zM452 249c11-5 20-11 28-19 7-8 13-17 17-28s6-22 6-34c0-19-3-35-11-49-7-14-19-24-36-32 8-3 15-6 20-11s10-11 13-18 6-14 7-22c2-8 3-16 4-24v-18c1-7 1-14 2-21 0-7 2-14 3-21 2-6 4-12 7-16h-65c-4 10-6 22-7 36s-2 28-4 41c-2 16-7 29-14 36-7 8-19 12-35 12h-66v-125h-65v320h160c14 0 26-2 36-7zM768 192h-128v-64h128v-64h-128v-64h128v-64h-192v320h192v-64zM1024-64h-192v320h192v-64h-128v-64h128v-64h-128v-64h128v-64zM321 111h72c15 0 26 4 34 11 7 7 11 19 11 35 0 15-4 27-11 34-8 7-19 10-34 10h-72v-90z" />
<glyph unicode="&#xe431;" glyph-name="free-arrow" d="M640 320l384 320-384 320v-192c-256-64-448-32-640 128 128-320 352-384 640-384v-192zM0 256v-320h64v128h128v64h-128v64h128v64h-192zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe433;" glyph-name="free-barcode" d="M0 320h64v640h-64v-640zM128 320h128v640h-128v-640zM320 320h64v640h-64v-640zM448 320h128v640h-128v-640zM640 320h64v640h-64v-640zM896 320v640h-128v-640h128zM960 320h64v640h-64v-640zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM480 230c-8 8-17 14-28 19-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM427 191c7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90h72c15 0 26-3 34-10z" />
<glyph unicode="&#xe435;" glyph-name="free-shopping" d="M1011 768l13 64h-724l-42 128h-258v-64h210l37-128h764zM283 640h703l12 64h-733zM960 512l13 64h-671l18-64h640zM448 384c0-35 29-64 64-64s64 29 64 64-29 64-64 64-64-29-64-64zM704 384c0-35 29-64 64-64s64 29 64 64-29 64-64 64-64-29-64-64zM0 256v-320h64v128h128v64h-128v64h128v64h-192zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe436;" glyph-name="free-message" d="M515 334c210 0 381 140 381 313s-171 313-381 313c-211 0-382-140-382-313 0-64 24-124 65-174l-134-217 266 117c55-24 118-39 185-39zM320 704c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM512 704c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM704 704c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM192 256h-192v-320h64v128h128v64h-128v64h128v64zM452 249c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 256v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896 0v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 201h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe437;" glyph-name="free-wifi" d="M0 722l60-61c232 236 608 236 840 0l60 61c-265 270-695 270-960 0zM120 599l60-61c166 169 434 169 600 0l60 61c-199 203-521 203-720 0zM660 416l60 61c-133 135-347 135-480 0l60-61c99 101 261 101 360 0zM384 320c0-53 43-96 96-96s96 43 96 96-43 96-96 96-96-43-96-96zM0 224v-320h64v128h128v64h-128v64h128v64h-192zM452 217c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM576 224v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM896-32v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM321 169h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe43a;" glyph-name="eating-utensils" d="M478-64c39 0 70 31 70 70v4l-4 438v512c-99-58-184-330-168-524 6 0 51-25 52-25l-20-401-1-4c0-39 32-70 71-70zM908 10l-29 564c65 12 113 61 113 191 0 108-67 195-150 195s-150-79-150-195c-1-130 44-177 104-190l-28-565v-4c0-39 31-70 70-70s70 31 70 70v4zM158 601l50 30-12 297h-23v-215h-24v191h-19v-207h-20v207h-19v-191h-24v215h-23l-12-297 46-29-30-592v-4c0-39 31-70 70-70s70 31 70 70v4z" />
<glyph unicode="&#xe43b;" glyph-name="signal" d="M1003 811c0 37-26 69-62 77-248 72-522 14-713-177-190-190-249-463-178-710 6-37 38-65 76-65 43 0 78 35 78 78 0 9-2 18-4 27-54 194-8 407 141 556 147 147 357 195 548 145 10-5 20-9 31-9l2-1h4c42 0 77 35 77 79zM850 616c-146 42-310 6-424-108-116-115-151-281-106-430 3-23 22-40 46-40 25 0 46 21 46 47 0 7-1 14-5 21-33 116-4 245 86 335 89 89 215 118 329 87 8-4 16-6 25-6 25 0 46 21 46 47 0 24-19 44-43 47zM747 384c-106 0-192-86-192-192s86-192 192-192 192 86 192 192-86 192-192 192z" />
<glyph unicode="&#xe43c;" glyph-name="angle-double-down" horiz-adv-x="1154" d="M577 450l-526 510-51-49 577-559 577 559-51 49zM577 34l-526 510-51-49 577-559 577 559-51 49z" />
<glyph unicode="&#xe441;" glyph-name="free-event" horiz-adv-x="1280" d="M1280-64v896c0 35-29 64-64 64h-192v64h-64v-64h-640v64h-64v-64h-192c-35 0-64-29-64-64v-896h1280zM320 704v122c37-14 64-48 64-90 0-53-43-96-96-96s-96 43-96 96c0 42 27 76 64 90v-122h64zM1024 704v122c37-14 64-48 64-90 0-53-43-96-96-96s-96 43-96 96c0 42 27 76 64 90v-122h64zM1216 0h-1152v576h1152v-576zM128 448v-320h64v128h128v64h-128v64h128v64h-192zM580 441c-10 5-22 7-36 7h-160v-320h65v125h66c16 0 28-4 35-12 7-7 12-20 14-36 2-13 3-27 4-41s3-26 7-36h65c-3 4-5 10-7 16-1 7-3 14-3 21l-2 21v18c-1 8-2 16-4 24-1 8-4 15-7 22s-8 13-13 18-12 8-20 11c17 8 29 18 36 32 8 14 11 30 11 49 0 12-2 23-6 34s-10 20-17 28c-8 8-17 14-28 19zM704 448v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM960 448v-320h192v64h-128v64h128v64h-128v64h128v64h-192zM449 393h72c15 0 26-3 34-10 7-7 11-19 11-34 0-16-4-28-11-35-8-7-19-11-34-11h-72v90z" />
<glyph unicode="&#xe442;" glyph-name="free-sign" horiz-adv-x="1280" d="M64-64h1152c35 0 64 29 64 64v576c0 35-29 64-64 64l-522 288c-11 19-30 32-54 32s-45-14-56-34l-519-286h-1c-35 0-64-29-64-64v-576c0-35 29-64 64-64zM202 640l390 215c12-14 29-23 48-23 20 0 37 9 48 24l391-216h-877zM320 448v-64h-128v-64h128v-64h-128v-128h-64v320h192zM384 448h160c14 0 26-2 36-7 11-5 20-11 28-19 7-8 13-17 17-28s6-22 6-34c0-19-3-35-11-49-7-14-19-24-36-32 8-3 15-6 20-11s10-11 13-18 6-14 7-22c2-8 3-16 4-24v-18l2-21c0-7 2-14 3-21 2-6 4-12 7-16h-65c-4 10-6 22-7 36s-2 28-4 41c-2 16-7 29-14 36-7 8-19 12-35 12h-66v-125h-65v320zM704 448h192v-64h-128v-64h128v-64h-128v-64h128v-64h-192v320zM960 448h192v-64h-128v-64h128v-64h-128v-64h128v-64h-192v320zM566 349c0 15-4 27-11 34-8 7-19 10-34 10h-72v-90h72c15 0 26 4 34 11 7 7 11 19 11 35z" />
<glyph unicode="&#xe443;" glyph-name="free-mobile" horiz-adv-x="1088" d="M64-64h512c35.001 0 64 29.001 64 64v256h-64v-128h-512v640h512v-64h64v192c0 35.001-29.001 64-64 64h-512c-35.001 0-64-29.001-64-64v-896c0-35.001 29.001-64 64-64zM192 896h256v-64h-256v64zM192 512v64h128v64h-192v-320h64v128h128v64h-128zM604 460c-5.001 5.001-12 8-20 11.001 17.001 8 29.001 18 36 32 8 14 11.001 30 11.001 49.001 0 12-2 23.001-6 34s-10 20-17.001 28c-8 8-17.001 14-28 19.001-10 5.001-22 7.001-36 7.001h-160v-320h65.001v125.001h66c16 0 28-4 35.001-12 7.001-7.001 12-20 14-36 2-13.001 3.001-27.001 4-41.001s3.001-26 7.001-36h65.001c-3.001 4-5.001 10-7.001 16-1.001 7.001-3.001 14-3.001 21.001l-2 21.001v18c-1.001 8-2 16-4 24-1.001 8-4 15.001-7.001 22s-8 13.001-13.001 18zM896 320v64h-128v64h128v64h-128v64h128v64h-192v-320h192zM1024 384v64h128v64h-128v64h128v64h-192v-320h192v64h-128zM555.001 574.999c7.001-7.001 11.001-19.001 11.001-34 0-16-4-28-11.001-35.001-8-7.001-19.001-11.001-34-11.001h-72v90h72c15.001 0 26-3.001 34-10zM320 64c35.001 0 64-14 64-32s-29.001-32-64-32-64 14-64 32 29.001 32 64 32z" />
<glyph unicode="&#xe444;" glyph-name="diamond2" horiz-adv-x="1280" d="M364 704l-172 256-192-256h364zM601 960h-341l163-229zM856 751l160 209h-308zM901 704h379l-188 251zM807 704l-151 218-172-218h323zM383 640h-383l570-697zM640-64l181 704h-371zM704-64l576 704h-396z" />
<glyph unicode="&#xe44c;" glyph-name="angle-double-left" d="M514 448l478-468-46-45-524 513 524 513 46-45zM124 448l478-468-46-45-524 513 524 513 46-45z" />
<glyph unicode="&#xe455;" glyph-name="diamond-o" horiz-adv-x="1280" d="M1280 638v66l-192 256h-889l-199-258v-63l640-703zM360 704h-278l143 192zM564 896l-141-165-118 165h259zM800 704h-313l169 192zM974 896l-116-163-113 163h229zM1200 704h-279l135 192zM83 640h300l161-500zM450 640h371l-181-576zM736 140l148 500h315z" />
<glyph unicode="&#xe45c;" glyph-name="angle-double-up" d="M512 837l467-479 45 46-512 525-512-525 45-46zM512 446l467-479 45 46-512 525-512-525 45-46z" />
<glyph unicode="&#xe465;" glyph-name="star-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM896 576l-192-192 64-256-256 128-256-128 64 256-192 192h256l128 256 128-256h256z" />
<glyph unicode="&#xe468;" glyph-name="hair-styling" d="M896-64c71 0 128 57 128 128s-57 128-128 128c-14 0-27-3-39-7l-89 711-51-461c-11 6-22 9-35 11l54 482c0 18-14 32-32 32s-32-14-32-32l-160-736c-71 0-128-57-128-128s57-128 128-128 128 57 128 128l22 194c3 0 6-2 10-2 17 0 31 5 45 13l51-205c0-71 57-128 128-128zM0 667v-502c0-126 100-229 223-229h97v128h-192v64h192v64h-192v64h192v64h-192v64h192v64h-192v64h192v64h-192v64h192v64h-192v64h192v128h-97c-123 0-223-103-223-229zM672 384c18 0 32-14 32-32s-14-32-32-32-32 14-32 32 14 32 32 32zM512 128c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM896 128c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe46c;" glyph-name="angle-double-right" d="M510 448l-479 467 46 45 525-512-525-512-46 45zM901 448l-479 467 46 45 525-512-525-512-46 45z" />
<glyph unicode="&#xe47c;" glyph-name="angle-down" horiz-adv-x="1086" d="M1041 742l-498-498-498 498-45-45 543-543 543 543z" />
<glyph unicode="&#xe47f;" glyph-name="musical-note" horiz-adv-x="1023" d="M657 820c132 33 258 128 258 128s-135-64-256-64c-102 0-113 64-192 64-42 0-64-29-64-64 0 0-3-61 0-64v-576c-45 23-118 26-172-3-98-53-148-155-112-228 36-72 145-89 243-37 72 39 101 89 105 140v705c54-5 123-17 190-1z" />
<glyph unicode="&#xe480;" glyph-name="bow-tie" horiz-adv-x="1242" d="M1235 176c26 95-26 212-58 272 32 60 84 177 58 272-10 35-34 81-94 104-15 5-30 8-46 8-118 0-256-157-334-261-29 35-69 60-115 66-8 2-16 3-25 3s-17-1-25-3c-46-6-86-31-115-66-78 104-216 261-334 261-16 0-31-3-46-8-60-23-84-69-94-104-26-95 26-212 58-272-32-60-84-177-58-272 10-35 34-81 94-104 15-5 30-8 46-8 118 0 256 157 334 261 29-35 69-60 115-66 8-2 16-3 25-3s17 1 25 3c46 6 86 31 115 66 78-104 216-261 334-261 16 0 31 3 46 8 60 23 84 69 94 104zM246 652c62-36 101-114 101-114l-24-42s-38 77-101 114c-62 35-150 31-150 31l25 41s86 6 149-30zM1146 682l24-41s-88 4-150-31c-63-37-101-114-101-114l-24 42s39 78 101 114c63 36 150 30 150 30zM758 448v-48s-67 48-137 48c-67 0-137-48-137-48v48s68 48 137 48c68 0 137-48 137-48z" />
<glyph unicode="&#xe481;" glyph-name="bow-tie2" horiz-adv-x="1280" d="M0 64l465 198c-49 46-81 112-81 186 0 73 31 139 80 185l-464 199v-768zM1280 64v768l-467-197c51-46 83-113 83-187s-32-140-81-186zM640 256c106 0 192 86 192 192s-86 192-192 192-192-86-192-192 86-192 192-192z" />
<glyph unicode="&#xe483;" glyph-name="shirt-hanger" horiz-adv-x="1380" d="M744 573l571-366c59-36 75-113 60-167-14-52-64-104-142-104h-1078c-111 0-142 78-148 103-8 26-25 116 59 169l565 365v61c0 37 13 61 44 82l49 34c15 11 19 26 19 34 2 13-2 25-9 32-15 15-42 22-66 17-39-8-49-31-51-70v-22c0-11-23-21-51-21h-10c-29 0-52 10-52 22l1 21c2 57 12 92 50 134 41 46 104 63 173 48 66-14 134-79 134-164 0-81-57-117-85-135l-7-5c-18-11-26-24-26-41v-27zM1259 83c1 5 3 17-11 26l-563 339-560-338c-11-7-15-18-12-28 3-8 12-18 27-18h1093c14 0 23 10 26 19z" />
<glyph unicode="&#xe484;" glyph-name="scissors2" d="M768-64c106 0 192 86 192 192s-86 192-192 192c-21 0-41-5-60-11l-108 175 157 393c13 32-3 70-36 83l-208-337-208 337c-33-13-48-50-35-83l156-394-107-175c-20 7-41 12-63 12-106 0-192-86-192-192s86-192 192-192c95 0 173 69 189 160l68 170 66-167c14-92 93-163 189-163zM512 516c35 0 64-29 64-64 0-36-29-64-64-64s-64 28-64 64c0 35 29 64 64 64zM256 256c71 0 128-58 128-128 0-71-57-128-128-128s-128 57-128 128c0 70 57 128 128 128zM768 256c71 0 128-58 128-128 0-71-57-128-128-128s-128 57-128 128c0 70 57 128 128 128z" />
<glyph unicode="&#xe486;" glyph-name="pants" d="M640 832h192v128h-640v-128h192v64h256v-64zM576 768v64h-128v-64h128zM832-64v832h-192v-64h-256v64h-192v-832h256l62 640 64-640h258z" />
<glyph unicode="&#xe487;" glyph-name="tshirt2" horiz-adv-x="1152" d="M1088 512c28 0 64 29 64 64v192c0 35-32 53-64 64s-384 128-384 128h-256l-384-128c-39-13-64-29-64-64v-192c0-35 20-64 64-64 28 0 126 42 192 73v-585c0-35 29-64 64-64h512c35 0 64 29 64 64v586c70-30 174-74 192-74zM384 832h384c0-71-86-128-192-128s-192 57-192 128z" />
<glyph unicode="&#xe488;" glyph-name="tshirt2-o" horiz-adv-x="1152" d="M1088 512c28 0 64 29 64 64v192c0 35-32 53-64 64s-384 128-384 128h-256l-384-128c-39-13-64-29-64-64v-192c0-35 20-64 64-64 28 0 126 42 192 73v-585c0-35 29-64 64-64h512c35 0 64 29 64 64v586c70-30 174-74 192-74zM704 896l50-17-177-111-182 110 53 18h256zM1088 576l-192 77v51h-64v-704h-512v704h-64v-51l-192-77v192l263 88 249-152 245 153 267-89v-192z" />
<glyph unicode="&#xe489;" glyph-name="mannequin" d="M768 785c0-49-128-337-128-337s100-12 100-211c-4-79-100-301-100-301h-256s-91 215-100 301c0 200 100 211 100 211s-128 288-128 337c0 31 36 66 81 79 58 18 111 96 111 96h128s53-78 111-96c45-13 81-48 81-79z" />
<glyph unicode="&#xe48a;" glyph-name="beer" d="M756 620c0 0-282-72-528 0-48 10-68 30-68 67 0 64 81 68 81 68-2 6-3 12-3 19 0 42 35 77 78 77 16 0 30-5 42-12 13 72 77 127 154 127 75 0 137-51 153-120 8 3 18 5 28 5 46 0 83-37 83-82 0-6-1-11-2-17 29-7 51-34 51-65 0-37-30-60-69-67zM736 134v-128c-1 0-220-76-448 0 1 0 1 512 0 512 215-62 448 0 448 0v-64h128v-320h-128zM736 198h64v192h-64v-192z" />
<glyph unicode="&#xe48c;" glyph-name="angle-up" horiz-adv-x="1086" d="M1041 154l-498 498-498-498-45 45 543 543 543-543z" />
<glyph unicode="&#xe48d;" glyph-name="folder-plus2" horiz-adv-x="1280" d="M64-64h1152c35 0 64 29 64 64v896c0 35-29 64-64 64h-384l-192-192h-576c-35 0-64-29-64-64v-704c0-35 29-64 64-64zM832 704c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320zM896 320h128v128h-128v128h-128v-128h-128v-128h128v-128h128v128z" />
<glyph unicode="&#xe491;" glyph-name="umbrella" d="M1024 384c1 11 0 21 0 32 0 212-195 441-448 475v5c0 35-28 64-64 64-35 0-64-29-64-64v-5c-252-34-448-263-448-475 0-11-1-21 0-32 0 0 151 128 256 128 61 0 139-44 192-81v-303s-3-58-57-63c-67 5-71 63-71 63 0 35-28 64-64 64-35 0-64-29-64-64l1-33c0-88 86-159 191-159 106 0 191 71 192 158v338c53 36 130 80 192 80 108 0 256-128 256-128z" />
<glyph unicode="&#xe492;" glyph-name="moustache" d="M838 310c40 15 186 61 185 104-1 44-82 14-128 64-66 73-111 132-192 128-62 0-140-55-193-101-53 45-129 98-190 98-81 3-126-55-192-126-45-50-126-20-128-64-1-43 145-88 184-103 40-15 83-24 136-24 62 0 138 55 192 100 53-45 129-100 191-100 53 0 96 9 135 24z" />
<glyph unicode="&#xe49c;" glyph-name="angle-right" d="M300-31l468 479-468 479-44-45 423-434-423-434z" />
<glyph unicode="&#xe49d;" glyph-name="folder-delete" horiz-adv-x="1280" d="M64-64h1152c35 0 64 29 64 64v896c0 35-29 64-64 64h-384l-192-192h-576c-35 0-64-29-64-64v-704c0-35 29-64 64-64zM832 704c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320zM1024 288l-96 96 96 96-96 96-96-96-96 96-96-96 96-96-96-96 96-96 96 96 96-96z" />
<glyph unicode="&#xe50c;" glyph-name="angle-left" d="M724-31l-468 479 468 479 44-45-423-434 423-434z" />
<glyph unicode="&#xe50d;" glyph-name="face-man" d="M894 448h64c24 213-92 359-92 359s-64 130-228 89c-15 33-104 42-104 42s-165 22-305-77c-167-120-167-413-167-413h64s11 196 199 169c330-31 441 87 441 87zM190 384h-64c8-237 229-448 385-448 134 0 341 177 383 384l-128 256s-168-86-491-26c-90-15-85-166-85-166z" />
<glyph unicode="&#xe513;" glyph-name="bus" horiz-adv-x="1280" d="M1088 576h160c18 0 32 14 32 32v192c0 18-14 32-32 32h-64c-18 0-32-14-32-32v-160h-64v256c0 35-29 64-64 64h-768c-35 0-64-29-64-64v-256h-64v160c0 18-14 32-32 32h-64c-18 0-32-14-32-32v-192c0-18 14-32 32-32h160v-448c0-35 29-64 64-64v-96c0-18 14-32 32-32h64c18 0 32 14 32 32v96h512v-96c0-18 14-32 32-32h64c18 0 32 14 32 32v96c35 0 64 29 64 64v448zM1024 448h-768v448h768v-448zM256 384h192v-128h-192v128zM832 384h192v-128h-192v128zM512 320h256v-64h-256v64zM512 192h256v-64h-256v64z" />
<glyph unicode="&#xe51c;" glyph-name="arrow-up" d="M747 738l-235 222-235-222 47-45 156 139v-896h64v896l156-139z" />
<glyph unicode="&#xe51d;" glyph-name="face-female" d="M785 588h36c18 158-49 262-49 262s-52 82-171 51c-11 25-69 45-69 45s-119 17-220-56c-120-89-105-306-105-306h44s-6 145 131 125c238-23 305 48 305 48zM419 265v-146s94-52 182 0c-1 2-1 74-1 141 83 40 169 128 191 236l-120 197s-92-63-326-20c-64-11-65-133-65-133h-49c5-123 96-228 188-275zM237 411c0 0-52-41-79-107s-103-25-129-87c-47-54 30-199 30-199s47 102 109 121c48 26 112 21 187 121-74 54-118 151-118 151zM847 144c108-28 128-126 128-126s67 145 20 199c-26 62-101 21-128 87s-74 102-74 102-54-98-124-150c47-92 129-86 178-112zM750 131l-13-13c13-12 21-30 21-49 0-39-32-70-72-70-29 0-54 17-65 42-10-4-21-7-32-11 1-4 2-9 2-14 0-39-32-70-71-70-40 0-72 31-72 70 0 5 1 9 2 14-11 3-21 6-32 11-11-25-36-42-65-42-40 0-71 31-71 70 0 19 7 37 20 50l-20 20-2-1-2 6-87-30s-73-27-100-103c-8-21-15-50-24-78h896c-9 28-12 57-19 78-27 76-100 103-100 103l-87 30z" />
<glyph unicode="&#xe52c;" glyph-name="arrow-down" d="M544 64v896h-64v-896l-156 139-47-45 235-222 235 222-47 45z" />
<glyph unicode="&#xe53b;" glyph-name="comment-o" d="M674 320h222c33 0 64 31 64 64v512c0 33-31 64-64 64h-768c-33 0-64-31-64-64v-512c0-32 31-64 64-64h172l-50-384zM896 384h-256l-292-259 36 259h-256v476c0 20 16 36 36 36h696c20 0 36-16 36-36v-476z" />
<glyph unicode="&#xe53c;" glyph-name="arrow-left" d="M222 671l-222-223 222-223 45 44-139 147h896v64h-896l139 147z" />
<glyph unicode="&#xe541;" glyph-name="direction-left" d="M896-64h64c35 0 64 29 64 64v768c0 35-29 64-64 64h-640v128l-320-217 320-231v128h512v-640c0-35 29-64 64-64z" />
<glyph unicode="&#xe542;" glyph-name="direction-right" d="M704 960v-128h-640c-35 0-64-29-64-64v-768c0-35 29-64 64-64h64c35 0 64 29 64 64v640h512v-128l320 231z" />
<glyph unicode="&#xe543;" glyph-name="intersection-left" d="M992 640l-231 320-217-320h128v-192h-320v128l-320-217 320-231v128h320v-256c0-35 29-64 64-64h64c35 0 64 29 64 64v640h128z" />
<glyph unicode="&#xe544;" glyph-name="intersection-right" d="M672 576v-128h-320v192h128l-217 320-231-320h128v-640c0-35 29-64 64-64h64c35 0 64 29 64 64v256h320v-128l320 231z" />
<glyph unicode="&#xe546;" glyph-name="map-marker2" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM512 896c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320z" />
<glyph unicode="&#xe547;" glyph-name="map-marker-star" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM512 896c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320zM614 521l90 100-129 26-63 121-63-121-129-26 90-100-17-137 119 59 119-59z" />
<glyph unicode="&#xe549;" glyph-name="map-marker-circle" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM512 896c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320zM512 384c106 0 192 86 192 192s-86 192-192 192-192-86-192-192 86-192 192-192z" />
<glyph unicode="&#xe54b;" glyph-name="comment-half" d="M674 320l-424-384 50 384h-172c-33 0-64 32-64 64v512c0 33 31 64 64 64h768c33 0 64-31 64-64v-512c0-33-31-64-64-64h-222zM128 384h256l-36-259 292 259h256l-768 512v-512z" />
<glyph unicode="&#xe54c;" glyph-name="arrow-right" d="M802 265l222 223-222 223-45-44 139-147h-896v-64h896l-139-147z" />
<glyph unicode="&#xe551;" glyph-name="map" horiz-adv-x="1280" d="M0 64l384-128v896l-384 128v-896zM448-64l384 128v896l-384-128v-896zM1280-64v896l-384 128v-896z" />
<glyph unicode="&#xe557;" glyph-name="target-location" d="M1024 384v128h-134c-27 160-153 286-314 314v134h-128v-134c-161-28-287-154-314-314h-134v-128h134c27-160 153-286 314-314v-134h128v134c161 28 287 154 314 314h134zM704 512v-128h55c-23-89-93-160-183-183v55h-128v-55c-90 23-160 94-183 183h55v128h-55c23 89 93 160 183 183v-55h128v55c90-23 160-94 183-183h-55z" />
<glyph unicode="&#xe558;" glyph-name="waves" d="M384 448l-128 512h-128l128-512-128-512h128zM640 448l-128 512h-128l128-512-128-512h128zM896 448l-128 512h-128l128-512-128-512h128z" />
<glyph unicode="&#xe559;" glyph-name="see-side" d="M928 768c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM572 64c-41 0-83-27-124-45v63c42 19 85 46 127 46 68 0 135-64 195-64 146 0 254 64 254 64v64s-108-64-254-64c-61 0-129 64-198 64-41 0-83-27-124-45v301h384c0 184-198 363-384 382v34c0 18-14 32-32 32s-32-14-32-32v-34c-186-19-384-198-384-382h384v-320h-3c-68 0-132 64-188 64-114 0-193-64-193-64v-64s79 64 193 64c56 0 121-64 188-64h3v-64h-3c-68 0-132 64-188 64-114 0-193-64-193-64v-64s79 64 193 64c56 0 121-64 188-64h67v18c42 19 85 46 127 46 68 0 135-64 195-64 146 0 254 64 254 64v64s-108-64-254-64c-61 0-129 64-198 64z" />
<glyph unicode="&#xe55a;" glyph-name="cake2" horiz-adv-x="1280" d="M256 640c160 12 0 320 0 320s-154-296 0-320zM640 640c160 12 0 320 0 320s-154-296 0-320zM1024 640c160 12 0 320 0 320s-154-296 0-320zM1216 320c0 0 64 28 64 64v156c0 18-10 33-22 36h-124c11-19 18-41 18-64 0-71-57-128-128-128s-128 57-128 128c0 23 7 45 18 64h-164c11-19 18-41 18-64 0-71-57-128-128-128s-128 57-128 128c0 23 7 45 18 64h-164c11-19 18-41 18-64 0-71-57-128-128-128s-128 57-128 128c0 23 7 45 18 64h-120c-14 0-26-18-26-41v-151c0-45 26-64 64-64s103 55 256 64c166 10 219-56 448-128s448 64 448 64zM320 512c0 35-29 64-64 64s-64-29-64-64 29-64 64-64 64 29 64 64zM704 512c0 35-29 64-64 64s-64-29-64-64 29-64 64-64 64 29 64 64zM1088 512c0 35-29 64-64 64s-64-29-64-64 29-64 64-64 64 29 64 64zM30 215c-17-5-26-24-21-41s22-27 39-22l16-24v-64c0-63 61-128 121-128h903c60 0 128 65 128 128v64l39 44c16 6 25 25 19 42s-24 26-40 20l-93-35c-99-30-248-47-373-7-229 72-282 128-448 128-78 0-290-105-290-105z" />
<glyph unicode="&#xe55b;" glyph-name="comment" d="M674 320h222c33 0 64 31 64 64v512c0 33-31 64-64 64h-768c-33 0-64-31-64-64v-512c0-32 31-64 64-64h172l-50-384z" />
<glyph unicode="&#xe55c;" glyph-name="arrows-both-ways" d="M608 576v128s-179 21-340-135l-86 56c85 151 219 198 426 207-4 2 0 128 0 128l192-192zM864 640c71 0 128-57 128-128s-57-128-128-128-128 57-128 128 57 128 128 128zM288 384c0-71-57-128-128-128s-128 57-128 128 57 128 128 128 128-57 128-128zM416 320v-128s178-23 342 152l71-70c-64-129-178-176-413-210 2 0 0-128 0-128l-192 192z" />
<glyph unicode="&#xe55d;" glyph-name="headphones" horiz-adv-x="1216" d="M1216 256v320h-64c-67 233-286 384-537 384-250 0-484-151-551-384h-64v-320h192c60-180 228-320 425-320s347 140 407 320h192zM613 920c229 0 410-133 475-344h-64c-65 171-217 272-407 272s-360-101-425-272h-64c65 211 257 344 485 344zM256 384c-1 5-1 55 0 64 49-17 93-30 135-35-5-9-7-19-7-29 0-35 29-64 64-64s64 29 64 64c0 14-4 27-12 37 61 20 125 66 204 155 113-184 173-159 256-192 0-252-157-361-343-361-200 0-361 144-361 361zM768 320c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM613 145c-73 0-143 44-165 111h-64c22-97 129-165 231-165s195 68 217 165h-64c-22-67-82-111-155-111z" />
<glyph unicode="&#xe561;" glyph-name="map-tracking" d="M256 672c0-159 288-480 288-480s288 321 288 480-129 288-288 288-288-129-288-288zM704 672c0-88-72-160-160-160s-160 72-160 160 72 160 160 160 160-72 160-160zM896 192c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64zM704 256c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM512 192c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM320 128c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64zM128-64c35 0 64 29 64 64s-29 64-64 64-64-29-64-64 29-64 64-64z" />
<glyph unicode="&#xe562;" glyph-name="marker-parking" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM512 896c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320zM615 560c8 11 15 25 19 39 4 15 6 30 6 46s-2 31-6 46c-4 14-11 27-19 39-9 11-21 21-35 28s-31 10-51 10h-145v-384h72v136h72c20 0 38 5 52 12s26 16 35 28zM566 674c4-7 6-17 6-29s-2-22-6-30c-3-7-8-13-13-17-6-4-13-7-20-9-8-1-15-2-23-2h-54v115h52c8 0 17 0 25-2 7-1 14-4 20-8 5-4 10-10 13-18z" />
<glyph unicode="&#xe563;" glyph-name="marker-hospital" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM512 896c177 0 320-143 320-320s-143-320-320-320-320 143-320 320 143 320 320 320zM576 384h64v320h-64v-128h-128v128h-64v-320h64v128h128v-128z" />
<glyph unicode="&#xe571;" glyph-name="house" d="M554 944l450-454c20-20 20-54 0-74-11-11-26-16-40-15-14-1-28 4-39 15l-413 417-413-417c-11-11-25-16-39-16s-29 5-40 16c-20 20-20 54 0 74l450 454c9 9 21 14 33 16h5c10 0 33-2 46-16zM512 704l320-320v-448h-64v320h-192v-320h-384v448zM448 256h-192v-192h192v192z" />
<glyph unicode="&#xe572;" glyph-name="house2" d="M881 541c15 16 15 41 0 57l-113 106v256h-64v-192l-160 180c-8 8-19 12-30 11h-4c-10 1-21-3-29-11l-337-350c-16-16-16-41 0-57 8-9 18-12 29-12s22 3 30 12l309 321 310-321c8-8 19-12 29-12 11 0 22 4 30 12zM768 512l-256 277-256-277v-576h512v576zM448 320h-128v128h128v-128zM704 320h-128v128h128v-128zM448 64h-128v128h128v-128zM704 64h-128v128h128v-128z" />
<glyph unicode="&#xe573;" glyph-name="cabin" d="M241 620c-9 0-17 3-24 10-12 12-12 32 0 45l267 275c11 12 34 9 29 9 7-1 15-4 20-9l267-275c12-13 12-33 0-45-7-7-15-10-24-10-8 0-17 3-23 10l-244 252-245-252c-6-7-15-10-23-10zM67 197c-8-1-17 2-23 9-12 13-12 33 0 45l244 261v64l220 249 228-249v-64l243-261c12-12 12-32 0-45-6-7-15-10-23-9-9-1-17 2-24 9l-196 178v-64l192-193v-64h-256v193h-128v-193h-448v64l192 193v64l-197-178c-7-7-15-10-24-9zM480 512h-128v-128h128v128zM672 512h-128v-128h128v128zM32-66v64h960v-64h-960z" />
<glyph unicode="&#xe574;" glyph-name="house3" d="M850 588c14 14 14 36 0 50l-114 116v206h-63v-152l-132 141c-8 8-18 11-28 11s-19-2-30-11l-309-311c-14-14-14-36 0-51 7-7 17-10 27-10s20 3 27 10l284 284 284-283c7-8 17-11 27-11s20 3 27 11zM160-64h704v128h-128v512l-224 230-224-230v-512h-128v-128zM352 512h128v-128h-128v128zM544 512h128v-128h-128v128zM352 320h128v-256h-128v256zM544 320h128v-128h-128v128z" />
<glyph unicode="&#xe575;" glyph-name="house4" horiz-adv-x="1403" d="M933 1008l454-454c21-20 21-54 0-74-11-11-25-16-40-16-14 0-28 5-39 16l-412 416-422-415c-9-12-44-33-90-33h-320c-29 0-64 36-64 64s35 64 64 64h320l464 432c18 19 55 16 51 15 12-1 25-6 34-15zM896 768l384-384v-384h-192v320h-192v-320h-512v320h-256v-320h-64v384h448zM832 320h-192v-192h192v192zM192 256h128v-256h-128v256z" />
<glyph unicode="&#xe576;" glyph-name="building" d="M480 768l222 192 226-192v-832h-832v512h384v320zM672 576v128h-128v-128h128zM864 576v128h-128v-128h128zM672 384v128h-128v-128h128zM864 384v128h-128v-128h128zM480 192v128h-320v-128h320zM672 192v128h-128v-128h128zM864 192v128h-128v-128h128zM160 128v-128h128v128h-128zM480 0v128h-128v-128h128zM672 0v128h-128v-128h128zM864 0v128h-128v-128h128z" />
<glyph unicode="&#xe578;" glyph-name="building3" d="M864 960v-256h128v-768h-576v1024h448zM800 768v128h-320v-128h320zM288 704v-128h64v-64h-64v-128h64v-64h-64v-128h64v-64h-64v-128h64v-64h-320v832h320v-64h-64zM96 704v-128h128v128h-128zM800 576v128h-320v-128h320zM96 512v-128h128v128h-128zM800 384v128h-320v-128h320zM96 320v-128h128v128h-128zM800 192v128h-320v-128h320zM96 128v-128h128v128h-128zM800 0v128h-320v-128h320z" />
<glyph unicode="&#xe57a;" glyph-name="soda" d="M559 668c-8 7-23 7-37 6l115 200 111-64 32 55-166 96-154-267c-17 21-48 36-74 36-47 0-107-47-108-103-6 2-13 6-19 3-62-24-32-119-32-119s32 87 83 62c-9 42 39 101 86 101 38 0 70-29 82-68 22 16 59 23 91-6 19 44 57 74 101 74 55 0 123-101 133-163 2 9 0 55 0 64 0 75-70 153-133 153-44 0-92-16-111-60zM771 511h-512c-17 0-32-14-32-32s15-32 32-32h32l64-512h320l64 512h32c18 0 32 14 32 32s-14 32-32 32zM399 255h232l-20-128h-192z" />
<glyph unicode="&#xe57f;" glyph-name="musical-key" d="M694 767c58 166-32 190-64 192-45 2-125-4-128-96v-227c-108-16-192-108-192-221 0-111 81-201 187-220l5-1-1-167c-2-16-15-28-31-28s-29 12-32 28v23c14 4 24 16 24 31 0 17-14 32-32 32-11 0-20-6-26-14-18-17-30-41-30-68 0-53 43-96 96-96 52 0 93 41 96 92v167c73 15 128 79 128 157 0 77-55 142-128 157v80c70 31 104 110 128 179zM616 895c35 0 61-39 14-128-33-63-64-114-64-114v114c5 70-5 128 50 128zM502 438v-180c-73 15-128 79-128 157 0 77 55 142 128 157v-65c-50-12-64-56-64-124 0 0 28 38 64 55zM566 261v180c37-13 64-48 64-90s-27-76-64-90z" />
<glyph unicode="&#xe580;" glyph-name="building5" d="M96 640h64l331 311c4 4 12 9 17 9s13-5 17-8l339-312h64v-640h64v-64h-960v64h64v640zM510 832l226-192h64l-290 256-286-256h64zM160 576v-128h128v128h-128zM352 576v-128h128v128h-128zM544 576v-128h128v128h-128zM864 448v128h-128v-128h128zM160 384v-128h128v128h-128zM352 384v-128h128v128h-128zM544 384v-128h128v128h-128zM864 256v128h-128v-128h128zM160 192v-128h128v128h-128zM352 192v-128h128v128h-128zM544 192v-128h128v128h-128zM864 64v128h-128v-128h128z" />
<glyph unicode="&#xe581;" glyph-name="building6" horiz-adv-x="1408" d="M1408-64v64h-64v832h-1024v128h-128v-128h-128v-832h-64v-64h1088v192h128v-192h192zM256 576h-128v128h128v-128zM448 576h-128v128h128v-128zM640 576h-128v128h128v-128zM832 576h-128v128h128v-128zM1216 576h-320v128h320v-128zM256 384h-128v128h128v-128zM448 384h-128v128h128v-128zM640 384h-128v128h128v-128zM832 384h-128v128h128v-128zM1280 384h-384v128h384v-128zM256 192h-128v128h128v-128zM448 192h-128v128h128v-128zM640 192h-128v128h128v-128zM832 192h-128v128h128v-128zM1280 192h-384v128h384v-128zM256 0h-128v128h128v-128zM448 0h-128v128h128v-128zM640 0h-128v128h128v-128zM832 0h-128v128h128v-128z" />
<glyph unicode="&#xe582;" glyph-name="house5" d="M972 818c37-22 55-68 41-111-12-36-43-60-78-64l-356-3 144 197c19 26 51 41 84 37l3 14c16 47 66 72 112 56 47-15 71-66 56-113-2-5-3-9-6-13zM628 478l153-155c16-16 16-42 0-58-8-8-20-12-31-12s-22 4-30 12l-320 325-320-325c-8-8-20-12-31-12s-22 4-30 12c-16 16-16 42 0 58l348 354c8 8 17 12 26 12 4 1 28 0 40-12l118-120v47h78v-119zM707-64h-129l1 256h-128v-256h-384v256l333 325 307-325v-256zM131 0h192v192h-192v-192z" />
<glyph unicode="&#xe583;" glyph-name="house-square" d="M0 960v-1024h1024v1024h-1024zM512 704l-301-288-70 70 371 346 344-346-70-70zM768 64h-512v256l256 256 256-256v-256z" />
<glyph unicode="&#xe584;" glyph-name="house6" d="M0 444l76-76 436 400 436-400 76 76-512 516zM896-64v320l-384 384-384-384v-320h768z" />
<glyph unicode="&#xe585;" glyph-name="house-search" d="M870 150l140-139c16-16 16-42 0-59-17-16-43-16-60 0l-141 141c-2 2-4 4-5 7-50-29-101-36-162-36-117 0-197 37-256 128h-256v320l254 228 78-77c22 15 47 26 73 34l-149 135-327-308-57 56 382 380 258-256c183 0 324-139 324-321 0-91-37-173-96-233zM642 128c145 0 256 112 256 256s-114 257-259 257-253-113-253-257 111-256 256-256z" />
<glyph unicode="&#xe586;" glyph-name="sales-woman" horiz-adv-x="1408" d="M337 385v-31c179 16 167 115 167 233 0 131-68 236-222 236-155 0-223-105-223-236 0-116-12-214 158-232v31c18-10 38-15 61-15 21 0 41 5 59 14zM1378 543c7 0 15 2 20 8 10 10 10 26 0 36l-84 85v151h-46v-111l-97 103c-6 6-13 8-20 8-8 0-14-1-22-8l-227-228c-10-10-10-26 0-37 5-5 12-7 20-7 7 0 14 2 20 7l208 208 208-207c5-6 13-8 20-8zM1314 166v376l-164 169-164-169v-376h-94v-93h516v93h-94zM398 612c1-11 2-22 2-34 0-90-49-164-122-164-74 0-122 74-122 164v6c11 0 21 1 31 3 3-14 14-24 27-24 16 0 29 13 29 30 0 5-2 10-3 13 57 36 80 101 80 103 22-57 58-85 78-97zM306 593c0-17 12-30 28-30 15 0 28 13 28 30s-13 30-28 30c-16 0-28-13-28-30zM275 455c25 0 44 14 56 37l-13 10c-9-17-24-28-43-28s-34 11-44 28l-12-11c12-22 32-36 56-36zM1033 495h93v-94h-93v94zM1173 495h94v-94h-94v94zM925 459c-26 26-67 26-93 0l-175-152h-235l-140-141-141 141s-70-20-106-93c-35-66-35-141-35-141h516s13 44 0 93h141s79 4 93 19l175 179c25 26 25 69 0 95zM1033 354h93v-188h-93v188zM1173 354h94v-94h-94v94z" />
<glyph unicode="&#xe587;" glyph-name="landlord" horiz-adv-x="1148" d="M984 768c54 0 97 43 97 96s-43 96-97 96c-53 0-97-43-97-96s44-96 97-96zM572 704v-128h320v-640h192v384h64v384h-576zM741 291c16 15 16 39 0 54l-333 332c-8 8-19 12-30 11h-3c-11 1-22-3-30-11l-334-332c-15-15-15-39 0-54 8-8 19-12 30-11 10-1 21 3 29 11l306 305 307-305c8-8 19-12 29-11 11-1 21 3 29 11zM124-64h320v256h128v-256h64v324l-260 266-252-270v-320zM186 191l130 1v-128h-128z" />
<glyph unicode="&#xe589;" glyph-name="sold-sign" horiz-adv-x="1280" d="M768 384h448c24 0 64 39 64 64v448c0 25-40 64-64 64h-1152c-24 0-64-39-64-64v-448c0-25 40-64 64-64h448v-320c0-47 37-128 128-128s128 81 128 128v320zM197 762c-25 0-39-15-39-34 0-60 162-51 162-170 0-56-44-110-134-110-68 0-110 32-122 46l44 67c15-16 46-44 89-44 30 0 45 16 45 36 0 59-163 51-163 169 0 62 52 110 125 110 59 0 95-29 107-45l-48-60c-9 11-29 35-66 35zM514 832c76 0 126-51 126-190 0-136-55-194-130-194-78 0-126 50-126 190 0 135 55 194 130 194zM704 832h64v-320h128v-64h-192v384zM960 832h102c106 0 154-61 154-184 0-98-33-200-153-200h-103v384zM514 512c38 0 62 31 62 126 0 96-26 130-66 130-36 0-62-30-62-125 0-97 25-131 66-131zM1024 512h30c76 0 98 52 98 129 0 96-39 127-99 127h-29v-256z" />
<glyph unicode="&#xe58c;" glyph-name="upload" d="M640 640h192l-320 320-320-320h192v-64h256v64zM384 448h256v64h-256v-64zM384 320h256v64h-256v-64zM1024-64v320h-64l-128-192h-640l-128 192h-64v-320h1024zM384 192h256v64h-256v-64z" />
<glyph unicode="&#xe58d;" glyph-name="man-in-glasses" d="M894 448h64c24 213-92 359-92 359s-64 130-228 89c-15 33-104 42-104 42s-165 22-305-77c-167-120-167-413-167-413h64s11 196 199 169c330-31 441 87 441 87zM441 384h138c14 37 49 64 91 64 35 0 65-19 82-46l85 32-71 142s-168-86-491-26c-57-9-76-74-82-120l75-28c17 27 47 46 82 46 42 0 77-27 91-64zM130 384h-4c8-237 229-448 385-448 134 0 341 177 383 384l-28 55-101-39c-8-45-47-80-95-80-42 0-77 27-91 64h-138c-14-37-49-64-91-64-48 0-87 35-95 80z" />
<glyph unicode="&#xe590;" glyph-name="rent-sign" horiz-adv-x="1280" d="M768 384v-320c0-47-37-128-128-128s-128 81-128 128v320h-448c-24 0-64 39-64 64v448c0 25 40 64 64 64h1152c24 0 64-39 64-64v-448c0-25-40-64-64-64h-448zM297 738c0 67-44 94-120 94h-113v-320h75v119h5c15 0 25-4 31-15l57-104h90l-53 88c-16 27-27 39-45 47v2c40 7 73 33 73 89zM555 640v64h-107v64h128v64h-192v-320h192v64h-128v64h107zM723 832h-83v-320h64v192l111-192h81v320h-64v-192zM1049 768v-256h78v256h89v64h-256v-64h89zM139 774h29c33 0 52-13 52-42 0-30-12-45-52-45h-29v87z" />
<glyph unicode="&#xe591;" glyph-name="sale-sign" horiz-adv-x="1408" d="M1408 640l-197 310c-8 6-18 10-29 10h-1138c-24 0-44-19-44-43v-554c0-24 19-43 43-43h469v-320c0-44 64-64 101-64s91 20 91 64v320h482c11 0 21 4 29 10zM197 762c-25 0-39-15-39-34 0-60 162-51 162-170 0-56-44-110-134-110-68 0-110 32-122 46l44 67c15-16 46-44 89-44 30 0 45 16 45 36 0 59-163 51-163 169 0 62 52 110 125 110 59 0 95-29 107-45l-48-60c-9 11-29 35-66 35zM960 448h-256v384h64v-320h192v-64zM1088 608v-96h192v-64h-256v384h256v-64h-192v-92h136v-68h-136zM670 447h-83l-25 92h-121l-23-92h-80l110 380h110zM460 607h85l-14 51c-14 52-29 114-29 114s-4-28-27-111z" />
<glyph unicode="&#xe592;" glyph-name="house-sale" horiz-adv-x="1152" d="M487 960l-487-507 72-76 415 433 280-299h144zM704-64v128h-320v448h256l-153 185-359-377v-384h576zM896 128h234c12 0 22 10 22 22v276c0 12-10 21-22 21l-660 1c-12 0-22-10-22-22v-277c0-11 11-21 24-21h296v-128c0-24 18-64 64-64s64 40 64 64v128zM580 349c-12 0-20-8-20-17 0-30 84-25 84-85 0-28-23-55-69-55-35 0-57 16-63 23l23 34c7-8 23-23 45-23 16 0 24 9 24 18 0 30-84 26-84 85 0 31 26 55 64 55 30 0 49-14 55-22l-25-30c-4 5-14 17-34 17zM768 238h-61l-12-43h-40l55 186h55l56-186h-42zM845 381h40v-153h67v-33h-107v186zM977 381h108v-33h-68v-42h58v-33h-58v-45h71v-33h-111v186zM759 271l-7 26c-7 26-11 40-14 56h-1c-3-16-7-31-14-55l-7-27h43z" />
<glyph unicode="&#xe593;" glyph-name="house-rent" horiz-adv-x="1152" d="M487 960l-487-507 72-76 415 433 280-299h144zM128-64h576v128h-320v448h256l-153 185-359-377v-384zM896 128h234c12 0 22 10 22 22v276c0 12-10 21-22 21l-660 1c-12 0-22-10-22-22v-277c0-11 11-21 24-21h296v-128c0-24 18-64 64-64s64 40 64 64v128zM628 328c0-34-16-49-36-54v-1c9-5 15-12 23-28l26-53h-45l-28 62c-4 7-8 9-16 9h-3v-71h-37v192h56c39 0 60-16 60-56zM663 384h103v-35h-65v-42h56v-35h-56v-45h68v-35h-106v192zM899 192l-38 81c-9 19-16 38-24 59 1-19 2-34 2-67v-73h-36v192h45l36-76c8-18 18-39 25-58-2 26-2 53-2 73v61h36v-192h-44zM1045 192h-38v157h-43v35h124v-35h-43v-157zM549 297h15c20 0 26 9 26 27s-9 25-26 25h-15v-52z" />
<glyph unicode="&#xe594;" glyph-name="house-search2" horiz-adv-x="1055" d="M955 158c133 133 133 349 0 483-85 84-203 115-312 92l-220 218c-6 6-15 9-23 9h-3c-8 0-17-3-23-9l-263-251h-82c-16 0-29-13-29-30s13-30 29-30h99c10 0 18 5 23 12l248 235 177-175c-14-6-27-13-39-21l-138 141-271-256h-64v-192h320c-11-62 13-128 48-178l-170-170c-22-22-22-57 0-78 21-22 57-22 78 0l169 168c134-100 324-89 446 32zM894 580c100-100 100-261 0-361s-262-100-362 0c-99 100-99 261 0 361 100 99 262 99 362 0zM256 576h128v-128h-128v128z" />
<glyph unicode="&#xe595;" glyph-name="sales-man" horiz-adv-x="1408" d="M384 320c155 0 256 143 256 320s-28 320-256 320-256-143-256-320 101-320 256-320zM1056 256c194 0 352 158 352 352s-158 352-352 352-352-158-352-352 158-352 352-352zM1056 895c159 0 287-128 287-287s-128-287-287-287-287 128-287 287 128 287 287 287zM584 690c1-17 2-34 2-52 0-139-80-252-202-252s-202 113-202 252v9c19 0 36 2 52 4 4-21 23-36 45-36 26 0 47 21 47 46 0 8-2 15-5 21 96 55 134 155 133 158 37-89 95-132 130-150zM1280 640l-224 192-224-192v-64l224 193 224-193v64zM896 576v-128h320v128l-160 133zM431 661c0-25 20-46 46-46s47 21 47 46c0 26-21 47-47 47s-46-21-46-47zM473 506l-21 16c-16-27-41-43-72-43-32 0-57 16-73 43l-20-18c20-34 52-56 93-56s73 23 93 58zM320 64l-128 192s-86-15-139-118c-53-94-53-202-53-202h768s20 108-33 202c-53 103-159 118-159 118l-128-192c-6 40-34 65-38 90 17 9 35 27 35 47 0 30 3 55-59 55-61 0-58-25-58-55 0-20 17-38 34-47-3-24-38-49-42-90z" />
<glyph unicode="&#xe596;" glyph-name="sales-man2" horiz-adv-x="1408" d="M325 340c131 0 217 121 217 270 0 150-24 271-217 271s-217-121-217-271c0-149 86-270 217-270zM494 653c1-15 2-29 2-44 0-118-68-213-171-213s-171 95-171 213v7c16 0 30 2 44 4 3-18 19-31 38-31 22 0 40 18 40 39 0 7-2 13-4 18 81 47 113 131 112 134 31-76 81-112 110-127zM365 628c0-21 17-39 39-39s39 18 39 39c0 22-17 40-39 40s-39-18-39-40zM1246 665h-596c-47 0-54-55-54-55v-162s3-54 54-54h216v-108h-379l-108-163c-5 35-33 54-33 54s31 29 31 50c0 32 2 59-52 59s-52-27-52-59c0-21 31-50 31-50s-30-18-33-54l-109 163s-72-5-117-95c-45-82-45-176-45-176h975c76 0 143 62 143 140 0 77-67 131-143 131v108h271l162 137zM714 581c-12 0-18-7-18-15 0-25 77-21 77-71 0-24-21-47-64-47-33 0-53 14-59 19l21 29c8-7 22-19 43-19 15 0 22 7 22 15 0 25-79 22-79 72 0 26 25 46 61 46 28 0 46-11 51-18l-23-26c-4 5-14 15-32 15zM890 487h-57l-11-36h-38l52 157h52l52-157h-39zM963 608h37v-130h64v-27h-101v157zM1087 608h102v-28h-64v-36h55v-27h-55v-39h66v-27h-104v157zM882 515l-7 22c-7 22-10 34-13 47h-1c-3-13-6-26-12-46l-8-23h41zM400 497l-18 14c-13-23-34-37-60-37-28 0-49 14-62 37l-17-16c17-28 44-47 79-47 34 0 61 19 78 49z" />
<glyph unicode="&#xe597;" glyph-name="sales-man3" horiz-adv-x="1536" d="M1536-64v1024h-832v-832c-51 105-128 128-128 128l-128-192-44 58s34 36 34 62c0 40 3 72-57 72-61 0-58-32-58-72 0-26 34-62 34-62l-37-58-128 192s-90-5-141-112c-51-97-51-208-51-208h1536zM384 320c155 0 256 143 256 320s-28 320-256 320-256-143-256-320 101-320 256-320zM1472 2l-64-2v384l-256 289-256-289v-384h-128v896h704v-894zM584 690c1-17 2-34 2-52 0-139-80-252-202-252s-202 113-202 252v9c19 0 36 2 52 4 4-21 23-36 45-36 26 0 47 21 47 46 0 8-2 15-5 21 96 55 134 155 133 158 37-89 95-132 130-150zM1152 744l258-285c7-7 16-11 25-10 8-1 18 3 24 10 13 14 13 37 0 51l-115 130v192h-64v-128l-102 117c-6 8-15 11-24 11h-4c-8 0-17-3-24-11l-281-311c-13-14-13-37 0-51 7-8 16-11 24-11 9 0 18 3 25 11zM431 661c0-25 20-46 46-46s47 21 47 46c0 26-21 47-47 47s-46-21-46-47zM380 448c41 0 73 23 93 58l-21 16c-16-27-41-43-72-43-32 0-57 16-73 43l-20-18c20-34 52-56 93-56zM960 320h128v-128h-128v128zM1216 320h128v-128h-128v128zM960 128h128v-128h-128v128zM1216 128h128v-128h-128v128z" />
<glyph unicode="&#xe598;" glyph-name="rent-sale" horiz-adv-x="1152" d="M512 576h484c15 0 28 12 28 27v329c0 16-12 28-27 28h-970c-15 0-27-12-27-28v-329c0-15 13-27 28-27h356v-64h-356c-15 0-28-12-28-27v-329c0-15 12-28 28-28h356v-128c0-27 36-64 64-64s64 37 64 64v128h384c7 0 20 3 25 7l231 185-231 185c-5 4-18 7-25 7h-384v64zM245 821c0-45-25-66-57-71v-2c14-6 23-16 36-38l41-70h-70l-45 83c-5 9-12 12-24 12h-4v-95h-58v256h88c59 0 93-22 93-75zM300 896h159v-46h-101v-57h87v-46h-87v-61h106v-46h-164v256zM587 896l55-101c14-24 28-53 38-78h2c-3 35-3 71-3 98v81h55v-256h-68l-60 108c-13 25-24 50-35 78h-2c3-25 4-45 4-89v-97h-56v256h70zM960 850h-67v-210h-59v210h-66v46h192v-46zM122 780h22c31 0 41 12 41 36 0 23-14 34-40 34h-23v-70zM163 401c-19 0-29-10-29-22 0-40 120-34 120-114 0-37-32-73-99-73-51 0-82 21-91 31l33 45c11-11 34-30 66-30 22 0 33 11 33 24 0 39-121 34-121 112 0 42 38 74 93 74 44 0 71-19 80-30l-36-40c-6 8-21 23-49 23zM510 196h-60l-17 57h-88l-17-57h-57l79 248h80zM603 240h97v-44h-155v248h58v-204zM892 400h-99v-56h85v-44h-85v-60h103v-44h-160v248h156v-44zM420 297l-10 35c-10 35-15 53-20 75h-1c-5-21-10-42-20-73l-11-37h62z" />
<glyph unicode="&#xe59b;" glyph-name="cross-square" d="M64-64h896c35 0 64 29 64 64v896c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-896c0-35 29-64 64-64zM832 384h-256v-256h-128v256h-256v128h256v256h128v-256h256v-128z" />
<glyph unicode="&#xe59c;" glyph-name="download" d="M384 960h256v-64h-256v64zM384 832h256v-64h-256v64zM384 704h256v-64h-256v64zM640 512h192l-320-320-320 320h192v64h256v-64zM1024-64v320h-64l-128-192h-640l-128 192h-64v-320h1024z" />
<glyph unicode="&#xe59f;" glyph-name="head-phones" horiz-adv-x="1152" d="M992 64h64c53 0 96 100 96 224s-43 224-96 224h-32c0 247-201 448-448 448s-448-201-448-448h-32c-53 0-96-100-96-224s43-224 96-224h64c-53 0-96 100-96 224s43 224 96 224h64c-53 0-96-100-96-224s43-224 96-224l4 1c51 5 92 102 92 223 0 96-26 176-62 208-1 5-2 11-2 16 0 177 143 320 320 320s320-143 320-320c0-5-1-11-2-16-36-32-62-112-62-208 0-71 14-134 37-175-38-30-86-49-139-49-14 0-27 2-39 5-15 35-49 59-89 59-53 0-96-43-96-96s43-96 96-96c43 0 78 29 90 67 13-1 25-3 38-3 71 0 134 26 184 68l10-4h4c53 0 96 100 96 224s-43 224-96 224h64c53 0 96-100 96-224s-43-224-96-224z" />
<glyph unicode="&#xe5ad;" glyph-name="unyson-o" horiz-adv-x="1088" d="M748 960c188 0 340-150 340-334v-626l-159-64-161 64v674c-1 38-9 50-38 70-29-19-24-34-26-70v-418c-8-177-117-320-364-320-188 0-340 88-340 320v641l159 63 161-64v-623s-9-126 38-126c35 36 26 126 26 126v367c8 177 182 320 364 320zM79 858l80-48 71 42-71 39zM297-1c214 0 208 261 208 261-1 9 7 370 7 380 0 121 54 195 120 247-92-46-179-140-184-247v-440c-7-82-69-136-153-136-92 0-162 81-167 176v508l-64 44v-536s-6-218 184-252c16-3 33-5 49-5zM1024 44v596c0 128-68 194-185 233-15 3-32 5-48 5-135 0-215-105-215-238v-391c0-99-43-223-128-249 145 43 192 158 192 256v428c7 82 68 136 153 136s160-54 167-136v-668zM286 128l12 1c-24 13-41 38-42 88v575l-64-44v-475s10-145 94-145zM896 16v658c-4 58-42 89-103 89l-12-1c28-28 50-46 51-88v-630z" />
<glyph unicode="&#xe601;" glyph-name="woman" d="M587 362v-42c245 22 245 158 245 320 0 178-110 320-320 320-211 0-320-142-320-320 0-160 0-294 232-319v42c25-13 52-20 83-20 29 0 56 7 80 19zM673 625c0-123-66-223-166-223-101 0-166 100-166 223v8c15 0 29 2 42 4 4-19 19-32 37-32 21 0 39 18 39 41 0 7-2 13-4 18 78 49 110 137 109 140 30-78 79-116 107-133 1-15 2-30 2-46zM545 646c0-23 17-41 38-41s38 18 38 41-17 41-38 41-38-18-38-41zM503 484c-26 0-47 15-60 38l-16-16c16-30 43-49 76-49 34 0 60 20 77 51l-18 14c-13-23-33-38-59-38zM512 64l-192 192s-89-21-140-122c-52-92-52-198-52-198h768s0 106-52 198c-51 101-140 122-140 122z" />
<glyph unicode="&#xe602;" glyph-name="man" d="M512 320c175 0 288 143 288 320s-31 320-288 320-288-143-288-320 113-320 288-320zM737 690c2-17 2-34 2-52 0-139-89-252-227-252s-227 113-227 252v9c21 0 40 2 58 4 5-21 26-36 51-36 29 0 53 21 53 46 0 8-3 15-6 21 108 55 151 155 150 158 41-89 107-132 146-150zM617 615c29 0 52 21 52 46 0 26-23 47-52 47s-53-21-53-47c0-25 24-46 53-46zM612 506l-24 16c-18-27-46-43-81-43s-63 16-81 43l-23-18c23-34 59-56 104-56 46 0 83 23 105 58zM96-64h832s0 111-56 208c-56 107-136 112-136 112l-128-192-72 58s40 36 40 62c0 40 3 72-67 72s-66-32-66-72c0-26 39-62 39-62l-66-58-128 192s-80-5-136-112c-56-97-56-208-56-208z" />
<glyph unicode="&#xe607;" glyph-name="house7" d="M320 720v240h-192v-480l-128-160h192v-384h640v384h192l-512 640z" />
<glyph unicode="&#xe608;" glyph-name="house-key" d="M0 448h128v-448s-2-64 64-64h640s64 2 64 64v448h128l-512 512zM761 568c71-71 71-188 0-259-51-51-124-66-187-45l-24-23-24-1-78 16v-128h-128v-128h-128v109s266 273 265 275c-19 63-4 134 46 184 71 72 186 72 258 0zM610 418c34-34 90-34 124 0s34 90 0 124-90 34-124 0-34-90 0-124z" />
<glyph unicode="&#xe609;" glyph-name="key2" horiz-adv-x="1152" d="M484 501l72-71 235 233 143-128 104 109-72 72 53 52 72-71 61 60-205 203zM576 224c0 159-129 288-288 288s-288-129-288-288 129-288 288-288 288 129 288 288zM288 384c88 0 160-72 160-160s-72-160-160-160-160 72-160 160 72 160 160 160z" />
<glyph unicode="&#xe60b;" glyph-name="cross-square-o" d="M64-64h896c35 0 64 29 64 64v896c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-896c0-35 29-64 64-64zM960 0h-896v896h896v-896zM448 512h-256v-128h256v-256h128v256h256v128h-256v256h-128v-256z" />
<glyph unicode="&#xe60c;" glyph-name="stop-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM128 448c0 212 172 384 384 384 84 0 161-28 224-73l-535-535c-45 63-73 140-73 224zM288 137l535 535c45-63 73-140 73-224 0-212-172-384-384-384-84 0-161 28-224 73z" />
<glyph unicode="&#xe60e;" glyph-name="money-bag" d="M640 704h192v64h-154l97 57-32 55-103-60v12l64 128h-384l64-192h256v-64zM960 256c0 210-135 395-320 448h-256c-196-45-320-230-320-448 0-251 207-320 448-320s448 69 448 320zM693 546l-29-70c-43 15-85 25-126 28v-139l30-12c52-18 87-38 107-58 19-21 29-46 29-76 0-37-14-68-43-92-28-24-69-38-123-44v-83h-54v81c-67 1-121 10-164 29v81c23-11 50-20 81-27 31-8 59-11 83-12v143l-34 12c-44 16-76 35-96 58-21 22-31 50-31 83 0 35 15 64 44 86 28 23 68 37 117 42v64h54v-63c54-2 106-12 155-31zM418 448c0-14 5-26 14-36 10-10 27-19 52-29v119c-21-3-38-9-49-18-11-10-17-22-17-36zM609 213c0 15-6 27-17 37-10 9-29 18-54 27v-122c47 7 71 26 71 58z" />
<glyph unicode="&#xe60f;" glyph-name="head-phones1" horiz-adv-x="1280" d="M1280 160c0 98-27 180-65 210l1 14c0 318-258 576-576 576s-576-258-576-576l1-14c-38-30-65-112-65-210 0-121 41-218 92-224h4c53 0 96 100 96 224s-43 224-96 224h64c53 0 96-100 96-224s-43-224-96-224h64c53 0 96 100 96 224s-43 224-96 224h-32c0 247 201 448 448 448s448-201 448-448h-32c-53 0-96-100-96-224s43-224 96-224h64c-53 0-96 100-96 224s43 224 96 224h64c-53 0-96-100-96-224s43-224 96-224l4 1c51 5 92 102 92 223z" />
<glyph unicode="&#xe615;" glyph-name="key3" horiz-adv-x="1346" d="M706-64v390c118 20 216 94 272 196 14-7 31-10 48-10 70 0 128 57 128 128s-58 128-128 128c-3 0-4-1-7-1-11 66-38 125-78 175 30 11 60 18 85 18 179 0 320-143 320-320v-704h-640zM1073 639c2-26-18-48-44-50l-434 87c-26-1-48 18-50 44-1 26 18 48 44 49l87-17c-3 13-11 26-22 37-34 34-89 34-123 0-18-17-27-41-26-64-1-19-1-66 12-93 15-34 48-37 48-37l288-57c-12-22-28-42-47-61-76-76-188-97-284-62 0 0-76-88-101-91-31-1-34 46-57 47-22 1-65-43-66-66-2-23 54-37 56-56 3-20-29-45-54-45-26-1-35 44-57 47s-90-57-88-87c1-31 45-38 47-60 3-21-76-81-107-82s-157 113-57 227l324 320c-37 96-17 209 61 287 106 104 277 104 383-1 42-41 67-91 76-145l141-28c26 2 49-18 50-43z" />
<glyph unicode="&#xe616;" glyph-name="house8" horiz-adv-x="1152" d="M449 960h-129v-128h-128l-192-320h128v-576h896v576h128l-192 320h-512zM896 0v256h-256v-256h-448v512h768v-512h-64zM384 448h-128v-128h128v128zM576 448h-128v-128h128v128zM768 448h-128v-128h128v128zM384 256h-128v-128h128v128zM576 256h-128v-128h128v128z" />
<glyph unicode="&#xe617;" glyph-name="sale-sign2" d="M640 896v64h-256v-64h-320v-704h320v-128h-128v-128h512v128h-128v128h320v704h-320zM128 832h768v-576h-768v576zM479 532c37 0 65 10 84 30s29 49 29 88-10 68-29 88-47 30-84 30-65-10-84-30-29-49-29-88c0-38 10-68 29-88 20-20 47-30 84-30zM337 715v49h-137v-229h61v86h70v50h-70v44h76zM712 618l49-83h71l-68 100c27 14 40 35 40 62 0 45-32 67-95 67h-76v-229h63v83h16zM514 701c8-11 12-28 12-51s-4-40-12-50c-8-11-19-17-35-17-31 0-47 23-47 67 0 45 16 67 47 67 16 0 27-5 35-16zM696 717h12c22 0 33-7 33-23 0-19-11-29-33-29h-12v52zM253 362c-9 0-19 2-30 4-11 3-21 7-31 12v-46c9-4 19-8 27-9 9-2 20-3 33-3 15 0 29 3 40 8 12 5 20 12 27 21 6 9 9 20 9 32 0 13-4 24-10 32-7 9-18 17-35 24-17 8-28 13-32 16s-6 7-6 10c0 4 2 7 5 9s8 4 15 4c13 0 29-4 47-13l16 40c-21 10-42 14-62 14-22 0-40-5-53-15s-20-23-20-41c0-9 2-18 5-25 3-6 8-13 14-18s16-11 28-16c14-7 23-11 26-13s6-4 7-6c2-2 2-4 2-7 0-4-1-7-5-10s-9-4-17-4zM394 323l10 36h63l10-36h57l-64 192h-70l-63-192h57zM555 323h127v41h-75v150h-52v-191zM713 323h115v42h-63v36h58v42h-58v30h63v41h-115v-191zM435 484l6-24 7-27 8-32h-41l15 61z" />
<glyph unicode="&#xe618;" glyph-name="house9" d="M992 0v448c5 17-4 54-18 67l-109 115v295c0 20-16 35-36 35h-56c-20 0-37-17-37-37v-187s-168 183-189 198c-21 16-53 20-73 0l-424-415c-13-14-22-54-18-71v-448c0-29 34-64 64-64s64 35 64 64v448l351 349 353-349v-448c0-29 34-64 64-64s64 35 64 64zM426 384h-147c-30 0-55-22-55-48v-352c0-26 25-48 55-48h147c30 0 54 22 54 48v352c0 26-24 48-54 48zM749 384h-89c-28 0-52-23-52-52v-88c0-29 24-52 52-52h89c28 0 51 23 51 52v88c0 29-23 52-51 52z" />
<glyph unicode="&#xe61c;" glyph-name="minus-circle2" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM256 384h512v128h-512v-128z" />
<glyph unicode="&#xe62b;" glyph-name="drop" d="M512-64c177 0 320 143 320 320s-320 704-320 704-320-527-320-704 143-320 320-320zM588 555c68-39 116-130 116-235s-48-196-116-235c32 58 52 142 52 235s-20 177-52 235z" />
<glyph unicode="&#xe62c;" glyph-name="plus-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM576 384h192v128h-192v192h-128v-192h-192v-128h192v-192h128v192z" />
<glyph unicode="&#xe637;" glyph-name="peace-circle" d="M512 960c282 0 512-230 512-512s-230-512-512-512-512 230-512 512 230 512 512 512zM448 512v320c-178-33-320-197-320-384 0-68 18-123 49-178zM896 448c0 187-142 351-320 384v-320l271-242c31 55 49 110 49 178zM448 320l-181-158c49-41 115-86 181-98v256zM576 320v-256c66 12 132 57 181 98z" />
<glyph unicode="&#xe638;" glyph-name="ying-yang" d="M876 88c96 97 148 224 148 360 0 135-53 263-148 360-98 98-230 151-364 152-130 0-262-50-364-153-96-96-148-224-148-359 0-136 53-264 148-360s222-150 358-152h14c135 2 261 56 356 152zM712 695v-10c0-110-90-200-200-200-151 0-275-123-275-275v-7l1-4v-3l1-13v-1c3-34 13-66 28-95-116 79-192 211-192 361 0 237 193 433 431 437h6c17 0 34-2 49-6 83-22 146-96 151-184zM480 576c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM480 64c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z" />
<glyph unicode="&#xe639;" glyph-name="peace-heart" d="M515-96c0 0 765 718 371 953-227 135-374-121-374-121s-148 256-375 121c-393-235 378-953 378-953zM512 672c141 0 256-115 256-256s-115-256-256-256c-142 0-256 115-256 256s114 256 256 256zM324 416c0-33 9-64 24-91l129 129v146c-87-16-153-92-153-184zM546 454l129-129c15 27 24 58 24 91 0 92-66 168-153 184v-146zM477 357l-85-85c24-20 53-34 85-40v125zM546 357v-125c32 6 61 20 85 40z" />
<glyph unicode="&#xe63b;" glyph-name="first-aid-kit" d="M64-64h896c35 0 64 29 64 64v640c0 35-29 64-64 64h-192v192c0 35-29 64-64 64h-384c-35 0-64-29-64-64v-192h-192c-35 0-64-29-64-64v-640c0-35 29-64 64-64zM704 704h-384v192h384v-192zM768 256h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128z" />
<glyph unicode="&#xe63c;" glyph-name="check-circle-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM832 550l-89 90-265-269-133 135-89-90 177-179 45-45z" />
<glyph unicode="&#xe63d;" glyph-name="darts" d="M512 153h47l32-61c-25-4-52-6-79-6-247 0-448 195-448 437 0 241 201 437 448 437s448-196 448-437c0-112-43-213-113-290l-42 55c54 64 86 146 86 235 0 204-170 370-379 370s-379-166-379-370c0-205 170-370 379-370zM709 306l-21 36c49 46 81 111 81 184 0 140-117 253-260 253-144 0-260-113-260-253s116-254 260-254c21 0 41 3 60 7l18-43c-25-6-51-10-78-10-170 0-307 134-307 300 0 165 137 299 307 299 169 0 307-134 307-299 0-88-39-167-100-222zM506 452c4 0 9 1 14 2l53-93c-40-15-86-19-135 1-148 61-148 266 0 327 22 9 46 14 71 14 100 0 182-79 182-177 0 45 9-43-33-101-7-11-13-20-40-40l-56 94c10 12 16 27 16 44 0 39-32 70-72 70s-72-31-72-70 32-71 72-71zM792 230l119-204h-110l-54-90-119 199 33 79-88 147 45 24 92-147z" />
<glyph unicode="&#xe646;" glyph-name="pigeon" horiz-adv-x="1489" d="M1422 251c114 0 47-99 47-99s-24-127-101-172c-55-32-147 23-179 45 35-28-71 52-138 101-85-31-100-37-155-46-181-17-310-19-485 59s-189 337-189 337-6 62-101 73c-70 10-121 13-121 13s70 86 182 112c112 27 228-111 337-171l8-8c15 73 18 181 228 292 88 49 166 67 319 85 153 8 195 88 195 88s110-195-67-311c-49-33-52-31-137-80-119-57-150-160-170-225 62-20 127-36 190-46 221-37 223-47 337-47z" />
<glyph unicode="&#xe64c;" glyph-name="delete-circle2" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM768 294l-154 154 154 154-102 102-154-154-154 154-102-102 154-154-154-154 102-102 154 154 154-154z" />
<glyph unicode="&#xe65b;" glyph-name="eye-dropper" d="M855 498l90 90c63 63 63 164 0 227l-90 90c-63 62-164 62-227 0l-90-90c-63-63-23-114-68-159l-68 68c-12 12-33 12-45 0-13-13-13-33 0-45l68-68-204-204c-37-37 21-160-22-203l-23-23c-13-13-13-33 0-45 12-13 33-13 45 0l23 22c40 40 166-15 203 23l204 204 68-68c12-13 33-13 45 0 13 12 13 32 0 45l-68 68c47 46 96 5 159 68zM470 566l136-136-181-181c-25-25-66-25-91 0l-45 45c-25 25-25 66 0 91zM95-71c35 0 64 28 64 64 0 35-64 128-64 128s-64-93-64-128c0-36 29-64 64-64z" />
<glyph unicode="&#xe66c;" glyph-name="info-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 768c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM576 512c0 0-20-289 64-384-222 0-192 384-192 384 0 35 29 64 64 64s64-29 64-64z" />
<glyph unicode="&#xe66d;" glyph-name="go" horiz-adv-x="1088" d="M0-64h128v1024h-128v-1024zM1088 576l-320 384h-576v-768h576zM523 627v-161c-21-7-40-11-59-14-18-3-37-4-57-4-49 0-86 14-112 41-26 28-39 68-39 119 0 50 15 89 45 117 30 29 72 43 125 43 33 0 66-7 97-20l-23-52c-24 11-49 17-74 17-30 0-54-10-72-29s-27-45-27-77c0-34 7-60 22-77 14-18 35-27 63-27 14 0 29 1 44 4v65h-62v55h129zM742 768c50 0 88-14 114-41 27-28 40-67 40-119 0-51-13-91-40-119-27-27-65-41-115-41s-88 14-115 41c-27 28-40 68-40 120 0 51 14 91 40 118 27 27 65 41 116 41zM741 503c55 0 83 35 83 105s-28 105-82 105c-28 0-49-9-63-26-14-18-21-44-21-79s7-61 21-78c14-18 35-27 62-27z" />
<glyph unicode="&#xe671;" glyph-name="usd-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM731 360c2-18 3-34 3-48 0-13-3-28-9-47s-16-38-32-56c-15-18-35-34-61-48-24-13-54-20-90-24v-73h-64v73c-56 5-101 24-133 57-34 34-54 85-59 151h113c0-32 8-57 25-76 14-16 33-27 54-32v176c-1 0-2 1-3 1-5 2-10 3-15 4-20 6-40 12-59 20-19 7-37 18-52 30-15 13-27 29-36 48-10 18-14 42-14 70 0 29 5 54 16 76 10 22 24 41 41 56 17 14 37 26 59 34 21 7 42 11 63 13v67h64v-67c21-3 41-7 59-15 21-8 40-19 56-33 16-15 29-33 39-54s16-47 18-76h-114c-1 23-8 42-20 57-11 13-24 20-38 22v-150l11-3c6-1 13-3 21-5 40-12 70-26 92-42 21-17 37-34 47-52s16-36 18-54zM430 555c10-9 27-16 48-22v134c-6-1-13-1-19-3-9-3-16-7-23-13s-13-13-17-22-6-19-6-31c0-19 6-33 17-43zM591 257c9 6 15 15 21 25 5 9 8 21 8 35 0 22-7 38-20 49-12 10-32 19-58 27v-157c7 1 14 2 21 5 11 4 20 9 28 16z" />
<glyph unicode="&#xe672;" glyph-name="euro-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM538 832c51 0 106-17 166-52l-56-130c-42 31-82 47-119 47-59 0-98-42-121-121h168l-64-64h-117l-4-33-1-43 5-52h181l-64-64h-105c22-82 64-124 125-124 46 0 93 22 141 66l-1-157c-41-27-88-41-140-41-77 0-139 28-186 84-36 43-60 101-75 172h-143l64 64h69l-3 52v27c0 9 0 15 1 16l3 33h-134l64 64h80c16 73 44 133 85 177 48 53 108 79 181 79z" />
<glyph unicode="&#xe673;" glyph-name="pound-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM468 300c-16-21-34-40-55-56l2-2c15 9 27 15 37 18 9 2 19 4 27 4 13 0 25-1 38-4l37-7c13-3 25-5 37-8 12-2 24-3 37-3s25 2 38 7c13 4 28 15 45 34l57-96c-23-22-47-37-73-46s-51-13-75-13-43 2-59 5-31 7-44 11c-14 5-28 9-41 13-14 4-32 6-52 6-18 0-35-2-54-7s-37-14-55-28l-59 87c13 8 26 17 39 28s25 24 34 37c10 13 18 27 24 43 7 15 10 31 10 48 0 4-2 9-2 13h-105v64h83l-27 66c-10 12-19 30-29 53-9 23-14 49-14 77 0 26 5 49 16 72 10 23 26 43 46 60s45 31 75 41c31 10 66 15 106 15 72 0 129-20 169-60 40-41 61-99 61-176h-128c-1 10-2 22-4 36s-6 28-13 41c-6 13-17 24-30 34-14 10-32 15-56 15-29 0-51-8-68-24s-25-37-25-63c0-8 0-15 1-22 0-7 2-15 4-24s6-19 11-31c6-12 13-27 23-44l22-66h97v-64h-86l1-8c0-30-8-55-23-76z" />
<glyph unicode="&#xe674;" glyph-name="yen-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM736 706l-168-320h136v-64h-128v-64h128v-64h-128v-64h-128v64h-128v64h128v64h-128v64h128l-160 320h114l111-230h2l109 230h112z" />
<glyph unicode="&#xe675;" glyph-name="rouble-circle" d="M512-64c-283 0-512 229-512 512s229 512 512 512 512-229 512-512-229-512-512-512zM756 690c-7 27-19 51-36 72s-39 38-65 51c-27 13-59 19-97 19h-238v-320h-128v-128h128v-64h-128v-128h128v-128h128v128h128v128h-128v64l110-4c38 0 70 7 97 20 26 12 48 29 65 50s29 46 36 73c8 27 12 55 12 83 0 29-4 57-12 84zM609 529c-9-6-20-11-33-13-12-3-25-4-38-4h-90v192h90c13 0 26-1 38-4 13-2 24-7 33-13 9-7 17-17 23-30 5-12 8-29 8-49s-3-37-8-49c-6-13-14-23-23-30z" />
<glyph unicode="&#xe676;" glyph-name="bitcoin-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM738 407c20-27 30-60 30-97 0-30-6-59-19-86-13-28-31-50-53-67-23-17-56-29-56-29h-64v-32c0-18-14-32-32-32s-32 14-32 32v32h-128v-32c0-18-14-32-32-32s-32 14-32 32v32h-64v640h64v32c0 18 14 32 32 32s32-14 32-32v-32h128v32c0 18 14 32 32 32s32-14 32-32v-32l33-5c23-4 45-13 63-26 19-14 35-32 47-54 13-23 19-48 19-76 0-31-8-59-23-84-16-25-37-44-63-57 37-11 66-31 86-59zM384 512h128c35 0 64 29 64 64s-29 64-64 64h-128v-128zM384 256h192c35 0 64 29 64 64s-29 64-64 64h-192v-128z" />
<glyph unicode="&#xe677;" glyph-name="lira-circle" d="M512-64c-283 0-512 229-512 512s229 512 512 512 512-229 512-512-229-512-512-512zM827 461c-3 3-6 4-11 4h-80c-5 0-9-1-12-4-3-4-4-8-4-13 0-69-22-129-65-179s-81-78-144-82v265l181 66c8 3 12 9 12 17v70c0 6-2 11-7 14-4 4-9 5-14 3l-172-63v50l181 66c8 3 12 9 12 17v70c0 6-2 11-7 14-4 4-9 5-14 3l-172-63 1 116h-128v-154l-116-39c-8-2-12-8-12-16v-70c0-6 2-11 7-14 3-3 6-4 9-4l5 1 107 36v-51l-116-39c-8-3-12-8-12-17v-69c0-6 2-11 7-15 3-2 6-3 9-3l5 1 107 36v-351h96c64 0 122 17 177 52 53 34 96 81 128 139 31 59 47 124 47 193 0 5-1 9-5 13z" />
<glyph unicode="&#xe678;" glyph-name="rupee-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM704 512h-67c-10-102-68-188-147-229l134-188-111-64-164 230c-10 2-20 1-29 4v101c10-3 21-5 32-5 79 0 144 65 157 151h-189v64h188c-9 55-37 102-79 128h-109v128h384v-128h-107c22-37 36-81 41-128h66v-64z" />
<glyph unicode="&#xe67c;" glyph-name="warning-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM576 704v-320c0-35-29-64-64-64s-64 29-64 64v320c0 35 29 64 64 64s64-29 64-64zM512 256c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe680;" glyph-name="shekel-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM640 320h-64v256c2 39-56 128-128 128h-128v-512h-64v536c0 22 17 40 38 40h141c113 0 205-98 205-218v-230zM768 768v-536c0-22-17-40-38-40h-141c-113 0-205 98-205 218v230h64v-256c-2-39 56-128 128-128h128v512h64z" />
<glyph unicode="&#xe681;" glyph-name="rand-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM754 161c3-13 8-24 14-33h-131c-7 20-11 45-13 73s-4 55-8 80c-4 34-13 58-28 74-14 15-43 29-76 29h-128v-256h-128v640h321c26 0 50-5 72-14 21-9 39-22 54-38 16-16 27-35 35-56s13-44 13-69c0-37-8-70-23-97-14-28-38-49-72-63v-2c17-5 30-12 40-22 11-10 20-21 26-35 7-13 12-28 15-44s5-32 6-49l2-35c0-14 1-28 3-42 1-15 3-28 6-41zM384 512h157c33 0 58 5 74 15 17 10 25 27 25 50 0 22-8 38-25 48-16 10-41 15-74 15h-157v-128z" />
<glyph unicode="&#xe682;" glyph-name="usd" d="M576 535v213c13-5 25-13 35-26 19-22 28-50 29-81h163c-2 41-10 77-25 107-15 31-33 56-56 77-23 20-50 36-80 48-21 7-44 11-66 15v72h-128v-68c-24-4-48-9-71-17-32-12-61-28-85-49-25-21-44-48-59-79s-23-67-23-108c0-40 7-73 20-100s30-49 52-67 47-32 74-43c28-11 56-20 84-28l8-2v-249c-22 9-43 21-60 40-23 26-35 62-34 107h-162c8-94 36-165 84-214 42-43 100-69 172-79v-68h128v69c43 6 81 15 110 31 37 20 66 43 88 68 22 26 37 52 45 79 9 27 13 49 13 66 0 20-1 43-4 69-3 25-11 51-26 77-14 25-37 50-68 73-30 24-74 44-131 60zM439 750c3 1 6 0 9 1v-182c-21 8-39 16-50 26-16 14-24 35-24 61 0 17 2 31 8 44 6 12 14 23 24 31s21 15 33 19zM588 149c-4-1-8-1-12-2v213c29-11 51-21 65-33 18-16 28-39 28-70 0-20-4-36-12-50-7-14-17-26-29-35-12-10-25-17-40-23z" />
<glyph unicode="&#xe683;" glyph-name="euro" d="M848 717l80 174c-86 46-165 69-238 69-104 0-190-35-259-105-55-55-94-127-117-215h-154l-64-128h196l-3-22c-1-2-1-10-1-23v-36l4-47h-132l-64-128h215c22-85 56-155 104-208 67-75 156-112 266-112 76 0 143 18 201 54l2 210c-69-59-137-88-202-88-82 0-139 49-173 144h163l64 128h-253l-5 47 1 59 3 22h190l64 128h-227c33 93 89 140 168 140 53 0 110-21 171-63z" />
<glyph unicode="&#xe684;" glyph-name="pound" d="M679 669c2-21 4-38 5-52h176c0 112-28 197-84 255-55 59-133 88-233 88-54 0-102-7-144-22s-76-34-104-60c-28-25-49-54-63-87-15-33-22-67-22-104 0-41 7-78 20-112s26-60 39-77l19-50h-160v-128h206c2-10 5-20 5-30 0-25-4-49-13-71s-20-43-33-62c-14-19-29-37-47-53s-36-30-54-42l81-126c25 20 50 34 76 40 25 7 50 11 73 11 29 0 53-3 72-9 19-5 38-11 57-19 18-6 38-12 60-16 22-5 49-7 82-7s67 6 103 19c35 13 69 35 100 67l-78 139c-24-27-44-43-62-50-18-6-35-9-53-9-17 0-34 1-50 5-17 3-34 7-51 11l-51 11c-17 3-35 4-52 4-12 0-25-1-38-5s-30-12-50-26l-3 3c29 23 54 51 75 81 21 31 32 68 32 111 0 8-1 15-1 23h190v128h-220l-16 50c-13 25-23 46-31 63-7 17-12 33-15 46s-5 25-6 35-1 21-1 31c0 39 11 69 34 92s54 35 93 35c33 0 59-7 77-22 19-14 33-30 42-50 9-19 15-39 18-59z" />
<glyph unicode="&#xe685;" glyph-name="yen" d="M576 192v192h320v128h-320l320 448h-170l-214-308-214 308h-170l320-448h-320v-128h320v-192h-320v-128h320v-128h128v128h320v128h-320z" />
<glyph unicode="&#xe686;" glyph-name="rouble" d="M416 320h256c141 0 256 115 256 256v128c0 141-115 256-256 256h-384v-512h-192v-128h192v-128h-192v-128h192v-128h128v128h256v128h-256v128zM800 704v-128c0-71-57-128-128-128h-256v384h256c71 0 128-57 128-128z" />
<glyph unicode="&#xe687;" glyph-name="bitcoin" d="M640 0v64c106 0 192 86 192 192v64c0 64-32 121-80 155 10 21 16 44 16 69v128c0 77-55 142-128 157v67c0 35-29 64-64 64s-64-29-64-64v-64h-128v64c0 35-29 64-64 64s-64-29-64-64v-64h-64v-768h64v-64c0-35 29-64 64-64s64 29 64 64v64h128v-64c0-35 29-64 64-64s64 29 64 64zM640 640v-64c0-35-29-64-64-64h-256v192h256c35 0 64-29 64-64zM704 320v-64c0-35-29-64-64-64h-320v192h320c35 0 64-29 64-64z" />
<glyph unicode="&#xe688;" glyph-name="lira" d="M797 205c-43-50-184-141-271-141v312l413 207-58 114-355-177v144l349 175-58 114-291-145v152h-128v-216l-349-175 58-114 291 145v-144l-285-143 58-114 227 113v-376h128c85 0 218 81 273 116 53 34 96 81 128 139 63 133 47 193 47 193h-112s-22-129-65-179z" />
<glyph unicode="&#xe689;" glyph-name="rupee" d="M815 505h-170c-28-87-86-158-159-196l235-297-132-76-270 347c-12 3-100 3-110 5v120c11-4 100-6 113-6 69 0 128 41 162 103h-275v152h298c-10 65-44 120-93 151h-205v152h606v-152h-202c26-44 42-96 48-151h154v-152z" />
<glyph unicode="&#xe68b;" glyph-name="stethoscope" d="M881 439c79 0 142 62 142 139 0 76-63 138-142 138-78 0-141-62-141-138 0-11 1-22 4-32-59-42-188-117-140-265 30-93 20-148-25-208-19-26-53-56-108-56-71 0-142 37-172 89-11 20-20 49-1 79 42 66 24 124 13 163 23 4 46 11 68 23 10 5 27 19 43 35 92 24 156 74 156 175 0 86-20 187-72 254l-48 64c-50 57-128 21-128-31 0-53 43-101 96-96 13 1 36 7 49 8 31-55 39-136 39-199 0-87-61-113-146-128-22-3-47-5-72-5-35 0-69 5-98 10-78 15-132 42-132 122 0 64 8 145 41 200 13-1 37-7 51-9 53-4 96 43 96 96s-78 90-128 32c-21-27-37-48-48-65-55-65-76-167-76-254 0-94 59-143 145-168 9-17 21-33 31-39 17-9 34-16 51-20 16-34 34-77 2-127-31-48-31-105-1-157 43-78 140-130 241-130 69 0 130 31 172 88 61 80 75 159 37 277-35 110 72 149 103 174 26-24 60-39 98-39zM884 632c30 0 54-24 54-54 0-29-24-54-54-54s-54 25-54 54c0 30 24 54 54 54z" />
<glyph unicode="&#xe68c;" glyph-name="power-off" d="M512 448c35 0 64 29 64 64v384c0 35-29 64-64 64s-64-29-64-64v-384c0-35 29-64 64-64zM512-64c247 0 448 201 448 448 0 203-135 371-320 426v-134c113-49 192-161 192-292 0-177-143-320-320-320s-320 143-320 320c0 131 79 243 192 292v134c-185-55-320-223-320-426 0-247 201-448 448-448z" />
<glyph unicode="&#xe68e;" glyph-name="syringe" horiz-adv-x="1042" d="M816 629l-408-407 91-91-46-45-135 136-181-181 45-46-45-45-136 136 45 45 45-45 181 181 23-22-158 158 45 45 90-91 408 408 45-45 226 226h91l-272-272zM725 629l-45 45-181-181 45-45z" />
<glyph unicode="&#xe68f;" glyph-name="play-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM768 446l-384-190v384z" />
<glyph unicode="&#xe690;" glyph-name="lao-kip" d="M672 448l320-512h-234l-268 483-74-99v-384h-192v512h-192v128h192v384h192v-320l323 320h235l-347-384h365v-128h-320z" />
<glyph unicode="&#xe691;" glyph-name="shekel" d="M704 192c35 0 64 29 64 64v269c0 240-184 435-411 435h-281c-42 0-76-36-76-80v-880c0-35 29-64 64-64s64 29 64 64v832h256c143 0 260-178 256-256v-320c0-35 29-64 64-64zM1024 16v880c0 35-29 64-64 64s-64-29-64-64v-832h-256c-143 0-260 178-256 256v320c0 35-29 64-64 64s-64-29-64-64v-269c0-240 184-435 411-435h281c42 0 76 36 76 80z" />
<glyph unicode="&#xe692;" glyph-name="rand" d="M789 383c-16 16-36 27-60 35v3c50 23 86 56 108 100s33 96 33 156c0 40-6 76-18 110s-30 64-53 90-50 46-82 61-68 22-108 22h-481v-1024h192v384h192c49 0 97-5 114-21 25-22 36-64 43-118 5-41 8-84 11-129 2-45 9-84 20-116h196c-9 14-16 32-21 52-4 21-8 43-10 66s-3 45-4 67l-2 57c-2 26-5 52-10 78-4 26-12 49-22 71-10 21-23 40-38 56zM704 672v-64c0-53-43-96-96-96h-288v256h288c53 0 96-43 96-96z" />
<glyph unicode="&#xe693;" glyph-name="usd-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10l-1 1c-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM606 128v67c21 3 40 8 55 18 18 11 33 24 44 39 11 14 18 29 23 45 4 15 6 28 6 38 0 11-1 24-2 39-1 14-6 29-13 43-7 15-19 29-34 43-15 13-37 24-65 34l-14 4v122c6-3 12-8 18-15 9-13 14-29 14-47h82c-2 24-6 44-13 62-7 17-17 32-28 43-12 12-25 21-40 28-10 4-22 6-33 9v68h-64v-67c-12-3-24-4-36-9-16-7-30-16-42-28s-22-27-30-45c-7-18-11-38-11-62 0-23 3-42 10-57 6-15 15-28 26-38 11-11 23-19 37-25s28-12 42-16l4-1v-142c-11 5-21 12-30 22-12 15-17 36-17 62h-81c4-54 18-95 42-123 21-24 51-37 86-43v-68h64zM542 621v-104c-11 5-20 9-25 15-8 8-12 20-12 35 0 10 1 18 4 25s7 13 12 18 10 8 17 10zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10l1-1c94-131 249-217 424-217 288 0 521 229 521 512h65zM606 276v121c14-6 25-12 32-18 10-9 14-23 14-40 0-11-2-21-5-29-4-8-9-15-15-20s-13-10-20-13z" />
<glyph unicode="&#xe694;" glyph-name="euro-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM423 440l5-50c0-2 1-4 1-6h-77l-32-64h127c11-28 26-52 45-72 36-37 84-56 143-56 41 0 77 9 108 27l1 105c-37-29-73-44-108-44-33 0-57 14-76 40h48l32 64h-107c0 2-1 4-2 6l-5 50v8h82l32 64h-107l1 7c16 63 49 95 99 95 28 0 59-11 92-31l43 86c-46 23-89 35-128 35-56 0-103-18-140-53-35-32-58-76-70-132v-7h-78l-32-64h103v-8zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 6-10h1s0-1 1-1c94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe695;" glyph-name="pound-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10l-1 1c-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM384 384h103c1-5 3-10 3-15 0-13-3-24-7-35-4-12-10-22-17-32-6-9-14-18-23-26s-18-15-27-21l40-63c13 10 26 17 38 20 13 4 25 5 37 5 14 0 26-1 36-4 9-2 19-6 29-9 9-4 19-6 30-9 10-2 24-3 40-3 17 0 34 3 52 10 18 6 34 17 50 33l-39 69c-12-13-22-21-31-24s-18-5-26-5c-9 0-17 1-26 2l-25 6-26 5c-8 2-17 3-25 3-7 0-13-1-19-3-7-2-15-6-26-13l-1 1c14 12 27 26 37 41 11 15 16 34 16 55v12h127v64h-142l-8 25c-7 12-12 23-15 32-4 8-7 16-8 23-2 6-3 12-3 17l-1 16c0 19 6 34 18 46 11 11 27 17 46 17 17 0 29-4 39-11 9-7 16-15 21-25 4-9 7-19 8-30l3-25h88c0 55-14 98-42 127s-66 44-116 44c-28 0-52-4-73-11-20-7-38-17-52-30-13-12-24-27-31-43-7-17-11-34-11-52 0-21 3-40 10-57 6-17 13-29 19-38l10-25h-80v-64zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10l1-1c94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe696;" glyph-name="yen-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10l-1 1c-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM352 706l160-320h-128v-64h128v-64h-128v-64h128v-64h128v64h128v64h-128v64h128v64h-136l168 320h-112l-109-230h-2l-111 230h-114zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10l1-1c94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe697;" glyph-name="rouble-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM448 384v-64h-64v-64h64v-64h64v64h192v64h-192v64h128c71 0 128 57 128 128v64c0 71-57 128-128 128h-192v-256h-64v-64h64zM512 640h128c35 0 64-29 64-64v-64c0-35-29-64-64-64h-128v192zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10 0 0 0-1 1-1 94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe698;" glyph-name="bitcoin-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM480 128c18 0 32 14 32 32v32h128v-32c0-18 14-32 32-32s32 14 32 32v33c72 8 128 68 128 141v64c0 46-27 85-66 103 1 9 2 17 2 25v64c0 63-51 114-114 114h-14v32c0 18-14 32-32 32s-32-14-32-32v-32h-64v32c0 18-14 32-32 32s-32-14-32-32v-32h-64v-512h64v-32c0-18 14-32 32-32zM512 640h64c35 0 64-29 64-64s-29-64-64-64h-64v128zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10 0 0 0-1 1-1 94-131 249-217 424-217 288 0 521 229 521 512h65zM512 290v128h128c35 0 64-29 64-64s-29-64-64-64h-128z" />
<glyph unicode="&#xe699;" glyph-name="lira-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM511 521v-43l-127-47v-50s86 27 127 41v-230h65c2 1 5 0 7 1 144 17 222 91 251 228 3 18 4 16 6 34h-66c-1-159-149-199-198-199v190l192 68v49l-192-68v49l192 75v45l-192-70v110h-66v-133l-126-37v-56zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10 0 0 0-1 1-1 94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe69c;" glyph-name="clock" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM832 448l-64-62h-320v382l64 64 64-64v-254h192z" />
<glyph unicode="&#xe69e;" glyph-name="key" d="M608 512h128c35 0 64 29 64 64v320c0 35-29 64-64 64h-448c-35 0-64-29-64-64v-320c0-35 29-64 64-64h128v-128h64v-64h-64v-64h-64v-64h128v-64h-64v-64h-64v-64h64v-64h192v576zM672 800v-64c0-18-14-32-32-32h-256c-18 0-32 14-32 32v64c0 18 14 32 32 32h256c18 0 32-14 32-32z" />
<glyph unicode="&#xe6ad;" glyph-name="themefuse-o" horiz-adv-x="961" d="M939 824c62-55-19-343-129-552-129-246-308-336-330-336-20 0-220 91-349 336-108 205-157 524-119 552 39 14 173-27 468 136 291-161 429-116 459-136zM771 294c96 182 167 434 112 482-26 18-147-22-401 119-258-142-375-107-409-119-33-24 10-304 105-482 112-214 287-293 304-293 19 0 176 78 289 293zM815 716c10 0 11-17 11-17 0-101-14-129-23-167-80-341-277-457-279-463-24-19-37-26-57-22-190 96-272 334-289 379-56 151-56 231-52 274 0 8 8 13 8 13 221 24 343 103 343 103 153-89 338-99 338-100zM687 594c12 1 17 8 16 18-1 21-35 29-56 28-68-5-108-87-116-139l-36 18-98-18 9 70-52-3-15-67h-67l-15-39 78 1-20-82c-3-19-5-25-2-38 8-31 29-53 47-51 50 3 72 19 78 76l-27-2c-10-39-8-51-26-50-25 3-22 20-26 25-2 3 2 11 5 23l23 100 99 17 35-17-28-157c-6-28-14-54-20-65-4-8-21-17-38-19-4 0-15 4-15 9-3 6-9 9-14 10-15-1-24-16-24-27 2-19 27-24 44-23 41 3 106 22 142 208l11 64h76l10 37h-77c8 86 43 102 68 104 3 0 9 0 12-2 4-6 11-10 19-9zM668 603l-1 1z" />
<glyph unicode="&#xe700;" glyph-name="rupee-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10l-1 1c-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM384 640h64c82 3 110-32 126-63l-190-1v-64l196-3c-6-22-20-39-44-51-23-11-90-9-90-9l-62-1v-64l192-256h128s-56 80-195 241c49 5 88 20 118 45 31 24 49 56 55 95l86 3v64l-87 1c-5 23-14 42-27 59l114 4v64h-384v-64zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10l1-1c94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe701;" glyph-name="lao-kip-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM486 192v198h9l204-198h133l-256 256h192v64h-164l201 256h-124l-195-252v252h-102v-256h-128v-64h128v-256h102zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10 0 0 0-1 1-1 94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe702;" glyph-name="shekel-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM352 192c18 0 32 14 32 32v416h128c72 0 130-89 128-128v-160c0-18 14-32 32-32s32 14 32 32v134c0 120-92 218-205 218h-141c-21 0-38-18-38-40v-440c0-18 14-32 32-32zM800 704c-18 0-32-14-32-32v-416h-128c-72 0-130 89-128 128v160c0 18-14 32-32 32s-32-14-32-32v-134c0-120 92-218 205-218h141c21 0 38 18 38 40v440c0 18-14 32-32 32zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10 0 0 0-1 1-1 94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe703;" glyph-name="rand-exchange" horiz-adv-x="1152" d="M982 691c17 6 25 25 19 41-2 4-4 7-6 10-1 0-1 1-1 1-93 131-245 217-418 217-283 0-512-229-512-512h-64l93-128 99 128h-64c0 247 201 448 448 448 151 0 285-75 366-190h1c8-14 24-21 39-15zM496 192v201h112c32 0 54-6 66-17 12-10 18-32 18-65l1-47c0-16 2-30 5-45 1-7 4-16 7-27h127v13c-11 6-18 16-21 29-2 8-3 24-3 48v34c0 36-6 63-16 80-11 18-29 31-54 41 30 9 52 26 65 49 13 24 20 48 20 72 0 20-3 38-10 54s-16 30-28 43c-14 16-31 28-51 36-21 8-49 12-87 13h-263v-512h112zM496 478v137h127c24 0 41-3 53-9 21-11 32-31 32-62 0-29-11-48-33-58-12-6-31-8-55-8h-124zM1152 448l-95 128-100-128h65c0-247-204-448-456-448-154 0-290 75-372 190h-1c-8 14-24 21-40 15s-25-25-19-41c2-4 4-7 7-10 0 0 0-1 1-1 94-131 249-217 424-217 288 0 521 229 521 512h65z" />
<glyph unicode="&#xe704;" glyph-name="usd-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM643 252c11 14 18 29 23 44 4 16 6 28 6 39s-1 24-2 39c-1 14-6 29-13 43-7 15-19 29-34 43-15 13-37 24-65 34l-14 4v122c6-4 12-8 18-15 9-13 14-29 14-47h82c-2 24-6 44-13 62-7 17-17 32-28 43-12 12-25 21-40 28-10 4-22 6-33 9v68h-64v-67c-12-3-24-4-36-9-16-7-30-16-42-28s-22-27-30-45c-7-18-11-38-11-62 0-23 3-42 10-57 6-15 15-28 26-38 11-11 23-19 37-25s28-12 42-16l4-1v-142c-11 5-21 12-30 22-12 15-17 36-17 62h-81c4-54 18-95 42-123 21-24 51-37 86-43v-68h64v67c21 3 40 8 55 18 18 11 33 24 44 39zM480 621v-104c-11 5-20 9-25 15-8 8-12 20-12 35 0 9 1 18 4 25s7 13 12 18 10 8 17 10zM576 379c10-9 14-23 14-40 0-11-2-21-5-29-4-8-9-15-15-20s-13-10-20-13l-6-1v121c14-6 25-12 32-18z" />
<glyph unicode="&#xe705;" glyph-name="eur-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM601 614c28 0 59-11 92-31l43 86c-46 23-89 35-128 35-56 0-103-18-140-53-35-32-58-76-70-132v-7h-78l-32-64h103v-8l5-50 1-6h-77l-32-64h128c11-28 25-53 44-72 36-37 84-56 143-56 41 0 77 9 108 27l1 105c-37-29-73-44-108-44-33 0-57 14-76 40h48l32 64h-107l-2 6-5 50v8h82l32 64h-107l1 7c16 63 49 95 99 95z" />
<glyph unicode="&#xe706;" glyph-name="pound-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM455 288c-7-2-15-6-26-13l-1 1c14 12 27 26 37 41 11 15 16 34 16 55v12h127v64h-142l-8 25c-7 12-12 23-15 32-4 8-7 16-8 22-2 7-3 13-3 18l-1 16c0 19 6 34 18 46 11 11 27 17 46 17 17 0 29-4 39-11 9-7 16-15 21-25 4-9 7-19 8-30l3-25h88c0 55-14 98-42 127s-66 44-116 44c-28 0-52-4-73-11-20-7-38-17-52-30-13-12-24-27-31-43-7-17-11-34-11-52 0-21 3-40 10-57 6-17 13-29 19-38l10-25h-80v-64h103c1-5 3-10 3-15 0-13-3-24-7-35-4-12-10-22-17-32-6-9-14-18-23-26s-18-15-27-21l40-63c13 10 26 17 38 20 13 4 25 5 37 5 14 0 26-1 36-4l29-9c9-4 19-6 30-9 10-2 24-3 40-3 17 0 34 3 52 10 18 6 34 17 50 33l-39 69c-12-13-22-21-31-24s-18-5-26-5c-9 0-17 1-26 2l-25 6c-9 2-17 4-26 5-8 2-17 3-25 3-7 0-13-1-19-3z" />
<glyph unicode="&#xe707;" glyph-name="yen-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM544 384l192 256h-99l-125-173-125 173h-99l192-256h-128v-64h128v-64h-128v-64h128v-64h64v64h128v64h-128v64h128v64h-128z" />
<glyph unicode="&#xe708;" glyph-name="rouble-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM480 384h128c71 0 128 57 128 128v64c0 71-57 128-128 128h-192v-256h-64v-64h64v-64h-64v-64h64v-64h64v64h192v64h-192v64zM672 576v-64c0-35-29-64-64-64h-128v192h128c35 0 64-29 64-64z" />
<glyph unicode="&#xe709;" glyph-name="bitcoin-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM608 160v33c72 8 128 68 128 141v64c0 46-27 85-66 103 1 8 2 17 2 25v64c0 63-51 114-114 114h-14v32c0 18-14 32-32 32s-32-14-32-32v-32h-64v32c0 18-14 32-32 32s-32-14-32-32v-32h-64v-512h64v-32c0-18 14-32 32-32s32 14 32 32v32h128v-32c0-18 14-32 32-32s32 14 32 32zM416 640h64c35 0 64-29 64-64s-29-64-64-64h-64v128zM416 418h128c35 0 64-29 64-64s-29-64-64-64h-128v128z" />
<glyph unicode="&#xe70d;" glyph-name="joystick2" horiz-adv-x="1152" d="M512 704h64c6 101 91 186 192 192v64c-140-5-251-116-256-256zM1024-64c73 0 128 55 128 128v448c0 108-84 190-192 192h-320v-128h-192v128h-256c-191-21-192-192-192-192v-448c0-73 55-128 128-128 68 0 121 61 128 128l64 128h512l64-128c7-67 60-128 128-128zM896 640c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM384 384h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64zM768 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM1024 512c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM896 256c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64z" />
<glyph unicode="&#xe710;" glyph-name="lira-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM487 193c144 17 222 91 251 228 3 18 4 16 6 34h-66c-1-159-149-199-198-199v190l192 68v49l-192-68v49l192 75v45l-192-70v110h-66v-133l-126-37v-56l127 43v-43l-127-47v-50s86 27 127 41v-230h65c2 1 5 0 7 1z" />
<glyph unicode="&#xe711;" glyph-name="rupee-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM531 414c31 24 49 56 55 95l150 3v64l-151 1c-5 23-14 42-27 59l178 4v64h-448v-64h64c82 3 110-32 126-63l-190-1v-64l196-3c-6-22-20-39-44-51-23-11-90-9-90-9l-62-1v-64l192-256h128s-56 80-195 241c49 5 88 20 118 45z" />
<glyph unicode="&#xe712;" glyph-name="lao-kip-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM736 192l-228 228h171v56h-146l179 228h-110l-173-224v224h-91v-228h-114v-56h114v-228h91v176h8l181-176h118z" />
<glyph unicode="&#xe713;" glyph-name="shekel-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM576 320c18 0 32 14 32 32v134c0 120-92 218-205 218h-141c-21 0-38-18-38-40v-440c0-18 14-32 32-32s32 14 32 32v416h128c72 0 130-89 128-128v-160c0-18 14-32 32-32zM557 192h141c21 0 38 18 38 40v440c0 18-14 32-32 32s-32-14-32-32v-416h-128c-72 0-130 89-128 128v160c0 18-14 32-32 32s-32-14-32-32v-134c0-120 92-218 205-218z" />
<glyph unicode="&#xe714;" glyph-name="rand-shield-o" d="M512-64c7 1 416 56 416 500v322c0 73-335 62-411 202h-10c-76-140-411-129-411-202v-322c0-444 409-499 416-500zM860 734v-298c0-159-58-280-173-358-74-51-150-68-175-73-25 5-101 22-175 73-115 78-173 199-173 358v298c21 8 60 18 91 25 79 20 171 42 239 89l18 13 18-13c68-47 160-69 239-89 31-7 70-17 91-25zM602 219c1-7 4-16 7-27h127v13c-11 6-18 16-21 29-2 8-3 24-3 48v34c0 36-6 63-16 80-11 18-29 31-54 41 30 9 52 26 65 49 13 24 20 48 20 72 0 20-3 38-10 54s-16 30-28 43c-14 16-31 28-51 36-21 8-49 12-87 13h-263v-512h112v201h112c32 0 54-6 66-17 12-10 18-32 18-65l1-47c0-16 2-30 5-45zM580 606c21-11 32-31 32-63 0-28-11-47-33-57-12-6-31-8-55-8h-124v137h127c24 0 41-3 53-9z" />
<glyph unicode="&#xe715;" glyph-name="money-usd" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM830 374c1-15 2-28 2-39 0-10-2-23-6-38-5-16-12-31-23-45-11-15-26-28-44-39-15-10-34-15-55-18v-67h-64v68c-35 6-65 19-86 43-24 28-38 69-42 123h81c0-26 5-47 17-62 9-10 19-17 30-22v142l-4 1c-14 4-28 10-42 16s-26 14-37 25c-11 10-20 23-26 38-7 15-10 34-10 57 0 24 4 44 11 62 8 18 18 33 30 45s26 21 42 28c12 5 24 6 36 9v67h64v-68c11-3 23-5 33-9 15-7 28-16 40-28 11-11 21-26 28-43 7-18 11-38 13-62h-82c0 18-5 34-14 47-6 7-12 12-18 15v-122c4-1 9-3 14-4 28-10 50-21 65-34 15-14 27-28 34-43 7-14 12-29 13-43zM603 567c0-15 4-27 12-35 5-6 14-10 25-15v104c-1 0-3 0-4-1-7-2-12-5-17-10s-9-11-12-18-4-15-4-25zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64zM730 290c6 5 11 12 15 20 3 8 5 18 5 29 0 17-4 31-14 40-7 6-18 12-32 18v-121c2 0 4 1 6 1 7 3 14 8 20 13z" />
<glyph unicode="&#xe716;" glyph-name="money-euro" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM704 704c39 0 82-12 128-35l-43-86c-33 20-64 31-92 31-50 0-83-32-99-95l-1-7h107l-32-64h-82v-8l5-50 2-6h107l-32-64h-48c19-26 43-40 76-40 35 0 71 15 108 44l-1-105c-31-18-67-27-108-27-59 0-107 19-143 56-19 19-33 44-44 72h-128l32 64h77l-1 6-5 50v8h-103l32 64h78v7c12 56 35 100 70 132 37 35 84 53 140 53zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe717;" glyph-name="money-pound" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM625 317c-10-15-23-29-37-41l1-1c11 7 19 11 26 13 6 2 12 3 19 3 8 0 17-1 25-3l26-5 25-6c9-1 17-2 26-2 8 0 17 2 26 5s19 11 31 24l39-69c-16-16-32-27-50-33-18-7-35-10-52-10-16 0-30 1-40 3-11 3-21 5-30 9-10 3-20 7-29 9-10 3-22 4-36 4-12 0-24-1-37-5-12-3-25-10-38-20l-40 63c9 6 18 13 27 21s17 17 23 26c7 10 13 20 17 32 4 11 7 22 7 35 0 5-2 10-3 15h-103v64h80l-10 25c-6 9-13 21-19 38-7 17-10 36-10 57 0 18 4 35 11 52 7 16 18 31 31 43 14 13 32 23 52 30 21 7 45 11 73 11 50 0 88-15 116-44s42-72 42-127h-88l-3 25c-1 11-4 21-8 30-5 10-12 18-21 25-10 7-22 11-39 11-19 0-35-6-46-17-12-12-18-27-18-46l1-16c0-5 1-11 3-17 1-7 4-15 8-23 3-9 8-20 15-32l8-25h142v-64h-127v-12c0-21-5-40-16-55zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe718;" glyph-name="money-yen" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM864 768l-168-320h136v-64h-128v-64h128v-64h-128v-64h-128v64h-128v64h128v64h-128v64h128l-160 320h114l111-230h2l109 230h112zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe719;" glyph-name="money-rouble" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM832 576v-64c0-71-57-128-128-128h-128v-64h192v-64h-192v-64h-64v64h-64v64h64v64h-64v64h64v256h192c71 0 128-57 128-128zM576 448h128c35 0 64 29 64 64v64c0 35-29 64-64 64h-128v-192zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe71b;" glyph-name="caduceus" horiz-adv-x="1216" d="M1086 623c95-17 130 66 130 66-176-15-320 148-356 178-30 24-50 35-220-99v6c37 14 64 48 64 90 0 49-37 87-84 93-3 2-8 3-12 3s-9-1-12-3c-47-6-84-44-84-93 0-42 27-76 64-90v-6c-171 132-190 123-220 99-36-30-180-193-356-178 0 0 33-80 128-63 0 0 52-55 135-18 0 0 42-38 110-4l6-3c-75-30-123-73-123-121 0-61 75-113 184-140-34-22-56-52-56-84 0-38 30-73 77-96-47-23-77-58-77-96 0-51 64-115 64-115v115c0 31 55 57 128 63v-159c0-18 14-32 32-32s32 14 32 32v159c73-6 128-32 128-63v-115s64 64 64 115c0 38-30 73-77 96 47 23 77 58 77 96 0 32-22 62-56 84 109 27 184 79 184 140 0 48-48 91-123 121l5 3c69-34 111 4 111 4 82-37 133 15 133 15zM320 480c0 49 112 90 256 95v-190c-144 5-256 46-256 95zM896 480c0-49-112-90-256-95v190c144-5 256-46 256-95zM576 319v-126c-73 6-128 32-128 63s55 57 128 63zM768 256c0-31-55-57-128-63v126c73-6 128-32 128-63z" />
<glyph unicode="&#xe71c;" glyph-name="hours-24" horiz-adv-x="1152" d="M640-64c283 0 512 229 512 512s-229 512-512 512v-64c247 0 448-201 448-448 0-248-201-448-448-448-226 0-410 167-442 384h122l-160 192-160-192h132c32-252 247-448 508-448zM855 256v66h41v53h-41v201h-66l-149-207v-47h145v-66h70zM595 488c0 16-4 31-13 44-8 12-19 22-34 30-15 7-33 10-52 10-15 0-28-1-40-4s-24-7-34-13c-10-5-23-14-38-27l36-43c12 10 24 18 36 24 11 5 23 8 35 8s21-3 28-9 10-15 10-28c0-8-1-17-5-24-3-8-8-17-15-26s-22-25-46-49l-78-79v-46h219v55h-137v3l41 38c26 24 45 43 56 56 10 14 18 27 23 39 5 13 8 26 8 41zM788 498l-2-30c-1-17-1-30-1-39v-54h-82l62 88c8 12 15 23 21 35h2z" />
<glyph unicode="&#xe71e;" glyph-name="pages-up" d="M1024 192v768h-768v-128h-128v-128h-128v-768h768v128h128v128h128zM256 768v-576h576v-64h-640v640h64zM128 640v-576h576v-64h-640v640h64z" />
<glyph unicode="&#xe71f;" glyph-name="music-volume" horiz-adv-x="1152" d="M192 256l576-320v1024l-576-320v-384zM896 148v-68c147 46 256 192 256 368s-109 322-256 368v-68c112-44 192-161 192-300s-80-256-192-300zM0 192h128v512h-128v-512zM832 283v-75c74 35 128 129 128 240s-54 205-128 240v-75c38-33 64-94 64-165s-26-132-64-165z" />
<glyph unicode="&#xe720;" glyph-name="money-bitcoin" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM896 398v-64c0-73-56-133-128-141v-33c0-18-14-32-32-32s-32 14-32 32v32h-128v-32c0-18-14-32-32-32s-32 14-32 32v32h-64v512h64v32c0 18 14 32 32 32s32-14 32-32v-32h64v32c0 18 14 32 32 32s32-14 32-32v-32h14c63 0 114-51 114-114v-64c0-8-1-16-2-25 39-18 66-57 66-103zM576 512h64c35 0 64 29 64 64s-29 64-64 64h-64v-128zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64zM576 290h128c35 0 64 29 64 64s-29 64-64 64h-128v-128z" />
<glyph unicode="&#xe721;" glyph-name="money-lira" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM838 455h66c-2-18-3-16-6-34-29-137-107-211-251-228-2-1-5 0-7-1h-65v230c-41-14-127-41-127-41v50l127 47v43l-127-43v56l126 37v133h66v-110l192 70v-45l-192-75v-49l192 68v-49l-192-68v-190c49 0 197 40 198 199zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe722;" glyph-name="money-rupee" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM832 512l-86-3c-6-39-24-71-55-95-30-25-69-40-118-45 139-161 195-241 195-241h-128l-192 256v64l62 1s67-2 90 9c24 12 38 29 44 51l-196 3v64l190 1c-16 31-44 66-126 63h-64v64h384v-64l-114-4c13-17 22-36 27-59l87-1v-64zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe723;" glyph-name="money-lao-kip" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM704 448l256-256h-133l-204 198h-9v-198h-102v256h-128v64h128v256h102v-252l195 252h124l-201-256h164v-64h-192zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe724;" glyph-name="money-shekel" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM768 486v-134c0-18-14-32-32-32s-32 14-32 32v160c2 39-56 128-128 128h-128v-416c0-18-14-32-32-32s-32 14-32 32v440c0 22 17 40 38 40h141c113 0 205-98 205-218zM864 704c18 0 32-14 32-32v-440c0-22-17-40-38-40h-141c-113 0-205 98-205 218v134c0 18 14 32 32 32s32-14 32-32v-160c-2-39 56-128 128-128h128v416c0 18 14 32 32 32zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe725;" glyph-name="money-rand" horiz-adv-x="1280" d="M128 64h1024c0 71 57 128 128 128v512c-71 0-128 57-128 128h-1024c0-71-57-128-128-128v-512c71 0 128-57 128-128zM896 192h-127c-3 11-6 20-7 27-3 15-5 29-5 45l-1 47c0 33-6 55-18 65-12 11-34 17-66 17h-112v-201h-112v512h263c38-1 66-5 87-13 20-8 37-20 51-36 12-13 21-27 28-43s10-34 10-54c0-24-7-48-20-72-13-23-35-40-65-49 25-10 43-23 54-41 10-17 16-44 16-80v-34c0-24 1-40 3-48 3-13 10-23 21-29v-13zM560 478h124c24 0 43 2 55 8 22 10 33 29 33 58 0 31-11 51-32 62-12 6-29 9-53 9h-127v-137zM192 448h-128v64h128v-64zM1216 448h-128v64h128v-64z" />
<glyph unicode="&#xe726;" glyph-name="usd-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM638 502c1-15 2-28 2-39 0-10-2-23-6-38-5-16-12-31-23-45-11-15-26-28-44-39-15-10-34-15-55-18v-67h-64v68c-35 6-65 19-86 43-24 28-38 69-42 123h81c0-26 5-47 17-62 9-10 19-17 30-22v142l-4 1c-14 4-28 10-42 16s-26 14-37 25c-11 10-20 23-26 38-7 15-10 34-10 57 0 24 4 44 11 62 8 18 18 33 30 45s26 21 42 28c12 5 24 6 36 9v67h64v-68c11-3 23-5 33-9 15-7 28-16 40-28 11-11 21-26 28-43 7-18 11-38 13-62h-82c0 18-5 34-14 47-6 7-12 12-18 15v-122l14-4c28-10 50-21 65-34 15-14 27-28 34-43 7-14 12-29 13-43zM1216 0h-960v64h896v704h64v-768zM411 695c0-15 4-27 12-35 5-6 14-10 25-15v104l-4-1c-7-2-12-5-17-10s-9-11-12-18-4-15-4-25zM538 418c6 5 11 12 15 20 3 8 5 18 5 29 0 17-4 31-14 40-7 6-18 12-32 18v-121l6 1c7 3 14 8 20 13z" />
<glyph unicode="&#xe727;" glyph-name="euro-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM576 832c39 0 82-12 128-35l-43-86c-33 20-64 31-92 31-50 0-83-32-99-95l-1-7h107l-32-64h-82v-8l5-50 2-6h107l-32-64h-48c19-26 43-40 76-40 35 0 71 15 108 44l-1-105c-31-18-67-27-108-27-59 0-107 19-143 56-19 20-34 44-45 72h-127l32 64h77l-1 6-5 50v8h-103l32 64h78v7c12 56 35 100 70 132 37 35 84 53 140 53zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe728;" glyph-name="pound-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM497 445c-10-15-23-29-37-41l1-1c11 7 19 11 26 13 6 2 12 3 19 3 8 0 17-1 25-3l26-5 25-6c9-1 17-2 26-2 8 0 17 2 26 5s19 11 31 24l39-69c-16-16-32-27-50-33-18-7-35-10-52-10-16 0-30 1-40 3-11 3-21 5-30 9-10 3-20 7-29 9-10 3-22 4-36 4-12 0-24-1-37-5-12-3-25-10-38-20l-40 63c9 6 18 13 27 21s17 17 23 26c7 10 13 20 17 32 4 11 7 22 7 35 0 5-2 10-3 15h-103v64h80l-10 25c-6 9-13 21-19 38-7 17-10 36-10 57 0 18 4 35 11 52 7 16 18 31 31 43 14 13 32 23 52 30 21 7 45 11 73 11 50 0 88-15 116-44s42-72 42-127h-88l-3 25c-1 11-4 21-8 30-5 10-12 18-21 25-10 7-22 11-39 11-19 0-35-6-46-17-12-12-18-27-18-46l1-16c0-5 1-11 3-17 1-7 4-15 8-23 3-9 8-20 15-32l8-25h142v-64h-127v-12c0-21-5-40-16-55zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe729;" glyph-name="yen-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM736 834l-168-320h136v-64h-128v-64h128v-64h-128v-64h-128v64h-128v64h128v64h-128v64h128l-160 320h114l111-230h2l109 230h112zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe72b;" glyph-name="syringe2" d="M1023 733l-226 227-45-46 45-45-91-90 136-136 91 90 45-45zM887 597l-271 272-45-45 45-45-91-91 91-91-45-45-91 91-45-46 90-90-45-45-91 90-45-45 91-91-46-45-90 91-45-46 90-90-45-45-91 90-45-45 46-46c19-19-209-344-209-344s324 229 345 209l44-45 453 452 45-45 46 45z" />
<glyph unicode="&#xe72e;" glyph-name="pages-down" d="M1024 192v768h-768v-128h-128v-128h-128v-768h768v128h128v128h128zM960 256h-64v576h-576v64h640v-640zM832 768v-640h-64v576h-576v64h640z" />
<glyph unicode="&#xe72f;" glyph-name="music-volume-off" horiz-adv-x="1140" d="M192 256l512-320v1024l-512-320v-384zM0 192h128v512h-128v-512zM1004 483l136 136-46 45-135-136-136 136-45-45 135-136-135-136 45-45 136 136 135-136 46 45z" />
<glyph unicode="&#xe730;" glyph-name="rouble-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM704 704v-64c0-71-57-128-128-128h-128v-64h192v-64h-192v-64h-64v64h-64v64h64v64h-64v64h64v256h192c71 0 128-57 128-128zM1216 0h-960v64h896v704h64v-768zM448 576h128c35 0 64 29 64 64v64c0 35-29 64-64 64h-128v-192z" />
<glyph unicode="&#xe731;" glyph-name="bitcoin-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM768 526v-64c0-73-56-133-128-141v-33c0-18-14-32-32-32s-32 14-32 32v32h-128v-32c0-18-14-32-32-32s-32 14-32 32v32h-64v512h64v32c0 18 14 32 32 32s32-14 32-32v-32h64v32c0 18 14 32 32 32s32-14 32-32v-32h14c63 0 114-51 114-114v-64c0-8-1-16-2-25 39-18 66-57 66-103zM1216 0h-960v64h896v704h64v-768zM448 640h64c35 0 64 29 64 64s-29 64-64 64h-64v-128zM448 418h128c35 0 64 29 64 64s-29 64-64 64h-128v-128z" />
<glyph unicode="&#xe732;" glyph-name="lira-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM710 583h66c-2-18-3-16-6-34-29-137-107-211-251-228-2-1-5 0-7-1h-65v230c-41-14-127-41-127-41v50l127 47v43l-127-43v56l126 37v133h66v-110l192 70v-45l-192-75v-49l192 68v-49l-192-68v-190c49 0 197 40 198 199zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe733;" glyph-name="rupee-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM704 640l-86-3c-6-39-24-71-55-95-30-25-69-40-118-45 139-161 195-241 195-241h-128l-192 256v64l62 1s67-2 90 9c24 12 38 29 44 51l-196 3v64l190 1c-16 31-44 66-126 63h-64v64h384v-64l-114-4c13-17 22-36 27-59l87-1v-64zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe734;" glyph-name="lao-kip-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM512 512l256-256h-133l-204 198h-9v-198h-102v256h-128v64h128v256h102v-252l195 252h124l-201-256h164v-64h-192zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe735;" glyph-name="shekel-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM640 614v-134c0-18-14-32-32-32s-32 14-32 32v160c2 39-56 128-128 128h-128v-416c0-18-14-32-32-32s-32 14-32 32v440c0 22 17 40 38 40h141c113 0 205-98 205-218zM736 832c18 0 32-14 32-32v-440c0-22-17-40-38-40h-141c-113 0-205 98-205 218v134c0 18 14 32 32 32s32-14 32-32v-160c-2-39 56-128 128-128h128v416c0 18 14 32 32 32zM1216 0h-960v64h896v704h64v-768z" />
<glyph unicode="&#xe736;" glyph-name="rand-bills" horiz-adv-x="1280" d="M1280-64v896h-128v128h-1152v-768h64v-128h128v-128h1088zM1088 128h-960v64h896v704h64v-768zM704 320h-127c-3 11-6 20-7 27-3 15-5 29-5 45l-1 47c0 33-6 55-18 65-12 11-34 17-66 17h-112v-201h-112v512h263c38-1 66-5 87-13 20-8 37-20 51-36 12-13 21-27 28-43s10-34 10-54c0-24-7-48-20-72-13-23-35-40-65-49 25-10 43-23 54-41 10-17 16-44 16-80v-34c0-24 1-40 3-48 3-13 10-23 21-29v-13zM1216 0h-960v64h896v704h64v-768zM368 606h124c24 0 43 2 55 8 22 10 33 29 33 58 0 31-11 51-32 62-12 6-29 9-53 9h-127v-137z" />
<glyph unicode="&#xe737;" glyph-name="credit-cards2" horiz-adv-x="1280" d="M1024 256h128c71 0 128 57 128 128v448c0 71-57 128-128 128h-768c-71 0-128-57-128-128v-192h-128c-71 0-128-57-128-128v-448c0-71 57-128 128-128h768c71 0 128 57 128 128v192zM960 320h-896v192c0 35 29 64 64 64h768c35 0 64-29 64-64v-192zM960 192v-128c0-35-29-64-64-64h-768c-35 0-64 29-64 64v128h896z" />
<glyph unicode="&#xe738;" glyph-name="cash-bag2" d="M640 704l128 256-256-128-256 128 128-256h-32c-18 0-32-14-32-32s14-32 32-32h320c18 0 32 14 32 32s-14 32-32 32h-32zM512-64c305 0 384 169 384 378 0 111-103 193-192 262h-384c-89-69-192-151-192-262 0-209 79-378 384-378zM484 381c-6-4-9-9-9-16s2-12 7-16c4-4 12-9 23-14s27-10 46-17c40-14 69-30 87-48 17-18 26-41 26-69 0-31-10-57-31-77-20-20-50-32-89-37v-55h-60v53c-42 2-82 12-121 28v94c22-11 46-20 72-28 27-7 49-11 69-11 17 0 28 2 36 6s11 10 11 19c0 7-2 12-8 16-5 5-14 10-27 15s-30 12-52 20c-24 9-44 19-59 30s-26 23-32 37c-7 14-11 31-11 51 0 31 11 56 31 73 20 18 51 29 91 33v38h60v-38c38-2 77-11 115-28l-34-80c-40 17-76 26-108 26-16 0-27-1-33-5z" />
<glyph unicode="&#xe739;" glyph-name="wallet2" d="M471 947l527-364c17-10 28-53 26-71v-512c0-37-29-64-64-64h-768c-37 0-64 28-64 64v64h-64c-48 0-64 14-64 64v256c0 50 15 64 64 64h64v64c0 27 37 64 64 64h192v320c6 34 14 64 87 51zM832 576l-384 256v-256h384zM448 192v128c0 35-29 64-64 64h-256c-35 0-64-29-64-64v-128c0-35 29-64 64-64h256c35 0 64 29 64 64zM256 320h128v-128h-128v128z" />
<glyph unicode="&#xe73f;" glyph-name="music-volume-off2" d="M224 320l576-384v1024l-576-384v-256zM32 192h128v512h-128v-512zM864 629v-426c78 52 128 128 128 213s-50 161-128 213z" />
<glyph unicode="&#xe741;" glyph-name="currency-bill" horiz-adv-x="1280" d="M1280 352h-272c9 31 16 62 16 96s-7 65-16 96h272v173c0 46-40 83-89 83h-1102c-49 0-89-37-89-83v-173h272c-9-31-16-62-16-96s7-65 16-96h-272v-173c0-46 40-83 89-83h1102c49 0 89 37 89 83v173zM640 672c141 0 256-100 256-224s-115-224-256-224-256 100-256 224 115 224 256 224z" />
<glyph unicode="&#xe743;" glyph-name="bank2" horiz-adv-x="1142" d="M1137 571c10 18 4 40-13 51 0 0-492 338-553 338-62 0-553-337-553-337-17-11-23-33-13-51s32-24 49-13l69 17v-64h896v64l68-19c18-10 40-4 50 14zM571 896c71 0 128-72 128-160s-57-160-128-160-128 72-128 160 57 160 128 160zM123 0h-64v-64h1024v64h-64v64h-64v320h64v64h-256v-64h64v-320h-64v-64h-64v64h-64v320h64v64h-256v-64h64v-320h-64v-64h-64v64h-64v320h64v64h-256v-64h64v-320h-64v-64z" />
<glyph unicode="&#xe744;" glyph-name="usd-circle-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM555 128v66c46 7 82 23 109 47 27 25 40 59 40 102 0 22-4 40-13 56-9 15-21 28-35 40-14 11-30 21-48 29-18 9-36 16-53 23v131c19-2 35-4 50-8 15-3 27-7 37-10l31 79c-16 5-33 10-52 15-19 4-41 7-66 8v62h-90v-65c-45-6-80-21-106-43-26-23-39-55-39-95 0-22 4-41 12-57 9-16 20-29 33-41 14-11 30-21 47-29 18-8 35-15 53-22v-144c-26 1-48 5-67 9-18 4-33 9-43 14l-33-80c13-6 33-12 57-17 25-4 53-7 86-8v-62h90zM502 624v-113c-20 8-37 16-50 26-13 9-20 21-20 35s5 26 15 36c9 10 28 15 55 16zM570 370c15-9 22-21 22-36 0-18-6-32-18-43-12-10-31-17-56-19v125c21-8 38-17 52-27z" />
<glyph unicode="&#xe746;" glyph-name="usd-rate" d="M810 538c118 0 214 95 214 211 0 117-96 211-214 211-119 0-215-94-215-211 0-81 46-151 114-186l-44-118c-6 0-11-1-16-2-13-4-23-11-31-20l-211 42c-10 29-41 46-71 38-32-8-50-40-42-71 2-8 6-15 11-20l-81-184c-3 0-7-1-11-2-31-8-49-40-41-71s41-50 72-41c31 8 50 40 41 71-2 9-7 17-13 24l79 180c5 0 10 0 15 2 15 4 26 12 34 24l207-42v-2c9-31 41-49 72-41 32 8 50 40 42 71-2 8-6 15-10 20l46 124c17-5 34-7 53-7zM810 919c95 0 172-76 172-170s-77-170-172-170c-96 0-173 76-173 170s77 170 173 170zM829 758l-14 7c-18 8-29 14-29 26 0 11 8 19 23 19 16 0 30-8 38-17l26 30c-3 3-16 18-44 22l1 37h-36l1-37c-31-5-54-26-54-57 0-23 13-41 43-55l18-7c22-11 32-15 32-27 0-10-8-18-25-18-24 0-43 13-52 21l-24-32c8-7 26-21 58-24l-1-38h36l-1 39c36 7 53 31 53 57 0 27-15 39-49 54zM832 64h-704v704h-128v-832h832v128z" />
<glyph unicode="&#xe748;" glyph-name="business-stats" horiz-adv-x="1088" d="M704 960l128-128-384-384-192 192-256-256 64-128 192 192 192-192 512 448 128-128v384h-384zM960 546l-256-226v-384h256v610zM256 256l-256-256v-64h320v256zM640 256l-192-192-64 64v-192h256v320z" />
<glyph unicode="&#xe749;" glyph-name="money-stack" horiz-adv-x="1216" d="M896 544l320 192-384 192-384-192zM320 672l-320-128 448-256 320 192zM896 352l320 192v64l-320-192v-64zM1216 416v64l-320-192v-64zM448 160l-448 256v-64l448-256 320 192v64zM448 32l-448 256v-64l448-256 320 192v64z" />
<glyph unicode="&#xe74b;" glyph-name="nurse" d="M515 960c207 0 413-128 413-128v-384s-207 128-414 128c-209 0-418-128-418-128v384s210 128 419 128zM608 768h-64v64h-64v-64h-64v-64h64v-64h64v64h64v64zM712 479c58-18 108-39 146-58 3-22 6-45 6-69 0-230-158-416-352-416-166 0-304 136-341 319-8-2-12-1-11 1v162c78 38 216 94 354 94 47 0 94-7 139-17-38-33-129-102-237-115h-1c-2-33-29-60-63-60-35 0-64 29-64 64 0 16 6 30 16 42-11 11-16 20-16 22-22-62-43-103-61-132 15-177 136-316 285-316 159 0 288 158 288 352 0 27-3 52-8 78-27 11-57 31-80 49zM736 384c0-35-29-64-64-64s-64 29-64 64 29 64 64 64 64-29 64-64zM352 192c0 0 79-64 158-64 81 0 162 64 162 64s-31-128-162-128c-129 0-158 128-158 128z" />
<glyph unicode="&#xe74d;" glyph-name="anchor" d="M1024 320l-192 192-192-192h128c0-119-82-218-192-247v649c38 22 64 63 64 110 0 71-57 128-128 128s-128-57-128-128c0-47 26-88 64-110v-649c-110 29-192 128-192 247h128l-192 192-192-192h128c0-212 172-384 384-384s384 172 384 384h128zM512 896c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64z" />
<glyph unicode="&#xe74f;" glyph-name="ipod" d="M192-64h640c35 0 64 29 64 64v896c0 35-29 64-64 64h-640c-35 0-64-29-64-64v-896c0-35 29-64 64-64zM832 448h-640v448h640v-448zM512 0c-106 0-192 86-192 192s86 192 192 192 192-86 192-192-86-192-192-192zM512 256c-35 0-64-29-64-64s29-64 64-64 64 29 64 64-29 64-64 64z" />
<glyph unicode="&#xe750;" glyph-name="deal" horiz-adv-x="1472" d="M1251 385l40-29c43-32 52-93 19-136-32-43-93-52-137-21 1-20-6-41-19-59-33-43-95-52-139-20l-12 9c0-19-7-39-20-56-32-43-94-52-138-19l-33 24c0-20-6-41-19-58-33-43-95-52-139-20l-41 31-3-4c-28-31-76-35-108-8-24 19-32 51-23 78-27-13-60-10-84 10-26 22-33 58-19 87-28-18-65-17-92 5-24 20-32 51-23 79l-16-19c-28-31-76-34-108-8-32 27-35 73-8 104l40 46-169 139 267 355 48-36-239-311 130-104 70 78c27 31 75 35 107 8 24-20 32-51 23-78l56 63c27 31 76 35 108 8 32-26 35-73 8-104l-62-73 353-261c26-19 63-13 82 12 17 23 15 54-5 74l-319 236 25 32 311-230c4-2 7-5 10-8l67-49c25-19 62-14 81 12 20 25 14 61-11 80l-360 265 24 32 422-309c26-19 63-14 82 12 19 25 14 61-12 80l-498 348s-261-92-384 64c7-3 286 128 384 128 158 15 256-64 256-64l192 128 256-384z" />
<glyph unicode="&#xe751;" glyph-name="currency-exchange" d="M960 384c45 49 64 121 64 192 0 147-109 249-256 255v129l-276-216 276-168v128c118-27 197-66 197-192 0-29 4-102-5-128zM320 512h128v64h-128v64h128v64h-128l128 192h-71l-89-135-89 135h-71l128-192h-128v-64h128v-64h-128v-64h128v-64h64v64zM256 320v-128c-118 27-196 124-196 250 0 29 4 59 13 85-45-49-73-136-73-207 0-147 109-250 256-256v-128l256 192zM674 63c-12 13-17 31-17 54h-81c4-47 18-83 42-108 21-21 50-34 86-39v-34h64v34c21 3 40 8 55 16 18 10 33 21 44 34s18 26 23 39c4 14 6 25 6 34 0 10-1 21-2 34s-6 26-13 38c-7 13-19 25-34 37s-37 22-65 30l-14 4v106c6-3 12-7 18-13 9-11 14-25 14-41h82c-2 21-6 39-13 54s-17 28-28 38c-12 11-25 19-40 24-10 4-22 6-33 8v36h-64v-34c-12-2-24-4-36-8-16-6-30-14-42-25s-22-24-30-39c-7-16-11-34-11-54s3-37 10-50c6-14 15-25 26-34s23-16 37-22c14-5 28-10 42-14l4-1v-124c-11 4-21 10-30 20zM704 344v-91c-11 3-20 7-25 12-8 8-12 18-12 31 0 8 1 16 4 22s7 11 12 16c5 4 10 7 17 9zM768 41v107c15-5 25-11 32-17 10-7 14-19 14-35 0-9-2-18-5-25-4-7-9-12-15-17s-13-9-20-11z" />
<glyph unicode="&#xe752;" glyph-name="euro-circle-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM256 320h87c45-76 132-128 245-128 43 0 82 7 116 21l-32 57c-24-9-51-14-81-14-67 0-121 25-158 64h143v64h-179l-10 27c-2 11-3 22-3 34v3h192v64h-181l3 11c25 66 87 112 193 112 15 0 29-1 42-3l20 67c-20 3-42 5-65 5-159 0-245-76-271-181l-1-11h-60v-64h52c0-13 1-25 3-37l7-27h-62v-64z" />
<glyph unicode="&#xe753;" glyph-name="safe-case" d="M640 394v54c0 35-29 64-64 64h-128c-35 0-64-29-64-64v-54c-207 29-384 118-384 118v128c0 65 67 128 128 128h128v128c0 35 29 64 64 64h384c35 0 64-29 64-64v-128h128c61 0 128-63 128-128v-128s-177-88-384-118zM320 896v-128h384v128h-384zM896-64h-768c-61 0-128 63-128 128v320s177-89 384-118v-74c0-35 29-64 64-64h128c35 0 64 29 64 64v74c207 30 384 118 384 118v-320c0-65-67-128-128-128zM448 256v128h128v-128h-128z" />
<glyph unicode="&#xe756;" glyph-name="bitcoin-circle-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM646 234c16 12 29 29 39 49 9 20 14 41 14 63 0 27-7 51-22 72-15 20-36 34-63 43 19 9 35 23 46 42 11 18 17 39 17 61 0 20-5 39-14 55-9 17-20 30-34 40s-29 17-47 20c-3 0-20 3-24 3v24c0 12-10 23-23 23s-23-11-23-23v-24h-94v24c0 12-11 23-24 23s-23-11-23-23v-24h-47v-469h47v-24c0-12 10-23 23-23s24 11 24 23v24h94v-24c0-12 10-23 23-23s23 11 23 23v24h47s25 9 41 21zM418 588h94c25 0 46-21 46-47s-21-47-46-47h-94v94zM418 401h140c26 0 47-21 47-47s-21-47-47-47h-140v94z" />
<glyph unicode="&#xe757;" glyph-name="currency-circle-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM598 590c10-12 19-30 26-55h105c-2 32-13 63-35 94-33 48-83 75-149 82v56c0 15-12 28-28 28s-29-13-29-28v-55c-52-5-97-25-132-61-47-48-70-116-70-204 0-81 20-145 61-192 36-40 83-63 141-68v-54c0-16 13-29 29-29s28 13 28 29v54c45 5 83 22 114 50 37 35 60 79 69 134h-105c-7-26-15-45-26-58-19-24-46-37-82-37s-65 15-87 43c-23 28-35 70-35 127 0 56 11 100 33 131 21 30 51 46 88 46s65-11 84-33z" />
<glyph unicode="&#xe758;" glyph-name="currency-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM695 644c22-32 34-64 36-97h-108c-7 25-16 44-27 56-19 23-47 34-85 34s-69-16-91-47c-22-32-33-77-33-135s11-101 35-130c23-29 53-43 89-43 37 0 65 12 85 37 10 13 19 33 26 60h108c-10-56-33-102-71-137-32-30-70-47-116-52v-56c0-16-14-29-30-29s-29 13-29 29v56c-60 6-108 29-145 70-42 48-63 114-63 197 0 90 24 160 72 208 37 38 82 59 136 63v56c0 17 13 30 29 30s30-13 30-30v-57c67-7 118-35 152-83z" />
<glyph unicode="&#xe759;" glyph-name="calculator" d="M173-64h678c25 0 45 20 45 45v934c0 25-20 45-45 45h-678c-25 0-45-20-45-45v-934c0-25 20-45 45-45zM768 576h-512v256h512v-256zM256 512h128v-128h-128v128zM448 512h128v-128h-128v128zM768 384h-128v128h128v-128zM256 320h128v-128h-128v128zM448 320h128v-128h-128v128zM768 0h-128v320h128v-320zM256 128h128v-128h-128v128zM448 128h128v-128h-128v128z" />
<glyph unicode="&#xe75b;" glyph-name="ambulance" horiz-adv-x="1152" d="M1021 0h67c35 0 64 29 64 64v704c0 35-29 64-64 64h-512v64c0 35-29 64-64 64s-64-29-64-64v-64h-128c-35 0-40-26-64-64l-256-388v-316c0-35 29-64 64-64h67c-2 10-3 21-3 32 0 88 72 160 160 160s160-72 160-160c0-11-1-22-3-32h262c-2 10-3 21-3 32 0 88 72 160 160 160s160-72 160-160c0-11-1-22-3-32zM576 384h-448l226 354h222v-354zM1024 512h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64zM288 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zM864 128c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" />
<glyph unicode="&#xe75c;" glyph-name="gears" d="M1024 550h-115c-9 38-24 74-44 106l81 82-144 144-82-81c-32 20-68 35-106 44v115h-204v-115c-38-9-74-24-106-44l-82 81-144-144 81-82c-20-32-35-68-44-106h-115v-204h115c9-38 24-74 44-106l-81-82 144-144 82 81c32-20 68-35 106-44v-115h204v115c38 9 74 24 106 44l82-81 144 144-81 82c20 32 35 68 44 106h115v204zM512 550c56 0 102-46 102-102s-46-102-102-102-102 46-102 102 46 102 102 102z" />
<glyph unicode="&#xe75f;" glyph-name="music-volume-bars" horiz-adv-x="1152" d="M1152-64v1024h-128v-1024h128zM768-64h128v832h-128v-832zM512-64h128v640h-128v-640zM256-64h128v448h-128v-448zM0-64h128v256h-128v-256z" />
<glyph unicode="&#xe760;" glyph-name="clepsydra" d="M214 832h596c30 0 54 29 54 64s-24 64-54 64h-596c-30 0-54-29-54-64s24-64 54-64zM626 375c-32 21-40 52-41 73 1 21 5 62 41 73 169 48 174 247 174 247h-576s2-193 174-247c35-12 39-52 40-73-1-21-9-52-40-73-50-32-115-60-145-138-30-77-29-109-29-109h74c0 3 7 64 35 105 35 52 75 66 132 103 29 20 41 55 46 84 5-29 17-65 47-84 58-36 109-45 136-105 26-57 32-103 32-103h74s1 32-29 109c-30 78-95 106-145 138zM352 640h320c-28-28-73-54-114-80-29-20-42-55-47-84-5 29-17 64-46 84-41 26-86 52-113 80zM810 64h-596c-30 0-54-29-54-64s24-64 54-64h596c30 0 54 29 54 64s-24 64-54 64z" />
<glyph unicode="&#xe761;" glyph-name="presentation-board" d="M704 192h128c35 0 64 28 64 63v449c0 34-29 64-64 64h-256v128c0 35-28 64-64 64-35 0-64-29-64-64v-128h-256c-40 0-66-26-64-64v-220l183 93 76-132 251 127-42 77 224-34-104-187-42 77-312-154-80 126-154-76v-146c0-32 30-63 64-63h128l-101-188c-11-20-4-45 15-57 20-11 45-4 56 16l158 229h128l167-229c11-20 36-27 56-15 19 11 26 36 15 56z" />
<glyph unicode="&#xe765;" glyph-name="pie-chart22" horiz-adv-x="1216" d="M512 448l351 416c-90 60-200 96-318 96-301 0-545-229-545-512s244-512 545-512c296 0 537 235 543 512h-576zM768 576h448c-2 159-69 245-192 320z" />
<glyph unicode="&#xe768;" glyph-name="percentage-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM410 721c25-31 38-69 38-113s-12-82-37-113-55-47-91-47c-35 0-65 16-90 47-26 31-38 69-38 113s12 82 38 113c25 31 55 47 90 47s65-16 90-47zM695 768l-301-640h-67l302 640h66zM320 512c18 0 33 9 45 28 13 19 19 41 19 68s-6 49-19 68c-12 19-27 28-45 28s-33-9-45-28c-13-19-19-43-19-69s6-48 19-67c12-19 27-28 45-28zM794 401c25-31 38-69 38-113s-13-82-38-113-55-47-90-47-65 16-90 47-38 69-38 113 13 82 38 113 55 47 90 47 65-16 90-47zM704 192c18 0 33 9 45 28 13 19 19 41 19 68s-6 49-19 68c-12 19-27 28-45 28s-33-9-45-28c-13-19-19-41-19-68s6-49 19-68c12-19 27-28 45-28z" />
<glyph unicode="&#xe76b;" glyph-name="tooth" d="M832 448c0 0 128 100 128 224s-100 288-224 288c-68 0-158-15-224-64-81 48-188 64-256 64-124 0-192-164-192-288s128-224 128-224l2 1c0-452 68-513 126-513 63 0-47 261 192 448 251-174 109-448 192-448 79 0 124 78 128 512z" />
<glyph unicode="&#xe76c;" glyph-name="wrench2" d="M884 541l140 140-47 139-139-139-93 93 139 139-139 47-140-140 47-139-373-373-139 47-140-140 47-139 93 93 93-93-93-93 139-47 140 140-47 139 373 373z" />
<glyph unicode="&#xe76d;" glyph-name="zoom-out" d="M605 128c230 0 416 186 416 416s-186 416-416 416-416-186-416-416c0-92 31-176 81-245l-250-257c-23-23-23-60 0-83s61-23 84 0l257 250c68-50 152-81 244-81zM605 832c159 0 288-129 288-288s-129-288-288-288-288 129-288 288 129 288 288 288zM765 576h-320v-64h320v64z" />
<glyph unicode="&#xe771;" glyph-name="usd-exchange2" horiz-adv-x="1216" d="M849 713l74 73c-185 174-477 171-658-8-87-87-133-199-137-312l-128-1 181-179 183 181-131-1c4 87 40 172 106 239 141 138 366 141 510 8zM561 392l39-17c50-21 70-31 70-55 0-22-18-38-55-38-52 0-94 28-113 45l-49-32c17-15 53-81 124-88l-2-79h79l-2 82c77 14 116 65 116 119 0 58-34 83-107 115l-32 13c-41 18-65 31-65 56 0 22 18 39 51 39 37 0 66-17 84-35l57 63c-5 6-35 37-97 46l2 78h-79l3-78c-67-11-119-55-119-120 0-49 28-86 95-114zM877 191c-141-138-366-141-510-8l-74-73c185-174 476-171 658 8 87 87 133 199 137 312l128 1-181 179-183-181 131 1c-4-87-40-172-106-239z" />
<glyph unicode="&#xe773;" glyph-name="cash-register" horiz-adv-x="832" d="M192 704h128v256h-128v-256zM832 704v64h-64v64c0 24-40 64-64 64h-320v-256h-256v256h-64c-36 0-63-30-64-64v-832c0-36 28-64 64-64h640c38 0 65 31 64 64v704h64zM704 448h-640v128h640v-128zM64 384h64v-64h-64v64zM192 384h64v-64h-64v64zM320 384h64v-64h-64v64zM448 384h64v-64h-64v64zM704 256h-128v128h128v-128zM64 256h64v-64h-64v64zM192 256h64v-64h-64v64zM320 256h64v-64h-64v64zM448 256h64v-64h-64v64zM64 128h64v-64h-64v64zM192 128h64v-64h-64v64zM320 128h64v-64h-64v64zM448 128h64v-64h-64v64z" />
<glyph unicode="&#xe774;" glyph-name="tag-o" d="M1024 960l-456-1v1l-2-1v-1l-566-574 448-448 574 569zM896 512l-440-427-307 307 427 440h320v-320zM704 768c-71 0-128-57-128-128s57-128 128-128 128 57 128 128-57 128-128 128z" />
<glyph unicode="&#xe775;" glyph-name="money-stack2" horiz-adv-x="1344" d="M0 192h1344v768h-1344v-768zM64 448v256c97 8 178 91 192 192h832c14-103 93-186 192-192v-256c-102-6-182-85-192-192h-832c-10 106-92 184-192 192zM672 832c-122 0-160-115-160-256s37-256 160-256 160 115 160 256-38 256-160 256zM0 64h1344v64h-1344v-64zM1344-64v64h-1344v-64h1344z" />
<glyph unicode="&#xe776;" glyph-name="tag-usd" horiz-adv-x="1152" d="M1088 512v448l-483-1-1 1-1-1h-1v-1l-602-566 484-456zM484 85l-325 307 481 440h320v-256zM453 514l-85-11c2-22 8-67 51-117l-57-52 53-51 57 56c63-40 126-31 164 5 41 39 36 77 8 146l-12 29c-15 38-22 62-4 79 16 15 39 15 62-7 25-23 33-53 33-77l83 6c1 7 3 46-33 93l56 50-53 51-54-54c-54 36-120 40-167-4-34-32-42-75-16-137l15-36c19-46 26-66 9-82-16-15-39-14-64 10-36 34-45 79-46 103z" />
<glyph unicode="&#xe778;" glyph-name="laptop-usd-o" horiz-adv-x="1088" d="M1024 128v131c148 44 256 181 256 343 0 198-160 358-357 358-162 0-298-108-342-256h-453c-28 0-64-36-64-64v-512h64v512h448l-124-462 483 67c9 0 17 1 25 2v-119h64zM925 898c165 0 298-133 298-298 0-140-96-258-226-290l-473-65 108 414 1 1c28 136 148 238 292 238zM946 626l-25 11c-32 14-51 25-51 46 0 18 14 32 40 32 29 0 52-14 67-29l45 52c-4 5-27 30-77 38l2 64h-63l2-64c-53-9-94-45-94-99 0-40 22-71 75-94l31-13c40-18 56-26 56-46 0-18-14-31-44-31-41 0-75 23-90 37l-43-56c15-13 47-37 103-43l-2-65h63l-2 67c62 12 93 54 93 99 0 47-27 68-86 94zM1088 64h-1024c-35 0-64-29-64-64s29-64 64-64h1024c35 0 64 29 64 64s-29 64-64 64z" />
<glyph unicode="&#xe779;" glyph-name="laptop-usd" horiz-adv-x="1280" d="M1024 128v131c148 44 256 181 256 343 0 198-160 358-357 358-162 0-298-108-342-256h-453c-28 0-64-36-64-64v-512h64v512h448l-124-462 483 67c9 0 17 1 25 2v-119h64zM902 714c-27 0-41-13-41-31 0-19 19-29 52-43l25-10c59-25 86-45 86-89 0-43-31-82-93-93l1-64h-63l2 62c-56 5-89 28-103 40l43 53c15-14 49-35 91-35 29 0 44 12 44 29 0 19-17 27-56 43l-31 13c-54 22-77 51-77 89 0 51 42 85 96 94l-2 60h63l-2-60c50-8 73-31 77-37l-45-48c-15 13-38 27-67 27zM1088 64h-1024c-35 0-64-29-64-64s29-64 64-64h1024c35 0 64 29 64 64s-29 64-64 64z" />
<glyph unicode="&#xe77b;" glyph-name="health-card" d="M192-64h640c35 0 64 29 64 64v896c0 35-29 64-64 64h-640c-35 0-64-29-64-64v-896c0-35 29-64 64-64zM832 0h-640v896h640v-896zM768 768h-512v-64h512v64zM768 640h-512v-64h512v64zM704 512h-448v-64h448v64zM576 384h-320v-64h320v64zM640 192h-64v-64h64v-64h64v64h64v64h-64v64h-64v-64z" />
<glyph unicode="&#xe77c;" glyph-name="sharing" horiz-adv-x="1152" d="M480 640c88 0 160 72 160 160s-72 160-160 160-160-72-160-160 72-160 160-160zM367 589l-166-339c-13 3-27 6-41 6-88 0-160-72-160-160s72-160 160-160 160 72 160 160c0 51-24 96-62 125l167 342zM992-64c88 0 160 72 160 160s-72 160-160 160-160-72-160-160 72-160 160-160zM384 64h384v64h-384v-64z" />
<glyph unicode="&#xe77d;" glyph-name="zoom-in" d="M605 128c230 0 416 186 416 416s-186 416-416 416-416-186-416-416c0-92 31-176 81-245l-250-257c-23-23-23-60 0-83s61-23 84 0l257 250c68-50 152-81 244-81zM605 832c159 0 288-129 288-288s-129-288-288-288-288 129-288 288 129 288 288 288zM637 512h128v64h-128v128h-64v-128h-128v-64h128v-128h64v128z" />
<glyph unicode="&#xe77e;" glyph-name="gift2" d="M162 960l286-256v-320h-448v320h256l-181 170zM1024 704v-320h-448v320l285 255 87-86-180-169h256zM576 832v-128h-128v128h128zM0 256h448v-320h-448v320zM576 256h448v-320h-448v320z" />
<glyph unicode="&#xe782;" glyph-name="laptop-graph" horiz-adv-x="1280" d="M1280-64v128l-128 192v704h-1024v-704l-128-192v-128h1280zM1088 320h-896v576h896v-576zM768 768v-384h192v384h-192zM512 640v-256h192v256h-192zM320 512v-128h128v128h-128z" />
<glyph unicode="&#xe789;" glyph-name="lightning2" horiz-adv-x="576" d="M0 384h256l-115-448 148 3 287 637h-192l192 384h-383z" />
<glyph unicode="&#xe78c;" glyph-name="link2" d="M300 848l235-235c7 50-8 102-47 141l-141 141c-65 65-170 65-235 0l-47-47c-65-65-65-170 0-235l141-141c39-39 91-54 141-47l-235 235c-39 39-39 102 0 141l47 47c39 39 102 39 141 0zM700 354l-235 235c-26 26-68 26-94 0s-26-68 0-94l235-235c26-26 68-26 94 0s26 68 0 94zM912 1l47 47c65 65 65 170 0 235l-141 141c-39 39-91 54-141 47l235-235c39-39 39-102 0-141l-47-47c-39-39-102-39-141 0l-235 235c-7-50 8-102 47-141l141-141c65-65 170-65 235 0z" />
<glyph unicode="&#xe78d;" glyph-name="zoom" d="M637 192c212 0 384 172 384 384s-172 384-384 384-384-172-384-384c0-83 27-159 72-222l-304-307c-24-24-24-63 0-87s63-24 87 0l307 304c63-45 139-72 222-72zM637 832c141 0 256-115 256-256s-115-256-256-256-256 115-256 256 115 256 256 256z" />
<glyph unicode="&#xe790;" glyph-name="cloud-rain" d="M192 384h640c106 0 192 86 192 192 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192zM482 875c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM188 256c0 35-64 128-64 128s-64-93-64-128 29-64 64-64 64 29 64 64zM384 192c35 0 64 29 64 64s-64 128-64 128-64-93-64-128 29-64 64-64zM640 192c35 0 64 29 64 64s-64 128-64 128-64-93-64-128 29-64 64-64zM896 384c0 0-64-93-64-128s29-64 64-64 64 29 64 64-64 128-64 128zM320 0c0 35-64 128-64 128s-64-93-64-128 29-64 64-64 64 29 64 64zM576 0c0 35-64 128-64 128s-64-93-64-128 29-64 64-64 64 29 64 64zM832 0c0 35-64 128-64 128s-64-93-64-128 29-64 64-64 64 29 64 64z" />
<glyph unicode="&#xe791;" glyph-name="snow" d="M192 384h640c106 0 192 86 192 192 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192zM482 875c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM100 165l79-24-52-75 48-34 53 70 52-70 48 34-52 75 79 24-17 56-78-25v91h-65v-91l-77 25zM674 165l79-24-52-75 47-34 54 70 51-70 48 34-52 75 80 24-18 56-78-25v91h-64v-91l-78 25zM387 70l79-25-52-75 48-34 53 71 52-71 47 34-51 75 79 25-18 56-77-26v91h-65v-91l-78 26z" />
<glyph unicode="&#xe792;" glyph-name="rain-snow" d="M192 384h640c106 0 192 86 192 192 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192zM482 875c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM192 192c0 35-64 128-64 128s-64-93-64-128 29-64 64-64 64 29 64 64zM640 128c35 0 64 29 64 64s-64 128-64 128-64-93-64-128 29-64 64-64zM256 134l80-25-53-75 48-34 54 71 52-71 47 34-52 75 80 25-18 56-78-25v91h-64v-91l-78 25zM768 70l80-25-53-75 48-34 54 71 52-71 47 34-52 75 80 25-18 56-78-25v91h-64v-91l-78 25z" />
<glyph unicode="&#xe793;" glyph-name="cloud-lightning" d="M704 384h128c106 0 192 86 192 192 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192h384l-64-222h83l-36-162 49 1 92 222h-68zM482 875c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM256 98h83l-36-162 49 1 92 222h-68l72 161h-128z" />
<glyph unicode="&#xe794;" glyph-name="sun-cloud" horiz-adv-x="1280" d="M864 768c18 0 32 14 32 32v128c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32zM584 807l86-94c11-13 32-14 45-3 13 12 14 33 2 46l-86 94c-12 13-32 14-45 3-13-12-14-33-2-46zM1068 703l90 90c13 12 13 33 0 45-12 13-33 13-45 0l-91-90c-12-13-12-33 0-46 13-12 33-12 46 1zM964 420c36 29 60 74 60 124 0 88-72 160-160 160s-160-72-160-160c0-19 4-37 10-53 16 2 31 4 48 4 77 0 147-29 202-75zM650 554c4 18-6 35-23 40l-123 33c-17 4-35-6-40-23-4-17 6-34 23-39l123-33c18-5 35 5 40 22zM1120 512h128c18 0 32 14 32 32s-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32zM600 316c-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5l8 2c82 22 143 96 143 185 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108zM482 427c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM1023 387c-13-13-12-33 0-45l90-91c13-12 33-12 46 0 12 13 12 33 0 46l-91 90c-12 12-33 12-45 0z" />
<glyph unicode="&#xe795;" glyph-name="cloud2" d="M192 160h640c106 0 192 86 192 192 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192zM482 651c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56z" />
<glyph unicode="&#xe796;" glyph-name="sun" d="M512 736c18 0 32 14 32 32v128c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32zM368 697c15 9 21 29 12 44l-64 111c-9 15-29 21-44 12s-21-29-12-44l64-111c9-15 29-20 44-12zM700 709l64 111c9 15 3 35-12 44s-35 3-44-12l-64-111c-9-15-3-35 12-44 15-8 35-3 44 12zM263 592c8 15 3 35-12 44l-111 64c-15 9-35 3-44-12s-3-35 12-44l111-64c15-9 35-3 44 12zM805 580l111 64c15 9 21 29 12 44s-29 21-44 12l-111-64c-15-9-20-29-12-44 9-15 29-21 44-12zM512 224c124 0 224 100 224 224s-100 224-224 224-224-100-224-224 100-224 224-224zM224 448c0 18-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32h128c18 0 32 14 32 32zM832 416h128c18 0 32 14 32 32s-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32zM219 316l-111-64c-15-9-21-29-12-44s29-21 44-12l111 64c15 9 20 29 12 44-9 15-29 21-44 12zM761 304c-8-15-3-35 12-44l111-64c15-9 35-3 44 12s3 35-12 44l-111 64c-15 9-35 3-44-12zM324 187l-64-111c-9-15-3-35 12-44s35-3 44 12l64 111c9 15 3 35-12 44-15 8-35 3-44-12zM656 199c-15-9-21-29-12-44l64-111c9-15 29-21 44-12s21 29 12 44l-64 111c-9 15-29 20-44 12zM512 160c-18 0-32-14-32-32v-128c0-18 14-32 32-32s32 14 32 32v128c0 18-14 32-32 32z" />
<glyph unicode="&#xe797;" glyph-name="sun2" horiz-adv-x="1152" d="M480 768c18 0 32 14 32 32v128c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32zM228 852l64-111c9-15 29-20 44-12 15 9 21 29 12 44l-64 111c-9 15-29 21-44 12s-21-29-12-44zM668 741l64 111c9 15 3 35-12 44s-35 3-44-12l-64-111c-9-15-3-35 12-44 15-8 35-3 44 12zM231 624c8 15 3 35-12 44l-111 64c-15 9-35 3-44-12s-3-35 12-44l111-64c15-9 35-3 44 12zM773 612l111 64c15 9 21 29 12 44s-29 21-44 12l-111-64c-15-9-20-29-12-44 9-15 29-21 44-12zM480 704c-124 0-224-100-224-224 0-71 34-134 86-175 80 116 210 194 359 205-15 110-108 194-221 194zM192 480c0 18-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32h128c18 0 32 14 32 32zM787 509c59-6 115-23 165-49 5 6 8 12 8 20 0 18-14 32-32 32h-128c-5 0-9-1-13-3zM1073-64h67c7 31 12 63 12 96 0 230-186 416-416 416s-416-186-416-416c0-33 5-65 12-96h67c-9 31-15 62-15 96 0 194 158 352 352 352s352-158 352-352c0-34-6-65-15-96zM187 348l-111-64c-15-9-21-29-12-44s29-21 44-12l111 64c15 9 20 29 12 44-9 15-29 21-44 12zM736 320c-159 0-288-129-288-288 0-34 7-66 18-96h68c-14 29-22 61-22 96 0 124 100 224 224 224s224-100 224-224c0-35-8-67-22-96h68c11 30 18 62 18 96 0 159-129 288-288 288zM292 219l-64-111c-9-15-3-35 12-44 6-3 12-2 18-2 3 56 16 109 37 159zM736 192c-88 0-160-72-160-160 0-36 12-69 33-96h127c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96h127c21 27 33 60 33 96 0 88-72 160-160 160z" />
<glyph unicode="&#xe798;" glyph-name="sun-o" horiz-adv-x="960" d="M480 736c18 0 32 14 32 32v128c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32zM336 697c15 9 21 29 12 44l-64 111c-9 15-29 21-44 12s-21-29-12-44l64-111c9-15 29-20 44-12zM668 709l64 111c9 15 3 35-12 44s-35 3-44-12l-64-111c-9-15-3-35 12-44 15-8 35-3 44 12zM231 592c8 15 3 35-12 44l-111 64c-15 9-35 3-44-12s-3-35 12-44l111-64c15-9 35-3 44 12zM773 580l111 64c15 9 21 29 12 44s-29 21-44 12l-111-64c-15-9-20-29-12-44 9-15 29-21 44-12zM480 224c124 0 224 100 224 224s-100 224-224 224-224-100-224-224 100-224 224-224zM480 608c88 0 160-72 160-160s-72-160-160-160-160 72-160 160 72 160 160 160zM192 448c0 18-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32h128c18 0 32 14 32 32zM800 416h128c18 0 32 14 32 32s-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32zM187 316l-111-64c-15-9-21-29-12-44s29-21 44-12l111 64c15 9 20 29 12 44-9 15-29 21-44 12zM729 304c-8-15-3-35 12-44l111-64c15-9 35-3 44 12s3 35-12 44l-111 64c-15 9-35 3-44-12zM292 187l-64-111c-9-15-3-35 12-44s35-3 44 12l64 111c9 15 3 35-12 44-15 8-35 3-44-12zM624 199c-15-9-21-29-12-44l64-111c9-15 29-21 44-12s21 29 12 44l-64 111c-9 15-29 20-44 12zM480 160c-18 0-32-14-32-32v-128c0-18 14-32 32-32s32 14 32 32v128c0 18-14 32-32 32z" />
<glyph unicode="&#xe799;" glyph-name="clouds" horiz-adv-x="1280" d="M482 715l13-8c15 8 31 14 49 19-41 45-100 74-166 74-115 0-209-86-222-196-89-16-156-94-156-188 0-106 86-192 192-192h18c-11 26-18 55-18 85 0 67 30 126 77 165-56 47-70 123-29 185 49 73 157 98 242 56zM727 705c69-37 118-106 127-186 21 41 56 74 97 95-35 58-99 98-173 98-17 0-34-3-51-7zM485 702c-71 11-145-17-184-74-29-44-28-94-7-137 21 13 45 23 70 28 9 78 55 145 121 183zM1129 101l8 2c82 22 143 96 143 185 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5zM738 587c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56z" />
<glyph unicode="&#xe79c;" glyph-name="wifi2" horiz-adv-x="1406" d="M1318 575l88 89c-388 394-1018 394-1406 0l88-89c340 345 890 345 1230 0zM1158 388l91 91c-300 300-786 300-1086 0l90-91c250 250 656 250 905 0zM977 207l91 91c-200 200-524 200-724 0l90-91c150 150 394 150 543 0zM703 192c-71 0-128-58-128-128 0-71 57-128 128-128s128 57 128 128c0 70-57 128-128 128z" />
<glyph unicode="&#xe79e;" glyph-name="auction-hammer" d="M853 442l171 173-341 345-171-173zM573 602l-573-580 85-86 573 580zM1024-64v64h-64v64h-320v-64h-64v-64h448z" />
<glyph unicode="&#xe7ad;" glyph-name="themefuse" horiz-adv-x="960" d="M928 584c13 50 32 87 32 222 0 0-2 20-16 23-13 2-253 15-463 133 0 0-165-105-468-138 0 0-10-7-11-17-5-57-8-164 70-366 23-60 135-374 396-501 27-6 46 0 77 25 3 9 273 163 383 619zM715 727c28 2 74-9 77-37 1-14-6-23-22-24-13-1-23 4-27 13l1-4s1 0 1-1c0-2 0-1-1 1-2 5-13 6-17 5-34-2-83-24-93-138h105l-13-50h-105l-15-84c-49-249-139-275-194-279-24-1-58 6-60 31-2 14 11 35 33 36 6 0 14-5 18-12 1-7 16-13 21-12 23 1 47 13 53 24 7 15 18 49 26 88l39 208-49 22-135-22-32-133c-3-15-9-27-6-30 5-8 2-30 36-33 23-3 22 13 35 66l37 2c-9-76-39-97-107-102-24-1-54 28-64 69-4 17-3 26 2 50l27 109-107-1 22 53h92l20 89 71 4-13-93 135 23 49-23c12 69 66 178 160 185z" />
<glyph unicode="&#xe800;" glyph-name="night" d="M535 571c87-108 243-123 347-34 38 33 78 120 78 120s-151-75-268 9c-116 84-79 294-79 294s-32-19-46-31c-105-90-119-250-32-358zM192-64h640c106 0 192 86 192 192 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192zM482 427c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56z" />
<glyph unicode="&#xe801;" glyph-name="night-snow" d="M914 537c38 33 78 120 78 120s-151-75-268 9c-116 84-79 294-79 294s-32-19-46-31c-105-90-119-250-32-358s243-123 347-34zM928 424c-48-25-102-40-160-40-176 0-321 130-347 298-50-2-98-26-125-67-38-57-23-128 31-170-10 3-19 7-28 12-74 37-100 120-57 185 36 56 110 80 177 63-1 10-3 20-3 31 0 8 2 15 2 23-17 5-36 9-55 9-101 0-183-76-194-174-78-15-137-84-137-167 0-95 75-171 168-171h560c92 0 166 75 168 168zM160 101l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM672 101l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM416 37l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19z" />
<glyph unicode="&#xe803;" glyph-name="night-lightning" d="M914 537c38 33 78 120 78 120s-151-75-268 9c-116 84-79 294-79 294s-32-19-46-31c-105-90-119-250-32-358s243-123 347-34zM928 424c-48-25-102-40-160-40-176 0-321 130-347 298-50-2-98-26-125-67-38-57-23-128 31-170-10 3-19 7-28 12-74 37-100 120-57 185 36 56 110 80 177 63-1 10-3 20-3 31 0 8 2 15 2 23-17 5-36 9-55 9-101 0-183-76-194-174-78-15-137-84-137-167 0-95 75-171 168-171h70l-46-128h64l-17-192 49 1 96 255h-64l35 64h157l-64-192h64l-17-128 49 1 96 191h-64l64 128h88c92 0 166 75 168 168z" />
<glyph unicode="&#xe804;" glyph-name="umbrella2" d="M992 450c0 0-6 424-448 444v34c0 18-14 32-32 32s-32-14-32-32v-34c-442-20-448-444-448-444s80 64 165 64c55 0 152-64 152-64s70 46 131 60v-510c0-35 29-64 64-64h64c35 0 64 29 64 64v96c0 18-14 32-32 32s-32-14-32-32v-64c0-18-14-32-32-32s-32 14-32 32v478c59-14 123-60 123-60s77 64 156 64c83 0 169-64 169-64z" />
<glyph unicode="&#xe807;" glyph-name="moon2" d="M332 923c-257-120-369-426-248-683 120-257 427-368 685-248 93 44 218 193 218 193s-343-66-536 159c-192 224-9 616-9 616s-74-20-110-37z" />
<glyph unicode="&#xe808;" glyph-name="moon-phase" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 0v896c247 0 448-201 448-448s-201-448-448-448z" />
<glyph unicode="&#xe809;" glyph-name="moon-phase2" d="M512-64c-283 0-512 229-512 512s229 512 512 512 512-229 512-512-229-512-512-512zM512 0v896c-247 0-448-201-448-448s201-448 448-448z" />
<glyph unicode="&#xe80c;" glyph-name="trash" d="M288 832h-128c-35 0-64-29-64-64h832c0 35-29 64-64 64h-128v64c0 35-29 64-64 64h-320c-35 0-64-29-64-64v-64zM352 896h320v-64h-320v64zM864 640h32c18 0 32 14 32 32v32h-832v-32c0-18 14-32 32-32h32v-640c0-35 29-64 64-64h576c35 0 64 29 64 64v640zM352 0h-64v640h64v-640zM544 0h-64v640h64v-640zM736 0h-64v640h64v-640z" />
<glyph unicode="&#xe80e;" glyph-name="hand" d="M482 564h-5c-34 0-61 23-61 51v294c0 28 27 51 61 51h5c34 0 62-23 62-51v-213c0 37 27 66 61 66h5c34 0 62-29 62-66v-56c0 31 27 56 61 56h5c34 0 62-25 62-56v-20c0-6-1-12-3-17 11 16 30 27 53 27h5c34 0 62-24 62-54v-24c0-30-28-54-62-54h-5c-34 0-61 24-61 54v24c0 6 1 11 3 16-11-17-31-28-54-28h-5c-34 0-61 25-61 56v10c0-37-28-66-62-66h-5c-34 0-61 29-61 66v-15c0-28-28-51-62-51zM628 521c166 0 290-131 290-293 0-161-124-292-290-292-115 0-214 62-265 154 0 0 0 1-1 1l-247 386c-18 31-7 71 25 89l5 3c32 18 73 7 91-24l121-189c49 97 152 165 271 165z" />
<glyph unicode="&#xe80f;" glyph-name="music-notes" horiz-adv-x="1280" d="M1175 116c72 39 101 89 105 140v640c0 35-29 64-64 64l-512-64c-35 0-64-29-64-64v-576c-45 23-118 26-172-3-98-53-148-155-112-228 36-72 145-89 243-37 72 39 101 89 105 140v545c63 30 164 75 256 95 87 19 191 14 256 8v-392c-45 23-118 26-172-3-98-53-148-155-112-228 36-72 145-89 243-37zM0 768h64v64h-64v-64zM128 768h448v64h-448v-64zM0 640h64v64h-64v-64zM128 640h448v64h-448v-64zM0 512h64v64h-64v-64zM128 512h448v64h-448v-64zM0 384h64v64h-64v-64zM128 384h448v64h-448v-64z" />
<glyph unicode="&#xe810;" glyph-name="rain2" d="M257 736c43-41 115-40 161 3 45 43 75 221 75 221s-187-28-232-71c-46-43-47-112-4-153zM838 616c68 65 113 334 113 334s-282-43-351-108c-68-65-70-169-5-231 66-62 174-60 243 5zM363 277c69 65 114 334 114 334s-283-43-351-108-71-169-5-231c65-62 174-60 242 5zM921 526c0 0-282-43-350-108-69-65-71-168-5-231 65-62 174-60 242 5 69 65 113 334 113 334zM439 192c0 0-171-27-213-69-41-41-43-107-3-147s106-39 147 3c42 42 69 213 69 213z" />
<glyph unicode="&#xe816;" glyph-name="snow2" d="M316 512l-91 124-93-124-84 60 91 132-139 43 31 98 136-44v159h114v-159l136 44 31-98-139-43 91-132zM976 444l-84-60-91 124-94-124-83 60 91 132-139 43 31 98 136-44v159h114v-159l136 44 31-98-139-43zM533 128l91-132-84-60-91 124-94-124-83 60 91 132-139 43 31 98 136-44v159h114v-159l136 44 31-98z" />
<glyph unicode="&#xe817;" glyph-name="sun-rain" horiz-adv-x="1152" d="M736 768c-18 0-32 14-32 32v128c0 18 14 32 32 32s32-14 32-32v-128c0-18-14-32-32-32zM533 703l-91 90c-12 13-12 33 0 45 13 13 33 13 46 0l90-90c13-13 13-33 0-45-12-13-33-13-45 0zM1030 793l-90-90c-13-13-33-13-46-1-12 13-12 33 0 46l91 90c12 13 33 13 45 0 13-12 13-33 0-45zM939 384l90-91c13-12 13-32 0-45-12-12-32-12-45 0l-90 90c-8 8-11 20-9 30-23-65-85-112-157-112h-560c-93 0-168 76-168 171 0 83 59 152 137 167 11 98 93 174 194 174 96 0 175-70 191-161-6-20-10-41-10-63 0-124 100-224 224-224 59 0 113 24 153 61l-2-7c1 3 4 7 7 10 12 12 32 12 45 0zM264 615c37 57 115 81 183 61-8 6-16 12-25 16-74 38-169 15-212-50s-17-148 57-185c9-5 18-9 28-12-54 42-69 113-31 170zM736 384c-88 0-160 72-160 160s72 160 160 160 160-72 160-160-72-160-160-160zM992 576h128c18 0 32-14 32-32s-14-32-32-32h-128c-18 0-32 14-32 32s14 32 32 32zM128 64c0 35 64 128 64 128s64-93 64-128-29-64-64-64-64 29-64 64zM512 64c0 35 64 128 64 128s64-93 64-128-29-64-64-64-64 29-64 64zM320 0c0 35 64 128 64 128s64-93 64-128-29-64-64-64-64 29-64 64zM704 0c0 35 64 128 64 128s64-93 64-128-29-64-64-64-64 29-64 64z" />
<glyph unicode="&#xe818;" glyph-name="sun-snow" horiz-adv-x="1152" d="M736 768c-18 0-32 14-32 32v128c0 18 14 32 32 32s32-14 32-32v-128c0-18-14-32-32-32zM533 703l-91 90c-12 13-12 33 0 45 13 13 33 13 46 0l90-90c13-13 13-33 0-45-12-13-33-13-45 0zM1030 793l-90-90c-13-13-33-13-46-1-12 13-12 33 0 46l91 90c12 13 33 13 45 0 13-12 13-33 0-45zM939 384l90-91c13-12 13-32 0-45-12-12-32-12-45 0l-90 90c-8 8-11 20-9 30-23-65-85-112-157-112h-560c-93 0-168 76-168 171 0 83 59 152 137 167 11 98 93 174 194 174 96 0 175-70 191-161-6-20-10-41-10-63 0-124 100-224 224-224 59 0 113 24 153 61l-2-7c1 3 4 7 7 10 12 12 32 12 45 0zM264 615c37 57 115 81 183 61-8 6-16 12-25 16-74 38-169 15-212-50s-17-148 57-185c9-5 18-9 28-12-54 42-69 113-31 170zM736 384c-88 0-160 72-160 160s72 160 160 160 160-72 160-160-72-160-160-160zM992 576h128c18 0 32-14 32-32s-14-32-32-32h-128c-18 0-32 14-32 32s14 32 32 32zM224 101l-60-19 39-56-36-26-38 53-41-53-36 26 40 56-60 19 13 42 59-19v68h48v-68l59 19zM736 101l-60-19 39-56-36-26-38 53-41-53-36 26 40 56-60 19 13 42 59-19v68h48v-68l59 19zM480 37l-60-19 39-56-36-26-38 53-41-53-36 26 40 56-60 19 13 42 59-19v68h48v-68l59 19zM992 37l-60-19 39-56-36-26-38 53-41-53-36 26 40 56-60 19 13 42 59-19v68h48v-68l59 19z" />
<glyph unicode="&#xe819;" glyph-name="rainbow" horiz-adv-x="1408" d="M1273 325c42-12 58-60 58-60 10 41 13 75 13 119 0 318-287 576-640 576s-640-258-640-576c0-30 4-60 9-89 14 25 33 47 57 62-1 9-2 18-2 27 0 283 258 512 576 512s576-229 576-512c0-30-1-30-7-59zM704 768c247 0 448-172 448-384v-3c22-3 43-11 62-23 0 8 2 17 2 26 0 247-229 448-512 448s-512-201-512-448v-3c9 2 18 3 27 3 13 0 26-2 38-5l-1 5c0 212 201 384 448 384zM704 640c177 0 320-135 320-276 0-13-2-26-4-38 19 16 42 27 67 33l1 5c0 177-172 340-384 340s-384-143-384-320c0-13 3-26 5-39 27-23 47-53 56-89h1c6 13 16 23 28 30-16 30-26 63-26 98 0 141 143 256 320 256zM122 256c-9-13-22-42-24-66-56-12-98-63-98-126 0-71 54-128 120-128h400c66 0 120 57 120 128 0 32-11 60-29 83-8 64-61 114-125 114-48 0-90-29-111-71-7 63-52 114-110 127-28 6-43 3-65-3-33-9-71-44-78-58zM888-64h400c66 0 120 57 120 128 0 63-42 114-98 126-1 11-11 53-36 80-29 33-76 50-101 50-13 0-25-3-31-4-58-13-102-63-109-126-21 42-63 71-111 71-64 0-117-50-125-114-18-23-29-51-29-83 0-71 54-128 120-128zM191 86c-53 29-72 91-41 140s98 65 151 37c7-3 13-7 18-12-49 15-104-3-131-46-26-42-16-96 23-127-7 2-14 5-20 8zM1258 226c31-49 12-111-41-140-6-3-13-6-20-8 39 31 49 85 23 127-27 43-82 61-131 46 5 5 11 9 18 12 16 9 34 12 51 12 18 1 26 0 40-5 24-8 46-22 60-44z" />
<glyph unicode="&#xe81b;" glyph-name="male-sign-thin" horiz-adv-x="1026" d="M1026 718v256h-256v-64h145l-448-448c-113 90-278 84-383-20-112-113-112-295 0-408 113-112 295-112 408 0 104 105 110 270 20 383l450 450v-149h64zM446 396c88-87 88-229 0-316-87-88-229-88-316 0-88 87-88 229 0 316 87 88 229 88 316 0z" />
<glyph unicode="&#xe81c;" glyph-name="pencil4" d="M954 597l28 29c48 47 48 124 0 172l-115 114c-47 48-124 48-172 0l-29-28zM666 769l-57 57-518-516 58-58zM724 712l-518-517 58-57 517 516zM321 80l58-57 517 516-57 58zM321-34l-287 286-28-316z" />
<glyph unicode="&#xe822;" glyph-name="na" d="M478 150l192 576-60 20-192-576zM320 160h64v576h-64v-439l-256 439h-64v-576h64v440l256-439v-1zM1024 180l-192 556h-64l-192-556 61-20 67 193h192l67-193zM873 417h-146l73 211z" />
<glyph unicode="&#xe82e;" glyph-name="home" d="M1024 451l-128 125v256h-128v-128l-256 256-512-509 92-91 420 418 420-418zM512 704l-384-384v-384h128v320h192v-320h448v384zM576 256h192v-192l-191 1z" />
<glyph unicode="&#xe830;" glyph-name="cloud-rain3" horiz-adv-x="1280" d="M482 875l13-8c15 8 31 14 49 19-41 45-100 74-166 74-115 0-209-86-222-196-89-16-156-94-156-188 0-106 86-192 192-192h18c-11 26-18 55-18 85 0 67 30 126 77 165-56 47-70 123-29 185 49 73 157 98 242 56zM854 679c21 41 56 74 97 95-35 58-99 98-173 98-17 0-34-3-51-7 69-37 118-106 127-186zM485 862c-71 11-145-17-184-74-29-44-28-94-7-137 21 13 45 23 70 28 9 78 55 145 121 183zM1129 261l8 2c82 22 143 96 143 185 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5zM738 747c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM182 120l-109 178c-10 16-32 22-50 13-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47zM374 56l-109 178c-10 16-32 22-50 13-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47zM1111 247c-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47l-109 178c-10 16-32 22-50 13zM566-8l-109 178c-10 16-32 22-50 13-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47zM758-8l-109 178c-10 16-32 22-50 13-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47zM950-8l-109 178c-10 16-32 22-50 13-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47zM1142-8l-109 178c-10 16-32 22-50 13-17-10-23-31-13-47l109-178c10-16 32-22 50-13 17 10 23 31 13 47z" />
<glyph unicode="&#xe831;" glyph-name="snow22" horiz-adv-x="1280" d="M482 875l13-8c15 8 31 14 49 19-41 45-100 74-166 74-115 0-209-86-222-196-89-16-156-94-156-188 0-106 86-192 192-192h18c-11 26-18 55-18 85 0 67 30 126 77 165-56 47-70 123-29 185 49 73 157 98 242 56zM854 679c21 41 56 74 97 95-35 58-99 98-173 98-17 0-34-3-51-7 69-37 118-106 127-186zM485 862c-71 11-145-17-184-74-29-44-28-94-7-137 21 13 45 23 70 28 9 78 55 145 121 183zM1129 261l8 2c82 22 143 96 143 185 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5zM738 747c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM32 229l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM1056 165l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM288 101l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM800 101l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM544 37l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19z" />
<glyph unicode="&#xe832;" glyph-name="rain-snow2" horiz-adv-x="1280" d="M482 875l13-8c15 8 31 14 49 19-41 45-100 74-166 74-115 0-209-86-222-196-89-16-156-94-156-188 0-106 86-192 192-192h18c-11 26-18 55-18 85 0 67 30 126 77 165-56 47-70 123-29 185 49 73 157 98 242 56zM854 679c21 41 56 74 97 95-35 58-99 98-173 98-17 0-34-3-51-7 69-37 118-106 127-186zM485 862c-71 11-145-17-184-74-29-44-28-94-7-137 21 13 45 23 70 28 9 78 55 145 121 183zM1129 261l8 2c82 22 143 96 143 185 0 47-18 90-46 124-14 97-97 172-200 172-78 0-145-44-178-108-13 110-107 196-222 196s-209-86-222-196c-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5zM738 747c11-6 20-12 29-18-78 22-167-5-210-69s-26-144 36-191c-11 3-22 7-32 13-85 42-114 136-65 209s157 98 242 56zM32 229l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM759 234l-109-178c-10-16-4-37 13-47 18-9 40-3 50 13l109 178c10 16 4 37-13 47-18 9-40 3-50-13zM416 101l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19zM311 170l-109-178c-10-16-4-37 13-47 18-9 40-3 50 13l109 178c10 16 4 37-13 47-18 9-40 3-50-13zM1143 170l-109-178c-10-16-4-37 13-47 18-9 40-3 50 13l109 178c10 16 4 37-13 47-18 9-40 3-50-13zM800 37l60-19-40-56 36-26 41 53 38-53 36 26-39 56 60 19-13 42-59-19v68h-48v-68l-59 19z" />
<glyph unicode="&#xe833;" glyph-name="sun-cloud2" horiz-adv-x="1280" d="M864 768c18 0 32 14 32 32v128c0 18-14 32-32 32s-32-14-32-32v-128c0-18 14-32 32-32zM570 793l91-90c12-13 33-13 45 0 13 12 13 32 0 45l-90 90c-13 13-33 13-46 0-12-12-12-32 0-45zM1068 703l90 90c13 12 13 33 0 45-12 13-33 13-45 0l-91-90c-12-13-12-33 0-46 13-12 33-12 46 1zM864 384c88 0 160 72 160 160s-72 160-160 160-160-72-160-160 72-160 160-160zM482 555l13-8c15 8 31 14 49 19-41 45-100 74-166 74-115 0-209-86-222-196-89-16-156-94-156-188 0-106 86-192 192-192h18c-11 26-18 55-18 85 0 67 30 126 77 165-56 47-70 123-29 185 49 73 157 98 242 56zM1120 512h128c18 0 32 14 32 32s-14 32-32 32h-128c-18 0-32-14-32-32s14-32 32-32zM364 359c9 78 55 145 121 183-71 11-145-17-184-74-29-44-28-94-7-137 21 13 45 23 70 28zM412 316c-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5l8 2c82 22 143 96 143 185 0 47-18 90-46 124-13 91-88 162-182 170-40-61-109-102-188-102-85 0-135 29-182 94-51-7-97-33-125-74-43-64-26-144 36-191-11 3-22 7-32 13-85 42-114 136-65 209 35 52 101 80 167 75-10 20-16 42-20 65l-9 1c-115 0-209-86-222-196z" />
<glyph unicode="&#xe834;" glyph-name="night2" horiz-adv-x="1280" d="M749 474c109-135 303-154 434-42 47 40 97 149 97 149s-189-93-335 12c-145 105-99 367-99 367s-39-23-57-39c-131-112-149-312-40-447zM482 555l13-8c15 8 31 14 49 19-41 45-100 74-166 74-115 0-209-86-222-196-89-16-156-94-156-188 0-106 86-192 192-192h18c-11 26-18 55-18 85 0 67 30 126 77 165-56 47-70 123-29 185 49 73 157 98 242 56zM485 542c-71 11-145-17-184-74-29-44-28-94-7-137 21 13 45 23 70 28 9 78 55 145 121 183zM557 340c-43-64-26-144 36-191-11 3-22 7-32 13-85 42-114 136-65 209 32 47 88 74 147 76-13 20-25 41-34 63-104-12-185-92-197-194-89-16-156-94-156-188 0-106 86-192 192-192h640c14 0 28 2 41 5l8 2c82 22 143 96 143 185 0 47-18 90-46 124-4 24-11 47-23 68-64-40-138-64-219-64-131 0-246 62-322 156-46-9-87-34-113-72z" />
<glyph unicode="&#xe837;" glyph-name="home2" d="M997 385c27 27 27 71 0 98l-431 439c-2 4-5 8-9 11-26 27-68 27-94 0l-437-445c-26-27-26-70 0-97s68-27 95 0l388 396 393-402c26-26 69-26 95 0zM512 640l-384-384v-320h448v256h192v-256h128v320z" />
<glyph unicode="&#xe838;" glyph-name="id-card" horiz-adv-x="1408" d="M1408 832h-512v128h-448v-128h-448v-896h1408v896zM832 832h-320v64h320v-64zM1344 0h-704v768h704v-768zM434 505c21 0 38-16 38-36 0-34-43-36-43-36-8-44-27-70-52-84v-45l199-86v-90h-512v90l190 81v48c-26 13-45 39-53 86 0 0-42 2-42 36 0 20 17 36 38 36 5 111 56 135 118 135s113-29 119-135zM1216 640h-448v-64h448v64zM1216 512h-448v-64h448v64zM1216 384h-448v-64h448v64zM1024 256h-256v-64h256v64z" />
<glyph unicode="&#xe83b;" glyph-name="hospital-square" d="M64-64h896c35 0 64 29 64 64v896c0 35-29 64-64 64h-896c-35 0-64-29-64-64v-896c0-35 29-64 64-64zM768 128h-128v256h-256v-256h-128v640h128v-256h256v256h128v-640z" />
<glyph unicode="&#xe83c;" glyph-name="file-edit" d="M128 192h128v768h-256v-448h64v384h128v-64h-64v-640zM1024-64v640h-640v64h256v64h-256v64h256v64h-256v64h256v64h-322v-1024h706zM704 640h320l-320 320v-320zM960 448h-576v64h576v-64zM384 384h512v-64h-512v64zM384 256h512v-64h-512v64zM192-64l64 192h-128zM384 128h256v-64h-256v64z" />
<glyph unicode="&#xe83e;" glyph-name="ruler" d="M0 256h256v64h-192v64h192v64h-128v64h128v64h-192v64h192v64h-128v64h128v64h-192v64h192v64h-256v-704zM0-64h256v256h-256v-256zM1024-64v256h-64v-192h-64v192h-64v-128h-64v128h-64v-192h-64v192h-64v-128h-64v128h-64v-192h-64v192h-64v-256h704z" />
<glyph unicode="&#xe840;" glyph-name="mechanical-pen" horiz-adv-x="1148" d="M616 60c16-16 42-16 58 0l462 460c16 16 16 42 0 58l-363 362c-20 20-53 20-73 0l-634-632 293-292 608 606 77-76-428-427c-17-17-17-43 0-59zM256-27l-229 220-27-257z" />
<glyph unicode="&#xe842;" glyph-name="edit-card" horiz-adv-x="1277" d="M1029 434l243 295c8 11 6 26-4 34l-237 187c-13 10-32 8-43-5l-332-405 191-151 319 389 50-40-225-274c-8-10-7-25 4-34 10-8 26-6 34 4zM704 704l64 64-768 1v-833h1088v448l-64-64v-256h-960v640h640zM128 512h384v64h-384v-64zM640 458l1-138 144 26zM512 448h-384v-64h384v64zM512 320h-384v-64h384v64z" />
<glyph unicode="&#xe843;" glyph-name="presentation-board3" d="M960 320v512h64v128h-1024v-128h64v-512l-64 2v-130h512v-128h-192v-128h448v128h-192v128h448v128h-64zM896 320h-768v512h768v-512zM768 768h-128v-384h128v384zM576 704h-128v-320h128v320zM384 576h-128v-192h128v192z" />
<glyph unicode="&#xe84c;" glyph-name="file-word" d="M1024 128v448h-768v64h384v64h-384v64h384v64h-384v64h384v64h-448v-448h384v-384h448zM1024 640l-320 320v-320h320zM512 448h-512v-512h512v512zM448 320l-64-320h-64l-64 256-64-256h-64l-64 320h64l27-192 37 192h128l32-192 32 192h64z" />
<glyph unicode="&#xe84d;" glyph-name="mobile" d="M256-64h512c35 0 64 30 64 64v896c0 34-29 64-64 64h-513c-35 0-63-28-63-62v-898c0-34 29-64 64-64zM768 192h-512v704h512v-704zM512 0c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64z" />
<glyph unicode="&#xe850;" glyph-name="folder-open3" horiz-adv-x="1408" d="M637 640h451c53 0 64 64 64 64v192s2 64-64 64h-323c-65 0-64-64-64-64v-64h-576c-147 0-123-163-123-163l187-669 179 446s87 194 269 194zM1152-64l228 448s116 192-128 192h-551c-63 0-196-6-262-190-58-162-188-450-186-450h899z" />
<glyph unicode="&#xe851;" glyph-name="folder-plus3" horiz-adv-x="1408" d="M640 640h448c53 0 64 64 64 64v192s2 64-64 64h-320c-64 0-64-64-64-64v-64h-579c-147 0-123-163-123-163l190-669 179 446s88 194 269 194zM1375 374l5 10s116 192-128 192h-548c-62 0-196-6-262-190-58-162-185-450-186-450h749c-65 53-109 133-109 224 0 159 129 288 288 288 74 0 140-28 191-74zM1184 384c-123 0-224-100-224-224s101-224 224-224c124 0 224 100 224 224s-100 224-224 224zM1024 128v64h128v128h64v-128h128v-64h-128v-128h-64v128h-128z" />
<glyph unicode="&#xe852;" glyph-name="slider" horiz-adv-x="1408" d="M1152 896v-67c11 1 21 3 32 3s21-2 32-3v131h-1024v-131c11 1 21 3 32 3s21-2 32-3v67h896zM448 544c0 124-100 224-224 224s-224-100-224-224 100-224 224-224 224 100 224 224zM1184 320c124 0 224 100 224 224s-100 224-224 224-224-100-224-224 100-224 224-224zM64 544c0 88 72 160 160 160s160-72 160-160-72-160-160-160-160 72-160 160zM299 453l-90 91 90 91-45 45-136-136 136-136zM1154 408l-45 45 90 91-90 91 45 45 136-136zM800 384c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zM256 128v131c-11-1-21-3-32-3s-21 2-32 3v-323h1024v323c-11-1-21-3-32-3s-21 2-32 3v-259h-64c-16 44-107 370-216 279-173-145-159-30-302 54-88 51-241-97-314-205z" />
<glyph unicode="&#xe855;" glyph-name="refresh" d="M384 448l384 256-384 256v-192c-94-32-222-113-256-384 64 124 190 195 288 235 52 15 117 12 119 12-58-16-113-44-151-78v-105zM640-64v192c94 32 222 113 256 384-64-124-190-195-288-235-52-15-117-12-119-12 58 16 113 50 151 85v98l-384-256z" />
<glyph unicode="&#xe859;" glyph-name="briefcase2" horiz-adv-x="1152" d="M0 448h1152v192c0 60-67 128-128 128h-128v128c0 35-29 64-64 64h-512c-35 0-64-29-64-64v-128h-128c-61 0-128-68-128-128v-192zM832 768h-512v128h512v-128zM128-64h896c61 0 128 68 128 128v320h-448v-192h-256v192h-448v-320c0-60 67-128 128-128z" />
<glyph unicode="&#xe85b;" glyph-name="hospital-marker-h" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM576 320v192h-128v-192h-128v512h128v-192h128v192h128v-512h-128z" />
<glyph unicode="&#xe85e;" glyph-name="footprint" horiz-adv-x="1118" d="M475 499c139 38 126 140 94 260-32 121-126 201-210 178s-127-139-95-260 71-216 211-178zM723 483c121-63 146 22 200 127s60 204-12 242c-73 39-138-11-192-116s-116-189 4-253zM228 331c98 57 68 132 19 217-49 86-137 127-196 92-60-34-68-132-19-217 48-86 97-150 196-92zM1059 343c56 46 76 116 43 156-32 40-104 35-161-11-56-47-97-91-43-157s104-35 161 12zM928 193l-237 240c-30 30-69 43-108 41-35 0-71-14-98-41l-238-240c-54-54-54-143 0-197l5-5c54-55 141-55 195 0l50 50c87 51 157 15 187-6l44-44c54-55 142-55 196 0l4 4c54 55 54 143 0 198z" />
<glyph unicode="&#xe862;" glyph-name="plus-circle-o" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM512 832c212 0 384-172 384-384s-172-384-384-384-384 172-384 384 172 384 384 384zM576 384h160c18 0 32 14 32 32v64c0 18-14 32-32 32h-160v160c0 18-14 32-32 32h-64c-18 0-32-14-32-32v-160h-160c-18 0-32-14-32-32v-64c0-18 14-32 32-32h160v-160c0-18 14-32 32-32h64c18 0 32 14 32 32v160z" />
<glyph unicode="&#xe86b;" glyph-name="hospital-marker-plus" d="M512-64c0 0 384 428 384 640s-172 384-384 384-384-172-384-384 384-640 384-640zM768 512h-192v-192h-128v192h-192v128h192v192h128v-192h192v-128z" />
<glyph unicode="&#xe86c;" glyph-name="file-powerpoint" d="M1024 128v448h-768v64h384v64h-384v64h384v64h-384v64h384v64h-448v-448h384v-384h448zM704 640h320l-320 320v-320zM512 448h-512v-512h512v512zM128 320h96c53 0 96-43 96-96s-43-96-96-96c-11 0-22 3-32 6v-134h-64v320zM224 192c18 0 32 14 32 32s-14 32-32 32-32-14-32-32 14-32 32-32z" />
<glyph unicode="&#xe86d;" glyph-name="mobile-user" d="M96 896h336c21 24 44 46 70 64h-407c-35 0-63-28-63-62v-898c0-34 29-64 64-64h512c35 0 64 30 64 64v321c-22 2-43 6-64 12v-141h-512v704zM704 384c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM704 896c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zM608 640h192c27 0 64-128 64-128s-73-64-166-64-154 64-154 64 28 128 64 128zM352 0c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64z" />
<glyph unicode="&#xe873;" glyph-name="mail" horiz-adv-x="1152" d="M1152 666v68c0 54-45 98-101 98h-950c-56 0-101-44-101-98v-77l576-273zM0 532v-370c0-54 45-98 101-98h950c56 0 101 44 101 98v372l-576-278z" />
<glyph unicode="&#xe87f;" glyph-name="playlist" d="M0 704l192 128-192 128v-256zM256 768h768v128h-768v-128zM0 320l192 128-192 128v-256zM256 384h768v128h-768v-128zM0-64l192 128-192 128v-256zM1024 0v128h-768v-128h768z" />
<glyph unicode="&#xe881;" glyph-name="controls2" d="M64 832h128v64c0 35-29 64-64 64s-64-29-64-64v-64zM448 512h128v384c0 35-29 64-64 64s-64-29-64-64v-384zM832 704h128v192c0 35-29 64-64 64s-64-29-64-64v-192zM0 640h256v128h-256v-128zM1024 512v128h-256v-128h256zM192 576h-128v-576c0-35 29-64 64-64s64 29 64 64v576zM384 320h256v128h-256v-128zM960 448h-128v-448c0-35 29-64 64-64s64 29 64 64v448zM576 256h-128v-256c0-35 29-64 64-64s64 29 64 64v256z" />
<glyph unicode="&#xe882;" glyph-name="rent" horiz-adv-x="1152" d="M1088 640h-67c-13 63-62 112-125 125v67h256v64h-256v64h-64v-195c-63-13-112-62-125-125h-198c-13 63-62 112-125 125v67h320v64h-320v64h-64v-195c-63-13-112-62-125-125h-131c-32 0-64-25-64-64v-567c0-46 15-73 64-73h1024c48 0 64 34 64 75v565c0 31-30 64-64 64zM0 832h256v64h-256v-64zM248 229l4-22c1-6 2-10 5-15h-50c-3 11-4 23-5 37l-3 40c-1 17-5 29-10 37-6 8-15 11-27 11l-34 3v-128h-64v320h120c10 0 19-2 27-7 8-4 15-11 21-19s10-17 13-28c3-10 4-22 4-34 0-19-2-35-8-49-5-14-17-24-29-32 6-2 13-6 17-11s8-11 10-18c2-6 4-14 5-22s3-16 3-24v-18zM512 192h-192v320h192v-64h-128v-63l96-1v-64h-96v-64h128v-64zM640 512l128-190v190h64v-320h-64l-128 190v-190h-64v320h64zM896 512h192v-64h-64v-256h-64v256h-64v64zM128 368h38c11 0 20 3 26 10 6 8 8 19 8 35s-2 27-8 34-14 9-25 9h-39v-88z" />
<glyph unicode="&#xe883;" glyph-name="sold" horiz-adv-x="1152" d="M1088 640h-67c-13 63-62 112-125 125v67h256v64h-256v64h-64v-195c-63-13-112-62-125-125h-198c-13 63-62 112-125 125v67h320v64h-320v64h-64v-195c-63-13-112-62-125-125h-131c-32 0-64-25-64-64v-567c0-46 15-73 64-73h1024c48 0 64 34 64 75v565c0 31-30 64-64 64zM0 832h256v64h-256v-64zM135 378c-3-5-4-10-4-17 0-6 1-10 3-14s6-7 12-10c6-4 14-7 25-10l41-12c5-1 12-3 21-6s18-8 27-14c9-7 16-16 23-27 6-11 9-25 9-42 0-14-2-27-7-39s-12-22-21-31c-10-9-22-15-36-20s-30-8-48-8c-15 0-30 2-44 7-14 4-26 10-37 19s-19 20-26 34c-6 14-9 30-9 49h58c0-11 2-19 5-26 3-8 8-13 13-18 5-4 12-7 19-10 7-2 15-3 23-3 5 0 11 1 17 2s12 3 17 5c5 3 10 7 13 12 4 5 6 12 6 19 0 9-3 15-7 20-5 6-11 10-19 13-7 4-16 7-26 9l-29 9c-10 3-20 6-29 10-10 5-19 10-26 16-8 7-14 15-19 25-4 10-7 22-7 36 0 16 3 29 9 41 6 11 14 21 24 29 9 7 20 13 32 17s25 5 37 5c14 0 27-1 41-5 13-4 24-9 34-17s18-19 24-31 9-27 9-45h-57c-1 9-3 17-6 23-2 6-6 10-11 14-5 3-10 6-17 7-6 1-13 2-20 2-5 0-10 0-14-2-5-1-10-3-13-6-4-2-8-6-10-10zM567 350c6-19 9-40 9-63 0-22-3-43-9-62-6-20-14-37-25-51s-24-25-40-33c-16-9-34-13-54-13s-38 4-54 13c-16 8-29 19-40 33s-19 31-25 51c-6 19-9 40-9 62 0 23 3 44 9 63 6 20 14 37 25 52 11 14 24 26 40 34s34 12 54 12 38-4 54-12 29-20 40-34c11-15 19-32 25-52zM832 448h125c18 0 36-3 52-9 16-7 30-17 42-30 11-13 20-30 27-49 7-20 10-43 10-70 0-23-3-45-8-64-6-20-14-37-25-51-11-15-24-26-41-34-16-9-35-13-57-13h-317v320h64v-256h128v256zM503 217c5 9 9 20 12 32 2 13 4 25 4 38s-2 26-4 39c-3 12-7 24-12 33-6 10-13 18-22 24s-20 9-33 9-24-3-33-9-16-14-22-24c-5-9-9-21-12-33-2-13-4-26-4-39s2-25 4-38c3-12 7-23 12-32 6-10 13-18 22-24s20-9 33-9 24 3 33 9 16 14 22 24zM1006 357c-7 9-15 16-26 20-10 5-23 7-39 7h-45v-192h56c9 0 18 2 27 5s16 8 23 16c7 7 12 16 16 28s6 26 6 43c0 15-1 29-4 41-3 13-8 23-14 32z" />
<glyph unicode="&#xe889;" glyph-name="slider2" horiz-adv-x="1408" d="M320 64h768v768h-768v-768zM448 704h512v-512h-512v512zM255 320l-127 128 127 128-64 64-191-192 191-192zM1215 640l-64-64 128-128-128-128 64-64 193 192z" />
<glyph unicode="&#xe891;" glyph-name="key32" d="M981-29c56 55 56 144 0 199l-389 383c37 105 13 227-72 311-119 116-311 117-429 0-119-116-118-305 0-422 78-77 189-103 289-79l43-42 148 60-66-133 133-133 200 67-68-203 9-8c56-55 146-56 202 0zM338 847c56 0 100-44 100-99 0-56-44-100-100-100-55 0-99 44-99 100 0 55 44 99 99 99z" />
<glyph unicode="&#xe893;" glyph-name="rocking-horse" horiz-adv-x="1216" d="M1024 447h192s0 233-134 292c-39 17-72 16-101 16-124-1-167-89-167-89s-216 76-308 13c-5 41-16 75-31 102-34 63-89 93-146 107-41 9-83 9-119 6-33-2-61-8-79-12l-21-6 26-69-59-77 137-157c24 8 44 12 50 12 54-1 22-64 22-64l-123-274-66 33s-51-98-53-98c9-7 18-15 28-22 9-7 18-14 28-20 15-11 30-21 45-30 40-25 79-44 117-60 67-27 132-42 194-47 45-4 89-4 131 1 71 7 137 25 195 48 48 18 90 39 126 60 39 22 71 44 94 62 27 20 41 33 41 33l-40 78-66-26s-83 278-84 308c-1 32 49 69 49 69s75 62 119-13c17-31 3-176 3-176zM159 557l-115 130c-26-13-44-40-44-70 0-44 36-79 81-79 10 0 20 1 29 4zM533 401c191-1 232-208 232-208s-244-112-448 0c-1 0 24 209 216 208z" />
<glyph unicode="&#xe894;" glyph-name="teddy-bear" d="M945 59c12 19 21 36 28 52 18 43 23 75 17 102-7 35-32 58-64 75-45 27-89 41-142-8-21 66-54 140-109 200 45 44 72 107 72 176 0 26-4 53-12 77 42 19 72 60 72 110 0 67-54 120-119 120-48 0-90-30-108-73-25 8-50 12-77 12-21 0-42-3-62-8-20 41-60 69-107 69-64 0-118-53-118-120 0-43 23-81 58-103-9-26-15-55-15-84 0-70 28-133 74-178-51-31-95-103-122-177-41 25-77 10-114-11s-64-47-66-92c-1-33 12-78 46-138 24-40 46-68 67-88 18-16 35-26 52-30 31-9 62 2 91 19 25 15 48 32 59 56 128-54 244-34 329 0 11-24 34-42 60-57 23-13 48-21 72-21 16 1 32 5 49 15 28 17 57 50 89 105zM416 771c35 0 64-29 64-63 0-35-29-64-64-64-37 0-65 29-65 64 0 34 28 63 65 63zM607 771c35 0 64-29 64-63 0-35-29-64-64-64-36 0-65 29-65 64 0 34 29 63 65 63zM667 283c22-98-45-152-155-152s-180 40-156 152c20 92 85 105 155 105s136-20 156-105z" />
<glyph unicode="&#xe895;" glyph-name="abc" horiz-adv-x="1472" d="M576 384h192c35 0 64 29 64 64v448c0 35-29 64-64 64h-448c-35 0-64-29-64-64v-384h-192c-35 0-64-29-64-64v-448c0-35 29-64 64-64h448c35 0 64 29 64 64v384zM768 448h-448v448h448v-448zM508 832l-124-320h72l26 71h123l24-71h75l-122 320h-74zM501 636l43 117 42-117h-85zM960-64h448c35 0 64 29 64 64v448c0 35-29 64-64 64h-448c-35 0-64-29-64-64v-448c0-35 29-64 64-64zM64 448h192c0-35 29-64 64-64h192v-384h-448v448zM1408 0h-448v448h448v-448zM362 342c-4 10-11 19-20 25-8 6-18 10-30 13s-26 4-40 4h-144v-320h148c14 0 27 2 40 5 13 4 25 9 35 17 10 7 18 17 24 29s9 26 9 42c0 20-5 37-14 51s-23 24-42 30c14 7 24 16 31 26 7 11 10 25 10 41 0 15-2 27-7 37zM1069 337c-15-14-26-31-33-51-8-19-12-41-12-63 0-23 4-44 12-63 7-19 18-36 33-50 14-14 32-26 53-34s45-12 71-12c21 0 40 3 58 9 18 5 33 14 46 24 13 11 24 24 32 40 8 15 13 33 15 52h-73c-3-21-11-37-24-50s-31-19-54-19c-17 0-32 3-43 9-12 6-22 14-29 23-8 10-13 21-16 33-4 12-5 25-5 38s1 26 5 38c3 13 8 24 16 34 7 10 17 18 29 24 11 6 26 8 43 8 9 0 18-1 27-4 8-2 16-6 22-11 7-5 13-10 17-17 5-6 8-13 9-21h73c-2 18-8 33-16 47-9 14-20 25-33 35-14 9-29 16-45 21-17 5-35 7-54 7-26 0-50-4-71-12-21-9-39-20-53-35zM301 311c2-5 3-11 3-18 0-14-3-24-11-30s-18-9-30-9h-68v75h63c6 0 12 0 17-1 6-1 11-3 15-6 5-3 8-6 11-11zM304 196c8-7 13-19 13-35 0-9-2-15-4-21-3-5-7-9-11-13-5-3-10-5-16-6-6-2-12-2-19-2h-72v88h73c15 0 27-4 36-11z" />
<glyph unicode="&#xe896;" glyph-name="duck-toy" horiz-adv-x="1216" d="M1139 134c9 14 41 68 59 155 19 98 18 223 18 223s-181-280-447-60c-37 37-72 73-119 93 38 44 60 101 60 163 0 139-113 252-254 252-140 0-254-113-254-252 0-21 3-41 8-60-57 6-127-4-210 56 85-216 205-239 293-248-37-47-60-105-63-169-7-140 90-240 216-299 28-18 66-31 110-40 23-5 48-8 74-10 10-1 21-1 33-2h27c13 0 26 1 39 2 88 6 181 27 260 67 61 32 112 75 150 129zM416 832c53 0 96-43 96-96 0-54-43-97-96-97s-96 43-96 97c0 53 43 96 96 96zM576 447c0 0 189-213 384-256-3 0-59-24-136-48-36-11-78-22-120-30-60-11-122-16-177-8-36 6-70 18-97 37-12 8-22 18-31 28-3 5-26 34-32 55-14 47-7 84 5 114 15 34 43 58 74 74 60 31 130 34 130 34z" />
<glyph unicode="&#xe897;" glyph-name="spintop" d="M603 768h-182c-20 0-37 17-37 37v118c0 20 17 37 37 37h182c20 0 37-17 37-37v-118c0-20-17-37-37-37zM786 368c57-9 101-60 110-112h-768c7 39 33 82 70 100 102 59 169 64 169 97-1 2-1 4-1 6 2 59 10 110 82 117v128h128v-128c66-11 85-61 86-115h1s-1 0-1-1l1-1c0-5-1-10-2-15-1-29 81-61 125-76zM256 128c-66 0-116 6-128 64h768c-12-58-62-64-128-64-144-28-256-192-256-192s-120 164-256 192z" />
<glyph unicode="&#xe898;" glyph-name="bike" horiz-adv-x="1536" d="M1273 468c-65 0-124-24-170-63l-95 61 60 174h212v128h-384v-128h64l-41-116-356 232 57 140h276v64h-351l-133-337c-22 4-46 7-70 7-189 0-342-155-342-347s153-347 342-347c190 0 343 155 343 347 0 134-75 250-185 308l33 86 757-498 47 74-156 101c27 17 58 27 92 27 98 0 177-80 177-179 0-98-79-178-177-178-97 0-176 80-176 178 0 8 1 15 2 23l-78 51c-7-24-10-48-10-74 0-147 117-266 262-266s263 119 263 266-118 266-263 266zM372 259l94 243c75-43 126-125 126-219 0-140-112-253-250-253-137 0-249 113-249 253 0 139 112 253 249 253 12 0 24-1 35-3l-98-247z" />
<glyph unicode="&#xe89c;" glyph-name="file" d="M896-64v640h-448v384h-320v-1024h768zM512 640h384l-384 320v-320z" />
<glyph unicode="&#xe89d;" glyph-name="watches" d="M640 784c27 24 106 85 281 42-3 3-13 9-13 9l-299 128s-88 0-167-31c-121 23-258-30-346-147-111-148-106-346 5-461 0-200 97-270 97-270s292-121 287-115c-10 12-90 31-114 162-19 96 1 143 1 143 84 17 166 67 225 146 92 122 104 279 43 394zM504 830c116-74 140-242 53-375-87-134-252-182-369-107-116 74-140 242-53 375 87 134 252 182 369 107zM403 556c21 36 18 79-6 104l74 116-48 21-74-116c-30 1-61-16-80-47-25-43-16-94 21-116 21-12 47-12 69-2l66-111 22 12-66 113c8 7 16 16 22 26zM1009 409l-58 24c29 83 55 220 14 321-81 40-190 36-214 35 17-77 23-198-42-355l274-102zM415 89c16-68 80-107 133-137 88 27 241 105 336 336-4-1-200 75-203 76-17-55-59-210-266-275z" />
<glyph unicode="&#xe900;" glyph-name="stroller" d="M384 640v320c-120-2-230-59-297-146zM451 234l9 2c169 34 305 166 308 340h-384l-320 192c-28-52-52-111-52-174 0-121 60-228 152-294 38-27 102-49 138-60l-104-69c-20 13-44 21-70 21-71 0-128-57-128-128s57-128 128-128 128 57 128 128c0 21-6 41-15 58l139 93 86-86c-11-19-18-41-18-65 0-71 57-128 128-128s128 57 128 128-57 128-128 128c-24 0-46-7-65-18zM672 640h320c18 0 32 14 32 32s-14 32-32 32h-320c-18 0-32-14-32-32s14-32 32-32zM128 128c35 0 64-29 64-64s-29-64-64-64-64 29-64 64 29 64 64 64zM576 0c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64z" />
<glyph unicode="&#xe906;" glyph-name="pacifier" d="M747 536c28 39 81 92 134 94 27 7 52 21 73 42 68 64 68 168 1 232-67 65-176 64-243 0-28-27-44-60-49-94-2-45-38-103-70-132 1-1 154-142 154-142zM755 91c83 80 37 187-63 304 4 2 14 12 14 12 15 14 16 37 1 52l-192 183c-15 14-39 14-54 0 0 0-10-10-11-12-108 87-204 126-297 37-92-88-29-115 72-154-55-3-106-23-144-59-99-95-79-269 46-388 124-119 305-139 404-44 40 38 60 87 63 141 41-97 70-159 161-72zM157 100c-103 98-120 242-38 320 82 79 232 63 335-36 103-98 120-242 38-320-82-79-232-63-335 36z" />
<glyph unicode="&#xe907;" glyph-name="milk-bottle" d="M298 640h428c23 0 42 18 42 41 0 22-19 41-42 41h-38c-15 68-29 122-126 136 8 11 14 24 14 38 0 35-29 64-64 64s-64-29-64-64c0-13 5-25 12-35-115-11-124-67-140-139h-22c-23 0-42-19-42-41 0-23 19-41 42-41zM345-64h295c49 0 128 24 128 64v512c0 40-15 64-64 64h-384c-49 0-64-24-64-64v-504c0-40 40-72 89-72zM704 64h-384v64h192v64h-192v64h192v64h-192v64h192v64h-192c0 37 37 64 64 64h256c27 0 64-25 64-64v-384z" />
<glyph unicode="&#xe908;" glyph-name="baby" d="M843 398c21 21 21 55 0 76l-185 190c-6 6-13 10-20 13-4 2-9 3-14 3h-57c52 22 88 74 88 135 0 80-63 145-141 145-79 0-142-65-142-145 0-61 36-113 88-135h-60c-10 0-18-4-24-10-4-2-7-4-10-7l-186-191c-20-21-20-55 0-76 21-21 54-21 75 0l110 113-13-61h320l-13 63 110-113c20-21 54-21 74 0zM352 301l-75-93c-15-15-20-36-16-56 1-8 3-17 8-25l102-153c16-28 52-38 80-21 28 16 37 53 21 81l-82 122 90 36h64l89-36-82-122c-16-28-6-65 21-81 28-17 64-7 80 21l103 153c4 8 7 17 7 25 5 20 0 41-15 56l-75 91v21h-128v-64h-64v64h-128v-19z" />
<glyph unicode="&#xe90c;" glyph-name="file-warning" d="M256 960v-261c21 3 42 5 64 5 98 0 188-37 256-98v354h-320zM640 640h384l-384 320v-320zM640 320c0 177-143 320-320 320s-320-143-320-320 143-320 320-320 320 143 320 320zM256 576h128v-320h-128v320zM1024-64v640h-418c61-68 98-158 98-256 0-212-172-384-384-384h704zM320 64c-35 0-64 29-64 64s29 64 64 64 64-29 64-64-29-64-64-64z" />
<glyph unicode="&#xe93c;" glyph-name="comment-add" d="M992 384c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1152 640h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64zM320 704h321c2 22 6 43 12 64h-397v-448l-256-256h256v-128h832v397c-21-6-42-10-64-12v-321h-704v128h-192l192 192v384zM384 512h294c-10 20-18 42-25 64h-269v-64zM384 384h406c-26 18-49 40-70 64h-336v-64zM832 320h-448v-64h448v64zM768 128v64h-384v-64h384z" />
<glyph unicode="&#xe93e;" glyph-name="hand-right" d="M768 448h192c29 0 64 27 64 64s-34 64-64 64h-448l128 64c54 26 151 192 64 192-60-17-66-36-128-64l-384-192c-24-14-64-23-64-64v-320c0-61 63-128 128-128h384s64 2 64 64-64 64-64 64h64s64 2 64 64-64 64-64 64h64s64 2 64 64-64 64-64 64zM0 128h64v384h-64v-384z" />
<glyph unicode="&#xe943;" glyph-name="gamepad" horiz-adv-x="1152" d="M768 227l192-192c58-58 192-134 192 64v384c-4 130-66 192-192 192s-147-18-192-64h-64v64h-77c-8 95 96 320 96 320h-96s-103-208-90-320h-89v-64h-64c-45 46-69 64-192 64s-188-62-192-192v-384c0-198 134-122 192-64l192 192h384zM384 355h-128v-128h-64v128h-128v64h128v128h64v-128h128v-64zM960 547c71 0 128-57 128-128 0-70-57-128-128-128s-128 58-128 128c0 71 57 128 128 128z" />
<glyph unicode="&#xe944;" glyph-name="scale2" horiz-adv-x="1280" d="M1248 256h6c15 0 26 14 26 32s-11 32-26 32h-26l-98 294c13 16 22 36 22 58 0 53-43 96-96 96-29 0-53-13-71-33l-271 78c13 16 21 35 21 57 0 50-46 90-95 90s-90-40-90-90c0-21 8-40 20-56l-275-79c-18 20-42 33-71 33-53 0-96-43-96-96 0-22 9-42 22-58l-98-294h-26c-15 0-26-14-26-32s11-32 26-32h6l96-192h192l96 192h6c15 0 26 14 26 32s-11 32-26 32h-26l-98 295c9 13 16 26 19 42l259 47-64-704h-128l-1-64h513v64h-128l-64 704 259-47c3-16 10-30 19-42l-98-295h-26c-15 0-26-14-26-32s11-32 26-32h6l96-192h192zM192 320h-73l73 219v-219zM329 320h-73v219zM1024 539v-219h-73zM1161 320h-73v219z" />
<glyph unicode="&#xe945;" glyph-name="gavel" horiz-adv-x="1205" d="M847 629l-268 268c-15 15-17 38-5 50 13 13 36 11 51-4l268-268c16-15 18-38 5-51-13-12-36-10-51 5zM1183 109c33-34 29-92-9-131-37-38-95-42-128-8-4 5-8 10-11 16l-391 477-46-46c-26-26-67-26-93 0l-138 138c-26 26-26 67 0 92l138 139c26 25 67 25 93 0l138-139c26-25 26-66 0-92l-46-46 478-388c6-4 11-7 15-12zM477 260l-268 267c-15 16-17 38-4 51s35 11 51-4l268-268c15-15 17-38 4-51-12-12-35-10-51 5zM640 128h-512v64h512v-64zM33 64h638c18 0 33-15 33-34v-94h-704v94c0 19 15 34 33 34z" />
<glyph unicode="&#xe946;" glyph-name="justice-building" d="M48 576h928c27 0 48 21 48 46v5c0 20-13 38-32 44l-425 248s-56 41-129 0c-75-48-405-246-405-246l1-1c-19-6-34-24-34-45v-5c0-25 21-46 48-46zM64 64c-35 0-64-29-64-64s29-64 64-64h896c35 0 64 29 64 64s-29 64-64 64c-2 35-39 64-64 64h-64v320h96c18 0 32 14 32 32s-14 32-32 32h-832c-18 0-32-14-32-32s14-32 32-32h96v-320h-64c-25 0-64-28-64-64zM320 448h128v-320h-128v320zM576 448h128v-320h-128v320z" />
<glyph unicode="&#xe948;" glyph-name="search" d="M900 244c163 163 163 427 0 590-164 163-428 163-592 0-141-141-160-359-56-520l-224-224c-36-35-36-93 0-129s94-36 129 0l225 225c162-101 377-82 518 58zM607 829c159 0 288-129 288-288 0-160-129-288-288-288s-288 128-288 288c0 159 129 288 288 288z" />
<glyph unicode="&#xe94b;" glyph-name="disabled" d="M385 704c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM986 197l-90-68-192 256-1-1h-254v128h256v64h-256v64h-128v-64c-177 0-320-143-320-320s143-320 320-320 320 143 320 319l192-254 191 145zM321 256h256c0-141-115-256-256-256s-256 115-256 256 115 256 256 256v-256z" />
<glyph unicode="&#xe94c;" glyph-name="comment-remove" horiz-adv-x="1280" d="M992 384c159 0 288 129 288 288s-129 288-288 288-288-129-288-288 129-288 288-288zM1083 536l-91 91-91-91-45 45 91 91-91 91 45 45 91-91 91 91 45-45-91-91 91-91zM320 704h321c2 22 6 43 12 64h-397v-448l-256-256h256v-128h832v397c-21-6-42-10-64-12v-321h-704v128h-169l169 170v406zM384 512h294c-10 20-18 42-25 64h-269v-64zM384 384h406c-26 18-49 40-70 64h-336v-64zM832 320h-448v-64h448v64zM768 128v64h-384v-64h384z" />
<glyph unicode="&#xe94e;" glyph-name="hand-left" d="M256 448h-192c-29 0-64 27-64 64s34 64 64 64h448l-128 64c-54 26-151 192-64 192 60-17 66-36 128-64l384-192c24-14 64-23 64-64v-320c0-61-63-128-128-128h-384s-64 2-64 64 64 64 64 64h-64s-64 2-64 64 64 64 64 64h-64s-64 2-64 64 64 64 64 64zM1024 128h-64v384h64v-384z" />
<glyph unicode="&#xe950;" glyph-name="building-column" horiz-adv-x="1088" d="M1024 832c37 0 64 26 64 62s-30 66-67 66h-954c-37 0-67-30-67-66s27-62 64-62l27-4c-31-27-51-66-51-110 0-81 67-147 149-147 50 0 94 24 122 62l-6 6-75 94c-9 11-22 19-38 19-25 0-46-21-46-46 0-26 21-46 46-46 11 0 20 3 28 9l18-22c-14-10-31-15-49-15-48 0-87 38-87 86 0 47 39 86 87 86 41-2 71-37 72-37l123-127v-576h64v616l-162 152h545l-191-152v-616h67l-3 576 149 127s30 35 71 37c48 0 86-39 86-86 0-48-38-86-86-86-18 0-35 5-49 15l18 22c7-6 17-9 27-9 26 0 47 20 47 46 0 25-21 46-47 46-15 0-28-8-37-19l-80-101c27-37 71-61 121-61 82 0 148 66 148 147 0 44-17 87-48 114zM544 768c-18 0-32-16-32-36v-668h64v668c0 20-14 36-32 36zM320 64v512c-26-37-66-42-66-42l2-470h64zM832 64v463s-38 12-64 49v-512h64zM928 0h-768c-18 0-32-14-32-32s14-32 32-32h768c18 0 32 14 32 32s-14 32-32 32z" />
<glyph unicode="&#xe95c;" glyph-name="phone-talk" d="M640 704h128l-128 128v64c0 34-30 64-64 64h-514c-34 0-62-28-62-62v-514c0-34 30-64 64-64h512c34 0 64 30 64 64v320zM576 832h-512v64h512v-64zM576 704h-512v64h512v-64zM742 527l153 153-18 18-153-153zM821 139c128 128 203 274 164 415-13 49-81 117-81 117l-153-153c47-47 95-51 126-46 7-100-27-179-117-269-90-89-173-128-272-122 5 32 1 80-46 127l-153-152s67-68 117-81c141-39 287 36 415 164zM576 576h-512v64h512v-64zM64 512h320v-64h-320v64zM415 235l-153-152 18-18 153 152z" />
<glyph unicode="&#xe95d;" glyph-name="equalizer" horiz-adv-x="1216" d="M0 832h192v128h-192v-128zM768 832h192v128h-192v-128zM0 640h192v128h-192v-128zM256 640h192v128h-192v-128zM768 640h192v128h-192v-128zM192 576h-192v-128h192v128zM256 448h192v128h-192v-128zM768 448h192v128h-192v-128zM1024 448h192v128h-192v-128zM192 384h-192v-128h192v128zM256 256h192v128h-192v-128zM512 256h192v128h-192v-128zM768 256h192v128h-192v-128zM1024 256h192v128h-192v-128zM192 192h-192v-128h192v128zM256 64h192v128h-192v-128zM512 64h192v128h-192v-128zM768 64h192v128h-192v-128zM1024 64h192v128h-192v-128zM192 0h-192v-64h192v64zM256-64h192v64h-192v-64zM512-64h192v64h-192v-64zM768-64h192v64h-192v-64zM1216-64v64h-192v-64h192z" />
<glyph unicode="&#xe960;" glyph-name="sheriff-star" horiz-adv-x="1088" d="M994 453c52 0 94 43 94 95s-42 94-94 94c-51 0-93-41-94-92h-254l-75 223c43 9 75 47 75 93 0 52-42 94-94 94s-94-42-94-94c0-44 29-80 69-91l-80-225h-259c-1 51-43 92-94 92-52 0-94-42-94-94s42-95 94-95c35 0 66 20 82 48l206-150-82-231c-9 3-18 5-28 5-52 0-94-43-94-95s42-94 94-94 94 42 94 94c0 25-9 47-24 63l213 139 213-138c-15-17-25-39-25-64 0-52 42-94 95-94 52 0 94 42 94 94s-42 95-94 95c-11 0-22-2-31-6l-85 243 190 139c16-29 47-48 82-48z" />
<glyph unicode="&#xe961;" glyph-name="aim" d="M861 416h99c18 0 32 14 32 32s-14 32-32 32h-99c-16 168-149 301-317 317v99c0 18-14 32-32 32s-32-14-32-32v-99c-168-16-301-149-317-317h-99c-18 0-32-14-32-32s14-32 32-32h99c16-168 149-301 317-317v-99c0-18 14-32 32-32s32 14 32 32v99c168 16 301 149 317 317zM480 733v-128c-63-13-112-62-125-125h-128c15 133 120 238 253 253zM544 605v128c133-15 238-120 253-253h-128c-13 63-62 112-125 125zM480 480h-58c10 27 31 48 58 58v-58zM544 480v58c27-10 48-31 58-58h-58zM480 291v-128c-133 15-238 120-253 253h128c13-63 62-112 125-125zM480 416v-58c-27 10-48 31-58 58h58zM544 163v128c63 13 112 62 125 125h128c-15-133-120-238-253-253zM544 416h58c-10-27-31-48-58-58v58z" />
<glyph unicode="&#xe964;" glyph-name="lawyer2" d="M512 704c71 0 128 57 128 128s-57 128-128 128-128-57-128-128 57-128 128-128zM256 448h512c-4 176-128 192-128 192l-64-128-44 64 44 64h-128l40-64-40-64-64 128s-119-44-128-192zM896 320l32-1c18 0 32 15 32 33s-14 33-32 33h-832c-18 0-32-15-32-33s14-33 32-33l32 1v-384h768v384z" />
<glyph unicode="&#xe96d;" glyph-name="mic" d="M576 64v131c73 15 128 80 128 157v448c0 88-72 160-160 160h-64c-88 0-160-72-160-160v-448c0-77 55-142 128-157v-131h128zM640 512h-256v288c0 53 43 96 96 96h64c53 0 96-43 96-96v-288zM768-64v64h-512v-64h512z" />
<glyph unicode="&#xe973;" glyph-name="license" d="M807 896v-259c22-3 44-7 64-15v274c0 25-38 64-64 64h-704c-26 0-64-39-64-64v-640c0-25 38-64 64-64h433c-14 20-23 41-31 64h-402v640h704zM167 768h576v64h-576v-64zM743 704h-576v-64h576v64zM167 512h320v64h-320v-64zM971 295c28 30 8 93 2 114l-1 4c-3 11-6 21-10 32-3 11-6 25-7 41-3 34-25 36-62 49h-4c-33 23-73 37-117 37l-12-1c-10 3-23 4-37 4-42 1-39-8-62-36-17-11-33-25-46-41l-16-12c-35-29-27-36-38-81-10-40 1-53 12-79 3-11 6-21 10-31 6-26 10-51 27-76 17-24 29-25 71-29l8-4c-10-42-30-122-48-167-25-64 28-83 53-83h168s97 2 47 89c-28 52-50 121-60 158l16 8c20 3 27 8 41 27 19 16 35 36 47 58 5 5 10 10 18 19zM775 512c88 0 160-72 160-160s-72-160-160-160-160 72-160 160 72 160 160 160zM423 384v64h-256v-64h256zM775 256c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96z" />
<glyph unicode="&#xe974;" glyph-name="graduation-hat" horiz-adv-x="1344" d="M1344 576l-576 384-768-320 128-64v-193c-12-5-22-13-30-23-20-18-34-43-34-72 0-33 18-61 44-79-17-47-33-116-8-160 36-49 100-39 127 0 21 31 2 106-16 160 26 17 45 45 45 79 0 33-18 61-43 78-6 6-13 12-21 15v145l448-270zM640 128l-320 192v-256c9-70 195-128 384-128s375 58 384 128v256z" />
<glyph unicode="&#xe978;" glyph-name="lock" d="M672 640h128v133c0 103-85 187-190 187h-196c-105 0-190-84-190-187v-133h128v128c0 36 32 64 64 64h192c32 0 64-28 64-64v-128zM176-64h672c44 0 80 36 80 80v482c0 44-36 80-80 80h-672c-44 0-80-36-80-80v-482c0-44 36-80 80-80zM603 346c0-36-34-72-59-90l63-193-191 1 64 192c-25 18-64 54-64 90 0 56 42 102 94 102 51 0 93-46 93-102z" />
<glyph unicode="&#xe97c;" glyph-name="file-fill" d="M256 832h320v128h-320v-128zM128 832h64v64h-128v-960h704v128h-64v-64h-576v832zM704 576h64v320h-128v-64h64v-256zM640 768h-448v-64h448v64zM192 576h448v64h-448v-64zM192 448h320v64h-320v-64zM777 316l133 133c-35 38-86 63-142 63-106 0-192-86-192-192s86-192 192-192 192 86 192 192c0 26-5 51-15 74l-168-168-135 135 45 46zM576 256h-384v-64h384v64zM576 128h-384v-64h384v64z" />
<glyph unicode="&#xe97d;" glyph-name="mic-off" d="M1024 872l-91 88-933-936 91-88 290 291c20-15 42-27 67-32v-131h128v131c73 15 128 80 128 157v199zM640 794l55 56c-21 64-80 110-151 110h-64c-88 0-160-72-160-160v-327l65 66c0 1-1 3-1 5v256c0 53 43 96 96 96h64c53 0 96-43 96-96v-6zM768 0h-512v-64h512v64z" />
<glyph unicode="&#xe97e;" glyph-name="check-square" d="M672 256c194 0 352 158 352 352s-158 352-352 352-352-158-352-352 158-352 352-352zM868 706l-260-260-132 132 49 49 83-83 211 211zM128 512h74c-7 31-10 63-10 96 0 11 3 21 3 32h-195v-704h768v202c-31-7-63-10-96-10-11 0-21 3-32 3v-67h-512v448z" />
<glyph unicode="&#xe982;" glyph-name="thick-glasses" horiz-adv-x="1344" d="M1344 222v491c0 137-113 247-253 247-139 0-252-110-252-247h81c5 89 80 159 171 159 95 0 172-75 172-168v-284c-53 54-129 89-212 89-127 0-235-79-276-189h-206c-41 110-149 189-276 189-83 0-159-35-212-89v284c0 93 77 168 172 168 91 0 166-70 171-159h81c0 137-113 247-252 247-140 0-253-110-253-247v-491c0-158 131-286 293-286 150 0 273 110 291 251h176c18-141 141-251 291-251 162 0 293 128 293 286zM288 384c88 0 160-72 160-160s-72-160-160-160-160 72-160 160 72 160 160 160zM1056 384c88 0 160-72 160-160s-72-160-160-160-160 72-160 160 72 160 160 160z" />
<glyph unicode="&#xe983;" glyph-name="user-id" horiz-adv-x="1152" d="M1152-64v896h-448v128h-256v-128h-448v-896h1152zM1024 64h-472c0 128-91 256-168 256 37 23 64 62 64 108 0 71-57 128-128 128s-128-57-128-128c0-46 27-85 64-108-43 0-99-56-128-118v502h896v-640zM960 576h-320v-64h320v64zM960 448h-320v-64h320v64zM960 320h-320v-64h320v64z" />
<glyph unicode="&#xe984;" glyph-name="ie" d="M1008 391c0 77-19 150-54 214 51 123 55 228-2 284-70 71-217 48-379-45l-19 1c-251 0-454-204-454-454l1-19c-93-162-116-309-46-380 57-56 162-53 284-2 64-34 144-54 222-54 204 0 390 135 448 320h-320s-66-64-192-64c-127 0-128 128-128 128h640c2 20-1 50-1 71zM901 793c38-32 44-87 22-153-56 72-138 128-234 159 90 33 165 33 212-6zM536 640c138 0 153-128 153-128h-320s30 128 167 128zM301 12l-5 1c-66-16-121-10-154 23-35 35-33 94-6 166v4s21 91 105 178c-82-203 38-324 59-370z" />
<glyph unicode="&#xe985;" glyph-name="chrome" d="M507 676h463c-84 168-257 284-458 284-159 0-301-72-394-186l169-290c17 107 108 190 220 192zM332 307l-248 421c-53-80-84-176-84-280 0-254 186-465 429-505l168 293c-27-10-55-16-85-16-71 0-135 33-177 84zM486-63l26-1c283 0 512 229 512 512 0 62-11 122-32 177h-337c52-41 85-105 85-177 4-52-19-101-19-101zM640 448c0 71-57 128-128 128s-128-57-128-128c0-19 4-38 12-54l11-20c23-32 62-54 105-54 71 0 128 57 128 128z" />
<glyph unicode="&#xe986;" glyph-name="firefox" horiz-adv-x="1086" d="M1086 448c0-283-240-512-536-512s-535 229-535 512c0 27 2 54 6 80l-21-5c8 53 43 109 63 139 5 10 10 20 16 29 0 30 4 130 55 174l52-92 95-2 36-2c49 66 142 59 142 58-53-23-74-102-74-102l37-45 110-3s17-39-9-55l-95-58s18-62 3-74c-48 28-72-3-72-3s-25-29 4-68c28-33 56-43 88-46 47-5 64 26 124 31 60 4 79-29 84-34 8-10 15-30-2-32-17-1-23 3-48-4s-44-44-80-56c-37-13-119-12-119-12s90-76 198-70c107 5 153 19 214 150 3-52-9-93-9-93s75 102 42 226c37-9 45-42 45-42s33 121 3 209c26-12 48-53 48-53s17 129-231 225c28 16 63 14 81 11-72 44-158 69-251 69-98 0-189-29-265-78l-29 56c89 62 177 84 294 84 145 0 276-55 372-143 29-23 48-47 58-63l10-14c2 9 6 31-1 58 56-70 70-150 73-198 4-11 7-22 10-33l13 19s3-39-1-93c1-15 2-30 2-45z" />
<glyph unicode="&#xe987;" glyph-name="youtube" horiz-adv-x="1344" d="M1336 183c0 0 8 141 8 258 0 118-8 265-8 265 0 292-402 247-632 247-316 0-696 45-696-247 0-63-8-125-8-265 0-139 8-258 8-258 0-285 402-254 632-254 316 0 696-31 696 254zM960 447l-448-262v512z" />
<glyph unicode="&#xe988;" glyph-name="twitter3" d="M1023 736c-40-79-104-101-102-101 0-253-107-382-142-427-92-94-187-148-277-177-88-27-171-31-244-23-152 16-257 82-258 82 181-20 300 87 300 87s-149 22-193 149c47-2 91 7 91 7s-158 44-166 208c50-26 95-21 95-21s-146 94-67 282c242-252 443-223 443-223s-25 142 73 218c149 99 285-22 285-22s52-2 138 49c-38-92-94-116-94-116s70 11 118 28z" />
<glyph unicode="&#xe989;" glyph-name="app-store" horiz-adv-x="1088" d="M781 241c67-10 115 57 115 57s-310 675-384 649 242-680 269-706zM546 626l-119 62-312-556 115-66zM0 339c0-49 33-89 77-95l96 191h-84c-49 0-89-43-89-96zM513 435l-107-192h293l-94 192h-92zM944 435l85-187c34 14 59 49 59 91 0 53-40 96-89 96h-55zM1023 81c-10 30-63 125-121 84-45-16-66-58-31-126 34-69 217-116 217-116s-56 127-65 158zM105 85l-19-119 115 66z" />
<glyph unicode="&#xe98c;" glyph-name="arrows" d="M832 256v64h-64v64h-191v-192h63v-64h64l-192-192-192 192h64v64h63v192h-191v-64h-64v-64l-192 192 192 192v-64h64v-62h191l1 190h-64v64h-64l192 192 192-192h-64v-64h-64l1-190h191v62h64v64l192-192z" />
<glyph unicode="&#xe98d;" glyph-name="music" d="M832-2c88 0 160 58 160 128v768c0 36-24 64-64 64-101 4-540-49-576-64-35 0-64-28-64-64v-666c-27 16-60 26-96 26-88 0-160-57-160-128 0-70 72-128 160-128s160 58 160 128v512c134 58 442 108 576 128v-474c-27 16-60 26-96 26-88 0-160-57-160-128 0-70 72-128 160-128z" />
<glyph unicode="&#xe98e;" glyph-name="close-square" d="M672 256c194 0 352 158 352 352s-158 352-352 352-352-158-352-352 158-352 352-352zM717 610l113-113-45-45-113 113-113-113-45 45 113 113-113 113 45 45 113-113 113 113 45-45zM128 512h74c-7 31-10 63-10 96 0 11 3 21 3 32h-195v-704h768v202c-31-7-63-10-96-10-11 0-21 3-32 3v-67h-512v448z" />
<glyph unicode="&#xe990;" glyph-name="app-store-circle" d="M512-64c283 0 512 229 512 512s-229 512-512 512-512-229-512-512 229-512 512-512zM485 833c48 18 242-409 242-409s-32-44-75-37c-17 16-215 429-167 446zM423 680l77-40-30-56-3-4-171-309-75 44zM240 512l-62-127c-28 4-50 31-50 63 0 35 26 64 57 64h55zM435 384l68 128h24l62-128h-154zM739 512h36c31 0 57-29 57-64 0-28-16-52-38-60zM710 253c-22 45-9 73 20 83 38 28 72-35 79-55 6-20 20-103 20-103s-96 30-119 75zM203 206l12 78 62-35z" />
<glyph unicode="&#xe991;" glyph-name="safari" d="M512 704l93 167c46-10 90-28 129-52l67 52c-82 56-182 89-289 89-283 0-512-229-512-512 0-113 36-217 98-301l50 67c-28 42-49 89-60 140l168 94-168 95c36 164 165 293 329 329zM552 412l279 368-373-285-279-371zM512-64c283 0 512 229 512 512 0 116-39 224-104 310l-51-66c30-45 52-96 64-150l-165-94 165-92c-36-164-165-293-329-329l-92 165-94-165c-52 11-100 32-143 60l-66-52c85-63 190-99 303-99zM336 624l86-135s18 25 24 31 79 58 79 58l-13 62-40-100zM381 435l41 54-102-41zM680 284l-88 138 112 26-71 30s-58-79-62-83-26-21-26-21zM512 256l33 118-59-46z" />
<glyph unicode="&#xe992;" glyph-name="windows-store" d="M672 704h64v192c0 35-29 64-64 64h-320c-35 0-64-29-64-64v-192h64v192h320v-192zM992-64v704h-960v-704h960zM480 320h-256v192h256v-192zM800 320h-256v192h256v-192zM480 64h-256v192h256v-192zM800 64h-256v192h256v-192z" />
<glyph unicode="&#xe993;" glyph-name="dropbox" horiz-adv-x="1088" d="M192 640l320 192-192 128-320-192zM1088 768l-320 192-192-128 320-192zM320 256l192 128-320 192-192-128zM768 256l320 192-192 128-320-192zM768 192l-222 128-226-128-128 64v-128l354-192 350 192v128z" />
<glyph unicode="&#xe994;" glyph-name="amazon" horiz-adv-x="1145" d="M652 345c38-51 98-76 98-76l146 101s-52 35-75 98-15 296-15 296 3 90-80 152c-65 43-94 46-221 43-169 0-267-193-267-193l161-27s73 90 129 94c57 4 70-16 80-38 6-12 9-41 9-64-1-9-8-35-32-37-31-2-146 6-245-51s-128-150-128-150-20-77 19-148c42-87 168-72 168-72s102 5 167 25c42 13 69 31 86 47zM611 598l-3-132s-23-43-54-58c-31-16-59-21-87-14-28 8-54 41-57 74-2 33-1 67 40 96 42 30 151 34 151 34h10zM1139 181c5 28 13 62-7 80-19 18-68 16-68 16s-85-4-136-9c-50-4-50-42-30-53 21-10 150 15 166-9 15-24-38-76-42-103-3-26 11-22 23-29 26-5 35-3 46 7 11 9 44 72 48 100zM896 130c-165-68-262-65-384-64-310 4-448 192-448 192l-64-64s231-251 512-256c281-4 434 122 448 128 56 43 12 104-64 64z" />
<glyph unicode="&#xe995;" glyph-name="at" d="M987 380c25 51 37 110 37 179 0 58-13 112-40 161-27 50-63 92-107 128-45 35-97 63-156 83-59 19-121 29-186 29-73 0-141-13-206-38-65-26-121-61-170-106-49-44-87-97-116-156-29-60-43-125-43-194 0-79 14-150 42-215s67-121 116-167c49-47 107-83 173-109s137-39 212-39c90 0 174 20 251 59 76 39 138 94 185 166h-102c-40-43-89-77-146-100-58-24-118-36-183-36-61 0-118 10-171 31-53 20-99 49-137 87-38 37-69 83-90 137-22 53-33 114-33 180 0 58 10 111 30 161 21 50 49 93 86 130s81 66 132 88c51 21 108 32 170 32 54 0 104-8 151-23s89-36 124-65c36-28 64-62 84-103 21-41 31-86 31-138 0-42-6-81-17-117s-26-67-44-93c-18-27-38-48-61-63s-45-22-68-22c-10 0-17 3-21 9s-7 13-7 22 2 19 4 30c3 11 6 22 10 33l105 360h-101l-75-245c-2-12-6-24-10-37-11-29-24-56-42-80-17-24-38-44-63-60-24-16-51-24-80-24-36 0-64 12-85 35s-32 53-32 90c0 25 5 52 15 80 10 29 23 54 41 78 17 23 39 42 63 58 25 15 53 23 83 23 15 0 30-3 44-9l12-7 37 92-6 4c-28 15-59 23-93 23-48 0-91-10-131-31-39-21-73-48-100-81-28-34-50-72-65-114-16-42-24-85-24-129 0-29 6-57 16-83 11-26 26-48 45-68s42-35 68-47c26-11 54-17 84-17 32 0 62 8 91 24 29 15 53 33 73 54h3c2-26 11-46 27-59 17-13 36-20 59-20 29 0 63 8 103 25s78 42 113 76c36 34 66 76 91 128z" />
<glyph unicode="&#xe996;" glyph-name="drive-cloud" horiz-adv-x="1280" d="M289 0h667c179 1 324 148 324 329 0 182-145 329-325 329-20 0-40-2-60-5-29 139-151 243-297 243-168 0-305-138-305-308v-2h-4c-160 0-289-131-289-293s129-293 289-293z" />
<glyph unicode="&#xe997;" glyph-name="wikipedia" horiz-adv-x="1472" d="M1467 898c-3-5-7-7-11-7-32-3-58-14-79-32-21-19-42-54-64-105l-334-775c-2-7-8-11-18-11-8 0-14 4-18 11l-188 402-215-402c-5-7-11-11-19-11-9 0-15 4-19 11l-328 775c-20 48-42 82-65 101-22 20-54 31-95 36-3 0-6 2-9 6-3 3-5 8-5 12 0 13 3 19 10 19h372c6 0 10-6 10-19 0-12-2-18-7-18-29-2-52-10-69-23s-25-30-25-52c0-11 4-24 11-40l267-633 158 301-144 310c-26 56-47 91-64 107-16 16-41 26-75 30-3 0-6 2-9 6-3 3-4 8-4 12 0 13 3 19 9 19h328c7 0 11-6 11-19 0-12-2-18-7-18-58-4-87-21-87-52 0-13 6-34 20-63l95-198 200-421 252 602c9 22 13 43 13 61 0 45-29 68-88 71-5 0-8 6-8 18 0 13 4 19 12 19h282c-6 0 9-5 9-16 0-5-2-10-5-14zM1116 891c-34-4-62-13-83-29-20-16-46-52-77-108l-67-153-29 66 34 92c13 26 20 48 20 65 0 42-29 64-88 67-5 0-8 6-8 18 0 5 2 9 4 13 3 4 5 6 8 6h292c5 0 8-5 8-16 0-14-5-21-14-21z" />
<glyph unicode="&#xe998;" glyph-name="wordpress" d="M230 814c-15 0-55 3-74 2 92 89 217 144 356 144s266-56 358-146h-14c-6 0-10-4-10-14 0-9 3-14 7-14 45-2 68-20 68-53 0-14-3-30-10-47l-197-457-157 320-74 150c-10 22-16 38-16 48 0 23 23 36 69 39 3 0 5 5 5 14 0 10-3 14-8 14h-257c-5 0-7-4-7-14 0-3 1-7 3-10 2-2 5-4 7-4 26-3 46-10 59-22s30-40 50-82l112-234-123-229-209 480c-6 12-9 22-9 31 0 16 7 29 20 39s31 15 54 17c4 0 5 5 5 14 0 10-2 14-8 14zM157 816l-6-5c-10 4-5 5 6 5zM575 810c-2-3-3-6-3-10 0-9 2-14 6-14 46-2 69-19 69-50 0-14-6-30-16-50l-26-69 22-51 52 116c25 43 45 70 61 82s38 19 64 22c8 0 12 6 12 16 0 8-2 12-6 12h-229c-2 0-4-1-6-4zM63 693l-6 12zM698 94l265 597c39-73 61-155 61-243 0-283-229-512-512-512s-512 229-512 512c0 89 23 172 63 245l5-11 257-588c2-5 7-8 15-8 6 0 11 3 14 8l168 306 147-306c4-5 8-8 14-8 8 0 13 3 15 8z" />
<glyph unicode="&#xe999;" glyph-name="globe" horiz-adv-x="1042" d="M521-64c288 0 521 229 521 512s-233 512-521 512-521-229-521-512 233-512 521-512zM478 876v-259c-49 2-95 9-135 20 35 114 99 197 135 239zM571 620v255c35-41 100-121 135-230-40-11-85-20-135-25zM177 713c45 57 105 102 174 131-31-39-69-97-95-175-31 14-58 29-79 44zM706 838c61-28 115-71 157-122-20-13-44-27-70-39-24 69-58 124-87 161zM885 687c46-68 73-151 73-239 0-85-25-164-68-230-24 16-54 32-88 47 15 50 24 106 26 169h59c11 0 18 8 18 18s-7 19-18 19h-58c-1 65-11 122-25 172 31 14 58 29 81 44zM84 448c0 88 27 170 73 238 25-16 54-33 89-48-14-49-22-104-23-167h-58c-11 0-19-8-19-18s8-19 19-19h58c2-61 11-116 25-164-38-16-70-35-96-53-43 67-68 146-68 231zM571 471v115c54 4 102 13 145 25 11-43 19-90 20-140h-165zM478 471h-162c1 49 8 94 19 136 43-11 90-19 143-22v-114zM478 434v-112c-53-3-100-11-142-22-11 41-18 87-20 134h162zM571 434h165c-2-49-10-95-21-137-43 12-91 21-144 25v112zM478 291v-265c-35 42-98 129-134 245 40 11 85 18 134 20zM571 23v265c50-5 94-14 134-25-38-115-100-199-134-240zM364 46c-77 29-145 81-194 145 23 16 53 33 87 49 30-88 74-154 107-194zM869 188c-46-59-106-106-176-135 31 39 70 98 98 178 30-14 56-28 78-43z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 347 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff