初始化项目模板

This commit is contained in:
柏码の讲师 2024-11-06 20:56:21 +08:00
commit b5c49392ad
229 changed files with 16918 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@ -0,0 +1,30 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tsbuildinfo

29
README.md Normal file
View File

@ -0,0 +1,29 @@
# itbaima-child-program-client
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```

37
index.html Normal file
View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<!-- Stylesheet -->
<link rel="stylesheet" href="/src/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/src/assets/css/animate.css">
<link rel="stylesheet" href="/src/assets/css/nice-select2.css">
<link rel="stylesheet" href="/src/assets/css/icomoom.css">
<link rel="stylesheet" href="/src/assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="/src/assets/css/swiper.min.css">
<link rel="stylesheet" href="/src/assets/scss/style.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- All JavaScript Files -->
<script src="/src/assets/js/jquery.min.js"></script>
<script src="/src/assets/js/bootstrap.bundle.min.js"></script>
<script src="/src/assets/js/gsap/gsap.js"></script>
<script src="/src/assets/js/gsap/gsap-scroll-to-plugin.js"></script>
<script src="/src/assets/js/gsap/gsap-scroll-smooter.js"></script>
<script src="/src/assets/js/gsap/gsap-scroll-trigger.js"></script>
<script src="/src/assets/js/waypoints.min.js"></script>
<script src="/src/assets/js/owl.carousel.min.js"></script>
<script src="/src/assets/js/slidetoggle.min.js"></script>
<script src="/src/assets/js/nice-select2.js"></script>
<script src="/src/assets/js/swiper.min.js"></script>
<script src="/src/assets/js/counter-up.js"></script>
<script src="/src/assets/js/wow.js"></script>
<script src="/src/assets/js/custom.js"></script>
<script src="/src/assets/js/active.js"></script>
</body>
</html>

8
jsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}

1177
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "itbaima-child-program-client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10"
}
}

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

44
src/App.vue Normal file
View File

@ -0,0 +1,44 @@
<script setup>
</script>
<template>
<div>
<div class="top-header">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-md-6 col-lg-7">
<div class="contact-info d-flex align-items-center">
<a href="mailto:info@doorsoft"><span class="icon-mail"></span> <span class="text-white contact-desc">alma.lawson@example.com</span></a>
<a href=""><span class="icon-phone-alt-solid-11"></span> <span class="text-white contact-desc">123 - 456 - 7890</span></a>
</div>
</div>
<div class="col-md-6 col-lg-5">
<div class="d-flex align-items-center top-social-conatct">
<!-- Dropdown -->
<div class="top-social-icon">
<ul class="header-icon">
<li><span class="text-white">Follow Us :</span></li>
<li><a href="#"><span class="icon-facebook-f"></span></a></li>
<li><a href="#"><span class="icon-linkedin-in"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
<div class="contact-info">
<a class="login-btn" href="#"><span class="icon-user-plus-solid-1"></span> Sign Up</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<style scoped>
</style>

2744
src/assets/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

7
src/assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

298
src/assets/css/icomoom.css Normal file
View File

@ -0,0 +1,298 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?7fzone');
src: url('../fonts/icomoon.eot?7fzone#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?7fzone') format('truetype'),
url('../fonts/icomoon.woff?7fzone') format('woff'),
url('../fonts/icomoon.svg?7fzone#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon_close_alt2:before {
content: "\e954";
}
.icon-cil_list:before {
content: "\e94c";
}
.icon-mdi_filter-outline:before {
content: "\e94d";
}
.icon-mingcute_grid-line:before {
content: "\e94e";
}
.icon-microscope-solid-1:before {
content: "\e949";
}
.icon-boxes:before {
content: "\e945";
}
.icon-broom:before {
content: "\e946";
}
.icon-buffer:before {
content: "\e947";
}
.icon-medapps:before {
content: "\e948";
}
.icon-paper-plane-1:before {
content: "\e941";
}
.icon-flag-usa:before {
content: "\e940";
}
.icon-icon_ribbon_alt:before {
content: "\e93f";
}
.icon-Arrow-1:before {
content: "\e927";
}
.icon-Glyph_-undefined:before {
content: "\e953";
}
.icon-Polygon-1:before {
content: "\e935";
}
.icon-why-choose-icon3-1:before {
content: "\e936";
}
.icon-search-soli1d-1:before {
content: "\e934";
}
.icon-Frame:before {
content: "\e929";
}
.icon-price-list:before {
content: "\e950";
}
.icon-inclined-pencil:before {
content: "\e951";
}
.icon-icon_ribbon_alt1:before {
content: "\e952";
}
.icon-down-arrow-11:before {
content: "\e942";
}
.icon-briefcase:before {
content: "\e937";
}
.icon-brush:before {
content: "\e938";
}
.icon-camera-1:before {
content: "\e939";
}
.icon-database:before {
content: "\e93a";
}
.icon-expand-full:before {
content: "\e93b";
}
.icon-lamp:before {
content: "\e93c";
}
.icon-table-1:before {
content: "\e93d";
}
.icon-user-notes:before {
content: "\e93e";
}
.icon-star1:before {
content: "\e928";
}
.icon-Vec1tor:before {
content: "\e932";
}
.icon-Vector:before {
content: "\e933";
}
.icon-quote-right:before {
content: "\e92a";
}
.icon-shapes-solid-1:before {
content: "\e925";
}
.icon-user-tie-solid-1:before {
content: "\e926";
}
.icon-book-solid-11:before {
content: "\e91e";
}
.icon-Home:before {
content: "\e91f";
}
.icon-ruler-combined-solid-1:before {
content: "\e920";
}
.icon-add:before {
content: "\e94a";
}
.icon-minus:before {
content: "\e94b";
}
.icon-maps-an1d-flags:before {
content: "\e91b";
}
.icon-maps-and-flags4:before {
content: "\e91c";
}
.icon-eye:before {
content: "\e94f";
}
.icon-Vector1:before {
content: "\e943";
}
.icon-share-alt-solid-1:before {
content: "\e930";
}
.icon-right:before {
content: "\e92b";
}
.icon-arrow-right:before {
content: "\e92c";
}
.icon-down-arrow-1:before {
content: "\e924";
}
.icon-open-book:before {
content: "\e921";
}
.icon-icon_cart_alt:before {
content: "\e922";
}
.icon-icon_search2:before {
content: "\e923";
}
.icon-right-arrow:before {
content: "\e91a";
}
.icon-chat-bubble:before {
content: "\e918";
}
.icon-user-2:before {
content: "\e919";
}
.icon-star:before {
content: "\e914";
}
.icon-book-solid-1:before {
content: "\e915";
}
.icon-clock-solid-1:before {
content: "\e916";
}
.icon-user-graduate-solid-1:before {
content: "\e917";
}
.icon-right-arrow-1:before {
content: "\e90b";
}
.icon-maps-and-flags3:before {
content: "\e90c";
}
.icon-maps-and-flags2:before {
content: "\e90d";
}
.icon-maps-and-flags1:before {
content: "\e90e";
}
.icon-open-book-1:before {
content: "\e90f";
}
.icon-maps-and-flags:before {
content: "\e910";
}
.icon-pencil-and-ruler-crossed:before {
content: "\e900";
}
.icon-cmyk-circles:before {
content: "\e908";
}
.icon-transform-square:before {
content: "\e909";
}
.icon-protactor-measuring:before {
content: "\e90a";
}
.icon-facebook-f:before {
content: "\e901";
}
.icon-instagram:before {
content: "\e902";
}
.icon-linkedin-in:before {
content: "\e903";
}
.icon-mail:before {
content: "\e904";
}
.icon-phone-alt-solid-11:before {
content: "\e905";
}
.icon-twitter:before {
content: "\e906";
}
.icon-user-plus-solid-1:before {
content: "\e907";
}
.icon-padlock:before {
content: "\e955";
}
.icon-icon_document_alt:before {
content: "\e944";
}
.icon-right-arrow-12:before {
content: "\e931";
}
.icon-right-arrow-11:before {
content: "\e91d";
}
.icon-email:before {
content: "\e911";
}
.icon-incoming-call:before {
content: "\e912";
}
.icon-map:before {
content: "\e913";
}
.icon-phone-alt-solid-1:before {
content: "\e92e";
}
.icon-mail1:before {
content: "\e92d";
}
.icon-facebook-f1:before {
content: "\e92f";
}
.icon-menu:before {
content: "\e9bd";
}
.icon-cross:before {
content: "\ea0f";
}

View File

@ -0,0 +1,351 @@
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

View File

@ -0,0 +1 @@
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}

6
src/assets/css/owl.carousel.min.css vendored Normal file
View File

@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

13
src/assets/css/swiper.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

2
src/assets/css/venobox.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -0,0 +1,98 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="pencil-and-ruler-crossed" horiz-adv-x="1044" d="M322.656 469.463c4.479-4.479 10.346-6.715 16.214-6.715 5.87 0 11.739 2.236 16.216 6.715 8.954 8.956 8.954 23.476 0 32.432l-42.678 42.678 61.141 61.141c8.954 8.954 8.954 23.474 0 32.43-8.956 8.954-23.476 8.954-32.43 0l-61.139-61.141-53.703 53.703 61.139 61.141c8.956 8.956 8.956 23.476 0 32.432-8.954 8.956-23.474 8.956-32.432 0l-61.14-61.141-122.225 122.224 119.879 119.072 283.064-283.064c8.954-8.954 23.474-8.954 32.432 0 8.954 8.956 8.954 23.476 0 32.43l-299.223 299.223c-8.935 8.932-23.414 8.957-32.378 0.055l-152.422-151.39c-4.325-4.297-6.763-10.136-6.772-16.231s2.406-11.943 6.717-16.254l299.74-299.742zM1033.495 127.312l-299.483 299.481c-8.954 8.956-23.474 8.956-32.432 0-8.954-8.954-8.954-23.474 0-32.432l283.267-283.265-119.476-119.476-122.278 122.282 61.141 61.139c8.954 8.956 8.954 23.476 0 32.43-8.956 8.956-23.476 8.956-32.43 0l-61.137-61.139-53.705 53.703 61.141 61.141c8.954 8.954 8.954 23.474 0 32.432-8.956 8.956-23.476 8.954-32.432 0l-61.141-61.141-42.42 42.422c-8.956 8.952-23.476 8.952-32.432 0-8.956-8.956-8.956-23.476 0-32.432l299.481-299.483c4.479-4.479 10.346-6.717 16.216-6.717 5.868 0 11.737 2.238 16.214 6.717l151.906 151.906c8.952 8.956 8.952 23.476 0 32.432zM161.393 817.851c-8.663-8.661-13.433-20.18-13.433-32.432 0-12.25 4.772-23.769 13.433-32.431s20.18-13.433 32.43-13.433c12.251 0 23.768 4.772 32.432 13.433 17.881 17.883 17.881 46.979 0 64.861-8.663 8.661-20.179 13.431-32.432 13.431s-23.769-4.765-32.43-13.429zM897.776 81.467c8.661 8.663 13.433 20.179 13.433 32.43 0 12.249-4.772 23.767-13.433 32.432-8.663 8.661-20.181 13.431-32.432 13.431s-23.767-4.77-32.43-13.431c-8.663-8.665-13.433-20.181-13.433-32.432s4.77-23.767 13.431-32.43c8.663-8.665 20.179-13.435 32.43-13.435 12.253 0 23.771 4.77 32.434 13.435zM939.035 696.68c0.006 0.004 0.008 0.006 0.012 0.010 0.004 0.006 0.006 0.008 0.012 0.012l65.688 65.688c44.704 44.705 44.704 117.447 0 162.152-21.629 21.627-50.424 33.537-81.076 33.537-30.654 0-59.447-11.911-81.076-33.54l-65.675-65.676c-0.008-0.007-0.016-0.014-0.025-0.021-0.006-0.007-0.012-0.016-0.020-0.023l-81.043-81.045c0 0-0.008-0.005-0.010-0.009s-0.004-0.007-0.008-0.009l-525.603-525.599c-0.044-0.043-0.078-0.096-0.121-0.139-0.702-0.717-1.353-1.475-1.956-2.273-0.131-0.172-0.248-0.35-0.374-0.528-0.525-0.739-1.011-1.505-1.447-2.302-0.048-0.088-0.115-0.168-0.163-0.256l-85.413-161.632c-0.044-0.080-0.087-0.16-0.129-0.242l-59.828-113.224c-4.701-8.894-3.055-19.814 4.059-26.931 4.41-4.407 10.278-6.715 16.222-6.715 3.648 0 7.324 0.868 10.707 2.656l113.234 59.838c0.074 0.037 0.145 0.076 0.218 0.115l161.644 85.42c0.043 0.023 0.082 0.055 0.125 0.078 0.881 0.475 1.726 1.012 2.54 1.593 0.141 0.104 0.283 0.205 0.424 0.311 0.795 0.6 1.552 1.249 2.267 1.95 0.047 0.047 0.1 0.082 0.147 0.127l606.671 606.677zM158.691 48.951l-29.536 29.536 48.282 91.363 9.913-45.218c0.025-0.117 0.074-0.225 0.101-0.342 0.199-0.854 0.45-1.692 0.748-2.523 0.057-0.158 0.105-0.315 0.165-0.471 0.353-0.92 0.766-1.819 1.243-2.697 0.074-0.135 0.158-0.262 0.234-0.395 0.408-0.717 0.862-1.415 1.355-2.093 0.142-0.195 0.28-0.389 0.427-0.58 0.589-0.762 1.215-1.505 1.912-2.204 0.699-0.7 1.442-1.327 2.206-1.915 0.188-0.145 0.381-0.283 0.573-0.422 0.683-0.496 1.385-0.952 2.107-1.366 0.128-0.072 0.25-0.154 0.381-0.223 0.881-0.479 1.784-0.893 2.706-1.247 0.151-0.057 0.305-0.106 0.456-0.162 0.835-0.301 1.683-0.553 2.543-0.754 0.112-0.029 0.218-0.074 0.333-0.098l45.216-9.912-91.366-48.278zM255.605 142.971l84.296 84.3c8.956 8.954 8.956 23.474 0 32.43-8.954 8.954-23.474 8.954-32.43 0l-84.296-84.298-11.663 53.197 500.523 500.521 32.43-32.43-381.688-381.684c-8.954-8.956-8.954-23.476 0-32.432 4.479-4.479 10.349-6.717 16.216-6.717s11.739 2.241 16.214 6.717l381.686 381.684 32.43-32.428-500.521-500.523-53.197 11.663zM793.111 810.194l97.29-97.289-48.646-48.646-97.29 97.291 48.646 48.645zM875.024 892.108c12.966 12.968 30.243 20.109 48.644 20.109 18.403 0 35.68-7.141 48.642-20.106 26.825-26.823 26.825-70.467 0-97.29l-49.482-49.482-97.288 97.29 49.484 49.479zM106.73 36.051l9.526-9.527-20.2-10.674 10.675 20.201z" />
<glyph unicode="&#xe901;" glyph-name="facebook-f" d="M715.375 388l26.625 173.812h-166.687v112.687c0 47.625 23.25 93.938 97.875 93.938h75.75v147.75c0 0-68.625 11.812-134.25 11.812-137.25 0-227.062-83.25-227.062-233.812v-132.375h-152.625v-173.812h152.625v-420h187.875v420h139.875z" />
<glyph unicode="&#xe902;" glyph-name="instagram" d="M516.203 663.641c-119.25 0-215.437-96.188-215.437-215.438s96.188-215.435 215.437-215.435c119.251 0 215.439 96.185 215.439 215.435s-96.188 215.438-215.439 215.438zM516.203 308.141c-77.062 0-140.062 62.812-140.062 140.062s62.812 140.063 140.062 140.063c77.251 0 140.063-62.812 140.063-140.063s-63-140.062-140.063-140.062zM790.701 672.453c0-27.937-22.496-50.25-50.246-50.25-27.936 0-50.252 22.5-50.252 50.25s22.501 50.25 50.252 50.25c27.75 0 50.246-22.5 50.246-50.25zM933.389 621.453c-3.187 67.312-18.56 126.937-67.872 176.062-49.126 49.125-108.749 64.5-176.063 67.875-69.375 3.937-277.313 3.937-346.688 0-67.125-3.188-126.75-18.563-176.062-67.688s-64.5-108.75-67.875-176.063c-3.937-69.375-3.937-277.312 0-346.69 3.188-67.309 18.563-126.938 67.875-176.058 49.312-49.126 108.75-64.499 176.062-67.878 69.375-3.936 277.313-3.936 346.688 0 67.315 3.187 126.937 18.566 176.063 67.878 49.126 49.12 64.499 108.749 67.872 176.058 3.942 69.378 3.942 277.128 0 346.503zM843.763 200.518c-14.624-36.755-42.938-65.062-79.872-79.878-55.315-21.939-186.563-16.877-247.688-16.877s-192.563-4.87-247.687 16.877c-36.75 14.624-65.062 42.938-79.875 79.878-21.937 55.309-16.875 186.56-16.875 247.684s-4.875 192.563 16.875 247.688c14.625 36.75 42.938 65.062 79.875 79.875 55.312 21.937 186.563 16.875 247.687 16.875s192.565 4.875 247.688-16.875c36.749-14.625 65.062-42.938 79.872-79.875 21.939-55.313 16.877-186.563 16.877-247.688s5.062-192.561-16.877-247.684z" />
<glyph unicode="&#xe903;" glyph-name="linkedin-in" d="M276.063 88h-174.188v560.813h174.188v-560.813zM188.875 725.313c-55.688 0-100.875 46.125-100.875 101.812 0 26.753 10.628 52.412 29.546 71.329s44.576 29.546 71.329 29.546c26.754 0 52.412-10.628 71.329-29.546s29.546-44.576 29.546-71.329c0-55.688-45.187-101.812-100.875-101.812zM927.814 88h-173.818v273c0 65.063-1.312 148.5-90.559 148.5-90.563 0-104.437-70.687-104.437-143.812v-277.688h-174.001v560.813h167.063v-76.5h2.437c23.25 44.063 80.063 90.563 164.815 90.563 176.25 0 208.685-116.063 208.685-266.812v-308.063h-0.186z" />
<glyph unicode="&#xe904;" glyph-name="mail" d="M928 832h-832c-53 0-96-43-96-96v-576c0-53.002 43-96 96-96h832c53.002 0 96 42.998 96 96v576c0 53-42.998 96-96 96zM928 736v-81.6c-44.8-36.6-116.398-93.4-269.199-213-33.603-26.399-100.403-90.199-146.801-89.4-46.4-0.799-113.2 63.002-146.8 89.4-152.8 119.6-224.4 176.4-269.2 213v81.6h832zM96 160v371.2c45.8-36.6 110.8-87.798 209.8-165.202 43.8-34.396 120.2-110.397 206.2-109.998 85.402-0.399 160.998 74.399 206.198 109.798 99 77.604 164.004 128.802 209.802 165.402v-371.2h-832z" />
<glyph unicode="&#xe905;" glyph-name="phone-alt-solid-11" d="M994.801 236.411l-224 96c-9.569 4.076-20.204 4.936-30.305 2.447-10.097-2.488-19.118-8.192-25.697-16.246l-99.2-121.201c-155.69 73.411-280.987 198.707-354.398 354.399l121.2 99.2c8.084 6.559 13.807 15.577 16.297 25.684s1.614 20.752-2.498 30.316l-96 224c-4.51 10.302-12.467 18.712-22.503 23.785s-21.527 6.493-32.497 4.015l-208-48c-10.58-2.443-20.019-8.402-26.776-16.901s-10.431-19.040-10.424-29.899c0-512.999 415.8-928.001 928-928.001 10.86-0.005 21.396 3.666 29.901 10.424 8.499 6.758 14.454 16.195 16.901 26.778l48 208c2.473 11.018 1.029 22.559-4.081 32.635-5.11 10.071-13.568 18.048-23.921 22.564z" />
<glyph unicode="&#xe906;" glyph-name="twitter" d="M893.376 643.562c0.563-8.437 0.563-17.062 0.563-25.5 0-260.063-198.003-559.874-559.876-559.874-111.563 0-215.062 32.25-302.063 88.314 15.75-1.875 31.125-2.438 47.437-2.438 92.063 0 176.625 31.123 244.312 84-86.437 1.875-159 58.496-183.937 136.499 12.188-1.875 24.375-3 37.125-3 17.625 0 35.25 2.438 51.75 6.75-90.188 18.188-157.687 97.5-157.687 193.125v2.438c26.25-14.625 56.625-23.812 88.875-24.938-53.062 35.25-87.75 95.625-87.75 163.875 0 36.562 9.75 70.125 26.813 99.375 96.938-119.437 242.437-197.437 405.75-205.875-3 14.625-4.875 29.812-4.875 45 0 108.375 87.75 196.687 196.687 196.687 56.627 0 107.814-23.812 143.814-62.063 44.435 8.438 87.187 24.938 124.877 47.437-14.63-45.75-45.754-84-86.438-108.375 39.558 4.313 77.997 15.188 113.248 30.375-26.81-39-60.378-73.687-98.624-101.812z" />
<glyph unicode="&#xe907;" glyph-name="user-plus-solid-1" d="M960 521.846h-98.462v98.462c0 13.539-11.075 24.615-24.615 24.615h-49.231c-13.539 0-24.615-11.077-24.615-24.615v-98.462h-98.462c-13.539 0-24.615-11.077-24.615-24.615v-49.231c0-13.539 11.077-24.615 24.615-24.615h98.462v-98.462c0-13.539 11.077-24.615 24.615-24.615h49.231c13.54 0 24.615 11.077 24.615 24.615v98.462h98.462c13.54 0 24.615 11.077 24.615 24.615v49.231c0 13.539-11.075 24.615-24.615 24.615zM344.615 448c108.769 0 196.923 88.154 196.923 196.923s-88.154 196.923-196.923 196.923c-108.769 0-196.923-88.154-196.923-196.923s88.154-196.923 196.923-196.923zM482.462 398.769h-25.692c-34.154-15.692-72.154-24.615-112.154-24.615s-77.846 8.923-112.154 24.615h-25.692c-114.154 0-206.769-92.615-206.769-206.769v-64c0-40.771 33.077-73.846 73.846-73.846h541.538c40.769 0 73.846 33.075 73.846 73.846v64c0 114.154-92.615 206.769-206.769 206.769z" />
<glyph unicode="&#xe908;" glyph-name="cmyk-circles" d="M862.554 564.050c-9.495 5.48-19.241 10.449-29.186 14.92 1.092 10.777 1.653 21.709 1.653 32.772 0 178.113-144.908 323.018-323.019 323.018s-323.023-144.907-323.023-323.020c0-11.061 0.561-21.996 1.652-32.774-9.948-4.469-19.694-9.437-29.186-14.918-154.25-89.057-207.288-287.001-118.233-441.252 57.535-99.654 164.834-161.561 280.024-161.561 56.383 0 112.136 14.983 161.231 43.327 9.533 5.503 18.715 11.444 27.533 17.785 8.819-6.341 18-12.282 27.533-17.785 49.097-28.344 104.847-43.327 161.231-43.327 115.188 0 222.489 61.905 280.023 161.561 89.055 154.251 36.018 352.195-118.233 441.254zM235.323 611.74c0 152.558 124.117 276.673 276.675 276.673 152.556 0 276.673-124.117 276.673-276.673 0-5.509-0.18-10.973-0.5-16.402-28.213 7.924-57.44 12.036-86.852 12.036-68.93 0-135.018-22.182-189.323-61.34-54.305 39.158-120.396 61.34-189.325 61.34-29.411 0-58.64-4.112-86.852-12.036-0.313 5.429-0.496 10.895-0.496 16.402zM590.203 212.699c-13.601-50.756-40.688-95.576-78.205-130.529-37.519 34.953-64.606 79.774-78.205 130.529-7.803 29.118-10.785 58.767-9.077 88.011 27.775-7.805 57.045-11.989 87.282-11.989 30.235 0 59.507 4.186 87.282 11.989 1.708-29.245-1.274-58.892-9.077-88.011zM512 335.063c-28.010 0-55.058 4.198-80.56 11.977 6.132 26.2 16.161 51.642 29.997 75.604 13.781 23.867 30.9 45.206 50.563 63.566 19.665-18.36 36.782-39.694 50.563-63.566 13.834-23.96 23.863-49.404 29.997-75.604-25.502-7.778-52.55-11.977-80.56-11.977zM387.985 364.464c-72.401 36.458-126.702 103.776-145.494 184.582 25.946 7.905 52.982 11.987 80.183 11.987 55.036 0 107.956-16.509 152.562-45.902-20.818-20.31-39.053-43.534-53.936-69.313-14.93-25.864-26.061-53.205-33.315-81.355zM602.7 445.817c-14.885 25.776-33.118 49.002-53.936 69.31 44.603 29.395 97.526 45.904 152.562 45.904 27.199 0 54.235-4.082 80.183-11.987-18.79-80.804-73.093-148.122-145.494-184.582-7.256 28.152-18.385 55.493-33.315 81.355zM461.294 44.7c-42.058-24.283-89.799-37.118-138.058-37.118-98.685 0-190.603 53.029-239.887 138.39-76.277 132.119-30.85 301.664 101.271 377.944 4.732 2.732 9.547 5.298 14.416 7.739 24.52-95.767 91.948-174.533 180.506-214.508-3.922-38.552-0.84-77.894 9.49-116.443 15.243-56.887 44.997-107.393 86.108-147.45-4.52-2.968-9.126-5.831-13.847-8.554zM940.65 145.969c-49.283-85.361-141.203-138.39-239.886-138.39-48.259 0-96 12.835-138.058 37.118-4.719 2.726-9.325 5.587-13.844 8.552 41.112 40.057 70.865 90.561 86.108 147.45 10.33 38.55 13.412 77.892 9.49 116.441 88.558 39.975 155.986 118.741 180.505 214.51 4.87-2.441 9.685-5.005 14.416-7.739 132.119-76.278 177.549-245.823 101.27-377.942z" />
<glyph unicode="&#xe909;" glyph-name="transform-square" d="M1000.833 748.89c12.796 0 23.167 10.371 23.167 23.167v164.776c0 12.795-10.371 23.167-23.167 23.167h-164.776c-12.796 0-23.167-10.372-23.167-23.167v-59.221h-195.334v59.221c0 12.795-10.373 23.167-23.167 23.167h-164.778c-12.794 0-23.167-10.372-23.167-23.167v-59.221h-195.334v59.221c0 12.795-10.371 23.167-23.167 23.167h-164.776c-12.795 0-23.167-10.372-23.167-23.167v-164.776c0-12.795 10.372-23.167 23.167-23.167h59.221v-195.334h-59.221c-12.795 0-23.167-10.373-23.167-23.167v-164.778c0-12.794 10.372-23.167 23.167-23.167h59.221v-195.334h-59.221c-12.795 0-23.167-10.371-23.167-23.167v-164.776c0-12.796 10.372-23.167 23.167-23.167h164.776c12.795 0 23.167 10.371 23.167 23.167v59.222h195.334v-59.222c0-12.796 10.373-23.167 23.167-23.167h164.778c12.794 0 23.167 10.371 23.167 23.167v59.222h195.334v-59.222c0-12.796 10.371-23.167 23.167-23.167h164.776c12.796 0 23.167 10.371 23.167 23.167v164.776c0 12.796-10.371 23.167-23.167 23.167h-59.222v195.334h59.222c12.796 0 23.167 10.373 23.167 23.167v164.778c0 12.794-10.371 23.167-23.167 23.167h-59.222v195.334h59.222zM859.224 913.665h118.442v-118.441h-118.442v118.441zM452.78 913.665h118.44v-59.197c0-0.007 0-0.014 0-0.023s0-0.014 0-0.023v-59.197h-118.44v118.441zM46.335 913.665h118.441v-118.441h-118.441v118.441zM46.335 507.22h59.197c0.007 0 0.014 0 0.023 0s0.014 0 0.023 0h59.197v-118.44h-118.441v118.44zM164.776-17.666h-118.441v118.442h118.441v-118.442zM571.22-17.666h-118.44v118.442h118.44v-118.442zM977.666-17.666h-118.442v118.442h118.442v-118.442zM977.666 388.78h-59.197c-0.008 0-0.014 0-0.025 0-0.008 0-0.014 0-0.023 0h-59.197v118.44h118.442v-118.44zM895.277 553.556h-59.22c-12.796 0-23.167-10.373-23.167-23.167v-164.778c0-12.794 10.371-23.167 23.167-23.167h59.22v-195.334h-59.22c-12.796 0-23.167-10.371-23.167-23.167v-59.22h-195.334v59.22c0 12.796-10.373 23.167-23.167 23.167h-164.778c-12.794 0-23.167-10.371-23.167-23.167v-59.22h-195.334v59.22c0 12.796-10.371 23.167-23.167 23.167h-59.221v195.334h59.221c12.795 0 23.167 10.373 23.167 23.167v164.778c0 12.794-10.371 23.167-23.167 23.167h-59.221v195.334h59.221c12.795 0 23.167 10.371 23.167 23.167v59.221h195.334v-59.221c0-12.795 10.373-23.167 23.167-23.167h164.778c12.794 0 23.167 10.371 23.167 23.167v59.221h195.334v-59.221c0-12.795 10.371-23.167 23.167-23.167h59.22v-195.334zM579.178 471.165h-44.018v44.018c0 12.796-10.373 23.167-23.167 23.167-12.796 0-23.169-10.371-23.169-23.167v-44.018h-44.018c-12.796 0-23.167-10.373-23.167-23.167 0-12.796 10.371-23.169 23.167-23.169h44.018v-44.018c0-12.796 10.373-23.167 23.169-23.167 12.794 0 23.167 10.371 23.167 23.167v44.018h44.018c12.796 0 23.167 10.373 23.167 23.169 0 12.794-10.371 23.167-23.167 23.167z" />
<glyph unicode="&#xe90a;" glyph-name="protactor-measuring" d="M991.398 758.389c0 6.144-2.441 12.035-6.785 16.382-87.022 87.022-196.962 142.769-316.203 161.695-0.641 0.157-1.288 0.306-1.95 0.41-0.614 0.097-1.221 0.146-1.831 0.195-28.817 4.379-58.163 6.63-87.857 6.63-29.778 0-59.206-2.268-88.101-6.67-0.883-0.039-1.774-0.113-2.666-0.255-0.913-0.146-1.8-0.355-2.671-0.6-58.886-9.538-115.479-28.056-168.143-54.909-0.26-0.12-0.522-0.218-0.78-0.348-0.346-0.176-0.666-0.384-0.999-0.574-51.62-26.55-99.426-61.102-141.873-103.028-1.070-0.755-2.101-1.589-3.061-2.546-0.973-0.971-1.819-2.020-2.581-3.107-41.894-42.514-76.408-90.384-102.903-142.067-0.167-0.295-0.348-0.571-0.503-0.877-0.114-0.221-0.197-0.451-0.301-0.676-26.821-52.722-45.292-109.375-54.77-168.321-0.243-0.866-0.452-1.749-0.595-2.656-0.141-0.887-0.215-1.769-0.255-2.646-4.339-28.701-6.57-57.922-6.57-87.491 0-29.895 2.287-59.437 6.726-88.443 0.049-0.623 0.102-1.247 0.202-1.874 0.116-0.725 0.264-1.438 0.443-2.134 19.051-118.925 74.743-228.565 161.565-315.39 4.524-4.522 10.453-6.785 16.382-6.785s11.86 2.263 16.382 6.785l782.917 782.916c4.344 4.346 6.783 10.238 6.783 16.384zM576.774 399.694l-39.277 39.277c-9.046 9.044-23.716 9.044-32.764 0-9.046-9.048-9.046-23.718 0-32.766l39.277-39.274-358.342-358.341c-27.655 30.153-51.158 62.767-70.563 97.087l27.731 14.131c11.401 5.81 15.932 19.759 10.124 31.16-5.81 11.403-19.764 15.929-31.16 10.125l-27.725-14.129c-16.715 36.788-28.989 75.11-36.878 114.151l30.43 4.821c12.638 2.001 21.258 13.869 19.259 26.505-2.004 12.636-13.864 21.268-26.506 19.259l-30.386-4.811c-4.499 39.823-4.529 80.065-0.046 119.888l30.329-4.803c1.228-0.195 2.449-0.287 3.653-0.287 11.197 0 21.045 8.137 22.855 19.546 2.002 12.638-6.621 24.504-19.259 26.505l-30.375 4.813c7.87 39.031 20.153 77.335 36.846 114.117l27.514-14.019c3.368-1.718 6.959-2.531 10.499-2.531 8.435 0 16.569 4.622 20.661 12.655 5.808 11.401 1.274 25.352-10.127 31.16l-27.581 14.051c19.377 34.306 42.892 66.882 70.51 97.026l21.811-21.807c4.524-4.522 10.453-6.785 16.382-6.785 5.927 0 11.858 2.263 16.38 6.785 9.048 9.048 9.048 23.718 0 32.766l-21.828 21.829c29.86 27.449 62.335 51.135 96.866 70.781l14.119-27.713c4.094-8.032 12.227-12.654 20.662-12.654 3.537 0 7.129 0.813 10.496 2.53 11.401 5.808 15.935 19.76 10.127 31.16l-14.143 27.762c36.397 16.641 74.635 29.1 114.131 37.091l4.86-30.681c1.808-11.41 11.657-19.546 22.856-19.546 1.204 0 2.425 0.093 3.654 0.287 12.638 2.002 21.258 13.868 19.259 26.506l-4.85 30.611c19.954 2.252 40.149 3.431 60.525 3.431 20.011 0 39.848-1.124 59.449-3.297l-4.852-30.646c-2.003-12.638 6.621-24.504 19.257-26.506 1.229-0.195 2.449-0.287 3.654-0.287 11.198 0 21.045 8.136 22.856 19.546l4.874 30.782c39.528-7.916 77.812-20.281 114.252-36.855l-14.219-27.907c-5.808-11.401-1.276-25.352 10.125-31.16 3.369-1.717 6.961-2.53 10.498-2.53 8.436 0 16.57 4.622 20.66 12.654l14.227 27.926c34.779-19.697 67.508-43.446 97.563-71.043l-358.351-358.349zM731.015 756.869c-49.205 19.389-101.104 29.221-154.253 29.221-112.132 0-217.44-43.555-296.524-122.64-118.115-118.112-154.784-295.053-93.42-450.779 2.864-7.264 9.193-12.597 16.838-14.191 1.568-0.326 3.145-0.483 4.716-0.483 6.083 0 11.995 2.396 16.382 6.785l514.148 514.15c5.523 5.523 7.891 13.455 6.302 21.098s-6.922 13.978-14.189 16.838zM218.311 263.866c-37.183 129.653-1.808 270.318 94.693 366.819 70.33 70.334 164.004 109.070 263.76 109.070 35.148 0 69.677-4.829 103.053-14.385l-461.507-461.505zM1000.831-1.362h-334.24c-4.889 67.449-31.074 130.671-75.313 181.819l425.935 425.933c9.048 9.048 9.048 23.718 0 32.766-9.046 9.044-23.716 9.044-32.766 0l-441.553-441.555c-0.057-0.055-0.119-0.104-0.178-0.16-0.055-0.055-0.104-0.121-0.16-0.176l-205.41-205.41c-6.627-6.627-8.608-16.591-5.022-25.25 3.586-8.655 12.034-14.301 21.406-14.301h647.301c12.796 0 23.169 10.375 23.169 23.169 0 12.792-10.373 23.165-23.169 23.165zM558.402 147.579c35.619-42.258 57-93.874 61.692-148.941h-210.633l148.941 148.941z" />
<glyph unicode="&#xe90b;" glyph-name="right-arrow-1" d="M146.286 448c0 16.833 13.645 30.476 30.476 30.476h670.476c16.833 0 30.476-13.644 30.476-30.476s-13.644-30.476-30.476-30.476h-670.476c-16.831 0-30.476 13.644-30.476 30.476zM551.4 743.836c11.903 11.902 31.203 11.902 43.101 0l274.286-274.288c11.903-11.898 11.903-31.198 0-43.096l-274.286-274.286c-11.898-11.903-31.198-11.903-43.101 0-11.898 11.898-11.898 31.198 0 43.096l252.738 252.738-252.738 252.736c-11.898 11.902-11.898 31.198 0 43.1z" />
<glyph unicode="&#xe90c;" glyph-name="maps-and-flags3" d="M512 960c-282.982 0-512-228.993-512-512 0-282.982 228.993-512 512-512 282.982 0 512 228.993 512 512 0 282.982-228.993 512-512 512zM783.028 587.87l-328.010-328.010c-13.324-13.324-34.945-13.328-48.273 0l-165.773 165.773c-13.33 13.33-13.33 34.943 0 48.271 13.328 13.33 34.943 13.33 48.271 0l141.642-141.638 303.876 303.876c13.326 13.33 34.941 13.33 48.271 0 13.326-13.335 13.326-34.943-0.004-48.273z" />
<glyph unicode="&#xe90d;" glyph-name="maps-and-flags2" d="M512 960c-282.982 0-512-228.993-512-512 0-282.982 228.993-512 512-512 282.982 0 512 228.993 512 512 0 282.982-228.993 512-512 512zM783.028 587.87l-328.010-328.010c-13.324-13.324-34.945-13.328-48.273 0l-165.773 165.773c-13.33 13.33-13.33 34.943 0 48.271 13.328 13.33 34.943 13.33 48.271 0l141.642-141.638 303.876 303.876c13.326 13.33 34.941 13.33 48.271 0 13.326-13.335 13.326-34.943-0.004-48.273z" />
<glyph unicode="&#xe90e;" glyph-name="maps-and-flags1" d="M512 960c-282.982 0-512-228.993-512-512 0-282.982 228.993-512 512-512 282.982 0 512 228.993 512 512 0 282.982-228.993 512-512 512zM783.028 587.87l-328.010-328.010c-13.324-13.324-34.945-13.328-48.273 0l-165.773 165.773c-13.33 13.33-13.33 34.943 0 48.271 13.328 13.33 34.943 13.33 48.271 0l141.642-141.638 303.876 303.876c13.326 13.33 34.941 13.33 48.271 0 13.326-13.335 13.326-34.943-0.004-48.273z" />
<glyph unicode="&#xe90f;" glyph-name="open-book-1" d="M1016.107 686.307c-69.87 69.872-162.771 108.353-261.579 108.353-90.083 0-175.243-31.978-242.528-90.565-67.285 58.586-152.447 90.565-242.526 90.565-98.811 0-191.712-38.481-261.581-108.35-5.053-5.056-7.893-11.908-7.893-19.055v-538.948c0-10.895 6.567-20.726 16.635-24.895 10.070-4.174 21.66-1.864 29.367 5.841 59.694 59.691 139.057 92.566 223.472 92.566s163.777-32.874 223.472-92.566c0.086-0.086 0.184-0.16 0.27-0.246 0.545-0.537 1.106-1.053 1.696-1.536 0.34-0.279 0.692-0.52 1.040-0.778 0.36-0.27 0.709-0.545 1.077-0.795 0.401-0.266 0.819-0.5 1.229-0.745 0.344-0.205 0.68-0.422 1.032-0.61 0.418-0.225 0.844-0.414 1.27-0.61 0.373-0.176 0.741-0.36 1.122-0.52 0.414-0.168 0.836-0.311 1.257-0.459 0.406-0.143 0.811-0.303 1.233-0.43 0.426-0.131 0.856-0.225 1.286-0.332 0.422-0.106 0.84-0.225 1.27-0.311 0.504-0.098 1.008-0.16 1.511-0.229 0.369-0.053 0.725-0.123 1.094-0.16 1.774-0.176 3.559-0.176 5.333 0 0.369 0.033 0.729 0.106 1.094 0.16 0.504 0.070 1.008 0.131 1.511 0.229 0.43 0.086 0.848 0.205 1.27 0.311 0.43 0.106 0.86 0.201 1.286 0.332 0.422 0.127 0.827 0.287 1.237 0.43 0.418 0.152 0.84 0.291 1.253 0.459 0.385 0.16 0.75 0.344 1.122 0.52 0.426 0.201 0.852 0.389 1.27 0.61 0.352 0.188 0.688 0.406 1.032 0.61 0.414 0.246 0.827 0.475 1.229 0.745 0.369 0.25 0.717 0.524 1.077 0.795 0.348 0.258 0.7 0.5 1.040 0.778 0.59 0.483 1.151 0.999 1.696 1.536 0.090 0.086 0.184 0.156 0.27 0.246 59.691 59.691 139.055 92.566 223.474 92.566 84.414 0 163.774-32.874 223.47-92.566 5.157-5.157 12.050-7.893 19.059-7.893 3.473 0 6.975 0.672 10.31 2.052 10.068 4.17 16.634 13.996 16.634 24.895v538.948c0 7.146-2.839 13.999-7.893 19.052zM53.895 186.511v469.318c58.708 54.857 134.831 84.935 215.579 84.935 80.753 0 156.871-30.103 215.579-84.968v-469.298c-62.427 44.954-137.135 69.214-215.579 69.214-78.438 0-153.153-24.252-215.579-69.202zM970.105 186.511c-62.427 44.95-137.138 69.202-215.577 69.202-78.447 0-153.154-24.261-215.581-69.214v469.298c58.712 54.865 134.824 84.968 215.581 84.968 80.744 0 156.869-30.079 215.577-84.935v-469.318z" />
<glyph unicode="&#xe910;" glyph-name="maps-and-flags" d="M512 960c-282.982 0-512-228.993-512-512 0-282.982 228.993-512 512-512 282.982 0 512 228.993 512 512 0 282.982-228.993 512-512 512zM783.028 587.87l-328.010-328.010c-13.324-13.324-34.945-13.328-48.273 0l-165.773 165.773c-13.33 13.33-13.33 34.943 0 48.271 13.328 13.33 34.943 13.33 48.271 0l141.642-141.638 303.876 303.876c13.326 13.33 34.941 13.33 48.271 0 13.326-13.335 13.326-34.943-0.004-48.273z" />
<glyph unicode="&#xe911;" glyph-name="email" horiz-adv-x="975" d="M812.666 133.076h-650.158c-29.604 0.107-57.965 11.913-78.898 32.846s-32.741 49.293-32.848 78.902v406.347c0.107 29.604 11.914 57.965 32.848 78.898s49.294 32.741 78.898 32.848h650.158c29.603-0.107 57.963-11.914 78.897-32.848s32.744-49.294 32.851-78.898v-406.347c-0.107-29.608-11.917-57.968-32.851-78.902s-49.293-32.739-78.897-32.846zM162.508 701.964c-13.471 0-26.391-5.351-35.917-14.877s-14.877-22.445-14.877-35.916v-406.347c0-13.473 5.351-26.395 14.877-35.918 9.526-9.528 22.446-14.877 35.917-14.877h650.158c13.473 0 26.39 5.349 35.918 14.877 9.523 9.523 14.877 22.445 14.877 35.918v406.347c0 13.471-5.354 26.39-14.877 35.916-9.528 9.526-22.445 14.877-35.918 14.877h-650.158zM487.577 393.143c-23.581 0-46.732 6.315-67.048 18.286l-354.743 210.896c-6.628 4.131-11.444 10.619-13.48 18.159s-1.14 15.571 2.509 22.476c4.057 6.713 10.577 11.575 18.168 13.548s15.654 0.903 22.467-2.984l355.149-210.487c10.771-6.573 23.143-10.045 35.759-10.045 12.618 0 24.989 3.472 35.761 10.045l355.148 210.487c6.812 3.887 14.877 4.958 22.465 2.984 7.592-1.974 14.112-6.836 18.169-13.548 3.647-6.906 4.545-14.936 2.511-22.476-2.038-7.54-6.856-14.028-13.483-18.159l-352.305-210.896c-20.314-11.971-43.466-18.286-67.046-18.286z" />
<glyph unicode="&#xe912;" glyph-name="incoming-call" horiz-adv-x="975" d="M223.6 756.19l-27.93-28.324c-14.967-14.672-24.901-33.713-28.364-54.386-3.454-20.615-0.3-41.791 9.007-60.502 104.822-203.134 270.358-368.54 473.577-473.192 18.71-9.314 39.882-12.493 60.509-9.089 20.67 3.408 39.736 13.253 54.482 28.14-0.005-0.005 0.005 0.005 0 0l27.941 28.331c5.325 5.266 9.557 11.522 12.439 18.422 2.882 6.905 4.369 14.321 4.369 21.811s-1.487 14.902-4.369 21.806c-2.882 6.9-7.114 13.161-12.439 18.427l-61.108 61.104c-5.266 5.335-11.527 9.562-18.432 12.444-6.905 2.887-14.312 4.369-21.806 4.369-7.49 0-14.902-1.482-21.801-4.369-6.9-2.882-13.171-7.109-18.432-12.439l-0.122-0.127-51.883-51.883c-5.495-5.495-12.941-8.577-20.704-8.572-7.558 0.005-14.814 2.935-20.256 8.163-46.763 34.475-90.855 72.441-131.901 113.562-41.765 41.877-80.396 86.779-115.557 134.343-8.609 11.644-7.403 27.837 2.838 38.078l51.821 51.823c-0.009-0.009 0.009 0.009 0 0 10.662 10.741 16.672 25.287 16.672 40.423s-5.983 29.655-16.646 40.396c-0.009 0.009 0.008-0.009 0 0l-61.145 61.148c-0.010 0.009-0.019 0.019-0.029 0.029-10.742 10.662-25.263 16.646-40.396 16.646-15.103 0-29.596-5.96-40.332-16.581zM575.976 336.228l33.636 33.641c0.024 0.024 0.049 0.044 0.073 0.068 10.684 10.796 23.406 19.383 37.435 25.239 14.058 5.871 29.135 8.889 44.354 8.889 15.228 0 30.306-3.018 44.364-8.889 14.024-5.856 26.746-14.438 37.43-25.234 0.024-0.029 0.049-0.049 0.073-0.073l60.674-60.674c10.796-10.689 19.373-23.401 25.234-37.43 5.876-14.058 8.894-29.14 8.894-44.364s-3.018-30.31-8.894-44.364c-5.847-14-14.399-26.683-25.161-37.356l-27.614-28.004c-23.42-23.65-53.716-39.302-86.557-44.715-32.836-5.417-66.55-0.327-96.324 14.551l-0.317 0.161c-214.177 110.251-388.629 284.57-499.057 498.657l-0.172 0.334c-14.902 29.823-19.959 63.605-14.45 96.484 5.494 32.793 21.219 63.010 44.924 86.324l27.736 28.127c21.706 21.574 51.069 33.686 81.676 33.686s59.969-12.113 81.675-33.687l0.064-0.063 61.307-61.31c21.573-21.707 33.686-51.066 33.686-81.672s-12.112-59.966-33.686-81.673l-33.93-33.933c29.292-37.851 60.938-73.831 94.751-107.731 33.942-34.007 70.080-65.736 108.177-94.988zM859.404 822.895c11.425-11.425 11.425-29.951 0-41.376l-220.789-220.794c-11.43-11.426-29.954-11.426-41.379 0s-11.425 29.951 0 41.376l220.794 220.794c11.425 11.425 29.95 11.425 41.374 0zM617.925 776.464c16.16 0 29.257-13.099 29.257-29.257v-136.533h136.533c16.16 0 29.257-13.099 29.257-29.257s-13.097-29.257-29.257-29.257h-165.79c-16.16 0-29.257 13.099-29.257 29.257v165.79c0 16.158 13.097 29.257 29.257 29.257z" />
<glyph unicode="&#xe913;" glyph-name="map" d="M111.5 528.775c0-216.691 371.23-543.214 387.030-557.012 3.732-3.256 8.518-5.048 13.47-5.048s9.738 1.792 13.471 5.048c15.8 13.798 387.031 340.321 387.031 557.012 0 106.219-42.199 208.088-117.304 283.196-75.11 75.108-176.978 117.304-283.197 117.304s-208.088-42.196-283.196-117.304c-75.108-75.108-117.304-176.977-117.304-283.196zM512 888.315c95.324-0.108 186.711-38.023 254.116-105.426 67.4-67.404 105.318-158.791 105.426-254.114 0-176.422-292.669-453.143-359.542-514.055-66.87 60.913-359.54 337.633-359.54 514.055 0.109 95.323 38.023 186.71 105.426 254.114s158.791 105.318 254.114 105.426zM511.96 296.673c46.806 0 92.563 13.88 131.481 39.885s69.248 62.966 87.163 106.209c17.91 43.242 22.595 90.826 13.466 136.733-9.134 45.907-31.672 88.075-64.768 121.172-33.101 33.097-75.264 55.636-121.175 64.768-45.906 9.132-93.489 4.445-136.732-13.467s-80.204-48.244-106.209-87.162c-26.004-38.918-39.885-84.673-39.885-131.479 0.072-62.745 25.029-122.898 69.395-167.263 44.367-44.37 104.521-69.325 167.265-69.396zM511.96 729.027c38.706-0.001 76.543-11.478 108.722-32.982 32.184-21.504 57.267-52.068 72.079-87.827 14.807-35.759 18.683-75.107 11.131-113.069s-26.189-72.83-53.555-100.202c-27.372-27.366-62.244-46.003-100.204-53.555s-77.31-3.676-113.069 11.136c-35.759 14.812-66.322 39.9-87.825 72.079-21.503 32.184-32.98 70.020-32.98 108.726 0.060 51.884 20.697 101.626 57.385 138.313s86.431 57.324 138.315 57.381z" />
<glyph unicode="&#xe914;" glyph-name="star" d="M1001.786 493.932c20.159 19.644 27.273 48.473 18.582 75.272-8.718 26.8-31.416 45.93-59.303 49.99l-247.938 36.027c-10.561 1.537-19.688 8.161-24.405 17.736l-110.845 224.648c-12.446 25.241-37.708 40.927-65.86 40.927-28.133 0-53.394-15.686-65.84-40.927l-110.868-224.669c-4.716-9.576-13.861-16.199-24.421-17.736l-247.942-36.027c-27.866-4.039-50.585-23.19-59.299-49.99-8.694-26.799-1.579-55.628 18.577-75.272l179.395-174.863c7.649-7.464 11.155-18.208 9.35-28.707l-42.322-246.917c-3.752-21.736 1.948-42.871 16.014-59.542 21.858-25.982 60.017-33.894 90.528-17.859l221.736 116.586c9.268 4.861 20.935 4.82 30.183 0l221.757-116.586c10.786-5.68 22.289-8.554 34.161-8.554 21.675 0 42.216 9.639 56.347 26.412 14.083 16.671 19.763 37.847 16.015 59.542l-42.346 246.917c-1.802 10.519 1.707 21.243 9.353 28.707l179.391 174.883z" />
<glyph unicode="&#xe915;" glyph-name="book-solid-1" horiz-adv-x="878" d="M877.714 249.905v640c0 25.333-20.382 45.714-45.714 45.714h-624.762c-100.952 0-182.857-81.905-182.857-182.857v-609.524c0-100.952 81.905-182.857 182.857-182.857h624.762c25.332 0 45.714 20.382 45.714 45.714v30.476c0 14.287-6.666 27.238-16.955 35.621-7.997 29.33-7.997 112.952 0 142.282 10.289 8.192 16.955 21.143 16.955 35.43zM268.19 680.381c0 6.286 5.143 11.429 11.429 11.429h403.808c6.285 0 11.43-5.143 11.43-11.429v-38.095c0-6.286-5.144-11.429-11.43-11.429h-403.808c-6.286 0-11.429 5.143-11.429 11.429v38.095zM268.19 558.476c0 6.286 5.143 11.429 11.429 11.429h403.808c6.285 0 11.43-5.143 11.43-11.429v-38.095c0-6.286-5.144-11.429-11.43-11.429h-403.808c-6.286 0-11.429 5.143-11.429 11.429v38.095zM750.855 82.286h-543.617c-33.714 0-60.952 27.238-60.952 60.952 0 33.524 27.429 60.952 60.952 60.952h543.617c-3.618-32.573-3.618-89.332 0-121.905z" />
<glyph unicode="&#xe916;" glyph-name="clock-solid-1" d="M512 944c-274 0-496-222-496-496 0-274.002 222-495.998 496-495.998 274.002 0 495.998 221.996 495.998 495.998 0 274-221.996 496-495.998 496zM697.003 318l-40.003-49.999c-2.625-3.284-5.872-6.021-9.555-8.049-3.683-2.034-7.73-3.318-11.909-3.782s-8.409-0.096-12.447 1.072c-4.039 1.174-7.807 3.127-11.089 5.755l-134 99.402c-9.355 7.49-16.908 16.986-22.1 27.787s-7.892 22.63-7.9 34.614v311.2c0 8.487 3.372 16.626 9.372 22.628s14.141 9.372 22.628 9.372h64c8.487 0 16.626-3.372 22.628-9.372s9.372-14.141 9.372-22.628v-288l115.999-85c3.284-2.625 6.021-5.872 8.049-9.555 2.034-3.683 3.318-7.73 3.782-11.909s0.096-8.409-1.072-12.447c-1.174-4.039-3.127-7.807-5.755-11.089z" />
<glyph unicode="&#xe917;" glyph-name="user-graduate-solid-1" horiz-adv-x="878" d="M608.383 324.954l-181.716-181.716-181.714 181.716c-136.191-5.905-244.953-117.336-244.953-254.859v-18.286c0-50.478 40.952-91.429 91.429-91.429h670.476c50.478 0 91.429 40.95 91.429 91.429v18.286c0 137.523-108.763 248.954-244.951 254.859zM25.905 783.619l12.19-2.857v-111.238c-13.333-8-22.857-21.905-22.857-38.667 0-16 8.762-29.333 21.143-37.524l-29.714-118.666c-3.238-13.145 4-26.667 14.476-26.667h79.619c10.476 0 17.714 13.522 14.476 26.667l-29.714 118.666c12.381 8.191 21.143 21.524 21.143 37.524 0 16.762-9.524 30.667-22.857 38.667v100.191l125.715-30.286c-16.381-32.762-26.667-69.333-26.667-108.571 0-134.667 109.143-243.81 243.81-243.81s243.81 109.143 243.81 243.81c0 39.238-10.094 75.81-26.668 108.571l183.428 44.19c34.67 8.381 34.67 51.619 0 60l-362.665 87.619c-24.762 5.905-50.857 5.905-75.619 0l-363.047-87.428c-34.476-8.381-34.476-51.81 0-60.191z" />
<glyph unicode="&#xe918;" glyph-name="chat-bubble" horiz-adv-x="1092" d="M546.133 842.667c-217.969 0-394.667-176.698-394.667-394.667v-394.663h394.667c217.969 0 394.663 176.695 394.663 394.663s-176.695 394.667-394.663 394.667zM119.467 21.333l-32 0.007v426.66c0 253.314 205.352 458.667 458.667 458.667 253.317 0 458.67-205.352 458.67-458.667 0-253.317-205.353-458.67-458.67-458.67h-426.663l-0.003 32.003zM119.467 21.333l0.003-32.003c-17.673 0-32.003 14.336-32.003 32.010l32-0.007zM300.8 576c0 17.673 14.327 32 32 32h384c17.674 0 32.003-14.327 32.003-32s-14.329-32-32.003-32h-384c-17.673 0-32 14.327-32 32zM300.8 405.333c0 17.673 14.327 32 32 32h384c17.674 0 32.003-14.327 32.003-32s-14.329-32-32.003-32h-384c-17.673 0-32 14.327-32 32zM300.8 234.667c0 17.674 14.327 32.003 32 32.003h213.333c17.672 0 32-14.329 32-32.003s-14.328-32.003-32-32.003h-213.333c-17.673 0-32 14.329-32 32.003z" />
<glyph unicode="&#xe919;" glyph-name="user-2" horiz-adv-x="1092" d="M538.774 466.735c67.766 0 126.437 24.305 174.388 72.258 47.937 47.946 72.253 106.609 72.253 174.383 0 67.75-24.303 126.422-72.26 174.382-47.952 47.937-106.624 72.242-174.381 72.242-67.773 0-126.437-24.305-174.382-72.25s-72.258-106.617-72.258-174.374c0-67.774 24.312-126.446 72.258-174.391 47.961-47.938 106.633-72.25 174.382-72.25zM406.828 845.32c36.789 36.79 79.945 54.672 131.945 54.672 51.992 0 95.156-17.883 131.953-54.672 36.79-36.796 54.682-79.961 54.682-131.944 0-52-17.893-95.156-54.682-131.953-36.796-36.796-79.961-54.68-131.953-54.68-51.984 0-95.141 17.891-131.945 54.68-36.796 36.789-54.687 79.953-54.687 131.953 0 51.984 17.891 95.148 54.687 131.944zM970.39 172.592c-1.386 19.954-4.178 41.718-8.294 64.703-4.157 23.156-9.51 45.048-15.92 65.057-6.622 20.679-15.613 41.101-26.747 60.671-11.537 20.313-25.102 38-40.318 52.554-15.92 15.227-35.403 27.469-57.931 36.398-22.453 8.883-47.336 13.383-73.953 13.383-10.452 0-20.562-4.289-40.086-17-12.015-7.836-26.070-16.899-41.758-26.922-13.414-8.546-31.586-16.555-54.031-23.805-21.899-7.085-44.133-10.68-66.086-10.68-21.937 0-44.172 3.594-66.086 10.68-22.422 7.242-40.602 15.25-53.992 23.797-15.539 9.929-29.601 18.992-41.797 26.937-19.507 12.711-29.617 17-40.070 17-26.625 0-51.5-4.508-73.945-13.398-22.516-8.914-42.008-21.157-57.938-36.398-15.219-14.563-28.781-32.242-40.312-52.547-11.117-19.57-20.117-39.984-26.742-60.68-6.399-20.008-11.75-41.893-15.906-65.049-4.125-22.951-6.914-44.721-8.297-64.724-1.359-19.558-2.047-39.909-2.047-60.471 0-53.453 16.992-96.727 50.5-128.642 33.094-31.491 76.875-47.459 130.133-47.459h493.059c53.241 0 97.027 15.968 130.13 47.459 33.512 31.894 50.504 75.182 50.504 128.649-0.007 20.637-0.703 40.987-2.068 60.484zM880.579 26.938c-21.866-20.815-50.9-30.932-88.76-30.932h-493.053c-37.867 0-66.898 10.117-88.758 30.925-21.445 20.412-31.867 48.278-31.867 85.169 0 19.19 0.633 38.134 1.898 56.32 1.234 17.845 3.757 37.444 7.5 58.272 3.695 20.576 8.398 39.875 13.992 57.354 5.367 16.758 12.687 33.352 21.765 49.336 8.664 15.234 18.633 28.305 29.633 38.836 10.289 9.852 23.258 17.914 38.539 23.961 14.133 5.594 30.016 8.656 47.258 9.117 2.101-1.117 5.844-3.25 11.906-7.203 12.336-8.039 26.555-17.211 42.273-27.25 17.719-11.297 40.547-21.5 67.82-30.305 27.883-9.015 56.321-13.594 84.547-13.594s56.672 4.579 84.539 13.586c27.297 8.82 50.117 19.016 67.86 30.328 16.084 10.281 29.908 19.187 42.243 27.234 6.062 3.945 9.803 6.086 11.906 7.203 17.251-0.461 33.13-3.523 47.275-9.117 15.271-6.047 28.242-14.118 38.53-23.961 10.998-10.523 20.965-23.594 29.635-38.844 9.086-15.976 16.411-32.578 21.77-49.321 5.605-17.5 10.315-36.799 14.001-57.354 3.734-20.862 6.267-40.475 7.496-58.286v-0.014c1.277-18.118 1.918-37.055 1.925-56.3-0.007-36.898-10.431-64.758-31.874-85.163z" />
<glyph unicode="&#xe91a;" glyph-name="right-arrow" d="M1012.265 476.314c-0.007 0.012-0.020 0.026-0.034 0.038l-209.005 208c-15.66 15.582-40.987 15.524-56.573-0.136-15.585-15.658-15.524-40.984 0.137-56.568l140.329-139.648h-847.118c-22.092 0-40-17.908-40-40s17.908-40 40-40h847.112l-140.322-139.65c-15.66-15.578-15.715-40.905-0.137-56.566 15.592-15.66 40.919-15.715 56.573-0.137l209.005 208.001c0.014 0.012 0.027 0.026 0.041 0.038 15.667 15.636 15.613 41.044-0.007 56.628z" />
<glyph unicode="&#xe91b;" glyph-name="maps-an1d-flags" d="M512 960c-282.982 0-512-228.994-512-512 0-282.982 228.994-512 512-512 282.982 0 512 228.994 512 512 0 282.982-228.994 512-512 512zM783.029 587.872l-328.011-328.011c-13.322-13.326-34.942-13.329-48.271 0l-165.774 165.772c-13.33 13.332-13.33 34.942 0 48.275 13.328 13.329 34.942 13.329 48.272 0l141.642-141.64 303.875 303.876c13.326 13.33 34.942 13.33 48.271 0 13.326-13.334 13.326-34.943-0.003-48.272z" />
<glyph unicode="&#xe91c;" glyph-name="maps-and-flags4" d="M512 960c-282.982 0-512-228.994-512-512 0-282.982 228.994-512 512-512 282.982 0 512 228.994 512 512 0 282.982-228.994 512-512 512zM783.029 587.872l-328.011-328.011c-13.322-13.326-34.942-13.329-48.271 0l-165.774 165.772c-13.33 13.332-13.33 34.942 0 48.275 13.328 13.329 34.942 13.329 48.272 0l141.642-141.64 303.875 303.876c13.326 13.33 34.942 13.33 48.271 0 13.326-13.334 13.326-34.943-0.003-48.272z" />
<glyph unicode="&#xe91d;" glyph-name="right-arrow-11" horiz-adv-x="975" d="M121.905 448c0 16.833 13.645 30.476 30.476 30.476h670.476c16.833 0 30.476-13.644 30.476-30.476s-13.644-30.476-30.476-30.476h-670.476c-16.831 0-30.476 13.644-30.476 30.476zM527.019 743.836c11.903 11.902 31.203 11.902 43.101 0l274.286-274.288c11.903-11.898 11.903-31.198 0-43.096l-274.286-274.286c-11.898-11.903-31.198-11.903-43.101 0-11.898 11.898-11.898 31.198 0 43.096l252.738 252.738-252.738 252.736c-11.898 11.902-11.898 31.198 0 43.1z" />
<glyph unicode="&#xe91e;" glyph-name="book-solid-11" horiz-adv-x="901" d="M896 240.001v671.999c0 26.6-21.4 48-48.001 48h-655.999c-106 0-192-86-192-192v-640c0-106 86-192 192-192h655.999c26.601 0 48.001 21.4 48.001 48.001v31.998c0 15.002-7 28.6-17.799 37.401-8.401 30.8-8.401 118.6 0 149.4 10.799 8.602 17.799 22.2 17.799 37.202zM256 692.001c0 6.599 5.401 11.999 11.999 11.999h424.002c6.599 0 11.999-5.401 11.999-11.999v-40.002c0-6.599-5.401-11.999-11.999-11.999h-424.002c-6.599 0-11.999 5.401-11.999 11.999v40.002zM256 564.001c0 6.599 5.401 11.999 11.999 11.999h424.002c6.599 0 11.999-5.401 11.999-11.999v-40.002c0-6.599-5.401-11.999-11.999-11.999h-424.002c-6.599 0-11.999 5.401-11.999 11.999v40.002zM762.8 64h-570.8c-35.4 0-64 28.6-64 64 0 35.201 28.8 64 64 64h570.8c-3.801-34.2-3.801-93.8 0-128z" />
<glyph unicode="&#xe91f;" glyph-name="Home" horiz-adv-x="901" d="M638.8 318.8l-190.8-190.8-190.8 190.8c-143-6.199-257.2-123.199-257.2-267.6v-19.2c0-53 43-96 96-96h704c53 0 96 43 96 96v19.2c0 144.4-114.201 261.401-257.2 267.6zM27.2 800.4l12.8-3v-116.801c-14-8.399-24-22.999-24-40.6 0-16.8 9.2-30.8 22.2-39.399l-31.2-124.6c-3.4-13.799 4.2-28 15.2-28h83.6c11 0 18.6 14.201 15.2 28l-31.2 124.6c13 8.6 22.2 22.6 22.2 39.399 0 17.601-10 32.201-24 40.6v105.2l132-31.8c-17.2-34.4-28-72.8-28-114 0-141.4 114.6-256 256-256s256 114.6 256 256c0 41.2-10.6 79.6-28 114l192.6 46.4c36.401 8.8 36.401 54.2 0 63l-380.799 92c-26.001 6.2-53.402 6.2-79.401 0l-381.2-91.8c-36.2-8.8-36.2-54.4 0-63.2z" />
<glyph unicode="&#xe920;" glyph-name="ruler-combined-solid-1" d="M320 384h-112.001c-8.799 0-15.999 7.201-15.999 15.999v32.002c0 8.798 7.2 15.999 15.999 15.999h112.001v128h-112.001c-8.799 0-15.999 7.201-15.999 15.999v32.002c0 8.798 7.2 15.999 15.999 15.999h112.001v128h-112.001c-8.799 0-15.999 7.2-15.999 16v32c0 8.8 7.2 16 15.999 16h112.001v64c0 35.4-28.6 64-64 64h-192c-35.4 0-64-28.6-64-64v-896c0-5.599 1.8-10.4 3.2-15.6l316.8 316.799v82.801zM960 256h-64v-112.001c0-8.798-7.201-15.999-15.999-15.999h-32.002c-8.798 0-15.999 7.201-15.999 15.999v112.001h-128v-112.001c0-8.798-7.201-15.999-15.999-15.999h-32.002c-8.798 0-15.999 7.201-15.999 15.999v112.001h-128v-112.001c0-8.798-7.201-15.999-15.999-15.999h-32.002c-8.798 0-15.999 7.201-15.999 15.999v112.001h-82.801l-316.799-316.801c5.2-1.399 10-3.199 15.6-3.199h896c35.4 0 64 28.6 64 64v192c0 35.4-28.6 64-64 64z" />
<glyph unicode="&#xe921;" glyph-name="open-book" d="M1000.822 823.676c-12.79 0-23.168-10.375-23.168-23.167v-619.973l-442.491-70.451v44.513l380.8 81.603c10.68 2.289 18.314 11.725 18.314 22.651v627.184c0 6.996-3.164 13.618-8.602 18.015-5.443 4.397-12.58 6.097-19.425 4.638l-394.254-84.484-394.263 84.484c-6.837 1.457-13.979-0.239-19.419-4.638-5.442-4.398-8.602-11.021-8.602-18.015v-627.184c0-10.926 7.631-20.362 18.314-22.651l380.803-81.603v-44.513l-442.495 70.451v619.973c0 12.793-10.372 23.167-23.167 23.167s-23.167-10.375-23.167-23.167v-639.746c0-11.392 8.278-21.089 19.525-22.881l488.829-77.824c0.262-0.041 0.526-0.061 0.788-0.097 0.241-0.026 0.482-0.061 0.725-0.082 0.709-0.067 1.418-0.108 2.129-0.108 0.71 0 1.422 0.046 2.128 0.108 0.246 0.020 0.481 0.056 0.727 0.082 0.261 0.036 0.527 0.051 0.788 0.097l488.832 77.824c11.244 1.792 19.523 11.489 19.523 22.881v639.746c-0.005 12.795-10.378 23.167-23.173 23.167zM887.941 277.581l-352.778-75.597v579.796l352.778 75.597v-579.797zM136.048 857.378l352.779-75.597v-579.796l-352.782 75.597v579.797h0.003zM427.249 685.569l-228.723 49.011c-12.515 2.687-24.826-5.289-27.507-17.8s5.287-24.828 17.8-27.509l228.723-49.010c1.638-0.35 3.269-0.519 4.877-0.519 10.69 0 20.301 7.444 22.63 18.316 2.678 12.513-5.289 24.83-17.8 27.511zM427.249 528.786l-229.924 49.27c-12.506 2.68-24.826-5.289-27.506-17.8s5.286-24.828 17.799-27.509l229.923-49.27c1.636-0.35 3.269-0.519 4.877-0.519 10.69 0 20.299 7.443 22.63 18.316 2.68 12.513-5.287 24.831-17.799 27.511zM427.251 371.978l-231.126 49.531c-12.504 2.673-24.826-5.289-27.507-17.802s5.287-24.827 17.799-27.51l231.126-49.526c1.636-0.348 3.269-0.517 4.877-0.517 10.69 0 20.299 7.444 22.63 18.314 2.678 12.513-5.289 24.832-17.8 27.51zM601.549 639.741c1.608 0 3.241 0.167 4.879 0.519l228.721 49.010c12.508 2.681 20.48 14.999 17.802 27.509-2.683 12.508-15.002 20.487-27.51 17.799l-228.721-49.010c-12.508-2.681-20.48-14.999-17.802-27.509 2.335-10.877 11.945-18.318 22.63-18.318zM826.742 578.056l-229.924-49.27c-12.508-2.68-20.48-14.999-17.797-27.509 2.33-10.873 11.94-18.316 22.63-18.316 1.608 0 3.241 0.167 4.874 0.519l229.924 49.27c12.508 2.68 20.48 14.999 17.802 27.509-2.683 12.508-15.002 20.477-27.51 17.797zM826.742 421.258l-229.924-49.27c-12.508-2.683-20.48-14.996-17.797-27.51 2.33-10.87 11.94-18.314 22.63-18.314 1.608 0 3.241 0.164 4.874 0.517l229.924 49.27c12.508 2.683 20.48 15.002 17.802 27.51-2.683 12.508-15.002 20.47-27.51 17.797zM997.187 110.689l-485.188-77.245-485.185 77.245c-12.633 1.987-24.511-6.6-26.522-19.236-2.013-12.636 6.6-24.509 19.236-26.522l488.829-77.829c1.207-0.189 2.423-0.287 3.642-0.287s2.438 0.097 3.641 0.287l488.832 77.829c12.631 2.012 21.248 13.885 19.236 26.522s-13.865 21.222-26.522 19.236z" />
<glyph unicode="&#xe922;" glyph-name="icon_cart_alt" d="M189.611 11.903c0-8.303 1.635-16.519 4.811-24.187 3.176-7.672 7.832-14.639 13.702-20.509s12.837-10.523 20.505-13.701c7.669-3.174 15.888-4.809 24.188-4.809 16.763 0 32.84 6.656 44.693 18.51 5.869 5.87 10.525 12.837 13.702 20.509 3.176 7.668 4.811 15.884 4.811 24.187 0 16.761-6.659 32.838-18.513 44.691s-27.93 18.514-44.693 18.514c-16.763 0-32.84-6.66-44.694-18.514s-18.513-27.931-18.513-44.691zM758.465 11.903c0-8.303 1.634-16.519 4.813-24.187 3.174-7.672 7.832-14.639 13.701-20.509s12.837-10.523 20.505-13.701c7.668-3.174 15.888-4.809 24.187-4.809 16.765 0 32.842 6.656 44.696 18.51 5.87 5.87 10.523 12.837 13.701 20.509 3.174 7.668 4.809 15.884 4.809 24.187 0 16.761-6.656 32.838-18.51 44.691s-27.931 18.514-44.696 18.514c-16.761 0-32.838-6.66-44.691-18.514s-18.514-27.931-18.514-44.691zM-1.84 801.977c0-17.445 14.158-31.603 31.603-31.603h65.671l39.251-167.875 54.926-274.565c0-2.277 1.075-4.235 1.328-6.447l-32.172-144.744c-2.086-9.355 0.19-19.149 6.194-26.608 6.004-7.524 15.043-11.821 24.65-11.821h717.010c17.445 0 31.601 14.16 31.601 31.605s-14.156 31.601-31.601 31.601h-677.569l14.474 65.102c3.16-0.504 6.004-1.896 9.291-1.896h576.123c34.89 0 55.935 6.889 72.749 47.407l102.646 314.891c17.826 56.443-21.299 80.145-56.254 80.145h-758.47c-4.93 0-9.228-1.706-13.842-2.781l-24.524 104.795c-3.35 14.285-16.054 24.397-30.781 24.397h-90.7c-17.508 0-31.603-14.158-31.603-31.603zM190.875 643.962h752.467l-100.876-309.647c-1.2-2.716-2.212-4.678-2.97-6.005-2.085-0.188-5.374-0.377-10.555-0.377h-576.123v6.255l-1.201 6.132-60.741 303.642z" />
<glyph unicode="&#xe923;" glyph-name="icon_search2" d="M603.312 960c-227.993 0-412.8-184.807-412.8-412.801 0-98.119 34.421-188.174 91.578-259.048l-272.83-272.832c-17.147-17.142-17.147-45.022 0-62.17s45.027-17.149 62.174 0l272.83 272.828c70.874-57.16 160.929-91.58 259.048-91.58 227.992 0 412.803 184.809 412.803 412.802s-184.812 412.801-412.803 412.801zM603.312 197.905c-192.619 0-349.293 156.675-349.293 349.294s156.673 349.293 349.293 349.293c192.623 0 349.295-156.674 349.295-349.293s-156.672-349.294-349.295-349.294z" />
<glyph unicode="&#xe924;" glyph-name="down-arrow-1" d="M690.258 494.998l-28.877 28.877-149.403-149.301-149.402 149.301-28.877-28.877 178.278-178.382 178.279 178.382z" />
<glyph unicode="&#xe925;" glyph-name="shapes-solid-1" d="M256 448c-50.633 0-100.127-15.014-142.226-43.143s-74.911-68.112-94.287-114.889c-19.376-46.778-24.446-98.253-14.568-147.911 9.878-49.66 34.259-95.275 70.062-131.076 35.802-35.803 81.417-60.185 131.077-70.062 49.658-9.878 101.132-4.809 147.909 14.567 46.778 19.376 86.761 52.189 114.891 94.288s43.143 91.593 43.143 142.225c0 67.895-26.972 133.009-74.981 181.021-48.009 48.009-113.123 74.979-181.019 74.979zM1014 557.799l-213.799 365.601c-6.613 11.107-15.997 20.304-27.234 26.692s-23.941 9.746-36.866 9.746c-12.925 0-25.631-3.358-36.866-9.746-11.237-6.388-20.621-15.585-27.234-26.692l-214-365.601c-28.4-48.8 7.199-109.799 64.201-109.799h427.6c57 0 92.598 61 64.199 109.799zM960 384h-320c-16.974 0-33.253-6.742-45.255-18.745-12.003-12.001-18.745-28.281-18.745-45.255v-320c0-16.974 6.742-33.251 18.745-45.255 12.001-12.001 28.281-18.745 45.255-18.745h320c16.974 0 33.253 6.744 45.255 18.745 12.003 12.003 18.745 28.281 18.745 45.255v320c0 16.974-6.742 33.253-18.745 45.255-12.001 12.003-28.281 18.745-45.255 18.745z" />
<glyph unicode="&#xe926;" glyph-name="user-tie-solid-1" horiz-adv-x="901" d="M448 448c141.4 0 256 114.6 256 256s-114.6 256-256 256c-141.4 0-256-114.6-256-256s114.6-256 256-256zM639.601 382.8l-95.601-382.8-64 271.999 64 112.001h-192l64-112.001-64-271.999-95.601 382.8c-142.599-6.799-256.399-123.4-256.399-267.6v-83.2c0-53 43-96 96-96h704c53 0 96 43 96 96v83.2c0 144.2-113.799 260.801-256.399 267.6z" />
<glyph unicode="&#xe927;" glyph-name="Arrow-1" d="M1024 899.765c0 33.267-26.967 60.235-60.235 60.235h-542.118c-33.267 0-60.235-26.968-60.235-60.235s26.969-60.235 60.235-60.235h481.882v-481.882c0-33.268 26.967-60.235 60.235-60.235s60.235 26.967 60.235 60.235v542.118zM102.828-46.357l903.529 903.529-85.185 85.186-903.53-903.53 85.186-85.185z" />
<glyph unicode="&#xe928;" glyph-name="star1" d="M1001.787 493.933c20.156 19.64 27.271 48.472 18.579 75.271-8.716 26.8-31.412 45.93-59.298 49.99l-247.943 36.026c-10.559 1.538-19.685 8.161-24.4 17.736l-110.85 224.648c-12.444 25.241-37.708 40.927-65.86 40.927-28.131 0-53.395-15.686-65.839-40.927l-110.87-224.669c-4.716-9.576-13.861-16.198-24.421-17.736l-247.942-36.026c-27.866-4.039-50.585-23.191-59.299-49.99-8.694-26.799-1.579-55.631 18.577-75.271l179.395-174.866c7.648-7.463 11.155-18.207 9.35-28.705l-42.322-246.915c-3.752-21.737 1.948-42.877 16.014-59.548 21.858-25.977 60.017-33.894 90.528-17.859l221.739 116.589c9.265 4.862 20.935 4.821 30.179 0l221.757-116.589c10.789-5.681 22.29-8.548 34.161-8.548 21.676 0 42.222 9.634 56.349 26.407 14.086 16.671 19.767 37.851 16.015 59.548l-42.344 246.915c-1.802 10.519 1.704 21.242 9.351 28.705l179.393 174.887z" />
<glyph unicode="&#xe929;" glyph-name="Frame" horiz-adv-x="848" d="M638.558 383.579l-124.387-128.322c-27.195-27.941-63.453-42.947-101.224-42.947-38.271 0-74.53 15.521-101.221 42.947-27.195 27.941-41.799 65.197-41.799 104.003 0 39.325 14.604 76.581 41.799 104.003 97.192 99.866 194.891 200.248 292.086 300.112l-59.93 62.092-292.084-300.112c-42.806-43.982-66.475-103.485-66.475-165.578s23.669-121.081 66.475-165.063c42.804-43.979 100.216-68.301 160.646-68.301 60.434 0 117.842 24.321 160.648 68.301 42.806 43.982 66.475 102.971 66.475 165.063 0 8.28 0 16.039-1.009 23.801zM674.819 690.417l-292.086-300.112c-16.618-17.074-16.618-43.979 0-61.057 16.618-17.074 42.806-17.074 59.424 0l230.646 236.986 5.538-7.762c40.793-57.953 62.446-127.289 62.446-198.694 0-89.515-34.243-175.411-95.683-239.054-61.943-63.643-145.036-98.313-232.662-98.313-87.122 0-170.718 35.185-232.66 98.831-61.942 63.643-95.683 149.021-95.683 239.054 0 89.515 34.244 175.408 95.683 239.054l292.085 300.11-59.424 60.54-292.085-300.111c-77.554-79.685-120.359-187.31-120.359-300.111s42.806-220.426 120.359-300.111c77.554-79.685 182.3-123.667 292.085-123.667s214.531 43.982 292.086 123.667c77.555 79.685 120.358 187.31 120.358 300.111s-42.803 220.426-120.358 300.111l-29.711 30.528z" />
<glyph unicode="&#xe92a;" glyph-name="quote-right" d="M960 544c0-60.189-11.626-118.217-34.531-172.438-71.75-172.626-172.937-243.249-349.094-243.562-0.033 0-0.033 0-0.063 0-15.251 0-28.375 10.748-31.377 25.686-3 14.971 4.97 29.968 19.063 35.844 84.439 35.187 109.812 76.407 139.532 162.466h-63.529c-52.937 0-96 43.063-96 96v224.004c0 52.937 43.063 96 96 96h222.407c10.873 0 21.031-5.533 26.905-14.688 42.689-66.343 70.689-116.748 70.689-209.312zM382.407 768h-222.407c-52.938 0-96-43.063-96-96v-224c0-52.937 43.062-96 96-96h63.533c-29.719-86.063-55.095-127.279-139.533-162.468-14.093-5.874-22.064-20.873-19.062-35.842 2.998-14.942 16.125-25.69 31.376-25.69h0.064c176.156 0.313 277.343 70.937 349.095 243.562 22.901 54.221 34.527 112.249 34.527 172.438 0 92.563-28 142.969-70.689 209.312-5.874 9.155-16.032 14.688-26.905 14.688z" />
<glyph unicode="&#xe92b;" glyph-name="right" d="M990.925 440.525l-307.2 307.199c-9.984 9.984-26.214 9.984-36.198 0s-9.984-26.214 0-36.198l263.475-263.475h-834.202c-14.131 0-25.6-11.468-25.6-25.599s11.469-25.6 25.6-25.6h834.202l-263.475-263.475c-9.984-9.984-9.984-26.214 0-36.198 5.018-5.018 11.571-7.475 18.125-7.475s13.107 2.509 18.125 7.475l307.2 307.2c9.984 9.984 9.984 26.214 0 36.198l-0.051-0.051z" />
<glyph unicode="&#xe92c;" glyph-name="arrow-right" d="M33.075 440.525l307.2 307.199c9.984 9.984 26.214 9.984 36.198 0s9.984-26.214 0-36.198l-263.475-263.475h834.202c14.131 0 25.6-11.468 25.6-25.599s-11.469-25.6-25.6-25.6h-834.202l263.475-263.475c9.984-9.984 9.984-26.214 0-36.198-5.018-5.018-11.571-7.475-18.125-7.475s-13.107 2.509-18.125 7.475l-307.2 307.2c-9.984 9.984-9.984 26.214 0 36.198l0.051-0.051z" />
<glyph unicode="&#xe92d;" glyph-name="mail1" d="M928 832h-832c-53 0-96-43-96-96v-576c0-53.002 43-96 96-96h832c53.002 0 96 42.998 96 96v576c0 53-42.998 96-96 96zM928 736v-81.6c-44.8-36.6-116.398-93.4-269.199-213-33.603-26.399-100.403-90.199-146.801-89.4-46.4-0.799-113.2 63.002-146.8 89.4-152.8 119.6-224.4 176.4-269.2 213v81.6h832zM96 160v371.2c45.8-36.6 110.8-87.798 209.8-165.202 43.8-34.396 120.2-110.397 206.2-109.998 85.402-0.399 160.998 74.399 206.198 109.798 99 77.604 164.004 128.802 209.802 165.402v-371.2h-832z" />
<glyph unicode="&#xe92e;" glyph-name="phone-alt-solid-1" d="M994.801 236.411l-224 96c-9.569 4.076-20.204 4.936-30.305 2.447-10.097-2.488-19.118-8.192-25.697-16.246l-99.2-121.201c-155.69 73.411-280.987 198.707-354.398 354.399l121.2 99.2c8.084 6.559 13.807 15.577 16.297 25.684s1.614 20.752-2.498 30.316l-96 224c-4.51 10.302-12.467 18.712-22.503 23.785s-21.527 6.493-32.497 4.015l-208-48c-10.58-2.443-20.019-8.402-26.776-16.901s-10.431-19.040-10.424-29.899c0-512.999 415.8-928.001 928-928.001 10.86-0.005 21.396 3.666 29.901 10.424 8.499 6.758 14.454 16.195 16.901 26.778l48 208c2.473 11.018 1.029 22.559-4.081 32.635-5.11 10.071-13.568 18.048-23.921 22.564z" />
<glyph unicode="&#xe92f;" glyph-name="facebook-f1" horiz-adv-x="640" d="M523.375 388l26.625 173.812h-166.687v112.687c0 47.625 23.25 93.938 97.875 93.938h75.75v147.75c0 0-68.625 11.812-134.25 11.812-137.25 0-227.062-83.25-227.062-233.812v-132.375h-152.625v-173.812h152.625v-420h187.875v420h139.875z" />
<glyph unicode="&#xe930;" glyph-name="share-alt-solid-1" horiz-adv-x="973" d="M731.428 320c-46.961 0-90.179-15.601-124.257-41.8l-212.989 128.2c6.308 27.469 6.308 55.931 0 83.4l212.989 128.2c34.079-26.4 77.297-42 124.257-42 110.131 0 199.48 86 199.48 192s-89.349 192-199.48 192c-110.131 0-199.48-86-199.48-192 0-14.4 1.664-28.2 4.782-41.6l-212.989-128.2c-34.078 26.2-77.299 41.8-124.26 41.8-110.13 0-199.48-86-199.48-192s89.351-192 199.48-192c46.961 0 90.182 15.601 124.26 41.8l212.989-128.2c-3.159-13.66-4.762-27.607-4.782-41.6 0-105.999 89.349-192 199.48-192s199.48 86.001 199.48 192c0 105.999-89.349 192-199.48 192z" />
<glyph unicode="&#xe931;" glyph-name="right-arrow-12" horiz-adv-x="975" d="M121.905 448c0 16.833 13.645 30.476 30.476 30.476h670.476c16.833 0 30.476-13.644 30.476-30.476s-13.644-30.476-30.476-30.476h-670.476c-16.831 0-30.476 13.644-30.476 30.476zM527.019 743.836c11.903 11.902 31.203 11.902 43.101 0l274.286-274.288c11.903-11.898 11.903-31.198 0-43.096l-274.286-274.286c-11.898-11.903-31.198-11.903-43.101 0-11.898 11.898-11.898 31.198 0 43.096l252.738 252.738-252.738 252.736c-11.898 11.902-11.898 31.198 0 43.1z" />
<glyph unicode="&#xe932;" glyph-name="Vec1tor" horiz-adv-x="778" d="M344.601-43.399c-290.601 421.399-344.601 464.599-344.601 619.399 0 212 172 384 384 384s384-172 384-384c0-154.8-54-198.001-344.601-619.399-18.999-27.601-59.8-27.601-79 0h0.201zM384 416c88.4 0 160 71.6 160 160s-71.6 160-160 160c-88.4 0-160-71.6-160-160s71.6-160 160-160z" />
<glyph unicode="&#xe933;" glyph-name="Vector" d="M384 544c0 35.4-28.6 64-64 64h-32c-70.799 0-128-57.399-128-128v-96c0-70.799 57.399-128 128-128h32c35.4 0 64 28.6 64 64v224zM736 256c70.799 0 128 57.399 128 128v96c0 70.799-57.399 128-128 128h-32c-35.4 0-64-28.6-64-64v-224c0-35.4 28.6-64 64-64h32zM512 960c-285.6 0-502.8-237.601-512-512v-32c0-17.601 14.4-32 32-32h32c17.6 0 32 14.399 32 32v32c0 229.401 186.599 416 416 416s416-186.599 416-416h-0.201c0.201-4.801 0.201-331.399 0.201-331.399 0-46.801-37.8-84.601-84.601-84.601h-203.399c0 53-43 96-96 96h-64c-53 0-96-43-96-96s43-96 96-96h363.399c99.801 0 180.601 80.8 180.601 180.601v331.399c-9.2 274.399-226.4 512-512 512z" />
<glyph unicode="&#xe934;" glyph-name="search-soli1d-1" d="M823.465 204.8c42.667 46.934 68.267 98.134 68.267 183.466 0 149.334-106.667 281.6-256.001 349.867l-38.4-55.467c140.8-76.8 170.666-174.933 179.2-238.933-21.334 12.8-51.2 17.066-81.066 12.8-76.8-8.534-136.534-68.267-136.534-149.334 0-38.4 17.066-76.8 42.666-106.666 29.867-29.867 64-42.667 106.667-42.667 46.933 0 89.6 21.334 115.2 46.934zM396.797 204.8c42.667 46.934 68.267 98.134 68.267 183.466 0 149.334-106.667 281.6-256 349.867l-38.4-55.467c140.8-76.8 170.666-174.933 179.2-238.933-21.334 12.8-51.2 17.066-81.067 12.8-76.8-8.534-136.533-68.267-136.533-149.334 0-38.4 17.066-76.8 42.666-106.666s64-42.667 106.666-42.667c46.934 0 89.6 21.334 115.2 46.934z" />
<glyph unicode="&#xe935;" glyph-name="Polygon-1" horiz-adv-x="896" d="M853.333 521.899c56.887-32.845 56.887-114.957 0-147.802l-704-406.451c-56.889-32.845-128 8.209-128 73.899v812.91c0 65.69 71.111 106.746 128 73.901l704-406.457z" />
<glyph unicode="&#xe936;" glyph-name="why-choose-icon3-1" horiz-adv-x="959" d="M0 960h958.638v-1021.353h-958.638v1021.353z" />
<glyph unicode="&#xe937;" glyph-name="briefcase" d="M938.291 321.942v-167.117c0-44.134-34.714-80.589-78.131-83.456l-5.53-0.205h-668.672c-44.134 0-80.486 34.714-83.354 78.131l-0.205 5.53v167.117l0.205-5.427c2.662-41.677 36.25-75.264 77.926-77.926l5.427-0.205h668.672c44.134 0 80.589 34.611 83.456 78.131l0.205 5.427zM436.736 823.5h167.219c46.182 0 80.691-32.666 83.354-77.926l0.205-5.734v-41.779h167.117c44.134 0 80.589-34.611 83.456-78.131l0.205-5.427v-250.777c0-44.134-34.714-80.589-78.131-83.354l-5.53-0.205h-668.672c-44.134 0-80.486 34.611-83.354 78.131l-0.205 5.427v250.777c0 44.134 34.714 80.589 78.131 83.456l5.427 0.102h167.219v41.779c0 46.285 32.666 80.794 77.824 83.456l5.734 0.205zM520.294 447.283c-24.986 0-41.779-16.691-41.779-41.779s16.794-41.779 41.779-41.779c25.088 0 41.882 16.691 41.882 41.779s-16.794 41.779-41.882 41.779zM603.955 739.942h-167.219v-41.882h167.117l0.102 41.882z" />
<glyph unicode="&#xe938;" glyph-name="brush" d="M300.55 531.759l4.608-0.205c12.186-1.229 24.371-6.963 36.045-17.306l4.301-4.096 290.613-290.611c26.829-27.238 28.262-58.266 4.915-84.582l-3.891-4.096-28.979-29.389c-12.186-12.083-25.702-18.842-39.424-19.866l-4.608-0.205c-13.722 0.205-27.648 5.939-40.653 17.715l-4.403 4.096-91.136 90.931c-21.301-41.779-48.847-114.586-81-146.739-22.016-22.221-47.718-34.099-74.138-35.738l-6.144-0.205c-30.618-0.205-61.85 13.312-89.088 40.141-53.043 52.326-54.784 120.218-4.608 169.677 30.413 29.696 96.154 56.013 138.138 76.39l8.602 4.301-90.829 91.546c-27.238 27.546-28.57 58.266-5.018 84.582l3.891 4.096 28.672 28.979c13.824 13.824 28.877 20.685 44.134 20.582zM257.849 163.017l-3.789-0.205c-6.349-0.819-12.39-3.686-17.408-8.704-11.674-11.981-12.083-30.003 0-42.394 5.939-6.144 13.722-9.114 21.299-9.011l3.789 0.307c6.349 0.922 12.493 3.891 17.306 8.704 11.674 12.39 11.674 30.413 0 42.394-5.018 4.915-11.162 7.782-17.408 8.704l-3.789 0.205zM853.512 576.307l38.912-38.605c26.214-25.805 24.986-54.272 1.434-80.077l-3.891-3.994-171.11-170.394c-12.083-12.186-24.781-19.354-37.683-21.197l-4.301-0.41h-4.301c-11.264 0.614-22.528 5.427-33.587 14.746l-4.608 4.301-238.286 238.694c-26.931 26.829-26.010 52.736-3.994 81.306l10.854 13.414c74.241 93.286 72.091 176.845 110.184 224.461 10.035 12.8 23.45 18.944 37.274 19.046l4.608-0.205c10.65-0.922 21.197-5.427 30.618-13.21l4.506-4.198 185.242-185.242c-5.837-55.296-46.285-109.773-81.408-149.504l-6.144-6.861-10.547-11.571c-3.379-3.994-5.939-8.704-1.229-13.414 1.638-1.638 3.994-2.458 6.963-2.56l3.174 0.102c28.877 2.355 100.864 51.405 145.203 86.733l11.878 9.728 10.24 8.909z" />
<glyph unicode="&#xe939;" glyph-name="camera-1" d="M853.279 789.298h-135.168l-52.941 57.651c-15.77 17.51-38.81 27.75-62.771 27.75h-180.838c-23.96 0-47-10.24-63.18-27.75l-52.429-57.651h-135.27c-47.002 0-85.402-38.4-85.402-85.299v-511.999c0-46.899 38.4-85.299 85.402-85.299h682.597c47.002 0 85.402 38.4 85.402 85.299v511.999c0 46.899-38.4 85.299-85.402 85.299zM511.98 234.701c-117.759 0-213.298 95.539-213.298 213.299s95.539 213.298 213.298 213.298c117.76 0 213.299-95.539 213.299-213.298s-95.539-213.299-213.299-213.299zM512 576l6.758-0.205c67.584-3.482 121.242-59.392 121.242-127.795 0-70.656-57.344-128-128-128s-128 57.344-128 128c0 68.403 53.658 124.314 121.242 127.795l6.758 0.205z" />
<glyph unicode="&#xe93a;" glyph-name="database" d="M0 38.4v204.8c0.102-55.706 221.901-100.966 498.381-102.4h13.619c278.221 0 504.627 44.339 511.795 99.635l0.205 2.765v-204.8c0-53.862-207.565-97.997-471.347-102.093l-40.653-0.307-27.238 0.102c-265.626 2.765-477.594 45.978-484.557 99.533l-0.205 2.765zM1024 550.4v-204.8c0-56.627-229.171-102.4-512-102.4l-27.238 0.102c-265.626 2.765-477.594 45.978-484.557 99.533l-0.205 2.765v204.8c0-56.627 229.171-102.4 512-102.4l27.238 0.102c265.626 2.765 477.594 45.978 484.557 99.533l0.205 2.765zM512 960c-282.829 0-512-45.773-512-102.4v-204.8c0-56.627 229.171-102.4 512-102.4s512 45.773 512 102.4v204.8c0 56.627-229.171 102.4-512 102.4z" />
<glyph unicode="&#xe93b;" glyph-name="expand-full" d="M765.645 274.637l4.608-4.096 122.88-124.006 82.534 82.432c16.589 16.589 44.749 6.451 48.026-16.077l0.307-4.403v-244.019c0-14.541-10.342-26.214-24.166-28.16l-4.301-0.307h-244.019c-24.064 0-36.659 27.238-23.245 45.158l2.765 3.174 82.432 82.534-124.006 122.88c-22.118 22.118-22.118 58.573 0 80.794 20.787 20.685 53.862 22.016 76.186 4.096zM272.486 960c24.064 0 36.659-27.238 23.245-45.158l-2.765-3.174-82.432-82.534 124.006-122.88c22.118-22.118 22.118-58.573 0-80.794-20.787-20.685-53.862-22.016-76.186-4.096l-4.608 4.096-122.88 124.006-82.534-82.432c-16.589-16.589-44.749-6.451-48.026 16.077l-0.307 4.403v244.019c0 14.541 10.342 26.214 24.166 28.16l4.301 0.307h244.019zM334.541 270.541c20.685-20.787 22.016-53.862 4.096-76.186l-4.096-4.608-124.006-122.88 82.432-82.534c16.589-16.589 6.451-44.749-16.077-48.026l-4.403-0.307h-244.019c-14.541 0-26.214 10.342-28.16 24.166l-0.307 4.301v244.019c0 24.064 27.238 36.659 45.158 23.245l3.174-2.765 82.534-82.432 122.88 124.006c22.118 22.118 58.573 22.118 80.794 0zM995.533 960c14.541 0 26.214-10.342 28.16-24.166l0.307-4.301v-244.019c0-24.064-27.238-36.659-45.158-23.245l-3.174 2.765-82.534 82.432-122.88-124.006c-22.118-22.118-58.573-22.118-80.794 0-20.685 20.787-22.016 53.862-4.096 76.186l4.096 4.608 124.006 122.88-82.432 82.534c-16.589 16.589-6.451 44.749 16.077 48.026l4.403 0.307h244.019z" />
<glyph unicode="&#xe93c;" glyph-name="lamp" d="M512.020 104.149c22.016 0 39.834-16.486 41.984-37.888l0.307-4.403v-40.96c0-22.016-16.589-39.834-37.99-41.984l-4.71-0.205c-22.016 0-39.936 16.486-42.086 37.888l-0.205 4.301v40.96c0 22.016 16.486 39.936 37.888 42.086l4.813 0.205zM765.87 192.008c15.155 15.155 39.526 16.486 56.32 3.072l3.482-3.072 16.589-16.691c16.691-16.589 16.691-43.52 0-60.109-15.565-15.565-39.936-16.589-56.73-3.072l-3.379 3.072-16.691 16.589c-16.589 16.691-16.589 43.11 0.41 60.211zM254.278 195.49l3.891-3.482c15.155-15.155 16.486-39.526 3.072-56.32l-3.072-3.379-16.691-16.691c-16.589-16.589-43.52-16.589-60.109 0-15.565 15.565-16.589 39.629-3.482 56.627l3.072 3.584 16.589 16.589c15.565 15.565 40.038 16.589 56.73 3.072zM128.429 488.559c22.016 0 39.936-16.486 41.677-37.888l0.205-4.813c0-22.016-16.589-39.834-37.99-41.984l-4.301-0.205h-43.11c-22.016 0-39.834 16.486-41.984 37.888l-0.205 4.71c0 22.016 16.486 39.936 37.888 42.086l4.301 0.205h43.52zM895.611 488.559h43.11c22.016 0 39.834-16.486 41.984-37.888l0.205-4.813c0-22.016-16.486-39.834-37.888-41.984l-4.301-0.205h-43.11c-22.016 0-39.936 16.486-42.086 37.888l-0.205 4.71c0 22.016 16.486 39.936 37.888 42.086l4.403 0.205zM639.996 667.35v162.509c0 23.45-19.149 42.701-42.701 42.701h-170.598c-23.451 0-42.702-19.251-42.702-42.701v-162.509c-87.040-50.38-141.619-150.222-125.030-261.633 17.101-111.309 109.261-200.499 221.083-214.118 155.238-18.842 287.949 102.4 287.949 253.85 0 95.13-51.61 177.461-128 221.902z" />
<glyph unicode="&#xe93d;" glyph-name="table-1" d="M134.739 891.7h754.482c53.146 0 96.973-41.677 100.454-94.003l0.205-6.554v-150.938h-955.8v150.938c0 53.146 41.779 96.973 94.003 100.352l6.656 0.205zM989.88 539.64v-452.71c0-53.146-41.779-96.973-94.003-100.454l-6.656-0.205h-150.835v553.37h251.494zM285.574 539.64v-553.37h-150.835c-53.146 0-96.973 41.779-100.454 94.003l-0.205 6.656v452.71h251.494zM637.727 538.616v-552.346h-251.493v552.346h251.493z" />
<glyph unicode="&#xe93e;" glyph-name="user-notes" d="M58.459 177.357c-18.842 0-34.099 15.258-34.099 34.099v663.245c0 18.842 15.258 34.099 34.099 34.099h663.141c18.944 0 34.202-15.258 34.202-34.099v-663.245c0-17.408-13.21-31.846-30.208-33.894l-3.994-0.205h-663.141zM830.771 803.335l3.789 0.205c13.619-0.205 25.702-9.216 29.696-22.323l0.922-3.584 116.122-639.794c3.072-17.306-7.27-33.792-23.654-38.81l-3.891-0.922-639.59-114.688c-1.331-0.205-2.662-0.307-3.994-0.41h-3.891c-14.131 0.717-26.624 10.24-30.822 24.064l-0.922 3.891-18.534 102.093h540.672c17.51 0 31.846 13.21 33.894 30.208l0.205 3.891v656.178z" />
<glyph unicode="&#xe93f;" glyph-name="icon_ribbon_alt" d="M167.488-59.139c7.936-3.263 16.256-4.861 24.512-4.861 16.64 0 33.024 6.526 45.248 18.753l274.752 274.753 274.753-274.753c12.227-12.227 28.611-18.753 45.247-18.753 8.253 0 16.575 1.597 24.446 4.861 23.934 9.926 39.554 33.287 39.554 59.139v896c0 35.328-28.672 64-64 64h-640c-35.328 0-64-28.672-64-64v-896c0-25.853 15.616-49.213 39.488-59.139zM512 320l-320-320v704h640v-704l-320 320zM832 896v-128h-640v128h640z" />
<glyph unicode="&#xe940;" glyph-name="flag-usa" d="M64 960.017c-35.4 0-64-28.6-64-64v-928c0-17.599 14.4-32.003 32-32.003h64c17.6 0 32 14.404 32 32.003v928c0 35.4-28.6 64-64 64zM599.8 352.816c-114.4 30.2-223.4 57.6-407.8-22.2v-138.603c371.4 184.403 443.4-106.598 794.999 46.203 22.801 10.001 37.001 33 37.001 57.6v72c-87.197-34.6-160.399-48.2-224.201-48.2-74.8 0.2-137.798 16.8-199.999 33.2zM599.8 544.816c-114.4 30.2-223.4 57.6-407.8-22.2v-123c189.6 75.2 309.2 45.4 424.2 15.2 114.397-30.2 223.398-57.6 407.8 22.2v123c-87.197-34.6-160.399-48.2-224.201-48.2-74.8 0-137.798 16.6-199.999 33zM618.8 796.617c103.598-31.2 194.802-58 405.2 40.2v61.6c0 50.2-53.603 76.2-98.802 53.2-342.598-174.6-314.397 132.8-733.198-56.4v-303.8c189.6 75 309.2 45.4 424.2 15.2 114.397-30 223.398-57.4 407.8 22.2v137.8c-107.199-47-186.6-62.801-252.198-62.801-65.604 0-118.002 15.6-171.403 31.8-8 2.4-16.2 4.801-24.2 7v66.4c14.4-4 28.6-8.2 42.6-12.4zM320 703.816c-17.6 0-32 14.2-32 32 0 17.601 14.4 32 32 32s32-14.199 32-32c0-17.8-14.4-32-32-32zM320 815.417c-17.6 0-32 14.2-32 32 0 17.6 14.4 32 32 32s32-14.2 32-32c0-17.6-14.4-32-32-32zM448 719.617c-17.6 0-32 14.2-32 32 0 17.6 14.4 32 32 32s32-14.2 32-32c0-17.6-14.4-32-32-32zM448 831.416c-17.6 0-32 14.2-32 32 0 17.601 14.4 32 32 32s32-14.2 32-32c0-17.6-14.4-32-32-32z" />
<glyph unicode="&#xe941;" glyph-name="paper-plane-1" d="M1010.399 916.399c-8.401 7.4-20.201 9.2-30.199 4.6l-959.601-432.002c-10.2-4.599-16.6-14.597-16.6-25.8 0-11.199 6.6-21.197 16.6-25.8l263-117.797c9-4.003 19.8-3.002 27.8 2.797l302.6 214.602-221.2-269.6c-3.8-4.599-6-10.198-6.4-16.198l-15.4-249.004c-0.8-12.4 6.6-23.599 18-27.997 12.4-4.599 26.2 0.4 32.2 8.797l138.402 175.002 174.196-90.801c7.401-3.798 16.202-4.198 24.003-1.001 7.796 3.202 13.596 9.802 15.998 17.804l245.001 802.998c3.198 10.6 0 22-8.401 29.4zM730 133.199l-164.799 85.802c-11.999 6.2-26.801 2.998-35.202-7.601l-96.999-122.801 9.2 149.997 349.198 425.402c9.002 11 8.401 26.8-1.196 37.2-9.602 10.4-25.405 12-37.004 3.8l-461.198-327.199-191 85.397 845.6 380.802-216.599-710.8z" />
<glyph unicode="&#xe942;" glyph-name="down-arrow-11" d="M464.998 626.277l-28.877-28.877 149.299-149.4-149.299-149.402 28.877-28.877 178.381 178.278-178.381 178.277z" />
<glyph unicode="&#xe943;" glyph-name="Vector1" d="M1010.002 74.598l-199.404 199.404c-9.001 8.996-21.197 13.998-33.997 13.998h-32.604c55.204 70.6 88.003 159.401 88.003 256 0 229.8-186.199 416-416 416s-416-186.2-416-416c0-229.801 186.2-416 416-416 96.599 0 185.4 32.799 256 88.003v-32.604c0-12.8 5.002-24.996 13.998-33.997l199.404-199.404c18.801-18.801 49.198-18.801 67.799 0l56.602 56.602c18.796 18.801 18.796 49.198 0.2 67.999zM416 288c-141.4 0-256 114.401-256 256 0 141.4 114.4 256 256 256 141.399 0 256-114.4 256-256 0-141.399-114.401-256-256-256z" />
<glyph unicode="&#xe944;" glyph-name="icon_document_alt" horiz-adv-x="975" d="M121.905-39.619h731.429c33.646 0 60.952 27.307 60.952 60.952v853.333c0 33.646-27.307 60.952-60.952 60.952h-731.429c-33.646 0-60.952-27.307-60.952-60.952v-853.333c0-33.646 27.307-60.952 60.952-60.952zM121.905 874.667h731.429v-853.333h-731.429v853.333zM700.952 752.762h-243.81c-16.823 0-30.476-13.653-30.476-30.476s13.653-30.476 30.476-30.476h243.81c16.823 0 30.476 13.653 30.476 30.476s-13.653 30.476-30.476 30.476zM700.952 569.905h-426.667c-16.823 0-30.476-13.653-30.476-30.476s13.653-30.476 30.476-30.476h426.667c16.823 0 30.476 13.653 30.476 30.476s-13.653 30.476-30.476 30.476zM700.952 387.048h-426.667c-16.823 0-30.476-13.653-30.476-30.476s13.653-30.476 30.476-30.476h426.667c16.823 0 30.476 13.653 30.476 30.476s-13.653 30.476-30.476 30.476zM700.952 204.19h-426.667c-16.823 0-30.476-13.653-30.476-30.476s13.653-30.476 30.476-30.476h426.667c16.823 0 30.476 13.653 30.476 30.476s-13.653 30.476-30.476 30.476z" />
<glyph unicode="&#xe945;" glyph-name="boxes" d="M995.555 391.106h-142.221v-170.667l-56.888 37.866-56.891-37.866v170.667h-142.221c-15.645 0-28.445-12.8-28.445-28.445v-341.333c0-15.642 12.8-28.442 28.445-28.442h398.221c15.645 0 28.445 12.8 28.445 28.442v341.333c0 15.645-12.8 28.445-28.445 28.445zM312.888 504.885h398.224c15.642 0 28.442 12.8 28.442 28.442v341.335c0 15.644-12.8 28.444-28.442 28.444h-142.224v-170.667l-56.888 37.867-56.888-37.867v170.667h-142.224c-15.643 0-28.443-12.8-28.443-28.444v-341.335c0-15.642 12.8-28.442 28.443-28.442zM426.667 391.106h-142.222v-170.667l-56.889 37.866-56.889-37.866v170.667h-142.222c-15.644 0-28.444-12.8-28.444-28.445v-341.333c0-15.642 12.8-28.442 28.444-28.442h398.222c15.645 0 28.445 12.8 28.445 28.442v341.333c0 15.645-12.8 28.445-28.445 28.445z" />
<glyph unicode="&#xe946;" glyph-name="broom" d="M410.351 510.774l138.771-174.688c0 0-26.562-163.775-122.514-240.193-95.952-76.446-426.608-54.592-426.608-54.592s6.080 37.025 17.6 88.688l151.392 179.473c6.352 7.519-1.392 18.593-10.64 15.199l-96.64-35.344c23.104 66.656 52.352 128.065 87.36 155.952 95.952 76.415 261.279 65.505 261.279 65.505zM1018.449 807.958l-31.778 40c-8.782 11.040-24.83 12.88-35.856 4.096l-371.966-284.479-54.626 68.751c-8.142 10.256-24.222 8.335-29.743-3.537l-40.529-87.279 138.768-174.688 94.081 19.921c12.8 2.703 18.271 17.92 10.144 28.16l-54.545 68.67 371.97 284.481c11.025 8.768 12.865 24.848 4.080 35.904z" />
<glyph unicode="&#xe947;" glyph-name="buffer" horiz-adv-x="776" d="M848.682 157.581l-434.772-216.433c-5.126-2.2-10.65-3.336-16.229-3.336s-11.103 1.136-16.229 3.336l-434.792 216.433c-8.85 4.425-8.85 11.683 0 16.13l104.123 51.731c5.136 2.2 10.664 3.336 16.252 3.336s11.116-1.136 16.251-3.336l298.166-148.241c5.126-2.212 10.646-3.354 16.229-3.354s11.106 1.142 16.229 3.354l298.167 148.241c5.132 2.203 10.656 3.336 16.241 3.336 5.582 0 11.109-1.133 16.238-3.336l104.125-51.839c8.962-4.338 8.962-11.596 0-16.021zM848.682 459.664l-104.125 51.842c-5.129 2.2-10.656 3.336-16.238 3.336-5.585 0-11.109-1.136-16.241-3.336l-298.167-148.421c-5.129-2.191-10.65-3.32-16.229-3.32s-11.1 1.13-16.229 3.32l-298.166 148.421c-5.136 2.2-10.664 3.333-16.251 3.333s-11.116-1.133-16.252-3.333l-104.123-51.842c-8.85-4.425-8.85-11.705 0-16.173l434.792-216.39c5.126-2.2 10.65-3.336 16.229-3.336s11.103 1.136 16.229 3.336l434.772 216.39c8.962 4.468 8.962 11.726 0 16.173zM-53.34 711.278l434.771-199.772c10.432-4.096 22.025-4.096 32.458 0l434.794 199.772c8.85 4.115 8.85 10.819 0 14.913l-434.794 199.751c-10.423 4.138-22.035 4.138-32.458 0l-434.771-199.751c-8.961-4.093-8.961-10.797 0-14.913z" />
<glyph unicode="&#xe948;" glyph-name="medapps" d="M428.6 483.201c7 24.998 13.799 67.199 26.401 67.199 16.598-3.6 19.198-46.8 37.199-73.2 9.2 47.002 10.6 170.201 28.2 173.4 18.001 1.4 39.399-132.999 44.001-154.999 19.8-8.201 97.798-13.2 97.798-13.2 3.801-14.6-47.998-15.202-79.999-15.599-9.2-29.6-10.799-55.402-22.801-56-9.399-0.4-16.4 57.598-34.999 99.198l-18.801-130.998c-8.797-26-30.999 45-43.799 78.6-6.6 0.199-124.798 3.199-95.198 15.599l61.999 10.001zM648 64c42.4 0 42.4 64 0 64h-271.999c-42.4 0-42.4-64 0-64h271.999zM599.999-64c42.4 0 42.4 64 0 64h-175.998c-42.4 0-42.4-64 0-64h175.998zM668.399 218.999c6.402 37.801 10.401 72.8 23.8 97.6 15.801 29.401 32.2 56.202 48.001 82.001 49.199 80.8 91.8 150.401 91.8 251.001 0 171.199-143.599 310.399-320 310.399s-320-139.2-320-310.399c0-100.402 42.6-170.201 91.8-251.001 15.8-25.799 31.998-52.599 48.001-82.001 13.399-24.998 17.399-59.6 23.8-97.798 7-42 72.198-31.4 65.198 10.2-7.199 43.399-11.199 81.399-30.599 117.198-65.201 120.801-132.2 191.203-132.2 303.402 0 135.799 114.001 246.399 254 246.399s253.999-110.6 253.999-246.399c0-112.199-66.998-182.601-132.198-303.2-19.4-36.001-23.4-74.802-30.599-117.201-6.802-41.199 57.999-52.798 65.198-10.2z" />
<glyph unicode="&#xe949;" glyph-name="microscope-solid-1" d="M320 320h24.001v-32c0-17.601 14.399-32 32-32h79.998c17.601 0 32 14.399 32 32v32h24.001c35.4 0 64 28.6 64 64v448c0 35.4-28.6 64-64 64v32c0 17.6-14.399 32-32 32h-128c-17.601 0-32-14.4-32-32v-32c-35.4 0-64-28.6-64-64v-448c0-35.4 28.6-64 64-64zM928 64h-2.601c61 68 98.601 157.6 98.601 256 0 211.799-172.201 384-384 384v-128c141.201 0 256-114.799 256-256s-114.799-256-256-256h-544c-53 0-96-43-96-96 0-17.599 14.4-32 32-32h960c17.599 0 32 14.401 32 32 0 53-43 96-96 96zM208 128h416c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-416c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16z" />
<glyph unicode="&#xe94a;" glyph-name="add" d="M512 80.039c-27.621 0-49.999 22.381-49.999 50.002v635.919c0 27.62 22.378 50 49.999 50s49.999-22.38 49.999-50v-635.919c0-27.621-22.378-50.002-49.999-50.002zM829.952 398.001h-635.919c-27.62 0-50 22.378-50 49.999s22.38 49.999 50 49.999h635.919c27.621 0 50.002-22.378 50.002-49.999s-22.381-49.999-50.002-49.999z" />
<glyph unicode="&#xe94b;" glyph-name="minus" d="M853.333 448c0-23.566-19.101-42.667-42.667-42.667h-597.333c-23.564 0-42.667 19.101-42.667 42.667s19.103 42.667 42.667 42.667h597.333c23.566 0 42.667-19.101 42.667-42.667z" />
<glyph unicode="&#xe94c;" glyph-name="cil_list" horiz-adv-x="970" d="M394.105 781.474h500.213v-60.632h-500.213v60.632zM75.789 751.158c0-23.984 7.112-47.428 20.436-67.37s32.264-35.484 54.421-44.663c22.158-9.178 46.54-11.579 70.063-6.901s45.13 16.228 62.089 33.187c16.959 16.959 28.508 38.566 33.187 62.089s2.278 47.904-6.901 70.063c-9.178 22.158-24.721 41.096-44.663 54.421s-43.386 20.436-67.37 20.436c-32.15-0.036-62.973-12.824-85.706-35.557s-35.521-53.556-35.557-85.706zM197.053 811.789c11.992 0 23.714-3.556 33.685-10.218s17.742-16.131 22.331-27.21c4.589-11.079 5.79-23.27 3.45-35.032s-8.114-22.565-16.593-31.044c-8.48-8.479-19.283-14.254-31.044-16.593s-23.952-1.139-35.032 3.45c-11.079 4.589-20.548 12.36-27.21 22.331s-10.218 21.694-10.218 33.685c0.018 16.075 6.412 31.486 17.778 42.853s26.778 17.76 42.853 17.778zM394.105 478.316h500.213v-60.632h-500.213v60.632zM197.053 326.737c23.984 0 47.428 7.114 67.37 20.437s35.484 32.261 44.663 54.423c9.178 22.156 11.579 46.538 6.901 70.060s-16.228 45.13-33.187 62.089c-16.959 16.959-38.566 28.508-62.089 33.187s-47.904 2.278-70.063-6.901c-22.158-9.178-41.096-24.721-54.421-44.663s-20.436-43.386-20.436-67.37c0.036-32.148 12.824-62.971 35.557-85.709 22.733-22.733 53.556-35.517 85.706-35.554zM197.053 508.632c11.992 0 23.714-3.556 33.685-10.218s17.742-16.131 22.331-27.21c4.589-11.079 5.79-23.27 3.45-35.032s-8.114-22.567-16.593-31.044c-8.48-8.478-19.283-14.255-31.044-16.594s-23.952-1.137-35.032 3.449c-11.079 4.592-20.548 12.363-27.21 22.334s-10.218 21.693-10.218 33.684c0.018 16.075 6.412 31.486 17.778 42.853s26.778 17.76 42.853 17.778zM394.105 175.158h500.213v-60.632h-500.213v60.632zM197.053 23.579c23.984 0 47.428 7.114 67.37 20.437s35.484 32.261 44.663 54.423c9.178 22.156 11.579 46.538 6.901 70.063-4.679 23.52-16.228 45.126-33.187 62.087s-38.566 28.51-62.089 33.188c-23.522 4.678-47.904 2.274-70.063-6.904s-41.096-24.722-54.421-44.663c-13.324-19.941-20.436-43.385-20.436-67.368 0.036-32.148 12.824-62.971 35.557-85.709 22.733-22.733 53.556-35.517 85.706-35.554zM197.053 205.474c11.992 0 23.714-3.557 33.685-10.218s17.742-16.131 22.331-27.211c4.589-11.075 5.79-23.266 3.45-35.032-2.339-11.76-8.114-22.566-16.593-31.043s-19.283-14.255-31.044-16.594c-11.761-2.339-23.952-1.137-35.032 3.449-11.079 4.592-20.548 12.363-27.21 22.334s-10.218 21.693-10.218 33.684c0.018 16.077 6.412 31.485 17.778 42.852s26.778 17.764 42.853 17.78z" />
<glyph unicode="&#xe94d;" glyph-name="mdi_filter-outline" horiz-adv-x="970" d="M606.31 129.482c1.617-12.126-2.425-25.061-11.722-33.549-3.74-3.746-8.181-6.721-13.075-8.747-4.888-2.032-10.132-3.072-15.425-3.072s-10.536 1.040-15.425 3.072c-4.888 2.026-9.335 5.001-13.072 8.747l-162.088 162.088c-4.406 4.312-7.756 9.582-9.789 15.403s-2.695 12.029-1.933 18.146v206.956l-193.617 247.781c-6.564 8.426-9.526 19.109-8.238 29.712s6.72 20.267 15.109 26.877c7.68 5.659 16.168 8.893 25.061 8.893h565.897c8.893 0 17.381-3.234 25.061-8.893 8.386-6.611 13.819-16.274 15.107-26.877s-1.676-21.286-8.235-29.712l-193.617-247.781v-369.044zM284.556 730.947l160.067-204.531v-223.124l80.842-80.842v304.371l160.070 204.126h-400.98z" />
<glyph unicode="&#xe94e;" glyph-name="mingcute_grid-line" horiz-adv-x="970" d="M363.789 407.579c21.44 0 42.003-8.515 57.164-23.676s23.678-35.727 23.678-57.166v-161.684c0-21.439-8.518-42.006-23.678-57.166s-35.724-23.676-57.164-23.676h-161.684c-21.44 0-42.003 8.515-57.164 23.676s-23.678 35.727-23.678 57.166v161.684c0 21.439 8.518 42.006 23.678 57.166s35.724 23.676 57.164 23.676h161.684zM768 407.579c20.394 0.005 40.038-7.696 54.994-21.563s24.118-32.876 25.649-53.216l0.199-6.063v-161.684c0.005-20.394-7.696-40.038-21.563-54.994s-32.876-24.118-53.216-25.649l-6.063-0.199h-161.684c-20.394-0.005-40.038 7.696-54.994 21.563s-24.116 32.876-25.646 53.216l-0.202 6.063v161.684c-0.006 20.394 7.696 40.038 21.563 54.994s32.876 24.118 53.216 25.649l6.063 0.199h161.684zM363.789 326.737h-161.684v-161.684h161.684v161.684zM768 326.737h-161.684v-161.684h161.684v161.684zM768 811.789c20.394 0.006 40.038-7.696 54.994-21.564s24.118-32.876 25.649-53.215l0.199-6.063v-161.684c0.005-20.395-7.696-40.040-21.563-54.995s-32.876-24.116-53.216-25.645l-6.063-0.202h-161.684c-20.394-0.006-40.038 7.696-54.994 21.564s-24.116 32.876-25.646 53.215l-0.202 6.063v161.684c-0.006 20.395 7.696 40.039 21.563 54.995s32.876 24.116 53.216 25.645l6.063 0.202h161.684zM363.789 811.789c20.395 0.006 40.040-7.696 54.995-21.564s24.116-32.876 25.645-53.215l0.202-6.063v-161.684c0.006-20.395-7.696-40.040-21.564-54.995s-32.876-24.116-53.215-25.645l-6.063-0.202h-161.684c-20.395-0.006-40.039 7.696-54.995 21.564s-24.116 32.876-25.645 53.215l-0.202 6.063v161.684c-0.006 20.395 7.696 40.039 21.564 54.995s32.876 24.116 53.215 25.645l6.063 0.202h161.684zM768 730.947h-161.684v-161.684h161.684v161.684zM363.789 730.947h-161.684v-161.684h161.684v161.684z" />
<glyph unicode="&#xe94f;" glyph-name="eye" d="M1017.457 439.501c-2.406 2.714-60.513 66.817-151.342 131.687-53.606 38.298-107.525 68.813-160.256 90.778-66.821 27.853-132.050 41.984-193.848 41.984-61.796 0-127.025-14.131-193.841-41.984-52.736-21.965-106.65-52.531-160.256-90.778-90.829-64.87-148.941-129.025-151.347-131.687-8.755-9.728-8.755-24.525 0-34.253 2.406-2.714 60.518-66.816 151.347-131.686 53.606-38.298 107.52-68.813 160.256-90.778 66.816-27.853 132.045-41.984 193.841-41.984 61.798 0 127.027 14.131 193.848 41.984 52.731 21.965 106.65 52.531 160.256 90.778 90.829 64.87 148.936 129.024 151.342 131.686 8.755 9.728 8.755 24.525 0 34.253zM643.804 630.375c46.433-39.066 73.006-95.898 73.006-156.774 0-112.948-91.848-204.801-204.8-204.801-112.945 0-204.797 91.853-204.797 204.801 0 60.826 26.573 117.709 73.011 156.774 42.086 13.722 86.579 22.426 131.786 22.426 45.215 0 89.708-8.704 131.794-22.426zM835.441 314.573c-78.49-55.91-198.292-122.573-323.43-122.573-125.13 0-244.938 66.662-323.428 122.573-59.238 42.189-104.55 84.89-127.437 107.827 22.886 22.938 68.198 65.588 127.437 107.828 27.136 19.354 59.187 39.936 94.72 58.624-17.766-35.226-27.29-74.496-27.29-115.251 0-141.159 114.842-256.001 255.997-256.001 141.158 0 256 114.842 256 256.001 0 40.755-9.523 80.026-27.29 115.251 35.538-18.688 67.584-39.322 94.72-58.624 59.238-42.189 104.55-84.891 127.437-107.828-22.886-22.938-68.198-65.587-127.437-107.827z" />
<glyph unicode="&#xe950;" glyph-name="price-list" d="M222.603-27.062h605.629c25.231 0 49.426 10.023 67.277 27.861 17.85 17.85 27.877 42.062 27.877 67.293 0 0.246 0 0.487 0 0.733 0 25.235-10.027 49.426-27.877 67.277-17.85 17.854-42.045 27.877-67.277 27.877h-32.219v637.082c0 70.198-56.902 127.098-127.082 127.098h-541.574c-17.576 0-31.836-14.26-31.836-31.851v-796.289c0-70.185 56.901-127.082 127.083-127.082zM828.232 36.606h-541.667v32.219c0 8.344 3.317 16.355 9.216 22.254s13.908 9.216 22.253 9.216h510.198c8.344 0 16.351-3.318 22.249-9.216 5.902-5.898 9.216-13.91 9.216-22.254v-0.733c0-8.344-3.314-16.355-9.216-22.254-5.898-5.915-13.906-9.232-22.249-9.232zM732.34 163.979v637.082c0 35.030-28.398 63.412-63.41 63.412h-509.723v-764.453c0-35.017 28.382-63.414 63.396-63.414h0.275v32.203c0 25.248 10.026 49.443 27.877 67.293 17.851 17.854 42.045 27.877 67.278 27.877h414.307zM254.729 482.382h191.047c17.56 0 31.834 14.279 31.834 31.838 0 17.576-14.275 31.85-31.834 31.85h-191.047c-17.576 0-31.851-14.275-31.851-31.85 0-17.56 14.275-31.838 31.851-31.838zM254.729 609.742h382.088c17.564 0 31.838 14.275 31.838 31.851 0 17.561-14.275 31.836-31.838 31.836h-382.088c-17.576 0-31.851-14.275-31.851-31.836 0-17.576 14.275-31.851 31.851-31.851zM254.729 737.115h382.088c17.564 0 31.838 14.259 31.838 31.836s-14.275 31.835-31.838 31.835h-382.088c-17.576 0-31.851-14.259-31.851-31.835s14.275-31.836 31.851-31.836z" />
<glyph unicode="&#xe951;" glyph-name="inclined-pencil" d="M990.347 926.365c-44.876 44.874-117.891 44.874-162.767 0l-65.917-65.917c-0.008-0.009-0.016-0.018-0.025-0.028-0.012-0.009-0.020-0.018-0.029-0.027l-81.281-81.281c-0.025-0.023-0.049-0.048-0.074-0.071-0.025-0.025-0.045-0.048-0.074-0.074l-527.243-527.247c-1.255-1.217-2.366-2.572-3.312-4.030-0.020-0.029-0.039-0.057-0.057-0.086v-0.004c-0.38-0.59-0.73-1.196-1.054-1.815l-85.448-161.694c-0.177-0.319-0.347-0.639-0.511-0.967l-59.888-113.332c-4.719-8.929-3.066-19.89 4.074-27.034 4.426-4.424 10.317-6.742 16.283-6.742 3.662 0 7.352 0.872 10.747 2.671l113.364 59.908c0.301 0.147 0.6 0.307 0.897 0.475l161.739 85.471c0.378 0.197 0.75 0.401 1.114 0.623 0.005 0 0.011 0.004 0.018 0.008 0.009 0.008 0.018 0.012 0.025 0.016 0.408 0.242 0.808 0.5 1.199 0.766 0.005 0.004 0.009 0.008 0.014 0.008 0.009 0.004 0.018 0.012 0.027 0.020 0.009 0.004 0.018 0.012 0.027 0.016 0 0 0.005 0.004 0.009 0.008 1.252 0.864 2.422 1.847 3.485 2.945l674.655 674.649c44.872 44.874 44.872 117.889 0 162.763zM78.229 14.25l10.717 20.275 9.562-9.56-20.279-10.715zM141.103 47.477l-29.647 29.647 48.464 91.709 9.877-45.060c0.843-4.157 2.841-8.122 5.996-11.387l0.005-0.004c0.007-0.008 0.014-0.012 0.020-0.020 0.17-0.176 0.343-0.352 0.52-0.52 0.007-0.008 0.014-0.016 0.021-0.020l0.005-0.004c3.264-3.158 7.232-5.157 11.387-5.997l45.058-9.88-91.706-48.464zM291.779 130.142l-53.398 11.706 84.617 84.611c8.988 8.991 8.988 23.564 0 32.555s-23.563 8.991-32.555 0l-84.614-84.615-11.705 53.395 502.408 502.415 32.551-32.555-383.125-383.123c-8.989-8.987-8.989-23.564 0-32.555s23.563-8.987 32.554 0l383.121 383.126 32.551-32.552-502.406-502.408zM826.741 665.103l-97.657 97.659 48.828 48.828 97.657-97.658-48.828-48.828zM957.792 796.154l-49.668-49.671-97.657 97.658 49.668 49.671c26.923 26.922 70.73 26.924 97.657-0.002 26.923-26.924 26.923-70.732 0-97.656z" />
<glyph unicode="&#xe952;" glyph-name="icon_ribbon_alt1" d="M167.488-59.138c7.936-3.26 16.256-4.862 24.512-4.862 16.64 0 33.024 6.529 45.248 18.751l274.752 274.751 274.751-274.751c12.227-12.222 28.606-18.751 45.249-18.751 8.258 0 16.577 1.602 24.449 4.862 23.933 9.921 39.551 33.28 39.551 59.138v896c0 35.328-28.672 64-64 64h-640c-35.328 0-64-28.672-64-64v-896c0-25.858 15.616-49.218 39.488-59.138zM512 320l-320-320v704h640v-704l-320 320zM832 896v-128h-640v128h640z" />
<glyph unicode="&#xe953;" glyph-name="Glyph_-undefined" d="M703.983 738.023c0 104.189-48.644 179.144-128.273 179.144-43.785 0-58.807-25.658-74.505-85.315-3.204-12.324-4.779-18.325-6.443-24.239-4.309-15.306-11.81-41.365-22.485-78.123-0.286-0.985-0.708-1.913-1.254-2.769l-122.316-191.388c-28.93-45.267-71.617-80.062-121.788-99.27l-20.193-7.731c-53.194-20.369-84.077-75.994-73.234-131.913l17.258-89.007c10.301-53.124 50.564-95.403 103.121-108.284l325.449-79.765c107.998-26.47 217.156 39.019 244.629 146.765l60.369 236.766c18.923 74.21-25.899 149.707-100.109 168.628-11.196 2.855-22.703 4.299-34.261 4.299h-77.794c21.167 69.67 31.829 123.421 31.829 162.203zM196.321 308.599c-4.928 25.417 9.109 50.705 33.289 59.959l20.193 7.735c62.959 24.102 116.527 67.767 152.832 124.574l122.315 191.387c3.84 6.011 6.801 12.542 8.789 19.393 10.722 36.907 18.261 63.104 22.63 78.63 1.839 6.539 3.584 13.171 6.729 25.287 8.102 30.793 12.087 37.601 12.612 37.601 37.022 0 64.273-41.987 64.273-115.144 0-37.738-13.901-99.645-41.975-184.11-6.886-20.716 8.533-42.092 30.366-42.092h121.574c6.225 0 12.42-0.777 18.449-2.317 39.962-10.189 64.094-50.842 53.905-90.799l-60.369-236.762c-18.799-73.724-93.483-118.532-167.377-100.42l-325.449 79.765c-28.3 6.938-49.98 29.7-55.527 58.308l-17.259 89.003z" />
<glyph unicode="&#xe954;" glyph-name="icon_close_alt2" d="M544 896c-265.088 0-480-214.912-480-480s214.912-480 480-480c265.088 0 480 214.912 480 480s-214.912 480-480 480zM544 0c-229.376 0-416 186.624-416 416s186.624 416 416 416c229.376 0 416-186.624 416-416s-186.624-416-416-416zM721.152 638.4l-175.938-175.936-157.758 175.936c-12.478 12.48-32.768 12.48-45.248 0s-12.48-32.768 0-45.248l157.826-175.938-178.37-178.366c-12.48-12.478-12.48-32.768 0-45.25 12.48-12.478 32.768-12.478 45.246 0l175.938 175.938 157.824-175.938c12.478-12.478 32.768-12.478 45.246 0 12.482 12.482 12.482 32.772 0 45.25l-157.886 175.938 178.37 178.366c12.478 12.48 12.478 32.768 0 45.248-12.482 12.48-32.772 12.48-45.25 0z" />
<glyph unicode="&#xe955;" glyph-name="padlock" d="M798.857-39.619h-548.571c-50.387 0-91.429 40.999-91.429 91.429v426.667c0 50.428 41.041 91.429 91.429 91.429h548.571c50.386 0 91.429-41 91.429-91.429v-426.667c0-50.43-41.043-91.429-91.429-91.429zM250.286 508.952c-16.782 0-30.476-13.653-30.476-30.476v-426.667c0-16.823 13.694-30.476 30.476-30.476h548.571c16.784 0 30.476 13.653 30.476 30.476v426.667c0 16.823-13.692 30.476-30.476 30.476h-548.571zM737.904 508.952c-16.823 0-30.476 13.653-30.476 30.476v152.381c0 100.815-82.042 182.857-182.857 182.857s-182.857-82.042-182.857-182.857v-152.381c0-16.823-13.653-30.476-30.476-30.476s-30.476 13.653-30.476 30.476v152.381c0 134.461 109.349 243.81 243.809 243.81s243.81-109.349 243.81-243.81v-152.381c0-16.823-13.653-30.476-30.476-30.476zM524.605 244.843c-44.822 0-81.271 36.45-81.271 81.267 0 44.822 36.45 81.271 81.271 81.271 44.817 0 81.267-36.45 81.267-81.271 0-44.817-36.45-81.267-81.267-81.267zM524.605 346.429c-11.176 0-20.319-9.104-20.319-20.319s9.143-20.314 20.319-20.314c11.171 0 20.314 9.099 20.314 20.314s-9.143 20.319-20.314 20.319zM524.571 122.919c-16.823 0-30.476 13.653-30.476 30.476v111.748c0 16.823 13.653 30.476 30.476 30.476s30.476-13.653 30.476-30.476v-111.748c0-16.823-13.653-30.476-30.476-30.476z" />
<glyph unicode="&#xe9bd;" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
<glyph unicode="&#xea0f;" glyph-name="cross" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 808 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Some files were not shown because too many files have changed in this diff Show More