Merms New Website

This commit is contained in:
Olu Amey
2021-05-19 14:36:02 +00:00
commit 685a80769d
288 changed files with 86164 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<IfModule mod_rewrite.c>
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
+3479
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+10579
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+1388
View File
File diff suppressed because it is too large Load Diff
+280
View File
@@ -0,0 +1,280 @@
/*
* jQuery FlexSlider v2.7.2
* https://www.woocommerce.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('fonts/flexslider-icon.eot');
src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin: 0 0 60px;
background: #fff;
border: 4px solid #fff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
@-moz-document url-prefix() {
.loading .flex-viewport {
max-height: none;
}
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
File diff suppressed because one or more lines are too long
+2063
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

+2
View File
@@ -0,0 +1,2 @@
/*! odometer 0.4.8 */
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}
+170
View File
@@ -0,0 +1,170 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.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;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-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 {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.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 {
-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; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
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 Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.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 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
+418
View File
@@ -0,0 +1,418 @@
/*-------rtl-page------------------*/
.rtl {
text-align: right!important;
}
.heading.tp_one.rtl{
text-align: right;
}
.heading.tp_one.rtl span.icon
{
margin-left: -84px;
}
.header_v2.rtl .navbar-nav.submenu .nav-item.dropdown .nav-link.arrow:before{
position: absolute;
content: '\f116';
font-family: 'Flaticon';
left: 20px;
right: inherit;
font-size: 10px;
font-weight: 700;
}
.header_v2.rtl
.nav-item.dropdown .child_menu{
right: inherit;
left: -270px;
}
.header_v2.rtl .navbar-expand-lg .navbar-nav.navbar_right{
margin-left: 0px;
margin-right: 40px;
}
@media (max-width: 3000px) and (min-width: 1200px){
.header_v2.rtl .navbar-brand{
margin-right: 0px;
margin-left: 30px;}
}
.header_v1.rtl .navbar-expand-lg .navbar-nav.navbar_right li:first-child{
margin-left: 0px;
}
.header_v1.rtl .navbar-expand-lg .navbar-nav.navbar_right li:last-child{
margin: 0px 15px;
}
.header_v1.rtl .navbar-brand{
margin-right: 0;
margin-left: 30px;
}
@media(max-width:1199px){
.header_v1.rtl .navbar_right {
display: none;
}
}
.slider_text_box .text_box.rtl .video-inner {
margin-left: inherit;
margin-right: 260px;
}
.slider_text_box .text_box.rtl .lower_text a.theme_btn.tp_one {
float: inherit;
float: right;
}
.slider_text_box .text_box.rtl{
margin-left: auto;
margin-right: auto
}
.icon_box.type_one.rtl span {
right: inherit;
}
.icon_box.type_one.rtl .icon:before {
left: inherit;
right: 0;
}
.about.type_one.rtl .symptoms ul li span{
float: right;
}
.about.type_one.rtl .symptoms ul li p{
margin-left: 0px;
margin-right: 35px;
}
.spreading_box.type_one.rtl .icon_box::before {
left: inherit;
right: 0;
}
.spreading_box.type_one.rtl .icon_box .svg_icon_image {
margin-left: auto;
}
.spreading_box.type_one.rtl .icon_box span.icon {
right: inherit;
left: 0;
}
.owl-item.center .spreading_box.type_one .icon_box::before{
background: #34bcf8;
}
.spreading_box.type_one:hover .icon_box::before{
background: #34bcf8;
}
.icon_box.type_two.rtl .icon_box::before {
left: inherit;
right: 0;
}
.doctor.type_one.rtl .owl-carousel .owl-nav{
right: inherit;
left: 0;
}
.doctor_box.type_one.rtl .content_box .contact_doctor span {
left: inherit;
right: -4px;
transform: rotate(270deg);
}
.doctor_box.type_one.rtl .content_box .contact_doctor {
padding-left: 0px;
padding-right: 60px;
}
.doctor.type_two.rtl .owl-carousel .owl-nav{
right: inherit;
left: 0;
}
.doctor_box.type_two.rtl .content_box .contact_doctor span {
left: inherit;
right: -4px;
transform: rotate(270deg);
}
.doctor_box.type_two.rtl .content_box .contact_doctor {
padding-left: 0px;
padding-right: 60px;
text-align: right;
}
.faq_box.type_one.rtl .faq_btn{
padding: 20px 80px 20px 30px;
text-align: right;
}
.faq_box.type_one.rtl .faq_btn .faq_icon{
left: inherit;
right: 30px;
}
.faq_recent.rtl .owl-carousel .owl-dots{
right: inherit;
left: 0;
}
.faq_recent.rtl .recent_faq_box.type_one span.rec_faq_icon{
right: inherit;
left: 30px;
}
.blog_box.type_one.rtl .content_box .upper_box ul li{
float: right;
margin-right: 0;
}.blog_box.type_one.rtl .content_box .upper_box ul li:first-child{
margin-left: 20px;
}
.product_box.type_one.rtl .content_box .upper_box h2{
margin-right: 0px;
margin-left: 50px;
}
.product_box.type_one.rtl .content_box .upper_box .cart_icon{
left: 0;
right: inherit;
}
.contact_form_box.type_one.rtl input, .contact_form_box.type_one.rtl textarea, .contact_form_box.type_one.rtl .ui-selectmenu-button.ui-button{
text-align: right;
}
.contact_form_box.type_one.rtl .ui-selectmenu-icon.ui-icon{
float: left;
}
.footer.type_one.rtl .footer_widgets.tp_one .social_media_icon ul{
text-align: right;
display: inline-block;
margin-right: auto;
}
.symptoms_box_two.rtl p{
padding-left: 0;
padding-right: 20px;
}
.symptoms_box_two.rtl p::before{
left: inherit;
right: 0;
top: 10px;
}
.blog_box.type_two.rtl .content_box a.category{
left: inherit;
right: 30px;
}
.blog_box.type_two.rtl .image_box .overlay a span{
right: inherit;
left: 30px;
transform: translateX(-200px);
}
.blog_box.type_two.rtl:hover .image_box .overlay a span{
transform: translateX(0px);
}
.contact_form_box.type_two.rtl input,
.contact_form_box.type_two.rtl textarea,
.contact_form_box.type_two.rtl .ui-selectmenu-button.ui-button{
text-align: right;
}
.faq_box.type_two.rtl .faq_btn{
text-align: right;
padding: 0px 30px 10px 0px;
}
.faq_box.type_two.rtl .faq_btn .faq_icon{
left: inherit;
right: 0;
}
.footer.type_two.rtl .footer_widgets.tp_two .social_media_icon ul{
display: inline-block;
margin-right: auto;
}
.prevention_single_content.rtl ul li{
padding-left: 0;
padding-right: 20px;
}.prevention_single_content.rtl ul li:before{
right: 0;
left: inherit;
}
.blog_side_bar_left.rtl .srch_input input{
text-align: right;
}
.blog_side_bar_left.rtl .srch_input button{
left: 0px;
right: inherit;
}
.blog_side_bar_left.rtl .categories ul li a span{
float: left;
}
.blog_side_bar_left.rtl .categories ul li{
padding-left: 0;
padding-right: 20px;
}
.blog_side_bar_left.rtl .categories ul li::before{
left: inherit;
right: 0;
content:'\f104';
}
.blog_side_bar_left .categories ul li:hover a{
padding-left: 0;
padding-right: 8px;
}
.blog_side_bar_left.rtl .popular_posts .posts_box img{
float: right;
}
.blog_side_bar_left.rtl .popular_posts .posts_box .post_content{
margin-right: 100px;
margin-left: 0px;
}
.blog-single-inner.rtl .blog-content p a{
float: right;
margin-left: 10px;
margin-top: -3px;
margin-right: 0px;
}
.blog_details_content.rtl .tags_upper li:first-child{
float: right;
margin-left: 20px;
margin-right: 0px;
}
.blog_details_content.rtl .authour_box .content_box{
margin-left: 0;
margin-right: 70px;
}.blog_details_content.rtl .authour_box img{
float: right;
}
.blog_details_content.rtl
.comment_content_outer.two{
margin-left: 0;
margin-right: 40px;
}
.blog_details_content.rtl
.blog_detail_comment .image{
float: right;
}
.blog_details_content.rtl
.blog_detail_comment .content_text{
margin-left: 0px;
margin-right: 70px;
}
.blog_details_content.rtl
.comment_reply input,.blog_details_content.rtl .comment_reply textarea{
text-align: right;
}
.shop_left_bar.rtl input[type="search"]{
text-align: right;
}
.shop_left_bar.rtl .widget_product_search .product-search:after{
left: 7px;
right: inherit;
}.shop_left_bar.rtl .widget_product_search .product-search:before{
left: 25px;
right: inherit;
}
.shop_left_bar.rtl .categories ul li{
padding-left: 0;
padding-right: 20px;
}
.shop_left_bar.rtl .categories ul li::before{
right: 0;
left: inherit; content: "\f104";
}
.shop_left_bar.rtl .categories ul li a span{
float: left;
}
.shop_left_bar.rtl .categories ul li:hover a{
padding-left: 0;
padding-right: 8px;
}
.shop_left_bar.rtl .widget_view_products .product_inner img {
float: right;
}
.shop_left_bar.rtl .widget_view_products .product_inner .view_text{
margin-left: 0px;
margin-right: 110px;
}
.product_details_outer.rtl .field{
float: right;
margin-right: 0px;
margin-left: 30px;
}.product_details_outer.rtl .flex-direction-nav{
text-align: left;
}
.product_details_outer.rtl .nav-tabs {
display: block;
}
.product_details_outer.rtl .nav-tabs .nav-item {
display: block;
float: right;
}
.product_details_outer.rtl .tab-content>.tab-pane ul li{
padding-left: 0px;
padding-right: 20px;
}
.product_details_outer.rtl .tab-content>.tab-pane ul li:before{
left: inherit;
right: 0;
}
.product_details_outer.rtl .tab-content>.tab-pane ul li:after{
left: inherit;
right: -2px;
}
.product_details_outer.rtl .tab-content>.tab-pane ul.first{
float: right;
margin-left: 40px;
}
.billing_address.rtl input[type="text"], .billing_address.rtl input[type="email"], .billing_address.rtl input[type="phone"], .billing_address.rtl textarea{
text-align: right;
}
.info_section.rtl .info_inner .info-box .box{
padding-left: 0px;
padding-right: 73px;
}
.info_section.rtl .info_inner .info-box .hidden-icon{
left: -10px;
right: inherit;
}
.info_section.rtl .info_inner .info-box .box .icon-box{
right: 0;
left: inherit;
}
.contact_form_box.type_one.rtl input, .contact_form_box.type_one.rtl textarea, .contact_form_box.type_one.rtl .ui-selectmenu-button.ui-button{
text-align: right;
}
.contact_form.type_one.rtl .image_box{
margin-top: 160px;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
+841
View File
@@ -0,0 +1,841 @@
<?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" >
<!--
2020-4-1: Created with FontForge (http://fontforge.org)
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20170731 at Wed Apr 1 06:02:23 2020
By root
</metadata>
<defs>
<font id="Flaticon" horiz-adv-x="512" >
<font-face
font-family="Flaticon"
font-weight="400"
font-stretch="normal"
units-per-em="512"
panose-1="2 0 5 3 0 0 0 0 0 0"
ascent="448"
descent="-64"
bbox="-0.207374 -64.002 538.947 448"
underline-thickness="25.6"
underline-position="-51.2"
unicode-range="U+0020-F133"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
/>
<glyph glyph-name="052-button" unicode="&#xf133;"
d="M255.999 320c70.6562 0 128.001 -57.3438 128.001 -127.999c0 -70.6562 -57.3447 -128.001 -128.001 -128.001c-70.6553 0 -128 57.3438 -128 127.999c0 70.6562 57.3447 128.001 128 128.001zM255.999 448c141.44 0 256.001 -114.56 256.001 -255.999
c0 -141.44 -114.562 -256 -256.001 -256c-141.438 0 -255.999 114.561 -255.999 256c0 141.438 114.561 255.999 255.999 255.999zM255.999 -12.7998c113.153 0 204.801 91.6484 204.801 204.801c0 113.151 -91.6484 204.799 -204.801 204.799
c-113.151 0 -204.8 -91.6465 -204.8 -204.799c0 -113.153 91.6484 -204.801 204.8 -204.801z" />
<glyph glyph-name="009-verified" unicode="&#xf108;"
d="M437.019 373.02c48.3525 -48.3525 74.9814 -112.64 74.9814 -181.02s-26.6289 -132.667 -74.9814 -181.02c-48.3516 -48.3516 -112.639 -74.9805 -181.019 -74.9805s-132.668 26.6289 -181.02 74.9814c-48.3516 48.3516 -74.9805 112.639 -74.9805 181.019
s26.6289 132.668 74.9805 181.02s112.639 74.9805 181.02 74.9805c68.3799 0 132.667 -26.6289 181.019 -74.9805zM378.306 252.927c5.8584 5.8584 5.8584 15.3555 0 21.2129c-5.85742 5.8584 -15.3555 5.8584 -21.2129 0l-132.458 -132.46l-69.7275 69.7275
c-5.8584 5.85742 -15.3564 5.85742 -21.2129 0c-5.8584 -5.85938 -5.8584 -15.3564 0 -21.2129l80.334 -80.333c2.92871 -2.92969 6.76758 -4.39355 10.6064 -4.39355c3.83789 0 7.67676 1.46387 10.6064 4.39355z" />
<glyph glyph-name="023-plus" unicode="&#xf116;"
d="M512 204.19v-24.3809h-243.81v-243.81h-24.3809v243.81h-243.81v24.3809h243.81v243.81h24.3809v-243.81h243.81z" />
<glyph glyph-name="010-check" unicode="&#xf109;"
d="M196.437 56.8389c-4.89648 -4.9248 -11.5781 -7.67383 -18.5176 -7.67383c-6.94043 0 -13.6221 2.74902 -18.5186 7.67383l-147.89 147.914c-15.3477 15.3477 -15.3477 40.2354 0 55.5537l18.5176 18.5234c15.3525 15.3477 40.2119 15.3477 55.5596 0l92.3311 -92.3359
l249.491 249.496c15.3525 15.3477 40.2354 15.3477 55.5586 0l18.5176 -18.5225c15.3486 -15.3477 15.3486 -40.2305 0 -55.5537zM196.437 56.8389z" />
<glyph glyph-name="043-difficulty-breathing" unicode="&#xf12a;"
d="M237.73 376.185c0 -4.14258 -3.3584 -7.5 -7.5 -7.5c-4.14258 0 -7.5 3.3584 -7.5 7.5c0 17.707 14.4043 32.1143 32.1123 32.1143s32.1143 -14.4062 32.1143 -32.1143c0 -4.1416 -3.3584 -7.5 -7.5 -7.5s-7.5 3.3584 -7.5 7.5
c0 9.4375 -7.67773 17.1143 -17.1143 17.1143c-9.43555 0 -17.1123 -7.67676 -17.1123 -17.1143zM508.747 112.005c2.03613 -1.39844 3.25293 -3.71094 3.25293 -6.18164v-125.077c0 -24.6729 -20.0732 -44.7461 -44.7461 -44.7461h-387.715c-4.1416 0 -7.5 3.3584 -7.5 7.5
s3.3584 7.5 7.5 7.5h387.715c16.4023 0 29.7461 13.3438 29.7451 29.7451v121.023c-5.34277 3.32617 -10.999 6.02148 -16.874 8.07812c-13.8711 -13.5 -29.1357 -25.7754 -45.4648 -36.4932c-1.26855 -0.832031 -2.69629 -1.23047 -4.1084 -1.23047
c-2.44141 0 -4.83691 1.19238 -6.27637 3.38574c-2.27344 3.46289 -1.30859 8.1123 2.1543 10.3848c12.8125 8.41016 24.9375 17.8242 36.1963 28.0654c-3.57129 0.450195 -7.18262 0.689453 -10.8271 0.689453h-15.8711
c-25.9395 -19.9971 -54.7236 -35.458 -85.6162 -45.9512c-30.7744 -10.4531 -62.8936 -15.7529 -95.4668 -15.7529h-0.154297c-32.627 0.0166016 -64.793 5.35059 -95.6064 15.8516c-30.7871 10.4941 -59.4746 25.9238 -85.3242 45.8535h-14.1338
c-4.16211 0 -8.28613 -0.305664 -12.3496 -0.891602c26.2578 -23.8711 56.708 -42.7578 90.7148 -56.2148c37.0996 -14.6797 76.4209 -22.1709 116.871 -22.2637c50.0674 0.114258 99.6318 11.9434 143.299 34.208c3.69043 1.88086 8.20605 0.415039 10.0879 -3.27539
c1.88086 -3.68945 0.415039 -8.20703 -3.27539 -10.0879c-45.7568 -23.3291 -97.665 -35.7236 -150.112 -35.8447c-42.3701 0.0966797 -83.5361 7.94141 -122.391 23.3154c-38.834 15.3672 -73.2646 37.5039 -102.44 65.7969
c-5.21191 -1.91797 -10.2451 -4.33984 -15.0303 -7.26562v-121.38c0 -16.4023 13.3438 -29.7461 29.7461 -29.7461c4.1416 0 7.5 -3.3584 7.5 -7.5s-3.3584 -7.5 -7.5 -7.5c-24.6729 0 -44.7461 20.0732 -44.7461 44.7451v125.471
c0 2.49121 1.23633 4.81934 3.29883 6.21484c8.20312 5.5459 17.0908 9.79688 26.4072 12.6924c0.0537109 0.0166016 0.108398 0.0371094 0.162109 0.0527344c9.55762 2.95215 19.5654 4.47461 29.7559 4.47461h16.6855h0.0078125
c18.2627 0.00292969 36.084 8.9082 50.8545 25.2402c-3.87793 2.72754 -7.6709 5.56934 -11.3574 8.53809c-1.5498 1.24707 -2.54004 3.06055 -2.75391 5.03711c-0.212891 1.97754 0.367188 3.95898 1.61523 5.50781l25.0869 31.1553
c2.59863 3.22461 7.32031 3.73535 10.5449 1.1377c1.15332 -0.927734 2.31836 -1.83398 3.48926 -2.72754c4.24219 13.8926 6.60156 28.7539 6.90137 43.6348c-47.7061 43.6602 -71.8721 83.0703 -71.8721 117.397c0 4.4375 0.174805 8.66113 0.521484 12.5488
c0.610352 6.21191 1.06543 17.7734 1.32227 33.5029c0.146484 8.97363 0.223633 19.0283 0.231445 29.8818c0.00292969 4.13965 3.35938 7.49512 7.5 7.49512l245.245 -0.00390625c4.1416 0 7.5 -3.3584 7.5 -7.5c0 -4.14258 -3.3584 -7.5 -7.5 -7.5h-237.76
c-0.0302734 -8.0918 -0.103516 -15.6748 -0.216797 -22.6221c-0.182617 -11.248 -0.573242 -26.3906 -1.38574 -34.6582c-0.300781 -3.37891 -0.457031 -7.1543 -0.457031 -11.1494c0 -35.4268 31.2012 -78.6357 92.7344 -128.429
c16.373 -13.3223 36.999 -20.6484 58.1055 -20.6484c0.140625 0 0.276367 -0.000976562 0.415039 0c21.0703 0 41.6426 7.30859 57.9893 20.5947c61.5771 49.8213 92.792 93.0449 92.792 128.483c0 3.79297 -0.155273 7.59766 -0.461914 11.3086
c-0.924805 9.41797 -1.49609 30.0039 -1.60156 57.1211h-25.3799c-4.1416 0 -7.5 3.3584 -7.5 7.5s3.3584 7.5 7.5 7.5h32.8643c4.13965 0 7.49707 -3.35547 7.5 -7.49512c0.0214844 -30.3955 0.586914 -53.4355 1.55078 -63.21
c0.00390625 -0.0380859 0.00683594 -0.0771484 0.00976562 -0.115234c0.345703 -4.14062 0.519531 -8.38281 0.519531 -12.6084c0 -34.3271 -24.1621 -73.7363 -71.8711 -117.403c0.299805 -14.8789 2.65918 -29.7383 6.89941 -43.6289
c1.17188 0.893555 2.33594 1.7998 3.48926 2.72754c1.54883 1.24707 3.53223 1.8291 5.50781 1.61523c1.97852 -0.212891 3.78906 -1.20312 5.03711 -2.75195l25.0879 -31.1553c1.24707 -1.54883 1.82812 -3.5293 1.61523 -5.50781
c-0.212891 -1.97754 -1.2041 -3.79004 -2.75293 -5.03711c-3.69629 -2.97559 -7.4834 -5.8252 -11.3516 -8.54688c14.7715 -16.3291 32.5918 -25.2314 50.8545 -25.2314h18.4199c20.4531 0 40.1455 -6.10156 56.9473 -17.6436zM362.853 189.996
c-26.6035 -19.7246 -57.3633 -31.5352 -90.126 -34.6807l7.2832 -6.91797c1.44336 -1.37109 2.28223 -3.26074 2.33203 -5.25c0.0498047 -1.99023 -0.692383 -3.91992 -2.06543 -5.36035l-7.14453 -7.50098c38.0732 3.4043 74.75 17.3496 105.408 40.2285zM175.016 234.53
c-1.2334 -13.708 -4.05762 -27.2227 -8.33984 -39.9189c26.3496 -16.5059 56.4629 -25.1523 88.167 -25.1523c31.7051 0 61.8203 8.64453 88.167 25.1523c-4.2793 12.6943 -7.10352 26.207 -8.33887 39.9131c-3.91992 -3.33984 -7.96875 -6.70215 -12.1543 -10.0889
c-18.999 -15.4414 -42.9336 -23.9424 -67.4033 -23.9434h-0.481445c-24.5137 0 -48.498 8.51953 -67.5234 24.002c-4.16309 3.36914 -8.19141 6.71387 -12.0928 10.0361zM345.489 82.9004c24.3779 8.28027 47.3789 19.8125 68.5908 34.3711
c-16.1738 4.44629 -31.3535 14.4727 -44.2471 29.3281c-34.4795 -20.8662 -74.3867 -32.1426 -114.989 -32.1426c-19.9287 0 -39.8271 2.71191 -59.1406 8.05957c-3.99219 1.10547 -6.33203 5.2373 -5.22754 9.22949c1.10547 3.99316 5.23828 6.33105 9.22949 5.22656
c16.9795 -4.70117 34.4414 -7.21582 51.9502 -7.48828l12.5791 13.207l-12.416 11.7949c-38.3047 0.610352 -74.3906 12.8271 -104.983 35.5068l-15.6855 -19.4814c11.3418 -8.46191 23.5908 -15.7646 36.5059 -21.7578c3.75684 -1.74414 5.38965 -6.20312 3.64551 -9.95996
s-6.20508 -5.38867 -9.95996 -3.64551c-7.37793 3.42383 -14.541 7.2666 -21.4756 11.4639c-12.8965 -14.8623 -28.0791 -24.8926 -44.2568 -29.3408c21.1299 -14.5049 44.0381 -26.0039 68.3154 -34.2783c29.2539 -9.96973 59.7949 -15.0342 90.7754 -15.0498h0.146484
c30.9316 0 61.4229 5.03125 90.6436 14.957zM202.607 296.348c9.86621 16.1885 23.3799 38.3594 52.2324 38.3594c28.8613 0 42.373 -22.1709 52.2402 -38.3594c1.57227 -2.58105 1.44238 -5.85352 -0.330078 -8.30176
c-1.42871 -1.97461 -3.70312 -3.10156 -6.07422 -3.10156c-0.566406 0 -1.13965 0.0644531 -1.70898 0.197266c-28.7549 6.72949 -59.5098 6.72852 -88.2451 0c-2.94434 -0.686523 -6.01172 0.455078 -7.78516 2.9043c-1.77246 2.44824 -1.90234 5.7207 -0.329102 8.30176z
M254.84 319.707c-13.6318 0 -22.6621 -7.37402 -29.8057 -16.6201c9.83887 1.41211 19.8105 2.125 29.8057 2.125c9.99609 0 19.9688 -0.711914 29.8145 -2.12598c-7.14551 9.24805 -16.1758 16.6211 -29.8145 16.6211zM50.5303 235.056
c-3.32617 2.46973 -4.02148 7.16699 -1.55371 10.4932c2.46973 3.3252 7.16699 4.02148 10.4932 1.55176l50.1211 -37.2012c3.3252 -2.46973 4.02148 -7.16699 1.55176 -10.4932c-1.4707 -1.98242 -3.73438 -3.03027 -6.02734 -3.03027
c-1.55371 0 -3.12012 0.481445 -4.46387 1.47754zM44.7393 189.324c-3.91016 1.36523 -5.97363 5.64258 -4.60742 9.55469c1.36621 3.91016 5.64355 5.97266 9.55371 4.60742l28.751 -10.042c3.91016 -1.36621 5.97363 -5.64355 4.60742 -9.55469
c-1.08105 -3.0918 -3.98047 -5.02832 -7.08105 -5.02832c-0.820312 0 -1.65527 0.134766 -2.47266 0.420898zM112.735 228.393c-2.31641 0 -4.59961 1.06836 -6.06836 3.08301l-17.9385 24.6123c-2.43848 3.34766 -1.70215 8.04004 1.64453 10.4795
c3.34766 2.43945 8.04004 1.70117 10.4785 -1.64453l17.9385 -24.6123c2.43848 -3.34766 1.70312 -8.03906 -1.64355 -10.4785c-1.33301 -0.970703 -2.87988 -1.43945 -4.41113 -1.43945zM398.546 199.406c-2.46875 3.32617 -1.77344 8.02344 1.55078 10.4932
l50.1211 37.2012c3.32617 2.46973 8.02441 1.77441 10.4932 -1.55176s1.77441 -8.02344 -1.55176 -10.4932l-50.1211 -37.2021c-1.34277 -0.996094 -2.91016 -1.47754 -4.46387 -1.47754c-2.29297 0 -4.55664 1.04785 -6.02832 3.03027zM431.252 193.442l28.751 10.041
c3.91211 1.36328 8.18848 -0.696289 9.55371 -4.60742c1.36621 -3.91113 -0.695312 -8.1875 -4.60645 -9.55371l-28.751 -10.042c-0.818359 -0.285156 -1.65332 -0.420898 -2.47363 -0.420898c-3.10059 0 -6.00098 1.93652 -7.08105 5.02832
c-1.36523 3.91113 0.696289 8.18848 4.60742 9.55469zM419.315 266.566c3.34766 -2.43945 4.08398 -7.13086 1.64258 -10.4795l-17.9385 -24.6123c-1.4668 -2.01367 -3.75195 -3.08301 -6.06641 -3.08301c-1.53223 0 -3.07812 0.467773 -4.41113 1.43945
c-3.34766 2.44043 -4.08398 7.13086 -1.64355 10.4785l17.9375 24.6123c2.43945 3.34766 7.12988 4.08301 10.4795 1.64453z" />
<glyph glyph-name="027-back" unicode="&#xf11a;"
d="M501.333 202.667c5.89551 0 10.668 -4.77051 10.668 -10.667s-4.77051 -10.667 -10.667 -10.667h-464.917l141.793 -141.791c4.16699 -4.16602 4.16699 -10.916 0 -15.083c-2.08398 -2.08301 -4.8125 -3.125 -7.54199 -3.125c-2.72852 0 -5.45898 1.04199 -7.54199 3.125
l-160 160c-4.16699 4.16602 -4.16699 10.916 0 15.083l160 160c4.16602 4.16699 10.916 4.16699 15.083 0c4.16699 -4.16602 4.16699 -10.916 0 -15.083l-141.792 -141.792h464.916z" />
<glyph glyph-name="037-cough" unicode="&#xf124;"
d="M221.656 218.344l-16.1523 -16.1514l22.0723 -11.0322l-7.15234 -14.3203l-41.9277 20.9678l31.8477 31.8486zM424 1.8877c17.3359 -7.71191 31.2236 -22.2637 37.5039 -41.0957l5.5918 -16.792h-222.191l3.50391 10.5283
c5.76758 17.3115 16.6719 32.0713 31.5273 42.6797l22.0166 15.7275c6.28809 4.49609 10.0479 11.792 10.0479 19.5283v0.224609l-31.7275 -7.04883c-4.88867 -1.08789 -9.92871 -1.63965 -14.9688 -1.63965c-28.3838 0 -53.5273 17.0322 -64.0713 43.3838l-2.61621 6.53613
l8.41602 8.42383c3.77539 3.78418 6.49609 8.52832 7.8877 13.6562h-37.168l-8.06348 32.2637c-9.56836 0.816406 -18.9922 3.44824 -27.5762 7.73633l-7.43262 3.71191l5.25586 21.0322c2.69629 10.7842 4.06445 21.8799 4.06445 32.9834v28.9766
c0 14.1279 1.89648 28.1035 5.48828 41.7197c-43.4238 4.21582 -77.4883 40.792 -77.4883 85.1758v2.40039c0 48.5195 39.4805 88 88 88c6.17578 0 12.2803 -0.992188 18.1201 -2.94434l25.2236 -8.40723c18.5283 -6.16797 38.792 -6.16797 57.3047 0l6.32715 2.11133
c18.416 6.12793 37.5762 9.24023 56.9521 9.24023c99.2881 0 180.072 -80.7842 180.072 -180.08c0 -55.9844 -19.7363 -110.496 -55.584 -153.512l-24.416 -29.3047v-75.2158zM88 349.6c0 -38.376 31.3359 -69.5996 69.8643 -69.5996h3.50391
c12.792 0 25.3359 4.4082 35.3359 12.416l14.1602 11.3203c6.75977 5.40723 14.9521 8.26367 23.6875 8.26367c16.4326 0 30.6318 -10.2324 35.7119 -25.4717l6.0166 -18.0566c6.00781 -18.0557 18.0879 -32.9912 34.2881 -42.5918l3.47168 3.48047
c6.86426 6.86328 16.0156 10.6396 25.7764 10.6396c10 0 18.9756 -3.71973 25.7354 -10.4805c6.75977 -6.75195 10.4805 -15.7354 10.4727 -25.2871c-0.0166016 -19.9443 -7.36035 -38.2402 -20.7207 -52.2168l60.1602 -60.168l20.6641 24.8086
c33.4482 40.1279 51.8721 91.0156 51.8721 143.264c0 90.4805 -73.5996 164.08 -164.072 164.08c-17.6641 0 -35.1201 -2.83203 -51.8877 -8.42383l-6.32812 -2.10449c-21.792 -7.26367 -45.6318 -7.26367 -67.4238 0l-25.2236 8.40039
c-4.2168 1.41602 -8.6084 2.12793 -13.0645 2.12793c-39.6963 0 -72 -32.2959 -72 -72v-2.40039zM330.232 -40l0.263672 0.791992c9.4082 28.2324 35.7363 47.208 65.5039 47.208c4.08789 0 8.08008 -0.431641 12 -1.12012v69.8086l-75.3115 75.3115l10.0879 10.0879
c11.1113 11.1045 17.2393 25.8799 17.248 41.6006c0 5.83105 -2.05664 10.7832 -5.78418 14.5195c-3.73633 3.73633 -8.69629 5.79199 -13.9766 5.79199c-5.92773 0 -11.0635 -2.1123 -14.9033 -5.93555l-11.7842 -11.792l-5.16016 2.5752
c-22.5518 11.2725 -39.3516 30.6562 -47.3203 54.5684l-6.01562 18.0557c-2.89648 8.69629 -10.9922 14.5283 -20.1602 14.5283c-5.43164 0 -10.168 -1.64844 -14.0557 -4.75977l-14.168 -11.3281c-11.5928 -9.27246 -25.8721 -14.7441 -40.6318 -15.7119
c-3.94434 -13.4961 -6.06445 -27.416 -6.06445 -41.4961v-28.9766c0 -12.416 -1.52832 -24.8154 -4.53613 -36.8555l-2.10352 -8.4082c7.16797 -2.93555 14.9121 -4.46387 22.6396 -4.46387h6.24805l8 -32h41.752v-8c0 -12.2725 -4.97559 -24.2881 -13.6562 -32.9678
l-0.87207 -0.87207c8.77637 -18.4326 27.1924 -30.1602 47.832 -30.1602c3.87207 0 7.73633 0.423828 11.4961 1.25586l65.4639 14.5605l3.47266 -15.624l-17.7363 -3.94434v-3.77637c0 -12.8877 -6.26367 -25.0557 -16.752 -32.5518l-22.0156 -15.7275
c-8.94434 -6.38477 -16.1289 -14.6328 -21.1602 -24.1924h62.1602zM347.304 -40h97.3926c-8.32812 19.3115 -27.3604 32 -48.6963 32s-40.3682 -12.6885 -48.6963 -32zM152.824 -37.3838l26.376 19.7842l9.59961 -12.8008l-26.376 -19.7754
c-4.99219 -3.75195 -11.2002 -5.82422 -17.4561 -5.82422c-13.7676 0 -24.9678 11.2002 -24.9678 24.9678c0 6.57617 2.66406 13.0078 7.31152 17.6562l6.06445 6.06445c1.66406 1.67188 2.62402 3.9834 2.62402 6.34375c0 4.94336 -4.02441 8.96777 -8.96777 8.96777
h-1.08008c-2.02441 0 -4.0166 -0.696289 -5.60059 -1.95996l-26.8633 -21.4961c-7.44824 -5.94434 -17.2803 -7.7041 -26.3203 -4.69629c-11.4795 3.82422 -19.168 14.4883 -19.168 26.5527c0 8.53516 3.82422 16.4961 10.4961 21.8398l26.4238 21.1436
c1.95215 1.56836 3.08008 3.9043 3.08008 6.4082c0 4.52832 -3.67969 8.20801 -8.20801 8.20801h-47.792c-13.2324 0 -24 10.7676 -24 24s10.7676 24 24 24h49.168c3.76758 0 6.83203 3.07227 6.83203 6.83203c0 2.6084 -1.44824 4.95215 -3.78418 6.1123l-12.5439 6.27148
c-9.66406 4.83203 -15.6719 14.5439 -15.6719 25.3682c0 15.1201 12.3037 27.416 27.416 27.416c4.22363 0 8.45605 -1 12.248 -2.87988l27.9121 -13.96l-7.16016 -14.3125l-27.8965 13.9521c-1.5752 0.78418 -3.34375 1.2002 -5.10352 1.2002
c-6.2959 0 -11.416 -5.12012 -11.416 -11.416c0 -4.71191 2.61621 -8.95215 6.82422 -11.0557l12.5518 -6.27246c7.79199 -3.9043 12.624 -11.7275 12.624 -20.4238c0 -12.5918 -10.2402 -22.832 -22.832 -22.832h-49.168c-4.4082 0 -8 -3.58398 -8 -8s3.5918 -8 8 -8
h47.792c13.3516 0 24.208 -10.8564 24.208 -24.208c0 -7.3916 -3.31152 -14.2881 -9.08008 -18.8955l-26.4238 -21.1445c-2.85645 -2.28027 -4.49609 -5.69629 -4.49609 -9.35156c0 -5.16797 3.2959 -9.73633 8.18359 -11.376
c3.9043 -1.28809 8.12012 -0.536133 11.3047 2.00781l26.8633 21.4961c4.41602 3.52734 9.95215 5.47168 15.6006 5.47168h1.08008c13.7676 0 24.9678 -11.2002 24.9678 -24.9678c0 -6.57617 -2.66406 -13.0078 -7.31152 -17.6562l-6.06445 -6.06445
c-1.66406 -1.67188 -2.62402 -3.9834 -2.62402 -6.34375c0 -4.94336 4.02441 -8.96777 8.96777 -8.96777c2.86426 0 5.57617 0.904297 7.85645 2.61621zM120 80h16v-16h-16v16zM136 112h16v-16h-16v16zM152 64h16v-16h-16v16zM168 32h16v-16h-16v16z" />
<glyph glyph-name="029-question-3" unicode="&#xf11c;"
d="M509.988 -15.6553c4.56348 -13.2832 1.22852 -27.7031 -8.7002 -37.6318c-6.98828 -6.99023 -16.2041 -10.7119 -25.6777 -10.7119c-3.98828 0 -8.02051 0.65918 -11.9541 2.01074l-102.293 35.1494c-34.1748 -16.9062 -72.2656 -25.8467 -110.594 -25.9072h-0.393555
c-65.8604 -0.000976562 -128.108 25.5283 -175.332 71.9111c-47.3252 46.4814 -73.9639 108.421 -75.0088 174.405c-0.546875 34.5537 5.81543 68.1172 18.9131 99.7568c12.6318 30.5176 30.9307 57.8838 54.3877 81.3398c23.4561 23.4561 50.8232 41.7549 81.3398 54.3877
c31.6396 13.0977 65.1855 19.4678 99.7568 18.9121c65.9844 -1.04688 127.924 -27.6846 174.404 -75.0098c46.4746 -47.3154 72.0107 -109.725 71.9092 -175.727c-0.0605469 -38.3281 -9.00098 -76.4189 -25.9072 -110.593zM479.823 -31.8232
c1.00781 1.00586 2.53613 3.16504 1.45703 6.30371l-37.2461 108.395c-1.36328 3.9668 -1.02441 8.32129 0.9375 12.0293c16.5723 31.3252 25.3613 66.7256 25.417 102.373c0.186523 119.598 -96.9082 218.44 -216.438 220.336
c-60.1553 0.951172 -116.659 -21.9209 -159.15 -64.4111c-42.4912 -42.4912 -65.3672 -99.0117 -64.4141 -159.15c1.89453 -119.531 100.786 -216.634 220.336 -216.44c35.6465 0.0537109 71.0469 8.84375 102.374 25.417c2.20898 1.16895 4.64746 1.76172 7.09766 1.76172
c1.66211 0 3.3291 -0.274414 4.93164 -0.824219l108.395 -37.2461c3.14062 -1.07812 5.29688 0.450195 6.30371 1.45703zM247.909 85.2529c8.50977 0 14.8105 -6.9541 15.1787 -15.1777c0.366211 -8.19727 -7.23926 -15.1787 -15.1787 -15.1787
c-8.50879 0 -14.8096 6.95508 -15.1777 15.1787c-0.367188 8.19629 7.23926 15.1777 15.1777 15.1777zM247.909 320.326c41.6396 0 75.5156 -33.876 75.5156 -75.5146c0 -36.4424 -25.9482 -66.9365 -60.3369 -73.9824v-48.2588
c0 -8.38379 -6.79688 -15.1787 -15.1787 -15.1787s-15.1777 6.7959 -15.1777 15.1777v61.9053c0 8.38184 6.7959 15.1777 15.1777 15.1777c24.9004 0 45.1592 20.2588 45.1592 45.1592c0 24.8994 -20.2588 45.1592 -45.1592 45.1592
c-24.8994 0 -45.1582 -20.2598 -45.1582 -45.1592c0 -8.38184 -6.7959 -15.1777 -15.1787 -15.1777c-8.38184 0 -15.1777 6.7959 -15.1777 15.1777c0 41.6387 33.876 75.5146 75.5146 75.5146z" />
<glyph glyph-name="026-address" unicode="&#xf119;"
d="M376 256c-0.0839844 -74.9883 -61.0117 -135.916 -136 -136c-75.0723 0 -136 60.9277 -136 136s60.9277 136 136 136s136 -60.9277 136 -136zM120 256c0.0751953 -66.165 53.835 -119.925 120 -120c66.2402 0 120 53.7598 120 120s-53.7598 120 -120 120
s-120 -53.7598 -120 -120zM298.32 44.6562c33.8877 -4.20801 93.6797 -15.7363 93.6797 -44.6562c0 -31.5117 -76.4717 -48 -152 -48s-152 16.4883 -152 48c0 28.9199 59.792 40.4482 93.6797 44.6562c-50.0801 59.1279 -117.68 150.24 -117.68 211.344
c0 97.1523 78.8477 176 176 176s176 -78.8477 176 -176c0 -61.1035 -67.5996 -152.216 -117.68 -211.344zM240 416c-88.2188 -0.101562 -159.898 -71.7812 -160 -160c0 -79.0244 130.824 -221.6 160 -252.44c29.168 30.8408 160 173.448 160 252.44
c-0.101562 88.2188 -71.7812 159.898 -160 160zM240 -32c88 0 136 21.1436 136 32c0 7.55957 -26.6396 23.8164 -90.3438 29.9355c-21.624 -24.752 -37.8564 -41.4072 -39.9443 -43.5352c-1.29883 -1.32422 -3.85742 -2.39941 -5.71191 -2.39941
s-4.41309 1.0752 -5.71191 2.39941c-2.08789 2.12793 -18.3438 18.7832 -39.9443 43.5352c-63.7041 -6.11914 -90.3438 -22.376 -90.3438 -29.9355c0 -10.8564 48 -32 136 -32zM272 176c0 -4.41602 -3.58398 -8 -8 -8h-48c-4.41602 0 -8 3.58398 -8 8v48h-48
c-4.41602 0 -8 3.58398 -8 8v48c0 4.41602 3.58398 8 8 8h48v48c0 4.41602 3.58398 8 8 8h48c4.41602 0 8 -3.58398 8 -8v-48h48c4.41602 0 8 -3.58398 8 -8v-48c0 -4.41602 -3.58398 -8 -8 -8h-48v-48zM256 232c0 4.41602 3.58398 8 8 8h48v32h-48
c-4.41602 0 -8 3.58398 -8 8v48h-32v-48c0 -4.41602 -3.58398 -8 -8 -8h-48v-32h48c4.41602 0 8 -3.58398 8 -8v-48h32v48z" />
<glyph glyph-name="049-stay-home" unicode="&#xf130;"
d="M64 272v-16h-56c-4.41602 0 -8 3.58398 -8 8v16c0 2.45605 1.69434 5.50098 3.78125 6.7959l128 79.4482l8.4375 -13.5938l-124.219 -77.1006v-3.5498h48zM476.219 286.8c2.08691 -1.29492 3.78125 -4.34082 3.78125 -6.79688v-0.00292969v-16
c0 -4.41602 -3.58398 -8 -8 -8h-56v16h48v3.5498l-224 139.031l-86 -53.3809l-8.44141 13.5996l90.2227 56c1.06934 0.664062 2.95996 1.20312 4.21875 1.20312s3.14941 -0.539062 4.21875 -1.20312zM456 0c4.41602 0 8 -3.58398 8 -8v-32c0 -4.41602 -3.58398 -8 -8 -8
h-344v16h336v16h-416v-16h64v-16h-72c-4.41602 0 -8 3.58398 -8 8v32c0 4.41602 3.58398 8 8 8h24v240h16v-240h352v240h16v-240h24zM307.884 73.4453l20.1162 12.0684v6.78613v0.0351562c0 3.66602 -2.5293 8.20996 -5.64648 10.1406l-49.1992 30.752l-27.5 -27.5
c-1.29395 -1.29297 -3.82812 -2.34277 -5.65723 -2.34277s-4.36328 1.0498 -5.65723 2.34277l-27.5 27.5l-49.2002 -30.752c-3.11328 -1.93164 -5.63965 -6.47363 -5.63965 -10.1377v-0.0380859v-6.78613l88 -52.7998l50.2432 30.1465l8.23145 -13.7207l-54.3584 -32.6143
c-1.04883 -0.629883 -2.89258 -1.14062 -4.11621 -1.14062s-3.06738 0.510742 -4.11621 1.14062l-120 72c-1.73242 1.03906 -3.41992 3.49805 -3.76562 5.48828l-32 184c-0.0654297 0.375977 -0.118164 0.990234 -0.118164 1.37109
c0 2.79395 2.04883 6.0332 4.57422 7.22949l153.232 72.6143c0.898438 0.426758 2.43457 0.772461 3.42871 0.772461c1.00781 0 2.56348 -0.355469 3.47168 -0.792969l150.765 -72.6162c2.5 -1.2041 4.52832 -4.43262 4.52832 -7.20703
c0 -0.380859 -0.0527344 -0.995117 -0.118164 -1.37109l-32 -184c-0.345703 -1.99023 -2.0332 -4.44922 -3.76562 -5.48828l-48 -28.8008zM192 247.385h44c6.61719 0.0078125 11.9932 5.38379 12 12v28h-44c-6.61621 -0.0078125 -11.9922 -5.38379 -12 -12v-28zM236 231.385
h-28v-10.585l32 -12.7998l32 12.7998v26.585h-10.7002c-4.19434 -8.82422 -15.5283 -15.9922 -25.2998 -16zM280 263.385v8.19238c0 0.861328 -0.678711 1.73047 -1.51465 1.93945l-14.4854 3.62109v-13.7529h16zM208 203.569v-2.56934v-0.0244141
c0 -3.17969 2.01855 -7.36621 4.50586 -9.3457l20 -16c1.81152 -1.46191 5.16992 -2.64844 7.49707 -2.64844s5.68652 1.18652 7.49707 2.64844l20 16c2.48438 1.97949 4.5 6.16406 4.5 9.34082v0.0292969v2.56934l-29.0293 -11.6123
c-0.789062 -0.31543 -2.12012 -0.572266 -2.9707 -0.572266s-2.18164 0.256836 -2.9707 0.572266zM240 122.7l23.1309 23.1406l-4.54395 18.1768l-1.09961 -0.882812c-4.22559 -3.41016 -12.0615 -6.17871 -17.4922 -6.17871c-5.42969 0 -13.2656 2.76855 -17.4912 6.17871
l-1.09961 0.882812l-4.54395 -18.1768zM330.84 116.046v-0.00195312c6.47168 -4.01465 12.3086 -13.4268 13.0293 -21.0088l8.87695 5.32617l30.3369 174.438l-141.875 68.334l-144.284 -68.373l30.3301 -174.399l8.87695 -5.32617
c0.720703 7.58203 6.55762 16.9941 13.0293 21.0088l51.8623 32.417l6.6377 26.5527l-5.15234 4.12207c-5.7998 4.61816 -10.5078 14.3848 -10.5078 21.7988v0.0654297v30.3848h-8c-4.41602 0 -8 3.58398 -8 8v36c0.0175781 15.4385 12.5615 27.9824 28 28h52
c4.41602 0 8 -3.58398 8 -8v-1.75391l18.3662 -4.59082c7.52539 -1.87305 13.6338 -9.6875 13.6338 -17.4434v-0.0195312v-16.1924c0 -4.41602 -3.58398 -8 -8 -8v-46.3848v-0.0664062c0 -7.41504 -4.70801 -17.1807 -10.5078 -21.7988l-5.15234 -4.12207l6.6377 -26.5527z
M336 263.385h16v-16h-16v16zM336 231.385h16v-16h-16v16zM320 247.385h16v-16h-16v16zM352 247.385h16v-16h-16v16zM136 215.385h16v-16h-16v16zM136 183.385h16v-16h-16v16zM120 199.385h16v-16h-16v16zM152 199.385h16v-16h-16v16z" />
<glyph glyph-name="035-family" unicode="&#xf122;"
d="M490.591 100.965c12.8154 -17.2148 20.4092 -38.5342 20.4092 -61.5938c0 -56.999 -46.3809 -103.371 -103.39 -103.371c-23.5752 0 -45.3281 7.94043 -62.7373 21.2783c-28.8066 -10.9805 -59.1182 -16.5449 -90.1924 -16.5449
c-67.7617 0 -131.467 26.3818 -179.38 74.2842c-47.9141 47.9062 -74.3008 111.6 -74.3008 179.35s26.3867 131.443 74.3018 179.348c47.9131 47.9033 111.618 74.2852 179.38 74.2852c51.4971 0 101.091 -15.3486 143.417 -44.3857
c4.55469 -3.12402 5.71484 -9.34863 2.58984 -13.9033c-3.12402 -4.55469 -9.34863 -5.71387 -13.9033 -2.58887c-38.9814 26.7422 -84.6621 40.8779 -132.104 40.8779c-128.853 0 -233.682 -104.808 -233.682 -233.633c0 -128.826 104.829 -233.634 233.683 -233.633
c25.3779 0 50.1953 4.04004 73.9824 11.9971c-15.2217 18.0078 -24.415 41.2686 -24.415 66.6406c0 10.4072 1.55176 20.458 4.42578 29.9385h-132.726c-5.52344 0 -10 4.47852 -10 10v10.9775h-72.7578c-5.52344 0 -10 4.47754 -10 10v19.2754
c0 37.3555 19.6191 71.8467 50.9668 91.3389c-10.7451 12.8242 -17.2295 29.3311 -17.2295 47.3281c0 40.7275 33.1416 73.8623 73.876 73.8623c27.2393 0 51.0654 -14.8271 63.874 -36.8213c12.8057 21.9941 36.6211 36.8213 63.8506 36.8213
c40.7344 0 73.876 -33.1338 73.876 -73.8623c0 -17.9941 -6.48242 -34.499 -17.2246 -47.3232c24.8398 -15.5127 42.6592 -40.8037 48.6855 -69.4463c19.5059 -3.09277 37.2139 -11.6572 51.4941 -24.0693c8.62207 24.6855 13.002 50.5078 13.002 76.9756
c0 47.4229 -14.1484 93.1025 -40.9141 132.103c-3.125 4.55273 -1.96777 10.7783 2.58594 13.9033c4.55273 3.12402 10.7793 1.96875 13.9043 -2.58691c29.0625 -42.3447 44.4238 -91.9395 44.4238 -143.419c0 -32.2607 -5.97949 -63.6523 -17.7725 -93.4023z
M403.013 142.636c-6.37988 23.0059 -22.1846 42.8584 -43.4551 54.2275c-11.7432 -7.86914 -25.8564 -12.4688 -41.0264 -12.4688c-2.15234 0 -4.2959 0.116211 -6.43066 0.299805c-2.18848 -5.68262 -5.19629 -10.957 -8.88086 -15.6865
c18.2471 -12.001 31.4629 -30.3477 37.1182 -51.2207c17.0059 14.6143 38.8008 23.7979 62.6748 24.8486zM213.139 206.726c0 -22.8857 18.6367 -41.5049 41.543 -41.5049c22.8916 0 41.5156 18.6191 41.5156 41.5049c0 22.8867 -18.624 41.5059 -41.5156 41.5059
c-22.9062 0 -41.543 -18.6191 -41.543 -41.5059zM318.529 312.094c-26.6123 0 -48.7637 -19.416 -53.0752 -44.8271c28.7979 -5.10938 50.7422 -30.3027 50.7422 -60.541c0 -0.760742 -0.0302734 -1.51367 -0.0585938 -2.26758
c0.795898 -0.0341797 1.59277 -0.0615234 2.3916 -0.0615234c29.708 0 53.876 24.1494 53.876 53.835c0 29.6992 -24.168 53.8623 -53.876 53.8623zM190.806 312.094c-29.708 0 -53.876 -24.1631 -53.876 -53.8623c0 -29.6855 24.168 -53.835 53.876 -53.835
c0.801758 0 1.59766 0.0273438 2.3916 0.0615234c-0.0283203 0.753906 -0.0585938 1.50684 -0.0585938 2.26758c0 30.2402 21.957 55.4346 50.7705 60.542c-4.31445 25.4102 -26.4775 44.8262 -53.1035 44.8262zM103.191 119.562h0.000976562v-9.27441h64.1328
c4.27539 23.958 18.3408 45.2812 38.7959 58.7217c-3.68555 4.72754 -6.69434 10.001 -8.88281 15.6836c-2.12988 -0.182617 -4.27441 -0.297852 -6.43262 -0.297852c-15.1631 0 -29.2686 4.5957 -41.0098 12.4561c-28.4863 -15.1768 -46.6045 -44.917 -46.6045 -77.2891z
M185.949 89.3105v-0.000976562h131.188c1.86426 3.36328 3.90527 6.61523 6.11914 9.73633c-1.44238 23.3516 -14.9336 44.5508 -35.418 55.915c-9.57617 -6.15332 -20.9521 -9.74023 -33.1572 -9.74023c-12.2119 0 -23.5947 3.58789 -33.1758 9.74316
c-21.7666 -12.0801 -35.5566 -35.1035 -35.5566 -60.1191v-5.53418zM407.61 -44c45.9805 0 83.3896 37.4004 83.3896 83.3711c0 43.668 -33.7607 79.5771 -76.5537 83.0693c-0.0410156 0.00292969 -0.0820312 0.00488281 -0.123047 0.00878906
c-2.2168 0.177734 -4.45117 0.293945 -6.71289 0.293945c-45.9658 0 -83.3613 -37.4004 -83.3613 -83.3721c0 -45.9707 37.3945 -83.3711 83.3613 -83.3711zM407.625 77.3965c14.0947 11.0518 34.0703 10.5 45.9121 -1.77246
c14.3701 -14.8633 14.374 -39.0889 0.00195312 -53.9941c-0.0839844 -0.0869141 -0.168945 -0.171875 -0.255859 -0.255859l-38.7295 -37.3594c-1.93652 -1.86719 -4.44043 -2.80273 -6.94238 -2.80273c-2.50293 0 -5.00488 0.93457 -6.94336 2.80273l-38.7275 37.3594
c-0.0908203 0.0869141 -0.178711 0.175781 -0.265625 0.265625c-14.3291 14.9004 -14.3252 39.1162 0.00878906 53.9824c11.8506 12.2803 31.8389 12.835 45.9414 1.77441zM439.25 35.6289c6.75195 7.13086 6.71973 19.0459 -0.100586 26.1025
c-5.63086 5.83301 -14.9551 3.97559 -20.3691 -1.08887l-0.354492 -0.332031c-2.74512 -2.57324 -5.85547 -5.49023 -10.8018 -5.49023s-8.05664 2.91699 -10.8018 5.49023l-0.355469 0.333984c-5.41895 5.06934 -14.7568 6.93066 -20.3887 1.09375
c-6.80469 -7.05664 -6.83887 -18.9766 -0.104492 -26.1133l31.6357 -30.5176zM419.903 359.582l-0.0292969 0.0283203c-3.90527 3.90527 -3.90527 10.2373 0 14.1426c3.90625 3.9043 10.2383 3.9043 14.1426 0c3.90527 -3.90527 3.91895 -10.251 0.0146484 -14.1562
c-1.95605 -1.95703 -4.51855 -2.93652 -7.07812 -2.93652c-2.55078 0 -5.10059 0.972656 -7.0498 2.92188z" />
<glyph glyph-name="018-paper-plane" unicode="&#xf111;"
d="M506.955 446.686c3.11914 -1.77832 5.04492 -5.09473 5.04492 -8.68555v-393c0 -3.16992 -1.50391 -6.15332 -4.05273 -8.03906c-1.74219 -1.28906 -3.83203 -1.96094 -5.94824 -1.96094c-0.980469 0 -1.96484 0.144531 -2.9248 0.438477l-138.807 42.4658
l-73.7939 -72.1201c-1.9043 -1.86328 -4.42773 -2.84961 -6.99023 -2.84961c-1.30859 0 -2.625 0.257812 -3.87793 0.78418c-2.00293 0.841797 -3.60742 2.30078 -4.67871 4.08691c-0.0703125 0.0917969 -0.139648 0.193359 -0.207031 0.314453l-64.1768 116.812
l-145.469 44.5039c-3.78809 1.15918 -6.53516 4.44531 -7.00391 8.38086c-0.469727 3.93457 1.42969 7.77344 4.83984 9.79102l178.479 105.539c4.75391 2.81152 10.8877 1.23438 13.6973 -3.51855c2.81152 -4.75391 1.23633 -10.8857 -3.51758 -13.6982l-158.966 -94
l121.809 -37.2656l244.906 254.113l-131.482 -77.749c-4.75488 -2.81055 -10.8867 -1.23535 -13.6973 3.51758c-2.81055 4.75391 -1.23535 10.8857 3.51855 13.6973l183.254 108.364c3.08984 1.82715 6.92578 1.85742 10.0449 0.0771484zM271.265 118.77l148.319 214.11
l-193.921 -201.21l43.8232 -79.7646v61.1709c0 2.03516 0.621094 4.02051 1.77832 5.69336zM289.486 36.6914l48.9893 47.8789l-48.9893 14.9873v-62.8662zM492 58.5166v343.779l-196.499 -283.663zM164.423 100.423c3.90527 -3.90625 3.90527 -10.2383 0 -14.1416
l-93.3516 -93.3525c-1.95312 -1.95312 -4.5127 -2.92871 -7.07129 -2.92871s-5.11816 0.975586 -7.07227 2.92773c-3.9043 3.90625 -3.9043 10.2383 0 14.1436l93.3525 93.3516c3.90625 3.90527 10.2363 3.90527 14.1426 0zM40.0713 -23.9277
c3.9043 -3.90625 3.9043 -10.2383 0 -14.1436l-23 -23c-1.95312 -1.95215 -4.5127 -2.92871 -7.07129 -2.92871s-5.11816 0.975586 -7.07129 2.92773c-3.9043 3.90625 -3.9043 10.2383 0 14.1436l23 23c3.90625 3.90332 10.2363 3.90332 14.1426 0.000976562z
M142.649 -46.3398c1.86035 -1.86035 2.93066 -4.42969 2.93066 -7.07031c0 -2.62988 -1.07129 -5.20996 -2.93066 -7.07031c-1.85938 -1.85938 -4.43945 -2.92969 -7.06934 -2.92969s-5.20996 1.07031 -7.07031 2.92969c-1.86035 1.86035 -2.92969 4.44043 -2.92969 7.07031
c0 2.64062 1.07031 5.20996 2.92969 7.07031c1.86035 1.85938 4.42969 2.92969 7.07031 2.92969c2.62988 0 5.20996 -1.07031 7.06934 -2.92969zM217.051 28.0654c3.90527 -3.90527 3.90527 -10.2373 0 -14.1426l-49.4453 -49.4453
c-1.95312 -1.95117 -4.5127 -2.92871 -7.07129 -2.92871c-2.55957 0 -5.11816 0.976562 -7.07129 2.92871c-3.90527 3.90527 -3.90527 10.2373 0 14.1426l49.4463 49.4453c3.90918 3.9043 10.2393 3.9043 14.1416 0zM387.704 31.8613
c3.90527 -3.90625 3.90527 -10.2383 0 -14.1436l-49.5801 -49.5801c-1.95312 -1.95215 -4.51172 -2.92871 -7.07129 -2.92871c-2.55859 0 -5.11816 0.976562 -7.07031 2.92871c-3.90527 3.90625 -3.90527 10.2383 0 14.1436l49.5791 49.5801
c3.90625 3.90332 10.2363 3.90332 14.1426 0zM283.5 311.69c1.86035 -1.86035 2.92969 -4.44043 2.92969 -7.08008c0 -2.62988 -1.07031 -5.2002 -2.92969 -7.06055c-1.86035 -1.87012 -4.44043 -2.92969 -7.07031 -2.92969s-5.20996 1.05957 -7.06934 2.92969
c-1.86035 1.86035 -2.93066 4.43066 -2.93066 7.06055c0 2.63965 1.07129 5.21973 2.93066 7.08008c1.85938 1.85938 4.43945 2.92969 7.06934 2.92969s5.20996 -1.07031 7.07031 -2.92969z" />
<glyph glyph-name="045-fever" unicode="&#xf12c;"
d="M372.633 194.703c-4.05566 -45.9443 -34.7041 -84.3682 -76.418 -99.7285v-5.63281l80.373 -44.3242c13.9863 -7.71289 22.6738 -22.4258 22.6738 -38.3975v-63.1279c0 -4.13965 -3.35547 -7.49414 -7.49512 -7.49414c-4.13867 0 -7.49414 3.35449 -7.49414 7.49414
v63.1279c0 10.5117 -5.71875 20.1953 -14.9229 25.2715l-44.1133 24.3271c-1.63086 -9.91797 -5.34668 -19.3896 -10.9971 -27.8545c-1.44531 -2.16406 -3.82031 -3.33398 -6.24121 -3.33398c-1.42969 0 -2.87598 0.40918 -4.1543 1.2627
c-3.44238 2.29688 -4.37012 6.95215 -2.07129 10.3936c5.46875 8.19043 8.64746 17.5771 9.2998 27.3438l-14.8584 8.19434v-4.42188c0 -22.7246 -18.4873 -41.2119 -41.2129 -41.2119s-41.2129 18.4873 -41.2129 41.2119v4.42188l-14.8486 -8.18945
c1.94629 -29.2383 26.3389 -52.4346 56.0605 -52.4346c8.98633 0 17.5957 2.08398 25.5879 6.19141c3.68164 1.89551 8.19922 0.442383 10.0918 -3.23828c1.89258 -3.68164 0.443359 -8.19922 -3.23828 -10.0918c-10.1328 -5.20801 -21.0479 -7.85059 -32.4414 -7.85059
c-35.3096 0 -64.6836 25.8457 -70.2334 59.6084l-44.1123 -24.3271c-9.20703 -5.07617 -14.9248 -14.7588 -14.9248 -25.2715v-63.1279c0 -4.13965 -3.35547 -7.49414 -7.49414 -7.49414s-7.49414 3.35449 -7.49414 7.49414v63.1279
c0 15.9727 8.68848 30.6846 22.6738 38.3975l80.3721 44.3232v6.22461c-5.91797 2.2666 -11.6602 5.0127 -17.1582 8.23047c-3.57227 2.09082 -4.77344 6.68164 -2.68262 10.2539s6.68066 4.77539 10.2529 2.68262c15.5938 -9.12402 33.4346 -13.9473 51.5947 -13.9473
c56.416 0 102.315 45.8994 102.315 102.316v93.8574c0 8.88281 -4.02441 17.0986 -11.0439 22.541c-7.01855 5.44141 -15.9785 7.2959 -24.5801 5.08398l-62.957 -16.1855c-2.96875 -0.763672 -6.1084 -0.756836 -9.07812 0.0175781l-0.629883 0.164062
c-4.00684 1.04199 -6.40723 5.13477 -5.36426 9.13965c1.04297 4.00586 5.13477 6.40723 9.1416 5.36426l0.632812 -0.165039c0.513672 -0.132812 1.05469 -0.134766 1.56641 -0.00390625l62.958 16.1855c13.1201 3.37402 26.7891 0.546875 37.4961 -7.75684
c10.7061 -8.30176 16.8477 -20.835 16.8477 -34.3848v-33.9717h6.6748c4.65234 0 9.0918 -0.916992 13.1592 -2.56543v71.6357c0 54.5615 -44.3896 98.9521 -98.9531 98.9521h-85.9072c-36.6318 0 -66.4346 -29.8027 -66.4346 -66.4355
c0 -4.13965 -3.35645 -7.49414 -7.49512 -7.49414c-7.73535 0 -14.0273 -6.29199 -14.0273 -14.0264v-24.6426c0 -4.13965 -3.35547 -7.49414 -7.49512 -7.49414c-4.13867 0 -7.49414 3.35449 -7.49414 7.49414v24.6426c0 13.5039 9.27441 24.8818 21.7861 28.1035
c3.36328 41.8291 38.4795 74.8418 81.1602 74.8418h85.9072c62.8281 0 113.942 -51.1133 113.941 -113.941v-83.1943c4.39258 -5.86523 6.99512 -13.1436 6.99512 -21.0186c0 -19.3779 -15.7646 -35.1426 -35.1426 -35.1426h-7.14062zM373.511 249.999v-40.3076h6.2627
c11.1133 0 20.1533 9.04004 20.1533 20.1533s-9.04004 20.1543 -20.1533 20.1543h-6.2627zM281.224 67.8037h-0.000976562v22.7783c-8.19043 -1.81836 -16.6982 -2.78418 -25.4287 -2.78418c-9.1377 0 -18.2061 1.06738 -27.0176 3.14844v-23.1426
c0 -14.46 11.7637 -26.2227 26.2236 -26.2227c14.4609 0 26.2236 11.7627 26.2236 26.2227zM138.951 194.703h-6.72461c-19.3779 0 -35.1426 15.7646 -35.1426 35.1426c0 8.48242 3.02051 16.2725 8.04297 22.3506v36.2764c0 4.14062 3.35547 7.49512 7.49414 7.49512
c4.13965 0 7.49512 -3.35449 7.49512 -7.49512v-25.6348c3.77734 1.39062 7.85742 2.15137 12.1113 2.15137h6.2627v33.8037c0 15.3389 7.84473 29.2539 20.9824 37.2227c3.53809 2.14746 8.14746 1.01953 10.2939 -2.51953s1.01855 -8.14844 -2.52148 -10.2949
c-8.61914 -5.22949 -13.7656 -14.3535 -13.7656 -24.4082v-41.2988v-52.3906c0 -7.80859 0.882812 -15.5869 2.62207 -23.1201c0.931641 -4.03125 -1.58301 -8.05664 -5.61621 -8.98828c-0.567383 -0.130859 -1.13477 -0.193359 -1.69336 -0.193359
c-3.41113 0 -6.49512 2.34277 -7.2959 5.80957c-1.21973 5.2793 -2.06738 10.6621 -2.54492 16.0918zM112.072 229.846c0 -11.1143 9.04102 -20.1533 20.1533 -20.1533h6.2627v40.3076h-6.2627c-11.1133 0 -20.1533 -9.04102 -20.1533 -20.1543zM203.946 248.062
c4.13965 0 7.49512 -3.35449 7.49512 -7.49414v-8.72266c0 -4.14062 -3.35547 -7.49512 -7.49512 -7.49512c-4.13867 0 -7.49414 3.35449 -7.49414 7.49512v8.72266c0 4.13965 3.35547 7.49414 7.49414 7.49414zM174.498 258.136
c5.89648 10.5186 16.0107 18.1152 27.751 20.8438c4.03125 0.943359 8.05957 -1.56934 8.99707 -5.60156c0.9375 -4.03125 -1.57031 -8.05957 -5.60156 -8.99609c-7.64551 -1.77832 -14.2305 -6.72461 -18.0693 -13.5713l-0.144531 -0.257812
c-1.37402 -2.45312 -3.92188 -3.83398 -6.5459 -3.83398c-1.23926 0 -2.49609 0.307617 -3.6543 0.956055c-3.61133 2.02148 -4.90039 6.58887 -2.87793 10.2002zM299.56 231.845v8.72266c0 4.13965 3.35547 7.49414 7.49414 7.49414
c4.13965 0 7.49512 -3.35449 7.49512 -7.49414v-8.72266c0 -4.14062 -3.35547 -7.49512 -7.49512 -7.49512c-4.13867 0 -7.49414 3.35449 -7.49414 7.49512zM323.424 250.813c-3.83691 6.84375 -10.4219 11.79 -18.0674 13.5684
c-4.03125 0.936523 -6.53906 4.96484 -5.60156 8.99609c0.936523 4.03125 4.96191 6.54688 8.99707 5.60156c11.7402 -2.72852 21.8545 -10.3252 27.749 -20.8408l0.147461 -0.263672c2.02246 -3.61133 0.733398 -8.17871 -2.87793 -10.2002
c-1.1582 -0.648438 -2.41504 -0.956055 -3.6543 -0.956055c-2.625 0 -5.17188 1.38086 -6.5459 3.83398zM314.879 155.737c-12.4922 0 -22.6562 10.1641 -22.6572 22.6572c0 3.50781 1.09277 9.72754 10.5322 23.1982c2.76758 3.94922 7.2998 6.30664 12.125 6.30664
c4.82617 0 9.3584 -2.3584 12.127 -6.30762c9.43848 -13.4717 10.5312 -19.6904 10.5312 -23.1973c0 -12.4932 -10.165 -22.6572 -22.6582 -22.6572zM314.879 192.776c-7.47559 -10.7139 -7.66602 -14.3535 -7.66797 -14.3896c0 -4.21973 3.44043 -7.65918 7.66797 -7.65918
s7.66602 3.43555 7.66895 7.66211c-0.00585938 0.105469 -0.266602 3.78027 -7.66895 14.3867zM207.149 350.218c4.75781 0 9.22754 -2.32422 11.9551 -6.21777c9.20605 -13.1387 10.2705 -19.2246 10.2705 -22.6602c0 -12.2539 -9.9707 -22.2246 -22.2256 -22.2246
c-12.2539 0 -22.2246 9.96973 -22.2246 22.2246c0 3.43652 1.06543 9.52344 10.2705 22.6592c2.72754 3.89453 7.19629 6.21875 11.9541 6.21875zM207.15 314.105c3.98633 0 7.22949 3.23926 7.23633 7.22461c-0.00878906 0.131836 -0.318359 3.64551 -7.23535 13.6094
c-7.01953 -10.1094 -7.23535 -13.5801 -7.23633 -13.6133c0 -3.97559 3.24512 -7.2207 7.23535 -7.2207zM159.271 161.385c2.64258 3.77246 6.97363 6.02539 11.583 6.02539c4.61133 0 8.94141 -2.25195 11.5859 -6.02441
c8.69629 -12.4111 9.70215 -18.208 9.70215 -21.4902c0 -11.7373 -9.54883 -21.2861 -21.2871 -21.2861c-11.7373 0 -21.2861 9.54883 -21.2861 21.2861c0 3.28223 1.00586 9.0791 9.70215 21.4893zM177.153 139.866c-0.0214844 0.200195 -0.432617 3.3623 -6.29785 11.9209
c-6.03516 -8.80566 -6.2959 -11.8984 -6.29785 -11.9297c0.000976562 -3.43359 2.82617 -6.25781 6.29785 -6.25781c3.46289 0 6.28223 2.80859 6.29785 6.2666zM226.455 138.865c0 15.7402 12.8066 28.5449 28.5459 28.5449s28.5449 -12.8047 28.5449 -28.5449v-4.47559
c0 -9.1748 -7.46484 -16.6406 -16.6416 -16.6406h-23.8076c-9.17578 0 -16.6416 7.46484 -16.6416 16.6406v4.47559zM241.444 138.865h-0.000976562v-4.47559c0 -0.911133 0.741211 -1.65137 1.65234 -1.65137h23.8076c0.911133 0 1.65332 0.740234 1.65332 1.65137v4.47559
c0 7.47461 -6.08203 13.5566 -13.5566 13.5566s-13.5557 -6.08203 -13.5557 -13.5566zM249.388 196.861c-2.10938 -3.5625 -6.70605 -4.73828 -10.2666 -2.63184c-3.5625 2.1084 -4.74023 6.70605 -2.63086 10.2676l0.1875 0.318359
c3.81055 6.44629 10.541 10.2666 18.0547 10.1318c7.49414 -0.104492 14.1377 -4.08105 17.7686 -10.6377c2.00684 -3.62012 0.698242 -8.18066 -2.92383 -10.1865c-1.14941 -0.636719 -2.39551 -0.939453 -3.62402 -0.939453
c-2.63672 -0.000976562 -5.19434 1.39258 -6.5625 3.86426c-1.43262 2.58789 -3.88086 2.89844 -4.86621 2.91309c-0.977539 -0.00878906 -3.44043 -0.229492 -4.94531 -2.77637zM169.76 -23.3857c4.13867 0 7.49414 -3.35547 7.49414 -7.49414v-25.626
c0 -4.13965 -3.35547 -7.49414 -7.49414 -7.49414s-7.49414 3.35449 -7.49414 7.49414v25.626c0 4.13965 3.35547 7.49414 7.49414 7.49414zM340.242 -23.3857c4.13867 0 7.49414 -3.35547 7.49414 -7.49414v-25.626c0 -4.13965 -3.35547 -7.49414 -7.49414 -7.49414
c-4.13965 0 -7.49512 3.35449 -7.49512 7.49414v25.626c0 4.13965 3.35547 7.49414 7.49512 7.49414z" />
<glyph glyph-name="041-headache" unicode="&#xf128;"
d="M414.971 32.8701c32.2686 -6.24609 55.6885 -34.6328 55.6875 -67.501v-21.874c0 -4.13965 -3.35547 -7.49609 -7.49609 -7.49609h-350.684c-4.13965 0 -7.49609 3.35645 -7.49609 7.49609s3.35645 7.49609 7.49609 7.49609h343.188v14.3779
c0 25.7002 -18.3135 47.8984 -43.5439 52.7822l-82.75 16.0176c-3.08008 -15.4336 -11.0098 -29.5303 -22.7803 -40.2773c-13.7168 -12.5244 -31.5059 -19.4209 -50.0928 -19.4209c-35.8867 0 -66.0615 25.207 -72.8799 59.6953l-82.7422 -16.0146
c-25.2314 -4.88477 -43.5439 -27.083 -43.5439 -52.7822v-14.377h20.2607c4.13965 0 7.49609 -3.35547 7.49609 -7.49609c0 -4.13965 -3.35645 -7.49609 -7.49609 -7.49609h-27.7588c-4.13965 0 -7.49609 3.35645 -7.49609 7.49609v21.873
c0 32.8672 23.4209 61.2549 55.6885 67.501l115.24 22.3047c4.27344 10.127 4.57227 21.6289 0.750977 31.9951l-1.47754 4.00879c-1.0752 0.782227 -2.13184 1.59473 -3.16602 2.43652c-44.2607 35.8096 -66.7109 68.0127 -66.7109 95.7002
c0 3.00586 0.120117 5.90234 0.358398 8.61035c0.152344 1.55957 0.289062 3.59082 0.407227 6.02051c-19.0889 2.80957 -33.9639 19.2686 -34.207 39.0918c-0.0791016 6.46875 1.36621 12.7158 4.17188 18.334v80.251c0 58.6553 47.7207 106.377 106.378 106.377
c4.14062 0 7.49609 -3.35645 7.49609 -7.49609c0 -4.14062 -3.35645 -7.49609 -7.49609 -7.49609c-50.3906 0 -91.3848 -40.9951 -91.3848 -91.3848v-63.9219c4.62598 2.83398 9.77637 4.68359 15.1934 5.44336c-0.15918 7.05859 -0.357422 13.9463 -0.595703 20.4004
c-0.256836 6.95801 2.27539 13.5293 7.13281 18.5049c2.78418 2.85254 7.31445 3.02734 10.3096 0.397461c18.7412 -16.4521 42.873 -25.7783 67.9492 -26.2627c25.3242 -0.481445 50.0439 8.13867 69.5967 24.29c0.979492 0.80957 2.14941 1.35645 3.39844 1.58984
l0.530273 0.0986328c2.54199 0.475586 5.1416 -0.392578 6.88965 -2.29102c1.75 -1.89844 2.39941 -4.56445 1.71777 -7.05469c-4.64453 -16.9932 -14.3193 -32.0107 -27.4922 -43.1807c6.01953 -0.0498047 12.041 0.671875 17.9268 2.14941
c23.5518 5.91113 42.3027 23.1777 50.1602 46.1875c0.882812 2.58203 3.09961 4.48242 5.78711 4.95801c2.6875 0.473633 5.42383 -0.546875 7.13867 -2.6709c3.80664 -4.71094 5.78125 -10.6523 5.55664 -16.7285
c-0.238281 -6.46289 -0.436523 -13.3594 -0.595703 -20.4258c5.41797 -0.759766 10.5674 -2.60938 15.1943 -5.44434v63.9609c0 50.3887 -40.9961 91.3848 -91.3848 91.3848h-38.5977c-4.14062 0 -7.49609 3.35547 -7.49609 7.49609
c0 4.13965 3.35547 7.49609 7.49609 7.49609h38.5977c58.6553 0 106.376 -47.7217 106.376 -106.377v-80.2939c2.80469 -5.61719 4.24902 -11.8613 4.16895 -18.3281c-0.243164 -19.8203 -15.1133 -36.2773 -34.2012 -39.0908
c0.116211 -2.35547 0.249023 -4.32617 0.397461 -5.84473c0.245117 -2.85352 0.365234 -5.7666 0.365234 -8.75293c0 -27.6895 -22.46 -59.9014 -66.7539 -95.7412c-1.25195 -1.01758 -2.53418 -1.99121 -3.84375 -2.9209l-1.2832 -3.48047
c-3.79492 -10.2979 -3.52637 -21.7148 0.666992 -31.793zM381.139 261.071c-3.45117 3.49316 -7.74316 5.84277 -12.4258 6.86133c-0.25293 -17.7227 -0.260742 -35.3389 -0.0244141 -48.8721c11.0977 2.44629 19.5215 12.335 19.667 24.126
c0.0820312 6.73828 -2.48145 13.0898 -7.2168 17.8848zM124.215 243.223c0.143555 -11.7939 8.56934 -21.6816 19.6689 -24.1279c0.237305 13.5596 0.228516 31.1699 -0.0234375 48.875c-4.68457 -1.01758 -8.97754 -3.36719 -12.4297 -6.86133
c-4.73633 -4.7959 -7.29883 -11.1475 -7.21582 -17.8857zM157.657 189.314c0 -22.6162 21.1504 -51.6826 61.166 -84.0566c10.5332 -8.57324 23.7891 -13.2832 37.3496 -13.2832h0.232422c13.5693 0 26.8008 4.69922 37.3047 13.2402
c40.0459 32.4023 61.2061 61.4795 61.2061 84.0977c0 2.56152 -0.102539 5.04395 -0.301758 7.38184c-1.2998 13.2373 -1.44336 57.2666 -0.418945 94.584c-11.7432 -16.7324 -29.1797 -28.9082 -49.6006 -34.0342c-14.5303 -3.64648 -29.7842 -3.45605 -44.1191 0.547852
c-2.9873 0.834961 -5.15039 3.4209 -5.44531 6.50781s1.34082 6.03613 4.11523 7.41992c10.6465 5.31055 19.6855 13.1807 26.4131 22.752c-17.6602 -9.03711 -37.3906 -13.6699 -57.4697 -13.2773c-25.3955 0.491211 -49.9463 8.93262 -70.1064 23.959
c-0.0234375 -0.348633 -0.0273438 -0.701172 -0.0146484 -1.05664c1.45312 -39.373 1.44434 -92.6494 -0.0175781 -107.559c-0.192383 -2.19629 -0.292969 -4.65332 -0.292969 -7.22363zM256.142 76.9824c-8.62598 0 -17.1602 1.52539 -25.1982 4.43359
c1.82715 -11.4404 0.238281 -23.2939 -4.67383 -33.9023c0.847656 -15.6758 13.8682 -28.1709 29.752 -28.1709s28.9043 12.4951 29.752 28.1709c-4.88281 10.5449 -6.48242 22.3203 -4.70508 33.6963c-7.86816 -2.77344 -16.2041 -4.22754 -24.6357 -4.22754h-0.291016z
M256.499 -10.5361c28.668 0 52.6953 20.0566 58.1621 47.5518l-14.8135 2.86816c-4.27539 -20.2715 -22.3018 -35.5332 -43.8262 -35.5332c-21.46 0 -39.4434 15.1719 -43.7871 35.3545l-13.8945 -2.69043c5.47559 -27.4775 29.542 -47.5508 58.1592 -47.5508z
M21.3447 383.754l12.627 4.45312l-31.5312 30.1826c-1.88184 1.80078 -2.69238 4.44922 -2.14453 6.99414c0.547852 2.5459 2.37793 4.62402 4.83496 5.49023l47.3525 16.6992c3.24023 1.13965 6.83887 -0.0634766 8.7373 -2.92285l40.5576 -61.0684
c1.25488 -1.88867 1.58789 -4.24219 0.905273 -6.4043s-2.30762 -3.89746 -4.41699 -4.72461l-12.5752 -4.91992l12.8457 -45.1602c0.900391 -3.16406 -0.367188 -6.5459 -3.12598 -8.33789c-1.24707 -0.80957 -2.66699 -1.20898 -4.08203 -1.20898
c-1.71582 0 -3.42383 0.585938 -4.80664 1.74219l-67.4912 56.3613c-2.06738 1.72754 -3.0498 4.43262 -2.57129 7.08398c0.477539 2.65234 2.34277 4.84375 4.88477 5.74023zM21.6133 420.789l31.5312 -30.1836c1.88086 -1.80078 2.69141 -4.44922 2.14453 -6.99512
c-0.547852 -2.54492 -2.37793 -4.62305 -4.83496 -5.49023l-11.7012 -4.12598l38.71 -32.3262l-8.05566 28.3125c-1.05664 3.71484 0.881836 7.625 4.47852 9.03223l10.2627 4.0166l-32.1865 48.4629zM74.9834 246.844c-1.05176 0 -2.11914 0.22168 -3.1377 0.691406
l-36.2695 16.7393c-2.4502 1.13086 -4.10254 3.49219 -4.32812 6.18164s1.0127 5.29199 3.24121 6.81445l10.4316 7.12598l-24.2676 11.2012c-3.75879 1.73438 -5.39941 6.18848 -3.66504 9.94727c1.73535 3.75977 6.1875 5.40039 9.94824 3.66602l36.2695 -16.7402
c2.4502 -1.12988 4.10254 -3.49219 4.32812 -6.18066c0.225586 -2.68945 -1.0127 -5.29297 -3.24121 -6.81445l-10.4316 -7.12695l24.2666 -11.2002c3.75977 -1.73535 5.40039 -6.18945 3.66602 -9.94824c-1.26562 -2.74121 -3.97754 -4.35645 -6.81055 -4.35645z
M511.705 424.76c0.548828 -2.5459 -0.262695 -5.19336 -2.14453 -6.99512l-31.5322 -30.1836l12.626 -4.45215c2.54199 -0.896484 4.40625 -3.08789 4.88477 -5.74023c0.478516 -2.65137 -0.503906 -5.35547 -2.57129 -7.08301l-67.4912 -56.3623
c-1.38281 -1.15527 -3.09082 -1.74219 -4.80664 -1.74219c-1.41504 0 -2.83496 0.398438 -4.08301 1.20898c-2.75879 1.79199 -4.02539 5.17383 -3.12598 8.33789l12.8477 45.1602l-12.5752 4.9209c-2.10938 0.826172 -3.73438 2.56348 -4.41699 4.72461
c-0.682617 2.16016 -0.349609 4.51562 0.904297 6.40332l40.5576 61.0693c1.89941 2.85938 5.49609 4.06445 8.7373 2.92188l47.3535 -16.6982c2.45605 -0.867188 4.28711 -2.94434 4.83594 -5.49023zM458.855 389.981l31.5303 30.1846l-30.3486 10.7021l-32.1865 -48.4629
l10.2627 -4.01562c3.5957 -1.4082 5.53516 -5.31738 4.47754 -9.0332l-8.05469 -28.3125l38.71 32.3271l-11.7002 4.12598c-2.45605 0.866211 -4.28809 2.94434 -4.83594 5.49023s0.264648 5.19336 2.14551 6.99414zM485.062 308.586
c3.75781 1.73438 8.21289 0.09375 9.94727 -3.66504c1.73438 -3.75977 0.0947266 -8.21289 -3.66602 -9.94824l-24.2656 -11.2002l10.4316 -7.12695c2.22852 -1.52246 3.46777 -4.125 3.24121 -6.81445c-0.224609 -2.68848 -1.87793 -5.05078 -4.32812 -6.18066
l-36.2686 -16.7402c-1.01758 -0.46875 -2.08496 -0.691406 -3.13672 -0.691406c-2.83301 0 -5.54492 1.61523 -6.81055 4.35645c-1.73438 3.76074 -0.0947266 8.21289 3.66602 9.94824l24.2656 11.2002l-10.4316 7.12695c-2.22852 1.52246 -3.46777 4.125 -3.24121 6.81445
c0.224609 2.68848 1.87793 5.05078 4.32812 6.18066zM212.432 404.666c4.14062 0 7.49707 -3.35547 7.49707 -7.49609c0 -12.335 -10.0352 -22.3701 -22.3701 -22.3701c-4.14062 0 -7.49609 3.35645 -7.49609 7.49707c0 4.13965 3.35547 7.49609 7.49609 7.49609
c4.06738 0 7.37695 3.30957 7.37695 7.37695c0 4.14062 3.35645 7.49609 7.49609 7.49609zM257.41 374.8c-12.334 0 -22.3691 10.0352 -22.3701 22.3701c0 4.14062 3.35547 7.49609 7.49609 7.49609s7.49609 -3.35547 7.49609 -7.49609
c0 -4.06738 3.31055 -7.37695 7.37793 -7.37695c4.14062 0 7.49609 -3.35645 7.49609 -7.49609c0 -4.14062 -3.35547 -7.49707 -7.49609 -7.49707zM197.56 360.408c12.334 0 22.3691 -10.0352 22.3701 -22.3701c0 -4.13965 -3.35645 -7.49609 -7.49707 -7.49609
c-4.13965 0 -7.49609 3.35645 -7.49609 7.49609c0 4.06836 -3.30957 7.37793 -7.37695 7.37793c-4.14062 0 -7.49609 3.35645 -7.49609 7.49609s3.35547 7.49609 7.49609 7.49609zM242.537 330.542c-4.14062 0 -7.49609 3.35645 -7.49609 7.49609
c0 12.335 10.0352 22.3701 22.3701 22.3701c4.14062 0 7.49609 -3.35645 7.49609 -7.49609s-3.35547 -7.49609 -7.49609 -7.49609c-4.06738 0 -7.37793 -3.30957 -7.37793 -7.37793c0 -4.13965 -3.35547 -7.49609 -7.49609 -7.49609z" />
<glyph glyph-name="050-washing-hands" unicode="&#xf131;"
d="M405.324 212.301l123.078 -123.159c9.11133 -9.10645 12.6504 -22.3945 9.27539 -34.8271s-13.1484 -22.1064 -25.6152 -25.3555c11.3018 -14.3057 10.1455 -34.7979 -2.69434 -47.7412c-13.1016 -12.5625 -33.4023 -13.7061 -47.832 -2.69531
c-1.59668 -6.22461 -4.83887 -11.9053 -9.38672 -16.4463c-14.2285 -13.4463 -36.4707 -13.4736 -50.7324 -0.0625l-3.42188 3.43066c-1.65039 -6.08887 -4.88672 -11.6309 -9.37793 -16.0605c-6.69043 -6.7832 -15.8389 -10.5742 -25.3662 -10.5098
c-9.52344 -0.0146484 -18.6572 3.7793 -25.3672 10.5371l-13.6172 13.6172c-0.323242 0 -0.601562 -0.0810547 -0.898438 -0.0810547h-206.597c-40.4902 0.0507812 -78.0713 21.0488 -99.3379 55.5049s-23.1895 77.4629 -5.08301 113.68
c0.117188 0.224609 0.431641 0.817383 0.566406 1.0332l8.5332 13.9229l107.224 161.828c8.44629 13.6504 23.7266 21.5381 39.7471 20.5156c15.5049 37.7764 54.5488 60.3311 95.0195 54.8906c40.4707 -5.44141 72.1709 -37.5078 77.1475 -78.0381l104.044 25.4111
c21.1543 5.20605 42.8896 -6.08008 50.8008 -26.3789c7.91113 -20.2979 -0.453125 -43.3154 -19.5508 -53.7988zM251.509 367.158c-28.3564 0.0605469 -54.0576 -16.6738 -65.4727 -42.6309c18.1377 -9.54395 27.0693 -30.5225 21.3779 -50.2119l-22.2314 -77.8242h156.15
c-0.0253906 17.9844 -13.3438 33.1787 -31.1689 35.5615c-3.31738 0.435547 -6.11719 2.67871 -7.2666 5.82031c-1.14941 3.14258 -0.457031 6.66211 1.79688 9.13574c19.1016 21.0508 24 51.3828 12.4932 77.376c-11.5059 25.9932 -37.2529 42.7607 -65.6787 42.7734z
M17.9648 79.7197c0.0644531 -54.543 44.2637 -98.7432 98.8066 -98.8076h206.597c9.92188 0 17.9648 8.04297 17.9648 17.9648s-8.04297 17.9648 -17.9648 17.9648h-116.771c-4.96094 0 -8.98242 4.02148 -8.98242 8.98242s4.02148 8.98242 8.98242 8.98242h152.701
c9.92188 0 17.9648 8.04395 17.9648 17.9648c0 9.92188 -8.04297 17.9658 -17.9648 17.9658h-143.719c-4.96094 0 -8.98242 4.02148 -8.98242 8.98242c0 4.95996 4.02148 8.98242 8.98242 8.98242h170.667c9.9209 0 17.9648 8.04297 17.9648 17.9648
s-8.04395 17.9648 -17.9648 17.9648h-161.685c-4.96094 0 -8.98242 4.02148 -8.98242 8.98242s4.02148 8.98242 8.98242 8.98242h134.736c9.92188 0 17.9648 8.04297 17.9648 17.9648s-8.04297 17.9648 -17.9648 17.9648h-186.026
c-2.81738 -0.000976562 -5.47266 1.32031 -7.1709 3.56934s-2.24219 5.16406 -1.46973 7.87402l25.5098 89.2861c0.666016 2.26367 1.00488 4.61035 1.00586 6.96973c0.0771484 9.68164 -5.3916 18.5537 -14.0752 22.834
c-1.63379 0.802734 -3.34668 1.43164 -5.11133 1.87695h-0.314453h-0.0625c-10.7383 2.67871 -21.9658 -1.97852 -27.6572 -11.4707c-0.0576172 -0.117188 -0.126953 -0.228516 -0.206055 -0.332031l-106.676 -160.902
c-0.108398 -0.207031 -0.207031 -0.395508 -0.27832 -0.512695l-8.53418 -13.9229c-6.7959 -13.6963 -10.3115 -28.7861 -10.2666 -44.0762zM375.88 -37.9512l-0.0175781 0.00878906c3.40527 3.31641 5.34277 7.85742 5.37988 12.6113
c0.0371094 4.75293 -1.8291 9.32422 -5.18262 12.6924l-0.117188 0.125977l-17.1562 17.166c0.325195 -1.90918 0.49707 -3.83984 0.511719 -5.77637c0.0224609 -9.53223 -3.77148 -18.6768 -10.5361 -25.3936c-1.60938 -1.60059 -3.36523 -3.04785 -5.24609 -4.32031
l7.04297 -7.05078c7.06934 -6.77832 18.2178 -6.80566 25.3213 -0.0634766zM439.448 -25.2227c3.40625 3.35254 5.32324 7.93262 5.32129 12.7119s-1.92188 9.35742 -5.33008 12.708l-45.0381 45.0479c-2.62012 -12.6318 -11.917 -22.8311 -24.252 -26.6064
l18.4678 -18.4141l0.197266 -0.197266l25.25 -25.25c7.14844 -6.66602 18.2354 -6.66602 25.3838 0zM496.667 -6.08984c6.97461 7.0459 6.96191 18.3975 -0.0273438 25.4287l-18.665 18.666l-0.350586 0.350586l-0.0537109 0.0449219l-57.2812 57.2988
c-3.80762 -12.3477 -14.1025 -21.5967 -26.7852 -24.0645l58.6279 -58.6816l19.1328 -19.043c7.08594 -6.83984 18.3164 -6.83984 25.4023 0zM515.71 51.0381c7.00098 7.01367 7.00098 18.3711 0 25.3848l-131.503 131.593
c-1.99316 1.99219 -2.93457 4.80469 -2.54492 7.59473c0.390625 2.79102 2.06738 5.2373 4.5293 6.60645l81.1025 45.0918c2.125 1.15332 4.07812 2.59863 5.80273 4.29395c8.00977 8.10254 9.66211 20.54 4.04688 30.4531s-17.1328 14.8906 -28.2002 12.1865
l-108.149 -26.4082c-1.15137 -14.9131 -6.03125 -29.2969 -14.1914 -41.8311c19.8008 -8.50195 32.6514 -27.9629 32.6953 -49.5117c12.8838 0.00195312 24.7822 -6.89551 31.1846 -18.0762c6.40137 -11.1797 6.32812 -24.9326 -0.194336 -36.043
c11.7012 -1.38184 21.9824 -8.41406 27.5127 -18.8184l72.5244 -72.5156l0.287109 -0.295898c7.13477 -6.53613 18.1191 -6.40723 25.0977 0.295898zM219.783 318.015h-0.0546875c-3.62891 0.0195312 -6.88965 2.21973 -8.26562 5.57812
c-1.375 3.3584 -0.594727 7.21387 1.97852 9.77344c15.6406 15.6865 39.3037 20.1699 59.5986 11.291c4.54883 -1.98438 6.62793 -7.28125 4.64355 -11.8301c-1.98438 -4.5498 -7.28027 -6.62891 -11.8301 -4.64453c-13.5518 5.90625 -29.3389 2.90918 -39.7832 -7.55371
c-1.67188 -1.66309 -3.92969 -2.60156 -6.28711 -2.61426zM350.315 380.632c0 17.3633 14.0762 31.4385 31.4385 31.4385c17.3633 0 31.4395 -14.0752 31.4395 -31.4385s-14.0762 -31.4385 -31.4395 -31.4385c-17.3623 0 -31.4385 14.0752 -31.4385 31.4385z
M395.229 380.632c0 7.44141 -6.0332 13.4736 -13.4746 13.4736c-7.44043 0 -13.4736 -6.03223 -13.4736 -13.4736s6.0332 -13.4736 13.4736 -13.4736c7.44141 0 13.4746 6.03223 13.4746 13.4736zM494.035 448c24.792 -0.0292969 44.8828 -20.1201 44.9121 -44.9121
c0 -24.8047 -20.1074 -44.9121 -44.9121 -44.9121s-44.9121 20.1074 -44.9121 44.9121c0 24.8037 20.1074 44.9121 44.9121 44.9121zM494.035 376.141c7.14648 0 14.001 2.83887 19.0547 7.89258s7.89258 11.9072 7.89258 19.0547
c0 14.8828 -12.0645 26.9473 -26.9473 26.9473s-26.9473 -12.0645 -26.9473 -26.9473s12.0645 -26.9473 26.9473 -26.9473zM467.088 196.491c0 14.8828 12.0645 26.9473 26.9473 26.9473s26.9473 -12.0645 26.9473 -26.9473s-12.0645 -26.9473 -26.9473 -26.9473
s-26.9473 12.0645 -26.9473 26.9473zM494.035 205.474c-4.96094 0 -8.98242 -4.02148 -8.98242 -8.98242s4.02148 -8.98242 8.98242 -8.98242s8.98242 4.02148 8.98242 8.98242s-4.02148 8.98242 -8.98242 8.98242z" />
<glyph glyph-name="039-right-arrow" unicode="&#xf126;"
d="M506.134 206.157c7.80957 -7.79199 7.83398 -20.4961 0.000976562 -28.3145c-0.00683594 -0.00585938 -0.0117188 -0.0126953 -0.0175781 -0.0185547l-104.504 -104c-7.82812 -7.79004 -20.4922 -7.76367 -28.2852 0.0673828
c-7.79199 7.8291 -7.76172 20.4922 0.0664062 28.2842l70.1621 69.8242h-423.557c-11.0459 0 -20 8.9541 -20 20s8.9541 20 20 20h423.558l-70.1641 69.8242c-7.82812 7.79199 -7.8584 20.4551 -0.0664062 28.2842c7.79297 7.83008 20.4561 7.8584 28.2852 0.0673828
l104.504 -104c0.00683594 -0.00585938 0.0117188 -0.0126953 0.0175781 -0.0185547z" />
<glyph glyph-name="028-arrow" unicode="&#xf11b;"
d="M508.875 199.542c4.16699 -4.16699 4.16699 -10.917 0.000976562 -15.083l-160 -160c-2.08398 -2.08301 -4.8125 -3.125 -7.54199 -3.125c-2.72852 0 -5.45898 1.04199 -7.54199 3.125c-4.16699 4.16602 -4.16699 10.916 0 15.083l141.792 141.791h-464.917
c-5.89551 0 -10.667 4.77051 -10.667 10.667s4.77148 10.667 10.667 10.667h464.917l-141.792 141.792c-4.16699 4.16602 -4.16699 10.916 0 15.083c4.16602 4.16699 10.916 4.16699 15.083 0z" />
<glyph glyph-name="025-phone-1" unicode="&#xf118;"
d="M393.88 208.98l58.8877 -144.656c2.67676 -6.55664 4.84863 -17.625 4.84863 -24.707v-0.0488281v-53.7959c-0.0205078 -17.0928 -13.9082 -30.9805 -31 -31h-341.232c-17.0918 0.0195312 -30.9795 13.9072 -31 31v53.7959v0.0488281
c0 7.08203 2.17188 18.1504 4.84863 24.707l58.9072 144.656c9.12695 22.5791 36.2988 40.9033 60.6533 40.9033h0.147461h3.24805v28.0322c0 3.86426 3.13574 7 7 7h44c3.86328 0 7 -3.13574 7 -7v-28.0322h31.6436v28.0322c0 3.86426 3.13574 7 7 7h44
c3.86426 0 7 -3.13574 7 -7v-28.0322h3.24805h0.147461c24.3535 0 51.5264 -18.3242 60.6523 -40.9033zM443.616 -14.2197l-0.0126953 53.7881c0.000976562 0.0107422 0.000976562 0.0283203 0.000976562 0.0390625c0 5.57129 -1.70801 14.2783 -3.8125 19.4365
l-58.8877 144.656c-7.18262 17.7656 -28.5645 32.1836 -47.7275 32.1836h-0.128906h-10.248c-3.86426 0 -7 3.13574 -7 7v28.0322h-30v-28.0322c0 -3.86426 -3.13574 -7 -7 -7h-45.5996c-3.86426 0 -7 3.13574 -7 7v28.0322h-30v-28.0322c0 -3.86426 -3.13574 -7 -7 -7
h-10.2598h-0.129883c-19.1621 0 -40.5439 -14.418 -47.7266 -32.1836l-58.8877 -144.656c-2.10449 -5.1582 -3.8125 -13.8652 -3.8125 -19.4365v-0.0390625v-53.7881c0.0107422 -9.37305 7.62695 -16.9893 17 -17h341.232c9.37305 0.0107422 16.9893 7.62695 17 17z
M418.868 83.9355l11.6719 -28.6631c0.310547 -0.727539 0.5625 -1.95996 0.5625 -2.75c0 -3.86426 -3.13574 -7 -7 -7c-2.64648 0 -5.57031 2.00195 -6.52637 4.46973l-11.6719 28.6641c-0.310547 0.726562 -0.563477 1.95898 -0.563477 2.75c0 3.86328 3.13672 7 7 7
c2.64648 0 5.57031 -2.00293 6.52734 -4.4707zM256 206.636c57.5146 -0.0634766 104.244 -46.7939 104.308 -104.308c0 -57.5781 -46.7295 -104.309 -104.308 -104.309s-104.308 46.7305 -104.308 104.309s46.7295 104.308 104.308 104.308zM256 12
c49.8105 0.0507812 90.2686 40.5176 90.3076 90.3281c-0.0107422 49.8389 -40.4688 90.2881 -90.3076 90.2881c-49.8496 0 -90.3076 -40.458 -90.3076 -90.3086c0 -49.8496 40.458 -90.3076 90.3076 -90.3076zM297.556 124c3.86426 0 7 -3.13574 7 -7v-0.00390625v-29.3359
c0 -3.86426 -3.13574 -7 -7 -7h-19.8877v-19.8838c-0.00195312 -3.8623 -3.1377 -6.99805 -7 -7h-29.3359c-3.8623 0.00195312 -6.99805 3.1377 -7 7v19.8877h-19.8877c-3.86426 0 -7 3.13574 -7 7v29.3359c0 3.86426 3.13574 7 7 7h19.8877v19.8838
c0.00195312 3.8623 3.1377 6.99805 7 7h29.3359c3.8623 -0.00195312 6.99805 -3.1377 7 -7v-19.8838h19.8877zM290.556 94.6641v15.332h-19.8877h-0.00390625c-3.8623 0 -6.99609 3.13379 -6.99609 6.99609v0.00390625v19.8877h-15.3359v-19.8838v-0.00390625
c0 -3.8623 -3.13379 -6.99609 -6.99609 -6.99609h-0.00390625h-19.8877v-15.3398h19.8877h0.00390625c3.8623 0 6.99609 -3.13477 6.99609 -6.99609v-0.00390625v-19.8838h15.3359v19.8877v0.00390625c0 3.8623 3.13379 6.99609 6.99609 6.99609h0.00390625h19.8877z
M453.712 396.9c29.7119 -10.0488 46.6885 -46.0566 36.2998 -77.0801l-12.3994 -36.96c-3.95703 -11.668 -17.167 -21.1367 -29.4873 -21.1367c-1.57715 0 -4.11719 0.233398 -5.66895 0.520508l-51.7158 9.78418c-13.9326 2.6123 -25.2402 16.2383 -25.2402 30.4131
c0 0.144531 0.00195312 0.378906 0.00390625 0.522461l0.15625 10.1318c0 0.0390625 0.000976562 0.101562 0.000976562 0.139648c0 5.70801 -4.40234 11.7852 -9.8252 13.5645c-14.3545 4.82031 -37.998 11.4111 -52.7764 14.7119
c-12.8291 2.87695 -33.9121 5.21094 -47.0596 5.21094s-34.2305 -2.33398 -47.0596 -5.21094c-14.7852 -3.2998 -38.4395 -9.89062 -52.8008 -14.7119c-5.40527 -1.78516 -9.79199 -7.85449 -9.79199 -13.5479v-0.116211l0.160156 -10.1602
c0.00292969 -0.143555 0.00488281 -0.376953 0.00488281 -0.521484c0 -14.1748 -11.3076 -27.7988 -25.2402 -30.4102l-51.7168 -9.78418c-1.56543 -0.292969 -4.12988 -0.53125 -5.72266 -0.53125c-12.3174 0 -25.5029 9.47363 -29.4326 21.1475l-12.4004 36.96
c-10.4004 31.0078 6.57617 67.0205 36.292 77.0684c64.4121 21.8232 122.688 36.3594 197.708 36.3594s133.296 -14.5361 197.712 -36.3633zM476.724 324.28c7.87988 23.5361 -5.22363 51.8281 -27.5039 59.3594v0c-63.1035 21.3848 -120.116 35.624 -193.22 35.624
s-130.116 -14.2393 -193.232 -35.6436c-22.2793 -7.53223 -35.3838 -35.8242 -27.5039 -59.3604l12.4004 -36.96c2.16406 -6.39648 9.40039 -11.5879 16.1533 -11.5879c0.869141 0 2.26758 0.128906 3.12305 0.288086l51.7197 9.81152
c7.63867 1.43359 13.8379 8.90527 13.8379 16.6777c0 0.078125 -0.000976562 0.205078 -0.00195312 0.283203l-0.15625 10.1436c-0.000976562 0.106445 -0.00292969 0.279297 -0.00292969 0.385742c0 11.2217 8.63867 23.2148 19.2832 26.7705
c14.751 4.95508 39.0488 11.7266 54.2363 15.1162c13.6689 3.06641 36.1338 5.55566 50.1436 5.55566s36.4746 -2.48926 50.1436 -5.55566c15.1816 -3.38867 39.4707 -10.1562 54.2168 -15.1084c10.6553 -3.55469 19.3027 -15.5557 19.3027 -26.7891
c0 -0.113281 -0.000976562 -0.297852 -0.00292969 -0.411133l-0.15625 -10.1162c-0.000976562 -0.0791016 -0.00195312 -0.207031 -0.00195312 -0.286133c0 -7.77441 6.20117 -15.2451 13.8418 -16.6777l51.7158 -9.7998
c0.849609 -0.157227 2.23926 -0.28418 3.10352 -0.28418c6.75977 0 14 5.19824 16.1611 11.6045z" />
<glyph glyph-name="006-next" unicode="&#xf105;"
d="M388.424 206.05c3.73047 -3.72461 5.83398 -8.7793 5.83398 -14.0508c0 -5.27246 -2.09766 -10.332 -5.83398 -14.0498l-236.816 -236.154c-3.87598 -3.86328 -8.94336 -5.79492 -14.0166 -5.79492c-5.08691 0 -10.1748 1.94531 -14.0576 5.83496
c-7.73828 7.75977 -7.71875 20.3213 0.0400391 28.0605l222.728 222.104l-222.72 222.104c-7.75977 7.73828 -7.7793 20.3076 -0.0390625 28.0664c7.74512 7.75977 20.3076 7.77344 28.0664 0.0400391z" />
<glyph glyph-name="008-magnifying-glass" unicode="&#xf107;"
d="M512 -41.375l-22.625 -22.625l-173.523 173.523c-33.4648 -28.3398 -76.6641 -45.5234 -123.852 -45.5234c-105.875 0 -192 86.124 -192 192c0 105.875 86.126 192 192 192c105.875 0 192 -86.125 192 -192c0 -47.1875 -17.1836 -90.3867 -45.5234 -123.852zM192 96
c88.2188 0 160 71.7812 160 160s-71.7812 160 -160 160s-160 -71.7812 -160 -160s71.7812 -160 160 -160z" />
<glyph glyph-name="003-virus" unicode="&#xf102;"
d="M501.845 217.657c7.16406 -7.63477 10.7432 -17.6152 10.0811 -28.1035c-1.19336 -18.6914 -16.1826 -33.7236 -34.8662 -34.9678c-0.851562 -0.0566406 -1.7041 -0.0859375 -2.55469 -0.0859375c-5.87207 0 -11.6592 1.36914 -16.8721 4.00977
c-11.1865 5.63672 -23.1709 9.12305 -35.6992 10.4121c-3.53613 -25.8389 -13.0264 -50.3057 -27.9912 -71.958c5.25098 -6.4541 8.40625 -14.6777 8.40625 -23.6279c0 -20.6777 -16.8213 -37.5 -37.5 -37.5c-10.1094 0 -19.292 4.02832 -26.043 10.5557
c-18.3555 -10.4531 -38.751 -17.3809 -59.6924 -20.2832c1.33887 -12.2002 4.9082 -24.3779 10.6787 -36.3301c2.46191 -5.10156 3.71094 -10.5781 3.71094 -16.2783c0 -10.3203 -4.31836 -20.29 -11.8457 -27.3516c-7.0293 -6.5957 -16.0459 -10.1494 -25.6162 -10.1494
c-0.825195 0 -1.65332 0.0273438 -2.48633 0.0800781c-18.6865 1.19336 -33.7188 16.1797 -34.9668 34.8623c-0.450195 6.7373 0.90332 13.4551 3.91504 19.4229c5.57812 11.0566 9.1084 23.2393 10.417 35.7305c-10.3516 1.43066 -20.5596 3.81055 -30.4307 7.13672
c-3.9248 1.32227 -6.03613 5.57617 -4.71289 9.50195c1.32227 3.92578 5.5791 6.03418 9.50195 4.71289c8.51465 -2.86914 17.3057 -4.97168 26.2236 -6.29102v29.9736c0 12.4072 10.0928 22.5 22.499 22.5s22.499 -10.0928 22.499 -22.5v-29.9639
c18.1348 2.69336 35.7842 8.70898 51.7773 17.6396c-1.88672 4.47168 -2.93164 9.38086 -2.93164 14.5312c0 20.6777 16.8223 37.5 37.499 37.5c6.29688 0 12.2334 -1.56836 17.4492 -4.32227c17.1641 25.2676 26.2051 54.6709 26.2051 85.4863
c0 16.5693 -2.63867 32.8584 -7.84375 48.416c-1.31445 3.92773 0.804688 8.17773 4.73242 9.49219c3.92773 1.31152 8.17773 -0.805664 9.49219 -4.7334c3.27539 -9.78906 5.62012 -19.8389 7.03125 -30.0566c12.2002 1.34766 24.3828 4.91895 36.3086 10.668
c5.0791 2.46191 10.5615 3.71387 16.2773 3.71387c10.3174 0 20.2852 -4.31738 27.3477 -11.8428zM271.39 -42.9121c4.58398 4.30078 7.10938 10.1299 7.10938 16.4121c0 3.42285 -0.746094 6.70508 -2.21875 9.75586c-8.48145 17.5654 -12.7812 35.6543 -12.7812 53.7617
v34.1104c0 4.13574 -3.36426 7.5 -7.49902 7.5c-4.13574 0 -7.5 -3.36426 -7.5 -7.5v-34.1152c0 -18.5908 -4.36035 -37.0576 -12.6084 -53.4053c-1.80176 -3.57129 -2.61035 -7.60547 -2.33984 -11.666c0.74707 -11.1963 9.75586 -20.1777 20.9551 -20.8926
c6.30176 -0.399414 12.3027 1.74219 16.8828 6.03906zM364.844 50.8359c12.4062 0 22.5 10.0928 22.5 22.5s-10.0928 22.5 -22.5 22.5c-12.4053 0 -22.499 -10.0928 -22.499 -22.5s10.0938 -22.5 22.499 -22.5zM496.952 190.508
c0.399414 6.30664 -1.74609 12.3027 -6.04492 16.8838c-4.30078 4.58301 -10.1289 7.10742 -16.4102 7.10742c-3.43164 0 -6.71094 -0.746094 -9.74902 -2.21875c-13.5664 -6.53906 -27.4736 -10.5879 -41.4551 -12.1006
c0.129883 -2.71875 0.204102 -5.44531 0.204102 -8.17969c0 -2.72461 -0.0722656 -5.43848 -0.200195 -8.14062c14.4082 -1.45996 28.2012 -5.46484 41.0947 -11.9609c3.57617 -1.81152 7.60352 -2.62109 11.6582 -2.3457c11.2041 0.746094 20.1865 9.75391 20.9023 20.9551
zM179.436 60.082c3.58008 -2.08301 4.79492 -6.67383 2.71191 -10.2549c-1.39355 -2.39453 -3.90723 -3.73047 -6.49023 -3.73047c-1.28125 0 -2.57812 0.329102 -3.76562 1.01953c-6.82227 3.96875 -13.2969 8.39941 -19.4141 13.2178l-8.50586 -8.50586
c-9.11035 -9.10254 -16.0791 -20.4492 -20.7109 -33.7275c-1.60254 -4.59277 -4.17285 -8.68457 -7.6377 -12.1621c-6.05566 -6.05566 -14.3379 -9.47168 -22.8691 -9.47168c-0.34082 0 -0.680664 0.00488281 -1.02246 0.0166016
c-9.01465 0.289062 -17.2686 4.19043 -23.2441 10.9854c-10.6611 12.1143 -10.6875 30.4014 -0.0595703 42.5342c3.82031 4.36914 8.7334 7.63477 14.2012 9.44043c12.3545 4.06641 23.832 11.166 33.1973 20.5303l8.52246 8.52344
c-18.1582 23.1025 -30.1514 50.8125 -34.252 80.4219c-12.4912 -1.30859 -24.6748 -4.83887 -35.7334 -10.418c-5.21973 -2.63379 -11.0127 -4 -16.8906 -4c-0.842773 0 -1.68652 0.0273438 -2.53223 0.0839844c-18.6816 1.24902 -33.668 16.2822 -34.8613 34.9678
c-0.668945 10.4873 2.90723 20.4668 10.0703 28.1006c7.06152 7.52832 17.0312 11.8457 27.3516 11.8457c5.69922 0 11.1748 -1.24902 16.2773 -3.71094c11.9434 -5.7666 24.1113 -9.33496 36.3027 -10.6768c2.32715 16.874 7.16309 32.9336 14.1113 47.8027
c-10.6396 10.5615 -16.6426 24.8438 -16.6426 40.0352c0 17.5605 7.95898 33.8232 21.8359 44.6182c3.27148 2.54199 7.9834 1.9541 10.5254 -1.31543c2.54297 -3.26953 1.95508 -7.98242 -1.31543 -10.5254c-10.1963 -7.93164 -16.0459 -19.8799 -16.0459 -32.7783
c0 -9.55957 3.23828 -18.6279 9.0791 -25.9102c14.166 24.0254 34.1582 44.1816 58.0439 58.5566c-7.24316 5.69824 -16.21 8.85352 -25.624 8.85352c-4.1416 0 -7.5 3.35742 -7.5 7.5c0 4.1416 3.3584 7.5 7.5 7.5c14.9873 0 29.1377 -5.87012 39.6729 -16.2793
c15.248 7.29297 31.7764 12.3496 49.165 14.748c-1.3418 12.1914 -4.91113 24.3594 -10.6768 36.3027c-2.46191 5.10156 -3.71094 10.5781 -3.71094 16.2783c0 10.3203 4.31836 20.29 11.8457 27.3525c7.63574 7.16309 17.6172 10.7393 28.1016 10.0693
c18.6855 -1.19336 33.7188 -16.1797 34.9658 -34.8594c0.450195 -6.7373 -0.90332 -13.4541 -3.91504 -19.4229c-5.58008 -11.0586 -9.10938 -23.2432 -10.418 -35.7344c29.2979 -4.06055 56.7568 -15.8555 79.7236 -33.71c7.27441 8.58008 12.9844 18.7188 17.002 30.2373
c1.66016 4.77832 4.33105 9.02832 7.9375 12.6221c6.49316 6.49805 15.498 10.0508 24.7041 9.77539c9.33887 -0.294922 17.8936 -4.33301 24.0898 -11.3721c11.04 -12.543 11.0664 -31.4834 0.0634766 -44.0547c-3.96484 -4.53516 -9.05469 -7.91895 -14.7168 -9.78418
c-10.7832 -3.55762 -20.9277 -9.31348 -29.6826 -16.7861c4.5127 -5.78906 8.68164 -11.8926 12.4385 -18.3086c2.09277 -3.5752 0.892578 -8.16992 -2.68262 -10.2627c-1.19141 -0.696289 -2.49512 -1.02832 -3.7832 -1.02832
c-2.57617 0 -5.08301 1.32617 -6.47852 3.71094c-23.4062 39.9717 -63.8047 67.1484 -109.196 73.8965v-29.9678c0 -12.4072 -10.0928 -22.5 -22.499 -22.5s-22.499 10.0928 -22.499 22.5v29.9746c-16.9707 -2.50488 -33.0215 -7.79492 -47.6768 -15.3916
c-0.161133 -0.0947266 -0.326172 -0.172852 -0.491211 -0.253906c-27.8848 -14.585 -50.6719 -37.5352 -65.0537 -65.543c-0.117188 -0.263672 -0.25 -0.520508 -0.399414 -0.772461c-7.24316 -14.3047 -12.293 -29.9131 -14.7246 -46.3848h29.9736
c12.4072 0 22.5 -10.0928 22.5 -22.5s-10.0928 -22.5 -22.5 -22.5h-29.9678c6.7666 -45.5547 34.084 -86.0371 74.2754 -109.418zM389.973 349.499c-4.6377 -13.2969 -11.2705 -25.042 -19.749 -35.0332c2.83594 -2.6416 5.58105 -5.38965 8.23633 -8.23047
c10.2334 8.73145 22.0996 15.4619 34.7295 19.627c3.11426 1.02539 5.92285 2.89746 8.12207 5.41406c5.96484 6.81348 5.94727 17.4717 -0.0332031 24.2676c-3.42773 3.89453 -8.15234 6.12695 -13.3037 6.29004c-5.15723 0.168945 -9.99121 -1.75293 -13.6309 -5.39453
c-1.99414 -1.9873 -3.45996 -4.31836 -4.37109 -6.94043zM240.608 426.912c-4.58398 -4.30078 -7.10938 -10.1299 -7.1084 -16.4131c0 -3.42285 0.746094 -6.70508 2.21875 -9.75586c8.48145 -17.5654 12.7812 -35.6543 12.7812 -53.7617v-34.1104
c0 -4.13574 3.36426 -7.5 7.49902 -7.5c4.13574 0 7.5 3.36426 7.5 7.5v34.1152c0 18.5908 4.36035 37.0576 12.6084 53.4053c1.80176 3.57129 2.61035 7.60547 2.33984 11.666c-0.748047 11.1963 -9.75684 20.1777 -20.9561 20.8926
c-0.501953 0.0322266 -1.00195 0.0478516 -1.49902 0.0478516c-5.75391 0 -11.168 -2.13086 -15.3838 -6.08594zM47.6074 171.892c16.3477 8.24805 34.8145 12.6084 53.4053 12.6084h34.1152c4.13574 0 7.5 3.36426 7.5 7.5s-3.36426 7.5 -7.5 7.5h-34.1094
c-18.1074 0 -36.1953 4.2998 -53.7607 12.7803c-3.0498 1.47168 -6.33301 2.21875 -9.75586 2.21875c-6.2832 0 -12.1123 -2.52539 -16.4131 -7.10938c-4.29688 -4.58008 -6.44141 -10.5742 -6.03906 -16.8818c0.713867 -11.1992 9.69629 -20.208 20.8916 -20.9561
c4.05859 -0.270508 8.09473 0.538086 11.666 2.33984zM133.369 62.4365l7.72266 7.72363c-2.37988 2.24805 -4.68848 4.56152 -6.92773 6.9375l-7.73145 -7.73047c-11.0166 -11.0176 -24.541 -19.375 -39.1074 -24.1709
c-2.91602 -0.961914 -5.54883 -2.71777 -7.6084 -5.07227c-5.5918 -6.38379 -5.5752 -16.375 0.0341797 -22.749c3.21094 -3.65039 7.63574 -5.74512 12.4619 -5.90039c4.83887 -0.167969 9.37695 1.64258 12.7939 5.05957c1.85645 1.86426 3.23633 4.05566 4.0918 6.50879
c5.38379 15.4287 13.5498 28.6826 24.2705 39.3936zM275.999 246.692c0 22.0557 17.9434 40 40 40c22.0557 0 40 -17.9443 40 -40c0 -22.0566 -17.9443 -40 -40 -40s-40 17.9434 -40 40zM340.998 246.692c0 13.7842 -11.2148 25 -25 25s-25 -11.2158 -25 -25
c0 -13.7852 11.2148 -25 25 -25s25 11.2148 25 25zM169.305 129.498c0 16.2656 13.2344 29.5 29.5 29.5c16.2666 0 29.5 -13.2344 29.5 -29.5s-13.2334 -29.5 -29.5 -29.5c-16.2656 0 -29.5 13.2344 -29.5 29.5zM213.305 129.498c0 7.99512 -6.50488 14.5 -14.5 14.5
s-14.5 -6.50488 -14.5 -14.5s6.50488 -14.5 14.5 -14.5s14.5 6.50488 14.5 14.5z" />
<glyph glyph-name="048-sneeze-1" unicode="&#xf12f;"
d="M131.312 320l-21.6553 -21.6562l-11.3125 11.3125l10.3447 10.3438l-10.3447 10.3438l11.3125 11.3125zM189.656 309.656l-11.3125 -11.3125l-21.6553 21.6562l21.6553 21.6562l11.3125 -11.3125l-10.3447 -10.3438zM137.88 258.872
c-3.23145 3.87988 -4.49609 5.12793 -7.2002 5.12793c-2.69531 0 -3.95996 -1.24805 -7.18359 -5.12793c-3.62402 -4.32812 -9.07227 -10.8721 -19.4961 -10.8721v16c2.7041 0 3.96777 1.24805 7.2002 5.12793c3.61621 4.32812 9.06348 10.8721 19.4795 10.8721
c10.4238 0 15.8721 -6.54395 19.4961 -10.8721c3.22461 -3.87988 4.48828 -5.12793 7.18457 -5.12793c2.56738 0 3.76758 1.03223 7.16797 5.12012c3.61523 4.33594 9.06348 10.8799 19.4717 10.8799v-16c-2.56836 0 -3.76758 -1.03223 -7.16797 -5.12012
c-3.61621 -4.33594 -9.06445 -10.8799 -19.4717 -10.8799c-10.416 0 -15.8643 6.54395 -19.4805 10.8721zM504 329.912c0 -42.0078 -25.4961 -79.6885 -64 -95.5117v-29.6406c29.7197 -16.832 48 -47.9277 48 -82.3838v-10.8164c0 -18.7197 -5.95996 -36.0479 -16 -50.2959
v-117.16l-464 -0.103516v125.048c0 60.208 39.6963 112.561 97.0957 129.24l4.2002 20.9922c-19.2637 6.85547 -33.6641 23.9434 -36.6562 44.7197h-0.639648c-17.6484 0 -32 14.3516 -32 32c0 6.32812 1.9043 12.1924 5.08008 17.1602
c-3.32031 13.1201 -5.08008 26.5918 -5.08008 40.1357c0 47.8076 38.8965 86.7041 86.7041 86.7041h90.6719c16.8799 0 30.624 -13.7441 30.624 -30.624c0 -6.2959 -1.8877 -12.3037 -5.3916 -17.376c3.50391 -5.07227 5.3916 -11.0801 5.3916 -17.376
c0 -16.8799 -13.7441 -30.624 -30.624 -30.624h-1.37598v-16c17.6484 0 32 -14.3516 32 -32c0 -6.1123 -1.81641 -11.7764 -4.7998 -16.6396l23.3281 -7.76855l-5.06445 -15.168l-31.9922 10.6641c-4.10352 -1.92773 -8.63965 -3.08008 -13.4717 -3.08008h-0.639648
c-0.816406 -5.64746 -2.46387 -11.0234 -4.84082 -16h37.4805v-16h-48.8799c-5.74414 -5.61621 -12.6963 -9.97559 -20.416 -12.7197l4.2002 -20.9922c57.3994 -16.6875 97.0957 -69.04 97.0957 -129.248v-108.983l48 0.0078125v102.416
c-4.17578 6.16797 -7.65625 12.8877 -10.1924 20.1436l-24.1436 68.9678c-9.07227 25.9121 -13.6641 52.96 -13.6641 80.4004c0 17.6484 14.3516 32 32 32c5.85645 0 11.2725 -1.69629 16 -4.44824v25.0566l-19.3115 19.3115l5.65527 5.65625
c8.80859 8.7998 13.6562 20.5117 13.6562 32.9678v4.25586c-18.6162 6.6084 -32 24.3438 -32 45.2002c0 26.4717 21.5283 48 48 48h56.7197c56.9521 0 103.28 -46.3281 103.28 -103.28v-6.80762zM312 392c0 -17.6484 14.3516 -32 32 -32h1.47168
c-0.895508 2.51172 -1.47168 5.18359 -1.47168 8c0 13.2324 10.7676 24 24 24h8v-16h-8c-4.41602 0 -8 -3.58398 -8 -8s3.58398 -8 8 -8h32c19.7598 0 36.2158 -14.4004 39.4316 -33.2559c9.6084 -3.13574 16.5684 -12.1846 16.5684 -22.8242v-1.37598
c0 -6.40039 -2.49609 -12.4316 -7.03223 -16.9678l-8.96777 -8.96777v-24.6328c29.1201 14.6641 48 44.7041 48 77.9365v6.80762c0 48.1201 -39.1602 87.2803 -87.2803 87.2803h-56.7197c-17.6484 0 -32 -14.3516 -32 -32zM400 344h-56v-1.45605
c0 -14.0322 -4.58398 -27.3604 -13.04 -38.2637l13.04 -13.0479v-21.9443c3.74414 4.28027 9.3916 10.7119 20 10.7119c10.6318 0 16.2803 -6.46387 20.0244 -10.7363c3.47949 -3.97559 4.86328 -5.26367 7.97559 -5.26367v-16
c-10.6318 0 -16.2803 6.46387 -20.0244 10.7363c-3.47949 3.97559 -4.86328 5.26367 -7.97559 5.26367s-4.49609 -1.28809 -7.99219 -5.28027c-2.59961 -2.97559 -6.17578 -6.96777 -11.6719 -9.14355c1.65625 -10 10.3037 -17.6641 20.7676 -17.6641
c1.39258 0 2.79297 0.143555 4.15234 0.408203l37.168 7.43945l3.14453 -15.6875l-17.5684 -3.5127v-26.1592c9.97559 5.44727 20.7275 9.51953 32 12.0479v76.7842l13.6562 13.6553c1.49609 1.48828 2.34375 3.55273 2.34375 5.65625v1.37598c0 4.41602 -3.58398 8 -8 8h-8
v8c0 13.3125 -10.7676 24.0801 -24 24.0801zM360 204c0 -9.83203 -5.13574 -18.7197 -13.5195 -23.6318l8.03906 -17.416c6.28027 7.93555 13.5527 14.9199 21.4805 21.0234v33.3848l-3.59961 -0.711914c-2.40039 -0.480469 -4.84082 -0.720703 -7.28027 -0.720703
c-2.91211 0 -5.7041 0.416016 -8.42383 1.04785c2.0957 -3.91113 3.30371 -8.32715 3.30371 -12.9756zM308.768 156.88l24.1445 -68.9678c10.0322 -28.6562 37.168 -47.9121 67.5361 -47.9121c14.7998 0 28.5674 4.51953 39.9922 12.248l-22.8721 22.8721
c-4.55273 -1.98438 -9.56055 -3.12012 -14.8408 -3.12012c-14.4873 0 -27.7676 8.49609 -33.8398 21.6562l-43.3994 94.0322l12.2002 6.10352c3.8877 1.94434 6.31152 5.85645 6.31152 10.208s-2.42383 8.26367 -6.31152 10.2158l-9.68848 4.83984v12.9443
c0 8.82422 -7.17578 16 -16 16s-16 -7.17578 -16 -16c0 -25.6318 4.2959 -50.9043 12.7676 -75.1201zM264 69.0479c0 46.3037 -26.6719 87.3281 -67.0801 106.816l-7.31152 -36.5684l-25.624 15.376l-3.71191 -11.1523l32.4473 -154.111l-29.376 -29.376l52.6562 0.015625
v135.952h16v-135.952l32 0.0078125v108.992zM111.224 183.44c-1.69531 -0.464844 -3.3916 -0.952148 -5.05566 -1.49609l3.44824 -17.2402l17.7676 10.6562zM176.776 183.44l-16.1602 -8.08008l17.7676 -10.6562l3.44824 17.2402
c-1.66406 0.536133 -3.35156 1.02344 -5.05566 1.49609zM144 166.672l-5.94434 -3.56836l3.7041 -11.1035h4.47266l3.70312 11.1123zM142.488 136l-29.7686 -141.408l31.2803 -31.2803l31.2803 31.2803l-29.7686 141.408h-3.02344zM232 296c0 8.82422 -7.17578 16 -16 16
v-32c8.82422 0 16 7.17578 16 16zM56 296c0 -8.82422 7.17578 -16 16 -16v32c-8.82422 0 -16 -7.17578 -16 -16zM88 272c0 -22.0557 17.9443 -40 40 -40h32c22.0557 0 40 17.9443 40 40v72c-26.4717 0 -48 21.5283 -48 48h16c0 -17.6484 14.3516 -32 32 -32h17.376
c8.06445 0 14.624 6.55957 14.624 14.624c0 3.85645 -1.55957 7.62402 -4.28027 10.3438l-7.03125 7.03223l7.03125 7.03223c2.7207 2.71973 4.28027 6.49609 4.28027 10.3438c0 8.06445 -6.55957 14.624 -14.624 14.624h-90.6719
c-38.9844 0 -70.7041 -31.7197 -70.7041 -70.7041c0 -9.48828 0.959961 -18.9355 2.76758 -28.2402c4.04883 1.84863 8.50488 2.94434 13.2324 2.94434v8c0 22.0557 17.9443 40 40 40h9.44043c-0.880859 4.18359 -1.44043 8.46387 -1.44043 12.8398v3.16016h16v-3.16016
c0 -15.376 7.63965 -29.6562 20.4316 -38.1836l-8.87207 -13.3125c-8.74316 5.82422 -15.6875 13.6562 -20.4238 22.6562h-15.1357c-13.2324 0 -24 -10.7676 -24 -24v-64zM128 216c-1.01562 0 -2.00781 0.0957031 -3.00781 0.152344l-3.94434 -19.7285l22.9521 -11.4795
l22.9521 11.4795l-3.94434 19.7285c-1 -0.0566406 -1.99219 -0.152344 -3.00781 -0.152344h-32zM24 69.0479v-109.048l32 0.0078125v135.992h16v-135.992l52.6641 0.0166016l-29.3838 29.3838l32.4395 154.12l-3.71191 11.1514l-25.624 -15.376l-7.31152 36.5684
c-40.4004 -19.4961 -67.0723 -60.5205 -67.0723 -106.824zM344 -39.9277l112 0.03125v83.832c-15.1201 -12.4473 -34.4805 -19.9355 -55.5518 -19.9355c-21.1445 0 -40.9922 7.64844 -56.4482 20.6797v-84.6074zM472 122.368c0 29.168 -15.7441 55.4795 -41.2725 69.2803
c-27.9834 -5.36816 -52.6475 -21.6885 -68.5352 -45.3047l21.2236 -45.9834c3.47168 -7.5127 11.0479 -12.3604 19.3115 -12.3604c11.7285 0 21.2725 9.54395 21.2725 21.2725v10.7275h16v-10.7275c0 -9.43262 -3.63184 -17.9609 -9.43164 -24.5361l22.0234 -22.0244
c12 12.8076 19.4082 29.9521 19.4082 48.8398v10.8164zM381.656 301.656l-11.3125 -11.3125l-21.6553 21.6562l21.6553 21.6562l11.3125 -11.3125l-10.3447 -10.3438zM213.674 207.589l48.0195 16.04l5.06934 -15.1758l-48.0195 -16.04z" />
<glyph glyph-name="017-video-camera" unicode="&#xf110;"
d="M316 248c5.51953 0 10 -4.48047 10 -10s-4.48047 -10 -10 -10s-10 4.48047 -10 10s4.48047 10 10 10zM316 248zM316 188c5.51953 0 10 -4.48047 10 -10s-4.48047 -10 -10 -10s-10 4.48047 -10 10s4.48047 10 10 10zM316 188zM76 148c5.51953 0 10 -4.48047 10 -10
s-4.48047 -10 -10 -10s-10 4.48047 -10 10s4.48047 10 10 10zM76 148zM506.625 326.867c3.30469 -1.72656 5.375 -5.14062 5.375 -8.86719v-240c0 -3.72656 -2.07031 -7.14062 -5.375 -8.86719c-3.33984 -1.74219 -7.32422 -1.44141 -10.3477 0.664062l-83.4219 58.2031
h-26.8555v-30c0 -16.543 -13.457 -30 -30 -30h-50v-30c0 -5.52344 -4.47656 -10 -10 -10h-30v-50c0 -5.52344 -4.47656 -10 -10 -10h-120c-5.52344 0 -10 4.47656 -10 10v50h-30c-5.52344 0 -10 4.47656 -10 10v30h-56c-16.543 0 -30 13.457 -30 30v180
c0 16.543 13.457 30 30 30h43.168c-16.6406 14.6719 -27.168 36.1211 -27.168 60c0 44.1133 35.8867 80 80 80c30.0898 0 56.3438 -16.707 70 -41.3242c13.6562 24.6172 39.9102 41.3242 70 41.3242c44.1133 0 80 -35.8867 80 -80c0 -23.8789 -10.5273 -45.3281 -27.168 -60
h37.168c16.543 0 30 -13.457 30 -30v-10h26.8555l83.4219 58.1992c3.05859 2.13281 7.04297 2.39062 10.3477 0.667969zM266 428c-33.0859 0 -60 -26.918 -60 -60c0 -33.0859 26.9141 -60 60 -60s60 26.9141 60 60c0 33.082 -26.9141 60 -60 60zM213.168 308
c-6.86719 6.05469 -12.6953 13.2617 -17.168 21.3242c-4.47266 -8.0625 -10.3008 -15.2695 -17.1719 -21.3242h34.3398zM66 368c0 -33.0859 26.9141 -60 60 -60s60 26.9141 60 60c0 33.082 -26.9141 60 -60 60s-60 -26.918 -60 -60zM246 -12v40h-100v-40h100zM286 48v20
h-180v-20h180zM366 98v180c0 5.51172 -4.48438 10 -10 10h-326c-5.51562 0 -10 -4.48828 -10 -10v-180c0 -5.51562 4.48438 -10 10 -10h326c5.51562 0 10 4.48438 10 10zM386 248v-100h20v100h-20zM492 97.168v201.66l-66 -46.0469v-109.566zM492 97.168zM126 398
c16.543 0 30 -13.457 30 -30s-13.457 -30 -30 -30s-30 13.457 -30 30s13.457 30 30 30zM126 358c5.51562 0 10 4.48438 10 10c0 5.51172 -4.48438 10 -10 10s-10 -4.48828 -10 -10c0 -5.51562 4.48438 -10 10 -10zM126 358zM266 338c-16.543 0 -30 13.457 -30 30
s13.457 30 30 30s30 -13.457 30 -30s-13.457 -30 -30 -30zM266 378c-5.51562 0 -10 -4.48828 -10 -10c0 -5.51562 4.48438 -10 10 -10s10 4.48438 10 10c0 5.51172 -4.48438 10 -10 10zM266 378zM226 178c0 -5.52344 -4.47656 -10 -10 -10h-140
c-5.52344 0 -10 4.47656 -10 10v60c0 5.52344 4.47656 10 10 10h140c5.52344 0 10 -4.47656 10 -10v-60zM206 188v40h-120v-40h120zM206 188zM316 148c5.52344 0 10 -4.47656 10 -10s-4.47656 -10 -10 -10h-200c-5.52344 0 -10 4.47656 -10 10s4.47656 10 10 10h200z
M316 148z" />
<glyph glyph-name="015-question-2" unicode="&#xf10e;"
d="M444.777 327.141c43.3477 -33.7266 67.2227 -78.9062 67.2227 -127.223c0 -50.6641 -26.8164 -98.4453 -73.8789 -132.184v-115.895c0 -6.05469 -3.64844 -11.5156 -9.24609 -13.832c-1.85156 -0.769531 -3.79688 -1.14062 -5.72656 -1.14062
c-3.89453 0 -7.72656 1.51953 -10.5898 4.38672l-83.5469 83.5469c-13.7188 -2.03906 -27.7305 -3.06641 -41.7656 -3.06641c-59.3477 0 -115.293 18.0977 -157.531 50.957c-23.0312 17.9219 -40.5664 39.0742 -51.9453 62.2148
c-49.4805 33.8672 -77.7695 82.8125 -77.7695 134.91c0 48.3164 23.875 93.5 67.2227 127.227c42.2383 32.8594 98.1836 50.957 157.531 50.957c46.6641 0 91.3945 -11.1875 129.359 -32.3555c36.332 -20.2578 63.8945 -48.1016 79.9688 -80.7109
c3.65234 -2.5 7.22266 -5.08984 10.6953 -7.79297zM29.9492 269.816c0 -29.6523 11.7305 -58.2773 33.0977 -82.4766c-0.359375 4.16797 -0.554688 8.35938 -0.554688 12.5781c0 48.3164 23.875 93.4961 67.2227 127.223c42.2383 32.8594 98.1836 50.957 157.531 50.957
c30.6172 0 60.3242 -4.82812 87.7148 -14.0039c-36.3477 33.4688 -91.0352 53.957 -150.207 53.957c-107.414 0 -194.805 -66.5 -194.805 -148.234zM414.879 88.082c42.6875 28.2734 67.1719 69.0352 67.1719 111.832c0 81.7383 -87.3906 148.234 -194.805 148.234
s-194.805 -66.4961 -194.805 -148.234c0 -81.7344 87.3906 -148.23 194.805 -148.23c14.9492 0 29.8555 1.30078 44.3086 3.87109c0.875 0.15625 1.75 0.230469 2.62109 0.230469c3.9375 0 7.75391 -1.55078 10.5898 -4.38672l63.4062 -63.4062v87.6055
c0 5.01953 2.51953 9.71094 6.70703 12.4844zM414.879 88.082zM282.742 290.793c25.2578 0 45.8086 -20.5508 45.8086 -45.8086c0 -20.0195 -12.9062 -37.0781 -30.8359 -43.2969v-10.6133c0 -8.26953 -6.70312 -14.9727 -14.9727 -14.9727
s-14.9766 6.70312 -14.9766 14.9727v23.0742c0 8.26953 6.70703 14.9766 14.9766 14.9766c8.74609 0 15.8594 7.11328 15.8594 15.8594s-7.11328 15.8594 -15.8594 15.8594c-6.39062 0 -12.1289 -3.80469 -14.6211 -9.69141
c-3.22266 -7.61719 -12.0078 -11.1797 -19.625 -7.95703c-7.61719 3.21875 -11.1797 12.0078 -7.95703 19.625c7.1875 16.9922 23.7539 27.9727 42.2031 27.9727zM282.742 290.793zM282.746 146.156c3.94141 0 7.79688 -1.60938 10.582 -4.39453
c2.79688 -2.78516 4.39062 -6.63672 4.39062 -10.582c0 -3.94141 -1.59375 -7.80469 -4.39062 -10.5898c-2.78516 -2.78516 -6.64062 -4.38281 -10.582 -4.38281c-3.94531 0 -7.80859 1.59766 -10.5938 4.38281s-4.38281 6.64844 -4.38281 10.5898
c0 3.94531 1.59766 7.79688 4.38281 10.582s6.64844 4.39453 10.5938 4.39453zM282.746 146.156z" />
<glyph glyph-name="031-add-to-cart" unicode="&#xf11e;"
d="M472 -4c0 -11.0459 -8.9541 -20 -20 -20h-20v-20c0 -11.0459 -8.9541 -20 -20 -20s-20 8.9541 -20 20v20h-20c-11.0459 0 -20 8.9541 -20 20s8.9541 20 20 20h20v20c0 11.0459 8.9541 20 20 20s20 -8.9541 20 -20v-20h20c11.0459 0 20 -8.9541 20 -20zM472 308v-192
c0 -11.0459 -8.9541 -20 -20 -20s-20 8.9541 -20 20v172h-40v-60c0 -11.0459 -8.9541 -20 -20 -20s-20 8.9541 -20 20v60h-192v-60c0 -11.0459 -8.9541 -20 -20 -20s-20 8.9541 -20 20v60h-40v-312h212c11.0459 0 20 -8.9541 20 -20s-8.9541 -20 -20 -20h-232
c-11.0459 0 -20 8.9541 -20 20v352c0 11.0459 8.9541 20 20 20h60.9463c7.94434 67.4766 65.4766 120 135.054 120s127.109 -52.5234 135.054 -120h60.9463c11.0459 0 20 -8.9541 20 -20zM350.659 328c-7.64062 45.3447 -47.1758 80 -94.6592 80
s-87.0186 -34.6553 -94.6592 -80h189.318z" />
<glyph glyph-name="033-hospitalisation" unicode="&#xf120;"
d="M168.514 259.736c-0.495117 4.98047 3.14062 9.41992 8.12012 9.91504c4.98047 0.496094 9.41992 -3.13965 9.91504 -8.12012c0.496094 -4.98047 -3.13965 -9.41992 -8.12012 -9.91504c-4.98047 -0.496094 -9.41895 3.13965 -9.91504 8.12012zM230.206 259.765
c-0.495117 4.98047 3.14062 9.41992 8.12109 9.91504c4.97949 0.496094 9.41895 -3.13965 9.91406 -8.12012c0.496094 -4.98047 -3.13965 -9.41992 -8.12012 -9.91504c-4.98047 -0.496094 -9.41895 3.13965 -9.91504 8.12012zM220.761 228.435
c4.17773 0 7.56348 -3.38574 7.56348 -7.5625s-3.38574 -7.56348 -7.56348 -7.56348h-27.2275c-4.17676 0 -7.56348 3.38574 -7.56348 7.56348c0 4.17676 3.38672 7.5625 7.56348 7.5625h27.2275zM497.763 367.103c7.84668 0 14.2305 -6.38379 14.2295 -14.2295v-65.8076
c0.193359 -8.60059 -3.59082 -18.877 -6.47266 -23.1299c-7.83789 -12.8848 -22.0137 -21.5088 -38.167 -21.5088c0 0 2.26562 0 0 0c-2.26465 0 -4.48828 0.171875 -6.66309 0.499023l-6.81934 -10.9619c-4.60352 -7.40039 -5.03125 -16.835 -1.11719 -24.6221
l20.542 -40.8662c7.96582 -15.8496 4.49219 -35.3926 -8.44922 -47.5244c-0.03125 -0.03125 -0.0644531 -0.0615234 -0.0976562 -0.0908203l-47.7979 -43.2451l-0.116211 -79.6836c0 -7.29395 -5.93262 -13.2275 -13.2266 -13.2275h-390.192
c-7.29297 0 -13.2266 5.93457 -13.2266 13.2275l-0.188477 245.917c0 6.84863 3.28906 12.9268 8.35547 16.7881v111.234c0 17.3271 14.0967 31.4238 31.4238 31.4238h41.124c4.17676 0 7.5625 -3.38574 7.5625 -7.5625c0 -4.17773 -3.38574 -7.56348 -7.5625 -7.56348
h-41.124c-8.98633 0 -16.2969 -7.31152 -16.2969 -16.2979v-106.898h19.1904c0.568359 3.69922 1.41406 7.34766 2.53711 10.9189c0.976562 3.10645 1.12891 6.43555 0.44043 9.62988l-5.57617 25.8662c-1.06055 4.91797 0.429688 9.97754 3.98633 13.5352
s8.61719 5.0498 13.5352 3.98926l25.1494 -5.42285c11.6748 -1.11523 22.4834 5.36328 33.1816 4.27637h19.4209c2.7998 19.2441 19.4043 34.0752 39.4121 34.0752h67.1191c21.9648 0 39.834 -17.8701 39.834 -39.834v-36.0342
c2.29199 0.0332031 4.33594 -0.413086 5.8877 -0.916016l0.000976562 -0.000976562c14.2324 -4.62891 21.5781 -21.4141 16.374 -37.416c-3.44434 -10.5908 -12.7295 -21.7783 -23.6592 -25.4463c-2.95508 -15.0752 -10.4814 -28.3818 -21.001 -38.541v-7.43359h32.4521
c24.4971 0 46.8877 -9.17383 63.9297 -24.2598c0.261719 1.89844 0.666992 3.77832 1.25 5.61328c1.82715 5.75586 2.75391 11.7617 2.75391 17.8525v78.2256c0.212891 12.5293 -6.33594 24.2148 -3.5 35.0586l5.45215 25.291l-24.5713 -5.29688
c-5.9375 -1.28125 -12.1006 -0.952148 -17.8271 0.948242c-2.37207 0.787109 -4.81348 1.42676 -7.25781 1.90234c-4.09961 0.797852 -6.77734 4.76953 -5.97949 8.86914c0.798828 4.10059 4.77148 6.77246 8.86914 5.98047
c3.07617 -0.600586 6.14941 -1.40527 9.13184 -2.39551c7.99121 -2.93262 27.1826 3.87012 35.0215 4.90332c4.91895 1.06348 9.97949 -0.430664 13.5371 -3.98828c3.55664 -3.55762 5.04688 -8.61719 3.9873 -13.5352l-5.57617 -25.8652
c-0.689453 -3.19434 -0.536133 -6.52441 0.439453 -9.62988c1.12305 -3.57227 1.96973 -7.2207 2.53711 -10.9199h21.8623c11.6475 0 21.124 -9.47559 21.124 -21.124v-145.836l37.5957 34.0156c8.0498 7.58301 10.2031 19.7676 5.23438 29.6533l-20.542 40.8662
c-6.26465 12.4619 -5.5791 27.5615 1.78809 39.4053l4.93945 7.94141c-6.89941 3.7832 -12.7002 9.33301 -16.7803 16.041c-4.88965 8.15234 -6.2998 15.7842 -6.47168 23.1299v65.8086c0 7.84473 6.38281 14.2285 14.2295 14.2285h22.8457v19.0664h-344.096
c-4.17773 0 -7.56348 3.38574 -7.56348 7.56348c0 4.17676 3.38574 7.5625 7.56348 7.5625h388.734c4.17773 0 7.56348 -3.38574 7.56348 -7.5625c0 -4.17773 -3.38574 -7.56348 -7.56348 -7.56348h-29.5127v-19.0664h22.8467zM401.824 241.849
c0 3.30762 -2.69043 5.99805 -5.99707 5.99805h-21v-74.4209c0 -7.64551 -1.16504 -15.1924 -3.46289 -22.4297c-2.24805 -7.33105 1.11816 -15.5479 2.23145 -22.1328c9.03711 -14.3906 14.3848 -31.3184 14.708 -49.4531
c1.78027 -1.47852 3.5293 -3.00195 5.25391 -4.56055l8.2666 7.47949v159.52zM172.451 170.401v-13.7344c0 -3.42188 2.78418 -6.20703 6.20703 -6.20703h59.3223c3.42188 0 6.20605 2.78516 6.20605 6.20703v13.7344
c-10.6494 -5.97754 -22.9004 -9.37402 -35.8672 -9.37402s-25.2188 3.39648 -35.8682 9.37402zM282.922 268.673c-0.977539 0.316406 -1.30762 0.422852 -2.61133 -1.4082c-1.90723 -2.68066 -5.32812 -3.82227 -8.46289 -2.81738
c-5.73145 2.4707 -5.43164 7.84668 -5.26074 11.873c0 16.0234 -13.0371 29.0596 -29.0605 29.0596h-58.4102c-16.0254 0 -29.0615 -13.0361 -29.0615 -29.0596c0.744141 -5.25586 -1.35645 -10.7627 -5.26074 -11.873
c-3.13379 -1.00488 -6.55371 0.136719 -8.46289 2.81738c-0.882812 1.23828 -1.31934 1.5918 -1.8125 1.5918c-0.235352 0 -0.484375 -0.0810547 -0.801758 -0.18457c-6.2998 -2.04785 -9.29199 -10.2822 -6.66699 -18.3525
c2.57129 -7.9082 10.6494 -15.9482 16.3086 -16.2344c3.68066 -0.18457 6.69238 -2.99609 7.12988 -6.65625c3.49219 -29.2314 28.3545 -51.2754 57.832 -51.2754c29.4766 0 54.3389 22.0439 57.832 51.2754c0.436523 3.65918 3.44824 6.47168 7.12988 6.65625
c5.6582 0.286133 13.7354 8.32715 16.3076 16.2344c2.62402 8.07031 -0.367188 16.3047 -6.66797 18.3535zM150.053 320.008v-10.4404c7.77539 6.80371 17.9424 10.9385 29.0615 10.9385h58.4102c11.1182 0 21.2852 -4.13477 29.0605 -10.9385v10.4404
c0 13.624 -11.084 24.707 -24.707 24.707h-67.1182c-13.623 0 -24.707 -11.083 -24.707 -24.707zM79.5566 306.703l-24.5693 5.29688l5.45215 -25.291c2.80176 -12.4473 -4.1416 -24.2412 -3.5 -35.0586v-78.2256c0 -6.08984 0.926758 -12.0977 2.75391 -17.8525
c0.582031 -1.83398 0.987305 -3.71387 1.25 -5.61328c17.042 15.0869 39.4326 24.2607 63.9287 24.2607h32.4531v7.43359c-10.5205 10.1602 -18.0459 23.4658 -21.001 38.541c-10.9326 3.66699 -20.2158 14.8535 -23.6602 25.4463
c-5.2041 16.0029 2.1416 32.7871 16.374 37.416c1.55176 0.506836 3.59863 0.952148 5.88867 0.917969v26.665h-18.999c-6.33203 0 -12.5703 -1.00586 -18.543 -2.9873c-5.72754 -1.89941 -11.8916 -2.22754 -17.8281 -0.949219zM15.127 241.849h-0.000976562v-175.042
c1.37695 1.62305 2.83887 3.18066 4.38477 4.66113c2.85742 2.73633 5.7998 5.36035 8.82227 7.87207c0.310547 18.1611 5.66016 35.1133 14.708 49.5225c1.04395 4.99414 4.51855 17.5205 2.2334 22.1328c-2.29883 7.2373 -3.46387 14.7842 -3.46387 22.4297v74.4209
h-20.6855c-3.30762 0 -5.99805 -2.68945 -5.99805 -5.99707zM401.708 -2.16895h0.000976562v28.0322c0 12.8701 -5.31152 25.375 -14.5762 34.3096c-3.5332 3.4082 -7.20605 6.625 -11.0049 9.64648c-0.0722656 0.0556641 -0.145508 0.109375 -0.21582 0.167969
c-26.5908 21.0645 -59.3301 32.5195 -93.6592 32.5195h-143.333c-4.17676 0 -7.5625 3.38477 -7.5625 7.56348c0 4.17676 3.38574 7.5625 7.5625 7.5625h143.33c32.2402 0 63.2031 -9.1875 89.7754 -26.292c-6.52734 38.4092 -40.0215 67.7529 -80.2607 67.7529h-32.4531
v-2.42676c0 -11.7637 -9.56836 -21.334 -21.333 -21.334h-59.3213c-11.7646 0 -21.334 9.57031 -21.334 21.334v2.42676h-32.4531c-40.2734 0 -73.792 -29.3945 -80.2783 -67.8516c17.5059 11.2803 36.9941 19.2031 57.5908 23.2568
c4.09766 0.810547 8.0752 -1.86035 8.88281 -5.95996c0.806641 -4.09766 -1.8623 -8.07422 -5.95996 -8.88086c-28.2412 -5.56152 -54.2217 -19.085 -75.1309 -39.1133c-9.31543 -8.9248 -14.6592 -21.459 -14.6592 -34.3906v-28.3232h386.393zM496.866 351.976h-59.0254
v-20.8623h59.0254v20.8623zM494.543 275.588c2.52344 6.80176 1.89551 7.42773 2.32324 11.4775v28.9219h-59.0254v-28.9219c0 -16.2734 13.2393 -29.5127 29.5117 -29.5127c11.498 -0.629883 24.2646 9.40723 27.1904 18.0352z" />
<glyph glyph-name="021-play" unicode="&#xf114;"
d="M419.926 239.544c18.3184 -12.5371 28.3359 -29.4092 28.332 -47.5215c0 -18.124 -10.1338 -35 -28.4316 -47.541l-284.528 -194.692c-13.1631 -9.02246 -26.1855 -13.7891 -37.2012 -13.7891c-21.2158 0 -34.3545 17.0342 -34.3545 45.5693v420.796
c0 28.5674 13.1553 45.6348 34.4209 45.6348c10.999 0 24.2324 -4.76172 37.3662 -13.7598z" />
<glyph glyph-name="038-distance" unicode="&#xf125;"
d="M291.638 234.803l22.502 -22.5c2.92969 -2.92773 2.92969 -7.67676 0 -10.6055l-22.5 -22.5c-1.46484 -1.46484 -3.38477 -2.19727 -5.30371 -2.19727s-3.83887 0.733398 -5.30371 2.19727c-2.92969 2.92773 -2.92969 7.67676 0 10.6055l9.69629 9.69727h-69.4531
l9.69629 -9.69727c2.92969 -2.92773 2.92969 -7.67676 0 -10.6055c-1.46484 -1.46484 -3.38477 -2.19727 -5.30371 -2.19727s-3.83887 0.733398 -5.30371 2.19727l-22.5 22.5c-2.92969 2.92773 -2.92969 7.67676 0 10.6055l22.5 22.5
c2.92871 2.92969 7.67676 2.92969 10.6064 0c2.92969 -2.92773 2.92969 -7.67676 0 -10.6055l-9.69629 -9.69727h69.4531l-9.69629 9.69727c-2.92969 2.92773 -2.92969 7.67676 0 10.6055c2.92871 2.92969 7.67676 2.92969 10.6064 0zM143.167 297.5
c20.6777 0 37.5 -16.8223 37.5 -37.5l-0.000976562 -121.5c0 -12.3359 -9.88281 -22 -22.5 -22c-2.64258 0 -5.16309 0.428711 -7.5 1.21289v-125.296c0 -14.291 -11.8506 -25.917 -26.416 -25.917c-14.5664 0 -26.417 11.8506 -26.417 26.417v138.583h-15v-138.584
c0 -14.5664 -11.8506 -26.417 -26.416 -26.417c-14.5664 0 -26.417 11.626 -26.417 25.917v125.374c-2.34668 -0.832031 -4.87109 -1.29004 -7.5 -1.29004c-12.4062 0 -22.5 10.0928 -22.5 22.5v91c0 4.1416 3.35742 7.5 7.5 7.5s7.5 -3.3584 7.5 -7.5v-91
c0 -4.13574 3.36426 -7.5 7.5 -7.5s7.5 3.36426 7.5 7.5v120.5c0 4.1416 3.35742 7.5 7.5 7.5s7.5 -3.3584 7.5 -7.5v-267.083c0 -5.91797 5.22852 -10.917 11.417 -10.917c6.29492 0 11.416 5.12207 11.416 11.417v146.083c0 4.1416 3.35742 7.5 7.5 7.5h30
c4.14258 0 7.5 -3.3584 7.5 -7.5v-146.083c0 -6.29492 5.12207 -11.417 11.417 -11.417c6.18848 0 11.416 5 11.416 10.917v267.083c0 4.1416 3.35742 7.5 7.5 7.5s7.5 -3.3584 7.5 -7.5v-121c0 -3.99121 3.22461 -7 7.5 -7s7.5 3.00879 7.5 7l0.000976562 121.5
c0 12.4072 -10.0938 22.5 -22.5 22.5h-105.667c-12.4062 0 -22.5 -10.0928 -22.5 -22.5c0 -4.1416 -3.35742 -7.5 -7.5 -7.5s-7.5 3.3584 -7.5 7.5c0 20.6777 16.8223 37.5 37.5 37.5h105.667zM90.0049 312.5c-28.9482 0 -52.5 23.5508 -52.5 52.5s23.5518 52.5 52.5 52.5
s52.5 -23.5508 52.5 -52.5s-23.5518 -52.5 -52.5 -52.5zM90.0049 402.5c-20.6777 0 -37.5 -16.8223 -37.5 -37.5s16.8223 -37.5 37.5 -37.5s37.5 16.8223 37.5 37.5s-16.8223 37.5 -37.5 37.5zM474.5 297.5c20.6777 0 37.5 -16.8223 37.5 -37.5v-121.5
c0 -12.3359 -9.88281 -22 -22.5 -22c-2.6416 0 -5.16309 0.428711 -7.5 1.21289v-125.296c0 -14.291 -11.8506 -25.917 -26.417 -25.917c-14.5654 0 -26.416 11.8506 -26.416 26.417l-0.000976562 138.583h-15v-138.584c0 -14.5664 -11.8506 -26.417 -26.417 -26.417
c-14.5654 0 -26.416 11.626 -26.416 25.917v125.374c-2.34668 -0.832031 -4.87109 -1.29004 -7.5 -1.29004c-12.4062 0 -22.5 10.0928 -22.5 22.5l0.000976562 121c0 20.6777 16.8223 37.5 37.5 37.5h105.666zM497 138.5v121.5c0 12.4072 -10.0938 22.5 -22.5 22.5h-105.666
c-12.4062 0 -22.5 -10.0928 -22.5 -22.5l-0.000976562 -121c0 -4.13574 3.36523 -7.5 7.5 -7.5s7.5 3.36523 7.5 7.50879v120.491c0 4.1416 3.35742 7.5 7.5 7.5s7.5 -3.3584 7.5 -7.5l0.000976562 -267.083c0 -5.91797 5.22754 -10.917 11.416 -10.917
c6.29492 0 11.417 5.12207 11.417 11.417l-0.000976562 146.083c0 1.98926 0.790039 3.89746 2.19629 5.30273c1.40723 1.40723 3.31445 2.19727 5.30371 2.19727h30c4.14258 0 7.5 -3.3584 7.5 -7.5l0.000976562 -146.083c0 -6.29492 5.12109 -11.417 11.416 -11.417
c6.18848 0 11.417 5 11.417 10.917l-0.000976562 267.083c0 4.1416 3.35742 7.5 7.5 7.5s7.5 -3.3584 7.5 -7.5l0.000976562 -121c0 -3.99121 3.22461 -7 7.5 -7s7.5 3.00879 7.5 7zM421.338 312.5c-28.9482 0 -52.5 23.5508 -52.5 52.5s23.5518 52.5 52.5 52.5
s52.5 -23.5508 52.5 -52.5s-23.5518 -52.5 -52.5 -52.5zM421.338 402.5c-20.6777 0 -37.5 -16.8223 -37.5 -37.5s16.8223 -37.5 37.5 -37.5s37.5 16.8223 37.5 37.5s-16.8223 37.5 -37.5 37.5z" />
<glyph glyph-name="030-search-1" unicode="&#xf11d;"
d="M211.034 26.3232c-116.257 0 -210.838 94.5811 -210.838 210.838s94.5811 210.839 210.838 210.839s210.839 -94.582 210.839 -210.839s-94.582 -210.838 -210.839 -210.838zM211.034 408.03c-94.2178 0 -170.869 -76.6514 -170.869 -170.869
s76.6514 -170.869 170.869 -170.869s170.869 76.6514 170.869 170.869s-76.6514 170.869 -170.869 170.869zM505.951 -58.1465c-3.90234 -3.90234 -9.01562 -5.85254 -14.1309 -5.85254s-10.2305 1.9502 -14.1318 5.85254l-89.4316 89.4316
c-7.80371 7.80371 -7.80371 20.458 0 28.2637c7.80371 7.80469 20.458 7.80469 28.2637 0l89.4307 -89.4316c7.80469 -7.80469 7.80469 -20.459 0 -28.2637z" />
<glyph glyph-name="040-infected" unicode="&#xf127;"
d="M139.386 175.734h-71.5693c-28.9775 0 -52.5518 -23.5742 -52.5518 -52.5518v-104.816h-15.0146v104.816c0 37.2568 30.3096 67.5664 67.5664 67.5664h56.5547v24.4688c-14.1494 12.5273 -23.4824 30.4141 -24.834 50.4785
c-18.8643 19.2744 -29.2188 44.6133 -29.2188 71.6953v10.6699c0 55.1055 46.0264 99.9385 102.601 99.9385c3.63867 0 7.30859 -0.19043 10.9082 -0.56543l2.58301 -0.269531l5.00781 -4.85254l8.60059 2.18555l1.95215 -0.560547
c16.3115 -4.68457 31.3262 -13.376 43.4219 -25.1328c19.4277 -18.8838 30.127 -44.0078 30.127 -70.7432v-10.6689c0 -27.082 -10.3545 -52.4209 -29.2188 -71.6953c-1.35156 -20.0645 -10.6855 -37.9521 -24.835 -50.4785v-24.4697h41.541v-15.0146h-56.5557v29.1865
c-10.0635 -5.20703 -21.457 -8.16602 -33.5322 -8.16602s-23.4688 2.95996 -33.5332 8.16602v-29.1865zM99.3467 334.015l9.39746 -2.44238c6.67285 -1.73438 14.4385 -2.54199 24.4375 -2.54199c28.0674 0 49.9756 13.2666 60.1055 36.3975l4.91699 11.2295
l7.76758 -9.48535c9.33301 -11.3945 21.373 -19.1846 34.8223 -22.5234l5.69824 -1.41602v-53.3809c9.11133 14.0225 14.0137 30.3643 14.0137 47.54v10.6709c0 22.6445 -9.08301 43.9434 -25.5771 59.9766c-9.85645 9.58008 -21.9883 16.7783 -35.1934 20.8965
l-12.7461 -3.23828l-7.25684 7.03223c-2.26172 0.169922 -4.54395 0.255859 -6.81348 0.255859c-48.2949 0 -87.5859 -38.0977 -87.5859 -84.9238v-10.6699c0 -17.1758 4.90234 -33.5186 14.0137 -47.54v44.1631zM114.361 270.742
c0 -32.5176 26.2695 -58.9727 58.5586 -58.9727c32.2881 0 58.5576 26.4561 58.5576 58.9727v60.9844c-10.9414 3.62988 -20.9688 9.67969 -29.5908 17.833c-14.0469 -22.7314 -38.5166 -35.543 -68.7061 -35.543c-7.08496 0 -13.25 0.376953 -18.8193 1.16602v-44.4404z
M0.25 3.35156h15.0146v-67.3516h-15.0146v67.3516zM330.573 56.1172h15.0146v-120.117h-15.0146v120.117zM330.573 114.174h15.0146v-43.042h-15.0146v43.042zM78.3262 -23.46v-15.0146h32.5322v-15.0146h-32.5322v-10.5107h-15.0146v160.156h15.0146v-104.602h18.5186
v-15.0146h-18.5186zM267.512 96.1562h15.0146v-160.156h-15.0146v160.156zM192.563 149.709c13.166 0 28.6152 -11.0801 41.3281 -29.6406c13.0977 -19.124 20.6094 -42.6533 20.6094 -64.5518c0 -31.5234 -5.67188 -49.7402 -17.8477 -57.3301
c-3.85938 -2.40527 -8.22559 -3.60742 -13.0684 -3.60742c-5.90039 0 -12.5107 1.78516 -19.7812 5.35059c-1.98828 0.975586 -3.90918 1.88281 -5.75586 2.75684c-10.6328 5.02734 -19.998 9.46191 -26.1289 19.0479
c-6.13086 -9.58594 -15.4961 -14.0205 -26.1289 -19.0479c-1.84668 -0.873047 -3.76758 -1.78125 -5.75586 -2.75684c-7.26953 -3.56543 -13.8809 -5.35059 -19.7822 -5.35059c-4.84277 0 -9.20898 1.20215 -13.0674 3.60742
c-12.1758 7.58984 -17.8477 25.8066 -17.8477 57.3301c0 21.8984 7.51172 45.4277 20.6094 64.5518c12.7109 18.5605 28.1592 29.6406 41.3262 29.6406c9.99707 0 16.4668 -7.20508 20.6455 -18.6602c4.17871 11.4551 10.6484 18.6602 20.6455 18.6602zM139.371 16.2607
c17.709 8.37402 25.0391 11.8398 25.0391 39.2549c0 18.2559 -0.348633 39.125 -2.94141 55.4785c-2.77246 17.4922 -7.22559 23.6992 -10.1963 23.6992c-15.4502 0 -46.9209 -36.6504 -46.9209 -79.1777c0 -32.9512 6.75098 -42.0791 10.7754 -44.5879
c3.86719 -2.41016 10.0234 -1.57617 18.2939 2.48145c2.05664 1.00977 4.04102 1.94824 5.9502 2.85156zM228.708 10.9277c4.02539 2.50879 10.7754 11.6367 10.7754 44.5879c0 42.5273 -31.4707 79.1777 -46.9199 79.1777c-2.97168 0 -7.42383 -6.20703 -10.1963 -23.6992
c-2.59277 -16.3535 -2.94238 -37.2217 -2.94238 -55.4785c0 -27.416 7.33105 -30.8818 25.04 -39.2559c1.90918 -0.90332 3.89355 -1.8418 5.94922 -2.85059c8.27148 -4.05762 14.4277 -4.89355 18.2939 -2.48145zM503.768 280.967
c5.29688 -13.5986 7.98242 -27.9551 7.98242 -42.6719c0 -64.8535 -52.7617 -117.614 -117.615 -117.614c-21.0488 0 -41.5986 5.60059 -59.6299 16.2275l-82.251 -16.0498l35.0596 68.1709c-7.16406 15.4766 -10.792 32.0322 -10.792 49.2666
c0 2.79492 0.0986328 5.61523 0.293945 8.38379l14.9775 -1.05664c-0.169922 -2.41895 -0.256836 -4.88477 -0.256836 -7.32812c0 -16.1699 3.65723 -31.6475 10.8721 -46.0029l1.71387 -3.41016l-24.3555 -47.3584l57.6152 11.2422l2.50879 -1.56641
c16.248 -10.1426 35.0059 -15.5039 54.2441 -15.5039c56.5742 0 102.601 46.0254 102.601 102.6c0 12.8457 -2.3418 25.3691 -6.95898 37.2227zM394.135 340.896c-48.291 0 -90.5225 -34.2471 -100.416 -81.4316l-14.6953 3.08105
c5.45703 26.0254 19.8418 49.7051 40.5049 66.6777c20.9512 17.21 47.4473 26.6875 74.6064 26.6875c42.6357 0 82.0283 -23.1592 102.805 -60.4375l-13.1162 -7.30859c-18.126 32.5254 -52.4932 52.7314 -89.6885 52.7314zM474.213 230.788h-23.0273
c-1.34277 -10.2607 -5.39355 -19.6787 -11.417 -27.5098l16.2988 -16.2979l-10.6162 -10.6172l-16.2988 16.2988c-7.83301 -6.02441 -17.249 -10.0742 -27.5098 -11.418v-23.0273h-15.0146v23.0273c-10.2617 1.34375 -19.6787 5.39355 -27.5098 11.418l-16.2998 -16.2988
l-10.6162 10.6172l16.2988 16.2979c-6.02344 7.83203 -10.0732 17.249 -11.417 27.5098h-23.0273v15.0146h23.0273c1.34375 10.2607 5.39355 19.6777 11.417 27.5098l-16.2988 16.2979l10.6162 10.6162l16.2998 -16.2979c7.83203 6.02441 17.248 10.0742 27.5098 11.417
v23.0273h15.0146v-23.0273c10.2607 -1.34277 19.6777 -5.39258 27.5098 -11.417l16.2988 16.2979l10.6162 -10.6162l-16.2988 -16.2979c6.02344 -7.83301 10.0742 -17.249 11.417 -27.5098h23.0273v-15.0146zM394.135 195.754c23.458 0 42.542 19.083 42.542 42.541
s-19.084 42.542 -42.542 42.542s-42.541 -19.084 -42.541 -42.542s19.083 -42.541 42.541 -42.541zM390.632 265.321h15.0146v-15.0146h-15.0146v15.0146zM365.607 244.802h15.0146v-15.0146h-15.0146v15.0146zM405.646 235.292h15.0146v-15.0146h-15.0146v15.0146z
M125.873 -38.4746h15.0146v-15.0146h-15.0146v15.0146z" />
<glyph glyph-name="011-shopping-cart" unicode="&#xf10a;"
d="M48.4062 216.215c-1.79297 -1.69141 -4.21484 -2.73047 -6.875 -2.73047c-3.29297 0 -6.21875 1.59375 -8.04297 4.04688l-31.1562 37.1289c-3.54688 4.23438 -2.98438 10.5469 1.25391 14.0938c4.23438 3.54297 10.5469 2.98438 14.0938 -1.25391l15.293 -18.2266
c5.90625 51.6953 29.375 98.0586 64.2891 132.973c40.625 40.625 96.75 65.7539 158.738 65.7539c53.1484 0 102 -18.5 140.477 -49.418c39.2148 -31.5078 67.6211 -75.9219 78.7852 -126.797c1.16406 -5.40625 -2.26953 -10.7344 -7.67578 -11.9023
s-10.7344 2.26562 -11.9023 7.67188c-10.1602 46.3164 -36.0273 86.7539 -71.7344 115.449c-35.0039 28.1211 -79.4922 44.9531 -127.945 44.9531c-56.4609 0 -107.57 -22.8828 -144.57 -59.8828c-32.0117 -32.0117 -53.4531 -74.5977 -58.6523 -122.066l19.9023 16.6992
c4.23438 3.54688 10.5469 2.98438 14.0898 -1.25391c3.54688 -4.23438 2.98828 -10.5469 -1.25 -14.0938zM184.789 244.105h162.59l10.8867 33.332h-52.0938c-5.53516 0 -10.0195 4.48828 -10.0195 10.0234s4.48438 10.0234 10.0195 10.0234h65.8906
c5.53516 0 10.0195 -4.48828 10.0195 -10.0234c0 -1.31641 -0.253906 -2.57422 -0.714844 -3.72266l-35.3047 -108.121c-1.375 -4.22656 -5.29688 -6.91406 -9.51172 -6.91406l-127.133 -0.015625l5.77344 -17.6836h121.332c9.61719 0 19.0664 -3.94922 25.8555 -10.7461
c6.60547 -6.60938 10.6875 -15.7227 10.6875 -25.7773c0 -10.0859 -4.08594 -19.2148 -10.6953 -25.8242c-6.60938 -6.61328 -15.7422 -10.6992 -25.8242 -10.6992c-10.0859 0 -19.2188 4.08594 -25.8281 10.6992c-6.60938 6.60938 -10.6992 15.7383 -10.6992 25.8242
c0 5.92578 1.42188 11.5234 3.94141 16.4805h-69.5859c2.50781 -4.95312 3.92188 -10.5508 3.92188 -16.4805c0 -10.0859 -4.08594 -19.2148 -10.6953 -25.8242c-6.61328 -6.61328 -15.7422 -10.6992 -25.8281 -10.6992c-10.082 0 -19.2148 4.08594 -25.8242 10.6992
c-6.60938 6.60547 -10.6992 15.7383 -10.6992 25.8242c0 10.082 4.08984 19.2148 10.6992 25.8242c4.95312 4.95312 11.3164 8.48828 18.4375 9.94922c-17.9492 54.9727 -35.9023 109.945 -53.8516 164.914h-30.293c-5.53516 0 -10.0195 4.48828 -10.0195 10.0234
s4.48438 10.0195 10.0195 10.0195l37.543 -0.015625c4.21875 0 8.14062 -2.6875 9.51172 -6.91406l10.0586 -30.7969h58.6406c5.53516 0 10.0195 -4.48828 10.0195 -10.0234s-4.48438 -10.0234 -10.0195 -10.0234h-52.0938zM340.836 224.07h-149.508l11.543 -35.3398
h126.426zM266.082 297.484c5.53516 0 10.0234 -4.48828 10.0234 -10.0234s-4.48828 -10.0195 -10.0234 -10.0195s-10.0195 4.48438 -10.0195 10.0195s4.48438 10.0234 10.0195 10.0234zM337.234 130.984c-0.71875 0.0351562 -1.13281 0.0351562 -1.83594 -0.0234375
c-4.09375 -0.28125 -7.78125 -2.0625 -10.5117 -4.79688c-2.97656 -2.97656 -4.82031 -7.10938 -4.82031 -11.6836c0 -4.55078 1.84375 -8.67188 4.82812 -11.6562c2.98047 -2.98047 7.10156 -4.82422 11.6523 -4.82422s8.67188 1.84375 11.6523 4.82422
s4.82812 7.10156 4.82812 11.6562c0 4.57422 -1.84375 8.70703 -4.82031 11.6836c-2.83203 2.83984 -6.69531 4.64844 -10.9727 4.82031zM213.43 126.133c-2.98047 2.98438 -7.10156 4.82812 -11.6523 4.82812s-8.67578 -1.84375 -11.6523 -4.82812
c-2.98438 -2.98047 -4.82812 -7.10156 -4.82812 -11.6523s1.84375 -8.67188 4.82812 -11.6523c2.97656 -2.98438 7.09766 -4.82812 11.6523 -4.82812c4.55078 0 8.67188 1.84375 11.6523 4.82422c2.98047 2.98438 4.82422 7.10156 4.82422 11.6562
c0 4.55078 -1.84375 8.67188 -4.82422 11.6523zM439.32 184.309c-4.23828 -3.54688 -10.5469 -2.98438 -14.0938 1.25c-3.54688 4.23828 -2.98438 10.5508 1.25391 14.0977l37.1172 31.1445c1.79297 1.69141 4.21094 2.73047 6.875 2.73047
c3.29297 0 6.21484 -1.58984 8.04297 -4.04688l31.1562 -37.1289c3.54297 -4.23438 2.98047 -10.5469 -1.25391 -14.0898c-4.23828 -3.54688 -10.5508 -2.98438 -14.0938 1.25l-15.2969 18.2266c-5.90234 -51.6953 -29.375 -98.0586 -64.2891 -132.973
c-40.625 -40.625 -96.7461 -65.7539 -158.734 -65.7539c-53.1484 0 -102 18.5 -140.48 49.418c-39.2148 31.5078 -67.6211 75.9219 -78.7812 126.801c-1.16797 5.40234 2.26953 10.7344 7.67578 11.8984c5.40234 1.16797 10.7305 -2.26562 11.8984 -7.67188
c10.1602 -46.3164 36.0273 -86.7578 71.7344 -115.445c35.0039 -28.125 79.4961 -44.9531 127.949 -44.9531c56.457 0 107.57 22.8828 144.566 59.8789c32.0117 32.0117 53.457 74.5977 58.6523 122.066zM439.32 184.309z" />
<glyph glyph-name="046-sneeze" unicode="&#xf12d;"
d="M248 216c-4.41602 0 -8 3.58398 -8 8s3.58398 8 8 8h8v8c0 4.41602 3.58398 8 8 8s8 -3.58398 8 -8v-8c-0.0107422 -8.82129 -7.17871 -15.9893 -16 -16h-8zM193.344 235.562c-0.741211 1.11328 -1.34375 3.10156 -1.34375 4.43848
c0 2.36328 1.5957 5.34473 3.56152 6.65625l14.0166 9.34375l-14.0166 9.34375c-1.98535 1.30957 -3.59668 4.30176 -3.59668 6.67969c0 4.41602 3.58398 8 8 8c1.34961 0 3.35352 -0.612305 4.47363 -1.36719l24 -16c1.96582 -1.31152 3.56152 -4.29297 3.56152 -6.65625
s-1.5957 -5.34473 -3.56152 -6.65625l-24 -16c-1.11328 -0.741211 -3.10156 -1.34375 -4.43848 -1.34375c-2.36328 0 -5.34473 1.5957 -6.65625 3.56152zM283.562 249.344c-1.96582 1.31152 -3.56152 4.29297 -3.56152 6.65625s1.5957 5.34473 3.56152 6.65625l24 16
c1.10645 0.728516 3.07812 1.32031 4.40332 1.32031c4.41602 0 8 -3.58398 8 -8c0 -2.34863 -1.58008 -5.31934 -3.52637 -6.63281l-14.0166 -9.34375l14.0166 -9.34375c1.94629 -1.31348 3.52637 -4.28418 3.52637 -6.63281c0 -4.41602 -3.58398 -8 -8 -8
c-1.3252 0 -3.29688 0.591797 -4.40332 1.32031zM329.023 117.872l45.9229 -123.993c0.729492 -1.9707 1.32227 -5.27734 1.32227 -7.37891c0 -11.7266 -9.51758 -21.2441 -21.2441 -21.2441c-1.34961 0 -3.51367 0.249023 -4.82812 0.555664l-16.0312 3.74023
c-6.35156 1.48242 -14.0078 7.35156 -17.0898 13.1006l-6.3584 11.8691c-1.5791 2.94727 -5.57617 5.33984 -8.9209 5.33984c-2.87598 0 -6.56543 -1.89941 -8.2373 -4.24023c-4.29785 -6.04395 -13.8057 -10.9492 -21.2227 -10.9492
c-1.66992 0 -4.34375 0.310547 -5.96875 0.693359l-32.9668 7.69238c-8.5459 1.97559 -17.875 10.2822 -20.8252 18.541l-0.556641 1.54883c-1.72852 4.8125 -7.28223 8.71973 -12.3975 8.71973c-3.09863 0 -7.35547 -1.81445 -9.50195 -4.0498
c-4.77051 -4.94434 -14.2197 -8.95801 -21.0898 -8.95801c-1.84082 0 -4.79102 0.335938 -6.58398 0.75l-28.2637 6.59961c-3.41211 0.795898 -6.18164 4.28613 -6.18164 7.79102c0 1.04199 0.378906 2.64551 0.844727 3.57812l47.3682 94.7363
c-22.1973 15.998 -40.2129 51.1895 -40.2129 78.5518v0.0136719v23.1201c-17.6641 0 -32 14.3359 -32 32s14.3359 32 32 32v54.7197c0.0458984 40.4053 32.875 73.2344 73.2803 73.2803h93.4395c40.4053 -0.0458984 73.2344 -32.875 73.2803 -73.2803v-54.7197
c17.6641 0 32 -14.3359 32 -32s-14.3359 -32 -32 -32v-23.1201v-0.0439453c0 -30.2393 -21.0459 -67.4072 -46.9766 -82.9639zM392 256c-0.0107422 8.82129 -7.17871 15.9893 -16 16v-32c8.82129 0.0107422 15.9893 7.17871 16 16zM209.28 400
c-31.583 -0.0361328 -57.2441 -25.6973 -57.2803 -57.2803v-30.7197h16c22.0801 0 40 17.9199 40 40c0 4.41602 3.58398 8 8 8s8 -3.58398 8 -8c0.0244141 -22.0557 17.9443 -39.9756 40 -40v40c0 4.41602 3.58398 8 8 8s8 -3.58398 8 -8
c0.0244141 -22.0557 17.9443 -39.9756 40 -40h40v30.7197c-0.0361328 31.583 -25.6973 57.2441 -57.2803 57.2803h-93.4395zM120 256c0.0107422 -8.82129 7.17871 -15.9893 16 -16v32c-8.82129 -0.0107422 -15.9893 -7.17871 -16 -16zM171.477 148.243
c2.98828 -3.48828 8.36719 -8.5918 12.0078 -11.3916l8.53418 17.0693c10.5098 21.0176 38.1094 38.0752 61.6084 38.0752c26.4639 0 55.4014 -20.1406 64.5918 -44.957l5.13281 -13.8594c20.2305 13.2031 36.6484 43.5244 36.6484 67.6816v0.0185547v95.1201h-40
h-0.0332031c-12.9902 0 -30.8955 7.54688 -39.9668 16.8457v-8.8457c0 -4.41602 -3.58398 -8 -8 -8h-8c-17.4844 0.0078125 -38.9834 12.1768 -47.9902 27.1631c-9.01172 -14.9893 -30.5195 -27.1582 -48.0098 -27.1631h-16v-95.1201v-0.0175781
c0 -16.5127 8.72559 -40.0859 19.4766 -52.6191zM358.96 -16.9736c0.730469 0.808594 1.32227 2.34863 1.32227 3.43848c0 0.52832 -0.154297 1.3584 -0.345703 1.85156l-56.7285 153.169c-7.05664 19.0518 -29.2725 34.5137 -49.5889 34.5137
c-18.041 0 -39.2305 -13.0957 -47.2979 -29.2314l-58.6406 -117.28l18.3926 -4.29102c0.811523 -0.1875 2.14551 -0.339844 2.97754 -0.339844c3.10254 0 7.36816 1.8125 9.52246 4.0459c3.22656 3.37695 9.52734 7.02441 14.0625 8.1416l7.44238 52.0879l15.8379 -2.26367
l-7.20801 -50.458c7.49707 -2.42773 15.7256 -10.4229 18.3662 -17.8486l0.555664 -1.54688c1.33203 -3.73047 5.54492 -7.48242 9.40527 -8.375l32.9668 -7.69238c0.629883 -0.148438 1.66699 -0.269531 2.31445 -0.269531c2.87305 0 6.55664 1.90137 8.22168 4.24316
c3.00293 4.22852 9.50977 8.73633 14.5234 10.0635l-7 56.0234l15.877 1.98438l7.36328 -58.9141c4.96289 -1.92773 11.0195 -7.30664 13.5205 -12.0059l6.35742 -11.8682c1.19434 -2.22754 4.16211 -4.50195 6.62305 -5.07617l16.0303 -3.74023
c0.335938 -0.0830078 0.888672 -0.150391 1.23438 -0.150391c1.30176 0 3.04492 0.800781 3.89258 1.78906zM240.216 143.52l15.9688 1.07227l8.05762 -120.025l-15.9688 -1.07227zM355.751 102.258l14.4961 6.76758l49.9639 -107.015l-14.4961 -6.76855zM80.7725 11.8037
l55.9883 103.945l14.0801 -7.58398l-55.9893 -103.945zM104 136h16v-16h-16v16zM120 0h16v-16h-16v16zM224 -24h16v-16h-16v16zM384 144h16v-16h-16v16zM424 72h16v-16h-16v16zM416 -24h16v-16h-16v16zM64 72h16v-16h-16v16z" />
<glyph glyph-name="014-question-1" unicode="&#xf10d;"
d="M352.581 180.203l61.0586 -131.018c2.33301 -5.00586 0.166016 -10.9551 -4.84082 -13.2881c-1.36621 -0.636719 -2.80273 -0.9375 -4.21777 -0.9375c-3.76562 0 -7.37402 2.1377 -9.07031 5.77832l-19.0645 40.9102h-65.875l-19.0752 -40.9131
c-1.69531 -3.6377 -5.30371 -5.77539 -9.06934 -5.77539c-1.41504 0 -2.85254 0.299805 -4.21973 0.9375c-5.00488 2.33398 -7.1709 8.2832 -4.83789 13.2891l61.085 131.019c2.33398 5.00781 8.28516 7.17285 13.2891 4.83887
c2.20703 -1.0293 3.85938 -2.76172 4.82031 -4.80566c0.00585938 -0.0126953 0.0117188 -0.0214844 0.0175781 -0.0351562zM319.896 101.648h47.2285l-23.6084 50.6621zM511.516 -44.9443c1.15332 -3.57031 0.208008 -7.48633 -2.44336 -10.1416
c-1.90527 -1.90625 -4.46094 -2.92969 -7.07324 -2.92969c-1.02637 0 -2.06055 0.157227 -3.06836 0.481445l-85.1885 27.4668c-28.2363 -14.0791 -60.7979 -19.3975 -92.1943 -14.9814c-33.9502 4.77148 -64.7412 20.1406 -89.0439 44.4434
c-34.3623 34.3359 -50.6201 81.9482 -44.9023 129.687c-30.5166 -3.71387 -61.9707 1.69922 -89.3438 15.3535l-85.1875 -27.4668c-1.00781 -0.324219 -2.04199 -0.482422 -3.06836 -0.482422c-2.6123 0 -5.16699 1.02441 -7.07227 2.92969
c-2.65332 2.65332 -3.59766 6.56836 -2.44629 10.1396l27.4658 85.1904c-14.0771 28.2246 -19.3965 60.7871 -14.9824 92.1885c4.77344 33.959 20.1416 64.7539 44.4434 89.0576c24.0195 24.0059 54.415 39.3184 87.9014 44.2881
c32.832 4.87109 65.7002 -0.552734 95.0469 -15.6846c4.90918 -2.53125 6.83594 -8.5625 4.30469 -13.4707c-2.53027 -4.90918 -8.56152 -6.83594 -13.4707 -4.30469c-53.1309 27.3955 -117.284 17.3604 -159.643 -24.9736
c-42.3281 -42.3291 -52.1934 -108.739 -23.9893 -161.494c1.2793 -2.39258 1.53223 -5.20117 0.699219 -7.7832l-22.7539 -70.5752l70.5732 22.7539c2.58105 0.831055 5.39062 0.580078 7.78418 -0.698242c52.7529 -28.2041 119.161 -18.3398 161.491 23.9912
c42.291 42.291 52.3457 106.418 25.0205 159.57c-2.52441 4.91211 -0.59082 10.9404 4.32129 13.4658c4.91309 2.52734 10.9414 0.59082 13.4658 -4.32129c14.3906 -27.9893 19.9609 -59.1611 16.2236 -90.4355c47.8799 5.90137 95.6748 -10.3291 130.176 -44.8301
c24.3057 -24.3066 39.6777 -55.1025 44.4531 -89.0566c4.41797 -31.4082 -0.901367 -63.9678 -14.9902 -92.1885zM415.92 -9.75391l70.5664 -22.751l-22.7754 70.5693c-0.833984 2.58398 -0.581055 5.39551 0.700195 7.79004
c28.2207 52.7354 18.3545 119.143 -23.9932 161.493c-31.6221 31.623 -76.0479 45.6475 -119.922 38.1836c-6.95605 -27.0557 -20.9414 -51.5742 -41 -71.6328c-19.9453 -19.9473 -44.2676 -33.8701 -71.1201 -40.8604c-7.28711 -43.7559 6.76562 -88.0215 38.2656 -119.496
c42.9961 -42.998 107.895 -52.6396 161.497 -23.9941c2.39062 1.2793 5.19922 1.5293 7.78125 0.698242zM239.552 291.706c0 -17.8594 -6.06641 -34.3213 -16.2246 -47.4668l25.415 -25.415c3.90625 -3.90625 3.90527 -10.2373 0 -14.1426
c-1.95215 -1.95215 -4.51172 -2.92871 -7.07031 -2.92871c-2.55957 0 -5.11816 0.976562 -7.07129 2.92871l-25.4199 25.4209c-13.1367 -10.1348 -29.5781 -16.1836 -47.415 -16.1836c-42.9072 0 -77.8145 34.8945 -77.8145 77.7871
c0 42.9082 34.9072 77.8164 77.8145 77.8164c42.8906 0 77.7861 -34.9082 77.7861 -77.8164zM209.036 258.53c6.61426 9.39746 10.5156 20.8359 10.5146 33.1748c0 31.8789 -25.9229 57.8164 -57.7861 57.8164c-31.8789 0 -57.8145 -25.9365 -57.8145 -57.8164
c0 -31.8633 25.9355 -57.7881 57.8145 -57.7881c12.3164 0 23.7354 3.88574 33.1221 10.4775l-23.498 23.499c-3.90625 3.90625 -3.90527 10.2373 0 14.1426c3.90527 3.9043 10.2373 3.90332 14.1416 0zM272.59 380.501c-2.58691 0 -5.17383 0.998047 -7.12988 2.98926
c-3.87305 3.9375 -3.83398 10.2842 0.103516 14.1562c3.93945 3.87305 10.2539 3.83203 14.127 -0.104492l0.0292969 -0.0292969c3.87207 -3.93848 3.81836 -10.2695 -0.119141 -14.1416c-1.94727 -1.91504 -4.48047 -2.87012 -7.01074 -2.87012z" />
<glyph glyph-name="007-search" unicode="&#xf106;"
d="M508.875 -30.709c4.16602 -4.16504 4.16602 -10.9189 0.000976562 -15.085l-15.0811 -15.082c-4.16699 -4.16504 -10.9189 -4.16504 -15.0859 0l-148.732 148.732c-34.8271 -28.209 -79.1035 -45.1914 -127.31 -45.1914c-111.75 0 -202.667 90.917 -202.667 202.668
c0 111.75 90.916 202.667 202.666 202.667c111.751 0 202.668 -90.917 202.668 -202.667c0 -48.2061 -16.9814 -92.4824 -45.1914 -127.31zM202.667 85.332c88.2295 0 160.001 71.7715 160.001 160.001c0 88.2285 -71.7715 160 -160.001 160
c-88.2285 0 -160 -71.7715 -160 -160c0 -88.2295 71.7715 -160.001 160 -160.001z" />
<glyph glyph-name="019-quote" unicode="&#xf112;"
d="M467.712 335.968c28.9727 -42.5283 44.2881 -92.3115 44.2881 -143.968c0 -68.3799 -26.6279 -132.667 -74.9814 -181.02c-48.3516 -48.3516 -112.639 -74.9805 -181.019 -74.9805s-132.667 26.6289 -181.019 74.9805c-48.3535 48.3525 -74.9814 112.64 -74.9814 181.02
s26.6279 132.667 74.9814 181.019c48.3516 48.3535 112.639 74.9814 181.019 74.9814c52.7852 0 103.468 -15.9355 146.57 -46.085c4.52441 -3.16602 5.62793 -9.40039 2.46191 -13.9258c-3.16602 -4.52637 -9.40039 -5.62793 -13.9258 -2.46191
c-39.7246 27.7842 -86.4434 42.4727 -135.106 42.4727c-130.131 0 -236 -105.869 -236 -236s105.869 -236 236 -236s236 105.869 236 236c0 47.623 -14.1143 93.5117 -40.8174 132.707c-3.10938 4.56445 -1.93066 10.7852 2.63477 13.8945
c4.56445 3.11035 10.7842 1.93164 13.8945 -2.63379zM437.363 372.677c3.9043 -3.9043 3.9043 -10.2363 0 -14.1426c-1.9541 -1.95215 -4.51367 -2.92871 -7.07227 -2.92871s-5.11914 0.975586 -7.07129 2.92871l-0.341797 0.342773
c-3.90527 3.90527 -3.90527 10.2373 0 14.1426s10.2373 3.90527 14.1436 0zM199.965 190.978c18.7686 0 34.0371 -15.2686 34.0371 -34.0361v-63.9033c0.000976562 -18.7695 -15.2676 -34.0381 -34.0361 -34.0381h-74.6807c-18.7686 0 -34.0371 15.2686 -34.0371 34.0371
v84.0908c0 46.0068 10.1709 81.8584 30.2305 106.558c20.4258 25.1494 51.1045 39.0449 91.1855 41.2998c2.74219 0.150391 5.43262 -0.828125 7.43066 -2.71777c1.99805 -1.88867 3.12988 -4.51758 3.12988 -7.2666v-55.9893
c0 -5.17188 -3.94238 -9.48926 -9.09375 -9.95898c-18.0527 -1.64258 -41.6885 -9.63965 -44.5146 -58.0752h30.3486zM214.003 93.0371v63.9033c0 7.73926 -6.29688 14.0361 -14.0371 14.0361h-40.6289c-5.52246 0 -10 4.47852 -10 10
c0 60.9238 27.5 81.2178 53.8887 86.6582v36.4688c-29.3008 -3.46582 -51.0303 -14.3223 -66.2217 -33.0264c-17.0898 -21.043 -25.7559 -52.6523 -25.7559 -93.9492v-84.0908c0 -7.74023 6.29688 -14.0371 14.0371 -14.0371h74.6807
c7.74023 0 14.0371 6.29688 14.0371 14.0371zM386.714 190.977c18.7686 0 34.0371 -15.2686 34.0371 -34.0361v-63.9033c0 -18.7686 -15.2686 -34.0371 -34.0371 -34.0371h-74.6807c-18.7686 0 -34.0371 15.2686 -34.0371 34.0371v5.46289c0 5.52246 4.47656 10 10 10
c5.52246 0 10 -4.47754 10 -10v-5.46289c0 -7.74023 6.29688 -14.0371 14.0371 -14.0371h74.6807c7.74023 0 14.0371 6.29688 14.0371 14.0371v63.9033c0 7.73926 -6.29688 14.0361 -14.0371 14.0361h-40.6289c-5.52344 0 -10 4.47852 -10 10
c0 60.9238 27.5 81.2168 53.8887 86.6582v36.4678c-29.3018 -3.46582 -51.0303 -14.3223 -66.2217 -33.0264c-17.0898 -21.043 -25.7549 -52.6523 -25.7549 -93.9492v-3.46094c0 -5.52246 -4.47754 -10 -10 -10c-5.52344 0 -10 4.47754 -10 10v3.46094
c0 46.0068 10.1709 81.8584 30.2295 106.558c20.4258 25.1494 51.1045 39.0439 91.1865 41.2998c2.74219 0.150391 5.43262 -0.828125 7.43066 -2.71777c1.99805 -1.88867 3.12988 -4.51758 3.12988 -7.2666v-55.9893c0 -5.17188 -3.94238 -9.48926 -9.09375 -9.95898
c-18.0527 -1.64258 -41.6885 -9.64062 -44.5146 -58.0752h30.3486zM287.997 148.417c5.52246 0 10 -4.47754 10 -10v-0.416992c0 -5.52246 -4.47754 -10 -10 -10c-5.52344 0 -10 4.47754 -10 10v0.416992c0 5.52246 4.47656 10 10 10z" />
<glyph glyph-name="022-whatsapp" unicode="&#xf115;"
d="M123.832 -27.4648l-123.832 -36.5352l36.5352 123.836c-23.8008 39.5898 -36.3516 85.1641 -36.3516 132.258c0 141.105 114.352 255.906 254.91 255.906c140.988 0 256.906 -115.074 256.906 -255.906c0 -140.996 -116.082 -255.91 -256.906 -255.91
c-46.4727 0 -91.7031 12.5469 -131.262 36.3516zM30.1758 192.094c0 -43.7109 12.1953 -85.8906 35.2734 -121.988l3.68359 -5.76172l-24.7773 -83.9922l83.9883 24.7812l5.76562 -3.68359c36.0898 -23.0781 77.9297 -35.2734 120.984 -35.2734
c125.121 0 226.918 101.344 226.918 225.918c0 124.57 -101.797 225.918 -226.918 225.918c-124.02 0 -224.918 -101.348 -224.918 -225.918zM30.1758 192.094zM124.629 239.246c-7.89844 41.4688 -2.21484 77.8203 14.8359 94.875v-0.00390625l11.9062 11.9102
c12.4141 12.4102 32.6094 12.4102 45.0195 0l47.6289 -47.6289c12.4453 -12.4414 12.4453 -32.5781 0 -45.0234l-11.9062 -11.9062c-7.28516 -7.28516 -7.28516 -19.1406 0 -26.4258c0.0742188 -0.0703125 0.144531 -0.144531 0.214844 -0.21875l47.5078 -49.5
c7.32812 -7.21484 21.0586 -7.18359 28.332 0.0898438l11.9062 11.9062c6.01562 6.01562 14.0078 9.32422 22.5117 9.32422s16.4961 -3.30859 22.5117 -9.32422l47.6289 -47.6289c6.01172 -6.01172 9.32422 -14.0039 9.32422 -22.5078s-3.3125 -16.5 -9.32422 -22.5117
l-11.9102 -11.9102c-21.3633 -21.3633 -65.0781 -20.5078 -94.8672 -14.8359c-26.0156 4.95312 -76.0469 19.6602 -118.855 62.4688s-57.5117 92.8398 -62.4648 118.852zM160.672 312.91c-8.16016 -8.15625 -13.043 -34.1523 -6.58203 -68.0547
c4.30859 -22.625 17.082 -66.1289 54.2109 -103.258s80.6328 -49.9023 103.258 -54.2148c33.9023 -6.45703 59.8945 -1.57422 68.0547 6.58594l11.9102 11.9062c0.355469 0.359375 0.539062 0.796875 0.539062 1.30469c0 1.44531 2.01562 -1.51953 -48.1719 48.9336
c-0.71875 0.71875 -1.89062 0.71875 -2.60938 0l-11.9062 -11.9062c-19.0234 -19.0234 -51.8711 -18.9609 -70.832 0c-0.0742188 0.0742188 -0.144531 0.148438 -0.21875 0.21875l-47.5352 49.5312c-18.918 19.0508 -18.8438 49.75 0.121094 68.7148l11.9102 11.9062
c0.355469 0.359375 0.539062 0.800781 0.539062 1.30469c0 1.44531 2.01562 -1.51953 -48.1719 48.9375c-0.359375 0.359375 -0.832031 0.539062 -1.30469 0.539062c-1.37891 0 -0.710938 -0.234375 -13.2109 -12.4492zM160.672 312.91z" />
<glyph glyph-name="012-image" unicode="&#xf10b;"
d="M427.381 350.696c4.73145 0 8.56641 -3.84082 8.56641 -8.57227v-239.936c0 -4.73145 -3.83496 -8.56641 -8.56641 -8.56641h-342.762c-4.73145 0 -8.57227 3.83496 -8.57227 8.56641v239.936c0 4.73145 3.83496 8.57227 8.57227 8.57227h342.762zM101.269 110.761
h81.2627l25.5693 43.8291l-37.7939 52.8262zM202.384 110.761h210.076l-105.05 180.077zM418.809 333.558h-325.617v-204.619l70.1416 98.2002c1.61133 2.25391 4.20703 3.58691 6.97363 3.58691c2.78516 -0.0117188 5.38086 -1.38086 6.97949 -3.6582l40.2715 -56.3242
l82.4541 141.393c0.643555 0.956055 1.46875 1.78125 2.4248 2.4248c4.08887 2.74902 9.63379 1.66406 12.3838 -2.4248l103.988 -178.242v199.664zM418.809 333.558zM511.15 130.803c3.58691 -13.7109 -4.53125 -27.7529 -18.2002 -31.4814l-5.58691 -1.49219v-29.9121
c0 -14.2002 -11.5107 -25.7109 -25.7051 -25.7109h-181.912l-167.546 -44.8672c-0.00585938 0 -0.0175781 0 -0.0234375 -0.00585938c-13.6875 -3.68652 -27.7695 4.41895 -31.457 18.1064l-7.13867 26.7666h-23.2393c-14.1943 0 -25.7051 11.5107 -25.7051 25.7051v156.814
l-23.7871 88.7852c-3.58691 13.7109 4.53125 27.752 18.2002 31.4863l5.58691 1.48633v29.918c0 14.1943 11.5107 25.7051 25.7051 25.7051h181.912l167.546 44.8672c13.6807 3.65137 27.7461 -4.43652 31.4805 -18.0947l7.13867 -26.7725h23.2393
c14.1943 0 25.7051 -11.5107 25.7051 -25.7051v-156.814zM404.242 430.384l-105.74 -28.2773h122.159l-5.94727 22.2832c-1.25098 4.53027 -5.92285 7.20898 -10.4717 5.99414zM17.4102 317.917l7.22656 -26.9727v37.8047l-1.14453 -0.300781
c-4.55957 -1.25684 -7.27344 -5.94629 -6.08203 -10.5312zM107.752 13.8877l105.746 28.3184h-122.177l5.95898 -22.3242c1.25684 -4.53125 5.92871 -7.20898 10.4717 -5.99414zM470.225 67.9111v308.49c0 4.73145 -3.83496 8.56641 -8.56641 8.56641h-411.316
c-4.73145 0 -8.56641 -3.83496 -8.56641 -8.56641v-308.49c0 -4.73145 3.83496 -8.56641 8.56641 -8.56641h411.316c4.73145 0 8.56641 3.83496 8.56641 8.56641zM488.502 115.899c4.54785 1.25684 7.25586 5.92969 6.08789 10.502l-7.22656 26.9736v-37.8057z
M488.502 115.899zM204.584 239.298c-18.9316 0 -34.2773 15.3457 -34.2773 34.2715c0 18.9326 15.3457 34.2773 34.2773 34.2773c18.9326 0 34.2773 -15.3447 34.2773 -34.2773c0 -18.9258 -15.3447 -34.2715 -34.2773 -34.2715zM204.584 290.708
c-9.46289 0 -17.1387 -7.66992 -17.1387 -17.1387c0 -9.46289 7.67578 -17.1328 17.1387 -17.1328s17.1387 7.66992 17.1387 17.1328c0 9.46875 -7.67578 17.1387 -17.1387 17.1387zM204.584 290.708z" />
<glyph glyph-name="013-question" unicode="&#xf10c;"
d="M346 129c5.52246 0 10 -4.47656 10 -10v-69c0 -38.5977 -31.4023 -70 -70 -70h-97.9756l-0.0244141 -34.0068c-0.00292969 -4.04297 -2.44043 -7.6875 -6.17676 -9.2334c-1.23535 -0.510742 -2.53418 -0.759766 -3.82129 -0.759766
c-2.60254 0 -5.16016 1.01562 -7.07324 2.92871l-41.0703 41.0713h-59.8584c-38.5977 0 -70 31.4023 -70 70v154c0 38.5977 31.4023 70 70 70h101c5.52246 0 10 -4.47656 10 -10s-4.47754 -10 -10 -10h-101c-27.5703 0 -50 -22.4297 -50 -50v-154
c0 -27.5703 22.4297 -50 50 -50h64.9785c4.09082 0 7.62695 -2.46094 9.17188 -6.00781l23.8672 -23.8672l0.0146484 19.8818c0.00390625 5.52051 4.47852 9.99316 10 9.99316h107.968c27.5703 0 50 22.4297 50 50v69c0 5.52344 4.47754 10 10 10zM366.655 448
c80.1426 0 145.345 -65.2021 145.345 -145.346c0 -23.2158 -5.31348 -45.4053 -15.7939 -65.9512c-9.22852 -18.0898 -22.377 -34.2832 -38.2061 -47.1025v-57.8555c0 -4.04395 -2.43555 -7.69043 -6.17188 -9.23828
c-1.2373 -0.512695 -2.53711 -0.761719 -3.82617 -0.761719c-2.60156 0 -5.1582 1.01562 -7.07129 2.92676l-37.3867 37.3662c-12 -3.13965 -24.3809 -4.72949 -36.8896 -4.72949h-25.3096c-80.1426 0 -145.345 65.2012 -145.345 145.346
c0 80.1436 65.2021 145.346 145.346 145.346h25.3096zM441.983 202.465c31.7861 23.9404 50.0166 60.458 50.0166 100.189c0 69.1152 -56.2285 125.346 -125.345 125.346h-25.3096c-69.1152 0 -125.346 -56.2305 -125.346 -125.346
c0 -69.1162 56.2285 -125.347 125.346 -125.347h25.3096c12.5605 0 24.9648 1.85449 36.8682 5.5127c0.96582 0.296875 1.95508 0.441406 2.93555 0.441406c2.6123 0 5.16602 -1.02441 7.07031 -2.92676l24.4707 -24.458v38.5996c0 3.1416 1.47559 6.09961 3.9834 7.98828z
M399.033 338.579c1.43457 -20.8213 -12.084 -39.2588 -32.2344 -44.127v-23.2266c0.000976562 -5.52246 -4.47559 -10 -9.99902 -10c-5.52148 0 -10 4.47754 -10 10v24.0254c0 8.95703 6.12988 16.585 14.9082 18.5488c10.834 2.42383 18.1406 12.2666 17.373 23.4033
c-0.759766 11.0273 -9.64941 19.916 -20.6768 20.6758c-6.29004 0.43457 -12.2686 -1.67871 -16.8428 -5.94824c-4.57715 -4.27246 -7.09961 -10.0732 -7.09961 -16.333c0 -5.52246 -4.47754 -10 -10 -10c-5.52148 0 -10 4.47754 -10 10
c0 11.6914 4.90332 22.9736 13.4531 30.9541c8.66895 8.09277 19.9951 12.0967 31.8633 11.2812c20.9355 -1.44336 37.8115 -18.3193 39.2549 -39.2539zM363.87 238.74c1.8584 -1.86035 2.92969 -4.44043 2.92969 -7.07031c0 -2.63965 -1.06934 -5.20996 -2.92969 -7.08008
c-1.86035 -1.85938 -4.44043 -2.91992 -7.07031 -2.91992s-5.20996 1.06055 -7.06934 2.91992c-1.85938 1.86035 -2.93066 4.44043 -2.93066 7.08008c0 2.62988 1.07031 5.20996 2.93066 7.07031c1.85938 1.85938 4.43945 2.92969 7.06934 2.92969
s5.20996 -1.07031 7.07031 -2.92969zM275 138c5.52246 0 10 -4.47656 10 -10s-4.47656 -10 -10 -10h-211c-5.52246 0 -10 4.47656 -10 10s4.47754 10 10 10h211zM282.069 79.0703c1.85938 -1.86035 2.93066 -4.44043 2.93066 -7.07031
c0 -2.63965 -1.07031 -5.20996 -2.93066 -7.07031c-1.85938 -1.85938 -4.43945 -2.92969 -7.06934 -2.92969s-5.20996 1.07031 -7.07031 2.92969c-1.85938 1.86035 -2.92969 4.44043 -2.92969 7.07031s1.06934 5.20996 2.92969 7.07031
c1.86035 1.85938 4.44043 2.92969 7.07031 2.92969s5.20996 -1.07031 7.06934 -2.92969zM235.667 82c5.52246 0 10 -4.47656 10 -10s-4.47656 -10 -10 -10h-171.667c-5.52246 0 -10 4.47656 -10 10s4.47754 10 10 10h171.667zM210 194c5.52246 0 10 -4.47656 10 -10
s-4.47656 -10 -10 -10h-146c-5.52246 0 -10 4.47656 -10 10s4.47754 10 10 10h146z" />
<glyph glyph-name="036-death" unicode="&#xf123;"
d="M456.789 17.082c22.3545 0 40.541 -18.1875 40.541 -40.541c0 -22.3545 -18.1875 -40.541 -40.541 -40.541h-401.578c-22.3545 0 -40.541 18.1865 -40.541 40.541c0 19.5947 13.9736 35.9863 32.4805 39.7344c-0.352539 2.50684 -0.474609 5.00391 -0.34082 7.47656
c1.41602 26 16.8115 43.1143 42.2402 46.9551c4.76367 0.71875 9.06348 3.11621 12.1084 6.75098c4.35059 5.19043 9.49707 9.50586 15.1758 12.8574v114.126c0 30.1484 9.37109 59.0361 27.0996 83.54c2.42969 3.35645 7.11719 4.10742 10.4736 1.67969
c3.35547 -2.42773 4.10742 -7.11816 1.67969 -10.4727c-15.8652 -21.9287 -24.252 -47.7754 -24.252 -74.7471v-107.902c4.7666 1.2373 9.71387 1.89941 14.751 1.89941c22.2637 0 42.3232 -12.3643 52.3496 -32.2646c1.81738 -3.6084 5.10156 -6.60352 9.24707 -8.43457
c3.78906 -1.67383 5.50391 -6.10254 3.83008 -9.8916s-6.10254 -5.50391 -9.89062 -3.83008c-7.31543 3.23145 -13.2051 8.70215 -16.582 15.4053c-7.46387 14.8135 -22.3896 24.0137 -38.9541 24.0137c-12.9277 0 -25.1133 -5.69043 -33.4297 -15.6133
c-5.39551 -6.43945 -12.9834 -10.6826 -21.3652 -11.9482c-18.5391 -2.7998 -28.4648 -13.8818 -29.502 -32.9385c-0.104492 -1.90723 0.0449219 -3.86621 0.425781 -5.85449h159.527c-0.379883 2.99902 -1.14648 5.91895 -2.30859 8.71973
c-1.58691 3.82617 0.228516 8.21387 4.05469 9.80176c3.82227 1.58887 8.21289 -0.226562 9.80176 -4.05371c1.9209 -4.63281 3.09961 -9.4834 3.53711 -14.4678h150.616v67.5732v0.00488281v119.78c0 34.0547 -13.3613 66.1709 -37.6221 90.4316
c-24.2617 24.2607 -56.377 37.6221 -90.4326 37.6221c-29.7363 0 -58.7656 -10.542 -81.7393 -29.6855c-3.18262 -2.64941 -7.91211 -2.2207 -10.5635 0.960938c-2.65137 3.18262 -2.22168 7.91211 0.960938 10.5635c20.2334 16.8604 44.6787 27.7422 70.4082 31.5938
v24.3232h-14.0254c-11.543 0 -20.9336 9.39062 -20.9336 20.9336s9.39062 20.9346 20.9336 20.9346h14.0254v14.9473c0 11.543 9.39062 20.9346 20.9336 20.9346s20.9336 -9.3916 20.9336 -20.9346v-14.9463h14.0254c11.543 0 20.9346 -9.3916 20.9346 -20.9346
s-9.3916 -20.9336 -20.9346 -20.9336h-14.0254v-24.292c68.9922 -10.1611 122.12 -69.748 122.12 -141.518v-115.631c4.77441 -3.1377 9.05957 -6.93555 12.7607 -11.3525c3.0459 -3.63379 7.3457 -6.03223 12.1104 -6.75098
c19.2744 -2.91211 33.1396 -13.6426 39.0381 -30.2148c1.38965 -3.90234 -0.647461 -8.19238 -4.5498 -9.58105c-0.832031 -0.295898 -6.95508 -1.90332 -9.58105 4.5498c-5.70215 14.0088 -17.6016 18.7256 -27.1475 20.4141
c-15.6885 2.77441 -22.2012 12.918 -22.6309 13.3887v-52.1816h54.3467zM265.323 377.75c0 4.14258 3.35645 7.5 7.5 7.5h21.5254c3.27246 0 5.93457 2.66211 5.93457 5.93359c0 3.27246 -2.66309 5.93457 -5.93457 5.93457h-21.5254c-4.14355 0 -7.5 3.35645 -7.5 7.5
v22.4473c0 3.27246 -2.66211 5.93457 -5.93457 5.93457c-3.27148 0 -5.93359 -2.66309 -5.93359 -5.93457v-22.4463c0 -4.14355 -3.35742 -7.5 -7.5 -7.5h-21.5254c-3.27148 0 -5.93359 -2.66211 -5.93359 -5.93457c0 -3.27148 2.66309 -5.93359 5.93359 -5.93359h21.5254
c4.14258 0 7.5 -3.35742 7.5 -7.5v-30.3838c1.97363 0.0830078 9.89746 0.0761719 11.8682 -0.00488281v30.3877zM456.789 -49c14.083 0 25.541 11.458 25.541 25.541s-11.458 25.541 -25.541 25.541h-401.578c-14.083 0 -25.541 -11.458 -25.541 -25.541
s11.458 -25.541 25.541 -25.541h401.578zM346.509 238.792c7.45312 -6.33301 11.2314 -15.29 11.2314 -26.6211c0 -11.3018 -3.75977 -20.3682 -11.1758 -26.9482c-9.73145 -8.63379 -23.4795 -10.5068 -32.2314 -10.7227v-16.0742c0 -4.14258 -3.35742 -7.5 -7.5 -7.5
s-7.5 3.35742 -7.5 7.5v81.7803c0 3.6748 2.66309 6.80859 6.29004 7.40137c1.0459 0.172852 25.7646 4.03516 40.8857 -8.81543zM336.642 196.471c4.10449 3.65918 6.09961 8.79395 6.09961 15.6992c0 6.82227 -1.94434 11.792 -5.94434 15.1914
c-6.18945 5.25879 -16.0537 6.05078 -22.4639 5.91016v-43.7822c6.88965 0.222656 16.4326 1.74316 22.3086 6.98145zM206.883 184.08l8.02637 -23.2021c1.35352 -3.91504 -0.722656 -8.18555 -4.63574 -9.54004c-0.811523 -0.28125 -7.12207 -2.04004 -9.54004 4.63574
l-7.33594 21.209c-6.29883 -1.94141 -12.5752 -2.56445 -17.3594 -2.68262v-16.0742c0 -4.14258 -3.35742 -7.5 -7.5 -7.5c-4.14355 0 -7.5 3.35742 -7.5 7.5v81.7803c0 3.67383 2.66309 6.80762 6.29004 7.40137c1.0459 0.172852 25.7646 4.03613 40.8857 -8.81543
c7.45312 -6.33301 11.2314 -15.29 11.2314 -26.6211c0 -20.1709 -12.0957 -27.7188 -12.5625 -28.0908zM198.346 196.472c4.10449 3.65918 6.09961 8.79395 6.09961 15.6992c0 6.82227 -1.94434 11.792 -5.94434 15.1914c-6.19043 5.25781 -16.0488 6.0498 -22.4629 5.90918
h-0.000976562v-43.7812c6.88965 0.22168 16.4326 1.74316 22.3086 6.98145zM259.389 248.294c4.14355 0 7.5 -3.35742 7.5 -7.5v-82.3682c0 -4.14258 -3.35742 -7.5 -7.5 -7.5s-7.5 3.35742 -7.5 7.5v82.3682c0 4.14258 3.35742 7.5 7.5 7.5z" />
<glyph glyph-name="002-phone" unicode="&#xf101;"
d="M394.785 227.77l68.2686 -127.997c4.10449 -7.71875 6.27148 -16.3965 6.27148 -25.1035v-74.666c0 -23.5312 -19.1465 -42.666 -42.667 -42.666h-341.327c-23.5205 0 -42.666 19.1357 -42.666 42.666v74.666c0 8.70801 2.16699 17.3857 6.27148 25.0928l68.2695 128.008
c9.29199 17.416 27.333 28.2285 47.0625 28.2285h183.454c19.7295 0 37.7705 -10.8115 47.0625 -28.2285zM447.992 0.00390625v74.666c0 5.21875 -1.31348 10.4375 -3.77051 15.0723l-68.2705 127.988c-5.56152 10.4473 -16.3955 16.9375 -28.2285 16.9375h-183.454
c-11.833 0 -22.666 -6.49023 -28.2285 -16.9375l-68.2705 -127.998c-2.45801 -4.625 -3.77051 -9.84375 -3.77051 -15.0625v-74.666c0 -11.7598 9.56152 -21.333 21.332 -21.333h341.328c11.7705 0 21.333 9.57324 21.333 21.333zM170.647 170.667
c0 11.7812 9.55078 21.332 21.332 21.332c11.7822 0 21.333 -9.55078 21.333 -21.332c0 -11.7822 -9.55078 -21.333 -21.333 -21.333c-11.7812 0 -21.332 9.55078 -21.332 21.333zM170.647 106.668c0 11.7812 9.55078 21.333 21.332 21.333
c11.7822 0 21.333 -9.55176 21.333 -21.333s-9.55078 -21.333 -21.333 -21.333c-11.7812 0 -21.332 9.55176 -21.332 21.333zM170.647 42.6689c0 11.7822 9.55078 21.333 21.332 21.333c11.7822 0 21.333 -9.55078 21.333 -21.333
c0 -11.7812 -9.55078 -21.332 -21.333 -21.332c-11.7812 0 -21.332 9.55078 -21.332 21.332zM234.667 42.6689c0 11.7822 9.55078 21.333 21.332 21.333c11.7822 0 21.333 -9.55078 21.333 -21.333c0 -11.7812 -9.55078 -21.332 -21.333 -21.332
c-11.7812 0 -21.332 9.55078 -21.332 21.332zM298.645 42.6689c0 11.7822 9.55078 21.333 21.333 21.333c11.7812 0 21.332 -9.55078 21.332 -21.333c0 -11.7812 -9.55078 -21.332 -21.332 -21.332c-11.7822 0 -21.333 9.55078 -21.333 21.332zM234.667 106.668
c0 11.7812 9.55078 21.333 21.332 21.333c11.7822 0 21.333 -9.55176 21.333 -21.333s-9.55078 -21.333 -21.333 -21.333c-11.7812 0 -21.332 9.55176 -21.332 21.333zM298.645 106.668c0 11.7812 9.55078 21.333 21.333 21.333c11.7812 0 21.332 -9.55176 21.332 -21.333
s-9.55078 -21.333 -21.332 -21.333c-11.7822 0 -21.333 9.55176 -21.333 21.333zM234.667 170.667c0 11.7812 9.55078 21.332 21.332 21.332c11.7822 0 21.333 -9.55078 21.333 -21.332c0 -11.7822 -9.55078 -21.333 -21.333 -21.333
c-11.7812 0 -21.332 9.55078 -21.332 21.333zM298.645 170.667c0 11.7812 9.55078 21.332 21.333 21.332c11.7812 0 21.332 -9.55078 21.332 -21.332c0 -11.7822 -9.55078 -21.333 -21.332 -21.333c-11.7822 0 -21.333 9.55078 -21.333 21.333zM503.241 318.978
c6 -6.3125 8.94238 -14.6631 8.75195 -22.9502c-0.181641 -7.76758 -3.125 -15.4785 -8.75 -21.3955l-49.3125 -51.874c-5.78125 -6.08301 -13.5312 -9.42676 -21.8125 -9.42676c-8.29199 0 -16.041 3.34375 -21.8223 9.4375
c-16.459 17.292 -35.1553 31.5518 -55.5928 42.375c-10.25 5.63477 -16.5215 16.4268 -16.5215 28.249l-7.33203 54.666c-53.082 17.125 -96.1133 17.1357 -149.695 -0.00976562l-7.43848 -56.0625c0.09375 -10.4473 -6.48828 -21.499 -16.6768 -26.749
c-20.332 -10.7695 -39.0303 -25.0303 -55.4775 -42.332c-11.5635 -12.1465 -32.083 -12.1465 -43.6455 0l-49.166 51.7393c-5.81348 6.10938 -8.75 14.1357 -8.75 22.1621c0 8.02832 2.9375 16.0557 8.75 22.1699c66.0098 69.4365 153.82 107.686 247.235 107.686
c93.4258 0 181.236 -38.249 247.256 -107.685zM487.783 289.342c3.85449 4.04199 3.85449 10.8857 0 14.9268c-61.957 65.1768 -144.278 101.062 -231.798 101.062s-169.831 -35.8857 -231.778 -101.061c-3.85449 -4.04199 -3.85449 -10.8848 0 -14.9268l49.166 -51.7393
c3.43652 -3.58398 9.29004 -3.59375 12.7285 0.00976562c18.042 18.9678 38.583 34.625 61.0615 46.5303c3.21973 1.65625 5.31348 5.35449 5.31348 9.25l8.40527 64.0928c0.53125 4.02148 3.30273 7.39648 7.14648 8.69824
c31.3838 10.6455 59.8203 15.9688 88.1855 15.9688c28.374 0 56.665 -5.32324 87.7793 -15.9785c3.82227 -1.31348 6.58398 -4.67871 7.11426 -8.68848l8.31348 -62.6865c0.0927734 -5.50977 2.08301 -9.05176 5.40527 -10.8848
c22.333 -11.8232 42.875 -27.4785 60.9268 -46.4473c3.42676 -3.61426 9.27051 -3.625 12.7188 -0.00976562z" />
<glyph glyph-name="034-overpopulation" unicode="&#xf121;"
d="M488 208c0 -29.2637 -5.40039 -57.752 -16 -84.752v-27.248c0 -13.2324 -10.7676 -24 -24 -24c-2.81641 0 -5.48828 0.576172 -8 1.47168v-73.4717c0 -13.2324 -10.7676 -24 -24 -24s-24 10.7676 -24 24v32c0 4.41602 -3.58398 8 -8 8s-8 -3.58398 -8 -8v-48
c0 -13.2324 -10.7676 -24 -24 -24s-24 10.7676 -24 24v32c0 4.41602 -3.58398 8 -8 8s-8 -3.58398 -8 -8v-48c0 -13.2324 -10.7676 -24 -24 -24s-24 10.7676 -24 24v32c0 4.41602 -3.58398 8 -8 8s-8 -3.58398 -8 -8v-32c0 -13.2324 -10.7676 -24 -24 -24
s-24 10.7676 -24 24v48h-0.015625c0 4.41602 -3.58398 8 -8 8s-8 -3.58398 -8 -8v-32c0 -13.2324 -10.7686 -24 -24 -24c-13.2324 0 -24 10.7676 -24 24v48c0 4.41602 -3.58398 8 -8 8s-8 -3.58398 -8 -8v-32c0 -13.2324 -10.7686 -24 -24 -24
c-13.2324 0 -24 10.7676 -24 24v73.4717c-2.5127 -0.895508 -5.18457 -1.47168 -8 -1.47168c-13.2324 0 -24 10.7676 -24 24v27.2803c-10.5928 26.9756 -15.9844 55.4561 -15.9844 84.7197c0 127.92 104.08 232 232 232s232 -104.08 232 -232zM468.576 169.704
c2.24805 12.5518 3.42383 25.3359 3.42383 38.2959c0 5.38379 -0.263672 10.7119 -0.65625 16h-40.0801c-1.54395 -9.13574 -5.66406 -17.3838 -11.5996 -24h4.33594c20.2158 0 37.5117 -12.5762 44.5762 -30.2959zM96 232c0 -17.6484 14.3516 -32 32 -32
c6.18359 0 12.1523 1.83984 17.2803 5.15234c-0.808594 3.49609 -1.28027 7.11133 -1.28027 10.8477c0 12.1035 4.53613 23.1357 11.9521 31.584c-5.5918 9.98438 -16.2881 16.416 -27.9521 16.416c-17.6484 0 -32 -14.3516 -32 -32zM160 216c0 -17.6484 14.3516 -32 32 -32
c6.18359 0 12.1523 1.84766 17.2803 5.14355c-0.808594 3.49609 -1.28027 7.12012 -1.28027 10.8564c0 12.0957 4.53613 23.1357 11.9443 31.584c-5.58398 9.98438 -16.2803 16.416 -27.9443 16.416c-17.6484 0 -32 -14.3516 -32 -32zM224 200
c0 -17.6484 14.3516 -32 32 -32s32 14.3516 32 32s-14.3516 32 -32 32s-32 -14.3516 -32 -32zM292.04 231.6c7.42383 -8.45605 11.96 -19.4961 11.96 -31.5996c0 -3.74414 -0.47168 -7.36816 -1.28809 -10.8643c5.12793 -3.2959 11.0957 -5.13574 17.2725 -5.13574
c17.6475 0 32 14.3516 32 32s-14.3525 32 -32 32c-11.6641 0 -22.3525 -6.42383 -27.9443 -16.4004zM469.616 240c-5.30469 35.5518 -19.3047 68.2881 -39.7598 96h-21.8564c-4.41602 0 -8 -3.58398 -8 -8v-8c0 -13.2324 -10.7676 -24 -24 -24c-4.41602 0 -8 -3.58398 -8 -8
v-10.8643c5.06445 1.80859 10.4316 2.86426 15.9844 2.86426c23.7432 0 43.4561 -17.3359 47.2793 -40h38.3525zM356.032 247.584c7.41602 -8.44824 11.9521 -19.4805 11.9521 -31.584c0 -3.74414 -0.472656 -7.36035 -1.28027 -10.8564
c5.12793 -3.2959 11.0957 -5.14355 17.2803 -5.14355c17.6475 0 32 14.3516 32 32s-14.3525 32 -32 32c-11.6562 0 -22.3604 -6.43164 -27.9521 -16.416zM416.824 352c-22.0566 24.6084 -49.6641 44.1035 -80.8242 56.5762v-104.576c0 -13.2324 -10.7676 -24 -24 -24h-20
c-2.2002 0 -4 -1.7998 -4 -4c0 -5.44824 -2.15234 -10.5283 -6.04004 -14.3281c-3.89551 -3.7998 -9.04004 -5.75195 -14.4795 -5.66406h-0.0566406c-0.671875 0 -1.32812 -0.295898 -1.93555 -0.879883c-0.919922 -0.895508 -1.48828 -2.27148 -1.48828 -3.5918v-4.25586
c5.5918 -0.944336 10.8643 -2.83984 15.624 -5.54395c8.7041 13.5752 23.832 22.2637 40.3604 22.2637c8.5918 0 16.6475 -2.2959 23.6318 -6.26367c2.36816 3.6875 5.16016 7.03125 8.38379 9.91211v20.3516c0 13.2324 10.7676 24 24 24c4.41602 0 8 3.58398 8 8v8
c0 13.2324 10.7676 24 24 24h8.82422zM320 414.32c-20.2324 6.28809 -41.7275 9.67969 -64 9.67969s-43.7676 -3.3916 -64 -9.67969v-30.3203c0 -10.0078 4.67188 -19.2803 12.8242 -25.4316c2.00781 -1.52051 3.17578 -3.87988 3.17578 -6.38477v-24.8232
c0 -4.67188 4.36816 -7.28027 8.48828 -7.36035c12.9678 -0.272461 23.5117 -11.04 23.5117 -24c0 -13.2324 -10.7676 -24 -24 -24h-58.9199c-0.768555 0 -1.52051 -0.152344 -2.27246 -0.280273c5.4082 -3.64746 9.99219 -8.42383 13.5605 -13.9922
c6.9834 3.97656 15.04 6.27246 23.6318 6.27246c16.5283 0 31.6641 -8.68848 40.3682 -22.2803c4.75977 2.71191 10.0322 4.6084 15.6318 5.55273v4.25586c0 5.64746 2.30371 11.1357 6.31152 15.0479c3.72852 3.62402 8.56055 5.35156 13.5762 5.43164
c0.0322266 0 0.0722656 -0.0078125 0.112305 -0.0078125c1.41602 0 2.35156 0.704102 2.79199 1.13574c0.448242 0.432617 1.20801 1.39258 1.20801 2.86426c0 11.0322 8.96777 20 20 20h20c4.41602 0 8 3.58398 8 8v110.32zM88.3516 344
c-11.832 -14.5518 -21.7754 -30.6797 -29.5352 -48h25.1836c2.2002 0 4 1.7998 4 4c0 11.0322 8.96777 20 20 20h16c6.61621 0 12 5.38379 12 12s-5.38379 12 -12 12h-35.6484zM52.3838 280c-7.99219 -22.5361 -12.3838 -46.7598 -12.3838 -72
c0 -12.9521 1.17578 -25.7275 3.41602 -38.2725c7.07227 17.7129 24.3604 30.2725 44.5684 30.2725h4.33594c-7.63184 8.50391 -12.3203 19.6963 -12.3203 32c0 26.4717 21.5283 48 48 48c2.72754 0 5.40039 -0.280273 8.04004 -0.727539
c5.44824 5.45508 13.0635 8.72754 21.04 8.72754h58.9199c4.41602 0 8 3.58398 8 8c0 4.32031 -3.51172 7.91211 -7.83203 8c-13.5518 0.263672 -24.168 10.5283 -24.168 23.3604v21.0479c-10.2158 9.12793 -16 21.8877 -16 35.5918v24.5762
c-27.7041 -11.0879 -52.6162 -27.7197 -73.2959 -48.5762h21.2959c15.4404 0 28 -12.5596 28 -28s-12.5596 -28 -28 -28h-16c-2.2002 0 -4 -1.7998 -4 -4c0 -11.0322 -8.96777 -20 -20 -20h-31.6162zM127.984 56c2.81543 0 5.4873 -0.576172 8 -1.48047v2.95215
c-2.5127 -0.895508 -5.18457 -1.47168 -8 -1.47168c-13.2324 0 -24 10.7676 -24 24v56c0 26.4717 21.5273 48 48 48h4.33594c-1.76074 1.95996 -3.36035 4.05566 -4.78418 6.28809c-7.14453 -4.03223 -15.2002 -6.28809 -23.5361 -6.28809h-0.015625h-40
c-17.6484 0 -32 -14.3516 -32 -32v-56c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v56h16v-56v-96c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v32c0 13.2324 10.7676 24 24 24zM191.984 40c2.82324 0 5.49609 -0.576172 8.01562 -1.48047v2.95215
c-2.51172 -0.895508 -5.18359 -1.47168 -8 -1.47168c-13.2324 0 -24 10.7676 -24 24v56c0 26.4717 21.5283 48 48 48h4.32031c-1.76074 1.95996 -3.36035 4.05566 -4.78418 6.28809c-7.14453 -4.03223 -15.208 -6.28809 -23.5361 -6.28809h-0.015625h-40
c-17.6484 0 -32 -14.3516 -32 -32v-56c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v56h16v-56v-96c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v32c0 13.2324 10.7676 24 24 24zM296 -32v96v56h16v-56c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v56
c0 17.6484 -14.3516 32 -32 32h-80c-17.6484 0 -32 -14.3516 -32 -32v-56c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v56h16v-56v-96c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v32c0 13.2324 10.7676 24 24 24s24 -10.7676 24 -24v-32c0 -4.41602 3.58398 -8 8 -8
s8 3.58398 8 8zM360 -16v96v56h16v-56c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v56c0 17.6484 -14.3516 32 -32 32h-40h-0.015625c-8.32031 0 -16.3848 2.25586 -23.5205 6.28027c-1.42383 -2.23242 -3.02344 -4.32031 -4.78418 -6.28027h4.32031
c26.4717 0 48 -21.5283 48 -48v-56c0 -13.2324 -10.7676 -24 -24 -24c-2.81641 0 -5.48828 0.576172 -8 1.48047v-2.95215c2.51172 0.895508 5.18359 1.47168 8 1.47168c13.2324 0 24 -10.7676 24 -24v-32c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8zM456 96v56
c0 17.6484 -14.3516 32 -32 32h-40h-0.015625c-8.32812 0 -16.3926 2.25586 -23.5361 6.28809c-1.41602 -2.23242 -3.02441 -4.32812 -4.78418 -6.28809h4.33594c26.4717 0 48 -21.5283 48 -48v-56c0 -13.2324 -10.7676 -24 -24 -24
c-2.81641 0 -5.48828 0.576172 -8 1.48047v-2.95215c2.51172 0.895508 5.18359 1.47168 8 1.47168c13.2324 0 24 -10.7676 24 -24v-32c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v96v56h16v-56c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8z" />
<glyph glyph-name="024-mail" unicode="&#xf117;"
d="M504.746 386.474c4.72949 -7.03711 7.25488 -15.3262 7.25293 -23.8076v-341.332c0.119141 -21.9355 -16.4131 -40.3857 -38.2285 -42.667h-1.02441h-3.41309h-426.666c-23.5645 0 -42.667 19.1025 -42.667 42.667v341.332c0 23.5654 19.1025 42.667 42.667 42.667
h426.666c14.208 0.00195312 27.4854 -7.06934 35.4131 -18.8594zM42.667 388.267c-6.24805 0.103516 -12.3193 -2.08105 -17.0674 -6.14453l173.226 -164.521l52.4805 -49.3232c3.0166 -2.23242 7.1377 -2.23242 10.1553 0l51.7119 49.3232l139.606 133.033l33.1084 31.5732
c-4.62695 3.91602 -10.4932 6.06348 -16.5547 6.05957h-426.666zM17.0674 366.762c-0.110352 -1.3623 -0.110352 -2.73242 0 -4.0957v-307.199l163.498 156.159zM494.932 21.334v11.0068l-175.444 167.168l-46.4209 -44.2031
c-4.8291 -3.90234 -10.8594 -6.01172 -17.0674 -5.97266c-4.34375 0.0117188 -8.6084 1.1582 -12.3721 3.32715c-1.29199 0.71875 -2.52051 1.54688 -3.66895 2.47559l-47.0195 44.7148l-175.871 -167.68v-10.8369c0 -14.1387 11.4619 -25.6006 25.5996 -25.6006h429.908
c12.8584 1.64258 22.4609 12.6377 22.3564 25.6006zM494.932 362.666c0.116211 1.41992 0.116211 2.84668 0 4.26758l-163.497 -155.563l163.497 -155.477v306.772z" />
<glyph glyph-name="020-quotes" unicode="&#xf113;"
d="M279.195 298.863c5.30469 1.19141 51.8516 12.2852 51.8516 34.9961v16.4492h-45.3906c-7.98828 0 -14.4883 6.5 -14.4883 14.4883v68.7188c0 7.98438 6.5 14.4844 14.4883 14.4844h76.7031c7.98438 0 14.4844 -6.5 14.4844 -14.4844v-93.7812
c0 -21.7656 -10.3125 -41.9922 -27.5898 -54.1094c-16.8789 -11.8359 -39.9023 -17.9883 -68.4375 -18.2812h-0.105469c-2.52344 0 -4.90234 0.980469 -6.70703 2.76562c-1.82812 1.80469 -2.83594 4.21484 -2.83594 6.78125v11.9336
c0 4.85547 3.30078 8.98438 8.02734 10.0391zM331.562 365.309c7.98828 0 14.4844 -6.49609 14.4844 -14.4844v-16.9648c0 -30.4727 -41.9375 -44.2578 -59.8789 -48.7539v-2.625c22.8672 0.917969 41.1758 6.09766 54.4766 15.4258
c13.2734 9.3125 21.1992 24.9492 21.1992 41.832v93.2617h-75.6758v-67.6914h45.3945zM331.562 365.309zM14.4844 101.688c-7.98438 0 -14.4844 6.5 -14.4844 14.4883v93.7773c0 21.7656 10.3125 41.9961 27.5898 54.1094c16.8789 11.8398 39.9023 17.9883 68.4375 18.2812
c2.60156 0.0429688 4.98438 -0.953125 6.8125 -2.76172s2.83594 -4.21875 2.83594 -6.78516v-11.9336c0 -4.85156 -3.30078 -8.98047 -8.02734 -10.0391c-5.30469 -1.1875 -51.8555 -12.2852 -51.8555 -34.9922v-16.4531h45.3945
c7.98828 0 14.4844 -6.49609 14.4844 -14.4844v-68.7188c0 -7.98828 -6.49609 -14.4883 -14.4844 -14.4883h-76.7031zM15 209.953v-93.2617h75.6758v67.6914h-45.3945c-7.98828 0 -14.4883 6.49609 -14.4883 14.4844v16.9648c0 30.4727 41.9414 44.2578 59.8828 48.7539
v2.62109c-22.8711 -0.914062 -41.1758 -6.09375 -54.4766 -15.4258c-13.2734 -9.30859 -21.1992 -24.9453 -21.1992 -41.8281zM15 209.953zM232.805 250.824c-5.30469 -1.1875 -51.8516 -12.2852 -51.8516 -34.9922v-16.4531h45.3945
c7.98828 0 14.4844 -6.49609 14.4844 -14.4844v-68.7188c0 -7.98828 -6.49609 -14.4883 -14.4844 -14.4883h-20.8516c-4.14453 0 -7.5 3.35938 -7.5 7.5c0 4.14453 3.35547 7.5 7.5 7.5h20.3359v67.6914h-45.3945c-7.98828 0 -14.4844 6.5 -14.4844 14.4883v16.9648
c0 30.4727 41.9375 44.2578 59.8789 48.75v2.625c-22.8711 -0.914062 -41.1719 -6.09766 -54.4727 -15.4258c-13.2773 -9.30859 -21.2031 -24.9453 -21.2031 -41.8281v-93.2656h20.3398c4.14062 0 7.5 -3.35547 7.5 -7.5c0 -4.14062 -3.35938 -7.5 -7.5 -7.5h-20.8516
c-7.98828 0 -14.4883 6.5 -14.4883 14.4883v93.7773c0 21.7695 10.3164 41.9961 27.5898 54.1094c16.875 11.8398 39.9023 17.9883 68.4375 18.2812c2.60547 0.0429688 4.98438 -0.953125 6.8125 -2.76172s2.83594 -4.21875 2.83594 -6.78516v-11.9336
c0 -4.85156 -3.30078 -8.98047 -8.02734 -10.0391zM232.805 250.824zM497.516 448c7.98828 0 14.4844 -6.49609 14.4844 -14.4844v-18.6328c0 -4.14453 -3.35547 -7.5 -7.5 -7.5s-7.5 3.35547 -7.5 7.5v18.1172h-75.6758v-67.6914h45.3945
c7.98828 0 14.4883 -6.5 14.4883 -14.4844v-16.9688c0 -30.4727 -41.9414 -44.2578 -59.8828 -48.75v-2.625c22.8711 0.914062 41.1758 6.09766 54.4766 15.4258c13.2734 9.30859 21.1992 24.9453 21.1992 41.8281v40.1445c0 4.14062 3.35547 7.5 7.5 7.5
s7.5 -3.35938 7.5 -7.5v-40.1445c0 -21.7656 -10.3125 -41.9922 -27.5859 -54.1094c-16.8789 -11.8398 -39.9062 -17.9883 -68.4414 -18.2812h-0.101562c-2.52734 0 -4.90625 0.976562 -6.71094 2.76172c-1.82812 1.80859 -2.83203 4.21875 -2.83203 6.78516v11.9336
c0 4.85156 3.29688 8.98047 8.02344 10.0391c5.30859 1.19141 51.8555 12.2852 51.8555 34.9961v16.4492h-45.3945c-7.98828 0 -14.4844 6.5 -14.4844 14.4883v68.7188c0 7.98438 6.49609 14.4844 14.4844 14.4844h76.7031zM497.516 448z" />
<glyph glyph-name="047-vomit" unicode="&#xf12e;"
d="M212.44 241.344l-8.88086 13.3125l14.0166 9.34375l-14.0166 9.34375l8.88086 13.3125l33.9834 -22.6562zM308.44 254.656l-8.88086 -13.3125l-33.9834 22.6562l33.9834 22.6562l8.88086 -13.3125l-14.0166 -9.34375zM315.032 174.376
c52.9355 -9.1123 92.9678 -55.6162 92.9678 -110.376v-16.4004c0 -26.248 -21.3516 -47.5996 -47.5996 -47.5996c-5.68848 0 -11.208 1.04004 -16.4004 2.94434v-58.9443h-224v88h-16v32c0 50.168 32.5918 93.2725 80.04 107.288
c0 0.143555 -0.0400391 0.280273 -0.0400391 0.423828c0 4.37598 0.896484 8.51172 2.32031 12.3916c-10.04 11.208 -16.2324 25 -17.8564 39.8965h-0.463867c-17.6484 0 -32 14.3516 -32 32c0 7.40039 2.63184 14.1436 6.87207 19.5684l-3.85645 15.4316
c-5.32715 21.3037 -3.62402 43.2959 4.91992 63.584c15.7207 37.3125 53.3369 61.416 95.832 61.416h104.232c7.02441 0 13.3281 4.68848 15.3359 11.4082c2.2002 7.41602 9.32031 12.5918 17.2959 12.5918c7.86426 0 14.8086 -5.00781 17.2881 -12.4639l3.55176 -10.6484
c6.99219 -20.9521 10.5283 -42.7842 10.5283 -64.8877c0 -31.2158 -12.9199 -60.584 -35.4639 -81.8242c2.14355 -4.28809 3.46387 -9.06348 3.46387 -14.1758c0 -17.6484 -14.3516 -32 -32 -32h-0.551758c-2.2002 -19.8721 -12.4727 -37.7363 -28.416 -49.624zM344 240
c8.82422 0 16 7.17578 16 16s-7.17578 16 -16 16v-32zM152 256c0 -8.82422 7.17578 -16 16 -16v32c-8.82422 0 -16 -7.17578 -16 -16zM168 289.352c0 16.7607 8.92773 32.5283 23.3037 41.1602l8.7207 5.23242c0 0.0878906 -0.0244141 0.167969 -0.0244141 0.255859
c0 17.6484 14.3516 32 32 32v-16c-8.82422 0 -16 -7.17578 -16 -16s7.17578 -16 16 -16h20.4482c-2.75195 4.72754 -4.44824 10.1436 -4.44824 16c0 17.6484 14.3516 32 32 32v-16c-8.82422 0 -16 -7.17578 -16 -16s7.17578 -16 16 -16h16c26.4717 0 48 21.5283 48 48h16
c0 -16.168 -6.07227 -30.9121 -16 -42.1924v-37.8076c6.73633 0 12.9678 -2.1123 18.1279 -5.67969c19 18.1758 29.8721 43.1514 29.8721 69.6797c0 20.376 -3.26367 40.5039 -9.7041 59.8242l-3.55176 10.6475c-0.591797 1.78418 -3.67188 1.69629 -4.08008 0.360352
c-4.02441 -13.4482 -16.6318 -22.832 -30.6641 -22.832h-104.232c-36.04 0 -67.8711 -20.2637 -81.0879 -51.624c-7.19922 -17.0723 -8.63965 -35.5684 -4.16016 -53.4961l2.25684 -9.01562c3.50391 1.31934 7.26367 2.13574 11.2236 2.13574v1.35156zM184 289.352v-57.3516
c0 -12.4805 4.08008 -24.2236 11.5039 -33.9199c6.49609 6.10352 15.1758 9.91992 24.7764 9.91992c9.6875 0 18.8076 -3.77637 25.6553 -10.624l4.3125 -4.31152c3.83984 8.95117 12.5361 15.0791 22.6641 15.0791c6.60742 0 12.8242 -2.5752 17.5117 -7.24707
l9.75977 -9.76855c1.52051 -1.52832 2.80859 -3.20801 4.04883 -4.91992c14.8154 10.416 23.7676 27.3516 23.7676 45.792v80.6562c-9.42383 -5.47266 -20.3359 -8.65625 -32 -8.65625h-64c-11.7119 0 -21.8643 6.3916 -27.4482 15.7998l-5.01562 -3.00781
c-9.58398 -5.75195 -15.5361 -16.2725 -15.5361 -27.4404zM240 128c4.41602 0 8 3.5918 8 8v36.6885l-13.376 13.3672c-3.83984 3.83203 -8.92773 5.94434 -14.3438 5.94434c-11.1768 0 -20.2803 -9.10352 -20.2803 -20.2881c0 -5.41602 2.1123 -10.5117 5.93555 -14.3359
l10.0645 -10.0645v28.6885h16v-40c0 -4.4082 3.58398 -8 8 -8zM136 32v-72h32v72h-32zM328 -40h-0.0078125v52.792c-0.416016 0.391602 -0.856445 0.744141 -1.25586 1.14355l-55.5928 55.6006c-4.14355 -3.4082 -9.37598 -5.53613 -15.1436 -5.53613
c-13.2324 0 -24 10.7676 -24 24v20.6885l-37.376 37.3672c-2.86426 2.85645 -5.04785 6.17676 -6.78418 9.7041c-40.2637 -12.2402 -67.8398 -49.0156 -67.8398 -91.7598v-16h48v48h16v-136h144zM392 47.5996v16.4004c0 47.0801 -34.5117 87.0322 -80.0723 94.6562
l0.0722656 -19.3447l69.6641 -69.6631l-11.3125 -11.3125l-74.3359 74.3359l-0.103516 30.248c-0.0244141 6.37598 -2.52832 12.376 -7.03223 16.8799l-9.75977 9.76855c-1.65625 1.65527 -3.85645 2.56738 -6.2002 2.56738c-4.83984 0 -8.77637 -3.93555 -8.77637 -8.76758
c0 -2.91211 0.912109 -5.1123 2.56836 -6.76855l10.9443 -10.9434l-11.3125 -11.3125l-2.34375 2.34473v-20.6885c0 -10.416 -6.71191 -19.2158 -16 -22.5283v-25.4717c0 -4.4082 3.58398 -8 8 -8s8 3.5918 8 8v24h16v-24c0 -1.45605 -0.183594 -2.87207 -0.431641 -4.25586
l58.4873 -58.4883c5.96875 -5.96777 13.9043 -9.25586 22.3447 -9.25586c17.4238 0 31.5996 14.1758 31.5996 31.5996zM232 24v24h16v-24c0 -13.2324 -10.7676 -24 -24 -24s-24 10.7676 -24 24v56h16v-56c0 -4.4082 3.58398 -8 8 -8s8 3.5918 8 8zM248 240h16v-16h-16v16z
" />
<glyph glyph-name="042-sore-throat" unicode="&#xf129;"
d="M232 -32v32h16v-40c0 -4.41602 -3.58398 -8 -8 -8h-192c-4.41602 0 -8 3.58398 -8 8v174.91l-39.708 142.948c-0.161133 0.580078 -0.291992 1.54004 -0.291992 2.1416v20.1055c0 72.7266 59.168 131.895 131.895 131.895h140.105
c22.0547 -0.0253906 39.9746 -17.9453 40 -40v-125.333l17.6006 -23.4668c3.53223 -4.71094 6.39941 -13.3125 6.39941 -19.2002c0 -13.6836 -10.752 -27.5654 -24 -30.9873v-81.0127h-16v32h-17.373h-0.125c-10.6328 0 -25.3467 -6.11816 -32.8447 -13.6572
l-11.3145 11.3145c10.0703 10.125 29.834 18.3428 44.1152 18.3428h0.168945h17.373v32h-16v16h24c8.83203 0 16 7.16797 16 16c0 2.94434 -1.43359 7.24512 -3.2002 9.60059l-19.2002 25.5996c-0.882812 1.17773 -1.59961 3.32812 -1.59961 4.7998v80h-104v-56
c0 -4.41602 -3.58398 -8 -8 -8h-32c-17.6641 0 -32 -14.3359 -32 -32s14.3359 -32 32 -32h8v0c4.41602 0 8 -3.58398 8 -8c0 -1.33691 -0.601562 -3.3252 -1.34375 -4.4375l-48 -72c-1.31055 -1.9668 -4.29297 -3.5625 -6.65625 -3.5625v0h-56v-160h176zM16 300.105
v-19.0146l38.0811 -137.091h53.6377l37.6387 56.458c-22.8291 3.19043 -41.3574 24.4883 -41.3574 47.54c0 26.4961 21.5039 48.001 48 48.002h24v56c0 4.41602 3.58398 8 8 8h112v32c-0.0146484 13.2324 -10.7676 23.9854 -24 24h-140.105
c-63.9014 -0.0722656 -115.822 -51.9932 -115.895 -115.895zM224 272c0 8.83691 7.16309 16 16 16s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM408 120h0.00976562c39.7383 0 71.9902 -32.251 71.9902 -71.9902
c0 -39.7383 -32.252 -71.9893 -71.9902 -71.9893c-8.63184 0 -22.0107 2.90625 -29.8652 6.48633l-184.516 39.1592l3.4707 -17.3516c0.0859375 -0.428711 0.155273 -1.13281 0.155273 -1.57031c0 -4.41504 -3.58398 -7.99902 -7.99902 -7.99902
c-0.4375 0 -1.1416 0.0693359 -1.57031 0.155273l-23.6504 4.73047l-13.3789 -20.0684c-1.31055 -1.9668 -4.29297 -3.5625 -6.65625 -3.5625s-5.3457 1.5957 -6.65625 3.5625l-13.3789 20.0684l-23.6504 -4.73047
c-0.428711 -0.0859375 -1.13281 -0.155273 -1.57031 -0.155273c-4.41504 0 -7.99902 3.58398 -7.99902 7.99902c0 0.4375 0.0693359 1.1416 0.155273 1.57031l4.73047 23.6504l-20.0684 13.3789c-1.9668 1.31055 -3.5625 4.29297 -3.5625 6.65625
s1.5957 5.3457 3.5625 6.65625l20.0684 13.3789l-4.73047 23.6504c-0.0859375 0.428711 -0.155273 1.13281 -0.155273 1.57031c0 4.41504 3.58398 7.99902 7.99902 7.99902c0.4375 0 1.1416 -0.0693359 1.57031 -0.155273l23.6504 -4.73047l13.3789 20.0684
c1.31055 1.9668 4.29297 3.5625 6.65625 3.5625s5.3457 -1.5957 6.65625 -3.5625l13.3789 -20.0684l23.6504 4.73047c0.428711 0.0859375 1.13281 0.155273 1.57031 0.155273c4.41504 0 7.99902 -3.58398 7.99902 -7.99902c0 -0.4375 -0.0693359 -1.1416 -0.155273 -1.57031
l-3.39746 -16.9854l185.897 39.4512c7.48828 3.22852 20.1846 5.84863 28.3398 5.84863h0.0605469zM212.438 54.6562c1.9668 -1.31055 3.5625 -4.29297 3.5625 -6.65625s-1.5957 -5.3457 -3.5625 -6.65625l-8.31934 -5.5459l146.373 -31.0645
c-7.99902 10.5996 -14.4912 29.9795 -14.4912 43.2588c0 13.4473 6.64062 33.0225 14.8223 43.6943l-147.103 -31.2188zM161.92 16.3711l17.1367 -3.42773l-3.42773 17.1367c-0.0859375 0.428711 -0.155273 1.13184 -0.155273 1.56934
c0 2.36328 1.5957 5.3457 3.5625 6.65625l14.541 9.69434l-14.541 9.69434c-1.9668 1.31055 -3.5625 4.29297 -3.5625 6.65625c0 0.4375 0.0693359 1.14062 0.155273 1.56934l3.42773 17.1367l-17.1367 -3.42773
c-0.428711 -0.0859375 -1.13184 -0.155273 -1.56934 -0.155273c-2.36328 0 -5.3457 1.5957 -6.65625 3.5625l-9.69434 14.541l-9.69434 -14.541c-1.31055 -1.9668 -4.29199 -3.56348 -6.65527 -3.56348c-0.4375 0 -1.14062 0.0703125 -1.57031 0.15625l-17.1367 3.42773
l3.42773 -17.1367c0.0859375 -0.428711 0.155273 -1.13184 0.155273 -1.56934c0 -2.36328 -1.5957 -5.3457 -3.5625 -6.65625l-14.541 -9.69434l14.541 -9.69434c1.9668 -1.31055 3.5625 -4.29297 3.5625 -6.65625c0 -0.4375 -0.0693359 -1.14062 -0.155273 -1.56934
l-3.42773 -17.1367l17.1367 3.42773c0.428711 0.0859375 1.13184 0.155273 1.56836 0.155273c2.36426 0 5.3457 -1.5957 6.65723 -3.5625l9.69434 -14.541l9.69434 14.541c1.31152 1.9668 4.29395 3.5625 6.65723 3.5625c0.4375 0 1.13965 -0.0693359 1.56836 -0.155273z
M450.91 12.0684c7.22559 8.59863 13.0898 24.6924 13.0898 35.9238c0 9.16992 -4.06836 22.8438 -9.08105 30.5234l-11.3408 -5.6709c-0.932617 -0.46582 -2.53516 -0.844727 -3.57812 -0.844727c-4.41602 0 -8 3.58398 -8 8c0 2.72949 1.98145 5.93457 4.42188 7.15527
l7.50977 3.75488c-8.6123 7.22559 -24.7266 13.0898 -35.9688 13.0898c-30.8926 0 -55.9639 -25.0723 -55.9639 -55.9639c0 -12.0605 6.63184 -29.0488 14.8037 -37.9189l6.91309 6.91309c1.29395 1.29395 3.82812 2.34375 5.65723 2.34375
c4.41602 0 8.00098 -3.58496 8.00098 -8.00098c0 -1.8291 -1.0498 -4.36328 -2.34375 -5.65723l-5.76172 -5.76172c7.32031 -4.39062 20.1885 -7.9541 28.7246 -7.9541c9.16895 0 22.8438 4.06836 30.5225 9.08105l-5.6709 11.3408
c-0.466797 0.932617 -0.844727 2.53516 -0.844727 3.57812c0 4.41602 3.58398 8 8 8c2.72949 0 5.93457 -1.98145 7.15527 -4.42188zM397.657 45.6572c1.29297 -1.29395 2.34277 -3.82812 2.34277 -5.65723s-1.0498 -4.36328 -2.34277 -5.65723l-8 -8
c-1.29395 -1.29395 -3.82812 -2.34375 -5.65723 -2.34375c-4.41602 0 -8.00098 3.58496 -8.00098 8.00098c0 1.8291 1.0498 4.36328 2.34375 5.65723l8 8c1.29395 1.29297 3.82812 2.3418 5.65723 2.3418s4.36328 -1.04883 5.65723 -2.3418zM402.343 58.3428l-8 8
c-1.29395 1.29395 -2.34375 3.82812 -2.34375 5.65723c0 4.41602 3.58496 8.00098 8.00098 8.00098c1.8291 0 4.36328 -1.0498 5.65723 -2.34375l8 -8c1.29395 -1.29395 2.34375 -3.82812 2.34375 -5.65723c0 -4.41602 -3.58496 -8.00098 -8.00098 -8.00098
c-1.8291 0 -4.36328 1.0498 -5.65723 2.34375zM379.577 48.8447c-0.932617 -0.467773 -2.53711 -0.84668 -3.58008 -0.84668c-2.72949 0 -5.93359 1.98242 -7.15234 4.4248l-4.62695 9.25488c-0.46582 0.932617 -0.844727 2.53516 -0.844727 3.57715
c0 4.41602 3.58398 8 8 8c2.72949 0 5.93457 -1.98145 7.15527 -4.42285l4.62695 -9.25488c0.46582 -0.932617 0.844727 -2.53516 0.844727 -3.57715c0 -2.72949 -1.98145 -5.93457 -4.42285 -7.15527zM421.779 43.833c0.932617 0.46582 2.53516 0.844727 3.57715 0.844727
c4.41602 0 8 -3.58398 8 -8c0 -2.72949 -1.98145 -5.93457 -4.42285 -7.15527l-9.35645 -4.67773c-0.933594 -0.467773 -2.53809 -0.84668 -3.58203 -0.84668c-4.41602 0 -8 3.58398 -8 8c0 2.73047 1.9834 5.9375 4.42773 7.15723zM416 16c4.41602 0 8 -3.58398 8 -8
s-3.58398 -8 -8 -8h-8c-4.41602 0 -8 3.58398 -8 8s3.58398 8 8 8h8zM453.657 53.6572c1.29395 -1.29395 2.34375 -3.82812 2.34375 -5.65723c0 -4.41602 -3.58496 -8.00098 -8.00098 -8.00098c-1.8291 0 -4.36328 1.0498 -5.65723 2.34375l-8 8
c-1.29395 1.29395 -2.34375 3.82812 -2.34375 5.65723c0 4.41602 3.58496 8.00098 8.00098 8.00098c1.8291 0 4.36328 -1.0498 5.65723 -2.34375z" />
<glyph glyph-name="016-picture" unicode="&#xf10f;"
d="M374.007 340.009c16.542 0 30 -13.459 30.001 -30.002v-344.006c0 -16.543 -13.459 -30.001 -30.001 -30.001h-344.006c-16.543 0 -30.001 13.458 -30.001 30.001v344.006c0 16.542 13.458 30 30.001 30h84.9258c0.0664062 0.0400391 0.125 0.0849609 0.192383 0.124023
l179.883 103.856c14.3252 8.26953 32.71 3.34473 40.9814 -10.9805l33.8672 -58.6611c2.7627 -4.78223 1.12305 -10.8984 -3.65918 -13.6602c-4.78125 -2.76172 -10.8975 -1.12207 -13.6602 3.66016l-33.8682 58.6611c-2.75781 4.77637 -8.8877 6.41895 -13.6602 3.66113
l-150.098 -86.6592h219.102zM384.007 -33.998v344.006c0 5.51465 -4.48535 10 -10 10h-344.006c-5.51367 0 -10 -4.48535 -10 -10v-344.006c0 -5.51367 4.48633 -10 10 -10h344.006c5.51465 0 10 4.48633 10 10zM447.307 239.496
c1.86133 -1.86035 2.93066 -4.44043 2.93066 -7.07031s-1.07031 -5.20996 -2.93066 -7.06934c-1.85938 -1.86035 -4.43945 -2.93066 -7.06934 -2.93066c-2.62891 0 -5.20898 1.07129 -7.06934 2.93066c-1.86133 1.85938 -2.93066 4.43945 -2.93066 7.06934
s1.07031 5.20996 2.93066 7.07031c1.85938 1.86035 4.43945 2.92969 7.06934 2.92969s5.20898 -1.06934 7.06934 -2.92969zM507.987 135.089c8.26953 -14.3271 3.34375 -32.71 -10.9805 -40.9795l-64.3115 -37.1309c-1.57422 -0.908203 -3.29395 -1.34082 -4.99023 -1.34082
c-3.45703 0 -6.81738 1.79297 -8.66992 5.00098c-2.76172 4.7832 -1.12305 10.8994 3.66016 13.6602l64.3115 37.1299c4.77539 2.75684 6.41699 8.88574 3.66016 13.6611l-41.376 71.6641c-2.76172 4.7832 -1.12305 10.8994 3.66016 13.6602
c4.78418 2.76074 10.8975 1.12305 13.6602 -3.66016zM263.074 289.078c1.86035 -1.86035 2.93066 -4.44043 2.93066 -7.07031s-1.07129 -5.20996 -2.93066 -7.06934c-1.85938 -1.86035 -4.43945 -2.93066 -7.06934 -2.93066s-5.20898 1.07031 -7.07031 2.93066
c-1.86035 1.85938 -2.92969 4.43945 -2.92969 7.06934s1.07031 5.20996 2.92969 7.07031c1.86035 1.86035 4.44043 2.92969 7.07031 2.92969s5.20996 -1.06934 7.06934 -2.92969zM346.006 292.008c5.52246 0 10 -4.47754 10 -10v-240.004c0 -5.52246 -4.47754 -10 -10 -10
h-288.005c-5.52246 0 -10 4.47754 -10 10v240.004c0 5.52344 4.47754 10 10 10h144.003c5.52246 0 10 -4.47656 10 -10c0 -5.52246 -4.47754 -10 -10 -10h-134.002v-205.863l79.6699 79.6709c1.87598 1.875 4.41895 2.92871 7.07129 2.92871
c2.65137 0 5.19531 -1.05371 7.07129 -2.92871l61.001 -61.001c3.9043 -3.90625 3.9043 -10.2383 0 -14.1436c-3.90723 -3.90527 -10.2373 -3.90527 -14.1436 0l-53.9297 53.9297l-72.5977 -72.5967h253.861v49.1523
c-0.0224609 0.0214844 -0.0478516 0.0410156 -0.0712891 0.0634766l-86.3916 86.3926l-45.9062 -45.9072c-3.90625 -3.90527 -10.2363 -3.90527 -14.1426 0c-3.90527 3.90527 -3.90527 10.2373 0 14.1416l52.9775 52.9785c1.87598 1.875 4.41895 2.92871 7.07129 2.92871
s5.19531 -1.05371 7.07129 -2.92871l79.3906 -79.3906v142.573h-29c-5.52148 0 -10 4.47754 -10 10c0 5.52344 4.47852 10 10 10h39.001zM145.67 249.008c17.6455 0 32.001 -14.3545 32.001 -32.001c0 -17.6455 -14.3555 -32.001 -32.001 -32.001
s-32.001 14.3555 -32.001 32.001c0 17.6465 14.3564 32.001 32.001 32.001zM145.67 205.007c6.61719 0 12 5.38281 12 12c0 6.61621 -5.38281 12 -12 12s-12 -5.38281 -12 -12s5.38281 -12 12 -12z" />
<glyph glyph-name="005-left-arrow" unicode="&#xf104;"
d="M165.647 191.881l222.492 -222.492c7.37305 -7.63379 7.37305 -19.7383 0 -27.373c-7.55859 -7.82715 -20.0312 -8.04395 -27.8584 -0.485352l-236.421 236.422c-7.69043 7.69336 -7.69043 20.165 0 27.8584l236.421 236.421c7.69336 7.69043 20.1641 7.69043 27.8584 0
c7.69141 -7.69336 7.69141 -20.165 0 -27.8584z" />
<glyph glyph-name="051-hand-wash" unicode="&#xf132;"
d="M36.1504 108.991c-9.64551 -0.0673828 -18.9199 3.73047 -25.749 10.5449c-6.83008 6.80762 -10.6504 16.0693 -10.6084 25.7139v53.1123c-0.0419922 9.6416 3.77832 18.9004 10.6113 25.7041c6.83008 6.80762 16.1045 10.5986 25.7461 10.5225h27.7305
c8.7793 16.4268 25.9307 26.6455 44.5557 26.5498h104.384c7.39551 0.0195312 13.4014 -5.96191 13.4141 -13.3564c0.0576172 -8.51465 -2.83984 -16.79 -8.20801 -23.4062h0.118164l7.32422 5.76074c2.77637 2.19531 6.31543 3.18164 9.82617 2.73535
c3.54297 -0.348633 6.79492 -2.10059 9.03516 -4.87012c5.40039 -6.59082 8.3877 -14.8311 8.47363 -23.3623l29.3584 23.9648c4.47754 3.68652 10.2412 5.42285 16.0049 4.81641c0.623047 -0.0126953 1.23535 -0.112305 1.8291 -0.293945v53.0684
c0 21.0508 15.3164 38.7256 34.7168 43.334v20.834c-0.0634766 11.54 9.2207 20.9551 20.7539 21.0537h2.73242v16.3379h-6.16895c-3.40918 -0.0292969 -6.35156 2.37402 -7.01172 5.71875c-0.251953 0.734375 -0.376953 1.5127 -0.364258 2.29102
c0.172852 11.2314 -8.77637 20.4893 -20.0068 20.7002l-53.001 0.609375c-3.96777 0.0927734 -7.12012 3.35449 -7.07227 7.3252c0.0283203 3.9502 3.19434 7.1709 7.14551 7.26367h0.0800781l53.0615 -0.762695c7.51562 -0.125 13.9365 -2.83105 20.0645 -6.99316v17.0205
c-0.00976562 1.88574 0.740234 3.69238 2.07812 5.02344c1.33008 1.32715 3.14648 2.06445 5.0293 2.04883h61.8574c3.94141 0 7.61816 -3.12402 7.61816 -7.07227v-46.1748c0 -3.94727 -3.6709 -6.99805 -7.61816 -6.99805h-6.67676v-16.3379h3.23926
c11.6367 -0.0576172 21.0898 -9.41504 21.2646 -21.0537v-20.834c19.9092 -4.90234 33.8525 -22.832 33.6992 -43.334v-182.786c0.0507812 -11.7666 -4.58301 -23.0684 -12.8838 -31.4072c-8.29785 -8.34277 -19.5732 -13.0371 -31.3369 -13.0439h-76.4717
c-14.8496 0.0195312 -28.7168 7.4209 -37.002 19.7432l-51.7725 -42.2363c-11.8398 -9.63867 -27.0352 -14.1514 -42.2168 -12.5303l-28.9941 -23.6357c-15.6963 -12.7627 -38.7676 -10.4072 -51.5654 5.26562l-33.5615 41.1895
c-10.9561 13.5 -10.9912 32.8242 -0.0859375 46.3721c-9.77832 2.89844 -18.7402 7.69824 -25.877 15.8652h-37.499zM421.196 73.2529c7.97461 0.00292969 15.6152 3.19141 21.2324 8.85352c5.61719 5.6582 8.74805 13.3271 8.69043 21.3027v118.375l-4.94043 1.4082
c-7.50684 2.10645 -15.5361 1.28613 -22.4619 -2.30176c-6.4209 -3.29297 -13.541 -5.0166 -20.7637 -5.01953c-4.25684 0 -8.49219 0.59375 -12.5869 1.76172l-0.510742 0.108398v-113.901c0.0546875 -1.86328 -0.647461 -3.66992 -1.94336 -5.00684
c-1.30273 -1.34082 -3.08691 -2.09375 -4.9502 -2.09375h-53.1387l-10.9434 -8.91406c5.48633 -9.03223 15.2812 -14.5527 25.8447 -14.5723h76.4717zM351.819 142.885c7.64062 -9.37012 6.23633 -23.1572 -3.13672 -30.7949l-1.3252 -1.05566h28.2002v152.144h-61.2666
v-39.7656c0.999023 -1.45508 1.79297 -3.04492 2.36133 -4.71094l1.36328 1.02148c8.53711 6.97363 20.9297 6.50488 28.9238 -1.08789c7.98828 -7.5957 9.08594 -19.9473 2.55957 -28.832c6.42773 -3.47266 10.6982 -9.92871 11.3809 -17.1992
c0.682617 -7.27637 -2.31055 -14.4092 -7.97266 -19.0205l-6.97266 -5.68457c2.24609 -1.30859 4.23438 -3.00293 5.88477 -5.01367zM359.221 433.705v-31.6562h47.9932v31.6562h-47.9932zM372.494 387.755v-16.3379h20.4219v16.3379h-20.4219zM355.467 357.122
c-3.64062 -0.0917969 -6.5293 -3.11133 -6.45605 -6.75879v-19.791h68.4131v19.791c-0.166016 3.74609 -3.22363 6.71094 -6.9707 6.75879h-54.9863zM344.725 316.278c-16.6943 0.0566406 -30.2998 -13.3887 -30.4336 -30.083v-8.71973h68.6709
c3.94824 0 6.89355 -3.57422 6.89355 -7.52148v-37.3477l4.40137 -1.23145c7.63965 -2.18652 15.8232 -1.38867 22.8984 2.2373c10.1396 5.22461 21.8809 6.4209 32.8633 3.35449l1.10059 -0.348633v49.5771c0.0546875 7.96582 -3.07617 15.6221 -8.69336 21.2705
c-5.62012 5.64941 -13.2637 8.81836 -21.2295 8.8125h-76.4717zM238.423 201.765c0.619141 5.8916 -1.03418 11.7959 -4.61523 16.5127l-80.2012 -65.3906c-11.084 -9.09277 -15.9766 -23.7314 -12.5879 -37.6592c0.619141 -2.52148 -0.174805 -5.17676 -2.07422 -6.94434
l-5.60742 -5.21582c-0.111328 -0.101562 -0.229492 -0.200195 -0.350586 -0.305664l-19.0947 -15.5684c-9.56836 -7.7998 -11.001 -21.8838 -3.19824 -31.4551l33.5615 -41.1641c7.80957 -9.55859 21.8809 -10.9912 31.459 -3.20117l31.4424 25.6348
c1.80273 1.47363 4.20898 1.97168 6.44922 1.34668c11.9014 -1.74609 23.9873 1.58887 33.3135 9.1875l92.7246 75.6133c3.25586 2.65527 3.74707 7.44531 1.08887 10.7041c-2.65234 3.25195 -7.44238 3.74023 -10.7012 1.08496l-39.4434 -32.167
c-1.97852 -1.63086 -4.67871 -2.08105 -7.0791 -1.1748c-2.39941 0.907227 -4.12988 3.0293 -4.53223 5.55957c-0.408203 2.53125 0.578125 5.08789 2.57617 6.69629l39.4492 32.1641c0.606445 0.494141 1.23828 0.957031 1.89941 1.38184
c0.290039 0.347656 0.609375 0.666992 0.954102 0.947266l20.0176 16.3184c2.1377 1.70703 3.19141 4.42969 2.76367 7.13281c-0.427734 2.7002 -2.27246 4.96289 -4.83496 5.92676c-2.55957 0.960938 -5.43848 0.478516 -7.54199 -1.27344l-0.93457 -0.759766
l-72.8145 -59.3682c-1.97168 -1.65332 -4.68457 -2.11523 -7.09473 -1.20898c-2.41211 0.90332 -4.14844 3.03516 -4.55078 5.5752c-0.398438 2.54688 0.600586 5.10645 2.61426 6.70898l56.5977 46.1514l17.1504 13.9824l11.4326 9.31836
c3.25488 2.65527 3.74316 7.44629 1.09082 10.7012c-2.65527 3.25586 -7.44531 3.74121 -10.7041 1.08887l-17.1475 -13.9854l-68.0293 -55.4746c-1.97949 -1.63379 -4.67871 -2.08008 -7.07617 -1.17383c-2.40332 0.90332 -4.13281 3.02539 -4.53516 5.55957
c-0.402344 2.53027 0.578125 5.08398 2.57617 6.69238l68.0322 55.4707c3.25195 2.65234 3.74023 7.44238 1.08496 10.6982c-2.65527 3.25488 -7.44531 3.74023 -10.6973 1.08789l-52.3184 -42.6504l-27.1787 -22.1621
c-1.97852 -1.63086 -4.67871 -2.08105 -7.07812 -1.17773c-2.39746 0.90625 -4.12988 3.0293 -4.53223 5.5625c-0.405273 2.53125 0.577148 5.08789 2.5752 6.69629l27.1855 22.1611c4.83496 3.92578 7.90234 9.61621 8.51465 15.8145zM14.0869 198.362v-53.1123
c-0.0439453 -5.85645 2.26953 -11.4834 6.41797 -15.6133c4.15234 -4.12988 9.78906 -6.4209 15.6455 -6.34766h27.1465c-2.11328 4.00195 -3.71191 8.25977 -4.77148 12.6572c-0.427734 1.82617 -0.105469 3.74414 0.900391 5.32324
c1.00488 1.58008 2.60352 2.68457 4.43555 3.06738c3.8457 0.896484 7.68555 -1.49316 8.58887 -5.33301c4.37207 -18.7402 21.6094 -33.0322 40.6211 -34.0371l10.7012 8.73145l2.51172 2.34961c-2.81836 18.0918 4.13281 36.335 18.2832 47.9521l20.6553 16.876
c-3.06641 1.44629 -4.73535 4.80957 -4.02734 8.12207c0.708984 3.31348 3.60352 5.7041 6.99609 5.76758h13.7646l18.6572 15.3154h-48.1494c-3.10938 -16.1006 -17.2949 -27.6729 -33.6963 -27.4785c-1.87598 -0.0410156 -3.69238 0.670898 -5.03613 1.97852
c-1.34375 1.3125 -2.10645 3.10938 -2.1123 4.98242c-0.00390625 3.95703 3.19141 7.17773 7.14844 7.2002c11.1387 0.0634766 20.1387 9.11133 20.1416 20.2559c-0.015625 3.98633 3.16309 7.25781 7.14941 7.35645h42.4111c12.6445 0 22.9854 9.19141 23.4512 22.4648
h-103.484c-20.5146 -0.0986328 -37.0908 -16.752 -37.1035 -37.2666c-0.0351562 -12.7949 5.0293 -25.0791 14.0771 -34.1299l3.00684 -3.01562c2.80176 -2.79297 2.81445 -7.32812 0.0224609 -10.1299c-2.79297 -2.80566 -7.32812 -2.81836 -10.1299 -0.0253906
l-3.0127 2.95508c-11.7256 11.626 -18.3066 27.4717 -18.2588 43.9844c-0.0322266 3.73438 0.389648 7.44922 1.26367 11.0811h-22.1514c-5.85352 0.0800781 -11.4902 -2.20215 -15.6416 -6.33203c-4.15234 -4.12305 -6.46582 -9.74609 -6.42188 -15.5996zM14.0869 198.362z
M288.491 300.413v-0.00292969c-11.3809 -11.3809 -29.3105 -12.875 -42.4219 -3.5459c-13.1074 9.33203 -17.5625 26.7637 -10.5381 41.2402c0.115234 0.239258 0.242188 0.46875 0.386719 0.695312l23.2178 36.8047c1.31152 2.07422 3.59375 3.33203 6.04785 3.33203
s4.73242 -1.25781 6.04785 -3.33203l23.2178 -36.7979c0.143555 -0.223633 0.271484 -0.456055 0.386719 -0.695312c6.12109 -12.6357 3.57715 -27.7598 -6.34473 -37.6982zM251.983 310.523l0.00976562 -0.00292969c6.39258 -6.39258 16.4521 -7.2832 23.8721 -2.10938
c7.41406 5.16992 10.0596 14.917 6.27441 23.125l-16.9531 26.8633l-16.9502 -26.8633c-3.27051 -7.09766 -1.77734 -15.4814 3.74707 -21.0127zM251.983 310.523zM146.734 308.159c0.0166016 15.293 12.4092 27.6826 27.7021 27.7021
c15.2969 0 27.6963 -12.4053 27.6963 -27.7021c0 -15.3008 -12.3994 -27.6992 -27.6963 -27.6992c-15.2998 0 -27.7021 12.4023 -27.7021 27.6992zM187.838 308.159c-0.00683594 7.40039 -6.00293 13.3975 -13.4014 13.4072c-7.4043 0 -13.4072 -6.00293 -13.4072 -13.4072
c0 -7.40137 6.00293 -13.4043 13.4072 -13.4043s13.4043 6.00293 13.4014 13.4043zM187.838 308.159zM71.1729 349.004c0.0166016 15.293 12.4092 27.6826 27.7021 27.7012c15.2969 0 27.6963 -12.4053 27.6963 -27.7012c0 -15.3008 -12.3994 -27.7021 -27.6963 -27.7021
c-15.2998 0 -27.7021 12.4053 -27.7021 27.7021zM112.276 349.004c-0.00683594 7.40039 -6.00293 13.3975 -13.4014 13.4072c-7.4043 0 -13.4072 -6.00391 -13.4072 -13.4072c0 -7.40137 6.00293 -13.4043 13.4072 -13.4043c7.40137 0 13.4043 6.00293 13.4014 13.4043z
M112.276 349.004zM252.932 -4.2998c0.015625 15.293 12.4082 27.6826 27.6982 27.7021c15.2969 0 27.6992 -12.4053 27.6992 -27.7021c0 -15.2998 -12.4023 -27.6992 -27.6992 -27.6992c-15.2998 0 -27.6982 12.4053 -27.6982 27.6992zM294.034 -4.2998
c-0.00976562 7.40039 -6.00293 13.4004 -13.4043 13.4072c-7.40039 0 -13.4043 -6.00293 -13.4043 -13.4072c0 -7.40137 6.00391 -13.4043 13.4043 -13.4043c7.4043 0 13.4072 6.00293 13.4043 13.4043zM294.034 -4.2998zM337.681 1.82812
c0.0166016 15.293 12.4092 27.6826 27.7021 27.7012c15.2969 0 27.6992 -12.4053 27.6992 -27.7012c0 -15.3008 -12.4023 -27.7021 -27.6992 -27.7021c-15.2998 0 -27.7021 12.4053 -27.7021 27.7021zM378.784 1.82812
c-0.00683594 7.40039 -6.00293 13.3975 -13.4014 13.4072c-7.4043 0 -13.4043 -6.00391 -13.4043 -13.4072c0 -7.40137 6 -13.4043 13.4043 -13.4043s13.4082 6.00293 13.4014 13.4043zM378.784 1.82812z" />
<glyph glyph-name="044-diarrhea" unicode="&#xf12b;"
d="M411.013 65.707l4.82715 -4.82715c2.66602 -2.66504 2.66602 -6.98633 0 -9.65234c-1.33301 -1.33301 -3.08105 -2 -4.82715 -2c-1.74512 0 -3.49316 0.666992 -4.82617 2l-4.82617 4.82617l-4.82617 -4.82617c-1.33301 -1.33301 -3.08105 -2 -4.82715 -2
s-3.49316 0.666992 -4.82617 2c-2.66602 2.66602 -2.66602 6.9873 0 9.65234l4.82617 4.82715l-4.82617 4.82617c-2.66602 2.66602 -2.66602 6.9873 0 9.65234c2.66602 2.66602 6.9873 2.66602 9.65332 0l4.82617 -4.82617l4.82617 4.82617
c2.66602 2.66602 6.9873 2.66602 9.65332 0c2.66602 -2.66504 2.66602 -6.98633 0 -9.65234zM141.947 297.813c0 3.77051 3.05566 6.82617 6.82617 6.82617s6.82715 -3.05566 6.82715 -6.82617s-3.05664 -6.82715 -6.82715 -6.82715s-6.82617 3.05664 -6.82617 6.82715z
M387.707 229.547c0 3.77051 3.05664 6.82617 6.82617 6.82617c3.77051 0 6.82715 -3.05566 6.82715 -6.82617s-3.05664 -6.82715 -6.82715 -6.82715c-3.76953 0 -6.82617 3.05664 -6.82617 6.82715zM118.054 345.6c-13.1738 0 -23.8936 10.7197 -23.8936 23.8936
s10.7197 23.8936 23.8936 23.8936s23.8936 -10.7197 23.8936 -23.8936s-10.7197 -23.8936 -23.8936 -23.8936zM118.054 379.733c-5.64746 0 -10.2402 -4.59277 -10.2402 -10.2402s4.59277 -10.2402 10.2402 -10.2402s10.2402 4.59277 10.2402 10.2402
s-4.59277 10.2402 -10.2402 10.2402zM374.68 200.823c3.51465 -0.324219 6.2002 -3.26953 6.20215 -6.79785v-19.0938c0 -3.77051 -3.05273 -6.82715 -6.82617 -6.82715h-99.04c-2.1709 0 -4.2832 0.241211 -6.32812 0.672852l-4.12988 -7.22754l43.8711 -15.666
c12.6143 -4.50195 22.207 -14.3916 26.3271 -27.1357c4.12012 -12.7402 2.13379 -26.376 -5.45312 -37.4102l-40.9805 -61.0098l30.9727 -16.8965c2.74121 -1.49316 4.12012 -4.65723 3.34668 -7.67969c-0.765625 -3.02441 -3.49316 -5.14062 -6.61328 -5.14062h-56.2139
c-7.32715 0 -13.373 2.89648 -16.5938 7.94629c-2.86719 4.50391 -3.04004 9.99414 -0.486328 15.4609l15.2354 32.6553c-10.2471 -5.25098 -21.8184 -8.27344 -34.1025 -8.27344c-15.0596 0 -27.3066 -12.251 -27.3066 -27.3066v-13.6533
c0 -3.77051 -3.05371 -6.82715 -6.82715 -6.82715h-68.2666c-3.77344 0 -6.82617 3.05664 -6.82617 6.82715v41.8252c-11.7676 3.03906 -20.4805 13.7432 -20.4805 26.4424v47.7871v102.4c0 3.76953 3.05371 6.82617 6.82715 6.82617h20.4795v13.6533
c-3.77344 0 -6.82617 3.05664 -6.82617 6.82715c0 3.76953 3.05273 6.82617 6.82617 6.82617h13.6533c3.77344 0 6.82715 -3.05664 6.82715 -6.82617c0 -3.77051 -3.05371 -6.82715 -6.82715 -6.82715v-13.6533h20.4805c3.77344 0 6.82617 -3.05664 6.82617 -6.82617
v-95.5742h30.7598c-2.74512 4.13379 -4.8916 8.66895 -6.17383 13.5479c-0.00292969 0.0117188 -0.0136719 0.0205078 -0.0166016 0.0322266c-3.28027 12.5166 -1.13281 25.3359 6.0332 36.0928l1.16016 1.64746c12.502 17.7451 18.3945 39.4248 16.6006 61.0557
l-0.09375 1.08008c-2.0459 24.5352 2.44043 49.0889 12.8564 71.2725c-5.0791 5.5332 -8.0293 12.5459 -8.1582 20.0938l-0.479492 28.5908c-0.347656 20.7168 16.3467 37.8604 37.2266 38.2139c9.65918 0.178711 20.0254 -3.75293 27.6318 -10.7578
c7.75391 -7.14062 12.3008 -16.9131 12.4678 -26.8135l-0.727539 -51.8564c-0.0439453 -3.12988 -2.2373 -5.63184 -5.14551 -6.38965c3.54297 -4.16992 5.76562 -9.49805 5.76562 -15.3838v-72.2832zM252.366 378.293
c-13.3457 -0.223633 -24.0264 -11.1396 -23.7988 -24.3301l0.479492 -28.5898c0.0800781 -4.55078 1.93848 -8.80664 5.24609 -11.9834c3.36719 -3.23047 7.51953 -4.91309 12.5068 -4.84277l31.1533 0.740234l0.632812 45.0693
c-0.107422 5.9707 -3.04102 12.167 -8.06055 16.791c-4.95312 4.55469 -11.4053 7.14844 -17.7598 7.14844c-0.132812 0 -0.265625 0 -0.399414 -0.00292969zM107.813 209.066v-88.7461h40.96v88.7461h-40.96zM182.907 11.0938c0 22.5859 18.374 40.96 40.96 40.96
c31.5732 0 57.6523 23.9355 61.0596 54.6133h-129.326h-47.7871v-40.96c0 -7.53027 6.12695 -13.6533 13.6533 -13.6533c3.77344 0 6.82715 -3.05664 6.82715 -6.82715v-40.96h54.6133v6.82715zM321.76 114.55c-2.79883 8.67676 -9.33398 15.4092 -17.915 18.4746
l-51.5469 18.4102c-0.712891 0.257812 -1.37305 0.623047 -1.9541 1.08301l-48.1533 -20.6367c1.67285 -3.57227 3.99902 -6.79883 6.87305 -9.50586c0.636719 -0.600586 1.09863 -1.31055 1.45215 -2.05664h81.6211c3.77344 0 6.82715 -3.05664 6.82715 -6.82715
c0 -17.8818 -6.30664 -34.3066 -16.7803 -47.2178l-27.0742 -58.0283c-0.188477 -0.397461 -0.759766 -1.74121 -0.367188 -2.35352c0.415039 -0.654297 2.11426 -1.62695 5.07422 -1.62695h29.4395l-14.04 7.66016c-1.68848 0.920898 -2.90723 2.50684 -3.36816 4.37012
c-0.453125 1.86719 -0.107422 3.83691 0.966797 5.43066l45.1924 67.2871c5.20703 7.57812 6.56055 16.8604 3.75293 25.5371zM252.747 168.407l3.56543 6.24121c-7.22656 5.61523 -11.9658 14.2881 -11.9658 24.127v81.9727c0 5.33691 1.82129 10.2197 4.79102 14.2012
l-2.01758 -0.0478516c-0.25293 -0.00683594 -0.506836 -0.00976562 -0.759766 -0.00976562c-3.97754 0 -7.8418 0.755859 -11.4395 2.17969c-8.68848 -19.4443 -12.4023 -40.8066 -10.627 -62.1465l0.09375 -1.08105c2.06641 -24.8301 -4.7002 -49.7061 -19.04 -70.0635
l-1.05273 -1.5c-3.37402 -5.06055 -5.12695 -10.8662 -5.13379 -16.8398zM367.227 181.76v6.04395l-82.5459 7.64062c-3.51367 0.322266 -6.2002 3.26953 -6.2002 6.7959v78.5068c0 5.64648 -4.59277 10.2393 -10.2402 10.2393s-10.2402 -4.59277 -10.2402 -10.2393
v-81.9736c0 -9.37988 7.63379 -17.0137 17.0137 -17.0137h92.2129zM319.44 318.293c-3.77344 0 -6.82715 3.05664 -6.82715 6.82715c0 3.76953 3.05371 6.82617 6.82715 6.82617h47.7861c3.77344 0 6.82715 -3.05664 6.82715 -6.82617
c0 -3.77051 -3.05371 -6.82715 -6.82715 -6.82715h-47.7861zM319.447 338.773c-2.50684 0 -4.91406 1.38086 -6.11328 3.77344c-1.68652 3.37207 -0.321289 7.47363 3.05273 9.15918l40.96 20.4805c3.36621 1.68262 7.4668 0.320312 9.16016 -3.05371
c1.68555 -3.37207 0.320312 -7.47266 -3.05371 -9.15918l-40.96 -20.4805c-0.979492 -0.489258 -2.01855 -0.719727 -3.0459 -0.719727zM322.493 310.746l40.96 -20.4795c3.37402 -1.68652 4.73926 -5.78613 3.05371 -9.16016
c-1.2002 -2.39258 -3.60645 -3.77344 -6.11328 -3.77344c-1.02539 0 -2.06738 0.230469 -3.04688 0.720703l-40.96 20.4795c-3.37402 1.68652 -4.73926 5.78613 -3.05273 9.16016c1.69238 3.37012 5.78516 4.73242 9.15918 3.05273z" />
<glyph glyph-name="004-call" unicode="&#xf103;"
d="M339.687 288.085h58.1602v-66.4258h-58.1602v-58.1592h-66.4248v58.1592h-58.1602v66.4258h58.1602v58.1602h66.4248v-58.1602zM381.216 238.291v33.1621h-58.1602v58.1602h-33.1621v-58.1602h-58.1602v-33.1621v0h58.1602v-58.1602h33.1621v58.1602h58.1602z
M439.577 38.4102c9.67676 -9.67676 9.67676 -25.502 0 -35.1787l-17.6396 -17.6396c-30.7432 -30.7432 -71.1631 -46.165 -111.583 -46.165c-40.4189 0 -80.8389 15.4219 -111.582 46.165l-152.607 152.607c-29.7354 29.8359 -46.165 69.4492 -46.165 111.583
c0 42.1328 16.4297 81.7461 46.165 111.481l17.6396 17.5391c9.37402 9.37402 25.8037 9.37402 35.1787 0l64.6104 -64.6113c13.6084 -15.0186 4.7373 -30.4404 0 -35.1777l-29.332 -29.332c-9.67578 -9.67676 -9.67578 -25.502 0 -35.1787l141.016 -140.813
c9.67676 -9.67676 25.502 -9.67676 35.1787 0l29.332 29.332c9.67578 9.67578 25.501 9.67578 35.1777 0zM75.5977 367.211l-17.6396 -17.6396l76.4053 -76.3037l17.6387 17.6396c1.61328 1.51172 4.63672 6.65234 0 11.6924l-64.6104 64.6113
c-1.71387 1.6123 -6.65332 4.53613 -11.7939 0zM310.354 -44.042c32.1553 0 62.5957 10.7852 87.3916 30.3398l-75.5977 75.5977c-16.1279 -16.2275 -42.4355 -16.2275 -58.6641 0l-140.915 140.915c-16.2285 16.1279 -16.2285 42.4355 0 58.6641l-75.5977 75.5977
c-19.6553 -24.7959 -30.3398 -55.2363 -30.3398 -87.29c0 -37.6982 14.7158 -73.1787 41.3262 -99.7891l152.607 -152.708c26.6104 -26.6113 62.0918 -41.3271 99.7891 -41.3271zM427.784 14.9238c3.22559 3.22559 3.22559 8.46777 0.100586 11.6934l-64.6113 64.6104
c-3.22559 3.22559 -8.4668 3.22559 -11.6924 0l-17.6396 -17.6396l76.3037 -76.3027zM187.095 67.7578l-11.7607 11.7598l11.7607 11.7598l11.7598 -11.7598zM163.643 91.2227l-11.7598 11.7607l11.7598 11.7598l11.7598 -11.7598zM140.121 114.72l-11.7588 11.7617
l11.7627 11.7588l11.7578 -11.7617zM446.532 379.105c87.29 -87.291 87.29 -229.314 0 -316.604l-11.6924 11.6924c80.8389 80.8389 80.8389 212.38 0 293.219c-80.8398 80.8398 -212.38 80.8398 -293.22 0l-11.6924 11.6934c87.29 87.29 229.313 87.29 316.604 0z" />
<glyph glyph-name="032-star" unicode="&#xf11f;"
d="M512 256l-138.541 -121.222l74.542 -198.778l-192 95.999l-192.001 -95.999l74.541 198.776l-138.541 121.224h184.001l72 192l71.999 -192h184z" />
<glyph glyph-name="001-phone-call" unicode="&#xf100;"
d="M432.873 375.244c102.962 -99.4443 105.813 -263.526 6.37012 -366.487c-100.44 -97.0078 -259.677 -97.0078 -360.117 0c-102.962 99.4443 -105.813 263.525 -6.37012 366.487c100.44 97.0078 259.677 97.0078 360.117 0zM427.062 20.9385
c45.3652 45.3701 70.8486 106.902 70.8447 171.062c0.0410156 64.1729 -25.4189 125.732 -70.7754 171.13c-94.4268 94.5127 -247.593 94.582 -342.106 0.155273c-94.5127 -94.4277 -94.583 -247.592 -0.155273 -342.105c94.4268 -94.5137 247.593 -94.583 342.106 -0.15625
zM401.575 118.219c11.0068 -11.0283 11.0068 -28.8857 0.000976562 -39.9131l-13.2188 -13.2188c-16.291 -16.4561 -38.4443 -25.7764 -61.5996 -25.918c-6.75391 -0.0107422 -13.4844 0.801758 -20.043 2.41797c-25.5117 6.75195 -49.7793 17.5439 -71.8809 31.9658
c-20.1045 12.8652 -38.7334 27.9014 -55.5508 44.8389c-15.4697 15.3965 -29.3613 32.2979 -41.4697 50.4551c-13.4502 19.8057 -24.0918 41.3789 -31.6211 64.1055c-10.0889 31.0625 -1.79785 65.1592 21.4268 88.1221l15.3779 15.3779
c11.1885 10.6963 28.8115 10.6963 40 0l48.5537 -48.5537c11.0078 -11.0283 11.0078 -28.8857 0 -39.9141l-28.5098 -28.5107c-2.11719 -2.11035 -2.37402 -5.45117 -0.604492 -7.86133c9.76367 -13.4141 20.5674 -26.0371 32.3115 -37.7549
c13.1133 -13.1562 27.3662 -25.127 42.5928 -35.7676c2.43945 -1.70996 5.75684 -1.41797 7.86133 0.691406l27.8193 27.8193c0.015625 0.015625 0.03125 0.03125 0.046875 0.0478516c11.0459 11.0186 28.9336 10.998 39.9531 -0.0478516zM389.341 90.0879
c4.27539 4.29492 4.26074 11.2412 -0.0351562 15.5156l-48.6406 48.7275c-0.0126953 0.0117188 -0.0234375 0.0224609 -0.0351562 0.0341797c-4.29297 4.27539 -11.2402 4.25977 -15.5166 -0.0341797l-27.5596 -27.9922
c-8.02832 -7.97461 -20.6113 -9.06543 -29.8916 -2.5918c-16.0625 11.2314 -31.0967 23.8662 -44.9258 37.7549c-12.4033 12.3594 -23.8145 25.6768 -34.126 39.8281c-6.79004 9.28906 -5.76172 22.1475 2.41895 30.2383l28.5098 28.5107
c0.0126953 0.0117188 0.0234375 0.0234375 0.0351562 0.0341797c4.27539 4.29395 4.25977 11.2412 -0.0351562 15.5166l-48.5527 48.5537c-0.0117188 0.0126953 -0.0234375 0.0234375 -0.0351562 0.0341797c-4.29297 4.27539 -11.2412 4.26074 -15.5166 -0.0341797
l-15.3779 -15.3779c-18.6621 -18.3574 -25.3516 -45.6826 -17.2793 -70.584c7.04199 -21.1973 16.9854 -41.3174 29.5469 -59.7861c11.4854 -17.1641 24.6533 -33.1396 39.3105 -47.6895c15.9297 -16.0273 33.5742 -30.252 52.6143 -42.4209
c20.4941 -13.46 43.0107 -23.5518 66.6963 -29.8916c23.5098 -5.61328 48.2451 1.46289 65.2285 18.6611l13.2188 13.2188l-0.0859375 -0.259766z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
+144
View File
@@ -0,0 +1,144 @@
/*
Flaticon icon font: Flaticon
Creation date: 01/04/2020 06:02
*/
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
.fi:before{
display: inline-block;
font-family: "Flaticon";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.flaticon-phone-call:before { content: "\f100"; }
.flaticon-phone:before { content: "\f101"; }
.flaticon-virus:before { content: "\f102"; }
.flaticon-call:before { content: "\f103"; }
.flaticon-left-arrow:before { content: "\f104"; }
.flaticon-next:before { content: "\f105"; }
.flaticon-search:before { content: "\f106"; }
.flaticon-magnifying-glass:before { content: "\f107"; }
.flaticon-verified:before { content: "\f108"; }
.flaticon-check:before { content: "\f109"; }
.flaticon-shopping-cart:before { content: "\f10a"; }
.flaticon-image:before { content: "\f10b"; }
.flaticon-question:before { content: "\f10c"; }
.flaticon-question-1:before { content: "\f10d"; }
.flaticon-question-2:before { content: "\f10e"; }
.flaticon-picture:before { content: "\f10f"; }
.flaticon-video-camera:before { content: "\f110"; }
.flaticon-paper-plane:before { content: "\f111"; }
.flaticon-quote:before { content: "\f112"; }
.flaticon-quotes:before { content: "\f113"; }
.flaticon-play:before { content: "\f114"; }
.flaticon-whatsapp:before { content: "\f115"; }
.flaticon-plus:before { content: "\f116"; }
.flaticon-mail:before { content: "\f117"; }
.flaticon-phone-1:before { content: "\f118"; }
.flaticon-address:before { content: "\f119"; }
.flaticon-back:before { content: "\f11a"; }
.flaticon-arrow:before { content: "\f11b"; }
.flaticon-question-3:before { content: "\f11c"; }
.flaticon-search-1:before { content: "\f11d"; }
.flaticon-add-to-cart:before { content: "\f11e"; }
.flaticon-star:before { content: "\f11f"; }
.flaticon-hospitalisation:before { content: "\f120"; }
.flaticon-overpopulation:before { content: "\f121"; }
.flaticon-family:before { content: "\f122"; }
.flaticon-death:before { content: "\f123"; }
.flaticon-cough:before { content: "\f124"; }
.flaticon-distance:before { content: "\f125"; }
.flaticon-right-arrow:before { content: "\f126"; }
.flaticon-infected:before { content: "\f127"; }
.flaticon-headache:before { content: "\f128"; }
.flaticon-sore-throat:before { content: "\f129"; }
.flaticon-difficulty-breathing:before { content: "\f12a"; }
.flaticon-diarrhea:before { content: "\f12b"; }
.flaticon-fever:before { content: "\f12c"; }
.flaticon-sneeze:before { content: "\f12d"; }
.flaticon-vomit:before { content: "\f12e"; }
.flaticon-sneeze-1:before { content: "\f12f"; }
.flaticon-stay-home:before { content: "\f130"; }
.flaticon-washing-hands:before { content: "\f131"; }
.flaticon-hand-wash:before { content: "\f132"; }
.flaticon-button:before { content: "\f133"; }
$font-Flaticon-phone-call: "\f100";
$font-Flaticon-phone: "\f101";
$font-Flaticon-virus: "\f102";
$font-Flaticon-call: "\f103";
$font-Flaticon-left-arrow: "\f104";
$font-Flaticon-next: "\f105";
$font-Flaticon-search: "\f106";
$font-Flaticon-magnifying-glass: "\f107";
$font-Flaticon-verified: "\f108";
$font-Flaticon-check: "\f109";
$font-Flaticon-shopping-cart: "\f10a";
$font-Flaticon-image: "\f10b";
$font-Flaticon-question: "\f10c";
$font-Flaticon-question-1: "\f10d";
$font-Flaticon-question-2: "\f10e";
$font-Flaticon-picture: "\f10f";
$font-Flaticon-video-camera: "\f110";
$font-Flaticon-paper-plane: "\f111";
$font-Flaticon-quote: "\f112";
$font-Flaticon-quotes: "\f113";
$font-Flaticon-play: "\f114";
$font-Flaticon-whatsapp: "\f115";
$font-Flaticon-plus: "\f116";
$font-Flaticon-mail: "\f117";
$font-Flaticon-phone-1: "\f118";
$font-Flaticon-address: "\f119";
$font-Flaticon-back: "\f11a";
$font-Flaticon-arrow: "\f11b";
$font-Flaticon-question-3: "\f11c";
$font-Flaticon-search-1: "\f11d";
$font-Flaticon-add-to-cart: "\f11e";
$font-Flaticon-star: "\f11f";
$font-Flaticon-hospitalisation: "\f120";
$font-Flaticon-overpopulation: "\f121";
$font-Flaticon-family: "\f122";
$font-Flaticon-death: "\f123";
$font-Flaticon-cough: "\f124";
$font-Flaticon-distance: "\f125";
$font-Flaticon-right-arrow: "\f126";
$font-Flaticon-infected: "\f127";
$font-Flaticon-headache: "\f128";
$font-Flaticon-sore-throat: "\f129";
$font-Flaticon-difficulty-breathing: "\f12a";
$font-Flaticon-diarrhea: "\f12b";
$font-Flaticon-fever: "\f12c";
$font-Flaticon-sneeze: "\f12d";
$font-Flaticon-vomit: "\f12e";
$font-Flaticon-sneeze-1: "\f12f";
$font-Flaticon-stay-home: "\f130";
$font-Flaticon-washing-hands: "\f131";
$font-Flaticon-hand-wash: "\f132";
$font-Flaticon-button: "\f133";
+84
View File
@@ -0,0 +1,84 @@
/*
Flaticon icon font: Flaticon
Creation date: 01/04/2020 06:02
*/
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
.flaticon-phone-call:before { content: "\f100"; }
.flaticon-phone:before { content: "\f101"; }
.flaticon-virus:before { content: "\f102"; }
.flaticon-call:before { content: "\f103"; }
.flaticon-left-arrow:before { content: "\f104"; }
.flaticon-next:before { content: "\f105"; }
.flaticon-search:before { content: "\f106"; }
.flaticon-magnifying-glass:before { content: "\f107"; }
.flaticon-verified:before { content: "\f108"; }
.flaticon-check:before { content: "\f109"; }
.flaticon-shopping-cart:before { content: "\f10a"; }
.flaticon-image:before { content: "\f10b"; }
.flaticon-question:before { content: "\f10c"; }
.flaticon-question-1:before { content: "\f10d"; }
.flaticon-question-2:before { content: "\f10e"; }
.flaticon-picture:before { content: "\f10f"; }
.flaticon-video-camera:before { content: "\f110"; }
.flaticon-paper-plane:before { content: "\f111"; }
.flaticon-quote:before { content: "\f112"; }
.flaticon-quotes:before { content: "\f113"; }
.flaticon-play:before { content: "\f114"; }
.flaticon-whatsapp:before { content: "\f115"; }
.flaticon-plus:before { content: "\f116"; }
.flaticon-mail:before { content: "\f117"; }
.flaticon-phone-1:before { content: "\f118"; }
.flaticon-address:before { content: "\f119"; }
.flaticon-back:before { content: "\f11a"; }
.flaticon-arrow:before { content: "\f11b"; }
.flaticon-question-3:before { content: "\f11c"; }
.flaticon-search-1:before { content: "\f11d"; }
.flaticon-add-to-cart:before { content: "\f11e"; }
.flaticon-star:before { content: "\f11f"; }
.flaticon-hospitalisation:before { content: "\f120"; }
.flaticon-overpopulation:before { content: "\f121"; }
.flaticon-family:before { content: "\f122"; }
.flaticon-death:before { content: "\f123"; }
.flaticon-cough:before { content: "\f124"; }
.flaticon-distance:before { content: "\f125"; }
.flaticon-right-arrow:before { content: "\f126"; }
.flaticon-infected:before { content: "\f127"; }
.flaticon-headache:before { content: "\f128"; }
.flaticon-sore-throat:before { content: "\f129"; }
.flaticon-difficulty-breathing:before { content: "\f12a"; }
.flaticon-diarrhea:before { content: "\f12b"; }
.flaticon-fever:before { content: "\f12c"; }
.flaticon-sneeze:before { content: "\f12d"; }
.flaticon-vomit:before { content: "\f12e"; }
.flaticon-sneeze-1:before { content: "\f12f"; }
.flaticon-stay-home:before { content: "\f130"; }
.flaticon-washing-hands:before { content: "\f131"; }
.flaticon-hand-wash:before { content: "\f132"; }
.flaticon-button:before { content: "\f133"; }
+715
View File
@@ -0,0 +1,715 @@
<!DOCTYPE html>
<!--
Flaticon icon font: Flaticon
Creation date: 01/04/2020 06:02
-->
<html>
<!DOCTYPE html>
<html>
<head>
<title>Flaticon WebFont</title>
<link href="http://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="flaticon.css">
<meta charset="UTF-8">
<style>
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font-family: 'Varela Round', Helvetica, Arial, sans-serif;
font-size: 16px;
color: #222;
}
a {
color: #333;
border-bottom: 1px solid #a9fd00;
font-weight: bold;
text-decoration: none;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 30px;
font-style: normal;
margin-left: 20px;
color: #333;
}
.wrapper {
max-width: 600px;
margin: auto;
padding: 0 1em;
}
.title {
font-size: 1.25em;
text-align: center;
margin-bottom: 1em;
text-transform: uppercase;
}
header {
text-align: center;
background-color: #222;
color: #fff;
padding: 1em;
}
header .logo {
width: 210px;
height: 38px;
display: inline-block;
vertical-align: middle;
margin-right: 1em;
border: none;
}
header strong {
font-size: 1.95em;
font-weight: bold;
vertical-align: middle;
margin-top: 5px;
display: inline-block;
}
.demo {
margin: 2em auto;
line-height: 1.25em;
}
.demo ul li {
margin-bottom: 1em;
}
.demo ul li .num {
color: #222;
border-radius: 20px;
display: inline-block;
width: 26px;
padding: 3px;
height: 26px;
text-align: center;
margin-right: 0.5em;
border: 1px solid #222;
}
.demo ul li code {
background-color: #222;
border-radius: 4px;
padding: 0.25em 0.5em;
display: inline-block;
color: #fff;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
font-weight: lighter;
margin-top: 1em;
font-size: 0.8em;
word-break: break-all;
}
.demo ul li code.big {
padding: 1em;
font-size: 0.9em;
}
.demo ul li code .red {
color: #EF3159;
}
.demo ul li code .green {
color: #ACFF65;
}
.demo ul li code .yellow {
color: #FFFF99;
}
.demo ul li code .blue {
color: #99D3FF;
}
.demo ul li code .purple {
color: #A295FF;
}
.demo ul li code .dots {
margin-top: 0.5em;
display: block;
}
#glyphs {
border-bottom: 1px solid #ccc;
padding: 2em 0;
text-align: center;
}
.glyph {
display: inline-block;
width: 9em;
margin: 1em;
text-align: center;
vertical-align: top;
background: #FFF;
}
.glyph .glyph-icon {
padding: 10px;
display: block;
font-family:"Flaticon";
font-size: 64px;
line-height: 1;
}
.glyph .glyph-icon:before {
font-size: 64px;
color: #222;
margin-left: 0;
}
.class-name {
font-size: 0.65em;
background-color: #222;
color: #fff;
border-radius: 4px 4px 0 0;
padding: 0.5em;
color: #FFFF99;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.author-name {
font-size: 0.6em;
background-color: #fcfcfd;
border: 1px solid #DEDEE4;
border-top: 0;
border-radius: 0 0 4px 4px;
padding: 0.5em;
}
.class-name:last-child {
font-size: 10px;
color:#888;
}
.class-name:last-child a {
font-size: 10px;
color:#555;
}
.class-name:last-child a:hover {
color:#a9fd00;
}
.glyph > input {
display: block;
width: 100px;
margin: 5px auto;
text-align: center;
font-size: 12px;
cursor: text;
}
.glyph > input.icon-input {
font-family:"Flaticon";
font-size: 16px;
margin-bottom: 10px;
}
.attribution .title {
margin-top: 2em;
}
.attribution textarea {
background-color: #fcfcfd;
padding: 1em;
border: none;
box-shadow: none;
border: 1px solid #DEDEE4;
border-radius: 4px;
resize: none;
width: 100%;
height: 150px;
font-size: 0.8em;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
-webkit-appearance: none;
}
.iconsuse {
margin: 2em auto;
text-align: center;
max-width: 1200px;
}
.iconsuse:after {
content: '';
display: table;
clear: both;
}
.iconsuse .image {
float: left;
width: 25%;
padding: 0 1em;
}
.iconsuse .image p {
margin-bottom: 1em;
}
.iconsuse .image span {
display: block;
font-size: 0.65em;
background-color: #222;
color: #fff;
border-radius: 4px;
padding: 0.5em;
color: #FFFF99;
margin-top: 1em;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
#footer {
text-align: center;
background-color: #4C5B5C;
color: #7c9192;
padding: 1em;
}
#footer a {
border: none;
color: #a9fd00;
font-weight: normal;
}
@media (max-width: 960px) {
.iconsuse .image {
width: 50%;
}
}
@media (max-width: 560px) {
.iconsuse .image {
width: 100%;
}
}
</style>
</head>
<body class="characters-off">
<header>
<a href="https://www.flaticon.com" target="_blank" class="logo">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" viewBox="0 0 560.875 102.036" enable-background="new 0 0 560.875 102.036" xml:space="preserve">
<defs>
</defs>
<g>
<g class="letters">
<path fill="#ffffff" d="M141.596,29.675c0-3.777,2.985-6.767,6.764-6.767h34.438c3.426,0,6.15,2.728,6.15,6.15
c0,3.43-2.724,6.149-6.15,6.149h-27.674v13.091h23.719c3.429,0,6.151,2.724,6.151,6.15c0,3.43-2.723,6.149-6.151,6.149h-23.719
v17.574c0,3.773-2.986,6.761-6.764,6.761c-3.779,0-6.764-2.989-6.764-6.761V29.675z"></path>
<path fill="#ffffff" d="M193.844,29.149c0-3.781,2.985-6.767,6.764-6.767c3.776,0,6.763,2.985,6.763,6.767v42.957h25.039
c3.426,0,6.149,2.726,6.149,6.153c0,3.425-2.723,6.15-6.149,6.15h-31.802c-3.779,0-6.764-2.986-6.764-6.768V29.149z"></path>
<path fill="#ffffff" d="M241.891,75.71l21.438-48.407c1.492-3.341,4.215-5.357,7.906-5.357h0.792
c3.686,0,6.323,2.017,7.815,5.357l21.439,48.407c0.436,0.967,0.701,1.845,0.701,2.723c0,3.602-2.809,6.501-6.414,6.501
c-3.161,0-5.269-1.845-6.499-4.655l-4.132-9.661h-27.059l-4.301,10.102c-1.144,2.631-3.426,4.214-6.237,4.214
c-3.517,0-6.24-2.81-6.24-6.325C241.1,77.64,241.451,76.677,241.891,75.71z M279.932,58.666l-8.521-20.297l-8.526,20.297H279.932
z"></path>
<path fill="#ffffff" d="M314.864,35.387H301.86c-3.429,0-6.239-2.813-6.239-6.238c0-3.429,2.811-6.24,6.239-6.24h39.533
c3.426,0,6.237,2.811,6.237,6.24c0,3.425-2.811,6.238-6.237,6.238h-13.001v42.785c0,3.773-2.99,6.761-6.764,6.761
c-3.779,0-6.764-2.989-6.764-6.761V35.387z"></path>
<path fill="#A9FD00" d="M352.615,29.149c0-3.781,2.985-6.767,6.767-6.767c3.774,0,6.761,2.985,6.761,6.767v49.024
c0,3.773-2.987,6.761-6.761,6.761c-3.781,0-6.767-2.989-6.767-6.761V29.149z"></path>
<path fill="#A9FD00" d="M374.132,53.836v-0.179c0-17.481,13.178-31.801,32.065-31.801c9.22,0,15.459,2.458,20.557,6.238
c1.402,1.054,2.637,2.985,2.637,5.357c0,3.692-2.985,6.59-6.681,6.59c-1.845,0-3.071-0.702-4.044-1.319
c-3.776-2.813-7.729-4.393-12.562-4.393c-10.364,0-17.831,8.611-17.831,19.154v0.173c0,10.542,7.291,19.329,17.831,19.329
c5.715,0,9.492-1.756,13.359-4.834c1.049-0.874,2.458-1.491,4.039-1.491c3.429,0,6.325,2.813,6.325,6.236
c0,2.106-1.056,3.78-2.282,4.834c-5.539,4.834-12.036,7.733-21.878,7.733C387.572,85.464,374.132,71.493,374.132,53.836z"></path>
<path fill="#A9FD00" d="M433.009,53.836v-0.179c0-17.481,13.79-31.801,32.766-31.801c18.981,0,32.592,14.143,32.592,31.628v0.173
c0,17.483-13.785,31.807-32.769,31.807C446.625,85.464,433.009,71.32,433.009,53.836z M484.224,53.836v-0.179
c0-10.539-7.725-19.326-18.626-19.326c-10.893,0-18.449,8.611-18.449,19.154v0.173c0,10.542,7.73,19.329,18.626,19.329
C476.676,72.986,484.224,64.378,484.224,53.836z"></path>
<path fill="#A9FD00" d="M506.233,29.321c0-3.774,2.99-6.763,6.767-6.763h1.401c3.252,0,5.183,1.583,7.029,3.953l26.093,34.265
V29.059c0-3.692,2.99-6.677,6.681-6.677c3.683,0,6.671,2.985,6.671,6.677v48.934c0,3.78-2.987,6.765-6.764,6.765h-0.436
c-3.257,0-5.188-1.581-7.034-3.953l-27.056-35.492v32.944c0,3.687-2.985,6.676-6.678,6.676c-3.683,0-6.673-2.989-6.673-6.676
V29.321z"></path>
</g>
<g class="insignia">
<path fill="#ffffff" d="M48.372,56.137h12.517l11.156-18.537H37.186L25.688,18.539h57.825L94.668,0H9.271
C5.925,0,2.842,1.801,1.198,4.716c-1.644,2.907-1.593,6.482,0.134,9.343l50.38,83.501c1.678,2.781,4.689,4.476,7.938,4.476
c3.246,0,6.257-1.695,7.935-4.476l2.898-4.804L48.372,56.137z"></path>
<g class="i">
<path fill="#A9FD00" d="M93.575,18.539h0.031v0.004l21.652,0.004l2.705-4.488c1.727-2.861,1.778-6.436,0.133-9.343
C116.454,1.801,113.371,0,110.026,0h-5.294L93.575,18.539z"></path>
<polygon fill="#A9FD00" points="88.291,27.356 64.725,66.486 75.519,84.404 109.942,27.356"></polygon>
</g>
</g>
</g>
</svg>
</a>
<strong>Font Demo</strong>
</header>
<section class="demo wrapper">
<p class="title">Instructions</p>
<ul>
<li>
<span class="num">1</span>Copy the "Fonts" files and CSS files to your website CSS folder.
</li>
<li>
<span class="num">2</span>Add the CSS link to your website source code on header.
<code class="big">
&lt;<span class="red">head</span>&gt;
<br/><span class="dots">...</span>
<br/>&lt;<span class="red">link</span> <span class="green">rel</span>=<span class="yellow">"stylesheet"</span> <span class="green">type</span>=<span class="yellow">"text/css"</span> <span class="green">href</span>=<span class="yellow">"your_website_domain/css_root/flaticon.css"</span>&gt;
<br/><span class="dots">...</span>
<br/>&lt;/<span class="red">head</span>&gt;
</code>
</li>
<li>
<p>
<span class="num">3</span>Use the icon class on <code>"<span class="blue">display</span>:<span class="purple"> inline</span>"</code> elements:
<br />
Use example: <code>&lt;<span class="red">i</span> <span class="green">class</span>=<span class="yellow">&quot;flaticon-airplane49&quot;</span>&gt;&lt;/<span class="red">i</span>&gt;</code> or <code>&lt;<span class="red">span</span> <span class="green">class</span>=<span class="yellow">&quot;flaticon-airplane49&quot;</span>&gt;&lt;/<span class="red">span</span>&gt;</code>
</li>
</ul>
</section>
<section id="glyphs">
<div class="glyph"><div class="glyph-icon flaticon-phone-call"></div>
<div class="class-name">.flaticon-phone-call</div>
<div class="author-name">Author: <a data-file="001-phone-call" href="https://www.flaticon.com/authors/creaticca-creative-agency">Creaticca Creative Agency</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-phone"></div>
<div class="class-name">.flaticon-phone</div>
<div class="author-name">Author: <a data-file="002-phone" href="https://www.flaticon.com/authors/those-icons">Those Icons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-virus"></div>
<div class="class-name">.flaticon-virus</div>
<div class="author-name">Author: <a data-file="003-virus" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-call"></div>
<div class="class-name">.flaticon-call</div>
<div class="author-name">Author: <a data-file="004-call" href="https://www.flaticon.com/authors/prosymbols">Prosymbols</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-left-arrow"></div>
<div class="class-name">.flaticon-left-arrow</div>
<div class="author-name">Author: <a data-file="005-left-arrow" href="https://www.flaticon.com/authors/becris">Becris</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-next"></div>
<div class="class-name">.flaticon-next</div>
<div class="author-name">Author: <a data-file="006-next" href="https://www.flaticon.com/authors/kiranshastry">Kiranshastry</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-search"></div>
<div class="class-name">.flaticon-search</div>
<div class="author-name">Author: <a data-file="007-search" href="https://www.flaticon.com/authors/those-icons">Those Icons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-magnifying-glass"></div>
<div class="class-name">.flaticon-magnifying-glass</div>
<div class="author-name">Author: <a data-file="008-magnifying-glass" href="https://www.flaticon.com/authors/those-icons">Those Icons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-verified"></div>
<div class="class-name">.flaticon-verified</div>
<div class="author-name">Author: <a data-file="009-verified" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-check"></div>
<div class="class-name">.flaticon-check</div>
<div class="author-name">Author: <a data-file="010-check" href="https://www.flaticon.com/authors/pixel-perfect">Pixel perfect</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-shopping-cart"></div>
<div class="class-name">.flaticon-shopping-cart</div>
<div class="author-name">Author: <a data-file="011-shopping-cart" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-image"></div>
<div class="class-name">.flaticon-image</div>
<div class="author-name">Author: <a data-file="012-image" href="https://www.flaticon.com/authors/srip">srip</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-question"></div>
<div class="class-name">.flaticon-question</div>
<div class="author-name">Author: <a data-file="013-question" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-question-1"></div>
<div class="class-name">.flaticon-question-1</div>
<div class="author-name">Author: <a data-file="014-question-1" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-question-2"></div>
<div class="class-name">.flaticon-question-2</div>
<div class="author-name">Author: <a data-file="015-question-2" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-picture"></div>
<div class="class-name">.flaticon-picture</div>
<div class="author-name">Author: <a data-file="016-picture" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-video-camera"></div>
<div class="class-name">.flaticon-video-camera</div>
<div class="author-name">Author: <a data-file="017-video-camera" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-paper-plane"></div>
<div class="class-name">.flaticon-paper-plane</div>
<div class="author-name">Author: <a data-file="018-paper-plane" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-quote"></div>
<div class="class-name">.flaticon-quote</div>
<div class="author-name">Author: <a data-file="019-quote" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-quotes"></div>
<div class="class-name">.flaticon-quotes</div>
<div class="author-name">Author: <a data-file="020-quotes" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-play"></div>
<div class="class-name">.flaticon-play</div>
<div class="author-name">Author: <a data-file="021-play" href="https://www.flaticon.com/authors/roundicons">Roundicons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-whatsapp"></div>
<div class="class-name">.flaticon-whatsapp</div>
<div class="author-name">Author: <a data-file="022-whatsapp" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-plus"></div>
<div class="class-name">.flaticon-plus</div>
<div class="author-name">Author: <a data-file="023-plus" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-mail"></div>
<div class="class-name">.flaticon-mail</div>
<div class="author-name">Author: <a data-file="024-mail" href="https://www.flaticon.com/authors/creaticca-creative-agency">Creaticca Creative Agency</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-phone-1"></div>
<div class="class-name">.flaticon-phone-1</div>
<div class="author-name">Author: <a data-file="025-phone-1" href="https://www.flaticon.com/authors/good-ware">Good Ware</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-address"></div>
<div class="class-name">.flaticon-address</div>
<div class="author-name">Author: <a data-file="026-address" href="https://www.flaticon.com/authors/srip">srip</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-back"></div>
<div class="class-name">.flaticon-back</div>
<div class="author-name">Author: <a data-file="027-back" href="https://www.flaticon.com/authors/those-icons">Those Icons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-arrow"></div>
<div class="class-name">.flaticon-arrow</div>
<div class="author-name">Author: <a data-file="028-arrow" href="https://www.flaticon.com/authors/those-icons">Those Icons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-question-3"></div>
<div class="class-name">.flaticon-question-3</div>
<div class="author-name">Author: <a data-file="029-question-3" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-search-1"></div>
<div class="class-name">.flaticon-search-1</div>
<div class="author-name">Author: <a data-file="030-search-1" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-add-to-cart"></div>
<div class="class-name">.flaticon-add-to-cart</div>
<div class="author-name">Author: <a data-file="031-add-to-cart" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-star"></div>
<div class="class-name">.flaticon-star</div>
<div class="author-name">Author: <a data-file="032-star" href="https://www.flaticon.com/authors/those-icons">Those Icons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-hospitalisation"></div>
<div class="class-name">.flaticon-hospitalisation</div>
<div class="author-name">Author: <a data-file="033-hospitalisation" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-overpopulation"></div>
<div class="class-name">.flaticon-overpopulation</div>
<div class="author-name">Author: <a data-file="034-overpopulation" href="https://www.flaticon.com/authors/surang">surang</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-family"></div>
<div class="class-name">.flaticon-family</div>
<div class="author-name">Author: <a data-file="035-family" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-death"></div>
<div class="class-name">.flaticon-death</div>
<div class="author-name">Author: <a data-file="036-death" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-cough"></div>
<div class="class-name">.flaticon-cough</div>
<div class="author-name">Author: <a data-file="037-cough" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-distance"></div>
<div class="class-name">.flaticon-distance</div>
<div class="author-name">Author: <a data-file="038-distance" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-right-arrow"></div>
<div class="class-name">.flaticon-right-arrow</div>
<div class="author-name">Author: <a data-file="039-right-arrow" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-infected"></div>
<div class="class-name">.flaticon-infected</div>
<div class="author-name">Author: <a data-file="040-infected" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-headache"></div>
<div class="class-name">.flaticon-headache</div>
<div class="author-name">Author: <a data-file="041-headache" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-sore-throat"></div>
<div class="class-name">.flaticon-sore-throat</div>
<div class="author-name">Author: <a data-file="042-sore-throat" href="https://www.flaticon.com/authors/ultimatearm">ultimatearm</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-difficulty-breathing"></div>
<div class="class-name">.flaticon-difficulty-breathing</div>
<div class="author-name">Author: <a data-file="043-difficulty-breathing" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-diarrhea"></div>
<div class="class-name">.flaticon-diarrhea</div>
<div class="author-name">Author: <a data-file="044-diarrhea" href="https://www.flaticon.com/authors/darius-dan">Darius Dan</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-fever"></div>
<div class="class-name">.flaticon-fever</div>
<div class="author-name">Author: <a data-file="045-fever" href="http://www.freepik.com">Freepik</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-sneeze"></div>
<div class="class-name">.flaticon-sneeze</div>
<div class="author-name">Author: <a data-file="046-sneeze" href="https://www.flaticon.com/authors/nhor-phai">Nhor Phai</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-vomit"></div>
<div class="class-name">.flaticon-vomit</div>
<div class="author-name">Author: <a data-file="047-vomit" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-sneeze-1"></div>
<div class="class-name">.flaticon-sneeze-1</div>
<div class="author-name">Author: <a data-file="048-sneeze-1" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-stay-home"></div>
<div class="class-name">.flaticon-stay-home</div>
<div class="author-name">Author: <a data-file="049-stay-home" href="https://www.flaticon.com/authors/linector">Linector</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-washing-hands"></div>
<div class="class-name">.flaticon-washing-hands</div>
<div class="author-name">Author: <a data-file="050-washing-hands" href="https://www.flaticon.com/authors/smashicons">Smashicons</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-hand-wash"></div>
<div class="class-name">.flaticon-hand-wash</div>
<div class="author-name">Author: <a data-file="051-hand-wash" href="https://www.flaticon.com/authors/kiranshastry">Kiranshastry</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-button"></div>
<div class="class-name">.flaticon-button</div>
<div class="author-name">Author: <a data-file="052-button" href="https://www.flaticon.com/authors/google">Google</a> </div>
</div>
</section>
<section class="attribution wrapper" style="text-align:center;">
<div class="title">License and attribution:</div><div class="attrDiv">Font generated by <a href="https://www.flaticon.com">flaticon.com</a>. <div><p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="024-mail" href="https://www.flaticon.com/authors/creaticca-creative-agency">Creaticca Creative Agency</a>, <a data-file="032-star" href="https://www.flaticon.com/authors/those-icons">Those Icons</a>, <a data-file="045-fever" href="http://www.freepik.com">Freepik</a>, <a data-file="004-call" href="https://www.flaticon.com/authors/prosymbols">Prosymbols</a>, <a data-file="005-left-arrow" href="https://www.flaticon.com/authors/becris">Becris</a>, <a data-file="051-hand-wash" href="https://www.flaticon.com/authors/kiranshastry">Kiranshastry</a>, <a data-file="010-check" href="https://www.flaticon.com/authors/pixel-perfect">Pixel perfect</a>, <a data-file="026-address" href="https://www.flaticon.com/authors/srip">srip</a>, <a data-file="021-play" href="https://www.flaticon.com/authors/roundicons">Roundicons</a>, <a data-file="050-washing-hands" href="https://www.flaticon.com/authors/smashicons">Smashicons</a>, <a data-file="025-phone-1" href="https://www.flaticon.com/authors/good-ware">Good Ware</a>, <a data-file="034-overpopulation" href="https://www.flaticon.com/authors/surang">surang</a>, <a data-file="048-sneeze-1" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a>, <a data-file="042-sore-throat" href="https://www.flaticon.com/authors/ultimatearm">ultimatearm</a>, <a data-file="044-diarrhea" href="https://www.flaticon.com/authors/darius-dan">Darius Dan</a>, <a data-file="046-sneeze" href="https://www.flaticon.com/authors/nhor-phai">Nhor Phai</a>, <a data-file="049-stay-home" href="https://www.flaticon.com/authors/linector">Linector</a>, <a data-file="052-button" href="https://www.flaticon.com/authors/google">Google</a></p> </div>
</div>
<div class="title">Copy the Attribution License:</div>
<textarea onclick="this.focus();this.select();">Font generated by &lt;a href=&quot;https://www.flaticon.com&quot;&gt;flaticon.com&lt;/a&gt;. <p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="024-mail" href="https://www.flaticon.com/authors/creaticca-creative-agency">Creaticca Creative Agency</a>, <a data-file="032-star" href="https://www.flaticon.com/authors/those-icons">Those Icons</a>, <a data-file="045-fever" href="http://www.freepik.com">Freepik</a>, <a data-file="004-call" href="https://www.flaticon.com/authors/prosymbols">Prosymbols</a>, <a data-file="005-left-arrow" href="https://www.flaticon.com/authors/becris">Becris</a>, <a data-file="051-hand-wash" href="https://www.flaticon.com/authors/kiranshastry">Kiranshastry</a>, <a data-file="010-check" href="https://www.flaticon.com/authors/pixel-perfect">Pixel perfect</a>, <a data-file="026-address" href="https://www.flaticon.com/authors/srip">srip</a>, <a data-file="021-play" href="https://www.flaticon.com/authors/roundicons">Roundicons</a>, <a data-file="050-washing-hands" href="https://www.flaticon.com/authors/smashicons">Smashicons</a>, <a data-file="025-phone-1" href="https://www.flaticon.com/authors/good-ware">Good Ware</a>, <a data-file="034-overpopulation" href="https://www.flaticon.com/authors/surang">surang</a>, <a data-file="048-sneeze-1" href="https://www.flaticon.com/authors/eucalyp">Eucalyp</a>, <a data-file="042-sore-throat" href="https://www.flaticon.com/authors/ultimatearm">ultimatearm</a>, <a data-file="044-diarrhea" href="https://www.flaticon.com/authors/darius-dan">Darius Dan</a>, <a data-file="046-sneeze" href="https://www.flaticon.com/authors/nhor-phai">Nhor Phai</a>, <a data-file="049-stay-home" href="https://www.flaticon.com/authors/linector">Linector</a>, <a data-file="052-button" href="https://www.flaticon.com/authors/google">Google</a></p>
</textarea>
</section>
<section class="iconsuse">
<div class="title">Examples:</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-phone-call"></i>
<span>&lt;i class=&quot;flaticon-phone-call&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-phone"></i>
<span>&lt;i class=&quot;flaticon-phone&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-virus"></i>
<span>&lt;i class=&quot;flaticon-virus&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-call"></i>
<span>&lt;i class=&quot;flaticon-call&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
</div>
</section>
<div id="footer">
<div>Generated by <a href="https://www.flaticon.com">flaticon.com</a>
</div>
</div>
</body>
</html>
Binary file not shown.
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

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