﻿@charset "utf-8";
/*字型-思源黑體*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&subset=chinese-traditional');*/
/*字型-fontawesome Pro*/
/*@import url('https://pro.fontawesome.com/releases/v5.8.2/css/all.css');*/
/*卷軸外掛*/
@import url('../js/lib/mCustomScrollbar/jquery.mCustomScrollbar.min.css');
@import url('animate-min.css');


/* reset */
*{margin: 0;padding: 0;font-size: 16px;box-sizing: border-box;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none;font-family: 'Noto Sans TC','Microsoft JhengHei','Apple LiGothic Medium','Arial',sans-serif;}html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}body{margin: 0;-webkit-overflow-scrolling: touch;text-align: center;}: before,: after,i{font-family: ,'icomoon','Font Awesome 5 Pro','Font Awesome 5 Free','Font Awesome 5 Brands','fontawesome','Microsoft JhengHei',Arial,'Microsoft JhengHei','Apple LiGothic Medium',sans-serif;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,div,a{display: block;box-sizing: border-box;position: relative;}a{background: transparent;text-decoration: none;color: inherit;cursor: pointer;line-height: 1em;display: inline-block;font-size: inherit;}a: active{outline: 0;}b,strong{font-weight: bold;font-size: inherit;}dfn{font-style: normal;}img{width: 100%;height: auto;max-height: 100%;border: 0;vertical-align: middle;line-height: 0;font-size: 0;flex-shrink: 0;}input,textarea,button,select,option{border: 0;margin: 0;outline: none;padding: 0;font-size: 1.6rem;font-family: /*'Noto Sans TC','Open Sans',*/'Microsoft JhengHei','Apple LiGothic Medium','Arial',sans-serif;-webkit-appearance: none;-moz-appearance: none;/*-ms-appearance: none;appearance: none;*/}textarea{resize: none;}select: : -ms-expand{display: none;}input: : -moz-placeholder,textarea: : -moz-placeholder{color: #ccc;}input: -ms-input-placeholder,textarea: -ms-input-placeholder{color: #ccc;}input: : -webkit-input-placeholder,textarea: : -webkit-input-placeholder{color: #ccc;}table{border-collapse: collapse;border-spacing: 0;}td,th{padding: 0;}h1,h2,h3,h4,h5,h6,p,figure,form,blockquote{margin: 0;font-weight: normal;line-height: 1em;margin-bottom: 0;}ul,ol,li,dl,dd{margin: 0;padding: 0;}ul,ol{list-style: none;box-sizing: border-box;}
/* reset */


/*loading*/
.loading{width:100vw; height:100%; min-height:100vh; position:fixed; left:0; top:0; z-index:9999; display:flex; justify-content:center; align-items:center; background-color: rgba(0,0,0,.8);}/*loading 圖*/.loading-circle circle{-webkit-animation:c1_2 9s linear infinite,c1_3 4.5s infinite; -moz-animation:c1_2 9s linear infinite,c1_3 4.5s infinite; animation:c1_2 9s linear infinite,c1_3 4.5s infinite; stroke-width:2px;}@-webkit-keyframes c1_2{0%{stroke-width:0;} 10%{stroke-width:4;} 75%{stroke-width:4;} 90%{stroke-width:0;} 100%{stroke-width:0;} }@-webkit-keyframes c1_3{0%{stroke-dasharray:104,156; stroke-dashoffset:-52;} 16%{stroke-dasharray:1,156; stroke-dashoffset:-52;}16.01%{stroke-dasharray:1,156; stroke-dashoffset:-208;} 33%{stroke-dasharray:104,52; stroke-dashoffset:-104;}33.01%{stroke-dasharray:104,52; stroke-dashoffset:-104;} 49%{stroke-dasharray:1,156; stroke-dashoffset:-104;} 49.01%{stroke-dasharray:1,156; stroke-dashoffset:52;} 66%{stroke-dasharray:104,52; stroke-dashoffset:156;}66.01%{stroke-dasharray:104,52; stroke-dashoffset:156;} 82%{stroke-dasharray:1,156; stroke-dashoffset:156;}82.01%{stroke-dasharray:1,156; stroke-dashoffset:156;} 99.99%{stroke-dasharray:104,52; stroke-dashoffset:256;}}
/*END  loading 圖*/

/* Firefox隱藏滾動bar */

:after,:before{ font-family: 'icomoon','Linearicons-Free',"微軟正黑體";}
html {
  
}
/* Chorme隱藏滾動bar */
body::-webkit-scrollbar {
    display: none;
}

body {
	/* IE/Edge隱藏滾動bar */
    -ms-overflow-style: none;
    /* Firefox隱藏滾動bar */
    height: 100%;
	overflow: auto;

	margin-top: 50px;
	
	/*文字對齊*/
	text-align: left;
	text-justify:inter-ideograph;
	-ms-word-break: break-all;
	-ms-word-wrap: break-all;
	-webkit-word-break: break-word;
	-webkit-word-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;

} 


/*卷軸*/
.mCSB_inside>.mCSB_container{ margin-right:0; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:#fff; }
.mCSB_scrollTools .mCSB_draggerRail{ background-color:rgba(255,255,255,.4); }


/*共用內容*/
html,body{ background: #ffda002CE; }
html{ position:relative; }
html.fixed{ position:fixed; }
body{ height:100%; min-height:100vh; position:relative; overflow-x:hidden; font-size: 10px;}
/*為了解決footer下方謎樣空白*/
iframe{ position:absolute; }
.btn{ width:100%; font-size:1.2em; background:#23ac39; color:#910000; border-radius:3em; padding:.4em; font-weight:bold; text-align:center; margin:48px auto; box-shadow:0 6px 0 0 #5e4601; border:solid 2px #5e4601; cursor:pointer;}
.btn.arrow:after{ content:''; display:inline-block; width:0; height:0; border-style:solid; border-width:.35em 0 .35em .5em; border-color:transparent transparent transparent #910000; margin-left:0.2em;}

/*header*/
header { background: #000;} 
header nav{ background:#000;} 
header{ position:fixed; top:0; left:0; width:100%; z-index:90; transition:all .6s ease-in-out;}
header .header-container{ display:flex; justify-content:space-between; align-items:center; padding:15px 25px; }
header .header-container .logo{ width:145px; height:27px; display: hidden; }
header .header-container .logo svg{ width:auto; height:100%; }
header .header-container .logo svg > *{ fill:#fff; }
header nav{ position:fixed; bottom:0; left:0; width:100%; height:0; overflow:hidden; transition:background .3s cubic-bezier(.17,.67,.83,.67); transform:translateY(0);}
header nav .mainMenu-box{ width:100%; height:100%; overflow:auto; aborder-rdius:5px; background:#fff;}
header nav ul.mainMenu{ display:flex; justify-content:center; flex-wrap:wrap; flex-direction:column; align-items:center;  margin:30px 15px; padding-right:30px;  }
header nav ul.mainMenu > li{list-style-type: none; text-align:left; margin:0 15px; padding: 0.7em 0; font-size:1.8rem; width:100%; max-width:480px;}
header nav ul.mainMenu > li h4{ color:#f72f33; border-left:solid 4px #f72f33;font-size:.8em; font-weight:600; display:block; margin: 0 0 .8em 0; padding-left:.4em; } 
header nav ul.mainMenu > li > a{ width:100%; border-radius:50px; padding: 0; font-size:0.7em; line-height:1.3em; } 
header nav ul.mainMenu > li > a:after{ content:''; width:0; height:2px; background:#fff; display:block; transform:translateY(6px); transition:all .6s;}
header nav ul.mainMenu > li + li{ border-top:dotted 2px #000; }
header nav ul.mainMenu > li > a.mtop{padding-top:0em; }
.navToggle{ width:37px; height:27px; box-sizing:border-box; cursor:pointer;}
.navToggle span ,.navToggle span:before ,.navToggle span:after{ display:block; width:100%; height:4px; background:#fff;} 
.navToggle span{ position:relative; top:50%; transform:translateY(-50%);}
.navToggle span:before ,.navToggle span:after{ content:''; position:absolute; }
.navToggle span:before{ top:-10px; }
.navToggle span:after{ bottom:-10px; }

.navToggle.navToggle01 span{ transition:background .3s .6s;}
.navToggle.navToggle01 span:before{ transition:transform .1s .3s ,top .3s .7s; }
.navToggle.navToggle01 span:after{ transition:transform .1s .3s ,bottom .3s .7s;}
.navCheck{ display:none; font-size:0; opacity:0; pointer-events:none; }
.navCheck:checked ~ .navToggle.navToggle01 span{ background:none; transition:background 0s;}
.navCheck:checked ~ .navToggle.navToggle01 span:before{ top:0; transform:rotate(135deg); transition:top .2s .1s,transform .2s .6s;}
.navCheck:checked ~ .navToggle.navToggle01 span:after{ bottom:0; transform:rotate(225deg); transition:bottom .2s .1s,transform .2s .6s;}
.navCheck:checked ~ nav{ padding:60px 25px 30px; max-height: 100vh; width: 100vw;}



/* ---------- 頁面滑動動態 ---------- */

header.hide{ transform:translateY(-240%); }

/* tabs scroll fixed */
.tabs.scrollfixed{ position: fixed; left: 0; top: 0; z-index: 999; transition:all .6s ease-in-out;}
.tabs.hastop{ top: 57px; transition:all .6s ease-in-out; }


/* ---------- 內容 ---------- */
.D\(f\) { display: flex; }
.FW\(w\) { flex-wrap: wrap;}
picture { width: 100%; }
.bg\(\#ffbcd4\){background-color: #ffbcd4;}
.bg\(\#ffe500\){background-color: #ffe500;}
.bg\(\#ffffff\){background-color: #ffffff;}
.bg\(\#f0f0f0\){background-color: #f0f0f0;}
.bg\(\#ed6c00\){background-color: #ed6c00;}
.bg\(\img\){background-image: url("../images/bg2.jpg");background-repeat:repeat-y;background-size: contain;}
.bg\(\#da000f\){background-color: #da000f;}
.bg\(\#6e639e\){background-color: #6e639e;}
.bg\(\#fff3cd\){background-color: #fff3cd;}
.bg\(\#f4f0b0\){background-color: #f4f0b0;background-image: url("../images/s4bg.gif")}
.text\(\#DC000C\){color: #DC000C;}
.text\(\#EA5305\){ color: #EA5305;}
.text\(\#ffef01\){color: #ffef01;}
.text\(\#ffffff\){color: #ffffff;}
.text\(\#009943\){color: #009943;}
.red-text{color: #e70000; font-weight: bold; font-size:16px;}

.contant {  display: flex; justify-content: center; flex-wrap: wrap; }

/* 
完售 
*/
.soldout { position:relative; }
.soldout:before{ position:absolute; display:block; content:''; width:100%; height:100%; background:url('../images/soldout.png') center center no-repeat; background-size:auto 60%; z-index:2; transition:all .6s;}
.soldout-big:before{ background-size:auto 80%; }


/* 
框+小標 
*/
.border-topdot-orange { border-top:3px dotted #EA5305; }
.border-topdot-yellow { border-top:3px dotted #EA5305; }
.tag-orange { background:#EA5305; }
.tag-yellow { background:#F18101; }


/* 
限量6000店紀念隨取卡(福袋) 
*/
h3 { font-size: 32px; font-weight: bold; color: #000; }
h3 span { font-size: 50px; }
h5 { font-size: 18px; font-weight: bold; color: #000; margin-bottom: 5px;}
h5 span { color: #DC000C;}

/*
優惠活動
*/
.banner { width: 100%; }
.banner2 img { border-radius: 30px; border:5px solid #e60013;}

/*
行動隨時取
*/
.l-easytake .alert-block { margin-top:20px; }
ul.drink li .text-block { width: 55%; }
ul.drink li .pic {  width: 40%; }
ul.drink li .logo { margin-bottom: 5px; }
ul.drink li .logo img { width: auto; height: 30px; }
ul.drink li .logo.cafe img { width: auto; height: 18px; }
ul.drink li .line-black { margin: 5px 0; }
ul.drink li.orange { border:1px solid #F18101; }
ul.drink li.orange .tag { background:#F18101; }
ul.drink li.red { border:1px solid #DC000C; }
ul.drink li.red .tag { background:#DC000C; }
ul.drink li.blue { border:1px solid #008DCA; }
ul.drink li.blue .tag { background:#008DCA; }
ul.drink li p { font-size: 13px; }
ul.drink li p span { color: #DC000C; font-weight: bold; }


/* wrap */
.wrap{ box-sizing: border-box;o}

/* 
kv 
*/
.kv-container { width: 100vw; max-width: 100vw; height: 100%; display: flex; justify-content: center; padding: 0; flex-direction: column; align-items: center;<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In  -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="823.7px"
	 height="624.8px" viewBox="0 0 823.7 624.8" style="enable-background:new 0 0 823.7 624.8;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#009943;stroke:#009943;stroke-width:18.8157;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st1{fill:#009943;stroke:#009943;stroke-width:37.6011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
	.st2{fill:none;stroke:#FFFFFF;stroke-width:15.7162;stroke-linecap:round;stroke-linejoin:round;}
	.st3{fill:#FFFFFF;}
	.st4{fill:#ffffff;}
	.st5{fill:#9A0010;}
	.st6{fill:#009943;}
	.st7{fill:#009944;}
	.st8{fill:#006934;}
	.st9{fill:#22AC38;}
</style>
<defs>
</defs>
<rect x="223.8" y="100.9" class="st0" width="394.3" height="117.1"/>
<g>
	<path class="st1" d="M217.4,43.5c-0.7-6.6-1.1-9.2-2.2-13.2c8.6-0.9,12.9-1.4,21.5-2.2c-0.3,3.8-0.1,6.5,0.4,12.5
		c0.2,2.2,0.3,3.3,0.5,5.5c10.7-1,21.4-2,32.2-2.8c6.5-0.5,9.4-0.9,13.2-1.5c-0.1,3.7-0.1,5.9,0.3,11.4c0.9,13,1.9,26,2.8,39
		c0.5,6.6,0.8,9.3,1.5,12.8c-7.8,0.6-11.7,0.9-19.5,1.5c-0.2-2.5-0.3-3.7-0.5-6.1c-9.9,0.8-14.8,1.3-24.6,2.2
		c0.8,8.3,1.2,12.4,2,20.7c0.7,7.4,1.4,11.5,2.4,15.7c-8.2,0.8-12.3,1.2-20.5,2.1c0.1-4.9-0.1-8.8-0.9-15.8
		c-0.9-8.3-1.3-12.4-2.2-20.7c-9.4,1-14.1,1.5-23.5,2.7c0.3,2.4,0.4,3.7,0.7,6.1c-7.8,0.9-11.6,1.4-19.4,2.4c0-3.6-0.3-7.1-1.1-12.9
		c-1.7-13-3.4-25.9-5.1-38.9c-0.6-4.9-1.1-7.6-2-11.1c4.6-0.2,7.2-0.5,13.1-1.2c10.4-1.3,20.7-2.5,31.1-3.6
		C217.7,46.3,217.6,45.4,217.4,43.5z M195.7,68.1c1.1,8.8,1.6,13.2,2.7,22.1c9.5-1.1,14.2-1.7,23.7-2.7c-1-8.8-1.4-13.3-2.4-22.1
		C210.1,66.4,205.3,66.9,195.7,68.1z M266.4,83.2c-0.7-8.9-1.1-13.3-1.8-22.1c-10.1,0.8-15.1,1.3-25.2,2.3
		c0.9,8.8,1.3,13.3,2.1,22.1C251.5,84.5,256.4,84,266.4,83.2z"/>
	<path class="st1" d="M343.1,74.2c1.4-2.5,1.7-3.3,2.4-5.3c-2.7-0.2-5-0.3-10.2,0c5.3,7.3,8.5,10.6,16.6,16.6
		c-3.3,5.1-5.2,9.2-7.7,16.2c-3.6-3.4-5.6-6-8.5-10.5c0.2,2.6,0.7,6.5,0.8,9.4c0.3,6.6,0.5,9.8,0.8,16.4c0.3,7.6,0.6,10.9,1.4,15.3
		c-7.7,0.4-11.6,0.5-19.3,1c0.2-4.5,0.2-8.4-0.1-15.4c-0.3-5.5-0.5-8.2-0.8-13.7c-0.2-3.9-0.2-6.5-0.2-9.7
		c-2.9,8.8-5.5,13.6-10.7,20c-3-7.4-5.2-11.3-9.4-17c7.2-7,13.5-17.8,16-27.5c-1.9,0.1-2.9,0.2-4.8,0.3c-4.5,0.3-7.2,0.6-10.5,1.2
		c-0.5-6.9-0.7-10.4-1.1-17.3c3.5,0.2,6.3,0.2,11-0.1c2.7-0.2,4.1-0.2,6.9-0.4c-0.2-3.3-0.3-5-0.5-8.3c-4.4,0.8-5.9,1-11.8,2.2
		c-2.4-6.4-3.4-8.8-7.3-15.3c14.6-2.6,30.1-4.7,43.2-11.8c4.7,5.8,7.1,8.7,11.7,14.4c-1.9,0.7-2.5,0.9-5.5,2
		c-3.3,1.2-6.7,2.4-11.8,3.8c0.2,4.8,0.3,7.2,0.5,11.9c0.3,0,0.5,0,0.8,0c4.8-0.2,7.2-0.4,10.1-1c0.3,6.6,0.4,9.9,0.7,16.4
		c2.3-7.4,3-14.9,2.7-27c6.3,1.5,9.5,2.3,15.7,3.8c-0.5,13.1-1.3,25.6-6.6,37.8C351.8,79.3,348.9,77.6,343.1,74.2z M386.4,20.9
		c-0.3,3-0.3,9.6-0.1,20.8c0.2,11.8,0.7,19.6,1.7,26.3c5-9.1,6.7-19.5,8.7-29.6c6.7,3.1,10.1,4.6,16.8,7.8
		c-3.2,11.5-7.3,22.8-12.9,33.4c-3.5-3.4-7.9-6.8-12-9.2c2.7,17,12.6,31.6,26.7,41.2c-5.4,6.4-7.8,10.1-11.6,17.8
		c-8.2-6.9-12.6-11.7-17.4-19.3c-3.5-5.6-5-9-8.3-19c-3.1,16.3-12.4,30-25.3,40.2c-5-8.1-7.5-11.3-12.6-15.9
		c10.7-7,18.5-17.4,22.6-29.5c4.7-14,5.6-29.4,5-44c-0.4-10.3-0.7-16.8-1.5-20.7C374.3,21.2,378.3,21.1,386.4,20.9z"/>
	<path class="st1" d="M486.7,26.9c-0.1-3.4-0.2-4.5-0.5-6.9c7.9,0.3,11.9,0.4,19.8,0.8c-0.5,2.3-0.7,3.6-0.9,6.8
		c6.8,0.3,10.3,0.5,17.1,0.8c6.2,0.3,11,0.4,15.5,0.2c-0.4,6-0.6,9.1-0.9,15.1c-3.2-0.6-5.9-0.8-12.5-1.2c-7.9-0.4-11.9-0.6-19.9-1
		c-0.1,1.6-0.1,2.3-0.2,3.9c7.1,0.3,10.7,0.5,17.8,0.9c4.8,0.3,7.4,0.3,10.9,0.3c-0.6,3.4-0.8,5.4-1.1,10
		c-0.6,9.8-0.9,14.7-1.5,24.5c-0.3,4.4-0.2,6.3-0.1,9.6c-3.5-0.4-6.2-0.7-10.5-1c-7-0.4-10.5-0.6-17.5-0.9c-0.1,1.7-0.1,2.5-0.2,4.1
		c8,0.4,12,0.6,20.1,1c5.3,0.3,9.7,0.3,12.1,0.2c-0.4,5.9-0.6,8.9-0.9,14.9c-2.4-0.4-7-0.9-12-1.2c-8-0.4-11.9-0.6-19.9-1
		c-0.1,2.4-0.2,3.6-0.3,6c11.9,0.5,23.8,0.5,35.7-0.1c-2.7,6.6-3.8,17.4-5.7,18.8c-4.1,3.3-29.8-1.1-44.6-1.6
		c-14.7-0.5-32.7,0.1-43.5-11.8c-6.3,5.1-9,7-14.5,10.5c-0.5,0.4-1,0.7-1.9,1.4c-3.1-7.7-4.7-11.5-7.8-19.2c3.3-1.1,9.5-4.6,15-8.6
		c0.1-9.1,0.1-13.7,0.2-22.8c-2.1,0-3.1,0-5.2,0c-2.8,0-4.3,0.1-7.8,0.6c0-7.1,0-10.7,0-17.9c3.6,0.5,5.5,0.6,10.3,0.6
		c4.8,0,7.2,0.1,12.1,0.1c3.9,0,6.5,0,9.6-0.3c-0.4,3.2-0.6,6.4-0.7,13.3c-0.2,11-0.3,16.5-0.5,27.5c2.1,2.5,3.3,3.6,5.3,4.7
		c4.7,2.6,11.2,3.8,22.4,4.1c0.6,0,0.7,0,4.2,0c0.1-2.5,0.1-3.8,0.2-6.3c-6.8-0.2-10.1-0.3-16.9-0.5c-4.4-0.1-8.3-0.1-12.2,0.1
		c0.1-5.9,0.2-8.8,0.3-14.7c2.9,0.3,5.7,0.5,12.1,0.6c6.9,0.2,10.3,0.3,17.1,0.5c0.1-1.7,0.1-2.5,0.1-4.1c-6.4-0.2-9.6-0.3-16.1-0.5
		c-3.9-0.1-7.4-0.1-10.8,0c0.3-2.9,0.5-5.5,0.6-9.6c0.2-10.2,0.3-15.3,0.5-25.5c0.1-3.7,0-5.9-0.2-9c3.3,0.3,6.4,0.5,10.8,0.6
		c6.7,0.2,10,0.3,16.7,0.5c0.1-1.6,0.1-2.3,0.1-3.9c-9.1-0.3-13.6-0.4-22.7-0.7c-2.3-0.1-3-0.1-5.3,0c-5.4,5.5-8.1,8.3-13.4,13.8
		c-7.2-8.2-15.3-15.5-24.4-21.7c5.4-5.4,8.1-8.1,13.6-13.5c9,6.1,14.3,10.4,20.8,16.9c0.1-4.2,0.1-6.2,0.2-10.4
		c4.6,0.7,8.4,0.9,15.3,1.1C477,26.6,480.2,26.7,486.7,26.9z M476.1,56.1c-0.1,1.9-0.1,2.8-0.1,4.7c3.8,0.1,5.8,0.2,9.6,0.3
		c0.1-1.9,0.1-2.8,0.2-4.7C481.8,56.3,479.9,56.2,476.1,56.1z M475.6,71.4c-0.1,1.9-0.1,2.9-0.1,4.8c3.8,0.1,5.7,0.2,9.5,0.3
		c0.1-1.9,0.1-2.9,0.2-4.8C481.3,71.5,479.4,71.5,475.6,71.4z M503.4,61.9c4.1,0.2,6.1,0.3,10.2,0.5c0.1-1.9,0.1-2.8,0.2-4.7
		c-4.1-0.2-6.1-0.3-10.2-0.5C503.5,59,503.5,60,503.4,61.9z M502.7,77.2c4,0.2,6.1,0.3,10.1,0.5c0.1-1.9,0.1-2.9,0.2-4.8
		c-4.1-0.2-6.1-0.3-10.1-0.5C502.9,74.3,502.8,75.3,502.7,77.2z"/>
	<path class="st1" d="M581,36.9c-3.9,10-4.5,11.1-8.4,19c-1.8,22.2-3.6,44.5-5.4,66.7c-0.4,5.5-0.6,8.5-0.4,13.6
		c-7.2-0.6-10.8-0.9-18.1-1.4c1-5,1.3-8.1,1.7-13.6c0.7-10.2,1.5-20.4,2.2-30.7c0.3-4.5,0.5-7.5,1-10.5c-2.2,2.9-3,3.8-5.7,6.6
		c-1.1-9.1-2.5-14.5-5-21.2c8.1-7.7,13.9-17.6,18.1-28c1.7-4.1,3.7-10.4,4.5-14.1c6.4,3.1,9.5,4.7,15.8,7.9c0-1,0-1.2,0.1-2.2
		c2.9,0.6,5,0.9,9.8,1.3c8.3,0.7,12.5,1.1,20.8,2c4.2,0.4,6.8,0.6,9.5,0.5c-0.6,2.2-0.8,3.6-1.3,9c-1.1,10-1.6,15-2.6,24.9
		c-0.6,5.4-0.7,6.3-0.7,8.2c-2.6-0.4-3.1-0.4-7.8-0.9c-5.5-0.6-8.3-0.8-13.9-1.4c-0.3,3.2-0.4,4.7-0.7,7.9c4.3,0.4,6.5,0.6,10.8,1.1
		c4.6,0.5,5.9,0.5,7.9,0.5c-0.7,6.5-1,9.8-1.7,16.3c-2.2-0.6-3.4-0.7-7.7-1.1c-4.4-0.4-6.5-0.6-10.9-1.1c-0.3,3.2-0.5,4.8-0.8,8
		c4.4,0.4,6.6,0.6,11.1,1.1c4.5,0.5,5.6,0.6,7.7,0.4c-0.7,6.5-1,9.8-1.7,16.3c-1.6-0.3-4.3-0.6-7.6-0.9c-4.4-0.4-6.6-0.7-11-1.1
		c-0.2,1.9-0.3,2.9-0.5,4.8c-0.6,6.2-0.8,10-0.8,13.2c-7-0.7-10.5-1-17.6-1.6c0.8-3.8,1.2-7.1,1.7-13.1c2.3-27.2,4.6-54.3,6.9-81.5
		C580.8,39.9,580.9,38.9,581,36.9z M595.7,57.2c2.9,0.3,4.4,0.4,7.4,0.7c0.4-4,0.6-6,1-10c-3-0.3-4.4-0.4-7.4-0.7
		C596.2,51.2,596.1,53.2,595.7,57.2z M625.5,95.2c2.1,5.4,3.2,7.5,6.1,11.6c2.9-3.6,4-5.6,6.6-10.9c-5.9-0.7-8.8-1-14.7-1.7
		c-4.4-0.5-6-0.5-8.5-0.6c0.7-6.2,1-9.3,1.6-15.5c1.9,0.6,3.1,0.7,9.3,1.4c6.7,0.7,10.1,1.1,16.8,1.9c4.7,0.6,6.2,0.6,8.1,0.6
		c3.1,3.6,4.6,5.4,7.6,9c-1.3,2.5-1.3,2.5-2.2,4.3c-4.6,9.8-8.8,16.3-14.4,23.1c4.6,4.1,8,6.5,15.3,10.6c-5.1,6-8.2,10.9-10.6,16.4
		c-7.2-5-11.6-8.8-17.4-15.2c-6.4,4.6-11.3,7.3-20.2,11.1c-3.1-6.5-5.1-9.8-9.2-15.1c8.9-2.3,13.8-4.5,20-8.5
		c-4.4-6.8-6.1-10.3-8.8-17.4C616.7,98.3,619.6,97.3,625.5,95.2z M624.8,33c3.6,0.7,7.4,1.4,12.2,1.9c6.1,0.7,9.2,1.1,15.3,1.8
		c5.3,0.6,7.7,0.8,10.8,0.9c-0.7,2.4-0.8,3.6-1.6,9.2c-1.2,9-1.7,13.5-2.9,22.5c-0.6,4.8-0.8,7.3-0.8,9.8c-2.7-0.7-4.2-0.9-9.2-1.5
		c-7.3-0.9-11-1.3-18.3-2.2c-5.4-0.6-7.4-0.7-10.2-0.8c0.7-6.5,1.1-9.8,1.8-16.3c2.1,0.5,3.7,0.8,8.4,1.3c4.7,0.5,7.1,0.8,11.8,1.4
		c0.4-3.6,0.6-5.4,1.1-8.9c-4.7-0.6-7.1-0.8-11.8-1.4c-3.5-0.4-5.7-0.5-8.6-0.6C623.7,43.3,624,39.9,624.8,33z"/>
</g>
<g>
	<g>
		<path class="st2" d="M776.1,289.4c2.7,0.8,5.4,1.7,8.1,2.6c2.6,0.8,5.2,1.2,7.9,1.2c0,0,0,0,0,0c6.3,0,12.3-2.4,16.7-6.7
			c4.6-4.5,7.1-10.5,7.1-17.1v-28.4c0-7.6-5.9-17.4-13.2-24.2c-2.9-3-6.4-5.5-10.4-7c-0.5-0.2-0.9-0.4-1.4-0.5
			c-4.2-1.3-8.5-2.7-12.8-4c-1.3-6.9-6.4-14.8-12.6-20.6c-3.1-3.3-7-5.9-11.4-7.4c-0.5-0.2-0.9-0.3-1.4-0.5
			c-12.2-3.4-18.5-5.1-30.7-8.3c-2.1-0.5-4.3-0.8-6.5-0.8c-10.2,0-18.8,6-22.4,14.8c0,0-29.4-6.4-30.9-6.7c1.5,0.3,3,0.6,4.7,1
			c-1.7-6.2-6.2-12.8-11.8-17.8c-3.6-3.9-8.3-6.8-13.6-8.1c-0.5-0.1-1-0.2-1.4-0.3c-12.3-2.3-18.8-3.4-31.2-5.4
			c-1.4-0.2-2.8-0.3-4.1-0.3c-11.3,0-20.6,7.1-23.7,17.2c-4.1-0.6-8.2-1.1-12.3-1.6c-1.1-0.1-2.2-0.2-3.3-0.2c-14,0-25,10.8-25,24.6
			v20.4c-5.6-6.7-13.8-11.3-23.2-12c-7.3-0.6-11.1-0.9-18.4-1.4c-0.8-0.1-1.6-0.1-2.3-0.1c-3.8,0-7.4,0.6-10.7,1.8
			c-1-7.6-2-15.3-3-22.9c-0.5-8.4-5.9-17.5-13.4-24.4c-5.8-6.5-14.3-10.7-23.7-11c-7.2-0.2-11-0.3-18.4-0.4l-0.4,0
			c-17.7,0-32.1,13.9-32.2,31c-3.2-1-6.6-1.6-10.2-1.6c-0.2,0-0.5,0-0.7,0c-7.3,0.2-11.1,0.3-18.4,0.5
			c-16.3,0.6-29.7,13.1-31.4,28.4c-2.9-0.8-5.9-1.2-9.1-1.2c-0.8,0-1.6,0-2.4,0.1c-7.3,0.5-11.1,0.8-18.4,1.4
			c-5.3,0.5-10.3,2.2-14.7,4.8v-21.3c0-9.3-5.5-19-13.2-26.1c-5.8-6.5-14.4-10.5-24.1-10.5c-1.5,0-3.1,0.1-4.7,0.3
			c-28.9,4-58.1,8.9-86.9,14.6c-7.4,1.5-13.9,5.2-19,10.2c-3.8-1.6-7.9-2.5-12.3-2.5c-2.7,0-5.4,0.3-8.1,1
			c-28.6,7-57.3,14.9-85.5,23.6c-15.8,5-27.7,20.6-27.7,36.4v229.3c0,8.6,4,16.1,10.3,20.7c4.6,6.3,12.1,10.3,20.7,10.3c0,0,0,0,0,0
			c2.9,0,5.9-0.5,8.8-1.4c9.7-3.1,14.4-4.5,24.1-7.4c8.1-2.4,14.9-8.1,18.9-15.2c4.2,2.9,9.4,4.7,15.1,4.7c2.4,0,4.9-0.3,7.3-0.9
			c9.8-2.5,14.6-3.7,24.4-6c6.5-1.5,12.2-5.1,16.4-9.8c3.6,1.8,7.8,2.8,12.2,2.8c2,0,4-0.2,5.9-0.6c9.8-2,14.7-3,24.6-4.8
			c8.3-1.5,15.4-6.4,19.9-13c4.7,4,10.9,6.4,17.8,6.4c0,0,0,0,0,0c1.4,0,2.9-0.1,4.3-0.3c9.9-1.5,14.8-2.1,24.8-3.4
			c14.9-1.9,26.2-14.3,26.2-28.9v-15c4.5,3.3,10.1,5.2,16.2,5.2c0,0,0,0,0,0c0.8,0,1.7,0,2.5-0.1c10.8-1,16.1-1.4,27-2.1
			c2.2-0.2,4.4-0.6,6.5-1.2c2.7,4.1,6,7.9,9.7,11.1c9.5,10.9,23.4,17.9,38.7,17.9c0.9,0,1.8,0,2.8-0.1c3.7-0.1,5.7-0.1,9.4-0.2
			c2.8,0,5.5,0,8.3,0c31.6,0,63.5,1.1,95.1,3.2c0.6,0,1.2,0.1,1.8,0.1c0,0,0,0,0,0c12,0,22.1-8,24.6-19.5l6.1-28.2
			c1.5-7-0.1-14.4-4.5-20.3c-1.3-1.8-2.9-3.4-4.6-4.8c2.9,0.3,5.9,0.6,9.6,0.9c0.9,0.1,1.9,0.1,2.9,0.1c0,0,0,0,0,0
			c5.4,0,10.6-1.6,14.9-4.4l6.8,0.8c3.8,0.5,7.6,0.9,11.4,1.4v56.5c0,9,4.4,17.2,11.4,22.6c4.5,5.8,11.2,10,19,11.2
			c10.4,1.6,15.4,2.5,25.8,4.3c1.7,0.3,3.4,0.5,5.1,0.5c6.9,0,13.3-2.5,18.2-7c5.3-4.9,8.2-11.7,8.2-19v-64.4c0.5,1,1,2.1,1.5,3.1
			v47l0,0.6c0.9,15.4,8.8,30.1,20.4,40.4c8,9,18.5,15.7,30.2,18.4c4.6,1.2,7,1.8,11.6,3c19.8,5.3,39.7,11.1,59.2,17.2
			c2.4,0.8,4.9,1.2,7.4,1.2c0,0,0,0,0,0c6.1,0,11.7-2.3,16-6.4c4.4-4.3,6.8-10.1,6.8-16.3v-31.2c0-7.2-5.6-16.4-12.4-22.7
			c-2.7-2.9-6.1-5.2-9.9-6.6c-0.4-0.2-0.8-0.3-1.3-0.5c-13.5-4.2-27.1-8.3-40.8-12.2v-4.2c11.6,0.7,22.6,1.6,33.4,2.6
			c0.8,0.1,1.6,0.1,2.4,0.1c7.4,0,14.3-3.3,18.8-8.9c4.6-5.8,6.3-13.4,4.6-20.8c-2.7-11.7-4-17.5-6.6-29.2
			c-1.3-5.9-6-12.5-11.9-17.8c-4.5-5-10.6-8.5-17.2-9.4c-0.4-0.1-0.9-0.1-1.3-0.2c-4.2-0.4-8.5-0.7-12.7-1
			C767.6,300.2,773.2,295.6,776.1,289.4z"/>
		<path class="st2" d="M582.2,457.2H236.1c-44,0-79.9,35.8-79.9,79.9c0,44,35.8,79.9,79.9,79.9h346.1c44,0,79.9-35.8,79.9-79.9
			C662.1,493,626.3,457.2,582.2,457.2z"/>
	</g>
	<g>
		<path class="st3" d="M776.1,289.4c2.7,0.8,5.4,1.7,8.1,2.6c2.6,0.8,5.2,1.2,7.9,1.2c0,0,0,0,0,0c6.3,0,12.3-2.4,16.7-6.7
			c4.6-4.5,7.1-10.5,7.1-17.1v-28.4c0-7.6-5.9-17.4-13.2-24.2c-2.9-3-6.4-5.5-10.4-7c-0.5-0.2-0.9-0.4-1.4-0.5
			c-4.2-1.3-8.5-2.7-12.8-4c-1.3-6.9-6.4-14.8-12.6-20.6c-3.1-3.3-7-5.9-11.4-7.4c-0.5-0.2-0.9-0.3-1.4-0.5
			c-12.2-3.4-18.5-5.1-30.7-8.3c-2.1-0.5-4.3-0.8-6.5-0.8c-10.2,0-18.8,6-22.4,14.8c0,0-29.4-6.4-30.9-6.7c1.5,0.3,3,0.6,4.7,1
			c-1.7-6.2-6.2-12.8-11.8-17.8c-3.6-3.9-8.3-6.8-13.6-8.1c-0.5-0.1-1-0.2-1.4-0.3c-12.3-2.3-18.8-3.4-31.2-5.4
			c-1.4-0.2-2.8-0.3-4.1-0.3c-11.3,0-20.6,7.1-23.7,17.2c-4.1-0.6-8.2-1.1-12.3-1.6c-1.1-0.1-2.2-0.2-3.3-0.2c-14,0-25,10.8-25,24.6
			v20.4c-5.6-6.7-13.8-11.3-23.2-12c-7.3-0.6-11.1-0.9-18.4-1.4c-0.8-0.1-1.6-0.1-2.3-0.1c-3.8,0-7.4,0.6-10.7,1.8
			c-1-7.6-2-15.3-3-22.9c-0.5-8.4-5.9-17.5-13.4-24.4c-5.8-6.5-14.3-10.7-23.7-11c-7.2-0.2-11-0.3-18.4-0.4l-0.4,0
			c-17.7,0-32.1,13.9-32.2,31c-3.2-1-6.6-1.6-10.2-1.6c-0.2,0-0.5,0-0.7,0c-7.3,0.2-11.1,0.3-18.4,0.5
			c-16.3,0.6-29.7,13.1-31.4,28.4c-2.9-0.8-5.9-1.2-9.1-1.2c-0.8,0-1.6,0-2.4,0.1c-7.3,0.5-11.1,0.8-18.4,1.4
			c-5.3,0.5-10.3,2.2-14.7,4.8v-21.3c0-9.3-5.5-19-13.2-26.1c-5.8-6.5-14.4-10.5-24.1-10.5c-1.5,0-3.1,0.1-4.7,0.3
			c-28.9,4-58.1,8.9-86.9,14.6c-7.4,1.5-13.9,5.2-19,10.2c-3.8-1.6-7.9-2.5-12.3-2.5c-2.7,0-5.4,0.3-8.1,1
			c-28.6,7-57.3,14.9-85.5,23.6c-15.8,5-27.7,20.6-27.7,36.4v229.3c0,8.6,4,16.1,10.3,20.7c4.6,6.3,12.1,10.3,20.7,10.3c0,0,0,0,0,0
			c2.9,0,5.9-0.5,8.8-1.4c9.7-3.1,14.4-4.5,24.1-7.4c8.1-2.4,14.9-8.1,18.9-15.2c4.2,2.9,9.4,4.7,15.1,4.7c2.4,0,4.9-0.3,7.3-0.9
			c9.8-2.5,14.6-3.7,24.4-6c6.5-1.5,12.2-5.1,16.4-9.8c3.6,1.8,7.8,2.8,12.2,2.8c2,0,4-0.2,5.9-0.6c9.8-2,14.7-3,24.6-4.8
			c8.3-1.5,15.4-6.4,19.9-13c4.7,4,10.9,6.4,17.8,6.4c0,0,0,0,0,0c1.4,0,2.9-0.1,4.3-0.3c9.9-1.5,14.8-2.1,24.8-3.4
			c14.9-1.9,26.2-14.3,26.2-28.9v-15c4.5,3.3,10.1,5.2,16.2,5.2c0,0,0,0,0,0c0.8,0,1.7,0,2.5-0.1c10.8-1,16.1-1.4,27-2.1
			c2.2-0.2,4.4-0.6,6.5-1.2c2.7,4.1,6,7.9,9.7,11.1c9.5,10.9,23.4,17.9,38.7,17.9c0.9,0,1.8,0,2.8-0.1c3.7-0.1,5.7-0.1,9.4-0.2
			c2.8,0,5.5,0,8.3,0c31.6,0,63.5,1.1,95.1,3.2c0.6,0,1.2,0.1,1.8,0.1c0,0,0,0,0,0c12,0,22.1-8,24.6-19.5l6.1-28.2
			c1.5-7-0.1-14.4-4.5-20.3c-1.3-1.8-2.9-3.4-4.6-4.8c2.9,0.3,5.9,0.6,9.6,0.9c0.9,0.1,1.9,0.1,2.9,0.1c0,0,0,0,0,0
			c5.4,0,10.6-1.6,14.9-4.4l6.8,0.8c3.8,0.5,7.6,0.9,11.4,1.4v56.5c0,9,4.4,17.2,11.4,22.6c4.5,5.8,11.2,10,19,11.2
			c10.4,1.6,15.4,2.5,25.8,4.3c1.7,0.3,3.4,0.5,5.1,0.5c6.9,0,13.3-2.5,18.2-7c5.3-4.9,8.2-11.7,8.2-19v-64.4c0.5,1,1,2.1,1.5,3.1
			v47l0,0.6c0.9,15.4,8.8,30.1,20.4,40.4c8,9,18.5,15.7,30.2,18.4c4.6,1.2,7,1.8,11.6,3c19.8,5.3,39.7,11.1,59.2,17.2
			c2.4,0.8,4.9,1.2,7.4,1.2c0,0,0,0,0,0c6.1,0,11.7-2.3,16-6.4c4.4-4.3,6.8-10.1,6.8-16.3v-31.2c0-7.2-5.6-16.4-12.4-22.7
			c-2.7-2.9-6.1-5.2-9.9-6.6c-0.4-0.2-0.8-0.3-1.3-0.5c-13.5-4.2-27.1-8.3-40.8-12.2v-4.2c11.6,0.7,22.6,1.6,33.4,2.6
			c0.8,0.1,1.6,0.1,2.4,0.1c7.4,0,14.3-3.3,18.8-8.9c4.6-5.8,6.3-13.4,4.6-20.8c-2.7-11.7-4-17.5-6.6-29.2
			c-1.3-5.9-6-12.5-11.9-17.8c-4.5-5-10.6-8.5-17.2-9.4c-0.4-0.1-0.9-0.1-1.3-0.2c-4.2-0.4-8.5-0.7-12.7-1
			C767.6,300.2,773.2,295.6,776.1,289.4z"/>
		<path class="st3" d="M582.2,457.2H236.1c-44,0-79.9,35.8-79.9,79.9c0,44,35.8,79.9,79.9,79.9h346.1c44,0,79.9-35.8,79.9-79.9
			C662.1,493,626.3,457.2,582.2,457.2z"/>
	</g>
</g>
<g>
	<path class="st4" d="M215.4,36.1c-0.7-6.6-1.1-9.2-2.2-13.2c8.7-0.9,13-1.4,21.6-2.2c-0.3,3.8-0.1,6.5,0.5,12.5
		c0.2,2.2,0.3,3.3,0.5,5.5c10.8-1.1,21.5-2,32.3-2.9c6.6-0.5,9.5-0.9,13.2-1.5c-0.1,3.7-0.1,5.9,0.3,11.4c1,13,1.9,26,2.9,39
		c0.5,6.6,0.8,9.3,1.6,12.8c-7.8,0.6-11.7,0.9-19.5,1.5c-0.2-2.5-0.3-3.7-0.5-6.1c-9.9,0.8-14.8,1.3-24.7,2.2
		c0.8,8.3,1.2,12.4,2,20.7c0.7,7.4,1.4,11.5,2.4,15.7c-8.3,0.8-12.4,1.2-20.6,2.1c0.1-4.9-0.1-8.8-0.9-15.8
		c-0.9-8.3-1.3-12.4-2.2-20.7c-9.4,1-14.2,1.6-23.6,2.7c0.3,2.4,0.4,3.7,0.7,6.1c-7.8,0.9-11.7,1.4-19.5,2.5c0-3.6-0.3-7.1-1.1-12.9
		c-1.7-13-3.4-25.9-5.1-38.9c-0.6-4.9-1.1-7.6-2-11.1c4.6-0.2,7.2-0.5,13.1-1.2c10.4-1.3,20.8-2.5,31.2-3.6
		C215.7,38.9,215.6,38,215.4,36.1z M193.7,60.7c1.1,8.8,1.6,13.2,2.7,22.1c9.5-1.2,14.3-1.7,23.8-2.7c-1-8.8-1.4-13.3-2.4-22.1
		C208.1,59,203.3,59.6,193.7,60.7z M264.6,75.8c-0.7-8.9-1.1-13.3-1.9-22.1c-10.1,0.8-15.2,1.3-25.3,2.3c0.9,8.8,1.3,13.3,2.2,22.1
		C249.6,77.1,254.6,76.6,264.6,75.8z"/>
	<path class="st4" d="M341.6,66.7c1.4-2.5,1.7-3.3,2.4-5.3c-2.8-0.2-5-0.3-10.2,0c5.3,7.3,8.6,10.6,16.7,16.6
		c-3.3,5.1-5.2,9.2-7.7,16.2c-3.6-3.4-5.7-6-8.6-10.5c0.2,2.6,0.7,6.5,0.8,9.4c0.3,6.6,0.5,9.8,0.8,16.4c0.4,7.6,0.6,10.9,1.4,15.3
		c-7.7,0.4-11.6,0.6-19.4,1c0.2-4.5,0.2-8.4-0.1-15.4c-0.3-5.5-0.5-8.2-0.8-13.7c-0.2-3.9-0.2-6.5-0.2-9.7
		c-3,8.8-5.5,13.6-10.7,20.1c-3-7.4-5.2-11.3-9.4-17c7.2-7,13.5-17.8,16-27.5c-1.9,0.1-2.9,0.2-4.9,0.3c-4.5,0.3-7.2,0.6-10.5,1.3
		c-0.5-6.9-0.7-10.4-1.1-17.3c3.5,0.2,6.3,0.2,11.1-0.1c2.8-0.2,4.1-0.2,6.9-0.4c-0.2-3.3-0.3-5-0.5-8.3c-4.4,0.8-5.9,1-11.9,2.2
		c-2.4-6.4-3.5-8.8-7.3-15.3c14.6-2.6,30.2-4.7,43.4-11.8c4.8,5.8,7.1,8.6,11.8,14.4c-1.9,0.7-2.5,0.9-5.5,2
		c-3.3,1.2-6.7,2.4-11.9,3.8c0.2,4.8,0.3,7.2,0.6,11.9c0.3,0,0.5,0,0.8,0c4.8-0.2,7.3-0.4,10.1-1c0.3,6.6,0.4,9.9,0.7,16.4
		c2.3-7.4,3-14.9,2.7-27c6.3,1.5,9.5,2.3,15.8,3.8c-0.5,13.1-1.3,25.6-6.6,37.8C350.4,71.8,347.5,70.1,341.6,66.7z M385.2,13.4
		c-0.3,3-0.3,9.6-0.1,20.8c0.2,11.8,0.7,19.6,1.7,26.3c5-9.1,6.7-19.5,8.7-29.6c6.8,3.1,10.1,4.6,16.9,7.8
		c-3.2,11.6-7.3,22.8-13,33.4c-3.5-3.4-7.9-6.8-12-9.2c2.8,17,12.7,31.6,26.9,41.2c-5.5,6.4-7.8,10.1-11.6,17.8
		c-8.3-6.9-12.7-11.7-17.5-19.3c-3.5-5.6-5.1-9-8.4-19c-3.1,16.3-12.5,30-25.4,40.2c-5-8.1-7.6-11.3-12.6-15.9
		c10.8-7,18.6-17.4,22.6-29.5c4.7-14,5.6-29.4,5-44c-0.4-10.3-0.7-16.8-1.5-20.7C373,13.7,377,13.6,385.2,13.4z"/>
	<path class="st4" d="M485.8,19.3c-0.1-3.4-0.2-4.5-0.5-6.9c8,0.3,12,0.4,19.9,0.8c-0.5,2.3-0.7,3.6-0.9,6.8
		c6.9,0.3,10.3,0.5,17.2,0.8c6.2,0.3,11.1,0.4,15.6,0.2c-0.4,6-0.6,9.1-0.9,15.1c-3.3-0.6-5.9-0.8-12.6-1.2c-8-0.4-12-0.6-20-1
		c-0.1,1.6-0.1,2.3-0.2,3.9c7.2,0.3,10.7,0.5,17.9,0.9c4.8,0.3,7.4,0.3,11,0.3c-0.6,3.4-0.8,5.4-1.1,10c-0.6,9.8-0.9,14.7-1.4,24.5
		c-0.3,4.4-0.2,6.3-0.1,9.6c-3.6-0.4-6.3-0.7-10.6-0.9c-7-0.4-10.6-0.5-17.6-0.9c-0.1,1.7-0.1,2.5-0.2,4.1c8.1,0.4,12.1,0.6,20.2,1
		c5.3,0.3,9.7,0.3,12.2,0.2c-0.4,5.9-0.5,8.9-0.9,14.9c-2.4-0.4-7-0.9-12-1.2c-8-0.4-12-0.6-20-1c-0.1,2.4-0.2,3.6-0.3,6
		c12,0.4,23.9,0.5,35.9-0.1c-2.7,6.6-3.8,17.4-5.7,18.8c-4.1,3.3-30-1.1-44.8-1.6c-14.7-0.5-32.8,0.1-43.7-11.8
		c-6.4,5.1-9,7-14.6,10.5c-0.5,0.4-1,0.7-1.9,1.4c-3.1-7.7-4.7-11.5-7.9-19.2c3.3-1.1,9.5-4.6,15-8.6c0.1-9.1,0.1-13.7,0.2-22.8
		c-2.1,0-3.1,0-5.2,0c-2.8,0-4.3,0.1-7.8,0.6c0-7.1,0-10.7,0-17.9c3.6,0.5,5.5,0.6,10.4,0.6c4.8,0,7.3,0,12.1,0.1
		c3.9,0,6.5,0,9.6-0.3c-0.4,3.2-0.6,6.4-0.7,13.3c-0.2,11-0.3,16.5-0.5,27.5c2.2,2.5,3.4,3.6,5.3,4.7c4.7,2.6,11.2,3.8,22.5,4.1
		c0.6,0,0.7,0,4.3,0c0.1-2.5,0.1-3.8,0.2-6.3c-6.8-0.2-10.2-0.3-17-0.5c-4.4-0.1-8.3-0.1-12.2,0.1c0.1-5.9,0.2-8.8,0.3-14.7
		c2.9,0.3,5.8,0.5,12.2,0.6c6.9,0.2,10.3,0.3,17.2,0.5c0.1-1.7,0.1-2.5,0.1-4.1c-6.5-0.2-9.7-0.3-16.1-0.5c-3.9-0.1-7.4-0.1-10.8,0
		c0.3-3,0.5-5.5,0.6-9.6c0.2-10.2,0.3-15.3,0.5-25.5c0.1-3.7,0-5.9-0.2-9c3.3,0.3,6.4,0.5,10.8,0.6c6.7,0.2,10.1,0.3,16.8,0.5
		c0.1-1.6,0.1-2.3,0.1-3.9c-9.1-0.3-13.6-0.4-22.7-0.6c-2.3-0.1-3-0.1-5.3,0c-5.4,5.5-8.1,8.3-13.4,13.9
		c-7.3-8.2-15.4-15.5-24.5-21.7c5.4-5.4,8.2-8.2,13.7-13.6c9,6.1,14.3,10.4,20.9,16.9c0.1-4.2,0.1-6.2,0.2-10.4
		c4.6,0.7,8.4,0.9,15.4,1C476.1,19,479.3,19.1,485.8,19.3z M475.2,48.5c-0.1,1.9-0.1,2.8-0.1,4.7c3.9,0.1,5.8,0.2,9.6,0.3
		c0.1-1.9,0.1-2.8,0.2-4.7C481,48.7,479,48.6,475.2,48.5z M474.7,63.8c-0.1,1.9-0.1,2.9-0.1,4.8c3.8,0.1,5.7,0.2,9.5,0.3
		c0.1-1.9,0.1-2.9,0.2-4.8C480.5,63.9,478.6,63.9,474.7,63.8z M502.7,54.3c4.1,0.2,6.1,0.3,10.2,0.5c0.1-1.9,0.1-2.8,0.2-4.7
		c-4.1-0.2-6.2-0.3-10.3-0.5C502.8,51.4,502.7,52.4,502.7,54.3z M502,69.6c4.1,0.2,6.1,0.3,10.2,0.5c0.1-1.9,0.1-2.9,0.2-4.8
		c-4.1-0.2-6.1-0.3-10.2-0.5C502.1,66.7,502.1,67.7,502,69.6z"/>
	<path class="st4" d="M580.6,29.3c-3.9,10-4.5,11.1-8.4,19c-1.8,22.2-3.6,44.5-5.4,66.7c-0.4,5.5-0.6,8.5-0.4,13.6
		c-7.3-0.6-10.9-0.9-18.1-1.4c1-5,1.3-8.1,1.7-13.6c0.7-10.2,1.5-20.4,2.2-30.7c0.3-4.5,0.5-7.5,1-10.5c-2.2,2.9-3,3.8-5.7,6.6
		c-1.1-9.1-2.5-14.5-5.1-21.2c8.2-7.7,14-17.6,18.1-28c1.7-4.1,3.7-10.4,4.5-14.1c6.4,3.1,9.6,4.7,15.9,7.9c0-1,0-1.2,0.1-2.2
		c2.9,0.6,5,0.9,9.9,1.3c8.3,0.7,12.5,1.1,20.8,2c4.2,0.4,6.9,0.6,9.6,0.5c-0.6,2.2-0.8,3.6-1.3,9c-1,10-1.6,15-2.6,24.9
		c-0.6,5.4-0.7,6.3-0.7,8.2c-2.6-0.4-3.1-0.4-7.8-0.9c-5.6-0.6-8.4-0.8-13.9-1.4c-0.3,3.2-0.4,4.7-0.7,7.9c4.4,0.4,6.5,0.6,10.9,1.1
		c4.6,0.5,6,0.5,8,0.5c-0.7,6.5-1,9.8-1.7,16.3c-2.2-0.6-3.4-0.7-7.7-1.1c-4.4-0.4-6.6-0.6-10.9-1.1c-0.3,3.2-0.4,4.8-0.7,8
		c4.4,0.4,6.7,0.6,11.1,1.1c4.5,0.5,5.6,0.6,7.7,0.4c-0.7,6.5-1,9.8-1.7,16.3c-1.6-0.3-4.3-0.6-7.6-0.9c-4.4-0.4-6.6-0.7-11-1.1
		c-0.2,1.9-0.3,2.9-0.5,4.8c-0.6,6.2-0.8,10-0.8,13.2c-7.1-0.7-10.6-1-17.6-1.6c0.8-3.8,1.2-7.1,1.7-13.1
		c2.3-27.2,4.6-54.3,6.9-81.5C580.3,32.3,580.4,31.3,580.6,29.3z M595.3,49.6c3,0.3,4.4,0.4,7.4,0.7c0.4-4,0.6-6,1-10
		c-3-0.3-4.5-0.4-7.4-0.7C595.9,43.6,595.7,45.6,595.3,49.6z M625.3,87.6c2.1,5.4,3.3,7.5,6.1,11.6c2.9-3.6,4-5.6,6.6-10.9
		c-5.9-0.7-8.8-1-14.8-1.7c-4.4-0.5-6-0.5-8.5-0.6c0.7-6.2,1-9.3,1.6-15.5c1.9,0.6,3.1,0.7,9.4,1.4c6.7,0.7,10.1,1.1,16.9,1.9
		c4.7,0.6,6.2,0.6,8.1,0.6c3.1,3.6,4.6,5.4,7.7,9c-1.3,2.5-1.3,2.5-2.2,4.3c-4.6,9.8-8.8,16.3-14.4,23.1c4.7,4.1,8.1,6.5,15.4,10.6
		c-5.1,6-8.3,10.9-10.7,16.4c-7.3-5-11.7-8.8-17.5-15.2c-6.4,4.6-11.3,7.3-20.3,11.1c-3.1-6.5-5.2-9.8-9.3-15.1
		c8.9-2.3,13.9-4.5,20.1-8.5c-4.4-6.8-6.1-10.3-8.9-17.4C616.5,90.7,619.4,89.6,625.3,87.6z M624.5,25.4c3.6,0.7,7.4,1.4,12.3,1.9
		c6.1,0.7,9.2,1.1,15.4,1.8c5.3,0.6,7.8,0.8,10.8,0.9c-0.7,2.4-0.8,3.6-1.6,9.2c-1.1,9-1.7,13.5-2.9,22.5c-0.6,4.8-0.8,7.3-0.7,9.8
		c-2.7-0.7-4.2-0.9-9.3-1.5c-7.3-0.9-11-1.3-18.4-2.2c-5.5-0.6-7.5-0.7-10.2-0.8c0.7-6.5,1.1-9.8,1.7-16.3c2.1,0.5,3.7,0.8,8.5,1.3
		c4.8,0.5,7.1,0.8,11.9,1.4c0.4-3.6,0.6-5.4,1.1-8.9c-4.7-0.6-7.1-0.8-11.8-1.4c-3.5-0.4-5.7-0.5-8.6-0.6
		C623.4,35.7,623.8,32.3,624.5,25.4z"/>
</g>
<g>
	<g>
		<g>
			<path class="st5" d="M491.9,340c-0.2-0.1-0.3-0.3-0.5-0.4c0.1,0.1,0.2,0.3,0.3,0.4C491.8,340,491.8,340,491.9,340z"/>
			<path class="st5" d="M776.1,289.4c2.7,0.8,5.4,1.7,8.1,2.6c2.6,0.8,5.2,1.2,7.9,1.2c0,0,0,0,0,0c6.3,0,12.3-2.4,16.7-6.7
				c4.6-4.5,7.1-10.5,7.1-17.1v-28.4c0-7.6-5.9-17.4-13.2-24.2c4.8,5.1,7.8,11.8,7.8,18.8v28.4c0,6.5-2.5,12.6-7.1,17.1
				c-4.4,4.3-10.4,6.7-16.7,6.7c0,0,0,0,0,0c-2.6,0-5.3-0.4-7.9-1.2c-2.7-0.9-5.4-1.7-8.1-2.6c-3.8,8-12,13.5-21.7,13.5
				c-1,0-2-0.1-3-0.2v3.7c4.9,0.3,9.9,0.7,14.8,1C767.6,300.2,773.2,295.6,776.1,289.4z"/>
			<path class="st5" d="M554.6,238.1c3.9,3.5,8.9,5.9,14.6,6.6c3.9,0.5,7.7,1,11.6,1.5c-0.4-1.5-0.7-3.1-0.8-4.7
				c-5.4-0.8-10.8-1.5-16.2-2.1c-5.6-0.7-10.6-3.1-14.6-6.6c3,19.2,6.1,38.4,9.1,57.6c1.2-1.9,2.4-3.9,3.6-5.8
				C559.5,269,557.1,253.6,554.6,238.1z"/>
			<path class="st5" d="M464.3,308.6c-10.9-0.5-16.2-0.6-27.1-0.9c-8.2-0.2-15.6-3.9-20.6-9.7v39.4c1.8,0,3.6,0.1,5.4,0.1v-34.1
				c5,5.8,12.4,9.5,20.6,9.7c10.9,0.2,16.2,0.4,27.1,0.9c0.4,0,0.8,0,1.2,0c2.9,0,5.7-0.5,8.4-1.3c-0.4-2.4-0.8-4.7-1.1-7.1
				c-3.9,2-8.2,3-12.7,3C465.1,308.6,464.7,308.6,464.3,308.6z"/>
			<path class="st5" d="M558.1,344.4l-6.8-0.8c-4.4,2.9-9.5,4.4-14.9,4.4c0,0,0,0,0,0c-0.9,0-1.9,0-2.9-0.1
				c-3.7-0.4-6.8-0.7-9.6-0.9c1.7,1.4,3.3,3,4.6,4.8c4.4,5.9,6,13.3,4.5,20.3l-6.1,28.2c-2.5,11.5-12.6,19.5-24.6,19.5c0,0,0,0,0,0
				c-0.6,0-1.2,0-1.8-0.1c-31.5-2.1-63.5-3.2-95.1-3.2c-2.8,0-5.5,0-8.3,0c-3.8,0-5.8,0.1-9.4,0.1c-0.9,0.1-1.8,0.1-2.8,0.1
				c-12.6,0-24.3-4.8-33.3-12.5c9.5,10.9,23.4,17.9,38.7,17.9c0.9,0,1.8,0,2.8-0.1c3.7-0.1,5.7-0.1,9.4-0.2c2.8,0,5.5,0,8.3,0
				c31.6,0,63.5,1.1,95.1,3.2c0.6,0,1.2,0.1,1.8,0.1c0,0,0,0,0,0c12,0,22.1-8,24.6-19.5l6.1-28.2c1.5-7-0.1-14.4-4.5-20.3
				c-1.3-1.8-2.9-3.4-4.6-4.8c2.9,0.3,5.9,0.6,9.6,0.9c0.9,0.1,1.9,0.1,2.9,0.1c0,0,0,0,0,0c5.4,0,10.6-1.6,14.9-4.4l6.8,0.8
				c3.8,0.5,7.6,0.9,11.4,1.4v-4.6C569.3,345.8,563.7,345.1,558.1,344.4z"/>
			<path class="st5" d="M773.1,203.9c1.7,0.5,3.4,1,5,1.5c-1.3-6.9-6.4-14.8-12.6-20.6c4.7,5,7.5,11.6,7.5,18.4V203.9z"/>
			<path class="st5" d="M330,389c-10.9,0.7-16.2,1.1-27,2.1c-0.8,0.1-1.7,0.1-2.5,0.1c0,0,0,0,0,0c-6.2,0-11.8-1.9-16.2-5.2v15
				c0,14.6-11.3,27-26.2,28.9c-10,1.3-14.8,1.9-24.8,3.4c-1.4,0.2-2.9,0.3-4.3,0.3c0,0,0,0,0,0c-6.9,0-13.1-2.4-17.8-6.4
				c-4.5,6.6-11.6,11.5-19.9,13c-10,1.8-14.8,2.8-24.6,4.8c-2,0.4-4,0.6-5.9,0.6c-4.4,0-8.5-1-12.2-2.8c-4.2,4.7-9.9,8.3-16.4,9.8
				c-9.8,2.3-14.6,3.5-24.4,6c-2.4,0.6-4.9,0.9-7.3,0.9c-5.7,0-10.9-1.7-15.1-4.7c-4,7.1-10.8,12.7-18.9,15.2
				c-9.7,2.9-14.5,4.3-24.1,7.4c-2.9,0.9-5.8,1.4-8.8,1.4c0,0,0,0,0,0c-5.8,0-11.1-1.8-15.3-4.9c4.6,6.3,12.1,10.3,20.7,10.3
				c0,0,0,0,0,0c2.9,0,5.9-0.5,8.8-1.4c9.7-3.1,14.4-4.5,24.1-7.4c8.1-2.4,14.9-8.1,18.9-15.2c4.2,2.9,9.4,4.7,15.1,4.7
				c2.4,0,4.9-0.3,7.3-0.9c9.8-2.5,14.6-3.7,24.4-6c6.5-1.5,12.2-5.1,16.4-9.8c3.6,1.8,7.8,2.8,12.2,2.8c2,0,4-0.2,5.9-0.6
				c9.8-2,14.7-3,24.6-4.8c8.3-1.5,15.4-6.4,19.9-13c4.7,4,10.9,6.4,17.8,6.4c0,0,0,0,0,0c1.4,0,2.9-0.1,4.3-0.3
				c9.9-1.5,14.8-2.1,24.8-3.4c14.9-1.9,26.2-14.3,26.2-28.9v-15c4.5,3.3,10.1,5.2,16.2,5.2c0,0,0,0,0,0c0.8,0,1.7,0,2.5-0.1
				c10.8-1,16.1-1.4,27-2.1c2.2-0.2,4.4-0.6,6.5-1.2c-1.3-1.9-2.4-3.9-3.4-6C335.8,388.1,333,388.8,330,389z"/>
			<path class="st5" d="M657.3,414.8c0,7.3-2.9,14.1-8.2,19c-4.9,4.5-11.3,7-18.2,7c-1.7,0-3.4-0.2-5.1-0.5
				c-10.4-1.9-15.5-2.7-25.8-4.3c-5.1-0.8-9.7-2.9-13.6-5.9c4.5,5.8,11.2,10,19,11.2c10.4,1.6,15.4,2.5,25.8,4.3
				c1.7,0.3,3.4,0.5,5.1,0.5c6.9,0,13.3-2.5,18.2-7c5.3-4.9,8.2-11.7,8.2-19v-64.4c-1.8-3.6-3.6-7.2-5.4-10.9V414.8z"/>
			<path class="st5" d="M805.2,354.2c1.7,7.5,0,15.1-4.6,20.8c-4.5,5.7-11.4,8.9-18.8,8.9c-0.8,0-1.6,0-2.4-0.1
				c-10.8-1-21.8-1.9-33.4-2.6v8c1.8,0.5,3.6,1,5.4,1.5v-4.2c11.6,0.7,22.6,1.6,33.4,2.6c0.8,0.1,1.6,0.1,2.4,0.1
				c7.4,0,14.3-3.3,18.8-8.9c4.6-5.8,6.3-13.4,4.6-20.8c-2.7-11.7-4-17.5-6.6-29.2c-1.3-5.9-6-12.5-11.9-17.8
				c3.1,3.5,5.5,7.8,6.5,12.4C801.2,336.7,802.6,342.6,805.2,354.2z"/>
			<path class="st5" d="M810.5,458.6c0,6.2-2.4,12-6.8,16.3c-4.2,4.2-9.9,6.4-16,6.4c0,0,0,0,0,0c-2.5,0-5-0.4-7.4-1.2
				c-19.5-6.1-39.4-11.9-59.2-17.2c-4.6-1.2-7-1.8-11.6-3c-9.2-2.1-17.8-6.8-24.9-13c8,9,18.5,15.7,30.2,18.4c4.6,1.2,7,1.8,11.6,3
				c19.8,5.3,39.7,11.1,59.2,17.2c2.4,0.8,4.9,1.2,7.4,1.2c0,0,0,0,0,0c6.1,0,11.7-2.3,16-6.4c4.4-4.3,6.8-10.1,6.8-16.3v-31.2
				c0-7.2-5.6-16.4-12.4-22.7c4.4,4.7,7.1,10.9,7.1,17.4V458.6z"/>
			<path class="st5" d="M284.2,202.4c1.6-1.5,3.4-2.8,5.4-4v-21.3c0-9.3-5.5-19-13.2-26.1c4.9,5.5,7.9,12.7,7.9,20.7V202.4z"/>
			<path class="st5" d="M667,177c-1.7-6.2-6.2-12.8-11.8-17.8c4.2,4.6,6.9,10.5,7.1,16.9C663.8,176.3,665.3,176.6,667,177z"/>
			<path class="st5" d="M481.5,195.5c1.4-0.7,2.9-1.3,4.4-1.9c-1-7.6-2-15.3-3-22.9c-0.5-8.4-5.9-17.5-13.4-24.4
				c4.7,5.2,7.6,11.8,8,19.1C478.9,175.4,480.2,185.5,481.5,195.5z"/>
			<path class="st6" d="M746.1,297.4c1,0.1,2,0.2,3,0.2c9.7,0,17.8-5.4,21.7-13.5c2.7,0.8,5.4,1.7,8.1,2.6c2.6,0.8,5.2,1.2,7.9,1.2
				c0,0,0,0,0,0c6.3,0,12.3-2.4,16.7-6.7c4.6-4.5,7.1-10.5,7.1-17.1v-28.4c0-7-3-13.7-7.8-18.8c-2.9-3-6.4-5.5-10.4-7
				c-0.5-0.2-0.9-0.4-1.4-0.5c-4.2-1.3-8.5-2.7-12.8-4c-1.7-0.5-3.4-1-5-1.5v-0.6c0-6.9-2.8-13.4-7.5-18.4c-3.1-3.3-7-5.9-11.4-7.4
				c-0.5-0.2-0.9-0.3-1.4-0.5c-12.2-3.4-18.5-5.1-30.7-8.3c-2.1-0.5-4.3-0.8-6.5-0.8c-10.2,0-18.8,6-22.4,14.8
				c0,0-29.4-6.4-30.9-6.7c-0.2-6.3-2.9-12.3-7.1-16.9c-3.6-3.9-8.3-6.8-13.6-8.1c-0.5-0.1-1-0.2-1.4-0.3
				c-12.3-2.3-18.8-3.4-31.2-5.4c-1.4-0.2-2.8-0.3-4.1-0.3c-11.3,0-20.6,7.1-23.7,17.2c-4.1-0.6-8.2-1.1-12.3-1.6
				c-1.1-0.1-2.2-0.2-3.3-0.2c-14,0-25,10.8-25,24.6v20.4c-5.6-6.7-13.8-11.3-23.2-12c-7.3-0.6-11.1-0.9-18.4-1.4
				c-0.8-0.1-1.6-0.1-2.3-0.1c-3.8,0-7.4,0.6-10.7,1.8c-1.5,0.5-3,1.1-4.4,1.9c-1.3-10-2.7-20.1-4-30.1c-0.4-7.2-3.4-13.9-8-19.1
				c-5.8-6.5-14.3-10.7-23.7-11c-7.2-0.2-11-0.3-18.4-0.4l-0.4,0c-17.7,0-32.1,13.9-32.2,31c-3.2-1-6.6-1.6-10.2-1.6
				c-0.2,0-0.5,0-0.7,0c-7.3,0.2-11.1,0.3-18.4,0.5c-16.3,0.6-29.7,13.1-31.4,28.4c-2.9-0.8-5.9-1.2-9.1-1.2c-0.8,0-1.6,0-2.4,0.1
				c-7.3,0.5-11.1,0.8-18.4,1.4c-5.3,0.5-10.3,2.2-14.7,4.8c-1.9,1.2-3.7,2.5-5.4,4v-30.7c0-8-3-15.2-7.9-20.7
				c-5.8-6.5-14.4-10.5-24.1-10.5c-1.5,0-3.1,0.1-4.7,0.3c-28.9,4-58.1,8.9-86.9,14.6c-7.4,1.5-13.9,5.2-19,10.2
				c-3.8-1.6-7.9-2.5-12.3-2.5c-2.7,0-5.4,0.3-8.1,1c-28.6,7-57.3,14.9-85.5,23.6c-15.8,5-27.7,20.6-27.7,36.4v229.3
				c0,8.6,4,16.1,10.3,20.7c4.2,3.1,9.5,4.9,15.3,4.9c0,0,0,0,0,0c2.9,0,5.9-0.5,8.8-1.4c9.7-3.1,14.4-4.5,24.1-7.4
				c8.1-2.4,14.9-8.1,18.9-15.2c4.2,2.9,9.4,4.7,15.1,4.7c2.4,0,4.9-0.3,7.3-0.9c9.8-2.5,14.6-3.7,24.4-6c6.5-1.5,12.2-5.1,16.4-9.8
				c3.6,1.8,7.8,2.8,12.2,2.8c2,0,4-0.2,5.9-0.6c9.8-2,14.7-3,24.6-4.8c8.3-1.5,15.4-6.4,19.9-13c4.7,4,10.9,6.4,17.8,6.4
				c0,0,0,0,0,0c1.4,0,2.9-0.1,4.3-0.3c9.9-1.5,14.8-2.1,24.8-3.4c14.9-1.9,26.2-14.3,26.2-28.9v-15c4.5,3.3,10.1,5.2,16.2,5.2
				c0,0,0,0,0,0c0.8,0,1.7,0,2.5-0.1c10.8-1,16.1-1.4,27-2.1c3-0.2,5.8-0.9,8.5-1.9c1,2.1,2.1,4.1,3.4,6c2.7,4.1,6,7.9,9.7,11.1
				c9,7.8,20.7,12.5,33.3,12.5c0.9,0,1.8,0,2.8-0.1c3.7-0.1,5.7-0.1,9.4-0.1c2.8,0,5.5,0,8.3,0c31.6,0,63.5,1.1,95.1,3.2
				c0.6,0,1.2,0.1,1.8,0.1c0,0,0,0,0,0c12,0,22.1-8,24.6-19.5L533,372c1.5-7-0.1-14.4-4.5-20.3c-1.3-1.8-2.9-3.4-4.6-4.8
				c2.9,0.3,5.9,0.6,9.6,0.9c0.9,0.1,1.9,0.1,2.9,0.1c0,0,0,0,0,0c5.4,0,10.6-1.6,14.9-4.4l6.8,0.8c5.6,0.7,11.2,1.4,16.8,2.2v4.6
				v56.5c0,9,4.4,17.2,11.4,22.6c3.9,3,8.5,5.1,13.6,5.9c10.4,1.6,15.4,2.5,25.8,4.3c1.7,0.3,3.4,0.5,5.1,0.5c6.9,0,13.3-2.5,18.2-7
				c5.3-4.9,8.2-11.7,8.2-19v-69.9c1.8,3.6,3.6,7.2,5.4,10.9c0.5,1,1,2.1,1.5,3.1v47l0,0.6c0.9,15.4,8.8,30.1,20.4,40.4
				c7.1,6.3,15.6,10.9,24.9,13c4.6,1.2,7,1.8,11.6,3c19.8,5.3,39.7,11.1,59.2,17.2c2.4,0.8,4.9,1.2,7.4,1.2c0,0,0,0,0,0
				c6.1,0,11.7-2.3,16-6.4c4.4-4.3,6.8-10.1,6.8-16.3v-31.2c0-6.5-2.7-12.7-7.1-17.4c-2.7-2.9-6.1-5.2-9.9-6.6
				c-0.4-0.2-0.8-0.3-1.3-0.5c-13.5-4.2-27.1-8.3-40.8-12.2c-1.8-0.5-3.6-1-5.4-1.5v-8c11.6,0.7,22.6,1.6,33.4,2.6
				c0.8,0.1,1.6,0.1,2.4,0.1c7.4,0,14.3-3.3,18.8-8.9c4.6-5.8,6.3-13.4,4.6-20.8c-2.7-11.7-4-17.5-6.6-29.2
				c-1.1-4.7-3.4-8.9-6.5-12.4c-4.5-5-10.6-8.5-17.2-9.4c-0.4-0.1-0.9-0.1-1.3-0.2c-4.2-0.4-8.5-0.7-12.7-1c-4.9-0.4-9.9-0.7-14.8-1
				V297.4z M69.5,328c0,37.5,0,75,0,112.6c0,4.5-3.9,9.3-8.7,10.7c-9.8,2.9-14.7,4.4-24.5,7.5c-4.8,1.5-8.6-0.9-8.6-5.4
				c0-76.4,0-152.9,0-229.3c0-7.2,6.2-15.1,13.8-17.5c27.9-8.6,55.9-16.3,84.2-23.2c7.8-1.8,14.1,2.6,14.1,9.8
				c0,34.5,0,69.1,0,103.6c0,7.2-6.3,14.5-14.1,16.4C106.8,317.7,88.1,322.6,69.5,328z M205.2,334c-3.5,0.6-5.3,0.9-8.8,1.5
				c0,7.7,0,11.6,0,19.3c3.5-0.6,5.3-0.9,8.8-1.5c0,10.2,0,15.2,0,25.4c-3.5,0.6-5.3,0.9-8.8,1.5c0,12.4,0,18.5,0,30.9
				c0,4.5-4,8.9-8.8,9.8c-10,1.8-15,2.8-25,4.9c-4.9,1-8.8-1.8-8.8-6.3c0-12.4,0-18.5,0-30.9c-7,1.5-10.5,2.3-17.4,3.9
				c0,12.4,0,18.5,0,30.9c0,4.5-3.9,9.1-8.8,10.2c-9.9,2.3-14.9,3.6-24.8,6.1c-4.8,1.2-8.7-1.4-8.7-5.9c0-12.4,0-18.5,0-30.9
				c-3.5,0.9-5.2,1.4-8.6,2.3c0-10.2,0-15.2,0-25.4c3.5-0.9,5.2-1.4,8.6-2.3c0-7.7,0-11.6,0-19.3c-3.5,0.9-5.2,1.4-8.6,2.3
				c0-10.2,0-15.2,0-25.4c39.6-10.6,79.5-19.4,119.8-26.5C205.2,318.8,205.2,323.9,205.2,334z M264.4,401c0,4.5-4,8.6-8.9,9.3
				c-10.1,1.3-15.1,2-25.2,3.5c-4.9,0.7-8.9-2.3-8.9-6.8c0-37.5,0-75,0-112.6c-19.1,2.9-38.1,6.4-57,10.2
				c-7.8,1.6-14.1-2.9-14.1-10.1c0-34.5,0-69.1,0-103.6c0-7.2,6.3-14.5,14.1-16.1c28.5-5.6,56.9-10.4,85.7-14.4
				c7.9-1,14.3,4.1,14.3,11.3C264.4,248.2,264.4,324.6,264.4,401z M336.5,361.5c0,4-3.5,7.4-7.9,7.7c-11,0.7-16.5,1.2-27.4,2.2
				c-4.3,0.4-7.8-2.5-7.8-6.5c0-46.3,0-92.6,0-138.9c0-6.3,5.6-12,12.5-12.6c7.2-0.6,10.8-0.9,18.1-1.4c6.9-0.5,12.5,4.3,12.5,10.7
				C336.5,268.9,336.5,315.2,336.5,361.5z M478.2,305.6c0.4,2.4,0.8,4.7,1.1,7.1c0.4,2.5,0.8,4.9,1.2,7.4
				c0.6,7.9,4.8,14.9,10.9,19.6c0.2,0.1,0.3,0.3,0.5,0.4c-0.1,0-0.1,0-0.2,0c-23.2-1.4-46.5-2.2-69.7-2.5c-1.8,0-3.6-0.1-5.4-0.1
				V298c5,5.8,12.4,9.5,20.6,9.7c10.9,0.2,16.2,0.4,27.1,0.9c0.4,0,0.8,0,1.2,0C470,308.6,474.3,307.6,478.2,305.6z M427.1,154.8
				c7.2,0.1,10.9,0.2,18.1,0.4c6.9,0.2,12.6,5.5,12.6,11.9c5.1,38.3,10.2,76.7,15.2,115c0,4-3.5,7-7.9,6.8
				c-11-0.5-16.5-0.7-27.5-0.9c-4.3-0.1-7.9-3.4-7.9-7.3c-5.1-38.1-10.2-76.3-15.2-114.4C414.5,159.8,420.2,154.7,427.1,154.8z
				 M513.6,367.8c-2.4,11.3-3.7,16.9-6.1,28.2c-0.5,2.5-3,4.1-5.8,3.9c-35-2.4-69.8-3.4-104.9-3.2c-4,0-6,0.1-10,0.2
				c-17,1.1-32.4-12.4-33.2-29.2c0-3.7,0-5.5,0-9.2c0-53.9,0-107.9,0-161.8c0-6.3,5.6-11.8,12.6-12c7.2-0.3,10.9-0.4,18.1-0.5
				c6.9-0.2,12.6,4.9,12.6,11.3c0,53.9,0,107.9,0,161.8c37.1-0.2,74,1,111,3.7C511.6,361.2,514.3,364.5,513.6,367.8z M535.5,328.2
				c-11-1.1-16.4-1.6-27.4-2.5c-4.3-0.3-7.9-3.8-7.9-7.8c-5.1-31.9-10.1-63.7-15.2-95.6c0-6.3,5.6-11.2,12.5-10.7
				c7.2,0.5,10.8,0.8,18.1,1.4c6.9,0.6,12.5,6.3,12.5,12.6c5.1,32,10.1,64.1,15.2,96.1C543.3,325.8,539.8,328.6,535.5,328.2z
				 M676.4,234.8c3.3-12.5,5-18.8,8.3-31.3c0.4-1.4,1.7-2.1,3.3-1.7c9.3,2.1,13.9,3.2,23.2,5.6c0-6.2,0-9.2,0-15.4
				c0-3.1,2.7-4.9,5.9-4.1c12.1,3.1,18.2,4.7,30.3,8.1c3.3,0.9,5.9,4.2,5.9,7.3c0,6.2,0,9.2,0,15.4c10.6,3,21.1,6.2,31.6,9.6
				c3.2,1,5.9,4.4,5.9,7.4c0,11.4,0,17,0,28.4c0,3.1-2.6,4.7-5.9,3.7c-10.5-3.3-21-6.5-31.6-9.6c0,6.2,0,9.3,0,15.4
				c0,3.1-2.6,4.8-5.9,3.9c-12.1-3.4-18.1-5-30.3-8.1c-3.3-0.8-5.9-4-5.9-7.1c0-6.2,0-9.3,0-15.4c-12.6-3.1-18.8-4.6-31.5-7.4
				C677.5,239,675.9,236.7,676.4,234.8z M549.3,232.7c3.9,3.5,8.9,5.9,14.6,6.6c5.4,0.7,10.8,1.4,16.2,2.1c0.1,1.6,0.4,3.2,0.8,4.7
				c0.5,1.8,1.1,3.6,2,5.2c-1,1.3-2,2.6-2.9,4c-6.1,9.8-12,19.5-17.9,29.1c-1.2,1.9-2.4,3.9-3.6,5.8
				C555.4,271.1,552.3,251.9,549.3,232.7z M620.5,312.6c0.5,0.1,0.7,0.1,1.2,0.2c8.8,1.5,15.8,9.4,15.8,17.5c0,28.2,0,56.4,0,84.6
				c0,4.2-3.7,6.9-8.2,6.1c-10.5-1.9-15.7-2.8-26.3-4.4c-4.6-0.7-8.3-4.7-8.3-8.9c0-26.1,0-52.2,0-78.2c-11.4-1.7-22.8-3.3-34.2-4.6
				c12-19.7,24.1-39.3,36.2-58.9c4.1-6.6,12.3-9.9,21.1-8.4c11.2,1.9,22.3,3.9,33.5,6.2C641,279.9,630.7,296.2,620.5,312.6z
				 M662,233.2c-0.4,1.4-1.8,2.1-3.4,1.8c-6.4-1.3-9.7-2-16.1-3.2c0,6.2,0,9.3,0,15.4c0,3.1-2.7,5-6,4.4
				c-12.3-2.3-18.4-3.3-30.7-5.3c-3.3-0.5-6-3.4-6-6.5c0-6.2,0-9.3,0-15.4c-11.1-1.7-22.3-3.3-33.5-4.7c-3.3-0.4-6.1-3.2-6.1-6.3
				c0-11.4,0-17,0-28.4c0-3.1,2.7-5.2,6.1-4.8c11.2,1.4,22.3,3,33.5,4.7c0-6.2,0-9.2,0-15.4c0-3.1,2.7-5.1,6-4.6
				c12.3,2,18.5,3,30.7,5.3c3.3,0.6,6,3.6,6,6.7c0,6.2,0,9.2,0,15.4c9.8,1.9,14.7,2.9,24.5,4.9c2.2,0.5,3.9,2.7,3.4,4.6
				C667,214.4,665.4,220.6,662,233.2z M771.9,322.8c3.3,0.3,6.7,3.3,7.4,6.7c2.7,11.7,4,17.5,6.6,29.2c0.8,3.4-1.3,5.9-4.6,5.6
				c-18.3-1.8-36.7-3-55-3.9c0,14.7,0,29.3,0,44c20.1,5.4,40.1,11.3,60,17.5c2.4,0.8,4.4,3.3,4.4,5.6c0,12.5,0,18.7,0,31.2
				c0,2.3-2,3.5-4.4,2.8c-19.9-6.2-39.9-12-60-17.5c-4.9-1.3-7.3-1.9-12.1-3.1c-16.1-3.6-29.2-19.1-30.2-35.4c0-4.5,0-6.8,0-11.4
				c0-13.2,0-26.4,0-39.7c-5.9-11.9-11.7-23.8-17.6-35.8c7.1,0,10.6,0,17.6,0c0-14.1,0-28.2,0-42.4c0-3.1,2.7-5.1,6.1-4.3
				c12.1,2.8,18.1,4.3,30.1,7.4c3.4,0.9,6.1,4.1,6.1,7.3c0,11.1,0,22.1,0,33.2C741.5,320.5,756.7,321.5,771.9,322.8z"/>
			<path class="st6" d="M69.5,251.4c11.2-3.2,16.8-4.8,28-7.7c0-10.3,0-15.4,0-25.6c-11.2,3-16.8,4.5-28,7.7
				C69.5,236,69.5,241.1,69.5,251.4z"/>
			<path class="st6" d="M193,272.5c11.4-2,17.1-3,28.5-4.8c0-10.6,0-15.9,0-26.6c-11.4,1.8-17.1,2.7-28.5,4.8
				C193,256.6,193,261.9,193,272.5z"/>
			<path class="st6" d="M69.5,301.3c11.2-3.2,16.8-4.8,28-7.7c0-10.6,0-15.9,0-26.6c-11.2,3-16.8,4.5-28,7.7
				C69.5,285.4,69.5,290.7,69.5,301.3z"/>
			<path class="st6" d="M193,222.5c11.4-2,17.1-3,28.5-4.8c0-10.3,0-15.4,0-25.6c-11.4,1.8-17.1,2.7-28.5,4.8
				C193,207.2,193,212.3,193,222.5z"/>
			<path class="st6" d="M153.8,343.9c-7,1.5-10.5,2.3-17.4,3.9c0,7.7,0,11.6,0,19.3c7-1.6,10.5-2.4,17.4-3.9
				C153.8,355.4,153.8,351.6,153.8,343.9z"/>
			<path class="st3" d="M139.8,296.8c0-34.5,0-69.1,0-103.6c0-7.2-6.3-11.7-14.1-9.8c-28.3,6.9-56.4,14.6-84.2,23.2
				c-7.7,2.4-13.8,10.3-13.8,17.5c0,76.4,0,152.9,0,229.3c0,4.5,3.9,6.9,8.6,5.4c9.8-3.1,14.7-4.6,24.5-7.5
				c4.8-1.4,8.7-6.2,8.7-10.7c0-37.5,0-75,0-112.6c18.6-5.3,37.4-10.3,56.3-14.8C133.5,311.4,139.8,304.1,139.8,296.8z M97.5,293.6
				c-11.2,3-16.8,4.5-28,7.7c0-10.6,0-15.9,0-26.6c11.2-3.2,16.8-4.8,28-7.7C97.5,277.7,97.5,283,97.5,293.6z M97.5,243.7
				c-11.2,3-16.8,4.5-28,7.7c0-10.3,0-15.4,0-25.6c11.2-3.2,16.8-4.8,28-7.7C97.5,228.3,97.5,233.4,97.5,243.7z"/>
			<path class="st3" d="M250.2,160.4c-28.7,4-57.2,8.7-85.7,14.4c-7.8,1.6-14.1,8.8-14.1,16.1c0,34.5,0,69.1,0,103.6
				c0,7.2,6.3,11.7,14.1,10.1c18.9-3.8,37.9-7.3,57-10.2c0,37.5,0,75,0,112.6c0,4.5,4,7.6,8.9,6.8c10.1-1.5,15.1-2.2,25.2-3.5
				c4.9-0.6,8.9-4.8,8.9-9.3c0-76.4,0-152.9,0-229.3C264.4,164.5,258,159.4,250.2,160.4z M221.5,267.8c-11.4,1.8-17.1,2.7-28.5,4.8
				c0-10.6,0-15.9,0-26.6c11.4-2,17.1-3,28.5-4.8C221.5,251.8,221.5,257.1,221.5,267.8z M221.5,217.8c-11.4,1.8-17.1,2.7-28.5,4.8
				c0-10.3,0-15.4,0-25.6c11.4-2,17.1-3,28.5-4.8C221.5,202.4,221.5,207.5,221.5,217.8z"/>
			<path class="st3" d="M85.4,360.5c3.5-0.9,5.2-1.4,8.6-2.3c0,7.7,0,11.6,0,19.3c-3.5,0.9-5.2,1.4-8.6,2.3c0,10.2,0,15.2,0,25.4
				c3.5-0.9,5.2-1.4,8.6-2.3c0,12.4,0,18.5,0,30.9c0,4.5,3.9,7.1,8.7,5.9c9.9-2.6,14.9-3.8,24.8-6.1c4.8-1.1,8.8-5.7,8.8-10.2
				c0-12.4,0-18.5,0-30.9c7-1.6,10.5-2.4,17.4-3.9c0,12.4,0,18.5,0,30.9c0,4.5,3.9,7.3,8.8,6.3c10-2.1,15-3,25-4.9
				c4.9-0.9,8.8-5.3,8.8-9.8c0-12.4,0-18.5,0-30.9c3.5-0.6,5.3-0.9,8.8-1.5c0-10.2,0-15.2,0-25.4c-3.5,0.6-5.3,0.9-8.8,1.5
				c0-7.7,0-11.6,0-19.3c3.5-0.6,5.3-0.9,8.8-1.5c0-10.2,0-15.2,0-25.4c-40.4,7.1-80.2,15.9-119.8,26.5
				C85.4,345.3,85.4,350.4,85.4,360.5z M136.3,347.7c7-1.6,10.5-2.4,17.4-3.9c0,7.7,0,11.6,0,19.3c-7,1.5-10.5,2.3-17.4,3.9
				C136.3,359.3,136.3,355.4,136.3,347.7z"/>
			<path class="st3" d="M515.6,213.1c-7.2-0.6-10.8-0.9-18.1-1.4c-6.9-0.5-12.5,4.3-12.5,10.7c5.1,31.9,10.2,63.7,15.2,95.6
				c0,4,3.5,7.4,7.9,7.8c11,0.9,16.5,1.4,27.4,2.5c4.3,0.4,7.8-2.4,7.8-6.4c-5.1-32-10.1-64.1-15.2-96.1
				C528.1,219.3,522.5,213.7,515.6,213.1z"/>
			<path class="st3" d="M324,211.9c-7.2,0.5-10.8,0.8-18.1,1.4c-6.9,0.6-12.5,6.3-12.5,12.6c0,46.3,0,92.6,0,138.9
				c0,4,3.5,6.9,7.8,6.5c11-1,16.5-1.4,27.4-2.2c4.3-0.3,7.9-3.7,7.9-7.7c0-46.3,0-92.6,0-138.9C336.5,216.2,330.9,211.4,324,211.9z
				"/>
			<path class="st3" d="M437.7,287.9c11,0.2,16.5,0.4,27.5,0.9c4.3,0.2,7.9-2.9,7.9-6.8c-5.1-38.3-10.2-76.7-15.2-115
				c0-6.3-5.6-11.7-12.6-11.9c-7.2-0.2-10.9-0.3-18.1-0.4c-6.9-0.1-12.6,5-12.6,11.4c5.1,38.1,10.2,76.3,15.2,114.4
				C429.8,284.6,433.3,287.8,437.7,287.9z"/>
			<path class="st3" d="M507.8,360.9c-37-2.7-73.9-3.9-111-3.7c0-53.9,0-107.9,0-161.8c0-6.3-5.6-11.4-12.6-11.3
				c-7.2,0.2-10.9,0.3-18.1,0.5c-6.9,0.3-12.6,5.7-12.6,12c0,53.9,0,107.9,0,161.8c0,3.7,0,5.5,0,9.2c0.8,16.8,16.2,30.3,33.2,29.2
				c4-0.1,6-0.1,10-0.2c35-0.2,69.9,0.9,104.9,3.2c2.8,0.2,5.2-1.4,5.8-3.9c2.4-11.3,3.7-16.9,6.1-28.2
				C514.3,364.5,511.6,361.2,507.8,360.9z"/>
			<path class="st3" d="M667,197.2c-9.8-2.1-14.7-3.1-24.5-4.9c0-6.2,0-9.2,0-15.4c0-3.1-2.7-6.1-6-6.7c-12.3-2.3-18.4-3.3-30.7-5.3
				c-3.3-0.5-6,1.5-6,4.6c0,6.2,0,9.2,0,15.4c-11.1-1.7-22.3-3.3-33.5-4.7c-3.3-0.4-6.1,1.7-6.1,4.8c0,11.4,0,17,0,28.4
				c0,3.1,2.7,5.9,6.1,6.3c11.2,1.4,22.3,3,33.5,4.7c0,6.2,0,9.3,0,15.4c0,3.1,2.7,6,6,6.5c12.3,2,18.5,3,30.7,5.3
				c3.3,0.6,6-1.4,6-4.4c0-6.2,0-9.3,0-15.4c6.5,1.2,9.7,1.9,16.1,3.2c1.6,0.3,3-0.4,3.4-1.8c3.3-12.6,5-18.8,8.3-31.4
				C670.9,199.9,669.2,197.6,667,197.2z"/>
			<path class="st3" d="M679.7,239.4c12.6,2.8,18.9,4.3,31.5,7.4c0,6.2,0,9.3,0,15.4c0,3.1,2.7,6.2,5.9,7.1
				c12.1,3.1,18.2,4.7,30.3,8.1c3.3,0.9,5.9-0.8,5.9-3.9c0-6.2,0-9.3,0-15.4c10.6,3,21.1,6.2,31.6,9.6c3.2,1,5.9-0.6,5.9-3.7
				c0-11.4,0-17,0-28.4c0-3.1-2.6-6.4-5.9-7.4c-10.5-3.3-21-6.5-31.6-9.6c0-6.2,0-9.2,0-15.4c0-3.1-2.6-6.3-5.9-7.3
				c-12.1-3.4-18.1-5-30.3-8.1c-3.3-0.8-5.9,1-5.9,4.1c0,6.2,0,9.2,0,15.4c-9.2-2.3-13.9-3.4-23.2-5.6c-1.6-0.4-3,0.3-3.3,1.7
				c-3.3,12.5-5,18.7-8.3,31.3C675.9,236.7,677.5,239,679.7,239.4z"/>
			<path class="st3" d="M726.3,286.6c0-3.1-2.7-6.4-6.1-7.3c-12-3.1-18-4.6-30.1-7.4c-3.4-0.8-6.1,1.2-6.1,4.3c0,14.1,0,28.2,0,42.4
				c-7-0.1-10.6-0.1-17.6,0c5.9,11.9,11.8,23.8,17.6,35.8c0,13.2,0,26.4,0,39.7c0,4.5,0,6.8,0,11.4c1,16.3,14.1,31.7,30.2,35.4
				c4.9,1.2,7.3,1.9,12.1,3.1c20.1,5.4,40.1,11.3,60,17.5c2.4,0.8,4.4-0.5,4.4-2.8c0-12.5,0-18.7,0-31.2c0-2.3-2-4.8-4.4-5.6
				c-19.9-6.2-39.9-12-60-17.5c0-14.7,0-29.3,0-44c18.4,0.9,36.7,2.1,55,3.9c3.3,0.3,5.4-2.2,4.6-5.6c-2.7-11.7-4-17.5-6.6-29.2
				c-0.8-3.4-4.1-6.4-7.4-6.7c-15.2-1.3-30.4-2.3-45.6-3C726.3,308.7,726.3,297.7,726.3,286.6z"/>
			<path class="st3" d="M596.7,265.9c-12.1,19.6-24.2,39.2-36.2,58.9c11.4,1.4,22.9,2.9,34.2,4.6c0,26.1,0,52.2,0,78.2
				c0,4.2,3.7,8.2,8.3,8.9c10.5,1.7,15.8,2.5,26.3,4.4c4.6,0.8,8.2-1.9,8.2-6.1c0-28.2,0-56.4,0-84.6c0-8.1-7.1-16-15.8-17.5
				c-0.5-0.1-0.7-0.1-1.2-0.2c10.2-16.4,20.5-32.7,30.9-49c-11.1-2.2-22.3-4.3-33.5-6.2C609,256,600.9,259.2,596.7,265.9z"/>
			<rect x="284.4" y="541" class="st7" width="22.6" height="4.6"/>
			<rect x="376" y="541.3" class="st7" width="9.4" height="40.6"/>
			<path class="st7" d="M582.2,464H236.1c-40.3,0-73.1,32.8-73.1,73.1c0,40.3,32.8,73.1,73.1,73.1h346.1c40.3,0,73.1-32.8,73.1-73.1
				C655.3,496.8,622.5,464,582.2,464z M269.7,495v-8.3h5.6l1.1-4.1h15l-1.1,4.1H322v8.3H288l-1.2,4.5h29.9v8.3h-11.4v10.6H322v8.3
				h-52.6v-8.3h20.9v-10.6h-5.8l-0.8,2.9h-15L273,495H269.7z M284.4,566.7v15.2h-15v-42.7c0-3.6,2.9-6.5,6.5-6.5h4.7h3.8H307h8.5
				c3.6,0,6.5,2.9,6.5,6.5v42.7h-15v-15.2H284.4z M257.6,487.8c4,0,7.3,3.3,7.3,7.3c0,4-3.3,7.3-7.3,7.3c-4,0-7.3-3.3-7.3-7.3
				C250.3,491,253.5,487.8,257.6,487.8z M168.4,537.1c0-29.9,19.3-55.2,45.7-63.4c-22.9,11.2-38.8,35.4-38.8,63.4
				c0,27.9,15.9,52.1,38.8,63.4C187.7,592.3,168.4,567,168.4,537.1z M230.1,547.3l6-33.1c-1.7-0.9-2.7-2.9-2.4-5l3.3-18.3h-7.6
				v102.2h-15V482.6h7.5h7.5h9.1h2.5h3.5c2.9,0,5.2,2.7,4.6,5.5l-4.1,22.7c2.6,0.7,4.3,3.3,3.8,6.1l-5.4,30.3H230.1z M325,593.1
				l-64.1-0.1h-1c-2.6,0-4.9-1.6-5.8-3.9l-2-5.1l-2,6.4c-0.5,1.5-1.9,2.6-3.5,2.6h-4.3c-3.2,0-5.5-3-4.8-6l16.9-54.2l-2.4-24.9h13.2
				l2.4,24.9l-9.9,32.5l7.8,19.4l59.5,0.1V593.1z M404.1,582c0,4.4-3.6,8.1-8.1,8.1h-5.9h-4.8H376h-5.6h-5.1c-4.4,0-8.1-3.6-8.1-8.1
				v-36.9v-0.2V495c0-4.4,3.6-8.1,8.1-8.1h5.5h5.1h9.4h5.1h5.5c4.4,0,8.1,3.6,8.1,8.1V582z M420.6,572.9c-5.7,0-10.4-4.7-10.4-10.4
				s4.7-10.4,10.4-10.4c5.7,0,10.4,4.7,10.4,10.4S426.4,572.9,420.6,572.9z M466.4,543.4h-9.1v35.1c0,6.4-5.2,11.6-11.6,11.6h-3.3
				h-3.8h-10.1v-8.3h10.1v-38.4h-31.2v-8.3h31.2v-8h18.7v8h9.1V543.4z M466.4,502.3h-19.2v10h13.7v8.3h-46.1v-8.3h13.7v-10h-19.2
				V494h19.2v-12.9h18.7V494h19.2V502.3z M556.8,491.6h-4.9v76.1h4.9v8.3h-4.9v16.3h-18.7V576h-34.5v-8.3h5.9v-76.1h-5.9v-8.3h5.9
				h18.7h9.9h18.7h4.9V491.6z M585.1,580.9l-5.2,10.5h-18.7l14.2-28.7l-16.9-31.8v-21.1h18.7v21.1l7.2,13.6l6.2-12.5v-33.9h-32.1
				v-8.3h32.1h11.5h1.1c3.4,0,6.1,2.7,6.1,6.1V532l-15.2,30.7l15.2,28.7h-18.7L585.1,580.9z M604.4,600.4
				c22.9-11.2,38.8-35.4,38.8-63.4c0-27.9-15.9-52.1-38.8-63.4c26.4,8.1,45.7,33.5,45.7,63.4C650.1,567,630.8,592.3,604.4,600.4z"/>
			<rect x="284.4" y="553.9" class="st7" width="22.6" height="4.6"/>
			<polygon class="st7" points="523.3,539.1 529.5,539.1 529.5,547.4 523.3,547.4 523.3,567.8 533.2,567.8 533.2,518.3 527,518.3 
				527,510 533.2,510 533.2,491.6 523.3,491.6 			"/>
			<rect x="376" y="495.2" class="st7" width="9.4" height="37.8"/>
			<path class="st8" d="M582.2,457.2H236.1c-44,0-79.9,35.8-79.9,79.9c0,44,35.8,79.9,79.9,79.9h346.1c44,0,79.9-35.8,79.9-79.9
				C662.1,493,626.3,457.2,582.2,457.2z M582.2,610.2H236.1c-40.3,0-73.1-32.8-73.1-73.1c0-40.3,32.8-73.1,73.1-73.1h346.1
				c40.3,0,73.1,32.8,73.1,73.1C655.3,577.4,622.5,610.2,582.2,610.2z"/>
			<path class="st9" d="M604.4,473.7c22.9,11.2,38.8,35.4,38.8,63.4c0,27.9-15.9,52.1-38.8,63.4c26.4-8.1,45.7-33.5,45.7-63.4
				C650.1,507.2,630.8,481.9,604.4,473.7z"/>
			<path class="st9" d="M175.3,537.1c0-27.9,15.9-52.1,38.8-63.4c-26.4,8.1-45.7,33.5-45.7,63.4c0,29.9,19.3,55.2,45.7,63.4
				C191.1,589.2,175.3,565,175.3,537.1z"/>
			<path class="st3" d="M396.1,486.9h-30.7c-4.4,0-8.1,3.6-8.1,8.1v49.9v0.2V582c0,4.4,3.6,8.1,8.1,8.1h30.7c4.4,0,8.1-3.6,8.1-8.1
				V495C404.1,490.5,400.5,486.9,396.1,486.9z M385.4,581.8H376v-40.6h9.4V581.8z M385.4,533H376v-37.8h9.4V533z"/>
			<polygon class="st3" points="447.2,481.1 428.5,481.1 428.5,494 409.3,494 409.3,502.3 428.5,502.3 428.5,512.3 414.8,512.3 
				414.8,520.6 460.9,520.6 460.9,512.3 447.2,512.3 447.2,502.3 466.4,502.3 466.4,494 447.2,494 			"/>
			<path class="st3" d="M457.3,527.1h-18.7v8h-31.2v8.3h31.2v38.4h-10.1v8.3h17.2c6.4,0,11.6-5.2,11.6-11.6v-35.1h9.1v-8.3h-9.1
				V527.1z"/>
			<circle class="st3" cx="420.6" cy="562.5" r="10.4"/>
			<polygon class="st3" points="283.7,510.7 284.5,507.8 290.3,507.8 290.3,518.4 269.4,518.4 269.4,526.7 322,526.7 322,518.4 
				305.3,518.4 305.3,507.8 316.6,507.8 316.6,499.5 286.8,499.5 288,495 322,495 322,486.8 290.3,486.8 291.4,482.6 276.4,482.6 
				275.3,486.8 269.7,486.8 269.7,495 273,495 268.7,510.7 			"/>
			<path class="st3" d="M322,581.9v-42.7c0-3.6-2.9-6.5-6.5-6.5h-39.6c-3.6,0-6.5,2.9-6.5,6.5v42.7h15v-15.2H307v15.2H322z
				 M284.4,541H307v4.6h-22.6V541z M284.4,558.5v-4.6H307v4.6H284.4z"/>
			<path class="st3" d="M248.7,517c0.5-2.8-1.2-5.4-3.8-6.1l4.1-22.7c0.5-2.9-1.7-5.5-4.6-5.5h-30v110.4h15V490.9h7.6l-3.3,18.3
				c-0.4,2.1,0.7,4,2.4,5l-6,33.1h13.2L248.7,517z"/>
			<path class="st3" d="M257.8,565.2l9.9-32.5l-2.4-24.9h-13.2l2.4,24.9l-16.9,54.2c-0.7,3.1,1.6,6,4.8,6h4.3c1.6,0,3-1,3.5-2.6
				l2-6.4l2,5.1c0.9,2.4,3.2,3.9,5.8,3.9l65.1,0.1v-8.3l-59.5-0.1L257.8,565.2z"/>
			<path class="st3" d="M257.6,502.3c4,0,7.3-3.3,7.3-7.3c0-4-3.3-7.3-7.3-7.3c-4,0-7.3,3.3-7.3,7.3
				C250.3,499.1,253.5,502.3,257.6,502.3z"/>
			<path class="st3" d="M594.1,562.7l15.2-30.7v-36.1c0-3.4-2.7-6.1-6.1-6.1h-44.7v8.3h32.1V532l-6.2,12.5l-7.2-13.6v-21.1h-18.7
				v21.1l16.9,31.8l-14.2,28.7h18.7l5.2-10.5l5.6,10.5h18.7L594.1,562.7z"/>
			<path class="st3" d="M498.7,483.4v8.3h5.9v76.1h-5.9v8.3h34.5v16.3h18.7V576h4.9v-8.3h-4.9v-76.1h4.9v-8.3H498.7z M533.2,510H527
				v8.3h6.1v49.4h-9.9v-20.4h6.1v-8.3h-6.1v-47.4h9.9V510z"/>
		</g>
	</g>
</g>
<path class="st4" d="M43.7,37.9c-4.6,0.5-8.2,2.7-11.6,4.8c-0.1,0-0.1,0.1-0.2,0.1c-1.1,0.2-2.2,0.5-3.2,1c-5.1,0.7-8.9,6.4-6.9,10
	c3.3,5.8,12,8.7,18.5,11.9c0,0,0,0,0.1,0.1c0.5,0.1,0.9,0.3,1.3,0.5c0.4,0.2,0.8,0.3,1.1,0.6c1.2,0.8,1.8,1.8,1.7,2.9
	c0,0,0.1,0.1,0.1,0.1c0,1.1-0.2,3.1-1.4,4.5c-3.4,4-7.9,7.9-14,7.8c-3.3,0-9.4-2.5-12.4-0.8c-0.2,0.3-0.5,0.6-0.9,0.8
	c-0.1,0.2-0.2,0.4-0.3,0.6c0,0,0,0,0,0.1c-0.5,0.9-0.3,2,1,2.9c2.9,2,6.1,3.2,9.6,3.6c2,0.3,4.2,0.7,6.3,1c1.6,0.1,3.1,0.1,4.7,0.1
	c1.5-0.2,2.9-0.4,4.2-1c2.7-1.4,6.4-3.4,13.3-3.5c0.6,0,6.6,0.8,8.2,1.6c1.1,0.5,2.1,1.3,2.8,2.1c0.3,2,0.1,4.1,0.1,5.7
	c-0.1,1.8-0.6,3.4-1.3,5c-0.2,0.3-0.4,0.5-0.6,0.7c-0.9,1.3-2.3,2-3.8,2.6c-0.7,0.3-1.5,0.5-2.2,0.7c-0.1,0.1-0.1,0.2-0.2,0.2
	c-0.1,0.4-0.1,0.9,0.1,1.4c0.7,2.8,4.8,3.6,7.2,3.5c2.9-0.1,4.7-3.4,6.1-5.3c2.4-3.2,5.2-7.9,9.5-9.3c4.5-1.5,10.3,1.1,14.7,2.9
	c4.4,1.8,8.8,2.8,13.2,4.5c3.9,1.5,4.7,4,6.1,7.3c0.9,2.1,2.1,4.1,3.5,6c5.1,7,18.3,13.6,15.6,23c-1.2,4-4.9,6.6-7.2,10.1
	c-1.2,1.7-3.3,4.4-3.1,6.7c0.4,4.1,4.4,2,7.4,0.2c0,0.5,0,1.1,0.1,1.7c1,8.5,8.6-2.9,12-9.8c3.7-2.9,6.7-6.4,8.5-11.4
	c1.1-3,1.8-6.2,0.3-9.6c-1.4-3-5.2-5.2-6.3-8.2c-1.5-4.3,5.8-9.2,7.8-12.2c0.3-0.5,0.6-1.1,0.9-1.7c0.3,0.2,0.6,0.3,0.8,0.4
	c0.2,0.8,0.6,1.6,1.4,2.3c1,0.9,2,1.2,2.9,1.2c0.9,2.6,3.3,5,6.2,5.2c1.9,0.1,2.7-0.9,2.8-2.3c2.5,1.6,5,2.4,5.9-0.1
	c1.1-3.3-2.2-6.8-6-8.9c0.1-0.9-0.2-1.9-1.1-3c-1.5-1.9-3.8-2.4-5.9-2.4c-0.3-0.7-1-1.4-2-2.1c-1.6-1-3.2-0.7-4.5,0
	c-2.4-9.6-11.7-18.2-21.1-24.4c-1.3-0.9-2.7-1.7-4.1-2.6c-3.5-2.5-7.5-4.4-11.7-6.1c-6.8-2.8-13.8-5.4-20.9-7.1
	c-6.3-1.5-12.5-1.4-18.4-0.5c-2.3,0.3-4.3,0.9-6.4,1.6c-0.4-0.2-0.7-0.3-1.1-0.5c-2.3-1.6-4.4-3.7-6.6-6c7.5-1.6,15.1-1.4,43.3,0.7
	c22.2,2.5,14.5-9.5-2.3-11.4c-9-0.8-23.3-2.4-44.8,7c-0.6-0.5-1.1-1.1-1.7-1.6c6.4-4.3,12.7-5.7,40.6-11.9c20.9-3.8,8.1-14-7.5-10.9
	c-8.4,1.8-21.7,4.5-37.2,19.8C51.7,38.7,48,37.4,43.7,37.9z M46.8,46.9c-1,2.7-5.4,2.7-7.8,0C40,43.6,44.9,43.9,46.8,46.9z"/>
<path class="st4" d="M788.2,53.4c-13.9-16.8-26.8-20.8-35-23.4c-15.2-4.6-29,4.2-8.5,10.1c27.1,9.1,33.3,11.1,39.2,16
	c-0.6,0.5-1.3,0.9-1.9,1.4c-20.4-11.6-34.8-11.4-43.8-11.5c-16.9,0.2-25.7,11.4-3.4,11.1c28.3,0.7,35.9,1.3,43.2,3.7
	c-2.4,2-4.8,3.9-7.2,5.3c-0.4,0.1-0.8,0.3-1.1,0.4c-2-0.8-4-1.6-6.2-2.2c-5.7-1.5-11.9-2.2-18.3-1.3c-7.2,1-14.4,2.8-21.5,4.9
	c-4.3,1.3-8.5,2.8-12.3,4.9c-1.5,0.7-2.9,1.4-4.3,2.1c-10,5.2-20.1,12.8-23.4,22.2c-1.2-0.8-2.8-1.2-4.5-0.4
	c-1.1,0.5-1.8,1.2-2.2,1.9c-2.1-0.3-4.4,0.1-6.1,1.8c-0.9,0.9-1.3,2-1.4,2.8c-3.9,1.7-7.6,4.8-6.8,8.3c0.6,2.6,3.2,2,5.8,0.7
	c0,1.4,0.7,2.5,2.6,2.6c2.9,0.1,5.5-2,6.7-4.5c0.9,0.1,2-0.1,3-0.9c0.9-0.6,1.4-1.4,1.6-2.2c0.3-0.1,0.6-0.2,0.9-0.3
	c0.2,0.6,0.4,1.2,0.7,1.7c1.7,3.2,8.5,8.8,6.6,12.9c-1.3,2.8-5.4,4.7-7.1,7.5c-1.9,3.2-1.5,6.5-0.7,9.6c1.3,5.1,4,8.9,7.3,12.2
	c2.7,7.2,9.1,19.3,11,10.9c0.1-0.6,0.2-1.1,0.3-1.6c2.8,2.2,6.5,4.6,7.4,0.6c0.5-2.3-1.4-5.1-2.4-7c-2-3.6-5.4-6.6-6.2-10.7
	c-1.7-9.6,12.1-14.9,17.9-21.3c1.6-1.7,3-3.6,4.1-5.6c1.7-3.2,2.8-5.5,6.8-6.6c4.6-1.3,9-1.8,13.6-3.1c4.6-1.3,10.5-3.3,14.9-1.4
	c4.1,1.8,6.5,6.7,8.5,10.2c1.2,2,2.7,5.5,5.6,5.9c2.4,0.3,6.6-0.1,7.5-2.8c0.2-0.5,0.2-1,0.2-1.4c-0.1-0.1-0.1-0.2-0.2-0.3
	c-0.7-0.3-1.5-0.6-2.1-1c-1.5-0.7-2.7-1.6-3.5-3c-0.2-0.3-0.4-0.5-0.6-0.8c-0.5-1.7-0.8-3.3-0.7-5.1c0.1-1.6,0.2-3.7,0.6-5.6
	c0.8-0.8,1.8-1.4,3-1.8c1.7-0.6,7.8-0.8,8.4-0.8c6.9,0.8,10.4,3.1,12.9,4.8c1.2,0.8,2.6,1.1,4.1,1.5c1.5,0.2,3.1,0.3,4.6,0.4
	c2.2-0.1,4.3-0.3,6.4-0.3c3.5-0.1,6.9-0.9,9.9-2.6c1.4-0.7,1.7-1.8,1.3-2.7c0,0,0-0.1,0-0.1c-0.1-0.2-0.2-0.4-0.3-0.6
	c-0.3-0.2-0.6-0.5-0.8-0.9c-2.8-2-9.1-0.2-12.4-0.4c-6.1-0.6-10.1-4.9-13.1-9.2c-1-1.4-1.1-3.4-0.9-4.6c0,0,0.1-0.1,0.1-0.1
	c0.1-1,0.7-2,2-2.7c0.4-0.2,0.8-0.4,1.2-0.5c0.4-0.2,0.9-0.3,1.4-0.4c0,0,0,0,0.1-0.1c6.8-2.5,15.8-4.5,19.6-9.9
	c2.4-3.4-0.9-9.4-5.9-10.6c-1-0.5-2-1-3.1-1.3c-0.1-0.1-0.1-0.1-0.2-0.2c-3.2-2.4-6.6-5-11.1-6C795.6,50.8,791.7,51.7,788.2,53.4z
	 M803.5,61c-2.7,2.4-7,2-7.8-0.8C798,57.6,802.9,57.7,803.5,61z"/>
</svg>
}
.kv-container img { width: 100vw; }

.event-container { width: 100%; max-width: 1100px; }

.l-store .event-title { margin: 0 auto 30px auto;}


/*footer*/
footer{text-align:center; padding:15px; display: flex; flex-direction: column; justify-content: center; background-color:#000; color: #fff; margin-top: -17px;margin-bottom: 10vh;}
footer img{width: 100%; height:100%;}
footer div p{ font-size:0.8rem; line-height: 1.5em;text-align: center;}

/* TOP- */
.btn-top{ position:fixed; right:20px; bottom:80px; cursor:pointer;z-index: 9999999;} 
.btn-top img{ width:auto; height:50px; }

/* 注意事項 */
.notice h2 { font-size: 16px; margin-bottom: 5px;  }
.notice p { font-size: 14px; color: #151515; }
.notice ul { list-style: cjk-ideographic; margin-left: 2em;  }
.notice ul li { font-size: 14px; color: #151515; line-height: 1.5em; }
.notice ul li span { font-weight: bold; color: #e70000;}

/* 表格 */
table { margin:5px 0;border: 1px solid #000;width: 100%; }
th, td { text-align: center; padding: 5px 5px; font-size: 14px;}
th { background: ; color: #000; }


/* 
收納注意事項 
*/
.accordion {
  width: 100%;
  border-radius: 0px;
  /*margin-bottom: 80px;*/
}
.accordion .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 15px 0 10px 0;
}

.accordion .item label.menulabel {
  display: block;
  width: 100%;
  background-color: #F5F5F5;
  color: #444;
  border: 1px solid #dddddd;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
  border-radius: 0px;
  position: relative;
  padding: 10px 50px 10px 20px;
  overflow: hidden;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
}
.accordion .item label.menulabel:after {
  display: none;
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  font-size: 40px;
  font-weight: normal;
  color: #444;
  transition: transform 200ms ease-out;
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
}
.accordion .item input[type="radio"],
.accordion .item input[type="checkbox"] {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  border: 0px;
  z-index: 999;
}
.accordion .item input[type="radio"][hidden="hidden"],
.accordion .item input[type="checkbox"][hidden="hidden"] {
  visiblity: hidden;
  top: -100%;
}
.accordion .item input[type="radio"][hidden="hidden"] + label:after,
.accordion .item input[type="checkbox"][hidden="hidden"] + label:after {
  display: block;
}
.accordion .item input[type="radio"]:focus,
.accordion .item input[type="checkbox"]:focus {
  outline: none;
}
.accordion .item input[type="radio"]:checked ~ .acoordion-content,
.accordion .item input[type="checkbox"]:checked ~ .acoordion-content {
    padding: 20px;
    height: auto;	
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.accordion .item input[type="radio"]:checked + label.menulabel:after,
.accordion .item input[type="checkbox"]:checked + label.menulabel:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion .item .acoordion-content{
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 20px;
	height: 0px;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	transition: padding 200ms ease-in-out;
	 -webkit-transition: padding 200ms ease-in-out;
	-moz-transition: padding 200ms ease-in-out;
}
/* download- */
.btn-download{ position:fixed; right:20px; bottom:136px; cursor:pointer;z-index:89;} 
.btn-download img{ width:auto; height:70px; }

/* danny */
.menu{ display: none; }

	/* ------------------ Extra large devices (desktops) ------------------ */
	@media screen and (min-width:1200px){ 

	.D\(pc\) { display: flex; }
	.D\(mobile\) { display: none ; }
	body{ margin-top: 0; }
	header{ display: none; }

	/* 
	錨點選單 
	*/
	.menu {  width: 100vw;  display: flex;  color: #6e639e; background: #ffda00; justify-content: center; align-items: center; text-align: center; padding: 10px 0; }
	.menu div {  padding: 0 30px;  font-size: 18px; font-weight: bold; cursor: pointer;  }
	.menu div.line {  width: 1px; height: 30px; background: #6e639e; padding: 0; }

	.menu.scrollfixed{ position: fixed; left: 0; top: 0; z-index: 999; /* transition:all .6s ease-in-out; */ } 

	.navToggle{ transform:scaleX(.8); transition:transform .3s cubic-bezier(0.78, 2.21, 0.51, 0.32); }
	.navToggle:hover { transform:scaleX(1); }
	.navCheck:checked ~ .navToggle.navToggle01{ transform:scaleX(1); }
	.index footer{ display: flex; flex-direction: row; justify-content: center; color: #fff; margin-top: 0px;}
	.index .kv-container .images-block .images-bg:before{ padding-top:38.6%; min-height:528px; } 

	.kv-container .btn { max-width: 800px; margin: 0 auto 50px auto; }

	section { display: flex; justify-content: center; padding: 0 0 30px 0;  }

	/* 
	標題 
	*/
	.event-title{ width: 100%; border-bottom: 3px solid #ffda00; margin: 0 auto 60px auto; padding: 50px 0 30px 0; font-size: 36px; color: #ffda00; font-weight: bold; text-align: center;}
	.event-title2{ width: 100%; border-bottom: 3px solid #e60013; margin: 0 auto 60px auto; padding: 50px 0 30px 0; font-size: 36px; color: #e60013; font-weight: bold; text-align: center;}
	.event-title .date{ width: 300px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 150px);}
	.event-title .date4{min-width: 450px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 225px);}
	.event-title .date2{min-width: 350px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 175px);}
	.event-title .date3{ min-width: 450px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 225px);}
	.event-title2 .date{ width: 300px; position: absolute; border: 3px solid #e60013; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 150px);}
	.event-title .date5{min-width: 350px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 175px);}
	
	.l-discount .event-title{ margin: 0 auto 30px auto; }
	.l-discount .event-title.more{ margin: 0 auto 70px auto; }


	/* 
	主要文字
	*/
	h2 { font-size: 30px; font-weight: bold; color: #000; }
	h2 span { font-size: 18px; font-weight: bold; }
	h4 { font-size: 20px; font-weight: bold; color: #000; margin-bottom: 5px;line-height: 1.2em;}
	h4 span { font-size: 30px; color: #DC000C;}
	p { font-size: 16px; line-height: 1.5em; }
	.line-black { width: 100%; height: 1px; background: #000; margin: 15px 0; }

	.btn { width: 57%; height: 80px; background: #fff100; color: #910000; font-size: 30px; font-weight: bold; justify-content: center; align-items: center; border-radius: 80px; margin:20px auto 0 auto; }
	.btn img { width: 60px; height: 60px; margin: 0 5px; }
	.btn-kv { height: auto; padding: 10px 0; background: url(../images/btn-bg.jpg) center center repeat-x;}
	.btn-kv p { font-size: 30px; line-height: 1; font-weight: bold; text-align: center; }
	.btn-kv p span { font-size: 20px; }
	.btn-kv .arr {font-size: 60px; margin-left: 20px;}



	.tag { height: 50px; display: flex; justify-content: center; align-items: center; position: absolute; top: -28px; color: #fff; z-index: 10; }

	/*
	優惠活動
	*/
	.banner1 { padding: 20px 40px; }
	.banner1 p { font-size: 18px; padding: 15px 0; font-weight: bold; }
	ul.bankevent { justify-content: center; }
	ul.bankevent li { width: 90%; }
	ul.bankevent li img { border-radius: 20px; }
	.banner2 { margin-top: 50px; }
	.banner2 .tag { top: -20px; }
	.banner2 .tag-date { width: 40%; background:#ffda00; border-radius: 50px 50px 50px 0; font-weight: bold; font-size: 20px; color: #ffffff; }

	.alert-block { width: 100%; border:1px solid #000; border-radius: 15px; padding: 20px; flex-wrap: nowrap;margin-top: 20px; }
	.alert-block p { font-size: 14px; color: #000; font-weight: normal; padding: 0; }
	.alert-block img { width: 40px; margin-right: 10px; }
	.alert-block ul { list-style: disc; margin-left: 2em;  }
	.alert-block li { font-size: 14px; color: #000; }
	.alert-block span { font-weight: bold; }
	.alert-block-tablepc{display: block;width: 100%;}
	.alert-block-tablemo{display: none;}
		
    .wine-alert{width: 100%;background-color: #231816;position: fixed;bottom: 0;z-index: 999;height:10vh;background-image: url("../images/discount-alert.jpg");background-size: contain;background-position: center;background-repeat:no-repeat;}
	.wine-alert-pic{width: 60%;height: auto;margin: auto;max-width: 1000px;}
	.wine-alert-pic img { width: 100%; }
	


	/* 框+小標 */
	.border-red { border:3px solid #DC000C; border-radius: 15px; padding: 50px 30px ; margin:40px 0 0 0; }
	/* business logo */
	.btn_p4{width: 30%;margin: 20px auto;}
	.business-logo{ display: flex; flex-wrap: wrap; width: 100%;margin: 0 auto; }
	.business-logo li{ width: 24%; margin: 5px 5px 5px 5px; }
	.business-logo li a{ width: 100%; }
	.business-logo li a img{ width: 100%;}
	/* notelist */
	.notelist{ width: 100%; max-width: 900px; margin: 15px auto 0 auto; }
	.notelist ul .notelist_tit{ font-size: 1.6rem; color: #ff9000; margin: 0 0 10px -25px; }
	.notelist h5{ display: flex; justify-content: center; height: 40px; line-height: 40px; border: 1px solid #009943; box-sizing: border-box; padding: 0 20px; font-size: 1.4rem; color: #009943; position: relative; cursor: pointer; border-radius: 10px;  }
	.notelist.colorw h5{ border: 1px solid #fff; color: #fff;   }
	.notelist h5:after{ content: '\e90b'; position: absolute; right: 20px; }
	.notelist .ullist{ border: 1px solid #009943; font-size: 1.4rem; line-height: 1.5em; color: #000; box-sizing: border-box; padding: 20px 20px 20px 20px; margin: -6px 0 0 0; transition: all .4s cubic-bezier(.23,1,.32,1); display: none; }
	.notelist ul{ list-style: decimal; margin: 0 0 0 20px; }
	.notelist.colorw .ullist{ border: 1px solid #fff; color: #fff; }
	.notelist.active h5{ border-radius: 10px 10px 0 0; }
	.notelist.active h5:after{ content: '\e90a'; }
	.notelist.active .ullist{ display: block; }
	.notelist-box{ width: 100%; max-width: 953px; margin: 0 auto; font-size: 1.6rem; line-height: 1.6em; box-sizing: border-box; padding: 40px 0; }
	.notelist_tit{ font-size: 2rem; font-weight: bold; margin: 0 0 10px; }
	.notelist-box ul{ list-style: decimal; margin: 0 0 0 30px; }
	.notelist-box ul>li>ul{ list-style: disc; margin: 0 0 0 20px; }
	.notelist-box h5{ font-size: 3.6rem; text-align: center; margin: 0 0 30px 0; }
	.notepic{width: 80%;margin: 2% 0;}
	/*
	行動隨時取
	*/
	.l-easytake .event-title img { width: 45%; margin-bottom: 10px; }
	.l-easytake .event-title2 img { width: 45%; margin-bottom: 10px; }
	ul.drink li { width: 24%; height: auto; margin-bottom: 35px; margin-right: 14px; border-radius: 10px; display: flex; align-items: center; position: relative; padding:20px 0 10px 0; }
	ul.drink li h4 { font-size: 15px; }
	ul.drink li .tag { height: auto; border-radius: 50px 50px 50px 0; padding:2px 15px; font-size: 18px; font-weight: bold; top: -24px; left:-1px; }
	ul.drink li .tag span { font-size: 27px; color: #FFEB00; }
	ul.drink li:nth-child(4n) { margin-right: 0;}
	ul.drink li:nth-child(5), .drink li:nth-child(6), .drink li:nth-child(7), .drink li:nth-child(8), .drink li:nth-child(9), .drink li:nth-child(10), .drink li:nth-child(11), .drink li:nth-child(12) { margin-bottom: 0;}
	ul.drink li:nth-child(9), .drink li:nth-child(10), .drink li:nth-child(11), .drink li:nth-child(12) { margin-top: 35px;}
	.banner2 { margin-top: 45px; }
		


	.l-notice .event-title { margin: 0 auto 30px auto; }

	}


	/* ------------------ Large devices (tablets) ------------------ */
	@media screen and (max-width:1199.98px) and (min-width:768px){

	.D\(pc\) { display: none; }
	.D\(mobile\) { display: none ; }
	.D\(table\) { display: flex ; }

	.container{ padding:0 20px;}
	header nav ul.mainMenu > li{ width:100%; }
	.index .kv-container .images-block .images-bg{ max-width:605px; } 
	.index .kv-container .images-block .images-bg:before{ padding-top:100%; } 
	.index .kv-container { min-height: auto; }  

	.kv-container .btn { max-width: 600px; margin: 0 auto 50px auto; }

	section { display: flex; justify-content: center; padding: 0 20px 50px 20px;  }

	/* 
	標題 
	*/
	.event-title{ width: 100%; border-bottom: 3px solid #ffda00; margin: 0 auto 60px auto; padding: 50px 0 30px 0; font-size: 36px; color: #ffda00; font-weight: bold; text-align: center;}
	.event-title2{ width: 100%; border-bottom: 3px solid #e60013; margin: 0 auto 60px auto; padding: 50px 0 30px 0; font-size: 36px; color: #ffda00; font-weight: bold; text-align: center;}
	.event-title .date{ width: 300px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 150px);}
	.event-title .date4{min-width: 450px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 225px);}
	.event-title .date2{min-width: 350px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 175px);}
	.event-title .date3{ min-width: 450px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 225px);}
	.event-title2 .date{ width: 300px; position: absolute; border: 3px solid #e60013; border-radius: 100px; font-size: 18px; padding: 8px; color: #e60013; background: #ffda00; bottom: -23px; left:calc(50% - 150px);}
	.event-title .date5{min-width: 350px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 18px; padding: 8px; color: #6e639e; background: #ffda00; bottom: -23px; left:calc(50% - 175px);}
	.l-discount .event-title{ margin: 0 auto 30px auto; }
footer{text-align:center; padding:15px; display: flex; flex-direction: column; justify-content: center; background-color:#000; color: #fff; margin-top: -17px;margin-bottom:10vh;}
footer img{width: 100%; height:100%;}
footer div p{ font-size:0.8rem; line-height: 1.5em;text-align: center;}
			.wine-alert{width: 100%;background-color: #231816;position: fixed;bottom: 0;z-index: 999;height:10vh;background-image: url("../images/drink.png");background-size:contain;background-position: center;background-repeat:no-repeat;}
	.wine-alert-pic{width: 100%;height: auto;margin: auto;}
	.wine-alert-pic img { width: 100%; }

		/* download- */
	
	.btn-download{ bottom:80px; } 
	.btn-download img{ width:auto; height:70px; }


	/* 
	限量6000店紀念隨取卡(福袋) 
	*/
	h2 { font-size: 24px; font-weight: bold; color: #000; }
	h2 span { font-size: 16px; font-weight: bold; }
	h4 { font-size: 20px; font-weight: bold; color: #000; margin-bottom: 5px;line-height: 1.2em;}
	h4 span { font-size: 30px; color: #DC000C;}
	p { font-size: 16px; line-height: 1.5em; }
	.line-black { width: 100%; height: 1px; background: #000; margin: 15px 0; }

	.btn { width: 70%; height: 80px; background: #fff100; color: #910000; font-size: 30px; font-weight: bold; justify-content: center; align-items: center; border-radius: 80px; margin:20px auto 0 auto; }
	.btn img { width: 60px; height: 60px; margin: 0 5px; }
	.btn-kv { height: auto; padding: 10px 0; background: url(../images/btn-bg.jpg) center center repeat-x;}
	.btn-kv p { font-size: 28px; line-height: 1; font-weight: bold; text-align: center; }
	.btn-kv p span { font-size: 16px; }
	.btn-kv .arr {font-size: 50px; margin-left: 20px;}


	.tag { height: 50px; display: flex; justify-content: center; align-items: center; position: absolute; top: -28px; color: #fff; z-index: 10; }
	
	/*
	優惠活動
	*/
	.banner1 { padding: 20px 40px; }
	.banner1 p { font-size: 18px; padding: 15px 0; font-weight: bold; }
	ul.bankevent { justify-content: center; }
	ul.bankevent li { width: 90%; }
	ul.bankevent li img { border-radius: 20px; }
	.banner2 { margin-top: 40px; }
	.banner2 .tag { top: -15px; }
	.banner2 .tag-date { width: 40%; background:#009943; border-radius: 50px 50px 50px 0; font-weight: bold; font-size: 20px; color: #fff; }

	.alert-block { width: 100%; border:1px solid #000; border-radius: 15px; padding: 20px; flex-wrap: nowrap;margin-top: 30px; }
	.alert-block p { font-size: 14px; color: #000; font-weight: normal; padding: 0; }
	.alert-block img { width: 40px; margin-right: 10px; }
	.alert-block ul { list-style: disc; margin-left: 2em;  }
	.alert-block li { font-size: 14px; color: #000; }

	/* 
	框+小標 
	*/
	.border-red { border:3px solid #DC000C; border-radius: 15px; padding: 50px 30px ; margin:40px 0 0 0; }
	
	.btn_p4{width: 60%;margin: 20px auto;}
	.business-logo{ display: flex; flex-wrap: wrap; width: 100%;margin: 0 auto; }
	.business-logo li{ width: 32%; margin: 5px 5px 5px 5px; }
	.business-logo li a{ width: 100%; }
	.business-logo li a img{ width: 100%;}



	/* 
	行動隨時取
	*/
	.l-easytake .event-title img { width: 60%; margin-bottom: 10px; }
	ul.drink li { width: 45%; height: auto; margin: 0 4% 35px 0; border-radius: 10px; display: flex; align-items: center; position: relative; padding:20px 0 10px 0; }
	ul.drink li .tag { height: auto; border-radius: 50px 50px 50px 0; padding:2px 15px; font-size: 18px; font-weight: bold; top: -24px; left:-1px; }
	ul.drink li .tag span { font-size: 27px; color: #FFEB00; }
	ul.drink li:nth-child(2n) { margin: 0 35px 35px 0;}
	ul.drink li:nth-child(7) { margin: 0 10px 0px 10px;}


	/* notelist */
	.notelist{ width: 100%; max-width: 900px; margin: 15px auto 0 auto; }
	.notelist ul .notelist_tit{ font-size: 1.6rem; color: #ff9000; margin: 0 0 10px -25px; }
	.notelist h5{ display: flex; justify-content: center; height: 40px; line-height: 40px; border: 1px solid #009943; box-sizing: border-box; padding: 0 20px; font-size: 1.4rem; color: #009943; position: relative; cursor: pointer; border-radius: 10px;  }
	.notelist.colorw h5{ border: 1px solid #fff; color: #fff;   }
	.notelist h5:after{ content: '\e90b'; position: absolute; right: 20px; }
	.notelist .ullist{ border: 1px solid #009943; font-size: 1.4rem; line-height: 1.5em; color: #000; box-sizing: border-box; padding: 20px 20px 20px 20px; margin: -6px 0 0 0; transition: all .4s cubic-bezier(.23,1,.32,1); display: none; }
	.notelist ul{ list-style: decimal; margin: 0 0 0 20px; }
	.notelist.colorw .ullist{ border: 1px solid #fff; color: #fff; }
	.notelist.active h5{ border-radius: 10px 10px 0 0; }
	.notelist.active h5:after{ content: '\e90a'; }
	.notelist.active .ullist{ display: block; }
	.notelist-box{ width: 100%; max-width: 953px; margin: 0 auto; font-size: 1.6rem; line-height: 1.6em; box-sizing: border-box; padding: 40px 0; }
	.notelist_tit{ font-size: 2rem; font-weight: bold; margin: 0 0 10px; }
	.notelist-box ul{ list-style: decimal; margin: 0 0 0 30px; }
	.notelist-box ul>li>ul{ list-style: disc; margin: 0 0 0 20px; }
	.notelist-box h5{ font-size: 3.6rem; text-align: center; margin: 0 0 30px 0; }
		.notepic{width: 80%;margin: 2% 0;}
	.l-discount .event-title.more{ margin: 0 auto 70px auto; }

	}

	
	.fullnote{ font-size: 1.5rem; color: #fff; text-align: center ;padding: 0 2% 2% 2%; }

	/* ------------------ Small devices (phones) ------------------ */
	@media screen and (max-width:767.98px){

	.D\(pc\) { display: none; }
	.D\(mobile\) { display: flex; }

	.yellow-text{color: #FFD100; font-weight: bold; font-size:16px;}
	.red-text{color: #009943; font-weight: bold; font-size:16px;text-decoration: underline;}

	/*header*/
	header .header-container{ padding:15px; }
	header .header-container .logo{ width:109px; height:20px; }
	header nav{ align-items:initial; }
	.navToggle{ width:27px; height:20px;  }
	.navToggle span, .navToggle span:before, .navToggle span:after{ height:2px; }
	.navToggle span:before{ top:-8px; }
	.navToggle span:after{ bottom:-8px; }
	.navCheck:checked ~ nav{ padding:50px 15px 30px;  }

	.kv-container .btn { width: 90%;; margin: 0 auto 50px auto; }

	section { display: flex; justify-content: center; padding: 0px 15px 20px 15px;}

	
	/* business logo */
	.business-logo{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin: 0 auto; }
	.business-logo li{ width: 46.5%; margin: 5px 5px 5px 5px; }
	.business-logo li a{ width: 100%; }
	.business-logo li a img{ width: 100%;}
	/* notelist */
	.notelist{ width: 90vw; margin: 10px auto 0 auto; }
	.notelist ul .notelist_tit{ font-size: 1.4rem; color: #ff9000; margin: 0 0 10px -25px; }
	.notelist h5{ display: flex; justify-content: center; height: 40px; line-height: 40px; border: 1px solid #009943; box-sizing: border-box; padding: 0 20px; font-size: 1.2rem; color: #009943; position: relative; cursor: pointer; border-radius: 10px;  }
	.notelist.colorw h5{ border: 1px solid #fff; color: #fff;   }
	.notelist.active h5{ border-radius: 10px 10px 0 0; }
	.notelist h5:after{ content: '\e90b'; position: absolute; right: 10px; }
	.notelist .ullist{ border: 1px solid #009943; font-size: 1.2rem; line-height: 1.5em; color: #000; box-sizing: border-box; padding: 20px 20px 20px 20px; margin: -6px 0 0 0; display: none; }
	.notelist ul{ list-style: decimal; margin: 0 0 0 20px;  }
	.notelist.colorw .ullist{ border: 1px solid #fff; color: #fff; }
	.notelist.active h5:after{ content: '\e90a'; }
	.notelist.active .ullist{ display: block }
	.ullist ul li span{color:#e60013}
	.notelist-box{ width: 90vw; margin: 0 auto; font-size: 1.4rem; line-height: 1.5em; box-sizing: border-box; padding: 30px 0 20px; }
	.notelist_tit{ font-size: 2rem; font-weight: bold; margin: 0 0 10px; }
	.notelist-box ul{ list-style: decimal; margin: 0 0 0 30px; }
	.notelist-box ul>li>ul{ list-style: disc; margin: 0 0 0 20px; }
	.notelist-box h5{ font-size: 2.8rem; text-align: center; margin: 0 0 30px 0; }

	/* 
	標題 
	*/
	.event-title{ width: 100%; border-bottom: 3px solid #ffda00; margin: 0 auto 30px auto; padding: 0 0 30px 0; font-size: 29px; color: #ffda00; font-weight: bold; text-align: center;margin-top: 30px; }
	.event-title2{ width: 100%; border-bottom: 3px solid #ffda00; margin: 0 auto 30px auto; padding: 0 0 30px 0; font-size: 280px; color: #ffda00; font-weight: bold; text-align: center;margin-top: 30px; }
	.event-title .date{ width: 260px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 16px; padding: 5px ; color: #6e639e; background: #ffda00; left:calc(50% - 130px);top:75% }
	.event-title .date2{ width: 260px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 16px; padding: 5px ; color: #6e639e; background: #ffda00; left:calc(50% - 130px);top:85% }
	.event-title .date3{ width: 260px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 16px; padding: 5px ; color: #6e639e; background: #ffda00; left:calc(50% - 130px);top:88% }
	.event-title .date4{ width: 260px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 16px; padding: 5px ; color: #6e639e; background: #ffda00; left:calc(50% - 130px);}
	.event-title .date5{ width: 260px; position: absolute; border: 3px solid #ffda00; border-radius: 100px; font-size: 16px; padding: 5px ; color: #6e639e; background: #ffda00; left:calc(50% - 130px);top:48% }

	/* 
	
	*/
	h2 { font-size: 20px; font-weight: bold; color: #000; }
	h2 span { font-size: 14px; font-weight: bold; }
	h4 { font-size: 18px; font-weight: bold; color: #000; margin-bottom: 5px;line-height: 1.2em;}
	h4 span { font-size: 24px; color: #DC000C;}
	p { font-size: 16px; line-height: 1.5em; }
	.line-black { width: 100%; height: 1px; background: #000; margin: 10px 0; }

	.btn { width: 80%; height: 45px; background: #fff100; color: #910000; font-size: 16px; font-weight: bold; justify-content: center; align-items: center; border-radius: 100px; margin:20px auto 0 auto; }
	.btn img { width: 35px; height: 35px; margin: 0 5px; }
	.btn-kv { height: auto; padding: 10px 20px; background: url(../images/btn-bg.jpg) center center repeat-x;}
	.btn-kv p { font-size: 18px; line-height: 1; font-weight: bold; text-align: center; }
	.btn-kv p span { font-size: 14px; }
	.btn-kv .arr {font-size: 50px; margin-left: 10px;}


	.tag { height: 40px; display: flex; justify-content: center; align-items: center; position: absolute; top: -28px; color: #fff; z-index: 10; }

	/*
	優惠活動
	*/
	.banner1 { padding: 20px 15px; }
	.banner1 p { font-size: 16px; padding: 5px 0 15px 0; font-weight: bold; }
	ul.bankevent { flex-direction: ; }
	ul.bankevent li { width: 100%; margin-bottom: 10px; }
	ul.bankevent li img { border-radius: 0px; }
	.banner2 { margin-top: 50px; }
	.banner2 img { border-radius: 10px; }
	.banner2 .tag { height: 30px; display: flex; justify-content: center; align-items: center; position: absolute; top: -12px; color: #fff; z-index: 10; }
	.banner2 .tag-date { width: 75%; background:#ffda00; border-radius: 50px 50px 50px 0; font-weight: bold; font-size: 1rem; color:#ffffff ; }



	.alert-block { width: 100%; border:1px solid #000; border-radius: 15px; padding: 15px; flex-direction: column; align-items: center;margin-top: 10px;}
	.alert-block p { font-size: 14px; color: #000; font-weight: normal; padding: 0; }
	.alert-block img { width: 30px; margin-bottom: 10px; }
	.alert-block ul { list-style: disc; margin-left: 2em;  }
	.alert-block li { font-size: 14px; color: #000; }
	.alert-block-tablepc{display: none;}
	.alert-block-tablemo{display: block;}


	/* 框+小標 */
	.border-red { border:3px solid #DC000C; border-radius: 15px; padding: 20px 15px ; margin:40px 0 0 0; }
	.btn_p4{width:80%;margin: 10px auto;}

	/*
	行動隨時取
	*/
	ul.drink li { width: 100%; height: auto; margin-top: 30px; border-radius: 10px; display: flex; align-items: center; position: relative; padding:20px 0 10px 0; }
		ul.drink li:nth-child(1){margin-top: 20px;}
	ul.drink li .tag { height: auto; border-radius: 50px 50px 50px 0; padding:2px 15px; font-size: 16px; font-weight: bold; top: -24px; left:-1px; }
	ul.drink li .tag span { font-size: 24px; color: #FFEB00; }
	
	ul.drink li:nth-child(12) { margin-bottom: 0;}
	
		/*footer*/
footer{text-align:center; padding:15px; display: flex; flex-direction: column; justify-content: center; background-color:#000; color: #fff; margin-top: -17px;margin-bottom: 21%;}
footer img{width: 100%; height:100%;}
footer div p{ font-size:0.8rem; line-height: 1.5em;text-align: center;}
.wine-alert{width: 100%;background-color: #231816;position: fixed;bottom: 0;z-index: 999;height:10vh;background-image: url("../images/discount-alert.jpg");background-size: 100%;background-position: center;background-repeat:no-repeat;}
.wine-alert-pic{width: 100%;height: auto;margin: auto;}
.wine-alert-pic img { width: 100%; }


	}

	/* ------------------ min devices (phones) ------------------ */
	@media screen and (max-width:321px){

	.banner2 .tag-date { width: 65%; background:#DC000C; left: 0; border-radius: 50px 50px 50px 0; font-weight: bold; font-size: 13px; }
	.btn-kv p { font-size: 16px; }
	.btn-kv p span { font-size: 12px; }
	.btn-kv .arr {font-size: 40px; margin-left: 5px;}

	}


/* $Pad
--------------------------------------------------------------------------------------*/
@media screen and (min-width:600px) and (max-width:1024px){

	.l-discount .event-title.more{ margin: 0 auto 50px auto; }
	
	/* notelist */
	.notelist{ width: 100%; max-width: 900px; margin: 15px auto 0 auto; }
	.notelist ul .notelist_tit{ font-size: 1.6rem; color: #ff9000; margin: 0 0 10px -25px; }
	.notelist h5{ display: flex; justify-content: center; height: 40px; line-height: 40px; border: 1px solid #009943; box-sizing: border-box; padding: 0 20px; font-size: 1.4rem; color: #009943; position: relative; cursor: pointer; border-radius: 10px;  }
	.notelist.colorw h5{ border: 1px solid #fff; color: #fff;   }
	.notelist h5:after{ content: '\e90b'; position: absolute; right: 20px; }
	.notelist .ullist{ border: 1px solid #009943; font-size: 1.4rem; line-height: 1.5em; color: #000; box-sizing: border-box; padding: 20px 20px 20px 20px; margin: -6px 0 0 0; transition: all .4s cubic-bezier(.23,1,.32,1); display: none; }
	.notelist ul{ list-style: decimal; margin: 0 0 0 20px; }
	.notelist.colorw .ullist{ border: 1px solid #fff; color: #fff; }
	.notelist.active h5{ border-radius: 10px 10px 0 0; }
	.notelist.active h5:after{ content: '\e90a'; }
	.notelist.active .ullist{ display: block; }
	.notelist-box{ width: 100%; max-width: 953px; margin: 0 auto; font-size: 1.6rem; line-height: 1.6em; box-sizing: border-box; padding: 40px 0; }
	.notelist_tit{ font-size: 2rem; font-weight: bold; margin: 0 0 10px; }
	.notelist-box ul{ list-style: decimal; margin: 0 0 0 30px; }
	.notelist-box ul>li>ul{ list-style: disc; margin: 0 0 0 20px; }
	.notelist-box h5{ font-size: 3.6rem; text-align: center; margin: 0 0 30px 0; }
.notepic{width: 80%;margin: 2% 0;

}



