提交自己的部分,并对项目代码进行补充

main
hzy 5 months ago
parent 28f040dbdf
commit 472b8bf4d3

@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -0,0 +1,17 @@
<component name="ArtifactManager">
<artifact type="exploded-war" name="jspmjsfglxthsg8101W6B8:war exploded">
<output-path>$PROJECT_DIR$/classes/artifacts/jspmjsfglxthsg8101W6B8_war_exploded</output-path>
<root id="root">
<element id="directory" name="WEB-INF">
<element id="directory" name="classes">
<element id="module-output" name="jspmjsfglxthsg8101W6B8" />
</element>
<element id="directory" name="lib">
<element id="library" level="module" name="zxing-1.6-core.jar" module-name="jspmjsfglxthsg8101W6B8" />
<element id="library" level="project" name="lib" />
</element>
</element>
<element id="javaee-facet-resources" facet="jspmjsfglxthsg8101W6B8/web/Web" />
</root>
</artifact>
</component>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/src/control/MainCtrl.java" charset="GBK" />
</component>
</project>

@ -0,0 +1,17 @@
<component name="libraryTable">
<library name="Java EE 6-Java EE 6">
<CLASSES>
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.annotation.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.servlet.jsp.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.jms.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.transaction.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.resource.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.persistence.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.servlet.jar!/" />
<root url="jar://$PROJECT_DIR$/WebRoot/WEB-INF/lib/javax.ejb.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="lib">
<CLASSES>
<root url="file://$PROJECT_DIR$/WebRoot/WEB-INF/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/WebRoot/WEB-INF/lib" recursive="false" />
</library>
</component>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/jspmjsfglxthsg8101W6B8.iml" filepath="$PROJECT_DIR$/jspmjsfglxthsg8101W6B8.iml" />
</modules>
</component>
</project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
</component>
</project>

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
<attributes>
<attribute name="hide" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
<classpathentry kind="output" path=""/>
</classpath>

@ -0,0 +1,3 @@
#Thu Sep 17 22:13:03 CST 2015
eclipse.preferences.version=1
encoding//WebRoot/index.jsp=UTF-8

@ -0,0 +1,12 @@
#Fri Sep 18 22:19:32 CST 2015
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.5

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="QRCode">
<wb-resource deploy-path="/" source-path="/WebRoot"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<property name="context-root" value="/QRCode"/>
<property name="java-output-path" value="/QRCode/WebRoot/WEB-INF/classes"/>
</wb-module>
</project-modules>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="1.5"/>
<installed facet="jst.web" version="2.5"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>

@ -0,0 +1 @@
org.eclipse.wst.jsdt.launching.baseBrowserLibrary

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="gb2312"?>
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<display-name></display-name>
<servlet>
<servlet-name>QRCode</servlet-name>
<servlet-class>servlet.QRCode</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>QRCode</servlet-name>
<url-pattern>/qrcode</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<filter>
<filter-name>characterEncoding</filter-name>
<filter-class>util.SetChar</filter-class>
</filter>
<filter-mapping>
<filter-name>characterEncoding</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>MainCtrl</servlet-name>
<servlet-class>control.MainCtrl</servlet-class>
</servlet>
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>Upload</servlet-name>
<servlet-class>control.Upload</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>MainCtrl</servlet-name>
<url-pattern>/jspmjsfglxthsg8101W6B8</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Upload</servlet-name>
<url-pattern>/upload</url-pattern>
</servlet-mapping>
</web-app>

Binary file not shown.

@ -0,0 +1,638 @@
package control;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import jxl.Cell;
import jxl.Sheet;
import jxl.Workbook;
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fileupload.FileUpload;
import org.apache.commons.fileupload.RequestContext;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload;
import org.apache.commons.fileupload.servlet.ServletRequestContext;
import util.Info;
import dao.CommDAO;
public class MainCtrl extends HttpServlet {
public MainCtrl() {
super();
}
public void destroy() {
super.destroy(); // Just puts "destroy" string in log
// Put your code here
}
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
this.doPost(request, response);
}
public void go(String url,HttpServletRequest request, HttpServletResponse response)
{
try {
request.getRequestDispatcher(url).forward(request, response);
} catch (ServletException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
public void gor(String url,HttpServletRequest request, HttpServletResponse response)
{
try {
response.sendRedirect(url);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
public void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
response.setContentType("text/html");
PrintWriter out = response.getWriter();
String ac = request.getParameter("ac");
if(ac==null)ac="";
CommDAO dao = new CommDAO();
String date = Info.getDateStr();
String today = date.substring(0,10);
String tomonth = date.substring(0,7);
if(ac.equals("login"))
{
String username = request.getParameter("username");
String password = request.getParameter("pwd1");
String utype = request.getParameter("cx");
String pagerandom = request.getParameter("pagerandom")==null?"":request.getParameter("pagerandom");
String random = (String)request.getSession().getAttribute("random");
if(!pagerandom.equals(random)&&request.getParameter("a")!=null)
{
request.setAttribute("random", "");
go("/index.jsp", request, response);
}
else{
String sql1="";
if (utype.equals("管理员")){sql1 = "select * from allusers where username='"+username+"' and pwd='"+password+"'"; }
if(utype.equals("教练")){sql1 = "select * from jiaolian where gonghao='"+username+"' and mima='"+password+"' ";}
if(utype.equals("注册用户")){sql1 = "select * from yonghuzhuce where yonghuming='"+username+"' and mima='"+password+"' and issh='是'";}
List<HashMap> userlist1 = dao.select(sql1);
if(userlist1.size()==1)
{
request.getSession(). setAttribute("username", username);
if (utype.equals("管理员")){
request.getSession(). setAttribute("cx", userlist1.get(0).get("cx"));
}
else
{
request.getSession(). setAttribute("cx", utype);
}
gor("index.jsp", request, response);
}else{
request.setAttribute("error", "");
go("/index.jsp", request, response);
}
}
}
if(ac.equals("adminlogin"))
{
String username = request.getParameter("username");
String password = request.getParameter("pwd");
String utype = request.getParameter("cx");
String pagerandom = request.getParameter("pagerandom")==null?"":request.getParameter("pagerandom");
String random = (String)request.getSession().getAttribute("random");
if(!pagerandom.equals(random)&&request.getParameter("a")!=null)
{
request.setAttribute("random", "");
go("/index.jsp", request, response);
}
else{
String sql1 = "";
if (utype.equals("管理员")){sql1 = "select * from allusers where username='"+username+"' and pwd='"+password+"'"; }
if(utype.equals("教练")){sql1 = "select * from jiaolian where gonghao='"+username+"' and mima='"+password+"' ";}
if(utype.equals("注册用户")){sql1 = "select * from yonghuzhuce where yonghuming='"+username+"' and mima='"+password+"' and issh='是'";}
List<HashMap> userlist1 = dao.select(sql1);
if(userlist1.size()==1)
{
request.getSession(). setAttribute("username", username);
if (utype.equals("管理员")){
request.getSession(). setAttribute("cx", userlist1.get(0).get("cx"));
}
else
{
request.getSession(). setAttribute("cx", utype);
}
gor("index.jsp", request, response);
}else{
request.setAttribute("error", "");
go("/index.jsp", request, response);
}
}
}
//修改密码
if(ac.equals("uppass"))
{
String olduserpass = request.getParameter("ymm");
String userpass = request.getParameter("xmm1");
String copyuserpass = request.getParameter("xmm2");
HashMap m = dao.getmaps("yonghuming",(String)request.getSession().getAttribute("username"), "yonghuzhuce");
if(!(((String)m.get("mima")).equals(olduserpass)))
{
request.setAttribute("error", "");
go("mod2.jsp", request, response);
}else{
//String id = (String)user.get("id");
String sql = "update yonghuzhuce set mima='"+userpass+"' where yonghuming='"+(String)request.getSession().getAttribute("username")+"'";
dao.commOper(sql);
request.setAttribute("suc", "");
go("mod2.jsp", request, response);
}
}
//修改密码
if(ac.equals("adminuppass"))
{
String olduserpass = request.getParameter("ymm");
String userpass = request.getParameter("xmm1");
String copyuserpass = request.getParameter("xmm2");
//println(Info.getUser(request).get("id").toString());
HashMap m = dao.getmaps("username",(String)request.getSession().getAttribute("username"), "allusers");
if(!(((String)m.get("pwd")).equals(olduserpass)))
{
request.setAttribute("error", "");
go("mod.jsp", request, response);
}else{
//String id = (String)user.get("id");
String sql = "update allusers set pwd='"+userpass+"' where username='"+(String)request.getSession().getAttribute("username")+"'";
dao.commOper(sql);
request.setAttribute("suc", "");
go("mod.jsp", request, response);
}
}
if(ac.equals("uploaddoc"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploaddoc.jsp?docname="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploaddoc2"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploaddoc2.jsp?docname="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploaddoc3"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploaddoc3.jsp?docname="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
//导excel
if(ac.equals("importexcel"))
{
String page = request.getParameter("page");
String whzdstr = request.getParameter("whzdstr");
String tablename = request.getParameter("tablename");
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
if(filename.indexOf(".xls")>-1)
{
Workbook workbook;
try {
workbook = Workbook.getWorkbook(new File(request.getRealPath("/upfile/")+"/"+filename));
//通过Workbook的getSheet方法选择第一个工作簿从0开始
Sheet sheet = workbook.getSheet(0);
//通过Sheet方法的getCell方法选择位置为C2的单元格两个参数都从0开始
//int empty = 0;
for(int i=1;i<1000;i++)
{
Cell cell = null;
try{
String isql = "insert into "+tablename+"(";
for(String str:whzdstr.split("-"))
{
isql+=str+",";
}
isql = isql.substring(0,isql.length()-1);
isql+=")values(";
int j=0;
int empty = 1;
for(String str:whzdstr.split("-"))
{
cell = sheet.getCell(j,i);
isql+="'"+cell.getContents()+"',";
String content = cell.getContents()==null?"":cell.getContents();
if(!"".equals(content.trim()))
{
empty = 0;
}
j++;
}
if(empty==1)continue;
isql = isql.substring(0,isql.length()-1);
isql+=")";
dao.commOper(isql);
}catch (Exception e) {
continue;
}
}
workbook.close();
} catch (Exception e) {
e.printStackTrace();
}
}
}
go("/admin/"+page+"?docname="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploadimg"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploadimg.jsp?filename="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploadimg2"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploadimg2.jsp?filename="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploadimg3"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploadimg3.jsp?filename="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploadimg4"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploadimg4.jsp?filename="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
if(ac.equals("uploadimg5"))
{
try {
String filename="";
request.setCharacterEncoding("gb2312");
RequestContext requestContext = new ServletRequestContext(request);
if(FileUpload.isMultipartContent(requestContext)){
DiskFileItemFactory factory = new DiskFileItemFactory();
factory.setRepository(new File(request.getRealPath("/upfile/")+"/"));
ServletFileUpload upload = new ServletFileUpload(factory);
upload.setSizeMax(100*1024*1024);
List items = new ArrayList();
items = upload.parseRequest(request);
FileItem fileItem = (FileItem) items.get(0);
if(fileItem.getName()!=null && fileItem.getSize()!=0)
{
if(fileItem.getName()!=null && fileItem.getSize()!=0){
File fullFile = new File(fileItem.getName());
filename = Info.generalFileName(fullFile.getName());
File newFile = new File(request.getRealPath("/upfile/")+"/" + filename);
try {
fileItem.write(newFile);
} catch (Exception e) {
e.printStackTrace();
}
}else{
}
}
}
go("/js/uploadimg5.jsp?filename="+filename, request, response);
} catch (Exception e1) {
e1.printStackTrace();
}
}
dao.close();
out.flush();
out.close();
}
public void init() throws ServletException {
// Put your code here
}
}

@ -0,0 +1,135 @@
package control;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import util.Info;
public class Upload extends HttpServlet {
/**
* Constructor of the object.
*/
public Upload() {
super();
}
/**
* Destruction of the servlet. <br>
*/
public void destroy() {
super.destroy(); // Just puts "destroy" string in log
// Put your code here
}
/**
* The doGet method of the servlet. <br>
*
* This method is called when a form has its tag value method equals to get.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
this.doPost(request, response);
}
/**
* The doPost method of the servlet. <br>
*
* This method is called when a form has its tag value method equals to post.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
StringBuffer sb = new StringBuffer(50);
response.setContentType("application/x-msdownload;charset=GB2312");
try {
response.setHeader("Content-Disposition", new String(sb.toString()
.getBytes(), "ISO8859-1"));
} catch (UnsupportedEncodingException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
}
String filename = request.getParameter("filename");
if (request.getHeader("User-Agent").toLowerCase().indexOf("firefox") > 0){
try {
filename = new String(filename.getBytes("gb2312"), "ISO8859-1");
} catch (UnsupportedEncodingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
else
if (request.getHeader("User-Agent").toUpperCase().indexOf("MSIE") > 0){
try {
filename = URLEncoder.encode(filename, "gb2312");
} catch (UnsupportedEncodingException e) {
// TODO Auto-generated catch block
}
}
response.setContentType("text/plain");
response.setHeader("Location",filename);
response.reset();
response.setHeader("Cache-Control", "max-age=0" );
response.setHeader("Content-Disposition", "attachment; filename=" + filename);
try {
BufferedInputStream bis = null;
BufferedOutputStream bos = null;
OutputStream fos = null;
// File f = new File(request.getRealPath("/upfile/")+"/"+filename);
//System.out.println(f);
bis = new BufferedInputStream((InputStream)new FileInputStream(request.getRealPath("/upfile/")+"/"+filename));
fos = response.getOutputStream();
bos = new BufferedOutputStream(fos);
int bytesRead = 0;
byte[] buffer = new byte[5 * 1024];
while ((bytesRead = bis.read(buffer)) != -1) {
bos.write(buffer, 0, bytesRead);
}
bos.close();
bis.close();
fos.close();
new Info().delPic(request.getRealPath("/upfile/")+"/", filename);
} catch (Exception e) {
}finally{
}
}
/**
* Initialization of the servlet. <br>
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}

@ -0,0 +1,699 @@
package dao;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import util.Info;
public class CommDAO
{
public static String dbname = "";
public static String dbtype = "";
public static Connection conn = null;
public CommDAO()
{
conn = this.getConn();
}
//<2F><><EFBFBD>ֶ<EFBFBD><D6B6><EFBFBD><EFBFBD>Ӽ<EFBFBD><D3BC><EFBFBD>
public void jiajian(String tablename,String colname,String id,String num)
{
HashMap map = this.getmap(id, tablename);
String value = map.get(colname).toString();
if(value.equals(""))value="0";
int i = Integer.parseInt(value);
int j = Integer.parseInt(num);
commOper("update "+tablename+" set "+colname+" = "+(i+j)+" where id="+id);
}
// <09>÷<EFBFBD><C3B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>table <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼƬ
public String DynamicImage(String categoryid,int cut,int width,int height){
StringBuffer imgStr = new StringBuffer();
StringBuffer thePics1 = new StringBuffer();
StringBuffer theLinks1 = new StringBuffer();
StringBuffer theTexts1 = new StringBuffer();
imgStr.append("<div id=picViwer1 style='background-color: #ffffff' align=center></div><SCRIPT src='js/dynamicImage.js' type=text/javascript></SCRIPT>\n<script language=JavaScript>\n");
thePics1.append("var thePics1=\n'");
theLinks1.append("var theLinks1='");
theTexts1.append("var theTexts1='");
List<HashMap> co = this.select("select * from xinwentongzhi where shouyetupian<>'' and shouyetupian<>'null' and shouyetupian like '%.jpg' order by id desc",1,6);
int i = co.size();
int j = 0;
for(HashMap b:co)
{
j++;
int id = Integer.parseInt(b.get("id").toString()) ;
String title = Info.subStr(b.get("biaoti").toString(), 21) ;
String url = ""+b.get("shouyetupian");
String purl = "gg_detail.jsp?id="+b.get("id");
if(j!=i){
thePics1.append(url.replaceAll("\n", "")+"|");
theLinks1.append(purl+"|");
theTexts1.append(title+"|");
}
if(j==i)
{
thePics1.append(url.replaceAll("\n", ""));
theLinks1.append("gg_detail.jsp?id="+b.get("id"));
theTexts1.append(title);
}
}
thePics1.append("';");
theLinks1.append("';");
theTexts1.append("';");
imgStr.append(thePics1+"\n");
imgStr.append(theLinks1+"\n");
imgStr.append(theTexts1+"\n");
imgStr.append("\n setPic(thePics1,theLinks1,theTexts1,"+width+","+height+",'picViwer1');</script>");
return imgStr.toString();
}
public HashMap getmap(String id,String table)
{
List<HashMap> list = new ArrayList();
try {
Statement st = conn.createStatement();
//System.out.println("select * from "+table+" where id="+id);
ResultSet rs = st.executeQuery("select * from "+table+" where id="+id);
ResultSetMetaData rsmd = rs.getMetaData();
while(rs.next())
{
HashMap map = new HashMap();
int i = rsmd.getColumnCount();
for(int j=1;j<=i;j++)
{
if(!rsmd.getColumnName(j).equals("ID"))
{
String str = rs.getString(j)==null?"": rs.getString(j);
if(str.equals("null"))str = "";
map.put(rsmd.getColumnName(j), str);
}
else
map.put("id", rs.getString(j));
}
list.add(map);
}
rs.close();
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return list.get(0);
}
public HashMap getmaps(String nzd,String zdz,String table)
{
List<HashMap> list = new ArrayList();
try {
Statement st = conn.createStatement();
//System.out.println("select * from "+table+" where "+nzd+"='"+zdz+"'");
ResultSet rs = st.executeQuery("select * from "+table+" where "+nzd+"='"+zdz+"'");
ResultSetMetaData rsmd = rs.getMetaData();
while(rs.next())
{
HashMap map = new HashMap();
int i = rsmd.getColumnCount();
for(int j=1;j<=i;j++)
{
if(!rsmd.getColumnName(j).equals("ID"))
{
String str = rs.getString(j)==null?"": rs.getString(j);
if(str.equals("null"))str = "";
map.put(rsmd.getColumnName(j), str);
}
else
map.put("id", rs.getString(j));
}
list.add(map);
}
rs.close();
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return list.get(0);
}
public String insert(HttpServletRequest request,HttpServletResponse response, String tablename,HashMap extmap,boolean alert,boolean reflush,String tzurl)
{
extmap.put("addtime", Info.getDateStr());
if(request.getParameter("f")!=null){
HashMap typemap = new HashMap();
ArrayList<String> collist = new ArrayList();
String sql = "insert into "+tablename+"(";
Connection conn = this.getConn();
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery("select * from "+tablename);
ResultSetMetaData rsmd = rs.getMetaData();
int i = rsmd.getColumnCount();
for(int j=1;j<=i;j++)
{
if(rsmd.getColumnName(j).equals("id"))continue;
if(rsmd.getColumnName(j).equals("ID"))continue;
if(rsmd.getColumnName(j).equals("iD"))continue;
if(rsmd.getColumnName(j).equals("Id"))continue;
typemap.put(rsmd.getColumnName(j)+"---", rsmd.getColumnTypeName(j));
collist.add(rsmd.getColumnName(j));
sql+=rsmd.getColumnName(j)+",";
}
sql = sql.substring(0,sql.length()-1);
sql+=") values(";
rs.close();
st.close();
} catch (SQLException e) {
e.printStackTrace();
}
Enumeration enumeration = request.getParameterNames();
String names = ",";
while(enumeration.hasMoreElements())
{
names += enumeration.nextElement().toString()+",";
}
try {
Statement st = conn.createStatement();
for(String str:collist)
{
if(names.indexOf(","+str+",")>-1)
{
String[] values = request.getParameterValues(str);
String value="";
for(String vstr:values)
{
if(vstr==null)vstr="";
if(vstr.equals("null"))vstr="";
if(vstr.trim().equals(""))continue;
if(request.getParameter(vstr)!=null&&!"".equals(request.getParameter(vstr))&&request.getParameter("dk-"+str+"-value")!=null)
{
String dkv = request.getParameter(vstr);
String dknamevalue = request.getParameter("dk-"+str+"-value");
vstr+=" - "+dknamevalue+":"+dkv;
}
value+=vstr+" ~ ";
}
if(value==null)value="";
if(value.equals("null"))value="";
if(value.length()>0)value=value.substring(0,value.length()-3);
if(typemap.get(str+"---").equals("int"))
{
sql+=(value.equals("")?-10:value)+",";
}else{
sql+="'"+(value.equals("null")?"":value)+"',";
}
}else{
if(typemap.get(str+"---").equals("int"))
{
sql+=(extmap.get(str)==null?"":extmap.get(str))+",";
}else{
sql+="'"+(extmap.get(str)==null?"":extmap.get(str))+"',";
}
}
}
sql=sql.substring(0,sql.length()-1)+")";
System.out.println(sql);
this.commOper(sql);
st.close();
} catch (SQLException e) {
e.printStackTrace();
}
String str = "";
if(!reflush)
str += "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> \n";
str += "<script language=javascript>\n";
if(alert){
str+="alert('<27><><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD>');\n";
}
if(tzurl.equals(""))
{
if(reflush){
str+="parent.location=parent.location;\n";
}else{
str+="window.location=String(window.location).replace(new RegExp('f=f', 'g'), '');";
}
}
else
{
str+="location.href='"+tzurl+"';\n";
}
str+="</script>";
PrintWriter wrt = null;
try {
wrt = response.getWriter();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
wrt.write(str);
}
return "";
}
public void delete(HttpServletRequest request,String tablename)
{
int i = 0;
try {
String did = request.getParameter("did");
if(did==null)did = request.getParameter("scid");
if(did!=null){
if(did.length()>0){
Statement st = conn.createStatement();
System.out.println("delete from "+tablename+" where id="+did);
st.execute("delete from "+tablename+" where id="+did);
st.close();
}
}
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
public String getCols(String table)
{
String str = "";
Connection conn = this.getConn();
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery("select * from "+table);
ResultSetMetaData rsmd = rs.getMetaData();
int i = rsmd.getColumnCount();
for(int j=2;j<=i;j++)
{
str+=rsmd.getColumnName(j)+",";
}
}catch (Exception e) {
e.printStackTrace();
}
str = str.substring(0,str.length()-1);
return str;
}
public String update(HttpServletRequest request,HttpServletResponse response, String tablename,HashMap extmap,boolean alert,boolean reflush,String tzurl)
{
if(request.getParameter("f")!=null){
Enumeration enumeration = request.getParameterNames();
String names = ",";
while(enumeration.hasMoreElements())
{
names += enumeration.nextElement().toString()+",";
}
HashMap typemap = new HashMap();
ArrayList<String> collist = new ArrayList();
String sql = "update "+tablename+" set ";
Connection conn = this.getConn();
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery("select * from "+tablename);
ResultSetMetaData rsmd = rs.getMetaData();
int i = rsmd.getColumnCount();
System.out.println(i);
for(int j=1;j<=i;j++)
{
if(rsmd.getColumnName(j).equals("id"))continue;
if(rsmd.getColumnName(j).equals("ID"))continue;
if(rsmd.getColumnName(j).equals("Id"))continue;
if(rsmd.getColumnName(j).equals("iD"))continue;
typemap.put(rsmd.getColumnName(j)+"---", rsmd.getColumnTypeName(j));
collist.add(rsmd.getColumnName(j));
if(names.indexOf(","+rsmd.getColumnName(j)+",")>-1)
{
String[] values = request.getParameterValues(rsmd.getColumnName(j));
String value="";
for(String vstr:values)
{
if(vstr==null)vstr="";
if(vstr.equals("null"))vstr="";
if(vstr.trim().equals(""))continue;
if(request.getParameter(vstr)!=null&&!"".equals(request.getParameter(vstr))&&request.getParameter("dk-"+rsmd.getColumnName(j)+"-value")!=null)
{
String dkv = request.getParameter(vstr);
String dknamevalue = request.getParameter("dk-"+rsmd.getColumnName(j)+"-value");
vstr+=" - "+dknamevalue+":"+dkv;
System.out.println(vstr);
}
//if(vstr.length()<)
value+=vstr+" ~ ";
}
if(value==null)value="";
if(value.equals("null"))value="";
if(value.length()>0)value=value.substring(0,value.length()-3);
if(rsmd.getColumnTypeName(j).equals("int"))
{
sql+=rsmd.getColumnName(j)+"="+value+",";
}else{
sql+=rsmd.getColumnName(j)+"='"+value+"',";
}
}else{
if(extmap.get(rsmd.getColumnName(j))!=null)
{
if(rsmd.getColumnTypeName(j).equals("int"))
{
sql+=rsmd.getColumnName(j)+"="+extmap.get(rsmd.getColumnName(j))+",";
}else{
sql+=rsmd.getColumnName(j)+"='"+extmap.get(rsmd.getColumnName(j))+"',";
}
}
}
}
sql = sql.substring(0,sql.length()-1);
sql+=" where id="+request.getParameter("id");
System.out.println(sql);
Statement st1 = conn.createStatement();
st1.execute(sql);
st1.close();
rs.close();
st.close();
} catch (SQLException e) {
e.printStackTrace();
}
String str = "";
if(!reflush)
str += "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n" ;
str += "<script language=javascript>\n";
if(alert){
str+="alert('<27><><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD>');\n";
}
if(tzurl.equals(""))
{
if(reflush){
str+="parent.location=parent.location;\n";
}else{
str+="window.location=String(window.location).replace(new RegExp('f=f', 'g'), '');";
}
}
else
{
str+="location.href='"+tzurl+"';\n";
}
str+="</script>\n";
PrintWriter wrt = null;
try {
//request.get
wrt = response.getWriter();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
wrt.write(str);
}
return "";
}
public Connection getConn()
{
try
{
if(conn==null||conn.isClosed()){
Class.forName("com.mysql.cj.jdbc.Driver");
conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/jspmjsfglxthsg8101W6B8","root","root");
// Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
// conn = DriverManager.getConnection("jdbc:sqlserver://localhost:1433;databaseName=jspmjsfglxthsg8101W6B8","sa","123456");
//
// Class.forName("net.sourceforge.jtds.jdbc.Driver");
// conn = DriverManager.getConnection("jdbc:jtds:sqlserver://127.0.0.1:1433;databaseName=jspmjsfglxthsg8101W6B8","sa","sa123456");
}}
catch(Exception e)
{
e.printStackTrace();
}
return conn;
}
public int getInt(String sql)
{
int i = 0;
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery(sql);
if(rs.next())
{
i = rs.getInt(1);
}
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return i;
}
public double getDouble(String sql)
{
double i = 0;
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery(sql);
if(rs.next())
{
i = rs.getDouble(1);
}
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return i;
}
public void commOper(String sql)
{
System.out.println(sql);
try {
Statement st = conn.createStatement();
st.execute(sql);
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
public void commOperSqls(ArrayList<String> sql)
{
try {
conn.setAutoCommit(false);
for(int i=0;i<sql.size();i++)
{
Statement st = conn.createStatement();
System.out.println(sql.get(i));
st.execute(sql.get(i));
st.close();
}
conn.commit();
} catch (SQLException e) {
try {
conn.rollback();
} catch (SQLException e1) {
e1.printStackTrace();
}
e.printStackTrace();
}finally{
try {
conn.setAutoCommit(true);
} catch (SQLException e) {
e.printStackTrace();
}
}
}
public List<HashMap> select(String sql)
{
System.out.println(sql);
List<HashMap> list = new ArrayList();
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery(sql);
ResultSetMetaData rsmd = rs.getMetaData();
while(rs.next())
{
HashMap map = new HashMap();
int i = rsmd.getColumnCount();
for(int j=1;j<=i;j++)
{
if(!rsmd.getColumnName(j).equals("ID"))
{
String str = rs.getString(j)==null?"": rs.getString(j);
if(str.equals("null"))str = "";
map.put(rsmd.getColumnName(j), str);
}
else
map.put("id", rs.getString(j));
}
list.add(map);
}
rs.close();
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
if(sql.equals("show tables"))
list = select("select table_name from INFORMATION_SCHEMA.tables");
else
e.printStackTrace();
}
return list;
}
public List<List> selectforlist(String sql)
{
List<List> list = new ArrayList();
try {
Statement st = conn.createStatement();
ResultSet rs = st.executeQuery(sql);
ResultSetMetaData rsmd = rs.getMetaData();
while(rs.next())
{
List<String> list2 = new ArrayList();
int i = rsmd.getColumnCount();
for(int j=1;j<=i;j++)
{
if(!rsmd.getColumnName(j).equals("ID"))
{
String str = rs.getString(j)==null?"": rs.getString(j);
if(str.equals("null"))str = "";
list2.add( str);
}
else
list2.add(rs.getString(j));
}
list.add(list2);
}
rs.close();
st.close();
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return list;
}
public void close()
{
}
/**
* ִ<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѯsql,<EFBFBD><EFBFBD> List<hashmap> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><EFBFBD><EFBFBD>ز<EFBFBD>ѯ<EFBFBD>ļ<EFBFBD>¼<EFBFBD><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹӵڼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>ڷ<EFBFBD>ҳ
* pageno ҳ<EFBFBD><EFBFBD> rowsize ÿҳ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
*/
public List<HashMap> select(String sql, int pageno, int rowsize) {
List<HashMap> list=new ArrayList<HashMap>();
List<HashMap> mlist=new ArrayList<HashMap>();
try{
list=this.select(sql);
int min = (pageno-1)*rowsize;
int max = pageno*rowsize;
for(int i=0;i<list.size();i++)
{
if(!(i<min||i>(max-1)))
{
mlist.add(list.get(i));
}
}
}catch(RuntimeException re){
re.printStackTrace();
throw re;
}
return mlist;
}
public static void main(String[] args) {
}
}

Binary file not shown.

File diff suppressed because one or more lines are too long

@ -0,0 +1,118 @@
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@page import="dao.CommDAO"%>
<%@page import="util.Info"%>
<%
String table = request.getParameter("table")==null?"":request.getParameter("table");
String col = request.getParameter("col")==null?"":request.getParameter("col");
String value = request.getParameter("value")==null?"":request.getParameter("value");
String checktype = request.getParameter("checktype")==null?"":request.getParameter("checktype");
String valuecopy = "";
for(String str:value.split(","))
{
if(str.startsWith("sysuser-"))
{
str = Info.getUser(request).get(str.split("-")[1]).toString();
}
valuecopy+=str+",";
}
if(valuecopy.length()>1)valuecopy=valuecopy.substring(0,valuecopy.length()-1);
value = valuecopy;
if(checktype.equals("insert"))
{
value = Info.getGBKStr(value);
System.out.println(value);
List list = new CommDAO().select("select * from "+table+" where "+col+"='"+value+"'");
if(list.size()>0)
{
out.print("Y");
}else{
out.print("N");
}
}
if(checktype.equals("iinsert"))
{
value = Info.getGBKStr(value);
String fno = request.getParameter("fno");
List list = new CommDAO().select("select * from fangyd where fno='"+fno+"' and stime<='"+value+"' and etime>='"+value+"'");
if(list.size()>0)
{
out.print("Y");
}else{
out.print("N");
}
}
if(checktype.equals("zhinsert"))
{
value = Info.getGBKStr(value);
System.out.println(value);
String sql = "select * from "+table+" where 1=1 ";
String[] cols = col.split(",");
String[] values = value.split(",");
for(int i=0;i<cols.length;i++)
{
String pcol = cols[i]==null?"":cols[i];
String pvalue = values[i]==null?"":values[i];
if(pcol.equals(""))continue;
if(pvalue.equals(""))continue;
sql+=" and "+pcol+"='"+pvalue+"' " ;
}
System.out.println(sql);
List list = new CommDAO().select(sql);
if(list.size()>0)
{
out.print("Y");
}else{
out.print("N");
}
}
if(checktype.equals("update"))
{
String id = request.getParameter("id")==null?"":request.getParameter("id");
value = Info.getGBKStr(value);
System.out.println(value);
List list = new CommDAO().select("select * from "+table+" where "+col+"='"+value+"' and id!="+id);
System.out.println("select * from "+table+" where "+col+"='"+value+"' and id!="+id);
if(list.size()>0)
{
out.print("Y");
}else{
out.print("N");
}
}
if(checktype.equals("zhupdate"))
{
String id = request.getParameter("id")==null?"":request.getParameter("id");
value = Info.getGBKStr(value);
String sql = "select * from "+table+" where 1=1 ";
String[] cols = col.split(",");
String[] values = value.split(",");
for(int i=0;i<cols.length;i++)
{
String pcol = cols[i]==null?"":cols[i];
String pvalue = values[i]==null?"":values[i];
if(pcol.equals(""))continue;
if(pvalue.equals(""))continue;
sql+=" and "+pcol+"='"+pvalue+"' " ;
}
sql+=" and id!="+id;
System.out.println(sql);
List list = new CommDAO().select(sql);
if(list.size()>0)
{
out.print("Y");
}else{
out.print("N");
}
}
%>

@ -0,0 +1,173 @@
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@page import="dao.CommDAO"%>
<%@page import="util.Info"%>
<%
String glb = request.getParameter("glb")==null?"":request.getParameter("glb");
String glzd = request.getParameter("glzd")==null?"":request.getParameter("glzd");
String value = request.getParameter("value")==null?"":request.getParameter("value");
String ctype = request.getParameter("ctype")==null?"":request.getParameter("ctype");
String jlzd = request.getParameter("jlzd")==null?"":request.getParameter("jlzd");
String jlzdb = request.getParameter("jlzdb")==null?"":request.getParameter("jlzdb");
String zd = request.getParameter("zd")==null?"":request.getParameter("zd");
System.out.println(ctype+" ------------------------------------------");
glzd = Info.getGBKStr(glzd);
value = Info.getGBKStr(value);
String insql = value.replaceAll(" ","");
String insqld = "";
for(String str:insql.split("-"))
{
if(str.split(":").length==1){
insqld+=str.trim()+",";
}else{
insqld+=str.split(":")[1].trim()+",";
}
}
if(insqld.length()>0)insqld = insqld.substring(0,insqld.length()-1);
String likesql = "";
for(String str:insqld.split(","))
{
if(!str.trim().equals(""))
{
if(jlzdb.equals("tglparentid")||jlzdb.equals("datashowname"))
{
likesql+= " or tglparentid in( select id from "+glb+" where datashowname like'%"+str+"%' ) ";
}else{
likesql+= " or "+jlzdb+" like'%"+str+"%' ";
}
}
}
String sql = "select * from "+glb+" where 1!=1 "+likesql;
if(ctype.equals("select")){
String select = "@@@";
for(HashMap permap:new CommDAO().select(sql)){
String optionstr = "";
if(glzd.split(";").length==1){
optionstr=permap.get(glzd.split("~")[0]).toString();
}else{
for(String str:glzd.split(";"))
{
String zdstr = str.split("~")[0];
String zdnamestr = str.split("~")[1].equals("无名")?"":(str.split("~")[1]+":");
optionstr+=zdnamestr+permap.get(zdstr)+" - ";
}
}
if(optionstr.indexOf(" - ")>-1)optionstr=optionstr.substring(0,optionstr.length()-3);
select+=optionstr+"@@@";
}
if(select.length()>3)select.substring(0,select.length()-3).trim();
out.print(select);
}
if(ctype.equals("text")){
String select = "";
for(HashMap permap:new CommDAO().select(sql)){
String optionstr = "";
if(glzd.split(";").length==1){
optionstr=permap.get(glzd.split("~")[0]).toString();
}else{
for(String str:glzd.split(";"))
{
String zdstr = str.split("~")[0];
String zdnamestr = str.split("~")[1].equals("无名")?"":(str.split("~")[1]+":");
optionstr+=zdnamestr+permap.get(zdstr)+" - ";
}
}
if(optionstr.indexOf(" - ")>-1)optionstr=optionstr.substring(0,optionstr.length()-3);
select+=optionstr+" ";
}
out.print(select.trim());
}
if(ctype.equals("radio")){
String radio = "";
int dxii = 0;
for(HashMap permap:new CommDAO().select(sql)){
String check="";
if(dxii==0)check="checked=checked";
String optionstr = "";
if(glzd.split(";").length==1){
optionstr=permap.get(glzd.split("~")[0]).toString();
}else{
for(String str:glzd.split(";"))
{
String zdstr = str.split("~")[0];
String zdnamestr = str.split("~")[1].equals("无名")?"":(str.split("~")[1]+":");
optionstr+=zdnamestr+permap.get(zdstr)+" - ";
}
}
if(optionstr.indexOf(" - ")>-1)optionstr=optionstr.substring(0,optionstr.length()-3);
radio+="<label><input type='radio' name='"+zd+"' "+check+" value=\""+optionstr+"\">"+optionstr+"</label>\n";
dxii++;
}
if(radio.length()>3)radio.substring(0,radio.length()-3).trim();
out.print(radio);
}
if(ctype.equals("checkbox")){
String checkbox = "";
int dxii = 0;
for(HashMap permap:new CommDAO().select(sql)){
String check="";
if(dxii==0)check="checked=checked";
String optionstr = "";
System.out.println(glzd);
if(glzd.split(";").length==1){
optionstr=permap.get(glzd.split("~")[0]).toString();
}else{
for(String str:glzd.split(";"))
{
String zdstr = str.split("~")[0];
String zdnamestr = str.split("~")[1].equals("无名")?"":(str.split("~")[1]+":");
optionstr+=zdnamestr+permap.get(zdstr)+" - ";
}
}
if(optionstr.indexOf(" - ")>-1)optionstr=optionstr.substring(0,optionstr.length()-3);
checkbox+="<label><input type='checkbox' name='"+zd+"' "+check+" value=\""+optionstr+"\">"+optionstr+"</label>\n";
dxii++;
}
checkbox+="<input type=hidden name='"+zd+"' value='' />";
if(checkbox.length()>3)checkbox.substring(0,checkbox.length()-3).trim();
out.print(checkbox);
}
if(ctype.equals("checkboxdk")){
String checkbox = "";
int i=0;
for(HashMap permap:new CommDAO().select(sql)){
String optionstr = "";
for(String str:glzd.split(";"))
{
String zdstr = str.split("~")[0];
String zdnamestr = str.split("~")[1].equals("无名")?"":(str.split("~")[1]+":");
optionstr+=zdnamestr+permap.get(zdstr)+" - ";
}
if(optionstr.length()>0)optionstr=optionstr.substring(0,optionstr.length()-3);
String nbs = "";
if(i>0)nbs="&nbsp;";
checkbox+="<label>"+nbs+"<input type='checkbox' name='"+zd+"' value=\""+optionstr+"\">"+optionstr+"</label>&nbsp;&nbsp;\n";
checkbox+="<label>&nbsp;- 这里要改 &nbsp;<input type='text' size='5' name='"+optionstr+"' value=\"\"></label><br />\n";
i++;
}
checkbox+="<input type=hidden name='"+zd+"' value='' /><input type=hidden name='dk-"+zd+"-value' value='这里要改' />";
out.print(checkbox);
}
%>

@ -0,0 +1,30 @@
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@page import="dao.CommDAO"%>
<%@page import="util.Info"%>
<%
String blno = request.getParameter("blno")==null?"":request.getParameter("blno");
String isyb = new CommDAO().select("select * from bl where blno='"+blno+"'").get(0).get("isyb").toString();
String select = "@@@";
if(isyb.equals("否")){
for(HashMap permap:new CommDAO().select("select * from yaopin")){
String optionstr = "";
select+=permap.get("yname")+" - 单价:"+permap.get("price")+"@@@";
}
}else{
for(HashMap permap:new CommDAO().select("select * from yaopin where isyb='是'")){
String optionstr = "";
select+=permap.get("yname")+" - 单价:"+permap.get("ybprice")+"@@@";
}
}
if(select.length()>3)select.substring(0,select.length()-3).trim();
out.print(select);
%>

@ -0,0 +1,36 @@
@charset "gb2312";
body { color:#5A5A5A; line-height:24px;
margin:0px;
text-align:center;
font-size: 12px;
background-image: url(../images/back.jpg);
}
a{color:#5A5A5A; text-decoration: none}
a:hover{
color: #CA3225;
text-decoration: none;
}
.meun{width:850px; color:#fff; float:left; margin-left:115px;}
.meun a {display:block;text-align: center;color:#fff;text-decoration:none; width:103px;line-height:30px;float:left;font-size:12px;height:31px;}
.meun a:link{color:#fff;text-decoration: none;}
.meun a:visited {color:#fff;text-decoration: none;}
.meun a:hover {color: #fff;background: url(../images/meun1.jpg);cursor: pointer; width:93px;}
.meun a.m_a{
color: #ffae00;
}
.meun a.m_a:hover{
color: #fff
}
.dd{ border-bottom:1px dotted #CCCCCC}
.hd{ border-bottom:1px solid #999}
.left{width:180px; color:#000; float:left;}
.left a {display:block;text-align: left;color:#000;text-decoration:none; width:180px;line-height:27px;float:left;height:27px;background: url(../images/hq.jpg);}
.left a:link{color:#000;text-decoration: none;}
.lin{ margin-left:20px;}
.left a:visited {color:#000;text-decoration: none;}
.left a:hover {color: #fff;background: url(../images/hg.jpg);cursor: pointer; width:180px;}
.right{ color:#FFFFFF; font-weight:bold;}
.right a{ color:#FFFFFF;}
.right a:link{color:#fff;text-decoration: none;}
.right a:visited {color:#fff;text-decoration: none;}
.right a:hover {color: #fff; text-decoration:underline}

@ -0,0 +1,119 @@
//替换空格
function toReplace(strs) {
if (strs.length > 0) {
alert(strs.replace(new RegExp("\uff0c", "gm"), ","));
}
}
var http_request = false;
function send_request(productId, productName) {
http_request = false;
if (productId == "") {
return false;
} else {
// alert(productName);
// alert(productId);
var pro = escape(productName);
var url = "product!toCollect.action?productId=" + productId + "&productName=" + pro + "&rodom=" + new Date().getTime();
// var url="product!toCollect.action?productName="+pro+"&productId="+productId;
if (window.XMLHttpRequest) {
http_request = new XMLHttpRequest();
if (http_request.overrideMimeType) {
http_request.overrideMimeType("text/xml");
}
} else {
if (window.ActiveXObject) {
try {
http_request = new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
try {
http_request = new ActiveXObject("Microsoft.XMLHTTP");
}
catch (e) {
}
}
}
}
if (!http_request) {
window.alert("\u4f60\u6240\u8bf7\u6c42\u7684\u9875\u9762\u5f02\u5e38!");
return false;
}
http_request.onreadystatechange = processResponse;
http_request.open("GET", url, true);
http_request.send(null);
}
}
function processResponse() {
if (http_request.readyState == 4) {
if (http_request.status == 200) {
var responseText = http_request.responseText;
display(responseText);
} else {
alert("XXXX!");
}
}
}
function display(responseText) {
alert(responseText);
//window.location.href="index.jsp";
}
//var http_request2= false;
//
// function send_request2(intergral){
// alert(intergral);
// http_request2= false;
// if (intergral==""){
// return false;
// }
//
// else{
// var url="product!toIntegeral.action?intergral="+intergral;
// if(window.XMLHttpRequest) {
// http_request2= new XMLHttpRequest();
// if (http_request2.overrideMimeType) {
// http_request2.overrideMimeType("text/xml");
// }
// }
// else if (window.ActiveXObject) {
// try {
// http_request2 = new ActiveXObject("Msxml2.XMLHTTP");
// } catch (e) {
// try {
// http_request2 = new ActiveXObject("Microsoft.XMLHTTP");
// } catch (e) {}
// }
// }
// if (!http_request2) {
// window.alert("你所请求的页面异常!");
// return false;
// }
//
// http_request2.onreadystatechange = processResponse2;
// http_request2.open("GET", url, true);
// http_request2.send(null);
// }
// }
//
// function processResponse2() {
// if (http_request2.readyState == 4) {
// if (http_request2.status == 200) {
// var responseText2 = http_request2.responseText;
// display2(responseText2);
// } else {
// alert("XXXX!");
// }
// }
// }
//
// function display2(responseText2){
// if(responseText2=="12"){
// alert("12");
// }else{
// window.location.href="/jsplib/tointegral_jsp/showIntegeralCart.jsp";
// }
// }
//

@ -0,0 +1,121 @@
@charset "UTF-8";
@font-face {
font-family: "dashboard";
src:url("../fonts/dashboard.eot");
src:url("../fonts/dashboard.eot?#iefix") format("embedded-opentype"),
url("../fonts/dashboard.woff") format("woff"),
url("../fonts/dashboard.ttf") format("truetype"),
url("../fonts/dashboard.svg#dashboard") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "dashboard" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "dashboard" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
content: "\62";
}
.icon-form:before {
content: "\61";
}
.icon-list:before {
content: "\63";
}
.icon-presentation:before {
content: "\65";
}
.icon-bill:before {
content: "\66";
}
.icon-check:before {
content: "\67";
}
.icon-list-1:before {
content: "\68";
}
.icon-padnote:before {
content: "\69";
}
.icon-pencil-case:before {
content: "\6a";
}
.icon-user:before {
content: "\6b";
}
.icon-bars:before {
content: "\6c";
}
.icon-line-chart:before {
content: "\70";
}
.icon-flask:before {
content: "\6d";
}
.icon-grid:before {
content: "\6e";
}
.icon-picture:before {
content: "\6f";
}
.icon-website:before {
content: "\71";
}
.icon-screen:before {
content: "\72";
}
.icon-interface-windows:before {
content: "\73";
}
.icon-clock:before {
content: "\74";
}
.icon-rss-feed:before {
content: "\75";
}
.icon-mail:before {
content: "\64";
}
.icon-ios-email-outline:before {
content: "\76";
}
.icon-paper-airplane:before {
content: "\77";
}
.icon-ios-email:before {
content: "\78";
}
.icon-page:before {
content: "\41";
}
.icon-close:before {
content: "\79";
}
.icon-search:before {
content: "\7a";
}

@ -0,0 +1 @@
.gmpc{position:relative}.gmpc-percent-text{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -0,0 +1,37 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by Fontastic.me</metadata>
<defs>
<font id="dashboard" horiz-adv-x="512">
<font-face font-family="dashboard" units-per-em="512" ascent="480" descent="-32"/>
<missing-glyph horiz-adv-x="512" />
<glyph glyph-name="home" unicode="&#98;" d="M508 278l-77 71 0 116-87 0 0-34-88 81-252-234c-3-3-3-8 0-12 3-4 9-4 12 0l29 27 0-293 422 0 0 293 29-27c1-2 3-3 6-3 2 0 4 1 6 3 3 4 3 9 0 12z m-147 169l53 0 0-82-53 49z m-158-429l0 184c0 5 4 9 9 9l88 0c5 0 9-4 9-9l0-184z m246 0l-123 0 0 184c0 15-11 26-26 26l-88 0c-15 0-26-11-26-26l0-184-123 0 0 291 193 179 125-116 50-47 18-16z"/>
<glyph glyph-name="form" unicode="&#97;" d="M97 440l-35 0c-3 0-6-3-6-6l0-428c0-3 3-6 6-6l388 0c3 0 6 3 6 6l0 428c0 3-3 6-6 6l-35 0c-3 0-6-3-6-6l0-57-306 0 0 57c0 3-3 6-6 6z m318-76c3 0 6 3 6 7l0 56 22 0 0-415-374 0 0 415 22 0 0-56c0-4 3-7 6-7 0 0 318 0 318 0z m-94 148l-130 0c-3 0-6-3-6-6l0-38-59 0c-3 0-6-3-6-7l0-45c0-3 3-6 6-6l97 0c3 0 6 3 6 6l0 39 54 0 0-39c0-3 3-6 6-6l97 0c3 0 6 3 6 6l0 45c0 4-3 7-6 7l-59 0 0 38c0 3-3 6-6 6z m59-57l0-33-85 0 0 39c0 4-3 7-6 7l-66 0c-3 0-6-3-6-7l0-39-85 0 0 33 59 0c3 0 6 3 6 6l0 39 118 0 0-39c0-3 3-6 6-6z m-289-234l0-30c0-3 3-6 6-6l318 0c3 0 6 3 6 6l0 30c0 3-3 6-6 6l-318 0c-3 0-6-3-6-6z m12-6l306 0 0-17-306 0z m312-49l-318 0c-3 0-6-3-6-6l0-30c0-3 3-6 6-6l318 0c3 0 6 3 6 6l0 30c0 3-3 6-6 6z m-6-30l-306 0 0 18 306 0z m6-31l-318 0c-3 0-6-3-6-6l0-30c0-3 3-6 6-6l318 0c3 0 6 3 6 6l0 30c0 3-3 6-6 6z m-6-30l-306 0 0 17 306 0z m-153 178c27 0 48 21 48 48 0 26-21 48-48 48-27 0-48-22-48-48 0-27 21-48 48-48z m0 85c21 0 37-17 37-37 0-21-16-37-37-37-21 0-37 16-37 37 0 20 16 37 37 37z"/>
<glyph glyph-name="list" unicode="&#99;" d="M124 512l-81 0c-12 0-21-10-21-21l0-81c0-12 9-22 21-22l81 0c12 0 21 10 21 22l0 81c0 11-9 21-21 21z m9-102c0-5-4-9-9-9l-81 0c-5 0-9 4-9 9l0 81c0 4 4 8 9 8l81 0c5 0 9-4 9-8z m-9-92l-81 0c-12 0-21-10-21-22l0-80c0-12 9-22 21-22l81 0c12 0 21 10 21 22l0 80c0 12-9 22-21 22z m9-102c0-5-4-9-9-9l-81 0c-5 0-9 4-9 9l0 80c0 5 4 9 9 9l81 0c5 0 9-4 9-9z m-9-92l-81 0c-12 0-21-10-21-22l0-81c0-11 9-21 21-21l81 0c12 0 21 10 21 21l0 81c0 12-9 22-21 22z m9-103c0-4-4-8-9-8l-81 0c-5 0-9 4-9 8l0 81c0 5 4 9 9 9l81 0c5 0 9-4 9-9z m351 439l-264 0c-3 0-6-3-6-6 0-4 3-7 6-7l264 0c4 0 6 3 6 7 0 3-2 6-6 6z m-263-200c-1 2-3 2-5 2-1 0-3 0-4-2-1-1-2-2-2-4 0-2 1-3 2-4 1-2 3-2 4-2 2 0 4 0 5 2 1 1 2 2 2 4 0 2-1 3-2 4z m233 2c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 6 3 6 6 0 3-2 6-6 6z m-132 0c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 6 3 6 6 0 3-2 6-6 6z m-26 0c-4 0-7-3-7-6 0-3 3-6 7-6 3 0 6 3 6 6 0 3-3 6-6 6z m53 0c-4 0-7-3-7-6 0-3 3-6 7-6 3 0 6 3 6 6 0 3-3 6-6 6z m-80 0c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 7 3 7 6 0 3-3 6-7 6z m-26 0c-4 0-6-3-6-6 0-3 2-6 6-6 3 0 6 3 6 6 0 3-3 6-6 6z m132 0c-4 0-6-3-6-6 0-3 2-6 6-6 3 0 6 3 6 6 0 3-3 6-6 6z m53 0c-4 0-7-3-7-6 0-3 3-6 7-6 3 0 6 3 6 6 0 3-3 6-6 6z m-27 0c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 7 3 7 6 0 3-3 6-7 6z m84-2c-1 2-3 2-4 2-2 0-4 0-5-2-1-1-2-2-2-4 0-2 1-3 2-4 1-2 3-2 5-2 1 0 3 0 4 2 1 1 2 2 2 4 0 2-1 3-2 4z m-4-192l-265 0c-3 0-6-3-6-6 0-4 3-7 6-7l265 0c3 0 6 3 6 7 0 3-3 6-6 6z"/>
<glyph glyph-name="presentation" unicode="&#101;" d="M68 375l128 0c5 0 9 4 9 9 0 5-4 9-9 9l-128 0c-4 0-8-4-8-9 0-5 4-9 8-9z m0 26l77 0c5 0 9 4 9 9 0 4-4 8-9 8l-77 0c-4 0-8-4-8-8 0-5 4-9 8-9z m137-43c0 5-4 9-9 9l-128 0c-4 0-8-4-8-9 0-4 4-8 8-8l128 0c5 0 9 4 9 8z m307 120l-247 0 0 25c0 5-4 9-9 9-5 0-9-4-9-9l0-25-247 0 0-359 235 0-104-104c-4-4-4-9 0-13 1-1 3-2 6-2 2 0 4 1 6 2l104 105 0-81c0-5 4-9 9-9 5 0 9 4 9 9l0 81 104-105c2-1 4-2 6-2 3 0 5 1 7 2 3 4 3 9 0 13l-105 104 235 0z m-17-341l-478 0 0 324 478 0z m-145 204l39 0-102-102-71 71c-3 3-9 3-12 0l-108-108c-3-3-3-8 0-12 2-1 4-2 6-2 3 0 5 1 6 2l102 102 71-71c1-2 4-3 6-3 2 0 4 1 6 3l108 108 0-39c0-5 4-8 9-8 4 0 8 3 8 8l0 60c0 1 0 2-1 3 0 2-2 4-4 5-1 0-2 0-3 0l-60 0c-5 0-9-3-9-8 0-5 4-9 9-9z"/>
<glyph glyph-name="bill" unicode="&#102;" d="M408 306l-97 0c-4 0-8-4-8-8 0-5 4-8 8-8l97 0c4 0 7 3 7 8 0 4-3 8-7 8z m0-47l-97 0c-4 0-8-4-8-8 0-5 4-8 8-8l97 0c4 0 7 3 7 8 0 4-3 8-7 8z m0-47l-97 0c-4 0-8-4-8-8 0-5 4-8 8-8l97 0c4 0 7 3 7 8 0 4-3 8-7 8z m-153 94l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m0-47l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m0-47l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m0-47l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m153 193l-204 0c-5 0-8-4-8-8 0-4 3-8 8-8l204 0c4 0 7 4 7 8 0 4-3 8-7 8z m0-243l-204 0c-5 0-8-3-8-7 0-5 3-8 8-8l204 0c4 0 7 3 7 8 0 4-3 7-7 7z m-153-39l-51 0c-5 0-8-4-8-8 0-4 3-8 8-8l51 0c4 0 8 4 8 8 0 4-4 8-8 8z m52 390c-32 0-58-19-58-42 0-23 26-42 58-42 33 0 58 19 58 42 0 23-25 42-58 42z m0-68c-22 0-42 12-42 26 0 14 20 26 42 26 23 0 43-12 43-26 0-14-20-26-43-26z m160-332c-4 0-8-3-8-7l0-35c0-5-3-8-8-8l-295 0c-4 0-8 3-8 8l0 434c0 15-7 28-17 38l289 0c21 0 39-17 39-38l0-368c0-4 4-8 8-8 4 0 8 4 8 8l0 368c0 30-25 54-55 54l-328 0c-30 0-55-24-55-54l0-18c0-4 4-8 8-8 4 0 8 4 8 8l0 18c0 21 18 38 39 38 22 0 40-17 40-38l0-169c0 0-1-1-1-1-2-4-6-5-10-5-3 0-6 1-8 3-2 2-4 3-6 3-2 0-4-1-5-3-3-2-6-3-9-3-2 0-4 0-6 1l0 43c0 4-4 8-8 8-4 0-8-4-8-8l0-43c-2-1-4-1-6-1-7 0-12 5-12 12l0 108c0 5-4 8-8 8-4 0-8-3-8-8l0-108c0-16 13-28 28-28 5 0 10 1 14 4 4-3 9-4 14-4 5 0 10 1 14 4 4-3 9-4 14-4 4 0 8 1 11 2l0-245c0-13 11-24 24-24l295 0c13 0 24 11 24 24l0 35c0 4-4 7-8 7z"/>
<glyph glyph-name="check" unicode="&#103;" d="M512 384l-34 0 0 103c0 14-12 25-26 25l-34 0c-14 0-25-11-25-25l0-103-393 0 0-282 393 0 0-19 34-60 0-14c0-5 3-9 8-9 5 0 9 4 9 9l0 14 34 60 0 19 34 0z m-51 34l-51 0 0 17 51 0z m-51 69c0 4 3 8 8 8l34 0c5 0 9-4 9-8l0-35-51 0z m-393-368l0 248 376 0 0-248z m418-76l-19 34 39 0z m26 51l-51 0 0 307 51 0z m34 25l-17 0 0 248 17 0z m-162 171l-26 0c-5 0-8-4-8-8 0-5 3-9 8-9l26 0c5 0 8 4 8 9 0 4-3 8-8 8z m-154 17l26 0c5 0 8 4 8 9 0 4-3 8-8 8l-26 0c-5 0-8-4-8-8 0-5 3-9 8-9z m154 17l-60 0c-5 0-8-4-8-8 0-5 3-9 8-9l60 0c5 0 8 4 8 9 0 4-3 8-8 8z m-94-17c2 0 4 1 6 3 2 1 2 4 2 6 0 2 0 4-2 6-3 3-9 3-12 0-2-2-3-4-3-6 0-2 1-5 3-6 1-2 4-3 6-3z m-34-25c0-5 4-9 8-9l60 0c5 0 9 4 9 9 0 4-4 8-9 8l-60 0c-4 0-8-4-8-8z m-26-9c2 0 5 1 6 3 2 1 3 3 3 6 0 2-1 4-3 6-3 3-9 3-12 0-1-2-2-4-2-6 0-3 1-5 2-6 2-2 4-3 6-3z m-85 42l0 9c0 5-4 9-9 9-4 0-8-4-8-9l0-9c-10-2-18-7-24-14-5-7-8-14-7-23 1-8 5-16 12-21l19-15 0-46c-10 3-17 13-17 24 0 5-4 9-9 9-5 0-8-4-8-9 0-21 14-38 34-42l0-7c0-5 4-9 8-9 5 0 9 4 9 9l0 7c9 2 18 7 24 14 5 7 8 14 7 23-1 8-5 16-12 21l-19 15 0 46c10-3 17-13 17-24 0-5 4-8 8-8 5 0 9 3 9 8 0 21-15 38-34 42z m8-93c3-2 5-5 6-9 0-4-1-7-3-10-3-3-7-6-11-7l0 33z m-34 49c-3 2-5 5-5 9 0 4 1 7 3 10 3 3 7 6 11 7l0-33z m138-44c-19-10-25-28-27-48-4 3-7 6-11 9-8 7-20-5-12-12 8-7 16-13 24-20 6-5 14-2 15 6 0 19 1 41 20 50 9 5 1 20-9 15z m57-34c-12-3-25-18-34-1-5 10-19 1-15-9 5-9 13-15 23-16 5-1 10 0 15 2 3 1 16 11 19 6 5-10 20-1 15 9-5 8-14 11-23 9z"/>
<glyph glyph-name="list-1" unicode="&#104;" d="M142 356l-15-4c1-5 2-9 2-14 0-31-25-57-57-57-31 0-56 26-56 57 0 31 25 56 56 56 17 0 32-7 43-19l12 11c-14 15-34 24-55 24-40 0-72-32-72-72 0-40 32-73 72-73 40 0 73 33 73 73 0 6-1 12-3 18z m56 37l314 0 0-16-314 0z m0-33l56 0 0-15-56 0z m0-32l314 0 0-15-314 0z m0-32l249 0 0-16-249 0z m-10 144l-108-107-26 26-11-11 37-37 119 118z m-46-278l-15-4c1-4 2-9 2-14 0-31-25-56-57-56-31 0-56 25-56 56 0 32 25 57 56 57 17 0 32-7 43-19l12 10c-14 16-34 25-55 25-40 0-72-33-72-73 0-40 32-72 72-72 40 0 73 32 73 72 0 6-1 12-3 18z m56 38l314 0 0-15-314 0z m0-33l56 0 0-16-56 0z m0-31l314 0 0-16-314 0z m0-34l249 0 0-15-249 0z m-10 145l-108-108-26 27-11-11 37-38 119 118z"/>
<glyph glyph-name="padnote" unicode="&#105;" d="M389 477l-90 0c-4 20-22 35-43 35-21 0-39-15-43-35l-90 0c-24 0-43-20-43-44l0-389c0-24 19-44 43-44l266 0c24 0 43 20 43 44l0 389c0 24-19 44-43 44z m-195-26c0 5 4 9 9 9l18 0c4 0 8 4 8 8 0 15 12 27 27 27 15 0 27-12 27-27 0-4 4-8 8-8l18 0c5 0 9-4 9-9l0-18c0-5-4-9-9-9l-106 0c-5 0-9 4-9 9 0 0 0 0 0 0 0 0 0 0 0 0z m9-44l106 0c12 0 21 7 25 18l46 0 0-373-248 0 0 373 46 0c4-11 13-18 25-18z m213-363c0-15-12-27-27-27l-266 0c-15 0-27 12-27 27l0 389c0 15 12 27 27 27l56 0c-1-3-2-6-2-9l0-10-54 0c-4 0-8-3-8-8l0-389c0-5 4-9 8-9l266 0c4 0 8 4 8 9l0 389c0 5-4 8-8 8l-54 0 0 10c0 3-1 6-2 9l56 0c15 0 27-12 27-27z m-160 407c5 0 8 4 8 8l0 9c0 5-3 9-8 9-5 0-8-4-8-9l0-9c0-4 3-8 8-8z m-53-115l106 0c14 0 26 12 26 26 0 14-12 26-26 26l-106 0c-14 0-26-12-26-26 0-14 12-26 26-26z m0 36l106 0c5 0 9-5 9-10 0-5-4-9-9-9l-106 0c-5 0-9 4-9 9 0 5 4 10 9 10z m88-71c5 0 9 3 9 8 0 5-4 8-9 8l-70 0c-5 0-9-3-9-8 0-5 4-8 9-8z m-132-44l168 0c4 0 8 3 8 8 0 4-4 8-8 8l-168 0c-5 0-9-4-9-8 0-5 4-8 9-8z m0-36l106 0c4 0 8 4 8 8 0 5-4 9-8 9l-106 0c-5 0-9-4-9-9 0-4 4-8 9-8z m159 8c0-4 4-8 9-8l26 0c5 0 9 4 9 8 0 5-4 9-9 9l-26 0c-5 0-9-4-9-9z m-159-43l168 0c4 0 8 3 8 8 0 5-4 8-8 8l-168 0c-5 0-9-3-9-8 0-5 4-8 9-8z m0-36l106 0c4 0 8 4 8 9 0 4-4 8-8 8l-106 0c-5 0-9-4-9-8 0-5 4-9 9-9z m194 17l-26 0c-5 0-9-4-9-8 0-5 4-9 9-9l26 0c5 0 9 4 9 9 0 4-4 8-9 8z m-194-52l168 0c4 0 8 4 8 8 0 5-4 9-8 9l-168 0c-5 0-9-4-9-9 0-4 4-8 9-8z m106-19l-106 0c-5 0-9-4-9-8 0-5 4-8 9-8l106 0c4 0 8 3 8 8 0 4-4 8-8 8z m88 0l-26 0c-5 0-9-4-9-8 0-5 4-8 9-8l26 0c5 0 9 3 9 8 0 4-4 8-9 8z"/>
<glyph glyph-name="pencil-case" unicode="&#106;" d="M115 274l326 0c0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0l52 22c3 1 5 4 5 8 0 3-2 6-5 7l-52 22c-1 0-1 0-2 0 0 0 0 0 0 0 0 1 0 1-1 1 0 0 0 0 0 0l-326 0c-11 0-21-10-21-22l0-17c0-12 10-21 21-21z m317 16l-253 0 0 27 253 0z m-269 0l-16 0 0 27 16 0z m286 4l0 19 23-9z m-338 18c0 3 2 5 4 5l15 0 0-27-15 0c-2 0-4 2-4 5z m-10 49l52-11c1 0 1 0 2 0l292 0c12 0 21 9 21 21l0 1 25 0c4 0 8 3 8 8 0 4-4 8-8 8l-25 0 0 1c0 11-9 21-21 21l-15 0 0 3c0 16-13 30-29 30l-82 0c-4 0-8-4-8-9 0-4 4-8 8-8l82 0c7 0 13-6 13-13l0-3-261 0c-1 0-1 0-2 0l-52-11c-4-1-7-4-7-8l0-22c0-4 3-7 7-8z m346 33c3 0 5-3 5-5l0-18c0-2-2-5-5-5l-15 0 0 28z m-31-28l-253 0 0 28 253 0z m-305 18l36 8 0-24-36 8z m312-231c0-5-3-9-8-9-5 0-8 4-8 9 0 4 3 8 8 8 5 0 8-4 8-8z m-33-22c0-5-3-8-8-8-4 0-8 3-8 8 0 4 4 8 8 8 5 0 8-4 8-8z m114 115l-438 0 3 41c1 8-2 15-7 21-6 6-13 9-21 9-8 0-16-3-21-9-5-6-8-13-7-21l3-41-8 0c-4 0-8-3-8-8 0-4 4-8 8-8l3 0 0-87c0-41 33-74 73-74l344 0c40 0 73 33 73 74l0 87 3 0c4 0 8 4 8 8 0 5-4 8-8 8z m-472 51c2 3 5 4 9 4 3 0 7-1 9-4 2-2 3-6 3-9l-3-42-18 0-3 42c0 3 1 7 3 9z m453-154c0-32-26-57-57-57l-344 0c-31 0-57 25-57 57l0 87 30 0c0 0 428 0 428 0z m-335 54l310 0c5 0 8 4 8 9 0 4-3 8-8 8l-310 0c-5 0-8-4-8-8 0-5 3-9 8-9z m-98 17c-5 0-8-4-8-8 0-5 3-9 8-9l65 0c5 0 8 4 8 9 0 4-3 8-8 8z"/>
<glyph glyph-name="user" unicode="&#107;" d="M345 212l-2 0c-3 2-6 3-9 4-4 2-7 3-11 4-3 1-5 2-8 3-5 1-9 2-14 3-1 1-3 1-5 1l-1 0c-2 1-5 1-8 2l-1 0c0 0 0 0 0 0l0 0c-3 0-5 1-7 1l-8 1c-10 0-21 0-30 0l-3-1-2 0-3 0c-3 0-6-1-9-1l-1 0c-2-1-4-1-6-2-2 0-5 0-7-1-4-1-9-2-13-3-3-1-6-2-9-3l-3-1c-6-2-13-5-19-8l-2-1 0 0c-73-35-121-110-121-192 0-1 0-3 1-5l0-13 424 0 0 13c1 2 1 4 1 5 0 83-49 159-124 194z m-281-191c1 73 44 140 110 171l2 1 1 0c5 2 10 4 15 6l2 1c3 1 6 2 9 3 4 1 8 2 12 3 2 0 4 1 6 1 1 0 3 1 5 1l0 0c3 0 6 1 9 1l7 1c9 0 17 1 28 0l6-1c2 0 4 0 6 0l2-1c3 0 5-1 7-1l2 0c1-1 2-1 4-1 4-1 8-2 12-3 2-1 5-2 8-3 3-1 6-2 9-3 3-1 6-3 9-4l1 0c67-31 111-98 112-172l-384 0z m141 236c1 0 3-1 4-1l4-2c1 0 2-1 4-1 12-4 25-6 38-6l1 0c5 0 9 0 14 1 1 0 3 0 4 0l3 1c2 0 4 0 6 1 1 0 2 0 4 1l3 0c2 1 4 1 6 2 1 0 2 1 3 1l3 1c2 1 4 1 6 2 1 1 1 1 2 1l1 1c3 1 6 2 8 4l2 1c3 2 6 4 10 6 1 1 3 2 4 3l6 4c30 26 48 63 48 101l0 1c0 74-60 133-133 133-69 0-128-55-132-124l0-2c0-2 0-4 0-7 0-53 31-101 81-122z m-60 128l0 1c4 59 52 105 111 105 62 0 112-50 112-111l0-1c0-33-15-64-41-86l-5-4c-1 0-2-1-3-2-3-2-5-4-8-5l-2-1c-2-1-4-2-7-3l-2-2c-2 0-4-1-5-1l-4-2c0 0-1 0-2 0-1-1-2-1-4-1l-4-1c-1-1-1-1-2-1-2 0-3-1-4-1l-4 0c-1-1-2-1-3-1-4 0-7 0-11 0l-1 0 0 0c-11 0-22 1-33 5-1 0-2 0-3 1l-4 1c-1 1-2 1-3 1-42 18-69 58-69 103 0 2 1 4 1 6z"/>
<glyph glyph-name="bars" unicode="&#108;" d="M0 481l512 0 0-20-512 0z m0-143l512 0 0-21-512 0z m0-143l512 0 0-21-512 0z m0-144l512 0 0-20-512 0z"/>
<glyph glyph-name="line-chart" unicode="&#112;" d="M465 438c-25 0-46-21-46-47 0-15 7-28 18-36l-115-202c-8 9-20 15-33 15-10 0-18-3-25-8l-86 112c5 7 8 16 8 26 0 26-21 46-46 46-26 0-47-20-47-46 0-10 3-19 8-26l-42-51c-4 2-8 2-12 2-26 0-47-20-47-46 0-26 21-47 47-47 25 0 46 21 46 47 0 14-7 27-17 36l39 46c7-5 15-8 25-8 9 0 17 3 24 8l86-112c-5-7-8-16-8-26 0-26 21-47 47-47 25 0 46 21 46 47 0 5-1 9-2 13 0 0 1 1 1 1l119 211c4-1 8-2 12-2 26 0 47 21 47 47 0 26-21 47-47 47z m-418-289c-16 0-28 12-28 28 0 15 12 28 28 28 15 0 27-13 27-28 0-16-12-28-27-28z m93 121c-16 0-28 12-28 28 0 15 12 28 28 28 15 0 28-13 28-28 0-16-13-28-28-28z m149-177c-16 0-28 13-28 28 0 15 12 28 28 28 15 0 28-13 28-28 0-15-13-28-28-28z m176 270c-15 0-27 13-27 28 0 15 12 28 27 28 16 0 28-13 28-28 0-15-12-28-28-28z"/>
<glyph glyph-name="flask" unicode="&#109;" d="M446 86l-134 203 0 177c9 3 16 12 16 22 0 13-11 24-24 24l-96 0c-13 0-24-11-24-24 0-10 7-19 16-22l0-177-134-203c-11-17-12-38-2-57 10-18 28-29 49-29l286 0c21 0 39 11 49 29 10 19 9 40-2 57z m-238 411l96 0c5 0 9-4 9-9 0-4-4-8-9-8l-96 0c-5 0-9 4-9 8 0 5 4 9 9 9z m227-461c-7-13-21-21-36-21l-286 0c-15 0-29 8-36 21-7 14-6 29 2 42l135 205c1 1 1 3 1 4l0 178 82 0 0-178c0-1 0-3 1-4l135-205c8-13 9-28 2-42z m-74 120c-1 2-4 3-6 3l-198 0c-2 0-5-1-6-3l-58-87c-5-8-5-17-1-25 4-7 12-12 21-12l286 0c9 0 17 5 21 12 4 8 4 17-1 25z m46-104c-1-2-4-5-8-5l-286 0c-4 0-7 3-8 5-1 2-2 5 1 8l55 84 190 0 55-84c3-3 2-6 1-8z m-207 75c-13 0-24-10-24-23 0-13 11-24 24-24 13 0 23 11 23 24 0 13-10 23-23 23z m0-32c-5 0-9 4-9 9 0 4 4 8 9 8 5 0 8-4 8-8 0-5-3-9-8-9z m128 16c-13 0-23-10-23-23 0-13 10-24 23-24 13 0 24 11 24 24 0 13-11 23-24 23z m0-32c-5 0-8 4-8 9 0 4 3 8 8 8 5 0 9-4 9-8 0-5-4-9-9-9z m-48 40c-2 0-4-1-5-2-2-1-2-3-2-5 0-2 0-4 2-6 1-1 3-2 5-2 2 0 4 1 5 2 2 2 3 4 3 6 0 2-1 4-3 5-1 1-3 2-5 2z m-40 65c2 0 4 1 5 3 2 1 2 3 2 5 0 2 0 4-2 5-1 2-3 2-5 2-2 0-4 0-5-2-2-1-3-3-3-5 0-2 1-4 3-5 1-2 3-3 5-3z m32 64c2 0 4 1 5 3 2 1 3 3 3 5 0 2-1 4-3 5-1 2-3 3-5 3-2 0-4-1-5-3-2-1-2-3-2-5 0-2 0-4 2-5 1-2 3-3 5-3z m-24 65c2 0 4 0 5 2 2 1 3 3 3 5 0 2-1 4-3 5-1 2-3 3-5 3-2 0-4-1-5-3-2-1-3-3-3-5 0-2 1-4 3-5 1-2 3-2 5-2z m0-234c-2 0-4-1-5-2-2-1-3-3-3-5 0-2 1-4 3-6 1-1 3-2 5-2 2 0 4 1 5 2 2 2 3 4 3 6 0 2-1 4-3 5-1 1-3 2-5 2z m-96 0c-2 0-4-1-6-2-1-1-2-3-2-5 0-2 1-4 2-6 2-1 4-2 6-2 2 0 4 1 5 2 2 2 2 4 2 6 0 2 0 4-2 5-1 1-3 2-5 2z"/>
<glyph glyph-name="grid" unicode="&#110;" d="M0 512l0-512 512 0 0 512z m160-480l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m160-320l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m160-320l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z"/>
<glyph glyph-name="picture" unicode="&#111;" d="M503 459l-494 0c-5 0-9-4-9-9l0-388c0-5 4-9 9-9l494 0c5 0 9 4 9 9l0 388c0 5-4 9-9 9z m-9-388l-476 0 0 370 476 0z m-353 193c27 0 49 22 49 49 0 27-22 49-49 49-27 0-49-22-49-49 0-27 22-49 49-49z m0 80c18 0 32-14 32-31 0-18-14-32-32-32-17 0-31 14-31 32 0 17 14 31 31 31z m-79-238c2 0 4 1 6 2l144 127 91-91c3-3 9-3 12 0 4 3 4 9 0 12l-42 43 81 89 99-91c4-4 9-4 13 0 3 4 3 9-1 13l-106 97c-2 1-4 2-6 2-3 0-5-1-6-3l-87-95-42 42c-3 4-8 4-12 1l-150-133c-4-3-4-8-1-12 2-2 4-3 7-3z"/>
<glyph glyph-name="website" unicode="&#113;" d="M503 351l-114 0 0 86c0 5-4 9-9 9l-371 0c-5 0-9-4-9-9l0-267c0-5 4-9 9-9l114 0 0-86c0-5 4-9 9-9l371 0c5 0 9 4 9 9l0 267c0 5-4 9-9 9z m-9-52l-353 0 0 34 353 0z m-123 129l0-35-353 0 0 35z m-353-249l0 197 353 0 0-25-239 0c-5 0-9-4-9-9l0-163z m123 102l107 0 0-197-107 0z m125-197l0 197 228 0 0-197z m-107 223c2 0 5 1 6 3 2 2 3 4 3 6 0 2-1 5-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-1-3-4-3-6 0-2 1-4 3-6 1-2 4-3 6-3z m22 0c2 0 5 1 6 3 2 2 3 4 3 6 0 2-1 5-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-1-3-4-3-6 0-2 1-4 3-6 1-2 4-3 6-3z m22 0c2 0 5 1 6 3 2 2 3 4 3 6 0 2-1 5-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-1-3-4-3-6 0-2 1-4 3-6 1-2 4-3 6-3z m-37-62l57 0c5 0 9 4 9 9 0 5-4 9-9 9l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9z m57-14l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z m199 64l-133 0c-5 0-9-4-9-9 0-5 4-9 9-9l133 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-133 0c-5 0-9-4-9-9 0-5 4-9 9-9l133 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-133 0c-5 0-9-4-9-9 0-5 4-9 9-9l133 0c5 0 9 4 9 9 0 5-4 9-9 9z m-386 203c2 0 5 1 6 2 2 2 3 4 3 7 0 2-1 4-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-2-3-4-3-6 0-3 1-5 3-7 1-1 4-2 6-2z m22 0c2 0 5 1 6 2 2 2 3 4 3 7 0 2-1 4-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-2-3-4-3-6 0-3 1-5 3-7 1-1 4-2 6-2z m22 0c2 0 5 1 6 2 2 2 3 4 3 7 0 2-1 4-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-2-3-4-3-6 0-3 1-5 3-7 1-1 4-2 6-2z m20-45l-57 0c-5 0-9-4-9-8 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 4-4 8-9 8z m0-31l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z"/>
<glyph glyph-name="screen" unicode="&#114;" d="M484 469l0 1-456 0 0-1c-15-1-26-13-28-27l0-300c0-6 2-11 4-15 6-10 14-16 26-16l165 0 0-41-31 0c-8 0-14-6-14-14 0-8 6-14 14-14l184 0c8 0 14 6 14 14 0 8-6 14-14 14l-31 0 0 41 165 0c11 0 20 6 26 16 2 4 4 9 4 15l0 300c-2 14-14 26-28 27z m0-30l0-297c0-2-1-3-2-3l-452 0c-2 0-2 1-2 3l0 300 456 0z"/>
<glyph glyph-name="interface-windows" unicode="&#115;" d="M104 456c-13 0-24-11-24-24 0-13 11-24 24-24 13 0 24 11 24 24 0 13-11 24-24 24m64 0c-13 0-24-11-24-24 0-13 11-24 24-24 13 0 24 11 24 24 0 13-11 24-24 24m64 0c-13 0-24-11-24-24 0-13 11-24 24-24 13 0 24 11 24 24 0 13-11 24-24 24m216-40l-32 0 0 32c0 35-29 64-64 64l-288 0c-35 0-64-29-64-64l0-288c0-35 29-64 64-64l32 0 0-32c0-35 29-64 64-64l288 0c35 0 64 29 64 64l0 288c0 35-29 64-64 64m-416 32c0 18 14 32 32 32l288 0c18 0 32-14 32-32l0-64-352 0z m32-320c-18 0-32 14-32 32l0 192 352 0 0-192c0-18-14-32-32-32z m416-64c0-18-14-32-32-32l-288 0c-18 0-32 14-32 32l0 32 224 0c35 0 64 29 64 64l0 128 64 0z m0 256l-64 0 0 64 32 0c18 0 32-14 32-32z"/>
<glyph glyph-name="clock" unicode="&#116;" d="M255 512c-140 0-255-115-255-255 0-141 115-256 255-256 141 0 256 115 256 256 0 140-115 255-256 255z m0-488c-128 0-232 105-232 233 0 128 104 232 232 232 128 0 233-104 233-232 0-128-105-233-233-233z m-78 401l-10 18-10-5 9-19c4 2 7 4 11 6z m-108-172c0 4 0 7 0 11l-26 0 0-23 26 0c0 4 0 8 0 12z m203 190l0 27-24 0 0-27c4 1 8 1 12 1 4 0 8 0 12-1z m184-103l-5 11-21-11c2-4 4-7 5-11z m-95 75c4-2 7-4 10-7l12 18-10 7z m-283-49l19-14c2 4 4 7 6 10l-18 13z m261-287l14-28 10 5-14 28c-3-2-7-4-10-5z m72 57l25-17 6 9-24 17c-2-3-5-6-7-9z m40 128c0-4 0-7 0-11 0-4 0-8 0-12l26 0 0 23z m-203-202l0-26 24 0 0 26c-4 0-8-1-12-1-4 0-8 1-12 1z m-110 6l9-7 17 26c-3 2-7 4-10 6z m-74 86l5-11 26 14c-2 3-4 6-6 10z m204 269l-16 0 0-177-96-105 2-3 94 103 124 0 0 23-108 0z"/>
<glyph glyph-name="rss-feed" unicode="&#117;" d="M342 282c-3 2-6 2-9 0l-159-115-159 115c-3 2-7 2-10 0-3-1-5-4-5-8l0-228c0-5 4-9 9-9l329 0c5 0 9 4 9 9l0 228c0 4-1 7-5 8z m-13-227l-311 0 0 201 150-108c4-2 8-2 11 0l150 108z m15 254l-165 119c-3 2-7 2-11 0l-164-119c-3-2-5-6-4-10 2-4 5-6 9-6l329 0c4 0 8 2 9 6 1 4 0 8-3 10z m-307 2l137 98 136-98z m114-192l-101 0c-5 0-9-4-9-9 0-5 4-9 9-9l101 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-28l-101 0c-5 0-9-4-9-9 0-5 4-9 9-9l101 0c5 0 9 4 9 9 0 5-4 9-9 9z m160 284c-5 0-9-4-9-9 0-5 4-9 9-9 40 0 73-33 73-74 0-5 4-9 9-9 5 0 9 4 9 9 0 51-41 92-91 92z m-9 46c-5 0-9-5-9-10 0-5 4-9 9-9 75 0 137-61 137-137 0-5 4-9 9-9 5 0 9 4 9 9 0 86-70 156-155 156z m-9 54c-5 0-10-4-10-9 0-5 5-9 10-9 110 0 201-90 201-201 0-5 4-9 9-9 5 0 9 4 9 9 0 121-98 219-219 219z"/>
<glyph glyph-name="mail" unicode="&#100;" d="M0 448l0-384 512 0 0 384z m450-32l-194-156-194 156z m-418-320l0 303 224-179 224 179 0-303z"/>
<glyph glyph-name="ios-email-outline" unicode="&#118;" d="M64 384l0-256 384 0 0 256z m192-140l-163 124 326 0z m-176-100l0 214 115-88-68-77 2-2 79 70 48-37 48 37 79-70 2 2-68 77 115 88 0-214z"/>
<glyph glyph-name="paper-airplane" unicode="&#119;" d="M32 240l128-48 16-160 80 112 112-112 112 448z m319-145l-95 97 128 176-192-154-83 31 322 173z"/>
<glyph glyph-name="ios-email" unicode="&#120;" d="M448 128l0 242-131-100 68-77-2-2-79 70-48-37-48 37-79-70-2 2 68 77-131 100 0-242z m-8 256l-368 0 184-140z"/>
<glyph glyph-name="page" unicode="&#65;" d="M362 512l-293 0 0-510 372 0 0 417z m-4-21l61-72-61 0z m67-473l-340 0 0 477 256 0 0-92 84 0z m-105 381l0 13-212 0 0-13z m0-36l0 13-212 0 0-13z m0-35l0 12-212 0 0-12z m-208-264l273 0 0-13-273 0z m23 164l37 0 0-133-37 0z m119 0l37 0 0-133-37 0z m60 35l37 0 0-168-37 0z m-120 15l37 0 0-183-37 0z"/>
<glyph glyph-name="close" unicode="&#121;" d="M295 230c-5 5-13 5-17 0-5-5-5-13 0-18l98-97c3-2 6-3 9-3 3 0 7 1 9 3 5 5 5 13 0 18z m-88 56c2-3 6-4 9-4 3 0 6 1 9 4 4 5 4 13 0 17l-95 95c-5 5-13 5-17 0-5-5-5-12 0-17z m189 112c-5 5-12 5-17 0l-264-265c-5-5-5-13 0-18 3-2 6-3 9-3 3 0 6 1 9 3l263 266c5 5 5 12 0 17z"/>
<glyph glyph-name="search" unicode="&#122;" d="M508 26l-125 125c33 38 54 88 54 143 0 120-98 218-219 218-120 0-218-98-218-218 0-121 98-219 218-219 55 0 105 21 144 54l124-124c3-3 7-5 11-5 4 0 8 1 11 5 5 5 5 15 0 21z m-477 268c0 103 84 187 187 187 104 0 188-84 188-187 0-104-84-188-188-188-103 0-187 84-187 188z"/>
</font></defs></svg>

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,148 @@
body {
margin-left: 10px;
margin-right: 10px;
}
input[type=submit],input[name=submit]{
color: #fff;
background-color:#FF66CC;
border-color:#993399;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
#input[type=submit2]{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
a:active:hover{
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
background-image:none;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.form-control{
width: 300px;
margin: 10px;
border:1px solid #9c5555 !important;
float:left;
}
.form-control2{
width: 100px;
margin: 10px;
height:28px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.form-control3{
width: 600px;
margin: 10px;
height:58px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.form-control4{
width: 140px;
margin: 10px;
height:28px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.form-control5{
width: 600px;
margin: 10px;
height:28px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.fy{text-align:center;padding-top:20px}
.fy a{display:inline-block;padding:4px 10px;border:1px solid #f5e703;margin:0 2px;color:#d75e15;text-decoration:none}
.fy .ac{background:#3c9fee;border-color:#83c414;color:#fff}
.fy a:hover{background:#FFCC99;border-color:#83c414;color:#fff}
.button, button, input[type="button"]{
display: inline-block;
background:#FF9966;
color: #fff;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-weight: 800;
height:30px;
border-radius: 4px;
border: 0;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:focus {
outline: none;
cursor: pointer;
background:#CC3366;
color: #fff
border-radius: 4px;
}
.button1:hover {
background-color:#FFCC99;
color: white;
}

@ -0,0 +1,124 @@
body {
margin-left: 10px;
margin-right: 10px;
}
input[type=submit],input[name=submit]{
color: #fff;
background-color:#FF66CC;
border-color:#993399;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
#input[type=submit2]{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.form-control{
width: 300px;
margin: 10px;
border:1px solid #9c5555 !important;
float:left;
}
.form-control2{
width: 100px;
margin: 10px;
height:28px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.form-control3{
width: 600px;
margin: 10px;
height:58px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.form-control4{
width: 140px;
margin: 10px;
height:28px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.form-control5{
width: 600px;
margin: 10px;
height:28px;
border:1px solid #996666 !important;
border-radius: 6px;
}
.fy{text-align:center;padding-top:20px}
.fy a{display:inline-block;padding:4px 10px;border:1px solid #f5e703;margin:0 2px;color:#d75e15;text-decoration:none}
.fy .ac{background:#3c9fee;border-color:#83c414;color:#fff}
.fy a:hover{background:#FFCC99;border-color:#83c414;color:#fff}
.button, button, input[type="button"]{
display: inline-block;
background:#FF9966;
color: #fff;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-weight: 800;
border-radius: 4px;
border: 0;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:focus {
outline: none;
cursor: pointer;
background:#CC3366;
color: #fff
border-radius: 4px;
}
.button1:hover {
background-color:#FFCC99;
color: white;
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,37 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by Fontastic.me</metadata>
<defs>
<font id="dashboard" horiz-adv-x="512">
<font-face font-family="dashboard" units-per-em="512" ascent="480" descent="-32"/>
<missing-glyph horiz-adv-x="512" />
<glyph glyph-name="home" unicode="&#98;" d="M508 278l-77 71 0 116-87 0 0-34-88 81-252-234c-3-3-3-8 0-12 3-4 9-4 12 0l29 27 0-293 422 0 0 293 29-27c1-2 3-3 6-3 2 0 4 1 6 3 3 4 3 9 0 12z m-147 169l53 0 0-82-53 49z m-158-429l0 184c0 5 4 9 9 9l88 0c5 0 9-4 9-9l0-184z m246 0l-123 0 0 184c0 15-11 26-26 26l-88 0c-15 0-26-11-26-26l0-184-123 0 0 291 193 179 125-116 50-47 18-16z"/>
<glyph glyph-name="form" unicode="&#97;" d="M97 440l-35 0c-3 0-6-3-6-6l0-428c0-3 3-6 6-6l388 0c3 0 6 3 6 6l0 428c0 3-3 6-6 6l-35 0c-3 0-6-3-6-6l0-57-306 0 0 57c0 3-3 6-6 6z m318-76c3 0 6 3 6 7l0 56 22 0 0-415-374 0 0 415 22 0 0-56c0-4 3-7 6-7 0 0 318 0 318 0z m-94 148l-130 0c-3 0-6-3-6-6l0-38-59 0c-3 0-6-3-6-7l0-45c0-3 3-6 6-6l97 0c3 0 6 3 6 6l0 39 54 0 0-39c0-3 3-6 6-6l97 0c3 0 6 3 6 6l0 45c0 4-3 7-6 7l-59 0 0 38c0 3-3 6-6 6z m59-57l0-33-85 0 0 39c0 4-3 7-6 7l-66 0c-3 0-6-3-6-7l0-39-85 0 0 33 59 0c3 0 6 3 6 6l0 39 118 0 0-39c0-3 3-6 6-6z m-289-234l0-30c0-3 3-6 6-6l318 0c3 0 6 3 6 6l0 30c0 3-3 6-6 6l-318 0c-3 0-6-3-6-6z m12-6l306 0 0-17-306 0z m312-49l-318 0c-3 0-6-3-6-6l0-30c0-3 3-6 6-6l318 0c3 0 6 3 6 6l0 30c0 3-3 6-6 6z m-6-30l-306 0 0 18 306 0z m6-31l-318 0c-3 0-6-3-6-6l0-30c0-3 3-6 6-6l318 0c3 0 6 3 6 6l0 30c0 3-3 6-6 6z m-6-30l-306 0 0 17 306 0z m-153 178c27 0 48 21 48 48 0 26-21 48-48 48-27 0-48-22-48-48 0-27 21-48 48-48z m0 85c21 0 37-17 37-37 0-21-16-37-37-37-21 0-37 16-37 37 0 20 16 37 37 37z"/>
<glyph glyph-name="list" unicode="&#99;" d="M124 512l-81 0c-12 0-21-10-21-21l0-81c0-12 9-22 21-22l81 0c12 0 21 10 21 22l0 81c0 11-9 21-21 21z m9-102c0-5-4-9-9-9l-81 0c-5 0-9 4-9 9l0 81c0 4 4 8 9 8l81 0c5 0 9-4 9-8z m-9-92l-81 0c-12 0-21-10-21-22l0-80c0-12 9-22 21-22l81 0c12 0 21 10 21 22l0 80c0 12-9 22-21 22z m9-102c0-5-4-9-9-9l-81 0c-5 0-9 4-9 9l0 80c0 5 4 9 9 9l81 0c5 0 9-4 9-9z m-9-92l-81 0c-12 0-21-10-21-22l0-81c0-11 9-21 21-21l81 0c12 0 21 10 21 21l0 81c0 12-9 22-21 22z m9-103c0-4-4-8-9-8l-81 0c-5 0-9 4-9 8l0 81c0 5 4 9 9 9l81 0c5 0 9-4 9-9z m351 439l-264 0c-3 0-6-3-6-6 0-4 3-7 6-7l264 0c4 0 6 3 6 7 0 3-2 6-6 6z m-263-200c-1 2-3 2-5 2-1 0-3 0-4-2-1-1-2-2-2-4 0-2 1-3 2-4 1-2 3-2 4-2 2 0 4 0 5 2 1 1 2 2 2 4 0 2-1 3-2 4z m233 2c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 6 3 6 6 0 3-2 6-6 6z m-132 0c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 6 3 6 6 0 3-2 6-6 6z m-26 0c-4 0-7-3-7-6 0-3 3-6 7-6 3 0 6 3 6 6 0 3-3 6-6 6z m53 0c-4 0-7-3-7-6 0-3 3-6 7-6 3 0 6 3 6 6 0 3-3 6-6 6z m-80 0c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 7 3 7 6 0 3-3 6-7 6z m-26 0c-4 0-6-3-6-6 0-3 2-6 6-6 3 0 6 3 6 6 0 3-3 6-6 6z m132 0c-4 0-6-3-6-6 0-3 2-6 6-6 3 0 6 3 6 6 0 3-3 6-6 6z m53 0c-4 0-7-3-7-6 0-3 3-6 7-6 3 0 6 3 6 6 0 3-3 6-6 6z m-27 0c-3 0-6-3-6-6 0-3 3-6 6-6 4 0 7 3 7 6 0 3-3 6-7 6z m84-2c-1 2-3 2-4 2-2 0-4 0-5-2-1-1-2-2-2-4 0-2 1-3 2-4 1-2 3-2 5-2 1 0 3 0 4 2 1 1 2 2 2 4 0 2-1 3-2 4z m-4-192l-265 0c-3 0-6-3-6-6 0-4 3-7 6-7l265 0c3 0 6 3 6 7 0 3-3 6-6 6z"/>
<glyph glyph-name="presentation" unicode="&#101;" d="M68 375l128 0c5 0 9 4 9 9 0 5-4 9-9 9l-128 0c-4 0-8-4-8-9 0-5 4-9 8-9z m0 26l77 0c5 0 9 4 9 9 0 4-4 8-9 8l-77 0c-4 0-8-4-8-8 0-5 4-9 8-9z m137-43c0 5-4 9-9 9l-128 0c-4 0-8-4-8-9 0-4 4-8 8-8l128 0c5 0 9 4 9 8z m307 120l-247 0 0 25c0 5-4 9-9 9-5 0-9-4-9-9l0-25-247 0 0-359 235 0-104-104c-4-4-4-9 0-13 1-1 3-2 6-2 2 0 4 1 6 2l104 105 0-81c0-5 4-9 9-9 5 0 9 4 9 9l0 81 104-105c2-1 4-2 6-2 3 0 5 1 7 2 3 4 3 9 0 13l-105 104 235 0z m-17-341l-478 0 0 324 478 0z m-145 204l39 0-102-102-71 71c-3 3-9 3-12 0l-108-108c-3-3-3-8 0-12 2-1 4-2 6-2 3 0 5 1 6 2l102 102 71-71c1-2 4-3 6-3 2 0 4 1 6 3l108 108 0-39c0-5 4-8 9-8 4 0 8 3 8 8l0 60c0 1 0 2-1 3 0 2-2 4-4 5-1 0-2 0-3 0l-60 0c-5 0-9-3-9-8 0-5 4-9 9-9z"/>
<glyph glyph-name="bill" unicode="&#102;" d="M408 306l-97 0c-4 0-8-4-8-8 0-5 4-8 8-8l97 0c4 0 7 3 7 8 0 4-3 8-7 8z m0-47l-97 0c-4 0-8-4-8-8 0-5 4-8 8-8l97 0c4 0 7 3 7 8 0 4-3 8-7 8z m0-47l-97 0c-4 0-8-4-8-8 0-5 4-8 8-8l97 0c4 0 7 3 7 8 0 4-3 8-7 8z m-153 94l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m0-47l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m0-47l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m0-47l-51 0c-5 0-8-4-8-8 0-5 3-8 8-8l51 0c4 0 8 3 8 8 0 4-4 8-8 8z m153 193l-204 0c-5 0-8-4-8-8 0-4 3-8 8-8l204 0c4 0 7 4 7 8 0 4-3 8-7 8z m0-243l-204 0c-5 0-8-3-8-7 0-5 3-8 8-8l204 0c4 0 7 3 7 8 0 4-3 7-7 7z m-153-39l-51 0c-5 0-8-4-8-8 0-4 3-8 8-8l51 0c4 0 8 4 8 8 0 4-4 8-8 8z m52 390c-32 0-58-19-58-42 0-23 26-42 58-42 33 0 58 19 58 42 0 23-25 42-58 42z m0-68c-22 0-42 12-42 26 0 14 20 26 42 26 23 0 43-12 43-26 0-14-20-26-43-26z m160-332c-4 0-8-3-8-7l0-35c0-5-3-8-8-8l-295 0c-4 0-8 3-8 8l0 434c0 15-7 28-17 38l289 0c21 0 39-17 39-38l0-368c0-4 4-8 8-8 4 0 8 4 8 8l0 368c0 30-25 54-55 54l-328 0c-30 0-55-24-55-54l0-18c0-4 4-8 8-8 4 0 8 4 8 8l0 18c0 21 18 38 39 38 22 0 40-17 40-38l0-169c0 0-1-1-1-1-2-4-6-5-10-5-3 0-6 1-8 3-2 2-4 3-6 3-2 0-4-1-5-3-3-2-6-3-9-3-2 0-4 0-6 1l0 43c0 4-4 8-8 8-4 0-8-4-8-8l0-43c-2-1-4-1-6-1-7 0-12 5-12 12l0 108c0 5-4 8-8 8-4 0-8-3-8-8l0-108c0-16 13-28 28-28 5 0 10 1 14 4 4-3 9-4 14-4 5 0 10 1 14 4 4-3 9-4 14-4 4 0 8 1 11 2l0-245c0-13 11-24 24-24l295 0c13 0 24 11 24 24l0 35c0 4-4 7-8 7z"/>
<glyph glyph-name="check" unicode="&#103;" d="M512 384l-34 0 0 103c0 14-12 25-26 25l-34 0c-14 0-25-11-25-25l0-103-393 0 0-282 393 0 0-19 34-60 0-14c0-5 3-9 8-9 5 0 9 4 9 9l0 14 34 60 0 19 34 0z m-51 34l-51 0 0 17 51 0z m-51 69c0 4 3 8 8 8l34 0c5 0 9-4 9-8l0-35-51 0z m-393-368l0 248 376 0 0-248z m418-76l-19 34 39 0z m26 51l-51 0 0 307 51 0z m34 25l-17 0 0 248 17 0z m-162 171l-26 0c-5 0-8-4-8-8 0-5 3-9 8-9l26 0c5 0 8 4 8 9 0 4-3 8-8 8z m-154 17l26 0c5 0 8 4 8 9 0 4-3 8-8 8l-26 0c-5 0-8-4-8-8 0-5 3-9 8-9z m154 17l-60 0c-5 0-8-4-8-8 0-5 3-9 8-9l60 0c5 0 8 4 8 9 0 4-3 8-8 8z m-94-17c2 0 4 1 6 3 2 1 2 4 2 6 0 2 0 4-2 6-3 3-9 3-12 0-2-2-3-4-3-6 0-2 1-5 3-6 1-2 4-3 6-3z m-34-25c0-5 4-9 8-9l60 0c5 0 9 4 9 9 0 4-4 8-9 8l-60 0c-4 0-8-4-8-8z m-26-9c2 0 5 1 6 3 2 1 3 3 3 6 0 2-1 4-3 6-3 3-9 3-12 0-1-2-2-4-2-6 0-3 1-5 2-6 2-2 4-3 6-3z m-85 42l0 9c0 5-4 9-9 9-4 0-8-4-8-9l0-9c-10-2-18-7-24-14-5-7-8-14-7-23 1-8 5-16 12-21l19-15 0-46c-10 3-17 13-17 24 0 5-4 9-9 9-5 0-8-4-8-9 0-21 14-38 34-42l0-7c0-5 4-9 8-9 5 0 9 4 9 9l0 7c9 2 18 7 24 14 5 7 8 14 7 23-1 8-5 16-12 21l-19 15 0 46c10-3 17-13 17-24 0-5 4-8 8-8 5 0 9 3 9 8 0 21-15 38-34 42z m8-93c3-2 5-5 6-9 0-4-1-7-3-10-3-3-7-6-11-7l0 33z m-34 49c-3 2-5 5-5 9 0 4 1 7 3 10 3 3 7 6 11 7l0-33z m138-44c-19-10-25-28-27-48-4 3-7 6-11 9-8 7-20-5-12-12 8-7 16-13 24-20 6-5 14-2 15 6 0 19 1 41 20 50 9 5 1 20-9 15z m57-34c-12-3-25-18-34-1-5 10-19 1-15-9 5-9 13-15 23-16 5-1 10 0 15 2 3 1 16 11 19 6 5-10 20-1 15 9-5 8-14 11-23 9z"/>
<glyph glyph-name="list-1" unicode="&#104;" d="M142 356l-15-4c1-5 2-9 2-14 0-31-25-57-57-57-31 0-56 26-56 57 0 31 25 56 56 56 17 0 32-7 43-19l12 11c-14 15-34 24-55 24-40 0-72-32-72-72 0-40 32-73 72-73 40 0 73 33 73 73 0 6-1 12-3 18z m56 37l314 0 0-16-314 0z m0-33l56 0 0-15-56 0z m0-32l314 0 0-15-314 0z m0-32l249 0 0-16-249 0z m-10 144l-108-107-26 26-11-11 37-37 119 118z m-46-278l-15-4c1-4 2-9 2-14 0-31-25-56-57-56-31 0-56 25-56 56 0 32 25 57 56 57 17 0 32-7 43-19l12 10c-14 16-34 25-55 25-40 0-72-33-72-73 0-40 32-72 72-72 40 0 73 32 73 72 0 6-1 12-3 18z m56 38l314 0 0-15-314 0z m0-33l56 0 0-16-56 0z m0-31l314 0 0-16-314 0z m0-34l249 0 0-15-249 0z m-10 145l-108-108-26 27-11-11 37-38 119 118z"/>
<glyph glyph-name="padnote" unicode="&#105;" d="M389 477l-90 0c-4 20-22 35-43 35-21 0-39-15-43-35l-90 0c-24 0-43-20-43-44l0-389c0-24 19-44 43-44l266 0c24 0 43 20 43 44l0 389c0 24-19 44-43 44z m-195-26c0 5 4 9 9 9l18 0c4 0 8 4 8 8 0 15 12 27 27 27 15 0 27-12 27-27 0-4 4-8 8-8l18 0c5 0 9-4 9-9l0-18c0-5-4-9-9-9l-106 0c-5 0-9 4-9 9 0 0 0 0 0 0 0 0 0 0 0 0z m9-44l106 0c12 0 21 7 25 18l46 0 0-373-248 0 0 373 46 0c4-11 13-18 25-18z m213-363c0-15-12-27-27-27l-266 0c-15 0-27 12-27 27l0 389c0 15 12 27 27 27l56 0c-1-3-2-6-2-9l0-10-54 0c-4 0-8-3-8-8l0-389c0-5 4-9 8-9l266 0c4 0 8 4 8 9l0 389c0 5-4 8-8 8l-54 0 0 10c0 3-1 6-2 9l56 0c15 0 27-12 27-27z m-160 407c5 0 8 4 8 8l0 9c0 5-3 9-8 9-5 0-8-4-8-9l0-9c0-4 3-8 8-8z m-53-115l106 0c14 0 26 12 26 26 0 14-12 26-26 26l-106 0c-14 0-26-12-26-26 0-14 12-26 26-26z m0 36l106 0c5 0 9-5 9-10 0-5-4-9-9-9l-106 0c-5 0-9 4-9 9 0 5 4 10 9 10z m88-71c5 0 9 3 9 8 0 5-4 8-9 8l-70 0c-5 0-9-3-9-8 0-5 4-8 9-8z m-132-44l168 0c4 0 8 3 8 8 0 4-4 8-8 8l-168 0c-5 0-9-4-9-8 0-5 4-8 9-8z m0-36l106 0c4 0 8 4 8 8 0 5-4 9-8 9l-106 0c-5 0-9-4-9-9 0-4 4-8 9-8z m159 8c0-4 4-8 9-8l26 0c5 0 9 4 9 8 0 5-4 9-9 9l-26 0c-5 0-9-4-9-9z m-159-43l168 0c4 0 8 3 8 8 0 5-4 8-8 8l-168 0c-5 0-9-3-9-8 0-5 4-8 9-8z m0-36l106 0c4 0 8 4 8 9 0 4-4 8-8 8l-106 0c-5 0-9-4-9-8 0-5 4-9 9-9z m194 17l-26 0c-5 0-9-4-9-8 0-5 4-9 9-9l26 0c5 0 9 4 9 9 0 4-4 8-9 8z m-194-52l168 0c4 0 8 4 8 8 0 5-4 9-8 9l-168 0c-5 0-9-4-9-9 0-4 4-8 9-8z m106-19l-106 0c-5 0-9-4-9-8 0-5 4-8 9-8l106 0c4 0 8 3 8 8 0 4-4 8-8 8z m88 0l-26 0c-5 0-9-4-9-8 0-5 4-8 9-8l26 0c5 0 9 3 9 8 0 4-4 8-9 8z"/>
<glyph glyph-name="pencil-case" unicode="&#106;" d="M115 274l326 0c0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0l52 22c3 1 5 4 5 8 0 3-2 6-5 7l-52 22c-1 0-1 0-2 0 0 0 0 0 0 0 0 1 0 1-1 1 0 0 0 0 0 0l-326 0c-11 0-21-10-21-22l0-17c0-12 10-21 21-21z m317 16l-253 0 0 27 253 0z m-269 0l-16 0 0 27 16 0z m286 4l0 19 23-9z m-338 18c0 3 2 5 4 5l15 0 0-27-15 0c-2 0-4 2-4 5z m-10 49l52-11c1 0 1 0 2 0l292 0c12 0 21 9 21 21l0 1 25 0c4 0 8 3 8 8 0 4-4 8-8 8l-25 0 0 1c0 11-9 21-21 21l-15 0 0 3c0 16-13 30-29 30l-82 0c-4 0-8-4-8-9 0-4 4-8 8-8l82 0c7 0 13-6 13-13l0-3-261 0c-1 0-1 0-2 0l-52-11c-4-1-7-4-7-8l0-22c0-4 3-7 7-8z m346 33c3 0 5-3 5-5l0-18c0-2-2-5-5-5l-15 0 0 28z m-31-28l-253 0 0 28 253 0z m-305 18l36 8 0-24-36 8z m312-231c0-5-3-9-8-9-5 0-8 4-8 9 0 4 3 8 8 8 5 0 8-4 8-8z m-33-22c0-5-3-8-8-8-4 0-8 3-8 8 0 4 4 8 8 8 5 0 8-4 8-8z m114 115l-438 0 3 41c1 8-2 15-7 21-6 6-13 9-21 9-8 0-16-3-21-9-5-6-8-13-7-21l3-41-8 0c-4 0-8-3-8-8 0-4 4-8 8-8l3 0 0-87c0-41 33-74 73-74l344 0c40 0 73 33 73 74l0 87 3 0c4 0 8 4 8 8 0 5-4 8-8 8z m-472 51c2 3 5 4 9 4 3 0 7-1 9-4 2-2 3-6 3-9l-3-42-18 0-3 42c0 3 1 7 3 9z m453-154c0-32-26-57-57-57l-344 0c-31 0-57 25-57 57l0 87 30 0c0 0 428 0 428 0z m-335 54l310 0c5 0 8 4 8 9 0 4-3 8-8 8l-310 0c-5 0-8-4-8-8 0-5 3-9 8-9z m-98 17c-5 0-8-4-8-8 0-5 3-9 8-9l65 0c5 0 8 4 8 9 0 4-3 8-8 8z"/>
<glyph glyph-name="user" unicode="&#107;" d="M345 212l-2 0c-3 2-6 3-9 4-4 2-7 3-11 4-3 1-5 2-8 3-5 1-9 2-14 3-1 1-3 1-5 1l-1 0c-2 1-5 1-8 2l-1 0c0 0 0 0 0 0l0 0c-3 0-5 1-7 1l-8 1c-10 0-21 0-30 0l-3-1-2 0-3 0c-3 0-6-1-9-1l-1 0c-2-1-4-1-6-2-2 0-5 0-7-1-4-1-9-2-13-3-3-1-6-2-9-3l-3-1c-6-2-13-5-19-8l-2-1 0 0c-73-35-121-110-121-192 0-1 0-3 1-5l0-13 424 0 0 13c1 2 1 4 1 5 0 83-49 159-124 194z m-281-191c1 73 44 140 110 171l2 1 1 0c5 2 10 4 15 6l2 1c3 1 6 2 9 3 4 1 8 2 12 3 2 0 4 1 6 1 1 0 3 1 5 1l0 0c3 0 6 1 9 1l7 1c9 0 17 1 28 0l6-1c2 0 4 0 6 0l2-1c3 0 5-1 7-1l2 0c1-1 2-1 4-1 4-1 8-2 12-3 2-1 5-2 8-3 3-1 6-2 9-3 3-1 6-3 9-4l1 0c67-31 111-98 112-172l-384 0z m141 236c1 0 3-1 4-1l4-2c1 0 2-1 4-1 12-4 25-6 38-6l1 0c5 0 9 0 14 1 1 0 3 0 4 0l3 1c2 0 4 0 6 1 1 0 2 0 4 1l3 0c2 1 4 1 6 2 1 0 2 1 3 1l3 1c2 1 4 1 6 2 1 1 1 1 2 1l1 1c3 1 6 2 8 4l2 1c3 2 6 4 10 6 1 1 3 2 4 3l6 4c30 26 48 63 48 101l0 1c0 74-60 133-133 133-69 0-128-55-132-124l0-2c0-2 0-4 0-7 0-53 31-101 81-122z m-60 128l0 1c4 59 52 105 111 105 62 0 112-50 112-111l0-1c0-33-15-64-41-86l-5-4c-1 0-2-1-3-2-3-2-5-4-8-5l-2-1c-2-1-4-2-7-3l-2-2c-2 0-4-1-5-1l-4-2c0 0-1 0-2 0-1-1-2-1-4-1l-4-1c-1-1-1-1-2-1-2 0-3-1-4-1l-4 0c-1-1-2-1-3-1-4 0-7 0-11 0l-1 0 0 0c-11 0-22 1-33 5-1 0-2 0-3 1l-4 1c-1 1-2 1-3 1-42 18-69 58-69 103 0 2 1 4 1 6z"/>
<glyph glyph-name="bars" unicode="&#108;" d="M0 481l512 0 0-20-512 0z m0-143l512 0 0-21-512 0z m0-143l512 0 0-21-512 0z m0-144l512 0 0-20-512 0z"/>
<glyph glyph-name="line-chart" unicode="&#112;" d="M465 438c-25 0-46-21-46-47 0-15 7-28 18-36l-115-202c-8 9-20 15-33 15-10 0-18-3-25-8l-86 112c5 7 8 16 8 26 0 26-21 46-46 46-26 0-47-20-47-46 0-10 3-19 8-26l-42-51c-4 2-8 2-12 2-26 0-47-20-47-46 0-26 21-47 47-47 25 0 46 21 46 47 0 14-7 27-17 36l39 46c7-5 15-8 25-8 9 0 17 3 24 8l86-112c-5-7-8-16-8-26 0-26 21-47 47-47 25 0 46 21 46 47 0 5-1 9-2 13 0 0 1 1 1 1l119 211c4-1 8-2 12-2 26 0 47 21 47 47 0 26-21 47-47 47z m-418-289c-16 0-28 12-28 28 0 15 12 28 28 28 15 0 27-13 27-28 0-16-12-28-27-28z m93 121c-16 0-28 12-28 28 0 15 12 28 28 28 15 0 28-13 28-28 0-16-13-28-28-28z m149-177c-16 0-28 13-28 28 0 15 12 28 28 28 15 0 28-13 28-28 0-15-13-28-28-28z m176 270c-15 0-27 13-27 28 0 15 12 28 27 28 16 0 28-13 28-28 0-15-12-28-28-28z"/>
<glyph glyph-name="flask" unicode="&#109;" d="M446 86l-134 203 0 177c9 3 16 12 16 22 0 13-11 24-24 24l-96 0c-13 0-24-11-24-24 0-10 7-19 16-22l0-177-134-203c-11-17-12-38-2-57 10-18 28-29 49-29l286 0c21 0 39 11 49 29 10 19 9 40-2 57z m-238 411l96 0c5 0 9-4 9-9 0-4-4-8-9-8l-96 0c-5 0-9 4-9 8 0 5 4 9 9 9z m227-461c-7-13-21-21-36-21l-286 0c-15 0-29 8-36 21-7 14-6 29 2 42l135 205c1 1 1 3 1 4l0 178 82 0 0-178c0-1 0-3 1-4l135-205c8-13 9-28 2-42z m-74 120c-1 2-4 3-6 3l-198 0c-2 0-5-1-6-3l-58-87c-5-8-5-17-1-25 4-7 12-12 21-12l286 0c9 0 17 5 21 12 4 8 4 17-1 25z m46-104c-1-2-4-5-8-5l-286 0c-4 0-7 3-8 5-1 2-2 5 1 8l55 84 190 0 55-84c3-3 2-6 1-8z m-207 75c-13 0-24-10-24-23 0-13 11-24 24-24 13 0 23 11 23 24 0 13-10 23-23 23z m0-32c-5 0-9 4-9 9 0 4 4 8 9 8 5 0 8-4 8-8 0-5-3-9-8-9z m128 16c-13 0-23-10-23-23 0-13 10-24 23-24 13 0 24 11 24 24 0 13-11 23-24 23z m0-32c-5 0-8 4-8 9 0 4 3 8 8 8 5 0 9-4 9-8 0-5-4-9-9-9z m-48 40c-2 0-4-1-5-2-2-1-2-3-2-5 0-2 0-4 2-6 1-1 3-2 5-2 2 0 4 1 5 2 2 2 3 4 3 6 0 2-1 4-3 5-1 1-3 2-5 2z m-40 65c2 0 4 1 5 3 2 1 2 3 2 5 0 2 0 4-2 5-1 2-3 2-5 2-2 0-4 0-5-2-2-1-3-3-3-5 0-2 1-4 3-5 1-2 3-3 5-3z m32 64c2 0 4 1 5 3 2 1 3 3 3 5 0 2-1 4-3 5-1 2-3 3-5 3-2 0-4-1-5-3-2-1-2-3-2-5 0-2 0-4 2-5 1-2 3-3 5-3z m-24 65c2 0 4 0 5 2 2 1 3 3 3 5 0 2-1 4-3 5-1 2-3 3-5 3-2 0-4-1-5-3-2-1-3-3-3-5 0-2 1-4 3-5 1-2 3-2 5-2z m0-234c-2 0-4-1-5-2-2-1-3-3-3-5 0-2 1-4 3-6 1-1 3-2 5-2 2 0 4 1 5 2 2 2 3 4 3 6 0 2-1 4-3 5-1 1-3 2-5 2z m-96 0c-2 0-4-1-6-2-1-1-2-3-2-5 0-2 1-4 2-6 2-1 4-2 6-2 2 0 4 1 5 2 2 2 2 4 2 6 0 2 0 4-2 5-1 1-3 2-5 2z"/>
<glyph glyph-name="grid" unicode="&#110;" d="M0 512l0-512 512 0 0 512z m160-480l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m160-320l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m160-320l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z m0 160l-128 0 0 128 128 0z"/>
<glyph glyph-name="picture" unicode="&#111;" d="M503 459l-494 0c-5 0-9-4-9-9l0-388c0-5 4-9 9-9l494 0c5 0 9 4 9 9l0 388c0 5-4 9-9 9z m-9-388l-476 0 0 370 476 0z m-353 193c27 0 49 22 49 49 0 27-22 49-49 49-27 0-49-22-49-49 0-27 22-49 49-49z m0 80c18 0 32-14 32-31 0-18-14-32-32-32-17 0-31 14-31 32 0 17 14 31 31 31z m-79-238c2 0 4 1 6 2l144 127 91-91c3-3 9-3 12 0 4 3 4 9 0 12l-42 43 81 89 99-91c4-4 9-4 13 0 3 4 3 9-1 13l-106 97c-2 1-4 2-6 2-3 0-5-1-6-3l-87-95-42 42c-3 4-8 4-12 1l-150-133c-4-3-4-8-1-12 2-2 4-3 7-3z"/>
<glyph glyph-name="website" unicode="&#113;" d="M503 351l-114 0 0 86c0 5-4 9-9 9l-371 0c-5 0-9-4-9-9l0-267c0-5 4-9 9-9l114 0 0-86c0-5 4-9 9-9l371 0c5 0 9 4 9 9l0 267c0 5-4 9-9 9z m-9-52l-353 0 0 34 353 0z m-123 129l0-35-353 0 0 35z m-353-249l0 197 353 0 0-25-239 0c-5 0-9-4-9-9l0-163z m123 102l107 0 0-197-107 0z m125-197l0 197 228 0 0-197z m-107 223c2 0 5 1 6 3 2 2 3 4 3 6 0 2-1 5-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-1-3-4-3-6 0-2 1-4 3-6 1-2 4-3 6-3z m22 0c2 0 5 1 6 3 2 2 3 4 3 6 0 2-1 5-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-1-3-4-3-6 0-2 1-4 3-6 1-2 4-3 6-3z m22 0c2 0 5 1 6 3 2 2 3 4 3 6 0 2-1 5-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-1-3-4-3-6 0-2 1-4 3-6 1-2 4-3 6-3z m-37-62l57 0c5 0 9 4 9 9 0 5-4 9-9 9l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9z m57-14l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z m199 64l-133 0c-5 0-9-4-9-9 0-5 4-9 9-9l133 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-133 0c-5 0-9-4-9-9 0-5 4-9 9-9l133 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-133 0c-5 0-9-4-9-9 0-5 4-9 9-9l133 0c5 0 9 4 9 9 0 5-4 9-9 9z m-386 203c2 0 5 1 6 2 2 2 3 4 3 7 0 2-1 4-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-2-3-4-3-6 0-3 1-5 3-7 1-1 4-2 6-2z m22 0c2 0 5 1 6 2 2 2 3 4 3 7 0 2-1 4-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-2-3-4-3-6 0-3 1-5 3-7 1-1 4-2 6-2z m22 0c2 0 5 1 6 2 2 2 3 4 3 7 0 2-1 4-3 6-1 2-4 3-6 3-2 0-5-1-6-3-2-2-3-4-3-6 0-3 1-5 3-7 1-1 4-2 6-2z m20-45l-57 0c-5 0-9-4-9-8 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 4-4 8-9 8z m0-31l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-32l-57 0c-5 0-9-4-9-9 0-5 4-9 9-9l57 0c5 0 9 4 9 9 0 5-4 9-9 9z"/>
<glyph glyph-name="screen" unicode="&#114;" d="M484 469l0 1-456 0 0-1c-15-1-26-13-28-27l0-300c0-6 2-11 4-15 6-10 14-16 26-16l165 0 0-41-31 0c-8 0-14-6-14-14 0-8 6-14 14-14l184 0c8 0 14 6 14 14 0 8-6 14-14 14l-31 0 0 41 165 0c11 0 20 6 26 16 2 4 4 9 4 15l0 300c-2 14-14 26-28 27z m0-30l0-297c0-2-1-3-2-3l-452 0c-2 0-2 1-2 3l0 300 456 0z"/>
<glyph glyph-name="interface-windows" unicode="&#115;" d="M104 456c-13 0-24-11-24-24 0-13 11-24 24-24 13 0 24 11 24 24 0 13-11 24-24 24m64 0c-13 0-24-11-24-24 0-13 11-24 24-24 13 0 24 11 24 24 0 13-11 24-24 24m64 0c-13 0-24-11-24-24 0-13 11-24 24-24 13 0 24 11 24 24 0 13-11 24-24 24m216-40l-32 0 0 32c0 35-29 64-64 64l-288 0c-35 0-64-29-64-64l0-288c0-35 29-64 64-64l32 0 0-32c0-35 29-64 64-64l288 0c35 0 64 29 64 64l0 288c0 35-29 64-64 64m-416 32c0 18 14 32 32 32l288 0c18 0 32-14 32-32l0-64-352 0z m32-320c-18 0-32 14-32 32l0 192 352 0 0-192c0-18-14-32-32-32z m416-64c0-18-14-32-32-32l-288 0c-18 0-32 14-32 32l0 32 224 0c35 0 64 29 64 64l0 128 64 0z m0 256l-64 0 0 64 32 0c18 0 32-14 32-32z"/>
<glyph glyph-name="clock" unicode="&#116;" d="M255 512c-140 0-255-115-255-255 0-141 115-256 255-256 141 0 256 115 256 256 0 140-115 255-256 255z m0-488c-128 0-232 105-232 233 0 128 104 232 232 232 128 0 233-104 233-232 0-128-105-233-233-233z m-78 401l-10 18-10-5 9-19c4 2 7 4 11 6z m-108-172c0 4 0 7 0 11l-26 0 0-23 26 0c0 4 0 8 0 12z m203 190l0 27-24 0 0-27c4 1 8 1 12 1 4 0 8 0 12-1z m184-103l-5 11-21-11c2-4 4-7 5-11z m-95 75c4-2 7-4 10-7l12 18-10 7z m-283-49l19-14c2 4 4 7 6 10l-18 13z m261-287l14-28 10 5-14 28c-3-2-7-4-10-5z m72 57l25-17 6 9-24 17c-2-3-5-6-7-9z m40 128c0-4 0-7 0-11 0-4 0-8 0-12l26 0 0 23z m-203-202l0-26 24 0 0 26c-4 0-8-1-12-1-4 0-8 1-12 1z m-110 6l9-7 17 26c-3 2-7 4-10 6z m-74 86l5-11 26 14c-2 3-4 6-6 10z m204 269l-16 0 0-177-96-105 2-3 94 103 124 0 0 23-108 0z"/>
<glyph glyph-name="rss-feed" unicode="&#117;" d="M342 282c-3 2-6 2-9 0l-159-115-159 115c-3 2-7 2-10 0-3-1-5-4-5-8l0-228c0-5 4-9 9-9l329 0c5 0 9 4 9 9l0 228c0 4-1 7-5 8z m-13-227l-311 0 0 201 150-108c4-2 8-2 11 0l150 108z m15 254l-165 119c-3 2-7 2-11 0l-164-119c-3-2-5-6-4-10 2-4 5-6 9-6l329 0c4 0 8 2 9 6 1 4 0 8-3 10z m-307 2l137 98 136-98z m114-192l-101 0c-5 0-9-4-9-9 0-5 4-9 9-9l101 0c5 0 9 4 9 9 0 5-4 9-9 9z m0-28l-101 0c-5 0-9-4-9-9 0-5 4-9 9-9l101 0c5 0 9 4 9 9 0 5-4 9-9 9z m160 284c-5 0-9-4-9-9 0-5 4-9 9-9 40 0 73-33 73-74 0-5 4-9 9-9 5 0 9 4 9 9 0 51-41 92-91 92z m-9 46c-5 0-9-5-9-10 0-5 4-9 9-9 75 0 137-61 137-137 0-5 4-9 9-9 5 0 9 4 9 9 0 86-70 156-155 156z m-9 54c-5 0-10-4-10-9 0-5 5-9 10-9 110 0 201-90 201-201 0-5 4-9 9-9 5 0 9 4 9 9 0 121-98 219-219 219z"/>
<glyph glyph-name="mail" unicode="&#100;" d="M0 448l0-384 512 0 0 384z m450-32l-194-156-194 156z m-418-320l0 303 224-179 224 179 0-303z"/>
<glyph glyph-name="ios-email-outline" unicode="&#118;" d="M64 384l0-256 384 0 0 256z m192-140l-163 124 326 0z m-176-100l0 214 115-88-68-77 2-2 79 70 48-37 48 37 79-70 2 2-68 77 115 88 0-214z"/>
<glyph glyph-name="paper-airplane" unicode="&#119;" d="M32 240l128-48 16-160 80 112 112-112 112 448z m319-145l-95 97 128 176-192-154-83 31 322 173z"/>
<glyph glyph-name="ios-email" unicode="&#120;" d="M448 128l0 242-131-100 68-77-2-2-79 70-48-37-48 37-79-70-2 2 68 77-131 100 0-242z m-8 256l-368 0 184-140z"/>
<glyph glyph-name="page" unicode="&#65;" d="M362 512l-293 0 0-510 372 0 0 417z m-4-21l61-72-61 0z m67-473l-340 0 0 477 256 0 0-92 84 0z m-105 381l0 13-212 0 0-13z m0-36l0 13-212 0 0-13z m0-35l0 12-212 0 0-12z m-208-264l273 0 0-13-273 0z m23 164l37 0 0-133-37 0z m119 0l37 0 0-133-37 0z m60 35l37 0 0-168-37 0z m-120 15l37 0 0-183-37 0z"/>
<glyph glyph-name="close" unicode="&#121;" d="M295 230c-5 5-13 5-17 0-5-5-5-13 0-18l98-97c3-2 6-3 9-3 3 0 7 1 9 3 5 5 5 13 0 18z m-88 56c2-3 6-4 9-4 3 0 6 1 9 4 4 5 4 13 0 17l-95 95c-5 5-13 5-17 0-5-5-5-12 0-17z m189 112c-5 5-12 5-17 0l-264-265c-5-5-5-13 0-18 3-2 6-3 9-3 3 0 6 1 9 3l263 266c5 5 5 12 0 17z"/>
<glyph glyph-name="search" unicode="&#122;" d="M508 26l-125 125c33 38 54 88 54 143 0 120-98 218-219 218-120 0-218-98-218-218 0-121 98-219 218-219 55 0 105 21 144 54l124-124c3-3 7-5 11-5 4 0 8 1 11 5 5 5 5 15 0 21z m-477 268c0 103 84 187 187 187 104 0 188-84 188-187 0-104-84-188-188-188-103 0-187 84-187 188z"/>
</font></defs></svg>

After

Width:  |  Height:  |  Size: 20 KiB

@ -0,0 +1,256 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Font Reference - Dashboard</title>
<link href="http://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="styles.css">
<style type="text/css">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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0;vertical-align:middle}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}a img{border:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:'Dosis','Tahoma',sans-serif}.container{margin:15px auto;width:80%}h1{margin:40px 0 20px;font-weight:700;font-size:38px;line-height:32px;color:#fb565e}h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercase;font-weight:500}.small{font-size:14px;color:#a5adb4;}.small a{color:#a5adb4;}.small a:hover{color:#fb565e}.glyphs.character-mapping{margin:0 0 20px 0;padding:20px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}.glyphs.character-mapping li{margin:0 30px 20px 0;display:inline-block;width:90px}.glyphs.character-mapping .icon{margin:10px 0 10px 15px;padding:15px;position:relative;width:55px;height:55px;color:#162a36 !important;overflow:hidden;-webkit-border-radius:3px;border-radius:3px;font-size:32px;}.glyphs.character-mapping .icon svg{fill:#000}.glyphs.character-mapping input{margin:0;padding:5px 0;line-height:12px;font-size:12px;display:block;width:100%;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;text-align:center;outline:0;}.glyphs.character-mapping input:focus{border:1px solid #fbde4a;-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.character-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.css-mapping{margin:0 0 60px 0;padding:30px 0 20px 30px;color:rgba(0,0,0,0.5);border:1px solid #d8e0e5;-webkit-border-radius:3px;border-radius:3px;}.glyphs.css-mapping li{margin:0 30px 20px 0;padding:0;display:inline-block;overflow:hidden}.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px;color:#162a36 !important;overflow:hidden;float:left;font-size:24px}.glyphs.css-mapping input{margin:0;margin-top:5px;padding:8px;line-height:16px;font-size:16px;display:block;width:150px;height:40px;border:1px solid #d8e0e5;-webkit-border-radius:5px;border-radius:5px;background:#fff;outline:0;float:right;}.glyphs.css-mapping input:focus{border:1px solid #fbde4a;-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}.glyphs.css-mapping input:hover{-webkit-box-shadow:inset 0 0 3px #fbde4a;box-shadow:inset 0 0 3px #fbde4a}</style>
</head>
<body>
<div class="container">
<h1>Dashboard</h1>
<p class="small">This font was created with<a href="http://fontastic.me/">Fontastic</a></p>
<h2>CSS mapping</h2>
<ul class="glyphs css-mapping">
<li>
<div class="icon icon-home"></div>
<input type="text" readonly="readonly" value="home">
</li>
<li>
<div class="icon icon-form"></div>
<input type="text" readonly="readonly" value="form">
</li>
<li>
<div class="icon icon-list"></div>
<input type="text" readonly="readonly" value="list">
</li>
<li>
<div class="icon icon-presentation"></div>
<input type="text" readonly="readonly" value="presentation">
</li>
<li>
<div class="icon icon-bill"></div>
<input type="text" readonly="readonly" value="bill">
</li>
<li>
<div class="icon icon-check"></div>
<input type="text" readonly="readonly" value="check">
</li>
<li>
<div class="icon icon-list-1"></div>
<input type="text" readonly="readonly" value="list-1">
</li>
<li>
<div class="icon icon-padnote"></div>
<input type="text" readonly="readonly" value="padnote">
</li>
<li>
<div class="icon icon-pencil-case"></div>
<input type="text" readonly="readonly" value="pencil-case">
</li>
<li>
<div class="icon icon-user"></div>
<input type="text" readonly="readonly" value="user">
</li>
<li>
<div class="icon icon-bars"></div>
<input type="text" readonly="readonly" value="bars">
</li>
<li>
<div class="icon icon-line-chart"></div>
<input type="text" readonly="readonly" value="line-chart">
</li>
<li>
<div class="icon icon-flask"></div>
<input type="text" readonly="readonly" value="flask">
</li>
<li>
<div class="icon icon-grid"></div>
<input type="text" readonly="readonly" value="grid">
</li>
<li>
<div class="icon icon-picture"></div>
<input type="text" readonly="readonly" value="picture">
</li>
<li>
<div class="icon icon-website"></div>
<input type="text" readonly="readonly" value="website">
</li>
<li>
<div class="icon icon-screen"></div>
<input type="text" readonly="readonly" value="screen">
</li>
<li>
<div class="icon icon-interface-windows"></div>
<input type="text" readonly="readonly" value="interface-windows">
</li>
<li>
<div class="icon icon-clock"></div>
<input type="text" readonly="readonly" value="clock">
</li>
<li>
<div class="icon icon-rss-feed"></div>
<input type="text" readonly="readonly" value="rss-feed">
</li>
<li>
<div class="icon icon-mail"></div>
<input type="text" readonly="readonly" value="mail">
</li>
<li>
<div class="icon icon-ios-email-outline"></div>
<input type="text" readonly="readonly" value="ios-email-outline">
</li>
<li>
<div class="icon icon-paper-airplane"></div>
<input type="text" readonly="readonly" value="paper-airplane">
</li>
<li>
<div class="icon icon-ios-email"></div>
<input type="text" readonly="readonly" value="ios-email">
</li>
<li>
<div class="icon icon-page"></div>
<input type="text" readonly="readonly" value="page">
</li>
<li>
<div class="icon icon-close"></div>
<input type="text" readonly="readonly" value="close">
</li>
<li>
<div class="icon icon-search"></div>
<input type="text" readonly="readonly" value="search">
</li>
</ul>
<h2>Character mapping</h2>
<ul class="glyphs character-mapping">
<li>
<div data-icon="b" class="icon"></div>
<input type="text" readonly="readonly" value="b">
</li>
<li>
<div data-icon="a" class="icon"></div>
<input type="text" readonly="readonly" value="a">
</li>
<li>
<div data-icon="c" class="icon"></div>
<input type="text" readonly="readonly" value="c">
</li>
<li>
<div data-icon="e" class="icon"></div>
<input type="text" readonly="readonly" value="e">
</li>
<li>
<div data-icon="f" class="icon"></div>
<input type="text" readonly="readonly" value="f">
</li>
<li>
<div data-icon="g" class="icon"></div>
<input type="text" readonly="readonly" value="g">
</li>
<li>
<div data-icon="h" class="icon"></div>
<input type="text" readonly="readonly" value="h">
</li>
<li>
<div data-icon="i" class="icon"></div>
<input type="text" readonly="readonly" value="i">
</li>
<li>
<div data-icon="j" class="icon"></div>
<input type="text" readonly="readonly" value="j">
</li>
<li>
<div data-icon="k" class="icon"></div>
<input type="text" readonly="readonly" value="k">
</li>
<li>
<div data-icon="l" class="icon"></div>
<input type="text" readonly="readonly" value="l">
</li>
<li>
<div data-icon="p" class="icon"></div>
<input type="text" readonly="readonly" value="p">
</li>
<li>
<div data-icon="m" class="icon"></div>
<input type="text" readonly="readonly" value="m">
</li>
<li>
<div data-icon="n" class="icon"></div>
<input type="text" readonly="readonly" value="n">
</li>
<li>
<div data-icon="o" class="icon"></div>
<input type="text" readonly="readonly" value="o">
</li>
<li>
<div data-icon="q" class="icon"></div>
<input type="text" readonly="readonly" value="q">
</li>
<li>
<div data-icon="r" class="icon"></div>
<input type="text" readonly="readonly" value="r">
</li>
<li>
<div data-icon="s" class="icon"></div>
<input type="text" readonly="readonly" value="s">
</li>
<li>
<div data-icon="t" class="icon"></div>
<input type="text" readonly="readonly" value="t">
</li>
<li>
<div data-icon="u" class="icon"></div>
<input type="text" readonly="readonly" value="u">
</li>
<li>
<div data-icon="d" class="icon"></div>
<input type="text" readonly="readonly" value="d">
</li>
<li>
<div data-icon="v" class="icon"></div>
<input type="text" readonly="readonly" value="v">
</li>
<li>
<div data-icon="w" class="icon"></div>
<input type="text" readonly="readonly" value="w">
</li>
<li>
<div data-icon="x" class="icon"></div>
<input type="text" readonly="readonly" value="x">
</li>
<li>
<div data-icon="A" class="icon"></div>
<input type="text" readonly="readonly" value="A">
</li>
<li>
<div data-icon="y" class="icon"></div>
<input type="text" readonly="readonly" value="y">
</li>
<li>
<div data-icon="z" class="icon"></div>
<input type="text" readonly="readonly" value="z">
</li>
</ul>
</div>
<script>(function() {
var glyphs, i, len, ref;
ref = document.getElementsByClassName('glyphs');
for (i = 0, len = ref.length; i < len; i++) {
glyphs = ref[i];
glyphs.addEventListener('click', function(event) {
if (event.target.tagName === 'INPUT') {
return event.target.select();
}
});
}
}).call(this);
</script>
</body>
</html>

@ -0,0 +1,121 @@
@charset "UTF-8";
@font-face {
font-family: "dashboard";
src:url("fonts/dashboard.eot");
src:url("fonts/dashboard.eot?#iefix") format("embedded-opentype"),
url("fonts/dashboard.woff") format("woff"),
url("fonts/dashboard.ttf") format("truetype"),
url("fonts/dashboard.svg#dashboard") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "dashboard" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "dashboard" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
content: "\62";
}
.icon-form:before {
content: "\61";
}
.icon-list:before {
content: "\63";
}
.icon-presentation:before {
content: "\65";
}
.icon-bill:before {
content: "\66";
}
.icon-check:before {
content: "\67";
}
.icon-list-1:before {
content: "\68";
}
.icon-padnote:before {
content: "\69";
}
.icon-pencil-case:before {
content: "\6a";
}
.icon-user:before {
content: "\6b";
}
.icon-bars:before {
content: "\6c";
}
.icon-line-chart:before {
content: "\70";
}
.icon-flask:before {
content: "\6d";
}
.icon-grid:before {
content: "\6e";
}
.icon-picture:before {
content: "\6f";
}
.icon-website:before {
content: "\71";
}
.icon-screen:before {
content: "\72";
}
.icon-interface-windows:before {
content: "\73";
}
.icon-clock:before {
content: "\74";
}
.icon-rss-feed:before {
content: "\75";
}
.icon-mail:before {
content: "\64";
}
.icon-ios-email-outline:before {
content: "\76";
}
.icon-paper-airplane:before {
content: "\77";
}
.icon-ios-email:before {
content: "\78";
}
.icon-page:before {
content: "\41";
}
.icon-close:before {
content: "\79";
}
.icon-search:before {
content: "\7a";
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 204.8 207.5" enable-background="new 0 0 204.8 207.5" xml:space="preserve">
<g id="BACKGROUND" display="none">
<rect x="-62.2" y="-51" display="inline" fill="#FFFFFF" width="800" height="800"/>
</g>
<g id="OBJECTS">
<g>
<g>
<polygon fill="#2B292A" points="101.4,77.6 103.7,74.5 124.4,47.1 120.1,36.8 82.7,36.8 78.4,47.1 99.1,74.5 "/>
<g>
<path fill="#2B292A" d="M35.1,123.3l-7.6-37.3h6l4.9,25.9l4.6-25.9h6.2l-7.6,37.3H35.1z"/>
<path fill="#2B292A" d="M53.3,123.3V86.1H60v37.3H53.3z"/>
<path fill="#2B292A" d="M65.7,123.3V86.1h4.7l9.1,21.1V86.1h5.6v37.3h-4.4l-9.2-22.2v22.2H65.7z"/>
<path fill="#2B292A" d="M94.4,123.3V91.1h-6.2v-5h19.1v5h-6v32.2H94.4z"/>
<path fill="#2B292A" d="M108,123.3l7.6-37.3h7.1l7.6,37.3h-6.3l-1.5-8.7H116l-1.5,8.7H108z M116.7,110.3h5L119.2,95L116.7,110.3
z"/>
<path fill="#2B292A" d="M143.1,123.8c-3.5,0-6.1-1.1-7.6-3.3c-1.6-2.2-2.3-5.4-2.3-9.6V98.8c0-2.1,0.2-4,0.5-5.5
c0.3-1.6,0.9-2.9,1.7-4.1s1.9-2,3.3-2.6c1.4-0.6,3.1-0.9,5.1-0.9c3.7,0,6.3,0.9,7.9,2.7c1.6,1.8,2.4,4.5,2.4,8.2v1.8h-6.5v-1.9
c0-0.8,0-1.5-0.1-2c0-0.5-0.1-1.1-0.3-1.6c-0.1-0.5-0.3-0.9-0.6-1.2s-0.6-0.5-1.1-0.7s-1-0.3-1.7-0.3c-0.5,0-1,0.1-1.4,0.2
c-0.4,0.1-0.7,0.3-1,0.5c-0.3,0.2-0.5,0.5-0.7,0.8c-0.2,0.3-0.3,0.7-0.4,1c-0.1,0.3-0.2,0.7-0.2,1.2c-0.1,0.5-0.1,1-0.1,1.3
c0,0.4,0,0.9,0,1.5v15c0,2.2,0.3,3.9,0.8,4.9c0.6,1,1.6,1.6,3.2,1.6c0.8,0,1.5-0.2,2-0.5c0.5-0.3,1-0.8,1.3-1.4
c0.3-0.6,0.5-1.3,0.7-2.1s0.2-1.8,0.2-2.9v-3.1h-4v-4.4h10.1v18.9h-4.4l-0.5-3.8C148.3,122.4,146.2,123.8,143.1,123.8z"/>
<path fill="#2B292A" d="M159.5,123.3V86.1H175v4.8h-8.8v10.7h7v4.8h-7v12.3h8.9v4.7H159.5z"/>
</g>
<g>
<path fill="#2B292A" d="M53.9,132.7v1.7h-6v3h5.4v1.7h-5.4v3H54v1.7H46v-11H53.9z"/>
<path fill="#2B292A" d="M59.8,134.4c-1.1,0-1.8,0.4-1.8,1.2c0,2.4,6,1.1,5.9,5.1c0,2-1.7,3.2-4.2,3.2c-1.7,0-3.4-0.7-4.5-1.8
l0.8-1.6c1.1,1,2.6,1.6,3.7,1.6c1.3,0,2.1-0.5,2.1-1.3c0-2.5-6-1.1-6-5c0-1.9,1.6-3.1,4-3.1c1.4,0,2.8,0.5,3.9,1.1l-0.8,1.6
C61.8,134.7,60.6,134.4,59.8,134.4z"/>
<path fill="#2B292A" d="M73.7,132.7v1.7h-3.5v9.4h-1.9v-9.4h-3.5v-1.7H73.7z"/>
<path fill="#2B292A" d="M81.3,141.3h-5.6l-1.1,2.5h-1.9l4.9-11h1.9l4.8,11h-2L81.3,141.3z M80.6,139.6l-2.1-4.9l-2.1,4.9H80.6z"
/>
<path fill="#2B292A" d="M94.3,135.5c0,1.2-0.7,2.2-1.9,2.5c1.5,0.3,2.4,1.3,2.4,2.8c0,1.9-1.5,3-4,3h-4.9v-11h4.8
C92.9,132.7,94.3,133.8,94.3,135.5z M92.4,135.8c0-0.9-0.7-1.4-1.9-1.4h-2.8v2.9h2.8C91.7,137.3,92.4,136.8,92.4,135.8z
M92.8,140.5c0-1-0.9-1.6-2.3-1.6h-2.8v3.2h2.8C92,142.1,92.8,141.5,92.8,140.5z"/>
<path fill="#2B292A" d="M98.8,132.7v9.4h4.8v1.7h-6.6v-11H98.8z"/>
<path fill="#2B292A" d="M107.2,132.7v11h-1.9v-11H107.2z"/>
<path fill="#2B292A" d="M113.6,134.4c-1.1,0-1.8,0.4-1.8,1.2c0,2.4,6,1.1,5.9,5.1c0,2-1.7,3.2-4.2,3.2c-1.7,0-3.4-0.7-4.5-1.8
l0.8-1.6c1.1,1,2.6,1.6,3.7,1.6c1.3,0,2.1-0.5,2.1-1.3c0-2.5-6-1.1-6-5c0-1.9,1.6-3.1,4-3.1c1.4,0,2.8,0.5,3.9,1.1l-0.8,1.6
C115.7,134.7,114.5,134.4,113.6,134.4z"/>
<path fill="#2B292A" d="M121.8,132.7v4.8h5.9v-4.8h1.9v11h-1.9v-4.6h-5.9v4.6h-1.9v-11H121.8z"/>
<path fill="#2B292A" d="M140.3,132.7v1.7h-6v3h5.4v1.7h-5.4v3h6.2v1.7h-8.1v-11H140.3z"/>
<path fill="#2B292A" d="M153,138.2c0,3.2-2.4,5.5-5.8,5.5h-4.5v-11h4.5C150.6,132.7,153,135,153,138.2z M151.1,138.3
c0-2.3-1.7-3.9-3.9-3.9h-2.6v7.7h2.7C149.5,142.1,151.1,140.5,151.1,138.3z"/>
<path fill="#2B292A" d="M87.8,151.6v11.1H86v-9.4h-2.4v-1.7H87.8z"/>
<path fill="#2B292A" d="M95.8,161.2c2.1,0,3.1-1.6,3.1-4c-0.6,1-1.6,1.6-3,1.6c-2.2,0-3.5-1.4-3.5-3.5c0-2.3,1.5-3.7,3.9-3.7
c2.8,0,4.5,2,4.5,5.4c0,3.5-1.8,5.8-4.7,5.8c-1.1,0-2.4-0.3-3.3-0.8l0.7-1.4C94,161,94.9,161.2,95.8,161.2z M94,155.3
c0,1.3,0.8,2.1,2.1,2.1c1.5,0,2.4-1,2.4-2.1c0-1-0.7-2.1-2.3-2.1C94.9,153.1,94,153.9,94,155.3z"/>
<path fill="#2B292A" d="M105.5,161.2c2.1,0,3.1-1.6,3.1-4c-0.6,1-1.6,1.6-3,1.6c-2.2,0-3.5-1.4-3.5-3.5c0-2.3,1.5-3.7,3.9-3.7
c2.8,0,4.5,2,4.5,5.4c0,3.5-1.8,5.8-4.7,5.8c-1.1,0-2.4-0.3-3.3-0.8l0.7-1.4C103.8,161,104.7,161.2,105.5,161.2z M103.8,155.3
c0,1.3,0.8,2.1,2.1,2.1c1.5,0,2.4-1,2.4-2.1c0-1-0.7-2.1-2.3-2.1C104.7,153.1,103.8,153.9,103.8,155.3z"/>
<path fill="#2B292A" d="M120.3,151.6v1.4l-4.7,9.6h-2l4.6-9.4h-4.7l0,1.5h-1.7v-3.2H120.3z"/>
</g>
<g>
<path fill="#FFFFFF" d="M99.1,64.9l-4.2-20.8h3.4l2.7,14.5l2.6-14.5h3.4l-4.2,20.8H99.1z"/>
</g>
<path fill="#2B292A" d="M30.6,176.1c9.2,9.2,19.9,16.4,31.8,21.5c12.3,5.2,25.5,7.9,39,7.9c13.5,0,26.6-2.6,39-7.9
c11.9-5,22.6-12.3,31.8-21.5c9.2-9.2,16.4-19.9,21.5-31.8c5.2-12.3,7.9-25.5,7.9-39c0-13.5-2.6-26.6-7.9-39
c-5-11.9-12.3-22.6-21.5-31.8c-9.2-9.2-19.9-16.4-31.8-21.5c-12.3-5.2-25.5-7.9-39-7.9c-13.5,0-26.6,2.6-39,7.9
c-11.9,5-22.6,12.3-31.8,21.5c-9.2,9.2-16.4,19.9-21.5,31.8c-5.2,12.3-7.9,25.5-7.9,39c0,13.5,2.6,26.6,7.9,39
C14.2,156.2,21.4,166.9,30.6,176.1z M101.4,8.6c25.8,0,50.1,10.1,68.4,28.3s28.3,42.5,28.3,68.4c0,25.8-10.1,50.1-28.3,68.4
S127.2,202,101.4,202c-25.8,0-50.1-10.1-68.4-28.3S4.7,131.1,4.7,105.3c0-25.8,10.1-50.1,28.3-68.4S75.6,8.6,101.4,8.6z"/>
<path fill="#2B292A" d="M16.2,105.3c0,22.8,8.9,44.2,25,60.3c16.1,16.1,37.5,25,60.3,25c22.8,0,44.2-8.9,60.3-25
c16.1-16.1,25-37.5,25-60.3c0-22.8-8.9-44.2-25-60.3c-16.1-16.1-37.5-25-60.3-25c-22.8,0-44.2,8.9-60.3,25
C25,61.1,16.2,82.5,16.2,105.3z M101.4,23.5c21.8,0,42.4,8.5,57.8,24c15.4,15.4,24,36,24,57.8s-8.5,42.4-24,57.8
c-15.4,15.4-36,24-57.8,24c-21.8,0-42.4-8.5-57.8-24c-15.4-15.4-24-36-24-57.8s8.5-42.4,24-57.8C59,32,79.6,23.5,101.4,23.5z"/>
<path fill="#2B292A" d="M150.8,179.9l1.1,1.7c1-0.6,1.9-1.3,2.8-2l-1.2-1.6C152.7,178.6,151.8,179.2,150.8,179.9z"/>
<path fill="#2B292A" d="M93,16.2l-0.2-2c-1.1,0.1-2.3,0.2-3.4,0.4l0.3,2C90.7,16.5,91.9,16.3,93,16.2z"/>
<path fill="#2B292A" d="M184.5,138.5l1.9,0.7c0.4-1.1,0.8-2.2,1.2-3.2l-1.9-0.7C185.3,136.4,184.9,137.5,184.5,138.5z"/>
<path fill="#2B292A" d="M113.5,14.6c-1.1-0.2-2.3-0.3-3.4-0.4l-0.2,2c1.1,0.1,2.2,0.2,3.4,0.4L113.5,14.6z"/>
<path fill="#2B292A" d="M106.6,14c-1.1-0.1-2.3-0.1-3.5-0.1l0,2c1.1,0,2.3,0.1,3.4,0.1L106.6,14z"/>
<path fill="#2B292A" d="M120.3,15.8c-1.1-0.2-2.3-0.5-3.4-0.6l-0.3,2c1.1,0.2,2.2,0.4,3.3,0.6L120.3,15.8z"/>
<path fill="#2B292A" d="M181.7,144.7l1.8,0.9c0.5-1,1-2.1,1.5-3.1l-1.8-0.8C182.7,142.6,182.2,143.7,181.7,144.7z"/>
<path fill="#2B292A" d="M166.4,166.8l1.5,1.4c0.8-0.8,1.6-1.7,2.3-2.6l-1.5-1.3C167.9,165.2,167.1,166,166.4,166.8z"/>
<path fill="#2B292A" d="M86.3,17.1l-0.3-2c-1.1,0.2-2.3,0.4-3.4,0.6l0.4,2C84.1,17.5,85.2,17.3,86.3,17.1z"/>
<path fill="#2B292A" d="M170.8,161.7l1.6,1.3c0.7-0.9,1.4-1.8,2.1-2.7l-1.6-1.2C172.2,160,171.5,160.9,170.8,161.7z"/>
<path fill="#2B292A" d="M156.3,175.9l1.2,1.6c0.9-0.7,1.8-1.4,2.7-2.2l-1.3-1.5C158.1,174.5,157.2,175.2,156.3,175.9z"/>
<path fill="#2B292A" d="M161.5,171.5l1.4,1.5c0.9-0.8,1.7-1.6,2.5-2.4l-1.4-1.4C163.2,170,162.3,170.8,161.5,171.5z"/>
<path fill="#2B292A" d="M178.5,150.6l1.7,1c0.6-1,1.2-2,1.7-3l-1.8-1C179.7,148.7,179.1,149.7,178.5,150.6z"/>
<path fill="#2B292A" d="M73.2,20.4l-0.6-1.9c-1.1,0.4-2.2,0.8-3.3,1.2l0.7,1.9C71,21.1,72.1,20.7,73.2,20.4z"/>
<path fill="#2B292A" d="M174.9,156.3l1.6,1.1c0.7-0.9,1.3-1.9,1.9-2.9l-1.7-1.1C176.2,154.5,175.5,155.4,174.9,156.3z"/>
<path fill="#2B292A" d="M79.7,18.5l-0.5-1.9c-1.1,0.3-2.2,0.6-3.3,0.9l0.6,1.9C77.5,19.1,78.6,18.8,79.7,18.5z"/>
<path fill="#2B292A" d="M99.7,15.8l0-2c-1.1,0-2.3,0.1-3.5,0.1l0.1,2C97.5,15.9,98.6,15.9,99.7,15.8z"/>
<path fill="#2B292A" d="M188.6,85.2l2-0.5c-0.3-1.1-0.5-2.2-0.8-3.4l-1.9,0.5C188.1,83,188.3,84.1,188.6,85.2z"/>
<path fill="#2B292A" d="M190.6,98.5l2-0.1c-0.1-1.1-0.2-2.3-0.3-3.4l-2,0.2C190.4,96.3,190.5,97.4,190.6,98.5z"/>
<path fill="#2B292A" d="M189.8,91.8l2-0.3c-0.2-1.1-0.4-2.3-0.6-3.4l-2,0.4C189.5,89.6,189.7,90.7,189.8,91.8z"/>
<path fill="#2B292A" d="M186.8,78.6l1.9-0.6c-0.3-1.1-0.7-2.2-1.1-3.3l-1.9,0.7C186.1,76.5,186.5,77.5,186.8,78.6z"/>
<path fill="#2B292A" d="M184.5,72.2l1.9-0.7c-0.4-1.1-0.9-2.1-1.3-3.2l-1.8,0.8C183.7,70.1,184.1,71.2,184.5,72.2z"/>
<path fill="#2B292A" d="M181.8,66l1.8-0.9c-0.5-1-1-2.1-1.6-3.1l-1.8,1C180.8,64,181.3,65,181.8,66z"/>
<path fill="#2B292A" d="M188.5,125.6l2,0.5c0.3-1.1,0.5-2.3,0.7-3.4l-2-0.4C189,123.4,188.8,124.5,188.5,125.6z"/>
<path fill="#2B292A" d="M189.8,119l2,0.3c0.2-1.1,0.3-2.3,0.5-3.4l-2-0.2C190.1,116.7,190,117.9,189.8,119z"/>
<path fill="#2B292A" d="M190.6,112.2l2,0.2c0.1-1.1,0.2-2.3,0.2-3.5l-2-0.1C190.7,110,190.7,111.1,190.6,112.2z"/>
<path fill="#2B292A" d="M190.9,105.3l0,0.2l2,0l0-0.2c0-1.1,0-2.3-0.1-3.5l-2,0.1C190.8,103,190.9,104.2,190.9,105.3z"/>
<path fill="#2B292A" d="M152,29.1c-1-0.6-1.9-1.3-2.9-1.9l-1,1.7c1,0.6,1.9,1.2,2.8,1.8L152,29.1z"/>
<path fill="#2B292A" d="M127.1,17.5c-1.1-0.3-2.2-0.6-3.3-0.9l-0.5,1.9c1.1,0.3,2.2,0.6,3.3,0.9L127.1,17.5z"/>
<path fill="#2B292A" d="M146.1,25.5c-1-0.6-2-1.1-3-1.6l-0.9,1.8c1,0.5,2,1,3,1.6L146.1,25.5z"/>
<path fill="#2B292A" d="M157.6,33.1c-0.9-0.7-1.8-1.4-2.8-2.1l-1.2,1.6c0.9,0.7,1.8,1.3,2.7,2L157.6,33.1z"/>
<path fill="#2B292A" d="M133.6,19.7c-1.1-0.4-2.2-0.8-3.3-1.2l-0.6,1.9c1.1,0.4,2.1,0.7,3.2,1.1L133.6,19.7z"/>
<path fill="#2B292A" d="M180.3,59c-0.6-1-1.2-2-1.8-3l-1.7,1.1c0.6,0.9,1.2,1.9,1.8,2.9L180.3,59z"/>
<path fill="#2B292A" d="M140,22.3c-1-0.5-2.1-1-3.2-1.4l-0.8,1.9c1,0.4,2.1,0.9,3.1,1.4L140,22.3z"/>
<path fill="#2B292A" d="M162.9,37.6c-0.8-0.8-1.7-1.5-2.6-2.3l-1.3,1.5c0.9,0.7,1.7,1.5,2.5,2.2L162.9,37.6z"/>
<path fill="#2B292A" d="M176.6,53.2c-0.7-0.9-1.3-1.9-2-2.8l-1.6,1.2c0.7,0.9,1.3,1.8,2,2.7L176.6,53.2z"/>
<path fill="#2B292A" d="M172.4,47.7c-0.7-0.9-1.5-1.8-2.2-2.6l-1.5,1.3c0.7,0.8,1.5,1.7,2.2,2.6L172.4,47.7z"/>
<path fill="#2B292A" d="M167.9,42.4c-0.8-0.8-1.6-1.7-2.4-2.5l-1.4,1.4c0.8,0.8,1.6,1.6,2.4,2.4L167.9,42.4z"/>
<path fill="#2B292A" d="M79,194c1.1,0.3,2.2,0.5,3.4,0.8l0.4-2c-1.1-0.2-2.2-0.5-3.3-0.8L79,194z"/>
<path fill="#2B292A" d="M17.1,75.3l-1.9-0.7c-0.4,1.1-0.8,2.2-1.1,3.3l1.9,0.6C16.3,77.5,16.7,76.4,17.1,75.3z"/>
<path fill="#2B292A" d="M15.1,81.8l-1.9-0.5c-0.3,1.1-0.6,2.2-0.8,3.4l2,0.5C14.5,84,14.8,82.9,15.1,81.8z"/>
<path fill="#2B292A" d="M72.3,192.1c1.1,0.4,2.2,0.7,3.3,1l0.6-1.9c-1.1-0.3-2.2-0.7-3.2-1L72.3,192.1z"/>
<path fill="#2B292A" d="M13.5,88.4l-2-0.4c-0.2,1.1-0.4,2.3-0.6,3.4l2,0.3C13.1,90.6,13.3,89.5,13.5,88.4z"/>
<path fill="#2B292A" d="M65.9,189.6c1.1,0.4,2.1,0.9,3.2,1.3l0.7-1.9c-1-0.4-2.1-0.8-3.1-1.3L65.9,189.6z"/>
<path fill="#2B292A" d="M11.9,105.2c0-1.1,0-2.3,0.1-3.4l-2-0.1c0,1.1-0.1,2.3-0.1,3.5L11.9,105.2z"/>
<path fill="#2B292A" d="M15,128.6l-1.9,0.5c0.3,1.1,0.6,2.2,1,3.3l1.9-0.6C15.6,130.8,15.3,129.7,15,128.6z"/>
<path fill="#2B292A" d="M24.2,154.4c0.6,1,1.3,1.9,1.9,2.9l1.7-1.1c-0.6-0.9-1.3-1.9-1.9-2.8L24.2,154.4z"/>
<path fill="#2B292A" d="M19.6,69l-1.8-0.8c-0.5,1-0.9,2.1-1.3,3.2l1.9,0.7C18.7,71.1,19.1,70.1,19.6,69z"/>
<path fill="#2B292A" d="M145.1,183.4l1,1.8c1-0.6,2-1.2,3-1.8l-1-1.7C147,182.3,146,182.8,145.1,183.4z"/>
<path fill="#2B292A" d="M22.6,63l-1.8-1c-0.5,1-1.1,2-1.6,3.1L21,66C21.5,65,22,64,22.6,63z"/>
<path fill="#2B292A" d="M85.8,195.4c1.1,0.2,2.3,0.4,3.4,0.5l0.3-2c-1.1-0.1-2.2-0.3-3.3-0.5L85.8,195.4z"/>
<path fill="#2B292A" d="M53.6,183.3c1,0.6,2,1.2,3,1.8l1-1.8c-1-0.5-2-1.1-2.9-1.7L53.6,183.3z"/>
<path fill="#2B292A" d="M42.4,175.2c0.9,0.7,1.8,1.5,2.7,2.2l1.2-1.6c-0.9-0.7-1.8-1.4-2.6-2.1L42.4,175.2z"/>
<path fill="#2B292A" d="M17,135.1l-1.9,0.7c0.4,1.1,0.8,2.2,1.2,3.2l1.9-0.7C17.8,137.2,17.4,136.2,17,135.1z"/>
<path fill="#2B292A" d="M37.3,170.5c0.8,0.8,1.7,1.6,2.5,2.4l1.4-1.5c-0.8-0.8-1.7-1.5-2.5-2.3L37.3,170.5z"/>
<path fill="#2B292A" d="M13.5,122l-2,0.4c0.2,1.1,0.5,2.3,0.7,3.4l2-0.4C13.9,124.3,13.7,123.1,13.5,122z"/>
<path fill="#2B292A" d="M12.5,115.3l-2,0.2c0.1,1.1,0.3,2.3,0.4,3.4l2-0.3C12.8,117.6,12.6,116.5,12.5,115.3z"/>
<path fill="#2B292A" d="M59.6,186.7c1,0.5,2.1,1,3.1,1.5l0.9-1.8c-1-0.5-2-1-3-1.5L59.6,186.7z"/>
<path fill="#2B292A" d="M12,108.6l-2,0.1c0,1.1,0.1,2.3,0.2,3.5l2-0.1C12.1,110.8,12,109.7,12,108.6z"/>
<path fill="#2B292A" d="M28.2,160.1c0.7,0.9,1.4,1.8,2.1,2.7l1.6-1.3c-0.7-0.9-1.4-1.8-2.1-2.7L28.2,160.1z"/>
<path fill="#2B292A" d="M20.7,148.5c0.5,1,1.1,2,1.7,3l1.7-1c-0.6-1-1.1-2-1.7-3L20.7,148.5z"/>
<path fill="#2B292A" d="M47.9,179.5c0.9,0.7,1.9,1.3,2.8,2l1.1-1.7c-0.9-0.6-1.9-1.3-2.8-1.9L47.9,179.5z"/>
<path fill="#2B292A" d="M19.5,141.4l-1.8,0.8c0.5,1.1,1,2.1,1.5,3.1l1.8-0.9C20.5,143.5,20,142.4,19.5,141.4z"/>
<path fill="#2B292A" d="M12.5,95.1l-2-0.2c-0.1,1.1-0.2,2.3-0.3,3.4l2,0.2C12.3,97.3,12.4,96.2,12.5,95.1z"/>
<path fill="#2B292A" d="M38.7,41.4L37.3,40c-0.8,0.8-1.6,1.6-2.4,2.5l1.5,1.4C37.1,43,37.9,42.2,38.7,41.4z"/>
<path fill="#2B292A" d="M139,186.5l0.8,1.8c1-0.5,2.1-1,3.1-1.5l-0.9-1.8C141.1,185.5,140,186,139,186.5z"/>
<path fill="#2B292A" d="M34.1,46.3L32.6,45c-0.8,0.9-1.5,1.8-2.2,2.6l1.6,1.3C32.6,48.1,33.4,47.2,34.1,46.3z"/>
<path fill="#2B292A" d="M186.8,132.1l1.9,0.6c0.3-1.1,0.7-2.2,1-3.3l-1.9-0.5C187.4,130,187.1,131.1,186.8,132.1z"/>
<path fill="#2B292A" d="M132.8,189.1l0.7,1.9c1.1-0.4,2.2-0.8,3.2-1.3l-0.8-1.9C134.9,188.3,133.8,188.7,132.8,189.1z"/>
<path fill="#2B292A" d="M126.3,191.2l0.6,1.9c1.1-0.3,2.2-0.7,3.3-1l-0.6-1.9C128.5,190.6,127.4,190.9,126.3,191.2z"/>
<path fill="#2B292A" d="M29.8,51.6l-1.6-1.2c-0.7,0.9-1.4,1.9-2,2.8l1.7,1.1C28.5,53.4,29.2,52.5,29.8,51.6z"/>
<path fill="#2B292A" d="M60.6,25.6l-0.9-1.8c-1,0.5-2.1,1.1-3.1,1.6l1,1.8C58.6,26.7,59.6,26.1,60.6,25.6z"/>
<path fill="#2B292A" d="M66.8,22.8L66,20.9c-1.1,0.4-2.1,0.9-3.2,1.4l0.8,1.8C64.7,23.7,65.8,23.2,66.8,22.8z"/>
<path fill="#2B292A" d="M32.5,165.5c0.8,0.9,1.5,1.7,2.3,2.6l1.5-1.4c-0.8-0.8-1.5-1.7-2.3-2.5L32.5,165.5z"/>
<path fill="#2B292A" d="M49.1,32.7l-1.2-1.6c-0.9,0.7-1.9,1.4-2.8,2.1l1.2,1.6C47.3,34,48.2,33.4,49.1,32.7z"/>
<path fill="#2B292A" d="M54.7,28.9l-1-1.7c-1,0.6-2,1.2-2.9,1.9l1.1,1.7C52.8,30.1,53.8,29.5,54.7,28.9z"/>
<path fill="#2B292A" d="M43.8,36.9l-1.3-1.5c-0.9,0.7-1.8,1.5-2.6,2.3l1.4,1.5C42,38.3,42.9,37.6,43.8,36.9z"/>
<path fill="#2B292A" d="M92.6,196.3c1.1,0.1,2.3,0.2,3.5,0.3l0.1-2c-1.1-0.1-2.3-0.2-3.4-0.3L92.6,196.3z"/>
<path fill="#2B292A" d="M26,57.2l-1.7-1.1c-0.6,1-1.2,2-1.8,2.9l1.7,1C24.8,59.1,25.4,58.1,26,57.2z"/>
<path fill="#2B292A" d="M99.6,194.7l0,2c0.6,0,1.2,0,1.9,0c0.5,0,1.1,0,1.6,0l0-2C101.8,194.8,100.7,194.8,99.6,194.7z"/>
<path fill="#2B292A" d="M113.1,194l0.3,2c1.1-0.1,2.3-0.3,3.4-0.5l-0.3-2C115.3,193.7,114.2,193.9,113.1,194z"/>
<path fill="#2B292A" d="M106.3,194.6l0.1,2c1.1-0.1,2.3-0.1,3.5-0.3l-0.2-2C108.6,194.5,107.5,194.6,106.3,194.6z"/>
<path fill="#2B292A" d="M119.8,192.9l0.4,2c1.1-0.2,2.3-0.5,3.4-0.8l-0.5-1.9C122,192.4,120.9,192.6,119.8,192.9z"/>
<polygon fill="#2B292A" points="103.6,171.5 101.4,167.1 99.2,171.5 94.3,172.2 97.8,175.7 97,180.6 101.4,178.3 105.8,180.6
105,175.7 108.5,172.2 "/>
<polygon fill="#2B292A" points="76.7,57.2 76.7,56.1 63.9,56.1 63.9,57.2 63.9,58.4 76.7,58.4 "/>
<polygon fill="#2B292A" points="76.7,66.6 76.7,65.5 53.9,65.5 53.9,67.7 76.7,67.7 "/>
<polygon fill="#2B292A" points="138.9,57.2 138.9,56.1 126.1,56.1 126.1,57.2 126.1,58.4 138.9,58.4 "/>
<polygon fill="#2B292A" points="148.9,66.6 148.9,65.5 126.1,65.5 126.1,66.6 126.1,67.7 148.9,67.7 "/>
</g>
</g>
</g>
<g id="DESIGNED_BY_FREEPIK">
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 206.7 200.7" enable-background="new 0 0 206.7 200.7" xml:space="preserve">
<g id="BACKGROUND" display="none">
<rect x="-295.3" y="-55.7" display="inline" fill="#FFFFFF" width="800" height="800"/>
</g>
<g id="OBJECTS">
<g>
<g>
<g>
<g>
<path fill="#2B292A" d="M32.3,108.7c-1.4,0-2.6-0.2-3.6-0.5c-1-0.3-1.9-0.8-2.6-1.4c-0.7-0.6-1.2-1.4-1.7-2.3
c-0.4-0.9-0.7-1.9-0.9-2.9c-0.2-1-0.3-2.2-0.3-3.5v-11c0-1.4,0.1-2.6,0.3-3.6s0.5-2,0.9-2.9c0.4-0.9,1-1.6,1.6-2.2
c0.7-0.6,1.5-1,2.6-1.4c1-0.3,2.2-0.5,3.6-0.5c1.6,0,2.9,0.2,4,0.6s2,1,2.6,1.8c0.6,0.8,1.1,1.8,1.4,2.8
c0.3,1.1,0.4,2.3,0.4,3.8v2.7h-5.5v-2.7c0-1.6-0.1-2.6-0.2-3.2c-0.3-1.1-1.1-1.6-2.4-1.7c-0.1,0-0.2,0-0.3,0
c-0.5,0-0.9,0.1-1.3,0.2c-0.4,0.1-0.7,0.3-0.9,0.5c-0.2,0.2-0.4,0.5-0.6,0.8c-0.1,0.3-0.2,0.6-0.3,1.1
c-0.1,0.4-0.1,0.9-0.1,1.2c0,0.4,0,0.9,0,1.4v13.3c0,1.8,0.2,3.2,0.7,3.9c0.5,0.8,1.3,1.2,2.5,1.2c0.4,0,0.8,0,1.1-0.1
c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.1,0.4-0.4,0.5-0.6c0.1-0.3,0.3-0.5,0.3-0.8c0.1-0.2,0.1-0.6,0.2-1c0-0.4,0.1-0.8,0.1-1.1
c0-0.3,0-0.7,0-1.2v-2.8h5.5v2.6c0,1.2-0.1,2.2-0.2,3.2c-0.2,0.9-0.4,1.8-0.8,2.6c-0.4,0.8-0.9,1.5-1.5,2.1
c-0.6,0.5-1.4,1-2.4,1.3C34.7,108.5,33.6,108.7,32.3,108.7z"/>
<path fill="#2B292A" d="M44.7,108.3V76.8H52c1.7,0,3.1,0.1,4.3,0.4c1.2,0.3,2.2,0.7,3.1,1.4s1.5,1.5,2,2.6s0.7,2.4,0.7,4
c0,2-0.3,3.6-0.9,4.8c-0.6,1.3-1.6,2.2-2.9,2.7l4.4,15.5h-5.8L53,93.9h-2.5v14.4H44.7z M50.5,90.3h1.4c1.7,0,2.9-0.4,3.6-1.1
c0.7-0.7,1.1-2,1.1-3.7c0-1.7-0.3-2.9-0.9-3.6c-0.6-0.7-1.8-1.1-3.4-1.1h-1.7V90.3z"/>
<path fill="#2B292A" d="M66.3,108.3V76.8h13.2v4H72v9h5.9v4H72v10.4h7.5v4H66.3z"/>
<path fill="#2B292A" d="M81.2,108.3l6.4-31.5h6l6.4,31.5h-5.3l-1.3-7.3h-5.4l-1.3,7.3H81.2z M88.6,97.2h4.2l-2.1-12.9
L88.6,97.2z"/>
<path fill="#2B292A" d="M105.1,108.3V81.1h-5.3v-4.2h16.1v4.2h-5.1v27.2H105.1z"/>
<path fill="#2B292A" d="M118.6,108.3V76.8h5.7v31.5H118.6z"/>
<path fill="#2B292A" d="M134,108.3l-6.4-31.5h5.1l4.1,21.9l3.9-21.9h5.2l-6.4,31.5H134z"/>
<path fill="#2B292A" d="M149.2,108.3V76.8h13.2v4h-7.4v9h5.9v4h-5.9v10.4h7.5v4H149.2z"/>
<path fill="#2B292A" d="M173.7,108.7c-5.5,0-8.5-3.2-8.7-9.6l5-1c0.1,4.2,1.3,6.2,3.6,6.2c0.9,0,1.5-0.3,1.9-0.8
c0.4-0.5,0.6-1.2,0.6-2.1c0-0.9-0.2-1.7-0.5-2.4s-0.7-1.3-1.1-1.8c-0.4-0.5-1-1-1.8-1.7l-4.1-3.6c-1.2-1.1-2.1-2.2-2.7-3.3
c-0.6-1.1-0.9-2.6-0.9-4.3c0-2.4,0.7-4.3,2.2-5.7c1.4-1.4,3.4-2,5.9-2.1c1.2,0,2.2,0.1,3.1,0.4c0.9,0.3,1.6,0.7,2.2,1.2
c0.6,0.5,1.1,1.1,1.4,1.9c0.4,0.7,0.7,1.5,0.9,2.3c0.2,0.8,0.3,1.7,0.4,2.7l-4.9,1c0-0.6-0.1-1.2-0.1-1.7
c-0.1-0.5-0.2-0.9-0.3-1.4c-0.1-0.5-0.3-0.9-0.5-1.2c-0.2-0.3-0.5-0.5-0.9-0.7s-0.8-0.2-1.3-0.2c-0.8,0.1-1.5,0.3-1.9,0.8
c-0.5,0.5-0.7,1.2-0.7,2.1c0,1,0.2,1.8,0.6,2.5s1,1.4,1.9,2.1l4.1,3.6c0.7,0.6,1.3,1.2,1.8,1.8c0.5,0.6,1,1.2,1.5,2
c0.5,0.7,0.8,1.6,1.1,2.5c0.2,0.9,0.4,1.8,0.4,2.8c0,2.3-0.7,4.2-2.2,5.6S176.1,108.7,173.7,108.7z"/>
</g>
</g>
<g>
<path fill="#2B292A" d="M59,52.8v1.1h-3.9v2h3.5v1.1h-3.5v2h4V60h-5.3v-7.2H59z"/>
<path fill="#2B292A" d="M62.9,53.9c-0.7,0-1.2,0.3-1.2,0.8c0,1.6,3.9,0.7,3.9,3.3c0,1.3-1.1,2.1-2.7,2.1c-1.1,0-2.2-0.5-2.9-1.1
l0.5-1c0.7,0.7,1.7,1,2.4,1c0.8,0,1.3-0.3,1.3-0.9c0-1.6-3.9-0.7-3.9-3.3c0-1.2,1.1-2,2.6-2c0.9,0,1.8,0.3,2.5,0.7L65,54.6
C64.2,54.1,63.4,53.9,62.9,53.9z"/>
<path fill="#2B292A" d="M71.9,52.8v1.1h-2.3V60h-1.2v-6.1h-2.3v-1.1H71.9z"/>
<path fill="#2B292A" d="M76.9,58.4h-3.6L72.6,60h-1.3l3.2-7.2h1.2l3.1,7.2h-1.3L76.9,58.4z M76.4,57.3l-1.4-3.2l-1.4,3.2H76.4z"
/>
<path fill="#2B292A" d="M85.3,54.6c0,0.8-0.5,1.4-1.3,1.6c1,0.2,1.5,0.9,1.5,1.8c0,1.2-1,2-2.6,2h-3.2v-7.2h3.1
C84.4,52.8,85.3,53.5,85.3,54.6z M84.1,54.8c0-0.6-0.5-0.9-1.2-0.9H81v1.9h1.8C83.6,55.8,84.1,55.5,84.1,54.8z M84.4,57.9
c0-0.6-0.6-1-1.5-1H81v2.1h1.8C83.8,58.9,84.4,58.6,84.4,57.9z"/>
<path fill="#2B292A" d="M88.3,52.8v6.1h3.1V60h-4.3v-7.2H88.3z"/>
<path fill="#2B292A" d="M93.7,52.8V60h-1.2v-7.2H93.7z"/>
<path fill="#2B292A" d="M97.9,53.9c-0.7,0-1.2,0.3-1.2,0.8c0,1.6,3.9,0.7,3.9,3.3c0,1.3-1.1,2.1-2.7,2.1c-1.1,0-2.2-0.5-2.9-1.1
l0.5-1c0.7,0.7,1.7,1,2.4,1c0.8,0,1.3-0.3,1.3-0.9c0-1.6-3.9-0.7-3.9-3.3c0-1.2,1.1-2,2.6-2c0.9,0,1.8,0.3,2.5,0.7l-0.5,1.1
C99.2,54.1,98.4,53.9,97.9,53.9z"/>
<path fill="#2B292A" d="M103.2,52.8V56h3.8v-3.1h1.2V60H107v-3h-3.8v3H102v-7.2H103.2z"/>
<path fill="#2B292A" d="M115.3,52.8v1.1h-3.9v2h3.5v1.1h-3.5v2h4V60h-5.3v-7.2H115.3z"/>
<path fill="#2B292A" d="M123.5,56.4c0,2.1-1.6,3.6-3.7,3.6h-2.9v-7.2h2.9C122,52.8,123.5,54.3,123.5,56.4z M122.3,56.4
c0-1.5-1.1-2.5-2.5-2.5h-1.7v5h1.8C121.2,58.9,122.3,57.9,122.3,56.4z"/>
<path fill="#2B292A" d="M130.8,52.8V60h-1.2v-6.1H128v-1.1H130.8z"/>
<path fill="#2B292A" d="M136,59.1c1.4,0,2-1,2-2.6c-0.4,0.7-1,1-2,1c-1.4,0-2.3-0.9-2.3-2.3c0-1.5,1-2.4,2.5-2.4
c1.8,0,2.9,1.3,2.9,3.5c0,2.3-1.2,3.8-3.1,3.8c-0.7,0-1.6-0.2-2.1-0.5l0.5-0.9C134.8,58.9,135.4,59.1,136,59.1z M134.8,55.2
c0,0.8,0.5,1.3,1.4,1.3c1,0,1.5-0.6,1.5-1.4c0-0.6-0.4-1.3-1.5-1.3C135.4,53.8,134.8,54.3,134.8,55.2z"/>
<path fill="#2B292A" d="M142.3,59.1c1.4,0,2-1,2-2.6c-0.4,0.7-1,1-2,1c-1.4,0-2.3-0.9-2.3-2.3c0-1.5,1-2.4,2.5-2.4
c1.8,0,2.9,1.3,2.9,3.5c0,2.3-1.2,3.8-3.1,3.8c-0.7,0-1.6-0.2-2.1-0.5l0.5-0.9C141.2,58.9,141.7,59.1,142.3,59.1z M141.2,55.2
c0,0.8,0.5,1.3,1.4,1.3c1,0,1.5-0.6,1.5-1.4c0-0.6-0.4-1.3-1.5-1.3C141.7,53.8,141.2,54.3,141.2,55.2z"/>
<path fill="#2B292A" d="M151.9,52.8v0.9l-3,6.3h-1.3l3-6.1h-3l0,1h-1.1v-2.1H151.9z"/>
</g>
<path fill="#2B292A" d="M46.6,46.9l0.5,1.9c1.1-0.3,2.2-0.6,3.3-0.9L49.9,46C48.8,46.3,47.7,46.6,46.6,46.9z"/>
<path fill="#2B292A" d="M128.9,169.7l1.1,1.7c1-0.6,1.9-1.3,2.8-2l-1.2-1.6C130.8,168.4,129.8,169,128.9,169.7z"/>
<path fill="#2B292A" d="M117.1,176.5l0.9,1.8c1-0.5,2.1-1,3.1-1.6l-0.9-1.8C119.1,175.5,118.1,176,117.1,176.5z"/>
<path fill="#2B292A" d="M123.1,173.3l1,1.7c1-0.6,2-1.2,3-1.8l-1.1-1.7C125.1,172.1,124.1,172.7,123.1,173.3z"/>
<path fill="#2B292A" d="M170.6,120.5l-1.8-0.8c-0.5,1-0.9,2.1-1.4,3.1l1.8,0.9C169.7,122.6,170.2,121.5,170.6,120.5z"/>
<path fill="#2B292A" d="M58.7,152.8l1.5-1.3c-0.7-0.8-1.4-1.7-2.1-2.5l-0.1-0.1l-1.6,1.3l0.1,0.1C57.3,151.1,58,151.9,58.7,152.8
z"/>
<path fill="#2B292A" d="M40.2,123.6l1.8-0.9c-0.5-1-1-2.1-1.4-3.1l-1.8,0.8C39.2,121.5,39.7,122.5,40.2,123.6z"/>
<path fill="#2B292A" d="M110.9,179.3l0.8,1.9c1.1-0.4,2.1-0.9,3.2-1.4l-0.8-1.8C113,178.4,111.9,178.8,110.9,179.3z"/>
<path fill="#2B292A" d="M94.5,179.7c1,0.5,2.1,0.9,3.2,1.4l0.8-1.9c-1-0.4-2.1-0.9-3.1-1.3L94.5,179.7z"/>
<path fill="#2B292A" d="M88.3,176.7c1,0.5,2.1,1.1,3.1,1.6l0.9-1.8c-1-0.5-2-1-3-1.6L88.3,176.7z"/>
<path fill="#2B292A" d="M104.7,181.6c-1-0.3-2.1-0.7-3.1-1.1l-0.7,1.9c1.1,0.4,2.2,0.8,3.3,1.2l0.5-1.3l0.5,1.4l0.1,0
c1.1-0.4,2.1-0.7,3.2-1.1l-0.7-1.9C106.7,180.9,105.7,181.2,104.7,181.6z"/>
<path fill="#2B292A" d="M167.7,126.7l-1.8-0.9c-0.5,1-1,2-1.6,3l1.8,0.9C166.7,128.8,167.2,127.8,167.7,126.7z"/>
<path fill="#2B292A" d="M152.8,150.2L152.8,150.2l-1.5-1.3l-0.1,0.1c-0.7,0.9-1.4,1.7-2.1,2.6l1.5,1.3
C151.4,152,152.1,151.1,152.8,150.2z"/>
<path fill="#2B292A" d="M24.9,53.2l-2,0.1c0.1,1.1,0.2,2.3,0.3,3.4l2-0.2C25.1,55.5,25,54.3,24.9,53.2z"/>
<path fill="#2B292A" d="M164.5,132.9l-1.8-1c-0.6,1-1.1,2-1.7,3l1.7,1C163.3,134.9,163.9,133.9,164.5,132.9z"/>
<path fill="#2B292A" d="M69.7,161.2c-0.8-0.8-1.7-1.5-2.5-2.3l-1.4,1.4c0.8,0.8,1.7,1.6,2.5,2.4L69.7,161.2z"/>
<path fill="#2B292A" d="M64.8,156.5c-0.8-0.8-1.6-1.6-2.3-2.5l-1.5,1.4c0.8,0.9,1.6,1.7,2.4,2.5L64.8,156.5z"/>
<path fill="#2B292A" d="M139.6,161.3l1.3,1.5c0.9-0.8,1.7-1.6,2.5-2.4l-1.4-1.4C141.3,159.7,140.5,160.5,139.6,161.3z"/>
<path fill="#2B292A" d="M43.2,129.8l1.8-0.9c-0.5-1-1-2-1.6-3l-1.8,0.9C42.2,127.7,42.7,128.8,43.2,129.8z"/>
<path fill="#2B292A" d="M157.1,144.6l-1.6-1.2c-0.7,0.9-1.3,1.9-2,2.8l1.6,1.2C155.7,146.5,156.4,145.6,157.1,144.6z"/>
<path fill="#2B292A" d="M101,25.8l-1.1-1.7C99,24.7,98,25.3,97,25.9l1.1,1.7C99.1,27,100.1,26.4,101,25.8z"/>
<path fill="#2B292A" d="M160.9,138.8l-1.7-1.1c-0.6,1-1.2,1.9-1.9,2.9l1.7,1.1C159.7,140.8,160.3,139.8,160.9,138.8z"/>
<path fill="#2B292A" d="M148.4,155.4l-1.5-1.4c-0.8,0.8-1.6,1.7-2.3,2.5l1.4,1.4C146.8,157.1,147.6,156.3,148.4,155.4z"/>
<path fill="#2B292A" d="M82.2,173.2c1,0.6,2,1.2,3,1.8l1-1.7c-1-0.6-2-1.2-2.9-1.8L82.2,173.2z"/>
<path fill="#2B292A" d="M134.4,165.7l1.2,1.6c0.9-0.7,1.8-1.4,2.7-2.2l-1.3-1.5C136.2,164.2,135.3,165,134.4,165.7z"/>
<path fill="#2B292A" d="M91.1,29.4l1,1.8c1-0.6,2-1.1,3-1.7l-1-1.7C93.1,28.3,92.1,28.8,91.1,29.4z"/>
<path fill="#2B292A" d="M108.5,25.9c1,0.6,1.9,1.2,2.9,1.9l1.1-1.7c-1-0.6-1.9-1.2-2.9-1.8L108.5,25.9z"/>
<path fill="#2B292A" d="M40,48.6l0.4,2c1.1-0.3,2.3-0.5,3.4-0.8l-0.5-2C42.2,48,41.1,48.3,40,48.6z"/>
<path fill="#2B292A" d="M114.4,29.5c1,0.6,2,1.2,3,1.7l1-1.8c-1-0.6-2-1.1-3-1.7L114.4,29.5z"/>
<path fill="#2B292A" d="M120.4,32.9c1,0.5,2,1.1,3.1,1.6l0.9-1.8c-1-0.5-2-1-3-1.6L120.4,32.9z"/>
<path fill="#2B292A" d="M126.6,36c1,0.5,2.1,1,3.1,1.5l0.8-1.8c-1-0.5-2.1-1-3.1-1.4L126.6,36z"/>
<path fill="#2B292A" d="M78.9,35.6l0.8,1.8c1.1-0.5,2.1-1,3.1-1.5L82,34.1C81,34.6,80,35.1,78.9,35.6z"/>
<path fill="#2B292A" d="M59.8,43l0.6,1.9c1.1-0.4,2.2-0.7,3.3-1.1L63,41.9C61.9,42.3,60.9,42.7,59.8,43z"/>
<path fill="#2B292A" d="M53.2,45.1l0.6,1.9c1.1-0.3,2.2-0.7,3.3-1l-0.6-1.9C55.4,44.4,54.3,44.8,53.2,45.1z"/>
<path fill="#2B292A" d="M66.2,40.8l0.7,1.9c1.1-0.4,2.2-0.8,3.2-1.2l-0.7-1.9C68.4,40,67.3,40.4,66.2,40.8z"/>
<path fill="#2B292A" d="M72.6,38.3l0.8,1.9c1.1-0.4,2.1-0.9,3.2-1.3L75.8,37C74.7,37.4,73.7,37.9,72.6,38.3z"/>
<path fill="#2B292A" d="M132.9,38.8c1.1,0.5,2.1,0.9,3.2,1.3l0.8-1.9c-1.1-0.4-2.1-0.9-3.2-1.3L132.9,38.8z"/>
<path fill="#2B292A" d="M85.1,32.6l0.9,1.8c1-0.5,2.1-1.1,3.1-1.6L88.1,31C87.1,31.6,86.1,32.1,85.1,32.6z"/>
<path fill="#2B292A" d="M179.2,52.6c1.1,0.2,2.3,0.4,3.4,0.6l0.3-2c-1.1-0.2-2.3-0.4-3.4-0.6L179.2,52.6z"/>
<path fill="#2B292A" d="M26.5,51.2l0.3,2c1.1-0.2,2.3-0.4,3.4-0.6l-0.4-2C28.8,50.8,27.6,51,26.5,51.2z"/>
<path fill="#2B292A" d="M184.2,56.7l2,0.2c0.1-1.2,0.2-2.3,0.3-3.4l-2-0.1C184.4,54.4,184.3,55.5,184.2,56.7z"/>
<path fill="#2B292A" d="M183.5,63.5l2,0.2c0.1-1.1,0.3-2.3,0.4-3.4l-2-0.2C183.8,61.2,183.6,62.4,183.5,63.5z"/>
<path fill="#2B292A" d="M139.3,41.5c1.1,0.4,2.2,0.8,3.2,1.2l0.7-1.9c-1.1-0.4-2.1-0.8-3.2-1.2L139.3,41.5z"/>
<path fill="#2B292A" d="M71,165c0.9,0.7,1.8,1.5,2.7,2.2l1.2-1.6c-0.9-0.7-1.8-1.4-2.6-2.1L71,165z"/>
<path fill="#2B292A" d="M76.5,169.3c0.9,0.7,1.9,1.4,2.8,2l1.1-1.7c-0.9-0.6-1.9-1.3-2.8-2L76.5,169.3z"/>
<path fill="#2B292A" d="M23.5,60.2c0.1,1.1,0.2,2.3,0.4,3.4l2-0.2c-0.1-1.1-0.3-2.3-0.4-3.4L23.5,60.2z"/>
<path fill="#2B292A" d="M152.4,46c1.1,0.3,2.2,0.7,3.3,1l0.6-1.9c-1.1-0.3-2.2-0.7-3.3-1L152.4,46z"/>
<path fill="#2B292A" d="M159,48c1.1,0.3,2.2,0.6,3.3,0.9l0.5-1.9c-1.1-0.3-2.2-0.6-3.3-0.9L159,48z"/>
<path fill="#2B292A" d="M172.4,51.3c1.1,0.2,2.3,0.5,3.4,0.7l0.4-2c-1.1-0.2-2.3-0.5-3.4-0.7L172.4,51.3z"/>
<path fill="#2B292A" d="M145.8,43.9c1.1,0.4,2.2,0.8,3.3,1.1l0.6-1.9c-1.1-0.4-2.2-0.7-3.2-1.1L145.8,43.9z"/>
<path fill="#2B292A" d="M33.3,50l0.4,2c1.1-0.2,2.3-0.5,3.4-0.7l-0.4-2C35.5,49.5,34.4,49.8,33.3,50z"/>
<path fill="#2B292A" d="M165.7,49.7c1.1,0.3,2.2,0.5,3.4,0.8l0.4-2c-1.1-0.3-2.2-0.5-3.3-0.8L165.7,49.7z"/>
<path fill="#2B292A" d="M104.7,23.3c0.3,0.2,0.6,0.4,0.9,0.6l1.1-1.7c-0.5-0.3-1-0.7-1.4-1l-0.6-0.4l-0.6,0.4
c-0.4,0.3-0.9,0.6-1.3,0.9l1.1,1.7C104.2,23.7,104.4,23.5,104.7,23.3z"/>
<path fill="#2B292A" d="M46.6,135.8l1.7-1c-0.6-1-1.1-2-1.7-3l-1.8,1C45.5,133.8,46,134.8,46.6,135.8z"/>
<path fill="#2B292A" d="M55.9,146.1c-0.7-0.9-1.4-1.8-2-2.8l-1.6,1.2c0.7,0.9,1.4,1.9,2,2.8L55.9,146.1z"/>
<path fill="#2B292A" d="M52,140.6c-0.6-0.9-1.3-1.9-1.9-2.9l-1.7,1.1c0.6,1,1.3,2,1.9,2.9L52,140.6z"/>
<path fill="#2B292A" d="M20.6,117.6c6.1,16.2,14,30.3,23.5,42.3c14.6,18.2,33.1,31.2,55,38.6c1.7,0.6,3.3,1.1,5,1.6l0.5,0.1
l0.5-0.1c0.8-0.2,1.7-0.5,2.5-0.8c0.8-0.3,1.7-0.5,2.5-0.8c21.9-7.4,40.4-20.4,55-38.6c9.6-11.9,17.4-26.1,23.5-42.3h17.6
l-7.1-24.9l7-26.4H201c1.9-15.8,1.7-26.5,1.7-26.7l0-1.5l-1.5-0.2c-20.1-2.1-38.8-6.4-55.5-13c-17-6.6-28.4-14.1-34.9-19.2
c-0.4-0.3-0.9-0.7-1.3-1c-1.2-1-2.4-2-3.6-3l-1.2-1.1l-1.2,1.1c-0.8,0.7-1.7,1.5-2.6,2.2c-0.8,0.7-1.5,1.3-2.3,1.8
c-6.5,5.1-17.8,12.5-34.9,19.2C47,31.5,28.3,35.8,8.3,37.9L6.8,38l0,1.5c0,0.2-0.2,10.9,1.7,26.7H0.8l5.8,27l-5.8,24.3H20.6z
M10.2,41.1c19.8-2.2,38.3-6.5,54.9-13c17.4-6.8,29-14.4,35.7-19.7c0.8-0.6,1.6-1.2,2.4-1.9c0.5-0.4,1-0.9,1.5-1.3
c0.8,0.7,1.7,1.4,2.5,2.1c0.4,0.4,0.9,0.7,1.4,1.1c6.7,5.2,18.3,12.9,35.7,19.7c16.6,6.5,35.1,10.9,54.9,13
c0,3.5-0.2,12.7-1.7,25.1h-5.6c1-7.6,1.4-14,1.6-18.6l0.1-1.6l-1.6-0.2c-17.8-2.4-34.5-6.6-49.7-12.6c-14-5.5-26.7-12.4-36.6-20
l-1.1-0.8l-1.1,0.8c-9.9,7.6-22.6,14.6-36.6,20c-15.2,5.9-31.9,10.2-49.7,12.6l-1.6,0.2l0.1,1.6c0.2,4.6,0.6,11,1.6,18.6h-5.6
C10.3,53.9,10.2,44.6,10.2,41.1z M20.9,66.2C20,59.4,19.6,53.5,19.4,49c17.5-2.5,33.9-6.7,49-12.5c13.8-5.4,26.4-12.2,36.4-19.7
c10,7.5,22.5,14.3,36.4,19.7c15,5.9,31.5,10.1,49,12.5c-0.2,4.4-0.7,10.3-1.5,17.2H20.9z M10.6,69.7h1.8h5.6h1.7h1.7h3.3h2h156h2
h3.3h1.7h1.7h5.6h1.8h1.7h1.3l-3.4,12.6l-2.8,10.4l0.3,1.1l5.8,20.4H190h-1.8h-1.8h-5.9h-1.8h-1.8h-3.5h-2.2H38.3h-2.2h-3.5h-1.8
h-1.8H23h-1.8h-1.8H5.1l5-20.8l-5-23.6h3.8H10.6z M162.5,157.7c-14.2,17.7-32.1,30.3-53.4,37.5c-0.8,0.3-1.6,0.5-2.4,0.8
c-0.7,0.2-1.3,0.4-2,0.6c-1.5-0.4-3-0.9-4.4-1.4C79,188,61,175.4,46.9,157.7c-9.1-11.4-16.7-24.8-22.6-40.2h5.9
c5.6,14,12.7,26.4,21.1,36.9c13.5,16.7,30.5,28.7,50.7,35.5c0.7,0.2,1.4,0.5,2.1,0.7l0.5,0.2l0.5-0.2c0.7-0.2,1.4-0.5,2.1-0.7
c20.2-6.8,37.2-18.7,50.7-35.5c8.4-10.5,15.5-22.8,21.1-36.9h5.9C179.2,132.9,171.6,146.3,162.5,157.7z M175.4,117.6
c-5.4,13.2-12.1,24.8-20,34.7c-13,16.2-29.6,27.8-49.1,34.4c-0.5,0.2-1,0.3-1.5,0.5c-0.5-0.2-1-0.3-1.5-0.5
C83.6,180,67.1,168.5,54,152.3c-7.9-9.9-14.7-21.5-20-34.7H175.4z"/>
<path fill="#2B292A" d="M15.5,95.3c0.1,0,0.2,0,0.2,0c0.5,0,1-0.2,1.4-0.5c0.5-0.4,0.7-1,0.7-1.6c0-1-0.7-1.9-1.6-2.1
c-0.2,0-0.3-0.1-0.5-0.1c-0.4,0-0.8,0.1-1.2,0.4c-0.6,0.4-1,1-1,1.8C13.6,94.3,14.4,95.2,15.5,95.3z"/>
<path fill="#2B292A" d="M186.4,95.1c0.3,0.2,0.7,0.3,1,0.3c1.2,0,2.2-1,2.2-2.2s-1-2.2-2.2-2.2c0,0,0,0,0,0c-1.2,0-2.1,1-2.1,2.2
C185.3,94,185.8,94.7,186.4,95.1z"/>
<path fill="#2B292A" d="M69.7,133.2c0.6,3.5,1.9,14.9,10.7,15.2c0,0,8,0.3,9.7,0c1.7-0.3,7.8-1.7,10.1-11c0,0,0.5-2.1,1.6-3.8
c1.4-2.1,4.6-2.1,6,0c1.1,1.7,1.6,3.8,1.6,3.8c2.3,9.3,8.4,10.7,10.1,11c1.7,0.3,9.7,0,9.7,0c8.8-0.2,10.1-11.7,10.7-15.2
c0.6-3.5,3.2-2.7,3.2-2.7v-6.3c-21.6-3.6-32,1-33.6,2c-0.4,0.3-0.9,0.5-1.5,0.6c-2.1,0.6-4.3,0.6-6.3,0c-0.6-0.2-1.1-0.4-1.5-0.6
c-1.6-1.1-12-5.7-33.6-2v6.3C66.5,130.5,69.1,129.7,69.7,133.2z M114.1,127.6c3.8-1.2,7.9-1.7,12.6-1.7c0.3,0,0.7,0,1,0
c3.9,0.1,6.6,1.1,8,3.2c1.1,1.6,1.2,3.5,1,4.8c-0.1,1.5-0.5,2.6-0.5,2.6l0,0l0,0c-0.4,1.8-0.9,3.3-1.5,4.6
c-0.9,1.9-2.4,4.1-5.6,4.2l0,0c0,0-3.5,0.1-6.3,0.1c-2.2,0-2.7-0.1-2.7-0.1c-3.5-0.7-5.9-3.2-7.9-8.6c-0.5-1.4-0.8-3.2-0.9-5.2
C111.2,129.7,112.4,128.1,114.1,127.6z M73.8,129c1.4-2,4.1-3.1,8-3.2c0.3,0,0.7,0,1,0c4.7,0,8.8,0.6,12.6,1.7
c1.7,0.5,2.9,2.1,2.8,3.9c0,2.1-0.3,3.8-0.9,5.2c-2.1,5.4-4.4,8-7.9,8.6c0,0-0.5,0.1-2.7,0.1c-2.8,0-6.3-0.1-6.3-0.1l0,0
c-3.2-0.1-4.6-2.3-5.6-4.2c-0.6-1.3-1.1-2.8-1.5-4.6l0,0l0,0c0,0-0.4-1.1-0.5-2.6C72.7,132.5,72.8,130.6,73.8,129z"/>
<path fill="#2B292A" d="M115.1,151.8c-3.8-3-7.6-2.2-9.9-1.2c-2.3-1-6.1-1.8-9.9,1.2c-6,4.7-12.4,2.2-12.5-0.6
c0,0-4.3,16.6,12.5,15.1c7.1-0.6,8.5-2.3,9.9-3.5c1.4,1.2,2.8,2.9,9.9,3.5c16.8,1.5,12.5-15.1,12.5-15.1
C127.4,154,121,156.5,115.1,151.8z"/>
<polygon fill="#2B292A" points="106.5,38.5 104.1,33.6 101.7,38.5 96.3,39.2 100.2,43.1 99.3,48.4 104.1,45.9 109,48.4 108,43.1
111.9,39.2 "/>
</g>
</g>
</g>
<g id="DESIGNED_BY_FREEPIK">
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,243 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 184.4 183.6" enable-background="new 0 0 184.4 183.6" xml:space="preserve">
<g id="BACKGROUND" display="none">
<rect x="-542" y="-64.5" display="inline" fill="#FFFFFF" width="800" height="800"/>
</g>
<g id="OBJECTS">
<g>
<path fill="#2B292A" d="M10.4,97.5l-1.8,0.9c0.4,0.8,0.9,1.6,1.5,2.3c0.2,0.2,0.3,0.4,0.5,0.7l1.6-1.2c-0.2-0.2-0.4-0.5-0.5-0.7
C11.2,98.8,10.8,98.2,10.4,97.5z"/>
<path fill="#2B292A" d="M14.2,103.2l-1.7,1c0.6,1,1.1,2,1.5,3l1.8-0.8C15.3,105.2,14.8,104.2,14.2,103.2z"/>
<path fill="#2B292A" d="M17.1,109.6l-1.9,0.6c0.4,1.1,0.7,2.1,0.9,3.2l2-0.4C17.8,111.9,17.5,110.7,17.1,109.6z"/>
<path fill="#2B292A" d="M17.4,73l-1.9-0.6c-0.3,1.1-0.7,2.1-1.1,3.1l1.9,0.8C16.7,75.2,17.1,74.1,17.4,73z"/>
<path fill="#2B292A" d="M10.9,85.3l-1.7-1c-0.6,1.1-1.1,2.2-1.5,3.4l1.9,0.6C9.9,87.2,10.3,86.2,10.9,85.3z"/>
<path fill="#2B292A" d="M14.7,79.5l-1.8-1c-0.5,1-1.1,1.9-1.8,2.8l1.7,1.1C13.5,81.5,14.1,80.5,14.7,79.5z"/>
<path fill="#2B292A" d="M7.4,94.9l2-0.4c-0.2-0.9-0.3-1.8-0.3-2.7c0-0.2,0-0.3,0-0.5l-2-0.1c0,0.2,0,0.3,0,0.5
C7.1,92.8,7.2,93.9,7.4,94.9z"/>
<g>
<g>
<path fill="#2B292A" d="M34.7,101c-1.1,0-2.1-0.1-3-0.4c-0.9-0.3-1.6-0.7-2.1-1.2s-1-1.1-1.4-1.9s-0.6-1.5-0.7-2.4
c-0.1-0.8-0.2-1.8-0.2-2.9v-9c0-1.1,0.1-2.1,0.2-3c0.1-0.9,0.4-1.7,0.7-2.4c0.3-0.7,0.8-1.4,1.4-1.8c0.6-0.5,1.3-0.9,2.1-1.1
c0.8-0.3,1.8-0.4,3-0.4c1.3,0,2.4,0.2,3.3,0.5c0.9,0.3,1.6,0.8,2.2,1.5c0.5,0.7,0.9,1.4,1.2,2.3c0.2,0.9,0.4,1.9,0.4,3.1v2.2
h-4.6v-2.2c0-1.3-0.1-2.2-0.2-2.6c-0.3-0.9-0.9-1.3-2-1.4c-0.1,0-0.2,0-0.3,0c-0.4,0-0.7,0-1,0.1c-0.3,0.1-0.5,0.2-0.7,0.4
c-0.2,0.2-0.3,0.4-0.5,0.6c-0.1,0.2-0.2,0.5-0.3,0.9c-0.1,0.4-0.1,0.7-0.1,1c0,0.3,0,0.7,0,1.2v11c0,1.5,0.2,2.6,0.6,3.3
c0.4,0.6,1.1,1,2,1c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.3,0.4-0.5c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.5,0.1-0.8c0-0.3,0-0.6,0.1-0.9c0-0.2,0-0.6,0-1v-2.3h4.6V93c0,1-0.1,1.8-0.2,2.6s-0.4,1.5-0.7,2.2
c-0.3,0.7-0.8,1.2-1.3,1.7s-1.2,0.8-2,1.1C36.7,100.8,35.8,101,34.7,101z"/>
<path fill="#2B292A" d="M45,100.6V74.7h5.9c1.4,0,2.5,0.1,3.5,0.3c1,0.2,1.8,0.6,2.6,1.1s1.3,1.2,1.6,2.1c0.4,0.9,0.5,2,0.5,3.3
c0,1.6-0.2,3-0.7,4c-0.5,1-1.3,1.8-2.4,2.3l3.6,12.8h-4.7l-3.1-11.8h-2.1v11.8H45z M49.7,85.8h1.1c1.4,0,2.4-0.3,3-0.9
s0.9-1.6,0.9-3c0-1.4-0.3-2.4-0.8-3c-0.5-0.6-1.4-0.9-2.8-0.9h-1.4V85.8z"/>
<path fill="#2B292A" d="M62.7,100.6V74.7h10.9v3.3h-6.1v7.4h4.8v3.3h-4.8v8.6h6.2v3.3H62.7z"/>
<path fill="#2B292A" d="M75,100.6l5.3-25.9h4.9l5.3,25.9h-4.4l-1-6h-4.5l-1.1,6H75z M81.1,91.5h3.5l-1.7-10.6L81.1,91.5z"/>
<path fill="#2B292A" d="M94.7,100.6V78.2h-4.3v-3.5h13.3v3.5h-4.2v22.4H94.7z"/>
<path fill="#2B292A" d="M105.8,100.6V74.7h4.7v25.9H105.8z"/>
<path fill="#2B292A" d="M118.5,100.6l-5.3-25.9h4.2l3.4,18l3.2-18h4.3l-5.3,25.9H118.5z"/>
<path fill="#2B292A" d="M131,100.6V74.7h10.9v3.3h-6.1v7.4h4.8v3.3h-4.8v8.6h6.2v3.3H131z"/>
<path fill="#2B292A" d="M151.2,101c-4.6,0-7-2.6-7.2-7.9l4.1-0.9c0.1,3.4,1.1,5.1,2.9,5.1c0.7,0,1.3-0.2,1.6-0.7
c0.3-0.4,0.5-1,0.5-1.8c0-0.7-0.1-1.4-0.4-2c-0.3-0.6-0.6-1.1-0.9-1.5c-0.3-0.4-0.8-0.9-1.5-1.4l-3.4-3c-1-0.9-1.7-1.8-2.2-2.7
c-0.5-0.9-0.7-2.1-0.7-3.5c0-2,0.6-3.6,1.8-4.7c1.2-1.1,2.8-1.7,4.9-1.7c0.9,0,1.8,0.1,2.5,0.4c0.7,0.2,1.3,0.6,1.8,1
c0.5,0.4,0.9,0.9,1.2,1.5s0.6,1.3,0.7,1.9s0.3,1.4,0.3,2.2l-4,0.8c0-0.5-0.1-1-0.1-1.4c0-0.4-0.1-0.8-0.2-1.2
c-0.1-0.4-0.3-0.7-0.4-1s-0.4-0.4-0.7-0.6s-0.7-0.2-1.1-0.2c-0.7,0-1.2,0.3-1.6,0.7c-0.4,0.4-0.6,1-0.6,1.7
c0,0.8,0.2,1.5,0.5,2.1c0.3,0.5,0.8,1.1,1.5,1.7l3.4,2.9c0.6,0.5,1.1,1,1.5,1.5s0.8,1,1.2,1.6c0.4,0.6,0.7,1.3,0.9,2
s0.3,1.5,0.3,2.3c0,1.9-0.6,3.4-1.8,4.6C154.7,100.4,153.1,101,151.2,101z"/>
</g>
<g>
<path fill="#2B292A" d="M54.7,131.2v-22.2h5.2c1.3,0,2.5,0.1,3.4,0.4c0.9,0.3,1.6,0.7,2.2,1.3c0.5,0.6,0.9,1.3,1.2,2.1
c0.2,0.8,0.3,1.9,0.3,3.1v8c0,1.3-0.1,2.3-0.3,3.2s-0.6,1.6-1.1,2.3c-0.5,0.6-1.2,1.1-2.1,1.4c-0.9,0.3-2,0.4-3.3,0.4H54.7z
M58.7,128.3h1.2c0.4,0,0.8,0,1.1-0.1c0.3-0.1,0.6-0.2,0.8-0.3c0.2-0.1,0.4-0.3,0.5-0.5s0.2-0.4,0.3-0.6
c0.1-0.2,0.1-0.5,0.2-0.9c0-0.4,0.1-0.7,0.1-1c0-0.3,0-0.7,0-1.2v-8.1c0-0.5,0-1,0-1.3c0-0.3-0.1-0.6-0.1-1
c-0.1-0.3-0.2-0.6-0.3-0.8c-0.1-0.2-0.3-0.3-0.5-0.5c-0.2-0.1-0.5-0.3-0.8-0.3c-0.3-0.1-0.7-0.1-1.2-0.1h-1.1V128.3z"/>
<path fill="#2B292A" d="M69.9,131.2v-22.2h9.3v2.9h-5.3v6.4h4.2v2.9h-4.2v7.3h5.3v2.8H69.9z"/>
<path fill="#2B292A" d="M87.2,131.4c-3.9,0-6-2.3-6.2-6.8l3.5-0.7c0.1,2.9,0.9,4.4,2.5,4.4c0.6,0,1.1-0.2,1.4-0.6
c0.3-0.4,0.4-0.9,0.4-1.5c0-0.6-0.1-1.2-0.3-1.7c-0.2-0.5-0.5-0.9-0.8-1.3s-0.7-0.7-1.3-1.2l-2.9-2.5c-0.9-0.8-1.5-1.5-1.9-2.3
c-0.4-0.8-0.6-1.8-0.6-3c0-1.7,0.5-3.1,1.5-4c1-1,2.4-1.4,4.2-1.5c0.8,0,1.5,0.1,2.2,0.3c0.6,0.2,1.1,0.5,1.5,0.8
c0.4,0.4,0.7,0.8,1,1.3c0.3,0.5,0.5,1.1,0.6,1.6c0.1,0.6,0.2,1.2,0.3,1.9l-3.5,0.7c0-0.4,0-0.8-0.1-1.2s-0.1-0.7-0.2-1
c-0.1-0.3-0.2-0.6-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.6-0.2-0.9-0.1c-0.6,0-1.1,0.2-1.4,0.6s-0.5,0.8-0.5,1.5
c0,0.7,0.1,1.3,0.4,1.8c0.3,0.5,0.7,1,1.3,1.5l2.9,2.5c0.5,0.4,0.9,0.9,1.3,1.3c0.4,0.4,0.7,0.9,1,1.4c0.3,0.5,0.6,1.1,0.7,1.7
s0.3,1.3,0.3,2c0,1.6-0.5,2.9-1.5,3.9C90.2,130.9,88.9,131.4,87.2,131.4z"/>
<path fill="#2B292A" d="M95.3,131.2v-22.2h4v22.2H95.3z"/>
<path fill="#2B292A" d="M108.3,131.5c-2.1,0-3.6-0.7-4.5-2s-1.4-3.2-1.4-5.7v-7.2c0-1.3,0.1-2.4,0.3-3.3c0.2-0.9,0.5-1.7,1-2.4
c0.5-0.7,1.1-1.2,2-1.6c0.8-0.3,1.9-0.5,3.1-0.5c2.2,0,3.8,0.5,4.7,1.6c1,1.1,1.4,2.7,1.4,4.9v1.1H111v-1.2c0-0.5,0-0.9,0-1.2
c0-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.2-0.6-0.4-0.7s-0.4-0.3-0.7-0.4c-0.3-0.1-0.6-0.2-1-0.2c-0.3,0-0.6,0-0.8,0.1
c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.1,0.4-0.1,0.7c0,0.3-0.1,0.6-0.1,0.8
c0,0.2,0,0.5,0,0.9v9c0,1.3,0.2,2.3,0.5,2.9c0.3,0.6,1,0.9,1.9,0.9c0.5,0,0.9-0.1,1.2-0.3c0.3-0.2,0.6-0.5,0.8-0.8
s0.3-0.8,0.4-1.3s0.1-1.1,0.1-1.7v-1.8h-2.4v-2.6h6.1v11.3h-2.6l-0.3-2.3C111.4,130.6,110.1,131.5,108.3,131.5z"/>
<path fill="#2B292A" d="M118,131.2v-22.2h2.8l5.4,12.6v-12.6h3.4v22.2H127l-5.5-13.2v13.2H118z"/>
</g>
<g>
<g>
<g>
<path fill="#2B292A" d="M53.5,42.2v1.2h-4.3v2.2h3.9v1.2h-3.9v2.2h4.5v1.2h-5.8v-7.9H53.5z"/>
<path fill="#2B292A" d="M57.8,43.4c-0.8,0-1.3,0.3-1.3,0.8c0,1.7,4.3,0.8,4.3,3.7c0,1.4-1.2,2.3-3,2.3c-1.2,0-2.4-0.5-3.2-1.3
l0.6-1.2c0.8,0.7,1.8,1.2,2.7,1.2c0.9,0,1.5-0.4,1.5-1c0-1.8-4.3-0.8-4.3-3.6c0-1.4,1.2-2.2,2.9-2.2c1,0,2,0.3,2.8,0.8
l-0.6,1.2C59.3,43.6,58.4,43.4,57.8,43.4z"/>
<path fill="#2B292A" d="M67.8,42.2v1.2h-2.5v6.7h-1.3v-6.7h-2.5v-1.2H67.8z"/>
<path fill="#2B292A" d="M69.2,49.5c0,0.4-0.3,0.8-0.7,0.8c-0.4,0-0.7-0.3-0.7-0.8c0-0.4,0.3-0.7,0.7-0.7
C68.9,48.7,69.2,49.1,69.2,49.5z"/>
</g>
</g>
<g>
<g>
<path fill="#2B292A" d="M113.8,42.2v7.9h-1.3v-6.7h-1.7v-1.2H113.8z"/>
<path fill="#2B292A" d="M119.5,49.1c1.5,0,2.2-1.2,2.2-2.9c-0.4,0.7-1.2,1.1-2.2,1.1c-1.6,0-2.5-1-2.5-2.5
c0-1.6,1.1-2.7,2.8-2.7c2,0,3.2,1.4,3.2,3.9c0,2.5-1.3,4.2-3.4,4.2c-0.8,0-1.7-0.2-2.4-0.6l0.5-1
C118.2,48.9,118.9,49.1,119.5,49.1z M118.2,44.8c0,0.9,0.6,1.5,1.5,1.5c1.1,0,1.7-0.7,1.7-1.5c0-0.7-0.5-1.5-1.6-1.5
C118.9,43.3,118.2,43.9,118.2,44.8z"/>
<path fill="#2B292A" d="M126.4,49.1c1.5,0,2.2-1.2,2.2-2.9c-0.4,0.7-1.2,1.1-2.2,1.1c-1.6,0-2.5-1-2.5-2.5
c0-1.6,1.1-2.7,2.8-2.7c2,0,3.2,1.4,3.2,3.9c0,2.5-1.3,4.2-3.4,4.2c-0.8,0-1.7-0.2-2.4-0.6l0.5-1
C125.2,48.9,125.8,49.1,126.4,49.1z M125.2,44.8c0,0.9,0.6,1.5,1.5,1.5c1.1,0,1.7-0.7,1.7-1.5c0-0.7-0.5-1.5-1.6-1.5
C125.8,43.3,125.2,43.9,125.2,44.8z"/>
<path fill="#2B292A" d="M137.1,42.2v1l-3.3,6.9h-1.4l3.3-6.7h-3.4l0,1.1H131v-2.3H137.1z"/>
</g>
</g>
</g>
<g>
<path fill="#2B292A" d="M57.5,146h1.2v3c-0.8,0.6-2,1-3.1,1c-2.4,0-4.2-1.8-4.2-4.1s1.9-4.1,4.3-4.1c1.2,0,2.3,0.4,3.1,1.1
l-0.8,1c-0.6-0.6-1.5-0.9-2.3-0.9c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,3,2.9c0.6,0,1.3-0.2,1.9-0.6V146z"/>
<path fill="#2B292A" d="M64,148.8c1.3,0,2.1-0.8,2.1-2.2v-4.7h1.4v4.7c0,2.1-1.3,3.4-3.5,3.4c-2.2,0-3.5-1.3-3.5-3.4v-4.7h1.4
v4.7C61.8,148,62.7,148.8,64,148.8z"/>
<path fill="#2B292A" d="M74.4,148.1h-4.1l-0.8,1.8h-1.4l3.6-8.1h1.4l3.5,8.1h-1.5L74.4,148.1z M73.9,146.9l-1.5-3.6l-1.5,3.6
H73.9z"/>
<path fill="#2B292A" d="M82.8,150l-1.5-2.4c-0.1,0-0.2,0-0.4,0h-1.9v2.4h-1.4v-8.1H81c2.1,0,3.3,1,3.3,2.8
c0,1.3-0.6,2.2-1.7,2.6l1.8,2.7H82.8z M81,146.3c1.2,0,2-0.5,2-1.6c0-1.1-0.7-1.6-2-1.6h-1.9v3.2H81z"/>
<path fill="#2B292A" d="M91.3,148.1h-4.1l-0.8,1.8H85l3.6-8.1H90l3.5,8.1H92L91.3,148.1z M90.7,146.9l-1.5-3.6l-1.5,3.6H90.7z"
/>
<path fill="#2B292A" d="M95.9,141.9l4.3,5.8v-5.8h1.3v8.1h-1.3l-4.3-5.8v5.8h-1.4v-8.1H95.9z"/>
<path fill="#2B292A" d="M109.2,141.9v1.2h-2.6v6.9h-1.4v-6.9h-2.5v-1.2H109.2z"/>
<path fill="#2B292A" d="M116.1,141.9v1.2h-4.4v2.2h3.9v1.2h-3.9v2.2h4.5v1.2h-5.9v-8.1H116.1z"/>
<path fill="#2B292A" d="M123.7,141.9v1.2h-4.4v2.2h3.9v1.2h-3.9v2.2h4.5v1.2h-5.9v-8.1H123.7z"/>
<path fill="#2B292A" d="M133,145.9c0,2.3-1.8,4-4.2,4h-3.3v-8.1h3.3C131.2,141.9,133,143.6,133,145.9z M131.6,145.9
c0-1.6-1.2-2.8-2.8-2.8h-1.9v5.6h2C130.4,148.7,131.6,147.6,131.6,145.9z"/>
</g>
<path fill="#2B292A" d="M10.3,124.1c-0.6,4.7,0.3,9.3,2.6,13.4c2.4,4.1,5.9,7.2,10.3,9c6.4,2.6,11.6,7.8,14.3,14.3
c1.8,4.4,4.9,7.9,9,10.3c4.1,2.4,8.7,3.3,13.4,2.6c6.9-1,14,0.9,19.5,5.2c3.7,2.9,8.2,4.4,12.9,4.4c4.7,0,9.2-1.5,12.9-4.4
c5.5-4.3,12.6-6.2,19.5-5.2c4.7,0.6,9.3-0.3,13.4-2.6c4.1-2.4,7.2-5.9,9-10.3c2.6-6.4,7.8-11.6,14.3-14.3c4.4-1.8,7.9-4.9,10.3-9
c2.4-4.1,3.3-8.7,2.6-13.4c-1-6.9,0.9-14,5.2-19.5c2.9-3.7,4.4-8.2,4.4-12.9s-1.5-9.2-4.4-12.9c-4.3-5.5-6.2-12.6-5.2-19.5
c0.6-4.7-0.3-9.3-2.6-13.4c-2.4-4.1-5.9-7.2-10.3-9c-6.4-2.6-11.6-7.8-14.3-14.3c-1.8-4.4-4.9-7.9-9-10.3
c-4.1-2.4-8.7-3.3-13.4-2.6c-6.9,1-14-0.9-19.5-5.2c-3.7-2.9-8.2-4.4-12.9-4.4c-4.7,0-9.2,1.5-12.9,4.4
c-5.5,4.3-12.6,6.2-19.5,5.2c-4.7-0.6-9.3,0.3-13.4,2.6c-4.1,2.4-7.2,5.9-9,10.3c-2.6,6.4-7.8,11.6-14.3,14.3
c-4.4,1.8-7.9,4.9-10.3,9c-2.4,4.1-3.3,8.7-2.6,13.4c1,6.9-0.9,14-5.2,19.5C2.1,82.6,0.6,87,0.6,91.8s1.5,9.2,4.4,12.9
C9.3,110.2,11.2,117.3,10.3,124.1z M13.7,58.9c-0.5-3.9,0.2-7.8,2.2-11.2c2-3.4,4.9-6,8.6-7.5c7.3-3,13.2-8.9,16.2-16.2
c1.5-3.6,4.1-6.6,7.5-8.6c3.4-2,7.3-2.7,11.2-2.2c7.8,1.1,15.8-1.1,22.1-5.9c3.1-2.4,6.8-3.7,10.8-3.7s7.7,1.3,10.8,3.7
c6.2,4.8,14.3,7,22.1,5.9c3.9-0.5,7.8,0.2,11.2,2.2c3.4,2,6,4.9,7.5,8.6c3,7.3,8.9,13.2,16.2,16.2c3.6,1.5,6.6,4.1,8.6,7.5
s2.7,7.3,2.2,11.2c-1.1,7.8,1.1,15.8,5.9,22.1c2.4,3.1,3.7,6.8,3.7,10.8c0,3.9-1.3,7.7-3.7,10.8c-4.8,6.2-7,14.3-5.9,22.1
c0.5,3.9-0.2,7.8-2.2,11.2c-2,3.4-4.9,6-8.6,7.5c-7.3,3-13.2,8.9-16.2,16.2c-1.5,3.6-4.1,6.6-7.5,8.6c-3.4,2-7.3,2.7-11.2,2.2
c-7.8-1.1-15.8,1.1-22.1,5.9c-3.1,2.4-6.8,3.7-10.8,3.7s-7.7-1.3-10.8-3.7c-5.2-4-11.6-6.2-18.1-6.2c-1.3,0-2.7,0.1-4,0.3
c-3.9,0.5-7.8-0.2-11.2-2.2c-3.4-2-6-4.9-7.5-8.6c-3-7.3-8.9-13.2-16.2-16.2c-3.6-1.5-6.6-4.1-8.6-7.5c-2-3.4-2.7-7.3-2.2-11.2
c1.1-7.8-1.1-15.8-5.9-22.1c-2.4-3.1-3.7-6.8-3.7-10.8c0-3.9,1.3-7.7,3.7-10.8C12.6,74.8,14.8,66.7,13.7,58.9z"/>
<path fill="#2B292A" d="M118.9,165l0.1,2c1.1-0.1,2.2-0.1,3.3,0l0.1-2C121.3,164.9,120.1,165,118.9,165z"/>
<path fill="#2B292A" d="M125.7,18.2c1-0.1,2-0.2,3-0.1l0.2-2c-1.1-0.1-2.3-0.1-3.5,0.1l-0.2,0l0.3,2L125.7,18.2z"/>
<path fill="#2B292A" d="M18.9,120c0-1.2-0.1-2.4-0.2-3.5l-2,0.2c0.1,1.1,0.2,2.2,0.2,3.3L18.9,120z"/>
<path fill="#2B292A" d="M147.7,35.5c-0.8-0.8-1.5-1.6-2.2-2.5l-1.6,1.2c0.7,0.9,1.5,1.8,2.3,2.7L147.7,35.5z"/>
<path fill="#2B292A" d="M126,165.3l-0.2,2c0.6,0.1,1.1,0.1,1.7,0.1c0.7,0,1.3,0,2-0.1l-0.3-2C128.1,165.4,127,165.4,126,165.3z"
/>
<path fill="#2B292A" d="M141.9,31.4l1.7-1.1c-0.6-0.9-1.1-1.9-1.6-2.9l-1.8,0.9C140.6,29.4,141.2,30.4,141.9,31.4z"/>
<path fill="#2B292A" d="M140.5,24.3c-0.5-1.1-1.2-2.2-2-3.1l-1.5,1.3c0.7,0.8,1.3,1.7,1.7,2.7L140.5,24.3z"/>
<path fill="#2B292A" d="M18.6,125.3c0.1-0.6,0.1-1.1,0.2-1.7l-2-0.2c0,0.5-0.1,1.1-0.2,1.6c-0.1,0.6-0.1,1.3-0.1,1.9l2,0
C18.5,126.4,18.6,125.8,18.6,125.3z"/>
<path fill="#2B292A" d="M133.7,163.7c-0.5,0.3-1,0.5-1.5,0.7l0.8,1.9c0.6-0.2,1.2-0.5,1.7-0.8c0.5-0.3,1-0.6,1.5-1l-1.2-1.6
C134.6,163.2,134.1,163.5,133.7,163.7z"/>
<path fill="#2B292A" d="M134.6,20.4l1.1-1.7c-0.3-0.2-0.7-0.4-1-0.7c-0.7-0.4-1.5-0.8-2.2-1.1l-0.7,1.9c0.7,0.2,1.3,0.6,1.9,0.9
C134,20,134.3,20.2,134.6,20.4z"/>
<path fill="#2B292A" d="M43,153l-1.7,1c0.6,1,1.1,1.9,1.6,3l1.8-0.8C44.1,155.1,43.6,154,43,153z"/>
<path fill="#2B292A" d="M37.3,148.7c0.8,0.8,1.5,1.7,2.1,2.6L41,150c-0.7-0.9-1.5-1.9-2.3-2.7L37.3,148.7z"/>
<path fill="#2B292A" d="M16.9,130.6c0.3,1.2,0.8,2.3,1.4,3.4l1.8-1c-0.5-0.9-0.9-1.9-1.2-3L16.9,130.6z"/>
<path fill="#2B292A" d="M76.4,169.7c1,0.4,2,0.9,3,1.5l1-1.7c-1-0.6-2.1-1.1-3.2-1.6L76.4,169.7z"/>
<path fill="#2B292A" d="M83.3,171.4l-1.2,1.6c0.4,0.3,0.7,0.5,1.1,0.8c0.6,0.5,1.2,0.9,1.9,1.2l1-1.8c-0.6-0.3-1.1-0.7-1.6-1.1
C84.1,171.9,83.7,171.6,83.3,171.4z"/>
<path fill="#2B292A" d="M44.3,160.2c0.6,1.1,1.4,2.1,2.2,2.9l1.4-1.4c-0.7-0.8-1.4-1.6-1.9-2.5L44.3,160.2z"/>
<path fill="#2B292A" d="M16.7,59.2c0.1,1.1,0.2,2.2,0.2,3.3l2,0c0-1.2-0.1-2.4-0.2-3.5L16.7,59.2z"/>
<path fill="#2B292A" d="M32.3,144.2c0.9,0.6,1.8,1.3,2.6,2.1l1.3-1.5c-0.9-0.8-1.8-1.5-2.8-2.2L32.3,144.2z"/>
<path fill="#2B292A" d="M20.4,137c0.8,0.9,1.8,1.7,2.8,2.4l1.1-1.7c-0.9-0.6-1.7-1.2-2.4-2L20.4,137z"/>
<path fill="#2B292A" d="M26.5,140.9c1,0.4,2,1,3,1.5l1-1.7c-1-0.6-2.1-1.1-3.2-1.6L26.5,140.9z"/>
<path fill="#2B292A" d="M172.9,99l1.6,1.2c0.7-1,1.3-2.1,1.7-3.3l-1.9-0.7C174.1,97.2,173.6,98.1,172.9,99z"/>
<path fill="#2B292A" d="M166.6,111.5l1.9,0.5c0.3-1.1,0.6-2.1,1-3.2l-1.9-0.7C167.3,109.2,166.9,110.4,166.6,111.5z"/>
<path fill="#2B292A" d="M88.5,176.4c1.2,0.3,2.4,0.5,3.7,0.5v-2c-1.1,0-2.1-0.1-3.2-0.4L88.5,176.4z"/>
<path fill="#2B292A" d="M144.2,148.8l1.6,1.3c0.7-0.9,1.5-1.7,2.2-2.5l-1.4-1.4C145.8,147,145,147.9,144.2,148.8z"/>
<path fill="#2B292A" d="M170.6,81.2l1.7-1.1c-0.6-0.9-1.1-1.9-1.6-2.9l-1.8,0.9C169.4,79.2,170,80.2,170.6,81.2z"/>
<path fill="#2B292A" d="M167.7,67.7c-0.2-1.1-0.3-2.2-0.3-3.3l-2,0.1c0.1,1.2,0.2,2.4,0.3,3.5L167.7,67.7z"/>
<path fill="#2B292A" d="M169.1,104.9l1.8,0.9c0.5-1,1.1-2,1.7-2.9l-1.7-1.1C170.3,102.8,169.7,103.9,169.1,104.9z"/>
<path fill="#2B292A" d="M161.1,136.9l1.3,1.6c1-0.8,1.8-1.7,2.6-2.7l-1.6-1.2C162.6,135.4,161.9,136.2,161.1,136.9z"/>
<path fill="#2B292A" d="M164.9,131.8l1.9,0.8c0.5-1.1,0.8-2.3,1-3.6l-2-0.3C165.5,129.8,165.3,130.8,164.9,131.8z"/>
<path fill="#2B292A" d="M167.4,122l-2,0.1c0,1.1,0.1,2.2,0.3,3.3c0,0.1,0,0.2,0,0.3l2-0.2c0-0.1,0-0.2,0-0.3
C167.5,124,167.4,123,167.4,122z"/>
<path fill="#2B292A" d="M165.4,118.5l2,0.1c0.1-1.1,0.2-2.2,0.4-3.3l-2-0.3C165.6,116.1,165.5,117.3,165.4,118.5z"/>
<path fill="#2B292A" d="M176.1,86.1c-0.5-1.1-1.1-2.2-1.9-3.2l-1.6,1.2c0.7,0.9,1.2,1.8,1.6,2.7L176.1,86.1z"/>
<path fill="#2B292A" d="M158.7,43c-1-0.4-2-0.9-3-1.4l-0.9,1.8c1,0.6,2.1,1.1,3.2,1.5L158.7,43z"/>
<path fill="#2B292A" d="M158,138.7c-0.9,0.4-1.9,0.8-2.8,1.3l0.9,1.8c0.9-0.4,1.7-0.8,2.6-1.2c0.2-0.1,0.3-0.1,0.5-0.2l-0.8-1.8
C158.2,138.6,158.1,138.6,158,138.7z"/>
<path fill="#2B292A" d="M152.8,39.8c-0.9-0.6-1.8-1.3-2.7-2l-1.3,1.5c0.9,0.8,1.9,1.5,2.8,2.1L152.8,39.8z"/>
<path fill="#2B292A" d="M140.4,154.8l1.8,0.9c0.5-1,1.1-2,1.7-2.9l-1.7-1.1C141.5,152.7,140.9,153.7,140.4,154.8z"/>
<path fill="#2B292A" d="M149.2,143.8l1.3,1.6c0.9-0.7,1.8-1.4,2.7-2l-1.1-1.7C151.1,142.4,150.2,143.1,149.2,143.8z"/>
<path fill="#2B292A" d="M165.7,58.2c-0.1,0.9-0.2,1.8-0.3,2.7l2,0.1c0-0.9,0.1-1.7,0.3-2.6c0-0.3,0.1-0.6,0.1-0.8l-2-0.2
C165.7,57.7,165.7,58,165.7,58.2z"/>
<path fill="#2B292A" d="M137.3,160.7l1.6,1.2c0.8-1,1.4-2,1.9-3.2l-1.8-0.8C138.5,158.9,137.9,159.8,137.3,160.7z"/>
<path fill="#2B292A" d="M167.6,54c-0.2-1.2-0.6-2.4-1.1-3.5l-1.8,0.8c0.4,1,0.8,2,0.9,3L167.6,54z"/>
<path fill="#2B292A" d="M167.5,74.9l1.9-0.7c-0.4-1-0.7-2.1-1-3.2l-1.9,0.5C166.7,72.6,167.1,73.8,167.5,74.9z"/>
<path fill="#2B292A" d="M163,48.6l1.6-1.3c-0.8-1-1.7-1.8-2.7-2.6l-1.2,1.6C161.5,47,162.3,47.8,163,48.6z"/>
<path fill="#2B292A" d="M175.2,91.8c0,0.5,0,0.9-0.1,1.4l2,0.2c0.1-0.5,0.1-1,0.1-1.6c0-0.7-0.1-1.4-0.2-2.1l-2,0.3
C175.2,90.5,175.2,91.1,175.2,91.8z"/>
<path fill="#2B292A" d="M43.5,29.7l-1.8-1c-0.5,1-1.1,1.9-1.8,2.8l1.6,1.2C42.3,31.7,42.9,30.7,43.5,29.7z"/>
<path fill="#2B292A" d="M45.2,26c0.3-0.8,0.8-1.6,1.3-2.4l-1.7-1.1c-0.6,0.9-1.1,1.8-1.5,2.7c-0.1,0.2-0.1,0.3-0.2,0.5l1.8,0.8
C45.1,26.3,45.2,26.1,45.2,26z"/>
<path fill="#2B292A" d="M39.4,35.5l-1.5-1.3c-0.7,0.8-1.5,1.7-2.3,2.4L37,38C37.8,37.2,38.7,36.3,39.4,35.5z"/>
<path fill="#2B292A" d="M50.6,19.8c0.2-0.1,0.4-0.2,0.7-0.4l-0.9-1.8c-0.3,0.1-0.5,0.3-0.8,0.4c-0.8,0.5-1.6,1-2.3,1.6l1.3,1.5
C49.2,20.7,49.9,20.2,50.6,19.8z"/>
<path fill="#2B292A" d="M57.4,18.1l0.1-2c-1.2-0.1-2.5,0-3.7,0.3l0.4,2C55.3,18.2,56.4,18.1,57.4,18.1z"/>
<path fill="#2B292A" d="M50.5,163.6l-1,1.7l0.2,0.1c1,0.6,2.1,1.1,3.2,1.4l0.6-1.9c-1-0.3-1.9-0.7-2.8-1.2L50.5,163.6z"/>
<path fill="#2B292A" d="M56.5,167.4c0.1,0,0.3,0,0.4,0c0.7,0,1.3,0,2-0.1c0.4-0.1,0.8-0.1,1.2-0.1l-0.2-2c-0.4,0-0.8,0.1-1.2,0.1
c-0.7,0.1-1.4,0.1-2.1,0.1L56.5,167.4z"/>
<path fill="#2B292A" d="M34.3,40.3L33,38.7c-0.9,0.7-1.8,1.3-2.8,1.9l1.1,1.7C32.4,41.7,33.3,41,34.3,40.3z"/>
<path fill="#2B292A" d="M19.1,52.6l-1.9-0.6c-0.4,1.2-0.6,2.4-0.7,3.6l2,0.1C18.6,54.6,18.8,53.6,19.1,52.6z"/>
<path fill="#2B292A" d="M26.3,44.9c0.6-0.3,1.3-0.5,1.9-0.8l-0.9-1.8c-0.6,0.3-1.2,0.5-1.8,0.8c-0.5,0.2-0.9,0.4-1.4,0.7l0.9,1.8
C25.5,45.2,25.9,45,26.3,44.9z"/>
<path fill="#2B292A" d="M64.4,18.5l-0.1-2c-1.1,0-2.2,0-3.3-0.1l-0.1,2c0.8,0.1,1.7,0.1,2.5,0.1C63.7,18.6,64,18.6,64.4,18.5z"/>
<path fill="#2B292A" d="M18.8,66l-2-0.2c-0.1,1.1-0.3,2.2-0.5,3.3l2,0.4C18.5,68.4,18.7,67.2,18.8,66z"/>
<path fill="#2B292A" d="M22.5,47.3l-1.4-1.5c-0.9,0.8-1.7,1.8-2.4,2.8l1.7,1.1C21.1,48.8,21.8,48,22.5,47.3z"/>
<path fill="#2B292A" d="M105.3,168.7l0.9,1.8c1-0.5,2-1,3-1.4l-0.7-1.9C107.5,167.7,106.4,168.2,105.3,168.7z"/>
<path fill="#2B292A" d="M108.8,14.2c-1-0.4-2-0.9-3-1.4l-0.9,1.8c1,0.6,2.1,1.1,3.2,1.5L108.8,14.2z"/>
<path fill="#2B292A" d="M89.9,8.9l-0.4-2C88.3,7.1,87.1,7.5,86,8l0.8,1.8C87.8,9.4,88.8,9.1,89.9,8.9z"/>
<path fill="#2B292A" d="M96.8,7.4c-1.2-0.4-2.4-0.6-3.6-0.7l-0.1,2c1.1,0.1,2.1,0.3,3.1,0.6L96.8,7.4z"/>
<path fill="#2B292A" d="M115.2,16c-1.1-0.2-2.2-0.5-3.3-0.8l-0.6,1.9c1.1,0.3,2.3,0.6,3.5,0.8L115.2,16z"/>
<path fill="#2B292A" d="M63.4,167c1.1,0,2.2,0.1,3.3,0.2l0.2-2c-1.2-0.1-2.4-0.2-3.5-0.2L63.4,167z"/>
<path fill="#2B292A" d="M99.9,172.2c-0.1,0.1-0.3,0.2-0.4,0.3l1.2,1.6c0.2-0.1,0.3-0.3,0.5-0.4c0.7-0.6,1.5-1.1,2.2-1.6l-1.1-1.7
C101.4,171,100.6,171.6,99.9,172.2z"/>
<path fill="#2B292A" d="M112.5,168.1c1.1-0.3,2.2-0.5,3.3-0.7l-0.3-2c-1.2,0.2-2.3,0.4-3.5,0.8L112.5,168.1z"/>
<path fill="#2B292A" d="M93.5,174.8l0.2,2c1.2-0.1,2.4-0.4,3.6-0.9l-0.7-1.9C95.6,174.4,94.6,174.7,93.5,174.8z"/>
<path fill="#2B292A" d="M121.9,18.5l-0.1-2c-1.1,0-2.2,0-3.3-0.1l-0.2,2c0.9,0.1,1.7,0.1,2.6,0.1
C121.3,18.6,121.6,18.6,121.9,18.5z"/>
<path fill="#2B292A" d="M101.8,12.7l1.1-1.7c-0.6-0.4-1.2-0.9-1.8-1.3c-0.3-0.2-0.6-0.5-1-0.7L99,10.7c0.3,0.2,0.6,0.4,0.8,0.6
C100.5,11.8,101.2,12.3,101.8,12.7z"/>
<path fill="#2B292A" d="M78.1,15.2l-0.9-1.8c-1,0.5-2,0.9-3.1,1.3l0.7,1.9C75.9,16.2,77,15.7,78.1,15.2z"/>
<path fill="#2B292A" d="M70,167.7c1.1,0.2,2.2,0.5,3.2,0.9l0.6-1.9c-1.1-0.4-2.3-0.7-3.4-0.9L70,167.7z"/>
<path fill="#2B292A" d="M84.1,11.6L82.9,10c-0.9,0.7-1.8,1.3-2.8,1.9l1,1.7C82.2,12.9,83.2,12.3,84.1,11.6z"/>
<path fill="#2B292A" d="M71.4,17.6l-0.5-2c-1.1,0.3-2.2,0.5-3.3,0.6l0.3,2C69.1,18.1,70.3,17.9,71.4,17.6z"/>
<path fill="#2B292A" d="M91.2,32.5V20.9h-1.4c-0.6,2.6-4.5,20.1-9.4,25.6c0,0,4.4,5,4.8,10.3h13.8c0.4-5.3,4.8-10.3,4.8-10.3
c-4.9-5.5-8.8-23-9.4-25.6h-1.4v11.6c1,0.4,1.7,1.4,1.7,2.5c0,1.5-1.2,2.7-2.7,2.7c-1.5,0-2.7-1.2-2.7-2.7
C89.5,33.8,90.2,32.9,91.2,32.5z"/>
<rect x="83.6" y="59.1" fill="#2B292A" width="17" height="7.5"/>
<polygon fill="#2B292A" points="46,113.6 42.2,117.4 38.4,113.6 37.8,114.2 37.2,114.8 41,118.6 37.2,122.4 37.8,123 38.4,123.6
42.2,119.8 46,123.6 47.2,122.4 43.4,118.6 47.2,114.8 "/>
<polygon fill="#2B292A" points="138.3,113.6 137.1,114.8 140.9,118.6 137.1,122.4 138.3,123.6 142.1,119.8 145.9,123.6
146.5,123 147.1,122.4 143.4,118.6 147.1,114.8 146.5,114.2 145.9,113.6 142.1,117.4 "/>
</g>
</g>
</g>
<g id="DESIGNED_BY_FREEPIK">
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

@ -0,0 +1,451 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 207.8 188.4" enable-background="new 0 0 207.8 188.4" xml:space="preserve">
<g id="BACKGROUND" display="none">
<rect x="-530.7" y="-297" display="inline" fill="#FFFFFF" width="800" height="800"/>
</g>
<g id="OBJECTS">
<g>
<path fill="#2B292A" d="M21.8-135l-1.8,0.9c0.4,0.8,0.9,1.6,1.5,2.3c0.2,0.2,0.3,0.4,0.5,0.7l1.6-1.2c-0.2-0.2-0.4-0.5-0.5-0.7
C22.6-133.6,22.1-134.3,21.8-135z"/>
<path fill="#2B292A" d="M25.5-129.3l-1.7,1c0.6,1,1.1,2,1.5,3l1.8-0.8C26.7-127.2,26.1-128.3,25.5-129.3z"/>
<path fill="#2B292A" d="M28.5-122.9l-1.9,0.6c0.4,1.1,0.7,2.1,0.9,3.2l2-0.4C29.2-120.6,28.8-121.8,28.5-122.9z"/>
<path fill="#2B292A" d="M28.8-159.5l-1.9-0.6c-0.3,1.1-0.7,2.1-1.1,3.1l1.9,0.8C28-157.2,28.4-158.4,28.8-159.5z"/>
<path fill="#2B292A" d="M22.2-147.2l-1.7-1c-0.6,1.1-1.1,2.2-1.5,3.4l1.9,0.6C21.2-145.3,21.6-146.3,22.2-147.2z"/>
<path fill="#2B292A" d="M26-153l-1.8-1c-0.5,1-1.1,1.9-1.8,2.8l1.7,1.1C24.8-150.9,25.5-151.9,26-153z"/>
<path fill="#2B292A" d="M18.7-137.6l2-0.4c-0.2-0.9-0.3-1.8-0.3-2.7c0-0.2,0-0.3,0-0.5l-2-0.1c0,0.2,0,0.3,0,0.5
C18.4-139.6,18.5-138.6,18.7-137.6z"/>
<g>
<g>
<path fill="#2B292A" d="M46-131.5c-1.1,0-2.1-0.1-3-0.4c-0.9-0.3-1.6-0.7-2.1-1.2s-1-1.1-1.4-1.9s-0.6-1.5-0.7-2.4
c-0.1-0.8-0.2-1.8-0.2-2.9v-9c0-1.1,0.1-2.1,0.2-3c0.1-0.9,0.4-1.7,0.7-2.4c0.3-0.7,0.8-1.4,1.4-1.8c0.6-0.5,1.3-0.9,2.1-1.1
c0.8-0.3,1.8-0.4,3-0.4c1.3,0,2.4,0.2,3.3,0.5c0.9,0.3,1.6,0.8,2.2,1.5c0.5,0.7,0.9,1.4,1.2,2.3c0.2,0.9,0.4,1.9,0.4,3.1v2.2
h-4.6v-2.2c0-1.3-0.1-2.2-0.2-2.6c-0.3-0.9-0.9-1.3-2-1.4c-0.1,0-0.2,0-0.3,0c-0.4,0-0.7,0-1,0.1c-0.3,0.1-0.5,0.2-0.7,0.4
c-0.2,0.2-0.3,0.4-0.5,0.6c-0.1,0.2-0.2,0.5-0.3,0.9c-0.1,0.4-0.1,0.7-0.1,1c0,0.3,0,0.7,0,1.2v11c0,1.5,0.2,2.6,0.6,3.3
c0.4,0.6,1.1,1,2,1c0.3,0,0.6,0,0.9-0.1c0.3-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.3,0.4-0.5c0.1-0.2,0.2-0.4,0.3-0.6
s0.1-0.5,0.1-0.8c0-0.3,0-0.6,0.1-0.9c0-0.2,0-0.6,0-1v-2.3H53v2.1c0,1-0.1,1.8-0.2,2.6s-0.4,1.5-0.7,2.2
c-0.3,0.7-0.8,1.2-1.3,1.7s-1.2,0.8-2,1.1C48-131.6,47.1-131.5,46-131.5z"/>
<path fill="#2B292A" d="M56.3-131.8v-25.9h5.9c1.4,0,2.5,0.1,3.5,0.3c1,0.2,1.8,0.6,2.6,1.1s1.3,1.2,1.6,2.1
c0.4,0.9,0.5,2,0.5,3.3c0,1.6-0.2,3-0.7,4c-0.5,1-1.3,1.8-2.4,2.3l3.6,12.8h-4.7l-3.1-11.8H61v11.8H56.3z M61-146.7h1.1
c1.4,0,2.4-0.3,3-0.9s0.9-1.6,0.9-3c0-1.4-0.3-2.4-0.8-3c-0.5-0.6-1.4-0.9-2.8-0.9H61V-146.7z"/>
<path fill="#2B292A" d="M74.1-131.8v-25.9h10.9v3.3h-6.1v7.4h4.8v3.3h-4.8v8.6H85v3.3H74.1z"/>
<path fill="#2B292A" d="M86.4-131.8l5.3-25.9h4.9l5.3,25.9h-4.4l-1-6h-4.5l-1.1,6H86.4z M92.4-140.9h3.5l-1.7-10.6L92.4-140.9z"
/>
<path fill="#2B292A" d="M106-131.8v-22.4h-4.3v-3.5h13.3v3.5h-4.2v22.4H106z"/>
<path fill="#2B292A" d="M117.1-131.8v-25.9h4.7v25.9H117.1z"/>
<path fill="#2B292A" d="M129.8-131.8l-5.3-25.9h4.2l3.4,18l3.2-18h4.3l-5.3,25.9H129.8z"/>
<path fill="#2B292A" d="M142.3-131.8v-25.9h10.9v3.3h-6.1v7.4h4.8v3.3h-4.8v8.6h6.2v3.3H142.3z"/>
<path fill="#2B292A" d="M162.5-131.5c-4.6,0-7-2.6-7.2-7.9l4.1-0.9c0.1,3.4,1.1,5.1,2.9,5.1c0.7,0,1.3-0.2,1.6-0.7
c0.3-0.4,0.5-1,0.5-1.8c0-0.7-0.1-1.4-0.4-2c-0.3-0.6-0.6-1.1-0.9-1.5c-0.3-0.4-0.8-0.9-1.5-1.4l-3.4-3c-1-0.9-1.7-1.8-2.2-2.7
c-0.5-0.9-0.7-2.1-0.7-3.5c0-2,0.6-3.6,1.8-4.7c1.2-1.1,2.8-1.7,4.9-1.7c0.9,0,1.8,0.1,2.5,0.4c0.7,0.2,1.3,0.6,1.8,1
c0.5,0.4,0.9,0.9,1.2,1.5s0.6,1.3,0.7,1.9s0.3,1.4,0.3,2.2l-4,0.8c0-0.5-0.1-1-0.1-1.4c0-0.4-0.1-0.8-0.2-1.2
c-0.1-0.4-0.3-0.7-0.4-1s-0.4-0.4-0.7-0.6s-0.7-0.2-1.1-0.2c-0.7,0-1.2,0.3-1.6,0.7c-0.4,0.4-0.6,1-0.6,1.7
c0,0.8,0.2,1.5,0.5,2.1c0.3,0.5,0.8,1.1,1.5,1.7l3.4,2.9c0.6,0.5,1.1,1,1.5,1.5s0.8,1,1.2,1.6c0.4,0.6,0.7,1.3,0.9,2
s0.3,1.5,0.3,2.3c0,1.9-0.6,3.4-1.8,4.6C166-132.1,164.5-131.5,162.5-131.5z"/>
</g>
<g>
<path fill="#2B292A" d="M66-101.3v-22.2h5.2c1.3,0,2.5,0.1,3.4,0.4c0.9,0.3,1.6,0.7,2.2,1.3c0.5,0.6,0.9,1.3,1.2,2.1
c0.2,0.8,0.3,1.9,0.3,3.1v8c0,1.3-0.1,2.3-0.3,3.2s-0.6,1.6-1.1,2.3c-0.5,0.6-1.2,1.1-2.1,1.4c-0.9,0.3-2,0.4-3.3,0.4H66z
M70.1-104.2h1.2c0.4,0,0.8,0,1.1-0.1c0.3-0.1,0.6-0.2,0.8-0.3c0.2-0.1,0.4-0.3,0.5-0.5s0.2-0.4,0.3-0.6
c0.1-0.2,0.1-0.5,0.2-0.9c0-0.4,0.1-0.7,0.1-1c0-0.3,0-0.7,0-1.2v-8.1c0-0.5,0-1,0-1.3c0-0.3-0.1-0.6-0.1-1
c-0.1-0.3-0.2-0.6-0.3-0.8c-0.1-0.2-0.3-0.3-0.5-0.5c-0.2-0.1-0.5-0.3-0.8-0.3c-0.3-0.1-0.7-0.1-1.2-0.1h-1.1V-104.2z"/>
<path fill="#2B292A" d="M81.2-101.3v-22.2h9.3v2.9h-5.3v6.4h4.2v2.9h-4.2v7.3h5.3v2.8H81.2z"/>
<path fill="#2B292A" d="M98.6-101c-3.9,0-6-2.3-6.2-6.8l3.5-0.7c0.1,2.9,0.9,4.4,2.5,4.4c0.6,0,1.1-0.2,1.4-0.6
c0.3-0.4,0.4-0.9,0.4-1.5c0-0.6-0.1-1.2-0.3-1.7c-0.2-0.5-0.5-0.9-0.8-1.3s-0.7-0.7-1.3-1.2l-2.9-2.5c-0.9-0.8-1.5-1.5-1.9-2.3
c-0.4-0.8-0.6-1.8-0.6-3c0-1.7,0.5-3.1,1.5-4c1-1,2.4-1.4,4.2-1.5c0.8,0,1.5,0.1,2.2,0.3c0.6,0.2,1.1,0.5,1.5,0.8
c0.4,0.4,0.7,0.8,1,1.3c0.3,0.5,0.5,1.1,0.6,1.6c0.1,0.6,0.2,1.2,0.3,1.9l-3.5,0.7c0-0.4,0-0.8-0.1-1.2s-0.1-0.7-0.2-1
c-0.1-0.3-0.2-0.6-0.4-0.8c-0.2-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.6-0.2-0.9-0.1c-0.6,0-1.1,0.2-1.4,0.6s-0.5,0.8-0.5,1.5
c0,0.7,0.1,1.3,0.4,1.8c0.3,0.5,0.7,1,1.3,1.5l2.9,2.5c0.5,0.4,0.9,0.9,1.3,1.3c0.4,0.4,0.7,0.9,1,1.4c0.3,0.5,0.6,1.1,0.7,1.7
s0.3,1.3,0.3,2c0,1.6-0.5,2.9-1.5,3.9C101.6-101.5,100.2-101,98.6-101z"/>
<path fill="#2B292A" d="M106.6-101.3v-22.2h4v22.2H106.6z"/>
<path fill="#2B292A" d="M119.6-101c-2.1,0-3.6-0.7-4.5-2s-1.4-3.2-1.4-5.7v-7.2c0-1.3,0.1-2.4,0.3-3.3c0.2-0.9,0.5-1.7,1-2.4
c0.5-0.7,1.1-1.2,2-1.6c0.8-0.3,1.9-0.5,3.1-0.5c2.2,0,3.8,0.5,4.7,1.6c1,1.1,1.4,2.7,1.4,4.9v1.1h-3.9v-1.2c0-0.5,0-0.9,0-1.2
c0-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.2-0.6-0.4-0.7s-0.4-0.3-0.7-0.4c-0.3-0.1-0.6-0.2-1-0.2c-0.3,0-0.6,0-0.8,0.1
c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.1,0.4-0.1,0.7c0,0.3-0.1,0.6-0.1,0.8
c0,0.2,0,0.5,0,0.9v9c0,1.3,0.2,2.3,0.5,2.9c0.3,0.6,1,0.9,1.9,0.9c0.5,0,0.9-0.1,1.2-0.3c0.3-0.2,0.6-0.5,0.8-0.8
s0.3-0.8,0.4-1.3s0.1-1.1,0.1-1.7v-1.8h-2.4v-2.6h6.1v11.3h-2.6l-0.3-2.3C122.7-101.9,121.4-101,119.6-101z"/>
<path fill="#2B292A" d="M129.4-101.3v-22.2h2.8l5.4,12.6v-12.6h3.4v22.2h-2.7l-5.5-13.2v13.2H129.4z"/>
</g>
<g>
<g>
<g>
<path fill="#2B292A" d="M64.9-190.3v1.2h-4.3v2.2h3.9v1.2h-3.9v2.2H65v1.2h-5.8v-7.9H64.9z"/>
<path fill="#2B292A" d="M69.2-189.1c-0.8,0-1.3,0.3-1.3,0.8c0,1.7,4.3,0.8,4.3,3.7c0,1.4-1.2,2.3-3,2.3
c-1.2,0-2.4-0.5-3.2-1.3l0.6-1.2c0.8,0.7,1.8,1.2,2.7,1.2c0.9,0,1.5-0.4,1.5-1c0-1.8-4.3-0.8-4.3-3.6c0-1.4,1.2-2.2,2.9-2.2
c1,0,2,0.3,2.8,0.8l-0.6,1.2C70.6-188.8,69.8-189.1,69.2-189.1z"/>
<path fill="#2B292A" d="M79.1-190.3v1.2h-2.5v6.7h-1.3v-6.7h-2.5v-1.2H79.1z"/>
<path fill="#2B292A" d="M80.5-183c0,0.4-0.3,0.8-0.7,0.8c-0.4,0-0.7-0.3-0.7-0.8c0-0.4,0.3-0.7,0.7-0.7
C80.2-183.7,80.5-183.4,80.5-183z"/>
</g>
</g>
<g>
<g>
<path fill="#2B292A" d="M125.1-190.3v7.9h-1.3v-6.7h-1.7v-1.2H125.1z"/>
<path fill="#2B292A" d="M130.8-183.4c1.5,0,2.2-1.2,2.2-2.9c-0.4,0.7-1.2,1.1-2.2,1.1c-1.6,0-2.5-1-2.5-2.5
c0-1.6,1.1-2.7,2.8-2.7c2,0,3.2,1.4,3.2,3.9c0,2.5-1.3,4.2-3.4,4.2c-0.8,0-1.7-0.2-2.4-0.6l0.5-1
C129.5-183.6,130.2-183.4,130.8-183.4z M129.5-187.7c0,0.9,0.6,1.5,1.5,1.5c1.1,0,1.7-0.7,1.7-1.5c0-0.7-0.5-1.5-1.6-1.5
C130.2-189.2,129.5-188.6,129.5-187.7z"/>
<path fill="#2B292A" d="M137.8-183.4c1.5,0,2.2-1.2,2.2-2.9c-0.4,0.7-1.2,1.1-2.2,1.1c-1.6,0-2.5-1-2.5-2.5
c0-1.6,1.1-2.7,2.8-2.7c2,0,3.2,1.4,3.2,3.9c0,2.5-1.3,4.2-3.4,4.2c-0.8,0-1.7-0.2-2.4-0.6l0.5-1
C136.5-183.6,137.2-183.4,137.8-183.4z M136.5-187.7c0,0.9,0.6,1.5,1.5,1.5c1.1,0,1.7-0.7,1.7-1.5c0-0.7-0.5-1.5-1.6-1.5
C137.2-189.2,136.5-188.6,136.5-187.7z"/>
<path fill="#2B292A" d="M148.4-190.3v1l-3.3,6.9h-1.4l3.3-6.7h-3.4l0,1.1h-1.2v-2.3H148.4z"/>
</g>
</g>
</g>
<g>
<path fill="#2B292A" d="M68.9-86.5H70v3c-0.8,0.6-2,1-3.1,1c-2.4,0-4.2-1.8-4.2-4.1s1.9-4.1,4.3-4.1c1.2,0,2.3,0.4,3.1,1.1
l-0.8,1c-0.6-0.6-1.5-0.9-2.3-0.9c-1.6,0-2.9,1.3-2.9,2.9c0,1.6,1.3,2.9,3,2.9c0.6,0,1.3-0.2,1.9-0.6V-86.5z"/>
<path fill="#2B292A" d="M75.3-83.7c1.3,0,2.1-0.8,2.1-2.2v-4.7h1.4v4.7c0,2.1-1.3,3.4-3.5,3.4c-2.2,0-3.5-1.3-3.5-3.4v-4.7h1.4
v4.7C73.2-84.5,74-83.7,75.3-83.7z"/>
<path fill="#2B292A" d="M85.8-84.3h-4.1l-0.8,1.8h-1.4l3.6-8.1h1.4l3.5,8.1h-1.5L85.8-84.3z M85.2-85.5l-1.5-3.6l-1.5,3.6H85.2z
"/>
<path fill="#2B292A" d="M94.2-82.5L92.7-85c-0.1,0-0.2,0-0.4,0h-1.9v2.4h-1.4v-8.1h3.3c2.1,0,3.3,1,3.3,2.8
c0,1.3-0.6,2.2-1.7,2.6l1.8,2.7H94.2z M92.3-86.2c1.2,0,2-0.5,2-1.6c0-1.1-0.7-1.6-2-1.6h-1.9v3.2H92.3z"/>
<path fill="#2B292A" d="M102.6-84.3h-4.1l-0.8,1.8h-1.4l3.6-8.1h1.4l3.5,8.1h-1.5L102.6-84.3z M102.1-85.5l-1.5-3.6L99-85.5
H102.1z"/>
<path fill="#2B292A" d="M107.2-90.6l4.3,5.8v-5.8h1.3v8.1h-1.3l-4.3-5.8v5.8h-1.4v-8.1H107.2z"/>
<path fill="#2B292A" d="M120.5-90.6v1.2H118v6.9h-1.4v-6.9h-2.5v-1.2H120.5z"/>
<path fill="#2B292A" d="M127.5-90.6v1.2h-4.4v2.2h3.9v1.2h-3.9v2.2h4.5v1.2h-5.9v-8.1H127.5z"/>
<path fill="#2B292A" d="M135-90.6v1.2h-4.4v2.2h3.9v1.2h-3.9v2.2h4.5v1.2h-5.9v-8.1H135z"/>
<path fill="#2B292A" d="M144.3-86.6c0,2.3-1.8,4-4.2,4h-3.3v-8.1h3.3C142.6-90.6,144.3-88.9,144.3-86.6z M142.9-86.5
c0-1.6-1.2-2.8-2.8-2.8h-1.9v5.6h2C141.7-83.7,142.9-84.9,142.9-86.5z"/>
</g>
<path fill="#2B292A" d="M21.6-108.3c-0.6,4.7,0.3,9.3,2.6,13.4c2.4,4.1,5.9,7.2,10.3,9c6.4,2.6,11.6,7.8,14.3,14.3
c1.8,4.4,4.9,7.9,9,10.3c4.1,2.4,8.7,3.3,13.4,2.6c6.9-1,14,0.9,19.5,5.2c3.7,2.9,8.2,4.4,12.9,4.4c4.7,0,9.2-1.5,12.9-4.4
c5.5-4.3,12.6-6.2,19.5-5.2c4.7,0.6,9.3-0.3,13.4-2.6c4.1-2.4,7.2-5.9,9-10.3c2.6-6.4,7.8-11.6,14.3-14.3c4.4-1.8,7.9-4.9,10.3-9
c2.4-4.1,3.3-8.7,2.6-13.4c-1-6.9,0.9-14,5.2-19.5c2.9-3.7,4.4-8.2,4.4-12.9c0-4.7-1.5-9.2-4.4-12.9c-4.3-5.5-6.2-12.6-5.2-19.5
c0.6-4.7-0.3-9.3-2.6-13.4c-2.4-4.1-5.9-7.2-10.3-9c-6.4-2.6-11.6-7.8-14.3-14.3c-1.8-4.4-4.9-7.9-9-10.3
c-4.1-2.4-8.7-3.3-13.4-2.6c-6.9,1-14-0.9-19.5-5.2c-3.7-2.9-8.2-4.4-12.9-4.4c-4.7,0-9.2,1.5-12.9,4.4
c-5.5,4.3-12.6,6.2-19.5,5.2c-4.7-0.6-9.3,0.3-13.4,2.6c-4.1,2.4-7.2,5.9-9,10.3c-2.6,6.4-7.8,11.6-14.3,14.3
c-4.4,1.8-7.9,4.9-10.3,9c-2.4,4.1-3.3,8.7-2.6,13.4c1,6.9-0.9,14-5.2,19.5c-2.9,3.7-4.4,8.2-4.4,12.9c0,4.7,1.5,9.2,4.4,12.9
C20.7-122.3,22.6-115.2,21.6-108.3z M25-173.6c-0.5-3.9,0.2-7.8,2.2-11.2c2-3.4,4.9-6,8.6-7.5c7.3-3,13.2-8.9,16.2-16.2
c1.5-3.6,4.1-6.6,7.5-8.6c3.4-2,7.3-2.7,11.2-2.2c7.8,1.1,15.8-1.1,22.1-5.9c3.1-2.4,6.8-3.7,10.8-3.7s7.7,1.3,10.8,3.7
c6.2,4.8,14.3,7,22.1,5.9c3.9-0.5,7.8,0.2,11.2,2.2c3.4,2,6,4.9,7.5,8.6c3,7.3,8.9,13.2,16.2,16.2c3.6,1.5,6.6,4.1,8.6,7.5
c2,3.4,2.7,7.3,2.2,11.2c-1.1,7.8,1.1,15.8,5.9,22.1c2.4,3.1,3.7,6.8,3.7,10.8c0,3.9-1.3,7.7-3.7,10.8c-4.8,6.2-7,14.3-5.9,22.1
c0.5,3.9-0.2,7.8-2.2,11.2c-2,3.4-4.9,6-8.6,7.5c-7.3,3-13.2,8.9-16.2,16.2c-1.5,3.6-4.1,6.6-7.5,8.6c-3.4,2-7.3,2.7-11.2,2.2
c-7.8-1.1-15.8,1.1-22.1,5.9c-3.1,2.4-6.8,3.7-10.8,3.7s-7.7-1.3-10.8-3.7c-5.2-4-11.6-6.2-18.1-6.2c-1.3,0-2.7,0.1-4,0.3
c-3.9,0.5-7.8-0.2-11.2-2.2c-3.4-2-6-4.9-7.5-8.6c-3-7.3-8.9-13.2-16.2-16.2c-3.6-1.5-6.6-4.1-8.6-7.5c-2-3.4-2.7-7.3-2.2-11.2
c1.1-7.8-1.1-15.8-5.9-22.1c-2.4-3.1-3.7-6.8-3.7-10.8c0-3.9,1.3-7.7,3.7-10.8C23.9-157.7,26.1-165.8,25-173.6z"/>
<path fill="#2B292A" d="M130.3-67.4l0.1,2c1.1-0.1,2.2-0.1,3.3,0l0.1-2C132.6-67.5,131.4-67.5,130.3-67.4z"/>
<path fill="#2B292A" d="M137-214.2c1-0.1,2-0.2,3-0.1l0.2-2c-1.1-0.1-2.3-0.1-3.5,0.1l-0.2,0l0.3,2L137-214.2z"/>
<path fill="#2B292A" d="M30.3-112.4c0-1.2-0.1-2.4-0.2-3.5l-2,0.2c0.1,1.1,0.2,2.2,0.2,3.3L30.3-112.4z"/>
<path fill="#2B292A" d="M159-196.9c-0.8-0.8-1.5-1.6-2.2-2.5l-1.6,1.2c0.7,0.9,1.5,1.8,2.3,2.7L159-196.9z"/>
<path fill="#2B292A" d="M137.3-67.1l-0.2,2c0.6,0.1,1.1,0.1,1.7,0.1c0.7,0,1.3,0,2-0.1l-0.3-2C139.4-67,138.4-67,137.3-67.1z"/>
<path fill="#2B292A" d="M153.2-201.1l1.7-1.1c-0.6-0.9-1.1-1.9-1.6-2.9l-1.8,0.9C152-203.1,152.6-202.1,153.2-201.1z"/>
<path fill="#2B292A" d="M151.8-208.2c-0.5-1.1-1.2-2.2-2-3.1l-1.5,1.3c0.7,0.8,1.3,1.7,1.7,2.7L151.8-208.2z"/>
<path fill="#2B292A" d="M30-107.2c0.1-0.6,0.1-1.1,0.2-1.7l-2-0.2c0,0.5-0.1,1.1-0.2,1.6c-0.1,0.6-0.1,1.3-0.1,1.9l2,0
C29.8-106.1,29.9-106.6,30-107.2z"/>
<path fill="#2B292A" d="M145-68.7c-0.5,0.3-1,0.5-1.5,0.7l0.8,1.9c0.6-0.2,1.2-0.5,1.7-0.8c0.5-0.3,1-0.6,1.5-1l-1.2-1.6
C145.9-69.3,145.5-69,145-68.7z"/>
<path fill="#2B292A" d="M145.9-212.1l1.1-1.7c-0.3-0.2-0.7-0.4-1-0.7c-0.7-0.4-1.5-0.8-2.2-1.1l-0.7,1.9c0.7,0.2,1.3,0.6,1.9,0.9
C145.3-212.5,145.6-212.3,145.9-212.1z"/>
<path fill="#2B292A" d="M54.3-79.5l-1.7,1c0.6,1,1.1,1.9,1.6,3l1.8-0.8C55.5-77.4,54.9-78.5,54.3-79.5z"/>
<path fill="#2B292A" d="M48.6-83.8c0.8,0.8,1.5,1.7,2.1,2.6l1.6-1.2c-0.7-0.9-1.5-1.9-2.3-2.7L48.6-83.8z"/>
<path fill="#2B292A" d="M28.3-101.9c0.3,1.2,0.8,2.3,1.4,3.4l1.8-1c-0.5-0.9-0.9-1.9-1.2-3L28.3-101.9z"/>
<path fill="#2B292A" d="M87.7-62.8c1,0.4,2,0.9,3,1.5l1-1.7c-1-0.6-2.1-1.1-3.2-1.6L87.7-62.8z"/>
<path fill="#2B292A" d="M94.7-61.1l-1.2,1.6c0.4,0.3,0.7,0.5,1.1,0.8c0.6,0.5,1.2,0.9,1.9,1.2l1-1.8c-0.6-0.3-1.1-0.7-1.6-1.1
C95.4-60.5,95-60.8,94.7-61.1z"/>
<path fill="#2B292A" d="M55.6-72.3c0.6,1.1,1.4,2.1,2.2,2.9l1.4-1.4c-0.7-0.8-1.4-1.6-1.9-2.5L55.6-72.3z"/>
<path fill="#2B292A" d="M28.1-173.3c0.1,1.1,0.2,2.2,0.2,3.3l2,0c0-1.2-0.1-2.4-0.2-3.5L28.1-173.3z"/>
<path fill="#2B292A" d="M43.6-88.2c0.9,0.6,1.8,1.3,2.6,2.1l1.3-1.5c-0.9-0.8-1.8-1.5-2.8-2.2L43.6-88.2z"/>
<path fill="#2B292A" d="M31.8-95.5c0.8,0.9,1.8,1.7,2.8,2.4l1.1-1.7c-0.9-0.6-1.7-1.2-2.4-2L31.8-95.5z"/>
<path fill="#2B292A" d="M37.8-91.6c1,0.4,2,1,3,1.5l1-1.7c-1-0.6-2.1-1.1-3.2-1.6L37.8-91.6z"/>
<path fill="#2B292A" d="M184.3-133.5l1.6,1.2c0.7-1,1.3-2.1,1.7-3.3l-1.9-0.7C185.4-135.3,184.9-134.3,184.3-133.5z"/>
<path fill="#2B292A" d="M177.9-121l1.9,0.5c0.3-1.1,0.6-2.1,1-3.2l-1.9-0.7C178.6-123.2,178.2-122.1,177.9-121z"/>
<path fill="#2B292A" d="M99.8-56.1c1.2,0.3,2.4,0.5,3.7,0.5v-2c-1.1,0-2.1-0.1-3.2-0.4L99.8-56.1z"/>
<path fill="#2B292A" d="M155.6-83.6l1.6,1.3c0.7-0.9,1.5-1.7,2.2-2.5l-1.4-1.4C157.1-85.4,156.3-84.5,155.6-83.6z"/>
<path fill="#2B292A" d="M182-151.2l1.7-1.1c-0.6-0.9-1.1-1.9-1.6-2.9l-1.8,0.9C180.8-153.3,181.3-152.2,182-151.2z"/>
<path fill="#2B292A" d="M179.1-164.7c-0.2-1.1-0.3-2.2-0.3-3.3l-2,0.1c0.1,1.2,0.2,2.4,0.3,3.5L179.1-164.7z"/>
<path fill="#2B292A" d="M180.5-127.6l1.8,0.9c0.5-1,1.1-2,1.7-2.9l-1.7-1.1C181.6-129.6,181-128.6,180.5-127.6z"/>
<path fill="#2B292A" d="M172.4-95.6l1.3,1.6c1-0.8,1.8-1.7,2.6-2.7l-1.6-1.2C174-97,173.2-96.3,172.4-95.6z"/>
<path fill="#2B292A" d="M176.2-100.7l1.9,0.8c0.5-1.1,0.8-2.3,1-3.6l-2-0.3C176.9-102.7,176.6-101.7,176.2-100.7z"/>
<path fill="#2B292A" d="M178.7-110.5l-2,0.1c0,1.1,0.1,2.2,0.3,3.3c0,0.1,0,0.2,0,0.3l2-0.2c0-0.1,0-0.2,0-0.3
C178.9-108.4,178.8-109.5,178.7-110.5z"/>
<path fill="#2B292A" d="M176.8-114l2,0.1c0.1-1.1,0.2-2.2,0.4-3.3l-2-0.3C177-116.3,176.8-115.1,176.8-114z"/>
<path fill="#2B292A" d="M187.4-146.4c-0.5-1.1-1.1-2.2-1.9-3.2l-1.6,1.2c0.7,0.9,1.2,1.8,1.6,2.7L187.4-146.4z"/>
<path fill="#2B292A" d="M170-189.5c-1-0.4-2-0.9-3-1.4l-0.9,1.8c1,0.6,2.1,1.1,3.2,1.5L170-189.5z"/>
<path fill="#2B292A" d="M169.3-93.8c-0.9,0.4-1.9,0.8-2.8,1.3l0.9,1.8c0.9-0.4,1.7-0.8,2.6-1.2c0.2-0.1,0.3-0.1,0.5-0.2l-0.8-1.8
C169.6-93.9,169.4-93.9,169.3-93.8z"/>
<path fill="#2B292A" d="M164.1-192.6c-0.9-0.6-1.8-1.3-2.7-2l-1.3,1.5c0.9,0.8,1.9,1.5,2.8,2.1L164.1-192.6z"/>
<path fill="#2B292A" d="M151.7-77.7l1.8,0.9c0.5-1,1.1-2,1.7-2.9l-1.7-1.1C152.8-79.8,152.2-78.8,151.7-77.7z"/>
<path fill="#2B292A" d="M160.6-88.6l1.3,1.6c0.9-0.7,1.8-1.4,2.7-2l-1.1-1.7C162.5-90.1,161.5-89.4,160.6-88.6z"/>
<path fill="#2B292A" d="M177-174.2c-0.1,0.9-0.2,1.8-0.3,2.7l2,0.1c0-0.9,0.1-1.7,0.3-2.6c0-0.3,0.1-0.6,0.1-0.8l-2-0.2
C177.1-174.7,177-174.5,177-174.2z"/>
<path fill="#2B292A" d="M148.6-71.8l1.6,1.2c0.8-1,1.4-2,1.9-3.2l-1.8-0.8C149.8-73.5,149.2-72.6,148.6-71.8z"/>
<path fill="#2B292A" d="M178.9-178.5c-0.2-1.2-0.6-2.4-1.1-3.5l-1.8,0.8c0.4,1,0.8,2,0.9,3L178.9-178.5z"/>
<path fill="#2B292A" d="M178.8-157.6l1.9-0.7c-0.4-1-0.7-2.1-1-3.2l-1.9,0.5C178.1-159.8,178.4-158.7,178.8-157.6z"/>
<path fill="#2B292A" d="M174.3-183.9l1.6-1.3c-0.8-1-1.7-1.8-2.7-2.6l-1.2,1.6C172.9-185.5,173.7-184.7,174.3-183.9z"/>
<path fill="#2B292A" d="M186.6-140.7c0,0.5,0,0.9-0.1,1.4l2,0.2c0.1-0.5,0.1-1,0.1-1.6c0-0.7-0.1-1.4-0.2-2.1l-2,0.3
C186.5-141.9,186.6-141.3,186.6-140.7z"/>
<path fill="#2B292A" d="M54.8-202.8l-1.8-1c-0.5,1-1.1,1.9-1.8,2.8l1.6,1.2C53.6-200.8,54.2-201.8,54.8-202.8z"/>
<path fill="#2B292A" d="M56.6-206.5c0.3-0.8,0.8-1.6,1.3-2.4l-1.7-1.1c-0.6,0.9-1.1,1.8-1.5,2.7c-0.1,0.2-0.1,0.3-0.2,0.5
l1.8,0.8C56.4-206.2,56.5-206.3,56.6-206.5z"/>
<path fill="#2B292A" d="M50.8-197l-1.5-1.3c-0.7,0.8-1.5,1.7-2.3,2.4l1.4,1.5C49.2-195.3,50-196.1,50.8-197z"/>
<path fill="#2B292A" d="M61.9-212.7c0.2-0.1,0.4-0.2,0.7-0.4l-0.9-1.8c-0.3,0.1-0.5,0.3-0.8,0.4c-0.8,0.5-1.6,1-2.3,1.6l1.3,1.5
C60.6-211.8,61.2-212.3,61.9-212.7z"/>
<path fill="#2B292A" d="M68.8-214.3l0.1-2c-1.2-0.1-2.5,0-3.7,0.3l0.4,2C66.6-214.3,67.7-214.4,68.8-214.3z"/>
<path fill="#2B292A" d="M61.8-68.8l-1,1.7l0.2,0.1c1,0.6,2.1,1.1,3.2,1.4l0.6-1.9c-1-0.3-1.9-0.7-2.8-1.2L61.8-68.8z"/>
<path fill="#2B292A" d="M67.8-65.1c0.1,0,0.3,0,0.4,0c0.7,0,1.3,0,2-0.1c0.4-0.1,0.8-0.1,1.2-0.1l-0.2-2c-0.4,0-0.8,0.1-1.2,0.1
c-0.7,0.1-1.4,0.1-2.1,0.1L67.8-65.1z"/>
<path fill="#2B292A" d="M45.6-192.2l-1.2-1.6c-0.9,0.7-1.8,1.3-2.8,1.9l1.1,1.7C43.7-190.8,44.7-191.4,45.6-192.2z"/>
<path fill="#2B292A" d="M30.5-179.9l-1.9-0.6c-0.4,1.2-0.6,2.4-0.7,3.6l2,0.1C29.9-177.8,30.1-178.9,30.5-179.9z"/>
<path fill="#2B292A" d="M37.7-187.6c0.6-0.3,1.3-0.5,1.9-0.8l-0.9-1.8c-0.6,0.3-1.2,0.5-1.8,0.8c-0.5,0.2-0.9,0.4-1.4,0.7
l0.9,1.8C36.9-187.3,37.3-187.4,37.7-187.6z"/>
<path fill="#2B292A" d="M75.7-213.9l-0.1-2c-1.1,0-2.2,0-3.3-0.1l-0.1,2c0.8,0.1,1.7,0.1,2.5,0.1C75-213.9,75.4-213.9,75.7-213.9
z"/>
<path fill="#2B292A" d="M30.1-166.4l-2-0.2c-0.1,1.1-0.3,2.2-0.5,3.3l2,0.4C29.9-164.1,30-165.3,30.1-166.4z"/>
<path fill="#2B292A" d="M33.9-185.2l-1.4-1.5c-0.9,0.8-1.7,1.8-2.4,2.8l1.7,1.1C32.4-183.7,33.1-184.5,33.9-185.2z"/>
<path fill="#2B292A" d="M116.7-63.7l0.9,1.8c1-0.5,2-1,3-1.4l-0.7-1.9C118.8-64.8,117.7-64.3,116.7-63.7z"/>
<path fill="#2B292A" d="M120.2-218.3c-1-0.4-2-0.9-3-1.4l-0.9,1.8c1,0.6,2.1,1.1,3.2,1.5L120.2-218.3z"/>
<path fill="#2B292A" d="M101.2-223.6l-0.4-2c-1.2,0.2-2.4,0.6-3.5,1.1l0.8,1.8C99.1-223.1,100.2-223.4,101.2-223.6z"/>
<path fill="#2B292A" d="M108.2-225c-1.2-0.4-2.4-0.6-3.6-0.7l-0.1,2c1.1,0.1,2.1,0.3,3.1,0.6L108.2-225z"/>
<path fill="#2B292A" d="M126.6-216.4c-1.1-0.2-2.2-0.5-3.3-0.8l-0.6,1.9c1.1,0.3,2.3,0.6,3.5,0.8L126.6-216.4z"/>
<path fill="#2B292A" d="M74.7-65.5c1.1,0,2.2,0.1,3.3,0.2l0.2-2c-1.2-0.1-2.4-0.2-3.5-0.2L74.7-65.5z"/>
<path fill="#2B292A" d="M111.2-60.3c-0.1,0.1-0.3,0.2-0.4,0.3l1.2,1.6c0.2-0.1,0.3-0.3,0.5-0.4c0.7-0.6,1.5-1.1,2.2-1.6l-1.1-1.7
C112.8-61.4,112-60.9,111.2-60.3z"/>
<path fill="#2B292A" d="M123.8-64.3c1.1-0.3,2.2-0.5,3.3-0.7l-0.3-2c-1.2,0.2-2.3,0.4-3.5,0.8L123.8-64.3z"/>
<path fill="#2B292A" d="M104.9-57.7l0.2,2c1.2-0.1,2.4-0.4,3.6-0.9l-0.7-1.9C107-58.1,105.9-57.8,104.9-57.7z"/>
<path fill="#2B292A" d="M133.3-213.9l-0.1-2c-1.1,0-2.2,0-3.3-0.1l-0.2,2c0.9,0.1,1.7,0.1,2.6,0.1
C132.6-213.9,133-213.9,133.3-213.9z"/>
<path fill="#2B292A" d="M113.2-219.7l1.1-1.7c-0.6-0.4-1.2-0.9-1.8-1.3c-0.3-0.2-0.6-0.5-1-0.7l-1.1,1.7c0.3,0.2,0.6,0.4,0.8,0.6
C111.8-220.7,112.5-220.2,113.2-219.7z"/>
<path fill="#2B292A" d="M89.4-217.2l-0.9-1.8c-1,0.5-2,0.9-3.1,1.3l0.7,1.9C87.2-216.3,88.3-216.7,89.4-217.2z"/>
<path fill="#2B292A" d="M81.3-64.8c1.1,0.2,2.2,0.5,3.2,0.9l0.6-1.9c-1.1-0.4-2.3-0.7-3.4-0.9L81.3-64.8z"/>
<path fill="#2B292A" d="M95.5-220.9l-1.2-1.6c-0.9,0.7-1.8,1.3-2.8,1.9l1,1.7C93.5-219.5,94.5-220.2,95.5-220.9z"/>
<path fill="#2B292A" d="M82.7-214.9l-0.5-2c-1.1,0.3-2.2,0.5-3.3,0.6l0.3,2C80.4-214.4,81.6-214.6,82.7-214.9z"/>
<path fill="#2B292A" d="M102.5-200v-11.6h-1.4c-0.6,2.6-4.5,20.1-9.4,25.6c0,0,4.4,5,4.8,10.3h13.8c0.4-5.3,4.8-10.3,4.8-10.3
c-4.9-5.5-8.8-23-9.4-25.6h-1.4v11.6c1,0.4,1.7,1.4,1.7,2.5c0,1.5-1.2,2.7-2.7,2.7c-1.5,0-2.7-1.2-2.7-2.7
C100.8-198.6,101.5-199.6,102.5-200z"/>
<rect x="95" y="-173.4" fill="#2B292A" width="17" height="7.5"/>
<polygon fill="#2B292A" points="57.3,-118.9 53.5,-115.1 49.7,-118.9 49.1,-118.3 48.5,-117.7 52.3,-113.9 48.5,-110.1
49.1,-109.5 49.7,-108.9 53.5,-112.7 57.3,-108.9 58.5,-110.1 54.7,-113.9 58.5,-117.7 "/>
<polygon fill="#2B292A" points="149.7,-118.9 148.5,-117.7 152.3,-113.9 148.5,-110.1 149.7,-108.9 153.5,-112.7 157.3,-108.9
157.9,-109.5 158.5,-110.1 154.7,-113.9 158.5,-117.7 157.9,-118.3 157.3,-118.9 153.5,-115.1 "/>
</g>
<path fill="#2B292A" d="M141.7,166.3l1,1.7c1-0.6,2-1.2,3-1.8l-1.1-1.7C143.6,165.1,142.7,165.7,141.7,166.3z"/>
<path fill="#2B292A" d="M72.3,172.1c1.1,0.5,2.1,0.9,3.2,1.3l0.7-1.9c-1.1-0.4-2.1-0.8-3.1-1.3L72.3,172.1z"/>
<path fill="#2B292A" d="M92.4,177.7c1.1,0.2,2.3,0.3,3.5,0.4l0.2-2c-1.1-0.1-2.3-0.2-3.4-0.4L92.4,177.7z"/>
<path fill="#2B292A" d="M66,169c1,0.6,2.1,1.1,3.1,1.6l0.9-1.8c-1-0.5-2-1-3-1.6L66,169z"/>
<path fill="#2B292A" d="M85.5,176.5c1.1,0.3,2.3,0.5,3.4,0.7l0.4-2c-1.1-0.2-2.2-0.4-3.3-0.7L85.5,176.5z"/>
<path fill="#2B292A" d="M78.8,174.6c1.1,0.4,2.2,0.7,3.3,1l0.5-1.9c-1.1-0.3-2.2-0.6-3.2-1L78.8,174.6z"/>
<path fill="#2B292A" d="M104.2,176.4h-1.3c-1.1,0-2.3,0-3.4-0.1l-0.1,2c1.2,0.1,2.3,0.1,3.5,0.1h1.3c0,0,0,0,0,0c0.7,0,1.3,0,2,0
l-0.1-2C105.5,176.4,104.8,176.4,104.2,176.4z"/>
<path fill="#2B292A" d="M109.5,176.2l0.1,2c1.2-0.1,2.3-0.2,3.5-0.3l-0.2-2C111.8,176,110.6,176.1,109.5,176.2z"/>
<path fill="#2B292A" d="M135.7,169.4l0.9,1.8c1-0.5,2.1-1,3.1-1.6l-0.9-1.8C137.7,168.5,136.7,169,135.7,169.4z"/>
<path fill="#2B292A" d="M129.4,172l0.7,1.9c1.1-0.4,2.2-0.8,3.3-1.3l-0.8-1.9C131.5,171.2,130.5,171.7,129.4,172z"/>
<path fill="#2B292A" d="M116.3,175.4l0.3,2c1.1-0.2,2.3-0.4,3.4-0.6l-0.4-2C118.5,175,117.4,175.3,116.3,175.4z"/>
<path fill="#2B292A" d="M122.9,174l0.5,1.9c1.1-0.3,2.3-0.6,3.4-1l-0.6-1.9C125.1,173.4,124,173.8,122.9,174z"/>
<g>
<g>
<g>
<path fill="#2B292A" d="M43.3,82.6v10.9h12.6V82.6h3.4v26h-3.4V96.5H43.3v12.2H40v-26H43.3z"/>
<path fill="#2B292A" d="M68.5,82.6v26h-3.4v-26H68.5z"/>
<path fill="#2B292A" d="M74.4,83c1.6-0.3,3.7-0.5,6.4-0.5c3.3,0,5.8,0.8,7.3,2.2c1.4,1.2,2.3,3.1,2.3,5.4c0,2.4-0.7,4.2-2,5.6
c-1.8,1.9-4.7,2.9-8,2.9c-1,0-1.9,0-2.7-0.2v10.4h-3.4V83z M77.7,95.5c0.7,0.2,1.7,0.3,2.8,0.3c4.1,0,6.5-2,6.5-5.6
c0-3.4-2.4-5.1-6.1-5.1c-1.5,0-2.6,0.1-3.2,0.3V95.5z"/>
<path fill="#2B292A" d="M94.4,104.6c1.5,0.9,3.7,1.7,6,1.7c3.4,0,5.4-1.8,5.4-4.4c0-2.4-1.4-3.8-4.9-5.2
c-4.2-1.5-6.9-3.7-6.9-7.4c0-4.1,3.4-7.1,8.4-7.1c2.7,0,4.6,0.6,5.8,1.3l-0.9,2.7c-0.8-0.5-2.6-1.2-4.9-1.2
c-3.6,0-4.9,2.1-4.9,3.9c0,2.4,1.6,3.6,5.2,5c4.4,1.7,6.6,3.8,6.6,7.6c0,4-3,7.5-9.1,7.5c-2.5,0-5.3-0.7-6.6-1.7L94.4,104.6z"
/>
<path fill="#2B292A" d="M118.9,85.5H111v-2.9h19.3v2.9h-8v23.2h-3.4V85.5z"/>
<path fill="#2B292A" d="M146.6,96.5h-10.1v9.4h11.3v2.8h-14.6v-26h14.1v2.8h-10.7v8.2h10.1V96.5z"/>
<path fill="#2B292A" d="M152.1,83c1.7-0.3,4.1-0.5,6.4-0.5c3.6,0,5.9,0.7,7.5,2.1c1.3,1.2,2,2.9,2,4.9c0,3.4-2.2,5.7-4.9,6.6
v0.1c2,0.7,3.2,2.5,3.8,5.3c0.8,3.6,1.5,6.1,2,7.1h-3.5c-0.4-0.7-1-3-1.7-6.2c-0.8-3.6-2.2-4.9-5.2-5.1h-3.2v11.3h-3.4V83z
M155.5,94.8h3.4c3.6,0,5.9-2,5.9-4.9c0-3.4-2.4-4.8-6-4.9c-1.6,0-2.8,0.2-3.3,0.3V94.8z"/>
</g>
</g>
<g>
<path fill="#2B292A" d="M71.1,136c0,2.8-1.8,4.4-4.9,4.4h-2.8v3.7h-2.1v-12.3h4.9C69.3,131.7,71.1,133.3,71.1,136z M69.1,136
c0-1.6-1.1-2.4-3-2.4h-2.8v4.9h2.8C68,138.5,69.1,137.7,69.1,136z"/>
<path fill="#2B292A" d="M81,144.1l-2.3-3.7c-0.2,0-0.4,0-0.6,0h-2.9v3.7h-2.1v-12.3h5c3.2,0,5,1.5,5,4.2c0,2-0.9,3.4-2.6,4
l2.8,4.1H81z M78.2,138.5c1.9,0,3-0.8,3-2.5c0-1.6-1.1-2.4-3-2.4h-2.9v4.9H78.2z"/>
<path fill="#2B292A" d="M94.7,131.7v1.9H88v3.4h6v1.9h-6v3.4h7v1.9h-9v-12.3H94.7z"/>
<path fill="#2B292A" d="M100,131.7l4.1,8.2l4.1-8.2h2.5v12.3h-1.9l0-9.2l-3.9,7.9h-1.4l-3.9-7.9v9.2h-2v-12.3H100z"/>
<path fill="#2B292A" d="M115.9,131.7v12.3h-2.1v-12.3H115.9z"/>
<path fill="#2B292A" d="M124.3,142.3c2,0,3.3-1.2,3.3-3.3v-7.2h2.1v7.2c0,3.2-2,5.2-5.4,5.2s-5.4-2-5.4-5.2v-7.2h2.1v7.2
C121,141.1,122.3,142.3,124.3,142.3z"/>
<path fill="#2B292A" d="M135.1,131.7l4.1,8.2l4.1-8.2h2.5v12.3h-1.9l0-9.2l-3.9,7.9h-1.4l-3.9-7.9v9.2h-2v-12.3H135.1z"/>
</g>
<g>
<path fill="#2B292A" d="M82.3,160.5c-0.8,0.7-1.9,1.2-3,1.2c-1.4,0-2.6-0.9-3.5-2.3c-3.3,0-5.8-2.4-5.8-5.5
c0-3.1,2.5-5.5,5.8-5.5s5.8,2.4,5.8,5.5c0,2.5-1.6,4.5-3.9,5.3c0.6,0.6,1.2,1,1.8,1c0.6,0,1.3-0.3,2-0.9L82.3,160.5z
M75.9,157.8c2.1,0,3.9-1.7,3.9-3.9c0-2.2-1.7-3.8-3.9-3.8c-2.2,0-3.9,1.7-3.9,3.8C72,156,73.8,157.8,75.9,157.8z"/>
<path fill="#2B292A" d="M88.3,157.8c1.8,0,2.9-1.1,2.9-2.9v-6.4H93v6.4c0,2.9-1.8,4.6-4.7,4.6s-4.8-1.7-4.8-4.6v-6.4h1.8v6.4
C85.4,156.7,86.5,157.8,88.3,157.8z"/>
<path fill="#2B292A" d="M102.4,156.9h-5.5l-1,2.5h-1.9l4.8-10.9h1.9l4.8,10.9h-2L102.4,156.9z M101.7,155.2l-2.1-4.8l-2.1,4.8
H101.7z"/>
<path fill="#2B292A" d="M108.7,148.4v9.2h4.7v1.7h-6.6v-10.9H108.7z"/>
<path fill="#2B292A" d="M117,148.4v10.9h-1.8v-10.9H117z"/>
<path fill="#2B292A" d="M127.3,148.4v1.7h-3.5v9.3H122v-9.3h-3.4v-1.7H127.3z"/>
<path fill="#2B292A" d="M133.4,155.7v3.6h-1.8v-3.6l-4.1-7.3h1.9l3.1,5.3l3.1-5.3h1.9L133.4,155.7z"/>
</g>
<path fill="#2B292A" d="M173.8,128c-0.4,1.1-0.8,2.1-1.3,3.2l1.8,0.8c0.5-1.1,0.9-2.2,1.3-3.2L173.8,128z"/>
<path fill="#2B292A" d="M152.7,158.4l1.3,1.5c0.9-0.8,1.7-1.5,2.6-2.3l-1.4-1.5C154.4,156.9,153.6,157.6,152.7,158.4z"/>
<path fill="#2B292A" d="M162.1,148.6l1.6,1.3c0.7-0.9,1.4-1.8,2.1-2.8l-1.6-1.2C163.5,146.8,162.8,147.7,162.1,148.6z"/>
<path fill="#2B292A" d="M147.4,162.6l1.2,1.6c0.9-0.7,1.9-1.4,2.8-2.1l-1.2-1.6C149.2,161.2,148.3,161.9,147.4,162.6z"/>
<path fill="#2B292A" d="M157.6,153.7l1.4,1.4c0.8-0.8,1.6-1.7,2.4-2.6l-1.5-1.3C159.2,152,158.4,152.9,157.6,153.7z"/>
<path fill="#2B292A" d="M166.1,143.1l1.7,1.1c0.6-1,1.3-2,1.9-2.9l-1.7-1C167.4,141.2,166.8,142.2,166.1,143.1z"/>
<path fill="#2B292A" d="M54.5,161.2c0.9,0.7,1.8,1.5,2.7,2.2l1.2-1.6c-0.9-0.7-1.8-1.4-2.7-2.1L54.5,161.2z"/>
<path fill="#2B292A" d="M169.6,137.3l1.8,1c0.6-1,1.1-2.1,1.6-3.1l-1.8-0.9C170.7,135.3,170.2,136.3,169.6,137.3z"/>
<path fill="#2B292A" d="M172.5,57.8l1.8-0.8c-0.5-1.1-0.9-2.1-1.4-3.2l-1.8,0.9C171.6,55.7,172.1,56.8,172.5,57.8z"/>
<path fill="#2B292A" d="M60.1,165.4c1,0.7,1.9,1.3,2.9,1.9l1.1-1.7c-1-0.6-1.9-1.2-2.9-1.8L60.1,165.4z"/>
<path fill="#2B292A" d="M171.3,50.7c-0.6-1-1.1-2-1.7-3l-1.7,1c0.6,1,1.2,2,1.7,2.9L171.3,50.7z"/>
<path fill="#2B292A" d="M116.4,11.7c-1.1-0.2-2.3-0.3-3.5-0.5l-0.2,2c1.1,0.1,2.3,0.3,3.4,0.5L116.4,11.7z"/>
<path fill="#2B292A" d="M32.6,62.8c0.4-1.1,0.8-2.1,1.2-3.2l-1.9-0.7c-0.4,1.1-0.8,2.2-1.2,3.3L32.6,62.8z"/>
<path fill="#2B292A" d="M95.7,13.1l-0.2-2c-1.2,0.1-2.3,0.2-3.5,0.4l0.3,2C93.4,13.3,94.6,13.2,95.7,13.1z"/>
<path fill="#2B292A" d="M82.4,15.6l-0.5-1.9c-1.1,0.3-2.2,0.7-3.3,1l0.6,1.9C80.2,16.2,81.3,15.9,82.4,15.6z"/>
<path fill="#2B292A" d="M39.9,47.5l-1.7-1.1c-0.6,1-1.2,2-1.8,3l1.7,1C38.7,49.5,39.3,48.5,39.9,47.5z"/>
<path fill="#2B292A" d="M36.5,53.4l-1.8-0.9c-0.5,1-1,2.1-1.5,3.1l1.8,0.8C35.5,55.5,36,54.5,36.5,53.4z"/>
<path fill="#2B292A" d="M49.3,156.5c0.8,0.8,1.7,1.6,2.5,2.4l1.3-1.5c-0.8-0.8-1.7-1.5-2.5-2.3L49.3,156.5z"/>
<path fill="#2B292A" d="M123.2,13.1c-1.1-0.3-2.3-0.6-3.4-0.8l-0.4,2c1.1,0.2,2.2,0.5,3.3,0.8L123.2,13.1z"/>
<path fill="#2B292A" d="M129.9,15.2c-1.1-0.4-2.2-0.8-3.3-1.1L126,16c1.1,0.3,2.2,0.7,3.2,1.1L129.9,15.2z"/>
<path fill="#2B292A" d="M43.8,42l-1.6-1.2c-0.7,0.9-1.4,1.9-2.1,2.8l1.6,1.1C42.4,43.8,43.1,42.9,43.8,42z"/>
<path fill="#2B292A" d="M102.5,12.8l0-2c-1.2,0-2.3,0-3.5,0.1l0.1,2C100.2,12.8,101.4,12.8,102.5,12.8z"/>
<path fill="#2B292A" d="M109.4,10.9c-1.2-0.1-2.3-0.1-3.5-0.2l0,2c1.1,0,2.3,0.1,3.4,0.2L109.4,10.9z"/>
<path fill="#2B292A" d="M58.2,27.7L57,26c-0.9,0.7-1.8,1.4-2.7,2.2l1.3,1.5C56.4,29,57.3,28.3,58.2,27.7z"/>
<path fill="#2B292A" d="M148.4,24.8c-0.9-0.7-1.9-1.3-2.9-2l-1.1,1.7c0.9,0.6,1.9,1.3,2.8,1.9L148.4,24.8z"/>
<path fill="#2B292A" d="M153.9,29.2c-0.9-0.8-1.8-1.5-2.7-2.2l-1.2,1.6c0.9,0.7,1.8,1.4,2.6,2.2L153.9,29.2z"/>
<path fill="#2B292A" d="M142.5,21.1c-1-0.6-2-1.2-3.1-1.7l-0.9,1.8c1,0.5,2,1.1,3,1.6L142.5,21.1z"/>
<path fill="#2B292A" d="M163.6,39.2c-0.7-0.9-1.5-1.8-2.3-2.7l-1.5,1.3c0.8,0.8,1.5,1.7,2.2,2.6L163.6,39.2z"/>
<path fill="#2B292A" d="M157.5,35.3l1.4-1.4c-0.3-0.3-0.5-0.6-0.8-0.8c-0.5-0.5-1.1-1.1-1.7-1.6l-1.4,1.5c0.5,0.5,1.1,1,1.6,1.6
C157,34.8,157.2,35.1,157.5,35.3z"/>
<path fill="#2B292A" d="M136.3,17.8c-1-0.5-2.1-1-3.2-1.4l-0.8,1.9c1,0.4,2.1,0.9,3.1,1.4L136.3,17.8z"/>
<path fill="#2B292A" d="M63.8,23.8l-1.1-1.7c-1,0.6-2,1.3-2.9,1.9l1.1,1.7C61.9,25,62.8,24.4,63.8,23.8z"/>
<path fill="#2B292A" d="M75.9,17.8l-0.7-1.9c-1.1,0.4-2.2,0.9-3.2,1.3l0.8,1.8C73.8,18.6,74.9,18.2,75.9,17.8z"/>
<path fill="#2B292A" d="M167.7,44.8c-0.6-1-1.3-1.9-2-2.9l-1.6,1.2c0.7,0.9,1.3,1.8,2,2.8L167.7,44.8z"/>
<path fill="#2B292A" d="M53,32l-1.4-1.5c-0.9,0.8-1.7,1.6-2.5,2.4l1.4,1.4C51.3,33.5,52.1,32.7,53,32z"/>
<path fill="#2B292A" d="M69.7,20.5l-0.9-1.8c-1,0.5-2.1,1.1-3.1,1.6l1,1.8C67.7,21.5,68.7,21,69.7,20.5z"/>
<path fill="#2B292A" d="M48.1,36.8l-1.5-1.4c-0.8,0.9-1.6,1.7-2.3,2.6l1.5,1.3C46.6,38.5,47.4,37.6,48.1,36.8z"/>
<path fill="#2B292A" d="M89,14l-0.4-2c-1.1,0.2-2.3,0.5-3.4,0.7l0.5,2C86.8,14.5,87.9,14.2,89,14z"/>
<path fill="#2B292A" d="M44.6,151.4c0.7,0.9,1.5,1.8,2.3,2.6l1.5-1.4c-0.8-0.8-1.5-1.7-2.3-2.5L44.6,151.4z"/>
<path fill="#2B292A" d="M35.2,133l-1.8,0.8c0.5,1.1,1,2.1,1.5,3.1l1.8-0.9C36.2,135,35.7,134,35.2,133z"/>
<path fill="#2B292A" d="M36.6,140c0.6,1,1.2,2,1.8,3l1.7-1.1c-0.6-1-1.2-1.9-1.8-2.9L36.6,140z"/>
<path fill="#2B292A" d="M32.7,126.7l-1.9,0.7c0.4,1.1,0.8,2.2,1.2,3.3l1.9-0.7C33.4,128.8,33,127.7,32.7,126.7z"/>
<path fill="#2B292A" d="M40.3,145.9c0.7,0.9,1.4,1.9,2.1,2.8l1.6-1.2c-0.7-0.9-1.4-1.8-2-2.7L40.3,145.9z"/>
<path fill="#2B292A" d="M20.2,126c4,13.8,11.4,26.5,21.8,36.9c16.2,16.2,37.8,25.2,60.8,25.2h1.3c23,0,44.5-8.9,60.8-25.2
c10.4-10.4,17.9-23.1,21.8-36.9h20.2l-6.5-31.1l6.5-31.7h-20.1c-4-13.8-11.4-26.5-21.8-36.9c-16.2-16.2-37.8-25.2-60.8-25.2h-1.3
c-23,0-44.5,8.9-60.8,25.2C31.6,36.7,24.2,49.4,20.2,63.2H0l7.5,30.6L0,126H20.2z M11.1,93.8l-5-20.1h11.8h1.7h1.8h6.3h2h155.8
h1.8h1.7h12.2l-4.4,21.3l4.1,19.7h-11.8h-1.7h-1.7H29.6h-2h-6.3h-1.7h-1.7H6.2L11.1,93.8z M102.8,4.6h1.3
c22,0,42.7,8.6,58.3,24.2c9.8,9.8,16.8,21.6,20.7,34.5h-6.5c-0.3-1-0.7-2-1-2.9l-1.9,0.7c0.3,0.7,0.5,1.5,0.8,2.2H23.8
c3.9-12.9,10.9-24.7,20.7-34.5C60.1,13.1,80.8,4.6,102.8,4.6z M22.9,66.6h6.4h2.1h152.7h1.8h1.8h15l-1,5h-12.9h-1.8h-1.8H21.8H20
h-1.8H5.6l-1.2-5h14.9h1.8H22.9z M104.2,184.6h-1.3c-22,0-42.7-8.6-58.3-24.2c-9.8-9.8-16.8-21.6-20.7-34.5h159.3
c-3.9,12.9-10.9,24.7-20.7,34.5C146.9,176,126.2,184.6,104.2,184.6z M184.1,122.5h-6.4h-2.1H31.4h-2.1h-6.4h-1.8h-1.8h-15
l1.4-5.9h12.4h1.8h1.8h6.3h2H177h2h6.3h1.8h1.8h12.5l1.2,5.9h-15h-1.8H184.1z"/>
<path fill="#2B292A" d="M91.1,55.1c8.9-1,10.6-3.4,12.4-5.3c1.8,1.9,3.5,4.3,12.4,5.3c21,2.3,15.6-22.7,15.6-22.7
c-0.2,4.3-8.2,8-15.6,0.9c-4.7-4.5-9.5-3.3-12.4-1.8c-2.9-1.5-7.7-2.7-12.4,1.8c-7.4,7.1-15.5,3.4-15.6-0.9
C75.4,32.4,70.1,57.4,91.1,55.1z"/>
</g>
<g>
<path fill="#2B292A" d="M187.5,298.6v-17.2l-83.1-48l-0.9-0.5l-84,48.5v17.2c-5.3,0.4-10.7,0.9-16,1.4l-1.7,0.2l5.7,60.1l1.7-0.2
c3.4-0.3,6.9-0.6,10.3-0.9v19.2l83.1,48l0.9,0.5l84-48.5v-19.2c3.4,0.3,6.9,0.6,10.3,0.9l1.7,0.2l5.7-60.1l-1.7-0.2
C198.1,299.4,192.8,299,187.5,298.6z M31.6,288.4l71.9-41.5l71.9,41.5v9.3c-47.8-3.2-96-3.2-143.8,0V288.4z M104,244.9l-0.5-0.3
l-73.9,42.7v10.6c-2.2,0.2-4.4,0.3-6.6,0.5v-14.9l80.5-46.5l80.5,46.5v14.9c-2.2-0.2-4.4-0.3-6.6-0.5v-10.6L104,244.9z
M184,376.4l-80.5,46.5L23,376.4v-17.5c2.2-0.2,4.4-0.3,6.6-0.5v14.2l73.4,42.4l0.5,0.3l73.9-42.7v-14.2c2.2,0.2,4.4,0.3,6.6,0.5
V376.4z M176.4,358.4h-1v13l-71.9,41.5l-71.9-41.5v-13h-1h-0.8c0.3,0,0.6,0,0.8-0.1c0.3,0,0.7-0.1,1-0.1c47.8-3.4,96-3.4,143.8,0
C175.7,358.3,176,358.3,176.4,358.4c0.3,0,0.6,0,0.8,0H176.4z M197.9,340.1l-1.6,16.4c-3-0.3-5.9-0.5-8.9-0.8
c-0.6,0-1.1-0.1-1.7-0.1c-0.6,0-1.1-0.1-1.7-0.1c-2.2-0.2-4.4-0.3-6.6-0.5c-0.3,0-0.7-0.1-1-0.1c-0.3,0-0.7-0.1-1-0.1
c-23.9-1.7-47.9-2.6-71.9-2.6c-24,0-48,0.9-71.9,2.6c-0.3,0-0.7,0.1-1,0.1c-0.3,0-0.7,0.1-1,0.1c-2.2,0.2-4.4,0.3-6.6,0.5
c-0.6,0-1.1,0.1-1.7,0.1c-0.6,0-1.1,0.1-1.7,0.1c-3,0.2-5.9,0.5-8.9,0.8l-1.6-16.4l-3.5-36.9c1.2-0.1,2.3-0.2,3.5-0.3
c3.5-0.3,7-0.6,10.4-0.9c0.6,0,1.1-0.1,1.7-0.1c0.6,0,1.1-0.1,1.7-0.1c1.6-0.1,3.1-0.2,4.7-0.4c0.6,0,1.3-0.1,1.9-0.1v0.1h1h1
v-0.3c47.8-3.2,96-3.2,143.8,0v0.3h1h1v-0.1c0.6,0,1.3,0.1,1.9,0.1c1.6,0.1,3.2,0.2,4.7,0.4c0.6,0,1.1,0.1,1.7,0.1
c0.6,0,1.1,0.1,1.7,0.1c3.5,0.3,7,0.6,10.4,0.9c1.2,0.1,2.3,0.2,3.5,0.3L197.9,340.1z"/>
<polygon fill="#2B292A" points="122.8,281.9 105.4,256.9 103.5,254.1 101.5,256.9 84.2,281.9 87.8,291.3 119.2,291.3 "/>
<polygon fill="#2B292A" points="70.5,280.5 68.6,276.7 66.7,280.5 62.6,281.1 65.6,284.1 64.9,288.3 68.6,286.3 72.4,288.3
71.6,284.1 74.7,281.1 "/>
<polygon fill="#2B292A" points="134.6,288.3 138.4,286.3 142.1,288.3 141.4,284.1 144.4,281.1 140.2,280.5 138.4,276.7
136.5,280.5 132.3,281.1 135.3,284.1 "/>
<polygon fill="#2B292A" points="24.1,323.3 23,324.4 21.2,326.2 19.5,327.9 18.1,329.3 19.5,330.8 21.2,332.5 23,334.2
24.1,335.3 29.6,329.8 30.1,329.3 29.6,328.8 "/>
<polygon fill="#2B292A" points="185.7,327 184,325.3 182,323.3 177.4,327.9 176.4,329 176,329.3 176.4,329.7 177.4,330.7
182,335.3 184,333.3 185.7,331.6 187.5,329.9 188,329.3 187.5,328.7 "/>
<g>
<g>
<path fill="#2B292A" d="M41.2,348.1c-1.3-14-2.6-27.9-4-41.9c3.4-0.3,6.8-0.6,10.2-0.9c2.4-0.2,4.4-0.2,6.1,0.1
c1.7,0.2,3.2,0.8,4.5,1.5c1.3,0.8,2.3,1.9,3,3.3c0.7,1.4,1.1,3.2,1.2,5.3c0.2,2.6-0.1,4.8-0.8,6.5c-0.7,1.7-2,3-3.8,3.9
c2.5,6.8,4.9,13.5,7.2,20.3c-2.6,0.2-5.1,0.3-7.7,0.5c-2.1-6.3-4.3-12.5-6.5-18.8c-1.2,0.1-2.3,0.2-3.5,0.3
c0.5,6.4,1.1,12.8,1.6,19.1C46.3,347.6,43.7,347.9,41.2,348.1z M46.8,323.4c0.6-0.1,1.3-0.1,1.9-0.2c2.3-0.2,4-0.8,4.9-1.8
c0.9-1,1.3-2.7,1.1-5c-0.2-2.2-0.7-3.8-1.6-4.7c-0.9-0.9-2.6-1.3-4.9-1.1c-0.8,0.1-1.6,0.1-2.4,0.2
C46.1,315,46.5,319.2,46.8,323.4z"/>
<path fill="#2B292A" d="M70,346c-0.7-14-1.4-28-2.1-42c6.2-0.3,12.5-0.6,18.7-0.7c0,1.8,0.1,3.6,0.1,5.4
c-3.5,0.1-7,0.2-10.5,0.3c0.2,4,0.3,8,0.5,12.1c2.7-0.1,5.4-0.2,8.2-0.3c0,1.8,0.1,3.6,0.1,5.4c-2.7,0.1-5.4,0.2-8.1,0.3
c0.2,4.6,0.4,9.2,0.5,13.9c3.4-0.1,6.8-0.2,10.2-0.3c0,1.8,0.1,3.5,0.1,5.3C81.8,345.5,75.9,345.7,70,346z"/>
<path fill="#2B292A" d="M96.2,345.2c-0.1-12.1-0.3-24.3-0.4-36.4c-2.5,0-5,0.1-7.4,0.1c0-1.9-0.1-3.8-0.1-5.7
c7.6-0.2,15.3-0.2,22.9-0.1c0,1.9,0,3.8-0.1,5.7c-2.4,0-4.8,0-7.2,0c0,12.1,0,24.3,0,36.4C101.4,345.2,98.8,345.2,96.2,345.2z"
/>
<path fill="#2B292A" d="M114.1,345.2c0.2-14,0.4-28,0.6-42c3.4,0.1,6.8,0.1,10.3,0.2c2.4,0.1,4.4,0.3,6.1,0.8
c1.7,0.4,3.1,1.1,4.3,2c1.2,0.9,2.1,2.1,2.6,3.6c0.5,1.5,0.8,3.3,0.7,5.4c-0.1,2.6-0.7,4.8-1.5,6.4c-0.9,1.6-2.3,2.8-4.2,3.5
c1.7,7,3.4,14,5,21c-2.6-0.1-5.1-0.2-7.7-0.3c-1.4-6.5-2.9-12.9-4.4-19.4c-1.2,0-2.3-0.1-3.5-0.1c-0.2,6.4-0.3,12.8-0.5,19.2
C119.2,345.3,116.7,345.3,114.1,345.2z M122.4,321.3c0.6,0,1.3,0,1.9,0.1c2.4,0.1,4-0.4,5.1-1.3c1-0.9,1.6-2.6,1.7-4.9
c0.1-2.2-0.3-3.9-1.1-4.9c-0.8-1-2.4-1.5-4.8-1.6c-0.8,0-1.6,0-2.4-0.1C122.7,312.9,122.5,317.1,122.4,321.3z"/>
<path fill="#2B292A" d="M154.4,347.6c-4.3-0.3-7.3-1.7-9.1-4.2c-1.7-2.5-2.5-6-2.2-10.5c0.3-5.2,0.6-10.3,0.9-15.5
c0.1-2.2,0.5-4.1,1-5.8c0.5-1.6,1.3-3,2.4-4.1c1.1-1.1,2.5-2,4.2-2.4c1.7-0.5,3.7-0.6,6.1-0.5c4.6,0.4,7.8,1.8,9.6,4.3
c1.8,2.5,2.5,6,2,10.4c-0.5,5.2-1,10.3-1.5,15.5c-0.2,2.2-0.6,4.1-1.2,5.7c-0.6,1.6-1.4,3-2.5,4.1c-1.1,1.1-2.4,1.9-4,2.4
C158.5,347.6,156.6,347.8,154.4,347.6z M152.9,341.4c0.5,0.3,1.2,0.4,1.9,0.5c0.7,0.1,1.4,0,1.9-0.2c0.5-0.2,1-0.4,1.3-0.8
c0.3-0.3,0.6-0.8,0.9-1.3c0.2-0.6,0.4-1.1,0.5-1.7c0.1-0.6,0.2-1.2,0.3-2c0.5-6.3,1-12.7,1.6-19c0.1-1,0.1-1.9,0-2.5
c0-0.7-0.2-1.3-0.5-2c-0.3-0.6-0.7-1.1-1.3-1.5c-0.6-0.3-1.4-0.6-2.3-0.6c-1-0.1-1.8,0-2.4,0.3c-0.7,0.2-1.2,0.7-1.5,1.2
c-0.3,0.6-0.6,1.2-0.7,1.9c-0.2,0.7-0.3,1.5-0.3,2.5c-0.4,6.4-0.9,12.7-1.3,19.1c-0.1,0.8-0.1,1.5-0.1,2.1
c0,0.6,0.1,1.2,0.2,1.7c0.1,0.6,0.4,1.1,0.6,1.4C152,340.9,152.4,341.2,152.9,341.4z"/>
</g>
</g>
<g>
<path fill="#2B292A" d="M62.6,368.6H64v3.5c-1,0.7-2.4,1.2-3.7,1.2c-2.8,0-5-2.1-5-4.8c0-2.7,2.2-4.8,5.1-4.8
c1.4,0,2.7,0.5,3.7,1.3l-0.9,1.2c-0.7-0.7-1.8-1.1-2.8-1.1c-1.9,0-3.5,1.5-3.5,3.4c0,1.9,1.5,3.4,3.5,3.4c0.7,0,1.5-0.2,2.2-0.7
V368.6z"/>
<path fill="#2B292A" d="M70.3,371.9c1.6,0,2.5-1,2.5-2.6v-5.6h1.6v5.6c0,2.5-1.6,4-4.1,4s-4.2-1.5-4.2-4v-5.6h1.6v5.6
C67.7,370.9,68.7,371.9,70.3,371.9z"/>
<path fill="#2B292A" d="M82.6,371.1h-4.8l-0.9,2.2h-1.7l4.2-9.5H81l4.2,9.5h-1.7L82.6,371.1z M82,369.7l-1.8-4.2l-1.8,4.2H82z"
/>
<path fill="#2B292A" d="M92.5,373.2l-1.7-2.9c-0.1,0-0.3,0-0.4,0h-2.3v2.9h-1.6v-9.5h3.9c2.4,0,3.8,1.2,3.8,3.3
c0,1.5-0.7,2.6-2,3.1l2.1,3.2H92.5z M90.3,368.9c1.5,0,2.3-0.6,2.3-1.9c0-1.3-0.8-1.9-2.3-1.9h-2.3v3.8H90.3z"/>
<path fill="#2B292A" d="M102.4,371.1h-4.8l-0.9,2.2h-1.7l4.2-9.5h1.6l4.2,9.5h-1.7L102.4,371.1z M101.8,369.7l-1.8-4.2l-1.8,4.2
H101.8z"/>
<path fill="#2B292A" d="M107.9,363.7l5.1,6.8v-6.8h1.6v9.5H113l-5.1-6.8v6.8h-1.6v-9.5H107.9z"/>
<path fill="#2B292A" d="M123.6,363.7v1.4h-3v8.1H119v-8.1h-3v-1.4H123.6z"/>
<path fill="#2B292A" d="M131.8,363.7v1.4h-5.2v2.6h4.7v1.4h-4.7v2.6h5.4v1.4h-7v-9.5H131.8z"/>
<path fill="#2B292A" d="M140.7,363.7v1.4h-5.2v2.6h4.7v1.4h-4.7v2.6h5.4v1.4h-7v-9.5H140.7z"/>
<path fill="#2B292A" d="M151.7,368.5c0,2.7-2.1,4.8-5,4.8h-3.9v-9.5h3.9C149.6,363.7,151.7,365.7,151.7,368.5z M150.1,368.5
c0-1.9-1.5-3.3-3.3-3.3h-2.3v6.6h2.3C148.6,371.8,150.1,370.4,150.1,368.5z"/>
</g>
<g>
<path fill="#2B292A" d="M99.3,381.1v1.1h-3.8v1.9h3.4v1h-3.4v1.9h3.9v1.1h-5.1v-7H99.3z"/>
<path fill="#2B292A" d="M103.1,382.2c-0.7,0-1.1,0.3-1.1,0.7c0,1.5,3.8,0.7,3.8,3.2c0,1.2-1.1,2-2.6,2c-1.1,0-2.1-0.4-2.9-1.1
l0.5-1c0.7,0.7,1.6,1,2.4,1c0.8,0,1.3-0.3,1.3-0.8c0-1.6-3.8-0.7-3.8-3.2c0-1.2,1-1.9,2.5-1.9c0.9,0,1.8,0.3,2.4,0.7l-0.5,1
C104.4,382.4,103.6,382.2,103.1,382.2z"/>
<path fill="#2B292A" d="M111.9,381.1v1.1h-2.2v5.9h-1.2v-5.9h-2.2v-1.1H111.9z"/>
<path fill="#2B292A" d="M113.1,387.5c0,0.4-0.3,0.7-0.6,0.7s-0.6-0.3-0.6-0.7c0-0.4,0.3-0.6,0.6-0.6S113.1,387.1,113.1,387.5z"
/>
<path fill="#2B292A" d="M94.9,393.1v7h-1.2v-5.9h-1.5v-1.1H94.9z"/>
<path fill="#2B292A" d="M99.9,399.1c1.3,0,2-1,1.9-2.5c-0.4,0.7-1,1-1.9,1c-1.4,0-2.2-0.9-2.2-2.2c0-1.4,1-2.3,2.4-2.3
c1.8,0,2.8,1.3,2.8,3.4c0,2.2-1.2,3.7-3,3.7c-0.7,0-1.5-0.2-2.1-0.5l0.5-0.9C98.8,399,99.4,399.1,99.9,399.1z M98.8,395.4
c0,0.8,0.5,1.3,1.4,1.3c0.9,0,1.5-0.6,1.5-1.3c0-0.6-0.4-1.3-1.4-1.3C99.4,394,98.8,394.5,98.8,395.4z"/>
<path fill="#2B292A" d="M106.1,399.1c1.3,0,2-1,1.9-2.5c-0.4,0.7-1,1-1.9,1c-1.4,0-2.2-0.9-2.2-2.2c0-1.4,1-2.3,2.4-2.3
c1.8,0,2.8,1.3,2.8,3.4c0,2.2-1.2,3.7-3,3.7c-0.7,0-1.5-0.2-2.1-0.5l0.5-0.9C105,399,105.6,399.1,106.1,399.1z M105,395.4
c0,0.8,0.5,1.3,1.4,1.3c0.9,0,1.5-0.6,1.5-1.3c0-0.6-0.4-1.3-1.4-1.3C105.6,394,105,394.5,105,395.4z"/>
<path fill="#2B292A" d="M115.4,393.1v0.9l-2.9,6.1h-1.2l2.9-5.9h-3l0,1h-1v-2H115.4z"/>
</g>
<g>
<path fill="#FFFFFF" d="M98.6,286.7v-18.2h4.2c1,0,1.8,0.1,2.5,0.2c0.7,0.2,1.3,0.4,1.8,0.8c0.5,0.4,0.9,0.9,1.1,1.5
c0.3,0.6,0.4,1.4,0.4,2.3c0,1.1-0.2,2.1-0.5,2.8c-0.3,0.7-0.9,1.3-1.7,1.6l2.5,9h-3.3l-2.2-8.3h-1.5v8.3H98.6z M101.9,276.3h0.8
c1,0,1.7-0.2,2.1-0.6c0.4-0.4,0.6-1.1,0.6-2.1c0-1-0.2-1.7-0.5-2.1c-0.4-0.4-1-0.6-2-0.6h-1V276.3z"/>
</g>
</g>
</g>
</g>
<g id="DESIGNED_BY_FREEPIK">
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 40 KiB

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 205.3 195.9" enable-background="new 0 0 205.3 195.9" xml:space="preserve">
<g id="BACKGROUND" display="none">
<rect x="-531.5" y="-528.8" display="inline" fill="#FFFFFF" width="800" height="800"/>
</g>
<g id="OBJECTS">
<g>
<g>
<path fill="#2B292A" d="M186.6,66.8V49.6l-83.1-48l-0.9-0.5l-84,48.5v17.2c-5.3,0.4-10.7,0.9-16,1.4L1,68.4l5.7,60.1l1.7-0.2
c3.4-0.3,6.9-0.6,10.3-0.9v19.2l83.1,48l0.9,0.5l84-48.5v-19.2c3.4,0.3,6.9,0.6,10.3,0.9l1.7,0.2l5.7-60.1l-1.7-0.2
C197.3,67.7,192,67.2,186.6,66.8z M30.8,56.6l71.9-41.5l71.9,41.5v9.3c-47.8-3.2-96-3.2-143.8,0V56.6z M103.2,13.1l-0.5-0.3
L28.8,55.5v10.6c-2.2,0.2-4.4,0.3-6.6,0.5V51.6l80.5-46.5l80.5,46.5v14.9c-2.2-0.2-4.4-0.3-6.6-0.5V55.5L103.2,13.1z
M183.2,144.6l-80.5,46.5l-80.5-46.5v-17.5c2.2-0.2,4.4-0.3,6.6-0.5v14.2l73.4,42.4l0.5,0.3l73.9-42.7v-14.2
c2.2,0.2,4.4,0.3,6.6,0.5V144.6z M175.5,126.6h-1v13l-71.9,41.5l-71.9-41.5v-13h-1h-0.8c0.3,0,0.6,0,0.8-0.1c0.3,0,0.7-0.1,1-0.1
c47.8-3.4,96-3.4,143.8,0C174.9,126.5,175.2,126.5,175.5,126.6c0.3,0,0.6,0,0.8,0H175.5z M197.1,108.3l-1.6,16.4
c-3-0.3-5.9-0.5-8.9-0.8c-0.6,0-1.1-0.1-1.7-0.1c-0.6,0-1.1-0.1-1.7-0.1c-2.2-0.2-4.4-0.3-6.6-0.5c-0.3,0-0.7-0.1-1-0.1
c-0.3,0-0.7-0.1-1-0.1c-23.9-1.7-47.9-2.6-71.9-2.6c-24,0-48,0.9-71.9,2.6c-0.3,0-0.7,0.1-1,0.1c-0.3,0-0.7,0.1-1,0.1
c-2.2,0.2-4.4,0.3-6.6,0.5c-0.6,0-1.1,0.1-1.7,0.1c-0.6,0-1.1,0.1-1.7,0.1c-3,0.2-5.9,0.5-8.9,0.8l-1.6-16.4L4.7,71.5
c1.2-0.1,2.3-0.2,3.5-0.3c3.5-0.3,7-0.6,10.4-0.9c0.6,0,1.1-0.1,1.7-0.1c0.6,0,1.1-0.1,1.7-0.1c1.6-0.1,3.1-0.2,4.7-0.4
c0.6,0,1.3-0.1,1.9-0.1v0.1h1h1v-0.3c47.8-3.2,96-3.2,143.8,0v0.3h1h1v-0.1c0.6,0,1.3,0.1,1.9,0.1c1.6,0.1,3.2,0.2,4.7,0.4
c0.6,0,1.1,0.1,1.7,0.1c0.6,0,1.1,0.1,1.7,0.1c3.5,0.3,7,0.6,10.4,0.9c1.2,0.1,2.3,0.2,3.5,0.3L197.1,108.3z"/>
<polygon fill="#2B292A" points="121.9,50.2 104.6,25.1 102.7,22.3 100.7,25.1 83.4,50.2 87,59.6 118.3,59.6 "/>
<polygon fill="#2B292A" points="69.6,48.8 67.8,45 65.9,48.8 61.7,49.4 64.7,52.3 64,56.5 67.8,54.5 71.5,56.5 70.8,52.3
73.8,49.4 "/>
<polygon fill="#2B292A" points="133.8,56.5 137.5,54.5 141.3,56.5 140.6,52.3 143.6,49.4 139.4,48.8 137.5,45 135.7,48.8
131.5,49.4 134.5,52.3 "/>
<polygon fill="#2B292A" points="23.3,91.6 22.1,92.7 20.4,94.4 18.7,96.1 17.2,97.6 18.7,99 20.4,100.7 22.1,102.4 23.3,103.6
28.8,98.1 29.3,97.6 28.8,97.1 "/>
<polygon fill="#2B292A" points="184.9,95.3 183.2,93.5 181.2,91.6 176.5,96.2 175.5,97.2 175.2,97.6 175.5,97.9 176.5,98.9
181.2,103.6 183.2,101.6 184.9,99.9 186.6,98.1 187.2,97.6 186.6,97 "/>
<g>
<g>
<path fill="#2B292A" d="M40.3,116.4c-1.3-14-2.6-27.9-4-41.9c3.4-0.3,6.8-0.6,10.2-0.9c2.4-0.2,4.4-0.2,6.1,0.1
c1.7,0.2,3.2,0.8,4.5,1.5c1.3,0.8,2.3,1.9,3,3.3c0.7,1.4,1.1,3.2,1.2,5.3c0.2,2.6-0.1,4.8-0.8,6.5c-0.7,1.7-2,3-3.8,3.9
c2.5,6.8,4.9,13.5,7.2,20.3c-2.6,0.2-5.1,0.3-7.7,0.5c-2.1-6.3-4.3-12.5-6.5-18.8c-1.2,0.1-2.3,0.2-3.5,0.3
c0.5,6.4,1.1,12.8,1.6,19.1C45.4,115.9,42.9,116.1,40.3,116.4z M46,91.7c0.6-0.1,1.3-0.1,1.9-0.2c2.3-0.2,4-0.8,4.9-1.8
c0.9-1,1.3-2.7,1.1-5c-0.2-2.2-0.7-3.8-1.6-4.7c-0.9-0.9-2.6-1.3-4.9-1.1c-0.8,0.1-1.6,0.1-2.4,0.2
C45.3,83.2,45.6,87.5,46,91.7z"/>
<path fill="#2B292A" d="M69.1,114.3c-0.7-14-1.4-28-2.1-42c6.2-0.3,12.5-0.6,18.7-0.7c0,1.8,0.1,3.6,0.1,5.4
c-3.5,0.1-7,0.2-10.5,0.3c0.2,4,0.3,8,0.5,12.1c2.7-0.1,5.4-0.2,8.2-0.3c0,1.8,0.1,3.6,0.1,5.4c-2.7,0.1-5.4,0.2-8.1,0.3
c0.2,4.6,0.4,9.2,0.5,13.9c3.4-0.1,6.8-0.2,10.2-0.3c0,1.8,0.1,3.5,0.1,5.3C81,113.7,75,114,69.1,114.3z"/>
<path fill="#2B292A" d="M95.4,113.5c-0.1-12.1-0.3-24.3-0.4-36.4c-2.5,0-5,0.1-7.4,0.1c0-1.9-0.1-3.8-0.1-5.7
c7.6-0.2,15.3-0.2,22.9-0.1c0,1.9,0,3.8-0.1,5.7c-2.4,0-4.8,0-7.2,0c0,12.1,0,24.3,0,36.4C100.5,113.4,98,113.4,95.4,113.5z"/>
<path fill="#2B292A" d="M113.3,113.5c0.2-14,0.4-28,0.6-42c3.4,0.1,6.8,0.1,10.3,0.2c2.4,0.1,4.4,0.3,6.1,0.8
c1.7,0.4,3.1,1.1,4.3,2c1.2,0.9,2.1,2.1,2.6,3.6c0.5,1.5,0.8,3.3,0.7,5.4c-0.1,2.6-0.7,4.8-1.5,6.4c-0.9,1.6-2.3,2.8-4.2,3.5
c1.7,7,3.4,14,5,21c-2.6-0.1-5.1-0.2-7.7-0.3c-1.4-6.5-2.9-12.9-4.4-19.4c-1.2,0-2.3-0.1-3.5-0.1c-0.2,6.4-0.3,12.8-0.5,19.2
C118.4,113.6,115.8,113.5,113.3,113.5z M121.6,89.6c0.6,0,1.3,0,1.9,0.1c2.4,0.1,4-0.4,5.1-1.3c1-0.9,1.6-2.6,1.7-4.9
c0.1-2.2-0.3-3.9-1.1-4.9c-0.8-1-2.4-1.5-4.8-1.6c-0.8,0-1.6,0-2.4-0.1C121.8,81.1,121.7,85.3,121.6,89.6z"/>
<path fill="#2B292A" d="M153.5,115.8c-4.3-0.3-7.3-1.7-9.1-4.2c-1.7-2.5-2.5-6-2.2-10.5c0.3-5.2,0.6-10.3,0.9-15.5
c0.1-2.2,0.5-4.1,1-5.8c0.5-1.6,1.3-3,2.4-4.1c1.1-1.1,2.5-2,4.2-2.4c1.7-0.5,3.7-0.6,6.1-0.5c4.6,0.4,7.8,1.8,9.6,4.3
c1.8,2.5,2.5,6,2,10.4c-0.5,5.2-1,10.3-1.5,15.5c-0.2,2.2-0.6,4.1-1.2,5.7c-0.6,1.6-1.4,3-2.5,4.1c-1.1,1.1-2.4,1.9-4,2.4
C157.6,115.8,155.7,116,153.5,115.8z M152,109.7c0.5,0.3,1.2,0.4,1.9,0.5c0.7,0.1,1.4,0,1.9-0.2c0.5-0.2,1-0.4,1.3-0.8
c0.3-0.3,0.6-0.8,0.9-1.3c0.2-0.6,0.4-1.1,0.5-1.7c0.1-0.6,0.2-1.2,0.3-2c0.5-6.3,1-12.7,1.6-19c0.1-1,0.1-1.9,0-2.5
c0-0.7-0.2-1.3-0.5-2c-0.3-0.6-0.7-1.1-1.3-1.5c-0.6-0.3-1.4-0.6-2.3-0.6c-1-0.1-1.8,0-2.4,0.3c-0.7,0.2-1.2,0.7-1.5,1.2
c-0.3,0.6-0.6,1.2-0.7,1.9c-0.2,0.7-0.3,1.5-0.3,2.5c-0.4,6.4-0.9,12.7-1.3,19.1c-0.1,0.8-0.1,1.5-0.1,2.1
c0,0.6,0.1,1.2,0.2,1.7c0.1,0.6,0.4,1.1,0.6,1.4C151.1,109.1,151.5,109.4,152,109.7z"/>
</g>
</g>
<g>
<path fill="#2B292A" d="M61.8,136.8h1.4v3.5c-1,0.7-2.4,1.2-3.7,1.2c-2.8,0-5-2.1-5-4.8c0-2.7,2.2-4.8,5.1-4.8
c1.4,0,2.7,0.5,3.7,1.3l-0.9,1.2c-0.7-0.7-1.8-1.1-2.8-1.1c-1.9,0-3.5,1.5-3.5,3.4c0,1.9,1.5,3.4,3.5,3.4c0.7,0,1.5-0.2,2.2-0.7
V136.8z"/>
<path fill="#2B292A" d="M69.4,140.1c1.6,0,2.5-1,2.5-2.6V132h1.6v5.6c0,2.5-1.6,4-4.1,4s-4.2-1.5-4.2-4V132h1.6v5.6
C66.9,139.1,67.9,140.1,69.4,140.1z"/>
<path fill="#2B292A" d="M81.7,139.3h-4.8l-0.9,2.2h-1.7l4.2-9.5h1.6l4.2,9.5h-1.7L81.7,139.3z M81.1,137.9l-1.8-4.2l-1.8,4.2
H81.1z"/>
<path fill="#2B292A" d="M91.7,141.5l-1.7-2.9c-0.1,0-0.3,0-0.4,0h-2.3v2.9h-1.6V132h3.9c2.4,0,3.8,1.2,3.8,3.3
c0,1.5-0.7,2.6-2,3.1l2.1,3.2H91.7z M89.5,137.2c1.5,0,2.3-0.6,2.3-1.9c0-1.3-0.8-1.9-2.3-1.9h-2.3v3.8H89.5z"/>
<path fill="#2B292A" d="M101.6,139.3h-4.8l-0.9,2.2h-1.7l4.2-9.5h1.6l4.2,9.5h-1.7L101.6,139.3z M101,137.9l-1.8-4.2l-1.8,4.2
H101z"/>
<path fill="#2B292A" d="M107.1,132l5.1,6.8V132h1.6v9.5h-1.6l-5.1-6.8v6.8h-1.6V132H107.1z"/>
<path fill="#2B292A" d="M122.8,132v1.4h-3v8.1h-1.6v-8.1h-3V132H122.8z"/>
<path fill="#2B292A" d="M131,132v1.4h-5.2v2.6h4.7v1.4h-4.7v2.6h5.4v1.4h-7V132H131z"/>
<path fill="#2B292A" d="M139.9,132v1.4h-5.2v2.6h4.7v1.4h-4.7v2.6h5.4v1.4h-7V132H139.9z"/>
<path fill="#2B292A" d="M150.8,136.7c0,2.7-2.1,4.8-5,4.8H142V132h3.9C148.8,132,150.8,134,150.8,136.7z M149.2,136.7
c0-1.9-1.5-3.3-3.3-3.3h-2.3v6.6h2.3C147.8,140,149.2,138.7,149.2,136.7z"/>
</g>
<g>
<path fill="#2B292A" d="M98.5,149.4v1.1h-3.8v1.9h3.4v1h-3.4v1.9h3.9v1.1h-5.1v-7H98.5z"/>
<path fill="#2B292A" d="M102.2,150.4c-0.7,0-1.1,0.3-1.1,0.7c0,1.5,3.8,0.7,3.8,3.2c0,1.2-1.1,2-2.6,2c-1.1,0-2.1-0.4-2.9-1.1
l0.5-1c0.7,0.7,1.6,1,2.4,1c0.8,0,1.3-0.3,1.3-0.8c0-1.6-3.8-0.7-3.8-3.2c0-1.2,1-1.9,2.5-1.9c0.9,0,1.8,0.3,2.4,0.7l-0.5,1
C103.5,150.6,102.8,150.4,102.2,150.4z"/>
<path fill="#2B292A" d="M111,149.4v1.1h-2.2v5.9h-1.2v-5.9h-2.2v-1.1H111z"/>
<path fill="#2B292A" d="M112.3,155.8c0,0.4-0.3,0.7-0.6,0.7s-0.6-0.3-0.6-0.7c0-0.4,0.3-0.6,0.6-0.6S112.3,155.4,112.3,155.8z"
/>
<path fill="#2B292A" d="M94.1,161.3v7h-1.2v-5.9h-1.5v-1.1H94.1z"/>
<path fill="#2B292A" d="M99.1,167.4c1.3,0,2-1,1.9-2.5c-0.4,0.7-1,1-1.9,1c-1.4,0-2.2-0.9-2.2-2.2c0-1.4,1-2.3,2.4-2.3
c1.8,0,2.8,1.3,2.8,3.4c0,2.2-1.2,3.7-3,3.7c-0.7,0-1.5-0.2-2.1-0.5l0.5-0.9C98,167.2,98.6,167.4,99.1,167.4z M98,163.6
c0,0.8,0.5,1.3,1.4,1.3c0.9,0,1.5-0.6,1.5-1.3c0-0.6-0.4-1.3-1.4-1.3C98.6,162.3,98,162.8,98,163.6z"/>
<path fill="#2B292A" d="M105.3,167.4c1.3,0,2-1,1.9-2.5c-0.4,0.7-1,1-1.9,1c-1.4,0-2.2-0.9-2.2-2.2c0-1.4,1-2.3,2.4-2.3
c1.8,0,2.8,1.3,2.8,3.4c0,2.2-1.2,3.7-3,3.7c-0.7,0-1.5-0.2-2.1-0.5l0.5-0.9C104.1,167.2,104.7,167.4,105.3,167.4z M104.2,163.6
c0,0.8,0.5,1.3,1.4,1.3c0.9,0,1.5-0.6,1.5-1.3c0-0.6-0.4-1.3-1.4-1.3C104.7,162.3,104.2,162.8,104.2,163.6z"/>
<path fill="#2B292A" d="M114.6,161.3v0.9l-2.9,6.1h-1.2l2.9-5.9h-3l0,1h-1v-2H114.6z"/>
</g>
<g>
<path fill="#FFFFFF" d="M97.8,55V36.8h4.2c1,0,1.8,0.1,2.5,0.2c0.7,0.2,1.3,0.4,1.8,0.8c0.5,0.4,0.9,0.9,1.1,1.5
c0.3,0.6,0.4,1.4,0.4,2.3c0,1.1-0.2,2.1-0.5,2.8c-0.3,0.7-0.9,1.3-1.7,1.6l2.5,9h-3.3l-2.2-8.3h-1.5V55H97.8z M101.1,44.5h0.8
c1,0,1.7-0.2,2.1-0.6c0.4-0.4,0.6-1.1,0.6-2.1c0-1-0.2-1.7-0.5-2.1c-0.4-0.4-1-0.6-2-0.6h-1V44.5z"/>
</g>
</g>
</g>
</g>
<g id="DESIGNED_BY_FREEPIK">
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.0 KiB

@ -0,0 +1,195 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 200.6 165" enable-background="new 0 0 200.6 165" xml:space="preserve">
<g id="BACKGROUND" display="none">
<rect x="-63.1" y="-309.4" display="inline" fill="#FFFFFF" width="800" height="800"/>
</g>
<g id="OBJECTS">
<g>
<g>
<g>
<g>
<path fill="#2B292A" d="M26.1,91.1v-25h5.7c1.3,0,2.4,0.1,3.4,0.3c0.9,0.2,1.8,0.6,2.5,1.1c0.7,0.5,1.2,1.2,1.6,2.1
s0.5,1.9,0.5,3.2c0,1.6-0.2,2.8-0.7,3.8s-1.2,1.7-2.3,2.2l3.5,12.3h-4.6l-3-11.4h-2v11.4H26.1z M30.6,76.8h1.1
c1.3,0,2.3-0.3,2.9-0.9c0.6-0.6,0.9-1.6,0.9-2.9c0-1.3-0.2-2.3-0.7-2.9c-0.5-0.6-1.4-0.9-2.7-0.9h-1.4V76.8z"/>
<path fill="#2B292A" d="M43.2,91.1v-25h10.4v3.2h-5.9v7.2h4.7v3.2h-4.7V88h6v3.1H43.2z"/>
<path fill="#2B292A" d="M58.8,91.1V69.5h-4.2v-3.4h12.8v3.4h-4.1v21.6H58.8z"/>
<path fill="#2B292A" d="M69.3,91.1v-25h5.7c1.3,0,2.4,0.1,3.4,0.3c0.9,0.2,1.8,0.6,2.5,1.1c0.7,0.5,1.2,1.2,1.6,2.1
s0.5,1.9,0.5,3.2c0,1.6-0.2,2.8-0.7,3.8s-1.2,1.7-2.3,2.2l3.5,12.3h-4.6l-3-11.4h-2v11.4H69.3z M73.9,76.8H75
c1.3,0,2.3-0.3,2.9-0.9c0.6-0.6,0.9-1.6,0.9-2.9c0-1.3-0.2-2.3-0.7-2.9c-0.5-0.6-1.4-0.9-2.7-0.9h-1.4V76.8z"/>
<path fill="#2B292A" d="M93.2,91.4c-2.6,0-4.4-0.7-5.5-2.1c-1.1-1.4-1.7-3.4-1.7-6.1V74c0-1.3,0.1-2.5,0.4-3.4s0.7-1.8,1.2-2.5
s1.3-1.2,2.2-1.6s2.1-0.5,3.4-0.5c2.6,0,4.4,0.7,5.5,2.1c1.1,1.4,1.7,3.4,1.7,6.1v9.2c0,1.3-0.1,2.5-0.4,3.4s-0.7,1.8-1.2,2.6
c-0.6,0.7-1.3,1.3-2.2,1.6C95.7,91.2,94.5,91.4,93.2,91.4z M92.1,87.9c0.3,0.1,0.7,0.2,1.1,0.2c0.4,0,0.8-0.1,1.1-0.2
c0.3-0.1,0.6-0.3,0.7-0.5c0.2-0.2,0.3-0.5,0.4-0.8c0.1-0.3,0.2-0.7,0.2-1s0.1-0.7,0.1-1.2V72.9c0-0.6,0-1.1-0.1-1.5
c-0.1-0.4-0.2-0.8-0.4-1.1s-0.4-0.6-0.8-0.8c-0.4-0.2-0.8-0.3-1.3-0.3s-1,0.1-1.3,0.3c-0.4,0.2-0.6,0.4-0.8,0.8
c-0.2,0.4-0.3,0.7-0.3,1.1c-0.1,0.4-0.1,0.9-0.1,1.5v11.3c0,0.5,0,0.9,0.1,1.2s0.1,0.7,0.2,1s0.2,0.6,0.4,0.8
C91.5,87.6,91.8,87.7,92.1,87.9z"/>
<path fill="#2B292A" d="M111.3,91.1v-25h4.5V88h6v3.1H111.3z"/>
<path fill="#2B292A" d="M130.7,91.4c-2.6,0-4.4-0.7-5.5-2.1c-1.1-1.4-1.7-3.4-1.7-6.1V74c0-1.3,0.1-2.5,0.4-3.4
s0.7-1.8,1.2-2.5s1.3-1.2,2.2-1.6s2.1-0.5,3.4-0.5c2.6,0,4.4,0.7,5.5,2.1c1.1,1.4,1.7,3.4,1.7,6.1v9.2c0,1.3-0.1,2.5-0.4,3.4
s-0.7,1.8-1.2,2.6c-0.6,0.7-1.3,1.3-2.2,1.6C133.2,91.2,132,91.4,130.7,91.4z M129.6,87.9c0.3,0.1,0.7,0.2,1.1,0.2
c0.4,0,0.8-0.1,1.1-0.2c0.3-0.1,0.6-0.3,0.7-0.5c0.2-0.2,0.3-0.5,0.4-0.8c0.1-0.3,0.2-0.7,0.2-1s0.1-0.7,0.1-1.2V72.9
c0-0.6,0-1.1-0.1-1.5c-0.1-0.4-0.2-0.8-0.4-1.1s-0.4-0.6-0.8-0.8c-0.4-0.2-0.8-0.3-1.3-0.3s-1,0.1-1.3,0.3
c-0.4,0.2-0.6,0.4-0.8,0.8c-0.2,0.4-0.3,0.7-0.3,1.1c-0.1,0.4-0.1,0.9-0.1,1.5v11.3c0,0.5,0,0.9,0.1,1.2s0.1,0.7,0.2,1
s0.2,0.6,0.4,0.8C129,87.6,129.3,87.7,129.6,87.9z"/>
<path fill="#2B292A" d="M147.5,91.5c-2.4,0-4.1-0.7-5.1-2.2s-1.6-3.6-1.6-6.4v-8.1c0-1.4,0.1-2.7,0.3-3.7c0.2-1,0.6-2,1.1-2.7
c0.5-0.8,1.3-1.4,2.2-1.8c0.9-0.4,2.1-0.6,3.4-0.6c2.5,0,4.2,0.6,5.3,1.8c1.1,1.2,1.6,3,1.6,5.5v1.2h-4.4v-1.3c0-0.6,0-1,0-1.4
c0-0.4-0.1-0.7-0.2-1.1c-0.1-0.4-0.2-0.6-0.4-0.8c-0.2-0.2-0.4-0.3-0.7-0.5c-0.3-0.1-0.7-0.2-1.1-0.2c-0.3,0-0.6,0-0.9,0.1
s-0.5,0.2-0.7,0.3s-0.3,0.3-0.5,0.5c-0.1,0.2-0.2,0.5-0.3,0.7c-0.1,0.2-0.1,0.5-0.2,0.8s-0.1,0.6-0.1,0.9c0,0.3,0,0.6,0,1v10.1
c0,1.5,0.2,2.6,0.6,3.3c0.4,0.7,1.1,1,2.1,1c0.5,0,1-0.1,1.4-0.3c0.4-0.2,0.7-0.5,0.9-0.9s0.4-0.9,0.4-1.4
c0.1-0.5,0.1-1.2,0.1-1.9v-2h-2.7v-2.9h6.8v12.7h-3l-0.3-2.5C151,90.5,149.6,91.5,147.5,91.5z"/>
<path fill="#2B292A" d="M165.3,91.4c-2.6,0-4.4-0.7-5.5-2.1c-1.1-1.4-1.7-3.4-1.7-6.1V74c0-1.3,0.1-2.5,0.4-3.4
s0.7-1.8,1.2-2.5s1.3-1.2,2.2-1.6s2.1-0.5,3.4-0.5c2.6,0,4.4,0.7,5.5,2.1c1.1,1.4,1.7,3.4,1.7,6.1v9.2c0,1.3-0.1,2.5-0.4,3.4
s-0.7,1.8-1.2,2.6c-0.6,0.7-1.3,1.3-2.2,1.6C167.7,91.2,166.6,91.4,165.3,91.4z M164.1,87.9c0.3,0.1,0.7,0.2,1.1,0.2
c0.4,0,0.8-0.1,1.1-0.2c0.3-0.1,0.6-0.3,0.7-0.5c0.2-0.2,0.3-0.5,0.4-0.8c0.1-0.3,0.2-0.7,0.2-1s0.1-0.7,0.1-1.2V72.9
c0-0.6,0-1.1-0.1-1.5c-0.1-0.4-0.2-0.8-0.4-1.1s-0.4-0.6-0.8-0.8c-0.4-0.2-0.8-0.3-1.3-0.3s-1,0.1-1.3,0.3
c-0.4,0.2-0.6,0.4-0.8,0.8c-0.2,0.4-0.3,0.7-0.3,1.1c-0.1,0.4-0.1,0.9-0.1,1.5v11.3c0,0.5,0,0.9,0.1,1.2s0.1,0.7,0.2,1
s0.2,0.6,0.4,0.8C163.6,87.6,163.8,87.7,164.1,87.9z"/>
</g>
</g>
<g>
<path fill="#2B292A" d="M64.3,114.4h1.2v3.1c-0.9,0.6-2.1,1.1-3.3,1.1c-2.5,0-4.4-1.9-4.4-4.3c0-2.4,2-4.2,4.5-4.2
c1.2,0,2.4,0.5,3.2,1.2l-0.8,1c-0.6-0.6-1.6-1-2.4-1c-1.7,0-3.1,1.3-3.1,3c0,1.7,1.4,3,3.1,3c0.6,0,1.3-0.2,1.9-0.6V114.4z"/>
<path fill="#2B292A" d="M71.1,117.3c1.4,0,2.2-0.8,2.2-2.3v-4.9h1.4v4.9c0,2.2-1.4,3.5-3.7,3.5c-2.3,0-3.7-1.3-3.7-3.5v-4.9h1.4
v4.9C68.8,116.5,69.7,117.3,71.1,117.3z"/>
<path fill="#2B292A" d="M82,116.7h-4.2l-0.8,1.9h-1.5l3.7-8.4h1.5l3.7,8.4h-1.5L82,116.7z M81.4,115.4l-1.6-3.7l-1.6,3.7H81.4z"
/>
<path fill="#2B292A" d="M90.7,118.6l-1.5-2.5c-0.1,0-0.3,0-0.4,0h-2v2.5h-1.4v-8.4h3.4c2.2,0,3.4,1,3.4,2.9
c0,1.3-0.6,2.3-1.7,2.7l1.9,2.8H90.7z M88.8,114.7c1.3,0,2-0.6,2-1.7c0-1.1-0.7-1.6-2-1.6h-2v3.3H88.8z"/>
<path fill="#2B292A" d="M99.5,116.7h-4.2l-0.8,1.9H93l3.7-8.4h1.5l3.7,8.4h-1.5L99.5,116.7z M99,115.4l-1.6-3.7l-1.6,3.7H99z"/>
<path fill="#2B292A" d="M104.3,110.1l4.5,6v-6h1.4v8.4h-1.4l-4.5-6v6H103v-8.4H104.3z"/>
<path fill="#2B292A" d="M118.2,110.1v1.3h-2.7v7.1h-1.4v-7.1h-2.7v-1.3H118.2z"/>
<path fill="#2B292A" d="M125.4,110.1v1.3h-4.6v2.3h4.1v1.3h-4.1v2.3h4.7v1.3h-6.2v-8.4H125.4z"/>
<path fill="#2B292A" d="M133.3,110.1v1.3h-4.6v2.3h4.1v1.3h-4.1v2.3h4.7v1.3h-6.2v-8.4H133.3z"/>
<path fill="#2B292A" d="M143,114.4c0,2.4-1.8,4.2-4.4,4.2h-3.4v-8.4h3.5C141.2,110.1,143,111.9,143,114.4z M141.6,114.4
c0-1.7-1.3-2.9-2.9-2.9h-2v5.9h2.1C140.3,117.3,141.6,116.1,141.6,114.4z"/>
</g>
<path fill="#2B292A" d="M32.3,117.1c1.2,2.6,2.5,5.1,4,7.6c6.4,10.5,15.2,19.3,26.3,26.1c18.8,11.6,37.4,13.6,38.2,13.6l0.2,0
l0.2,0c0.7-0.1,18.4-2.2,36.2-13.8c10.5-6.8,18.9-15.4,25-25.7c1.5-2.5,2.8-5.1,4-7.8h34.2l-2.3-18.9l2.3-21.4h-11.6V56h-15.2
V16.3c0-9-7.3-16.3-16.3-16.3H40.7c-9,0-16.3,7.3-16.3,16.3V56H9.2v20.7H0.3l2.3,21.4l-2.3,18.9H32.3z M9.2,78.8v23.2h17.9
c1.1,4.6,2.5,9,4.3,13.2H2.6l2-16.8l0-0.1L2.6,78.8H9.2z M11.2,76.8V58.1h13.2h1.7h1.7h5.6h1h1h127.2h1h1h5.6h1.7h1.7h13.2v18.7
v1v1v21.2h-15.2H170h-1.8h-5.7h-1h-1h-4.6h-1h-1H47h-1h-1h-7h-1h-1h-5.7h-1.8h-1.8H11.2V78.8v-1V76.8z M27.8,16.3
c0-7.1,5.8-12.9,12.9-12.9h116.6c7.1,0,12.9,5.8,12.9,12.9V56h-5.6V14.9c0-3.3-2.7-6-6-6H39.4c-3.3,0-6,2.7-6,6V56h-5.6V16.3z
M162.7,56H35.4V14.9c0-2.2,1.8-4,4-4h119.2c2.2,0,4,1.8,4,4V56z M196.2,98.2l2.1,16.9h-31.1c1.7-4.2,3.1-8.6,4.1-13.2h17.6V78.8
h9.4L196.2,98.2z M162.6,117.1c-1,2.1-2,4.1-3.1,6c-5.7,9.8-13.7,18.1-23.8,24.6c-16.3,10.5-32.8,13-34.7,13.3
c-2-0.2-19.4-2.6-36.6-13.2c-10.6-6.6-19-14.9-25.1-25c-1.1-1.8-2.1-3.8-3.1-5.7c-0.2-0.3-0.3-0.7-0.5-1c-0.2-0.3-0.3-0.7-0.5-1
c-1.9-4.2-3.4-8.5-4.5-13.2h5.8c1.2,4.6,2.9,9,4.9,13.2c0.2,0.3,0.3,0.7,0.5,1c0.2,0.3,0.4,0.7,0.5,1c5.6,10.4,13.7,19,24.5,25.8
c14.7,9.2,29.7,12,33.9,12.6l0.2,0l0.2,0c4-0.7,18.2-3.6,32-12.6c10.3-6.8,18.1-15.4,23.4-25.7c0.2-0.3,0.3-0.7,0.5-1
c0.2-0.3,0.3-0.7,0.5-1c1.9-4.1,3.5-8.5,4.6-13.2h5.7c-1.1,4.6-2.5,9-4.3,13.2c-0.1,0.3-0.3,0.7-0.4,1
C162.9,116.4,162.7,116.8,162.6,117.1z M154.9,115.8c-0.2,0.5-0.5,0.9-0.7,1.3c-5.1,9.6-12.5,17.7-22.2,24.1
c-13.3,8.7-26.9,11.6-31,12.3c-4.4-0.7-18.9-3.4-33-12.3c-10.1-6.3-17.9-14.4-23.3-24.1c-0.2-0.3-0.4-0.7-0.5-1
c-0.2-0.3-0.4-0.7-0.5-1c-2.1-4.1-3.8-8.5-5.1-13.2H45h1h1h106.8h1h1h4.1c-1.1,4.1-2.4,8-4.1,11.7
C155.5,114.4,155.2,115.1,154.9,115.8z"/>
<rect x="175.1" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="183.3" y="62.8" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="183.3" y="73.2" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="183.3" y="68" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="180.2" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="20.1" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="13.9" y="68.4" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="13.9" y="73.5" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="14.9" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="13.9" y="63.2" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="18.8" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<polygon fill="#2B292A" points="14.8,78.8 14.8,78.7 13.9,78.7 13.9,78.8 13.9,81.3 14.8,81.3 "/>
<rect x="13.9" y="83.9" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="13.9" y="89" fill="#2B292A" width="0.9" height="2.6"/>
<polygon fill="#2B292A" points="16.3,96.3 14.8,96.3 14.8,94.2 13.9,94.2 13.9,97.2 16.3,97.2 "/>
<rect x="183.3" y="88.7" fill="#2B292A" width="0.9" height="2.6"/>
<polygon fill="#2B292A" points="184.2,78.8 184.2,78.3 183.3,78.3 183.3,78.8 183.3,80.9 184.2,80.9 "/>
<rect x="173.8" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="183.3" y="83.5" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="178.9" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="183.3" y="93.8" fill="#2B292A" width="0.9" height="2.6"/>
<rect x="164.7" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="30.4" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<polygon fill="#2B292A" points="31.7,97.2 31.7,96.3 29.4,96.3 29.2,96.3 29.2,97.2 29.6,97.2 "/>
<rect x="163.5" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<polygon fill="#2B292A" points="26.6,97.2 26.6,96.3 25.9,96.3 24,96.3 24,97.2 26.1,97.2 "/>
<polygon fill="#2B292A" points="172,61.6 172.5,61.6 172.5,60.8 172,60.8 170.3,60.8 169.9,60.8 169.9,61.6 170.3,61.6 "/>
<polygon fill="#2B292A" points="27.8,61.6 27.9,61.6 27.9,60.8 27.8,60.8 26.1,60.8 25.3,60.8 25.3,61.6 26.1,61.6 "/>
<polygon fill="#2B292A" points="170.5,97.2 171.2,97.2 171.2,96.3 170.7,96.3 168.9,96.3 168.6,96.3 168.6,97.2 168.8,97.2
"/>
<rect x="87.3" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="92.4" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="91.1" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="86" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="82.1" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="80.8" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="113.1" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="96.3" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="106.6" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="111.8" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="107.9" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="117" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="97.6" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="101.5" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="102.8" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="60.2" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="55" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="49.8" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="51.1" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="76.9" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="45.9" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="40.8" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="35.6" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="70.5" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="71.8" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="75.6" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="66.6" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="61.4" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="65.3" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="56.3" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="148" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="149.2" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="154.4" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="118.2" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="142.8" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="159.6" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="144.1" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="122.1" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="128.6" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="127.3" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="123.4" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="138.9" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="133.7" y="60.8" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="132.5" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="137.6" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<rect x="39.5" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<polygon fill="#2B292A" points="46,97.2 47,97.2 47.2,97.2 47.2,96.3 47,96.3 46,96.3 45,96.3 44.7,96.3 44.7,97.2 45,97.2
"/>
<rect x="158.3" y="96.3" fill="#2B292A" width="2.6" height="0.9"/>
<polygon fill="#2B292A" points="154.9,97.2 155.7,97.2 155.7,96.3 154.9,96.3 153.9,96.3 153.1,96.3 153.1,97.2 153.9,97.2
"/>
<polygon fill="#2B292A" points="36.3,97.2 36.9,97.2 36.9,96.3 36.1,96.3 35.1,96.3 34.3,96.3 34.3,97.2 35.3,97.2 "/>
<polygon fill="#2B292A" points="102.9,133.3 100.4,128.3 98,133.3 92.5,134.1 96.5,137.9 95.5,143.4 100.4,140.8 105.3,143.4
104.4,137.9 108.4,134.1 "/>
<path fill="#2B292A" d="M103.4,25.1c-0.5,0.3-1,0.5-1.7,0.7c-2.3,0.7-4.8,0.7-7.1,0c-0.6-0.2-1.2-0.4-1.7-0.7
c-1.8-1.2-13.4-6.3-37.6-2.3v7.1c0,0,2.9-0.9,3.5,3c0.6,3.9,2.1,16.7,12,17c0,0,9,0.4,10.9,0c1.9-0.4,8.7-1.9,11.3-12.3
c0,0,0.5-2.3,1.8-4.2c1.6-2.4,5.1-2.4,6.7,0c1.3,1.9,1.8,4.2,1.8,4.2c2.6,10.4,9.4,12,11.3,12.3c1.9,0.4,10.9,0,10.9,0
c9.9-0.3,11.3-13.1,12-17c0.6-3.9,3.5-3,3.5-3v-7.1C116.9,18.8,105.3,23.9,103.4,25.1z M90,36.9c-2.3,6-5,8.9-8.9,9.6
c0,0-0.6,0.1-3,0.1c-3.1,0-7-0.2-7.1-0.2l0,0c-3.5-0.1-5.2-2.5-6.2-4.6c-0.7-1.4-1.3-3.1-1.7-5.2l0,0l0,0c0,0-0.5-1.3-0.6-2.9
c-0.1-1.5,0-3.6,1.2-5.4c1.5-2.3,4.6-3.5,9-3.5c0.4,0,0.8,0,1.2,0c5.3,0,9.9,0.6,14.1,1.9C89.7,27.2,91,29,91,31
C90.9,33.3,90.6,35.3,90,36.9z M132.9,28.2c1.2,1.8,1.3,3.9,1.2,5.4c-0.2,1.7-0.6,2.9-0.6,2.9l0,0l0,0c-0.5,2-1,3.7-1.7,5.2
c-1,2.1-2.7,4.5-6.2,4.6l0,0c0,0-4,0.2-7.1,0.2c-2.4,0-3-0.1-3-0.1c-3.9-0.7-6.6-3.6-8.9-9.6c-0.6-1.6-0.9-3.5-1-5.8
c0-2,1.3-3.8,3.2-4.4c4.3-1.3,8.9-1.9,14.1-1.9c0.4,0,0.8,0,1.2,0C128.3,24.8,131.4,26,132.9,28.2z"/>
</g>
</g>
</g>
<g id="DESIGNED_BY_FREEPIK">
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -0,0 +1,222 @@
/*global $, document, LINECHARTEXMPLE*/
$(document).ready(function () {
'use strict';
var brandPrimary = 'rgba(51, 179, 90, 1)';
var LINECHARTEXMPLE = $('#lineChartExample'),
PIECHARTEXMPLE = $('#pieChartExample'),
BARCHARTEXMPLE = $('#barChartExample'),
RADARCHARTEXMPLE = $('#radarChartExample'),
POLARCHARTEXMPLE = $('#polarChartExample');
var lineChartExample = new Chart(LINECHARTEXMPLE, {
type: 'line',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [
{
label: "Data Set One",
fill: true,
lineTension: 0.3,
backgroundColor: "rgba(51, 179, 90, 0.38)",
borderColor: brandPrimary,
borderCapStyle: 'butt',
borderDash: [],
borderDashOffset: 0.0,
borderJoinStyle: 'miter',
borderWidth: 1,
pointBorderColor: brandPrimary,
pointBackgroundColor: "#fff",
pointBorderWidth: 1,
pointHoverRadius: 5,
pointHoverBackgroundColor: brandPrimary,
pointHoverBorderColor: "rgba(220,220,220,1)",
pointHoverBorderWidth: 2,
pointRadius: 1,
pointHitRadius: 10,
data: [50, 20, 40, 31, 32, 22, 10],
spanGaps: false
},
{
label: "Data Set Two",
fill: true,
lineTension: 0.3,
backgroundColor: "rgba(75,192,192,0.4)",
borderColor: "rgba(75,192,192,1)",
borderCapStyle: 'butt',
borderDash: [],
borderDashOffset: 0.0,
borderJoinStyle: 'miter',
borderWidth: 1,
pointBorderColor: "rgba(75,192,192,1)",
pointBackgroundColor: "#fff",
pointBorderWidth: 1,
pointHoverRadius: 5,
pointHoverBackgroundColor: "rgba(75,192,192,1)",
pointHoverBorderColor: "rgba(220,220,220,1)",
pointHoverBorderWidth: 2,
pointRadius: 1,
pointHitRadius: 10,
data: [65, 59, 30, 81, 56, 55, 40],
spanGaps: false
}
]
}
});
var pieChartExample = new Chart(PIECHARTEXMPLE, {
type: 'doughnut',
data: {
labels: [
"First",
"Second",
"Third"
],
datasets: [
{
data: [300, 50, 100],
borderWidth: [1, 1, 1],
backgroundColor: [
brandPrimary,
"rgba(75,192,192,1)",
"#FFCE56"
],
hoverBackgroundColor: [
brandPrimary,
"rgba(75,192,192,1)",
"#FFCE56"
]
}]
}
});
var pieChartExample = {
responsive: true
};
var barChartExample = new Chart(BARCHARTEXMPLE, {
type: 'bar',
data: {
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [
{
label: "Data Set 1",
backgroundColor: [
'rgba(51, 179, 90, 0.6)',
'rgba(51, 179, 90, 0.6)',
'rgba(51, 179, 90, 0.6)',
'rgba(51, 179, 90, 0.6)',
'rgba(51, 179, 90, 0.6)',
'rgba(51, 179, 90, 0.6)',
'rgba(51, 179, 90, 0.6)'
],
borderColor: [
'rgba(51, 179, 90, 1)',
'rgba(51, 179, 90, 1)',
'rgba(51, 179, 90, 1)',
'rgba(51, 179, 90, 1)',
'rgba(51, 179, 90, 1)',
'rgba(51, 179, 90, 1)',
'rgba(51, 179, 90, 1)'
],
borderWidth: 1,
data: [65, 59, 80, 81, 56, 55, 40],
},
{
label: "Data Set 2",
backgroundColor: [
'rgba(203, 203, 203, 0.6)',
'rgba(203, 203, 203, 0.6)',
'rgba(203, 203, 203, 0.6)',
'rgba(203, 203, 203, 0.6)',
'rgba(203, 203, 203, 0.6)',
'rgba(203, 203, 203, 0.6)',
'rgba(203, 203, 203, 0.6)'
],
borderColor: [
'rgba(203, 203, 203, 1)',
'rgba(203, 203, 203, 1)',
'rgba(203, 203, 203, 1)',
'rgba(203, 203, 203, 1)',
'rgba(203, 203, 203, 1)',
'rgba(203, 203, 203, 1)',
'rgba(203, 203, 203, 1)'
],
borderWidth: 1,
data: [35, 40, 60, 47, 88, 27, 30],
}
]
}
});
var polarChartExample = new Chart(POLARCHARTEXMPLE, {
type: 'polarArea',
data: {
datasets: [{
data: [
11,
16,
7
],
backgroundColor: [
"rgba(51, 179, 90, 1)",
"#FF6384",
"#FFCE56"
],
label: 'My dataset' // for legend
}],
labels: [
"First",
"Second",
"Third"
]
}
});
var polarChartExample = {
responsive: true
};
var radarChartExample = new Chart(RADARCHARTEXMPLE, {
type: 'radar',
data: {
labels: ["Eating", "Drinking", "Sleeping", "Designing", "Coding", "Cycling"],
datasets: [
{
label: "My First dataset",
backgroundColor: "rgba(179,181,198,0.2)",
borderWidth: 2,
borderColor: "rgba(179,181,198,1)",
pointBackgroundColor: "rgba(179,181,198,1)",
pointBorderColor: "#fff",
pointHoverBackgroundColor: "#fff",
pointHoverBorderColor: "rgba(179,181,198,1)",
data: [65, 59, 90, 81, 56, 55]
},
{
label: "My Second dataset",
backgroundColor: "rgba(51, 179, 90, 0.2)",
borderWidth: 2,
borderColor: "rgba(51, 179, 90, 1)",
pointBackgroundColor: "rgba(51, 179, 90, 1)",
pointBorderColor: "#fff",
pointHoverBackgroundColor: "#fff",
pointHoverBorderColor: "rgba(51, 179, 90, 1)",
data: [28, 48, 40, 19, 96, 27]
}
]
}
});
var radarChartExample = {
responsive: true
};
});

@ -0,0 +1,105 @@
/*global $, document, Chart, LINECHART, data, options, window*/
$(document).ready(function () {
'use strict';
// Main Template Color
var brandPrimary = '#33b35a';
// ------------------------------------------------------- //
// Line Chart
// ------------------------------------------------------ //
var LINECHART = $('#lineCahrt');
var myLineChart = new Chart(LINECHART, {
type: 'line',
options: {
legend: {
display: false
}
},
data: {
labels: ["Jan", "Feb", "Mar", "Apr", "May", "June", "July"],
datasets: [
{
label: "My First dataset",
fill: true,
lineTension: 0.3,
backgroundColor: "rgba(77, 193, 75, 0.4)",
borderColor: brandPrimary,
borderCapStyle: 'butt',
borderDash: [],
borderDashOffset: 0.0,
borderJoinStyle: 'miter',
borderWidth: 1,
pointBorderColor: brandPrimary,
pointBackgroundColor: "#fff",
pointBorderWidth: 1,
pointHoverRadius: 5,
pointHoverBackgroundColor: brandPrimary,
pointHoverBorderColor: "rgba(220,220,220,1)",
pointHoverBorderWidth: 2,
pointRadius: 1,
pointHitRadius: 0,
data: [50, 20, 60, 31, 52, 22, 40],
spanGaps: false
},
{
label: "My First dataset",
fill: true,
lineTension: 0.3,
backgroundColor: "rgba(75,192,192,0.4)",
borderColor: "rgba(75,192,192,1)",
borderCapStyle: 'butt',
borderDash: [],
borderDashOffset: 0.0,
borderJoinStyle: 'miter',
borderWidth: 1,
pointBorderColor: "rgba(75,192,192,1)",
pointBackgroundColor: "#fff",
pointBorderWidth: 1,
pointHoverRadius: 5,
pointHoverBackgroundColor: "rgba(75,192,192,1)",
pointHoverBorderColor: "rgba(220,220,220,1)",
pointHoverBorderWidth: 2,
pointRadius: 1,
pointHitRadius: 10,
data: [65, 59, 30, 81, 46, 55, 30],
spanGaps: false
}
]
}
});
// ------------------------------------------------------- //
// Pie Chart
// ------------------------------------------------------ //
var PIECHART = $('#pieChart');
var myPieChart = new Chart(PIECHART, {
type: 'doughnut',
data: {
labels: [
"First",
"Second",
"Third"
],
datasets: [
{
data: [300, 50, 100],
borderWidth: [1, 1, 1],
backgroundColor: [
brandPrimary,
"rgba(75,192,192,1)",
"#FFCE56"
],
hoverBackgroundColor: [
brandPrimary,
"rgba(75,192,192,1)",
"#FFCE56"
]
}]
}
});
});

@ -0,0 +1,138 @@
$(document).ready(function () {
// ------------------------------------------------------- //
// Custom Scrollbar
// ------------------------------------------------------ //
if ($(window).outerWidth() > 992) {
$("nav.side-navbar").mCustomScrollbar({
scrollInertia: 200
});
}
// Main Template Color
var brandPrimary = '#33b35a';
// ------------------------------------------------------- //
// Side Navbar Functionality
// ------------------------------------------------------ //
$('#toggle-btn').on('click', function (e) {
e.preventDefault();
if ($(window).outerWidth() > 1194) {
$('nav.side-navbar').toggleClass('shrink');
$('.page').toggleClass('active');
} else {
$('nav.side-navbar').toggleClass('show-sm');
$('.page').toggleClass('active-sm');
}
});
// ------------------------------------------------------- //
// Tooltips init
// ------------------------------------------------------ //
$('[data-toggle="tooltip"]').tooltip()
// ------------------------------------------------------- //
// Universal Form Validation
// ------------------------------------------------------ //
$('.form-validate').each(function() {
$(this).validate({
errorElement: "div",
errorClass: 'is-invalid',
validClass: 'is-valid',
ignore: ':hidden:not(.summernote),.note-editable.card-block',
errorPlacement: function (error, element) {
// Add the `invalid-feedback` class to the error element
error.addClass("invalid-feedback");
//console.log(element);
if (element.prop("type") === "checkbox") {
error.insertAfter(element.siblings("label"));
}
else {
error.insertAfter(element);
}
}
});
});
// ------------------------------------------------------- //
// Material Inputs
// ------------------------------------------------------ //
var materialInputs = $('input.input-material');
// activate labels for prefilled values
materialInputs.filter(function () {
return $(this).val() !== "";
}).siblings('.label-material').addClass('active');
// move label on focus
materialInputs.on('focus', function () {
$(this).siblings('.label-material').addClass('active');
});
// remove/keep label on blur
materialInputs.on('blur', function () {
$(this).siblings('.label-material').removeClass('active');
if ($(this).val() !== '') {
$(this).siblings('.label-material').addClass('active');
} else {
$(this).siblings('.label-material').removeClass('active');
}
});
// ------------------------------------------------------- //
// Jquery Progress Circle
// ------------------------------------------------------ //
var progress_circle = $("#progress-circle").gmpc({
color: brandPrimary,
line_width: 5,
percent: 80
});
progress_circle.gmpc('animate', 80, 3000);
// ------------------------------------------------------- //
// External links to new window
// ------------------------------------------------------ //
$('.external').on('click', function (e) {
e.preventDefault();
window.open($(this).attr("href"));
});
// ------------------------------------------------------ //
// For demo purposes, can be deleted
// ------------------------------------------------------ //
var stylesheet = $('link#theme-stylesheet');
$("<link id='new-stylesheet' rel='stylesheet'>").insertAfter(stylesheet);
var alternateColour = $('link#new-stylesheet');
if ($.cookie("theme_csspath")) {
alternateColour.attr("href", $.cookie("theme_csspath"));
}
$("#colour").change(function () {
if ($(this).val() !== '') {
var theme_csspath = 'css/style.' + $(this).val() + '.css';
alternateColour.attr("href", theme_csspath);
$.cookie("theme_csspath", theme_csspath, {
expires: 365,
path: document.URL.substr(0, document.URL.lastIndexOf('/'))
});
}
return false;
});
});

@ -0,0 +1 @@
!function(a){function d(a){return a.indexOf("px")?a.substring(0,a.length-2):canvas_height.indexOf("%")?a.substring(0,a.length-1):void 0}function e(a){if(a.toString().indexOf("px")<-1&&a.toString().indexOf("%")<-1)return a+="px"}function f(a,b){if(b<0){var c=parseInt(a)/100*360,d=c*(Math.PI/180);return d-Math.PI/2}var e=(parseInt(a)+parseInt(b))/100*360,f=e*(Math.PI/180);return f-Math.PI/2}function g(c){a(".gmpc-percent-text").text(Math.round(b.percent)+"%")}function h(a){var c=d(b.height.toString()),e=d(b.width.toString()),h=document.createElement("canvas");h.height=c,h.width=e;var i=h.getContext("2d");i.strokeStyle=b.color,i.lineWidth=b.line_width,i.beginPath();var j=f(b.starting_position,-1),k=f(b.starting_position,b.percent),l=0,m=e/2,n=c/2;return l=c>=e?.9*e/2-2*b.line_width:.9*c/2-2*b.line_width,i.arc(m,n,l,j,k,b.counter_clockwise),i.stroke(),"percent"==b.text&&g(a),h}var b={},c={init:function(c){var d=a.extend({color:"#0B2546",height:"200px",width:"200px",line_width:8,starting_position:25,percent:100,counter_clockwise:!1,text:"percent",font_size:"28px",font_family:"Helvetica"},c);b=d;var f=a("<div class='gmpc-percent-text'></div>");return f.css({"font-size":b.font_size,"font-family":b.font_family}),"percent"!=b.text&&f.text(b.text),a(this).append(f),100!=b.starting_position&&(b.starting_position=b.starting_position%100),100!=b.ending_position&&(b.ending_position=b.ending_position%100),e(b.width),e(b.height),a(this).css({height:b.height,width:b.width}),a(this).addClass("gmpc"),a(this).find("canvas").remove(),a(this).append(h(a(this))),this},percent:function(c){return b.percent=c,a(this).css({height:b.height,width:b.width}),a(this).children("canvas").remove(),a(this).append(h(a(this))),this},animate:function(c,d){a(this).css({height:b.height,width:b.width});var e=d/10,f=(c-b.percent)/e,g=a(this),i=setInterval(function(){b.percent<c?(g.children("canvas").remove(),b.percent+=f,g.append(h(g))):clearInterval(i)},10);return this}};a.fn.gmpc=function(b){return c[b]?c[b].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof b&&b?void a.error("Method "+b+" does not exist."):c.init.apply(this,arguments)}}(jQuery);

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save