Commit 64937055 authored by Олег Гиммельшпах's avatar Олег Гиммельшпах

Merge branch 'master' of git.task-on.com:ktask/taskoncom

parents ef8d0376 a967e511
...@@ -22,6 +22,7 @@ $(function () ...@@ -22,6 +22,7 @@ $(function ()
//toolbar : false, //关闭工具栏 //toolbar : false, //关闭工具栏
//previewCodeHighlight : false, // 关闭预览 HTML 的代码块高亮,默认开启 //previewCodeHighlight : false, // 关闭预览 HTML 的代码块高亮,默认开启
// emoji: true, // emoji: true,
atLink: false,
taskList: true, taskList: true,
tocm: true, // Using [TOCM] tocm: true, // Using [TOCM]
tex: true, // 开启科学公式TeX语言支持,默认关闭 tex: true, // 开启科学公式TeX语言支持,默认关闭
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
clear : "Clear", clear : "Clear",
search : "Search", search : "Search",
help : "Help", help : "Help",
carousel : "Carousel",
info : "About " + exports.title info : "About " + exports.title
}, },
buttons : { buttons : {
......
...@@ -86,7 +86,7 @@ class Bid extends \common\components\ActiveRecordModel ...@@ -86,7 +86,7 @@ class Bid extends \common\components\ActiveRecordModel
[['name', 'phone'], 'required', 'on' => self::SCENARIO_CALLBACK], [['name', 'phone'], 'required', 'on' => self::SCENARIO_CALLBACK],
[['name', 'message', 'text'], 'required', 'on' => self::SCENARIO_DOCUMENTATION], [['name', 'message', 'text','email'], 'required', 'on' => self::SCENARIO_DOCUMENTATION],
[['phone'], 'required', 'on' => self::SCENARIO_BUSINESS], [['phone'], 'required', 'on' => self::SCENARIO_BUSINESS],
......
...@@ -1729,7 +1729,7 @@ footer .phone_hover_head { ...@@ -1729,7 +1729,7 @@ footer .phone_hover_head {
margin-right: 10px; margin-right: 10px;
margin-top: 2px; margin-top: 2px;
} }
.footer_info { .footer_info {..
color: #93f82f; color: #93f82f;
font-size: 15px; font-size: 15px;
text-decoration: underline; text-decoration: underline;
......
...@@ -4,9 +4,10 @@ ...@@ -4,9 +4,10 @@
* Theme Styles * Theme Styles
*/ */
/* эту стиле лучше в вверху поменять */
body { body {
font-family: "RobotoRegular" !important; font-family: "RobotoRegular" !important;
color: #5a5a5a !important; color: #0a0a0a !important;
} }
header { header {
color: #ffffff; color: #ffffff;
...@@ -34,8 +35,9 @@ header { ...@@ -34,8 +35,9 @@ header {
top: -2px; top: -2px;
} }
.offcanvas-wrapper p { .offcanvas-wrapper p {
font-size: 15px; font-size: 17px;
line-height: 24px; line-height: 28px;
color: #0a0a0a;
} }
.offcanvas-wrapper ol:not([class]) { .offcanvas-wrapper ol:not([class]) {
/*list-style: decimal outside ; /*list-style: decimal outside ;
...@@ -43,11 +45,11 @@ header { ...@@ -43,11 +45,11 @@ header {
counter-reset: myCounter; counter-reset: myCounter;
padding-left: 25px; padding-left: 25px;
} }
.offcanvas-wrapper ol:not([class]) li { .offcanvas-wrapper ol:not([class])>li {
position: relative; position: relative;
margin-bottom: 8px; margin-bottom: 8px;
} }
.offcanvas-wrapper ol:not([class]) li:before { .offcanvas-wrapper ol:not([class])>li:before {
counter-increment: myCounter; counter-increment: myCounter;
content:counter(myCounter); content:counter(myCounter);
/*color: #2980B9;*/ /*color: #2980B9;*/
...@@ -5781,7 +5783,7 @@ video { ...@@ -5781,7 +5783,7 @@ video {
.isotope-grid:not(.filter-grid) { .isotope-grid:not(.filter-grid) {
min-height: 180px; min-height: 180px;
background-position: center; background-position: center;
background-image: url(../img/loading.gif); background-image: url(../images/loading.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 74px; background-size: 74px;
} }
...@@ -7006,6 +7008,9 @@ video { ...@@ -7006,6 +7008,9 @@ video {
max-width: 100%; max-width: 100%;
padding: 10px 15px; padding: 10px 15px;
} }
.tooltip {
left: 9px !important;
}
.user-info-wrapper .info-label { .user-info-wrapper .info-label {
display: block; display: block;
...@@ -8119,6 +8124,18 @@ video { ...@@ -8119,6 +8124,18 @@ video {
border-color: #2d323a; border-color: #2d323a;
color: #fff; color: #fff;
} }
/* add */
.offcanvas-wrapper {
font-size: 15px;
line-height: 24px;
}
.txtbtnclose {
top: 11px;
}
.promo_title {
font-size: 22px;
}
#modalBlogSidebar { #modalBlogSidebar {
opacity: 1 !important; opacity: 1 !important;
} }
...@@ -8131,6 +8148,358 @@ video { ...@@ -8131,6 +8148,358 @@ video {
-ms-transform: translate(0, 0px); -ms-transform: translate(0, 0px);
transform: translate(0, 0px); transform: translate(0, 0px);
} }
.tooltip.fade.in{ .offcanvas-wrapper ol:not([class]) {
opacity: 1!important padding-left: 35px;
}
.offcanvas-wrapper ol:not([class])>li:before {
font-size: 15px;
font-family: "RobotoBold";
background: #00AEC7;
display: inline-block;
text-align: center;
top: 1px;
left: -35px;
line-height: 23px;
width: auto;
min-width: 23px;
padding: 0 4px;
height: 23px;
border: none;
color: #ffffff;
border-radius: 11px;
}
.offcanvas-wrapper ul:not([class]),
.offcanvas-wrapper ol:not([class]) {
margin-bottom: 20px;
font-size: 17px;
line-height: 28px;
color: #0a0a0a;
}
.offcanvas-wrapper p + ul:not([class]),
.offcanvas-wrapper p + ol:not([class]) {
margin-top: -15px;
}
.offcanvas-wrapper ol:not([class]) ol:not([class]) {
counter-reset: myCounterIn;
padding-left: 25px;
}
.offcanvas-wrapper ol:not([class])>li ol:not([class])>li:before {
counter-increment: myCounterIn;
content: counter(myCounter) "."counter(myCounterIn);
font-size: 12px;
font-weight: bold;
}
ol.linenums {
padding-left: 35px;
list-style: decimal;
}
.offcanvas-wrapper ul:not([class]) {
list-style: none;
padding-left: 0;
}
.offcanvas-wrapper ul:not([class])>li {
background: url(../images/ul_list_blue.png) no-repeat left 6px;;
padding-left: 30px;
}
.offcanvas-wrapper table:not([class]) {
margin-bottom: 20px;
}
.offcanvas-wrapper table:not([class]) tr th {
background-color: transparent;
border: none;
border-bottom: 2px solid #dee2e6;
border-top: 1px solid #dee2e6;
padding: .75rem;
}
.offcanvas-wrapper table:not([class]) tr td {
border-top: 1px solid #dee2e6;
padding: .75rem;
}
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: decimal;
}
.text-muted {
font-size: 16px;
}
.faq_sec .way a {
text-decoration: none;
}
.faq_sec .way {
font-size: 13px;
color: #b4b4b4;
}
.faq_sec .way span {
padding: 0 15px;
}
.faq_sec .way a:hover{
color: #323232;
}
.offcanvas-wrapper blockquote{
padding: 25px 35px;
position: relative;
/*font-style: italic;*/
font-size: 14px;
line-height: 24px;
color: #050505;
border-radius: 0 5px 5px 0;
background-color: #bce094;
}
.offcanvas-wrapper blockquote p {
font-size: 14px;
line-height: 24px;
}
.offcanvas-wrapper blockquote:not(:last-child){
margin-bottom: 20px;
}
.offcanvas-wrapper blockquote:before{
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 7px;
background-color: #67ac1d;
}
.offcanvas-wrapper blockquote.pink {
background-color: #ffb0ae;
}
.offcanvas-wrapper blockquote.pink:before{
background-color: #ff5b57;
}
.offcanvas-wrapper blockquote.blue {
background-color: #bde7e5;
}
.offcanvas-wrapper blockquote.blue:before{
background-color: #2a8e89;
}
.top_line_inf2 {
min-height: 44px;
background-color: #051922;
}
.top_line_icon {
display: block;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.icon_info_new {
width: 24px;
height: 24px;
background: url(../images/icon_info_new.png) 0 0 no-repeat;
}
.icon_video_new {
width: 23px;
height: 18px;
background: url(../images/icon_video_new.png) 0 0 no-repeat;
}
.icon_doc_new {
width:18px;
height: 24px;
background: url(../images/icon_doc_new.png) 0 0 no-repeat;
}
.top_line_inf2 li {
display: inline-block;
border-right: 1px solid #0e3242;
position: relative;
margin-left: 20px;
}
.top_line_inf2 li:last-child {
border: none;
}
.top_line_inf2 li a {
color: #fffcf4;
font-size: 13px;
line-height: 25px;
padding: 10px 20px;
padding-left: 35px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.top_line_inf2 li:first-child {
margin-left: 0px;
}
.top_line_inf2 li a:hover {
text-decoration: none;
color: #6def0d;
}
.top_line_inf2 li a:hover span {
background-position: 0 100%;
}
.top_line_inf2 li.active a {
text-decoration: none;
color: #6def0d;
}
.top_line_inf2 li.active a span {
background-position: 0 100%;
}
.top_line_inf2 li.active:after {
position: absolute;
content: '';
left: 50%;
margin-left: -3px;
bottom: -6px;
width: 0px;
height: 0px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #051922;
}
@media only screen and (max-width: 1000px) {
.top_line_inf2 li {
display: block;
margin-left: 0;
}
}
.image-popuped{
cursor:pointer;
max-width: 100%;
}
.token.comment {
display: inline;
margin-bottom: 0;
}
/* add 02.04.19 */
.promo-box {
background-position: 0 100%;
background-size: 150% auto;
border-radius: 0 0 5px 5px ;
}
.promo_title {
line-height: 34px;
}
.offcanvas-wrapper p {
font-size: 13px;
}
.btn_green_sm {
display: inline-block;
outline: none;
background-color: #67ac1d;
color: #fff !important;
font-size: 14px;
line-height: 20px;
text-align: center;
padding: 12px 20px;
border-radius: 3px;
margin-bottom: 10px;
border: none;
font-family: "RobotoRegular" !important;
}
.btn_green_sm:hover{
background-color: #7bd619;
color: #fff;
}
.btn_info_box {
height: 60px;
display: block;
position: relative;
background-color: #f3f5f7;
border-radius: 0 5px 5px 70px;
margin-left: 8px;
}
.btn_info_box span {
top: 50%;
right: 0;
left: auto;
position: absolute;
display: block;
font-family: "RobotoBold";
z-index: 4;
padding-left: 5px;
padding-right: 60px;
font-size: 13px;
line-height: 18px;
color: #243340;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box:after {
content: '';
display: block;
position: absolute;
z-index: 2;
right: 15px;
top: 50%;
width: 42px;
height: 33px;
background: url(../images/btn_info_box_icon_arrow.png) 0 0 no-repeat;
background-size: 100% 100%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box:before {
content: '';
display: block;
z-index: 3;
position: absolute;
top: 50%;
left: -8px;
/*height: 94px;
width: 115px;
background: url(../images/btn_info_box_icon.png) 0 0 no-repeat;*/
height: 75px;
width: 92px;
background: url(../images/btn_info_box_icon.png) 0 0 no-repeat;
background-size: 100% 100%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box:hover:after {
right: 8px;
}
@media only screen and (max-width: 970px) and (min-width: 768px) {
.btn_info_box span {
font-size: 16px;
line-height: 20px;
}
}
.icon_like {
background: url(../images/icon_like.png) 0 center no-repeat;
}
.icon_not_like {
background: url(../images/icon_not_like.png) 0 center no-repeat;
}
.top_line_inf2 ul {
margin-bottom: 0 !important;
padding-left: 0 !important;
} }
\ No newline at end of file
...@@ -6,8 +6,24 @@ $(function () ...@@ -6,8 +6,24 @@ $(function ()
var listOfImages = []; var listOfImages = [];
$(this).find('img').each(function () $(this).find('img').each(function ()
{ {
listOfImages.push('<figure><img src="' + $(this).attr('src') + '" alt="' + $(this).attr('alt') + '"><figcaption class="text-white">' + $(this).attr('title') + '</figcaption></figure>') var alt = $(this).attr('alt');
if (typeof alt === "undefined")
alt = '';
listOfImages.push('<figure><img class="container_documentation_owl_img" src="' + $(this).attr('src') + '" alt="' + alt + '"><figcaption class="text-white">' + alt + '</figcaption></figure>')
}) })
$(this).html(listOfImages.join('')).removeClass('owl-carousel-need-replace hidden'); $(this).html(listOfImages.join('')).removeClass('owl-carousel-need-replace hidden');
}) })
$('.container_documentation .container_documentation_right').find('img:not(".container_documentation_owl_img")').addClass('image-popuped').click(function ()
{
$.magnificPopup.open({
items: {
src: $(this).attr('src')
},
image: {
cursor: 'pointer',
},
type: 'image'
});
});
}) })
\ No newline at end of file
...@@ -91,9 +91,9 @@ class PageController extends \common\components\BaseController ...@@ -91,9 +91,9 @@ class PageController extends \common\components\BaseController
'html' => '@common/modules/blog/mail/messageBlog-html', 'html' => '@common/modules/blog/mail/messageBlog-html',
'text' => '@common/modules/blog/mail/messageBlog-text'], ['model' => $model] 'text' => '@common/modules/blog/mail/messageBlog-text'], ['model' => $model]
) )
->setFrom([\common\models\Settings::getValue('bids-support-email-from') => 'Блог Task-On']) ->setFrom([\common\models\Settings::getValue('bids-support-email-from') => 'Запрос на интеграцию'])
->setTo(\common\models\Settings::getValue('article-email')) ->setTo(\common\models\Settings::getValue('article-email'))
->setSubject("Заявка на подключения к TaskOn - " . $model->primaryKey) ->setSubject("Запрос на интеграция TaskOn2 - " . $model->primaryKey)
->send(); ->send();
$transaction->commit(); $transaction->commit();
......
...@@ -71,7 +71,7 @@ class DocContent extends \yii\db\ActiveRecord ...@@ -71,7 +71,7 @@ class DocContent extends \yii\db\ActiveRecord
public function rules() public function rules()
{ {
return [ return [
[['list_id'], 'required'], [['list_id','priority'], 'required'],
[['list_id'], 'integer'], [['list_id'], 'integer'],
[[ 'priority'], 'number'], [[ 'priority'], 'number'],
[['list_id'], 'exist', 'skipOnError' => true, 'targetClass' => DocList::className(), 'targetAttribute' => ['list_id' => 'id']], [['list_id'], 'exist', 'skipOnError' => true, 'targetClass' => DocList::className(), 'targetAttribute' => ['list_id' => 'id']],
......
...@@ -226,22 +226,8 @@ class DocList extends \yii\db\ActiveRecord ...@@ -226,22 +226,8 @@ class DocList extends \yii\db\ActiveRecord
public function getFormatedCreatedAt() public function getFormatedCreatedAt()
{ {
$mt = [
'01' => 'января',
'02' => 'февраля',
'03' => 'марта',
'04' => 'апреля',
'05' => 'мая',
'06' => 'июня',
'07' => 'июля',
'08' => 'августа',
'09' => 'сентября',
'10' => 'октября',
'11' => 'ноября',
'12' => 'декабря',
];
if (Yii::$app->language == 'ru-RU') if (Yii::$app->language == 'ru-RU')
return date('d ' . $mt[date('m', $this->created_at)] . ' Y г.', $this->created_at); return date('d.m.Y г.', $this->created_at);
return Yii::$app->formatter->asDate($this->created_at, "medium"); return Yii::$app->formatter->asDate($this->created_at, "medium");
} }
......
...@@ -83,7 +83,7 @@ class SearchDocContent extends DocContent ...@@ -83,7 +83,7 @@ class SearchDocContent extends DocContent
'priority' => $this->priority, 'priority' => $this->priority,
]); ]);
// $query->andFilterWhere(['like', 'doc_content_lang.url', $this->url]); $query->andFilterWhere(['like', 'doc_content_lang.url', $this->url]);
// $query->andFilterWhere(['likef', 'doc_content_lang.name', $this->name]); // $query->andFilterWhere(['likef', 'doc_content_lang.name', $this->name]);
return $dataProvider; return $dataProvider;
......
...@@ -9,6 +9,7 @@ use common\modules\documentation\models\DocList; ...@@ -9,6 +9,7 @@ use common\modules\documentation\models\DocList;
/* @var $this yii\web\View */ /* @var $this yii\web\View */
/* @var $searchModel common\modules\documentation\models\SearchCoContent */ /* @var $searchModel common\modules\documentation\models\SearchCoContent */
/* @var $dataProvider yii\data\ActiveDataProvider */ /* @var $dataProvider yii\data\ActiveDataProvider */
$modelDocList = new DocList();
?> ?>
<?php // echo $this->render('_search', ['model' => $searchModel]); ?> <?php // echo $this->render('_search', ['model' => $searchModel]); ?>
...@@ -35,7 +36,8 @@ use common\modules\documentation\models\DocList; ...@@ -35,7 +36,8 @@ use common\modules\documentation\models\DocList;
], ],
[ [
'attribute' => 'list_id', 'attribute' => 'list_id',
'filter' => ArrayHelper::map(DocList::find()->all(), 'id', 'name'), // 'filter' => ArrayHelper::map(DocList::find()->all(), 'id', 'lang.name'),
'filter' => $modelDocList->getParentList($searchModel->list, 0, 0, true),
'format' => 'text', 'format' => 'text',
'value' => function($data) { 'value' => function($data) {
if ($data->list && $data->list->lang) if ($data->list && $data->list->lang)
......
...@@ -50,7 +50,7 @@ $blocks = \common\modules\content\models\CoBlocks::find()->all(); ...@@ -50,7 +50,7 @@ $blocks = \common\modules\content\models\CoBlocks::find()->all();
<?= $form->field($model, 'parent_id')->dropDownList($model->getParentList($model), ['class' => 'form-control', 'prompt' => 'Выберите родительский раздел']) ?> <?= $form->field($model, 'parent_id')->dropDownList($model->getParentList($model), ['class' => 'form-control', 'prompt' => 'Выберите родительский раздел']) ?>
<?= <?=
$form->field($model, 'active', [ $form->field($model, 'active', [
'template' => '{input}<a href="#" class="btn btn-xs btn-success m-l-5 disabled">Пункт меню скрыт от пользователя / Пункт меню виднен для пользователю</a>' 'template' => '{input}<a href="#" class="btn btn-xs btn-success m-l-5 disabled">Пункт меню скрыт от пользователя / Пункт меню виден для пользователя</a>'
])->checkbox([ ])->checkbox([
'data-theme' => 'self', 'data-theme' => 'self',
'data-render' => 'switchery', 'data-render' => 'switchery',
......
...@@ -47,7 +47,7 @@ $parentList = $searchModel->getParentList($searchModel, 0, 0, true); ...@@ -47,7 +47,7 @@ $parentList = $searchModel->getParentList($searchModel, 0, 0, true);
[ [
'attribute' => 'active', 'attribute' => 'active',
'value' => function($model) { 'value' => function($model) {
$list = ['0' => 'Пункт меню скрыт от пользователя ', '1' => 'Пункт меню виднен для пользователю']; $list = ['0' => 'Пункт меню скрыт от пользователя ', '1' => 'Пункт меню виден для пользователя'];
return ArrayHelper::getValue($list, $model->active); return ArrayHelper::getValue($list, $model->active);
} }
], ],
......
...@@ -52,7 +52,7 @@ SortableGridView::widget([ ...@@ -52,7 +52,7 @@ SortableGridView::widget([
'header' => $searchModel->getAttributeLabel('active'), 'header' => $searchModel->getAttributeLabel('active'),
'attribute' => 'active', 'attribute' => 'active',
'value' => function($model) { 'value' => function($model) {
$list = ['0' => 'Пункт меню скрыт от пользователя ', '1' => 'Пункт меню виднен для пользователю']; $list = ['0' => 'Пункт меню скрыт от пользователя ', '1' => 'Пункт меню виден для пользователя'];
return ArrayHelper::getValue($list, $model->active); return ArrayHelper::getValue($list, $model->active);
} }
], ],
......
...@@ -47,7 +47,7 @@ DetailView::widget([ ...@@ -47,7 +47,7 @@ DetailView::widget([
[ [
'attribute' => 'active', 'attribute' => 'active',
'value' => function($model) { 'value' => function($model) {
$list = ['0' => 'Пункт меню скрыт от пользователя ', '1' => 'Пункт меню виднен для пользователю']; $list = ['0' => 'Пункт меню скрыт от пользователя ', '1' => 'Пункт меню виден для пользователя'];
return ArrayHelper::getValue($list, $model->active); return ArrayHelper::getValue($list, $model->active);
} }
], ],
......
...@@ -8,8 +8,8 @@ use common\modules\bids\models\Bid; ...@@ -8,8 +8,8 @@ use common\modules\bids\models\Bid;
<div id="request_access" class="popup popup_2 blog_form_2"> <div id="request_access" class="popup popup_2 blog_form_2">
<div class="txtbtnclose"><?= \Yii::t('blog', 'Close') ?></div> <div class="txtbtnclose"><?= \Yii::t('blog', 'Close') ?></div>
<span class="popup__title"><?= \Yii::t('blog', 'Connection request') ?></span> <span class="popup__title"><?= \Yii::t('blog', 'Connection request') ?></span>
<p><strong><?= \Yii::t('blog', 'Access to the repository (the source code platform Task On 2) is sent on request. Detailed documentation can be found in the "<a href="/platforma-taskon">Developer Guide </a>"') ?></strong></p> <p><strong><?= \Yii::t('blog', 'Access to the repository (the source code platform Task On 2) is sent on request.') ?></strong></p>
<br>
<?php <?php
$model = new Bid(); $model = new Bid();
......
...@@ -59,15 +59,18 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр ...@@ -59,15 +59,18 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
</div> </div>
<div class="text-center"> <div class="text-center">
<div class="promo_txt"> <div class="promo_txt">
<p class="text-thin">Отправьте заявку на расчет</p> <p class="text-thin">Отправить заявку на доступ</p>
</div> </div>
<a class="btn btn-promo btn-long popup-form" href="#request_access"> <a class="btn_green_sm btn-long popup-form" href="#request_access">
<!--Запросить расчет--> <!--Запросить расчет-->
Запросить доступ Запросить доступ
</a> </a>
</div> </div>
</div> </div>
</section> </section>
<!-- new 02.04.19 -->
<a href="http://demo.task-on.com/?utm_source=task-oncom&utm_medium=cpc&utm_campaign=docprogrammer&utm_term=demo" target="_blank" class="btn_info_box margin-top-1x"><span>Демо-доступ к платформе TaskOn 2</span></a>
<!-- new end 02.04.19 -->
</div> </div>
</div> </div>
</div> </div>
...@@ -81,15 +84,28 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр ...@@ -81,15 +84,28 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
<div class="faq_sec"> <div class="faq_sec">
<div class="top_line_inf"> <div class="top_line_inf2">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<ul> <ul>
<li class="active"> <li>
<a href="/faq"> <a href="/faq">
<span class="icon_info_2"> <span class="top_line_icon icon_info_new"></span>
</span>Руководство пользователя </a> Справка для пользователя
</a>
</li>
<li class="active">
<a href="/<?= common\models\Settings::getValue('documentation-home-page') ?>">
<span class="top_line_icon icon_doc_new"></span>
Документация для разработчика
</a>
</li>
<li>
<a href="/faq/video">
<span class="top_line_icon icon_video_new"></span>
Видео-инструкции
</a>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -102,8 +118,6 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр ...@@ -102,8 +118,6 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
<div class="way"> <div class="way">
<a href="/">Главная</a> <a href="/">Главная</a>
<span>|</span> <span>|</span>
<a href="/faq">Руководство пользователя</a>
<span>|</span>
<a href="/<?= common\models\Settings::getValue('documentation-home-page') ?>">Документаци для разраотчиков</a> <a href="/<?= common\models\Settings::getValue('documentation-home-page') ?>">Документаци для разраотчиков</a>
<span>|</span> <?php echo $modelContent->name ?><br> <br> <span>|</span> <?php echo $modelContent->name ?><br> <br>
</div> </div>
...@@ -118,17 +132,17 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр ...@@ -118,17 +132,17 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
<div class="container padding-bottom-3x mb-2"> <div class="container padding-bottom-3x mb-2">
<div class="row"> <div class="row">
<!-- Content--> <!-- Content-->
<div class="col-xl-8 col-lg-7 order-lg-2"> <div class="col-xl-9 col-lg-8 order-lg-2">
<!-- Post--> <!-- Post-->
<h1><?php echo $modelContent->name ?></h1> <h1><?php echo $modelContent->name ?></h1>
<div class="single-post-meta"> <div class="single-post-meta">
<div class="meta-link"><i class="icon-clock"></i> <?= $model->list->getFormatedCreatedAt() ?></div> <div class="meta-link"><i class="icon-clock"></i> Обновлено: <?= $model->list->getFormatedCreatedAt() ?></div>
</div> </div>
<?php echo $modelContent->html ?> <?php echo str_replace(['<!-- ¿¿¿CAROUSEL_BEGIN¿¿¿ -->', '<!-- ¿¿¿CAROUSEL_END¿¿¿ -->'], ['<div class="owl-carousel owl-carousel-need-replace hidden" data-owl-carousel="{ &quot;nav&quot;: true, &quot;dots&quot;: true, &quot;loop&quot;: true }">', '</div>'], $modelContent->html) ?>
<div class="single-post-footer"> <div class="single-post-footer">
<div class="column"> <div class="column">
...@@ -174,7 +188,7 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр ...@@ -174,7 +188,7 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
</div> </div>
<!-- Sidebar --> <!-- Sidebar -->
<div class="col-xl-4 col-lg-5 order-lg-1"> <div class="col-xl-3 col-lg-4 order-lg-1">
<button class="sidebar-toggle position-left" data-toggle="modal" data-target="#modalBlogSidebar"><i class="icon-layout"></i></button> <button class="sidebar-toggle position-left" data-toggle="modal" data-target="#modalBlogSidebar"><i class="icon-layout"></i></button>
<aside class="sidebar sidebar-offcanvas"> <aside class="sidebar sidebar-offcanvas">
<!-- Widget Categories--> <!-- Widget Categories-->
...@@ -187,24 +201,28 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр ...@@ -187,24 +201,28 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
</section> </section>
<!-- Promo Banner--> <!-- Promo Banner-->
<section class="promo-box" style="background-image: url(/images/promo-box/promo_box_bg.jpg);"> <section class="promo-box" style="background-image: url(/images/faq/blockquote_box_line.png);">
<!-- Choose between .overlay-dark (#000) or .overlay-light (#fff) with default opacity of 50%. You can overrride default color and opacity values via 'style' attribute.--><!-- <span class="overlay-dark" style="opacity: .35;"></span> --> <!-- Choose between .overlay-dark (#000) or .overlay-light (#fff) with default opacity of 50%. You can overrride default color and opacity values via 'style' attribute.--><!-- <span class="overlay-dark" style="opacity: .35;"></span> -->
<div class="promo-box-content padding-top-1x padding-bottom-1x"> <div class="promo-box-content padding-top-1x padding-bottom-1x">
<h4 class="promo_title"><span>Заказать</span> <br> <span>разработку на</span> <br> <span>платформе</span></h4> <h4 class="promo_title"><span>Скачать</span> <br> <span>платформу</span> <br> <span>TaskOn 2</span></h4>
<div class="promo_logo"> <div class="promo_logo">
<img src="/images/promo-box/promo_logo.png" alt=""> <img src="/images/promo-box/promo_logo.png" alt="">
</div> </div>
<div class="text-center"> <div class="text-center">
<div class="promo_txt"> <div class="promo_txt">
<p class="text-thin">Отправьте заявку на расчет</p> <p class="text-thin">Отправить заявку на доступ</p>
</div> </div>
<a class="btn btn-promo btn-long popup-form" href="#request_access"> <a class="btn_green_sm btn-long popup-form" href="#request_access">
<!--Запросить расчет--> <!--Запросить расчет-->
Запросить доступ Запросить доступ
</a> </a>
</div> </div>
</div> </div>
</section> </section>
<!-- new 02.04.19 -->
<a href="http://demo.task-on.com/?utm_source=task-oncom&utm_medium=cpc&utm_campaign=docprogrammer&utm_term=demo" target="_blank" class="btn_info_box margin-top-1x"><span>Демо-доступ к платформе TaskOn 2</span></a>
<!-- new end 02.04.19 -->
</aside> </aside>
</div> </div>
</div> </div>
......
...@@ -6,19 +6,33 @@ use yii\web\AssetBundle; ...@@ -6,19 +6,33 @@ use yii\web\AssetBundle;
class GeneratorAsset extends AssetBundle class GeneratorAsset extends AssetBundle
{ {
public $sourcePath = '@common/modules/faq/assets/src';
public $sourcePath = '@common/modules/faq/assets/src';
public $css = [ public $css = [
'css/generator.css', 'css/generator.css',
'css/style.css', 'css/style.css',
'css/responsive.css', 'css/responsive.css',
//
'css/fonts.css',
'css/faq.css',
"css/editormd.css",
"css/vendor.min.css",
"css/styles.css",
"css/setup_recomends.css",
"/plugins/tooltipster-master/tooltipster.css",
]; ];
public $js = [ public $js = [
'js/generator.js', 'js/generator.js',
//
'js/faq.js',
'js/owl.js',
'js/accordion.js',
'/plugins/tooltipster-master/jquery.tooltipster.js',
]; ];
public $depends = [ public $depends = [
'yii\web\JqueryAsset', 'yii\web\JqueryAsset',
'yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapAsset',
// 'backend\assets\AppAsset' // 'backend\assets\AppAsset'
]; ];
} }
/*
* Editor.md
*
* @file editormd.css
* @version v1.5.0
* @description Open source online markdown editor.
* @license MIT License
* @author Pandao
* {@link https://github.com/pandao/editor.md}
* @updateTime 2015-06-09
*/
@charset "UTF-8";
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
.editormd {
width: 90%;
height: 640px;
margin: 0 auto;
text-align: left;
overflow: hidden;
position: relative;
margin-bottom: 15px;
border: 1px solid #ddd;
}
.editormd *, .editormd *:before, .editormd *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.editormd a {
text-decoration: none;
}
.editormd img {
border: none;
vertical-align: middle;
}
.editormd > textarea,
.editormd .editormd-html-textarea,
.editormd .editormd-markdown-textarea {
width: 0;
height: 0;
outline: 0;
resize: none;
}
.editormd .editormd-html-textarea,
.editormd .editormd-markdown-textarea {
display: none;
}
.editormd input[type="text"],
.editormd input[type="button"],
.editormd input[type="submit"],
.editormd select, .editormd textarea, .editormd button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}
.editormd ::-webkit-scrollbar {
height: 10px;
width: 7px;
background: rgba(0, 0, 0, 0.1);
}
.editormd ::-webkit-scrollbar:hover {
background: rgba(0, 0, 0, 0.2);
}
.editormd ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.editormd ::-webkit-scrollbar-thumb:hover {
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
/* Webkit browsers */
-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
/* Firefox */
-ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
/* IE9 */
-o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
/* Opera(Old) */
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
/* IE9+, News */
background-color: rgba(0, 0, 0, 0.4);
}
.editormd-user-unselect {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.editormd-toolbar {
width: 100%;
min-height: 37px;
background: #fff;
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 10;
border-bottom: 1px solid #ddd;
}
.editormd-toolbar-container {
padding: 0 8px;
min-height: 35px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.editormd-menu {
margin: 0;
padding: 0;
list-style: none;
}
.editormd-menu > li {
margin: 0;
padding: 5px 1px;
display: inline-block;
position: relative;
}
.editormd-menu > li.divider {
display: inline-block;
text-indent: -9999px;
margin: 0 5px;
height: 65%;
border-right: 1px solid #ddd;
}
.editormd-menu > li > a {
outline: 0;
color: #666;
display: inline-block;
min-width: 24px;
font-size: 16px;
text-decoration: none;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 1px solid #fff;
-webkit-transition: all 300ms ease-out;
/* Safari, Chrome */
-moz-transition: all 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: all 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-menu > li > a:hover, .editormd-menu > li > a.active {
border: 1px solid #ddd;
background: #eee;
}
.editormd-menu > li > a > .fa {
text-align: center;
display: block;
padding: 5px;
}
.editormd-menu > li > a > .editormd-bold {
padding: 5px 2px;
display: inline-block;
font-weight: bold;
}
.editormd-menu > li:hover .editormd-dropdown-menu {
display: block;
}
.editormd-menu > li + li > a {
margin-left: 3px;
}
.editormd-dropdown-menu {
display: none;
background: #fff;
border: 1px solid #ddd;
width: 148px;
list-style: none;
position: absolute;
top: 33px;
left: 0;
z-index: 100;
-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
/* Webkit browsers */
-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
/* Firefox */
-ms-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
/* IE9 */
-o-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
/* Opera(Old) */
box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
/* IE9+, News */
}
.editormd-dropdown-menu:before, .editormd-dropdown-menu:after {
width: 0;
height: 0;
display: block;
content: "";
position: absolute;
top: -11px;
left: 8px;
border: 5px solid transparent;
}
.editormd-dropdown-menu:before {
border-bottom-color: #ccc;
}
.editormd-dropdown-menu:after {
border-bottom-color: #ffffff;
top: -10px;
}
.editormd-dropdown-menu > li > a {
color: #666;
display: block;
text-decoration: none;
padding: 8px 10px;
}
.editormd-dropdown-menu > li > a:hover {
background: #f6f6f6;
-webkit-transition: all 300ms ease-out;
/* Safari, Chrome */
-moz-transition: all 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: all 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-dropdown-menu > li + li {
border-top: 1px solid #ddd;
}
.editormd-container {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
padding: 35px 0 0;
position: relative;
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.editormd-dialog {
color: #666;
position: fixed;
z-index: 99999;
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/* Webkit browsers */
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/* Firefox */
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/* IE9 */
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/* Opera(Old) */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/* IE9+, News */
background: #fff;
font-size: 14px;
}
.editormd-dialog-container {
position: relative;
padding: 20px;
line-height: 1.4;
}
.editormd-dialog-container h1 {
font-size: 24px;
margin-bottom: 10px;
}
.editormd-dialog-container h1 .fa {
color: #2C7EEA;
padding-right: 5px;
}
.editormd-dialog-container h1 small {
padding-left: 5px;
font-weight: normal;
font-size: 12px;
color: #999;
}
.editormd-dialog-container select {
color: #999;
padding: 3px 8px;
border: 1px solid #ddd;
}
.editormd-dialog-close {
position: absolute;
top: 12px;
right: 15px;
font-size: 18px;
color: #ccc;
-webkit-transition: color 300ms ease-out;
/* Safari, Chrome */
-moz-transition: color 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: color 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-dialog-close:hover {
color: #999;
}
.editormd-dialog-header {
padding: 11px 20px;
border-bottom: 1px solid #eee;
-webkit-transition: background 300ms ease-out;
/* Safari, Chrome */
-moz-transition: background 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: background 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-dialog-header:hover {
background: #f6f6f6;
}
.editormd-dialog-title {
font-size: 14px;
}
.editormd-dialog-footer {
padding: 10px 0 0 0;
text-align: right;
}
.editormd-dialog-info {
width: 420px;
}
.editormd-dialog-info h1 {
font-weight: normal;
}
.editormd-dialog-info .editormd-dialog-container {
padding: 20px 25px 25px;
}
.editormd-dialog-info .editormd-dialog-close {
top: 10px;
right: 10px;
}
.editormd-dialog-info p > a, .editormd-dialog-info .hover-link:hover {
color: #2196F3;
}
.editormd-dialog-info .hover-link {
color: #666;
}
.editormd-dialog-info a .fa-external-link {
display: none;
}
.editormd-dialog-info a:hover {
color: #2196F3;
}
.editormd-dialog-info a:hover .fa-external-link {
display: inline-block;
}
.editormd-mask,
.editormd-container-mask,
.editormd-dialog-mask {
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.editormd-mask,
.editormd-dialog-mask-bg {
background: #fff;
opacity: 0.5;
filter: alpha(opacity=50);
}
.editormd-mask {
position: fixed;
background: #000;
opacity: 0.2;
/* W3C */
filter: alpha(opacity=20);
/* IE */
z-index: 99998;
}
.editormd-container-mask,
.editormd-dialog-mask-con {
background: url(../images/loading.gif) no-repeat center center;
-webkit-background-size: 32px 32px;
/* Chrome, iOS, Safari */
-moz-background-size: 32px 32px;
/* Firefox 3.6~4.0 */
-o-background-size: 32px 32px;
/* Opera 9.5 */
background-size: 32px 32px;
/* IE9+, New */
}
.editormd-container-mask {
z-index: 20;
display: block;
background-color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.editormd-container-mask,
.editormd-dialog-mask-con {
background-image: url(../images/loading@2x.gif);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3) {
.editormd-container-mask,
.editormd-dialog-mask-con {
background-image: url(../images/loading@3x.gif);
}
}
.editormd-code-block-dialog textarea,
.editormd-preformatted-text-dialog textarea {
width: 100%;
height: 400px;
margin-bottom: 6px;
overflow: auto;
border: 1px solid #eee;
background: #fff;
padding: 15px;
resize: none;
}
.editormd-code-toolbar {
color: #999;
font-size: 14px;
margin: -5px 0 10px;
}
.editormd-grid-table {
width: 99%;
display: table;
border: 1px solid #ddd;
border-collapse: collapse;
}
.editormd-grid-table-row {
width: 100%;
display: table-row;
}
.editormd-grid-table-row a {
font-size: 1.4em;
width: 5%;
height: 36px;
color: #999;
text-align: center;
display: table-cell;
vertical-align: middle;
border: 1px solid #ddd;
text-decoration: none;
-webkit-transition: background-color 300ms ease-out, color 100ms ease-in;
/* Safari, Chrome */
-moz-transition: background-color 300ms ease-out, color 100ms ease-in;
/* Firefox 4.0~16.0 */
transition: background-color 300ms ease-out, color 100ms ease-in;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-grid-table-row a.selected {
color: #666;
background-color: #eee;
}
.editormd-grid-table-row a:hover {
color: #777;
background-color: #f6f6f6;
}
.editormd-tab-head {
list-style: none;
border-bottom: 1px solid #ddd;
}
.editormd-tab-head li {
display: inline-block;
}
.editormd-tab-head li a {
color: #999;
display: block;
padding: 6px 12px 5px;
text-align: center;
text-decoration: none;
margin-bottom: -1px;
border: 1px solid #ddd;
-webkit-border-top-left-radius: 3px;
-moz-border-top-left-radius: 3px;
-ms-border-top-left-radius: 3px;
-o-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-top-right-radius: 3px;
-ms-border-top-right-radius: 3px;
-o-border-top-right-radius: 3px;
border-top-right-radius: 3px;
background: #f6f6f6;
-webkit-transition: all 300ms ease-out;
/* Safari, Chrome */
-moz-transition: all 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: all 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-tab-head li a:hover {
color: #666;
background: #eee;
}
.editormd-tab-head li.active a {
color: #666;
background: #fff;
border-bottom-color: #fff;
}
.editormd-tab-head li + li {
margin-left: 3px;
}
.editormd-tab-box {
padding: 20px 0;
}
.editormd-form {
color: #666;
}
.editormd-form label {
float: left;
display: block;
width: 75px;
text-align: left;
padding: 7px 0 15px 5px;
margin: 0 0 2px;
font-weight: normal;
}
.editormd-form br {
clear: both;
}
.editormd-form iframe {
display: none;
}
.editormd-form input:focus {
outline: 0;
}
.editormd-form input[type="text"], .editormd-form input[type="number"] {
color: #999;
padding: 8px;
border: 1px solid #ddd;
}
.editormd-form input[type="number"] {
width: 40px;
display: inline-block;
padding: 6px 8px;
}
.editormd-form input[type="text"] {
display: inline-block;
width: 264px;
}
.editormd-form .fa-btns {
display: inline-block;
}
.editormd-form .fa-btns a {
color: #999;
padding: 7px 10px 0 0;
display: inline-block;
text-decoration: none;
text-align: center;
}
.editormd-form .fa-btns .fa {
font-size: 1.3em;
}
.editormd-form .fa-btns label {
float: none;
display: inline-block;
width: auto;
text-align: left;
padding: 0 0 0 5px;
cursor: pointer;
}
.editormd-form input[type="submit"], .editormd-form .editormd-btn, .editormd-form button,
.editormd-dialog-container input[type="submit"],
.editormd-dialog-container .editormd-btn,
.editormd-dialog-container button,
.editormd-dialog-footer input[type="submit"],
.editormd-dialog-footer .editormd-btn,
.editormd-dialog-footer button {
color: #666;
min-width: 75px;
cursor: pointer;
background: #fff;
padding: 7px 10px;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background 300ms ease-out;
/* Safari, Chrome */
-moz-transition: background 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: background 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-form input[type="submit"]:hover, .editormd-form .editormd-btn:hover, .editormd-form button:hover,
.editormd-dialog-container input[type="submit"]:hover,
.editormd-dialog-container .editormd-btn:hover,
.editormd-dialog-container button:hover,
.editormd-dialog-footer input[type="submit"]:hover,
.editormd-dialog-footer .editormd-btn:hover,
.editormd-dialog-footer button:hover {
background: #eee;
}
.editormd-form .editormd-btn,
.editormd-dialog-container .editormd-btn,
.editormd-dialog-footer .editormd-btn {
padding: 5px 8px 4px\0;
}
.editormd-form .editormd-btn + .editormd-btn,
.editormd-dialog-container .editormd-btn + .editormd-btn,
.editormd-dialog-footer .editormd-btn + .editormd-btn {
margin-left: 8px;
}
.editormd-file-input {
width: 75px;
height: 32px;
margin-left: 8px;
position: relative;
display: inline-block;
}
.editormd-file-input input[type="file"] {
width: 75px;
height: 32px;
opacity: 0;
cursor: pointer;
background: #000;
display: inline-block;
position: absolute;
top: 0;
right: 0;
}
.editormd-file-input input[type="file"]::-webkit-file-upload-button {
visibility: hidden;
}
.editormd-file-input:hover input[type="submit"] {
background: #eee;
}
.editormd .CodeMirror, .editormd-preview {
display: inline-block;
width: 50%;
height: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
}
.editormd-preview {
position: absolute;
top: 35px;
right: 0;
right: -1px\0;
overflow: auto;
line-height: 1.6;
display: none;
background: #fff;
}
.editormd .CodeMirror {
z-index: 10;
float: left;
border-right: 1px solid #ddd;
font-size: 14px;
line-height: 1.6;
margin-top: 35px;
}
.editormd .CodeMirror pre {
font-size: 14px;
padding: 0 12px;
}
.editormd .CodeMirror-linenumbers {
padding: 0 5px;
}
.editormd .CodeMirror-selected {
background: #70B7FF;
}
.editormd .CodeMirror-focused .CodeMirror-selected {
background: #70B7FF;
}
.editormd .CodeMirror, .editormd .CodeMirror-scroll, .editormd .editormd-preview {
-webkit-overflow-scrolling: touch;
}
.editormd .styled-background {
background-color: #ff7;
}
.editormd .CodeMirror-focused .cm-matchhighlight {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFklEQVQI12NgYGBgkKzc8x9CMDAwAAAmhwSbidEoSQAAAABJRU5ErkJggg==);
background-position: bottom;
background-repeat: repeat-x;
}
.editormd .CodeMirror-empty.CodeMirror-focused {
outline: none;
}
.editormd .CodeMirror pre.CodeMirror-placeholder {
color: #999;
}
.editormd .cm-trailingspace {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUXCToH00Y1UgAAACFJREFUCNdjPMDBUc/AwNDAAAFMTAwMDA0OP34wQgX/AQBYgwYEx4f9lQAAAABJRU5ErkJggg==);
background-position: bottom left;
background-repeat: repeat-x;
}
.editormd .cm-tab {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
background-position: right;
background-repeat: no-repeat;
}
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
@font-face {
font-family: 'editormd-logo';
src: url("../fonts/editormd-logo.eot?-5y8q6h");
src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
.editormd-logo,
.editormd-logo-1x,
.editormd-logo-2x,
.editormd-logo-3x,
.editormd-logo-4x,
.editormd-logo-5x,
.editormd-logo-6x,
.editormd-logo-7x,
.editormd-logo-8x {
font-family: 'editormd-logo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-size: inherit;
line-height: 1;
display: inline-block;
text-rendering: auto;
vertical-align: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.editormd-logo:before,
.editormd-logo-1x:before,
.editormd-logo-2x:before,
.editormd-logo-3x:before,
.editormd-logo-4x:before,
.editormd-logo-5x:before,
.editormd-logo-6x:before,
.editormd-logo-7x:before,
.editormd-logo-8x:before {
content: "\e1987";
/*
HTML Entity &#xe1987;
example: <span class="editormd-logo">&#xe1987;</span>
*/
}
.editormd-logo-1x {
font-size: 1em;
}
.editormd-logo-lg {
font-size: 1.2em;
}
.editormd-logo-2x {
font-size: 2em;
}
.editormd-logo-3x {
font-size: 3em;
}
.editormd-logo-4x {
font-size: 4em;
}
.editormd-logo-5x {
font-size: 5em;
}
.editormd-logo-6x {
font-size: 6em;
}
.editormd-logo-7x {
font-size: 7em;
}
.editormd-logo-8x {
font-size: 8em;
}
.editormd-logo-color {
color: #2196F3;
}
/*! github-markdown-css | The MIT License (MIT) | Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) | https://github.com/sindresorhus/github-markdown-css */
@font-face {
font-family: octicons-anchor;
src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAYcAA0AAAAACjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca8vGTk9TLzIAAAFMAAAARAAAAFZG1VHVY21hcAAAAZAAAAA+AAABQgAP9AdjdnQgAAAB0AAAAAQAAAAEACICiGdhc3AAAAHUAAAACAAAAAj//wADZ2x5ZgAAAdwAAADRAAABEKyikaNoZWFkAAACsAAAAC0AAAA2AtXoA2hoZWEAAALgAAAAHAAAACQHngNFaG10eAAAAvwAAAAQAAAAEAwAACJsb2NhAAADDAAAAAoAAAAKALIAVG1heHAAAAMYAAAAHwAAACABEAB2bmFtZQAAAzgAAALBAAAFu3I9x/Nwb3N0AAAF/AAAAB0AAAAvaoFvbwAAAAEAAAAAzBdyYwAAAADP2IQvAAAAAM/bz7t4nGNgZGFgnMDAysDB1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcPsR8iGF2+O/AEMPsznAYKMwIkgMA5REMOXicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+h5j//yEk/3KoSgZGNgYYk4GRCUgwMaACRoZhDwCs7QgGAAAAIgKIAAAAAf//AAJ4nHWMMQrCQBBF/0zWrCCIKUQsTDCL2EXMohYGSSmorScInsRGL2DOYJe0Ntp7BK+gJ1BxF1stZvjz/v8DRghQzEc4kIgKwiAppcA9LtzKLSkdNhKFY3HF4lK69ExKslx7Xa+vPRVS43G98vG1DnkDMIBUgFN0MDXflU8tbaZOUkXUH0+U27RoRpOIyCKjbMCVejwypzJJG4jIwb43rfl6wbwanocrJm9XFYfskuVC5K/TPyczNU7b84CXcbxks1Un6H6tLH9vf2LRnn8Ax7A5WQAAAHicY2BkYGAA4teL1+yI57f5ysDNwgAC529f0kOmWRiYVgEpDgYmEA8AUzEKsQAAAHicY2BkYGB2+O/AEMPCAAJAkpEBFbAAADgKAe0EAAAiAAAAAAQAAAAEAAAAAAAAKgAqACoAiAAAeJxjYGRgYGBhsGFgYgABEMkFhAwM/xn0QAIAD6YBhwB4nI1Ty07cMBS9QwKlQapQW3VXySvEqDCZGbGaHULiIQ1FKgjWMxknMfLEke2A+IJu+wntrt/QbVf9gG75jK577Lg8K1qQPCfnnnt8fX1NRC/pmjrk/zprC+8D7tBy9DHgBXoWfQ44Av8t4Bj4Z8CLtBL9CniJluPXASf0Lm4CXqFX8Q84dOLnMB17N4c7tBo1AS/Qi+hTwBH4rwHHwN8DXqQ30XXAS7QaLwSc0Gn8NuAVWou/gFmnjLrEaEh9GmDdDGgL3B4JsrRPDU2hTOiMSuJUIdKQQayiAth69r6akSSFqIJuA19TrzCIaY8sIoxyrNIrL//pw7A2iMygkX5vDj+G+kuoLdX4GlGK/8Lnlz6/h9MpmoO9rafrz7ILXEHHaAx95s9lsI7AHNMBWEZHULnfAXwG9/ZqdzLI08iuwRloXE8kfhXYAvE23+23DU3t626rbs8/8adv+9DWknsHp3E17oCf+Z48rvEQNZ78paYM38qfk3v/u3l3u3GXN2Dmvmvpf1Srwk3pB/VSsp512bA/GG5i2WJ7wu430yQ5K3nFGiOqgtmSB5pJVSizwaacmUZzZhXLlZTq8qGGFY2YcSkqbth6aW1tRmlaCFs2016m5qn36SbJrqosG4uMV4aP2PHBmB3tjtmgN2izkGQyLWprekbIntJFing32a5rKWCN/SdSoga45EJykyQ7asZvHQ8PTm6cslIpwyeyjbVltNikc2HTR7YKh9LBl9DADC0U/jLcBZDKrMhUBfQBvXRzLtFtjU9eNHKin0x5InTqb8lNpfKv1s1xHzTXRqgKzek/mb7nB8RZTCDhGEX3kK/8Q75AmUM/eLkfA+0Hi908Kx4eNsMgudg5GLdRD7a84npi+YxNr5i5KIbW5izXas7cHXIMAau1OueZhfj+cOcP3P8MNIWLyYOBuxL6DRylJ4cAAAB4nGNgYoAALjDJyIAOWMCiTIxMLDmZedkABtIBygAAAA==) format("woff");
}
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
color: #333;
overflow: hidden;
font-size: 16px;
line-height: 1.6;
word-wrap: break-word;
}
.markdown-body a {
background: transparent;
}
.markdown-body a:active,
.markdown-body a:hover {
outline: 0;
}
.markdown-body strong {
font-weight: bold;
}
.markdown-body h1 {
font-size: 2em;
margin: 0.67em 0;
}
.markdown-body img {
border: 0;
}
.markdown-body hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.markdown-body pre {
overflow: auto;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
font-size: 1em;
}
.markdown-body input {
color: inherit;
font: inherit;
margin: 0;
}
.markdown-body html input[disabled] {
cursor: default;
}
.markdown-body input {
line-height: normal;
}
.markdown-body input[type="checkbox"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.markdown-body table {
border-collapse: collapse;
border-spacing: 0;
}
.markdown-body td,
.markdown-body th {
padding: 0;
}
.markdown-body * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body input {
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.markdown-body a {
color: #4183c4;
text-decoration: none;
}
.markdown-body a:hover,
.markdown-body a:active {
text-decoration: underline;
}
.markdown-body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
}
.markdown-body hr:before {
display: table;
content: "";
}
.markdown-body hr:after {
display: table;
clear: both;
content: "";
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: 15px;
margin-bottom: 15px;
line-height: 1.1;
}
.markdown-body h1 {
font-size: 30px;
}
.markdown-body h2 {
font-size: 21px;
}
.markdown-body h3 {
font-size: 16px;
}
.markdown-body h4 {
font-size: 14px;
}
.markdown-body h5 {
font-size: 12px;
}
.markdown-body h6 {
font-size: 11px;
}
.markdown-body blockquote {
margin: 0;
}
.markdown-body ul,
.markdown-body ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: lower-roman;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: lower-alpha;
}
.markdown-body dd {
margin-left: 0;
}
.markdown-body code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 12px;
}
.markdown-body pre {
margin-top: 0;
margin-bottom: 0;
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.markdown-body .octicon {
font: normal normal 16px octicons-anchor;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.markdown-body .octicon-link:before {
content: '\f05c';
}
.markdown-body > *:first-child {
margin-top: 0 !important;
}
.markdown-body > *:last-child {
margin-bottom: 0 !important;
}
.markdown-body .anchor {
position: absolute;
top: 0;
left: 0;
display: block;
padding-right: 6px;
padding-left: 30px;
margin-left: -30px;
}
.markdown-body .anchor:focus {
outline: none;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
position: relative;
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
display: none;
color: #000;
vertical-align: middle;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
padding-left: 8px;
margin-left: -30px;
text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
display: inline-block;
}
.markdown-body h1 {
padding-bottom: 0.3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
}
.markdown-body h1 .anchor {
line-height: 1;
}
.markdown-body h2 {
padding-bottom: 0.3em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
.markdown-body h2 .anchor {
line-height: 1;
}
.markdown-body h3 {
font-size: 1.5em;
line-height: 1.43;
}
.markdown-body h3 .anchor {
line-height: 1.2;
}
.markdown-body h4 {
font-size: 1.25em;
}
.markdown-body h4 .anchor {
line-height: 1.2;
}
.markdown-body h5 {
font-size: 1em;
}
.markdown-body h5 .anchor {
line-height: 1.1;
}
.markdown-body h6 {
font-size: 1em;
color: #777;
}
.markdown-body h6 .anchor {
line-height: 1.1;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}
/*
.markdown-body hr {
height: 4px;
padding: 0;
margin: 16px 0;
background-color: #e7e7e7;
border: 0 none;
}*/
.markdown-body ul,
.markdown-body ol {
padding-left: 2em;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body li > p {
margin-top: 16px;
}
.markdown-body dl {
padding: 0;
}
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: bold;
}
.markdown-body dl dd {
padding: 0 16px;
margin-bottom: 16px;
}
.markdown-body blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.markdown-body blockquote > :first-child {
margin-top: 0;
}
.markdown-body blockquote > :last-child {
margin-bottom: 0;
}
.markdown-body table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.markdown-body table th {
font-weight: bold;
}
.markdown-body table th,
.markdown-body table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
.markdown-body table tr:nth-child(2n) {
background-color: #f8f8f8;
}
.markdown-body img {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body code {
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
}
.markdown-body code:before,
.markdown-body code:after {
letter-spacing: -0.2em;
content: "\00a0";
}
.markdown-body pre > code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
.markdown-body pre code:before,
.markdown-body pre code:after {
content: normal;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .pl-c {
color: #969896;
}
.markdown-body .pl-c1,
.markdown-body .pl-mdh,
.markdown-body .pl-mm,
.markdown-body .pl-mp,
.markdown-body .pl-mr,
.markdown-body .pl-s1 .pl-v,
.markdown-body .pl-s3,
.markdown-body .pl-sc,
.markdown-body .pl-sv {
color: #0086b3;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
color: #795da3;
}
.markdown-body .pl-s1 .pl-s2,
.markdown-body .pl-smi,
.markdown-body .pl-smp,
.markdown-body .pl-stj,
.markdown-body .pl-vo,
.markdown-body .pl-vpf {
color: #333;
}
.markdown-body .pl-ent {
color: #63a35c;
}
.markdown-body .pl-k,
.markdown-body .pl-s,
.markdown-body .pl-st {
color: #a71d5d;
}
.markdown-body .pl-pds,
.markdown-body .pl-s1,
.markdown-body .pl-s1 .pl-pse .pl-s2,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-src {
color: #df5000;
}
.markdown-body .pl-mo,
.markdown-body .pl-v {
color: #1d3e81;
}
.markdown-body .pl-id {
color: #b52a1d;
}
.markdown-body .pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.markdown-body .pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.markdown-body .pl-ml {
color: #693a17;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
color: #1d3e81;
font-weight: bold;
}
.markdown-body .pl-mq {
color: #008080;
}
.markdown-body .pl-mi {
color: #333;
font-style: italic;
}
.markdown-body .pl-mb {
color: #333;
font-weight: bold;
}
.markdown-body .pl-md,
.markdown-body .pl-mdhf {
background-color: #ffecec;
color: #bd2c00;
}
.markdown-body .pl-mdht,
.markdown-body .pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.markdown-body .pl-mdr {
color: #795da3;
font-weight: bold;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .task-list-item {
list-style-type: none;
}
.markdown-body .task-list-item + .task-list-item {
margin-top: 3px;
}
.markdown-body .task-list-item input {
float: left;
margin: 0.3em 0 0.25em -1.6em;
vertical-align: middle;
}
.markdown-body :checked + .radio-label {
z-index: 1;
position: relative;
border-color: #4183c4;
}
.editormd-preview-container, .editormd-html-preview {
text-align: left;
font-size: 14px;
line-height: 1.6;
padding: 20px;
overflow: auto;
width: 100%;
background-color: #fff;
}
.editormd-preview-container blockquote, .editormd-html-preview blockquote {
color: #666;
border-left: 4px solid #ddd;
padding-left: 20px;
margin-left: 0;
font-size: 14px;
font-style: italic;
}
.editormd-preview-container p code, .editormd-html-preview p code {
margin-left: 5px;
margin-right: 4px;
}
.editormd-preview-container abbr, .editormd-html-preview abbr {
background: #ffffdd;
}
.editormd-preview-container hr, .editormd-html-preview hr {
height: 1px;
border: none;
border-top: 1px solid #ddd;
background: none;
}
.editormd-preview-container code, .editormd-html-preview code {
border: 1px solid #ddd;
background: #f6f6f6;
padding: 3px;
border-radius: 3px;
font-size: 14px;
}
.editormd-preview-container pre, .editormd-html-preview pre {
border: 1px solid #ddd;
background: #f6f6f6;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.editormd-preview-container pre code, .editormd-html-preview pre code {
padding: 0;
}
.editormd-preview-container pre, .editormd-preview-container code, .editormd-preview-container kbd, .editormd-html-preview pre, .editormd-html-preview code, .editormd-html-preview kbd {
font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
}
.editormd-preview-container table thead tr, .editormd-html-preview table thead tr {
background-color: #F8F8F8;
}
.editormd-preview-container p.editormd-tex, .editormd-html-preview p.editormd-tex {
text-align: center;
}
.editormd-preview-container span.editormd-tex, .editormd-html-preview span.editormd-tex {
margin: 0 5px;
}
.editormd-preview-container .emoji, .editormd-html-preview .emoji {
width: 24px;
height: 24px;
}
.editormd-preview-container .katex, .editormd-html-preview .katex {
font-size: 1.4em;
}
.editormd-preview-container .sequence-diagram, .editormd-preview-container .flowchart, .editormd-html-preview .sequence-diagram, .editormd-html-preview .flowchart {
margin: 0 auto;
text-align: center;
}
.editormd-preview-container .sequence-diagram svg, .editormd-preview-container .flowchart svg, .editormd-html-preview .sequence-diagram svg, .editormd-html-preview .flowchart svg {
margin: 0 auto;
}
.editormd-preview-container .sequence-diagram text, .editormd-preview-container .flowchart text, .editormd-html-preview .sequence-diagram text, .editormd-html-preview .flowchart text {
font-size: 15px !important;
font-family: "YaHei Consolas Hybrid", Consolas, "Microsoft YaHei", "Malgun Gothic", "Segoe UI", Helvetica, Arial !important;
}
/*! Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
color: #000;
}
/* plain text */
@media screen {
.str {
color: #080;
}
/* string content */
.kwd {
color: #008;
}
/* a keyword */
.com {
color: #800;
}
/* a comment */
.typ {
color: #606;
}
/* a type name */
.lit {
color: #066;
}
/* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun, .opn, .clo {
color: #660;
}
.tag {
color: #008;
}
/* a markup tag name */
.atn {
color: #606;
}
/* a markup attribute name */
.atv {
color: #080;
}
/* a markup attribute value */
.dec, .var {
color: #606;
}
/* a declaration; a variable name */
.fun {
color: red;
}
/* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
.str {
color: #060;
}
.kwd {
color: #006;
font-weight: bold;
}
.com {
color: #600;
font-style: italic;
}
.typ {
color: #404;
font-weight: bold;
}
.lit {
color: #044;
}
.pun, .opn, .clo {
color: #440;
}
.tag {
color: #006;
font-weight: bold;
}
.atn {
color: #404;
}
.atv {
color: #060;
}
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
padding: 2px;
border: 1px solid #888;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
list-style-type: none;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
background: #eee;
}
.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint {
padding: 10px;
border: 1px solid #ddd;
white-space: pre-wrap;
word-wrap: break-word;
}
.editormd-preview-container ol.linenums, .editormd-html-preview ol.linenums {
color: #999;
padding-left: 2.5em;
}
.editormd-preview-container ol.linenums li, .editormd-html-preview ol.linenums li {
list-style-type: decimal;
}
.editormd-preview-container ol.linenums li code, .editormd-html-preview ol.linenums li code {
border: none;
background: none;
padding: 0;
}
.editormd-preview-container .editormd-toc-menu, .editormd-html-preview .editormd-toc-menu {
margin: 8px 0 12px 0;
display: inline-block;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc, .editormd-html-preview .editormd-toc-menu > .markdown-toc {
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ddd;
display: inline-block;
font-size: 1em;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul {
width: 160%;
min-width: 180px;
position: absolute;
left: -1px;
top: -2px;
z-index: 100;
padding: 0 10px 10px;
display: none;
background: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* Webkit browsers */
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* Firefox */
-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* IE9 */
-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* Opera(Old) */
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* IE9+, News */
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li ul, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li ul {
width: 100%;
min-width: 180px;
border: 1px solid #ddd;
display: none;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li a, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li a {
color: #666;
padding: 6px 10px;
display: block;
-webkit-transition: background-color 500ms ease-out;
/* Safari, Chrome */
-moz-transition: background-color 500ms ease-out;
/* Firefox 4.0~16.0 */
transition: background-color 500ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc > ul > li a:hover, .editormd-html-preview .editormd-toc-menu > .markdown-toc > ul > li a:hover {
background-color: #f6f6f6;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li, .editormd-html-preview .editormd-toc-menu > .markdown-toc li {
position: relative;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul {
position: absolute;
top: 32px;
left: 10%;
display: none;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* Webkit browsers */
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* Firefox */
-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* IE9 */
-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* Opera(Old) */
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
/* IE9+, News */
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:before, .editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:after, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:before, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:after {
pointer-events: pointer-events;
position: absolute;
left: 15px;
top: -6px;
display: block;
content: "";
width: 0;
height: 0;
border: 6px solid transparent;
border-width: 0 6px 6px;
z-index: 10;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:before, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:before {
border-bottom-color: #ccc;
}
.editormd-preview-container .editormd-toc-menu > .markdown-toc li > ul:after, .editormd-html-preview .editormd-toc-menu > .markdown-toc li > ul:after {
border-bottom-color: #ffffff;
top: -5px;
}
.editormd-preview-container .editormd-toc-menu ul, .editormd-html-preview .editormd-toc-menu ul {
list-style: none;
}
.editormd-preview-container .editormd-toc-menu a, .editormd-html-preview .editormd-toc-menu a {
text-decoration: none;
}
.editormd-preview-container .editormd-toc-menu h1, .editormd-html-preview .editormd-toc-menu h1 {
font-size: 16px;
padding: 5px 0 10px 10px;
line-height: 1;
border-bottom: 1px solid #eee;
}
.editormd-preview-container .editormd-toc-menu h1 .fa, .editormd-html-preview .editormd-toc-menu h1 .fa {
padding-left: 10px;
}
.editormd-preview-container .editormd-toc-menu .toc-menu-btn, .editormd-html-preview .editormd-toc-menu .toc-menu-btn {
color: #666;
min-width: 180px;
padding: 5px 10px;
border-radius: 4px;
display: inline-block;
-webkit-transition: background-color 500ms ease-out;
/* Safari, Chrome */
-moz-transition: background-color 500ms ease-out;
/* Firefox 4.0~16.0 */
transition: background-color 500ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-preview-container .editormd-toc-menu .toc-menu-btn:hover, .editormd-html-preview .editormd-toc-menu .toc-menu-btn:hover {
background-color: #f6f6f6;
}
.editormd-preview-container .editormd-toc-menu .toc-menu-btn .fa, .editormd-html-preview .editormd-toc-menu .toc-menu-btn .fa {
float: right;
padding: 3px 0 0 10px;
font-size: 1.3em;
}
.markdown-body .editormd-toc-menu ul {
padding-left: 0;
}
.markdown-body .highlight pre, .markdown-body pre {
line-height: 1.6;
}
hr.editormd-page-break {
border: 1px dotted #ccc;
font-size: 0;
height: 2px;
}
@media only print {
hr.editormd-page-break {
background: none;
border: none;
height: 0;
}
}
.editormd-html-preview textarea {
display: none;
}
.editormd-html-preview hr.editormd-page-break {
background: none;
border: none;
height: 0;
}
.editormd-preview-close-btn {
color: #fff;
padding: 4px 6px;
font-size: 18px;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
-ms-border-radius: 500px;
-o-border-radius: 500px;
border-radius: 500px;
display: none;
background-color: #ccc;
position: absolute;
top: 25px;
right: 35px;
z-index: 19;
-webkit-transition: background-color 300ms ease-out;
/* Safari, Chrome */
-moz-transition: background-color 300ms ease-out;
/* Firefox 4.0~16.0 */
transition: background-color 300ms ease-out;
/* IE >9, FF >15, Opera >12.0 */
}
.editormd-preview-close-btn:hover {
background-color: #999;
}
.editormd-preview-active {
width: 100%;
padding: 40px;
}
/* Preview dark theme */
.editormd-preview-theme-dark {
color: #777;
background: #2C2827;
}
.editormd-preview-theme-dark .editormd-preview-container {
color: #888;
background-color: #2C2827;
}
.editormd-preview-theme-dark .editormd-preview-container pre.prettyprint {
border: none;
}
.editormd-preview-theme-dark .editormd-preview-container blockquote {
color: #555;
padding: 0.5em;
background: #222;
border-color: #333;
}
.editormd-preview-theme-dark .editormd-preview-container abbr {
color: #fff;
padding: 1px 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: #ff9900;
}
.editormd-preview-theme-dark .editormd-preview-container code {
color: #fff;
border: none;
padding: 1px 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: #5A9600;
}
.editormd-preview-theme-dark .editormd-preview-container table {
border: none;
}
.editormd-preview-theme-dark .editormd-preview-container .fa-emoji {
color: #B4BF42;
}
.editormd-preview-theme-dark .editormd-preview-container .katex {
color: #FEC93F;
}
.editormd-preview-theme-dark .editormd-toc-menu > .markdown-toc {
background: #fff;
border: none;
}
.editormd-preview-theme-dark .editormd-toc-menu > .markdown-toc h1 {
border-color: #ddd;
}
.editormd-preview-theme-dark .markdown-body h1, .editormd-preview-theme-dark .markdown-body h2, .editormd-preview-theme-dark .markdown-body hr {
border-color: #222;
}
.editormd-preview-theme-dark pre {
color: #999;
background-color: #111;
background-color: rgba(0, 0, 0, 0.4);
/* plain text */
}
.editormd-preview-theme-dark pre .pln {
color: #999;
}
.editormd-preview-theme-dark li.L1, .editormd-preview-theme-dark li.L3, .editormd-preview-theme-dark li.L5, .editormd-preview-theme-dark li.L7, .editormd-preview-theme-dark li.L9 {
background: none;
}
.editormd-preview-theme-dark [class*=editormd-logo] {
color: #2196F3;
}
.editormd-preview-theme-dark .sequence-diagram text {
fill: #fff;
}
.editormd-preview-theme-dark .sequence-diagram rect, .editormd-preview-theme-dark .sequence-diagram path {
color: #fff;
fill: #64D1CB;
stroke: #64D1CB;
}
.editormd-preview-theme-dark .flowchart rect, .editormd-preview-theme-dark .flowchart path {
stroke: #A6C6FF;
}
.editormd-preview-theme-dark .flowchart rect {
fill: #A6C6FF;
}
.editormd-preview-theme-dark .flowchart text {
fill: #5879B4;
}
@media screen {
.editormd-preview-theme-dark {
/* string content */
/* a keyword */
/* a comment */
/* a type name */
/* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
/* a markup tag name */
/* a markup attribute name */
/* a markup attribute value */
/* a declaration; a variable name */
/* a function name */
}
.editormd-preview-theme-dark .str {
color: #080;
}
.editormd-preview-theme-dark .kwd {
color: #ff9900;
}
.editormd-preview-theme-dark .com {
color: #444444;
}
.editormd-preview-theme-dark .typ {
color: #606;
}
.editormd-preview-theme-dark .lit {
color: #066;
}
.editormd-preview-theme-dark .pun, .editormd-preview-theme-dark .opn, .editormd-preview-theme-dark .clo {
color: #660;
}
.editormd-preview-theme-dark .tag {
color: #ff9900;
}
.editormd-preview-theme-dark .atn {
color: #6C95F5;
}
.editormd-preview-theme-dark .atv {
color: #080;
}
.editormd-preview-theme-dark .dec, .editormd-preview-theme-dark .var {
color: #008BA7;
}
.editormd-preview-theme-dark .fun {
color: red;
}
}
.editormd-onlyread .editormd-toolbar {
display: none;
}
.editormd-onlyread .CodeMirror {
margin-top: 0;
}
.editormd-onlyread .editormd-preview {
top: 0;
}
.editormd-fullscreen {
position: fixed;
top: 0;
left: 0;
border: none;
margin: 0 auto;
}
/* Editor.md Dark theme */
.editormd-theme-dark {
border-color: #1a1a17;
}
.editormd-theme-dark .editormd-toolbar {
background: #1A1A17;
border-color: #1a1a17;
}
.editormd-theme-dark .editormd-menu > li > a {
color: #777;
border-color: #1a1a17;
}
.editormd-theme-dark .editormd-menu > li > a:hover, .editormd-theme-dark .editormd-menu > li > a.active {
border-color: #333;
background: #333;
}
.editormd-theme-dark .editormd-menu > li.divider {
border-right: 1px solid #111;
}
.editormd-theme-dark .CodeMirror {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
\ No newline at end of file
.faq_sec ol {
list-style: none;
}
.faq_sec img {
max-width: 100%;
}
.faq_sec p img ,
.faq_sec li img {
margin-top: 20px;
margin-bottom: 20px
}
\ No newline at end of file
@font-face {
font-family: "RobotoRegular";
src: url("../fonts/RobotoRegular/RobotoRegular.eot");
src: url("../fonts/RobotoRegular/RobotoRegular.eot@") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "RobotoLight";
src: url("../fonts/RobotoLight/RobotoLight.eot");
src: url("../fonts/RobotoLight/RobotoLight.eot@") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "RobotoMedium";
src: url("../fonts/RobotoMedium/RobotoMedium.eot");
src: url("../fonts/RobotoMedium/RobotoMedium.eot@") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "RobotoBold";
src: url("../fonts/RobotoBold/RobotoBold.eot");
src: url("../fonts/RobotoBold/RobotoBold.eot@") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/Open Sans/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/Open Sans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.faq_sec .mb50 {
margin-bottom: 50px;
}
.faq_sec .mb60 {
margin-bottom: 60px;
}
.faq_sec {
font-size: 17px;
line-height: 28px;
font-family: "RobotoRegular" !important;
color: #0a0a0a !important;
}
.faq_sec a {
text-decoration: none;
color: #009ad4;
}
.faq_sec a:hover {
text-decoration: none;
color: #323232;
}
.faq_sec p {
font-size: 17px;
line-height: 28px;
color: #0a0a0a !important;
}
.faq_sec h1,
.faq_sec h2,
.faq_sec h3,
.faq_sec h4,
.faq_sec h5,
.faq_sec h6,
.faq_sec .h1,
.faq_sec .h2,
.faq_sec .h3,
.faq_sec .h4,
.faq_sec .h5,
.faq_sec .h6 {
color: #243340;
/*line-height: 1.15;
font-weight: 500;
font-family: "RobotoRegular" !important;*/
}
.faq_sec h2,
.faq_sec .h2{
font-size: 35px;
line-height: 47px;
margin-bottom: 35px;
font-family: "RobotoRegular" !important;
}
.faq_sec h3,
.faq_sec .h3{
font-size: 35px;
line-height: 51px;
margin-bottom: 30px;
}
.faq_sec h4,
.faq_sec .h4{
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
}
.faq_sec h5,
.faq_sec .h5{
font-size: 30px;
line-height: 47px;
margin-bottom: 30px;
color: #243340;
}
.faq_sec iframe {
margin-bottom: 20px;
}
.faq_sec ul:not([class]), .faq_sec ol:not([class]) {
margin-bottom: 20px;
font-size: 17px;
line-height: 28px;
list-style: none;
}
.faq_sec ol:not([class]) {
counter-reset: myCounter;
padding-left: 45px;
list-style: none;
}
.faq_sec ol:not([class])>li {
position: relative;
padding-bottom: 21px;
}
.faq_sec ol:not([class])>li:before {
counter-increment: myCounter;
content: counter(myCounter);
position: absolute;
top: 0px;
left: -40px;
font-family: "RobotoBold";
background: #67ac1d;
display: inline-block;
text-align: center;
font-size: 11px;
line-height: 28px;
width: 28px;
height: 28px;
border: none;
color: #ffffff;
border-radius: 100%;
}
.faq_sec img {
max-width: 100%;
height: auto;
margin-bottom: 40px;
}
blockquote{
padding: 25px 35px;
position: relative;
/*font-style: italic;*/
font-size: 14px;
line-height: 24px;
color: #050505;
border-radius: 0 5px 5px 0;
background-color: #bce094;
}
blockquote:not(:last-child){
margin-bottom: 20px;
}
blockquote:before{
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 7px;
background-color: #67ac1d;
}
blockquote.pink {
background-color: #ffb0ae;
}
blockquote.pink:before{
background-color: #ff5b57;
}
blockquote.blue {
background-color: #bde7e5;
}
blockquote.blue:before{
background-color: #2a8e89;
}
mark:before {
content: 'Документация для разработчика';
font-size: 22px;
line-height: 47px;
color: #243340;
font-family: "RobotoBold";
margin-bottom: 25px;
display: block;
padding-left: 50px;
background: url(../images/mark_icon.png) 0 8px no-repeat;
}
mark {
display: block;
padding: 35px 30px;
color: #243340;
background-color: #f3f5f7;
border-radius: 10px;
}
mark * {
background-color: transparent;
}
.faq_sec .reference_list {
list-style: none;
padding-left: 0;
}
.faq_sec .reference_list li {
margin-bottom: 12px;
}
.faq_sec .reference_list a{
color: #009ad4;
font-size: 14px;
line-height: 20px;
text-decoration: none;
}
.faq_sec .reference_list a:hover {
color: #323232;
text-decoration: none;
}
.rubric_icon {
margin-top: 8px;
}
.reference_right_box input:not([type="radio"]):not([type="checkbox"]) {
border: none;
height: 43px;
border-radius: 3px;
font-size: 16px !important;
font-family: "RobotoRegular" !important;
margin-bottom: 20px;
width: 100%;
outline: none;
padding-left: 15px;
padding-right: 15px;
}
.reference_right_box h4 {
font-family: "RobotoBold"!important;
}
.reference_right_box textarea {
font-size: 16px !important;
font-family: "RobotoRegular" !important;
padding-left: 15px;
padding-right: 15px;
outline: none;
margin-bottom: 20px;
}
.btn_green_sm {
display: inline-block;
outline: none;
background-color: #67ac1d;
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
padding: 12px 20px;
border-radius: 5px;
margin-bottom: 10px;
border: none;
font-family: "Open Sans" !important;
font-weight: 600;
}
.btn_green_sm:hover{
background-color: #7bd619;
color: #fff;
}
.blockquote_box:before {
content: '';
position: absolute;
top: 16px;
left: 15px;
display: block;
background: url(../images/blockquote_info_icon.png) 0px 0px no-repeat;
width: 27px;
height: 27px;
}
.blockquote_box {
position: relative;
display: block;
padding: 15px 20px 25px 55px;
margin-left: -15px;
margin-right: -15px;
border-radius: 10px 10px 5px 5px;
background: #f3f5f7 url(../images/blockquote_box_line.png) 0 100% no-repeat;
margin-bottom: 20px;
}
.btn_info_box {
height: 94px;
display: block;
position: relative;
margin-left: -15px;
margin-right: -15px;
}
.btn_info_box span {
top: 50%;
right: 0;
left: auto;
position: absolute;
display: block;
font-family: "RobotoBold";
z-index: 4;
padding-left: 20px;
padding-right: 80px;
font-size: 18px;
line-height: 24px;
color: #243340;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box:after {
content: '';
display: block;
position: absolute;
z-index: 2;
left: 15px;
right: 0;
top: 7px;
height: 77px;
border-radius: 0 5px 5px 70px;
background: #f3f5f7 url(../images/btn_info_box_icon_arrow.png) calc(100% - 20px) center no-repeat;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn_info_box:before {
content: '';
display: block;
z-index: 3;
position: absolute;
top: 0;
left: 0;
height: 94px;
width: 115px;
background: url(../images/btn_info_box_icon.png) 0 0 no-repeat;
}
.btn_info_box:hover:after {
background-position: calc(100% - 8px) center;
}
@media only screen and (max-width: 970px) and (min-width: 768px) {
.btn_info_box span {
font-size: 16px;
line-height: 20px;
}
}
.faq_sec .way {
font-size: 13px;
color: #b4b4b4;
}
.faq_sec .way span {
padding: 0 15px;
}
.faq_sec .way a:hover{
color: #323232;
}
.faq_sec .rubric_list {
list-style: none;
padding-left: 0px;
font-size: 17px;
line-height: 28px;
}
.reference_right_box {
margin-top: 12px;
}
@media only screen and (max-width: 768px) {
.btn_info_box,
.blockquote_box {
margin-left: 0;
margin-right: 0;
}
}
.top_line_inf2 {
min-height: 44px;
background-color: #051922;
}
.top_line_inf2 ul {
margin-bottom: 0 !important;
padding-left: 0 !important;
}
.top_line_icon {
display: block;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.icon_info_new {
width: 24px;
height: 24px;
background: url(../images/icon_info_new.png) 0 0 no-repeat;
}
.icon_video_new {
width: 23px;
height: 18px;
background: url(../images/icon_video_new.png) 0 0 no-repeat;
}
.icon_doc_new {
width:18px;
height: 24px;
background: url(../images/icon_doc_new.png) 0 0 no-repeat;
}
.top_line_inf2 li {
display: inline-block;
border-right: 1px solid #0e3242;
position: relative;
margin-left: 20px;
}
.top_line_inf2 li:last-child {
border: none;
}
.top_line_inf2 li a {
color: #fffcf4;
font-size: 13px;
line-height: 25px;
padding: 10px 20px;
padding-left: 35px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.top_line_inf2 li:first-child {
margin-left: 0px;
}
.top_line_inf2 li a:hover {
text-decoration: none;
color: #6def0d;
}
.top_line_inf2 li a:hover span {
background-position: 0 100%;
}
.top_line_inf2 li.active a {
text-decoration: none;
color: #6def0d;
}
.top_line_inf2 li.active a span {
background-position: 0 100%;
}
.top_line_inf2 li.active:after {
position: absolute;
content: '';
left: 50%;
margin-left: -3px;
bottom: -6px;
width: 0px;
height: 0px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #051922;
}
@media only screen and (max-width: 1000px) {
.top_line_inf2 li {
display: block;
margin-left: 0;
}
}
/* new 02.04.19 */
.documentation_box {
margin-top: 20px;
margin-bottom: 40px;
padding: 25px 75px 25px 30px;
background: url(../images/documentation_bg.png) 0 0 no-repeat;
background-size: 100% 100%;
font-size: 18px;
line-height: 28px;
position: relative;
}
.documentation_box h5,
.documentation_box h4 {
padding-right: 140px;
}
.documentation_box a:hover {
color: #009ad4;
text-decoration: underline;
}
.documentation_box:before {
content: "";
position: absolute;
right: 90px;
top: -70px;
background: url(../images/documentation_bg_icon.png) 0 0 no-repeat;
width: 128px;
height: 141px;
display: block;
}
.documentation_icon {
width: 23px;
height: 31px;
display: inline-block;
position: relative;
top: 5px;
margin-right: 25px;
background: url(../images/documentation_icon.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1000px) {
.documentation_box h5,
.documentation_box h4 {
padding-right: 20px;
}
.documentation_box:before {
right: 10px;
top: -70px;
}
}
@media only screen and (max-width: 479px) {
.documentation_box {
padding: 25px 15px 25px 15px;
}
.documentation_box h5,
.documentation_box h4 {
padding-right: 0px;
}
.documentation_box:before {
display: none;
}
}
.btn_green_sm {
color: #fff !important;
}
.btn_info_box_lg {
height: 85px;
display: block;
position: relative;
background-color: #f3f5f7;
border-radius: 10px;
margin-left: 10px;
margin-bottom: 40px;
}
.btn_info_box_lg .btn_green_sm {
position: absolute;
right: 25px;
top: 50%;
min-width: 170px;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box_lg span {
top: 50%;
left: 0px;
position: absolute;
display: block;
font-family: "RobotoRegular";
z-index: 4;
padding-left: 50px;
padding-right: 235px;
font-size: 30px;
line-height: 34px;
color: #243340;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box_lg:before {
content: '';
display: block;
z-index: 3;
position: absolute;
top: -30px;
left: -70px;
width: 220px;
height: 146px;
background: url(../images/btn_info_box_lg_icon.png) 0 0 no-repeat;
}
/*{
background-color: #f3f5f7;
}*/
@media only screen and (max-width: 970px) {
.btn_info_box_lg span {
font-size: 24px;
line-height: 30px;
}
}
@media only screen and (max-width: 768px) {
.btn_info_box_lg span {
font-size: 18px;
line-height: 24px;
}
.btn_info_box_lg .btn_green_sm {
min-width: 120px;
}
.btn_info_box_lg span {
padding-right: 175px;
padding-left: 30px;
}
}
@media only screen and (max-width: 479px) {
.btn_info_box_lg span {
font-size: 16px;
line-height: 20px;
}
.btn_info_box_lg span {
padding-right: 165px;
padding-left: 15px;
}
}
.icon_like {
background: url(../images/icon_like.png) 0 center no-repeat;
}
.icon_not_like {
background: url(../images/icon_not_like.png) 0 center no-repeat;
}
.reference_right_box textarea {
border-radius: 3px;
}
.reference_left_box table:not([class]) {
margin-bottom: 20px;
}
.reference_left_box table:not([class]) tr th {
background-color: transparent;
border: none;
border-bottom: 2px solid #dee2e6;
border-top: 1px solid #dee2e6;
padding: .75rem;
}
.reference_left_box table:not([class]) tr td {
border-top: 1px solid #dee2e6;
padding: .75rem;
}
.reference_left_box ul:not([class])>li {
background: url(../images/ul_list_blue.png) no-repeat left 6px;
padding-left: 30px;
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="featherregular" horiz-adv-x="3072" >
<font-face units-per-em="3072" ascent="2304" descent="-768" />
<missing-glyph horiz-adv-x="600" />
<glyph unicode=" " horiz-adv-x="600" />
<glyph unicode="&#x09;" horiz-adv-x="600" />
<glyph unicode="&#xa0;" horiz-adv-x="600" />
<glyph unicode="&#x2000;" horiz-adv-x="1152" />
<glyph unicode="&#x2001;" horiz-adv-x="2304" />
<glyph unicode="&#x2002;" horiz-adv-x="1152" />
<glyph unicode="&#x2003;" horiz-adv-x="2304" />
<glyph unicode="&#x2004;" horiz-adv-x="768" />
<glyph unicode="&#x2005;" horiz-adv-x="576" />
<glyph unicode="&#x2006;" horiz-adv-x="384" />
<glyph unicode="&#x2007;" horiz-adv-x="384" />
<glyph unicode="&#x2008;" horiz-adv-x="288" />
<glyph unicode="&#x2009;" horiz-adv-x="460" />
<glyph unicode="&#x200a;" horiz-adv-x="128" />
<glyph unicode="&#x202f;" horiz-adv-x="460" />
<glyph unicode="&#x205f;" horiz-adv-x="576" />
<glyph unicode="&#x2400;" horiz-adv-x="600" />
<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
<glyph unicode="&#xe000;" d="M1536 1920q209 0 406.5 -63.5t346.5 -165t280.5 -224.5t221 -246t155 -224.5t96.5 -164.5l30 -64q-7 -15 -19 -40.5t-56.5 -104t-95 -155t-133 -180t-170.5 -193t-208.5 -180.5t-247 -154.5t-284.5 -104t-322 -40.5q-209 0 -406.5 63.5t-346.5 164.5t-280.5 223 t-221 244.5t-155 223.5t-96.5 165l-30 63q7 15 19 40.5t56.5 104.5t95 155.5t133 181t170.5 194t208.5 181t247 155.5t284.5 104.5t322 40.5zM1536 1664q-140 0 -275 -37t-243.5 -95.5t-212 -141.5t-179 -163.5t-146.5 -173t-113 -158.5t-79 -132q37 -65 79 -130.5t113 -157 t146.5 -171t179 -161.5t212 -140t243.5 -94.5t275 -36.5t275 37t243.5 95t212 140.5t179 162.5t146.5 172t113 158t79 131q-37 65 -79 131t-113 158t-146.5 172t-179 162.5t-212 140.5t-243.5 95t-275 37zM1536 1280q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150 t-150 362t150 362t362 150zM1536 1024q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75z" />
<glyph unicode="&#xe001;" d="M2022 2304q125 0 240 -47q120 -48 212 -140q93 -94 140 -211q46 -113 46 -240t-46 -240q-47 -117 -140 -211l-1178 -1178q-54 -54 -128 -85q-72 -28 -144 -28t-144 28q-74 31 -128 85q-56 56 -84 127q-28 68 -28 144q0 77 28 145q28 70 84 127l1087 1086q38 38 91 38 q52 0 90 -38t38 -90q0 -53 -38 -91l-1087 -1086q-37 -37 -37 -91q0 -53 37 -90q40 -38 91 -38t91 38l1178 1178q111 111 111 270t-111 270q-114 112 -271 112q-158 0 -270 -112l-1181 -1175q-92 -92 -140 -212q-47 -115 -47 -241q0 -124 47 -241q48 -119 140 -211 q95 -94 212 -141t241 -47t241 47t212 141l1176 1176q38 38 91 38q52 0 90 -38t38 -90q0 -53 -38 -91l-1176 -1176q-129 -129 -297 -197q-160 -66 -337 -66q-176 0 -337 66q-168 68 -297 197q-128 128 -196 296q-66 162 -66 337q0 176 66 337q67 166 196 297h1l1180 1175 q92 92 211 140q117 47 240 47z" />
<glyph unicode="&#xe002;" d="M512 1920h2048q159 0 271.5 -112.5t112.5 -271.5v-1536q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v1536q0 159 112.5 271.5t271.5 112.5zM2688 0v1398l-1072 -858q-34 -28 -80 -28t-80 28l-1072 858v-1398q0 -53 37.5 -90.5 t90.5 -37.5h2048q53 0 90.5 37.5t37.5 90.5zM2560 1664h-2048q-19 0 -42 -7l1066 -853l1066 853q-23 7 -42 7z" />
<glyph unicode="&#xe003;" d="M1024 1792h1024q208 0 397.5 -81t327 -218.5t218.5 -327t81 -397.5t-81 -397.5t-218.5 -327t-327 -218.5t-397.5 -81h-1024q-208 0 -397.5 81t-327 218.5t-218.5 327t-81 397.5t81 397.5t218.5 327t327 218.5t397.5 81zM1024 1280q212 0 362 -150t150 -362t-150 -362 t-362 -150t-362 150t-150 362t150 362t362 150zM1024 1024q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75zM2048 1536h-1024q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5t103 -385.5t279.5 -279.5t385.5 -103h1024q209 0 385.5 103 t279.5 279.5t103 385.5t-103 385.5t-279.5 279.5t-385.5 103z" />
<glyph unicode="&#xe004;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM1024 -384v1536h-640v-1408q0 -53 37.5 -90.5t90.5 -37.5h512zM2688 -256v1408h-1408v-1536 h1280q53 0 90.5 37.5t37.5 90.5zM2560 1920h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-384h2304v384q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe005;" d="M2176 2176q151 0 291.5 -57t251.5 -168t168 -251.5t57 -291.5q0 -150 -57.5 -291.5t-167.5 -251.5l-384 -384q-11 -11 -33 -31q-107 -95 -239 -144.5t-271 -49.5q-175 0 -331 75q-117 55 -212 150t-150 212q75 75 181 75q37 0 75 -11q65 -105 170 -170q123 -75 267 -75 q100 0 194 38t168 112l384 384q74 74 112 168t38 194t-38 194t-112 168t-168 112t-194 38t-194 -38t-168 -112l-269 -269q-128 35 -265 35q-22 0 -62 -2q20 22 31 33l384 384q110 110 251.5 167.5t291.5 57.5zM1280 1280q175 0 331 -75q117 -55 212 -150t150 -212 q-75 -75 -181 -75q-37 0 -75 11q-65 105 -170 170q-123 75 -267 75q-100 0 -194 -38t-168 -112l-384 -384q-74 -74 -112 -168t-38 -194t38 -194t112 -168t168 -112t194 -38t194 38t168 112l269 269q128 -35 265 -35q22 0 62 2q-20 -22 -31 -33l-384 -384 q-111 -111 -251.5 -168t-291.5 -57q-150 0 -291.5 57.5t-251.5 167.5q-111 111 -168 251.5t-57 291.5t57 291.5t168 251.5l384 384q11 11 33 31q107 95 239 144.5t271 49.5z" />
<glyph unicode="&#xe006;" d="M1536 2176q165 0 312 -53.5t261 -147.5t205 -223.5t151.5 -280t94.5 -319.5q101 -507 214.5 -801.5t297.5 -478.5h-1174q22 -63 22 -128q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5q0 65 22 128h-1174q184 184 297.5 478.5t214.5 801.5 q34 169 94.5 319.5t151.5 280t205 223.5t261 147.5t312 53.5zM1536 -128q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5zM1536 1920q-116 0 -218.5 -36t-175.5 -92t-135.5 -134.5t-101.5 -152.5t-70.5 -158t-46.5 -138.5 t-25 -106.5q-128 -645 -282 -974h2110q-154 329 -282 974q-10 52 -25 106.5t-46.5 138.5t-70.5 158t-101.5 152.5t-135.5 134.5t-175.5 92t-218.5 36z" />
<glyph unicode="&#xe007;" d="M1536 2176q209 0 385.5 -103t279.5 -279.5t103 -385.5v-512h256q159 0 271.5 -112.5t112.5 -271.5v-768q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v768q0 159 112.5 271.5t271.5 112.5h256v512q0 209 103 385.5t279.5 279.5t385.5 103 zM2560 640h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-768q0 -53 37.5 -90.5t90.5 -37.5h2048q53 0 90.5 37.5t37.5 90.5v768q0 53 -37.5 90.5t-90.5 37.5zM1536 1920q-212 0 -362 -150t-150 -362v-512h1024v512q0 212 -150 362t-362 150z" />
<glyph unicode="&#xe008;" d="M1536 2176q209 0 385.5 -103t279.5 -279.5t103 -385.5v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128q0 212 -150 362t-362 150t-362 -150t-150 -362v-512h1536q159 0 271.5 -112.5t112.5 -271.5v-768q0 -159 -112.5 -271.5t-271.5 -112.5h-2048 q-159 0 -271.5 112.5t-112.5 271.5v768q0 159 112.5 271.5t271.5 112.5h256v512q0 209 103 385.5t279.5 279.5t385.5 103zM2560 640h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-768q0 -53 37.5 -90.5t90.5 -37.5h2048q53 0 90.5 37.5t37.5 90.5v768q0 53 -37.5 90.5t-90.5 37.5z " />
<glyph unicode="&#xe009;" d="M896 2176h1280q159 0 271.5 -112.5t112.5 -271.5v-2432l-1024 768l-1024 -768v2432q0 159 112.5 271.5t271.5 112.5zM2176 1920h-1280q-53 0 -90.5 -37.5t-37.5 -90.5v-1920l768 576l768 -576v1920q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe010;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2688 75l-640 640l-1099 -1099h1611q53 0 90.5 37.5t37.5 90.5v331zM2560 1920h-2048 q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h75l1461 1461l640 -640v1355q0 53 -37.5 90.5t-90.5 37.5zM1024 1664q159 0 271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5zM1024 1408 q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe011;" d="M1536 1792q393 0 765 -138t675 -406q43 -37 43 -96q0 -50 -32 -85l-6 -6q-37 -37 -90 -37q-50 0 -85 32q-267 236 -595.5 358t-674.5 122t-674.5 -122t-595.5 -358q-35 -32 -85 -32q-59 0 -96 43q-32 35 -32 85q0 59 43 96q304 268 675.5 406t764.5 138zM1537 256 q174 0 323 -88q30 -18 47 -47.5t17 -63.5t-18 -64q-9 -15 -20 -26q-37 -37 -91 -37q-36 0 -64 17q-91 53 -194 53q-104 0 -195 -53q-32 -18 -65 -18q-73 0 -111 63q-18 30 -18 64q0 73 63 111q151 89 326 89zM1536 1023q242 0 471 -80t420 -237q47 -38 47 -99q0 -46 -29 -81 q-6 -8 -8 -10q-37 -37 -90 -37q-47 0 -82 29q-156 128 -344 194t-385 66t-385 -66t-344 -194q-35 -29 -81 -29q-61 0 -99 47q-29 35 -29 81q0 61 47 99q190 157 420 237t471 80z" />
<glyph unicode="&#xe012;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1536 1664q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1536 1408q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51z M1536 1152q159 0 271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5zM1536 896q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe013;" d="M1280 2176h512q124 0 223 -71.5t139 -184.5h150q159 0 271.5 -112.5t112.5 -271.5v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-1536q-159 0 -271.5 112.5t-112.5 271.5v1792q0 159 112.5 271.5t271.5 112.5h150q40 113 139 184.5t223 71.5zM2304 1664h-150 q-40 -113 -139 -184.5t-223 -71.5h-512q-124 0 -223 71.5t-139 184.5h-150q-53 0 -90.5 -37.5t-37.5 -90.5v-1792q0 -53 37.5 -90.5t90.5 -37.5h1536q53 0 90.5 37.5t37.5 90.5v1792q0 53 -37.5 90.5t-90.5 37.5zM1792 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5 t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe014;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1536 1664q53 0 90.5 -37.5t37.5 -90.5v-715l347 -346q37 -37 37 -91t-37 -91t-91 -37t-91 37 l-384 384q-37 37 -37 91v768q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe015;" d="M1152 2304h768q159 0 271.5 -112.5t112.5 -271.5v-294q180 -160 282 -383.5t102 -474.5t-102 -474t-282 -384v-294q0 -159 -112.5 -271.5t-271.5 -112.5h-768q-159 0 -271.5 112.5t-112.5 271.5v294q-180 161 -282 384t-102 474t102 474.5t282 383.5v294 q0 159 112.5 271.5t271.5 112.5zM2048 -384v120q-240 -120 -512 -120t-512 120v-120q0 -53 37.5 -90.5t90.5 -37.5h768q53 0 90.5 37.5t37.5 90.5zM1536 1664q-182 0 -348 -71t-286 -191t-191 -286t-71 -348t71 -348t191 -286t286 -191t348 -71t348 71t286 191t191 286 t71 348t-71 348t-191 286t-286 191t-348 71zM1536 1408q53 0 90.5 -37.5t37.5 -90.5v-459l219 -218q37 -37 37 -91t-37 -91t-91 -37t-91 37l-256 256q-37 37 -37 91v512q0 53 37.5 90.5t90.5 37.5zM1920 2048h-768q-53 0 -90.5 -37.5t-37.5 -90.5v-120q240 120 512 120 t512 -120v120q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe016;" d="M512 2048h2048q159 0 271.5 -112.5t112.5 -271.5v-1280q0 -159 -112.5 -271.5t-271.5 -112.5h-320l-192 256h512q53 0 90.5 37.5t37.5 90.5v1280q0 53 -37.5 90.5t-90.5 37.5h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-1280q0 -53 37.5 -90.5t90.5 -37.5h512l-192 -256h-320 q-159 0 -271.5 112.5t-112.5 271.5v1280q0 159 112.5 271.5t271.5 112.5zM1792 -256l-256 341l-256 -341h512zM768 -512l768 1024l768 -1024h-1536z" />
<glyph unicode="&#xe017;" d="M1024 2048h1024l256 -384h384q159 0 271.5 -114.5t112.5 -273.5v-1406q0 -159 -112.5 -270.5t-271.5 -111.5h-2304q-159 0 -271.5 112.5t-112.5 271.5v1406q0 159 112.5 272.5t271.5 113.5h384zM1536 1280q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5 t-136.5 -204t-204 -136.5t-248.5 -51t-248.5 51t-204 136.5t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51zM1536 1024q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM2167 1408 l-251 384h-755l-256 -384h-521q-53 0 -90.5 -38t-37.5 -92v-1406q0 -53 37.5 -90.5t90.5 -37.5h2304q54 0 91 36.5t37 89.5v1406q0 54 -38 93t-90 39h-521z" />
<glyph unicode="&#xe018;" d="M384 1664h1408q159 0 271.5 -112.5t112.5 -271.5v-233l896 489v-1536l-896 489v-233q0 -159 -112.5 -271.5t-271.5 -112.5h-1408q-159 0 -271.5 112.5t-112.5 271.5v1024q0 159 112.5 271.5t271.5 112.5zM1792 1408h-1408q-53 0 -90.5 -37.5t-37.5 -90.5v-1024 q0 -53 37.5 -90.5t90.5 -37.5h1408q53 0 90.5 37.5t37.5 90.5v1024q0 53 -37.5 90.5t-90.5 37.5zM2816 431v674l-617 -337z" />
<glyph unicode="&#xe019;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1536 1280q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150z M1536 1024q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75z" />
<glyph unicode="&#xe020;" d="M1152 2048h768q159 0 271.5 -112.5t112.5 -271.5v-640h256q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-278q-40 -113 -139 -184.5t-223 -71.5h-768q-124 0 -223 71.5t-139 184.5h-278q-159 0 -271.5 112.5t-112.5 271.5v512 q0 159 112.5 271.5t271.5 112.5h256v640q0 159 112.5 271.5t271.5 112.5zM1920 0h-768q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5h768q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5zM2560 768h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5 t90.5 -37.5h278q40 113 139 184.5t223 71.5h768q124 0 223 -71.5t139 -184.5h278q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM1920 1792h-768q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1024v640q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe021;" d="M512 2048h2048q159 0 271.5 -112.5t112.5 -271.5v-1280q0 -159 -112.5 -271.5t-271.5 -112.5h-896v-256h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h384v256h-896q-159 0 -271.5 112.5 t-112.5 271.5v1280q0 159 112.5 271.5t271.5 112.5zM2560 1792h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-1280q0 -53 37.5 -90.5t90.5 -37.5h2048q53 0 90.5 37.5t37.5 90.5v1280q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe022;" d="M1536 2176q262 0 507 -31.5t449.5 -92t328 -161t123.5 -227.5v-1792q0 -127 -123.5 -227.5t-328 -161t-449.5 -92t-507 -31.5t-507 31.5t-449.5 92t-328 161t-123.5 227.5v1792q0 127 123.5 227.5t328 161t449.5 92t507 31.5zM2688 -126v583q-196 -99 -505 -150t-647 -51 t-647 51t-505 150v-585q6 -22 53.5 -53t145.5 -67t228 -66t321 -50t404 -20t404 20t321 50.5t228 66.5t145.5 67t53.5 54zM2688 770v583q-196 -99 -505 -150t-647 -51t-647 51t-505 150v-585q6 -22 53.5 -53t145.5 -67t228 -66t321 -50t404 -20t404 20t320.5 50t227.5 66 t146 67.5t54 54.5zM1536 1920q-211 0 -401 -20t-319 -49.5t-227.5 -65t-147.5 -67t-57 -54.5q8 -23 57 -54.5t147.5 -67t227.5 -65t319 -49.5t401 -20t401 20t319 49.5t227.5 65t147.5 67t57 54.5q-8 23 -57 54.5t-147.5 67t-227.5 65t-319 49.5t-401 20z" />
<glyph unicode="&#xe023;" d="M1536 2304q159 0 271.5 -112.5t112.5 -271.5v-66q47 -16 113 -46l46 46q113 113 272 113q158 0 271 -113t113 -271q0 -159 -113 -272l-46 -46q30 -66 46 -113h66q159 0 271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5h-66q-16 -47 -46 -113l46 -46 q113 -113 113 -272q0 -158 -113 -271t-271 -113q-159 0 -272 113l-46 46q-66 -30 -113 -46v-66q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5v66q-47 16 -113 46l-46 -46q-113 -113 -271 -113q-159 0 -271.5 113t-112.5 271q0 160 112 272l46 46 q-30 66 -46 113h-66q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5h66q16 47 46 113l-46 46q-112 112 -112 272q0 158 112.5 271t271.5 113q158 0 271 -113l46 -46q66 30 113 46v66q0 159 112.5 271.5t271.5 112.5zM1536 2048q-53 0 -90.5 -37.5t-37.5 -90.5 v-265q-224 -32 -409 -169l-187 187q-38 38 -90 38q-53 0 -90.5 -37.5t-37.5 -90.5q0 -54 37 -91l187 -187q-137 -185 -169 -409h-265q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5h265q32 -224 169 -409l-187 -187q-37 -37 -37 -91q0 -53 37.5 -90.5t90.5 -37.5 q52 0 90 38l187 187q185 -137 409 -169v-265q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v265q224 32 409 169l187 -187q38 -38 91 -38t90.5 37.5t37.5 90.5t-38 91l-187 187q137 185 169 409h265q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5h-265 q-32 224 -169 409l187 187q38 38 38 91t-37.5 90.5t-90.5 37.5t-91 -38l-187 -187q-185 137 -409 169v265q0 53 -37.5 90.5t-90.5 37.5zM1536 1280q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM1536 1024q-106 0 -181 -75t-75 -181 t75 -181t181 -75t181 75t75 181t-75 181t-181 75z" />
<glyph unicode="&#xe024;" d="M2260 2048q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -150 -57.5 -291.5t-167.5 -251.5l-1267 -1267l-1267 1267q-110 110 -167.5 251.5t-57.5 291.5q0 209 103 385.5t279.5 279.5t385.5 103q151 0 291.5 -57t251.5 -168l181 -181l181 181q110 110 251.5 167.5 t291.5 57.5zM2260 1792q-100 0 -194 -38t-168 -112l-362 -362l-362 362q-74 74 -168 112t-194 38q-140 0 -257.5 -68.5t-186 -186t-68.5 -257.5q0 -100 38 -194t112 -168l1086 -1086l1086 1086q74 74 112 168t38 194q0 140 -68.5 257.5t-186 186t-257.5 68.5z" />
<glyph unicode="&#xe025;" d="M1280 2176h1152q53 0 90.5 -37.5t37.5 -90.5v-2560q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v2432h-256v-2432q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v1152h-512q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5 t385.5 103zM1792 896v1024h-512q-212 0 -362 -150t-150 -362t150 -362t362 -150h512z" />
<glyph unicode="&#xe026;" d="M384 1664h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 128h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 640 h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 1152h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe027;" d="M384 1664h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 128h1792q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1792q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 640 h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 1152h1792q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1792q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe028;" d="M384 1664h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM640 128h1792q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1792q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 640 h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM640 1152h1792q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1792q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe029;" d="M384 1664h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM896 128h1792q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1792q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 640 h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM896 1152h1792q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1792q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe030;" d="M640 2176h2048v-2816h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2432 -384v256h-1792q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5h1792zM2432 128v1792h-1792q-53 0 -90.5 -37.5t-37.5 -90.5v-1686q63 22 128 22h1792z " />
<glyph unicode="&#xe031;" d="M0 1408l1536 768l1536 -768l-1536 -768zM1536 -161l1248 625l288 -144l-1536 -769l-1536 769l288 144zM1536 383l1248 624l288 -144l-1536 -768l-1536 768l288 144zM2500 1408l-964 482l-964 -482l964 -482z" />
<glyph unicode="&#xe032;" d="M1408 2176h1152q159 0 271.5 -112.5t112.5 -271.5v-1152q0 -159 -112.5 -271.5t-271.5 -112.5h-512v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-1152q-159 0 -271.5 112.5t-112.5 271.5v1152q0 159 112.5 271.5t271.5 112.5h512v512q0 159 112.5 271.5t271.5 112.5z M1024 640v384h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-1152q0 -53 37.5 -90.5t90.5 -37.5h1152q53 0 90.5 37.5t37.5 90.5v512h-384q-159 0 -271.5 112.5t-112.5 271.5zM2560 1920h-1152q-53 0 -90.5 -37.5t-37.5 -90.5v-1152q0 -53 37.5 -90.5t90.5 -37.5h1152 q53 0 90.5 37.5t37.5 90.5v1152q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe033;" d="M1152 2048h1280q159 0 271.5 -112.5t112.5 -271.5v-1280q0 -159 -112.5 -271.5t-271.5 -112.5h-1280q-159 0 -271.5 112.5t-112.5 271.5v1280q0 159 112.5 271.5t271.5 112.5zM512 1514v-1642q0 -53 37.5 -90.5t90.5 -37.5h1642q-40 -113 -139 -184.5t-223 -71.5h-1280 q-159 0 -271.5 112.5t-112.5 271.5v1280q0 124 71.5 223t184.5 139zM2432 1792h-1280q-53 0 -90.5 -37.5t-37.5 -90.5v-1280q0 -53 37.5 -90.5t90.5 -37.5h1280q53 0 90.5 37.5t37.5 90.5v1280q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe034;" d="M640 2304h1792q159 0 271.5 -112.5t112.5 -271.5v-2304q0 -159 -112.5 -271.5t-271.5 -112.5h-1792q-159 0 -271.5 112.5t-112.5 271.5v2304q0 159 112.5 271.5t271.5 112.5zM1024 128h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5zM1024 640h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM2432 2048h-1792q-53 0 -90.5 -37.5t-37.5 -90.5v-2304q0 -53 37.5 -90.5t90.5 -37.5h1792q53 0 90.5 37.5 t37.5 90.5v2304q0 53 -37.5 90.5t-90.5 37.5zM1024 1152h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM1024 1664h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe035;" d="M1152 2304h1280q159 0 271.5 -112.5t112.5 -271.5v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-1280q-159 0 -271.5 112.5t-112.5 271.5v1792q0 159 112.5 271.5t271.5 112.5zM512 1770v-2154q0 -53 37.5 -90.5t90.5 -37.5h1642q-40 -113 -139 -184.5t-223 -71.5h-1280 q-159 0 -271.5 112.5t-112.5 271.5v1792q0 124 71.5 223t184.5 139zM2432 2048h-1280q-53 0 -90.5 -37.5t-37.5 -90.5v-1792q0 -53 37.5 -90.5t90.5 -37.5h1280q53 0 90.5 37.5t37.5 90.5v1792q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe036;" d="M1280 2176q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5q0 -201 -65.5 -385t-186.5 -334l727 -726q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-726 727q-150 -121 -334 -186.5t-385 -65.5q-234 0 -447.5 91.5t-367.5 245.5t-245.5 367.5 t-91.5 447.5t91.5 447.5t245.5 367.5t367.5 245.5t447.5 91.5zM1280 1920q-182 0 -348 -71t-286 -191t-191 -286t-71 -348t71 -348t191 -286t286 -191t348 -71t348 71t286 191t191 286t71 348t-71 348t-191 286t-286 191t-348 71z" />
<glyph unicode="&#xe037;" d="M1280 2176q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5q0 -201 -65.5 -385t-186.5 -334l727 -726q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-726 727q-150 -121 -334 -186.5t-385 -65.5q-234 0 -447.5 91.5t-367.5 245.5t-245.5 367.5 t-91.5 447.5t91.5 447.5t245.5 367.5t367.5 245.5t447.5 91.5zM1280 1920q-182 0 -348 -71t-286 -191t-191 -286t-71 -348t71 -348t191 -286t286 -191t348 -71t348 71t286 191t191 286t71 348t-71 348t-191 286t-286 191t-348 71zM1280 1536q53 0 90.5 -37.5t37.5 -90.5 v-256h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h256v256q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe038;" d="M1280 2176q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5q0 -201 -65.5 -385t-186.5 -334l727 -726q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-726 727q-150 -121 -334 -186.5t-385 -65.5q-234 0 -447.5 91.5t-367.5 245.5t-245.5 367.5 t-91.5 447.5t91.5 447.5t245.5 367.5t367.5 245.5t447.5 91.5zM1280 1920q-182 0 -348 -71t-286 -191t-191 -286t-71 -348t71 -348t191 -286t286 -191t348 -71t348 71t286 191t191 286t71 348t-71 348t-191 286t-286 191t-348 71zM896 1152h768q53 0 90.5 -37.5t37.5 -90.5 t-37.5 -90.5t-90.5 -37.5h-768q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe039;" d="M1070 1839q52 0 90 -37.5t38 -90.5t-38 -91l-596 -596h1228q234 0 447.5 -91t367.5 -245.5t245.5 -367.5t91.5 -448v-128q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90v128q0 182 -71 348t-191 286t-286 191t-348 71h-1228l596 -597q38 -38 38 -90 q0 -53 -37.5 -91t-90.5 -38t-91 38l-814 815q-37 37 -37 91q0 53 37 90l814 815q38 38 91 38z" />
<glyph unicode="&#xe040;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1536 1408q53 0 90.5 -37.5t37.5 -90.5v-384h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5 t-90.5 -37.5h-384v-384q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384h-384q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h384v384q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe041;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1024 896h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe042;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1967 1153q53 0 90.5 -37.5t37.5 -90.5t-38 -91l-543 -543q-37 -37 -90 -37q-54 0 -91 37l-272 271 q-37 37 -37 91q0 53 37.5 90.5t90.5 37.5t91 -38l181 -181l452 453q38 38 91 38z" />
<glyph unicode="&#xe043;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1536 1920q-234 0 -447.5 -91.5t-367.5 -245.5t-245.5 -367.5 t-91.5 -447.5t91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5t447.5 91.5t367.5 245.5t245.5 367.5t91.5 447.5t-91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5zM1898 1259q53 0 91 -37.5t38 -90.5t-38 -91l-272 -272l272 -271q38 -38 38 -90q0 -53 -38 -90.5 t-91 -37.5t-90 37l-272 271l-271 -271q-37 -37 -91 -37q-53 0 -90.5 37t-37.5 90q0 54 37 91l272 271l-272 272q-37 37 -37 90t37.5 91t90.5 38t91 -38l271 -272l272 272q38 38 90 38z" />
<glyph unicode="&#xe044;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2560 1920h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h2048 q53 0 90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5zM1536 1408q53 0 90.5 -37.5t37.5 -90.5v-384h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-384v-384q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384h-384q-53 0 -90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5h384v384q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe045;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2560 1920h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h2048 q53 0 90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5zM1024 896h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe046;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2560 1920h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h2048 q53 0 90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5zM2048 1213q52 0 90 -37.5t38 -90.5t-38 -91l-633 -633q-37 -37 -90 -37q-54 0 -91 37l-362 362q-37 37 -37 91q0 53 37.5 90.5t90.5 37.5q52 0 90 -38l271 -272l543 543q38 38 91 38z" />
<glyph unicode="&#xe047;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2560 1920h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h2048 q53 0 90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5zM1898 1259q53 0 91 -38t38 -91t-38 -91l-272 -271l272 -271q38 -38 38 -91t-38 -90.5t-91 -37.5t-90 37l-272 272l-272 -272q-36 -37 -90 -37q-55 0 -91.5 36.5t-36.5 91.5q0 54 37 91l272 271l-272 271 q-37 37 -37 91q0 53 37.5 91t90.5 38q54 0 90 -38l272 -272l272 272q38 38 90 38z" />
<glyph unicode="&#xe048;" d="M2432 1152q53 0 90.5 -37.5t37.5 -90.5v-256q0 -192 -69.5 -369.5t-189 -311t-285 -223t-352.5 -112.5v-264h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h384v264q-187 23 -352.5 112.5t-285 223 t-189 311t-69.5 369.5v256q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-256q0 -209 103 -385.5t279.5 -279.5t385.5 -103t385.5 103t279.5 279.5t103 385.5v256q0 53 37.5 90.5t90.5 37.5zM1536 2304q212 0 362 -150t150 -362v-1024q0 -212 -150 -362t-362 -150 t-362 150t-150 362v1024q0 212 150 362t362 150zM1536 2048q-106 0 -181 -75t-75 -181v-1024q0 -106 75 -181t181 -75t181 75t75 181v1024q0 106 -75 181t-181 75z" />
<glyph unicode="&#xe049;" d="M1536 1920q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5t-91.5 -447.5t-245.5 -367.5t-367.5 -245.5t-447.5 -91.5t-447.5 91.5t-367.5 245.5t-245.5 367.5t-91.5 447.5t91.5 447.5t245.5 367.5t367.5 245.5t447.5 91.5zM1536 1664q-182 0 -348 -71 t-286 -191t-191 -286t-71 -348t71 -348t191 -286t286 -191t348 -71t348 71t286 191t191 286t71 348t-71 348t-191 286t-286 191t-348 71z" />
<glyph unicode="&#xe050;" d="M2176 1792q53 0 90.5 -37.5t37.5 -90.5q0 -54 -37 -91l-806 -805l806 -806q37 -37 37 -91q0 -53 -37.5 -90t-90.5 -37q-54 0 -91 37l-896 896q-37 39 -37 91q0 51 37 90l896 896q38 38 91 38zM768 1792q53 0 90.5 -37.5t37.5 -90.5v-1792q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5v1792q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe051;" d="M2304 1792q53 0 90.5 -37.5t37.5 -90.5t-38 -91l-805 -805l805 -805q38 -38 38 -91t-37.5 -90.5t-90.5 -37.5q-54 0 -91 37l-896 896q-37 37 -37 91t37 91l896 896q37 37 91 37zM1536 1792q53 0 90.5 -37.5t37.5 -90.5t-38 -91l-805 -805l805 -805q38 -38 38 -91 t-37.5 -90.5t-90.5 -37.5q-54 0 -91 37l-896 896q-37 37 -37 91t37 91l896 896q37 37 91 37z" />
<glyph unicode="&#xe052;" d="M512 -384v2304l1920 -1152zM1934 768l-1166 700v-1400z" />
<glyph unicode="&#xe053;" d="M2048 1920q159 0 271.5 -112.5t112.5 -271.5v-1536q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5v1536q0 159 112.5 271.5t271.5 112.5zM1024 1920q159 0 271.5 -112.5t112.5 -271.5v-1536q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5 t-112.5 271.5v1536q0 159 112.5 271.5t271.5 112.5zM1024 1664q-53 0 -90.5 -37.5t-37.5 -90.5v-1536q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v1536q0 53 -37.5 90.5t-90.5 37.5zM2048 1664q-53 0 -90.5 -37.5t-37.5 -90.5v-1536q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5v1536q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe054;" d="M768 1920h1536q159 0 271.5 -112.5t112.5 -271.5v-1536q0 -159 -112.5 -271.5t-271.5 -112.5h-1536q-159 0 -271.5 112.5t-112.5 271.5v1536q0 159 112.5 271.5t271.5 112.5zM2304 1664h-1536q-53 0 -90.5 -37.5t-37.5 -90.5v-1536q0 -53 37.5 -90.5t90.5 -37.5h1536 q53 0 90.5 37.5t37.5 90.5v1536q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe055;" d="M1408 1792q53 0 90 -37l896 -896q38 -38 38 -91t-38 -91l-896 -896q-37 -37 -90 -37t-90.5 37.5t-37.5 90.5q0 54 37 91l805 805l-805 805q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5zM640 1792q53 0 90 -37l896 -896q38 -38 38 -91t-38 -91l-896 -896q-37 -37 -90 -37 t-90.5 37.5t-37.5 90.5q0 54 37 91l805 805l-805 805q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5z" />
<glyph unicode="&#xe056;" d="M768 1792q53 0 91 -38l896 -896q37 -37 37 -90q0 -54 -37 -91l-896 -896q-37 -37 -91 -37q-53 0 -90.5 37t-37.5 90q0 52 37 91l806 806l-806 805q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5zM2176 1792q53 0 90.5 -37.5t37.5 -90.5v-1792q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5v1792q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe057;" d="M2304 2304q53 0 91 -38l512 -512q37 -37 37 -90q0 -54 -37 -91l-512 -512q-37 -37 -91 -37q-53 0 -90.5 37.5t-37.5 90.5q0 51 37 90l294 294h-203q-180 0 -338 -78.5t-265 -214.5q-165 -210 -165 -475q0 -267 -128 -496q-68 -123 -165 -221q-142 -145 -331 -226 t-400 -81h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h256q181 0 338.5 78t264.5 214q165 210 165 476q0 267 128 496q69 124 165 220q142 145 331 226.5t400 81.5h203l-294 293q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5zM2304 512q53 0 91 -38l512 -512 q37 -37 37 -91q0 -53 -37 -90l-512 -512q-37 -37 -91 -37q-53 0 -90.5 37t-37.5 90q0 52 37 91l294 294h-203q-211 0 -400 81t-331 226q77 113 128 241q107 -136 264.5 -214t338.5 -78h203l-294 293q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5zM256 1792h256q211 0 400 -81.5 t331 -226.5q-78 -115 -128 -241q-107 136 -265 214.5t-338 78.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe058;" d="M128 640h768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-432l347 -339l1 -1q148 -149 339 -225q183 -75 385 -75t385 75q100 41 187.5 100.5t149 122t112 134t81 131.5t51.5 120q18 50 66 72.5t97 5.5q50 -18 72.5 -65.5t5.5 -96.5q-42 -128 -122 -254 t-180 -226q-184 -184 -423 -281q-232 -94 -482 -94q-249 0 -482 94q-239 97 -423 281l-375 367v-486q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v768q0 53 37.5 90.5t90.5 37.5zM1536 2048q249 0 482 -94q239 -97 423 -281l2 -2l373 -365v486q0 53 37.5 90.5 t90.5 37.5t90.5 -37.5t37.5 -90.5v-768q0 -53 -37.5 -90.5t-90.5 -37.5h-768q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h432l-348 340q-146 146 -332.5 223t-391.5 77q-202 0 -385 -75q-191 -76 -339 -225q-60 -53 -131.5 -161.5t-110.5 -221.5q-18 -50 -66 -72.5 t-97 -5.5q-50 18 -72.5 65.5t-5.5 96.5q42 128 122 254t180 226q184 184 423 281q233 94 482 94z" />
<glyph unicode="&#xe059;" d="M512 2048h640l256 -384h1152q159 0 271.5 -112.5t112.5 -271.5v-1408q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v1792q0 159 112.5 271.5t271.5 112.5zM1271 1408l-247 384h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-1792 q0 -53 37.5 -90.5t90.5 -37.5h2048q53 0 90.5 37.5t37.5 90.5v1408q0 53 -37.5 90.5t-90.5 37.5h-1289z" />
<glyph unicode="&#xe060;" d="M1536 2176q225 0 437.5 -63t390 -179t320 -273.5t237 -353.5t130.5 -411q21 -124 21 -256h-1408v-768q0 -106 75 -181t181 -75t181 75t75 181q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5q0 -212 -150 -362t-362 -150t-362 150t-150 362v768h-1408q0 132 21 256 q36 215 130.5 411t237 353.5t320 273.5t390 179t437.5 63zM1536 1920q-304 0 -571 -134t-445.5 -367t-237.5 -523h2508q-59 290 -237.5 523t-445.5 367t-571 134z" />
<glyph unicode="&#xe061;" d="M1536 2048q43 0 85 -3q-85 -183 -85 -381q0 -182 71 -348t191 -286t286 -191t348 -71q198 0 381 85q3 -42 3 -85q0 -174 -46 -340t-128.5 -306.5t-200.5 -258.5t-258.5 -200.5t-306.5 -128.5t-340 -46t-340 46t-306.5 128.5t-258.5 200.5t-200.5 258.5t-128.5 306.5 t-46 340t46 340t128.5 306.5t200.5 258.5t258.5 200.5t306.5 128.5t340 46zM1284 1761q-165 -42 -307.5 -136t-245 -223t-161 -293.5t-58.5 -340.5q0 -208 81 -397.5t218.5 -327t327 -218.5t397.5 -81q176 0 340.5 58.5t293.5 161t223 245t136 307.5q-43 -4 -97 -4 q-234 0 -447 91.5t-367.5 246t-246 367.5t-91.5 447q0 54 4 97z" />
<glyph unicode="&#xe062;" d="M1472 2304q185 0 316.5 -131.5t131.5 -316.5v-1377q119 -99 187.5 -240.5t68.5 -302.5q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5q0 161 68.5 302.5t187.5 240.5v1377q0 185 131.5 316.5t316.5 131.5zM1472 2048 q-80 0 -136 -56t-56 -136v-1516q-115 -55 -185.5 -163.5t-70.5 -240.5q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5q0 132 -70.5 240.5t-185.5 163.5v1516q0 80 -56 136t-136 56z" />
<glyph unicode="&#xe063;" d="M721 1327l815 815l815 -815q166 -166 251.5 -378t85.5 -437q0 -226 -85.5 -437t-251.5 -377t-378 -252t-437 -86t-437 86t-378 252q-165 166 -251 377.5t-86 436.5t86 437t251 378zM2170 1146l-634 634l-634 -634q-128 -129 -195 -294t-67 -340t66.5 -339.5t195.5 -293.5 t294 -196t340 -67q176 0 340.5 67t293.5 196t195.5 293t66.5 340q0 175 -66.5 340t-195.5 294z" />
<glyph unicode="&#xe064;" d="M1536 1536q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM722 82q53 0 90.5 -38t37.5 -91q0 -52 -38 -90l-181 -181q-38 -38 -90 -38q-53 0 -90.5 37.5 t-37.5 90.5q0 54 37 91l181 181q38 38 91 38zM1536 -256q53 0 90.5 -37.5t37.5 -90.5v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 53 37.5 90.5t90.5 37.5zM128 896h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-53 0 -90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5zM1536 1280q-212 0 -362 -150t-150 -362t150 -362t362 -150t362 150t150 362t-150 362t-362 150zM2351 82q52 0 90 -38l181 -181q38 -38 38 -91q0 -52 -38 -90t-90 -38q-53 0 -91 38l-181 181q-37 37 -37 90t37.5 91t90.5 38zM541 1892 q52 0 90 -38l181 -181q38 -38 38 -90q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -91 37l-181 181q-37 37 -37 91q0 53 37.5 90.5t90.5 37.5zM1536 2304q53 0 90.5 -37.5t37.5 -90.5v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 53 37.5 90.5t90.5 37.5z M2688 896h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM2532 1892q52 0 90 -38t38 -90q0 -53 -38 -91l-181 -181q-37 -37 -90 -37q-55 0 -91.5 36.5t-36.5 91.5q0 53 37 90l181 181q38 38 91 38z" />
<glyph unicode="&#xe065;" d="M1920 1920q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5t-91.5 -447.5t-245.5 -367.5t-367.5 -245.5t-447.5 -91.5h-1152q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103h66q79 223 238 396.5t380.5 272.5t467.5 99z M1920 1664q-166 0 -319.5 -59.5t-270 -161.5t-195 -244t-101.5 -303h-266q-212 0 -362 -150t-150 -362t150 -362t362 -150h1152q182 0 348 71t286 191t191 286t71 348t-71 348t-191 286t-286 191t-348 71z" />
<glyph unicode="&#xe066;" d="M1920 2048q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5q0 -218 -79.5 -419t-216 -352t-326 -250.5t-402.5 -123.5v258q215 31 390.5 155.5t276.5 317t101 414.5q0 182 -71 348t-191 286t-286 191t-348 71q-166 0 -319.5 -59.5t-270 -161.5t-195 -244 t-101.5 -303h-266q-212 0 -362 -150t-150 -362q0 -116 45.5 -215t119.5 -162.5t164.5 -99t182.5 -35.5h512v-256h-512q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103h66q79 223 238 396.5t380.5 272.5t467.5 99zM1664 1024q53 0 91 -38 l384 -384q37 -37 37 -90q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-165 166v-843q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v843l-165 -166q-37 -37 -91 -37q-53 0 -90.5 37.5t-37.5 90.5q0 51 37 90l384 384q38 38 91 38z" />
<glyph unicode="&#xe067;" d="M1920 2048q234 0 447.5 -91.5t367.5 -245.5t245.5 -367.5t91.5 -447.5q0 -255 -105 -482t-290 -387.5t-420 -232.5l63 62q54 55 84 128q28 68 28 148q0 20 -1 28q178 124 281.5 317.5t103.5 418.5q0 182 -71 348t-191 286t-286 191t-348 71q-166 0 -319.5 -59.5 t-270 -161.5t-195 -244t-101.5 -303h-266q-212 0 -362 -150t-150 -362q0 -116 45.5 -215t119.5 -162.5t164.5 -99t182.5 -35.5h150q35 -88 90 -144l113 -112h-353q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103h66q79 223 238 396.5 t380.5 272.5t467.5 99zM1664 1024q53 0 90.5 -37.5t37.5 -90.5v-843l165 166q37 37 91 37q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91l-384 -384q-37 -37 -91 -37t-91 37l-384 384q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5q54 0 91 -37l165 -166v843q0 53 37.5 90.5 t90.5 37.5z" />
<glyph unicode="&#xe068;" d="M640 2304h1792q159 0 271.5 -112.5t112.5 -271.5v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-512v256h512q53 0 90.5 37.5t37.5 90.5v1792q0 53 -37.5 90.5t-90.5 37.5h-1792q-53 0 -90.5 -37.5t-37.5 -90.5v-1792q0 -53 37.5 -90.5t90.5 -37.5h512v-256h-512 q-159 0 -271.5 112.5t-112.5 271.5v1792q0 159 112.5 271.5t271.5 112.5zM1536 1408q54 0 91 -37l512 -512q37 -37 37 -91q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -91 37l-293 294v-1611q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v1611l-293 -294 q-39 -37 -91 -37q-53 0 -90.5 37.5t-37.5 90.5q0 52 37 91l512 512q37 37 91 37z" />
<glyph unicode="&#xe069;" d="M1920 1792h512q159 0 271.5 -112.5t112.5 -271.5v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-1792q-159 0 -271.5 112.5t-112.5 271.5v1792q0 159 112.5 271.5t271.5 112.5h512v-256h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-1792q0 -53 37.5 -90.5t90.5 -37.5h1792 q53 0 90.5 37.5t37.5 90.5v1792q0 53 -37.5 90.5t-90.5 37.5h-512v256zM1536 2304q53 0 90.5 -37.5t37.5 -90.5v-1611l293 294q37 37 91 37q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91l-512 -512q-37 -37 -91 -37t-91 37l-512 512q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5 q54 0 91 -37l293 -294v1611q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe070;" d="M0 896l3072 1408l-1408 -3072l-384 1280zM1714 -44l838 1828l-1828 -838l762 -228z" />
<glyph unicode="&#xe071;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1664 1913v-377q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5v377q-198 -22 -375.5 -109t-311.5 -221t-221 -311.5t-109 -375.5h377q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-377q22 -198 109 -375.5t221 -311.5t311.5 -221t375.5 -109v377q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-377 q198 22 375.5 109t311.5 221t221 311.5t109 375.5h-377q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h377q-22 198 -109 375.5t-221 311.5t-311.5 221t-375.5 109z" />
<glyph unicode="&#xe072;" d="M2048 1664l1024 640v-2432l-1024 -640l-1024 640l-1024 -640v2432l1024 640zM896 94v1827l-640 -400v-1827zM1920 1442l-768 481v-1829l768 -480v1828zM2816 14v1828l-640 -400v-1828z" />
<glyph unicode="&#xe073;" d="M384 1664h1920q159 0 271.5 -112.5t112.5 -271.5q159 0 271.5 -112.5t112.5 -271.5v-256q0 -159 -112.5 -271.5t-271.5 -112.5q0 -159 -112.5 -271.5t-271.5 -112.5h-1920q-159 0 -271.5 112.5t-112.5 271.5v1024q0 159 112.5 271.5t271.5 112.5zM2304 1408h-1920 q-53 0 -90.5 -37.5t-37.5 -90.5v-1024q0 -53 37.5 -90.5t90.5 -37.5h1920q53 0 90.5 37.5t37.5 90.5v1024q0 53 -37.5 90.5t-90.5 37.5zM2688 1024v-512q53 0 90.5 37.5t37.5 90.5v256q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe074;" d="M1536 2304q209 0 385.5 -103t279.5 -279.5t103 -385.5v-384q0 -160 -62 -303t-173 -249q292 -46 519 -135.5t355.5 -211.5t128.5 -257v-252q0 -159 -112.5 -271.5t-271.5 -112.5h-2304q-159 0 -271.5 112.5t-112.5 271.5v253q0 135 128.5 257t355 211.5t518.5 134.5 q-110 107 -172 249.5t-62 302.5v384q0 209 103 385.5t279.5 279.5t385.5 103zM1536 384q-278 0 -536.5 -44.5t-450.5 -124.5q-77 -32 -137.5 -68t-92 -65t-47.5 -50.5t-16 -34.5v-253q0 -53 37.5 -90.5t90.5 -37.5h2304q53 0 90.5 37.5t37.5 90.5v252q0 13 -16 34.5 t-47.5 50.5t-92 65t-137.5 69q-192 80 -450.5 124.5t-536.5 44.5zM1536 2048q-212 0 -362 -150t-150 -362v-384q0 -212 150 -362t362 -150t362 150t150 362v384q0 212 -150 362t-362 150z" />
<glyph unicode="&#xe075;" d="M1280 2048h512q159 0 271.5 -112.5t112.5 -271.5v-128h384q159 0 271.5 -112.5t112.5 -271.5v-1280q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v1280q0 159 112.5 271.5t271.5 112.5h384v128q0 159 112.5 271.5t271.5 112.5zM640 -256 v1536h-128q-53 0 -90.5 -37.5t-37.5 -90.5v-1280q0 -53 37.5 -90.5t90.5 -37.5h128zM2176 -256v1536h-1280v-1536h1280zM2560 1280h-128v-1536h128q53 0 90.5 37.5t37.5 90.5v1280q0 53 -37.5 90.5t-90.5 37.5zM1792 1792h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-128h768v128 q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe076;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-1408q0 -159 -112.5 -271.5t-271.5 -112.5h-1024l-896 -640v640h-128q-159 0 -271.5 112.5t-112.5 271.5v1408q0 159 112.5 271.5t271.5 112.5zM2560 1920h-2048q-53 0 -90.5 -37.5t-37.5 -90.5v-1408q0 -53 37.5 -90.5 t90.5 -37.5h384v-399l558 399h1106q53 0 90.5 37.5t37.5 90.5v1408q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe077;" d="M1536 2176q212 0 362 -150t150 -362q0 -177 -108 -314.5t-276 -180.5v-1546q213 24 402.5 123.5t326 250.5t216 352t79.5 419q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5q0 -287 -111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449 t-111.5 547.5q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5q0 -218 79.5 -419t216 -352t326 -250.5t402.5 -123.5v1546q-168 43 -276 180.5t-108 314.5q0 212 150 362t362 150zM1536 1920q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75z" />
<glyph unicode="&#xe078;" d="M1536 2176q36 0 54 -1q186 -7 361.5 -61.5t324.5 -146.5t273.5 -221.5t211 -281.5t135 -330.5t48.5 -365.5t-48.5 -365.5t-135 -330.5t-211 -281.5t-273.5 -221.5t-324.5 -146.5t-361.5 -61.5q-18 -1 -54 -1t-54 1q-186 7 -361.5 61.5t-324.5 146.5t-273.5 221.5 t-211 281.5t-135 330.5t-48.5 365.5t48.5 365.5t135 330.5t211 281.5t273.5 221.5t324.5 146.5t361.5 61.5q18 1 54 1zM901 640h-510q40 -357 275 -627t578 -360q-130 197 -226.5 446.5t-116.5 540.5zM1915 640h-758q10 -128 41.5 -256t70.5 -226.5t90 -194.5t92 -158 t85 -119q44 57 85 119.5t92 158.5t90 194.5t70.5 226t41.5 255.5zM1244 1883q-343 -90 -578 -360t-275 -627h510q35 522 343 987zM2681 640h-509q-37 -523 -344 -987q343 90 578 360t275 627zM1536 1850q-44 -57 -84.5 -119.5t-92 -158.5t-90.5 -194.5t-70.5 -226 t-41.5 -255.5h758q-10 128 -41.5 256t-70.5 226.5t-90 194.5t-92 158t-85 119zM1828 1883q307 -464 344 -987h509q-40 357 -275 627t-578 360z" />
<glyph unicode="&#xe079;" d="M128 1664l1408 640l1408 -640v-1792l-1408 -640l-1408 640v1792zM1408 942l-1024 465v-1370l1024 -466v1371zM2688 37v1370l-1024 -465v-1371zM2480 1594l-944 429l-944 -429l944 -429z" />
<glyph unicode="&#xe080;" d="M1408 2048q249 0 482 -94q239 -97 423 -281q1 -1 375 -367v486q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-768q0 -53 -37.5 -90.5t-90.5 -37.5h-768q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h432q-278 270 -348 340q-149 149 -339 225q-183 75 -385 75 t-385 -75q-191 -76 -339 -225q-148 -148 -225 -339q-75 -183 -75 -385t75 -385q77 -191 225 -339q148 -149 339 -225q183 -75 385 -75t385 75q190 76 339 225q166 166 242 383q17 50 65 72.5t98 5.5q50 -18 73 -66t5 -98q-46 -131 -124.5 -256t-177.5 -222 q-184 -184 -423 -281q-233 -94 -482 -94t-482 94q-239 97 -423 281t-281 423q-94 233 -94 482t94 482q97 239 281 423t423 281q233 94 482 94z" />
<glyph unicode="&#xe081;" d="M2304 2048q212 0 362 -150t150 -362t-150 -362t-362 -150q-113 0 -213.5 46.5t-172.5 129.5l-649 -325q11 -53 11 -107t-11 -107l649 -325q72 83 172.5 129.5t213.5 46.5q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362q0 54 11 107l-649 325 q-72 -83 -172.5 -129.5t-213.5 -46.5q-212 0 -362 150t-150 362t150 362t362 150q113 0 213.5 -46.5t172.5 -129.5l649 325q-11 53 -11 107q0 212 150 362t362 150zM768 1024q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75zM2304 256 q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75zM2304 1792q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181t-75 181t-181 75z" />
<glyph unicode="&#xe082;" d="M2304 2176h256q159 0 271.5 -112.5t112.5 -271.5v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 53 -37.5 90.5t-90.5 37.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM256 128q53 0 90.5 -37.5t37.5 -90.5v-256q0 -53 37.5 -90.5 t90.5 -37.5h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-159 0 -271.5 112.5t-112.5 271.5v256q0 53 37.5 90.5t90.5 37.5zM256 1152q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5 t90.5 37.5zM1280 -384h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM512 2176h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-53 0 -90.5 -37.5t-37.5 -90.5v-256q0 -53 -37.5 -90.5 t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 159 112.5 271.5t271.5 112.5zM2816 128q53 0 90.5 -37.5t37.5 -90.5v-256q0 -159 -112.5 -271.5t-271.5 -112.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h256q53 0 90.5 37.5t37.5 90.5v256q0 53 37.5 90.5 t90.5 37.5zM2816 1152q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5t90.5 37.5zM1280 2176h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z " />
<glyph unicode="&#xe083;" d="M1536 1408q53 0 90.5 -37.5t37.5 -90.5v-384h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-384v-384q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384h-384q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h384v384q0 53 37.5 90.5t90.5 37.5z M256 128q53 0 90.5 -37.5t37.5 -90.5v-256q0 -53 37.5 -90.5t90.5 -37.5h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-159 0 -271.5 112.5t-112.5 271.5v256q0 53 37.5 90.5t90.5 37.5zM256 1152q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5 t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5t90.5 37.5zM1280 -384h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM512 2176h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256 q-53 0 -90.5 -37.5t-37.5 -90.5v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 159 112.5 271.5t271.5 112.5zM2816 128q53 0 90.5 -37.5t37.5 -90.5v-256q0 -159 -112.5 -271.5t-271.5 -112.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5 h256q53 0 90.5 37.5t37.5 90.5v256q0 53 37.5 90.5t90.5 37.5zM2816 1152q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5t90.5 37.5zM1280 2176h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512 q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM2304 2176h256q159 0 271.5 -112.5t112.5 -271.5v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 53 -37.5 90.5t-90.5 37.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe084;" d="M2304 2176h256q159 0 271.5 -112.5t112.5 -271.5v-256q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 53 -37.5 90.5t-90.5 37.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM256 128q53 0 90.5 -37.5t37.5 -90.5v-256q0 -53 37.5 -90.5 t90.5 -37.5h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-159 0 -271.5 112.5t-112.5 271.5v256q0 53 37.5 90.5t90.5 37.5zM256 1152q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5 t90.5 37.5zM1280 -384h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM512 2176h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256q-53 0 -90.5 -37.5t-37.5 -90.5v-256q0 -53 -37.5 -90.5 t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256q0 159 112.5 271.5t271.5 112.5zM2816 128q53 0 90.5 -37.5t37.5 -90.5v-256q0 -159 -112.5 -271.5t-271.5 -112.5h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h256q53 0 90.5 37.5t37.5 90.5v256q0 53 37.5 90.5 t90.5 37.5zM1024 896h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM2816 1152q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5t90.5 37.5 zM1280 2176h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe085;" d="M128 2176h1448l1256 -1255q112 -112 112 -271q0 -160 -112 -272l-906 -906q-112 -112 -271 -112q-160 0 -272 112l-1255 1256v1448zM2651 740l-1181 1180h-1086v-1086l1180 -1181q38 -37 91 -37t90 37l906 906q37 37 37 90t-37 91zM1088 1536q133 0 226.5 -93.5 t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5zM1088 1280q-26 0 -45 -19t-19 -45t19 -45t45 -19t45 19t19 45t-19 45t-45 19z" />
<glyph unicode="&#xe086;" d="M2441 1545q177 -177 274 -407q101 -238 101 -498t-101 -498q-97 -230 -274 -407t-407 -274q-238 -101 -498 -101t-498 101q-230 97 -407 274t-274 407q-101 238 -101 498t101 498q97 230 274 407q37 37 90 37t91 -37t38 -90t-38 -91q-141 -141 -220 -325 q-80 -192 -80 -399t80 -399q79 -184 220 -325t325 -220q192 -80 399 -80t399 80q184 79 325 220t220 325q80 192 80 399t-80 399q-79 184 -220 325q-38 38 -38 91t38 90t91 37t90 -37zM1536 2176q53 0 90.5 -37.5t37.5 -90.5v-1280q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5v1280q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe087;" d="M2304 2048q212 0 362 -150t150 -362t-150 -362t-362 -150h-256v-512h256q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362v1v255h-512v-256q0 -212 -150 -362t-362 -150t-362 150t-150 362t150 362t362 150h256v512h-256q-212 0 -362 150t-150 362 t150 362t362 150t362 -150t150 -362v-256h512v256q0 212 150 362t362 150zM1024 0v256h-256q-106 0 -181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM768 1792q-106 0 -181 -75t-75 -181t75 -181t181 -75h256v256q0 106 -75 181t-181 75zM1792 512v512h-512v-512h512z M2304 256h-256v-256q0 -106 75 -181t181 -75t181 75t75 181t-75 181t-181 75zM2304 1792q-106 0 -181 -75t-75 -181v-256h256q106 0 181 75t75 181t-75 181t-181 75z" />
<glyph unicode="&#xe088;" d="M384 1792h640q73 0 111 -64l987 -1728h566q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-640q-73 0 -111 64l-987 1728h-566q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM1792 1792h640q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-640 q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe089;" d="M1677 2169q259 -26 491.5 -143t408.5 -310q173 -190 269 -431q98 -249 98 -517q0 -287 -111 -548q-103 -247 -301 -448q-201 -198 -448 -301q-261 -111 -548 -111q-268 0 -517 98q-241 96 -431 269q-193 176 -310 408.5t-143 491.5q-5 57 32.5 99t95.5 42q49 0 85.5 -33 t41.5 -82q21 -213 116.5 -403t254.5 -334q155 -143 352 -220q204 -80 423 -80q235 0 448 90q202 85 367 247q162 165 247 367q90 213 90 448q0 219 -80 423q-77 197 -220 352q-144 159 -334 254.5t-403 116.5q-49 5 -82 41.5t-33 85.5q0 38 14.5 65t38.5 40t45.5 18t42.5 5z M256 2176h768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-459l1062 -1062q37 -36 37 -90q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-1061 1062v-459q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v768q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe090;" d="M2560 2176q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM512 640q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5 v512q0 159 112.5 271.5t271.5 112.5zM512 384q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM1536 1408q159 0 271.5 -112.5t112.5 -271.5v-1280q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5 t-112.5 271.5v1280q0 159 112.5 271.5t271.5 112.5zM1536 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-1280q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v1280q0 53 -37.5 90.5t-90.5 37.5zM2560 1920q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe091;" d="M1536 2176q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM512 640q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5 v512q0 159 112.5 271.5t271.5 112.5zM512 384q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM1536 1920q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5 v2048q0 53 -37.5 90.5t-90.5 37.5zM2560 1408q159 0 271.5 -112.5t112.5 -271.5v-1280q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5v1280q0 159 112.5 271.5t271.5 112.5zM2560 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-1280q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5v1280q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe092;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM1408 640v1273q-213 -24 -402.5 -123.5t-326 -250.5 t-216 -352t-79.5 -419q0 -234 91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5q218 0 419 79.5t352 216t250.5 326t123.5 402.5h-1273zM1664 1913v-1017h1017q-22 198 -109 375.5t-221 311.5t-311.5 221t-375.5 109z" />
<glyph unicode="&#xe093;" d="M1190 1152l346 1065l346 -1065h1120l-906 -629l346 -1046l-906 663l-906 -658l346 1041l-906 629h1120zM1696 896l-160 509l-160 -509h-497l400 -265l-157 -473l415 300l413 -303l-157 473l399 268h-496z" />
<glyph unicode="&#xe094;" d="M1280 1792q53 0 90.5 -37.5t37.5 -90.5q0 -54 -38 -91l-677 -677h1995q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1995l677 -677q38 -37 38 -91q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -91 37l-896 896q-37 39 -37 91t37 91l896 896q38 37 91 37z" />
<glyph unicode="&#xe095;" d="M1792 1792q54 0 91 -37l896 -896q37 -37 37 -91t-37 -91l-896 -896q-37 -37 -91 -37q-55 0 -91.5 36.5t-36.5 91.5q0 54 37 91l678 677h-1995q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1995l-678 677q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5z" />
<glyph unicode="&#xe096;" d="M1536 2048q54 0 91 -37l896 -896q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-677 678v-1995q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v1995l-677 -678q-37 -37 -91 -37q-55 0 -91.5 36.5t-36.5 91.5q0 54 37 91l896 896q37 37 91 37z" />
<glyph unicode="&#xe097;" d="M1536 2048q53 0 90.5 -37.5t37.5 -90.5v-1995l677 678q37 37 91 37q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91l-896 -896q-37 -37 -91 -37t-91 37l-896 896q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5q54 0 91 -37l677 -678v1995q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe098;" d="M640 1280l640 640v-2304l-640 640h-256q-159 0 -271.5 112.5t-112.5 271.5v251q0 159 112.5 274t271.5 115h256zM1024 234v1073l-278 -283h-362q-52 0 -90 -39.5t-38 -93.5v-251q0 -53 37.5 -90.5t90.5 -37.5h362zM1860 1195q37 0 69.5 -21t48.5 -57q70 -169 70 -349 q0 -183 -70 -347q-15 -36 -47.5 -57.5t-70.5 -21.5q-47 0 -87.5 35.5t-40.5 92.5q0 23 10 50q50 118 50 248q0 129 -50 249q-10 23 -10 50q0 57 38.5 92.5t89.5 35.5zM2251 1552q72 0 110 -63q99 -165 147 -341q52 -188 52 -380q0 -191 -52 -381q-49 -178 -147 -341 q-37 -62 -110 -62q-50 0 -89 36t-39 92q0 35 19 66q78 130 119 278q43 150 43 312q0 161 -43 311q-41 148 -119 279q-19 29 -19 65q0 54 39.5 91.5t88.5 37.5zM2634 1903q69 0 106 -56q163 -239 247.5 -514t84.5 -565t-84.5 -565t-247.5 -514q-36 -56 -106 -56 q-52 0 -89.5 36t-37.5 92q0 40 22 72q287 421 287 935q0 252 -73 490t-214 445q-22 32 -22 72q0 56 37.5 92t89.5 36z" />
<glyph unicode="&#xe099;" d="M768 1280l640 640v-2304l-640 640h-256q-159 0 -271.5 112.5t-112.5 271.5v251q0 159 112.5 274t271.5 115h256zM1152 234v1073l-278 -283h-362q-52 0 -90 -39.5t-38 -93.5v-251q0 -53 37.5 -90.5t90.5 -37.5h362zM2688 1280q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91 l-294 -293l294 -293q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-293 294l-293 -294q-37 -37 -91 -37q-55 0 -91.5 36.5t-36.5 91.5q0 54 37 91l294 293l-294 293q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5q54 0 91 -37l293 -294l293 294q37 37 91 37z" />
<glyph unicode="&#xe100;" d="M2048 2176h512q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM512 640h512q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512 q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM1024 384h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM512 2176h512q159 0 271.5 -112.5t112.5 -271.5 v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM1024 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5z M2560 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe101;" d="M512 2176h512q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM1024 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h512 q53 0 90.5 37.5t37.5 90.5v2048q0 53 -37.5 90.5t-90.5 37.5zM2048 640h512q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM2560 384h-512q-53 0 -90.5 -37.5 t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM2048 2176h512q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5 t271.5 112.5zM2560 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe102;" d="M2048 2176h512q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM512 640h512q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512 q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM1024 384h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM512 2176h512q159 0 271.5 -112.5t112.5 -271.5 v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM1024 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5z M2048 640h512q159 0 271.5 -112.5t112.5 -271.5v-512q0 -159 -112.5 -271.5t-271.5 -112.5h-512q-159 0 -271.5 112.5t-112.5 271.5v512q0 159 112.5 271.5t271.5 112.5zM2560 384h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5 t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5zM2560 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h512q53 0 90.5 37.5t37.5 90.5v512q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe103;" d="M512 2176h2048q159 0 271.5 -112.5t112.5 -271.5v-2048q0 -159 -112.5 -271.5t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM1408 -384v1024h-1024v-896q0 -53 37.5 -90.5t90.5 -37.5h896zM1408 896v1024h-896 q-53 0 -90.5 -37.5t-37.5 -90.5v-896h1024zM2688 -256v896h-1024v-1024h896q53 0 90.5 37.5t37.5 90.5zM2560 1920h-896v-1024h1024v896q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe104;" d="M384 1920h2304q159 0 271.5 -112.5t112.5 -271.5v-1536q0 -159 -112.5 -271.5t-271.5 -112.5h-2304q-159 0 -271.5 112.5t-112.5 271.5v1536q0 159 112.5 271.5t271.5 112.5zM896 -128v1792h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-1536q0 -53 37.5 -90.5t90.5 -37.5h512z M1920 -128v1792h-768v-1792h768zM2688 1664h-512v-1792h512q53 0 90.5 37.5t37.5 90.5v1536q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe105;" d="M2080 353q52 0 90 -38l362 -362q38 -38 38 -91q0 -52 -38 -90t-90 -38q-53 0 -91 38l-362 362q-37 37 -37 91q0 53 37.5 90.5t90.5 37.5zM993 353q53 0 90.5 -37.5t37.5 -90.5t-38 -91l-362 -362q-38 -38 -90 -38q-53 0 -90.5 37.5t-37.5 90.5q0 54 37 91l362 362 q38 38 91 38zM256 896h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM1536 128q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5t90.5 37.5z M631 1802q52 0 90 -38l362 -362q38 -38 38 -90q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -91 37l-362 362q-37 37 -37 91q0 53 37.5 90.5t90.5 37.5zM2304 896h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-512q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z M1536 2176q53 0 90.5 -37.5t37.5 -90.5v-512q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v512q0 53 37.5 90.5t90.5 37.5zM2442 1802q52 0 90 -38t38 -90q0 -53 -38 -91l-362 -362q-37 -37 -90 -37q-55 0 -91.5 36.5t-36.5 91.5q0 53 37 90l362 362q38 38 91 38z " />
<glyph unicode="&#xe106;" d="M1536 2304q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5v-128h512v-1920q0 -159 -112.5 -271.5t-271.5 -112.5h-1536q-159 0 -271.5 112.5t-112.5 271.5v1920h512v128q0 130 51 248.5t136.5 204t204 136.5t248.5 51zM2432 -384v1664h-1792v-1664q0 -53 37.5 -90.5 t90.5 -37.5h1536q53 0 90.5 37.5t37.5 90.5zM1536 2048q-159 0 -271.5 -112.5t-112.5 -271.5v-128h768v128q0 159 -112.5 271.5t-271.5 112.5z" />
<glyph unicode="&#xe107;" d="M1536 2176q287 0 547.5 -111.5t449 -300t300 -449t111.5 -547.5t-111.5 -547.5t-300 -449t-449 -300t-547.5 -111.5t-547.5 111.5t-449 300t-300 449t-111.5 547.5t111.5 547.5t300 449t449 300t547.5 111.5zM2255 -132l-1619 1619q-120 -151 -186 -335t-66 -384 q0 -234 91.5 -447.5t245.5 -367.5t367.5 -245.5t447.5 -91.5q201 0 385 65.5t334 186.5zM1536 1920q-201 0 -385 -65.5t-334 -186.5l1619 -1619q121 150 186.5 334t65.5 385q0 234 -91.5 447.5t-245.5 367.5t-367.5 245.5t-447.5 91.5z" />
<glyph unicode="&#xe108;" d="M896 2176q106 0 228 -26.5t235 -64l226 -75t235 -64t228 -26.5q108 0 213 13t179 32t132.5 38t87.5 32l28 13v-1792q-10 -5 -30 -13.5t-84.5 -31t-134.5 -39t-176.5 -30.5t-214.5 -14q-106 0 -228 26.5t-235 64l-226 75t-235 64t-228 26.5q-191 0 -384 -43v-853 q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v2560q10 5 30 13.5t84.5 31t134.5 39t176.5 30.5t214.5 14zM896 1920q-196 0 -384 -51v-1267q192 38 384 38q142 0 284 -32.5t323 -92.5q23 -8 86.5 -29.5t93 -31t86.5 -26t95.5 -24t88.5 -14t95 -6.5q196 0 384 51 v1267q-192 -38 -384 -38q-142 0 -284 32.5t-323 92.5q-23 8 -86.5 29.5t-93 31t-86.5 26t-95.5 24t-88.5 14t-95 6.5z" />
<glyph unicode="&#xe109;" d="M1280 2176h512q159 0 271.5 -112.5t112.5 -271.5v-128h512q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-128v-1536q0 -159 -112.5 -271.5t-271.5 -112.5h-1280q-159 0 -271.5 112.5t-112.5 271.5v1536h-128q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5 h512v128q0 159 112.5 271.5t271.5 112.5zM2304 -128v1536h-1536v-1536q0 -53 37.5 -90.5t90.5 -37.5h1280q53 0 90.5 37.5t37.5 90.5zM1792 1920h-512q-53 0 -90.5 -37.5t-37.5 -90.5v-128h768v128q0 53 -37.5 90.5t-90.5 37.5z" />
<glyph unicode="&#xe110;" d="M2176 2176h384q159 0 271.5 -112.5t112.5 -271.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384q0 53 -37.5 90.5t-90.5 37.5h-384q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM256 256q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 37.5 -90.5 t90.5 -37.5h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-384q-159 0 -271.5 112.5t-112.5 271.5v384q0 53 37.5 90.5t90.5 37.5zM512 2176h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-384q-53 0 -90.5 -37.5t-37.5 -90.5v-384 q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384q0 159 112.5 271.5t271.5 112.5zM2816 256q53 0 90.5 -37.5t37.5 -90.5v-384q0 -159 -112.5 -271.5t-271.5 -112.5h-384q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h384q53 0 90.5 37.5t37.5 90.5v384 q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe111;" d="M2176 2176q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 37.5 -90.5t90.5 -37.5h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-384q-159 0 -271.5 112.5t-112.5 271.5v384q0 53 37.5 90.5t90.5 37.5zM256 256h384q159 0 271.5 -112.5t112.5 -271.5v-384 q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384q0 53 -37.5 90.5t-90.5 37.5h-384q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM896 2176q53 0 90.5 -37.5t37.5 -90.5v-384q0 -159 -112.5 -271.5t-271.5 -112.5h-384q-53 0 -90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5h384q53 0 90.5 37.5t37.5 90.5v384q0 53 37.5 90.5t90.5 37.5zM2432 256h384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-384q-53 0 -90.5 -37.5t-37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v384 q0 159 112.5 271.5t271.5 112.5z" />
<glyph unicode="&#xe112;" d="M1792 641q53 0 91 -38l805 -805v587q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-896q0 -53 -38 -91t-91 -38h-896q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h587l-805 805q-37 39 -37 91q0 53 37.5 91t90.5 38zM256 2176h896q53 0 90.5 -37.5t37.5 -90.5 t-37.5 -90.5t-90.5 -37.5h-587l805 -804q38 -38 38 -91t-38 -90.5t-91 -37.5q-51 0 -91 37l-804 805v-587q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe113;" d="M256 2176q54 0 91 -37l805 -805v587q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-896q0 -53 -38 -91t-91 -38h-896q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h587l-805 805q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5zM1793 640h896q53 0 90.5 -37.5 t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-587l804 -805q38 -38 38 -91t-37.5 -90.5t-90.5 -37.5q-54 0 -91 37l-805 805v-587q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v896q0 53 38 91t91 38z" />
<glyph unicode="&#xe114;" d="M1536 2048q53 0 90.5 -37.5t37.5 -90.5v-1024h1024q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-1024v-1024q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v1024h-1024q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1024v1024q0 53 37.5 90.5 t90.5 37.5z" />
<glyph unicode="&#xe115;" d="M384 896h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe116;" d="M2688 1664q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91l-1536 -1536q-37 -37 -91 -37t-91 37l-768 768q-37 37 -37 91q0 55 36.5 91.5t91.5 36.5q54 0 91 -37l677 -678l1445 1446q37 37 91 37z" />
<glyph unicode="&#xe117;" d="M2432 1792q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91l-806 -805l806 -805q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-805 806l-805 -806q-37 -37 -91 -37q-55 0 -91.5 36.5t-36.5 91.5q0 54 37 91l806 805l-806 805q-37 37 -37 91q0 55 36.5 91.5 t91.5 36.5q54 0 91 -37l805 -806l805 806q37 37 91 37z" />
<glyph unicode="&#xe118;" d="M1536 2304q54 0 91 -37l452 -453q38 -38 38 -91t-37.5 -90.5t-90.5 -37.5t-91 38l-234 234v-971h971l-234 234q-38 38 -38 91t37.5 90.5t90.5 37.5t91 -38l453 -452q37 -37 37 -91t-37 -90l-453 -453q-38 -38 -91 -38t-90.5 37.5t-37.5 90.5t38 91l234 234h-971v-971 l234 234q38 38 91 38t90.5 -37.5t37.5 -90.5t-38 -91l-452 -453q-37 -37 -91 -37q-53 0 -90 37l-453 453q-38 38 -38 91t37.5 90.5t90.5 37.5t91 -38l234 -234v971h-971l234 -234q38 -38 38 -91t-37.5 -90.5t-90.5 -37.5t-91 38l-453 452q-37 37 -37 91t37 91l453 452 q38 38 91 38t90.5 -37.5t37.5 -90.5t-38 -91l-234 -234h971v971l-234 -234q-38 -38 -91 -38t-90.5 37.5t-37.5 90.5t38 91l452 453q37 37 91 37z" />
<glyph unicode="&#xe119;" d="M1024 1920h1664q159 0 271.5 -112.5t112.5 -271.5v-1536q0 -159 -112.5 -271.5t-271.5 -112.5h-1664l-1024 1152zM2688 1664h-1549l-796 -896l796 -896h1549q53 0 90.5 37.5t37.5 90.5v1536q0 53 -37.5 90.5t-90.5 37.5zM2432 1152q0 -54 -37 -91l-294 -293l294 -293 q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-293 294l-293 -294q-37 -37 -91 -37q-53 0 -90.5 37.5t-37.5 90.5q0 52 37 91l294 293l-294 293q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5q54 0 91 -37l293 -294l293 294q37 37 91 37q55 0 91.5 -36.5 t36.5 -91.5z" />
<glyph unicode="&#xe120;" d="M384 1664h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 128h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM384 896 h2304q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-2304q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe121;" d="M768 1920h1536l768 -768v-1152q0 -159 -112.5 -271.5t-271.5 -112.5h-2304q-159 0 -271.5 112.5t-112.5 271.5v1152zM2816 0v896h-562q-85 -222 -283.5 -367t-434.5 -145q-157 0 -305 67t-258 183.5t-165 261.5h-552v-896q0 -52 37 -90t91 -38h2304q53 0 90.5 37.5 t37.5 90.5zM2710 1152l-507 512h-1329l-512 -512h662q0 -127 68 -245t187.5 -192.5t256.5 -74.5t256.5 74.5t187.5 192.5t68 245h662z" />
<glyph unicode="&#xe122;" d="M1536 2176q53 0 90.5 -37.5t37.5 -90.5v-1483l421 422q37 37 91 37q55 0 91.5 -36.5t36.5 -91.5q0 -54 -37 -91l-640 -640q-37 -37 -91 -37t-91 37l-640 640q-37 39 -37 91q0 53 37.5 90.5t90.5 37.5q54 0 91 -37l421 -422v1483q0 53 37.5 90.5t90.5 37.5zM2816 384 q53 0 90.5 -37.5t37.5 -90.5v-512q0 -160 -111 -271q-113 -113 -270 -113h-2051q-157 0 -272 112q-112 115 -112 272v512q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h2051q52 0 88.5 37.5t36.5 90.5v512q0 53 37.5 90.5t90.5 37.5z " />
<glyph unicode="&#xe123;" d="M1536 2170q54 0 91 -37l640 -640q37 -37 37 -91q0 -55 -36.5 -91.5t-91.5 -36.5q-54 0 -91 37l-421 422v-1483q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v1483l-421 -422q-39 -37 -91 -37q-53 0 -90.5 37.5t-37.5 90.5q0 52 37 91l640 640q37 37 91 37z M2816 378q53 0 90.5 -37.5t37.5 -90.5v-512q0 -160 -111 -271q-113 -113 -270 -113h-2051q-157 0 -272 112q-112 115 -112 272v512q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-512q0 -53 37.5 -90.5t90.5 -37.5h2051q52 0 88.5 37.5t36.5 90.5v512q0 53 37.5 90.5 t90.5 37.5z" />
<glyph unicode="&#xe124;" d="M640 2304h1280l896 -896v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-1792q-159 0 -271.5 112.5t-112.5 271.5v2304q0 159 112.5 271.5t271.5 112.5zM1664 1152v896h-1024q-54 0 -91 -37t-37 -91v-2304q0 -54 37 -91t91 -37h1792q54 0 91 37t37 91v1536h-896zM2454 1408 l-534 534v-534h534z" />
<glyph unicode="&#xe125;" d="M640 2304h1280l896 -896v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-1792q-159 0 -271.5 112.5t-112.5 271.5v2304q0 159 112.5 271.5t271.5 112.5zM1536 896q53 0 90.5 -37.5t37.5 -90.5v-256h256q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-256v-256 q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v256h-256q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h256v256q0 53 37.5 90.5t90.5 37.5zM1664 1152v896h-1024q-54 0 -91 -37t-37 -91v-2304q0 -54 37 -91t91 -37h1792q54 0 91 37t37 91v1536h-896zM2454 1408 l-534 534v-534h534z" />
<glyph unicode="&#xe126;" d="M640 2304h1280l896 -896v-1792q0 -159 -112.5 -271.5t-271.5 -112.5h-1792q-159 0 -271.5 112.5t-112.5 271.5v2304q0 159 112.5 271.5t271.5 112.5zM1152 512h768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-768q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5 t90.5 37.5zM1664 1152v896h-1024q-54 0 -91 -37t-37 -91v-2304q0 -54 37 -91t91 -37h1792q54 0 91 37t37 91v1536h-896zM2454 1408l-534 534v-534h534z" />
<glyph unicode="&#xe127;" d="M1536 2176q276 0 535 -105t461 -307t307 -461t105 -535t-105 -535t-307 -461t-461 -307t-535 -105t-535 105t-461 307t-307 461t-105 535t105 535t307 461t461 307t535 105zM1002 1121l-366 366q-124 -155 -188 -340t-64 -379t64 -379t188 -340l366 366 q-106 160 -106 353t106 353zM2255 -132l-366 366q-160 -106 -353 -106t-353 106l-366 -366q155 -124 340 -188t379 -64t379 64t340 188zM1536 1152q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5z M1536 1920q-194 0 -379 -64t-340 -188l366 -366q160 106 353 106t353 -106l366 366q-155 124 -340 188t-379 64zM2436 1487l-366 -366q106 -160 106 -353t-106 -353l366 -366q124 155 188 340t64 379t-64 379t-188 340z" />
<glyph unicode="&#xe128;" d="M512 2176h896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-896q-53 0 -90.5 -37.5t-37.5 -90.5v-2048q0 -53 37.5 -90.5t90.5 -37.5h2048q53 0 90.5 37.5t37.5 90.5v896q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5v-896q0 -159 -112.5 -271.5 t-271.5 -112.5h-2048q-159 0 -271.5 112.5t-112.5 271.5v2048q0 159 112.5 271.5t271.5 112.5zM2048 2176h768q53 0 90.5 -37.5t37.5 -90.5v-768q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v459l-1062 -1062q-37 -37 -90 -37q-55 0 -91.5 36.5t-36.5 91.5 q0 53 37 90l1062 1062h-459q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5z" />
<glyph unicode="&#xe129;" d="M2560 1152q159 0 271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5zM512 1152q159 0 271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5zM512 896 q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5zM1536 1152q159 0 271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5zM1536 896q-53 0 -90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5zM2560 896q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5z" />
</font>
</defs></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by Fontastic.me</metadata>
<defs>
<font id="socicon" horiz-adv-x="512">
<font-face font-family="socicon" units-per-em="512" ascent="480" descent="-32"/>
<missing-glyph horiz-adv-x="512" />
<glyph glyph-name="modelmayhem" unicode="&#57344;" d="M511 216c-1 21-2 41-8 61-5 19-14 37-25 54-10 15-23 30-40 39-16 8-33 10-51 8-42-5-74-34-101-66-14-16-27-34-40-52-3-6-7-11-10-17-3-4-5-10-9-13-7-7-11 17-12 21-12 44-23 90-43 132-8 17-17 34-30 47-14 14-31 15-51 15-9-2-17-2-25-10-8-7-16-14-23-21-7-7-13-16-22-21-7-4-16-3-19-11-5-9 1-19 1-29 0-11 2-34 2-34 0 0 0-24 0-36 0-6 0-12 0-18 0-5 0-15 0-15l0-143c0 0-2-21 3-28 4-7 13-6 20-6 14-1 32-2 34 15 2 11 1 22 1 33 0 12 0 25 0 37 0 48-8 97 1 145 2 14 10 46 30 41 18-4 30-28 36-43 17-44 26-91 36-137 2-12 4-24 8-35 2-8 4-17 12-20 15-9 37 1 49 11 17 13 28 30 37 49 11 21 21 42 31 64 9 18 15 38 32 51 14 10 34 17 51 15 46-3 57-65 58-101 1-24-2-48-3-72-1-12-1-24-1-36 0-5-1-12 2-17 6-10 26-6 35-5 13 1 18 7 23 20 7 21 10 42 11 65 1 21 2 42 0 63z"/>
<glyph glyph-name="mixcloud" unicode="&#57345;" d="M468 105c-3 0-6 1-9 3-8 5-10 16-5 24 16 23 24 51 24 79 0 29-8 56-24 79-5 8-3 19 5 24 7 5 18 3 23-5 20-29 30-63 30-98 0-35-10-69-30-98-3-5-8-8-14-8z m-49 28c-3 0-6 1-9 3-8 5-10 16-5 23 11 16 16 34 16 52 0 19-5 36-16 52-5 8-3 18 5 23 8 6 18 4 23-4 15-21 22-46 22-71 0-25-7-50-22-71-3-5-8-7-14-7z m-79 152c-7 68-65 122-135 122-58 0-109-37-128-92-43-6-77-44-77-89 0-50 41-91 91-91l232 0c42 0 76 34 76 76 0 36-25 67-59 74z m-17-116l-232 0c-31 0-57 26-57 57 0 31 26 56 57 56 15 0 29-5 40-16 7-7 17-7 24 0 7 6 7 17 0 24-12 12-26 20-42 24 16 35 52 59 92 59 56 0 101-45 101-101 0-11-1-22-5-32-3-9 2-18 11-21 2-1 4-1 5-1 8 0 14 4 17 12 2 6 4 13 5 20 15-6 26-21 26-39 0-23-18-42-42-42z"/>
<glyph glyph-name="drupal" unicode="&#57346;" d="M367 417c0 0 0 0-1 0-22 14-44 21-66 34-3 1-5 3-8 5-15 10-36 35-54 56 0 0 0 0 0 0 0 0 0 0 0 0-1-11-3-19-5-26-5-15-11-24-19-30 0-1-1-1-2-2-25-20-41-26-63-37-1-1-4-3-7-5-13-8-36-24-58-49-27-32-52-78-52-142 0-41 11-78 30-110 20-34 49-62 84-81 0-1 0-1 0-1 1 0 2 0 2-1 1 0 1 0 2-1 0 0 1 0 2-1 0 0 1 0 2-1 0 0 0 0 1 0 0-1 1-1 2-2 0 0 0 0 0 0 31-15 66-23 101-23 119 0 222 86 222 217 0 131-97 190-113 200z m3-371c-2-2-25-18-51-20-27-3-63-4-85 15-3 4-2 9 0 11 3 2 5 3 8 3 3 0 2 0 4-1 9-8 24-14 56-14 31 0 54 9 63 16 5 4 7 1 7-1 1-2 2-5-2-9z m-86 45c5 5 14 13 23 17 8 3 13 2 20 2 8 0 17 0 23-4 6-4 9-13 11-18 2-5 0-8-4-10-3-2-4-1-7 6-4 6-7 13-24 13-17 0-23-6-31-13-8-7-11-10-14-6-3 4-2 8 3 13z m131-4c-18 2-54 57-76 58-29 1-91-60-140-60-29 0-38 5-48 11-15 11-22 26-22 48 1 38 37 74 82 75 58 0 98-57 127-57 24 1 72 49 95 49 25 0 31-26 31-41 0-15-4-43-16-60-12-17-20-24-33-23z"/>
<glyph glyph-name="swarm" unicode="&#57347;" d="M191 193c-21-32-36-64-47-88 0-1-8-20-10-26-3-7 1-15 8-18 6-2 25-9 26-10 25-8 58-18 95-24-21 21-39 47-52 75-13 28-19 59-20 91z m73 132c0 0 0 0 0 0-1 2-3 7-4 8-72 148-232 142-257 76-20-50 65-171 261-84z m32 14c0 0 0 0 0 0 111 49 95 134 67 145-39 15-109-42-69-141 1-1 2-3 2-4z m203-108c-16 37-47 64-83 77-3 1-7 2-11 2-18 0-36-15-38-35-2-32 4-64 18-96 14-31 33-57 59-77 6-5 14-7 22-7 15 0 29 8 35 21 15 36 15 77-2 115z m-156-71c-18 40-25 80-22 119 1 11 5 22 10 32-1-1-3-1-3-1-16-4-32-11-46-20-20-14-38-34-46-57-2-6-4-13-4-20-3-31 2-64 16-95 14-30 33-55 57-74 15-11 42-19 63-19 20 0 40 6 58 15 6 3 18 11 19 12-11 2-21 7-29 14-31 23-56 55-73 94z"/>
<glyph glyph-name="istock" unicode="&#57348;" d="M30 352l92 0 0-343-92 0z m181-211c28-32 71-54 117-54 43 0 71 26 71 62 0 64-92 71-158 111-40 22-70 56-70 113 0 88 81 139 164 139 51 0 96-11 143-47l-49-72c-21 19-53 32-85 32-35 0-77-15-77-54 0-79 228-55 228-222 0-89-79-149-167-149-66 0-128 28-179 73z m-194 311c0 34 26 60 60 60 34 0 60-26 60-60 0-34-26-60-60-60-34 0-60 26-60 60z"/>
<glyph glyph-name="yammer" unicode="&#57349;" d="M249 454c-13 4-26-2-31-15 0 0 0-2-1-2 0-1 0-2 0-2l0 0c-8-20-79-210-79-210l-2 0-84 215c0 0 0 0 0 0l-1 3c-6 13-20 19-33 14-13-5-20-20-16-33 10-26 108-263 108-263l-7-14c-10-29-22-48-55-48-3 0-13 0-14 0-11 1-20-6-23-16-3-12 4-24 16-28 8-1 17-2 25-2 59 0 79 34 98 84 0 0 108 269 113 280 0 2 1 4 2 5l0 0c0 0 0 1 0 1 4 13-3 27-16 31z m195-313c-42 23-114 57-140 57-4 0-6-1-9-3-2-1-3-3-3-6 1-20 112-94 121-99l4-2c3-1 6-2 9-2 10 0 19 6 25 14 8 13 5 30-7 41z m-149 176c3-2 5-3 9-3 26 0 98 34 140 58 12 10 15 27 7 40-6 8-15 14-25 14-3 0-6-1-10-2l-3-2c-9-5-120-79-121-99 0-3 1-5 3-6z m193-30l-3 0c-11 0-143-12-154-29-1-2-2-6 0-8 11-23 154-25 157-23 15 2 26 16 25 32-1 13-11 25-25 28z"/>
<glyph glyph-name="ello" unicode="&#57350;" d="M256 512c-141 0-256-115-256-256 0-141 115-256 256-256 141 0 256 115 256 256 0 141-115 256-256 256z m149-294c-18-68-79-116-149-116-70 0-131 48-149 116-2 7 3 15 11 17 8 2 16-2 18-10 14-55 63-93 120-93 57 0 106 38 120 93 2 8 10 12 18 10 8-2 13-10 11-17z"/>
<glyph glyph-name="stackoverflow" unicode="&#57351;" d="M348 41l-255 0 1 172-38 0-1-213 334 0 0 215-41 0z m-230 72l199 0 0-41-199 0z m5 76l201-19-4-44-201 19z m18 87l195-55-12-42-194 55z m48 98l172-104-22-38-173 105z m180-96l-118 164 36 25 117-164z m11 227l43 7 34-199-44-7z"/>
<glyph glyph-name="persona" unicode="&#57352;" d="M344 452l-325 0c-11 0-19-8-19-18l0-356c0-10 8-18 19-18l325 0 168 196z m-137-314c-79 0-105 3-105 3 0 0 4 63 33 74 28 11 35 10 45 16 0 0 1 0 1 0l0 17c-10 8-17 21-22 35-5 6-8 12-8 19 0 5 2 10 4 14 2 35 24 58 52 58 27 0 50-23 51-58 3-4 4-9 4-14 0-7-3-13-8-19-4-14-12-27-21-35l0-17c0 0 0 0 0 0 10-6 17-5 46-16 29-11 33-74 33-74 0 0-27-3-105-3z"/>
<glyph glyph-name="triplej" unicode="&#57353;" d="M183 469c13-30 26-60 40-90 1-3 4-15 9-13 10 4 8 3 5 13-5 15-11 29-15 43-8 22-18 44-25 66-2 6-9 29-19 23-16-9 0-30 5-42 2-4-2 5 0 0z m175-152c-11 0-16-17-7-23 3-2 6-3 7-3 5 0 13 8 13 14 0 3 5 10 18 24 10 10 30 31 45 46 14 15 35 37 46 49 26 27 26 27 23 33-1 3-5 6-8 6-1 1-1 1-2 1-4-1-9-6-27-27-5-6-13-15-17-20-4-4-13-14-19-22-7-7-17-19-22-25-18-20-28-32-37-43-6-7-10-10-13-10z m-2-98c28 12 62 36 73 52 3 3 6 7 7 9 9 10 15 34 11 48-2 9-12 25-16 25-3 0-28-28-29-32-2-8 2-10 17-10 15 0 14-2-3-8-22-8-25-15-17-32 2-5 4-9 3-9 0-1-5 0-10 2-12 3-17 4-24 1-6-3-15-20-15-27 0-3-1-5-2-6-3-1-6 7-6 14 0 2-3 8-7 12-7 8-7 8-20 8-7 0-16-1-21-2l-8-1 12 12c10 10 12 12 12 20 0 10-5 17-16 26l-6 6 8-2c28-5 41 3 45 29 0 5 2 9 2 9 1 0 4-5 6-10 6-13 10-16 18-10 6 4 23 23 24 27 2 5-23 8-51 8-22 0-46-2-60-5-30-8-37-10-36-14 1-2 3-7 5-11 4-13 7-19 9-19 3 0 11-11 11-14 0-2-2-6-5-9-6-6-14-7-21-1-3 4-4 6-3 12 1 8-1 13-11 35l-2 4-15-7c-44-22-72-49-81-80-2-4-2-9-2-9 1 0 17-1 36-2 31-1 37-1 40 1 6 5 10 6 17 3 7-3 8-7 7-15-1-9-16-14-23-7-3 3-7 3-38 2-18 0-34-1-35-2-1-2 6-13 14-20 15-13 38-22 69-25 38-4 94 6 137 24z m119-41c-1 11-3 29-5 39-1 10-3 26-4 34-1 11-2 16-3 16-1 0-2-2-3-7-1-10-13-70-15-73 0-1-2-9-3-17-2-7-4-18-5-24-1-5-4-19-6-30-5-24-8-34-10-34-1 0-24 21-51 47l-48 48-4-7c-2-5-4-12-5-17 0-5-2-10-3-12-1-1-4-13-8-26-3-12-7-27-9-32-1-6-4-16-6-24-4-16-7-17-17-6-9 10-34 39-37 42-1 1-7 7-13 14-6 7-13 15-15 17-2 3-10 11-17 19-7 8-14 16-15 17-1 1-7 7-12 13-10 11-11 10-5-5 2-5 6-13 7-17 2-4 4-9 6-13 3-5 6-13 14-32 2-4 5-10 6-13 2-6 8-18 13-30 10-24 13-29 22-38 12-11 30-20 49-24 30-6 71-3 104 8 33 10 54 23 75 44 17 17 17 17 23 29 7 13 8 25 5 51-1 13-4 32-5 43z m-360 80c-4 1-20 1-38 1-29 0-66-1-67-2-3-4-3-13 0-16 2-2 13-2 57-1 31 1 56 2 56 2 1 0 1 4 0 8-1 5-2 7-8 8z"/>
<glyph glyph-name="houzz" unicode="&#57354;" d="M256 1l143 87 0 168-143-86z m0 340l0 172-148-87 0-174 147 86 144-82 0 170z m-2-172l-146 83 0-169z"/>
<glyph glyph-name="rss" unicode="&#57355;" d="M137 69c0-38-30-68-68-68-38 0-68 30-68 68 0 37 30 68 68 68 38 0 68-31 68-68z m-136 171c64 0 124-25 169-70 45-45 70-106 70-170l98 0c0 186-151 338-337 338z m0 174c227 0 412-186 412-414l98 0c0 282-229 512-510 512z"/>
<glyph glyph-name="paypal" unicode="&#57356;" d="M318 512l-185 0c-12 0-23-9-25-22l-74-472c-2-10 5-18 15-18l88 0c12 0 23 9 25 22l20 127c2 13 13 22 25 22l59 0c121 0 191 58 210 175 8 51 0 91-24 119-26 31-73 47-134 47z m21-173c-10-66-61-66-110-66l-27 0 19 124c1 7 8 13 15 13l13 0c33 0 65 0 81-19 10-12 13-28 9-52z"/>
<glyph glyph-name="odnoklassniki" unicode="&#57357;" d="M256 253c72 0 130 58 130 129 0 72-58 130-130 130-72 0-130-58-130-130 0-71 58-129 130-129z m0 193c35 0 64-28 64-64 0-35-29-63-64-63-35 0-64 28-64 63 0 36 29 64 64 64z m149-209c-7 15-27 27-54 6-37-29-95-29-95-29 0 0-58 0-95 29-27 21-47 9-54-6-13-26 1-38 34-59 28-18 66-24 90-27l-20-21c-29-28-57-56-77-76-11-11-11-30 0-42l4-3c12-12 30-12 42 0l76 76c29-29 57-57 77-76 11-12 30-12 42 0l3 3c12 12 12 31 0 42l-97 97c25 3 63 9 90 27 33 21 47 33 34 59z"/>
<glyph glyph-name="airbnb" unicode="&#57358;" d="M488 149c-3 6-5 12-8 18-4 9-8 18-12 26l0 1c-36 77-74 155-113 232l-2 3c-4 8-8 16-12 24-5 9-11 19-19 28-17 20-40 31-65 31-26 0-49-11-66-31-8-9-13-19-18-28-5-8-9-16-13-24l-2-3c-39-77-77-155-113-232l0-1c-4-8-8-17-12-26-2-6-5-12-7-18-7-19-9-37-7-56 6-38 31-70 67-85 13-5 28-8 42-8 5 0 9 0 14 1 17 2 34 8 51 17 21 12 41 29 64 53 22-24 43-41 63-53 17-9 35-15 52-17 4-1 9-1 13-1 15 0 29 3 42 8 36 15 61 47 67 85 2 19 0 37-6 56z m-231-27c-28 35-46 68-52 95-3 12-3 22-2 32 1 8 4 15 8 21 10 14 27 22 46 22 18 0 35-8 45-22 4-6 7-13 8-21 2-10 1-20-2-32-6-27-24-60-51-95z m204-24c-3-27-21-49-46-60-12-5-26-6-40-5-13 2-25 6-39 14-18 10-37 26-58 49 34 42 55 80 62 114 4 16 5 30 2 44-2 13-6 24-13 35-16 23-43 36-72 36-30 0-57-13-73-36-7-11-11-22-13-35-2-14-2-28 2-44 8-34 29-72 62-114-21-23-40-39-58-49-13-8-26-12-39-14-14-1-27 0-40 5-24 11-42 33-46 60-2 13-1 26 4 40 2 5 4 10 7 16 4 8 8 17 12 25l0 1c35 77 73 154 112 231l2 3c4 8 8 16 12 23 5 9 9 16 15 23 11 13 25 19 41 19 16 0 30-6 40-19 6-7 10-14 15-22 4-8 8-16 12-24l2-3c39-77 77-154 112-231l0 0c4-9 8-17 12-26 3-6 5-11 7-16 5-14 6-27 4-40z"/>
<glyph glyph-name="periscope" unicode="&#57359;" d="M402 448c-39 41-90 64-143 64-115 0-208-96-208-214 0-76 57-160 82-193 37-49 92-105 126-105 41 0 113 94 120 105 25 33 82 118 82 193 0 56-21 110-59 150z m-143-430c-43 0-190 167-190 280 0 107 84 196 190 196 100 0 184-89 184-196 0-113-147-280-184-280z m0 403c-10 0-20-1-30-3 16-7 27-23 27-41 0-25-20-44-45-44-25 0-45 19-45 44 0 0 0 0 0 0-15-19-24-44-24-72 0-59 51-109 117-109 60 0 111 50 111 109 0 66-51 116-111 116z"/>
<glyph glyph-name="outlook" unicode="&#57360;" d="M320 403l0-100 35-22c1 0 3 0 4 0l150 102c0 12-11 20-17 20z m0-137l32-22c4-3 10 0 10 0-6-3 147 98 147 98l0-184c0-20-13-28-27-28l-162 0 0 136z m-166 46c-11 0-19-5-26-15-6-10-9-24-9-41 0-17 3-30 9-40 7-10 15-15 26-15 10 0 19 5 25 14 6 10 9 23 9 41 0 17-3 31-9 41-6 10-14 15-25 15z m-151 142l0-392 298-62 0 512z m199-262c-12-16-29-25-49-25-20 0-36 8-48 24-13 16-19 37-19 63 0 27 6 49 19 66 13 17 29 26 50 26 20 0 36-8 48-25 12-16 18-37 18-63 0-27-6-49-19-66z"/>
<glyph glyph-name="coderwall" unicode="&#57361;" d="M447 360c36 0 64 29 64 64 0 35-28 64-64 64-35 0-63-29-63-64 0-35 28-64 63-64z m0-40c-35 0-63-29-63-64 0-35 28-64 63-64 36 0 64 29 64 64 0 35-28 64-64 64z m0-168c-35 0-63-29-63-64 0-35 28-64 63-64 36 0 64 29 64 64 0 35-28 64-64 64z m-193 336c-35 0-64-29-64-64 0-35 29-64 64-64 35 0 64 29 64 64 0 35-29 64-64 64z m0-168c-35 0-64-29-64-64 0-35 29-64 64-64 35 0 64 29 64 64 0 35-29 64-64 64z m-191 168c-35 0-64-29-64-64 0-35 29-64 64-64 35 0 64 29 64 64 0 35-29 64-64 64z"/>
<glyph glyph-name="tripadvisor" unicode="&#57362;" d="M150 234c0-11-9-21-21-21-11 0-21 10-21 21 0 12 10 21 21 21 12 0 21-9 21-21z m254 0c0-11-10-21-21-21-12 0-21 10-21 21 0 12 9 21 21 21 11 0 21-9 21-21z m-275 62c-16 0-32-6-44-18-11-12-18-27-18-44 0-16 7-32 18-44 12-11 28-18 44-18 35 0 62 28 62 62 0 34-27 62-62 62z m0-105c-11 0-22 5-30 13-8 8-13 19-13 30 0 12 5 23 13 31 8 8 19 12 30 12 24 0 43-19 43-43 0-24-19-43-43-43z m254 105c-17 0-32-6-44-18-12-12-18-27-18-44 0-16 6-32 18-44 12-11 27-18 44-18 34 0 62 28 62 62 0 34-28 62-62 62z m0-105c-12 0-23 5-31 13-8 8-12 19-12 30 0 12 4 23 12 31 8 8 19 12 31 12 23 0 43-19 43-43 0-24-20-43-43-43z m100 125c5 15 12 32 22 42l-84 0c-2 0-3 1-5 1-4 7-36 48-162 48-139 0-163-49-163-49l-89 0c11-10 19-31 24-46-16-22-26-49-26-78 0-71 58-129 129-129 40 0 75 18 99 46l29-41 26 42c23-29 59-47 100-47 71 0 129 58 129 129 0 31-11 60-29 82z m-354-186c-57 0-104 47-104 104 0 58 47 104 104 104 58 0 104-46 104-104 0-57-46-104-104-104z m2 226c0 0 33 38 122 38l9 0c88 0 122-38 122-38 0 0-95 16-127-101-31 117-126 101-126 101z m252-226c-58 0-104 47-104 104 0 58 46 104 104 104 57 0 104-46 104-104 0-57-47-104-104-104z"/>
<glyph glyph-name="appnet" unicode="&#57363;" d="M256 449l-256-386 52 0 58 89 292 0 58-89 52 0z m-112-252l112 169 112-169z"/>
<glyph glyph-name="goodreads" unicode="&#57364;" d="M369 502l0-51c-26 38-69 60-117 60-96 0-160-73-160-183 0-48 13-91 37-123 27-37 67-57 117-57 50 0 97 22 123 58l0-53c0-78-36-114-116-114-67 0-101 28-104 82l0 12-36 0 1-11c2-77 53-122 141-122 100 0 155 54 155 153l0 349-41 0z m9-174c0-71-39-142-126-142-72 0-119 56-119 142 0 67 32 145 124 145 32 0 59-11 80-32 27-27 42-68 41-113z"/>
<glyph glyph-name="tripit" unicode="&#57365;" d="M242 219l-181 2c-3 0-5 0-7-2-2-2-3-4-5-6-3-4-8-7-13-9-11-2-22 0-30 7-7 7-8 18-3 27 8 15 31 20 45 9 4-4 7-8 8-14 0-2 1-2 3-2l184 2c3 0 2 0 2-2 0-3 0-6 0-10 0-2-1-2-3-2z m89 0c5 14-1 29-12 37-19 12-46 6-58-12-7-11-8-24-1-35 7-10 19-14 31-15-1 0-1 0 2 0 5 0 4 0 2 0 16 1 31 11 36 25z m161 31c-12 1-23-6-26-17-1-2-1-2-3-2l-119 1c-1 0-1-3-1-4 0-2 0-4-1-6 0-2 0-2 2-2l120 2c2-1 3-6 4-8 2-2 4-5 6-7 5-4 12-5 18-4 11 1 20 11 20 23 0 12-8 22-20 24z m-203 55c2 0 2-1 2-3l-2-28c-1-2 1-3 3-3 3 1 6 1 9 0 2 0 2 1 2 3 0 9-1 19-1 29 0 3 4 3 7 4 2 2 5 4 7 6 4 4 6 10 6 17 1 11-6 21-17 25-10 4-22 0-29-9-11-14-5-35 13-41z m126 20c0-1 1-1 1-1 0 0-1 0-1 1z m-82-68c1-2 3-4 4-5 1-2 3-1 4 0l61 39c1 0 2-1 4-2 6-3 14-3 20 2 14 11 6 33-11 34-12 0-21-11-19-23 1-2 0-3-1-3-22-12-43-25-64-38-2-2 1-3 2-4z m-139-81c0 7 0-3 0 0z m62 22c-2 2-3 4-4 5-1 2-2 2-3 1-7-5-14-9-22-14-1-1-2-1-3 0-6 5-13 6-20 2-6-3-10-9-10-16-1-13 12-22 23-19 10 3 16 12 14 21 0 2 0 2 2 3 8 4 16 9 24 14 2 1 0 2-1 3z m-57 85c1 0 2 1 3 1 2 0 3-1 4-2l43-34c2-1 2-1 3 1 2 2 4 5 6 7 2 2-2 3-4 4l-41 30c-3 2-6 3-5 7 0 0 0 1 0 1-1 14-21 19-28 6-3-6-2-14 3-18 4-4 10-6 16-3z m146-87c-4-1-6 0-9 3-1 0-1 1-2 1-1 2-2 2-4 0-1-1-3-3-5-4-1-1-1-1 1-2 2-2 5-3 8-5 2-1 1-3 1-5 0-2 0-4 1-6 2-3 5-6 10-6 7-1 12 5 12 12 0 0 0 0 0 0l0 0c0 7-6 13-13 12z"/>
<glyph glyph-name="lanyrd" unicode="&#57366;" d="M273 140c4-2 8 1 12 2 44 13 91 29 139 44 19 6 37 13 46 7 7-4 10-14 13-22 1-4 1-9 2-14 1-3 3-6 3-10 0-1-1-3-1-3 2-10 5-14 6-24 0-1-1-5-1-9 0-4-2-11-5-15 0 0-3 0-3-1 0 0 1-1 1-2-1 0-4 0-4-1-4-9-51-20-66-24l-159-51c-33-10-61-21-75-16-21 8-35 70-47 108-20 62-33 112-53 168-1 2-1 6-3 8-1 2-2 2-3 5-6 16-8 37-17 54-1 1-3 2-3 4-4 9-6 20-10 31-7 20-14 34-20 59-4 11-7 22-6 28 1 2 6 9 10 12 3 3 9 4 16 7 19 9 86 34 104 25 16-9 25-51 36-85 10-33 18-65 27-94z"/>
<glyph glyph-name="slideshare" unicode="&#57367;" d="M189 356c-33 0-60-25-60-56 0-31 27-56 60-56 33 0 60 25 60 56 0 31-27 56-60 56z m142 1c-33 0-60-25-60-56 0-32 27-57 60-57 34 0 61 25 61 57 0 31-27 56-61 56z m158-89c-2-1-3-3-8-4l0 198c0 28-18 50-43 50l-359 0c-25 0-48-22-48-50l0-198c0 1-3 3-5 4-16 11-25-4-16-18 19-22 53-50 107-72-57-191 137-222 134-123 0-2 0 55 0 96 6-1 10-2 14-3 0-41 0-95 0-93-3-99 191-68 135 123 53 22 87 50 105 72 10 14-1 29-16 18z m-33-19c-67-37-127-31-159-30-24 2-32-9-33-24-5 4-11 9-17 14-1 1-1 2-2 3-6 5-13 8-27 7-31-1-95-7-157 29l0 192c0 35 8 46 40 46l318 0c30 0 37-14 37-46z"/>
<glyph glyph-name="buffer" unicode="&#57368;" d="M503 123c-1 1-3 2-4 3-13 6-27 12-40 18-11 6-23 6-35 0-50-23-100-47-150-70-12-5-24-6-35 0-50 23-101 47-151 70-12 6-24 6-36 0-12-6-25-12-37-17-4-2-10-4-10-10 0-5 6-6 10-8 74-35 148-70 223-104 12-6 24-6 35-1 75 35 150 70 225 105 2 1 4 2 5 3 5 3 5 8 0 11z m-495 266c2-1 5-3 7-4 75-34 149-69 223-104 12-5 24-5 36 0 74 35 149 70 223 104 2 2 5 3 7 5 4 2 4 6 0 9-2 2-5 3-7 5-74 34-148 69-222 103-13 6-25 6-38 0-74-34-148-69-222-104-3-1-5-2-7-3-4-3-4-8 0-11z m495-128c-1 1-3 2-4 3-13 6-27 12-40 18-11 6-23 6-35 0-50-23-100-47-150-70-12-5-24-5-35 0-50 23-101 47-151 70-12 6-24 6-36 0-12-6-25-12-37-17-4-2-10-4-10-9 0-6 6-7 10-9 74-35 148-70 223-104 12-6 24-6 35-1 75 35 150 70 225 105 2 1 4 2 5 3 5 3 5 8 0 11z"/>
<glyph glyph-name="disqus" unicode="&#57369;" d="M263 317l-27 0 0-122 27 0c41 0 70 20 70 61l0 0c0 40-29 61-70 61z m2 188c-136 0-246-112-246-249 0-37 8-72 22-103l-41-101 106 14c43-36 98-59 159-59 137 0 247 112 247 249 0 137-110 249-247 249z m134-248c0-72-50-124-138-124l-92 0 0 246 93 0c87 0 137-50 137-122z"/>
<glyph glyph-name="vkontakte" unicode="&#57370;" d="M495 159c-15 20-28 32-47 50-8 8-19 16-20 27-1 15 13 29 20 39 1 1 2 2 3 3 1 1 1 1 2 2 0 1 1 1 1 2 1 1 1 2 2 2 0 1 1 1 1 1 1 1 1 2 2 3 13 17 26 32 39 52 4 7 17 32 13 42-6 12-37 8-54 8-21 0-44 4-59-2-9-3-15-23-20-34-8-17-15-31-23-44 0-1-1-2-2-3 0 0 0 0 0 0 0-1-1-2-2-3 0 0 0 0 0 0-1-2-2-4-3-5 0-1-1-1-1-1 0-1-1-1-1-2-1-1-1-1-1-2-1 0-1-1-2-2 0 0-1-1-1-2-1 0-1-1-1-1-1-1-2-2-3-4-7-10-14-22-27-24-1 1-1 1-2 1 0 0 0 1 0 1-1 0-1 0-1 0 0 1-1 1-1 1 0 0 0 0-1 1 0 0 0 0 0 0 0 0 0 1-1 1 0 0 0 0 0 0 0 1-1 1-1 1 0 0 0 1 0 1 0 0-1 0-1 1 0 0 0 0 0 0 0 1 0 1-1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0-1 0-1 0 0 1 0 1 0 2 0 0 0 0 0 0-1 1-1 1-1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1-1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1-1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 2 0 0 0 0 0 0 0 1 0 1 0 2 0 0 0 0 0 0 0 1 0 1 0 2 0 0-1 0-1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 2 0 0 0 0 0 0 0 1 0 1 0 2 0 0 0 0 0 0 0 3 0 5 0 8 0 0 0 1 0 1 0 2 0 5 1 7 0 22 7 51-3 68-9 15-43 13-67 13-29 0-52-2-61-19 10-7 21-7 26-17 6-11 7-34 6-55 0-1 0-2 0-3 0-18-1-47-13-49-12-2-22 16-29 25-1 2-2 3-3 5 0 0-1 1-1 1-1 1-1 2-2 4 0 0-1 1-1 1-1 1-2 2-2 3-1 1-1 1-1 2-1 1-2 3-3 4-9 15-18 30-26 49-6 11-13 30-19 33-12 6-36 3-52 3-18 0-37 3-48-6 0-20 10-37 18-53 11-22 22-43 34-63 0-1 1-2 1-3 2-2 3-5 5-7 0-1 1-2 1-3 2-2 3-5 5-7 0-1 1-2 2-3 2-3 4-6 6-9 0 0 0 0 0 0 2-3 4-7 6-10 1-1 1-2 2-2 2-3 3-5 5-7 0-1 1-2 2-3 1-2 3-5 5-7 0-1 1-2 2-3 2-3 4-6 7-9 31-39 66-76 135-84 22-2 54-4 61 9 10 16-1 54 21 57 15 3 28-20 37-29 15-17 33-35 59-40 0 0 1 0 2 0 23 10 92-11 96 18 1 10-11 26-17 33z"/>
<glyph glyph-name="whatsapp" unicode="&#57371;" d="M437 438c-48 48-112 74-180 74-140 0-254-114-254-254 0-44 12-88 34-127l-36-131 135 35c37-20 78-31 121-31l0 0c0 0 0 0 0 0 140 0 254 114 254 254 0 68-26 132-74 180z m-180-391l0 0c-38 0-75 10-107 30l-8 4-80-21 21 78-5 8c-21 34-32 72-32 112 0 117 95 211 211 211 56 0 109-22 149-62 40-40 62-93 62-149 0-116-95-211-211-211z m116 158c-7 3-38 19-44 21-5 2-10 3-14-3-4-7-16-21-20-25-4-4-7-5-14-2-6 3-26 10-51 32-18 16-31 37-35 44-4 6 0 9 3 13 3 2 6 7 9 11 4 3 5 6 7 10 2 4 1 8-1 11-1 3-14 35-19 47-6 13-11 11-15 11-3 0-8 0-12 0-4 0-11-1-17-7-6-7-22-22-22-53 0-32 23-62 26-66 3-4 45-68 108-96 15-6 27-10 36-13 16-5 29-4 40-3 13 2 38 16 43 31 6 14 6 27 4 30-2 2-6 4-12 7z"/>
<glyph glyph-name="patreon" unicode="&#57372;" d="M192 158c-1-2-1-3-1-5 0-26 0-51 0-77 0-4 1-5 5-6 72-22 137-8 193 42 35 31 55 71 62 117 13 97-46 188-140 215-109 31-220-34-245-143-4-14-5-29-5-43-1-84-1-168-1-251 0-7 0-7-6-7-16 0-33 0-49 0-4 0-5 1-5 5 0 86-1 173 0 259 1 46 14 88 39 127 40 63 97 102 170 117 22 4 45 5 67 3 57-4 108-26 151-64 36-32 61-72 75-118 5-17 8-34 9-51 3-36 0-70-12-104-27-76-78-128-153-158-29-11-60-16-91-16-37 0-73 0-109 0-7 0-7 0-7 7 0 84 0 168 0 252 1 54 42 103 96 112 64 11 122-28 136-91 14-64-30-129-94-139-29-5-56 0-81 15-1 1-3 1-4 2z"/>
<glyph glyph-name="storehouse" unicode="&#57373;" d="M256 341l-144-83 0 167 144-84 148 86-148 85-148-85 0-171 148-85 144 83 0-167-144 84-148-86 148-85 148 85 0 171z"/>
<glyph glyph-name="pocket" unicode="&#57374;" d="M512 424c0 14 1 27-7 39-6 9-16 17-26 20-14 4-29 3-42 2-60 0-121 1-181 1-7 0-13 0-20 0-8 0-16 0-25 0-29 0-59 0-89 0-15 0-30 0-45 0-8 0-16 0-24 0-7 0-13 0-19-2-21-6-34-26-34-48 0-30 0-60 0-90 0-29-1-59 1-89 2-27 10-55 21-80 21-45 55-83 97-110 46-29 101-43 155-39 53 4 104 25 145 59 39 31 67 73 82 120 8 27 11 56 11 84 0 29 0 59 0 89 0 15 0 30 0 44z m-102-116c-3-13-16-22-25-31-23-22-46-44-69-65-12-12-23-23-35-34-9-8-21-12-33-9-14 3-24 16-33 25-12 11-23 22-34 32-23 22-46 44-69 67-17 17-14 48 10 58 11 4 24 3 33-3 6-5 12-10 17-16 6-5 12-11 17-16 23-22 44-44 67-64 26 24 52 49 78 74 11 10 21 24 37 27 12 2 25-3 33-12 7-9 10-22 6-33z"/>
<glyph glyph-name="mail" unicode="&#57375;" d="M273 197c-5-4-11-7-17-7-6 0-12 3-17 7l-239 195 0-307 512 0 0 307z m-17 59c5 0 10 2 14 5l203 166-434 0 203-166c4-3 9-5 14-5z"/>
<glyph glyph-name="blogger" unicode="&#57376;" d="M476 317l-22 0c-22 0-34 15-34 31l0 14c0 73-81 150-150 150l-108 0c-91 0-162-72-162-163l0-194c0-85 73-155 149-155l205 0c84 0 158 71 158 157l0 123c0 23-8 37-36 37z m-314 62l93 0c16 0 30-14 30-31 0-16-14-31-30-31l-93 0c-16 0-30 15-30 31 0 16 14 31 30 31z m185-246l-185 0c-16 0-30 12-30 28 0 17 14 28 30 28l185 0c16 0 30-11 30-28 0-16-14-28-30-28z"/>
<glyph glyph-name="technorati" unicode="&#57377;" d="M512 512l0-354c-87-53-191-64-287-46-48-25-91-60-138-87 3 37 8 73 12 110 1 15 6 34-10 43-59 47-99 124-90 201 5 50 31 92 62 133z m-89-65c-39 29-90 42-138 40-55-1-110-21-147-61-21-22-37-52-37-83-2-43 22-84 55-109 70-53 173-58 249-15 43 24 77 67 78 117 1 45-24 86-60 111z"/>
<glyph glyph-name="reddit" unicode="&#57378;" d="M512 260c0 28-22 50-50 50-16 0-30-7-39-19-40 29-96 47-159 48l37 110 92-22c2 0 3 0 4 0 1-21 18-38 40-38 22 0 39 18 39 40 0 22-17 39-39 39-17 0-30-9-37-23 0 0-1 1-2 1l-101 24c-5 1-10-2-11-6l-43-125c-61-2-115-19-155-47-9 11-22 18-38 18-28 0-50-22-50-50 0-20 12-38 30-46-2-7-3-15-3-23 0-82 102-149 228-149 126 0 228 67 228 149 0 7-1 15-3 22 19 8 32 26 32 47z m-373-40c0 20 17 37 37 37 20 0 37-17 37-37 0-20-17-37-37-37-20 0-37 17-37 37z m200-102c-17-17-44-25-83-25-39 0-66 8-83 25-2 2-2 6 0 9 2 2 6 2 8 0 15-15 39-22 75-22 35 0 60 7 75 22 2 2 6 2 8 0 2-3 2-7 0-9z m-2 65c-21 0-38 16-38 37 0 20 17 37 38 37 20 0 36-17 36-37 0-21-16-37-36-37z"/>
<glyph glyph-name="dribbble" unicode="&#57379;" d="M255 510c-141 0-256-115-256-256 0-141 115-256 256-256 142 0 256 115 256 256 0 141-114 256-256 256z m170-118c30-37 49-84 49-136-7 2-79 16-152 7-2 4-3 8-5 11-4 11-9 22-14 32 80 33 117 80 122 86z m-170 81c56 0 107-21 145-55-3-6-36-50-114-79-36 65-76 119-82 128 17 4 34 6 51 6z m-92-21c5-8 44-62 81-127-103-27-193-26-203-26 15 68 60 124 122 153z m-126-198c0 2 0 4 0 7 9-1 115-2 225 31 6-12 12-25 17-37-3-1-5-2-8-3-113-36-173-136-178-144-35 39-56 90-56 146z m218-219c-50 0-97 18-134 46 4 9 48 94 172 137 0 0 1 0 1 1 31-80 44-147 47-166-26-11-55-18-86-18z m123 38c-3 13-14 77-43 156 69 11 129-7 136-10-9-61-44-113-93-146z"/>
<glyph glyph-name="stumbleupon" unicode="&#57380;" d="M256 364c-15 0-27-12-27-27l0-164c-1-62-52-113-115-113-63 0-114 52-114 115 0 1 0 71 0 71l88 0 0-70c0-15 12-27 27-27 15 0 27 12 27 27l0 165c2 61 52 110 114 110 62 0 112-49 114-110l0-37-52-15-35 16 0 32c0 15-12 27-27 27z m256-189c0-63-51-115-114-115-63 0-114 51-115 114l0 71 35-16 52 16 0-72c0-15 12-27 27-27 15 0 27 12 27 27l0 73 88 0c0 0 0-70 0-71z"/>
<glyph glyph-name="digg" unicode="&#57381;" d="M154 338l51 0 0-174-51 0z m-72 72l51 0 0-246-133 0 0 174 82 0z m0-113l-31 0 0-92 31 0z m72 61l51 0 0 52-51 0z m71-20l133 0 0-236-133 0 0 41 82 0 0 21-82 0z m51-133l31 0 0 92-31 0z m236 133l0-236-133 0 0 41 82 0 0 21-82 0 0 174z m-51-41l-31 0 0-92 31 0z"/>
<glyph glyph-name="envato" unicode="&#57382;" d="M414 508c-15 8-58 3-110-13-90-62-166-153-172-299-1-3-10 1-11 2-25 47-34 96-14 167 4 6-9 14-11 12-4-5-23-25-35-46-62-107-22-243 86-303 107-60 243-21 303 86 69 124 5 371-36 394z"/>
<glyph glyph-name="behance" unicode="&#57383;" d="M461 364l-128 0 0 30 128 0z m-212-121c10-14 15-30 15-50 0-16-3-30-9-41-7-12-15-21-25-29-11-7-23-12-36-16-13-3-27-5-41-5l-153 0 0 318 148 0c15 0 29-3 42-6 12-3 22-8 31-14 9-6 16-15 21-25 5-9 7-22 7-37 0-15-3-29-11-39-7-11-18-20-32-26 20-6 34-16 43-30z m-182 49l72 0c13 0 23 1 31 7 8 6 12 14 12 28 0 7-1 13-4 18-3 4-6 8-11 11-4 2-9 5-15 6-6 1-12 2-18 2l-67 0z m128-95c0 16-5 27-14 34-9 7-21 10-36 10l-78 0 0-87 76 0c7 0 14 1 20 2 6 2 11 4 16 7 5 3 9 7 11 13 3 5 5 12 5 21z m317 3l-165 0c0-16 6-35 16-44 9-9 23-14 40-14 13 0 24 4 33 11 9 6 14 11 17 21l55 0c-9-31-23-48-41-60-18-12-40-19-66-19-18 0-34 3-49 9-14 6-26 14-36 24-10 11-18 24-24 39-5 14-8 30-8 48 0 17 3 33 9 48 5 15 13 27 23 38 11 11 23 19 37 26 15 6 31 9 48 9 19 0 36-4 51-11 14-8 26-18 35-30 10-13 16-28 20-44 4-16 6-36 5-51z m-63 41c-2 15-7 27-14 35-8 9-21 13-36 13-10 0-18-2-25-6-6-3-12-7-16-12-4-5-6-10-8-16-2-5-3-9-3-14z"/>
<glyph glyph-name="delicious" unicode="&#57384;" d="M512 256l-256 0 0-256-256 0 0 256 256 0 0 256 256 0z"/>
<glyph glyph-name="deviantart" unicode="&#57385;" d="M483 238c-24 29-54 47-88 61-44 18-90 25-137 26-3 0-7 0-12 0 0 16 0 31 0 48-21-2-41-5-67-7 0-3 0-4 0-6 0-12 0-25 0-37 1-4-1-6-5-7-34-7-66-18-96-36-23-14-43-31-58-54-18-27-25-57-17-88 82 0 161 0 243 0 0 51 0 98 0 147 10 0 21 0 31 0 26-2 52-6 76-16 32-15 54-38 63-72 1-2 1-8 2-8-29 0-54 0-85 0 0 0 0 5 0 7 0 19 0 39 0 59 0 4-1 6-5 6-13 3-24 5-37 7-8 1-20 1-25 2 0-45 0-91 0-132 82 0 161 0 243 0 1 10 3 15 3 22 1 30-10 55-29 78z m-304-49c-31 0-56 0-84 0 2 36 43 81 84 86 0-28 0-55 0-86z"/>
<glyph glyph-name="forrst" unicode="&#57386;" d="M230 0l-188 0 214 512 214-512-188 0 0 85 86 43-6 13-80-40 0 39 49 27-7 13-42-22 0 57-52 0 0-88-43 30-8-12 51-36z"/>
<glyph glyph-name="play" unicode="&#57387;" d="M295 267l66 66-100 58c0 0-196 113-207 119-1 1-2 2-4 2z m178 1c-9 5-86 50-101 59l-68-68 69-70c19 11 89 51 99 57 12 7 11 17 1 22z m-438 243c-2-3-4-7-4-12 0-23 0-242 0-242 0 0 0-236 0-246 0-3 1-5 2-7l254 255z m260-261l-250-250c1 0 3 1 4 2 10 6 212 122 212 122l102 59z"/>
<glyph glyph-name="zerply" unicode="&#57388;" d="M275 412c-8-1-16-3-23-4-23-3-46-5-69-2-10 1-20 3-29 8-13 6-17 13-16 28 1 11 3 23 9 33 6 11 13 21 20 31 5 7 10 8 17 4 11-7 24-11 37-13 26-5 52-6 78-6 35 0 70 5 104 12 2 0 3 0 4 0 6 0 9-2 8-8-2-13-3-27-5-40 0-3-2-7-4-9-74-85-148-170-221-255-6-7-7-10-6-19 5-1 9-1 14-1 22-3 42-12 61-23 16-10 31-19 47-28 16-9 31-17 48-20 21-5 41-6 61-1 9 3 18 7 25 12 1 1 2 1 4 3 1-9 2-17 2-25-1-21-5-40-16-58-11-17-25-28-45-31-14-1-26 2-39 5-28 9-53 23-77 40-12 8-24 18-36 27-24 17-50 29-79 32-13 2-27 3-41 3-9 1-18 0-27 0-6 0-10 3-10 9 0 17 0 33 1 49 0 5 2 10 5 13 65 77 130 154 195 231 1 1 2 2 3 3z"/>
<glyph glyph-name="wikipedia" unicode="&#57389;" d="M48 362c-12 19-31 38-46 44l-2 1 0 18 1 1 131 0c0-4 0-11 0-18-18-2-38-11-33-30 33-72 63-146 95-219l56 104c-22 44-37 89-61 132-7 12-28 13-43 13l0 17 123 0 0-17c-11-1-24-4-22-17l35-77c11 24 24 48 34 73 5 20-18 21-32 22l0 16 110 0 0-16c-17-1-32-6-41-18-21-33-37-71-54-107 17-39 34-78 51-114l94 216c-7 14-21 19-35 22l-1 17 104 0 0-17c-5-1-9-2-13-4-8-4-16-12-21-21l-129-297-22 0-61 145-75-145-22 0c-44 91-75 186-121 276z"/>
<glyph glyph-name="apple" unicode="&#57390;" d="M463 340c-36-12-60-62-60-99 0-48 27-98 71-110-12-42-46-95-77-117-13-9-28-13-47-13-12 0-26 2-45 10-15 7-29 10-38 10-8 0-25-5-48-14-13-4-24-7-31-7-21 0-39 9-58 24-59 54-92 133-92 216 0 81 51 159 130 159 24 0 41-5 57-13 15-9 28-12 42-12 11 0 24 2 36 7 31 12 51 18 63 18 30 0 54-9 74-27 8-8 16-19 23-32z m-210 56c0 28 12 53 31 77 19 21 45 34 73 39 0-29-10-58-29-81-22-24-46-35-75-35z"/>
<glyph glyph-name="flattr" unicode="&#57391;" d="M512 200c0-33-4-66-16-98-21-54-60-85-116-97-17-4-34-5-51-5-96 0-192 0-288 0-1 0-3 0-4 0 0 0 0 1 0 1 18 18 36 36 54 54 50 50 100 100 149 149 1 1 1 2 2 2 3 3 5 5 9 3 4-2 5-5 5-9 0-25 0-51 0-76 0-2 0-4 0-5 0-1 2-1 2-1 22 0 44 0 65 1 8 1 17 3 24 6 24 8 37 26 41 50 3 13 4 26 4 40 1 45 1 91 1 137 0 3 0 5 3 7 37 38 74 75 112 112 1 1 1 3 2 4 1 0 2 0 2-1 0-1 0-3 0-4 0-90 0-180 0-270z m-393-40c0 45 0 90 1 134 0 14 1 28 3 42 5 26 19 44 45 52 5 2 11 4 16 4 24 1 47 1 71 2 0 0 1-1 1-1 0-1 0-3 0-4 0-25 0-50 0-75 0-2-1-3 0-4 1-3 3-5 5-7 2-2 5 0 8 2 1 1 2 2 3 3 67 67 133 133 200 200 1 1 2 4 4 4-3 0-4 0-5 0-96 0-192 0-288 0-17 0-34-1-50-5-58-12-98-45-118-101-11-31-15-63-15-95 0-90 0-180 0-269 0-2 0-3 0-5 2 1 3 2 4 3 37 38 75 75 112 113 2 2 3 4 3 7z"/>
<glyph glyph-name="github" unicode="&#57392;" d="M484 334c0 36-12 66-34 89 4 8 15 42-3 88 0 0-28 9-91-34-27 7-55 11-84 11-28 0-56-4-83-11-64 43-91 34-91 34-19-46-7-80-4-88-21-23-34-53-34-89 0-128 78-156 152-165-10-8-19-23-22-44-19-9-67-23-96 28 0 0-18 31-51 34 0 0-33 0-3-20 0 0 22-11 37-49 0 0 20-59 112-39 1-28 1-71 1-79l165 0c0 11 0 64 0 108 0 31-10 51-22 62 74 8 151 36 151 164z m-418-163c-1-1-4-2-6-1-2 1-4 4-3 5 1 2 3 3 6 1 2-1 3-3 3-5z m13-15c-1-1-5 0-7 2-2 2-2 5-1 7 2 1 5 1 7-2 2-2 3-5 1-7z m13-19c-2-1-5 0-7 3-2 3-2 7 0 8 2 1 5 0 7-3 2-3 2-6 0-8z m18-18c-2-2-6-2-8 1-3 3-4 6-2 8 2 3 6 2 8-1 3-2 4-6 2-8z m25-11c-1-3-5-4-8-3-4 1-7 4-6 7 1 3 5 4 9 3 3-1 6-4 5-7z m20-7c-4 0-7 2-7 5 0 3 3 5 7 5 4 0 7-2 7-5 0-3-3-5-7-5z m26 3c-4-1-7 1-8 4 0 2 3 5 7 6 4 1 7-1 8-4 0-2-3-5-7-6z"/>
<glyph glyph-name="renren" unicode="&#57393;" d="M256 159c0 0 0 0 0 0 0 0 0 0 0 0z m-137 102c1 7 3 14 4 21 2 7 1 15 1 22l0 39c0 20 0 39 0 58-4 0-9-1-12-2-12-4-22-7-31-12-37-18-65-50-77-94-11-41 0-85 17-112 4-6 9-15 14-19 5 0 9 4 12 7 7 4 14 9 20 14 3 2 5 5 8 7 20 17 34 43 44 71z m137-102c0 0 0 0 0 0 0 0 0 0 0 0z m-97 29c-3 6-5 12-8 18-1 3-2 6-3 9l0 0c-3-6-6-11-9-16-5-10-11-19-17-27-9-11-18-22-28-30-5-5-11-9-16-14 0 0 0-1 0-1 3-1 6-3 9-4 7-3 14-6 21-8 26-7 58-5 82 2 6 2 20 6 24 10l0 0c-6 3-11 8-16 12-15 14-28 30-39 49z m348 105c-11 45-39 76-76 95-9 4-19 8-31 11-3 1-8 2-12 2 0-19 0-38-1-58l0-38c0-8 0-16 1-23 2-7 4-14 5-21 10-28 24-54 44-71 3-2 5-4 8-7 6-5 13-10 20-14 3-2 7-7 12-7 5 4 10 13 14 19 17 27 28 71 16 112z m-117-121c-6 8-12 17-17 27-3 5-6 10-9 16l0 0c-1-3-2-6-3-9-3-6-5-12-8-18-11-19-24-35-39-48-5-5-10-10-16-13l0 0c4-4 18-8 24-10 24-7 56-9 82-2 7 2 14 5 21 8 3 1 6 3 9 4 0 1 0 1 0 1-5 5-11 9-16 14-10 8-19 19-28 30z m-52 87c2 6 3 13 4 20 2 6 1 15 1 23l0 43c0 19 0 37 0 56-1 0-1 0-2 0-6-1-10-1-19-4-11-3-22-9-31-14-10-5-17-13-25-19-3-2-7-6-10-10 0 0 0 0 0 0 0 0 0-1 0-1 4-5 8-10 11-15 8-11 15-24 19-39 10-34 6-77-7-104-5-9-9-17-15-24-2-4-5-7-8-11 0 0 0 0 0 0 0 0 0 0 0-1 0 0 1 0 1 0 12 7 22 19 32 27 7 5 12 12 17 18 13 16 24 33 32 55z m-82-99c-3 4-6 7-8 11-6 7-11 15-15 24-13 27-18 70-7 105 4 14 11 27 18 38 4 5 8 10 12 15 0 0 0 1 0 1 0 0 0 0 0 0-3 4-7 8-10 10-8 6-16 14-25 19-9 5-20 11-31 14-9 3-13 3-19 4-1 0-1 0-2 0 0-19 0-37 0-56l0-43c0-8-1-17 1-23 1-7 2-14 4-20 8-22 19-39 32-55 5-6 10-13 17-18 10-8 20-20 32-27 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0z"/>
<glyph glyph-name="friendfeed" unicode="&#57394;" d="M512 415l-76 0c-15 0-31-20-31-47l0-45 90 0 0-89-90 0 0-225-90 0 0 225-135 0 0-225-90 0 0 225-90 0 0 89 90 0 0 45c0 75 54 135 121 135l76 0 0-88-76 0c-15 0-31-20-31-47l0-45 135 0 0 45c0 75 54 135 121 135l76 0z"/>
<glyph glyph-name="newsvine" unicode="&#57395;" d="M274 74l44 32c0 2 0 3 0 4 0 20 16 37 36 37 20 0 37-17 37-37 0-20-17-36-37-36-7 0-14 2-19 6l-61-44 0-36-36 0 0 108-62 45c-6-3-12-5-18-5-20 0-37 17-37 37 0 20 17 36 37 36 20 0 36-16 36-36 0-2 0-4-1-6l45-33 0 108-62 45c-6-3-12-5-18-5-20 0-37 17-37 37 0 20 17 36 37 36 20 0 36-16 36-36 0-2 0-5-1-7l45-32 0 101-63 46c-5-3-11-5-17-5-20 0-37 16-37 36 0 20 17 37 37 37 20 0 36-17 36-37 0-2 0-4-1-6l45-33 0 81 36 0 0-153 44 32c0 2 0 4 0 5 0 20 16 37 36 37 20 0 37-17 37-37 0-20-17-36-37-36-7 0-13 2-19 5l-61-44 0-101 44 32c0 2 0 3 0 4 0 21 16 37 36 37 20 0 37-16 37-37 0-20-17-36-37-36-7 0-13 2-19 6l-61-45 0-107z"/>
<glyph glyph-name="identica" unicode="&#57396;" d="M0 270c0-126 104-228 233-228 37 0 72 9 103 24l176-52-57 183c8 23 12 48 12 73 0 126-104 228-233 228-129 0-234-102-234-228z m392 0c0-19-4-38-10-55l29-82 3-8c0 0 0 1 0 1l10-27-37 9-80 25c-22-11-47-17-74-17-87-1-158 69-158 154 0 85 71 154 159 155 87 0 158-70 158-155z"/>
<glyph glyph-name="bebo" unicode="&#57397;" d="M282 0l-52 0c-113 0-204 92-204 205l0 256c0 28 23 51 51 51 28 0 51-23 51-51l0-256c0-57 46-103 102-103l52 0c56 0 102 41 102 90 0 50-28 90-51 90l-103 0c-28 0-51 23-51 51 0 28 23 51 51 51l103 0c85 0 153-86 153-192 0-106-91-192-204-192z"/>
<glyph glyph-name="zynga" unicode="&#57398;" d="M382 510c0 0 35 3 63-15 10 1 18-4 23-13 5-10 15-33 7-47-2-2-8 9-8 9 0 0-3-14-11-19 1-29-10-49-13-56-2-3-1-7 1-11 1-3 20-71 19-93-1-23-12-49-21-59 2-18-7-34-11-42-5-7-14-36-16-49-3-14-4-28-1-32 3-5 16-18 15-25-1-6-15-14-22-14-6 0-20 4-23 13-4 9-4 25-2 34 3 9 19 76 9 115-23-11-62-10-62-10 0 0-7-35-15-55-3-5-2-37-2-58 0-20 7-52 7-52 0 0 10-8 8-17-1-9-13-14-23-14-10 0-23 8-23 20 0 12 2 41 1 61-1 21 0 34-4 47-3 13-13 47-14 73-3 0-6 3-6 3 0 0-16-19-27-29 2-7 5-20 5-23 0-3 3-5 8-7 5-2 20-10 19-18 0-8-19-10-35-3-4 2-18 49-20 55-2 6-3 9-1 15 3 5 9 22 8 32-1 10-19 26-32 26-9 0-24-15-34-23-13-10-28-25-32-28-4-2-34-57-39-72-3-7-7-38-33-37-11 1-22 14 11 36 8 19 19 39 20 43 1 4 9 53 24 99 14 47 35 69 39 72 3 3 5 4 2 6-3 2-37 31-31 93 1 7 4 5 7-11 2-17 15-56 44-68 3-1 24 15 132 23 0 19 3 39 3 39 0 0-7 6-8 17-4-5-6-7-11-6-4 1-4 23-3 39 1 15 19 22 26 23 9 5 19 4 19 4 0 0 16 17 63 9z"/>
<glyph glyph-name="steam" unicode="&#57399;" d="M446 353c0-42-34-75-75-75-42 0-76 33-76 75 0 41 34 75 76 75 41 0 75-34 75-75z m-446-240l29-11c10-47 52-83 102-83 55 0 99 42 105 95l134 98c78 0 141 63 141 140 0 78-63 141-141 141-77 0-140-62-140-139l-88-126c-3 1-7 1-11 1-19 0-38-5-53-15l-78 32 0-133z m370 334c52 0 94-43 94-95 0-52-42-94-94-94-52 0-94 42-94 94 0 52 42 95 94 95z m-239-246c43 0 77-34 77-77 0-43-34-77-77-77-29 0-55 16-68 41 13-5 25-10 38-15 31-13 67 2 80 34 13 31-3 67-34 79l-32 13c5 1 11 2 16 2z"/>
<glyph glyph-name="xbox" unicode="&#57400;" d="M254 416l0 0c0 0 0 0 0 0 102 74 166 37 166 37-45 38-103 61-166 61-63 0-121-23-166-61 0 0 63 38 166-37z m-67-49c-75 46-120 66-120 66-43-46-69-107-69-175 0-60 21-115 56-159 0 0-35 94 133 268z m323-109c0 68-26 129-69 175 0 0-44-20-120-66 168-174 133-268 133-268 35 44 56 99 56 159z m-257 53c-142-105-184-229-184-229 47-49 112-79 185-79 73 0 139 30 185 79 0 0-27 112-186 229z"/>
<glyph glyph-name="windows" unicode="&#57401;" d="M-1 71l211-28 0 198-212 0z m-1 195l212 0 0 206-211-31z m232-226l282-38 0 239-282 0z m0 435l0-209 282 0 0 247z"/>
<glyph glyph-name="qq" unicode="&#57402;" d="M482 216c-15 36-36 62-51 68 0 2 0 4 0 7 0 13-4 26-10 36 0 1 0 2 0 3 0 6-2 12-4 17-4 92-64 165-161 165-97 0-157-73-161-165-3-5-4-11-4-17 0-1 0-2 0-3-6-10-10-23-10-36 0-3 0-5 0-7-15-6-36-32-51-68-19-45-22-88-7-96 11-5 28 7 43 31 6-26 22-48 43-67-22-8-37-22-37-38 0-25 40-46 90-46 45 0 82 17 89 39 2 0 9 0 10 0 7-22 45-39 89-39 50 0 91 21 91 46 0 16-15 30-38 38 22 19 37 41 43 67 16-24 32-36 43-31 15 8 12 51-7 96z m-272 131c-27 3-33 53-20 77 5 8 13 15 23 15 18 0 29-23 29-45 0-22-10-49-32-47z m96 0c-3-1-9-2-13 0-26 7-31 55-17 77 4 7 11 14 20 15 2 1 7 1 10 0 30-12 29-81 0-92z m-7 59c-8 4-15-2-17-8-1-5-3-13 4-14 3 3 2 14 8 13 6-1 2-14 11-12 3 8 0 19-6 21z m-73 5c-14-2-14-36 1-37 15-1 16 39-1 37z"/>
<glyph glyph-name="douban" unicode="&#57403;" d="M0 504l512 0 0-56-512 0z m419-325l51 0 0 215-427 0 0-215 45 0 38-122-126 0 0-49 512 0 0 49-129 0z m-290 159l257 0 0-102-257 0z m182-281l-113 0-38 122 187 0z"/>
<glyph glyph-name="meetup" unicode="&#57404;" d="M387 499c-4 0-8-4-12-4-12 0-22-10-32-8-10 1-19-16-31-16l-3 0c-3 0-6 19-7 20-53-72-71-165-95-263-13 24-25 49-37 74-22 42-44 87-68 123-7 0-14 1-21 1-28 0-54-5-78-12l-1-66c-3-113-6-210 23-302 5-1 11-2 16-2 34 0 64 17 77 24 3 29-1 51-5 75-2 12-4 25 3 41 19-26 37-54 54-82 11-18 22-36 31-51 5-1 11-1 16-1 13 0 25 2 37 3 12 2 24 4 38 4l8-3c15 34 16 86 17 135 1 46 2 93 22 128 22-102 52-201 92-302 13 2 29 7 43 11 11 3 20 7 28 7 4 0 7-2 10-4-24 65-39 138-53 210-19 93-39 187-72 260z"/>
<glyph glyph-name="playstation" unicode="&#57405;" d="M511 170c-5 24-43 37-103 42-42 3-84-7-125-21l-7-2 0 181c0 15 32 14 32-3l0-141c65-19 98 10 99 82 0 61-41 97-108 115l-106 27 0-214-32-11 32-10 0-54-76-26c-26-9-47 12-24 20l19 7-71 22c-22-7-42-23-41-45 1-22 53-28 92-34 37-6 71-3 101 8l0 23 0-48 83-27 0 2 1-2 72 26 120 42-78 24-115-39 0 27 73 25 43 15c45 8 63-7 20-21l-21-7 78-24 1 0c31 11 45 27 42 41z m-470 14l71-22 81 29 0 24-32 10-118-40c-1 0-1-1-2-1z"/>
<glyph glyph-name="android" unicode="&#57406;" d="M444 352c-17 0-31-15-31-32l0-124c0-17 14-31 31-31 17 0 31 14 31 31l0 124c0 17-14 32-31 32z m-376 0c-17 0-31-15-31-32l0-124c0-17 14-31 31-31 17 0 31 14 31 31l0 124c0 17-14 32-31 32z m50-1l0-226c0-14 11-25 24-25l28 0 0-68c0-18 14-32 31-32 17 0 31 14 31 32l0 68 49 0 0-68c0-18 14-32 31-32 17 0 31 14 31 32l0 68 28 0c13 0 24 11 24 25l0 226z m204 117l25 37c2 2 1 5-1 6-2 2-4 1-6-1l-26-39c-18 7-37 11-58 11-21 0-40-4-58-11l-26 39c-2 2-4 3-6 1-2-1-3-4-1-6l25-37c-40-19-69-55-73-97l278 0c-4 42-33 78-73 97z m-124-59c-9 0-16 7-16 15 0 9 7 16 16 16 8 0 15-7 15-16 0-8-7-15-15-15z m118 0c-8 0-15 7-15 15 0 9 7 16 15 16 9 0 16-7 16-16 0-8-7-15-16-15z"/>
<glyph glyph-name="snapchat" unicode="&#57407;" d="M261 485c19 0 85-5 116-75 10-23 8-65 6-98-1-6-1-11-1-16l0-2 1-1c1-1 6-7 18-7l0 0c8 0 17 3 27 7 1 1 3 1 5 1 2 0 5 0 7-1l0 0c5-2 8-5 8-8 0-2-1-8-19-15-1-1-4-1-6-2-12-4-29-9-35-23-4-8-3-17 2-28 3-5 36-79 110-92 0 0 0 0 0-1-2-3-10-13-59-21-8-1-10-10-12-20-1-4-2-7-3-11-1-1-1-1-2-1 0 0 0 0 0 0-3 0-6 0-10 1-7 1-17 3-29 3-7 0-14-1-21-2-16-2-28-11-41-20-18-13-36-26-64-26-1 0-2 0-4 0l0 0c-1 0-1 0-2 0-28 0-46 13-64 26-13 9-26 18-41 20-7 1-14 2-21 2-12 0-22-2-29-3-4-1-7-2-10-2-2 0-2 0-2 2-1 3-2 7-3 11-2 10-4 19-12 20-50 8-58 18-59 21 0 1 0 1 0 1 74 13 107 87 109 92 6 10 6 20 3 27-6 14-23 20-35 24-3 0-5 1-7 2-15 6-19 12-19 15 1 5 9 9 15 9 1 0 2 0 3-1 11-5 20-7 28-7 13 0 19 6 20 7l1 1 0 2c0 5-1 10-1 16-2 33-5 75 6 98 31 69 97 75 116 75 0 0 9 0 9 0 0 0 1 0 1 0z m0 12c-1 0-1 0-1 0-3 0-9 0-9 0-11 0-34-2-59-13-14-6-26-14-37-25-13-12-23-27-31-44-12-26-9-69-7-104l0 0c0-4 1-8 1-11-2-1-5-2-9-2-6 0-14 2-22 6-3 1-6 2-9 2-5 0-11-2-15-4-6-4-10-9-11-14-1-4-1-11 7-18 4-4 11-8 19-11 2-1 5-2 8-3 9-3 23-7 27-16 2-5 1-11-2-18-1 0-1 0-1 0-1-2-9-21-26-40-9-11-19-21-31-28-13-9-28-14-43-17-6-1-11-6-10-12 0-2 0-4 1-6 2-5 8-10 17-15 11-5 28-9 50-13 1-2 2-7 3-11 1-4 2-8 3-12 2-4 5-10 14-10 3 0 7 1 12 2 6 1 15 3 27 3 6 0 12-1 19-2 12-2 23-9 36-18 18-13 39-28 70-28 1 0 2 0 3 0 1 0 2 0 4 0 31 0 52 15 70 28 13 9 24 16 36 18 7 1 13 2 20 2 10 0 19-1 26-3 5-1 9-1 12-1l1 0c6 0 11 3 13 9 1 4 2 8 3 12 1 4 2 9 3 11 22 4 39 8 50 13 9 5 15 9 17 15 1 2 1 4 1 6 1 6-4 11-10 12-68 11-99 82-100 85 0 0 0 0 0 0-4 7-5 13-3 18 4 8 18 13 28 16 2 1 5 2 7 3 9 3 16 7 21 12 5 5 6 10 6 14 0 8-7 15-17 19-3 1-7 2-11 2-3 0-7 0-10-2-8-4-15-6-22-6-3 0-5 1-7 1 1 4 1 7 1 10l0 2c2 34 5 78-6 103-8 18-19 33-32 45-10 11-23 19-37 25-24 11-47 13-58 13z"/>
<glyph glyph-name="twitter" unicode="&#57408;" d="M460 360c0-4 0-9 0-13 0-139-106-299-299-299-59 0-115 17-161 47 8-1 17-1 25-1 49 0 95 16 131 45-46 0-85 31-99 73 7-2 13-2 20-2 10 0 19 1 28 3-48 10-84 53-84 103 0 1 0 1 0 2 14-8 30-13 47-13-28 18-47 51-47 87 0 19 6 37 15 53 51-64 129-106 216-110-2 8-3 16-3 24 0 58 47 105 105 105 31 0 58-13 77-33 24 5 47 13 67 25-8-24-25-45-46-58 21 3 41 8 60 17-14-21-32-40-52-55z"/>
<glyph glyph-name="facebook" unicode="&#57409;" d="M296 0l0 234 78 0 12 91-90 0 0 58c0 26 7 44 45 44l48 0 0 81c-8 2-37 4-70 4-70 0-117-42-117-120l0-67-79 0 0-91 79 0 0-234z"/>
<glyph glyph-name="googleplus" unicode="&#57410;" d="M164 287c0-22 0-43 0-64 30 0 60 0 90 0-4-21-16-39-33-51-11-7-24-12-36-14-13-2-27-3-40 0-13 2-25 8-36 16-18 12-31 30-38 50-7 21-7 43 0 64 5 14 13 28 24 39 13 13 31 23 49 27 16 3 33 3 48-2 14-4 26-11 36-21 10 10 20 20 30 30 5 6 11 11 16 16-15 15-33 26-53 33-35 13-75 13-111 1-40-14-74-44-93-81-6-13-11-27-14-42-7-35-2-73 14-106 11-21 26-40 45-54 18-14 38-25 60-31 27-7 56-7 84 0 25 5 48 17 67 34 20 19 34 43 41 69 9 28 10 58 5 87-52 0-103 0-155 0z m348-4l-56 0 0 56-41 0 0-56-56 0 0-41 56 0 0-56 41 0 0 56 56 0z"/>
<glyph glyph-name="pinterest" unicode="&#57411;" d="M170 316c0 22 5 40 17 55 11 15 25 23 41 23 13 0 23-4 30-13 7-9 11-20 11-33 0-8-2-18-5-29-3-12-6-26-11-41-5-16-9-28-11-37-4-16-1-30 9-42 10-11 23-17 39-17 28 0 51 16 69 47 18 32 27 70 27 115 0 34-11 62-33 84-22 21-53 32-93 32-45 0-81-14-108-43-28-28-42-62-42-102 0-24 7-44 20-60 5-5 6-11 5-17-2-5-4-13-6-24-1-4-3-7-6-8-3-1-6-1-9 0-21 9-36 23-47 44-11 21-16 45-16 72 0 18 3 35 9 53 6 18 14 35 26 51 12 17 27 31 43 44 17 13 37 23 62 31 24 7 50 11 77 11 29 0 55-5 79-15 24-9 45-22 61-38 17-17 29-35 39-56 9-21 14-43 14-65 0-60-15-110-46-149-31-40-70-59-118-59-16 0-31 3-45 11-14 7-24 16-30 27-11-47-18-75-21-84-6-23-20-51-43-84l-21 0c-4 41-3 75 3 102l39 165c-6 13-9 29-9 49z"/>
<glyph glyph-name="foursquare" unicode="&#57412;" d="M394 512c0 0-235 0-273 0-37 0-48-28-48-46 0-18 0-434 0-434 0-20 10-28 16-30 7-3 23-5 33 7 0 0 129 150 131 152 4 3 4 3 7 3 7 0 57 0 84 0 35 0 40 25 44 40 3 12 37 187 49 243 8 42-2 65-43 65z m-6-308c3 12 37 187 49 243z m-10 234l-11-60c-2-6-10-13-17-13-8 0-107 0-107 0-12 0-20-8-20-20l0-13c0-12 8-20 20-20 0 0 82 0 91 0 8 0 16-10 15-19-2-9-11-54-12-59-1-4-6-13-17-13-8 0-73 0-73 0-14 0-18-2-27-13-9-11-89-108-89-108-1-1-2-1-2 0l0 339c0 8 7 17 17 17 0 0 210 0 219 0 8 0 15-8 13-18z"/>
<glyph glyph-name="yahoo" unicode="&#57413;" d="M497 350c-9 0-46-9-59-11-13-4-135-98-143-121-2-8-3-21-3-32l-1-19c0-13 4-35 6-46 8-2 66-1 77-2l-2-24c-10 1-84 0-126 0-21 0-90-2-111-1l4 22c12 1 59-2 70 9 5 6 4 12 4 44l0 15c0 7 0 21-2 33-5 13-112 147-140 169-8 2-58 8-70 10l-1 21c6 3 62-1 116 1 36 1 117 0 127-1l-2-18c-11-3-63-4-76-8 35-51 90-118 108-143 9 14 95 73 98 93-13 3-58 10-65 10l-4 23c12 2 76 0 108 0 27 0 85 0 102-2z"/>
<glyph glyph-name="skype" unicode="&#57414;" d="M494 202c4 16 5 34 5 51 0 133-107 241-240 241-14 0-28-1-41-3-22 13-47 21-75 21-77 0-139-63-139-140 0-25 7-50 19-70-3-16-5-32-5-49 0-133 108-240 241-240 15 0 29 1 44 4 19-11 42-17 66-17 77 0 139 63 139 140 0 22-5 43-14 62z m-114-63c-11-16-27-28-49-37-21-9-46-13-75-13-34 0-63 6-86 18-16 8-30 20-40 35-10 15-15 29-15 43 0 9 3 17 10 23 7 6 15 9 25 9 8 0 15-2 21-7 6-5 11-12 14-21 5-9 9-18 14-24 5-6 12-12 20-16 9-4 21-6 35-6 20 0 37 4 49 13 12 8 18 18 18 30 0 9-3 17-10 23-6 6-15 10-25 14-11 3-26 7-44 11-25 5-47 11-64 19-17 7-31 17-41 30-10 13-16 29-16 48 0 18 6 35 17 49 11 14 26 25 47 32 20 8 43 11 70 11 22 0 41-2 56-7 16-5 30-12 40-20 11-8 19-17 24-26 5-9 7-19 7-28 0-8-3-16-10-23-6-7-15-10-25-10-8 0-15 2-20 6-5 4-9 11-15 19-6 12-13 21-21 27-8 6-22 9-40 9-18 0-32-3-42-10-10-6-15-14-15-23 0-5 1-10 5-14 3-4 8-8 14-11 6-3 13-6 19-7 7-2 18-5 34-9 19-4 37-8 53-13 16-6 30-12 41-19 12-8 21-17 27-29 7-11 10-26 10-42 0-20-6-38-17-54z"/>
<glyph glyph-name="yelp" unicode="&#57415;" d="M105 461c5 8 15 12 15 12l101 37c4 1 9 6 24-4 9-5 11-27 11-27l1-173c0 0-2-20-16-24-13-3-24 8-24 8l-104 142c0 0-15 18-8 29z m-53-295c-4 7-3 22-3 22l7 87c0 5 6 12 12 15 7 5 24-2 24-2l108-55c0 0 16-8 16-21 0-18-9-18-14-21l-127-28c0 0-18-7-23 3z m195-165c-8-2-18 0-18 0l-85 27c-6 3-11 7-13 15-3 9 8 23 8 23l85 93c0 0 13 12 23 6 10-5 11-17 11-17l-2-126c0 0 2-18-9-21z m52 259l68 108c0 0 7 14 19 13 10 0 15-9 15-9l58-68c0 0 5-11 3-20-2-9-19-16-19-16l-121-35c0 0-18-4-24 7-5 10 1 20 1 20z m159-141l-51-74c0 0-10-7-19-7-9 0-20 14-20 14l-65 109c0 0-7 16 1 24 8 8 20 5 20 5l122-39c0 0 17-3 17-15 0-8-5-17-5-17z"/>
<glyph glyph-name="feedburner" unicode="&#57416;" d="M321 355c17-90-38-145-106-126 100 164-46 165-1 283-69-49-137-185-137-284 0-139 73-227 171-228 95-1 187 90 187 179 0 102-55 142-114 176z m-73-320c-97-2-177 102-87 249-19-85 32-149 81-149 55-1 87 51 103 118 88-67 48-215-97-218z"/>
<glyph glyph-name="linkedin" unicode="&#57417;" d="M383 250c-7 8-19 12-36 12-22 0-37-7-46-19-9-13-13-31-13-54l0-175c0-3-1-6-4-9-2-2-6-4-9-4l-92 0c-3 0-6 2-9 4-2 3-4 6-4 9l0 323c0 3 2 6 4 9 3 2 6 4 9 4l89 0c3 0 6-1 8-2 2-1 3-4 4-7 0-3 1-6 1-7 0-1 0-4 0-8 23 22 54 32 91 32 43 0 76-10 100-31 24-22 36-53 36-95l0-218c0-3-1-6-4-9-2-2-6-4-9-4l-94 0c-3 0-6 2-9 4-2 3-4 6-4 9l0 197c0 17-3 30-9 39z m-277 155c-12-12-27-18-44-18-17 0-32 6-44 18-12 12-18 26-18 44 0 17 6 31 18 43 12 12 27 19 44 19 17 0 32-7 44-19 12-12 18-26 18-43 0-18-6-32-18-44z m15-68l0-323c0-3-2-6-4-9-3-2-6-4-9-4l-92 0c-3 0-6 2-9 4-2 3-4 6-4 9l0 323c0 3 2 6 4 9 3 2 6 4 9 4l92 0c3 0 6-2 9-4 2-3 4-6 4-9z"/>
<glyph glyph-name="viadeo" unicode="&#57418;" d="M99 112c12-22 29-39 49-51 14-8 29-13 44-16 133 52 117 303 116 316-5 15-28 79-71 151 0 0 60-40 71-150 0 0 0-1 0-1 1-2 1-3 1-3 78-208-91-315-92-315 25 0 47 6 67 18 21 12 37 29 50 51 12 22 18 45 18 71 0 20-4 39-11 57 12 2 27 7 42 17 9-23 14-47 14-73 0-49-17-92-51-129-33-37-77-55-129-55-54 0-97 18-131 55-33 37-50 80-50 129 0 48 16 91 48 126 35 40 79 59 133 59 22 0 43-3 62-10-6-12-12-27-13-43-16 6-32 9-50 9-37 0-68-14-95-41-27-28-40-62-40-101 0-26 6-49 18-71z m238 206c0 0 103 56 107 104 0 0-32-71-119-91 0 0-31 49 9 89 0 0 14 16 54 26 0 0 40 8 62 54 0 0 45-62 17-145 0 0-14-37-42-54-22-13-54-17-88 17z m-120-275c0 0-1 0-1 0 0 0 0 0 0 0 1 0 1 0 1 0z"/>
<glyph glyph-name="xing" unicode="&#57419;" d="M123 153l-74 0c-4 0-7 2-9 5-2 3-2 8 0 12l78 138c0 0 0 0 0 1l-50 86c-2 4-2 8 0 11 2 3 5 5 10 5l74 0c11 0 17-7 20-14 0 0 51-88 51-88-3-6-80-141-80-141-4-7-9-15-20-15z m349 343l-163-289c0 0 0-1 0-1l104-190c2-4 2-8 0-11-2-3-5-5-10-5l-74 0c-11 0-16 8-20 14 0 0-105 192-105 193 5 9 164 291 164 291 4 7 9 14 20 14l75 0c4 0 8-2 9-5 2-3 2-7 0-11z"/>
<glyph glyph-name="myspace" unicode="&#57420;" d="M423 233c49 0 89-39 89-89 0-16 0-45 0-45l-179 0c0 0 0 29 0 45 0 50 40 89 90 89z m-82 98c0 45 36 82 82 82 45 0 82-37 82-82 0-46-37-82-82-82-46 0-82 36-82 82z m-103-112c44 0 80-36 80-80 0-14 0-40 0-40l-159 0c0 0 0 26 0 40 0 44 35 80 79 80z m-73 89c0 41 33 74 73 74 41 0 74-33 74-74 0-40-33-73-74-73-41 0-73 33-73 73z m-94-101c40 0 72-32 72-72 0-13 0-36 0-36l-143 0c0 0 0 23 0 36 0 40 32 72 71 72z m-66 80c0 37 30 66 66 66 37 0 66-29 66-66 0-36-29-66-66-66-36 0-66 30-66 66z"/>
<glyph glyph-name="soundcloud" unicode="&#57421;" d="M10 174l-10 0 0 62 10 0z m26-20l-10 0 0 97 10 0z m20-6l-10 0 0 113 10 0z m21-5l-10 0 0 113 10 0z m25 0l-10 0 0 149 10 0z m21 0l-10 0 0 169 10 0z m25 0l-10 0 0 180 10 0z m21 0l-10 0 0 185 10 0z m26 0l-11 0 0 180 11 0z m20 0l-10 0 0 174 10 0z m21 0l-11 0 0 195 11 0z m25 0l-10 0 0 210 10 0z m188 2c-1 0-175 0-175 0-4 0-8 3-8 7l0 200c0 4 2 6 7 8 12 5 26 7 40 7 58 0 106-44 111-101 8 3 16 5 25 5 35 0 63-28 63-63 0-35-28-63-63-63z"/>
<glyph glyph-name="spotify" unicode="&#57422;" d="M413 97c-6-10-20-14-30-7-85 51-191 63-316 34-12-2-24 5-27 17-3 12 5 24 17 27 137 31 254 18 349-40 11-6 14-20 7-31z m44 98c-8-13-25-17-38-9-97 59-244 76-359 42-14-5-30 4-35 18-4 15 4 31 19 35 131 40 293 21 404-47 13-9 18-26 9-39z m50 114c-9-16-30-21-46-12-116 69-307 75-418 42-17-6-36 4-42 22-5 18 5 37 23 42 127 39 338 31 472-48 16-10 21-30 11-46z"/>
<glyph glyph-name="grooveshark" unicode="&#57423;" d="M256 512c-141 0-256-115-256-256 0-141 115-256 256-256 141 0 256 115 256 256 0 141-115 256-256 256z m150-307c-19 8-35 24-47 41-13 19-27 38-42 56-15 16-30 32-47 47-16 14-34 28-54 38-14 6-27 11-41 15-2 0-6 2-8 0 0-1 0-3 0-5 1-3 1-5 1-8 5-36 6-73-5-107-6-18-16-35-31-48-11-11-28-22-45-21-3 0-6 0-9 1-18 6-19 26-19 42-1 17 1 34 6 51 1 5 3 10 4 15 20 57 65 103 122 123 22 8 44 12 67 12 67 0 130-34 167-90 9-14 16-29 22-44l0 0c1-6 3-11 4-16 5-17 7-34 7-51-1-32-11-68-52-51z"/>
<glyph glyph-name="lastfm" unicode="&#57424;" d="M390 114c-101 0-137 46-155 102l-19 59c-14 43-31 76-82 76-36 0-72-26-72-98 0-56 28-91 69-91 46 0 76 34 76 34l19-51c0 0-32-31-98-31-82 0-128 48-128 137 0 93 46 147 132 147 78 0 117-28 142-104l19-59c14-43 39-74 98-74 40 0 61 9 61 31 0 17-10 29-40 36l-40 10c-48 11-68 36-68 76 0 64 52 84 105 84 60 0 96-21 101-74l-59-7c-2 25-18 35-46 35-26 0-41-11-41-31 0-18 7-28 33-34l38-8c50-12 77-37 77-84 0-59-49-81-122-81z"/>
<glyph glyph-name="youtube" unicode="&#57425;" d="M507 358c0 0-5 36-20 51-20 21-42 21-52 22-71 5-179 5-179 5l0 0c0 0-108 0-179-5-10-1-32-1-52-22-15-15-20-51-20-51 0 0-5-41-5-82l0-39c0-42 5-83 5-83 0 0 5-35 20-51 20-20 46-20 57-22 41-4 174-5 174-5 0 0 108 0 179 5 10 1 32 2 52 22 15 16 20 51 20 51 0 0 5 41 5 83l0 39c0 41-5 82-5 82z m-182-106l0 0-121-63 0 144 138-72z"/>
<glyph glyph-name="vimeo" unicode="&#57426;" d="M331 366c-12 0-25-3-38-9 25 83 73 123 144 120 53-1 78-35 75-102-3-50-37-118-105-205-69-90-128-136-176-136-30 0-55 28-76 83-14 51-28 101-41 152-16 55-32 82-50 82-4 0-17-8-40-24l-24 31c25 23 50 45 75 67 33 29 59 44 76 46 39 4 64-23 73-82 10-63 17-102 21-117 11-52 24-78 38-78 11 0 27 17 48 50 21 34 33 60 35 78 3 29-9 44-35 44z"/>
<glyph glyph-name="dailymotion" unicode="&#57427;" d="M443 512l-109-22 0-161c-24 32-59 47-103 47-47 0-89-17-123-51-38-37-59-84-59-137 0-58 22-107 64-145 33-29 71-43 116-43 43 0 76 12 109 43l0-41 104 0 0 510z m-190-414c-56 0-96 39-96 91 0 49 40 91 92 91 50 0 89-40 89-93 0-51-39-89-85-89z"/>
<glyph glyph-name="vine" unicode="&#57428;" d="M365 435c-22 0-36-20-36-58 0-79 50-124 114-124 12 0 23 1 38 5l0-61c-20-5-43-7-61-7-43-91-121-168-146-183-17-9-32-10-50 1-32 19-152 120-192 427l87 0c22-189 75-281 134-352 33 32 64 75 88 125-58 29-93 94-93 170 0 76 44 134 119 134 73 0 113-46 113-124 0-29-6-62-17-88-55-11-75 24-75 24 4 13 10 36 10 57 0 36-13 54-33 54z"/>
<glyph glyph-name="flickr" unicode="&#57429;" d="M116 140c-64 0-116 52-116 116 0 64 52 116 116 116 64 0 116-52 116-116 0-64-52-116-116-116z m280 0c-64 0-116 52-116 116 0 64 52 116 116 116 64 0 116-52 116-116 0-64-52-116-116-116z"/>
<glyph glyph-name="500px" unicode="&#57430;" d="M338 190c-6-6-10-11-16-16-8-8-15-15-24-21-21-16-46-20-72-15-25 5-42 21-53 44-1 1-1 2-2 3 0 0 0 1 0 1-4-6-7-11-10-16-17-23-40-35-69-35-16-1-32 1-47 8-31 13-44 39-45 67 16 0 32 0 48 0 1-2 1-4 1-6 4-14 11-25 26-28 16-4 30-1 42 11 14 16 16 43 4 61-12 18-40 23-59 10-2-2-5-4-7-7-3-5-8-6-13-5-11 0-23 0-35 0 8 44 16 87 24 131 44 0 89 0 133 0 0-13 0-26 0-39-2 0-3 0-5 0-30 0-59 0-89 0-3 0-4-1-5-4-3-16-6-32-8-47-1-1-1-2 0-3 18 16 39 20 62 16 23-4 39-19 51-40 1 3 2 5 3 7 16 32 47 48 82 43 22-3 40-12 56-27 9-9 18-18 27-28 1 1 2 2 3 3 9 10 18 20 28 29 13 12 28 21 46 23 33 5 71-6 88-43 13-30 12-60-3-89-13-27-36-40-66-42-23-1-43 6-61 20-11 9-20 18-29 27-2 2-4 4-6 7z m-92-6c10 0 20 3 29 8 12 7 22 18 33 28 1 2 2 3 0 4-8 8-16 16-25 23-7 7-15 12-24 14-23 7-43-3-49-25-1-4-1-7-1-10-2-25 14-42 37-42z m119 39c10-10 19-18 28-26 11-9 23-13 37-13 19 0 31 10 35 28 1 6 1 13 1 18-3 22-20 35-42 34-13-2-23-8-32-16-9-8-18-16-27-25z"/>
<glyph glyph-name="wordpress" unicode="&#57432;" d="M256 512c-141 0-256-115-256-256 0-141 115-256 256-256 141 0 256 115 256 256 0 141-115 256-256 256z m-230-256c0 33 7 65 20 94l110-301c-77 37-130 116-130 207z m230-230c-23 0-44 3-65 9l69 201 71-194c0-1 1-2 1-3-23-9-49-13-76-13z m32 338c14 1 26 2 26 2 12 2 11 20-1 19 0 0-38-3-62-3-22 0-60 3-60 3-13 1-14-18-2-19 0 0 12-1 24-2l36-98-50-151-84 249c14 1 26 2 26 2 13 2 11 20-1 19 0 0-37-3-61-3-5 0-10 0-15 0 41 63 112 104 192 104 60 0 114-23 155-60-1 0-2 0-3 0-22 0-38-20-38-41 0-19 11-35 22-54 9-15 19-35 19-63 0-20-7-43-17-75l-23-76z m84-307l70 203c13 33 18 59 18 83 0 8-1 16-2 23 18-32 28-70 28-110 0-85-46-159-114-199z"/>
<glyph glyph-name="tumblr" unicode="&#57433;" d="M98 302l0 73c20 6 38 16 52 28 14 12 26 27 34 44 9 17 15 39 18 65l73 0 0-129 122 0 0-81-122 0 0-131c0-30 2-49 5-57 3-9 9-15 17-20 12-7 25-11 39-11 26 0 52 9 78 26l0-81c-22-10-42-18-60-22-17-4-37-6-57-6-24 0-44 3-62 9-18 6-34 14-46 25-13 11-22 23-27 35-5 12-7 30-7 54l0 179z"/>
<glyph glyph-name="twitch" unicode="&#57434;" d="M367 67l-100 0-67-67-66 0 0 67-123 0 0 356 34 89 456 0 0-312z m89 156l0 245-367 0 0-323 100 0 0-67 67 67 122 0z m-122 155l0-133 44 0 0 133z m-123-133l45 0 0 133-45 0z"/>
<glyph glyph-name="8tracks" unicode="&#57435;" d="M141 281c-78 0-141-63-141-140 0-78 63-141 141-141 77 0 140 63 140 141 0 39 0 23 0 40l-50 0c0 0 0-1 0-40 0-25-10-48-27-64-16-16-38-26-63-26-25 0-48 10-64 26-17 16-27 39-27 64 0 25 10 47 27 64 16 16 39 26 64 26 46 0 182 0 230 0 78 0 141 63 141 140 0 78-63 141-141 141-77 0-140-63-140-141 0-39 0-40 0-40l50 0c0 0 0 1 0 40 0 25 10 48 27 64 16 16 38 26 63 26 25 0 48-10 64-26 17-16 27-39 27-64 0-25-10-47-27-64-16-16-39-26-64-26l-230 0z"/>
<glyph glyph-name="amazon" unicode="&#57436;" d="M455 130c-63-27-131-40-194-40-92 0-181 25-253 67-6 4-11-3-6-7 67-61 155-97 253-97 70 0 152 22 208 63 9 7 1 18-8 14z m55 31c-6 8-59 14-91-8-5-4-4-8 2-8 18 2 58 7 65-2 7-9-8-47-15-64-2-5 3-7 7-3 30 25 38 78 32 85z m-226 189c-29-3-67-5-94-17-32-14-54-41-54-82 0-52 33-78 75-78 36 0 55 9 83 37 9-14 12-20 28-34 4-2 9-2 12 1l0 0c10 9 28 25 39 33 4 4 3 9 0 14-9 12-19 23-19 46l0 78c0 33 2 63-22 86-19 18-51 25-75 25-48 0-101-18-112-77-1-6 3-9 7-10l49-5c4 0 8 4 9 9 4 20 21 30 40 30 10 0 22-4 28-13 7-10 6-24 6-36l0-7z m-10-104c-7-14-20-23-34-23-19 0-31 15-31 37 0 42 39 50 75 50l0-11c0-19 0-35-10-53z"/>
<glyph glyph-name="icq" unicode="&#57437;" d="M497 231l-3 6c-6 8-12 17-20 23-8 5-16 8-24 12 22 11 38 26 45 46 5 15 4 28-3 41l0 2c-9 14-21 24-39 29-10 2-23 2-34 1l-23-5 8 18c7 23 5 46-8 67l-2 3c-11 18-27 29-48 35-23 6-43 3-64-7-20-11-34-28-41-49l0-2-1-5-2 5-8 13c-11 18-26 29-44 34-16 4-29 2-42-5-15-9-24-24-28-44-3-21 0-41 11-61l5-8-17 6c-22 5-42 2-62-9-21-10-34-26-43-46-8-21-7-40 3-58 4-8 11-15 17-19 8-9 19-14 32-16l5-1-11-10c-10-8-16-19-19-30-4-13-2-26 5-38 4-6 7-11 13-15 6-5 13-8 22-9 15-4 32-4 50 2l-13-22-4-9c-7-23-5-43 6-64 5-8 11-15 17-22 9-8 19-13 32-16 22-6 44-5 65 5 20 11 33 29 39 50l1 4c14-15 27-25 41-28 15-5 29-4 42 5 12 7 21 19 25 34 4 16 4 32 0 50 8-5 15-9 23-11 23-7 44-6 64 5 19 10 32 28 39 50 6 22 4 43-7 63z m-104 120l8 4c13 6 26 7 39 6 12-2 21-7 25-16l3-9-2-8c-5-13-16-23-34-31-7-3-15-5-23-6l-89-11-2 5-1 2 3 4z m-123 91c4 15 14 26 27 33 13 7 27 9 41 4 15-4 26-12 32-24 4-7 6-16 6-26l-2-15c-3-8-7-16-11-22l-65-79c-6 5-14 8-21 12l-7 81-1 29z m-123-2c0 13 5 22 14 27 4 4 11 4 17 1 13-4 23-13 32-31 4-8 7-15 9-23l14-86-11-3-64 70-3 7c-6 13-10 25-8 38z m-107-153c-5 11-5 22-1 33 5 13 14 24 28 30 13 7 26 9 41 6l19-8 64-46c-6-8-10-15-12-22l-104-13-7 1c-13 3-22 8-28 19z m201-213l-1-7c-5-13-13-24-26-30-13-7-27-8-40-5-14 4-25 13-31 24-4 7-7 16-7 25l4 16c2 8 5 15 11 21l61 72c7-4 14-7 22-8 1-25 4-51 7-79z m-24 145c-9 8-14 21-14 34 0 13 5 23 14 34 9 7 21 13 34 13 13 0 26-6 33-13 11-11 15-21 15-34 0-13-4-26-15-34-9-10-20-15-33-15-13 0-25 5-34 15z m134-127c-2-13-6-22-15-26-5-3-10-3-16-3-14 4-25 15-33 32l-8 24-11 63 12 4 10 5 30-31 19-23 3-7c7-12 10-24 9-38z m124 85c-4-15-12-25-25-31-13-7-25-9-40-4-9 2-14 6-19 12l-76 62 5 11 2 9 82 7 28 1 8-1c10-3 21-10 26-21 8-8 11-18 11-31z"/>
<glyph glyph-name="smugmug" unicode="&#57438;" d="M144 411c47 0 70 28 67 53-3 21-23 40-62 41-32 0-53-24-56-47-3-24 12-48 51-47z m236 6c45 2 64 25 65 47 0 26-24 51-65 48-32-3-52-25-54-48-4-25 13-50 54-47z m28-101c-112-11-118-12-325-17-87 0-68-299 118-299 177 0 392 335 207 316z m-202-263c-163 0-141 194-113 195 188 7 237 15 304 15 69 0-62-210-191-210z"/>
<glyph glyph-name="ravelry" unicode="&#57439;" d="M464 405c-107 122-270 46-270 46-9-4-15-7-20-11-5-4-9-8-11-12-7-15-12-30-16-44-19-25-33-55-38-88-19-27-31-59-33-92-46 12-76 27-76 27 26-15 51-27 76-35 0-16 2-32 6-48 10-35 31-63 58-85-16 18-28 39-35 62-6 21-7 42-5 63 5-2 11-3 17-5 23-70 84-122 159-134 27-12 55-15 81-7 13 5 24 11 34 19 3 3 6 6 9 9 51 27 89 75 102 133 0-3 0-4 0-4 0 0 40 117-38 206z m-320-33c-4-19-6-34-7-44-8-7-15-15-22-24 6 25 15 48 29 68z m-7-94c1-25 6-50 15-76 1-4 2-8 4-11-13 1-26 2-38 4-3 13-6 26-7 39 7 16 15 31 26 44z m-36-79c2 8 4 17 7 25 1-9 2-19 5-28-4 1-8 2-12 3z m21-17c14-3 27-6 40-7 23-54 59-95 98-118-64 16-116 63-138 125z m283-104c-1 3-11-2-11-2-7-4-14-8-21-10-63-20-136 26-179 106 110-5 185 37 185 37 0 0 18 0 15 25-4 25-22 6-22 6-61-40-127-52-187-51-5 11-9 22-13 33-9 27-13 53-14 79 21 20 49 36 80 45 28 8 57 10 84 6 0 0 5-3 4 10-2 13-11 15-11 15-31 6-65 5-98-4-21-7-40-16-58-28 2 15 6 30 10 43 0 0 5 14 27 25 30 12 122 42 181 17 101-43 121-145 124-198-5-66-42-122-96-154z"/>
<glyph glyph-name="weibo" unicode="&#57440;" d="M383 263c-7 2-12 4-9 13 9 21 9 38 1 51-17 24-62 23-115 1 0 0-16-7-12 6 8 25 7 47-5 59-29 29-104-1-168-65-49-48-77-100-77-144 0-85 109-136 215-136 139 0 232 81 232 145 0 39-33 61-62 70z m-170-185c-85-8-158 30-163 86-6 56 59 107 143 116 85 8 158-30 164-86 5-55-59-107-144-116z m262 340c-33 37-83 52-129 42-10-2-17-13-15-23 2-11 13-18 23-16 33 7 68-3 92-29 24-27 31-63 20-95-3-10 3-21 13-24 10-4 21 2 25 12 0 0 0 0 0 0 14 45 5 96-29 133z m-59-122c9-3 18 2 21 11 7 21 3 46-13 64-17 19-41 25-63 21-9-2-15-11-13-20 2-10 11-15 20-13 10 2 22-1 30-10 8-9 10-21 7-32-3-9 2-18 11-21z m-194-59c-41 10-86-10-104-45-18-36 0-77 40-90 43-13 92 7 110 47 17 38-5 77-46 88z m-31-93c-8-13-26-18-39-12-13 6-17 21-9 33 8 13 25 19 38 13 14-5 18-20 10-34z m27 35c-3-5-10-7-15-5-5 2-6 7-4 12 3 5 10 8 15 6 5-2 7-8 4-13z"/>
<glyph glyph-name="baidu" unicode="&#57441;" d="M328 349c41-6 67 38 73 71 5 33-22 72-51 79-29 6-65-40-68-71-4-37 5-74 46-79z m-236-107c56 12 48 79 47 93-3 23-30 62-65 59-45-4-52-69-52-69-6-30 15-95 70-83z m103 112c31 0 56 35 56 79 0 44-25 79-56 79-30 0-55-35-55-79 0-44 25-79 55-79z m-44-228c-1-4-5-16-2-27 6-23 27-24 27-24l29 0 0 71-31 0c-14-4-21-15-23-20z m340 167c0 16-13 64-62 64-50 0-56-46-56-78 0-30 3-73 64-71 60 1 54 69 54 85z m-62-140c0 0-64 49-101 102-50 79-122 47-146 7-24-40-61-65-66-72-5-6-77-45-61-115 16-71 72-69 72-69 0 0 41-4 88 6 48 11 89-2 89-2 0 0 112-38 142 34 30 72-17 109-17 109z m-191-107l-72 0c-31 7-44 28-45 32-2 3-11 20-6 49 13 44 52 47 52 47l38 0 0 48 33-1z m135 1l-83 0c-33 8-34 31-34 31l0 92 34 1 0-83c2-9 13-11 13-11l34 0 0 93 36 0z"/>
<glyph glyph-name="angellist" unicode="&#57442;" d="M76 149c0 21 5 37 14 49 8 10 20 18 37 22-5 14-8 24-8 30 0 11 6 23 18 35 12 12 24 18 35 18 5 0 12-2 20-5-16 46-28 81-35 105-8 27-12 46-12 57 0 16 4 29 12 38 8 9 20 14 34 14 24 0 53-49 87-148l8-25c2 5 4 11 6 17 34 98 64 146 90 146 14 0 24-4 32-13 8-9 12-21 12-35 0-10-4-29-12-57-7-24-18-58-33-100 19-5 33-14 41-27 9-15 14-37 14-67 0-60-18-108-54-146-36-38-81-57-137-57-22 0-43 4-64 12-20 7-37 18-54 33-17 16-29 33-38 50-8 18-13 36-13 54z m33 2c0-8 2-18 7-30 4-10 11-21 20-33 13-18 29-31 48-41 19-9 41-14 65-14 43 0 79 16 109 49 29 32 44 73 44 122 0 15-1 27-3 35-2 8-5 13-10 18-9 7-27 14-53 20-27 6-55 9-85 9-7 0-12-1-14-3-2-1-3-5-3-10 0-14 8-24 23-30 17-7 44-10 83-10l14 0c5 0 9-2 11-6 3-2 5-7 6-15-6-6-15-11-28-16-12-4-21-8-26-13-14-9-24-21-32-34-8-13-12-26-12-38 0-7 2-15 5-25 4-11 6-18 6-22l0-3-2-7c-15 1-26 8-33 20-5 11-8 25-9 41-1 0-3 0-6 0l-6 0c1-2 1-4 1-6 0-10-4-19-12-26-7-7-16-10-27-10-15 0-31 7-47 22-17 16-25 31-25 46 0 2 1 5 2 8 0 2 3 6 8 11 8-11 14-18 17-22 14-20 27-30 38-30 3 0 6 1 9 3 2 2 3 4 3 5 0 3-2 8-6 15-3 5-9 14-19 27-9 12-17 20-22 25-5 4-9 7-11 7-7 0-13-4-19-11-6-8-9-17-9-28z m45 96c0-4 3-12 8-23 5-9 12-20 23-34 10-13 19-24 28-31 8-7 14-10 18-10 2 0 5 1 7 4 2 2 3 5 3 8 0 4-3 13-9 29-7 17-14 32-23 46-7 12-14 20-19 25-6 5-11 7-16 7-4 0-8-2-12-7-5-6-8-10-8-14z m23 217c0-12 4-29 12-54 7-24 18-55 33-95 3 2 8 3 14 3 0 0 1 0 3-1 2 0 4 0 5 0 2 0 6 0 14-1l-35 101c-9 26-17 44-22 52-5 7-9 10-13 10-3 0-6-1-8-4-2-3-3-7-3-11z m83-256c3-8 6-16 10-25 6 7 13 14 20 19-2 0-5 1-8 1-3 1-6 1-7 1-7 2-12 3-15 4z m53 102l33-6c15 42 27 75 35 100 8 27 13 43 13 48 0 6-2 10-4 13-1 2-4 3-8 3-4 0-9-4-15-13-6-10-14-27-22-51z"/>
<glyph glyph-name="ebay" unicode="&#57443;" d="M512 238l0 30c-4 74-37 227-250 227-253 1-263-197-262-248 0 0-12-230 256-230 230 0 241 144 241 144l-106 0c0 0-20-80-135-77-147 2-153 145-153 145l408 0c0 0 1 3 1 9z m-406 61c0 0 8 129 153 129 146 0 146-129 146-129z"/>
<glyph glyph-name="imdb" unicode="&#57444;" d="M0 359l53 0 0-204-53 0z m166 0l-12-95-8 52c-2 16-4 31-6 43l-69 0 0-204 47 0 0 135 19-135 33 0 19 138 0-138 46 0 0 204z m152-36c3-1 4-4 5-6 0-3 1-9 1-18l0-79c0-14-1-22-3-25-2-3-7-5-14-5l0 135c5 0 9-1 11-2z m-1-168c13 0 22 1 29 2 6 2 12 4 16 7 4 4 7 9 9 15 2 6 3 18 3 37l0 71c0 20-1 32-2 39-1 7-4 13-9 18-5 5-12 9-20 12-10 2-24 3-50 3l-40 0 0-204z m144 50c0-10-1-16-2-19-1-3-5-4-8-4-4 0-6 1-7 3-1 3-1 9-1 18l0 54c0 9 0 15 1 17 1 2 3 4 7 4 3 0 7-2 8-4 1-3 2-8 2-17z m-69 154l0-204 47 0 3 13c4-5 10-9 15-12 5-2 13-4 19-4 8 0 15 2 21 7 6 4 10 9 12 15 1 6 2 15 2 27l0 59c0 12 0 20-1 24 0 3-2 7-5 11-2 5-6 8-11 10-6 2-12 3-19 3-6 0-14-1-19-4-5-2-10-6-14-11l0 67-50 0z"/>
<glyph glyph-name="stayfriends" unicode="&#57445;" d="M158 199c0 0 1 29 7 38 6 9 13 16 22 21 9 4 15 6 22 10 0 0 2 1 4 2 6 4 17 11 18 18 0 7 0 7 0 11 0 3-2 11-3 13-3 6-7 2-9 10 0 2-1 13 0 14 0 2 2 3 2 3 0 0 0 6 0 9 0 2 0 14 5 21 6 7 8 12 29 12 20-1 23-7 27-12 4-7 5-20 5-29 0-2 2 2 2-4 1-3 0-10 0-14-1-8-6-3-9-11-1-4-1-9 0-15 0-6 0-8 4-13 3-5 8-9 17-13l1 0c10-4 19-7 27-13 8-6 10-8 13-14 2-6 4-21 4-26 1-6 2-13 2-13 0 0 2 12 9 17 7 6 8 7 17 11 8 4 7 2 16 7 9 5 12 7 14 10 2 3 3 8 1 11-2 3-2 7-6 9-5 4-4 11-7 13-3 2-5 3-5 6-1 4-2 8-1 16 1 7 1 4 2 7 1 3 2 11 3 15 2 3 3 8 6 11 3 3 10 11 25 13 9 1 15 0 22-2 8-3 17-14 19-20 2-6 2-9 2-14 0-1 0-3 0-8 0-2 2-4-1-19-2-5-2-7-7-11-3-2-4-7-7-9-4-3-3-8-2-13 1-5 4-5 9-8 5-3 30-14 37-24 6-10 15-15 17-44 2-10 1-12 1-23 0-11 1-13 1-23l-165 0c0 0-3 33-6 28-4-5-9-29-9-29l-163 0c0 0-5 24-7 29-2 3-4-29-4-29l-159 0c0 0 1 13 2 20 1 11 1 24 4 34 3 11 3 16 9 22 7 5 11 9 16 12 9 4 22 14 13 38-7 16 1 40 10 54 9 13 13 24 32 24 19 0 33-21 37-35 3-15 5-33 1-46-5-15 0-23 21-34 8-4 11-17 13-21z"/>
<glyph glyph-name="residentadvisor" unicode="&#57446;" d="M0 225c0 51 0 103 0 154 53 0 105 0 158 0 3-1 5-1 7-1 6-1 12-2 17-3 12-2 23-7 33-13 9-5 18-11 26-19 18-18 35-36 53-54 1 0 2-1 2-1-14-15-29-29-43-44-17 17-34 35-51 51-7 8-15 13-24 17-7 3-14 4-22 4-31 0-61 0-92 0-1 0-2 0-2 0 0-10 0-20 0-30 1 0 1 0 3 0 28 0 56 0 85 0 2 0 5 0 7-1 8-1 16-4 22-11 22-22 44-44 66-66 2-2 5-5 8-8 5-4 11-6 17-6 54 0 107 0 161 0 0 0 1 0 2 0-38 39-76 77-114 115 15 14 29 28 43 43 0 0 1-1 2-1 47-48 95-96 142-143 2-2 3-3 4-5 1-2 1-4 2-7 0-1 0-1 0-2 0 0-1-1-1-1 0-5-2-8-5-11-13-13-27-27-40-40-4-4-8-6-13-7-2-1-3-1-6-1-66 0-133 0-199 0-2 0-3 0-4 1-8 1-15 4-21 10-24 23-47 48-71 72-7 6-14 9-23 9-43-1-86-1-129-1z"/>
<glyph glyph-name="google" unicode="&#57447;" d="M506 273c-1 10-2 21-4 31-80 0-161 0-241 0 0-33 0-67 0-100 0 0 0 0 0 0 0 0 0 0 0 0 47 0 93 0 140 0-6-32-25-61-52-79 0 0 0 0 0 0-17-11-36-19-56-22-20-4-41-4-61 0-21 4-40 13-57 25-25 17-45 43-56 71-1 2-2 5-3 7 0 0 0 0 0 0 0 0 0 0 1 0-11 32-11 68-1 100 8 22 21 43 38 60 20 21 47 36 76 43 25 5 51 4 75-3 21-7 40-18 55-33 16 16 32 31 47 47 9 8 17 17 25 25 0 0 0 0 0 0 0 0 0 0 0 0-24 23-52 40-82 51-55 21-117 21-172 2-63-21-116-68-146-127-10-20-17-42-22-64-11-56-3-115 22-166 17-33 41-62 70-85 27-22 59-38 93-47 43-12 88-12 131-2 39 9 75 28 105 55 31 28 53 66 65 106 9 34 13 69 10 105z"/>
<glyph glyph-name="yandex" unicode="&#57448;" d="M390 512l-43 0c-4 0-6-2-7-5 0-2-65-199-69-215-4-12-15-53-17-63l-23 62c-5 17-57 162-59 168-1 3-2 7-8 7l-42 0c-4 0-6-4-5-7 1-2 77-206 108-283l0-171c0-3 2-5 5-5l40 0c2 0 4 2 4 5l0 169c26 72 120 328 121 331 1 3 1 7-5 7z"/>
<glyph glyph-name="sharethis" unicode="&#57449;" d="M181 256c0-2-1-4-1-5l184-92c15 14 35 22 57 22 50 0 90-41 90-90 0-51-40-91-90-91-50 0-90 40-90 91 0 2 1 3 1 5l-184 91c-15-13-35-21-57-21-51 0-91 40-91 90 0 50 40 91 90 91 22 0 43-9 58-22l183 92c0 1 0 3 0 5 0 50 41 90 91 90 50 0 90-40 90-90 0-50-40-91-90-91-22 0-43 8-58 22l-184-92c0-1 1-3 1-5z"/>
<glyph glyph-name="bandcamp" unicode="&#57450;" d="M0 180l190 0 89 155-190 0z m378 98c-4 6-9 10-17 13-6 3-14 4-23 4-3 0-7 0-10-1-3-1-6-2-10-3-3-2-5-4-8-6-2-2-4-4-6-7l0 0 0 57-25 0 0-155 23 0 0 16 1 0c2-4 4-7 7-10 3-2 6-4 9-5 4-2 8-3 12-3 4-1 7-1 12-1 8 0 15 2 22 5 6 3 11 8 15 13 4 6 7 12 9 19 2 7 3 14 3 22 0 8-1 16-3 23-3 7-7 13-11 19z m-13-56c-1-5-4-9-6-13-3-4-6-7-10-9-4-3-9-4-14-4-5 0-10 1-13 3-5 2-8 5-11 8-2 4-5 8-6 13-1 4-2 10-2 16 0 11 3 21 8 28 5 7 14 11 24 11 5 0 10-1 14-4 4-2 7-5 10-8 2-4 5-8 6-13 2-5 2-10 2-15-1-4-1-9-2-13z m113-19c-5-4-11-6-19-6-5 0-10 1-14 3-3 2-7 5-9 9-2 3-4 8-5 12-1 5-1 9-1 14 0 9 1 15 3 21 2 5 4 9 7 12 3 3 7 5 11 6 3 1 7 2 10 2 7 0 13-2 17-5 5-4 8-9 9-16l25 0c-1 7-3 13-5 18-3 5-7 9-11 13-5 3-10 5-16 7-6 2-13 3-19 3-9 0-18-2-25-5-7-3-13-7-17-12-5-6-8-12-11-20-2-7-4-15-4-23 0-9 2-16 4-24 3-7 6-13 11-18 4-5 10-9 17-12 7-3 15-5 24-5 15 0 26 4 35 12 9 8 14 19 17 34l-25 0c-1-9-4-15-9-20z"/>
<glyph glyph-name="itunes" unicode="&#57451;" d="M458 489c0 7-1 15-7 20-8 6-19 2-28 0-43-8-87-17-130-26-22-5-44-9-66-13-11-3-22-5-32-7-8-2-15-5-20-12-5-8-3-16-3-25 0-11 0-23 0-34 0-23 0-45 0-68 0-45 0-64 0-109l0-1c0-12 0-23 0-35 0-10 2-21 0-32-3-18-22-19-37-23-18-4-39-7-55-18-26-17-33-53-16-79 19-30 59-32 89-21 17 6 32 17 41 33 8 17 8 38 8 57 0 45 0 90 0 136l-1 68c0 10-1 21 0 31 2 17 20 16 33 19 44 9 89 18 133 27 11 2 22 5 33 7 7 2 16 5 22 1 7-4 6-14 6-20 0-11 0-22 0-34 0-22 0-44 0-66 0-12 0-23 0-35 0-10 1-21 0-31-4-19-23-20-38-23-18-4-39-8-54-18-26-18-33-54-17-80 19-29 59-32 90-21 16 6 32 17 40 33 9 18 8 38 8 57 0 46 0 91 0 136 0 46 0 91 0 136 0 24 1 47 1 70z"/>
<glyph glyph-name="deezer" unicode="&#57452;" d="M0 141l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m104-148l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m105-74l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m0 36l94 0 0-28-94 0z m0 37l94 0 0-28-94 0z m105-221l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m105-148l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 36l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z m0 37l93 0 0-28-93 0z"/>
<glyph glyph-name="telegram" unicode="&#57454;" d="M475 472l-455-178c0 0-22-7-20-21 2-14 19-20 19-20l113-38c9-29 36-122 41-140 6-20 10-24 13-25 1 0 2 0 2 0 8-1 14 4 14 4l72 71 114-87c31-13 43 15 43 15l81 408c0 27-37 11-37 11z m-57-93c-8-7-197-180-216-198l-11-94c-1-9-9-9-13-2-8 26-27 95-37 126l268 178c0 0 15 10 15 0 0 0 0-4-6-10z"/>
<glyph glyph-name="openid" unicode="&#57455;" d="M232 68c-88 11-155 59-155 117 0 55 60 101 142 115l0 49c-125-15-219-82-219-164 0-85 101-154 232-166l78 36 0 438-78-38z m280 148l-11 111-40-22c-37 22-84 38-137 45l0-49c30-6 57-15 79-29l-42-23z"/>
<glyph glyph-name="amplement" unicode="&#57456;" d="M253 310c23 3 40 7 51 12 18 7 27 20 27 35 0 20-7 34-21 41-14 8-35 12-62 12-30 0-51-8-64-22-9-11-15-26-18-45l-122 0c2 43 14 77 35 104 34 43 91 65 173 65 54 0 101-11 143-32 41-21 62-61 62-119l0-223c0-15 0-34 1-56 1-16 3-28 7-34 5-6 11-11 19-15l0-18-138 0c-4 10-7 19-8 28-2 9-3 18-4 29-17-19-38-35-61-48-27-16-58-24-92-24-44 0-81 12-110 37-29 25-43 61-43 107 0 60 23 103 69 130 26 14 63 25 112 31z m78-59c-8-5-17-9-25-12-8-3-19-7-34-9l-29-5c-27-5-46-11-58-18-20-11-30-29-30-53 0-22 6-38 18-48 12-9 27-14 45-14 27 0 53 8 76 24 24 16 36 45 37 88z"/>
<glyph glyph-name="viber" unicode="&#57457;" d="M295 383c-6 1-12-4-12-11-1-6 4-12 11-13 40-2 59-22 61-64 1-6 6-11 13-11 0 0 0 0 0 0 7 0 12 6 12 12-3 55-32 84-85 87z m135-120c6 0 12 5 12 11 1 48-13 88-43 120-29 32-70 50-122 55-7 0-12-5-13-12 0-6 5-12 11-13 47-3 81-18 106-46 26-27 38-61 37-103 0-6 5-12 12-12z m3 178c-47 46-107 70-178 71-7 0-12-6-12-12 0-7 5-13 12-13 64 0 119-22 162-64 43-42 65-99 65-174 0-6 6-12 13-12 6 0 12 6 12 12-2 81-26 146-74 192z m45-330c0 0-28 23-42 33-13 10-33 22-44 29-21 11-42 4-50-8l-18-22c-10-11-27-10-27-10-125 32-158 159-158 159 0 0-2 17 9 26l23 18c11 9 18 30 7 50-6 11-19 32-28 45-11 13-34 41-34 41-11 13-27 16-45 7 0 0 0 0 0 0-17-9-32-21-46-37 0 0 0 0 0-1-11-12-17-25-19-38 0-1 0-3 0-5 0-6 0-11 2-17l1 0c5-19 19-51 48-105 19-34 38-63 58-87 10-13 21-26 35-39 0-1 1-2 1-2 1-1 1-1 2-2 0 0 1-1 1-1 1-1 1-1 2-2 13-13 26-24 39-34 24-20 53-39 88-58 53-30 85-43 104-48l1-1c5-1 10-3 16-3 2 0 4 0 6 1 12 2 25 8 37 18 0 0 0 0 1 1 16 14 28 30 37 46 0 0 0 0 0 1 9 17 6 33-7 45z"/>
<glyph glyph-name="zomato" unicode="&#57458;" d="M407 356c0 0-86 32-151 14-66-18-93-60-93-60 0 0-30-33-52-36-22-3-39-4-111 0l0-35c72 3 89 2 111-1 22-2 52-36 52-36 0 0 27-42 93-60 66-18 152 14 152 14 102 37 104 97 104 97l0 6c0 0-2 60-105 97z m-100-19c-32-1-53-10-67-18 0 0 0-1 0-1-1 0-2 0-3 0-4 0-6 3-6 6 0 3 1 5 3 6 9 4 18 7 30 10 10 4 23 5 37 5 31 0 63-8 80-13 0 0-37 7-74 5z"/>
<glyph glyph-name="quora" unicode="&#57459;" d="M272 113c-18 34-39 70-79 70-8 0-16-2-23-5l-14 28c17 14 44 25 79 25 54 0 82-26 104-59 14 29 20 67 20 115 0 119-37 180-125 180-86 0-122-61-122-180 0-119 36-179 122-179 14 0 26 2 38 5z m21-42c-19-5-39-8-59-8-114 0-226 92-226 224 0 134 112 225 226 225 117 0 227-91 227-225 0-75-35-135-85-174 16-25 33-41 57-41 25 0 35 20 38 35l33 0c2-20-8-106-102-106-57-1-87 32-109 70z"/>
<glyph glyph-name="draugiem" unicode="&#57460;" d="M366 348c91-1 145-58 84-135-28-35-75-71-138-93-3-1-6-2-9-3-7-2-12-4-18-6-14-4-26-7-40-10-14-2-27-5-40-6-9-1-18-1-26-1-59-2-103 14-117 48-17 41 18 98 88 142-52-21-146-70-150-140l0-9c1-7 2-14 4-22 15-47 86-69 175-61 9 0 18 1 27 3 13 2 26 4 40 7 13 4 26 7 40 11 3 1 6 2 8 3 7 2 12 4 18 6 78 29 135 66 169 109 20 25 29 48 32 69l0 15c-6 51-66 81-147 73m-60 25c2 0 4 1 6 1 13 3 19 17 20 34 0 17-6 31-20 33-1 1-3 1-4 1-12 0-19-7-23-17-2-5-3-11-3-17 0-8 1-15 3-21 4-8 10-14 21-14z m0-5c-6 0-11-1-15-2l1-1 2-5 1-4 2-4 1-4 0-5 1-5 0-9-1-4-1-10 0-4 0-5-1-4-1-5-1-5-1-4-2-8-1-4-1-3-1-4 0-2-1-2-1-5 0-3-1-3 0-1-1-6 0-4-1-3 0-4-1-4 0-3-1-4 0-3-1-4 0-3c1-11 1-20 2-25 0-6 1-10 3-13 3-4 7-5 14-6 6 1 10 2 13 5 3 2 4 7 6 14 3 16 9 65 15 87 8 31 28 87-21 91-2 0-4 0-6 0z m-61 15c20 0 29 18 29 40 0 21-9 39-28 39l-1 0c-19 0-28-18-28-39 0-22 9-40 28-40z m-39-91c1-7 3-14 5-20 6-25 12-82 14-99 2-18 8-21 21-23 12 1 18 5 20 23 2 17 8 74 14 99 2 6 4 13 5 20 6 23 10 50 0 67-6 11-18 18-40 18-21 0-34-7-40-18-9-17-5-44 1-67z m-27 82c2 0 4 0 6 0 11 0 17 5 21 14 2 5 3 12 3 20-1 6-2 12-3 17-4 11-12 17-23 17-1 0-2 0-3 0-15-2-21-17-20-34 0-17 6-31 19-34z m-6-185c1-7 3-11 6-14 3-3 7-5 13-5 7 0 11 2 14 6 1 3 3 7 3 13 1 5 1 14 2 25l0 0 0 4-1 3 0 4-1 4 0 3-1 4 0 4-1 3 0 4-1 3 0 3 0 0-1 3 0 3-1 3 0 2-1 3 0 2-1 3-1 4-1 5-2 8-1 4-1 4-1 5-1 4-1 5 0 4-2 10 0 13 1 5 1 5 1 4 1 4 2 4 2 5 1 1c-4 1-9 2-15 2-2 0-4 0-6-1-49-4-29-60-21-91 6-22 13-71 15-87z"/>
<glyph glyph-name="endomodo" unicode="&#57461;" d="M97 347c0 10-7 19-17 22l-63 0c-10-3-17-12-17-22 0-12 10-22 22-22l53 0c13 0 22 10 22 22z m384 56c-26 40-72 61-149 61-11 0-22-1-32-2-2 0-4 0-6 0 0 0 0 0-1 0 0 0-1 0-2-1-40-4-63-4-63-4l-104 0c-12 0-22-10-22-22 0-13 10-22 22-22l94 0c12 0 22-10 22-22 0-11-7-19-17-22-1 0-3 0-5 0l-80 0c-9-3-17-12-17-22 0-12 10-22 22-22l20 0c12 0 22-10 22-22 0-12-10-22-22-22l-101 0c-12 0-22-10-22-22 0-12 10-22 22-22l96 0c12 0 22-10 22-22 0-12-10-22-22-22l-11 0c-12 0-22-10-22-22 0-12 10-22 22-22l43 0c13 0 22-10 22-22 0-12-9-22-22-22l-9 0c-14 0-24-11-24-24 0-13 10-24 24-24l49 0c0 0 30-1 61-4 7-1 14-2 20-3 3 0 5 0 6 0 11-1 21-1 32-1 56 0 107 12 134 23 5 2 9 5 9 11 0 1 0 3-1 3l-9 35c-2 6-5 9-10 9 0 0-2 0-4-1-27-8-60-18-108-18-45 0-76 7-97 27-18 18-27 39-28 76l263 0c8 0 12 7 12 14 1 11 1 26 1 36 1 58-6 106-30 139z m-56-154c-23 0-42 19-42 42 0 23 19 41 42 41 19 0 35-13 40-30-3 4-8 6-12 6-10 0-17-8-17-17 0-9 7-17 17-17 5 0 9 2 12 6-5-18-21-31-40-31z"/>
<glyph glyph-name="filmweb" unicode="&#57462;" d="M256 512c-141 0-256-115-256-256 0-141 115-256 256-256 141 0 256 115 256 256 0 141-115 256-256 256z m-59-76c28 0 50-22 50-50 0-29-22-51-50-51-29 0-51 22-51 51 0 28 22 50 51 50z m-129-180c0 28 23 51 51 51 28 0 50-23 50-51 0-28-22-51-50-51-28 0-51 23-51 51z m129-180c-29 0-51 22-51 50 0 29 22 51 51 51 28 0 50-22 50-51 0-28-22-50-50-50z m121 154l-86 0 0 52 86 0z m99-71c-18-27-43-48-72-62l-20 44c44 20 71 64 71 114 0 26-7 50-20 71-12 20-30 36-51 46l21 43c29-14 53-36 71-64 18-28 27-61 27-96 0-34-9-68-27-96z"/>
<glyph glyph-name="stackexchange" unicode="&#57463;" d="M397 512l-282 0c-36 0-65-30-65-68l0-22 412 0 0 22c0 38-29 68-65 68z m-347-332l0-22c0-38 29-68 65-68l176 0 0-90 87 90 19 0c36 0 65 30 65 67l0 22-412 0z m0 218l0-85 412 0 0 85z m0-110l0-85 412 0 0 85z"/>
<glyph glyph-name="wykop" unicode="&#57464;" d="M322 400l-46-23c-4-2-5-6-3-10l71-142 1-2c2-4 0-9-4-11l-14-7c-4-2-9-1-11 3l-1 3-70 142c-2 4-7 5-11 3l-45-22c-4-2-6-7-4-10l70-142 2-3c2-4 0-9-4-10l-14-7c-5-2-9-1-11 3l-1 3-70 140c-2 4-7 6-11 4l-45-23c-4-2-6-6-4-10l82-163c2-4 6-6 10-4l6 3 39 20 43 21 46 22 42 21 38 19 8 4c4 2 5 6 3 10l-81 164c-2 4-7 6-11 4z m60 80l-253 0c-71 0-130-58-130-129l0-189c0-71 59-130 130-130l253 0c72 0 130 59 130 130l0 189c-1 71-59 129-130 129z m76-315c0-43-35-78-78-78l-249 0c-43 0-78 35-78 78l0 183c0 43 35 78 78 78l249 0c42 0 78-35 78-78z"/>
<glyph glyph-name="teamspeak" unicode="&#57465;" d="M236 83c113 19 198 98 198 193 0 109-112 197-250 197-9 0-19 0-28-1 12-6 24-16 34-28 79-3 146-42 172-96 1-1 2-2 2-3 1-2 2-5 3-7 5-13 8-28 8-43 0-63-52-119-125-141 2-3 4-8 1-13l-1-1-2-1c-6-4-6-9-5-17 1-4 3-9 3-14 1-6 0-12-3-18-1-2-4-4-7-7z m15 79c-1-1-1-2-2-2l-2-2c-1 0-1-1-1-1 39 18 66 51 66 88 0 37-26 69-64 87 1-4 1-8 1-12 0-4-1-8-3-11-1-1-1-2-2-3-1-1-2-2-3-3-3-4-3-6-3-9l1-3c13-21 28-43 42-65l1-1c3-7 0-15-6-19-3-3-6-4-9-5-3 0-6-1-8-1-5-1-7-2-8-5-1-3-1-6 0-9 1-1 1-3 2-5 1-2 2-4 3-5l1-2 0-2c-2-6-4-8-6-10z m-108-72c58-11 77-2 82 6 9 18-14 38 7 51 3 5-3 7-5 10-4 8 9 9 9 17-4 8-8 15-5 25 5 12 19 7 28 14 3 3 5 8 3 12-14 21-29 44-43 66l-1 4c-1 12 11 16 12 28-1 34-41 133-98 145 0 0 0-51 0-115 46-35 72-92 62-156-5-39-24-76-51-107z m62 418c-32 0-64-4-93-11l-20-6c-14-5-21-13-24-24l-22-110c-27-11-46-37-46-68 0-41 33-74 74-74 41 0 74 33 74 74 0 27-14 50-35 63l0 137c24 6 49 9 75 9 160 0 290-107 290-238 0-132-130-238-290-238-38 0-75 6-109 17-5-3-9-5-13-7 42-18 89-28 140-28 169 0 306 113 306 252 0 139-137 252-307 252z m-77-217c0-30-25-54-54-54-30 0-55 24-55 54 0 31 25 55 55 55 30 0 54-25 54-55z"/>
<glyph glyph-name="teamviewer" unicode="&#57466;" d="M256 512c-141 0-256-115-256-256 0-141 115-256 256-256 141 0 256 115 256 256 0 141-115 256-256 256z m63-338l23 56-171 0 22-56-166 82 166 82-21-53 168 0-20 53 166-82z"/>
<glyph glyph-name="ventrilo" unicode="&#57467;" d="M459 350c-9 36-24 68-49 94-36 35-87 53-154 53-66 0-117-18-153-53-25-26-40-58-49-93-30-5-54-32-54-64l0-66c0-36 29-65 65-65l0 76 43-25c3-1 6-2 9-2l85 0c5 0 10 2 15 6 0 1 0 1 1 1l26 32c0 0 5 6 12 6 4 0 8-1 12-5l26-33c1 0 1-1 1-1 5-4 10-6 15-6l85 0c3 0 6 1 9 2l43 25 0-57-121-141-73 0c-5 0-9-4-9-9 0-5 4-9 9-9l81 0 124 142c31 5 54 32 54 64l0 65c0 31-23 58-53 63z m-210-99l1 1c0-1-1-1-1-1z m13 0c1 0 1 0 0 0z m133 119l-278 0c-3 0-6 0-9-2l-35-20c8 32 22 61 44 83 32 31 77 47 139 47 62 0 108-16 140-47 22-22 35-51 44-83l-36 21c-3 1-6 1-9 1z"/>
<glyph glyph-name="younow" unicode="&#57468;" d="M353 226c1 18 3 36 5 54 1 14 3 29 5 43 2 16 4 33 6 50 1 5 2 10 2 16 0 1 1 2 2 2 18 5 36 10 53 15 2 0 2 0 3-2 6-29 11-58 17-88 5-20 8-38 12-58 0 0 0-1 1-1 0 2 0 4 0 6-1 20 0 40 1 60 1 13 1 27 2 40 1 17 2 34 2 51 0 2 1 3 3 3 14 4 28 8 42 12 1 0 2 0 2 0 0-5 0-9-1-14-1-11-2-22-3-34-1-15-2-30-4-46-1-14-2-27-3-41-2-15-3-31-4-47-1-10-2-21-3-31 0-1 0-2-1-2-19-6-37-10-56-15-1-1-2 0-2 1-9 37-17 73-25 110-2 11-4 22-6 33 0 1 0 1-1 2 0-8-1-16-1-24-1-13-3-26-4-39-2-13-4-27-5-39-2-15-4-30-6-44-1-4-1-9-2-13 0-1-1-1-2-2-18-5-37-10-57-15-1-1-1 0-2 1-4 23-8 46-12 69-4 23-7 46-11 69-4 20-7 40-11 60 0 1 0 1 1 2 15 4 29 7 43 11 1 1 2 0 2-1 1-10 2-20 3-30 2-16 5-33 7-49 2-23 6-46 7-70 0-2 0-3 1-5 0-1-1-1 0-2 0 1 0 2 0 2z m-261-38c-1 12-3 24-3 36-1 13-2 25-2 38-1 16-2 32-3 49 0 2 0 2 2 3 13 3 26 7 39 10 1 1 2 1 2-1 0-25 2-49 3-73 0-19 1-38 2-56 1-24 1-47 2-70 0-2 0-4 1-6 0-1 0-2-1-2-15-3-29-7-43-12-1 0-1 1-2 2-7 16-13 32-19 48-9 22-18 43-25 65-1-1-1-2 0-3 0-12 1-22 2-34 0-10 1-22 2-32 1-17 2-34 3-50 0-2 0-3 1-5 0-1-1-1-2-2-11-2-21-5-31-9-3-1-6-1-9-2-2-1-2 0-2 1 0 15-1 30-1 46-1 26-2 52-3 79 0 17-1 35-2 53 0 9 0 18-1 27 0 1 1 1 2 2 14 3 28 7 42 11 1 1 2 0 3-1 15-38 30-76 45-114 0 0 0-1 0-1 0 0 0 0 0 1-2 1-2 2-2 2z m192 58c-1 19-1 37-2 56-1 8-2 16-4 24-5 15-14 25-30 28-8 1-17 1-25 0-14-2-27-6-40-12-14-8-23-18-26-34-2-9-2-17-2-26 0-20 1-41 1-61 1-12 1-22 1-34 1-7 2-15 4-23 4-14 14-24 28-28 8-1 15-2 22-1 16 2 31 6 44 13 13 7 21 16 26 29 2 7 3 15 3 22 1 16 0 31 0 47z m-48-57c-2-10-7-14-17-15-2 0-3 0-5 0-5 1-8 4-9 9-1 8-1 16-1 24 0 13 0 26 0 38 0 18 0 36 0 53 0 11 10 19 21 17 4-1 8-5 9-10 0-4 0-8 0-12 2-28 2-56 3-84 0-6 1-13-1-20z"/>
<glyph glyph-name="raidcall" unicode="&#57469;" d="M99 298l43 31c-10 85 42 148 42 148 0 0-11-5-97-60-86-55-87-77-87-77l0-223 78-117 118 0-118 187c-25 37-15 87 21 111z m294-34c-41-25-95-15-124 25-28 39-21 94 16 125 1 2 3 3 5 4 2 2 3 3 5 4l126 90-183 0-11-7c-83-61-102-179-42-263l12-16c61-84 179-103 263-42l52 38 0 128z"/>
<glyph glyph-name="mumble" unicode="&#57470;" d="M511 161c2 6 1 13 1 20 0 6-1 12-2 18 0 1 0 1 0 2 0 1 0 3-1 4 0 0 0 0 0 1 0 0 0 1 0 2-2 8-4 15-6 22-2 4-3 9-6 13 0 0 0 0 0 1-1 2-2 5-4 7 0 1 0 1 0 1-1 2-2 4-4 6 0 1-1 2-2 3 0 1-1 2-2 3 0 0 0 1-1 1 0 0 0 1-1 1 0 1-1 2-2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1-1 1 0 1 0 2-1 2 0 0-1 0-1 0 0 2-1 2-2 3-1 1-2 2-3 3 1 2 0 3-1 4-1 4-3 8-7 11 0 1 0 1-1 1-1 2-1 3-1 5-1 3 0 6-1 9 0 0 0 1 0 1 0 3 0 5-1 7 0 1 0 2 0 2 0 2 0 4-1 6 0 0 0 1-1 1 1 2 0 3-1 5 0 0 0 0 0 1 0 0 0 1 0 1-1 7-3 14-5 20-1 4-1 7-3 10 0 0 0 0-1 1-3 8-6 16-10 24-2 3-4 7-6 10 0 1-1 1-1 1 0 1 0 2-1 3 0 0 0 0-1 0 0 2-2 4-4 6 0 0 0 1 0 1 0 0 0 1-1 1 0 0 0 0-1 0 0 1 0 1-1 1 0 1-1 2-2 3 0 0 0 1-1 1 0 0 0 0 0 0-1 2-2 4-4 5 0 0-1 1-1 2 0 1-1 1-2 1 0 1-1 2-1 2 0 1-1 1-1 1-1 1-1 1-1 1 0 1 0 1-1 1 0 2-1 2-2 2-1 2-3 4-5 5-1 1-2 2-3 3 0 1 0 1-1 1 0 1 0 1-1 1 0 1 0 1-1 1 0 0 0 0 0 0 0 0 0 0 0 0-1 2-3 3-5 5 0 0 0 1-1 1 0 1-1 2-2 2-1 1-1 2-2 2 0 1-1 2-2 2-1 1-1 1-2 2 0 0 0 1-1 1 3 2 3 2 2 2 0 1-1 2-2 2 0 0-1 0-1 1 0 1-1 1-1 1 0 0-1 0-1 1 0 0-1 1-1 1-1 1-2 2-3 2 0 1-1 2-2 2-2 1-3 2-5 4-1 1-2 2-4 2-1 1-2 1-3 2-3 2-7 4-11 5-1 0-1 0-1 0-2 1-4 1-6 1-2 0-3 0-4 0-2 0-4 0-6-1-1 0-1 0-1 0-5-1-9-2-13-5-1-2-1-2-2-3-1 0-3-1-4-3 0 0 0 0-1-1-1 0-2-1-2-2-1-1-2-2-2-2-1-1-2-1-2-2 0 0 0 0 1 0 0 0-1 0-1 0-1-1-1-1-1-1-1 0-1-1-2-2-5-7-8-16-8-25 0-11 0-23 0-34 0-13 1-26 0-39 0-11-5-20-15-25-5-2-9-1-13-1 0 0 0 0-1 0-3 1-8 2-11 5-2 1-4 3-6 5 0 1 0 1-1 1-6 7-8 16-8 26 0 25 0 49 0 74 0 6-1 12-3 17-9 22-35 34-57 25-28-11-53-28-73-51-37-40-56-88-58-143 0-7-1-13-6-19-2-2-4-4-5-7-16-27-23-56-24-87-1-11-1-22 1-33 0-3-1-4-3-6-11-11-15-24-8-39 3-7 8-13 14-18 6-4 12-8 18-11 2-1 4-3 5-4 7-10 14-18 24-24 6-5 13-8 20-8 7 0 15 1 22 2 1 0 2 0 3 1 2 1 2 4 2 5 1 2 1 3 4 2 4-1 8-1 12-2 3-1 5 0 6 1 1 1 3 1 4 1 14-3 28-5 42-6 17-2 34-3 51-4 26-1 52-1 78 0 1 0 2 0 3-1 1-3 4-4 7-3 0 0 0-1 0-1 1-1 1-1 2-1 1-1 2-2 3-2 0 0 0-1 0-1 2-1 4-2 7-3 0 0 0 0 1 0 1 0 1-1 3-1 0 0 0 0 1 0 0 0 1-1 1-1 7 0 14 0 21 1 0 0 1 0 2 0 3 0 8 0 11 1 1 0 1 0 2 0 6 1 12 3 17 7 0 0 0 0 0 1 13 11 16 32 6 45-1 1-1 2-1 2 0 1 1 1 2 1 1 0 2 0 4 0 0-1 0-1 0-2-2-2-1-3 1-5 2-3 6-5 9-7 8-4 15-4 23 2 4 3 6 7 9 11 6 7 10 15 13 24 7 19 9 39 9 59 1 12 0 24-1 37-2 14-4 28-8 42-2 8-5 17-9 25-3 8-7 15-12 22-1 1-1 1-1 2 1 1 2 1 3 1 5 0 9 0 14 0 2-1 3-2 5-3 1-2 4-3 5-5 8-9 15-20 19-32 9-22 13-45 15-69 1-18 0-36-4-54-1-5-3-10-7-14-4-4-10-6-16-9-1 0-3-1-3-2-2-4-3-7-4-10-1-3-4-6-4-10-1-1-1-1-1-2-2 0-2-2-3-3-2-2-3-3-3-6 0 0-1 0-1 0-2 0-2-1-3-2-2-2-4-4-6-6-6-6-15-7-23-5-1 0-2 0-2-1 6-2 12-2 19-1 8 0 16 0 24 4 11 5 20 13 28 22 1 2 3 3 3 5 0 0 1 1 1 1 0 0 1 0 0 1 1 1 3 3 4 5 0 0 1 0 0 1 0 0 0 0 1 0 1 1 1 1 1 2 0 1 0 1 0 1 1 0 1 1 1 1 0 1 1 2 1 3 1 0 1 1 1 1 0 1 0 1 0 2 1 0 1 0 1 1 0 0 0 1 0 2 1 0 1 1 1 2 0 1 1 1 1 1 1 1 1 3 1 5 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 2 1 2 1 0 1 1 0 2 0 0 0 0 0 1 2 3 3 6 3 10 0 0 0 0 0 1 1 1 1 2 1 4 0 0 0 1 0 1 1 1 2 3 1 4 0 0 0 1 0 2 1 1 1 4 1 6 0 0 0 1 0 1 2 3 2 5 1 7z m-206 127c5 3 9 5 13 9 5 4 8 7 11 12 1 0 2 1 3 2 13 17 19 37 20 58 0 1 0 2 0 2-2 2-1 5-1 7 0 8 0 16 0 23 0 1 0 2-1 3 0 1 0 2 0 2 1 1 1 1 2 0 1 0 1-2 2-2 0-1 1-1 1-1 2-2 3-4 5-5 2-3 4-4 6-6 2-3 3-5 5-7 11-16 20-33 26-52 2-6 4-12 4-18 1-6 0-11 0-17 0-1 0-2-2-3-4-3-7-6-10-10 0-1 0-1 0-1 0-2 0-2-1-2-15 0-30 0-44 0-6 0-11 0-16-1 0 0 0 0-1 0 0 0 0 0-1 0-12-1-24-1-36-2-1 0-3-1-4-1-3-2-3-2-5 2 7 1 16 4 24 8z m-229 51c1 3 1 5 2 8 0 0 0 0 0 1 2 5 4 11 5 17 0 0 0 0 0 0 3 4 4 7 5 11 0 0 0 0 1 1 1 1 1 2 2 3 0 1 0 1 0 1 1 0 1 1 1 2 0 0 0 0 0 1 1 1 1 2 2 3 0 0 0 0 0 1 1 0 1 0 1 1 0 0 0 0 0 1 1 0 1 0 1 1 0 0 0 0 1 1 1 0 1 1 2 3 0 0 0 1 1 2 0 0 1 0 1 1 0 1 1 2 1 2 0 0 1 1 1 2 0 0 0 0 0 0 1 1 1 2 1 3 1 1 1 2 2 3 0 0 1 0 1 1 0 1 1 1 1 1 0 0 1 1 1 1 0 1 1 2 2 3 1 0 1 1 1 2 0 0 1 0 1 0 0 1 1 1 1 2 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 2 2 2 1 1 1 1 1 2 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 2 1 0 2 1 2 2 4 3 8 7 11 10 1 1 2 1 2 2 1 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 2-2-3-2-4-2-5 2 1 3 2 4 3 2 2 5 4 8 6 0 0 1 1 1 1 2 1 3 2 4 3 1 0 1 0 2 1 0 0 0 0 0 0 1 0 1 1 2 1 0 0 0 0 0 0 1 0 1 1 2 1 0 0 0 0 0 0 1 0 2 1 3 2 0 0 0 0 0 0 1 0 1 0 2 1 0 0 0 0 0 0 1 0 1 0 2 1 0 0 0 0 0 0 1 0 1 0 2 1 0 0 1 0 2 1 2 0 4 1 5 3 0 0 1 0 1 0 1 0 1 0 2 1 0 0 0 0 0 0 4 1 8 3 12 5 17 8 34-5 34-21 0-23 0-47 0-69 0-2 0-3-2-3-4 1-7 1-10 1-2 0-3 0-3 2 0 1 0 3-1 5 0 21 0 42 0 63 0 1 0 2-1 3 1 1 0 1-1 2 0 0-1 1-1 1-2 2-4 2-6 1-2 0-4-1-6-2-6-3-12-5-16-9 0 0-1 0-1 0-2-1-4-2-6-4-1 0-2-1-2-1 0 0 0-1-1-1-1-1-2-2-3-3 1 1 2 2 3 3-3-1-5-3-7-5 0 0 0 0-1 0-1 0-1-1-2-2 0 0 0 0 0 0-1 0-2-1-2-2 0 0-1 0-1-1 0 0 0 0-1 0-1 0-1-1-2-2-1-2-3-3-4-4-1-1-2-2-3-3 0 0-1 0-1-1 0 0 0 0-1-1-1 0-1 0-1-1-1 0-2-1-2-2-1-1-2-2-3-3-1-1-1-1-1-2 0-1-1-1-1-1 0 0-1-1-1-1 0 0-1-1-1-1 0 0-1-1-1-1 0 0 0 0 0-1-1 0-2-2-2-4-1 0-1-1-1-1-1 0-1-1-1-1 0-1-1-1-1-1-2-2-4-5-6-8 0 0 0 0 0 0-1-2-3-4-3-6 0 0 0 0 0 0-2-2-3-4-3-6-1 0-1-1-1-2-1 0-1 0-1-1 0-1 0-1-1-1 0 0 0-1-1-1-6-11-10-22-13-34-1-2-2-3-4-2-4 1-8 1-12 0-2-1-2 0-2 1-5 0-5 0-5 0z m-3-20c0 7 5 12 11 12 7 0 13-5 13-12 0-6-6-10-12-11-7 0-12 5-12 11z m46-250c-3 0-6 2-9 3 0 0-1 0-1 1 0 0 1 0 1 0 3 0 6 1 9 0 1-1 3-1 3-2 0-2-2-1-3-2z m65-8c-3 0-7 0-11 0-12 0-26 2-38 4-2 1-4 1-6 2 0 1-2 1-1 2 0 1 1 1 2 1 1 0 2 1 4 1 16-2 32-4 49-7 0 0 1 0 1-1 1 0 2 0 1-1 0-1 0-1-1-1z m30 15c-7 0-12 0-18-1-8 0-15 1-22 2-8 0-15 1-22 2-3 1-6 1-8 1-3 0-4 3-5 4-4 1-8 2-13 3 5-1 9-2 13-3 2 1 1 2 1 3-2 4 0 9 0 13 0 6 0 14-1 20-1 3-2 6-2 10 0 14 1 27 0 41 0 3 0 6 0 9-1 7-1 13-1 20 0 1 0 2 0 3-1 8-2 17-3 26 0 6-1 12-1 17-1 5-2 9-3 14-1 4-2 7-2 11 2 2 4 3 7 3 27 0 54 0 82 0 6 0 9-3 9-9 0-11 0-20 0-31 0-12 0-25 0-37 0-7-3-11-9-11-1 0-2-1-2-2 0-1 0-2 0-2 0-2 0-4 1-5 0-2 3-1 4-1 3-1 6-4 6-9 0-5 0-11 0-16 0-21 0-42 0-63-1-7-5-12-11-12z m18 205c-2 1-5 0-7-1-1 0-1 0-1 0-1 1-2 1-3 1-4 2-9 2-13 1-7 0-15 0-23 0 0 1-1 1-1 1-18 0-35 0-52 0-3 0-6 0-8-1 0 0 0 0-1 0-3 0-5-2-8-2-1 0-3 0-3 1 0 0 0 1 0 2 0-1 0-1 0-1-1-4 0-8 0-12 1-11 2-22 2-33 0-3 0-6 1-9 0-1 0-2 0-3 0-1 0-1 0-2 0-3 0-6 1-8-1-1-1-2-1-3 1-12 1-24 1-36 0-18 0-36-3-54 0-3-1-4-4-4-5 0-9 1-13 0-4-1-6 0-9 3-2 2-1 4-2 6 0 13 0 25-1 37 1 3 1 7 0 11 0 2 0 4 0 6 1 0 1 1 0 1 0 1 0 2 0 2 2 2 1 4 0 6 0 6 1 12 0 18 0 4 0 9 0 13 0 4 0 9-1 13 0 8 0 15 0 23 0 5 0 10-1 16 0 7 0 13-1 19 0 3 3 5 6 5 3 0 5 0 8 0 3 0 5 0 8 0 2 0 3 2 4 4 0 1-2 1-3 2 0 0-1 0-1 0 0 2 0 3 0 5 1 2 1 5 0 7 2 1 5 0 6 1 2 0 1 1 2 2 2 8 3 15 6 22 6 17 14 33 25 47 2 3 4 5 6 8 0 0 1 1 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0-1 0-1 4 4 9 9 14 14 1 0 1 1 2 1 5 5 11 8 16 12 2 1 3 1 3-1 0-15 0-30 0-45 0-2-1-3-2-4-3-1-5-3-5-6 1-12 3-23 7-34 2-6 5-12 9-17 3-5 5-9 9-12 2-3 4-5 7-7 1-2 4-4 6-5 3-3 7-5 11-7 3-2 6-3 10-5-2-1-4 0-4-1-1 0-2 0-2 0z m5-214c12 0 25 0 37 0-12-1-25-1-37 0z m77-34c-1 0-1 0-2 1 0 1 1 1 1 1 1 0 2 0 2-1 0-1-1-1-1-1z m7 16c-2-1-3-1-3 1 0 5-2 11-2 16 0 3-3 6-5 7-1 0-2-1-2 1 0 1 1 2 2 2 4 2 10-1 11-5 2-5 3-10 3-16-1-2-1-5-4-6z m19 23c2-1-1-2-1-4 0-1-1 1-2 1-2-1-3 2-6 2 0 0 0 1 0 1 0 1 1 1 1 2 0 2 1 2 2 2 1 1 2 2 4 2 0 0 1 0 1-1 1-2 1-2 3-2-2-1-3-1-2-3z m84 143c-1 0-1-1-1-2-1-1-2-2-3-2 0 0-1 0-1-1-3 0-7 0-10 0-5 0-9 0-13 0 0 0 0 0-1 0 0 0 0 1-1 0-1 1-2 2-3 4 0 3 0 6 0 9 0 8 1 7-8 6-2 0-2-1-2-2 0-8 0-17 0-25 0-2 1-3 4-3 9 1 19 0 29 1 5 0 8-4 8-9 0-9 0-19 0-29 0-2-1-3-3-3-1-1-3-1-5-1-5-1-11 0-17-1-3 0-6 0-9 0-2 0-3 0-5 0-2 0-2-1-2-3 0-10 0-19 0-29 0 0 0-1 1-1 0 0 0 0 1 0 2-1 3 0 4 0 3 0 3 1 3 3 0 3 0 7 0 10 0 5 1 8 6 10 4 0 8 1 13 1 1-1 3-1 5 0 1 0 2 0 3 0 1-1 1-1 1 0 3-1 4-3 5-5 0 0-1-1-1-2 0-15 0-29 0-44 0-4-1-7-3-10-2-1-4-1-6-1-4 0-8 0-12-1-1 0-3 0-4-1-2 0-5 1-7 0-1 0-1 0-2 0-2 2-3 3-5 4-2 1-11 4-26 5-4 0-7-1-11-1-8-1-15-2-24-5 0-1-1-1-3-3-4-2-7-4-11-4-9 0-18-1-26-1-2 0-4 0-6-1-2 0-5 0-7 0-1 0-3 0-4 0-7-1-16-1-23-1-5 0-8 2-8 7 0 4 0 8 0 12 0 56 0 111 0 167 0 6 3 9 9 9 8 0 17 0 26 0 7 0 10-3 10-10 0-44 0-89 0-133 0-7 0-7 7-7 2 0 3 1 3 3 0 9 0 17 0 25 0 7 3 11 11 11 3 0 6-1 9 0 1 0 2 0 3 0 2 0 4 0 6 0 7 0 10-2 10-9 0-18-1-36 0-53 0-2 0-3 0-4 3 1 6 1 9 2 0 9 0 18 0 26 0 32 0 62 0 94 0 9 0 19 0 29 0 1 0 2 0 3 1 5 0 11 0 16 0 5 4 8 9 8 4 0 9 0 13 0 8 0 16 0 24 0 12 0 24 0 36 0 1 0 2-1 2-1 1 0 2-1 2-2 1-3 1-6 1-9-1-6-2-12-1-18 0-10 1-18 1-27 0-1 0-1 0-1z m5 136c-5 14-11 26-19 38-1 1-1 2-3 3 0-2 0-4 1-6 0 0 0-1-1-2 0-1-1 1-1 1-1 1-1 1-2 1 0 0 0 1 0 1 0 1 0 1-1 1-1 1-1 2-2 3 0 1 0 1-1 1-1 1-1 2-2 3 0 1-1 1-2 2 0 0 0 0 0 1 0 1 0 1-1 1-1 2-3 3-4 4 0 1 0 1-1 1-2 3-3 4-5 6 0 2-2 2-3 2 0 1 0 1-1 1 0 1 0 1-1 1 0 1 0 1-1 1-2 2-4 4-6 6 0 1-1 1-1 1-2 2-3 3-5 4 0 2 0 2-1 2-4 3-7 5-11 7 0 1 0 1-1 1 0 0 0 1-1 1-2 1-3 3-5 2-2-1-1-3-1-5 0-16 0-31 0-46 0-2 0-5 0-7-1 0-1-1-1 0-3 1-4 1-4-3 0-2-1-3-3-2-4 0-8 0-12 0-1 0-2 1-2 2-2 4-2 8-2 11-1 15-1 30-1 45 1 6 1 11 3 17 4 8 13 14 22 14 4 0 8-2 12-4 15-9 28-20 39-32 22-24 38-51 47-81 2-5 4-11 5-16 0-2 0-3-3-2-2 1-5 1-7 0-3 0-4 1-5 3-2 6-4 12-6 18z m21-41c-4-4-7-4-11 0 0 0-1 0-1 0-2 2-4 5-2 8 1 4 4 6 8 6 3 0 7-3 8-6 1-1 1-3 1-4 0-2-2-3-3-4z m-275-162c-2 0-2 0-2-2 0-4 0-9 0-13 0-3 0-7 0-10 0-7 0-7 7-6 2 0 3 1 2 3 0 7 0 14 0 22 0 7 0 7-7 6z m2 83c-1 0-2 0-2-2 0-5 0-9 0-13 0-4 0-7 0-10 0-7 0-7 7-7 2 0 3 1 3 3 0 7 0 15 0 22 0 8 0 8-8 7z"/>
<glyph glyph-name="medium" unicode="&#57453;" d="M508 395l-162 81c-1 0-1 0-2 0-2 0-5-1-6-2l-99-163 111-181 160 259c1 2 0 5-2 6z m-322-27l0-175 156-78z m169-259l143-72c7-4 14 0 14 9l0 318z m-187 285l-149 74-10 6c-1 0-2 1-3 1-2 0-3-1-4-2-1-1-2-3-2-6l0-341c0-6 4-13 9-15l147-74c2-1 4-2 6-2 5 0 8 4 8 11l0 345c0 1 0 2-2 3z"/>
<glyph glyph-name="bebee" unicode="&#57471;" d="M160 246c21 9 30 46 111 64 0 13-42 152-129 195-90 41-104-109-66-174 3-12 63-93 84-85z m77 175c20-36 28-70 31-72 3-2 20-17 21-15 5 17 7 27 8 31-36 185-115 127-115 127 0 0 34-34 55-71z m164-51c-3 2-6 3-10 5l1 1 41-11c0 0 7-1 8 7 2 7-3 11-3 11 0 0-38 10-42 11-8 2-22-3-31-7-1 1-2 1-3 1-2 4-10 23-6 25 3 2 52 4 52 4 0 0 7 4 6 12 0 7-10 8-10 8 0 0-58-4-61-4-13-2-7-18-7-18l6-25c-11 0-21-6-28-18-18-29-11-87 24-108 35-21 96-27 113 2 17 29-15 82-50 104z m20-76c-11-9-34-1-49 18-16 19-20 42-8 52 11 9 34 1 49-18 16-19 20-42 8-52z m-300-178c0 0-17-46 11-113 93-12 126 26 126 26 0 0-55 21-80 38-24 15-57 49-57 49z m49 118c0 0-44-27-45-81 0-5 45-68 162-106 30 13 36 83 36 83 0 0-59 29-86 44-27 14-67 60-67 60z m115 58c-63-9-85-44-85-44 0 0 44-59 117-83 1 1-1 66 2 73 4 6 14 10 14 10 0 0-16 12-26 23-12 11-6 22-22 21z"/>
<glyph glyph-name="hitbox" unicode="&#57472;" d="M262 0l102 58 0 65-102-42z m116 330l0-187 60 21 0 159z m-233 2l0-194 110-41 109 41 0 194-109 14z m0-274l103-58 0 81-103 42z m-74 106l60-21 0 187-60-7z m281 184l0 120-97 44-97-44 0-120 97 14z"/>
<glyph glyph-name="reverbnation" unicode="&#57473;" d="M506 309c-49-35-97-70-147-106-5-3-5-6-4-12 19-57 38-115 57-173 0-1 1-3 2-6-3 2-5 4-7 5-48 35-97 70-145 105-4 3-8 4-12 0-50-36-99-72-150-108-1-1-2-1-4-3 7 22 14 43 20 64 13 40 26 79 39 119 1 4 0 6-4 9-49 35-97 70-146 106-2 1-3 3-5 5l13 0c58 0 116 0 173 0 6 0 9 1 11 7 18 58 37 116 56 175 0 1 1 2 2 5 1-3 2-4 2-6 19-58 38-116 57-174 2-6 4-7 11-7 60 0 120 0 180 0l7 0c-3-3-4-4-6-5z"/>
<glyph glyph-name="formulr" unicode="&#57474;" d="M142 444c-46-45-70-111-70-189l0-256 148 0 0 260c0 37 9 66 27 84 20 19 50 24 72 24l67 0 54 145-121 0c-71 0-132-24-177-68z"/>
<glyph glyph-name="instagram" unicode="&#57431;" d="M256 466c69 0 76-1 103-2 26-1 39-5 48-8 12-5 21-11 29-19 9-9 15-18 19-29 4-10 8-23 9-48 1-28 2-35 2-104 0-69-1-76-2-103-1-26-5-39-8-48-5-12-11-21-19-29-9-9-18-15-29-19-10-4-23-8-48-9-28-1-35-2-104-2-69 0-76 1-103 2-26 1-39 5-48 8-12 5-21 11-29 19-9 9-15 18-19 29-4 10-8 23-9 48-1 28-2 35-2 104 0 69 1 76 2 103 1 26 5 39 8 48 5 12 11 21 19 29 9 9 18 15 29 19 10 4 23 8 48 9 28 1 35 2 104 2m0 46c-70 0-78-1-105-2-28-1-47-5-62-11-17-7-32-16-46-30-14-14-23-29-30-46-6-16-10-34-11-62-1-27-2-35-2-105 0-70 1-78 2-105 1-28 5-47 11-62 7-17 16-32 30-46 14-14 29-23 46-30 16-6 34-10 62-11 27-1 35-2 105-2 70 0 78 1 105 2 28 1 47 5 62 11 17 7 32 16 46 30 14 14 23 29 30 46 6 16 10 34 11 62 1 27 2 35 2 105 0 70-1 78-2 105-1 28-5 47-11 62-7 17-16 32-30 46-14 14-29 23-46 30-16 6-34 10-62 11-27 1-35 2-105 2z m0-124c-73 0-132-59-132-132 0-73 59-132 132-132 73 0 132 59 132 132 0 73-59 132-132 132z m0-218c-47 0-86 39-86 86 0 47 39 86 86 86 47 0 86-39 86-86 0-47-39-86-86-86z m167 223c0-17-13-31-30-31-17 0-31 14-31 31 0 17 14 30 31 30 17 0 30-13 30-30z"/>
<glyph glyph-name="battlenet" unicode="&#57475;" d="M506 216c-3 7-7 13-11 19-14 16-30 29-46 40-2 1-3 3-5 2 11 1 20 3 30 8 7 4 10 10 9 19 0 7-3 13-6 20-8 12-19 21-30 29-6 4-12 7-19 11-2 1-3 2-1 4 2 3 3 5 4 8 9 17 19 34 27 52 2 5 5 10 6 16 0 2 0 5 0 7 0 1 0 1-1 2-1 0-2-1-2-1-1-2-2-5-4-7-7-11-14-24-22-35-7-12-14-24-22-36-1-2-2-2-4-1-13 5-25 9-37 13-16 5-33 9-49 11-2 0-4 1-5 3-1 3-3 6-5 9-17 30-37 59-62 83-11 10-24 19-41 21-1 0-2 0-4 0-5-1-9-2-13-5-8-5-13-12-16-21-8-16-12-33-14-51 0-6-1-12-1-18-2 0-2 2-3 3-5 6-11 12-18 16-5 4-11 4-18 1-9-4-15-12-20-21-5-13-8-26-8-40 0-6 0-12 0-18 0-2-1-3-3-3-3 0-6 0-9 0-12-1-25-1-37-2-11 0-22-1-32-3-3 0-6-1-9-3-1 0-3-1-2-2 0-1 2-1 3-1 16-1 31-1 48-1 12-1 23-1 35-1 1 0 2 0 3-1 5 0 5 0 5-5 4-29 11-57 22-84 1-2 0-4-1-5-3-6-6-11-10-17-14-24-25-49-32-76-4-15-7-29-5-44 2-15 11-24 24-28 9-2 19-2 28 0 16 3 32 8 47 15 5 2 8 4 13 6-1-3-2-5-3-8-2-5-4-10-4-16-2-11 1-18 12-23 3-1 7-2 10-3 8-1 17 0 24 1 16 4 29 11 43 19 2 2 3 2 5-1 8-13 16-26 25-39 6-10 13-20 20-28 3-3 6-5 10-5 1 2 0 3-1 4-3 4-5 8-7 11-3 7-7 12-10 18-8 16-17 31-25 46-2 4-2 4 2 7 10 8 20 16 30 26 11 10 22 21 32 34 2 3 4 3 7 3 13 0 26 0 40 1 14 1 26 2 39 4 19 3 37 7 54 16 11 6 21 14 22 28 0 0 0 0 0 0-1 2-1 4 0 6 0 0 0 1 0 1-1 3-1 7-2 10z m-305 172c2 14 5 28 11 41 3 6 5 11 10 15 6 8 15 9 23 6 5-1 9-4 13-7 15-12 27-29 37-46-34 0-66-7-95-25-1 6 0 11 1 16z m-80-31c1 11 2 22 6 32 2 5 5 10 9 13 8 7 22 5 26-5 1 0 1-1 1-2 0-12 1-24 3-37 0-2-1-1-2-1-7 0-13 0-20 0 0 0 0-1 0-1-7 0-13 0-20 0-2-1-3-1-3 1z m28-217c-6-1-11-1-16 0-13 2-20 10-21 23 0 9 2 17 4 25 4 13 9 26 17 39 17-29 38-53 67-70 0-1-1-1-1-1-16-7-33-13-50-16z m105-43c-11-6-22-10-34-11-2 0-3 0-4 0-16 2-20 14-15 27 0 1 1 2 2 2 5 3 10 7 15 10 5 4 10 7 15 10 2-3 4-6 6-10 5-8 10-17 16-26 0 0 2-1-1-2z m57 44c-13-12-26-24-40-34-2-2-3-2-4 1-5 10-10 21-16 31 0 1-1 2-1 4 21-1 40 4 58 14-18-5-37-7-56-6 0 2 1 2 2 3 40 34 76 72 108 114 2 3 2 4-1 5-4 2-8 5-12 7-1 0-2 1-3-1-12-17-27-31-42-45-29-25-60-47-92-69-2-1-3-1-5 0-22 13-37 31-49 52-15 24-23 51-29 80-4 13-6 27-7 41-1 3 0 4 3 4 12-2 25-2 36-3 3 0 3-1 2-3-10-17-15-34-15-53 0-1 0-2 0-2 5 17 11 34 22 50 2-11 4-21 6-30 10-42 23-82 39-121 1-3 2-3 4-2 4 3 8 5 12 7 1 1 2 2 1 3-9 19-13 38-17 58-8 37-12 74-14 111 0 3 0 4 3 6 18 11 38 16 59 17 32 2 64-4 94-13 15-5 29-10 42-16 1-1 2-1 1-3-7-11-13-21-21-32-9 18-23 32-40 41 6-6 13-13 18-21 5-7 10-15 14-24-4 1-9 3-13 4-12 5-24 8-36 12-34 9-68 16-102 20-7 1-7 1-7-6 0-4 0-7 0-10 0-2 0-2 2-2 24-2 47-10 70-18 32-11 63-25 93-40 1-1 1-2 1-4 0-23-7-44-18-65-13-24-30-44-50-62z m121 47c-6-5-13-8-20-10-16-4-33-6-50-6 17 29 28 60 28 94 1 0 2-1 3-1 15-12 29-23 41-39 3-4 5-8 7-13 2-10 0-18-9-25z m3 101c-4-2-8-2-12 0-9 6-20 10-30 15-1 0-2 1-1 3 6 11 13 23 19 35 1 1 1 2 3 1 9-7 19-13 26-23 3-5 6-10 6-16 0-7-4-13-11-15z"/>
</font></defs></svg>
$('.set > li.active').find('.set_in').css({display: 'block'});
if($('.set').length){
$(".set > li > a").on("click", function(){
if($(this).parent().hasClass('active')){
$(this).parent().removeClass("active");
$(this).siblings('.set_in').slideUp(200);
//$(".set > a i").removeClass("fa-minus").addClass("fa-plus");
}else{
//$(".set > a i").removeClass("fa-minus").addClass("fa-plus");
//$(this).find("i").removeClass("fa-plus").addClass("fa-minus");
$(".set > li> a").parent().removeClass("active");
//$(this).addClass("active");
$(this).parent().addClass("active");
$('.set_in').slideUp(200);
$(this).siblings('.set_in').slideDown(200);
}
});
}
$(function ()
{
$('[data-toggle="tooltip"]').tooltip()
$('.owl-carousel-need-replace').each(function ()
{
var listOfImages = [];
$(this).find('img').each(function ()
{
var alt = $(this).attr('alt');
if (typeof alt === "undefined")
alt = '';
listOfImages.push('<figure><img class="container_documentation_owl_img" src="' + $(this).attr('src') + '" alt="' + alt + '"><figcaption class="text-white">' + alt + '</figcaption></figure>')
})
$(this).html(listOfImages.join('')).removeClass('owl-carousel-need-replace hidden');
})
$('.container_documentation .container_documentation_right').find('img:not(".container_documentation_owl_img")').addClass('image-popuped').click(function ()
{
$.magnificPopup.open({
items: {
src: $(this).attr('src')
},
image: {
cursor: 'pointer',
},
type: 'image'
});
});
})
\ No newline at end of file
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g--;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++c<b;)d=f[c-1]||0,e=this._widths[this.relative(c)]+this.settings.margin,f.push(d+e*a);this._coordinates=f}},{filter:["width","items","settings"],run:function(){var a=this.settings.stagePadding,b=this._coordinates,c={width:Math.ceil(Math.abs(b[b.length-1]))+2*a,"padding-left":a||"","padding-right":a||""};this.$stage.css(c)}},{filter:["width","items","settings"],run:function(a){var b=this._coordinates.length,c=!this.settings.autoWidth,d=this.$stage.children();if(c&&a.items.merge)for(;b--;)a.css.width=this._widths[this.relative(b)],d.eq(b).css(a.css);else c&&(a.css.width=a.items.width,d.css(a.css))}},{filter:["items"],run:function(){this._coordinates.length<1&&this.$stage.removeAttr("style")}},{filter:["width","items","settings"],run:function(a){a.current=a.current?this.$stage.children().index(a.current):0,a.current=Math.max(this.minimum(),Math.min(this.maximum(),a.current)),this.reset(a.current)}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var a,b,c,d,e=this.settings.rtl?1:-1,f=2*this.settings.stagePadding,g=this.coordinates(this.current())+f,h=g+this.width()*e,i=[];for(c=0,d=this._coordinates.length;c<d;c++)a=this._coordinates[c-1]||0,b=Math.abs(this._coordinates[c])+f*e,(this.op(a,"<=",g)&&this.op(a,">",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var b,c,e;b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&e<=0&&this.preloadAutoWidthImages(b)}this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('<div class="'+this.settings.stageOuterClass+'"/>'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){a<=b&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};b<c;)(this._invalidated.all||a.grep(this._pipe[b].filter,d).length>0)&&this._pipe[b].run(e),b++;this._invalidated={},!this.is("valid")&&this.enter("valid")},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!!this.$element.is(":visible")&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))))},e.prototype.registerEventHandlers=function(){a.support.transition&&this.$stage.on(a.support.transition.end+".owl.core",a.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(b,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",a.proxy(this.onDragEnd,this)))},e.prototype.onDragStart=function(b){var d=null;3!==b.which&&(a.support.transform?(d=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),d={x:d[16===d.length?12:4],y:d[16===d.length?13:5]}):(d=this.$stage.position(),d={x:this.settings.rtl?d.left+this.$stage.width()-this.width()+this.settings.margin:d.left,y:d.top}),this.is("animating")&&(a.support.transform?this.animate(d.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===b.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=a(b.target),this._drag.stage.start=d,this._drag.stage.current=d,this._drag.pointer=this.pointer(b),a(c).on("mouseup.owl.core touchend.owl.core",a.proxy(this.onDragEnd,this)),a(c).one("mousemove.owl.core touchmove.owl.core",a.proxy(function(b){var d=this.difference(this._drag.pointer,this.pointer(b));a(c).on("mousemove.owl.core touchmove.owl.core",a.proxy(this.onDragMove,this)),Math.abs(d.x)<Math.abs(d.y)&&this.is("valid")||(b.preventDefault(),this.enter("dragging"),this.trigger("drag"))},this)))},e.prototype.onDragMove=function(a){var b=null,c=null,d=null,e=this.difference(this._drag.pointer,this.pointer(a)),f=this.difference(this._drag.stage.start,e);this.is("dragging")&&(a.preventDefault(),this.settings.loop?(b=this.coordinates(this.minimum()),c=this.coordinates(this.maximum()+1)-b,f.x=((f.x-b)%c+c)%c+b):(b=this.settings.rtl?this.coordinates(this.maximum()):this.coordinates(this.minimum()),c=this.settings.rtl?this.coordinates(this.minimum()):this.coordinates(this.maximum()),d=this.settings.pullDrag?-1*e.x/5:0,f.x=Math.max(Math.min(f.x,b+d),c+d)),this._drag.stage.current=f,this.animate(f.x))},e.prototype.onDragEnd=function(b){var d=this.difference(this._drag.pointer,this.pointer(b)),e=this._drag.stage.current,f=d.x>0^this.settings.rtl?"left":"right";a(c).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==d.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(e.x,0!==d.x?f:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=f,(Math.abs(d.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},e.prototype.closest=function(b,c){var d=-1,e=30,f=this.width(),g=this.coordinates();return this.settings.freeDrag||a.each(g,a.proxy(function(a,h){return"left"===c&&b>h-e&&b<h+e?d=a:"right"===c&&b>h-f-e&&b<h-f+e?d=a+1:this.op(b,"<",h)&&this.op(b,">",g[a+1]||h-f)&&(d="left"===c?a+1:a),d===-1},this)),this.settings.loop||(this.op(b,">",g[this.minimum()])?d=b=this.minimum():this.op(b,"<",g[this.maximum()])&&(d=b=this.maximum())),d},e.prototype.animate=function(b){var c=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),c&&(this.enter("animating"),this.trigger("translate")),a.support.transform3d&&a.support.transition?this.$stage.css({transform:"translate3d("+b+"px,0px,0px)",transition:this.speed()/1e3+"s"}):c?this.$stage.animate({left:b+"px"},this.speed(),this.settings.fallbackEasing,a.proxy(this.onTransitionEnd,this)):this.$stage.css({left:b+"px"})},e.prototype.is=function(a){return this._states.current[a]&&this._states.current[a]>0},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(b){return"string"===a.type(b)&&(this._invalidated[b]=!0,this.is("valid")&&this.leave("valid")),a.map(this._invalidated,function(a,b){return b})},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(a,b){var c=this._items.length,e=b?0:this._clones.length;return!this.isNumeric(a)||c<1?a=d:(a<0||a>=c+e)&&(a=((a-e/2)%c+c)%c+e/2),a},e.prototype.relative=function(a){return a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=this.settings,f=this._coordinates.length;if(e.loop)f=this._clones.length/2+this._items.length-1;else if(e.autoWidth||e.merge){for(b=this._items.length,c=this._items[--b].width(),d=this.$element.width();b--&&(c+=this._items[b].width()+this.settings.margin,!(c>d)););f=b+1}else f=e.center?this._items.length-1:this._items.length-e.items;return a&&(f-=this._clones.length/2),Math.max(f,0)},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c,e=1,f=b-1;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(this.settings.rtl&&(e=-1,f=b+1),c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[f]||0))/2*e):c=this._coordinates[f]||0,c=Math.ceil(c))},e.prototype.duration=function(a,b,c){return 0===c?0:Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(a,b){var c=this.current(),d=null,e=a-this.relative(c),f=(e>0)-(e<0),g=this._items.length,h=this.minimum(),i=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(e)>g/2&&(e+=f*-1*g),a=c+e,d=((a-h)%g+g)%g+h,d!==a&&d-e<=i&&d-e>0&&(c=d-e,a=d,this.reset(c))):this.settings.rewind?(i+=1,a=(a%i+i)%i):a=Math.max(h,Math.min(i,a)),this.speed(this.duration(c,a,b)),this.current(a),this.$element.is(":visible")&&this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.onTransitionEnd=function(a){if(a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},e.prototype.viewport=function(){var d;return this.options.responsiveBaseElement!==b?d=a(this.options.responsiveBaseElement).width():b.innerWidth?d=b.innerWidth:c.documentElement&&c.documentElement.clientWidth?d=c.documentElement.clientWidth:console.warn("Can not detect viewport width."),d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(b,c){var e=this.relative(this._current);c=c===d?this._items.length:this.normalize(c,!0),b=b instanceof jQuery?b:a(b),this.trigger("add",{content:b,position:c}),b=this.prepare(b),0===this._items.length||c===this._items.length?(0===this._items.length&&this.$stage.append(b),0!==this._items.length&&this._items[c-1].after(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[c].before(b),this._items.splice(c,0,b),this._mergers.splice(c,0,1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[e]&&this.reset(this._items[e].index()),this.invalidate("items"),this.trigger("added",{content:b,position:c})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.preloadAutoWidthImages=function(b){b.each(a.proxy(function(b,c){this.enter("pre-loading"),c=a(c),a(new Image).one("load",a.proxy(function(a){c.attr("src",a.target.src),c.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",c.attr("src")||c.attr("data-src")||c.attr("data-src-retina"))},this))},e.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),a(c).off(".owl.core"),this.settings.responsive!==!1&&(b.clearTimeout(this.resizeTimer),this.off(b,"resize",this._handlers.onThrottledResize));for(var d in this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:a<c;case">":return d?a<c:a>c;case">=":return d?a<=c:a>=c;case"<=":return d?a>=c:a<=c}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d,f,g){var h={item:{count:this._items.length,index:this.current()}},i=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),j=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},h,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(j)}),this.register({type:e.Type.Event,name:b}),this.$element.trigger(j),this.settings&&"function"==typeof this.settings[i]&&this.settings[i].call(this,j)),j},e.prototype.enter=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]===d&&(this._states.current[b]=0),this._states.current[b]++},this))},e.prototype.leave=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]--},this))},e.prototype.register=function(b){if(b.type===e.Type.Event){if(a.event.special[b.name]||(a.event.special[b.name]={}),!a.event.special[b.name].owl){var c=a.event.special[b.name]._default;a.event.special[b.name]._default=function(a){return!c||!c.apply||a.namespace&&a.namespace.indexOf("owl")!==-1?a.namespace&&a.namespace.indexOf("owl")>-1:c.apply(this,arguments)},a.event.special[b.name].owl=!0}}else b.type===e.Type.State&&(this._states.tags[b.name]?this._states.tags[b.name]=this._states.tags[b.name].concat(b.tags):this._states.tags[b.name]=b.tags,this._states.tags[b.name]=a.grep(this._states.tags[b.name],a.proxy(function(c,d){return a.inArray(c,this._states.tags[b.name])===d},this)))},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.pointer=function(a){var c={x:null,y:null};return a=a.originalEvent||a||b.event,a=a.touches&&a.touches.length?a.touches[0]:a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:a,a.pageX?(c.x=a.pageX,c.y=a.pageY):(c.x=a.clientX,c.y=a.clientY),c},e.prototype.isNumeric=function(a){return!isNaN(parseFloat(a))},e.prototype.difference=function(a,b){return{x:a.x-b.x,y:a.y-b.y}},a.fn.owlCarousel=function(b){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){var d=a(this),f=d.data("owl.carousel");f||(f=new e(this,"object"==typeof b&&b),d.data("owl.carousel",f),a.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(b,c){f.register({type:e.Type.Event,name:c}),f.$element.on(c+".owl.carousel.core",a.proxy(function(a){a.namespace&&a.relatedTarget!==this&&(this.suppress([c]),f[c].apply(this,[].slice.call(arguments,1)),this.release([c]))},f))})),"string"==typeof b&&"_"!==b.charAt(0)&&f[b].apply(f,c)})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoRefresh:!0,autoRefreshInterval:500},e.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},e.prototype.destroy=function(){var a,c;b.clearInterval(this._interval);for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoRefresh=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&e*-1||0,g=(b.property&&b.property.value!==d?b.property.value:this._core.current())+f,h=this._core.clones().length,i=a.proxy(function(a,b){this.load(b)},this);f++<e;)this.load(h/2+this._core.relative(g)),h&&a.each(this._core.clones(this._core.relative(g)),i),g++},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={lazyLoad:!1},e.prototype.load=function(c){var d=this._core.$stage.children().eq(c),e=d&&d.find(".owl-lazy");!e||a.inArray(d.get(0),this._loaded)>-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":'url("'+g+'")',opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},e.prototype.update=function(){var b=this._core._current,c=b+this._core.settings.items,d=this._core.$stage.children().toArray().slice(b,c),e=[],f=0;a.each(d,function(b,c){e.push(a(c).height())}),f=Math.max.apply(null,e),this._core.$stage.parent().height(f).addClass(this._core.settings.autoHeightClass)},e.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.video&&this.isInFullScreen()&&a.preventDefault()},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};e.Defaults={video:!1,videoHeight:!1,videoWidth:!1},e.prototype.fetch=function(a,b){var c=function(){return a.attr("data-vimeo-id")?"vimeo":a.attr("data-vzaar-id")?"vzaar":"youtube"}(),d=a.attr("data-vimeo-id")||a.attr("data-youtube-id")||a.attr("data-vzaar-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else if(d[3].indexOf("vimeo")>-1)c="vimeo";else{if(!(d[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");c="vzaar"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},e.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='<div class="owl-video-play-icon"></div>',d=k.lazyLoad?'<div class="owl-video-tn '+j+'" '+i+'="'+a+'"></div>':'<div class="owl-video-tn" style="opacity:1;background-image:url('+a+')"></div>',b.after(d),b.after(e)};if(b.wrap('<div class="owl-video-wrapper"'+g+"></div>"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length)return l(h.attr(i)),h.remove(),!1;"youtube"===c.type?(f="//img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type?a.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}):"vzaar"===c.type&&a.ajax({type:"GET",url:"//vzaar.com/api/videos/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a.framegrab_url,l(f)}})},e.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},e.prototype.play=function(b){var c,d=a(b.target),e=d.closest("."+this._core.settings.itemClass),f=this._videos[e.attr("data-video")],g=f.width||"100%",h=f.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),e=this._core.items(this._core.relative(e.index())),this._core.reset(e.index()),"youtube"===f.type?c='<iframe width="'+g+'" height="'+h+'" src="//www.youtube.com/embed/'+f.id+"?autoplay=1&rel=0&v="+f.id+'" frameborder="0" allowfullscreen></iframe>':"vimeo"===f.type?c='<iframe src="//player.vimeo.com/video/'+f.id+'?autoplay=1" width="'+g+'" height="'+h+'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>':"vzaar"===f.type&&(c='<iframe frameborder="0"height="'+h+'"width="'+g+'" allowfullscreen mozallowfullscreen webkitAllowFullScreen src="//view.vzaar.com/'+f.id+'/player?autoplay=true"></iframe>'),a('<div class="owl-video-frame">'+c+"</div>").insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},
a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('<div class="'+this._core.settings.dotClass+'">'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"</div>")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("<div>").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("<div>").addClass(c.dotClass).append(a("<span>")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("<div>").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a<e;a++){if(b>=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("<support>").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document);
/*!
* data-owl-carousel - wrapper for owlCarousel with data-attributes support
*/
!function(a,b,c){"use strict";a.fn.siCarousel=function(){return"undefined"==typeof a.fn.owlCarousel?this:this.each(function(){var b=a(this),c=a.extend(!0,{},a.fn.siCarousel.defaults,b.data("owl-carousel"));b.owlCarousel(c)})},a.fn.siCarousel.defaults={items:1,loop:!1,nav:!1,navText:[],dots:!0,slideBy:1,lazyLoad:!1,autoplay:!1,autoplayTimeout:4e3,responsive:{},animateOut:!1,animateIn:!1,smartSpeed:450,navSpeed:450},a(function(){a("[data-owl-carousel]").siCarousel()})}(jQuery,window,document);
<?php
use yii\widgets\ActiveForm;
use yii\helpers\Html;
use common\modules\bids\models\Bid;
?>
<div class="hidden">
<div id="request_access" class="popup popup_2 blog_form_2">
<div class="txtbtnclose"><?= \Yii::t('blog', 'Close') ?></div>
<span class="popup__title"><?= \Yii::t('blog', 'Connection request') ?></span>
<p><strong><?= \Yii::t('blog', 'Access to the repository (the source code platform Task On 2) is sent on request.') ?></strong></p>
<?php
$model = new Bid();
$model->scenario = Bid::SCENARIO_DOCUMENTATION;
$model->form = Bid::FORM_DOCUMENTATION;
$form = ActiveForm::begin([
'action' => '/documentation/page/request-access',
'enableClientValidation' => false,
'options' => [
'class' => 'valid_form bids-form blog-form',
'data-title' => 'Заявка на подключения к TaskOn - {номер заявки}',
'data-form' => 'Заявка на подключения к TaskOn - {номер заявки}',
'data-tag' => Bid::TAG_TREATMENT
],
]);
?>
<div class="message-box send_secce"><?= \Yii::t('blog', 'Connection request sent. We will consider it.') ?></div>
<div class="content">
<?php echo $form->field($model, 'form', ['template' => '{input}'])->hiddenInput(['class' => 'not_clear']); ?>
<div class="blog_form_left50 form_resp">
<div>
<?php
echo $form->field($model, 'name')->textInput([
'placeholder' => \Yii::t('form', 'Your name') . '*',
'class' => 'input_st'
])->label(false);
?>
</div>
</div>
<div class="blog_form_right50 form_resp">
<?php
echo $form->field($model, 'email')->textInput([
'placeholder' => 'E-mail' . '*',
'class' => 'input_st'
])->label(false);
?>
</div>
<div class="clear"></div>
<?php
echo $form->field($model, 'message')->textArea([
'placeholder' => \Yii::t('blog', 'Describe briefly for which tasks you want to use the TaskOn platform? *'),
'class' => 'sect_cont_form__textarea'
])->label(false);
?>
<div class="clear"></div>
<?php echo Html::submitButton(\Yii::t('blog', 'Request access'), ['class' => 'save-button btn-default button-lg']); ?>
</div>
<?php ActiveForm::end(); ?>
</div>
</div>
\ No newline at end of file
...@@ -4,7 +4,8 @@ use yii\helpers\Html; ...@@ -4,7 +4,8 @@ use yii\helpers\Html;
use yii\helpers\Url; use yii\helpers\Url;
?> ?>
<h4><span class="rubric_icon"><img src="/images/rubric_icon_5.png" height="35" width="35" alt=""></span><span class="wiht_icon">Задать свой вопрос</span></h4> <h4><span class="rubric_icon"><img src="/images/rubric_icon_5.png" height="35" width="35" alt=""></span><span class="wiht_icon">Не нашли ответа? <br>
Задайте вопрос!</span></h4>
<?php <?php
...@@ -12,7 +13,7 @@ $form = ActiveForm::begin([ ...@@ -12,7 +13,7 @@ $form = ActiveForm::begin([
'id' => 'contact-form', 'id' => 'contact-form',
'action' => Url::toRoute(['/faq/faq/send-faq', 'id' => $model->content_id]), 'action' => Url::toRoute(['/faq/faq/send-faq', 'id' => $model->content_id]),
'options' => [ 'options' => [
'class' => 'validateform_2' 'class' => 'validateform_2 mb50'
] ]
]); ]);
?> ?>
...@@ -24,8 +25,8 @@ $form = ActiveForm::begin([ ...@@ -24,8 +25,8 @@ $form = ActiveForm::begin([
<?= $form->field($model, 'message')->textArea(['placeholder' => 'Текст вопроса', 'style' => 'height: 175px;'])->label(false)?> <?= $form->field($model, 'message')->textArea(['placeholder' => 'Текст вопроса', 'style' => 'height: 175px;'])->label(false)?>
<?= Html::submitButton('Задать вопрос', ['class' => 'btn_blue']) ?> <?= Html::submitButton('Задать вопрос', ['class' => 'btn_green_sm']) ?>
<? <?php
ActiveForm::end(); ActiveForm::end();
?> ?>
\ No newline at end of file
...@@ -4,27 +4,32 @@ use yii\helpers\Html; ...@@ -4,27 +4,32 @@ use yii\helpers\Html;
use yii\helpers\Url; use yii\helpers\Url;
$i = 0; $i = 0;
$n = (int)\common\models\Settings::getValue('faq-count-rand'); $n = (int) \common\models\Settings::getValue('faq-count-rand');
$pages = $model->rubric->faqs; $pages = $model->rubric->faqs;
if (count($pages)-1) //кроме текущей страницы if (count($pages) - 1) { //кроме текущей страницы
{?> ?>
<h4>Другое по этой теме</h4>
<!-- new cont -->
<h4>Может быть полезно</h4>
<ul class="reference_list"> <ul class="reference_list">
<?php foreach($pages as $page){ <?php
foreach ($pages as $page) {
if ($page->id != $model->id) if ($page->id != $model->id) {
{
$i++; $i++;
if ($i > $n){ break;} if ($i > $n) {
break;
}
echo '<li>' . Html::a($page->lang->title, '/faq/' . $page->url) . '</li>'; echo '<li>' . Html::a($page->lang->title, '/faq/' . $page->url) . '</li>';
} }
?> ?>
<?php }?> <?php } ?>
</ul> </ul>
<?php <?php
} }
?> ?>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\Url; use yii\helpers\Url;
use common\modules\blog\models\Post; use common\modules\blog\models\Post;
use common\modules\faq\models\Faq; use common\modules\faq\models\Faq;
use common\modules\faq\assets\GeneratorAsset; use common\modules\faq\assets\GeneratorAsset;
...@@ -13,68 +12,80 @@ GeneratorAsset::register($this); ...@@ -13,68 +12,80 @@ GeneratorAsset::register($this);
?> ?>
<div class="faq_sec"> <div class="faq_sec">
<?= $this->renderFile('@common/modules/faq/views/faq/menu.php') ?> <?= $this->renderFile('@common/modules/faq/views/faq/menu.php') ?>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<div class="way"> <div class="way">
<a href="/">Главная</a> <span>|</span> <?= (strpos(Yii::$app->request->url, "/faq/video") === 0) ? "Видео-уроки" : "Справка" ?> <a href="/">Главная</a>
<br> <span>|</span> Справка для пользователя<br> <br>
<br> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<?php <?php
$i = 0; $i = 0;
foreach($models as $r) foreach ($models as $r) {
{
?> ?>
<div class="faq_rubric col-md-6 col-xs-6 col-sm-12"> <div class="faq_rubric col-md-6 col-xs-6 col-sm-12">
<h5> <h5>
<span class="rubric_icon"> <span class="rubric_icon">
<img src="<?= $r->img;?>" height="36" alt=""> <img src="<?= $r->img; ?>" height="36" alt="">
</span> </span>
<span class="wiht_icon"><?php echo $r->name?></span> <span class="wiht_icon"><?php echo $r->name ?></span>
</h5> </h5>
<?php <?php
$r_list = $r->faqs; $r_list = $r->faqs;
if ($r_list) if ($r_list) {
{
?> ?>
<ul class="rubric_list"> <ul class="rubric_list">
<?php foreach($r_list as $rl_item) <?php foreach ($r_list as $rl_item) {
{?> ?>
<li> <li>
<?php echo Html::a($rl_item->lang->title, '/faq/' . $rl_item->url)?> <?php echo Html::a($rl_item->lang->title, '/faq/' . $rl_item->url) ?>
</li> </li>
<?}?> <?php } ?>
</ul> </ul>
<? <?php
} }
?> ?>
</div> </div>
<? <?php
if ($i%2){ if ($i % 2) {
echo '<div class="clearfix"></div>'; echo '<div class="clearfix"></div>';
} }
$i++; $i++;
}?> }
?>
</div> </div>
</div> </div>
<div class="container">
<div class="documentation_box">
<h5><span class="documentation_icon"></span>Документация для разработчика</h5>
<p>Если вы разработчик, то специально для вас мы оформили отдельный раздел с документацией.</p>
<p>Переходи в раздел "<a href="/<?= common\models\Settings::getValue('documentation-home-page') ?>">Документация для разработчика</a>" и начни использовать платформу TaskOn для разработки порталов и нестандартных решений.</p>
</div>
<div class="btn_info_box_lg mb60"><span>Демо-доступ к платформе TaskOn 2</span>
<a href="http://demo.task-on.com/?utm_source=task-oncom&utm_medium=cpc&utm_campaign=docuserall&utm_term=demo" target="_blank" class="btn_green_sm">Перейти</a></div>
</div>
</div> </div>
<?php echo $this->render('@app/views/layouts/footer'); ?> <?php echo $this->render('@app/views/layouts/footer'); ?>
\ No newline at end of file
<?php <?php
/** /**
* Created by PhpStorm. * Created by PhpStorm.
* User: andre * User: andre
...@@ -7,21 +8,34 @@ ...@@ -7,21 +8,34 @@
*/ */
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\Url; use yii\helpers\Url;
use common\modules\faq\models\Faq; use common\modules\faq\models\Faq;
?> ?>
<div class="top_line_inf"> <div class="top_line_inf2">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<ul> <ul>
<li <?= strpos(Yii::$app->request->url, "/faq/video") !== 0 ? 'class="active"' : "" ?>><a href="/faq"><span class="icon_info_2"></span>Справка </a></li> <li <?= strpos(Yii::$app->request->url, "/faq/video") !== 0 ? 'class="active"' : "" ?>>
<? /* if(isset(Faq::$section_title[Faq::SECTION_VIDEO])): ?> <a href="/faq">
<li <?= strpos(Yii::$app->request->url, "/faq/video") === 0 ? 'class="active"' : "" ?>><a href="/faq/video"><span class="icon_video"></span>Видео-уроки</a></li> <span class="top_line_icon icon_info_new"></span>
<? endif */ ?> Справка для пользователя
</a>
</li>
<li>
<a href="/<?= common\models\Settings::getValue('documentation-home-page') ?>">
<span class="top_line_icon icon_doc_new"></span>
Документация для разработчика
</a>
</li>
<li <?= strpos(Yii::$app->request->url, "/faq/video") === 0 ? 'class="active"' : "" ?>>
<a href="/faq/video">
<span class="top_line_icon icon_video_new"></span>
Видео-инструкции
</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
use yii\helpers\Html; use yii\helpers\Html;
use yii\helpers\Url; use yii\helpers\Url;
use common\modules\faq\models\Faq; use common\modules\faq\models\Faq;
use common\modules\faq\assets\GeneratorAsset; use common\modules\faq\assets\GeneratorAsset;
...@@ -13,30 +12,41 @@ GeneratorAsset::register($this); ...@@ -13,30 +12,41 @@ GeneratorAsset::register($this);
?> ?>
<div class="faq_sec"> <div class="faq_sec">
<?= $this->renderFile('@common/modules/faq/views/faq/menu.php') ?> <?= $this->renderFile('@common/modules/faq/views/faq/menu.php') ?>
<div class="reference_box"> <div class="reference_box">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-8 col-xs-8 col-sm-12"> <div class="col-md-8 col-xs-8 col-sm-12">
<div class="way"> <div class="way">
<a href="/">Главная</a> <a href="/">Главная</a>
<span>|</span> <?= (strpos(Yii::$app->request->url, "/faq/video") === 0) ? '<a href="/faq/video">Видео-уроки</a>' : '<a href="/faq">Справка</a>' ?> <span>|</span>
<span>|</span> <?= $model->lang->title?> <?php
if (strpos(Yii::$app->request->url, "/faq/video") !== 0) {
?>
<a href="/faq">Справка для пользователя</a>
<?php
} else {
?>
<a href="/faq/video">Видео-инструкции</a>
<?php
}
?>
<span>|</span> <?= $model->lang->title ?><br>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<div class="reference_left_box"> <div class="reference_left_box">
<h2><?= $model->lang->title;?></h2> <h2><?= $model->lang->title; ?></h2>
<div class="faq-text"> <div class="faq-text">
<?= $model->lang->text?> <?= $model->lang->text ?>
</div> </div>
<? if(!$model->alreadyVoted()): ?> <? if(!$model->alreadyVoted()): ?>
<?php echo $this->render('_yes_no_form', ['model' => $form])?> <?php echo $this->render('_yes_no_form', ['model' => $form]) ?>
<? endif ?> <? endif ?>
</div> </div>
...@@ -45,15 +55,28 @@ GeneratorAsset::register($this); ...@@ -45,15 +55,28 @@ GeneratorAsset::register($this);
</div> </div>
<div class="col-md-4 col-xs-4 col-sm-12"> <div class="col-md-4 col-xs-4 col-sm-12">
<div class="reference_right_box"> <div class="reference_right_box mb60">
<?php echo $this->render('_sidebar_other', ['model' => $model]);?> <?php echo $this->render('_sidebar_other', ['model' => $model]); ?>
<?php echo $this->render('_sidebar_form', ['model' => $form]); ?>
<?php echo $this->render('_sidebar_form', ['model' => $form]);?>
<!-- new cont -->
<div class="blockquote_box mb60">
<h4>Нужна помощь <br>в интеграции?</h4>
<a class="popup-form" href="#request_access">Отправьте нам запрос</a> и мы подготовим для вас расчет!
</div>
<!-- new cont end -->
<!-- new cont -->
<a href="http://demo.task-on.com/?utm_source=task-oncom&utm_medium=cpc&utm_campaign=docuser&utm_term=demo" target="_blank" class="btn_info_box"><span>Демо-доступ к платформе TaskOn 2</span></a>
<!-- new cont end -->
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<?php echo $this->render('@app/views/layouts/footer'); ?> <?php echo $this->render('@app/views/layouts/footer'); ?>
<?php echo $this->render('_request_access') ?>
\ No newline at end of file
...@@ -60,13 +60,13 @@ return [ ...@@ -60,13 +60,13 @@ return [
'cache' => [ 'cache' => [
'class' => 'yii\caching\FileCache', 'class' => 'yii\caching\FileCache',
], ],
// 'view' => [ 'view' => [
// 'class' => 'rmrevin\yii\minify\View', 'class' => 'rmrevin\yii\minify\View',
// 'base_path' => '@app/web', 'base_path' => '@app/web',
// 'minify_path' => '@app/web/minify', 'minify_path' => '@app/web/minify',
// 'force_charset' => 'UTF-8', 'force_charset' => 'UTF-8',
// 'expand_imports' => true, 'expand_imports' => true,
// ], ],
'user' => [ 'user' => [
'identityClass' => 'common\modules\users\models\User', 'identityClass' => 'common\modules\users\models\User',
'identityCookie' => [ 'identityCookie' => [
......
...@@ -24,9 +24,10 @@ For example: write about CRM" => "Что хочу почитать? ...@@ -24,9 +24,10 @@ For example: write about CRM" => "Что хочу почитать?
'Close' => 'Закрыть', 'Close' => 'Закрыть',
'Please enter your e-mail' => 'Необходимо заполнить «Email»', 'Please enter your e-mail' => 'Необходимо заполнить «Email»',
'You already subscribed to Art Project blog news' => 'Вы уже подписаны на новости блога', 'You already subscribed to Art Project blog news' => 'Вы уже подписаны на новости блога',
'Connection request' => 'Запрос на подключение', 'Connection request' => 'Запрос на интеграцию TaskOn 2',
'Request access' => 'Запросить доступ', 'Request access' => 'Запросить доступ',
'Access to the repository (the source code platform Task On 2) is sent on request. Detailed documentation can be found in the "<a href="/platforma-taskon">Developer Guide </a>"' => 'Доступ к репозитория (исходному коду платформы Task On 2) отправляется по запросу. С подробной документации можно ознакомиться в "<a href="/platforma-taskon">Руводстве для разработчиков</a>"', 'Access to the repository (the source code platform Task On 2) is sent on request.'
=> 'Опишите в форме ниже задачу, которую требуется реализовать.',
'Describe briefly for which tasks you want to use the TaskOn platform? *' => 'Опишите коротко для каких задач вы хотите использовать платформу TaskOn?*', 'Describe briefly for which tasks you want to use the TaskOn platform? *' => 'Опишите коротко для каких задач вы хотите использовать платформу TaskOn?*',
'Connection request sent. We will consider it.' => 'Запрос на подключение отправлен. Мы обязательно его рассмотрим.', 'Connection request sent. We will consider it.' => 'Запрос на подключение отправлен. Мы обязательно его рассмотрим.',
]; ];
...@@ -36,16 +36,17 @@ $('form.bids-form').on('beforeSubmit', function(e) { ...@@ -36,16 +36,17 @@ $('form.bids-form').on('beforeSubmit', function(e) {
{ {
if(form.find('.message-box').length > 0) if(form.find('.message-box').length > 0)
{ {
form.find('.message-box').fadeIn('fast'); form.find('.content').css('opacity','0');
form.find('.content').css('visibility','hidden'); form.find('.content').css('visibility','hidden');
form.find('.message-box').fadeIn('fast');
setTimeout(function(){ setTimeout(function(){
form.find('.message-box').fadeOut('fast'); form.find('.message-box').fadeOut('fast');
form.find('.content').css('visibility','visible'); form.find('.content').css('visibility','visible');
form.find('.content').css('opacity','1');
form.closest(".mfp-content").find(".mfp-close").click() form.closest(".mfp-content").find(".mfp-close").click()
}, 2000); }, 2000);
} }
form.find('input:not(.not_clear), textarea').val(''); form.find('input:not(.not_clear), textarea').val('');
form.find('#files-zone').html(''); form.find('#files-zone').html('');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment