@import url("https://fonts.googleapis.com/css?family=Open+Sans|Oswald:200,300,400,500,600");
@font-face {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    src: url("/font/fontello.eot?61757689#iefix") format("embedded-opentype"), url("/font/fontello.woff?61757689") format("woff"), url("/font/fontello.ttf?61757689") format("truetype"), url("/font/fontello.svg?61757689#fontello") format("svg");
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
}
table td{
	padding: 5px 10px;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,blockquote {
	quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none
}

a img {
	border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,*::before,*::after {
	box-sizing: inherit
}

html {
	overflow-x: hidden
}

body {
	font-family: Helvetica,Arial,Verdana,"PingFang","PingFangTC","Microsoft JhengHei",sans-serif;
	font-size: 1rem;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	line-height: 165%
}

body ::selection {
	background: #72A22D;
	color: #fff
}

body ::-moz-selection {
	background: #72A22D;
	color: #fff
}

body img::selection {
	background: transparent
}

body img::-moz-selection {
	background: transparent
}

input,select,textarea {
	outline: 0;
	font-family: Helvetica,Arial,Verdana,"PingFang","PingFangTC","Microsoft JhengHei",sans-serif;
	font-size: 1rem;
	line-height: 1.375em
}

input:focus,select:focus,textarea:focus {
	outline: 0
}

a {
	text-decoration: none;
	color: #72A22D;
	outline: 0
}

a:hover,a:active,a:focus {
	text-decoration: none;
	outline: 0
}

select {
	background: #fff
}

@media(min-width:0) and (max-width:1199px) {
	.mobile-hide {
		display: none
	}
}

@media(min-width:1480px) {
	.dsk-hide {
		display: none
	}
}

.mask {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 9000;
	left: 0;
	top: 0
}
img {
	display: block;
	width: 100%;
}

#js-rwd {
	display: block;
	height: 0;
	width: 0;
	background: transparent;
	visibility: hidden
}

@media(min-width:1200px) {
	#js-rwd {
		width: 10px
	}
}

.container,.wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 92%;
	max-width: 518.4px
}

@media(min-width:576px) {
	.container,.wrap {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:768px) {
	.container,.wrap {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:992px) {
	.container,.wrap {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1200px) {
	.container,.wrap {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1480px) {
	.container,.wrap {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:576px) {
	.container,.wrap {
		width: 92%;
		max-width: 518.4px
	}
}

@media(min-width:768px) {
	.container,.wrap {
		width: 92%;
		max-width: 691.2px
	}
}

@media(min-width:992px) {
	.container,.wrap {
		width: 88%;
		max-width: 892.8px
	}
}

@media(min-width:1200px) {
	.container,.wrap {
		width: 88%;
		max-width: 1080px
	}
}

@media(min-width:1480px) {
	.container,.wrap {
		width: 88%;
		max-width: 1280px
	}
}

.container-fluid,.wrap-fs {
	position: relative;
	padding-left: 0;
	padding-right: 0
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:1480px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.no-gutters>.col.mobile-pd,.no-gutters>[class*="col-"].mobile-pd {
	padding-right: 6%;
	padding-left: 6%
}

.no-gutters .mobile-pd,.no-gutters.mobile-pd {
	padding-right: 6%;
	padding-left: 6%
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:576px) {
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:768px) {
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:992px) {
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1200px) {
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1480px) {
	.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl {
		padding-right: 15px;
		padding-left: 15px
	}
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.33333%
}

.pull-2 {
	right: 16.66667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.33333%
}

.pull-5 {
	right: 41.66667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.33333%
}

.pull-8 {
	right: 66.66667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.33333%
}

.pull-11 {
	right: 91.66667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.33333%
}

.push-2 {
	left: 16.66667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.33333%
}

.push-5 {
	left: 41.66667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.33333%
}

.push-8 {
	left: 66.66667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.33333%
}

.push-11 {
	left: 91.66667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-sm-0 {
		right: auto
	}

	.pull-sm-1 {
		right: 8.33333%
	}

	.pull-sm-2 {
		right: 16.66667%
	}

	.pull-sm-3 {
		right: 25%
	}

	.pull-sm-4 {
		right: 33.33333%
	}

	.pull-sm-5 {
		right: 41.66667%
	}

	.pull-sm-6 {
		right: 50%
	}

	.pull-sm-7 {
		right: 58.33333%
	}

	.pull-sm-8 {
		right: 66.66667%
	}

	.pull-sm-9 {
		right: 75%
	}

	.pull-sm-10 {
		right: 83.33333%
	}

	.pull-sm-11 {
		right: 91.66667%
	}

	.pull-sm-12 {
		right: 100%
	}

	.push-sm-0 {
		left: auto
	}

	.push-sm-1 {
		left: 8.33333%
	}

	.push-sm-2 {
		left: 16.66667%
	}

	.push-sm-3 {
		left: 25%
	}

	.push-sm-4 {
		left: 33.33333%
	}

	.push-sm-5 {
		left: 41.66667%
	}

	.push-sm-6 {
		left: 50%
	}

	.push-sm-7 {
		left: 58.33333%
	}

	.push-sm-8 {
		left: 66.66667%
	}

	.push-sm-9 {
		left: 75%
	}

	.push-sm-10 {
		left: 83.33333%
	}

	.push-sm-11 {
		left: 91.66667%
	}

	.push-sm-12 {
		left: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-md-0 {
		right: auto
	}

	.pull-md-1 {
		right: 8.33333%
	}

	.pull-md-2 {
		right: 16.66667%
	}

	.pull-md-3 {
		right: 25%
	}

	.pull-md-4 {
		right: 33.33333%
	}

	.pull-md-5 {
		right: 41.66667%
	}

	.pull-md-6 {
		right: 50%
	}

	.pull-md-7 {
		right: 58.33333%
	}

	.pull-md-8 {
		right: 66.66667%
	}

	.pull-md-9 {
		right: 75%
	}

	.pull-md-10 {
		right: 83.33333%
	}

	.pull-md-11 {
		right: 91.66667%
	}

	.pull-md-12 {
		right: 100%
	}

	.push-md-0 {
		left: auto
	}

	.push-md-1 {
		left: 8.33333%
	}

	.push-md-2 {
		left: 16.66667%
	}

	.push-md-3 {
		left: 25%
	}

	.push-md-4 {
		left: 33.33333%
	}

	.push-md-5 {
		left: 41.66667%
	}

	.push-md-6 {
		left: 50%
	}

	.push-md-7 {
		left: 58.33333%
	}

	.push-md-8 {
		left: 66.66667%
	}

	.push-md-9 {
		left: 75%
	}

	.push-md-10 {
		left: 83.33333%
	}

	.push-md-11 {
		left: 91.66667%
	}

	.push-md-12 {
		left: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-lg-0 {
		right: auto
	}

	.pull-lg-1 {
		right: 8.33333%
	}

	.pull-lg-2 {
		right: 16.66667%
	}

	.pull-lg-3 {
		right: 25%
	}

	.pull-lg-4 {
		right: 33.33333%
	}

	.pull-lg-5 {
		right: 41.66667%
	}

	.pull-lg-6 {
		right: 50%
	}

	.pull-lg-7 {
		right: 58.33333%
	}

	.pull-lg-8 {
		right: 66.66667%
	}

	.pull-lg-9 {
		right: 75%
	}

	.pull-lg-10 {
		right: 83.33333%
	}

	.pull-lg-11 {
		right: 91.66667%
	}

	.pull-lg-12 {
		right: 100%
	}

	.push-lg-0 {
		left: auto
	}

	.push-lg-1 {
		left: 8.33333%
	}

	.push-lg-2 {
		left: 16.66667%
	}

	.push-lg-3 {
		left: 25%
	}

	.push-lg-4 {
		left: 33.33333%
	}

	.push-lg-5 {
		left: 41.66667%
	}

	.push-lg-6 {
		left: 50%
	}

	.push-lg-7 {
		left: 58.33333%
	}

	.push-lg-8 {
		left: 66.66667%
	}

	.push-lg-9 {
		left: 75%
	}

	.push-lg-10 {
		left: 83.33333%
	}

	.push-lg-11 {
		left: 91.66667%
	}

	.push-lg-12 {
		left: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-xl-0 {
		right: auto
	}

	.pull-xl-1 {
		right: 8.33333%
	}

	.pull-xl-2 {
		right: 16.66667%
	}

	.pull-xl-3 {
		right: 25%
	}

	.pull-xl-4 {
		right: 33.33333%
	}

	.pull-xl-5 {
		right: 41.66667%
	}

	.pull-xl-6 {
		right: 50%
	}

	.pull-xl-7 {
		right: 58.33333%
	}

	.pull-xl-8 {
		right: 66.66667%
	}

	.pull-xl-9 {
		right: 75%
	}

	.pull-xl-10 {
		right: 83.33333%
	}

	.pull-xl-11 {
		right: 91.66667%
	}

	.pull-xl-12 {
		right: 100%
	}

	.push-xl-0 {
		left: auto
	}

	.push-xl-1 {
		left: 8.33333%
	}

	.push-xl-2 {
		left: 16.66667%
	}

	.push-xl-3 {
		left: 25%
	}

	.push-xl-4 {
		left: 33.33333%
	}

	.push-xl-5 {
		left: 41.66667%
	}

	.push-xl-6 {
		left: 50%
	}

	.push-xl-7 {
		left: 58.33333%
	}

	.push-xl-8 {
		left: 66.66667%
	}

	.push-xl-9 {
		left: 75%
	}

	.push-xl-10 {
		left: 83.33333%
	}

	.push-xl-11 {
		left: 91.66667%
	}

	.push-xl-12 {
		left: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:1480px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-xxl-0 {
		right: auto
	}

	.pull-xxl-1 {
		right: 8.33333%
	}

	.pull-xxl-2 {
		right: 16.66667%
	}

	.pull-xxl-3 {
		right: 25%
	}

	.pull-xxl-4 {
		right: 33.33333%
	}

	.pull-xxl-5 {
		right: 41.66667%
	}

	.pull-xxl-6 {
		right: 50%
	}

	.pull-xxl-7 {
		right: 58.33333%
	}

	.pull-xxl-8 {
		right: 66.66667%
	}

	.pull-xxl-9 {
		right: 75%
	}

	.pull-xxl-10 {
		right: 83.33333%
	}

	.pull-xxl-11 {
		right: 91.66667%
	}

	.pull-xxl-12 {
		right: 100%
	}

	.push-xxl-0 {
		left: auto
	}

	.push-xxl-1 {
		left: 8.33333%
	}

	.push-xxl-2 {
		left: 16.66667%
	}

	.push-xxl-3 {
		left: 25%
	}

	.push-xxl-4 {
		left: 33.33333%
	}

	.push-xxl-5 {
		left: 41.66667%
	}

	.push-xxl-6 {
		left: 50%
	}

	.push-xxl-7 {
		left: 58.33333%
	}

	.push-xxl-8 {
		left: 66.66667%
	}

	.push-xxl-9 {
		left: 75%
	}

	.push-xxl-10 {
		left: 83.33333%
	}

	.push-xxl-11 {
		left: 91.66667%
	}

	.push-xxl-12 {
		left: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333%
	}

	.offset-xxl-2 {
		margin-left: 16.66667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333%
	}

	.offset-xxl-5 {
		margin-left: 41.66667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333%
	}

	.offset-xxl-8 {
		margin-left: 66.66667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333%
	}

	.offset-xxl-11 {
		margin-left: 91.66667%
	}
}

.m-0 {
	margin: 0 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-1 {
	margin: .25rem .25rem !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.ml-1 {
	margin-left: .25rem !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.m-2 {
	margin: .5rem .5rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.m-3 {
	margin: 1rem 1rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mr-3 {
	margin-right: 1rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.ml-3 {
	margin-left: 1rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.m-4 {
	margin: 1.5rem 1.5rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.ml-4 {
	margin-left: 1.5rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.m-5 {
	margin: 3rem 3rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.ml-5 {
	margin-left: 3rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-1 {
	padding: .25rem .25rem !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.p-2 {
	padding: .5rem .5rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.p-3 {
	padding: 1rem 1rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pr-3 {
	padding-right: 1rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pl-3 {
	padding-left: 1rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.p-4 {
	padding: 1.5rem 1.5rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pr-4 {
	padding-right: 1.5rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pl-4 {
	padding-left: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.p-5 {
	padding: 3rem 3rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pr-5 {
	padding-right: 3rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.pl-5 {
	padding-left: 3rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0 0 !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0 {
		margin-left: 0 !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-sm-1 {
		margin: .25rem .25rem !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1 {
		margin-left: .25rem !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem .5rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2 {
		margin-left: .5rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem 1rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3 {
		margin-left: 1rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4 {
		margin-left: 1.5rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem 3rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5 {
		margin-left: 3rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-sm-0 {
		padding: 0 0 !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0 {
		padding-left: 0 !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-sm-1 {
		padding: .25rem .25rem !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1 {
		padding-left: .25rem !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem .5rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2 {
		padding-left: .5rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem 1rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3 {
		padding-left: 1rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4 {
		padding-left: 1.5rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem 3rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5 {
		padding-left: 3rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important

	}

	.ml-sm-auto {
		margin-left: auto !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0 0 !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0 {
		margin-left: 0 !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-md-1 {
		margin: .25rem .25rem !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1 {
		margin-left: .25rem !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-md-2 {
		margin: .5rem .5rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2 {
		margin-left: .5rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-md-3 {
		margin: 1rem 1rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3 {
		margin-left: 1rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4 {
		margin-left: 1.5rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem 3rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5 {
		margin-left: 3rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-md-0 {
		padding: 0 0 !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0 {
		padding-left: 0 !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-md-1 {
		padding: .25rem .25rem !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1 {
		padding-left: .25rem !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-md-2 {
		padding: .5rem .5rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2 {
		padding-left: .5rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-md-3 {
		padding: 1rem 1rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3 {
		padding-left: 1rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4 {
		padding-left: 1.5rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem 3rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5 {
		padding-left: 3rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto {
		margin-left: auto !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0 0 !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0 {
		margin-left: 0 !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-lg-1 {
		margin: .25rem .25rem !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1 {
		margin-left: .25rem !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem .5rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2 {
		margin-left: .5rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem 1rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3 {
		margin-left: 1rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4 {
		margin-left: 1.5rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem 3rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}


	.mr-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5 {
		margin-left: 3rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-lg-0 {
		padding: 0 0 !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0 {
		padding-left: 0 !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-lg-1 {
		padding: .25rem .25rem !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1 {
		padding-left: .25rem !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem .5rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2 {
		padding-left: .5rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem 1rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3 {
		padding-left: 1rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4 {
		padding-left: 1.5rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem 3rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5 {
		padding-left: 3rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto {
		margin-left: auto !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0 0 !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0 {
		margin-left: 0 !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-xl-1 {
		margin: .25rem .25rem !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1 {
		margin-left: .25rem !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem .5rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2 {
		margin-left: .5rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem 1rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3 {
		margin-left: 1rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4 {
		margin-left: 1.5rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem 3rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5 {
		margin-left: 3rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-xl-0 {
		padding: 0 0 !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0 {
		padding-left: 0 !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-xl-1 {
		padding: .25rem .25rem !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1 {
		padding-left: .25rem !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem .5rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2 {
		padding-left: .5rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem 1rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3 {
		padding-left: 1rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4 {
		padding-left: 1.5rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem 3rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5 {
		padding-left: 3rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto {
		margin-left: auto !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media(min-width:1480px) {
	.m-xxl-0 {
		margin: 0 0 !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mr-xxl-0 {
		margin-right: 0 !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.ml-xxl-0 {
		margin-left: 0 !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem .25rem !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mr-xxl-1 {
		margin-right: .25rem !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xxl-1 {
		margin-left: .25rem !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem .5rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mr-xxl-2 {
		margin-right: .5rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xxl-2 {
		margin-left: .5rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem 1rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mr-xxl-3 {
		margin-right: 1rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xxl-3 {
		margin-left: 1rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem 1.5rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xxl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xxl-4 {
		margin-left: 1.5rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem 3rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mr-xxl-5 {
		margin-right: 3rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xxl-5 {
		margin-left: 3rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.p-xxl-0 {
		padding: 0 0 !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pr-xxl-0 {
		padding-right: 0 !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pl-xxl-0 {
		padding-left: 0 !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem .25rem !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pr-xxl-1 {
		padding-right: .25rem !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xxl-1 {
		padding-left: .25rem !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem .5rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pr-xxl-2 {
		padding-right: .5rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xxl-2 {
		padding-left: .5rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem 1rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pr-xxl-3 {
		padding-right: 1rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xxl-3 {
		padding-left: 1rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem 1.5rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xxl-4 {
		padding-left: 1.5rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem 3rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pr-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xxl-5 {
		padding-left: 3rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.mr-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ml-xxl-auto {
		margin-left: auto !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=97117f1a845eb95b0764)
 * Config saved to config.json and https://gist.github.com/97117f1a845eb95b0764
 *//*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role="button"] {
	cursor: pointer
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1800;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1300;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .8;
	filter: alpha(opacity=80)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #ddd;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #ddd
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:768px) {
	.modal-dialog {
		width: 640px;
		margin: 30px auto
	}

	.modal-sm {
		width: 300px
	}
}

.clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after,.modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}


.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-prev,.slick-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 10;
}
.hero .slick-prev,.hero .slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0
}
@media (max-width: 640px) {.hero .slick-prev,.hero .slick-next{height: 35px;width: 35px;}}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	outline: 0;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,.slick-next:before {
	font-family: "fontello";
	font-size: 36px;
	line-height: 1;
	color: #333333;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.hero .slick-prev:before,.hero .slick-next:before {
	font-family: "fontello";
	font-size: 60px;
	line-height: 1;
	color: #ffffff;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media (max-width: 640px) {.hero .slick-prev:before,.hero .slick-next:before{font-size: 40px;}}

.slick-prev {
	left: -15px
}[dir="rtl"] .slick-prev {
	left: auto;
	right: -15px
}

.slick-prev:before {
	background-image: url('/images/left-arrow.png');
}[dir="rtl"] .slick-prev:before {
	content: "\f105"
}

.slick-next {
	right: -15px
}[dir="rtl"] .slick-next {
	left: -15px;
	right: auto
}

.slick-next:before {
	background-image: url('/images/right-arrow.png');
}[dir="rtl"] .slick-next:before {
	content: "\f104"
}
.hero .slick-prev {
	left: 20px;
		background-image: url('/images/left-arrow.png');
	background-size: 50px;
	
}
@media (max-width: 640px) {.hero .slick-prev{background-size: 35px;}}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 20px
}

.hero .slick-prev:before {
	background-image: url('/images/left-arrow.png');
}[dir="rtl"] .slick-prev:before {
	content: "\f105"
}
.responsive .slick-prev {
	left: -10px;
		background-image: url('/images/left-arrow2.png');
	background-size: 36px;
}[dir="rtl"] .slick-prev {
	left: auto;
	right: 20px;
}

.responsive .slick-prev:before {
	background-image: url('/images/left-arrow2.png');
}[dir="rtl"] .slick-prev:before {
	content: "\f105"
}
.hero .slick-next {
	right: 20px;
	background-image: url('/images/right-arrow.png');
	background-size: 50px;
}
@media (max-width: 640px) {.hero .slick-next{background-size: 35px;}}

[dir="rtl"] .slick-next {
	left: 20px;
	right: auto
}

.hero .slick-next:before {
	background-image: url('/images/right-arrow.png');
}[dir="rtl"] .slick-next:before {
	content: "\f104"
}
.responsive .slick-next {
	right: -10px;
	background-image: url('/images/right-arrow2.png');
	background-size: 36px;
}[dir="rtl"] .slick-next {
	left: 20px;
	right: auto
}

.responsive .slick-next:before {
	background-image: url('/images/right-arrow2.png');
}[dir="rtl"] .slick-next:before {
	content: "\f104"
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75
}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);
	transition: transform 333ms cubic-bezier(0.4,0,0.22,1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1)
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	background: url(default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(default-skin.svg)
	}

	.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
		background: 0
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
	background: 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0,0,0,0.3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1)
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,.pswp__caption {
	background-color: rgba(0,0,0,0.5)
}

.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption {
	background-color: rgba(0,0,0,0.3)
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0
}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

@-webkit-keyframes flash {
	0%,50%,100% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,50%,100% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10%,20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	10%,20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		-ms-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

.floatL {
	float: left
}

.floatR {
	float: right
}

.floatnone {
	float: none
}

.clear {
	clear: both
}

.clearfix:after {
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden
}

.word-break {
	word-break: break-all
}

.block {
	display: block
}

.inline {
	display: inline
}

.inlineblock {
	display: inline-block
}

.none {
	display: none
}

.img-40 img {
	display: inline-block;
	width: 40% !important;
	height: auto !important;
	font-size: 0
}

.img-60 img {
	display: inline-block;
	width: 60% !important;
	height: auto !important;
	font-size: 0
}

.img-80 img {
	display: inline-block;
	width: 80% !important;
	height: auto !important;
	font-size: 0
}

.img-90 img {
	display: inline-block;
	width: 100% !important;
	height: auto !important;
	font-size: 0
}

.img-100 img {
	display: inline-block;
	width: 100% !important;
	height: auto !important;
	font-size: 0
}

.fz0 {
	font-size: 0
}

.mg-auto {
	margin-right: auto;
	margin-left: auto
}

.maLRauto {
	margin-right: auto;
	margin-left: auto
}

.textC {
	text-align: center
}

.textL {
	text-align: left
}

.textR {
	text-align: right
}

@media(min-width:0) and (max-width:768px) {
	.textC-sm {
		text-align: center
	}

	.textL-sm {
		text-align: left
	}

	.textR-sm {
		text-align: right
	}
}

.ov-hidden {
	overflow: hidden
}

.ov-auto {
	overflow: auto
}

.textflowell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.smH {
	margin-bottom: -10000px;
	padding-bottom: 10000px
}

.w100 {
	width: 100%
}

.max-w100 {
	max-width: 100%
}

.no-border {
	border: 0
}

.fs-italic {
	font-style: italic
}

.bold {
	font-weight: bold
}

.fz0 {
	font-size: 0
}

.fs-en {
	font-family: "Oswald",sans-serif
}

.middle {
	background-color: #000;
	text-align: center
}

.middle>div,.middle>span,.middle>p {
	display: inline-block;
	vertical-align: middle;
	max-width: 99%
}

.middle:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	background-color: #ff0
}

.fw-light {
	font-weight: 300
}

.fw-regular {
	font-weight: 400
}

.fw-medium {
	font-weight: 500
}

.fw-semiBold {
	font-weight: 600
}

.lh-xs {
	line-height: 115%
}

.lh-sm {
	line-height: 145%
}

.lh-md {
	line-height: 165%
}

.lh-lg {
	line-height: 180%
}

.lh-xl {
	line-height: 200%
}

.bg-gray {
	background: #eee
}

.content {
	min-height: 400px
}

@media(min-width:576px) {
	.content {
		min-height: 600px
	}
}

@media(min-width:768px) {
	.content {
		min-height: 800px
	}
}

.verticalM-Before:before {
	content: '';
	width: 0;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

@media(min-width:0) and (max-width:991px) {
	.txt-mobile-c {
		text-align: center
	}
}

@media(min-width:992px) {
	.txt-desktop-c {
		text-align: center
	}
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:300;src:local("Open Sans Light"),local("OpenSans-Light"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");unicode-range:U+1F00-1FFF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");unicode-range:U+0370-03FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:400;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:600;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");unicode-range:U+1F00-1FFF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");unicode-range:U+0370-03FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
	font-family:'Open Sans';font-style:normal;font-weight:700;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}


.fz-h1 {
	font-size: 3.75rem;
	font-size: 5vw
}

@media(min-width:1200px) {
	.fz-h1 {
		font-size: 3.75rem
	}
}

@media(max-width:768px) {
	.fz-h1 {
		font-size: 3rem
	}
}

.fz-10 {
	font-size: 10px
}

.fz-11 {
	font-size: 11px
}

.fz-12 {
	font-size: 12px
}

.fz-13 {
	font-size: 13px
}

.fz-14 {
	font-size: 14px
}

.fz-15 {
	font-size: 15px
}

.fz-16 {
	font-size: 16px
}

.fz-17 {
	font-size: 17px
}

.fz-18 {
	font-size: 18px
}

.fz-19 {
	font-size: 19px
}

.fz-20 {
	font-size: 20px
}

.fz-21 {
	font-size: 21px
}

.fz-22 {
	font-size: 22px
}

.fz-23 {
	font-size: 23px
}

.fz-24 {
	font-size: 24px
}

.fz-25 {
	font-size: 25px
}

.fz-26 {
	font-size: 26px
}

.fz-xxs {
	font-size: .75rem
}

.fz-xs {
	font-size: .8125rem
}

.fz-min {
	font-size: .875rem
}

.fz-small {
	font-size: .9375rem
}

.fz-large {
	font-size: 60px
}

.fz-base {
	font-size: 16px
}

.fz-default {
	font-size: 1.125rem
}

.fz-large {
	font-size: 60px
}

.fz-xlarge {
	font-size: 90px
}

.fz-h1 {
	font-size: 3.125rem
}

.fz-h2 {
	font-size: 2.625rem
}

.fz-h3 {
	font-size: 2rem
}

.fz-h4 {
	font-size: 1.5rem
}

.fz-h5 {
	font-size: 1.375rem
}

.fz-h6 {
	font-size: 1.25rem
}

@media(min-width:892.8px) {
	.fz-small {
		font-size: .8125rem
	}

	.fz-min {
		font-size: .75rem
	}

	.fz-default {
		font-size: .9375rem
	}

	.fz-h1 {
		font-size: 3rem
	}

	.fz-h2 {
		font-size: 2.25rem
	}

	.fz-h3 {
		font-size: 1.875rem
	}

	.fz-h4 {
		font-size: 1.5rem
	}

	.fz-h5 {
		font-size: 1.25rem
	}

	.fz-h6 {
		font-size: 1.125rem
	}

	.fz-default {
		font-size: .9375rem
	}
}

@media(min-width:518.4px) {
	.fz-large {
		font-size: 2.25rem
	}

	.fz-small {
		font-size: .8125rem
	}

	.fz-min {
		font-size: .75rem
	}

	.fz-default {
		font-size: .9375rem
	}

	.fz-h1 {
		font-size: 2.5rem
	}

	.fz-h2 {
		font-size: 2rem
	}

	.fz-h3 {
		font-size: 1.75rem
	}

	.fz-h4 {
		font-size: 1.375rem
	}

	.fz-h5 {
		font-size: 1.25rem
	}

	.fz-h6 {
		font-size: 1rem
	}

	.fz-default {
		font-size: .9375rem
	}
}

.paxs0 {
	padding: 0
}

.paLRxs0 {
	padding-left: 0;
	padding-right: 0
}

.paTBxs0 {
	padding-top: 0;
	padding-bottom: 0
}

.paLxs0 {
	padding-left: 0
}

.paRxs0 {
	padding-right: 0
}

.paTxs0 {
	padding-top: 0
}

.paBxs0 {
	padding-bottom: 0
}

.maxs0 {
	margin: 0
}

.maLRxs0 {
	margin-left: 0;
	margin-right: 0
}

.maTBxs0 {
	margin-top: 0;
	margin-bottom: 0
}

.maLxs0 {
	margin-left: 0
}

.maRxs0 {
	margin-right: 0
}

.maTxs0 {
	margin-top: 0
}

.maBxs0 {
	margin-bottom: 0
}

.paxs5 {
	padding: .3125rem
}

.paLRxs5 {
	padding-left: .3125rem;
	padding-right: .3125rem
}

.paTBxs5 {
	padding-top: .3125rem;
	padding-bottom: .3125rem
}

.paLxs5 {
	padding-left: .3125rem
}

.paRxs5 {
	padding-right: .3125rem
}

.paTxs5 {
	padding-top: .3125rem
}

.paBxs5 {
	padding-bottom: .3125rem
}

.maxs5 {
	margin: .3125rem
}

.maLRxs5 {
	margin-left: .3125rem;
	margin-right: .3125rem
}

.maTBxs5 {
	margin-top: .3125rem;
	margin-bottom: .3125rem
}

.maLxs5 {
	margin-left: .3125rem
}

.maRxs5 {
	margin-right: .3125rem
}

.maTxs5 {
	margin-top: .3125rem
}

.maBxs5 {
	margin-bottom: .3125rem
}

.paxs10 {
	padding: .625rem
}

.paLRxs10 {
	padding-left: .625rem;
	padding-right: .625rem
}

.paTBxs10 {
	padding-top: .625rem;
	padding-bottom: .625rem
}

.paLxs10 {
	padding-left: .625rem
}

.paRxs10 {
	padding-right: .625rem
}

.paTxs10 {
	padding-top: .625rem
}

.paBxs10 {
	padding-bottom: .625rem
}

.maxs10 {
	margin: .625rem
}

.maLRxs10 {
	margin-left: .625rem;
	margin-right: .625rem
}

.maTBxs10 {
	margin-top: .625rem;
	margin-bottom: .625rem
}

.maLxs10 {
	margin-left: .625rem
}

.maRxs10 {
	margin-right: .625rem
}

.maTxs10 {
	margin-top: .625rem
}

.maBxs10 {
	margin-bottom: .625rem
}

.paxs15 {
	padding: .9375rem
}

.paLRxs15 {
	padding-left: .9375rem;
	padding-right: .9375rem
}

.paTBxs15 {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

.paLxs15 {
	padding-left: .9375rem
}

.paRxs15 {
	padding-right: .9375rem
}

.paTxs15 {
	padding-top: .9375rem
}

.paBxs15 {
	padding-bottom: .9375rem
}

.maxs15 {
	margin: .9375rem
}

.maLRxs15 {
	margin-left: .9375rem;
	margin-right: .9375rem
}

.maTBxs15 {
	margin-top: .9375rem;
	margin-bottom: .9375rem
}

.maLxs15 {
	margin-left: .9375rem
}

.maRxs15 {
	margin-right: .9375rem
}

.maTxs15 {
	margin-top: .9375rem
}

.maBxs15 {
	margin-bottom: .9375rem
}

.paxs20 {
	padding: 1.25rem
}

.paLRxs20 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.paTBxs20 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.paLxs20 {
	padding-left: 1.25rem
}

.paRxs20 {
	padding-right: 1.25rem
}

.paTxs20 {
	padding-top: 1.25rem
}

.paBxs20 {
	padding-bottom: 1.25rem
}

.maxs20 {
	margin: 1.25rem
}

.maLRxs20 {
	margin-left: 1.25rem;
	margin-right: 1.25rem
}

.maTBxs20 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

.maLxs20 {
	margin-left: 1.25rem
}

.maRxs20 {
	margin-right: 1.25rem
}

.maTxs20 {
	margin-top: 1.25rem
}

.maBxs20 {
	margin-bottom: 1.25rem
}

.paxs25 {
	padding: 1.5625rem
}

.paLRxs25 {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem
}

.paTBxs25 {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem
}

.paLxs25 {
	padding-left: 1.5625rem
}

.paRxs25 {
	padding-right: 1.5625rem
}

.paTxs25 {
	padding-top: 1.5625rem
}

.paBxs25 {
	padding-bottom: 1.5625rem
}

.maxs25 {
	margin: 1.5625rem
}

.maLRxs25 {
	margin-left: 1.5625rem;
	margin-right: 1.5625rem
}

.maTBxs25 {
	margin-top: 1.5625rem;
	margin-bottom: 1.5625rem
}

.maLxs25 {
	margin-left: 1.5625rem
}

.maRxs25 {
	margin-right: 1.5625rem
}

.maTxs25 {
	margin-top: 1.5625rem
}

.maBxs25 {
	margin-bottom: 1.5625rem
}

.paxs30 {
	padding: 1.875rem
}

.paLRxs30 {
	padding-left: 1.875rem;
	padding-right: 1.875rem
}

.paTBxs30 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem
}

.paLxs30 {
	padding-left: 1.875rem
}

.paRxs30 {
	padding-right: 1.875rem
}

.paTxs30 {
	padding-top: 1.875rem
}

.paBxs30 {
	padding-bottom: 1.875rem
}

.maxs30 {
	margin: 1.875rem
}

.maLRxs30 {
	margin-left: 1.875rem;
	margin-right: 1.875rem
}

.maTBxs30 {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem
}

.maLxs30 {
	margin-left: 1.875rem
}

.maRxs30 {
	margin-right: 1.875rem
}

.maTxs30 {
	margin-top: 1.875rem
}

.maBxs30 {
	margin-bottom: 1.875rem
}

.paxs35 {
	padding: 2.1875rem
}

.paLRxs35 {
	padding-left: 2.1875rem;
	padding-right: 2.1875rem
}

.paTBxs35 {
	padding-top: 2.1875rem;
	padding-bottom: 2.1875rem
}

.paLxs35 {
	padding-left: 2.1875rem
}

.paRxs35 {
	padding-right: 2.1875rem
}

.paTxs35 {
	padding-top: 2.1875rem
}

.paBxs35 {
	padding-bottom: 2.1875rem
}

.maxs35 {
	margin: 2.1875rem
}

.maLRxs35 {
	margin-left: 2.1875rem;
	margin-right: 2.1875rem
}

.maTBxs35 {
	margin-top: 2.1875rem;
	margin-bottom: 2.1875rem
}

.maLxs35 {
	margin-left: 2.1875rem
}

.maRxs35 {
	margin-right: 2.1875rem
}

.maTxs35 {
	margin-top: 2.1875rem
}

.maBxs35 {
	margin-bottom: 2.1875rem
}

.paxs40 {
	padding: 2.5rem
}

.paLRxs40 {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.paTBxs40 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.paLxs40 {
	padding-left: 2.5rem
}

.paRxs40 {
	padding-right: 2.5rem
}

.paTxs40 {
	padding-top: 2.5rem
}

.paBxs40 {
	padding-bottom: 2.5rem
}

.maxs40 {
	margin: 2.5rem
}

.maLRxs40 {
	margin-left: 2.5rem;
	margin-right: 2.5rem
}

.maTBxs40 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

.maLxs40 {
	margin-left: 2.5rem
}

.maRxs40 {
	margin-right: 2.5rem
}

.maTxs40 {
	margin-top: 2.5rem
}

.maBxs40 {
	margin-bottom: 2.5rem
}

.paxs45 {
	padding: 2.8125rem
}

.paLRxs45 {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem
}

.paTBxs45 {
	padding-top: 2.8125rem;
	padding-bottom: 2.8125rem
}

.paLxs45 {
	padding-left: 2.8125rem
}

.paRxs45 {
	padding-right: 2.8125rem
}

.paTxs45 {
	padding-top: 2.8125rem
}

.paBxs45 {
	padding-bottom: 2.8125rem
}

.maxs45 {
	margin: 2.8125rem
}

.maLRxs45 {
	margin-left: 2.8125rem;
	margin-right: 2.8125rem
}

.maTBxs45 {
	margin-top: 2.8125rem;
	margin-bottom: 2.8125rem
}

.maLxs45 {
	margin-left: 2.8125rem
}

.maRxs45 {
	margin-right: 2.8125rem
}

.maTxs45 {
	margin-top: 2.8125rem
}

.maBxs45 {
	margin-bottom: 2.8125rem
}

.paxs50 {
	padding: 3.125rem
}

.paLRxs50 {
	padding-left: 3.125rem;
	padding-right: 3.125rem
}

.paTBxs50 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem
}

.paLxs50 {
	padding-left: 3.125rem
}

.paRxs50 {
	padding-right: 3.125rem
}

.paTxs50 {
	padding-top: 3.125rem
}

.paBxs50 {
	padding-bottom: 3.125rem
}

.maxs50 {
	margin: 3.125rem
}

.maLRxs50 {
	margin-left: 3.125rem;
	margin-right: 3.125rem
}

.maTBxs50 {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem
}

.maLxs50 {
	margin-left: 3.125rem
}

.maRxs50 {
	margin-right: 3.125rem
}

.maTxs50 {
	margin-top: 3.125rem
}

.maBxs50 {
	margin-bottom: 3.125rem
}

.paxs55 {
	padding: 3.4375rem
}

.paLRxs55 {
	padding-left: 3.4375rem;
	padding-right: 3.4375rem
}

.paTBxs55 {
	padding-top: 3.4375rem;
	padding-bottom: 3.4375rem
}

.paLxs55 {
	padding-left: 3.4375rem
}

.paRxs55 {
	padding-right: 3.4375rem
}

.paTxs55 {
	padding-top: 3.4375rem
}

.paBxs55 {
	padding-bottom: 3.4375rem
}

.maxs55 {
	margin: 3.4375rem
}

.maLRxs55 {
	margin-left: 3.4375rem;
	margin-right: 3.4375rem
}

.maTBxs55 {
	margin-top: 3.4375rem;
	margin-bottom: 3.4375rem
}

.maLxs55 {
	margin-left: 3.4375rem
}

.maRxs55 {
	margin-right: 3.4375rem
}

.maTxs55 {
	margin-top: 3.4375rem
}

.maBxs55 {
	margin-bottom: 3.4375rem
}

.paxs60 {
	padding: 3.75rem
}

.paLRxs60 {
	padding-left: 3.75rem;
	padding-right: 3.75rem
}

.paTBxs60 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.paLxs60 {
	padding-left: 3.75rem
}

.paRxs60 {
	padding-right: 3.75rem
}

.paTxs60 {
	padding-top: 3.75rem
}

.paBxs60 {
	padding-bottom: 3.75rem
}

.maxs60 {
	margin: 3.75rem
}

.maLRxs60 {
	margin-left: 3.75rem;
	margin-right: 3.75rem
}

.maTBxs60 {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem
}

.maLxs60 {
	margin-left: 3.75rem
}

.maRxs60 {
	margin-right: 3.75rem
}

.maTxs60 {
	margin-top: 3.75rem
}

.maBxs60 {
	margin-bottom: 3.75rem
}

.paxs65 {
	padding: 4.0625rem
}

.paLRxs65 {
	padding-left: 4.0625rem;
	padding-right: 4.0625rem
}

.paTBxs65 {
	padding-top: 4.0625rem;
	padding-bottom: 4.0625rem
}

.paLxs65 {
	padding-left: 4.0625rem
}

.paRxs65 {
	padding-right: 4.0625rem
}

.paTxs65 {
	padding-top: 4.0625rem
}

.paBxs65 {
	padding-bottom: 4.0625rem
}

.maxs65 {
	margin: 4.0625rem
}

.maLRxs65 {
	margin-left: 4.0625rem;
	margin-right: 4.0625rem
}

.maTBxs65 {
	margin-top: 4.0625rem;
	margin-bottom: 4.0625rem
}

.maLxs65 {
	margin-left: 4.0625rem
}

.maRxs65 {
	margin-right: 4.0625rem
}

.maTxs65 {
	margin-top: 4.0625rem
}

.maBxs65 {
	margin-bottom: 4.0625rem
}

.paxs70 {
	padding: 4.375rem
}

.paLRxs70 {
	padding-left: 4.375rem;
	padding-right: 4.375rem
}

.paTBxs70 {
	padding-top: 4.375rem;
	padding-bottom: 4.375rem
}

.paLxs70 {
	padding-left: 4.375rem
}

.paRxs70 {
	padding-right: 4.375rem
}

.paTxs70 {
	padding-top: 4.375rem
}

.paBxs70 {
	padding-bottom: 4.375rem
}

.maxs70 {
	margin: 4.375rem
}

.maLRxs70 {
	margin-left: 4.375rem;
	margin-right: 4.375rem
}

.maTBxs70 {
	margin-top: 4.375rem;
	margin-bottom: 4.375rem
}

.maLxs70 {
	margin-left: 4.375rem
}

.maRxs70 {
	margin-right: 4.375rem
}

.maTxs70 {
	margin-top: 4.375rem
}

.maBxs70 {
	margin-bottom: 4.375rem
}

.paxs75 {
	padding: 4.6875rem
}

.paLRxs75 {
	padding-left: 4.6875rem;
	padding-right: 4.6875rem
}

.paTBxs75 {
	padding-top: 4.6875rem;
	padding-bottom: 4.6875rem
}

.paLxs75 {
	padding-left: 4.6875rem
}

.paRxs75 {
	padding-right: 4.6875rem
}

.paTxs75 {
	padding-top: 4.6875rem
}

.paBxs75 {
	padding-bottom: 4.6875rem
}

.maxs75 {
	margin: 4.6875rem
}

.maLRxs75 {
	margin-left: 4.6875rem;
	margin-right: 4.6875rem
}

.maTBxs75 {
	margin-top: 4.6875rem;
	margin-bottom: 4.6875rem
}

.maLxs75 {
	margin-left: 4.6875rem
}

.maRxs75 {
	margin-right: 4.6875rem
}

.maTxs75 {
	margin-top: 4.6875rem
}

.maBxs75 {
	margin-bottom: 4.6875rem
}

.paxs80 {
	padding: 5rem
}

.paLRxs80 {
	padding-left: 5rem;
	padding-right: 5rem
}

.paTBxs80 {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.paLxs80 {
	padding-left: 5rem
}

.paRxs80 {
	padding-right: 5rem
}

.paTxs80 {
	padding-top: 5rem
}

.paBxs80 {
	padding-bottom: 5rem
}

.maxs80 {
	margin: 5rem
}

.maLRxs80 {
	margin-left: 5rem;
	margin-right: 5rem
}

.maTBxs80 {
	margin-top: 5rem;
	margin-bottom: 5rem
}

.maLxs80 {
	margin-left: 5rem
}

.maRxs80 {
	margin-right: 5rem
}

.maTxs80 {
	margin-top: 5rem
}

.maBxs80 {
	margin-bottom: 5rem
}

.paxs85 {
	padding: 5.3125rem
}

.paLRxs85 {
	padding-left: 5.3125rem;
	padding-right: 5.3125rem
}

.paTBxs85 {
	padding-top: 5.3125rem;
	padding-bottom: 5.3125rem
}

.paLxs85 {
	padding-left: 5.3125rem
}

.paRxs85 {
	padding-right: 5.3125rem
}

.paTxs85 {
	padding-top: 5.3125rem
}

.paBxs85 {
	padding-bottom: 5.3125rem
}

.maxs85 {
	margin: 5.3125rem
}

.maLRxs85 {
	margin-left: 5.3125rem;
	margin-right: 5.3125rem
}

.maTBxs85 {
	margin-top: 5.3125rem;
	margin-bottom: 5.3125rem
}

.maLxs85 {
	margin-left: 5.3125rem
}

.maRxs85 {
	margin-right: 5.3125rem
}

.maTxs85 {
	margin-top: 5.3125rem
}

.maBxs85 {
	margin-bottom: 5.3125rem
}

.paxs90 {
	padding: 5.625rem
}

.paLRxs90 {
	padding-left: 5.625rem;
	padding-right: 5.625rem
}

.paTBxs90 {
	padding-top: 5.625rem;
	padding-bottom: 5.625rem
}

.paLxs90 {
	padding-left: 5.625rem
}

.paRxs90 {
	padding-right: 5.625rem
}

.paTxs90 {
	padding-top: 5.625rem
}

.paBxs90 {
	padding-bottom: 5.625rem
}

.maxs90 {
	margin: 5.625rem
}

.maLRxs90 {
	margin-left: 5.625rem;
	margin-right: 5.625rem
}

.maTBxs90 {
	margin-top: 5.625rem;
	margin-bottom: 5.625rem
}

.maLxs90 {
	margin-left: 5.625rem
}

.maRxs90 {
	margin-right: 5.625rem
}

.maTxs90 {
	margin-top: 5.625rem

}

.maBxs90 {
	margin-bottom: 5.625rem
}

.paxs95 {
	padding: 5.9375rem
}

.paLRxs95 {
	padding-left: 5.9375rem;
	padding-right: 5.9375rem
}

.paTBxs95 {
	padding-top: 5.9375rem;
	padding-bottom: 5.9375rem
}

.paLxs95 {
	padding-left: 5.9375rem
}

.paRxs95 {
	padding-right: 5.9375rem
}

.paTxs95 {
	padding-top: 5.9375rem
}

.paBxs95 {
	padding-bottom: 5.9375rem
}

.maxs95 {
	margin: 5.9375rem
}

.maLRxs95 {
	margin-left: 5.9375rem;
	margin-right: 5.9375rem
}

.maTBxs95 {
	margin-top: 5.9375rem;
	margin-bottom: 5.9375rem
}

.maLxs95 {
	margin-left: 5.9375rem
}

.maRxs95 {
	margin-right: 5.9375rem
}

.maTxs95 {
	margin-top: 5.9375rem
}

.maBxs95 {
	margin-bottom: 5.9375rem
}

.paxs100 {
	padding: 6.25rem
}

.paLRxs100 {
	padding-left: 6.25rem;
	padding-right: 6.25rem
}

.paTBxs100 {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem
}

.paLxs100 {
	padding-left: 6.25rem
}

.paRxs100 {
	padding-right: 6.25rem
}

.paTxs100 {
	padding-top: 6.25rem
}

.paBxs100 {
	padding-bottom: 6.25rem
}

.maxs100 {
	margin: 6.25rem
}

.maLRxs100 {
	margin-left: 6.25rem;
	margin-right: 6.25rem
}

.maTBxs100 {
	margin-top: 6.25rem;
	margin-bottom: 6.25rem
}

.maLxs100 {
	margin-left: 6.25rem
}

.maRxs100 {
	margin-right: 6.25rem
}

.maTxs100 {
	margin-top: 6.25rem
}

.maBxs100 {
	margin-bottom: 6.25rem
}

.paxs105 {
	padding: 6.5625rem
}

.paLRxs105 {
	padding-left: 6.5625rem;
	padding-right: 6.5625rem
}

.paTBxs105 {
	padding-top: 6.5625rem;
	padding-bottom: 6.5625rem
}

.paLxs105 {
	padding-left: 6.5625rem
}

.paRxs105 {
	padding-right: 6.5625rem
}

.paTxs105 {
	padding-top: 6.5625rem
}

.paBxs105 {
	padding-bottom: 6.5625rem
}

.maxs105 {
	margin: 6.5625rem
}

.maLRxs105 {
	margin-left: 6.5625rem;
	margin-right: 6.5625rem
}

.maTBxs105 {
	margin-top: 6.5625rem;
	margin-bottom: 6.5625rem
}

.maLxs105 {
	margin-left: 6.5625rem
}

.maRxs105 {
	margin-right: 6.5625rem
}

.maTxs105 {
	margin-top: 6.5625rem
}

.maBxs105 {
	margin-bottom: 6.5625rem
}

.paxs110 {
	padding: 6.875rem
}

.paLRxs110 {
	padding-left: 6.875rem;
	padding-right: 6.875rem
}

.paTBxs110 {
	padding-top: 6.875rem;
	padding-bottom: 6.875rem
}

.paLxs110 {
	padding-left: 6.875rem
}

.paRxs110 {
	padding-right: 6.875rem
}

.paTxs110 {
	padding-top: 6.875rem
}

.paBxs110 {
	padding-bottom: 6.875rem
}

.maxs110 {
	margin: 6.875rem
}

.maLRxs110 {
	margin-left: 6.875rem;
	margin-right: 6.875rem
}

.maTBxs110 {
	margin-top: 6.875rem;
	margin-bottom: 6.875rem
}

.maLxs110 {
	margin-left: 6.875rem
}

.maRxs110 {
	margin-right: 6.875rem
}

.maTxs110 {
	margin-top: 6.875rem
}

.maBxs110 {
	margin-bottom: 6.875rem
}

.paxs115 {
	padding: 7.1875rem
}

.paLRxs115 {
	padding-left: 7.1875rem;
	padding-right: 7.1875rem
}

.paTBxs115 {
	padding-top: 7.1875rem;
	padding-bottom: 7.1875rem
}

.paLxs115 {
	padding-left: 7.1875rem
}

.paRxs115 {
	padding-right: 7.1875rem
}

.paTxs115 {
	padding-top: 7.1875rem
}

.paBxs115 {
	padding-bottom: 7.1875rem
}

.maxs115 {
	margin: 7.1875rem
}

.maLRxs115 {
	margin-left: 7.1875rem;
	margin-right: 7.1875rem
}

.maTBxs115 {
	margin-top: 7.1875rem;
	margin-bottom: 7.1875rem
}

.maLxs115 {
	margin-left: 7.1875rem
}

.maRxs115 {
	margin-right: 7.1875rem
}

.maTxs115 {
	margin-top: 7.1875rem
}

.maBxs115 {
	margin-bottom: 7.1875rem
}

.paxs120 {
	padding: 7.5rem
}

.paLRxs120 {
	padding-left: 7.5rem;
	padding-right: 7.5rem
}

.paTBxs120 {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}

.paLxs120 {
	padding-left: 7.5rem
}

.paRxs120 {
	padding-right: 7.5rem
}

.paTxs120 {
	padding-top: 7.5rem
}

.paBxs120 {
	padding-bottom: 7.5rem
}

.maxs120 {
	margin: 7.5rem
}

.maLRxs120 {
	margin-left: 7.5rem;
	margin-right: 7.5rem
}

.maTBxs120 {
	margin-top: 7.5rem;
	margin-bottom: 7.5rem
}

.maLxs120 {
	margin-left: 7.5rem
}

.maRxs120 {
	margin-right: 7.5rem
}

.maTxs120 {
	margin-top: 7.5rem
}

.maBxs120 {
	margin-bottom: 7.5rem
}

.paxs125 {
	padding: 7.8125rem
}

.paLRxs125 {
	padding-left: 7.8125rem;
	padding-right: 7.8125rem
}

.paTBxs125 {
	padding-top: 7.8125rem;
	padding-bottom: 7.8125rem
}

.paLxs125 {
	padding-left: 7.8125rem
}

.paRxs125 {
	padding-right: 7.8125rem
}

.paTxs125 {
	padding-top: 7.8125rem
}

.paBxs125 {
	padding-bottom: 7.8125rem
}

.maxs125 {
	margin: 7.8125rem
}

.maLRxs125 {
	margin-left: 7.8125rem;
	margin-right: 7.8125rem
}

.maTBxs125 {
	margin-top: 7.8125rem;
	margin-bottom: 7.8125rem
}

.maLxs125 {
	margin-left: 7.8125rem
}

.maRxs125 {
	margin-right: 7.8125rem
}

.maTxs125 {
	margin-top: 7.8125rem
}

.maBxs125 {
	margin-bottom: 7.8125rem
}

.paxs130 {
	padding: 8.125rem
}

.paLRxs130 {
	padding-left: 8.125rem;
	padding-right: 8.125rem
}

.paTBxs130 {
	padding-top: 8.125rem;
	padding-bottom: 8.125rem
}

.paLxs130 {
	padding-left: 8.125rem
}

.paRxs130 {
	padding-right: 8.125rem
}

.paTxs130 {
	padding-top: 8.125rem
}

.paBxs130 {
	padding-bottom: 8.125rem
}

.maxs130 {
	margin: 8.125rem
}

.maLRxs130 {
	margin-left: 8.125rem;
	margin-right: 8.125rem
}

.maTBxs130 {
	margin-top: 8.125rem;
	margin-bottom: 8.125rem
}

.maLxs130 {
	margin-left: 8.125rem
}

.maRxs130 {
	margin-right: 8.125rem
}

.maTxs130 {
	margin-top: 8.125rem
}

.maBxs130 {
	margin-bottom: 8.125rem
}

.paxs135 {
	padding: 8.4375rem
}

.paLRxs135 {
	padding-left: 8.4375rem;
	padding-right: 8.4375rem
}

.paTBxs135 {
	padding-top: 8.4375rem;
	padding-bottom: 8.4375rem
}

.paLxs135 {
	padding-left: 8.4375rem
}

.paRxs135 {
	padding-right: 8.4375rem
}

.paTxs135 {
	padding-top: 8.4375rem
}

.paBxs135 {
	padding-bottom: 8.4375rem
}

.maxs135 {
	margin: 8.4375rem
}

.maLRxs135 {
	margin-left: 8.4375rem;
	margin-right: 8.4375rem
}

.maTBxs135 {
	margin-top: 8.4375rem;
	margin-bottom: 8.4375rem
}

.maLxs135 {
	margin-left: 8.4375rem
}

.maRxs135 {
	margin-right: 8.4375rem
}

.maTxs135 {
	margin-top: 8.4375rem
}

.maBxs135 {
	margin-bottom: 8.4375rem
}

.paxs140 {
	padding: 8.75rem
}

.paLRxs140 {
	padding-left: 8.75rem;
	padding-right: 8.75rem
}

.paTBxs140 {
	padding-top: 8.75rem;
	padding-bottom: 8.75rem
}

.paLxs140 {
	padding-left: 8.75rem
}

.paRxs140 {
	padding-right: 8.75rem
}

.paTxs140 {
	padding-top: 8.75rem
}

.paBxs140 {
	padding-bottom: 8.75rem
}

.maxs140 {
	margin: 8.75rem
}

.maLRxs140 {
	margin-left: 8.75rem;
	margin-right: 8.75rem
}

.maTBxs140 {
	margin-top: 8.75rem;
	margin-bottom: 8.75rem
}

.maLxs140 {
	margin-left: 8.75rem
}

.maRxs140 {
	margin-right: 8.75rem
}

.maTxs140 {
	margin-top: 8.75rem
}

.maBxs140 {
	margin-bottom: 8.75rem
}

.paxs145 {
	padding: 9.0625rem
}

.paLRxs145 {
	padding-left: 9.0625rem;
	padding-right: 9.0625rem
}

.paTBxs145 {
	padding-top: 9.0625rem;
	padding-bottom: 9.0625rem
}

.paLxs145 {
	padding-left: 9.0625rem
}

.paRxs145 {
	padding-right: 9.0625rem
}

.paTxs145 {
	padding-top: 9.0625rem
}

.paBxs145 {
	padding-bottom: 9.0625rem
}

.maxs145 {
	margin: 9.0625rem
}

.maLRxs145 {
	margin-left: 9.0625rem;
	margin-right: 9.0625rem
}

.maTBxs145 {
	margin-top: 9.0625rem;
	margin-bottom: 9.0625rem
}

.maLxs145 {
	margin-left: 9.0625rem
}

.maRxs145 {
	margin-right: 9.0625rem
}

.maTxs145 {
	margin-top: 9.0625rem
}

.maBxs145 {
	margin-bottom: 9.0625rem
}

@media(min-width:576px) {
	.pasm0 {
		padding: 0
	}

	.paLRsm0 {
		padding-left: 0;
		padding-right: 0
	}

	.paTBsm0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.paLsm0 {
		padding-left: 0
	}

	.paRsm0 {
		padding-right: 0
	}

	.paTsm0 {
		padding-top: 0
	}

	.paBsm0 {
		padding-bottom: 0
	}

	.masm0 {
		margin: 0
	}

	.maLRsm0 {
		margin-left: 0;
		margin-right: 0
	}

	.maTBsm0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.maLsm0 {
		margin-left: 0
	}

	.maRsm0 {
		margin-right: 0
	}

	.maTsm0 {
		margin-top: 0
	}

	.maBsm0 {
		margin-bottom: 0
	}

	.pasm5 {
		padding: .3125rem
	}

	.paLRsm5 {
		padding-left: .3125rem;
		padding-right: .3125rem
	}

	.paTBsm5 {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}

	.paLsm5 {
		padding-left: .3125rem
	}

	.paRsm5 {
		padding-right: .3125rem
	}

	.paTsm5 {
		padding-top: .3125rem
	}

	.paBsm5 {
		padding-bottom: .3125rem
	}

	.masm5 {
		margin: .3125rem
	}

	.maLRsm5 {
		margin-left: .3125rem;
		margin-right: .3125rem
	}

	.maTBsm5 {
		margin-top: .3125rem;
		margin-bottom: .3125rem
	}

	.maLsm5 {
		margin-left: .3125rem
	}

	.maRsm5 {
		margin-right: .3125rem
	}

	.maTsm5 {
		margin-top: .3125rem
	}

	.maBsm5 {
		margin-bottom: .3125rem
	}

	.pasm10 {
		padding: .625rem
	}

	.paLRsm10 {
		padding-left: .625rem;
		padding-right: .625rem
	}

	.paTBsm10 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	.paLsm10 {
		padding-left: .625rem
	}

	.paRsm10 {
		padding-right: .625rem
	}

	.paTsm10 {
		padding-top: .625rem
	}

	.paBsm10 {
		padding-bottom: .625rem
	}

	.masm10 {
		margin: .625rem
	}

	.maLRsm10 {
		margin-left: .625rem;
		margin-right: .625rem
	}

	.maTBsm10 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	.maLsm10 {
		margin-left: .625rem
	}

	.maRsm10 {
		margin-right: .625rem
	}

	.maTsm10 {
		margin-top: .625rem
	}

	.maBsm10 {
		margin-bottom: .625rem
	}

	.pasm15 {
		padding: .9375rem
	}

	.paLRsm15 {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.paTBsm15 {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}

	.paLsm15 {
		padding-left: .9375rem
	}

	.paRsm15 {
		padding-right: .9375rem
	}

	.paTsm15 {
		padding-top: .9375rem
	}

	.paBsm15 {
		padding-bottom: .9375rem
	}

	.masm15 {
		margin: .9375rem
	}

	.maLRsm15 {
		margin-left: .9375rem;
		margin-right: .9375rem
	}

	.maTBsm15 {
		margin-top: .9375rem;
		margin-bottom: .9375rem
	}

	.maLsm15 {
		margin-left: .9375rem
	}

	.maRsm15 {
		margin-right: .9375rem
	}

	.maTsm15 {
		margin-top: .9375rem
	}

	.maBsm15 {
		margin-bottom: .9375rem
	}

	.pasm20 {
		padding: 1.25rem
	}

	.paLRsm20 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.paTBsm20 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	.paLsm20 {
		padding-left: 1.25rem
	}

	.paRsm20 {
		padding-right: 1.25rem
	}

	.paTsm20 {
		padding-top: 1.25rem
	}

	.paBsm20 {
		padding-bottom: 1.25rem
	}

	.masm20 {
		margin: 1.25rem
	}

	.maLRsm20 {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}

	.maTBsm20 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	.maLsm20 {
		margin-left: 1.25rem
	}

	.maRsm20 {
		margin-right: 1.25rem
	}

	.maTsm20 {
		margin-top: 1.25rem
	}

	.maBsm20 {
		margin-bottom: 1.25rem
	}

	.pasm25 {
		padding: 1.5625rem
	}

	.paLRsm25 {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem
	}

	.paTBsm25 {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem
	}

	.paLsm25 {
		padding-left: 1.5625rem
	}

	.paRsm25 {
		padding-right: 1.5625rem
	}

	.paTsm25 {
		padding-top: 1.5625rem
	}

	.paBsm25 {
		padding-bottom: 1.5625rem
	}

	.masm25 {
		margin: 1.5625rem
	}

	.maLRsm25 {
		margin-left: 1.5625rem;
		margin-right: 1.5625rem
	}

	.maTBsm25 {
		margin-top: 1.5625rem;
		margin-bottom: 1.5625rem
	}

	.maLsm25 {
		margin-left: 1.5625rem
	}

	.maRsm25 {
		margin-right: 1.5625rem
	}

	.maTsm25 {
		margin-top: 1.5625rem
	}

	.maBsm25 {
		margin-bottom: 1.5625rem
	}

	.pasm30 {
		padding: 1.875rem
	}

	.paLRsm30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}

	.paTBsm30 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	.paLsm30 {
		padding-left: 1.875rem
	}

	.paRsm30 {
		padding-right: 1.875rem
	}

	.paTsm30 {
		padding-top: 1.875rem
	}


	.paBsm30 {
		padding-bottom: 1.875rem
	}

	.masm30 {
		margin: 1.875rem
	}

	.maLRsm30 {
		margin-left: 1.875rem;
		margin-right: 1.875rem
	}

	.maTBsm30 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	.maLsm30 {
		margin-left: 1.875rem
	}

	.maRsm30 {
		margin-right: 1.875rem
	}

	.maTsm30 {
		margin-top: 1.875rem
	}

	.maBsm30 {
		margin-bottom: 1.875rem
	}

	.pasm35 {
		padding: 2.1875rem
	}

	.paLRsm35 {
		padding-left: 2.1875rem;
		padding-right: 2.1875rem
	}

	.paTBsm35 {
		padding-top: 2.1875rem;
		padding-bottom: 2.1875rem
	}

	.paLsm35 {
		padding-left: 2.1875rem
	}

	.paRsm35 {
		padding-right: 2.1875rem
	}

	.paTsm35 {
		padding-top: 2.1875rem
	}

	.paBsm35 {
		padding-bottom: 2.1875rem
	}

	.masm35 {
		margin: 2.1875rem
	}

	.maLRsm35 {
		margin-left: 2.1875rem;
		margin-right: 2.1875rem
	}

	.maTBsm35 {
		margin-top: 2.1875rem;
		margin-bottom: 2.1875rem
	}

	.maLsm35 {
		margin-left: 2.1875rem
	}

	.maRsm35 {
		margin-right: 2.1875rem
	}

	.maTsm35 {
		margin-top: 2.1875rem
	}

	.maBsm35 {
		margin-bottom: 2.1875rem
	}

	.pasm40 {
		padding: 2.5rem
	}

	.paLRsm40 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}

	.paTBsm40 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	.paLsm40 {
		padding-left: 2.5rem
	}

	.paRsm40 {
		padding-right: 2.5rem
	}

	.paTsm40 {
		padding-top: 2.5rem
	}

	.paBsm40 {
		padding-bottom: 2.5rem
	}

	.masm40 {
		margin: 2.5rem
	}

	.maLRsm40 {
		margin-left: 2.5rem;
		margin-right: 2.5rem
	}

	.maTBsm40 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	.maLsm40 {
		margin-left: 2.5rem
	}

	.maRsm40 {
		margin-right: 2.5rem
	}

	.maTsm40 {
		margin-top: 2.5rem
	}

	.maBsm40 {
		margin-bottom: 2.5rem
	}

	.pasm45 {
		padding: 2.8125rem
	}

	.paLRsm45 {
		padding-left: 2.8125rem;
		padding-right: 2.8125rem
	}

	.paTBsm45 {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem
	}

	.paLsm45 {
		padding-left: 2.8125rem
	}

	.paRsm45 {
		padding-right: 2.8125rem
	}

	.paTsm45 {
		padding-top: 2.8125rem
	}

	.paBsm45 {
		padding-bottom: 2.8125rem
	}

	.masm45 {
		margin: 2.8125rem
	}

	.maLRsm45 {
		margin-left: 2.8125rem;
		margin-right: 2.8125rem
	}

	.maTBsm45 {
		margin-top: 2.8125rem;
		margin-bottom: 2.8125rem
	}

	.maLsm45 {
		margin-left: 2.8125rem
	}

	.maRsm45 {
		margin-right: 2.8125rem
	}

	.maTsm45 {
		margin-top: 2.8125rem
	}

	.maBsm45 {
		margin-bottom: 2.8125rem
	}

	.pasm50 {
		padding: 3.125rem
	}

	.paLRsm50 {
		padding-left: 3.125rem;
		padding-right: 3.125rem
	}

	.paTBsm50 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	.paLsm50 {
		padding-left: 3.125rem
	}

	.paRsm50 {
		padding-right: 3.125rem
	}

	.paTsm50 {
		padding-top: 3.125rem
	}

	.paBsm50 {
		padding-bottom: 3.125rem
	}

	.masm50 {
		margin: 3.125rem
	}

	.maLRsm50 {
		margin-left: 3.125rem;
		margin-right: 3.125rem
	}

	.maTBsm50 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	.maLsm50 {
		margin-left: 3.125rem
	}

	.maRsm50 {
		margin-right: 3.125rem
	}

	.maTsm50 {
		margin-top: 3.125rem
	}

	.maBsm50 {
		margin-bottom: 3.125rem
	}

	.pasm55 {
		padding: 3.4375rem
	}

	.paLRsm55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem
	}

	.paTBsm55 {
		padding-top: 3.4375rem;
		padding-bottom: 3.4375rem
	}

	.paLsm55 {
		padding-left: 3.4375rem
	}

	.paRsm55 {
		padding-right: 3.4375rem
	}

	.paTsm55 {
		padding-top: 3.4375rem
	}

	.paBsm55 {
		padding-bottom: 3.4375rem
	}

	.masm55 {
		margin: 3.4375rem
	}

	.maLRsm55 {
		margin-left: 3.4375rem;
		margin-right: 3.4375rem
	}

	.maTBsm55 {
		margin-top: 3.4375rem;
		margin-bottom: 3.4375rem
	}

	.maLsm55 {
		margin-left: 3.4375rem
	}

	.maRsm55 {
		margin-right: 3.4375rem
	}

	.maTsm55 {
		margin-top: 3.4375rem
	}

	.maBsm55 {
		margin-bottom: 3.4375rem
	}

	.pasm60 {
		padding: 3.75rem
	}

	.paLRsm60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}

	.paTBsm60 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}

	.paLsm60 {
		padding-left: 3.75rem
	}

	.paRsm60 {
		padding-right: 3.75rem
	}

	.paTsm60 {
		padding-top: 3.75rem
	}

	.paBsm60 {
		padding-bottom: 3.75rem
	}

	.masm60 {
		margin: 3.75rem
	}

	.maLRsm60 {
		margin-left: 3.75rem;
		margin-right: 3.75rem
	}

	.maTBsm60 {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem
	}

	.maLsm60 {
		margin-left: 3.75rem
	}

	.maRsm60 {
		margin-right: 3.75rem
	}

	.maTsm60 {
		margin-top: 3.75rem
	}

	.maBsm60 {
		margin-bottom: 3.75rem
	}

	.pasm65 {
		padding: 4.0625rem
	}

	.paLRsm65 {
		padding-left: 4.0625rem;
		padding-right: 4.0625rem
	}

	.paTBsm65 {
		padding-top: 4.0625rem;
		padding-bottom: 4.0625rem
	}

	.paLsm65 {
		padding-left: 4.0625rem
	}

	.paRsm65 {
		padding-right: 4.0625rem
	}

	.paTsm65 {
		padding-top: 4.0625rem
	}

	.paBsm65 {
		padding-bottom: 4.0625rem
	}

	.masm65 {
		margin: 4.0625rem
	}

	.maLRsm65 {
		margin-left: 4.0625rem;
		margin-right: 4.0625rem
	}

	.maTBsm65 {
		margin-top: 4.0625rem;
		margin-bottom: 4.0625rem
	}

	.maLsm65 {
		margin-left: 4.0625rem
	}

	.maRsm65 {
		margin-right: 4.0625rem
	}

	.maTsm65 {
		margin-top: 4.0625rem
	}

	.maBsm65 {
		margin-bottom: 4.0625rem
	}

	.pasm70 {
		padding: 4.375rem
	}

	.paLRsm70 {
		padding-left: 4.375rem;
		padding-right: 4.375rem
	}

	.paTBsm70 {
		padding-top: 4.375rem;
		padding-bottom: 4.375rem
	}

	.paLsm70 {
		padding-left: 4.375rem
	}

	.paRsm70 {
		padding-right: 4.375rem
	}

	.paTsm70 {
		padding-top: 4.375rem
	}

	.paBsm70 {
		padding-bottom: 4.375rem
	}

	.masm70 {
		margin: 4.375rem
	}

	.maLRsm70 {
		margin-left: 4.375rem;
		margin-right: 4.375rem
	}

	.maTBsm70 {
		margin-top: 4.375rem;
		margin-bottom: 4.375rem
	}

	.maLsm70 {
		margin-left: 4.375rem
	}

	.maRsm70 {
		margin-right: 4.375rem
	}

	.maTsm70 {
		margin-top: 4.375rem
	}

	.maBsm70 {
		margin-bottom: 4.375rem
	}

	.pasm75 {
		padding: 4.6875rem
	}

	.paLRsm75 {
		padding-left: 4.6875rem;
		padding-right: 4.6875rem
	}

	.paTBsm75 {
		padding-top: 4.6875rem;
		padding-bottom: 4.6875rem
	}

	.paLsm75 {
		padding-left: 4.6875rem
	}

	.paRsm75 {
		padding-right: 4.6875rem
	}

	.paTsm75 {
		padding-top: 4.6875rem
	}

	.paBsm75 {
		padding-bottom: 4.6875rem
	}

	.masm75 {
		margin: 4.6875rem
	}

	.maLRsm75 {
		margin-left: 4.6875rem;
		margin-right: 4.6875rem
	}

	.maTBsm75 {
		margin-top: 4.6875rem;
		margin-bottom: 4.6875rem
	}

	.maLsm75 {
		margin-left: 4.6875rem
	}

	.maRsm75 {
		margin-right: 4.6875rem
	}

	.maTsm75 {
		margin-top: 4.6875rem
	}

	.maBsm75 {
		margin-bottom: 4.6875rem
	}

	.pasm80 {
		padding: 5rem
	}

	.paLRsm80 {
		padding-left: 5rem;
		padding-right: 5rem
	}

	.paTBsm80 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.paLsm80 {
		padding-left: 5rem
	}

	.paRsm80 {
		padding-right: 5rem
	}

	.paTsm80 {
		padding-top: 5rem
	}

	.paBsm80 {
		padding-bottom: 5rem
	}

	.masm80 {
		margin: 5rem
	}

	.maLRsm80 {
		margin-left: 5rem;
		margin-right: 5rem
	}

	.maTBsm80 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}

	.maLsm80 {
		margin-left: 5rem
	}

	.maRsm80 {
		margin-right: 5rem
	}

	.maTsm80 {
		margin-top: 5rem
	}

	.maBsm80 {
		margin-bottom: 5rem
	}

	.pasm85 {
		padding: 5.3125rem
	}

	.paLRsm85 {
		padding-left: 5.3125rem;
		padding-right: 5.3125rem
	}

	.paTBsm85 {
		padding-top: 5.3125rem;
		padding-bottom: 5.3125rem
	}

	.paLsm85 {
		padding-left: 5.3125rem
	}

	.paRsm85 {
		padding-right: 5.3125rem
	}

	.paTsm85 {
		padding-top: 5.3125rem
	}

	.paBsm85 {
		padding-bottom: 5.3125rem
	}

	.masm85 {
		margin: 5.3125rem
	}

	.maLRsm85 {
		margin-left: 5.3125rem;
		margin-right: 5.3125rem
	}

	.maTBsm85 {
		margin-top: 5.3125rem;

		margin-bottom: 5.3125rem
	}

	.maLsm85 {
		margin-left: 5.3125rem
	}

	.maRsm85 {
		margin-right: 5.3125rem
	}

	.maTsm85 {
		margin-top: 5.3125rem
	}

	.maBsm85 {
		margin-bottom: 5.3125rem
	}

	.pasm90 {
		padding: 5.625rem
	}

	.paLRsm90 {
		padding-left: 5.625rem;
		padding-right: 5.625rem
	}

	.paTBsm90 {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem
	}

	.paLsm90 {
		padding-left: 5.625rem
	}

	.paRsm90 {
		padding-right: 5.625rem
	}

	.paTsm90 {
		padding-top: 5.625rem
	}

	.paBsm90 {
		padding-bottom: 5.625rem
	}

	.masm90 {
		margin: 5.625rem
	}

	.maLRsm90 {
		margin-left: 5.625rem;
		margin-right: 5.625rem
	}

	.maTBsm90 {
		margin-top: 5.625rem;
		margin-bottom: 5.625rem
	}

	.maLsm90 {
		margin-left: 5.625rem
	}

	.maRsm90 {
		margin-right: 5.625rem
	}

	.maTsm90 {
		margin-top: 5.625rem
	}

	.maBsm90 {
		margin-bottom: 5.625rem
	}

	.pasm95 {
		padding: 5.9375rem
	}

	.paLRsm95 {
		padding-left: 5.9375rem;
		padding-right: 5.9375rem
	}

	.paTBsm95 {
		padding-top: 5.9375rem;
		padding-bottom: 5.9375rem
	}

	.paLsm95 {
		padding-left: 5.9375rem
	}

	.paRsm95 {
		padding-right: 5.9375rem
	}

	.paTsm95 {
		padding-top: 5.9375rem
	}

	.paBsm95 {
		padding-bottom: 5.9375rem
	}

	.masm95 {
		margin: 5.9375rem
	}

	.maLRsm95 {
		margin-left: 5.9375rem;
		margin-right: 5.9375rem
	}

	.maTBsm95 {
		margin-top: 5.9375rem;
		margin-bottom: 5.9375rem
	}

	.maLsm95 {
		margin-left: 5.9375rem
	}

	.maRsm95 {
		margin-right: 5.9375rem
	}

	.maTsm95 {
		margin-top: 5.9375rem
	}

	.maBsm95 {
		margin-bottom: 5.9375rem
	}

	.pasm100 {
		padding: 6.25rem
	}

	.paLRsm100 {
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}

	.paTBsm100 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem
	}

	.paLsm100 {
		padding-left: 6.25rem
	}

	.paRsm100 {
		padding-right: 6.25rem
	}

	.paTsm100 {
		padding-top: 6.25rem
	}

	.paBsm100 {
		padding-bottom: 6.25rem
	}

	.masm100 {
		margin: 6.25rem
	}

	.maLRsm100 {
		margin-left: 6.25rem;
		margin-right: 6.25rem
	}

	.maTBsm100 {
		margin-top: 6.25rem;
		margin-bottom: 6.25rem
	}

	.maLsm100 {
		margin-left: 6.25rem
	}

	.maRsm100 {
		margin-right: 6.25rem
	}

	.maTsm100 {
		margin-top: 6.25rem
	}

	.maBsm100 {
		margin-bottom: 6.25rem
	}

	.pasm105 {
		padding: 6.5625rem
	}

	.paLRsm105 {
		padding-left: 6.5625rem;
		padding-right: 6.5625rem
	}

	.paTBsm105 {
		padding-top: 6.5625rem;
		padding-bottom: 6.5625rem
	}

	.paLsm105 {
		padding-left: 6.5625rem
	}

	.paRsm105 {
		padding-right: 6.5625rem
	}

	.paTsm105 {
		padding-top: 6.5625rem
	}

	.paBsm105 {
		padding-bottom: 6.5625rem
	}

	.masm105 {
		margin: 6.5625rem
	}

	.maLRsm105 {
		margin-left: 6.5625rem;
		margin-right: 6.5625rem
	}

	.maTBsm105 {
		margin-top: 6.5625rem;
		margin-bottom: 6.5625rem
	}

	.maLsm105 {
		margin-left: 6.5625rem
	}

	.maRsm105 {
		margin-right: 6.5625rem
	}

	.maTsm105 {
		margin-top: 6.5625rem
	}

	.maBsm105 {
		margin-bottom: 6.5625rem
	}

	.pasm110 {
		padding: 6.875rem
	}

	.paLRsm110 {
		padding-left: 6.875rem;
		padding-right: 6.875rem
	}

	.paTBsm110 {
		padding-top: 6.875rem;
		padding-bottom: 6.875rem
	}

	.paLsm110 {
		padding-left: 6.875rem
	}

	.paRsm110 {
		padding-right: 6.875rem
	}

	.paTsm110 {
		padding-top: 6.875rem
	}

	.paBsm110 {
		padding-bottom: 6.875rem
	}

	.masm110 {
		margin: 6.875rem
	}

	.maLRsm110 {
		margin-left: 6.875rem;
		margin-right: 6.875rem
	}

	.maTBsm110 {
		margin-top: 6.875rem;
		margin-bottom: 6.875rem
	}

	.maLsm110 {
		margin-left: 6.875rem
	}

	.maRsm110 {
		margin-right: 6.875rem
	}

	.maTsm110 {
		margin-top: 6.875rem
	}

	.maBsm110 {
		margin-bottom: 6.875rem
	}

	.pasm115 {
		padding: 7.1875rem
	}

	.paLRsm115 {
		padding-left: 7.1875rem;
		padding-right: 7.1875rem
	}

	.paTBsm115 {
		padding-top: 7.1875rem;
		padding-bottom: 7.1875rem
	}

	.paLsm115 {
		padding-left: 7.1875rem
	}

	.paRsm115 {
		padding-right: 7.1875rem
	}

	.paTsm115 {
		padding-top: 7.1875rem
	}

	.paBsm115 {
		padding-bottom: 7.1875rem
	}

	.masm115 {
		margin: 7.1875rem
	}

	.maLRsm115 {
		margin-left: 7.1875rem;
		margin-right: 7.1875rem
	}

	.maTBsm115 {
		margin-top: 7.1875rem;
		margin-bottom: 7.1875rem
	}

	.maLsm115 {
		margin-left: 7.1875rem
	}

	.maRsm115 {
		margin-right: 7.1875rem
	}

	.maTsm115 {
		margin-top: 7.1875rem
	}

	.maBsm115 {
		margin-bottom: 7.1875rem
	}

	.pasm120 {
		padding: 7.5rem
	}

	.paLRsm120 {
		padding-left: 7.5rem;
		padding-right: 7.5rem
	}

	.paTBsm120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}

	.paLsm120 {
		padding-left: 7.5rem
	}

	.paRsm120 {
		padding-right: 7.5rem
	}

	.paTsm120 {
		padding-top: 7.5rem
	}

	.paBsm120 {
		padding-bottom: 7.5rem
	}

	.masm120 {
		margin: 7.5rem
	}

	.maLRsm120 {
		margin-left: 7.5rem;
		margin-right: 7.5rem
	}

	.maTBsm120 {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem
	}

	.maLsm120 {
		margin-left: 7.5rem
	}

	.maRsm120 {
		margin-right: 7.5rem
	}

	.maTsm120 {
		margin-top: 7.5rem
	}

	.maBsm120 {
		margin-bottom: 7.5rem
	}

	.pasm125 {
		padding: 7.8125rem
	}

	.paLRsm125 {
		padding-left: 7.8125rem;
		padding-right: 7.8125rem
	}

	.paTBsm125 {
		padding-top: 7.8125rem;
		padding-bottom: 7.8125rem
	}

	.paLsm125 {
		padding-left: 7.8125rem
	}

	.paRsm125 {
		padding-right: 7.8125rem
	}

	.paTsm125 {
		padding-top: 7.8125rem
	}

	.paBsm125 {
		padding-bottom: 7.8125rem
	}

	.masm125 {
		margin: 7.8125rem
	}

	.maLRsm125 {
		margin-left: 7.8125rem;
		margin-right: 7.8125rem
	}

	.maTBsm125 {
		margin-top: 7.8125rem;
		margin-bottom: 7.8125rem
	}

	.maLsm125 {
		margin-left: 7.8125rem
	}

	.maRsm125 {
		margin-right: 7.8125rem
	}

	.maTsm125 {
		margin-top: 7.8125rem
	}

	.maBsm125 {
		margin-bottom: 7.8125rem
	}

	.pasm130 {
		padding: 8.125rem
	}

	.paLRsm130 {
		padding-left: 8.125rem;
		padding-right: 8.125rem
	}

	.paTBsm130 {
		padding-top: 8.125rem;
		padding-bottom: 8.125rem
	}

	.paLsm130 {
		padding-left: 8.125rem
	}

	.paRsm130 {
		padding-right: 8.125rem
	}

	.paTsm130 {
		padding-top: 8.125rem
	}

	.paBsm130 {
		padding-bottom: 8.125rem
	}

	.masm130 {
		margin: 8.125rem
	}

	.maLRsm130 {
		margin-left: 8.125rem;
		margin-right: 8.125rem
	}

	.maTBsm130 {
		margin-top: 8.125rem;
		margin-bottom: 8.125rem
	}

	.maLsm130 {
		margin-left: 8.125rem
	}

	.maRsm130 {
		margin-right: 8.125rem
	}

	.maTsm130 {
		margin-top: 8.125rem
	}

	.maBsm130 {
		margin-bottom: 8.125rem
	}

	.pasm135 {
		padding: 8.4375rem
	}

	.paLRsm135 {
		padding-left: 8.4375rem;
		padding-right: 8.4375rem
	}

	.paTBsm135 {
		padding-top: 8.4375rem;
		padding-bottom: 8.4375rem
	}

	.paLsm135 {
		padding-left: 8.4375rem
	}

	.paRsm135 {
		padding-right: 8.4375rem
	}

	.paTsm135 {
		padding-top: 8.4375rem
	}

	.paBsm135 {
		padding-bottom: 8.4375rem
	}

	.masm135 {
		margin: 8.4375rem
	}

	.maLRsm135 {
		margin-left: 8.4375rem;
		margin-right: 8.4375rem
	}

	.maTBsm135 {
		margin-top: 8.4375rem;
		margin-bottom: 8.4375rem
	}

	.maLsm135 {
		margin-left: 8.4375rem
	}

	.maRsm135 {
		margin-right: 8.4375rem
	}

	.maTsm135 {
		margin-top: 8.4375rem
	}

	.maBsm135 {
		margin-bottom: 8.4375rem
	}

	.pasm140 {
		padding: 8.75rem
	}

	.paLRsm140 {
		padding-left: 8.75rem;
		padding-right: 8.75rem
	}

	.paTBsm140 {
		padding-top: 8.75rem;
		padding-bottom: 8.75rem
	}

	.paLsm140 {
		padding-left: 8.75rem
	}

	.paRsm140 {
		padding-right: 8.75rem
	}

	.paTsm140 {
		padding-top: 8.75rem
	}

	.paBsm140 {
		padding-bottom: 8.75rem
	}

	.masm140 {
		margin: 8.75rem
	}

	.maLRsm140 {
		margin-left: 8.75rem;
		margin-right: 8.75rem
	}

	.maTBsm140 {
		margin-top: 8.75rem;
		margin-bottom: 8.75rem
	}

	.maLsm140 {
		margin-left: 8.75rem
	}

	.maRsm140 {
		margin-right: 8.75rem
	}

	.maTsm140 {
		margin-top: 8.75rem
	}

	.maBsm140 {
		margin-bottom: 8.75rem
	}

	.pasm145 {
		padding: 9.0625rem
	}

	.paLRsm145 {
		padding-left: 9.0625rem;
		padding-right: 9.0625rem
	}

	.paTBsm145 {
		padding-top: 9.0625rem;
		padding-bottom: 9.0625rem
	}

	.paLsm145 {
		padding-left: 9.0625rem
	}

	.paRsm145 {
		padding-right: 9.0625rem
	}

	.paTsm145 {
		padding-top: 9.0625rem
	}

	.paBsm145 {
		padding-bottom: 9.0625rem
	}

	.masm145 {
		margin: 9.0625rem
	}

	.maLRsm145 {
		margin-left: 9.0625rem;
		margin-right: 9.0625rem
	}

	.maTBsm145 {
		margin-top: 9.0625rem;
		margin-bottom: 9.0625rem
	}

	.maLsm145 {
		margin-left: 9.0625rem
	}

	.maRsm145 {
		margin-right: 9.0625rem
	}

	.maTsm145 {
		margin-top: 9.0625rem
	}

	.maBsm145 {
		margin-bottom: 9.0625rem
	}
}

@media(min-width:768px) {
	.pamd0 {
		padding: 0
	}

	.paLRmd0 {
		padding-left: 0;
		padding-right: 0
	}

	.paTBmd0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.paLmd0 {
		padding-left: 0
	}

	.paRmd0 {
		padding-right: 0
	}

	.paTmd0 {
		padding-top: 0
	}

	.paBmd0 {
		padding-bottom: 0
	}

	.mamd0 {
		margin: 0
	}

	.maLRmd0 {
		margin-left: 0;
		margin-right: 0
	}

	.maTBmd0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.maLmd0 {
		margin-left: 0
	}

	.maRmd0 {
		margin-right: 0
	}

	.maTmd0 {
		margin-top: 0
	}

	.maBmd0 {
		margin-bottom: 0
	}

	.pamd5 {
		padding: .3125rem
	}

	.paLRmd5 {
		padding-left: .3125rem;
		padding-right: .3125rem
	}

	.paTBmd5 {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}

	.paLmd5 {
		padding-left: .3125rem
	}

	.paRmd5 {
		padding-right: .3125rem
	}

	.paTmd5 {
		padding-top: .3125rem
	}

	.paBmd5 {
		padding-bottom: .3125rem
	}

	.mamd5 {
		margin: .3125rem
	}

	.maLRmd5 {
		margin-left: .3125rem;
		margin-right: .3125rem
	}

	.maTBmd5 {
		margin-top: .3125rem;
		margin-bottom: .3125rem
	}

	.maLmd5 {
		margin-left: .3125rem
	}

	.maRmd5 {
		margin-right: .3125rem
	}

	.maTmd5 {
		margin-top: .3125rem
	}

	.maBmd5 {
		margin-bottom: .3125rem
	}

	.pamd10 {
		padding: .625rem
	}

	.paLRmd10 {
		padding-left: .625rem;
		padding-right: .625rem
	}

	.paTBmd10 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	.paLmd10 {
		padding-left: .625rem
	}

	.paRmd10 {
		padding-right: .625rem
	}

	.paTmd10 {
		padding-top: .625rem
	}

	.paBmd10 {
		padding-bottom: .625rem
	}

	.mamd10 {
		margin: .625rem
	}

	.maLRmd10 {
		margin-left: .625rem;
		margin-right: .625rem
	}

	.maTBmd10 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	.maLmd10 {
		margin-left: .625rem
	}

	.maRmd10 {
		margin-right: .625rem
	}

	.maTmd10 {
		margin-top: .625rem
	}

	.maBmd10 {
		margin-bottom: .625rem
	}

	.pamd15 {
		padding: .9375rem
	}

	.paLRmd15 {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.paTBmd15 {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}

	.paLmd15 {
		padding-left: .9375rem
	}

	.paRmd15 {
		padding-right: .9375rem
	}

	.paTmd15 {
		padding-top: .9375rem
	}

	.paBmd15 {
		padding-bottom: .9375rem
	}

	.mamd15 {
		margin: .9375rem
	}

	.maLRmd15 {
		margin-left: .9375rem;
		margin-right: .9375rem
	}

	.maTBmd15 {
		margin-top: .9375rem;
		margin-bottom: .9375rem
	}

	.maLmd15 {
		margin-left: .9375rem
	}

	.maRmd15 {
		margin-right: .9375rem
	}

	.maTmd15 {
		margin-top: .9375rem
	}

	.maBmd15 {
		margin-bottom: .9375rem
	}

	.pamd20 {
		padding: 1.25rem
	}

	.paLRmd20 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.paTBmd20 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	.paLmd20 {
		padding-left: 1.25rem
	}

	.paRmd20 {
		padding-right: 1.25rem
	}

	.paTmd20 {
		padding-top: 1.25rem
	}

	.paBmd20 {
		padding-bottom: 1.25rem
	}

	.mamd20 {
		margin: 1.25rem
	}

	.maLRmd20 {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}

	.maTBmd20 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	.maLmd20 {
		margin-left: 1.25rem
	}

	.maRmd20 {
		margin-right: 1.25rem
	}

	.maTmd20 {
		margin-top: 1.25rem
	}

	.maBmd20 {
		margin-bottom: 1.25rem
	}

	.pamd25 {
		padding: 1.5625rem
	}

	.paLRmd25 {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem
	}

	.paTBmd25 {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem
	}

	.paLmd25 {
		padding-left: 1.5625rem
	}

	.paRmd25 {
		padding-right: 1.5625rem
	}

	.paTmd25 {
		padding-top: 1.5625rem
	}

	.paBmd25 {
		padding-bottom: 1.5625rem
	}

	.mamd25 {
		margin: 1.5625rem
	}

	.maLRmd25 {
		margin-left: 1.5625rem;
		margin-right: 1.5625rem
	}

	.maTBmd25 {
		margin-top: 1.5625rem;
		margin-bottom: 1.5625rem
	}

	.maLmd25 {
		margin-left: 1.5625rem
	}

	.maRmd25 {
		margin-right: 1.5625rem
	}

	.maTmd25 {
		margin-top: 1.5625rem
	}

	.maBmd25 {
		margin-bottom: 1.5625rem
	}

	.pamd30 {
		padding: 1.875rem
	}

	.paLRmd30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}

	.paTBmd30 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	.paLmd30 {
		padding-left: 1.875rem
	}

	.paRmd30 {
		padding-right: 1.875rem
	}

	.paTmd30 {
		padding-top: 1.875rem
	}

	.paBmd30 {
		padding-bottom: 1.875rem
	}

	.mamd30 {
		margin: 1.875rem
	}

	.maLRmd30 {
		margin-left: 1.875rem;
		margin-right: 1.875rem
	}

	.maTBmd30 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	.maLmd30 {
		margin-left: 1.875rem
	}

	.maRmd30 {
		margin-right: 1.875rem
	}

	.maTmd30 {
		margin-top: 1.875rem
	}

	.maBmd30 {
		margin-bottom: 1.875rem
	}

	.pamd35 {
		padding: 2.1875rem
	}

	.paLRmd35 {
		padding-left: 2.1875rem;
		padding-right: 2.1875rem
	}

	.paTBmd35 {
		padding-top: 2.1875rem;
		padding-bottom: 2.1875rem
	}

	.paLmd35 {
		padding-left: 2.1875rem
	}

	.paRmd35 {
		padding-right: 2.1875rem
	}

	.paTmd35 {
		padding-top: 2.1875rem
	}

	.paBmd35 {
		padding-bottom: 2.1875rem
	}

	.mamd35 {
		margin: 2.1875rem
	}

	.maLRmd35 {
		margin-left: 2.1875rem;
		margin-right: 2.1875rem
	}

	.maTBmd35 {
		margin-top: 2.1875rem;
		margin-bottom: 2.1875rem
	}

	.maLmd35 {
		margin-left: 2.1875rem
	}

	.maRmd35 {
		margin-right: 2.1875rem
	}

	.maTmd35 {
		margin-top: 2.1875rem
	}

	.maBmd35 {
		margin-bottom: 2.1875rem
	}

	.pamd40 {
		padding: 2.5rem
	}

	.paLRmd40 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}

	.paTBmd40 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	.paLmd40 {
		padding-left: 2.5rem
	}

	.paRmd40 {
		padding-right: 2.5rem
	}

	.paTmd40 {
		padding-top: 2.5rem
	}

	.paBmd40 {
		padding-bottom: 2.5rem
	}

	.mamd40 {
		margin: 2.5rem
	}

	.maLRmd40 {
		margin-left: 2.5rem;
		margin-right: 2.5rem
	}

	.maTBmd40 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	.maLmd40 {
		margin-left: 2.5rem
	}

	.maRmd40 {
		margin-right: 2.5rem
	}

	.maTmd40 {
		margin-top: 2.5rem
	}

	.maBmd40 {
		margin-bottom: 2.5rem
	}

	.pamd45 {
		padding: 2.8125rem
	}

	.paLRmd45 {
		padding-left: 2.8125rem;
		padding-right: 2.8125rem
	}

	.paTBmd45 {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem
	}

	.paLmd45 {
		padding-left: 2.8125rem
	}

	.paRmd45 {
		padding-right: 2.8125rem
	}

	.paTmd45 {
		padding-top: 2.8125rem
	}

	.paBmd45 {
		padding-bottom: 2.8125rem
	}

	.mamd45 {
		margin: 2.8125rem
	}

	.maLRmd45 {
		margin-left: 2.8125rem;
		margin-right: 2.8125rem
	}

	.maTBmd45 {
		margin-top: 2.8125rem;
		margin-bottom: 2.8125rem
	}

	.maLmd45 {
		margin-left: 2.8125rem
	}

	.maRmd45 {
		margin-right: 2.8125rem
	}

	.maTmd45 {
		margin-top: 2.8125rem
	}

	.maBmd45 {
		margin-bottom: 2.8125rem
	}

	.pamd50 {
		padding: 3.125rem
	}

	.paLRmd50 {
		padding-left: 3.125rem;
		padding-right: 3.125rem
	}

	.paTBmd50 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	.paLmd50 {
		padding-left: 3.125rem
	}

	.paRmd50 {
		padding-right: 3.125rem
	}

	.paTmd50 {
		padding-top: 3.125rem
	}

	.paBmd50 {
		padding-bottom: 3.125rem
	}

	.mamd50 {
		margin: 3.125rem
	}

	.maLRmd50 {
		margin-left: 3.125rem;
		margin-right: 3.125rem
	}

	.maTBmd50 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	.maLmd50 {
		margin-left: 3.125rem
	}

	.maRmd50 {
		margin-right: 3.125rem
	}

	.maTmd50 {
		margin-top: 3.125rem
	}

	.maBmd50 {
		margin-bottom: 3.125rem
	}

	.pamd55 {
		padding: 3.4375rem
	}

	.paLRmd55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem
	}

	.paTBmd55 {
		padding-top: 3.4375rem;
		padding-bottom: 3.4375rem
	}

	.paLmd55 {
		padding-left: 3.4375rem
	}

	.paRmd55 {
		padding-right: 3.4375rem
	}

	.paTmd55 {
		padding-top: 3.4375rem
	}

	.paBmd55 {
		padding-bottom: 3.4375rem
	}

	.mamd55 {
		margin: 3.4375rem
	}

	.maLRmd55 {
		margin-left: 3.4375rem;
		margin-right: 3.4375rem
	}

	.maTBmd55 {
		margin-top: 3.4375rem;
		margin-bottom: 3.4375rem
	}

	.maLmd55 {
		margin-left: 3.4375rem
	}

	.maRmd55 {
		margin-right: 3.4375rem
	}

	.maTmd55 {
		margin-top: 3.4375rem
	}

	.maBmd55 {
		margin-bottom: 3.4375rem
	}

	.pamd60 {
		padding: 3.75rem
	}

	.paLRmd60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}

	.paTBmd60 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}

	.paLmd60 {
		padding-left: 3.75rem
	}

	.paRmd60 {
		padding-right: 3.75rem
	}

	.paTmd60 {
		padding-top: 3.75rem
	}

	.paBmd60 {
		padding-bottom: 3.75rem
	}

	.mamd60 {
		margin: 3.75rem
	}

	.maLRmd60 {
		margin-left: 3.75rem;
		margin-right: 3.75rem
	}

	.maTBmd60 {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem
	}

	.maLmd60 {
		margin-left: 3.75rem
	}

	.maRmd60 {
		margin-right: 3.75rem
	}

	.maTmd60 {
		margin-top: 3.75rem
	}

	.maBmd60 {
		margin-bottom: 3.75rem
	}

	.pamd65 {
		padding: 4.0625rem
	}

	.paLRmd65 {
		padding-left: 4.0625rem;
		padding-right: 4.0625rem
	}

	.paTBmd65 {
		padding-top: 4.0625rem;
		padding-bottom: 4.0625rem
	}

	.paLmd65 {
		padding-left: 4.0625rem
	}

	.paRmd65 {
		padding-right: 4.0625rem
	}

	.paTmd65 {
		padding-top: 4.0625rem
	}

	.paBmd65 {
		padding-bottom: 4.0625rem
	}

	.mamd65 {
		margin: 4.0625rem
	}

	.maLRmd65 {
		margin-left: 4.0625rem;
		margin-right: 4.0625rem
	}

	.maTBmd65 {
		margin-top: 4.0625rem;
		margin-bottom: 4.0625rem
	}

	.maLmd65 {
		margin-left: 4.0625rem
	}

	.maRmd65 {
		margin-right: 4.0625rem
	}

	.maTmd65 {
		margin-top: 4.0625rem
	}

	.maBmd65 {
		margin-bottom: 4.0625rem
	}

	.pamd70 {
		padding: 4.375rem
	}

	.paLRmd70 {
		padding-left: 4.375rem;
		padding-right: 4.375rem
	}

	.paTBmd70 {
		padding-top: 4.375rem;
		padding-bottom: 4.375rem
	}

	.paLmd70 {
		padding-left: 4.375rem
	}

	.paRmd70 {
		padding-right: 4.375rem
	}

	.paTmd70 {
		padding-top: 4.375rem
	}

	.paBmd70 {
		padding-bottom: 4.375rem
	}

	.mamd70 {
		margin: 4.375rem
	}

	.maLRmd70 {
		margin-left: 4.375rem;
		margin-right: 4.375rem
	}

	.maTBmd70 {
		margin-top: 4.375rem;
		margin-bottom: 4.375rem
	}

	.maLmd70 {
		margin-left: 4.375rem
	}

	.maRmd70 {
		margin-right: 4.375rem
	}

	.maTmd70 {
		margin-top: 4.375rem
	}

	.maBmd70 {
		margin-bottom: 4.375rem
	}

	.pamd75 {
		padding: 4.6875rem
	}

	.paLRmd75 {
		padding-left: 4.6875rem;
		padding-right: 4.6875rem
	}

	.paTBmd75 {
		padding-top: 4.6875rem;
		padding-bottom: 4.6875rem
	}

	.paLmd75 {
		padding-left: 4.6875rem
	}

	.paRmd75 {
		padding-right: 4.6875rem
	}

	.paTmd75 {
		padding-top: 4.6875rem
	}

	.paBmd75 {
		padding-bottom: 4.6875rem
	}

	.mamd75 {
		margin: 4.6875rem
	}

	.maLRmd75 {
		margin-left: 4.6875rem;
		margin-right: 4.6875rem
	}

	.maTBmd75 {
		margin-top: 4.6875rem;
		margin-bottom: 4.6875rem
	}

	.maLmd75 {
		margin-left: 4.6875rem
	}

	.maRmd75 {
		margin-right: 4.6875rem
	}

	.maTmd75 {
		margin-top: 4.6875rem
	}

	.maBmd75 {
		margin-bottom: 4.6875rem
	}

	.pamd80 {
		padding: 5rem
	}

	.paLRmd80 {
		padding-left: 5rem;
		padding-right: 5rem
	}

	.paTBmd80 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.paLmd80 {
		padding-left: 5rem
	}

	.paRmd80 {
		padding-right: 5rem
	}

	.paTmd80 {
		padding-top: 5rem
	}

	.paBmd80 {
		padding-bottom: 5rem
	}

	.mamd80 {
		margin: 5rem
	}

	.maLRmd80 {
		margin-left: 5rem;
		margin-right: 5rem
	}

	.maTBmd80 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}

	.maLmd80 {
		margin-left: 5rem
	}

	.maRmd80 {
		margin-right: 5rem
	}

	.maTmd80 {
		margin-top: 5rem
	}

	.maBmd80 {
		margin-bottom: 5rem
	}

	.pamd85 {
		padding: 5.3125rem
	}

	.paLRmd85 {
		padding-left: 5.3125rem;
		padding-right: 5.3125rem
	}

	.paTBmd85 {
		padding-top: 5.3125rem;
		padding-bottom: 5.3125rem
	}

	.paLmd85 {
		padding-left: 5.3125rem
	}

	.paRmd85 {
		padding-right: 5.3125rem
	}

	.paTmd85 {
		padding-top: 5.3125rem
	}

	.paBmd85 {
		padding-bottom: 5.3125rem
	}

	.mamd85 {
		margin: 5.3125rem
	}

	.maLRmd85 {
		margin-left: 5.3125rem;
		margin-right: 5.3125rem
	}

	.maTBmd85 {
		margin-top: 5.3125rem;
		margin-bottom: 5.3125rem
	}

	.maLmd85 {
		margin-left: 5.3125rem
	}

	.maRmd85 {
		margin-right: 5.3125rem
	}

	.maTmd85 {
		margin-top: 5.3125rem
	}

	.maBmd85 {
		margin-bottom: 5.3125rem
	}

	.pamd90 {
		padding: 5.625rem
	}

	.paLRmd90 {
		padding-left: 5.625rem;
		padding-right: 5.625rem
	}

	.paTBmd90 {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem
	}

	.paLmd90 {
		padding-left: 5.625rem
	}

	.paRmd90 {
		padding-right: 5.625rem
	}

	.paTmd90 {
		padding-top: 5.625rem
	}

	.paBmd90 {
		padding-bottom: 5.625rem
	}

	.mamd90 {
		margin: 5.625rem
	}

	.maLRmd90 {
		margin-left: 5.625rem;
		margin-right: 5.625rem
	}

	.maTBmd90 {
		margin-top: 5.625rem;
		margin-bottom: 5.625rem
	}

	.maLmd90 {
		margin-left: 5.625rem
	}

	.maRmd90 {
		margin-right: 5.625rem
	}

	.maTmd90 {
		margin-top: 5.625rem
	}

	.maBmd90 {
		margin-bottom: 5.625rem
	}

	.pamd95 {
		padding: 5.9375rem
	}

	.paLRmd95 {
		padding-left: 5.9375rem;
		padding-right: 5.9375rem
	}

	.paTBmd95 {
		padding-top: 5.9375rem;
		padding-bottom: 5.9375rem
	}

	.paLmd95 {
		padding-left: 5.9375rem
	}

	.paRmd95 {
		padding-right: 5.9375rem
	}

	.paTmd95 {
		padding-top: 5.9375rem
	}

	.paBmd95 {
		padding-bottom: 5.9375rem
	}

	.mamd95 {
		margin: 5.9375rem
	}

	.maLRmd95 {
		margin-left: 5.9375rem;
		margin-right: 5.9375rem
	}

	.maTBmd95 {
		margin-top: 5.9375rem;
		margin-bottom: 5.9375rem
	}

	.maLmd95 {
		margin-left: 5.9375rem
	}

	.maRmd95 {
		margin-right: 5.9375rem
	}

	.maTmd95 {
		margin-top: 5.9375rem
	}

	.maBmd95 {
		margin-bottom: 5.9375rem
	}

	.pamd100 {
		padding: 6.25rem
	}

	.paLRmd100 {
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}

	.paTBmd100 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem
	}

	.paLmd100 {
		padding-left: 6.25rem
	}

	.paRmd100 {
		padding-right: 6.25rem
	}

	.paTmd100 {
		padding-top: 6.25rem
	}

	.paBmd100 {
		padding-bottom: 6.25rem
	}

	.mamd100 {
		margin: 6.25rem
	}

	.maLRmd100 {
		margin-left: 6.25rem;
		margin-right: 6.25rem
	}

	.maTBmd100 {
		margin-top: 6.25rem;
		margin-bottom: 6.25rem
	}

	.maLmd100 {
		margin-left: 6.25rem
	}

	.maRmd100 {
		margin-right: 6.25rem
	}

	.maTmd100 {
		margin-top: 6.25rem
	}

	.maBmd100 {
		margin-bottom: 6.25rem
	}

	.pamd105 {
		padding: 6.5625rem
	}

	.paLRmd105 {
		padding-left: 6.5625rem;
		padding-right: 6.5625rem
	}

	.paTBmd105 {
		padding-top: 6.5625rem;
		padding-bottom: 6.5625rem
	}

	.paLmd105 {
		padding-left: 6.5625rem
	}

	.paRmd105 {
		padding-right: 6.5625rem
	}

	.paTmd105 {
		padding-top: 6.5625rem
	}

	.paBmd105 {
		padding-bottom: 6.5625rem
	}

	.mamd105 {
		margin: 6.5625rem
	}

	.maLRmd105 {
		margin-left: 6.5625rem;
		margin-right: 6.5625rem
	}

	.maTBmd105 {
		margin-top: 6.5625rem;
		margin-bottom: 6.5625rem
	}

	.maLmd105 {
		margin-left: 6.5625rem
	}

	.maRmd105 {
		margin-right: 6.5625rem
	}

	.maTmd105 {
		margin-top: 6.5625rem
	}

	.maBmd105 {
		margin-bottom: 6.5625rem
	}

	.pamd110 {
		padding: 6.875rem
	}

	.paLRmd110 {
		padding-left: 6.875rem;
		padding-right: 6.875rem
	}

	.paTBmd110 {
		padding-top: 6.875rem;
		padding-bottom: 6.875rem
	}

	.paLmd110 {
		padding-left: 6.875rem
	}

	.paRmd110 {
		padding-right: 6.875rem
	}

	.paTmd110 {
		padding-top: 6.875rem
	}

	.paBmd110 {
		padding-bottom: 6.875rem
	}

	.mamd110 {
		margin: 6.875rem
	}

	.maLRmd110 {
		margin-left: 6.875rem;
		margin-right: 6.875rem
	}

	.maTBmd110 {
		margin-top: 6.875rem;
		margin-bottom: 6.875rem
	}

	.maLmd110 {
		margin-left: 6.875rem
	}

	.maRmd110 {
		margin-right: 6.875rem
	}

	.maTmd110 {
		margin-top: 6.875rem
	}

	.maBmd110 {
		margin-bottom: 6.875rem
	}

	.pamd115 {
		padding: 7.1875rem
	}

	.paLRmd115 {
		padding-left: 7.1875rem;
		padding-right: 7.1875rem
	}

	.paTBmd115 {
		padding-top: 7.1875rem;
		padding-bottom: 7.1875rem
	}

	.paLmd115 {
		padding-left: 7.1875rem
	}

	.paRmd115 {
		padding-right: 7.1875rem
	}

	.paTmd115 {
		padding-top: 7.1875rem
	}

	.paBmd115 {
		padding-bottom: 7.1875rem
	}

	.mamd115 {
		margin: 7.1875rem
	}

	.maLRmd115 {
		margin-left: 7.1875rem;
		margin-right: 7.1875rem
	}

	.maTBmd115 {
		margin-top: 7.1875rem;
		margin-bottom: 7.1875rem
	}

	.maLmd115 {
		margin-left: 7.1875rem
	}

	.maRmd115 {
		margin-right: 7.1875rem
	}

	.maTmd115 {
		margin-top: 7.1875rem
	}

	.maBmd115 {
		margin-bottom: 7.1875rem
	}

	.pamd120 {
		padding: 7.5rem
	}

	.paLRmd120 {
		padding-left: 7.5rem;
		padding-right: 7.5rem
	}

	.paTBmd120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}

	.paLmd120 {
		padding-left: 7.5rem
	}

	.paRmd120 {
		padding-right: 7.5rem
	}

	.paTmd120 {
		padding-top: 7.5rem
	}

	.paBmd120 {
		padding-bottom: 7.5rem
	}

	.mamd120 {
		margin: 7.5rem
	}

	.maLRmd120 {
		margin-left: 7.5rem;
		margin-right: 7.5rem
	}

	.maTBmd120 {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem
	}

	.maLmd120 {
		margin-left: 7.5rem
	}

	.maRmd120 {
		margin-right: 7.5rem
	}

	.maTmd120 {
		margin-top: 7.5rem
	}

	.maBmd120 {
		margin-bottom: 7.5rem
	}

	.pamd125 {
		padding: 7.8125rem
	}

	.paLRmd125 {
		padding-left: 7.8125rem;
		padding-right: 7.8125rem
	}

	.paTBmd125 {
		padding-top: 7.8125rem;
		padding-bottom: 7.8125rem
	}

	.paLmd125 {
		padding-left: 7.8125rem
	}

	.paRmd125 {
		padding-right: 7.8125rem
	}

	.paTmd125 {
		padding-top: 7.8125rem
	}

	.paBmd125 {
		padding-bottom: 7.8125rem
	}

	.mamd125 {
		margin: 7.8125rem
	}

	.maLRmd125 {
		margin-left: 7.8125rem;
		margin-right: 7.8125rem
	}

	.maTBmd125 {
		margin-top: 7.8125rem;
		margin-bottom: 7.8125rem
	}

	.maLmd125 {
		margin-left: 7.8125rem
	}

	.maRmd125 {
		margin-right: 7.8125rem
	}

	.maTmd125 {
		margin-top: 7.8125rem
	}

	.maBmd125 {
		margin-bottom: 7.8125rem
	}

	.pamd130 {
		padding: 8.125rem
	}

	.paLRmd130 {
		padding-left: 8.125rem;
		padding-right: 8.125rem
	}

	.paTBmd130 {
		padding-top: 8.125rem;
		padding-bottom: 8.125rem
	}

	.paLmd130 {
		padding-left: 8.125rem
	}

	.paRmd130 {
		padding-right: 8.125rem
	}

	.paTmd130 {
		padding-top: 8.125rem
	}

	.paBmd130 {
		padding-bottom: 8.125rem
	}

	.mamd130 {
		margin: 8.125rem
	}

	.maLRmd130 {
		margin-left: 8.125rem;
		margin-right: 8.125rem
	}

	.maTBmd130 {
		margin-top: 8.125rem;
		margin-bottom: 8.125rem
	}

	.maLmd130 {
		margin-left: 8.125rem
	}

	.maRmd130 {
		margin-right: 8.125rem
	}

	.maTmd130 {
		margin-top: 8.125rem
	}

	.maBmd130 {
		margin-bottom: 8.125rem
	}

	.pamd135 {
		padding: 8.4375rem
	}

	.paLRmd135 {
		padding-left: 8.4375rem;
		padding-right: 8.4375rem
	}

	.paTBmd135 {
		padding-top: 8.4375rem;
		padding-bottom: 8.4375rem
	}

	.paLmd135 {
		padding-left: 8.4375rem
	}

	.paRmd135 {
		padding-right: 8.4375rem
	}

	.paTmd135 {
		padding-top: 8.4375rem
	}

	.paBmd135 {
		padding-bottom: 8.4375rem
	}

	.mamd135 {
		margin: 8.4375rem
	}

	.maLRmd135 {
		margin-left: 8.4375rem;
		margin-right: 8.4375rem
	}

	.maTBmd135 {
		margin-top: 8.4375rem;
		margin-bottom: 8.4375rem
	}

	.maLmd135 {
		margin-left: 8.4375rem
	}

	.maRmd135 {
		margin-right: 8.4375rem
	}

	.maTmd135 {
		margin-top: 8.4375rem
	}

	.maBmd135 {
		margin-bottom: 8.4375rem
	}

	.pamd140 {
		padding: 8.75rem
	}

	.paLRmd140 {
		padding-left: 8.75rem;
		padding-right: 8.75rem
	}

	.paTBmd140 {
		padding-top: 8.75rem;
		padding-bottom: 8.75rem
	}

	.paLmd140 {
		padding-left: 8.75rem
	}

	.paRmd140 {
		padding-right: 8.75rem
	}

	.paTmd140 {
		padding-top: 8.75rem
	}

	.paBmd140 {
		padding-bottom: 8.75rem
	}

	.mamd140 {
		margin: 8.75rem
	}

	.maLRmd140 {
		margin-left: 8.75rem;
		margin-right: 8.75rem
	}

	.maTBmd140 {
		margin-top: 8.75rem;
		margin-bottom: 8.75rem
	}

	.maLmd140 {
		margin-left: 8.75rem
	}

	.maRmd140 {
		margin-right: 8.75rem
	}

	.maTmd140 {
		margin-top: 8.75rem
	}

	.maBmd140 {
		margin-bottom: 8.75rem
	}

	.pamd145 {
		padding: 9.0625rem
	}

	.paLRmd145 {
		padding-left: 9.0625rem;
		padding-right: 9.0625rem
	}

	.paTBmd145 {
		padding-top: 9.0625rem;
		padding-bottom: 9.0625rem
	}

	.paLmd145 {
		padding-left: 9.0625rem
	}

	.paRmd145 {
		padding-right: 9.0625rem
	}

	.paTmd145 {
		padding-top: 9.0625rem
	}

	.paBmd145 {
		padding-bottom: 9.0625rem
	}

	.mamd145 {
		margin: 9.0625rem
	}

	.maLRmd145 {
		margin-left: 9.0625rem;
		margin-right: 9.0625rem
	}

	.maTBmd145 {
		margin-top: 9.0625rem;
		margin-bottom: 9.0625rem
	}

	.maLmd145 {
		margin-left: 9.0625rem
	}

	.maRmd145 {
		margin-right: 9.0625rem
	}

	.maTmd145 {
		margin-top: 9.0625rem
	}

	.maBmd145 {
		margin-bottom: 9.0625rem
	}
}

@media(min-width:992px) {
	.pa0 {
		padding: 0
	}

	.paLR0 {
		padding-left: 0;
		padding-right: 0
	}

	.paTB0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.paL0 {
		padding-left: 0
	}

	.paR0 {
		padding-right: 0
	}

	.paT0 {
		padding-top: 0
	}

	.paB0 {
		padding-bottom: 0
	}

	.ma0 {
		margin: 0
	}

	.maLR0 {
		margin-left: 0;
		margin-right: 0
	}

	.maTB0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.maL0 {
		margin-left: 0
	}

	.maR0 {
		margin-right: 0
	}

	.maT0 {
		margin-top: 0
	}

	.maB0 {
		margin-bottom: 0
	}

	.pa5 {
		padding: .3125rem
	}

	.paLR5 {
		padding-left: .3125rem;
		padding-right: .3125rem
	}

	.paTB5 {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}

	.paL5 {
		padding-left: .3125rem
	}

	.paR5 {
		padding-right: .3125rem
	}

	.paT5 {
		padding-top: .3125rem
	}

	.paB5 {
		padding-bottom: .3125rem
	}

	.ma5 {
		margin: .3125rem
	}

	.maLR5 {
		margin-left: .3125rem;
		margin-right: .3125rem
	}

	.maTB5 {
		margin-top: .3125rem;
		margin-bottom: .3125rem
	}

	.maL5 {
		margin-left: .3125rem
	}

	.maR5 {
		margin-right: .3125rem
	}

	.maT5 {
		margin-top: .3125rem
	}

	.maB5 {
		margin-bottom: .3125rem
	}

	.pa10 {
		padding: .625rem
	}

	.paLR10 {
		padding-left: .625rem;
		padding-right: .625rem
	}

	.paTB10 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	.paL10 {
		padding-left: .625rem
	}

	.paR10 {
		padding-right: .625rem
	}

	.paT10 {
		padding-top: .625rem
	}

	.paB10 {
		padding-bottom: .625rem
	}

	.ma10 {
		margin: .625rem
	}

	.maLR10 {
		margin-left: .625rem;
		margin-right: .625rem
	}

	.maTB10 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	.maL10 {
		margin-left: .625rem
	}

	.maR10 {
		margin-right: .625rem
	}

	.maT10 {
		margin-top: .625rem
	}

	.maB10 {
		margin-bottom: .625rem
	}

	.pa15 {
		padding: .9375rem
	}

	.paLR15 {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.paTB15 {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}

	.paL15 {
		padding-left: .9375rem
	}

	.paR15 {
		padding-right: .9375rem
	}

	.paT15 {
		padding-top: .9375rem
	}

	.paB15 {
		padding-bottom: .9375rem
	}

	.ma15 {
		margin: .9375rem
	}

	.maLR15 {
		margin-left: .9375rem;
		margin-right: .9375rem
	}

	.maTB15 {
		margin-top: .9375rem;
		margin-bottom: .9375rem
	}

	.maL15 {
		margin-left: .9375rem
	}

	.maR15 {
		margin-right: .9375rem
	}

	.maT15 {
		margin-top: .9375rem
	}

	.maB15 {
		margin-bottom: .9375rem
	}

	.pa20 {
		padding: 1.25rem
	}

	.paLR20 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.paTB20 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	.paL20 {
		padding-left: 1.25rem
	}

	.paR20 {
		padding-right: 1.25rem
	}

	.paT20 {
		padding-top: 1.25rem
	}

	.paB20 {
		padding-bottom: 1.25rem
	}

	.ma20 {
		margin: 1.25rem
	}

	.maLR20 {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}

	.maTB20 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	.maL20 {
		margin-left: 1.25rem
	}

	.maR20 {
		margin-right: 1.25rem
	}

	.maT20 {
		margin-top: 1.25rem
	}

	.maB20 {
		margin-bottom: 1.25rem
	}

	.pa25 {
		padding: 1.5625rem
	}

	.paLR25 {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem
	}

	.paTB25 {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem
	}

	.paL25 {
		padding-left: 1.5625rem
	}

	.paR25 {
		padding-right: 1.5625rem
	}

	.paT25 {
		padding-top: 1.5625rem
	}

	.paB25 {
		padding-bottom: 1.5625rem
	}

	.ma25 {
		margin: 1.5625rem
	}

	.maLR25 {
		margin-left: 1.5625rem;
		margin-right: 1.5625rem
	}

	.maTB25 {
		margin-top: 1.5625rem;
		margin-bottom: 1.5625rem
	}

	.maL25 {
		margin-left: 1.5625rem
	}

	.maR25 {
		margin-right: 1.5625rem
	}

	.maT25 {
		margin-top: 1.5625rem
	}

	.maB25 {
		margin-bottom: 1.5625rem
	}

	.pa30 {
		padding: 1.875rem
	}

	.paLR30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}

	.paTB30 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	.paL30 {
		padding-left: 1.875rem
	}

	.paR30 {
		padding-right: 1.875rem
	}

	.paT30 {
		padding-top: 1.875rem
	}

	.paB30 {
		padding-bottom: 1.875rem
	}

	.ma30 {
		margin: 1.875rem
	}

	.maLR30 {
		margin-left: 1.875rem;
		margin-right: 1.875rem
	}

	.maTB30 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	.maL30 {
		margin-left: 1.875rem
	}

	.maR30 {
		margin-right: 1.875rem
	}

	.maT30 {
		margin-top: 1.875rem
	}

	.maB30 {
		margin-bottom: 1.875rem
	}

	.pa35 {
		padding: 2.1875rem
	}

	.paLR35 {
		padding-left: 2.1875rem;
		padding-right: 2.1875rem
	}

	.paTB35 {
		padding-top: 2.1875rem;
		padding-bottom: 2.1875rem
	}

	.paL35 {
		padding-left: 2.1875rem
	}

	.paR35 {
		padding-right: 2.1875rem
	}

	.paT35 {
		padding-top: 2.1875rem
	}

	.paB35 {
		padding-bottom: 2.1875rem
	}

	.ma35 {
		margin: 2.1875rem
	}

	.maLR35 {
		margin-left: 2.1875rem;
		margin-right: 2.1875rem
	}

	.maTB35 {
		margin-top: 2.1875rem;
		margin-bottom: 2.1875rem
	}

	.maL35 {
		margin-left: 2.1875rem
	}

	.maR35 {
		margin-right: 2.1875rem
	}

	.maT35 {
		margin-top: 2.1875rem
	}

	.maB35 {
		margin-bottom: 2.1875rem
	}

	.pa40 {
		padding: 2.5rem
	}

	.paLR40 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}

	.paTB40 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	.paL40 {
		padding-left: 2.5rem
	}

	.paR40 {
		padding-right: 2.5rem
	}

	.paT40 {
		padding-top: 2.5rem
	}

	.paB40 {
		padding-bottom: 2.5rem
	}

	.ma40 {
		margin: 2.5rem
	}

	.maLR40 {
		margin-left: 2.5rem;
		margin-right: 2.5rem
	}

	.maTB40 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	.maL40 {
		margin-left: 2.5rem
	}

	.maR40 {
		margin-right: 2.5rem
	}

	.maT40 {
		margin-top: 2.5rem
	}

	.maB40 {
		margin-bottom: 2.5rem
	}

	.pa45 {
		padding: 2.8125rem
	}

	.paLR45 {
		padding-left: 2.8125rem;
		padding-right: 2.8125rem
	}

	.paTB45 {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem
	}

	.paL45 {
		padding-left: 2.8125rem
	}

	.paR45 {
		padding-right: 2.8125rem
	}

	.paT45 {
		padding-top: 2.8125rem
	}

	.paB45 {
		padding-bottom: 2.8125rem
	}

	.ma45 {
		margin: 2.8125rem
	}

	.maLR45 {
		margin-left: 2.8125rem;
		margin-right: 2.8125rem
	}

	.maTB45 {
		margin-top: 2.8125rem;
		margin-bottom: 2.8125rem
	}

	.maL45 {
		margin-left: 2.8125rem
	}

	.maR45 {
		margin-right: 2.8125rem
	}

	.maT45 {
		margin-top: 2.8125rem
	}

	.maB45 {
		margin-bottom: 2.8125rem
	}

	.pa50 {
		padding: 3.125rem
	}

	.paLR50 {
		padding-left: 3.125rem;
		padding-right: 3.125rem
	}

	.paTB50 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	.paL50 {
		padding-left: 3.125rem
	}

	.paR50 {
		padding-right: 3.125rem
	}

	.paT50 {
		padding-top: 3.125rem
	}

	.paB50 {
		padding-bottom: 3.125rem
	}

	.ma50 {
		margin: 3.125rem
	}

	.maLR50 {
		margin-left: 3.125rem;
		margin-right: 3.125rem
	}

	.maTB50 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	.maL50 {
		margin-left: 3.125rem
	}

	.maR50 {
		margin-right: 3.125rem
	}

	.maT50 {
		margin-top: 3.125rem
	}

	.maB50 {
		margin-bottom: 3.125rem
	}

	.pa55 {
		padding: 3.4375rem
	}

	.paLR55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem
	}

	.paTB55 {
		padding-top: 3.4375rem;
		padding-bottom: 3.4375rem
	}

	.paL55 {
		padding-left: 3.4375rem
	}

	.paR55 {
		padding-right: 3.4375rem
	}

	.paT55 {
		padding-top: 3.4375rem
	}

	.paB55 {
		padding-bottom: 3.4375rem
	}

	.ma55 {
		margin: 3.4375rem
	}

	.maLR55 {
		margin-left: 3.4375rem;
		margin-right: 3.4375rem
	}

	.maTB55 {
		margin-top: 3.4375rem;
		margin-bottom: 3.4375rem
	}

	.maL55 {
		margin-left: 3.4375rem
	}

	.maR55 {
		margin-right: 3.4375rem
	}

	.maT55 {
		margin-top: 3.4375rem
	}

	.maB55 {
		margin-bottom: 3.4375rem
	}

	.pa60 {
		padding: 3.75rem
	}

	.paLR60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}

	.paTB60 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}

	.paL60 {
		padding-left: 3.75rem
	}

	.paR60 {
		padding-right: 3.75rem
	}

	.paT60 {
		padding-top: 3.75rem
	}

	.paB60 {
		padding-bottom: 3.75rem
	}

	.ma60 {
		margin: 3.75rem
	}

	.maLR60 {
		margin-left: 3.75rem;
		margin-right: 3.75rem
	}

	.maTB60 {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem
	}

	.maL60 {
		margin-left: 3.75rem
	}

	.maR60 {
		margin-right: 3.75rem
	}

	.maT60 {
		margin-top: 3.75rem
	}

	.maB60 {
		margin-bottom: 3.75rem
	}

	.pa65 {
		padding: 4.0625rem
	}

	.paLR65 {
		padding-left: 4.0625rem;
		padding-right: 4.0625rem
	}

	.paTB65 {
		padding-top: 4.0625rem;
		padding-bottom: 4.0625rem
	}

	.paL65 {
		padding-left: 4.0625rem
	}

	.paR65 {
		padding-right: 4.0625rem
	}

	.paT65 {
		padding-top: 4.0625rem
	}

	.paB65 {
		padding-bottom: 4.0625rem
	}

	.ma65 {
		margin: 4.0625rem
	}

	.maLR65 {
		margin-left: 4.0625rem;
		margin-right: 4.0625rem
	}

	.maTB65 {
		margin-top: 4.0625rem;
		margin-bottom: 4.0625rem
	}

	.maL65 {
		margin-left: 4.0625rem
	}

	.maR65 {
		margin-right: 4.0625rem
	}

	.maT65 {
		margin-top: 4.0625rem
	}

	.maB65 {
		margin-bottom: 4.0625rem
	}

	.pa70 {
		padding: 4.375rem
	}

	.paLR70 {
		padding-left: 4.375rem;
		padding-right: 4.375rem
	}

	.paTB70 {
		padding-top: 4.375rem;
		padding-bottom: 4.375rem
	}

	.paL70 {
		padding-left: 4.375rem
	}

	.paR70 {
		padding-right: 4.375rem
	}

	.paT70 {
		padding-top: 4.375rem
	}

	.paB70 {
		padding-bottom: 4.375rem
	}

	.ma70 {
		margin: 4.375rem
	}

	.maLR70 {
		margin-left: 4.375rem;
		margin-right: 4.375rem
	}

	.maTB70 {
		margin-top: 4.375rem;
		margin-bottom: 4.375rem
	}

	.maL70 {
		margin-left: 4.375rem
	}

	.maR70 {
		margin-right: 4.375rem
	}

	.maT70 {
		margin-top: 4.375rem
	}

	.maB70 {
		margin-bottom: 4.375rem
	}

	.pa75 {
		padding: 4.6875rem
	}

	.paLR75 {
		padding-left: 4.6875rem;
		padding-right: 4.6875rem
	}

	.paTB75 {
		padding-top: 4.6875rem;
		padding-bottom: 4.6875rem
	}

	.paL75 {
		padding-left: 4.6875rem
	}

	.paR75 {
		padding-right: 4.6875rem
	}

	.paT75 {
		padding-top: 4.6875rem
	}

	.paB75 {
		padding-bottom: 4.6875rem
	}

	.ma75 {
		margin: 4.6875rem
	}

	.maLR75 {
		margin-left: 4.6875rem;
		margin-right: 4.6875rem
	}

	.maTB75 {
		margin-top: 4.6875rem;
		margin-bottom: 4.6875rem
	}

	.maL75 {
		margin-left: 4.6875rem
	}

	.maR75 {
		margin-right: 4.6875rem
	}

	.maT75 {
		margin-top: 4.6875rem
	}

	.maB75 {
		margin-bottom: 4.6875rem
	}

	.pa80 {
		padding: 5rem
	}

	.paLR80 {
		padding-left: 5rem;
		padding-right: 5rem
	}

	.paTB80 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.paL80 {
		padding-left: 5rem
	}

	.paR80 {
		padding-right: 5rem
	}

	.paT80 {
		padding-top: 5rem
	}

	.paB80 {
		padding-bottom: 5rem
	}

	.ma80 {
		margin: 5rem
	}

	.maLR80 {
		margin-left: 5rem;
		margin-right: 5rem
	}

	.maTB80 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}

	.maL80 {
		margin-left: 5rem
	}

	.maR80 {
		margin-right: 5rem
	}

	.maT80 {
		margin-top: 5rem
	}

	.maB80 {
		margin-bottom: 5rem
	}

	.pa85 {
		padding: 5.3125rem
	}

	.paLR85 {
		padding-left: 5.3125rem;
		padding-right: 5.3125rem
	}

	.paTB85 {
		padding-top: 5.3125rem;
		padding-bottom: 5.3125rem
	}

	.paL85 {
		padding-left: 5.3125rem
	}

	.paR85 {
		padding-right: 5.3125rem
	}

	.paT85 {
		padding-top: 5.3125rem
	}

	.paB85 {
		padding-bottom: 5.3125rem
	}

	.ma85 {
		margin: 5.3125rem
	}

	.maLR85 {
		margin-left: 5.3125rem;
		margin-right: 5.3125rem
	}

	.maTB85 {
		margin-top: 5.3125rem;
		margin-bottom: 5.3125rem
	}

	.maL85 {
		margin-left: 5.3125rem
	}

	.maR85 {
		margin-right: 5.3125rem
	}

	.maT85 {
		margin-top: 5.3125rem
	}

	.maB85 {
		margin-bottom: 5.3125rem
	}

	.pa90 {
		padding: 5.625rem
	}

	.paLR90 {
		padding-left: 5.625rem;
		padding-right: 5.625rem
	}

	.paTB90 {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem
	}

	.paL90 {
		padding-left: 5.625rem
	}

	.paR90 {
		padding-right: 5.625rem
	}

	.paT90 {
		padding-top: 5.625rem
	}

	.paB90 {
		padding-bottom: 5.625rem
	}

	.ma90 {
		margin: 5.625rem
	}

	.maLR90 {
		margin-left: 5.625rem;
		margin-right: 5.625rem
	}

	.maTB90 {
		margin-top: 5.625rem;
		margin-bottom: 5.625rem
	}

	.maL90 {
		margin-left: 5.625rem
	}

	.maR90 {
		margin-right: 5.625rem
	}

	.maT90 {
		margin-top: 5.625rem
	}

	.maB90 {
		margin-bottom: 5.625rem
	}

	.pa95 {
		padding: 5.9375rem
	}

	.paLR95 {
		padding-left: 5.9375rem;
		padding-right: 5.9375rem
	}

	.paTB95 {
		padding-top: 5.9375rem;
		padding-bottom: 5.9375rem
	}

	.paL95 {
		padding-left: 5.9375rem
	}

	.paR95 {
		padding-right: 5.9375rem
	}

	.paT95 {
		padding-top: 5.9375rem
	}

	.paB95 {
		padding-bottom: 5.9375rem
	}

	.ma95 {
		margin: 5.9375rem
	}

	.maLR95 {
		margin-left: 5.9375rem;
		margin-right: 5.9375rem
	}

	.maTB95 {
		margin-top: 5.9375rem;
		margin-bottom: 5.9375rem
	}

	.maL95 {
		margin-left: 5.9375rem
	}

	.maR95 {
		margin-right: 5.9375rem
	}

	.maT95 {
		margin-top: 5.9375rem
	}

	.maB95 {
		margin-bottom: 5.9375rem
	}

	.pa100 {
		padding: 6.25rem
	}

	.paLR100 {
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}

	.paTB100 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem
	}

	.paL100 {
		padding-left: 6.25rem
	}

	.paR100 {
		padding-right: 6.25rem
	}

	.paT100 {
		padding-top: 6.25rem
	}

	.paB100 {
		padding-bottom: 6.25rem
	}

	.ma100 {
		margin: 6.25rem
	}

	.maLR100 {
		margin-left: 6.25rem;
		margin-right: 6.25rem
	}

	.maTB100 {
		margin-top: 6.25rem;
		margin-bottom: 6.25rem
	}

	.maL100 {
		margin-left: 6.25rem
	}

	.maR100 {
		margin-right: 6.25rem
	}

	.maT100 {
		margin-top: 6.25rem
	}

	.maB100 {
		margin-bottom: 6.25rem
	}

	.pa105 {
		padding: 6.5625rem
	}

	.paLR105 {
		padding-left: 6.5625rem;
		padding-right: 6.5625rem
	}

	.paTB105 {
		padding-top: 6.5625rem;
		padding-bottom: 6.5625rem
	}

	.paL105 {
		padding-left: 6.5625rem
	}

	.paR105 {
		padding-right: 6.5625rem
	}

	.paT105 {
		padding-top: 6.5625rem
	}

	.paB105 {
		padding-bottom: 6.5625rem
	}

	.ma105 {
		margin: 6.5625rem
	}

	.maLR105 {
		margin-left: 6.5625rem;
		margin-right: 6.5625rem
	}

	.maTB105 {
		margin-top: 6.5625rem;
		margin-bottom: 6.5625rem
	}

	.maL105 {
		margin-left: 6.5625rem
	}

	.maR105 {
		margin-right: 6.5625rem
	}

	.maT105 {
		margin-top: 6.5625rem
	}

	.maB105 {
		margin-bottom: 6.5625rem
	}

	.pa110 {
		padding: 6.875rem
	}

	.paLR110 {
		padding-left: 6.875rem;
		padding-right: 6.875rem
	}

	.paTB110 {
		padding-top: 6.875rem;
		padding-bottom: 6.875rem
	}

	.paL110 {
		padding-left: 6.875rem
	}

	.paR110 {
		padding-right: 6.875rem
	}

	.paT110 {
		padding-top: 6.875rem
	}

	.paB110 {
		padding-bottom: 6.875rem
	}

	.ma110 {
		margin: 6.875rem
	}

	.maLR110 {
		margin-left: 6.875rem;
		margin-right: 6.875rem
	}

	.maTB110 {
		margin-top: 6.875rem;
		margin-bottom: 6.875rem
	}

	.maL110 {
		margin-left: 6.875rem
	}

	.maR110 {
		margin-right: 6.875rem
	}

	.maT110 {
		margin-top: 6.875rem
	}

	.maB110 {
		margin-bottom: 6.875rem
	}

	.pa115 {
		padding: 7.1875rem
	}

	.paLR115 {
		padding-left: 7.1875rem;
		padding-right: 7.1875rem
	}

	.paTB115 {
		padding-top: 7.1875rem;
		padding-bottom: 7.1875rem
	}

	.paL115 {
		padding-left: 7.1875rem
	}

	.paR115 {
		padding-right: 7.1875rem
	}

	.paT115 {
		padding-top: 7.1875rem
	}

	.paB115 {
		padding-bottom: 7.1875rem
	}

	.ma115 {
		margin: 7.1875rem
	}

	.maLR115 {
		margin-left: 7.1875rem;
		margin-right: 7.1875rem
	}

	.maTB115 {
		margin-top: 7.1875rem;
		margin-bottom: 7.1875rem
	}

	.maL115 {
		margin-left: 7.1875rem
	}

	.maR115 {
		margin-right: 7.1875rem
	}

	.maT115 {
		margin-top: 7.1875rem
	}

	.maB115 {
		margin-bottom: 7.1875rem
	}

	.pa120 {
		padding: 7.5rem
	}

	.paLR120 {
		padding-left: 7.5rem;
		padding-right: 7.5rem
	}

	.paTB120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}

	.paL120 {
		padding-left: 7.5rem
	}

	.paR120 {
		padding-right: 7.5rem
	}

	.paT120 {
		padding-top: 7.5rem
	}

	.paB120 {
		padding-bottom: 7.5rem
	}

	.ma120 {
		margin: 7.5rem
	}

	.maLR120 {
		margin-left: 7.5rem;
		margin-right: 7.5rem
	}

	.maTB120 {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem
	}

	.maL120 {
		margin-left: 7.5rem
	}

	.maR120 {
		margin-right: 7.5rem
	}

	.maT120 {
		margin-top: 7.5rem
	}

	.maB120 {
		margin-bottom: 7.5rem
	}

	.pa125 {
		padding: 7.8125rem
	}

	.paLR125 {
		padding-left: 7.8125rem;
		padding-right: 7.8125rem
	}

	.paTB125 {
		padding-top: 7.8125rem;
		padding-bottom: 7.8125rem
	}

	.paL125 {
		padding-left: 7.8125rem
	}

	.paR125 {
		padding-right: 7.8125rem
	}

	.paT125 {
		padding-top: 7.8125rem
	}

	.paB125 {
		padding-bottom: 7.8125rem
	}

	.ma125 {
		margin: 7.8125rem
	}

	.maLR125 {
		margin-left: 7.8125rem;
		margin-right: 7.8125rem
	}

	.maTB125 {
		margin-top: 7.8125rem;
		margin-bottom: 7.8125rem
	}

	.maL125 {
		margin-left: 7.8125rem
	}

	.maR125 {
		margin-right: 7.8125rem
	}

	.maT125 {
		margin-top: 7.8125rem
	}

	.maB125 {
		margin-bottom: 7.8125rem
	}

	.pa130 {
		padding: 8.125rem
	}

	.paLR130 {
		padding-left: 8.125rem;
		padding-right: 8.125rem
	}

	.paTB130 {
		padding-top: 8.125rem;
		padding-bottom: 8.125rem
	}

	.paL130 {
		padding-left: 8.125rem
	}

	.paR130 {
		padding-right: 8.125rem
	}

	.paT130 {
		padding-top: 8.125rem
	}

	.paB130 {
		padding-bottom: 8.125rem
	}

	.ma130 {
		margin: 8.125rem
	}

	.maLR130 {
		margin-left: 8.125rem;
		margin-right: 8.125rem
	}

	.maTB130 {
		margin-top: 8.125rem;
		margin-bottom: 8.125rem
	}

	.maL130 {
		margin-left: 8.125rem
	}

	.maR130 {
		margin-right: 8.125rem
	}

	.maT130 {
		margin-top: 8.125rem
	}

	.maB130 {
		margin-bottom: 8.125rem
	}

	.pa135 {
		padding: 8.4375rem
	}

	.paLR135 {
		padding-left: 8.4375rem;
		padding-right: 8.4375rem
	}

	.paTB135 {
		padding-top: 8.4375rem;
		padding-bottom: 8.4375rem
	}

	.paL135 {
		padding-left: 8.4375rem
	}

	.paR135 {
		padding-right: 8.4375rem
	}

	.paT135 {
		padding-top: 8.4375rem
	}

	.paB135 {
		padding-bottom: 8.4375rem
	}

	.ma135 {
		margin: 8.4375rem
	}

	.maLR135 {
		margin-left: 8.4375rem;
		margin-right: 8.4375rem
	}

	.maTB135 {
		margin-top: 8.4375rem;
		margin-bottom: 8.4375rem
	}

	.maL135 {
		margin-left: 8.4375rem
	}

	.maR135 {
		margin-right: 8.4375rem
	}

	.maT135 {
		margin-top: 8.4375rem
	}

	.maB135 {
		margin-bottom: 8.4375rem
	}

	.pa140 {
		padding: 8.75rem
	}

	.paLR140 {
		padding-left: 8.75rem;
		padding-right: 8.75rem
	}

	.paTB140 {
		padding-top: 8.75rem;
		padding-bottom: 8.75rem
	}

	.paL140 {
		padding-left: 8.75rem
	}

	.paR140 {
		padding-right: 8.75rem
	}

	.paT140 {
		padding-top: 8.75rem
	}

	.paB140 {
		padding-bottom: 8.75rem
	}

	.ma140 {
		margin: 8.75rem
	}

	.maLR140 {
		margin-left: 8.75rem;
		margin-right: 8.75rem
	}

	.maTB140 {
		margin-top: 8.75rem;
		margin-bottom: 8.75rem
	}

	.maL140 {
		margin-left: 8.75rem
	}

	.maR140 {
		margin-right: 8.75rem
	}

	.maT140 {
		margin-top: 8.75rem
	}

	.maB140 {
		margin-bottom: 8.75rem
	}

	.pa145 {
		padding: 9.0625rem
	}

	.paLR145 {
		padding-left: 9.0625rem;
		padding-right: 9.0625rem
	}

	.paTB145 {
		padding-top: 9.0625rem;
		padding-bottom: 9.0625rem
	}

	.paL145 {
		padding-left: 9.0625rem
	}

	.paR145 {
		padding-right: 9.0625rem
	}

	.paT145 {
		padding-top: 9.0625rem
	}

	.paB145 {
		padding-bottom: 9.0625rem
	}

	.ma145 {
		margin: 9.0625rem
	}

	.maLR145 {
		margin-left: 9.0625rem;
		margin-right: 9.0625rem
	}

	.maTB145 {
		margin-top: 9.0625rem;
		margin-bottom: 9.0625rem
	}

	.maL145 {
		margin-left: 9.0625rem
	}

	.maR145 {
		margin-right: 9.0625rem
	}

	.maT145 {
		margin-top: 9.0625rem
	}

	.maB145 {
		margin-bottom: 9.0625rem
	}
}

@media(min-width:1480px) {
	.pamax0 {
		padding: 0
	}

	.paLRmax0 {
		padding-left: 0;
		padding-right: 0
	}

	.paTBmax0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.paLmax0 {
		padding-left: 0
	}

	.paRmax0 {
		padding-right: 0
	}

	.paTmax0 {
		padding-top: 0
	}

	.paBmax0 {
		padding-bottom: 0
	}

	.mamax0 {
		margin: 0
	}

	.maLRmax0 {
		margin-left: 0;
		margin-right: 0
	}

	.maTBmax0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.maLmax0 {
		margin-left: 0
	}

	.maRmax0 {
		margin-right: 0
	}

	.maTmax0 {
		margin-top: 0
	}

	.maBmax0 {
		margin-bottom: 0
	}

	.pamax5 {
		padding: .3125rem
	}

	.paLRmax5 {
		padding-left: .3125rem;
		padding-right: .3125rem
	}

	.paTBmax5 {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}

	.paLmax5 {
		padding-left: .3125rem
	}

	.paRmax5 {
		padding-right: .3125rem
	}

	.paTmax5 {
		padding-top: .3125rem
	}

	.paBmax5 {
		padding-bottom: .3125rem
	}

	.mamax5 {
		margin: .3125rem
	}

	.maLRmax5 {
		margin-left: .3125rem;
		margin-right: .3125rem
	}

	.maTBmax5 {
		margin-top: .3125rem;
		margin-bottom: .3125rem
	}

	.maLmax5 {
		margin-left: .3125rem
	}

	.maRmax5 {
		margin-right: .3125rem
	}

	.maTmax5 {
		margin-top: .3125rem
	}

	.maBmax5 {
		margin-bottom: .3125rem
	}

	.pamax10 {
		padding: .625rem
	}

	.paLRmax10 {
		padding-left: .625rem;
		padding-right: .625rem
	}

	.paTBmax10 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	.paLmax10 {
		padding-left: .625rem
	}

	.paRmax10 {
		padding-right: .625rem
	}

	.paTmax10 {
		padding-top: .625rem
	}

	.paBmax10 {
		padding-bottom: .625rem
	}

	.mamax10 {
		margin: .625rem
	}

	.maLRmax10 {
		margin-left: .625rem;
		margin-right: .625rem
	}

	.maTBmax10 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	.maLmax10 {
		margin-left: .625rem
	}

	.maRmax10 {
		margin-right: .625rem
	}

	.maTmax10 {
		margin-top: .625rem
	}

	.maBmax10 {
		margin-bottom: .625rem
	}

	.pamax15 {
		padding: .9375rem
	}

	.paLRmax15 {
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	.paTBmax15 {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}

	.paLmax15 {
		padding-left: .9375rem
	}

	.paRmax15 {
		padding-right: .9375rem
	}

	.paTmax15 {
		padding-top: .9375rem
	}

	.paBmax15 {
		padding-bottom: .9375rem
	}

	.mamax15 {
		margin: .9375rem
	}

	.maLRmax15 {
		margin-left: .9375rem;
		margin-right: .9375rem
	}

	.maTBmax15 {
		margin-top: .9375rem;
		margin-bottom: .9375rem
	}

	.maLmax15 {
		margin-left: .9375rem
	}

	.maRmax15 {
		margin-right: .9375rem
	}

	.maTmax15 {
		margin-top: .9375rem
	}

	.maBmax15 {
		margin-bottom: .9375rem
	}

	.pamax20 {
		padding: 1.25rem
	}

	.paLRmax20 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}

	.paTBmax20 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	.paLmax20 {
		padding-left: 1.25rem
	}

	.paRmax20 {
		padding-right: 1.25rem
	}

	.paTmax20 {
		padding-top: 1.25rem
	}

	.paBmax20 {
		padding-bottom: 1.25rem
	}

	.mamax20 {
		margin: 1.25rem
	}

	.maLRmax20 {
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}

	.maTBmax20 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	.maLmax20 {
		margin-left: 1.25rem
	}

	.maRmax20 {
		margin-right: 1.25rem
	}

	.maTmax20 {
		margin-top: 1.25rem
	}

	.maBmax20 {
		margin-bottom: 1.25rem
	}

	.pamax25 {
		padding: 1.5625rem
	}

	.paLRmax25 {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem
	}

	.paTBmax25 {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem
	}

	.paLmax25 {
		padding-left: 1.5625rem
	}

	.paRmax25 {
		padding-right: 1.5625rem
	}

	.paTmax25 {
		padding-top: 1.5625rem
	}

	.paBmax25 {
		padding-bottom: 1.5625rem
	}

	.mamax25 {
		margin: 1.5625rem
	}

	.maLRmax25 {
		margin-left: 1.5625rem;
		margin-right: 1.5625rem
	}

	.maTBmax25 {
		margin-top: 1.5625rem;
		margin-bottom: 1.5625rem
	}

	.maLmax25 {
		margin-left: 1.5625rem
	}

	.maRmax25 {
		margin-right: 1.5625rem
	}

	.maTmax25 {
		margin-top: 1.5625rem
	}

	.maBmax25 {
		margin-bottom: 1.5625rem
	}

	.pamax30 {
		padding: 1.875rem
	}

	.paLRmax30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}

	.paTBmax30 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	.paLmax30 {
		padding-left: 1.875rem
	}

	.paRmax30 {
		padding-right: 1.875rem
	}

	.paTmax30 {
		padding-top: 1.875rem
	}

	.paBmax30 {
		padding-bottom: 1.875rem
	}

	.mamax30 {
		margin: 1.875rem
	}

	.maLRmax30 {
		margin-left: 1.875rem;
		margin-right: 1.875rem
	}

	.maTBmax30 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	.maLmax30 {
		margin-left: 1.875rem
	}

	.maRmax30 {
		margin-right: 1.875rem
	}

	.maTmax30 {
		margin-top: 1.875rem
	}

	.maBmax30 {
		margin-bottom: 1.875rem
	}

	.pamax35 {
		padding: 2.1875rem
	}

	.paLRmax35 {
		padding-left: 2.1875rem;
		padding-right: 2.1875rem
	}

	.paTBmax35 {
		padding-top: 2.1875rem;
		padding-bottom: 2.1875rem
	}

	.paLmax35 {
		padding-left: 2.1875rem
	}

	.paRmax35 {
		padding-right: 2.1875rem
	}

	.paTmax35 {
		padding-top: 2.1875rem
	}

	.paBmax35 {
		padding-bottom: 2.1875rem
	}

	.mamax35 {
		margin: 2.1875rem
	}

	.maLRmax35 {
		margin-left: 2.1875rem;
		margin-right: 2.1875rem
	}

	.maTBmax35 {
		margin-top: 2.1875rem;
		margin-bottom: 2.1875rem
	}

	.maLmax35 {
		margin-left: 2.1875rem
	}

	.maRmax35 {
		margin-right: 2.1875rem
	}

	.maTmax35 {
		margin-top: 2.1875rem
	}

	.maBmax35 {
		margin-bottom: 2.1875rem
	}

	.pamax40 {
		padding: 2.5rem
	}

	.paLRmax40 {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}

	.paTBmax40 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	.paLmax40 {
		padding-left: 2.5rem
	}

	.paRmax40 {
		padding-right: 2.5rem
	}

	.paTmax40 {
		padding-top: 2.5rem
	}

	.paBmax40 {
		padding-bottom: 2.5rem
	}

	.mamax40 {
		margin: 2.5rem
	}

	.maLRmax40 {
		margin-left: 2.5rem;
		margin-right: 2.5rem
	}

	.maTBmax40 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	.maLmax40 {
		margin-left: 2.5rem
	}

	.maRmax40 {
		margin-right: 2.5rem
	}

	.maTmax40 {
		margin-top: 2.5rem
	}

	.maBmax40 {
		margin-bottom: 2.5rem
	}

	.pamax45 {
		padding: 2.8125rem
	}

	.paLRmax45 {
		padding-left: 2.8125rem;
		padding-right: 2.8125rem
	}

	.paTBmax45 {
		padding-top: 2.8125rem;
		padding-bottom: 2.8125rem
	}

	.paLmax45 {
		padding-left: 2.8125rem
	}

	.paRmax45 {
		padding-right: 2.8125rem
	}

	.paTmax45 {
		padding-top: 2.8125rem
	}

	.paBmax45 {
		padding-bottom: 2.8125rem
	}

	.mamax45 {
		margin: 2.8125rem
	}

	.maLRmax45 {
		margin-left: 2.8125rem;
		margin-right: 2.8125rem
	}

	.maTBmax45 {
		margin-top: 2.8125rem;
		margin-bottom: 2.8125rem
	}

	.maLmax45 {
		margin-left: 2.8125rem
	}

	.maRmax45 {
		margin-right: 2.8125rem
	}

	.maTmax45 {
		margin-top: 2.8125rem
	}

	.maBmax45 {
		margin-bottom: 2.8125rem
	}

	.pamax50 {
		padding: 3.125rem
	}

	.paLRmax50 {
		padding-left: 3.125rem;
		padding-right: 3.125rem
	}

	.paTBmax50 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	.paLmax50 {
		padding-left: 3.125rem
	}

	.paRmax50 {
		padding-right: 3.125rem
	}

	.paTmax50 {
		padding-top: 3.125rem
	}

	.paBmax50 {
		padding-bottom: 3.125rem
	}

	.mamax50 {
		margin: 3.125rem
	}

	.maLRmax50 {
		margin-left: 3.125rem;
		margin-right: 3.125rem
	}

	.maTBmax50 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	.maLmax50 {
		margin-left: 3.125rem
	}

	.maRmax50 {
		margin-right: 3.125rem
	}

	.maTmax50 {
		margin-top: 3.125rem
	}

	.maBmax50 {
		margin-bottom: 3.125rem
	}

	.pamax55 {
		padding: 3.4375rem
	}

	.paLRmax55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem
	}

	.paTBmax55 {
		padding-top: 3.4375rem;
		padding-bottom: 3.4375rem
	}

	.paLmax55 {
		padding-left: 3.4375rem
	}

	.paRmax55 {
		padding-right: 3.4375rem
	}

	.paTmax55 {
		padding-top: 3.4375rem
	}

	.paBmax55 {
		padding-bottom: 3.4375rem
	}

	.mamax55 {
		margin: 3.4375rem
	}

	.maLRmax55 {
		margin-left: 3.4375rem;
		margin-right: 3.4375rem
	}

	.maTBmax55 {
		margin-top: 3.4375rem;
		margin-bottom: 3.4375rem
	}

	.maLmax55 {
		margin-left: 3.4375rem
	}

	.maRmax55 {
		margin-right: 3.4375rem
	}

	.maTmax55 {
		margin-top: 3.4375rem
	}

	.maBmax55 {
		margin-bottom: 3.4375rem
	}

	.pamax60 {
		padding: 3.75rem
	}

	.paLRmax60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}

	.paTBmax60 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}

	.paLmax60 {
		padding-left: 3.75rem
	}

	.paRmax60 {
		padding-right: 3.75rem
	}

	.paTmax60 {
		padding-top: 3.75rem
	}

	.paBmax60 {
		padding-bottom: 3.75rem
	}

	.mamax60 {
		margin: 3.75rem
	}

	.maLRmax60 {
		margin-left: 3.75rem;
		margin-right: 3.75rem
	}

	.maTBmax60 {
		margin-top: 3.75rem;
		margin-bottom: 3.75rem
	}

	.maLmax60 {
		margin-left: 3.75rem
	}

	.maRmax60 {
		margin-right: 3.75rem
	}

	.maTmax60 {
		margin-top: 3.75rem
	}

	.maBmax60 {
		margin-bottom: 3.75rem
	}

	.pamax65 {
		padding: 4.0625rem
	}

	.paLRmax65 {
		padding-left: 4.0625rem;
		padding-right: 4.0625rem
	}

	.paTBmax65 {
		padding-top: 4.0625rem;
		padding-bottom: 4.0625rem
	}

	.paLmax65 {
		padding-left: 4.0625rem
	}

	.paRmax65 {
		padding-right: 4.0625rem
	}

	.paTmax65 {
		padding-top: 4.0625rem
	}

	.paBmax65 {
		padding-bottom: 4.0625rem
	}

	.mamax65 {
		margin: 4.0625rem
	}

	.maLRmax65 {
		margin-left: 4.0625rem;
		margin-right: 4.0625rem
	}

	.maTBmax65 {
		margin-top: 4.0625rem;
		margin-bottom: 4.0625rem
	}

	.maLmax65 {
		margin-left: 4.0625rem
	}

	.maRmax65 {
		margin-right: 4.0625rem
	}

	.maTmax65 {
		margin-top: 4.0625rem
	}

	.maBmax65 {
		margin-bottom: 4.0625rem
	}

	.pamax70 {
		padding: 4.375rem
	}

	.paLRmax70 {
		padding-left: 4.375rem;
		padding-right: 4.375rem
	}

	.paTBmax70 {
		padding-top: 4.375rem;
		padding-bottom: 4.375rem
	}

	.paLmax70 {
		padding-left: 4.375rem
	}

	.paRmax70 {
		padding-right: 4.375rem
	}

	.paTmax70 {
		padding-top: 4.375rem
	}

	.paBmax70 {
		padding-bottom: 4.375rem
	}

	.mamax70 {
		margin: 4.375rem
	}

	.maLRmax70 {
		margin-left: 4.375rem;
		margin-right: 4.375rem
	}

	.maTBmax70 {
		margin-top: 4.375rem;
		margin-bottom: 4.375rem
	}

	.maLmax70 {
		margin-left: 4.375rem
	}

	.maRmax70 {
		margin-right: 4.375rem
	}

	.maTmax70 {
		margin-top: 4.375rem
	}

	.maBmax70 {
		margin-bottom: 4.375rem
	}

	.pamax75 {
		padding: 4.6875rem
	}

	.paLRmax75 {
		padding-left: 4.6875rem;
		padding-right: 4.6875rem
	}

	.paTBmax75 {
		padding-top: 4.6875rem;
		padding-bottom: 4.6875rem
	}

	.paLmax75 {
		padding-left: 4.6875rem
	}

	.paRmax75 {
		padding-right: 4.6875rem
	}

	.paTmax75 {
		padding-top: 4.6875rem
	}

	.paBmax75 {
		padding-bottom: 4.6875rem
	}

	.mamax75 {
		margin: 4.6875rem
	}

	.maLRmax75 {
		margin-left: 4.6875rem;
		margin-right: 4.6875rem
	}

	.maTBmax75 {
		margin-top: 4.6875rem;
		margin-bottom: 4.6875rem
	}

	.maLmax75 {
		margin-left: 4.6875rem
	}

	.maRmax75 {
		margin-right: 4.6875rem
	}

	.maTmax75 {
		margin-top: 4.6875rem
	}

	.maBmax75 {
		margin-bottom: 4.6875rem
	}

	.pamax80 {
		padding: 5rem
	}

	.paLRmax80 {
		padding-left: 5rem;
		padding-right: 5rem
	}

	.paTBmax80 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}

	.paLmax80 {
		padding-left: 5rem
	}

	.paRmax80 {
		padding-right: 5rem
	}

	.paTmax80 {
		padding-top: 5rem
	}

	.paBmax80 {
		padding-bottom: 5rem
	}

	.mamax80 {
		margin: 5rem
	}

	.maLRmax80 {
		margin-left: 5rem;
		margin-right: 5rem
	}

	.maTBmax80 {
		margin-top: 5rem;
		margin-bottom: 5rem
	}

	.maLmax80 {
		margin-left: 5rem
	}

	.maRmax80 {
		margin-right: 5rem
	}

	.maTmax80 {
		margin-top: 5rem
	}

	.maBmax80 {
		margin-bottom: 5rem
	}

	.pamax85 {
		padding: 5.3125rem
	}

	.paLRmax85 {
		padding-left: 5.3125rem;
		padding-right: 5.3125rem
	}

	.paTBmax85 {
		padding-top: 5.3125rem;
		padding-bottom: 5.3125rem
	}

	.paLmax85 {
		padding-left: 5.3125rem
	}

	.paRmax85 {
		padding-right: 5.3125rem
	}

	.paTmax85 {
		padding-top: 5.3125rem
	}

	.paBmax85 {
		padding-bottom: 5.3125rem
	}

	.mamax85 {
		margin: 5.3125rem
	}

	.maLRmax85 {
		margin-left: 5.3125rem;
		margin-right: 5.3125rem
	}

	.maTBmax85 {
		margin-top: 5.3125rem;
		margin-bottom: 5.3125rem
	}

	.maLmax85 {
		margin-left: 5.3125rem
	}

	.maRmax85 {
		margin-right: 5.3125rem
	}

	.maTmax85 {
		margin-top: 5.3125rem
	}

	.maBmax85 {
		margin-bottom: 5.3125rem
	}

	.pamax90 {
		padding: 5.625rem
	}

	.paLRmax90 {
		padding-left: 5.625rem;
		padding-right: 5.625rem
	}

	.paTBmax90 {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem
	}

	.paLmax90 {
		padding-left: 5.625rem
	}

	.paRmax90 {
		padding-right: 5.625rem
	}

	.paTmax90 {
		padding-top: 5.625rem
	}

	.paBmax90 {
		padding-bottom: 5.625rem
	}

	.mamax90 {
		margin: 5.625rem
	}

	.maLRmax90 {
		margin-left: 5.625rem;
		margin-right: 5.625rem
	}

	.maTBmax90 {
		margin-top: 5.625rem;
		margin-bottom: 5.625rem
	}

	.maLmax90 {
		margin-left: 5.625rem
	}

	.maRmax90 {
		margin-right: 5.625rem
	}

	.maTmax90 {
		margin-top: 5.625rem
	}

	.maBmax90 {
		margin-bottom: 5.625rem
	}

	.pamax95 {
		padding: 5.9375rem
	}

	.paLRmax95 {
		padding-left: 5.9375rem;
		padding-right: 5.9375rem
	}

	.paTBmax95 {
		padding-top: 5.9375rem;
		padding-bottom: 5.9375rem
	}

	.paLmax95 {
		padding-left: 5.9375rem
	}

	.paRmax95 {
		padding-right: 5.9375rem
	}

	.paTmax95 {
		padding-top: 5.9375rem
	}

	.paBmax95 {
		padding-bottom: 5.9375rem
	}

	.mamax95 {
		margin: 5.9375rem
	}

	.maLRmax95 {
		margin-left: 5.9375rem;
		margin-right: 5.9375rem
	}

	.maTBmax95 {
		margin-top: 5.9375rem;
		margin-bottom: 5.9375rem
	}

	.maLmax95 {
		margin-left: 5.9375rem
	}

	.maRmax95 {
		margin-right: 5.9375rem
	}

	.maTmax95 {
		margin-top: 5.9375rem
	}

	.maBmax95 {
		margin-bottom: 5.9375rem
	}

	.pamax100 {
		padding: 6.25rem
	}

	.paLRmax100 {
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}

	.paTBmax100 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem
	}

	.paLmax100 {
		padding-left: 6.25rem
	}

	.paRmax100 {
		padding-right: 6.25rem
	}

	.paTmax100 {
		padding-top: 6.25rem
	}

	.paBmax100 {
		padding-bottom: 6.25rem
	}

	.mamax100 {
		margin: 6.25rem
	}

	.maLRmax100 {
		margin-left: 6.25rem;
		margin-right: 6.25rem
	}

	.maTBmax100 {
		margin-top: 6.25rem;
		margin-bottom: 6.25rem
	}

	.maLmax100 {
		margin-left: 6.25rem
	}

	.maRmax100 {
		margin-right: 6.25rem
	}

	.maTmax100 {
		margin-top: 6.25rem
	}

	.maBmax100 {
		margin-bottom: 6.25rem
	}

	.pamax105 {
		padding: 6.5625rem
	}

	.paLRmax105 {
		padding-left: 6.5625rem;
		padding-right: 6.5625rem
	}

	.paTBmax105 {
		padding-top: 6.5625rem;
		padding-bottom: 6.5625rem
	}

	.paLmax105 {
		padding-left: 6.5625rem
	}

	.paRmax105 {
		padding-right: 6.5625rem
	}

	.paTmax105 {
		padding-top: 6.5625rem
	}

	.paBmax105 {
		padding-bottom: 6.5625rem
	}

	.mamax105 {
		margin: 6.5625rem
	}

	.maLRmax105 {
		margin-left: 6.5625rem;
		margin-right: 6.5625rem
	}

	.maTBmax105 {
		margin-top: 6.5625rem;
		margin-bottom: 6.5625rem
	}

	.maLmax105 {
		margin-left: 6.5625rem
	}

	.maRmax105 {
		margin-right: 6.5625rem
	}

	.maTmax105 {
		margin-top: 6.5625rem
	}

	.maBmax105 {
		margin-bottom: 6.5625rem
	}

	.pamax110 {
		padding: 6.875rem
	}

	.paLRmax110 {
		padding-left: 6.875rem;
		padding-right: 6.875rem
	}

	.paTBmax110 {
		padding-top: 6.875rem;
		padding-bottom: 6.875rem
	}

	.paLmax110 {
		padding-left: 6.875rem
	}

	.paRmax110 {
		padding-right: 6.875rem
	}

	.paTmax110 {
		padding-top: 6.875rem
	}

	.paBmax110 {
		padding-bottom: 6.875rem
	}

	.mamax110 {
		margin: 6.875rem
	}

	.maLRmax110 {
		margin-left: 6.875rem;
		margin-right: 6.875rem
	}

	.maTBmax110 {
		margin-top: 6.875rem;
		margin-bottom: 6.875rem
	}

	.maLmax110 {
		margin-left: 6.875rem
	}

	.maRmax110 {
		margin-right: 6.875rem
	}

	.maTmax110 {
		margin-top: 6.875rem
	}

	.maBmax110 {
		margin-bottom: 6.875rem
	}

	.pamax115 {
		padding: 7.1875rem
	}

	.paLRmax115 {
		padding-left: 7.1875rem;
		padding-right: 7.1875rem
	}

	.paTBmax115 {
		padding-top: 7.1875rem;
		padding-bottom: 7.1875rem
	}

	.paLmax115 {
		padding-left: 7.1875rem
	}

	.paRmax115 {
		padding-right: 7.1875rem
	}

	.paTmax115 {
		padding-top: 7.1875rem
	}

	.paBmax115 {
		padding-bottom: 7.1875rem
	}

	.mamax115 {
		margin: 7.1875rem
	}

	.maLRmax115 {
		margin-left: 7.1875rem;
		margin-right: 7.1875rem
	}

	.maTBmax115 {
		margin-top: 7.1875rem;
		margin-bottom: 7.1875rem
	}

	.maLmax115 {
		margin-left: 7.1875rem
	}

	.maRmax115 {
		margin-right: 7.1875rem
	}

	.maTmax115 {
		margin-top: 7.1875rem
	}

	.maBmax115 {
		margin-bottom: 7.1875rem
	}

	.pamax120 {
		padding: 7.5rem
	}

	.paLRmax120 {
		padding-left: 7.5rem;
		padding-right: 7.5rem
	}

	.paTBmax120 {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem
	}

	.paLmax120 {
		padding-left: 7.5rem
	}

	.paRmax120 {
		padding-right: 7.5rem
	}

	.paTmax120 {
		padding-top: 7.5rem
	}

	.paBmax120 {
		padding-bottom: 7.5rem
	}

	.mamax120 {
		margin: 7.5rem
	}

	.maLRmax120 {
		margin-left: 7.5rem;
		margin-right: 7.5rem
	}

	.maTBmax120 {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem
	}

	.maLmax120 {
		margin-left: 7.5rem
	}

	.maRmax120 {
		margin-right: 7.5rem
	}

	.maTmax120 {
		margin-top: 7.5rem
	}

	.maBmax120 {
		margin-bottom: 7.5rem
	}

	.pamax125 {
		padding: 7.8125rem
	}

	.paLRmax125 {
		padding-left: 7.8125rem;
		padding-right: 7.8125rem
	}

	.paTBmax125 {
		padding-top: 7.8125rem;
		padding-bottom: 7.8125rem
	}

	.paLmax125 {
		padding-left: 7.8125rem
	}

	.paRmax125 {
		padding-right: 7.8125rem
	}

	.paTmax125 {
		padding-top: 7.8125rem
	}

	.paBmax125 {
		padding-bottom: 7.8125rem
	}

	.mamax125 {
		margin: 7.8125rem
	}

	.maLRmax125 {
		margin-left: 7.8125rem;
		margin-right: 7.8125rem
	}

	.maTBmax125 {
		margin-top: 7.8125rem;
		margin-bottom: 7.8125rem
	}

	.maLmax125 {
		margin-left: 7.8125rem
	}

	.maRmax125 {
		margin-right: 7.8125rem
	}

	.maTmax125 {
		margin-top: 7.8125rem
	}

	.maBmax125 {
		margin-bottom: 7.8125rem
	}

	.pamax130 {
		padding: 8.125rem
	}

	.paLRmax130 {
		padding-left: 8.125rem;
		padding-right: 8.125rem
	}

	.paTBmax130 {
		padding-top: 8.125rem;
		padding-bottom: 8.125rem
	}

	.paLmax130 {
		padding-left: 8.125rem
	}

	.paRmax130 {
		padding-right: 8.125rem
	}

	.paTmax130 {
		padding-top: 8.125rem
	}

	.paBmax130 {
		padding-bottom: 8.125rem
	}

	.mamax130 {
		margin: 8.125rem
	}

	.maLRmax130 {
		margin-left: 8.125rem;
		margin-right: 8.125rem
	}

	.maTBmax130 {
		margin-top: 8.125rem;
		margin-bottom: 8.125rem
	}

	.maLmax130 {
		margin-left: 8.125rem
	}

	.maRmax130 {
		margin-right: 8.125rem
	}

	.maTmax130 {
		margin-top: 8.125rem
	}

	.maBmax130 {
		margin-bottom: 8.125rem
	}

	.pamax135 {
		padding: 8.4375rem
	}

	.paLRmax135 {
		padding-left: 8.4375rem;
		padding-right: 8.4375rem
	}

	.paTBmax135 {
		padding-top: 8.4375rem;
		padding-bottom: 8.4375rem
	}

	.paLmax135 {
		padding-left: 8.4375rem
	}

	.paRmax135 {
		padding-right: 8.4375rem
	}

	.paTmax135 {
		padding-top: 8.4375rem
	}

	.paBmax135 {
		padding-bottom: 8.4375rem
	}

	.mamax135 {
		margin: 8.4375rem
	}

	.maLRmax135 {
		margin-left: 8.4375rem;
		margin-right: 8.4375rem
	}

	.maTBmax135 {
		margin-top: 8.4375rem;
		margin-bottom: 8.4375rem
	}

	.maLmax135 {
		margin-left: 8.4375rem
	}

	.maRmax135 {
		margin-right: 8.4375rem
	}

	.maTmax135 {
		margin-top: 8.4375rem
	}

	.maBmax135 {
		margin-bottom: 8.4375rem
	}

	.pamax140 {
		padding: 8.75rem
	}

	.paLRmax140 {
		padding-left: 8.75rem;
		padding-right: 8.75rem
	}

	.paTBmax140 {
		padding-top: 8.75rem;
		padding-bottom: 8.75rem
	}

	.paLmax140 {
		padding-left: 8.75rem
	}

	.paRmax140 {
		padding-right: 8.75rem
	}

	.paTmax140 {
		padding-top: 8.75rem
	}

	.paBmax140 {
		padding-bottom: 8.75rem
	}

	.mamax140 {
		margin: 8.75rem
	}

	.maLRmax140 {
		margin-left: 8.75rem;
		margin-right: 8.75rem
	}

	.maTBmax140 {
		margin-top: 8.75rem;
		margin-bottom: 8.75rem
	}

	.maLmax140 {
		margin-left: 8.75rem
	}

	.maRmax140 {
		margin-right: 8.75rem
	}

	.maTmax140 {
		margin-top: 8.75rem
	}

	.maBmax140 {
		margin-bottom: 8.75rem
	}

	.pamax145 {
		padding: 9.0625rem
	}

	.paLRmax145 {
		padding-left: 9.0625rem;
		padding-right: 9.0625rem
	}

	.paTBmax145 {
		padding-top: 9.0625rem;
		padding-bottom: 9.0625rem
	}

	.paLmax145 {
		padding-left: 9.0625rem
	}

	.paRmax145 {
		padding-right: 9.0625rem
	}

	.paTmax145 {
		padding-top: 9.0625rem
	}

	.paBmax145 {
		padding-bottom: 9.0625rem
	}

	.mamax145 {
		margin: 9.0625rem
	}

	.maLRmax145 {
		margin-left: 9.0625rem;
		margin-right: 9.0625rem
	}

	.maTBmax145 {
		margin-top: 9.0625rem;
		margin-bottom: 9.0625rem
	}

	.maLmax145 {
		margin-left: 9.0625rem
	}

	.maRmax145 {
		margin-right: 9.0625rem
	}

	.maTmax145 {
		margin-top: 9.0625rem
	}

	.maBmax145 {
		margin-bottom: 9.0625rem
	}
}

strong {
	font-weight: bold
}

.breadcrumb {
	display: block;
	font-size: .8125rem;
	line-height: 145%;
	color: #72A22D;
	margin-bottom: 20px;
	padding-top: 15px
}

.breadcrumb li {
	display: inline-block
}

.breadcrumb a {
	color: #999
}

.breadcrumb a:hover {
	color: #72A22D
}

.breadcrumb a:after {
	content: ">";
	vertical-align: text-top;
	margin: 0 5px;
	opacity: 1;
	display: inline-block;
	background-size: auto 80px;
	width: 20px;
	height: 20px;
	background-position: -260px -40px;
	background-repeat: no-repeat
}

.breadcrumb a.last {
	color: #72A22D;
	cursor: text
}

.breadcrumb a.last:after {
	display: none
}

@media(min-width:1200px) and (max-width:2560px) {
	.breadcrumb {
		padding: 33px 0 13px 0;
		margin-bottom: 40px
	}
}

.breadcrumb .nopointer {
	cursor: text
}

.breadcrumb .nopointer:hover {
	color: #999
}

.pagewrap {
	width: inherit;
	overflow: hidden;
	display: inline-block
}

.pagewrap>ul li {
	font-size: .875rem;
	display: inline;
	padding: 10px 0;
	line-height: 120%
}

@media(min-width:420px) {
	.pagewrap>ul li {
		padding: 10px
	}
}

.pagewrap>ul li a {
	margin: 5px;
	color: #e0e0e0;
	padding: 5px;
	display: inline-block;
	font-size: .875rem;
	min-width: 25px;
	text-align: center
}

.pagewrap>ul li a:hover,.pagewrap>ul li a.current {
	color: #222
}

.pagewrap>ul .next,.pagewrap>ul .prev {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer
}

.pagewrap>ul .next:before,.pagewrap>ul .prev:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 15px;
	left: 0
}

.pagewrap>ul .prev:before {
	display: inline-block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -600px -120px;
	background-repeat: no-repeat
}

.pagewrap>ul .prev:hover:before {
	display: inline-block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -640px -120px;
	background-repeat: no-repeat
}

.pagewrap>ul .next:before {
	display: inline-block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -600px -80px;
	background-repeat: no-repeat
}

.pagewrap>ul .next:hover:before {
	display: inline-block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -640px -80px;
	background-repeat: no-repeat
}

.scroll-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: none;
	z-index: 19
}

.scroll-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.scroll-top span {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #72A22D;
	display: inline-block;
	width: 40px;
	height: 40px;
	transform: scale(1);
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	position: relative;
}

.scroll-top span:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
.scroll-top span::before {
	font-family: "fontello";
	font-size: 36px;
	color: #ffffff;
	content: "\f106";
	top: 13px;
	position: absolute;
	left: 9px;
}
.more {
	position: relative;
	padding-right: 35px
}

.more:after {
	display: inline-block;
	transition: transform .2s;
	position: absolute;
	content: '';
	right: 0;
	top: -10px
}

.more:hover:after {
	position: absolute;
	content: '';
	display: inline-block;
	right: 0;
	top: -10px;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.more.current {
	color: #72A22D
}

.more.current:hover {
	color: #222
}

.blackmore:after {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -440px -120px;
	background-repeat: no-repeat
}

.blackmore:hover:after {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -400px -120px;
	background-repeat: no-repeat
}

.whitemore:after {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -440px -80px;
	background-repeat: no-repeat
}

.whitemore:hover:after {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -400px -80px;
	background-repeat: no-repeat;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.icon-twitter:after {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -950px -100px;
	background-repeat: no-repeat
}

.icon-twitter:hover:after {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -950px -150px;
	background-repeat: no-repeat;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.icon-facebook:after {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -1050px -100px;
	background-repeat: no-repeat
}

.icon-facebook:hover:after {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -1050px -150px;
	background-repeat: no-repeat;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.icon-pdf {
	position: relative
}

.icon-pdf:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -350px -100px;
	background-repeat: no-repeat;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.icon-pdf:hover:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -350px -50px;
	background-repeat: no-repeat;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.icon-youtube:after {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -1000px -100px;
	background-repeat: no-repeat
}

.icon-youtube:hover:after {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -1000px -150px;
	background-repeat: no-repeat;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #72A22D;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#FF1E88E5',endColorstr='#FF0E508A');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODhlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlNTA4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,100% 50%,0 50%,color-stop(0,#72A22D),color-stop(100%,#0e508a));
	background-image: -moz-linear-gradient(right,#72A22D 0,#0e508a 100%);
	background-image: -webkit-linear-gradient(right,#72A22D 0,#0e508a 100%);
	background-image: linear-gradient(to left,#72A22D 0,#0e508a 100%);
	text-align: center;
	z-index: 999999999
}

.load:before {
	content: '';
	width: 0;
	height: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

@-moz-keyframes loader {
	0%,10%,100% {
		width: 84px;
		height: 84px
	}

	65% {
		width: 150px;
		height: 150px
	}
}

@-webkit-keyframes loader {
	0%,10%,100% {
		width: 84px;
		height: 84px
	}

	65% {
		width: 150px;
		height: 150px
	}
}

@keyframes loader {
	0%,10%,100% {
		width: 84px;
		height: 84px
	}

	65% {
		width: 150px;
		height: 150px
	}
}

@-moz-keyframes loaderBlock {
	0%,30% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	55% {
		background-color: transparent;
		transform: scale(0.5)
	}

	100% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-webkit-keyframes loaderBlock {
	0%,30% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	55% {
		background-color: transparent;
		transform: scale(0.5)
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes loaderBlock {
	0%,30% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	55% {
		background-color: transparent;
		transform: scale(0.5)
	}

	100% {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-moz-keyframes loaderBlockInverse {
	0%,20% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	55% {
		background-color: transparent;
		transform: scale(0.5)
	}

	100% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@-webkit-keyframes loaderBlockInverse {
	0%,20% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	55% {
		background-color: transparent;
		transform: scale(0.5)
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes loaderBlockInverse {
	0%,20% {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	55% {
		background-color: transparent;
		transform: scale(0.5)
	}

	100% {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	-moz-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
	-ms-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
	-webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
	transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
	-moz-animation: loader 1.2s infinite ease-in-out;
	-webkit-animation: loader 1.2s infinite ease-in-out;
	animation: loader 1.2s infinite ease-in-out
}

.loader span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #4da6ff;
	border: 1px #4da6ff solid;
	box-sizing: border-box;
	-moz-animation: loaderBlock 1.2s infinite ease-in-out both;
	-webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
	animation: loaderBlock 1.2s infinite ease-in-out both
}

.loader span:nth-child(1) {
	top: 0;
	left: 0
}

.loader span:nth-child(2) {
	top: 0;
	right: 0;
	-moz-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
	-webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.loader span:nth-child(3) {
	bottom: 0;
	left: 0;
	-moz-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
	-webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.loader span:nth-child(4) {
	bottom: 0;
	right: 0
}

.btmline {
	border-bottom: 1px solid #e0e0e0
}

.lineR {
	border-right: 1px solid #e0e0e0
}

.lineL {
	border-left: 1px solid #e0e0e0
}

.lineT {
	border-top: 1px solid #e0e0e0
}

.lineB {
	border-bottom: 1px solid #e0e0e0
}

@media(min-width:691.2px) {
	.btmline-mb {
		border-bottom: 1px solid #e0e0e0
	}
}

.pic-resize .spic {
	width: 100%;
	height: auto;
	display: inline-block
}

@media(min-width:768px) {
	.pic-resize .spic {
		width: auto;
		display: inline-block
	}
}

@media(min-width:518.4px) {
	.pic-resize .xxspic {
		width: 100%
	}
}

@media(min-width:0) {
	.pic-resize .xxspic {
		width: auto
	}
}

.pic-resize .xspic {
	width: 100%;
	height: auto
}

@media(min-width:0) {
	.pic-resize .xspic {
		width: auto
	}
}

.pic-resize .bpic {
	width: 100%;
	height: auto;
	display: block
}

.pic-resize .pchide {
	display: inline-block
}

@media(min-width:768px) {
	.pic-resize .pchide {
		display: none
	}
}

.pic-resize .iso {
	width: 100%;
	height: auto;
	display: inline-block
}

@media(min-width:1200px) {
	.pic-resize .iso {
		width: auto;
		display: inline-block
	}
}

.pic-resize .mbhide {
	display: none
}

@media(min-width:768px) {
	.pic-resize .mbhide {
		display: inline-block
	}
}

@media(min-width:518.4px) {
	.pic-resize .xsmaxhide {
		display: inline-block
	}
}

@media(min-width:0) {
	.pic-resize .xsmaxhide {
		display: none
	}
}

@media(min-width:518.4px) {
	.pic-resize .xsmaxshow {
		display: none
	}
}

@media(min-width:0) {
	.pic-resize .xsmaxshow {
		display: inline-block
	}
}

.pchide {
	display: block
}

@media(min-width:1200px) {
	.pchide {
		display: none
	}
}

.greenline {
	border-bottom: 1px solid #1365ae
}

.bgc-main {
	background-color: #999
}

.irbgc-G {
	background-color: #eee
}

.borB1-cL2 {
	border-bottom: 1px solid #666
}

@media(min-width:0) and (max-width:767px) {
	.show .header.fixed {
		background-color: transparent
	}

	.show .wrap-header {
		visibility: hidden;
		opacity: 0
	}

	.show .btn-search {
		visibility: hidden;
		opacity: 0
	}

	.show .header {
		border-color: transparent
	}
}

.wrap-header {
	transition: visibility .3s ease,opacity .3s ease
}

.nav * {
	box-sizing: border-box
}

.nav>ul>li ul>li>a:before {
	content: ""
}

.nav>ul>li ul>li>a strong:before {
	content: ""
}

.nav>ul>li ul .title:before,.nav>ul>li ul .link-title:before {
	display: inline-block;
	background-size: auto 96px;
	width: 24px;
	height: 24px;
	background-position: -216px 0;
	background-repeat: no-repeat
}

#js-rwd {
	display: block;
	width: 0;
	height: 0;
	background: transparent;
	visibility: hidden
}

@media(min-width:0) and (max-width:1369px) {
	body {
		height: 100%;
		width: 100%;
		overflow-x: hidden
	}

	.nav-toggle {
		display: block;
		overflow: hidden;
		position: absolute;
		cursor: pointer;
		box-sizing: border-box;
		width: 60px;
		height: 50px;
		padding: 0;
		left: 0;
		top: 0;
		z-index: 888;
		-webkit-transition: All transform .3s linear;
		-moz-transition: All transform .3s linear;
		-o-transition: All transform .3s linear;
		transition: All transform .3s linear
	}

	.nav-toggle span,.nav-toggle:before,.nav-toggle:after {
		height: 2px;
		width: 22px;
		top: 47%;
		left: 50%;
		margin-left: -11px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		text-indent: -9999px;
		background-color: #72A22D;
		transition: all 300ms ease-in-out
	}

	.nav-toggle:before {
		margin-top: -6px
	}

	.nav-toggle:after {
		margin-top: 6px
	}

	.nav-toggle.show span {
		opacity: 0
	}

	.nav-toggle.show:before {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.nav-toggle.show:after {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	html.show,body.show {
		overflow: hidden;
		height: 100vh;
		width: 100%;
		position: fixed;
		-webkit-overflow-scrolling: auto;
		-webkit-transform: translateZ(0)
	}

	.page {
		transition: transform .3s ease-out;
		overflow: hidden;
		margin: -15px 0 0 0;
	}

	.page.show {
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0
	}

	.nav .wrap {
		width: 100%
	}

	.dskshow {
		display: none
	}

	.nav {
		position: fixed;
		left: -280px;
		top: 0;
		margin: 0;
		width: 280px;
		height: 100vh;
		-webkit-overflow-scrolling: touch;
		background-color: #f6f6f6;
		z-index: 980;
		overflow-y: auto;
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out
	}

	.nav.show {
		-webkit-transform: translateX(280px);
		transform: translateX(280px)
	}

	.nav>ul {
		padding-bottom: 40px
	}

	.nav>ul.nav-logo,.top>ul.nav-top {
		display: none
	}

	.nav>ul>li {
		width: 100%;
		margin: 0;
		float: left;
		text-align: left;
		border-bottom: 1px solid rgba(51,51,51,0.1)
	}

	.nav>ul>li.mb-hide {
		display: none
	}

	.nav>ul>li:last-of-type {
		margin-bottom: .5rem
	}

	.nav>ul>li>a,.nav>ul>li>span {
		font-weight: 400;
		display: block;
		color: #333;
		font-weight: normal;
		width: 80%;
		padding-left: 8%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 0
	}

	.nav>ul>li ul {
		display: block;
	}

	.nav>ul>li ul.hasthird {
		height: 45px;
		overflow: hidden;
		background-color: #ebebeb
	}

	.nav>ul>li ul.hasthird.current {
		color: #fff;
		background-color: #ebebeb
	}

	.nav>ul>li ul.hasthird.current li {
		position: relative
	}

	.nav>ul>li ul.hasthird.current li a:hover {
		color: #72A22D
	}

	.nav>ul>li ul.hasthird.current .title {
		color: #fff
	}

	.nav>ul>li ul.hasthird.current .title:before {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		content: "\E817";
		font-family: fontello;
		font-size: 20px;
		color:#ffffff;
	}

	.nav>ul>li ul.hasthird.current .title a:hover {
		color: #fff
	}

	.nav>ul>li ul.hasthird .title {
		background-color: #72A22D;
		transition: background-color .25s ease;
		display: block
	}

	.nav>ul>li ul.hasthird .title a {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.nav>ul>li ul.hasthird .title:before {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		content: "\E816";
		font-family: fontello;
		font-size: 20px;
		color:#ffffff;
	}

	.nav>ul>li ul>li {
		padding-left: 8%;
		width: 100%;
		display: block;
		border: 0;
		border-top: 1px solid rgba(51,51,51,0.1);
		background-color: #72A22D;
		transition: background-color .25s ease;
		display: block
	}

	.nav>ul>li ul>li>a {
		color: #ffffff;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		font-size: .9rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.nav>ul>li ul>li>a strong:before {
		content: ""
	}

	.nav>ul>li ul>li>a img,.nav>ul>li ul>li>a span,.nav>ul>li ul>li>a p {
		display: none
	}

	.nav>ul>li ul>li>a .name {
		display: inline-block
	}

	.nav>ul>li ul .title,.nav>ul>li ul .link-title {
		color: #fff;
		font-size: .9375rem;
		font-weight: normal;
		position: relative;
		border-top: 1px solid rgba(255,255,255,0.2)
	}

	.nav>ul>li ul .title:before,.nav>ul>li ul .link-title:before {
		content: "\f105";
		font-family: fontello;
		position: absolute;
		left: 25px;
		top: 50%;
		margin: -12px 0 0 12px
	}

	.nav>ul>li ul .title {
		padding-left: 55px;
		
	}

	.nav>ul>li ul .link-title {
		padding-left: 0;
		border-top: 1px solid rgba(255,255,255,0.2)
	}

	.nav>ul>li ul .link-title a {
		padding-left: 8%;
		color: #fff;
		background: #1b7ace
	}

	.nav>ul>li ul .link-title:before {
		display: none
	}

	.nav .hassub {
		position: relative;
		overflow: hidden
	}

	.nav .hassub:after {
		position: absolute;
		right: 15px;
		top: 7px;
		z-index: 26;
		display: block;
		content: "\f105";
		font-family: fontello;
		font-size: 24px;
		color:#72A22D;
	}

	.nav .hassub.open:after {
		content: "\f107";
		font-family: fontello;
	}

	.nav .hassub .plus-link {
		display: none
	}

	.nav .submenu {
		display: none
	}

	.nav .submenu.multi-news a p.pic-resize,.nav .submenu.multi-mark a p.pic-resize,.nav .submenu.multi-solutions a p.pic-resize {
		display: none
	}

	.nav .submenu.multi-news a h4,.nav .submenu.multi-mark a h4,.nav .submenu.multi-solutions a h4 {
		padding: 10px 8%;
		font-size: .875rem;
		background-color: #72A22D;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin: 0;
	}

	.nav .submenu.multi-news .right-w,.nav .submenu.multi-mark .right-w {
		display: none
	}

	.nav .index-search {
		display: none
	}

	.mask {
		height: 100vh;
		width: 100vw;
		background-color: rgba(0,0,0,0.7);
		position: fixed;
		z-index: 900;
		left: 0;
		top: 0
	}
}

@media(min-width:768px) {
	.nav-toggle {
		width: 50px;
		height: 50px
	}

	.nav>ul>li>ul>li {
		height: 45px;
		line-height: 45px
	}

	.page.show {
		-webkit-transform: translateX(360px);
		transform: translateX(360px)
	}

	.nav {
		left: -360px;
		width: 360px
	}

	.nav.show {
		-webkit-transform: translateX(360px);
		transform: translateX(360px)
	}
}

@media(min-width:1370px) {
	.top {
		position: absolute;
		left: 50%;
		top: 0;
		padding: 0;
		height: 77px;
		width: 1370px;
		z-index: 1000;
		margin-left: -682px;
		transition: none;
		background-color: #ffffff;
	}
	.top-inner {
	background: #ffffff;
	height: 77px;
	width: 100%;
}
	.nav-toggle {
		display: none
	}

	.nav {
		position: absolute;
		left: -50vw;
		top: 77px;
		padding: 0;
		height: 50px;
		width: 100vw;
		z-index: 990;
		margin-left: 50%;
		transition: none;
		background-color: transparent;
		background: #72A22D;
	}

	.nav:hover {
		overflow: visible
	}

	.nav>ul {
		display: block;
		padding: 0;
	}

	.nav>ul.wrap {
		width: 100%
	}

	.top>ul.nav-logo {
		width: 175px;
		height: 33px;
		max-width: 175px;
		background-size: 100% auto;
		background-repeat: no-repeat;
		margin: 20px 0 0 0;
		box-sizing: border-box;
		display: block;
		float: left;
		z-index: 1;
		background-image: url("/images/logo.png")
	}

	.top>ul.nav-logo a {
		cursor: pointer;
		display: inline-block;
		width: 273px;
		height: 50px
	}

	.nav > ul.nav-main {
		box-sizing: border-box;
		height: 50px;
		width: 1370px;
		margin: 0 auto;
	}

	.top>ul.nav-top {
		z-index: 981;
		position: absolute;
		right: 0;
		top: 30px;
		height: 40px
	}

	.top>ul.nav-top a {
		display: block;
		float: left;
		box-sizing: border-box;
		color: #666666;
		font-size: 14px;
		overflow: visible;
		position: relative;
		margin-left: 20px
	}
	.top>ul.nav-top a:hover {
		color: #72A22D;
	}
	.top>ul.nav-top a i{
		font-size: 18px;
	}
	.top>ul.nav-top a.icon-search {
		display: block;
		background-size: auto 160px;
		width: 40px;
		height: 40px;
		background-position: -200px -80px;
		background-repeat: no-repeat;
		top: -5px;
		z-index: 9999
	}

	.top>ul.nav-top .nv-search {
		position: relative;
		width: 140px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background-color: #FFFFFF;
		border: 1px solid #cccccc;
		float: left;
		display: block;
		height: 30px;
		margin-left: 15px;
		padding: 5px 10px;
		box-sizing: border-box
	}

	.top>ul.nav-top .nv-search input {
		width: 80%;
		border: 0;
		background: transparent;
		top: 3px;
		position: absolute;
		font-size: 13px;
		color: #999;
		padding: 2px;
	}

	.top>ul.nav-top .nv-search .search {
		top: -1px;
		display: block;
		right: 10px;
		position: absolute;
	}
	.top>ul.nav-top .nv-search .search:before {
			content: "\E803";
			font-family: fontello;
			font-size: 18px;
			color: #555555;
		}

	.nav>ul>li {
		display: inline-block;
		text-align: center;
		width: auto;
		margin: 0;
		float: none;
		border: 0;
		height: auto;
		vertical-align: top
	}
	.nav>ul>li.nav-right{
		float: right;
	}
	.nav>ul>li.nav-right a{
		background: #555555;
	}
	.nav>ul>li.nav-right a:hover{
		background: #333877;
	}
	.nav>ul>li.mobileshow {
		display: none
	}

	.nav>ul>li:focus {
		color: #900
	}

	.nav>ul>li>a {
		display: block;
		text-align: center;
		width: auto;
		margin: 0;
		color: #ffffff;
		font-size: 22px;
		position: relative;
		outline: 0;
		font-weight: 600;
	}

	.nav>ul>li ul {
		display: block;
		background: 0;
		color: #999;
		float: left
	}

	.nav>ul>li ul>li {
		padding-left: 0;
		height: auto;
		box-sizing: border-box;
		position: relative;
	}

	.nav>ul>li ul>li>a {
		color: #777;
		display: block;
		text-align: left;
		padding: 0 40px;
		box-sizing: border-box;
		line-height: 1.75em;
		margin: 0;
		transition: color .3s ease;
		outline: 0;
		position: relative;
	}

	.nav>ul>li ul>li>a:hover {
		color: #000000;
	}
	.nav>ul>li ul>li:before {
		left: 2px;
		content: "\f105";
		font-family: fontello;
		position: absolute;
		color: #999999;
	}
	.nav>ul>li ul .title,.nav>ul>li ul .link-title {
		display: block;
		text-align: left;
		font-size: .875rem;
		line-height: 2em;
		color: #333;
		font-weight: 600;
		vertical-align: text-top;
		background-color: transparent;
		position: relative
	}

	.nav>ul>li ul .title:before,.nav>ul>li ul .link-title:before {
		display: inline-block;
		background-size: auto 96px;
		width: 24px;
		height: 24px;
		background-position: -216px 0;
		background-repeat: no-repeat;
		margin: -12px 0 0 -24px;
		content: "";
		position: absolute;
		left: 0;
		top: 50%
	}

	.nav>ul>li ul .title>a,.nav>ul>li ul .link-title>a {
		color: #333;
		font-weight: 600;
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 110%;
		min-height: 35px;
	}

	.nav>ul>li ul .title>a:hover,.nav>ul>li ul .link-title>a:hover {
		color: #72A22D
	}

	.nav>ul>li ul .title .n-pic,.nav>ul>li ul .link-title .n-pic {
		width: 40px;
		display: inline-block;
		margin-right: 10px;
		box-sizing: border-box
	}

	.nav>ul>li ul .title .n-pic img,.nav>ul>li ul .link-title .n-pic img {
		width: 100%;
		height: auto;
		max-width: 40px;
		display: inline-block
	}

	.nav>ul>li ul .title .name,.nav>ul>li ul .link-title .name {
		font-size: 15px;
		color: #72A22D;
		vertical-align: top;
		display: inline;
		font-weight: 600;
	}

	.nav>ul>li:hover {
		box-sizing: border-box
	}

	.nav>ul>li:hover>a {
		position: relative;
		color: #ffffff;
	}

	.nav>ul>li:hover>a:after {
		height: 3px
	}

	.nav>ul>li:hover>a:before {
		border-bottom: 3px solid #72A22D;
		opacity: 1
	}

	.nav>ul>li:hover .submenu {
		visibility: visible;
		opacity: 1;
	}

	.nav>ul>li:hover .nosub {
		display: none
	}

	.nav>ul .current {
		color: #900
	}

	.nav .hassub {
		position: static
	}

	.nav .submenu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 50px;
		transition: all .3s ease;
		width: 1370px;
		left: 50%;
		z-index: 983;
		background-color: transparent;
		margin-left: -680px;
	}

	.nav .submenu.no-pdbt {
		padding-bottom: 0
	}

	.nav .submenu > ul {
		float: left;
		width: 15%;
		margin: 0 11px;
	}

	.nav .submenu li {
		margin: 0;
		border: 0
	}

	.nav .submenu li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0;
		text-align: left;
		position: relative;
	}
	
	.nav .submenu li a img,.nav .submenu li a span,.nav .submenu li a p {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		line-height: 1.25em
	}

	.nav .submenu.multi-ul:after {
		height: 120px;
	}

	.nav .submenu.multi-ul li {
		padding-left: 15px;
		font-size: 0.9rem;
		margin-bottom: 5px
	}

	.nav .submenu.multi-ul li a:before {
		content: '';
		position: absolute;
		display: block;
		background-size: auto 160px;
		width: 40px;
		height: 40px;
		background-position: -400px -80px;
		background-repeat: no-repeat;
		left: -30px;
		top: -10px
	}

	.nav .submenu.multi-ul li.title {
		margin: 0 0 8px;
		padding: 4px;
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 0 0 3px 0;
		border-color: #72A22D;
		min-height: 35px;
	}
	.nav .submenu.multi-ul li.title .elementor-image-box-img {
		width: 20%;
		margin-right: 5px;
		display: inline-block;
		margin-bottom: 0;
	}

	.nav .submenu.multi-ul li.title a:before {
		display: none
	}

	.nav .submenu.multi-ul .hasthird {
		margin-bottom: 20px
	}

	.nav .submenu.multi-ul ul:nth-child(5n+1) {
		clear: both
	}

	.nav .submenu.multi-news:after {
		height: 260px
	}

	.nav .submenu.multi-news a {
		width: 200px;
		float: left;
		margin-right: 20px;
		color: #222;
		padding-bottom: 30px;
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear
	}
	.nav .submenu.multi-news a:nth-child(5n+1) {
		clear: both;
	}
	.nav .submenu.multi-news a:last-child {
		margin-right: 0
	}

	.nav .submenu.multi-news a:hover:hover {
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear;
		transform: translate(5px,-5px);
		-webkit-transform: translate(5px,-5px);
		-moz-transform: translate(5px,-5px);
		-o-transform: translate(5px,-5px);
		-ms-transform: translate(5px,-5px)
	}

	.nav .submenu.multi-news a h4 {
		line-height: 1.3;
		font-size: 0.95rem;
	}

	.nav .submenu.multi-solutions:after {
		height: 480px
	}

	.nav .submenu.multi-solutions a {
		width: 200px;
		float: left;
		margin-right: 20px;
		color: #222;
		padding-bottom: 30px;
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear
	}
	.nav .submenu.multi-solutions a:nth-child(5n+1) {
		clear: both;
	}
	.nav .submenu.multi-solutions a:last-child {
		margin-right: 0
	}

	.nav .submenu.multi-solutions a:hover:hover {
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear;
		transform: translate(5px,-5px);
		-webkit-transform: translate(5px,-5px);
		-moz-transform: translate(5px,-5px);
		-o-transform: translate(5px,-5px);
		-ms-transform: translate(5px,-5px)
	}

	.nav .submenu.multi-solutions a h4 {
		line-height: 1.3;
		font-size: 0.95rem;
	}

	.nav .submenu.multi-ul,.nav .submenu.multi-news,.nav .submenu.multi-solutions {
		padding: 20px 0
	}

	.nav .submenu.multi-ul:after,.nav .submenu.multi-news:after,.nav .submenu.multi-solutions:after {
		content: "";
		background-color: #fff;
		left: -50%;
		top: 0;
		z-index: -10;
		position: absolute;
		width: 3000px;
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear
	}

	.nav.fixed {
		position: fixed
	}

	#js-rwd {
		width: 10px
	}

	header .logo {
		display: none
	}
}

@media(min-width:1200px) {
	.nav>ul>li>a {
		font-size: 1.1rem;
		padding-left: 30px;
		padding-right: 30px;
		line-height: 50px;
	}

	.nav>ul>li:nth-child(2)>a {
		padding-left: 0;
	}
}

@media(min-width:1480px) {
	.nav>ul.nav-logo {
		width: 210px;
		height: 50px;
		max-width: 210px;
		background-size: 100% auto;
		background-position: left 5px;
		margin: 15px 0 0 0
	}

	.nav>ul.nav-logo a {
		cursor: pointer;
		display: inline-block;
		max-width: 210px
	}

	.nav>ul>li {
		vertical-align: top
	}
}

footer {
	overflow: hidden;
}

@media(min-width:768px) {
	footer .footerbox {
		width: 90%;
		margin: 0 auto
	}
}

.footertop {
	background: #F2F2F2;
}
.footerbottom {
	background: #72A22D;
	overflow: hidden;
	padding: 20px 0;
	font-size: 0.9rem;
}
.footerbottom .footerbottom-left {
	float: left;
	color: #ffffff;
}
@media (max-width: 960px) {.footerbottom .footerbottom-left{float: none;padding: 0 0 10px;}}

.footerbottom .footerbottom-left a {
	color: #cccccc;
	padding: 0 10px 0 0;
}
.footerbottom .footerbottom-left a:hover {
	color: #ffffff;
}
.footerbottom .footerbottom-left a i{
	font-size: 18px;
}
.footerbottom .footerbottom-right {
	float: right;
	color: #ffffff;
}
@media (max-width: 960px) {.footerbottom .footerbottom-right{float: none;}}

.footerbottom .footerbottom-right a{
	color: #ffffff;
	font-size: 18px;
}

.footer-inner {
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
}
@media (max-width: 1370px) {.footer-inner{width: 100%;max-width: 100%;padding: 0 15px;}}

.footer-nav {
	padding: 30px 0;
	overflow: hidden;
}
.footer-nav .footer-nav-list {
	float: left;
	padding: 0 0 20px 40px;
}
@media (max-width: 1369px) {.footer-nav .footer-nav-list{width: 20%;padding: 0;}}
@media (max-width: 1100px) {.footer-nav .footer-nav-list{width: 25%;padding: 0;}}
@media (max-width: 767px) {.footer-nav .footer-nav-list{width: 33.33%;padding: 0;min-height: 200px;}}
@media (max-width: 550px) {.footer-nav .footer-nav-list{width: 50%;padding: 0;min-height: 200px;}}
@media (max-width: 480px) {.footer-nav .footer-nav-list{float: none;padding: 0 0 20px 0;border-bottom: 1px solid #cccccc;margin: 0 0 20px;min-height: auto;}}

.footer-nav .footer-nav-list:first-child {
	padding: 0 0 20px 0;
}
@media (max-width: 1369px) {.footer-nav .footer-nav-list:first-child{padding: 0;}}

h3.widget-title {
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	color: #333333;
	font-weight: 600;
}
h3.widget-title a{
	color: #333333;
}
.widget-list {
}
.widget-list ul li{
}
.widget-list ul li a {
	color: #555555;
	font-size: 0.9rem;
}
.widget-list ul li a:hover {
	color: #72A22D;
}
.widget-list ul li a::before {
	content: "\f105";
	font-family: fontello;
	font-size: 20px;
	color: #72A22D;
	padding-right: 7px;
}
.form {
	box-sizing: border-box;
	overflow: hidden
}

.form input,.form select,.form textarea,.form .form-cell {
	box-sizing: border-box;
	display: block;
	width: 100%;
	outline: 0;
	border: 0;
	float: left;
	font-family: "Open Sans",sans-serif;
	font-size: 1em;
	padding: 0 5%;
	margin: 0;
	background-color: #fff;
	transition: color .3s ease,background-color .3s ease,border-color .3s ease;
	font-weight: 200;
	font-family: "Open Sans",sans-serif
}

.form input:focus,.form select:focus,.form textarea:focus,.form .form-cell:focus {
	color: #666
}

.form input.policy-check,.form select.policy-check,.form textarea.policy-check,.form .form-cell.policy-check {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: .875rem
}

.form input input.inline,.form select input.inline,.form textarea input.inline,.form .form-cell input.inline {
	width: auto
}

.form input.last,.form select.last,.form textarea.last,.form .form-cell.last {
	border: 0;
	background-color: transparent;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.form .verify img {
	margin-top: 11px
}

.form input {
	padding: 3%;
	height: 40px;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-webkit-transition: background-color .5s;
	outline-color: none;
	outline: 0;
	position: relative;
	-webkit-appearance: none
}

.form input:focus {
	color: #333;
	border: 5px solid #900
}

.form textarea {
	padding: 3%;
	min-height: 100px;
	color: #666
}

.form select {
	padding-left: 5px;
	height: 30px;
	width: 100%;
	color: #666;
	outline-color: none;
	outline: 0;
	background: #fff url(../img/icon/select-arrow.png) no-repeat calc(100% - 5px) center;
	position: relative;
	-webkit-appearance: none;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-webkit-transition: background-color .5s
}

.form select:focus {
	border: 1px solid #ddd;
	color: #333
}

@media(min-width:1200px) {
	.form select {
		height: 50px
	}
}

.form .notice {
	display: none
}

.form .group-title {
	padding: 0;
	width: 100%;
	margin-top: .5em;
	line-height: 1.5em
}

.form input[type="radio"],.form input[type="checkbox"] {
	display: none
}

.form input[type="radio"]+label,.form input[type="checkbox"]+label {
	box-sizing: border-box;
	display: block;
	float: left;
	cursor: pointer;
	color: #666
}

.form input[type="radio"]+label:before,.form input[type="checkbox"]+label:before {
	display: inline-block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -300px 0;
	background-repeat: no-repeat
}

.form input[type="radio"]:checked+label,.form input[type="checkbox"]:checked+label {
	border: 1px solid #72A22D
}

.form input[type="radio"]:checked+label:before,.form input[type="checkbox"]:checked+label:before {
	background-position: -300px -50px
}

.form .form-cell>input,.form .form-cell>select,.form .form-cell>textarea {
	margin-bottom: 0;
	padding: 0;
	background-color: transparent
}

@media(min-width:460px) {
	.form {
		margin: 0 auto
	}
}

@media(min-width:768px) {
	.form .form-cell.policy-check span {
		padding-left: 40px;
		font-size: .875rem
	}

	.form input[type="radio"]:hover+label,.form input[type="checkbox"]:hover+label {
		color: #000
	}
}

@media(min-width:768px) {
	.form input,.form select,.form textarea,.form .form-cell {
		font-family: "Open Sans",sans-serif;
		font-size: 16px;
		padding: 0 15px;
		margin-bottom: 1vw
	}
}

@media(min-width:1480px) {
	.form input,.form select,.form textarea,.form .form-cell {
		margin-bottom: 15px
	}
}

input[placeholder],[placeholder],*[placeholder] {
	color: #666 !important
}

@-moz-keyframes indexMainSlide {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes indexMainSlide {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes indexMainSlide {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

.index {
	overflow: hidden;
	height: auto;
	height: 118.5vw
}

@media(min-width:360px) {
	.index {
		height: 119.5vw
	}
}

@media(min-width:420px) {
	.index {
		height: 120vw
	}
}

@media(min-width:576px) {
	.index {
		height: 120vw
	}
}

@media(min-width:768px) {
	.index {
		height: 62.5vw
	}
}

@media(min-width:1200px) {
	.index {
		height: 80vh
	}
}

.index a {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	color: #333
}

.index a img {
	display: block;
	width: 100%;
	background-size: cover
}

@media(min-width:992px) {
	.index a img {
		display: none
	}
}

@media(min-width:768px) {
	.index a {
		height: 62.5vw
	}
}

@media(min-width:1200px) {
	.index a {
		height: 80vh
	}
}

.index a:hover {
	color: inherit;
	opacity: 1
}

.index .slick-slider {
	margin-bottom: 0
}

.index .slick-prev {
	width: 50px;
	height: 50px;
	z-index: 7;
	left: 15px
}

@media(min-width:992px) {
	.index .slick-prev {
		left: 0
	}
}

@media(min-width:1480px) {
	.index .slick-prev {
		left: 15px
	}
}

.index .slick-prev:before {
	content: '';
	background-position: -300px 0;
	width: 50px;
	height: 50px;
	display: block
}

.index .slick-prev:hover:before {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	background-position: -350px 0
}

.index .slick-next {
	width: 50px;
	height: 50px;
	z-index: 7;
	right: 15px
}

@media(min-width:992px) {
	.index .slick-next {
		right: 0
	}
}

@media(min-width:1480px) {
	.index .slick-next {
		right: 15px
	}
}

.index .slick-next:before {
	content: '';
	background-position: -350px -50px;
	width: 50px;
	height: 50px;
	display: block
}

.index .slick-next:hover:before {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	background-position: -300px -50px
}

.index .slick-prev,.index .slick-next {
	margin-top: 25px
}

.index .slick-dots {
	bottom: 15px;
	position: absolute;
	margin-top: 25px;
	text-align: center
}

.index .slick-dots li {
	padding: 0;
	width: 25px;
	height: 25px;
	display: inline-block
}

.index .slick-dots li button {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.index .slick-dots li button:before {
	width: 10px;
	height: 10px;
	background-color: #fff;
	color: none;
	content: '';
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: .6
}

.index .slick-dots li.slick-active button {
	width: 10px;
	height: 10px
}

.index .slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: 1
}

.index .slogan-box {
	position: relative
}

.index .slogan {
	position: absolute;
	width: 88%;
	display: inline-block;
	z-index: 999;
	bottom: 15%;
	left: 6%;
	color: #fff;
	line-height: 120%
}

.index .slogan .t {
	line-height: normal;
	padding: 5px 5px 5px 15px;
	display: inline-block;
	overflow-y: hidden;
	width: 50%;
	min-width: 300px
}

.index .slogan h1 {
	font-weight: 400;
	font-size: 1.375rem;
	display: inline-block;
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

.index .slogan h1 font {
	position: relative;
	left: -9px
}

.index .slogan h1.tt {
	background-color: rgba(0,102,193,0.8);
	color: #fff;
	display: inline;
	margin: 0;
	padding: 1px 0;
	box-shadow: -16px 0 0 rgba(0,102,193,0.8);
	box-decoration-break: clone
}

.index .slogan h2 {
	display: inline-block;
	font-weight: 300;
	font-size: .875rem
}

.index .slogan h2.tt {
	background-color: rgba(0,102,193,0.8);
	color: #fff;
	display: inline;
	margin: 0;
	padding: 1px 0;
	box-shadow: -16px 0 0 rgba(0,102,193,0.8);
	box-decoration-break: clone
}

@media(min-width:420px) {
	.index .slogan .t {
		min-width: 350px
	}

	.index .slogan h1 {
		font-size: 2rem
	}

	.index .slogan h2 {
		font-size: 16px
	}
}

@media(min-width:576px) {
	.index .slogan .t {
		min-width: 500px
	}

	.index .slogan h1 {
		font-size: 3.125rem
	}
}

@media(min-width:768px) {
	.index .slogan {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		bottom: inherit
	}

	.index .slogan h1 {
		width: 80%;
		display: inline-block;
		padding: 10px 15px
	}

	.index .slogan h2 {
		width: 80%;
		display: inline-block;
		padding: 10px 15px
	}

	.index .slogan h2 span {
		line-height: 16px
	}
}

@media(min-width:992px) {
	.index .slogan {
		margin-top: 25px
	}

	.index .slogan h1 {
		font-size: 2.625rem;
		width: 60%
	}

	.index .slogan h2 {
		width: 60%
	}
}

@media(min-width:1200px) {
	.index .slogan {
		margin-top: 50px
	}

	.index .slogan h1 {
		font-size: 3.375rem;
		letter-spacing: -1px;
		width: 50%;
		margin-bottom: 0
	}

	.index .slogan h2 {
		font-size: 1.125rem;
		width: 50%
	}
}

@media(min-width:1480px) {
	.index .slogan {
		max-width: 1140px
	}
}

h1.indexh1 {
	color: #72A22D;
	text-align: center;
	display: none
}

.cover {
	background-repeat: no-repeat;
	background-size: cover
}

.ind-about {
	background-image: url(../img/index/ind-aboutBg.jpg);
	background-size: cover;
	padding: 10% 5%;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none
}

@media(min-width:992px) {
	.ind-about {
		height: 100vh
	}
}

.ind-about h2 {
	margin-bottom: 20px;
	font-family: "Oswald",sans-serif
}

@media(min-width:992px) {
	.ind-about h2 {
		margin-bottom: 30px
	}
}

.ind-about p {
	font-size: .875rem
}

@media(min-width:992px) {
	.ind-about p {
		font-size: 16px
	}
}

.ind-about .wrap-xs {
	margin: 0 auto;
	max-width: 760px
}

@media(min-width:992px) {
	.ind-about .wrap-xs {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

.index-topic {
	overflow: hidden
}

@media(min-width:992px) {
	.index-topic {
		display: flex
	}
}

.index-topic .box-L {
	box-sizing: border-box;
	padding: 5%
}

@media(min-width:992px) {
	.index-topic .box-L {
		padding: 20px;
		width: 25%;
		align-items: stretch;
		flex-direction: column;
		box-sizing: border-box
	}
}

.index-topic .box-L .each {
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center center;
	width: 100%;
	margin-bottom: 20px;
	padding: 5% 5% 8% 5%;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:992px) {
	.index-topic .box-L .each {
		height: -webkit-calc(50% - 10px);
		height: calc(50% - 10px);
		padding: 5%
	}
}

@media(min-width:1200px) {
	.index-topic .box-L .each {
		padding: 30px 40px;
		box-sizing: border-box
	}
}

.index-topic .box-L .each .sort {
	font-size: .8125rem
}

.index-topic .box-L .each h5 {
	font-size: 16px
}

.index-topic .box-L .each:nth-of-type(2) {
	margin-bottom: 0
}

.index-topic .box-L .each:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.index-topic .box-R {
	box-sizing: border-box;
	background-image: url(../img/index/ind-nbg-1440x710.jpg);
	background-size: cover;
	margin: 5%;
	margin-top: 0;
	padding: 5%
}

@media(min-width:992px) {
	.index-topic .box-R {
		width: 75%;
		margin: 20px 20px 20px 0;
		padding: 30px;
		display: flex
	}
}

@media(min-width:1200px) {
	.index-topic .box-R {
		margin: 20px 20px 20px 0;
		padding: 30px 30px 30px 50px
	}
}

.index-topic .daily {
	display: block;
	flex-wrap: wrap
}

@media(min-width:992px) {
	.index-topic .daily {
		flex-wrap: nowrap;
		flex-direction: column
	}
}

.index-topic .daily a {
	margin: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	width: 100%;
	display: block
}

@media(min-width:768px) {
	.index-topic .daily a {
		margin: 0;
		padding: 10px 0
	}
}

.index-topic .daily a .news-sort {
	color: #72A22D;
	font-size: .8125rem
}

.index-topic .daily a .des {
	font-weight: 200;
	color: #333
}

.index-topic .daily a .des:hover {
	color: #72A22D
}

.index-topic .daily h5 {
	padding-bottom: 30px
}

@media(min-width:768px) {
	.index-topic .daily h5 {
		padding-bottom: .5rem
	}
}

.index-topic .daily h5 a.more {
	margin: 0;
	border: 0;
	font-size: .8125rem;
	color: #72A22D;
	font-family: "Open Sans",sans-serif;
	padding-bottom: 0;
	width: fit-content;
	position: relative
}

@media(min-width:768px) {
	.index-topic .daily h5 a.more {
		position: absolute;
		right: 0;
		display: inline-block;
		top: 0;
		text-align: right;
		padding-right: 20px;
		width: auto
	}
}

@media(min-width:992px) {
	.index-topic .daily h5 a.more {
		top: -10px
	}
}

.index-topic .daily h5 a.more:after {
	content: '';
	position: absolute;
	display: inline-block;
	background-size: auto 120px;
	width: 30px;
	height: 30px;
	background-position: -300px -90px;
	background-repeat: no-repeat;
	display: inline-block;
	right: 10px;
	top: 0
}

@media(min-width:576px) {
	.index-topic .daily h5 a.more:after {
		right: -5px
	}
}

@media(min-width:768px) {
	.index-topic .daily h5 a.more:after {
		top: 10px
	}
}

@media(min-width:992px) {
	.index-topic .daily h5 a.more:after {
		top: 10px
	}
}

.index-topic .daily h5 a.more:hover:after {
	right: -10px
}

@media(min-width:992px) {
	.index-topic .daily {
		display: flex;
		flex: 4;
		margin-right: 50px
	}
}

@media(min-width:1200px) {
	.index-topic .daily {
		display: flex;
		flex: 4;
		margin-right: 50px
	}
}

.index-topic .exchange {
	flex-wrap: nowrap;
	flex-direction: column;
	text-align: center
}

.index-topic .exchange ul {
	margin-bottom: 15px
}

.index-topic .exchange h5 {
	margin-bottom: 50px
}

.index-topic .exchange .no {
	font-size: 3.375rem;
	font-weight: 300
}

.index-topic .exchange .c-title,.index-topic .exchange .no {
	font-family: "Oswald",sans-serif;
	line-height: 145%
}

.index-topic .exchange .c-title {
	font-size: 1.25rem
}

.index-topic .exchange .name {
	font-size: .8125rem
}

.index-topic .exchange p {
	position: relative;
	text-align: center
}

.index-topic .exchange a.more {
	position: relative;
	border: 0;
	font-size: .8125rem;
	color: #72A22D;
	font-family: "Open Sans",sans-serif;
	padding-right: 0
}

.index-topic .exchange a.more:after {
	content: '';
	position: absolute;
	display: inline-block;
	background-size: auto 120px;
	width: 30px;
	height: 30px;
	background-position: -300px -90px;
	background-repeat: no-repeat;
	display: inline-block;
	right: -25px;
	top: -5px
}

@media(min-width:992px) {
	.index-topic .exchange a.more:after {
		top: -5px;
		right: -25px
	}
}

.index-topic .exchange a.more:hover:after {
	right: -30px
}

@media(min-width:992px) {
	.index-topic .exchange {
		max-width: 250px;
		display: flex;
		flex: 1 250px
	}
}

@media(min-width:1200px) {
	.index-topic .exchange {
		max-width: 310px;
		display: flex;
		flex: 1 310px
	}
}

.index-topic .exchange h5,.index-topic .daily h5 {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
	padding-bottom: 10px;
	font-family: "Oswald",sans-serif;
	font-size: 1.5rem
}

.index-topic .slick-prev {
	width: 50px;
	height: 50px;
	z-index: 7;
	left: 15px
}

@media(min-width:992px) {
	.index-topic .slick-prev {
		left: 0
	}
}

@media(min-width:1480px) {
	.index-topic .slick-prev {
		left: 15px
	}
}

.index-topic .slick-prev:before {
	content: '';
	background-position: -300px 0;
	width: 50px;
	height: 50px;
	display: block
}

.index-topic .slick-prev:hover:before {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	background-position: -350px 0
}

.index-topic .slick-next {
	width: 50px;
	height: 50px;
	z-index: 7;
	right: 15px
}

@media(min-width:992px) {
	.index-topic .slick-next {
		right: 0
	}
}

@media(min-width:1480px) {
	.index-topic .slick-next {
		right: 15px
	}
}

.index-topic .slick-next:before {
	content: '';
	background-position: -350px -50px;
	width: 50px;
	height: 50px;
	display: block
}

.index-topic .slick-next:hover:before {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	background-position: -300px -50px
}

.wrap1440 {
	width: 90%;
	margin: 0 auto
}

@media(min-width:1480px) {
	.wrap1440 {
		max-width: 1440px
	}
}

.index-appbox {
	background: #333;
	position: relative
}

@media(min-width:768px) {
	.index-appbox .app-tab {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row
	}
}

.index-appbox ul {
	padding: 5%;
	text-align: center
}

@media(min-width:768px) {
	.index-appbox ul {
		padding: 0
	}
}

.index-appbox .tabs {
	width: 100%;
	position: absolute;
	top: 20px;
	z-index: 8;
	left: 0
}

@media(min-width:768px) {
	.index-appbox .tabs {
		height: 100px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		top: 0
	}
}

@media(min-width:992px) {
	.index-appbox .tabs {
		height: 120px
	}
}

.index-appbox .tabs select {
	height: 40px;
	width: 88%;
	color: #333;
	background-color: white
}

@media(min-width:768px) {
	.index-appbox .tabs select {
		display: none
	}
}

.index-appbox .tabs li {
	overflow: hidden;
	position: relative;
	flex: 1;
	height: 100%;
	display: none;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:768px) {
	.index-appbox .tabs li {
		display: flex
	}
}

.index-appbox .tabs li a {
	display: block;
	text-decoration: none;
	color: #72A22D;
	background-color: white;
	width: 100%
}

.index-appbox .tabs li .p-pic {
	width: 40px;
	height: 40px;
	display: none
}

.index-appbox .tabs li .p-pic img {
	width: 100%;
	height: auto
}

@media(min-width:768px) {
	.index-appbox .tabs li .p-pic {
		display: inline-block
	}
}

.index-appbox .tabs li .p-name {
	line-height: 115%;
	font-size: .8125rem
}

@media(min-width:992px) {
	.index-appbox .tabs li .p-name {
		font-size: .9375rem
	}
}

@media(min-width:1200px) {
	.index-appbox .tabs li .p-name {
		font-size: 16px
	}
}

.index-appbox .tabs li .md-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.index-appbox .tabs li:hover a,.index-appbox .tabs li.active a {
	color: #fff;
	background-color: rgba(30,136,229,0.7);
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.index-appbox .tabs li:hover a img,.index-appbox .tabs li.active a img {
	filter: brightness(0) invert(1);
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.index-appbox .tab-container {
	position: relative;
	left: 0;
	top: 0
}

.index-appbox .tab-container .tab-content {
	padding-top: 100px;
	padding-bottom: 50px;
	height: 100%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center
}

@media(min-width:768px) {
	.index-appbox .tab-container .tab-content {
		height: 80vw;
		width: 100vw
	}
}

@media(min-width:992px) {
	.index-appbox .tab-container .tab-content {
		height: 80vh
	}
}

.index-appbox .tab-container .txtbox {
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:768px) {
	.index-appbox .tab-container .txtbox {
		padding: 0;
		max-width: 1280px;
		margin-top: 15px;
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

@media(min-width:992px) {
	.index-appbox .tab-container .txtbox {
		margin-top: 60px
	}
}

.index-appbox .tab-container .info-box {
	color: #fff
}

@media(min-width:768px) {
	.index-appbox .tab-container .info-box {
		margin: 0 auto
	}
}

.index-appbox .tab-container .info-box dl {
	text-align: center
}

.index-appbox .tab-container .info-box dt {
	font-family: "Oswald",sans-serif;
	font-size: 1.5rem;
	position: relative;
	margin-bottom: 20px
}

.index-appbox .tab-container .info-box dt:before {
	content: '';
	position: absolute;
	width: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	left: 0;
	top: 50%;
	display: inline-block
}

.index-appbox .tab-container .info-box dt:after {
	content: '';
	position: absolute;
	width: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	right: 0;
	top: 50%;
	display: inline-block
}

@media(min-width:420px) {
	.index-appbox .tab-container .info-box dt:before {
		left: 15%
	}

	.index-appbox .tab-container .info-box dt:after {
		right: 15%
	}
}

@media(min-width:620px) {
	.index-appbox .tab-container .info-box dt:before {
		left: 50%;
		margin-left: 50px
	}

	.index-appbox .tab-container .info-box dt:after {
		right: 50%;
		margin-right: 50px
	}
}

@media(min-width:768px) {
	.index-appbox .tab-container .info-box dt:before {
		width: 140px;
		margin-left: 80px
	}

	.index-appbox .tab-container .info-box dt:after {
		width: 140px;
		margin-right: 80px
	}
}

.index-appbox .tab-container .info-box dd {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-family: "Oswald",sans-serif;
	font-weight: 200;
	display: block;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.index-appbox .tab-container .info-box dd {
		font-size: 1.25rem
	}
}

@media(min-width:1280px) {
	.index-appbox .tab-container .info-box dd {
		font-size: 1.375rem;
		margin-left: 40px;
		margin-right: 40px;
		display: inline-block
	}

	.index-appbox .tab-container .info-box dd:after {
		content: '';
		position: absolute;
		width: 1px;
		height: 20px;
		border-left: 1px solid rgba(255,255,255,0.4);
		right: -40px;
		top: 5px;
		display: inline-block
	}

	.index-appbox .tab-container .info-box dd:last-child:after {
		display: none
	}
}

.index-appbox .tab-container .info-box dd a {
	color: #fff;
	text-decoration: underline
}

.index-appbox .tab-container .info-box dd a:hover {
	text-decoration: none
}

.index-appbox .tab-container .info-box .des {
	font-size: .875rem;
	padding-bottom: 50px;
	text-align: center;
	width: 88%;
	margin: 0 auto;
	font-weight: 200;
	line-height: 165%
}

@media(min-width:768px) {
	.index-appbox .tab-container .info-box .des {
		font-size: 1.125rem;
		max-width: 720px
	}
}

@media(min-width:992px) {
	.index-appbox .tab-container .info-box .des {
		line-height: 180%
	}
}

.stock-box {
	text-align: center;
	margin: 0 20px 20px 20px
}

.stock-box ul {
	position: relative
}

@media(max-width:991px) {
	.stock-box ul {
		margin-bottom: 30px
	}
}

.stock-box ul:after {
	content: '';
	border-right: 1px solid #ddd;
	position: absolute;
	right: 15px;
	top: 0;
	display: inline-block;
	width: 1px;
	height: 120px
}

@media(max-width:991px) {
	.stock-box ul:after {
		display: none
	}
}

.stock-box ul:last-child:after {
	display: none
}

.stock-box ul .small {
	font-size: 16px;
	position: relative;
	left: -5px;
	vertical-align: top
}

.stock-box ul.up .small {
	color: #ec412e
}

.stock-box ul.up .arrow {
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -300px -75px;
	background-repeat: no-repeat
}

.stock-box ul.up .st-price {
	color: #ec412e
}

.stock-box ul.down .small {
	color: #00af74
}

.stock-box ul.down .arrow {
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -300px -50px;
	background-repeat: no-repeat
}

.stock-box ul.down .st-price {
	color: #00af74
}

.stock-box ul.up .arrow,.stock-box ul.down .arrow {
	width: 25px;
	height: 25px
}

.stock-box ul.up .st-price,.stock-box ul.down .st-price {
	font-family: "Oswald",sans-serif;
	font-size: 3.125rem;
	line-height: 115%
}

.stock-box .st-price font {
	position: relative;
	left: -10px;
	font-size: 2rem
}

.stock-box .st-name {
	font-weight: 200;
	font-size: 1.25rem
}

body {
	font-size: 16px;
	font-size: 100%;
	font-family: "Open Sans",sans-serif,Microsoft JhengHei;
	font-weight: 400;
	overflow-x: hidden;
	line-height: 150%;
	-ms-overflow-style: scrollbar !important;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none
}

@media(min-width:768px) {
	body {
		font-size: 16px;
		line-height: 160%
	}
}

@media(min-width:1200px) {
	body {
		font-size: 16px;
		line-height: 180%;
		margin: 0;
		padding: 0;
	}
}

h1 {
	font-size: 1.75em;
	font-weight: 400;
	line-height: 120%
}

@media(min-width:576px) {
	h1 {
		font-size: 3rem
	}
}

@media(min-width:992px) {
	h1 {
		font-size: 3.125rem
	}
}

@media(min-width:1200px) {
	h1 {
		font-size: 3.125rem
	}
}

@media(min-width:1480px) {
	h1 {
		font-size: 3.125rem
	}
}

h2 {
	font-size: 1.375em;
	font-weight: 400;
	line-height: 120%
}

@media(min-width:576px) {
	h2 {
		font-size: 2.25rem
	}
}

@media(min-width:992px) {
	h2 {
		font-size: 2.625rem
	}
}

@media(min-width:1480px) {
	h2 {
		font-size: 2.625rem
	}
}

h3 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 120%
}

@media(min-width:576px) {
	h3 {
		font-size: 1.875rem
	}
}

@media(min-width:992px) {
	h3 {
		font-size: 2rem
	}
}

@media(min-width:1200px) {
	h3 {
		font-size: 2rem
	}
}

@media(min-width:1480px) {
	h3 {
		font-size: 2rem
	}
}

h4 {
	font-size: 1.125em;
	font-weight: 400
}

@media(min-width:576px) {
	h4 {
		font-size: 1.5rem
	}
}

@media(min-width:992px) {
	h4 {
		font-size: 1.5rem
	}
}

@media(min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

@media(min-width:1480px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 120%
}

@media(min-width:576px) {
	h5 {
		font-size: 1.25rem
	}
}

@media(min-width:992px) {
	h5 {
		font-size: 1.375rem
	}
}

@media(min-width:1480px) {
	h5 {
		font-size: 1.375rem
	}
}

h6 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 120%
}

@media(min-width:576px) {
	h6 {
		font-size: 1.125rem
	}
}

@media(min-width:992px) {
	h6 {
		font-size: 1.25rem
	}
}

@media(min-width:1480px) {
	h6 {
		font-size: 1.25rem
	}
}

.title {
	font-size: 1.125em;
	font-weight: 400
}

@media(min-width:768px) {
	.title {
		font-size: 1.25em
	}
}

@media(min-width:992px) {
	.title {
		font-size: 1.25em
	}
}

@media(min-width:1200px) {
	.title {
		font-size: 1.375em
	}
}

p span {
	display: inline-block;
	width: auto;
	margin: 0
}

img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,1);
	outline: 0
}

img.icon {
	display: block;
	width: 96px;
	height: auto;
	margin: 0 auto
}

.item>img {
	display: inline-block;
	width: 100%;
	height: auto
}

.mobile-show {
	display: block
}

.desktop-show {
	display: none
}

.sub-p {
	display: block;
	overflow: hidden;
	margin-top: 1rem;
	font-size: .875rem
}

.sub-p a {
	display: inline-block;
	width: auto;
	margin: 0 5px;
	border-bottom: 1px dotted #72A22D;
	font-weight: bold
}

.header {
	height: 50px;
	position: relative
}

.header.wrap-fs,.header.wrap {
	overflow: visible
}

.header.fixed {
	position: fixed;
	z-index: 9;
	background-color: #fff;
	width: 100%
}

.searchbar {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 9980;
	opacity: 0;
	background-color: #72A22D;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#FF1E88E5',endColorstr='#FF0E508A');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODhlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlNTA4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,100% 50%,0 50%,color-stop(0,#72A22D),color-stop(100%,#0e508a));
	background-image: -moz-linear-gradient(right,#72A22D 0,#0e508a 100%);
	background-image: -webkit-linear-gradient(right,#72A22D 0,#0e508a 100%);
	background-image: linear-gradient(to left,#72A22D 0,#0e508a 100%);
	transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease;
	-webkit-transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease
}

.searchbar.open {
	visibility: visible;
	transition-delay: 0s;
	opacity: 1;
	transform: scale(1) scaleZ(1)
}

.searchbar p {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	line-height: 100%
}

.searchbar input {
	background-color: #fff;
	outline: 0;
	border: 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	padding: 0 6%;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	text-align: left !important
}

.searchbar input:focus {
	background: white;
	color: #000
}

.searchbar select {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 0;
	background: #fff url(../img/icon/select-arrow.png) no-repeat calc(100% - 15px) center;
	position: relative;
	-webkit-appearance: none;
	outline: 0;
	color: #666
}

.searchbar select:focus {
	background: rgba(255,255,255,0.8);
	color: #72A22D
}

.searchbar .send {
	color: #fff;
	width: 100%
}

.searchbar .error-text {
	background: #72A22D;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-top: 5px
}

.searchbar .searchbar-wrap {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 0;
	width: 80%;
	border-radius: 5px;
	max-width: 720px;
	z-index: 162
}

.searchbar .close-search {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent
}

.searchbar .btn {
	background-color: #333;
	display: inline-block;
	font-size: 16px;
	width: 30%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	vertical-align: middle;
	border-radius: 0;
	padding: 0
}

.searchbar .btn:hover {
	background-color: #36b1e9
}

.globalbar {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	height: auto;
	z-index: 9908;
	transform: scale(1) scaleZ(1) rotateX(180deg);
	-webkit-transform: scale(1) scaleZ(1) rotateX(180deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	perspective: 200;
	-webkit-perspective: 200;
	perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease;
	-webkit-transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease;
	padding: 0;
	text-align: center
}

@media(min-width:1200px) {
	.globalbar {
		display: block
	}
}

.globalbar ul {
	float: right;
	padding: 30px 20px;
	box-sizing: border-box;
	background: #eee
}

.globalbar a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 16px;
	text-align: left
}

.globalbar a:last-child {
	border: 0
}

.globalbar a:hover {
	color: #72A22D
}

.globalbar.open {
	visibility: visible;
	transition-delay: 0s;
	opacity: 1;
	transform: scale(1) scaleZ(1) rotateX(0)
}

.headmaxw {
	width: 90%;
	margin: 0 auto
}

@media(min-width:1620px) {
	.headmaxw {
		max-width: 1440px
	}
}

.header-top {
	min-height: 40vh;
	box-sizing: border-box;
	padding-top: 1rem
}

.header-top .subtitle {
	font-size: 16px;
	line-height: 1.375em;
	opacity: .8;
	font-weight: 400
}

.logo {
	margin: 8px auto;
	background-size: auto 30px;
	width: 175px;
	height: 33px;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	background-position: center center
}

.logo>a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%
}
.m-logo {
	display: none;
}
@media(max-width:1279px) {.m-logo{display: block;}}

.m-logo img {
	width: 160px;
	padding: 10px 0 10px 22px;
}

.sublogo {
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	width: auto
}

.sublogo a {
	position: relative;
	color: #333;
	font-size: 1.25rem;
	padding-left: 40px;
	line-height: 45px
}

.sublogo a:before {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -680px -80px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -5px
}

.btn-search {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 10px;
}
.btn-search::before {
	content: "\E803";
	font-family: fontello;
	font-size: 18px;
	color: #555555;
}

.btn {
	text-align: center;
	color: #fff;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 20px;
	display: inline-block;
	transition: background-color .25s ease;
	padding: .25rem 1.5rem;
	font-size: .8125rem
}

.btn:hover,.btn:active {
	color: #fff;
	cursor: pointer;
	background-color: #72A22D
}

.btn:visited {
	color: #fff
}

.btn.bk {
	background-color: #666
}

.btn.bk:active,.btn.bk:hover,.btn.bk:visited {
	background-color: #72A22D
}

.btn.green {
	background-color: #72A22D
}

.btn.green:hover {
	background-color: #36b1e9
}

.btn.blue {
	background-color: #72A22D
}

.btn.blue:hover {
	background-color: #36b1e9
}

.btn.line {
	background-color: #eee;
	color: #666;
	border: 1px solid #999;
	transition: border-color .25s ease,color .25s ease,background-color .25s ease
}

.btn.line:active,.btn.line:hover,.btn.line:visited {
	background-color: #fff;
	border-color: #72A22D;
	color: #72A22D
}

.btn.line-wht {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	transition: border-color .25s ease,color .25s ease,background-color .25s ease
}

.btn.line-wht:active,.btn.line-wht:hover {
	background-color: #fff;
	color: #72A22D
}

.btn.white {
	background-color: #fff;
	color: #000;
	transition: border-color .25s ease,color .25s ease,background-color .25s ease
}

.btn.white:active,.btn.white:hover {
	opacity: .8
}

.btn.arrow-R,.btn.arrow-RW {
	position: relative;
	padding-right: 40px
}

.btn.arrow-R:after,.btn.arrow-RW:after {
	content: '→';
	position: absolute;
	right: 15px;
	top: .25rem;
	display: inline-block
}

.btn.arrow-R:after {
	color: #000
}

.btn.arrow-RW:after {
	color: #fff
}

.topmenu {
	width: auto;
	height: auto
}

.topmenu .top-size {
	display: none
}

.topmenu .otherlink {
	top: 25%;
	position: relative;
	float: left
}

.topmenu .otherlink a {
	display: none
}

.topline {
	border-top: 1px solid #e0e0e0;
	display: block;
	min-height: 30px;
	overflow: hidden;
	clear: both
}

.pointfont {
	color: #72A22D
}

a {
	color: #72A22D;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 120ms linear;
	transition: 120ms linear;
}

a:hover,a:active,a:focus {
	color: #72A22D;
	outline: 0;
}

.wrap,.wrap-xs,.wrap-s,.wrap-fs,.wrap-fs-p {
	width: 100%;
	display: block;
	overflow: hidden;
	background-size: cover
}

.wrap.desktop-show,.wrap-xs.desktop-show,.wrap-s.desktop-show,.wrap-fs.desktop-show,.wrap-fs-p.desktop-show {
	display: none
}

.head-padding {
	padding-top: 5vh
}

.area {
	padding: 5vw 0
}

.area-bottom {
	padding: 2em 0
}

.area-top {
	padding: 5vw 0 0 0
}

.middle {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.middle>span,.middle>div,.middle>h1,.middle>h2,.middle>h3,.middle>h4,.middle>h5,.middle>h6,.middle>p,.middle>.wrap-fs,.middle>.wrap-s,.middle>.wrap-xs,.middle>.wrap {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: auto
}

.middle:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	overflow: hidden
}

.center {
	text-align: center;

	margin-left: auto;
	margin-right: auto
}

.inline {
	display: inline-block;
	width: auto;
	vertical-align: middle
}

.line-title {
	display: block;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	margin: 2rem auto
}

.line-title span {
	display: inline-block;
	width: 30%;
	min-width: 80px;
	vertical-align: middle
}

.line-title:before,.line-title:after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 35%;
	background-color: #e0e0e0;
	vertical-align: middle
}

.imgblock {
	display: block;
	width: 100%;
	height: auto
}

.edit h1,.edit h2,.edit h3,.edit h4,.edit h5,.edit h6 {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.edit p {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1rem;
	box-sizing: border-box
}

.edit p.summary {
	font-size: 1.125em;
	font-weight: lighter
}

.edit blockquote {
	width: 90%;
	display: block;
	margin: 0 auto
}

.edit blockquote>p {
	font-size: 1.25rem;
	line-height: 1.375em;
	font-weight: lighter;
	width: 100%
}

.edit ul,.edit ol {
	width: 90%;
	margin: 0 auto 1rem auto;
	padding: 0 0 0 22px;
	box-sizing: border-box
}

.edit ul li,.edit ol li {
	box-sizing: border-box;
	padding: 0 0 0 5%;
	margin-bottom: .5em
}

.edit ul {
	padding: 0;
	list-style: none
}

.edit ul li {
	background-image: url("../img/layout/list-style.svg");
	background-position: left 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 32px
}

.edit ul li ul {
	margin-top: .5em
}

.edit ul li ul li {
	background-image: url("../img/layout/second-list-style.svg")
}

.edit ul.slick-dots li {
	background: 0;
	padding-left: 0
}

.edit ul.nostyle {
	list-style: none;
	padding: 0
}

.edit ol {
	list-style: decimal
}

.edit ol.nostyle {
	list-style: none;
	padding: 0
}

.edit img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,1)
}

.edit .upside-down {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	border: 0
}

.edit .upside-down>img,.edit .upside-down>div {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.edit .upside-down>div {
	padding-top: 1rem;
	padding-top: 1rem
}

.jump-menus {
	display: inline-block;
	height: 40px;
	vertical-align: top;
	line-height: 40px;
	font-size: 1rem;
	padding: 0 25px 0 0;
	box-sizing: border-box
}

.jump-menus select {
	box-sizing: border-box;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0 15px;
	outline: 0;
	border: 0;
	line-height: 40px;
	height: 40px;
	margin: 0;
	display: inline-block;
	background: 0
}

.jump-menus select:hover,.jump-menus select:active,.jump-menus select:focus {
	border-color: #AAA
}

.jump-menus select:hover,.jump-menus select:active,.jump-menus select:focus {
	border-color: #AAA
}

@media(min-width:0) and (max-width:0) {
	.btn.center {
		margin: .5rem
	}
}

@media(min-width:0) and (max-width:992px) {
	h1.wrap,h1.wrap-xs,h1.wrap-s,h1.wrap-fs,h1.wrap-fs-p,h2.wrap,h2.wrap-xs,h2.wrap-s,h2.wrap-fs,h2.wrap-fs-p,h3.wrap,h3.wrap-xs,h3.wrap-s,h3.wrap-fs,h3.wrap-fs-p,h4.wrap,h4.wrap-xs,h4.wrap-s,h4.wrap-fs,h4.wrap-fs-p,h5.wrap,h5.wrap-xs,h5.wrap-s,h5.wrap-fs,h5.wrap-fs-p,h6.wrap,h6.wrap-xs,h6.wrap-s,h6.wrap-fs,h6.wrap-fs-p,p.wrap,p.wrap-xs,p.wrap-s,p.wrap-fs,p.wrap-fs-p,span.wrap,span.wrap-xs,span.wrap-s,span.wrap-fs,span.wrap-fs-p,.others.wrap,.others.wrap-xs,.others.wrap-s,.others.wrap-fs,.others.wrap-fs-p {
		width: 90%
	}

	.edit .center {
		text-align: left
	}

	.edit .center h1,.edit .center h2,.edit .center h3,.edit .center h4,.edit .center h5,.edit .center h6,.edit .center p,.edit .center span {
		text-align: left
	}

	.sitelink2 {
		display: none
	}
}

@media(min-width:0) and (max-width:768px) {
	.header-top .subtitle {
		font-size: .8125rem
	}

	.edit .col-2-p p,.edit .col-3-p p,.edit .col-4-p p,.edit .col-5-p p,.edit .col-f-p p {
		width: 100%
	}
}

@media(min-width:768px) {
	.edit p {
		box-sizing: border-box;
		width: 100%;
		padding: 0 5% 2rem;
		font-size: 16px
	}

	.edit p.summary {
		font-size: 1.375em
	}

	.edit blockquote,.edit blockquote>p {
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: .5em;
		line-height: 1.375em
	}

	.header-top .subtitle {
		font-size: 16px
	}

	.wrap-fs-p {
		box-sizing: border-box;
		width: 100%;
		padding: 0 5%
	}

	.head-padding {
		padding-top: 50px
	}

	.header {
		height: 50px;
		position: relative;
		box-sizing: border-box
	}

	.sublogo {
		height: 50px;
		line-height: 50px
	}

	.sublogo a {
		line-height: 50px
	}

	.btn-search {
		width: 50px;
		height: 50px
	}

	.btn-search:before {
		content: "\E803";
		font-family: fontello;
		font-size: 18px;
		color: #555555;
	}

	.btn-mail {
		width: 50px;
		height: 50px
	}

	.btn-mail:before {
		display: block;
		background-size: auto 140px;
		width: 35px;
		height: 35px;
		background-position: -280px -105px;
		background-repeat: no-repeat;
		margin: 5px;
		width: 40px;
		height: 40px
	}

	.btn-global {
		width: 50px;
		height: 50px
	}

	.btn-global:before {
		margin: 5px;
		width: 40px;
		height: 40px
	}

	.line-title {
		margin: 2rem auto
	}

	.line-title span {
		width: 12%
	}

	.line-title:before,.line-title:after {
		width: 44%
	}

	.bg {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat
	}
}

@media(min-width:992px) {
	.wrap-s {
		width: 75%;
		margin: 0 auto
	}

	.wrap-xs {
		width: 60%;
		margin: 0 auto
	}

	.wht * {
		color: #fff
	}

	.wrap.desktop-show,.wrap-xs.desktop-show,.wrap-s.desktop-show,.wrap-fs.desktop-show,.wrap-fs-p.desktop-show {
		display: block
	}

	.bg {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat
	}

	.bg img {
		display: none
	}

	.center-all * {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.center-all img {
		display: block;
		margin: 0 auto
	}

	.mobile-show {
		display: none
	}

	.desktop-show {
		display: block
	}

	.edit>.wrap.line {
		border-bottom: 1px solid #e0e0e0
	}

	.edit p {
		padding: 0 0 2rem
	}

	.edit p.wrap-s {
		width: 75%
	}

	.edit p.wrap-xs {
		width: 60%
	}

	.edit ul,.edit ol {
		width: 100%
	}

	.edit h1,.edit h2,.edit h3,.edit h4,.edit h5,.edit h6,.edit .title {
		width: 100%
	}

	.edit .right img,.edit .right>div,.edit .left img,.edit .left>div {
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box
	}

	.edit .right img {
		width: 32%;
		margin-left: 5%
	}

	.edit .right>div {
		width: 57%;
		padding: 5vw 0 5vw 5%;
		margin-left: 37%
	}

	.edit .right img+div {
		width: 57%;
		padding: 0 0 0 5%;
		margin-left: 0
	}

	.edit .left img {
		width: 32%;
		margin-left: 62%
	}

	.edit .left>div {
		width: 57%;
		padding: 5vw 0 5vw 5%
	}

	.edit .left img+div {
		width: 57%;
		padding: 0 5% 0 0;
		margin-left: -89%
	}

	.edit .center.bottom {
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0
	}

	.edit .bg {
		background-size: cover;
		background-position: center center
	}

	.edit .bg img {
		display: none
	}

	.edit .bg>div {
		margin: 33vh auto 33vh
	}

	.edit .bg.short {
		background-position: top center
	}

	.edit .bg.short>div {
		margin: 0 auto
	}

	.edit .bg.top {
		background-position: bottom center
	}

	.edit .bg.top>div {
		margin: 8vh auto 66vh;
		min-height: 300px
	}

	.edit .bg.bottom {
		background-position: top center
	}

	.edit .bg.bottom>div {
		margin: 66vh auto 8vh
	}
}

@media(min-width:1369px) {
	.wrap {
		width: 90%;
		margin: 0 auto
	}

	.header {
		position: absolute;
		background: #fff;
		z-index: 1
	}

	.header-top {
		padding-top: 64px;
		min-height: 45vh
	}

	.header-top .subtitle {
		font-size: 16px
	}

	.topmenu {
		padding-top: 15px;
		z-index: 9999
	}

	.topmenu .btn-mail {
		display: inline-block
	}

	.footer {
		text-align: center;
		padding: 10px 0 30px 0;
		border: 0
	}

	.footer>.wrap {
		position: relative
	}

	.edit .right img {
		width: 40%;
		margin-left: 0
	}

	.edit .right>div {
		width: 59%;
		padding: 5vw 3px 5vw 5.1%;
		margin-left: 40%
	}

	.edit .right img+div {
		width: 59%
	}

	.edit .left img {
		width: 40%;
		margin-left: 59%
	}

	.edit .left>div {
		width: 59%;
		padding: 5vw 5% 5vw 3px
	}

	.edit .left img+div {
		width: 59%;
		padding: 0 5% 0 0;
		margin-left: -99%
	}


	.sublogo {
		text-align: left;
		line-height: 90px;
		margin-left: 50px
	}

	.sublogo a {
		position: relative;
		color: #333;
		font-size: 1.625rem;
		padding-left: 50px;
		line-height: 50px
	}

	.sublogo a:before {
		display: block;
		background-size: auto 200px;
		width: 50px;
		height: 50px;
		background-position: -850px -100px;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: -5px
	}

	.sitelink2 {
		display: block
	}

	.header {
		box-sizing: border-box;
		height: 50px
	}
}

@media(min-width:1200px) {
	.area {
		padding: 50px 0
	}

	.area-top {
		padding-top: 50px 0 0 0
	}

	.header {
		width: 100%
	}

	.header.fixed {
		height: 100px;
		background-color: rbga(255,255,255,0.9);
		position: fixed
	}

	.header .wrap {
		position: relative;
		text-align: right
	}

	.header-top {
		padding-top: 128px;
		min-height: 50vh
	}

	.globalbar {
		top: 80px
	}

	.btn-mail {
		z-index: 999
	}

	.btn-global {
		z-index: 999
	}

	.pos-middle {
		display: block;
		right: 0;
		top: 50%;
		position: fixed;
		z-index: 100
	}

	.edit p,.edit li,.edit span {
		font-size: 16px
	}

	.edit .upside-down>div {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.logo {
		margin-top: 0;
		height: 50px
	}
}

@media(min-width:1480px) {
	.area {
		padding: 60px 0
	}

	.area-top {
		padding: 60px 0 0 0
	}

	.logo {
		background-size: auto 40px
	}

	.edit p.summary {
		font-size: 1.5em
	}

	.edit .upside-down>div {
		padding-top: 5rem;
		padding-top: 5rem
	}

	.footer-contact {
		width: 24%;
		padding-left: 0
	}
}

@media(min-width:2560px) {
	.area {
		padding: 70px 0
	}

	.area-top {
		padding: 70px 0 0 0
	}

	.header-top {
		padding-top: 200px
	}

	.header-top .subtitle {
		font-size: 16px
	}

	div,p,li,span {
		font-size: 1rem
	}

	.edit p,.edit li,.edit span {
		font-size: 1rem
	}
}

.wrap1140 {
	width: 88%;
	margin: 0 auto
}

@media(min-width:1200px) {
	.wrap1140 {
		width: 1140px;
		max-width: 1140px;
		margin: 0 auto
	}
}

.mbhide {
	display: inline-block
}

@media(min-width:0) and (max-width:1280px) {
	.mbhide {
		display: none
	}
}

.page-tline {
	position: relative
}

.page-tline:before {
	border-bottom: 1px solid rgba(51,51,51,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	height: 1px;
	content: ''
}

.page-tline:after {
	border-bottom: 2px solid rgba(51,51,51,0.1);
	top: 1px;
	height: 2px;
	left: 0;
	width: 100%;
	display: inline-block;
	position: absolute;
	content: ''
}

.page-c {
	position: relative
}

@media(min-width:1280px) {
	.page-c {
		margin-top: 100px
	}
}

.pinfo h3 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.pinfo h3 {
		margin-bottom: 30px
	}
}

.pinfo h6 {
	font-family: "Oswald",sans-serif;
	line-height: 165%;
	font-weight: 300
}

@media(min-width:768px) {
	.pinfo h6 {
		padding-right: 50px
	}
}

.pinfo .des {
	font-weight: 200
}

.compos {
	margin: 50px 0
}

.compos h4,.compos h5,.compos .num {
	font-family: "Oswald",sans-serif;
	text-align: center
}

.compos h4 {
	font-weight: 500;
	margin-bottom: 10px
}

.compos h5 {
	font-weight: 300;
	margin-bottom: 10px
}

.compos .element {
	font-size: 1.25rem;
	font-weight: 200
}

.compos .num {
	font-size: 3.375rem;
	color: #72A22D;
	font-weight: 500;
	line-height: 145%
}

.compos .num span {
	font-size: 2rem
}

.compos ul {
	text-align: center;
	padding: 20px
}

.compos .compos-slick {
	position: relative
}

@media(min-width:576px) {
	.compos .compos-slick:before,.compos .compos-slick:after {
		content: '';
		border-right: 1px solid #ddd;
		position: absolute;
		height: 80px;
		width: 1px;
		top: 25%;
		display: inline-block
	}

	.compos .compos-slick:before {
		left: 50%
	}

	.compos .compos-slick:after {
		left: 66%;
		display: none
	}
}

@media(min-width:992px) {
	.compos .compos-slick:after,.compos .compos-slick:before {
		content: '';
		border-right: 1px solid #ddd;
		position: absolute;
		height: 120px;
		width: 1px;
		top: 10%;
		display: inline-block
	}

	.compos .compos-slick:before {
		left: 33%
	}

	.compos .compos-slick:after {
		left: 66%;
		display: block
	}
}

.compos .slick-prev {
	width: 50px;
	height: 50px;
	z-index: 7;
	left: 0
}

@media(min-width:576px) {
	.compos .slick-prev {
		left: -15px
	}
}

.compos .slick-prev:before {
	content: '';
	background-position: -300px 0;
	width: 50px;
	height: 50px;
	display: block
}

.compos .slick-prev:hover:before {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	background-position: -350px 0
}

.compos .slick-next {
	width: 50px;
	height: 50px;
	right: 15px
}

@media(min-width:576px) {
	.compos .slick-next {
		right: -15px
	}
}

@media(min-width:992px) {
	.compos .slick-next {
		right: -15px
	}
}

.compos .slick-next:before {
	content: '';
	background-position: -350px -50px;
	width: 50px;
	height: 50px;
	display: block
}

.compos .slick-next:hover:before {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	background-position: -300px -50px
}

.p-spebox {
	position: relative;
	padding: 10% 0 5% 0
}

.p-spebox h3,.p-spebox h4 {
	font-family: "Oswald",sans-serif
}

.p-spebox h3 {
	margin-bottom: 30px
}

.p-spebox h4 {
	margin-bottom: 20px
}

.p-spebox .app-name {
	font-family: "Oswald",sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 1.375rem
}

.p-spebox img {
	width: 100%;
	height: auto
}

.p-spebox:before {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFF0F0F0',endColorstr='#FFF0F0F0');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f0f0f0),color-stop(100%,rgba(240,240,240,0)));
	background-image: -moz-linear-gradient(top,#f0f0f0 0,rgba(240,240,240,0) 100%);
	background-image: -webkit-linear-gradient(top,#f0f0f0 0,rgba(240,240,240,0) 100%);
	background-image: linear-gradient(to bottom,#f0f0f0 0,rgba(240,240,240,0) 100%);
	height: 50px;
	position: absolute;
	top: 0;
	content: '';
	z-index: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: -1
}

@media(min-width:992px) {
	.p-spebox {
		padding: 90px 0 30px 0
	}

	.p-spebox img {
		width: inherit;
		max-width: 870px
	}

	.p-spebox:before {
		height: 120px
	}
}

@media(min-width:992px) and (min-width:1200px) {
	.p-spebox img {
		max-width: 1140px
	}
}

.p-spebox .des {
	font-weight: 200;
	font-family: "Open Sans",sans-serif
}

.chem-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: space-between
}

.chem-box .wrap-R {
	background-color: #36b1e9;
	color: #fff;
	font-family: "Open Sans",sans-serif;
	font-weight: 200;
	padding-top: 20px;
	text-align: center;
	width: 40%
}

@media(min-width:576px) {
	.chem-box .wrap-R {
		width: 30%
	}
}

@media(min-width:992px) {
	.chem-box .wrap-R {
		width: 20%
	}
}

@media(min-width:1200px) {
	.chem-box .wrap-R {
		width: 190px
	}
}

.chem-box .wrap-L {
	width: 60%
}

@media(min-width:576px) {
	.chem-box .wrap-L {
		width: 70%
	}
}

@media(min-width:992px) {
	.chem-box .wrap-L {
		width: 80%
	}
}

@media(min-width:1200px) {
	.chem-box .wrap-L {
		width: 950px
	}
}

.chem-form {
	width: 100%;
	display: flex
}

.chem-form ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	position: relative;
	flex: 1;
	min-width: 100%
}

@media(min-width:576px) {
	.chem-form ul {
		min-width: 190px
	}
}

@media(min-width:768px) {
	.chem-form ul {
		width: 26.66%
	}
}

@media(min-width:1200px) {
	.chem-form ul {
		min-width: 190px
	}
}

.chem-form li {
	min-height: 40px;
	flex-wrap: wrap;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 200;
	padding: 10px 20px;
	text-align: center
}

.chem-form li:nth-of-type(1) {
	background-color: #72A22D;
	color: #fff;
	border-right: 1px solid #37b2e9;
	line-height: 100%;
	min-height: 60px;
	align-items: center;
	justify-content: center;
	display: flex
}

.chem-form .gray {
	background-color: #f9f9f9
}

@media(min-width:1200px) {
	.chem-form {
		width: 950px
	}
}

.p-releate {
	background-color: #f0f0f0;
	position: relative;
	padding: 10% 0
}

.p-releate:before {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFF0F0F0',endColorstr='#FFF0F0F0');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f0f0f0),color-stop(100%,rgba(240,240,240,0)));
	background-image: -moz-linear-gradient(top,#f0f0f0 0,rgba(240,240,240,0) 100%);
	background-image: -webkit-linear-gradient(top,#f0f0f0 0,rgba(240,240,240,0) 100%);
	background-image: linear-gradient(to bottom,#f0f0f0 0,rgba(240,240,240,0) 100%);
	height: 50px;
	position: absolute;
	top: 0;
	content: '';
	z-index: 0;
	left: 0;
	display: inline-block;
	width: 100%
}

@media(min-width:992px) {
	.p-releate {
		padding: 90px 0 40px 0
	}

	.p-releate:before {
		height: 120px
	}
}

.p-releate h4 {
	margin-bottom: 20px;
	font-family: "Oswald",sans-serif
}

.p-releate h6 {
	color: #666;
	font-weight: 200;
	text-align: center;
	font-size: 1.125rem
}

.p-releate a {
	margin-bottom: 30px;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:576px) {
	.p-releate a {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media(min-width:992px) {
	.p-releate a {
		margin-bottom: 40px
	}
}

.p-releate a:hover {
	transform: translate(5px,-5px);
	-webkit-transform: translate(5px,-5px);
	-moz-transform: translate(5px,-5px);
	-o-transform: translate(5px,-5px);
	-ms-transform: translate(5px,-5px);
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.p-contact {
	background-image: url(../img/product/p-contbg-1920x288.jpg);
	background-size: cover;
	padding: 5% 0;
	color: #fff
}

.p-contact .wrap1140 {
	display: flex;
	align-items: center
}

@media(min-width:768px) {
	.p-contact {
		padding: 0;
		display: flex;
		height: 15vw
	}
}

.p-contact ul {
	display: block;
	width: 100%
}

@media(min-width:992px) {
	.p-contact ul {
		width: 80%;
		margin: 0 auto
	}
}

@media(min-width:1200px) {
	.p-contact ul {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%
	}
}

.p-contact li {
	display: block;
	margin-bottom: 10px
}

.p-contact li:hover {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	transform: translate(5px,-5px);
	-webkit-transform: translate(5px,-5px);
	-moz-transform: translate(5px,-5px);
	-o-transform: translate(5px,-5px);
	-ms-transform: translate(5px,-5px)
}

@media(min-width:576px) {
	.p-contact li:nth-of-type(2),.p-contact li:nth-of-type(3) {
		width: 48%;
		display: inline-block
	}
}

@media(min-width:768px) {
	.p-contact li:nth-of-type(2),.p-contact li:nth-of-type(3) {
		width: 35%;
		display: inline-block
	}

	.p-contact li:nth-of-type(4) {
		width: 28%;
		display: inline-block
	}
}

@media(min-width:1200px) {
	.p-contact li {
		align-items: stretch;
		margin-bottom: 0;
		display: flex;
		width: inherit;
		flex: 1
	}
}

.p-contact .pc-title {
	font-weight: 500;
	font-family: "Oswald",sans-serif;
	position: relative;
	margin-bottom: 20px;
	font-size: 1.375rem
}

.p-contact .pc-title:after {
	content: '';
	position: absolute;
	border-left: 1px solid rgba(255,255,255,0.2);
	width: 1px;
	height: 32px;
	left: 50%;
	margin-left: 25%;
	top: 0;
	display: none
}

@media(min-width:768px) {
	.p-contact .pc-title {
		margin-bottom: 10px
	}
}

@media(min-width:992px) {
	.p-contact .pc-title {
		margin-bottom: 20px
	}
}

@media(min-width:1200px) {
	.p-contact .pc-title {
		display: block;
		margin-bottom: 0;
		font-size: 1.5rem
	}

	.p-contact .pc-title:after {
		display: block;
		left: 62%
	}
}

.p-contact .name {
	font-size: .8125rem;
	vertical-align: top;
	display: inline-block;
	padding-right: 15px
}

.p-contact .no {
	font-family: "Oswald",sans-serif;
	font-size: 1.5rem
}

@media(min-width:1200px) {
	.p-contact .no {
		font-size: 2rem
	}
}

.p-contact .mail {
	position: relative;
	padding-left: 50px;
	padding-right: 25px
}

.p-contact .mail:before {
	display: inline-block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -400px -150px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	left: -10px;
	top: -15px;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:992px) {
	.p-contact .mail:before {
		left: 0
	}
}

.p-contact .mail:after {
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -275px -75px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	right: 0;
	top: 0
}

.p-contact .mail:after,.p-contact .mail:before {
	content: '';
	display: block;
	position: absolute
}

.p-contact a {
	color: #fff;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.p-contact a:hover {
	opacity: .8;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px)
}

.jspContainer {
	overflow: visible;
	position: relative
}

.jspPane {
	position: absolute
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 20px;
	width: 10px;
	height: 80%
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 16px;
	background: red
}

.jspHorizontalBar .jspCap {
	float: left
}

.jspCap {
	display: none
}

.jspTrack {
	background: #ececec;
	position: relative;
	width: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.jspDrag {
	background: #ffdb57;
	position: relative;
	top: 10px;
	left: 5px;
	cursor: pointer;
	width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d
}

.jspVerticalBar .jspArrow {
	height: 16px
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%
}

.jspHorizontalBar .jspArrow:focus {
	outline: 0
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%
}

.scroll-pane {
	width: 100%;
	overflow: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

.horizontal-only {
	height: auto;
	height: 100%
}

::-webkit-scrollbar {
	height: 15px;
	border: 1px solid #222
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #f0f0f0
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #222
}

.spec-wrap {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 50px
}

.spec-wrap.norange {
	margin-bottom: 0
}

.spec-wrap table td {
	border: 1px solid #e0e0e0;
	min-height: 40px;
	text-align: center;
	font-weight: 200;
	padding: 10px;
	box-sizing: border-box;
	background-clip: padding-box;
	position: relative
}

@media(min-width:992px) {
	.spec-wrap table td {
		height: 60px;
		min-height: 60px
	}
}

.spec-wrap table td.tleft {
	text-align: left
}

.spec-wrap table {
	border-collapse: collapse
}

.spec-wrap table.noborder td {
	border: 0
}

.spec-wrap table caption {
	background-color: #1365ae;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: 200
}

@media(min-width:768px) {
	.spec-wrap table caption {
		height: 60px;
		line-height: 60px
	}
}

.spec-wrap .ts01 .gray,.spec-wrap .ts02 .gray,.spec-wrap .ts03 .gray {
	background-color: #f9f9f9
}

.spec-wrap .ts01 td,.spec-wrap .ts02 td,.spec-wrap .ts03 td {
	min-width: 150px;
	background-clip: padding-box;
	position: relative
}

.spec-wrap .ts01 thead td,.spec-wrap .ts02 thead td,.spec-wrap .ts03 thead td {
	border-right: 1px solid #36b1e9;
	color: #fff;
	min-height: 40px;
	border-top: 0;
	line-height: 100%
}

@media(min-width:992px) {
	.spec-wrap .ts01 thead td,.spec-wrap .ts02 thead td,.spec-wrap .ts03 thead td {
		height: 60px
	}
}

.spec-wrap .ts01 thead td:first-child,.spec-wrap .ts02 thead td:first-child,.spec-wrap .ts03 thead td:first-child {
	background-color: #72A22D
}

.spec-wrap .ts01 thead tr.blue,.spec-wrap .ts02 thead tr.blue,.spec-wrap .ts03 thead tr.blue {
	background-color: #72A22D
}

.spec-wrap .ts01 .b-blue,.spec-wrap .ts02 .b-blue,.spec-wrap .ts03 .b-blue {
	background-color: #72A22D;
	color: #fff
}

.spec-wrap .ts01 .d-blue,.spec-wrap .ts02 .d-blue,.spec-wrap .ts03 .d-blue {
	background-color: #1365ae;
	color: #fff;
	min-height: 40px;
	padding: 10px;
	text-align: center;
	font-weight: 200
}

@media(min-width:992px) {
	.spec-wrap .ts01 .d-blue,.spec-wrap .ts02 .d-blue,.spec-wrap .ts03 .d-blue {
		height: 60px
	}
}

.spec-wrap .ts02 td {
	border-left: 0
}

@media(min-width:1200px) {
	.spec-wrap .ts02 td {
		min-width: 190px
	}
}

.spec-wrap .ts03 td {
	text-align: left;
	vertical-align: top
}

@media(min-width:992px) {
	.spec-wrap .ts03 td {
		padding: 20px 30px
	}
}

.spec-all {
	width: 100%
}

.spec-all .b-blue {
	background-color: #4eacff;
	width: 30%;
	min-width: 130px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	padding: 10px;
	text-align: center
}

@media(min-width:576px) {
	.spec-all .b-blue {
		width: 30%
	}
}

@media(min-width:992px) {
	.spec-all .b-blue {
		width: 20%
	}
}

@media(min-width:1200px) {
	.spec-all .b-blue {
		width: 190px;
		padding: 15px
	}
}

.spec-all .r-info {
	width: 70%
}

.spec-box {
	overflow-x: scroll;
	width: 60%
}

@media(min-width:576px) {
	.spec-box {
		width: 70%
	}
}

@media(min-width:992px) {
	.spec-box {
		width: 80%
	}
}

@media(min-width:1200px) {
	.spec-box {
		width: 912px
	}
}

.pov-listbox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-self: start
}

.pov-listbox .textbox {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	color: #fff;
	z-index: 2;
	text-align: center
}

.pov-listbox h4 {
	font-family: "Oswald",sans-serif
}

.pov-listbox .list-icon {
	width: 80px;
	margin-bottom: 10px;
	margin: 0 auto;
	opacity: 1;
	display: block
}

.pov-listbox .list-icon img {
	filter: brightness(0) invert(1)
}

@media(min-width:768px) {
	.pov-listbox .list-icon {
		width: 90px
	}
}

@media(min-width:992px) {
	.pov-listbox .list-icon {
		width: 60px
	}
}

@media(min-width:1200px) {
	.pov-listbox .list-icon {
		width: 80px
	}
}

.pov-listbox .p-list {
	position: relative;
	display: block;
	line-height: 0
}

.pov-listbox .p-list:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: block;
	background-color: rgba(30,136,229,0.8);
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.pov-listbox .p-list img {
	width: 100%;
	height: auto;
	line-height: 0
}

@media(min-width:1200px) {
	.pov-listbox .p-list {
		width: 270px;
		height: 180px
	}
}

.pov-listbox .each {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto 3% auto
}

@media(min-width:576px) {
	.pov-listbox .each {
		width: 49%;
		margin-left: 2%
	}

	.pov-listbox .each:nth-child(2n+1) {
		margin-left: 0
	}
}

@media(min-width:992px) {
	.pov-listbox .each {
		width: 24%;
		margin-left: 1.33%;
		margin-bottom: 50px;
		height: 14.64vw
	}

	.pov-listbox .each:nth-child(2n+1) {
		margin-left: 1.33%
	}

	.pov-listbox .each:nth-child(4n+1) {
		margin-left: 0
	}
}

@media(min-width:1200px) {
	.pov-listbox .each {
		width: 270px;
		height: 180px;
		margin-left: 20px;
		max-width: 270px;
		max-height: 180px
	}

	.pov-listbox .each:nth-child(2n+1) {
		margin-left: 20px
	}

	.pov-listbox .each:nth-child(4n+1) {
		margin-left: 0
	}
}

.pov-listbox a {
	position: relative
}

.pov-listbox a:hover .p-list:before {
	background: rgba(30,136,229,0);
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.pov-listbox a:hover .list-icon {
	opacity: 0;
	display: none;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.plistbg {
	background: url(../img/product/povbg.jpg) no-repeat left top;
	background-size: cover;
	min-height: 800px
}

.page-banner {
	background-size: cover;
	background-position: center center;
	min-height: 216px;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative
}

@media(min-width:1500px) and (max-width:2560px) {
	.page-banner {
		height: 15vw
	}
}

.page-banner h2 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 5px
}

.page-banner .des {
	font-weight: 200
}

.slist-each .each {
	margin-bottom: 10px;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:768px) {
	.slist-each .each {
		margin-bottom: 30px
	}
}

@media(min-width:992px) {
	.slist-each .each {
		margin-bottom: 20px
	}
}

@media(min-width:1200px) {
	.slist-each .each {
		margin-bottom: 40px
	}
}

.slist-each .each .pic {
	width: 20%;
	float: left;
	max-width: 55px
}

.slist-each .each .pic img {
	width: 100%;
	height: auto;
	max-width: 40px;
	filter: brightness(0);
	opacity: .8
}

.slist-each .each dl {
	float: left;
	width: 80%
}

.slist-each .each dt {
	color: #222;
	font-family: "Oswald",sans-serif;
	font-size: 1.375rem;
	margin-bottom: 15px
}

@media(min-width:768px) {
	.slist-each .each dt {
		font-size: 1.5rem
	}
}

.slist-each .each dd {
	color: #666;
	font-size: .8125rem;
	margin-bottom: 15px;
	line-height: 165%
}

.slist-each .each .more {
	color: #72A22D;
	position: relative;
	padding-right: 20px
}

.slist-each .each .more:after {
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -250px -75px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	right: 0;
	top: -2px;
	content: '';
	display: block;
	position: absolute
}

.slist-each .each:hover {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	transform: translate(5px,-5px);
	-webkit-transform: translate(5px,-5px);
	-moz-transform: translate(5px,-5px);
	-o-transform: translate(5px,-5px);
	-ms-transform: translate(5px,-5px)
}

.slist-each .each:hover .pic img {
	filter: brightness(100%);
	opacity: 1
}

.slist-each .each:hover dt {
	color: #72A22D
}

.contract-box {
	padding-bottom: 80px;
	overflow: hidden
}

.contract-box .c-check {
	margin-bottom: 20px;
	padding: 10%;
	background-color: #72A22D;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF1E88E5',endColorstr='#FF0E508A');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODhlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlNTA4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#72A22D),color-stop(100%,#0e508a));
	background-image: -moz-linear-gradient(top,#72A22D 0,#0e508a 100%);
	background-image: -webkit-linear-gradient(top,#72A22D 0,#0e508a 100%);
	background-image: linear-gradient(to bottom,#72A22D 0,#0e508a 100%);
	color: #fff
}

@media(min-width:768px) {
	.contract-box .c-check {
		padding: 40px 40px 60px 40px
	}
}

.contract-box .R-wrap .des,.contract-box .L-wrap .des {
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: .8125rem
}

.contract-box .R-wrap h2,.contract-box .R-wrap h4,.contract-box .L-wrap h2,.contract-box .L-wrap h4 {
	margin-bottom: 20px;
	font-family: "Oswald",sans-serif
}

@media(min-width:992px) {
	.contract-box {
		margin-top: 0
	}

	.contract-box .L-wrap {
		width: 30%;
		display: inline-block;
		float: left;
		box-sizing: border-box;
		margin-right: 4%
	}

	.contract-box .L-wrap .check {
		width: 100%;
		float: none
	}

	.contract-box .L-wrap .contact {
		width: 100%;
		float: none;
		margin-bottom: 0
	}

	.contract-box .R-wrap {
		width: 66%;
		display: inline-block;
		float: left;
		box-sizing: border-box
	}
}

@media(min-width:1200px) {
	.contract-box .L-wrap {
		width: 340px;
		margin-right: 40px
	}

	.contract-box .R-wrap {
		width: 760px
	}
}

.contract-box input {
	color: #666;
	height: 30px;
	width: 100%;
	padding-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 0;
	font-size: .8125rem;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.contract-box input:active,.contract-box input:focus {
	border: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.contract-box input {
		height: 40px;
		margin-bottom: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 16px;
		font-weight: 200
	}
}

@media(min-width:992px) {
	.contract-box input {
		max-width: 300px;
		font-weight: 200;
		font-size: .875rem
	}
}

.contract-box li {
	margin-bottom: 10px
}

.contract-box .icon-white {
	display: block;
	background-color: #fff;
	color: #72A22D;
	font-size: .8125rem;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.contract-box .icon-white:hover {
	background-color: #36b1e9;
	color: #fff;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	opacity: .8
}

.contract-box .infobox li {
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-weight: 200
}

@media(min-width:768px) {
	.contract-box .infobox li {
		flex-wrap: nowrap;
		flex-direction: row
	}
}

@media(min-width:768px) {
	.contract-box .infobox li span:nth-of-type(1) {
		flex: 1
	}
}

@media(min-width:768px) {
	.contract-box .infobox li span:nth-of-type(2) {
		flex: 4
	}
}

.contract-box .infobox li.note {
	display: block
}

.contract-box .notice-msg {
	display: none
}

.contract-box .error input {
	opacity: .5
}

.contract-box .error input:focus {
	opacity: 1
}

.contract-box .error input [placeholder] {
	color: #fff
}

.contract-box .error .notice-msg {
	display: inline-block;
	font-weight: 200;
	font-size: .8125rem;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	line-height: 165%;
	margin-top: 10px
}

.slist-box {
	overflow: hidden;
	margin-top: 20px
}

.slist-box .L-wrap {
	padding-bottom: 0
}

.slist-box .R-wrap {
	margin-bottom: 30px
}

.slist-box .R-wrap .check {
	margin-bottom: 20px;
	padding: 10%;
	background-color: #72A22D;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF1E88E5',endColorstr='#FF0E508A');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODhlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlNTA4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#72A22D),color-stop(100%,#0e508a));
	background-image: -moz-linear-gradient(top,#72A22D 0,#0e508a 100%);
	background-image: -webkit-linear-gradient(top,#72A22D 0,#0e508a 100%);
	background-image: linear-gradient(to bottom,#72A22D 0,#0e508a 100%);
	color: #fff
}

.slist-box .R-wrap .check img {
	width: 100%;
	height: auto;
	max-width: 40px
}

@media(min-width:768px) {
	.slist-box .R-wrap .check {
		padding: 40px;
		margin-bottom: 30px
	}
}

@media(min-width:992px) {
	.slist-box .R-wrap .check {
		width: 49.5%;
		float: left;
		height: 310px;
		margin-bottom: 20px
	}
}

@media(min-width:1200px) {
	.slist-box .R-wrap .check {
		height: 350px
	}
}

.slist-box .R-wrap .contact {
	background-image: url(../img/service/businessBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 40px;
	margin-bottom: 20px
}

.slist-box .R-wrap .contact .name {
	display: block;
	font-size: .8125rem
}

.slist-box .R-wrap .contact .no {
	font-size: 1.875rem;
	font-family: "Oswald",sans-serif;
	letter-spacing: -1px
}

@media(min-width:768px) {
	.slist-box .R-wrap .contact {
		width: 49.5%;
		float: right;
		height: 350px
	}
}

.slist-box .R-wrap h4 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 15px
}

.slist-box .R-wrap .des {
	font-size: .8125rem;
	margin-bottom: 15px;
	line-height: 165%
}

.slist-box .R-wrap .icon-white {
	display: block;
	background-color: #fff;
	color: #72A22D;
	font-size: .8125rem;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.slist-box .R-wrap .icon-white:hover {
	background-color: #36b1e9;
	color: #fff;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.slist-box .R-wrap a {
	color: #fff
}

.slist-box .R-wrap a:hover {
	opacity: .8
}

@media(min-width:992px) {
	.slist-box {
		margin-top: 0
	}

	.slist-box .L-wrap {
		width: 70%;
		display: inline-block;
		float: left;
		padding-top: 40px 0;
		box-sizing: border-box
	}

	.slist-box .R-wrap {
		width: 28%;
		display: inline-block;
		float: left;
		box-sizing: border-box;
		margin-left: 2%
	}

	.slist-box .R-wrap .check {
		width: 100%;
		float: none
	}

	.slist-box .R-wrap .contact {
		width: 100%;
		float: none;
		margin-bottom: 0
	}
}

@media(min-width:1200px) {
	.slist-box .L-wrap {
		width: 850px
	}

	.slist-box .R-wrap {
		width: 270px;
		margin-left: 20px;
		height: 350px
	}
}

.graybg {
	position: relative;
	padding-bottom: 80px;
	min-height: 724px
}

.graybg:before {
	background-color: #eee;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(100%,#fff));
	background-image: -moz-linear-gradient(top,#eee 1%,#fff 100%);
	background-image: -webkit-linear-gradient(top,#eee 1%,#fff 100%);
	background-image: linear-gradient(to bottom,#eee 1%,#fff 100%);
	height: 230px;
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0
}

.serv-box .keyin {
	background-color: #1365ae;
	padding: 20px 20px 10px 20px
}

@media(min-width:768px) {
	.serv-box .keyin {
		height: 60px;
		text-align: right;
		padding-top: 10px;
		padding-right: 10px
	}

	.serv-box .keyin.center {
		text-align: center
	}

	.serv-box .keyin.center li {
		margin-left: 10px
	}
}

.serv-box .keyin.textL {
	text-align: left
}

.serv-box .keyin li {
	display: inline-block;
	font-weight: 200;
	color: #fff;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 200
}

@media(min-width:768px) {
	.serv-box .keyin li {
		margin-left: 40px;
		width: inherit;
		display: inline;
		margin-bottom: 0
	}
}

.serv-box .keyin input {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

@media(min-width:768px) {
	.serv-box .keyin input {
		height: 40px;
		width: 150px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.serv-box .keyin input {
		width: 240px
	}
}

.serv-box .keyin select {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.serv-box .keyin select select::-ms-expand {
	display: none
}

.serv-box .keyin select option {
	font-weight: 200
}

@media(min-width:768px) {
	.serv-box .keyin select {
		height: 40px;
		width: 150px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.serv-box .keyin select {
		width: 240px
	}
}

.serv-box .keyin .mirrow {
	position: relative
}

.serv-box .keyin .go {
	display: block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -150px -50px;
	background-repeat: no-repeat;
	top: -2px;
	display: block;
	right: 5px;
	position: absolute;
	width: 25px;
	height: 25px
}

@media(min-width:768px) {
	.serv-box .keyin .go {
		right: 10px;
		top: 8px
	}
}

@media(min-width:768px) {
	.serv-box .keyin span {
		margin-right: 10px;
		display: inline-block
	}
}

.serv-box .check-wrap ul {
	padding: 20px
}

.serv-box .check-wrap ul.cw-header {
	background: #72A22D;
	color: #fff;
	border-left: 1px solid #72A22D;
	border-right: 1px solid #72A22D;
	display: none
}

.serv-box .check-wrap ul.cw-header li {
	border-right: 1px solid #36b1e9;
	border-bottom: 0
}

.serv-box .check-wrap ul.cw-header li:last-child {
	border: 0
}

@media(min-width:768px) {
	.serv-box .check-wrap ul.cw-header li {
		display: flex
	}
}

@media(min-width:768px) {
	.serv-box .check-wrap ul {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0
	}

	.serv-box .check-wrap ul.cw-header {
		display: flex
	}
}

.serv-box .check-wrap li {
	min-height: 40px;
	font-weight: 200;
	align-items: center;
	display: block;
	flex: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 200
}

@media(min-width:768px) {
	.serv-box .check-wrap li {
		padding-left: 20px;
		min-height: 60px;
		flex: 1;
		display: flex;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 0;
		padding-bottom: 0
	}

	.serv-box .check-wrap li:last-child {
		border-right: 0
	}
}

@media(min-width:992px) {
	.serv-box .check-wrap li {
		padding-left: 30px
	}
}

.serv-box .check-wrap .pc-hide {
	font-weight: bold
}

@media(min-width:768px) {
	.serv-box .check-wrap .pc-hide {
		display: none
	}
}

.serv-box .check-wrap span {
	display: block
}

.serv-box h4 .size {
	color: #666;
	font-family: "Open Sans",sans-serif;
	display: inline-block;
	padding-left: 10px;
	font-size: 16px
}

.standard-load {
	background-color: #1365ae;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: 200
}

@media(min-width:768px) {
	.standard-load {
		height: 60px;
		line-height: 60px
	}
}

.mea-form {
	width: 100%;
	overflow-x: auto
}

@media(min-width:992px) {
	.mea-form {
		overflow-x: inherit
	}
}

.mea-form ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 1140px
}

.mea-form ul.mf-header {
	background-color: #72A22D;
	color: #fff;
	border-left: 1px solid #72A22D;
	border-right: 1px solid #72A22D
}

.mea-form ul.mf-header li {
	border-right: 1px solid #36b1e9
}

.mea-form ul.mf-header li:first-child {
	border-left: 0
}

.mea-form ul.mf-header li:last-child {
	border-right: 0
}

.mea-form ul.remark-four li {
	padding: 0
}

.mea-form ul.remark-four li:first-child {
	flex: 1
}

.mea-form ul.remark-four li:nth-of-type(2) {
	flex: 4
}

@media(min-width:768px) {
	.mea-form ul {
		white-space: break-word;
		overflow-x: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%
	}

	.mea-form ul.mf-header li {
		line-height: 115%;
		text-align: center
	}

	.mea-form ul.mf-header li span {
		display: block
	}
}

.mea-form li {
	min-height: 40px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex: 100px;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 200;
	padding: 10px 20px
}

.mea-form li:first-child {
	border-left: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.mea-form li {
		min-height: 60px;
		flex: 1
	}
}

.mea-form .gray {
	background-color: #f9f9f9
}

.mea-form.current li {
	flex: 17.5%
}

.mea-form.current li:nth-child(2) {
	flex: 30%
}

.link-each {
	margin-bottom: 50px
}

.link-each a {
	padding-left: 20px;
	font-size: .8125rem;
	position: relative;
	color: #666;
	display: block
}

.link-each a:before {
	content: '';
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -400px -80px;
	background-repeat: no-repeat;
	position: absolute;
	left: -15px;
	top: -5px;
	display: block;
	width: 40px;
	height: 40px
}

.link-each a:hover {
	color: #72A22D
}

.link-each h4 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 15px;
	padding-left: 0;
	color: #222
}

.link-each h4:before {
	display: none
}

.toggle {
	margin-bottom: 10px
}

.toggle .pro-item {
	display: none
}

.toggle-title {
	position: relative
}

.toggle-title h4 {
	padding: 13px 30px 13px 30px;
	background-color: #72A22D;
	color: #fff;
	font-family: "Oswald",sans-serif;
	min-height: 40px;
	box-sizing: border-box
}

@media(min-width:768px) {
	.toggle-title h4 {
		min-height: 60px
	}
}

.toggle-title h4:after {
	content: '';
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -560px -40px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 40px;
	height: 40px
}

.toggle-title h4.offerbg {
	background-color: #999
}

.toggle-title .arrow {
	position: relative
}

.toggle-title.active h4:after {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -560px 0;
	background-repeat: no-repeat
}

.toggle-title .icon-q {
	display: inline-block;
	padding-right: 15px
}

.toggle-title .q-title {
	font-size: 16px;
	font-weight: 200;
	font-family: "Open Sans",sans-serif;
	vertical-align: top;
	display: inline-block;
	width: 85%
}

@media(min-width:576px) {
	.toggle-title .q-title {
		width: 90%
	}
}

@media(min-width:992px) {
	.toggle-title .q-title {
		width: 95%
	}
}

.pro-item ul {
	min-height: 40px;
	overflow: hidden
}

@media(min-width:768px) {
	.pro-item ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		min-height: 60px
	}
}

.pro-item li {
	display: block;
	padding-left: 30px;
	padding-top: 10px;
	align-items: center;
	font-weight: 200;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	min-height: 40px;
	vertical-align: middle
}

@media(min-width:576px) {
	.pro-item li {
		width: 50%;
		float: left
	}

	.pro-item li:nth-of-type(2n+1) {
		border-right: 0
	}
}

@media(min-width:768px) {
	.pro-item li {
		padding-left: 40px;
		padding-top: 0;
		width: inherit;
		float: none;
		display: flex;
		flex: 1;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0
	}

	.pro-item li:first-child {
		border-left: 1px solid #e0e0e0
	}

	.pro-item li:last-child {
		border-right: 1px solid #e0e0e0
	}

	.pro-item li:nth-of-type(2) {
		border-right: 0
	}
}

.pro-item.assor ul {
	display: flex;
	height: inherit;
	flex-direction: column;
	flex-wrap: wrap
}

@media(min-width:768px) {
	.pro-item.assor ul {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

.pro-item.assor li {
	padding-bottom: 10px
}

.pro-item.assor li:nth-of-type(1) {
	background-color: #f9f9f9;
	width: 100%
}

.pro-item.assor li:nth-of-type(2) {
	width: 100%
}

@media(min-width:768px) {
	.pro-item.assor li {
		flex-direction: row;
		flex-wrap: nowrap;
		padding-left: 30px
	}

	.pro-item.assor li:nth-of-type(1) {
		flex: 2;
		background-color: #f9f9f9;
		border-right: 0
	}

	.pro-item.assor li:nth-of-type(2) {
		flex: 5;
		padding-left: 15px
	}

	.pro-item.assor li li {
		padding-bottom: 0
	}

	.pro-item.assor li:nth-of-type(1) {
		flex: 2
	}

	.pro-item.assor li:nth-of-type(2) {
		flex: 7;
		border-right: 1px solid #e0e0e0
	}
}

.pro-item.assor.offer li {
	font-size: .875rem;
	padding-left: 10px
}

.pro-item.assor.offer li:nth-of-type(1) {
	flex: 1.2
}

.pro-item.assor.offer li:nth-of-type(2) {
	flex: 1.5
}

@media(min-width:576px) {
	.pro-item.assor.offer li:nth-of-type(1) {
		flex: 1
	}

	.pro-item.assor.offer li:nth-of-type(2) {
		flex: 2
	}
}

@media(min-width:768px) {
	.pro-item.assor.offer li {
		padding-left: 30px;
		font-size: 16px
	}

	.pro-item.assor.offer li:nth-of-type(1) {
		flex: 1.5
	}

	.pro-item.assor.offer li:nth-of-type(2) {
		flex: 5
	}
}

.pro-item.prod ul {
	display: flex;
	height: inherit
}

.pro-item.prod li {
	padding-left: 30px;
	display: flex
}

.pro-item.prod li:nth-of-type(1) {
	flex: 2;
	background-color: #f9f9f9;
	border-right: 0
}

.pro-item.prod li:nth-of-type(2) {
	flex: 5;
	padding-left: 15px
}

@media(min-width:768px) {
	.pro-item.prod li li {
		padding-bottom: 0
	}

	.pro-item.prod li:nth-of-type(1) {
		flex: 2
	}

	.pro-item.prod li:nth-of-type(2) {
		flex: 7;
		padding-left: 30px;
		border-right: 1px solid #e0e0e0
	}
}

.pro-item.prod input {
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	margin-right: 15px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.pro-item.prod input:active,.pro-item.prod input:focus {
	border: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.pro-item.prod input {
		height: 40px;
		width: 150px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #e0e0e0
	}
}

@media(min-width:992px) {
	.pro-item.prod input {
		width: 260px
	}
}

.pro-item.prod select {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	border: 1px solid #e0e0e0;
	margin-right: 15px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.pro-item.prod select:active,.pro-item.prod select:focus {
	border: 1px solid #e0e0e0
}

.pro-item.prod select select::-ms-expand {
	display: none
}

.pro-item.prod select option {
	font-weight: 200
}

@media(min-width:768px) {
	.pro-item.prod select {
		height: 40px;
		width: 150px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.pro-item.prod select {
		width: 340px
	}
}

.pro-item.prod .mark {
	font-size: 1.5rem;
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	margin: 0 10px
}

.pro-item.faq {
	background-color: #f0f0f0;
	position: relative;
	padding: 5% 5% 5% 25%;
	color: #666;
	font-weight: 200
}

@media(min-width:350px) {
	.pro-item.faq {
		padding-left: 20%
	}
}

@media(min-width:420px) {
	.pro-item.faq {
		padding-left: 15%
	}
}

@media(min-width:600px) {
	.pro-item.faq {
		padding-left: 11%
	}
}

@media(min-width:768px) {
	.pro-item.faq {
		padding: 20px 30px 20px 60px
	}
}

.pro-item.faq:before {
	content: 'A';
	font-size: 1.5rem;
	color: #222;
	position: absolute;
	left: 30px;
	top: 20px;
	display: block;
	font-family: "Oswald",sans-serif;
	font-weight: normal
}

.pro-item.info h4 {
	font-family: "Oswald",sans-serif
}

.pro-item.info p {
	font-weight: 200
}

.pro-item.info img {
	width: 100%;
	height: auto
}

@media(min-width:992px) {
	.pro-item.info img {
		width: inherit
	}
}

.stand-box .sb-each {
	width: 100%;
	font-weight: 200
}

.stand-box .sb-each:last-child {
	border-right: 1px solid #e0e0e0
}

.stand-box .sb-each .sb-title {
	background-color: #72A22D;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: 200;
	height: 40px;
	border-left: 1px solid #36b1e9
}

@media(min-width:768px) {
	.stand-box .sb-each .sb-title {
		height: 60px;
		line-height: 60px
	}
}

.stand-box .sb-each ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	min-height: 40px;
	justify-content: center
}

.stand-box .sb-each ul.sb-header {
	background-color: #f9f9f9
}

@media(min-width:768px) {
	.stand-box .sb-each ul.sb-header li {
		display: flex;
		flex: 1;
		height: 60px;
		text-align: center;
		justify-content: center
	}
}

.stand-box .sb-each li {
	height: 40px;
	justify-content: center;
	display: flex;
	flex: 1;
	align-items: center;
	height: 40px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

.stand-box .sb-each li:first-child {
	border-left: 1px solid #e0e0e0
}

.stand-box .sb-each li:last-child {
	border-right: 0
}

@media(min-width:768px) {
	.stand-box .sb-each li {
		height: 60px
	}
}

@media(min-width:768px) {
	.stand-box {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch
	}
}

.serv-stand .app-tab {
	overflow: hidden
}

@media(min-width:768px) {
	.serv-stand .app-tab {
		flex-wrap: nowrap;
		flex-direction: row
	}
}

.serv-stand ul {
	padding: 5%;
	text-align: center
}

@media(min-width:768px) {
	.serv-stand ul {
		padding: 0
	}
}

.serv-stand .tabs {
	width: 100%;
	height: 40px;
	padding: 0
}

.serv-stand .tabs select {
	height: 40px;
	color: #999;
	width: 100%;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.serv-stand .tabs select {
		display: none
	}
}

@media(min-width:768px) {
	.serv-stand .tabs {
		background-color: #e8e8e8;
		height: 60px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center
	}
}

.serv-stand .tabs li {
	overflow: hidden;
	position: relative;
	flex: 1;
	display: none;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:768px) {
	.serv-stand .tabs li {
		display: flex;
		align-items: center;
		height: 100%
	}
}

.serv-stand .tabs li a {
	display: block;
	text-decoration: none;
	color: #222;
	width: 100%
}

.serv-stand .tabs li:hover,.serv-stand .tabs li.active {
	background-color: #72A22D;
	height: 100%
}

.serv-stand .tabs li:hover a,.serv-stand .tabs li.active a {
	color: #fff
}

.serv-stand .tab-container {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	margin-top: 20px
}

@media(min-width:992px) {
	.serv-stand .tab-container {
		margin-top: 50px
	}
}

.serv-stand .tab-container .tab-content ul {
	padding: 0
}

.serv-stand .tab-container .tab-content .flat-box {
	font-weight: 200
}

.serv-stand .tab-container .tab-content .out-box {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}

@media(min-width:992px) {
	.serv-stand .tab-container .tab-content .out-box {
		border-bottom: 1px solid #e0e0e0
	}

	.serv-stand .tab-container .tab-content .out-box:first-child {
		border-top: 1px solid #e0e0e0
	}
}

.serv-stand .tab-container .tab-content .in-box {
	border-bottom: 1px solid #e0e0e0
}

@media(min-width:992px) {
	.serv-stand .tab-container .tab-content .in-box {
		border-bottom: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0
	}
}

.serv-stand .tab-container .tab-content .in-box:last-child {
	border-bottom: 0
}

.serv-stand .tab-container .tab-content .in-box li {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 10px
}

.serv-stand .tab-container .tab-content .in-box li:first-child {
	border-bottom: 0
}

.serv-stand .tab-container .tab-content .in-box li:last-child {
	border-bottom: 0
}

@media(min-width:992px) {
	.serv-stand .tab-container .tab-content .in-box li {
		padding: 20px 20px 20px 30px
	}

	.serv-stand .tab-container .tab-content .in-box li:first-child {
		border-bottom: 0;
		border-left: 0
	}

	.serv-stand .tab-container .tab-content .in-box li:last-child {
		border-bottom: 0
	}
}

.serv-stand .tab-container .tab-content .range {
	padding: 10px
}

@media(min-width:992px) {
	.serv-stand .tab-container .tab-content .range {
		padding: 20px 20px 20px 30px
	}
}

.find-box ul {
	min-height: 40px;
	box-sizing: border-box;
	padding: 10px 30px 10px 30px;
	background-color: #72A22D
}

.find-box ul .f-title {
	color: #fff;
	font-family: "Oswald",sans-serif;
	font-size: 1.5rem
}

@media(min-width:768px) {
	.find-box ul {
		min-height: 60px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between
	}
}

.find-box li {
	margin-bottom: 10px
}

@media(min-width:992px) {
	.find-box li {
		display: flex;
		margin-bottom: 0;
		justify-content: space-between
	}

	.find-box li:nth-of-type(1) {
		flex: 1
	}

	.find-box li:nth-of-type(2),.find-box li:nth-of-type(3) {
		flex: 1
	}
}

@media(min-width:1200px) {
	.find-box li {
		display: flex
	}

	.find-box li:nth-of-type(1) {
		flex: 2
	}

	.find-box li:nth-of-type(2),.find-box li:nth-of-type(3) {
		flex: 1
	}
}

.find-box input {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

@media(min-width:768px) {
	.find-box input {
		height: 40px;
		width: 150px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.find-box input {
		width: 240px
	}
}

.find-box select {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.find-box select select::-ms-expand {
	display: none
}

.find-box select option {
	font-weight: 200
}

@media(min-width:768px) {
	.find-box select {
		height: 40px;
		width: 100px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

.find-box .mirrow {
	position: relative
}

.find-box .go {
	display: block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -150px -50px;
	background-repeat: no-repeat;
	top: -2px;
	display: block;
	right: 5px;
	position: absolute;
	width: 25px;
	height: 25px
}

@media(min-width:768px) {
	.find-box .go {
		right: 10px;
		top: 8px
	}
}

.find-box .choice {
	font-weight: 200;
	color: #fff;
	margin-bottom: 15px
}

@media(min-width:768px) {
	.find-box .choice {
		position: relative;
		top: 5px;
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.find-box span {
		margin-right: 10px;
		display: inline-block
	}
}

.find-info {
	border: 1px solid #e0e0e0;
	border-top: 0
}

.find-info ul {
	border-bottom: 1px solid #e0e0e0;
	padding: 5% 0
}

.find-info ul:last-child {
	border: 0
}

@media(min-width:768px) {
	.find-info ul {
		padding: 30px 0;
		border-bottom: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0
	}

	.find-info ul:nth-of-type(2n) {
		border-right: 0
	}

	.find-info ul:last-child {
		border-right: 1px solid #e0e0e0
	}

	.find-info ul:nth-last-child(2) {
		border-bottom: 0
	}
}

.find-info li {
	font-weight: 200;
	padding: 0 5%
}

.find-info li.fi-title {
	font-family: "Oswald",sans-serif;
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: normal
}

@media(min-width:768px) {
	.find-info li {
		padding: 0 30px
	}
}

.theore-tit ul {
	background-color: #1365ae;
	justify-content: space-between
}

.theore-tit li:nth-of-type(1) {
	justify-content: flex-start
}

.theore-tit li:nth-of-type(2) {
	justify-content: flex-end
}

@media(min-width:768px) {
	.theore-tit select {
		width: 200px;
		font-weight: 200
	}
}

.s-prodbox {
	background-color: #72A22D;
	color: #fff;
	font-weight: 200
}

.s-prodbox .pic {
	width: 90%;
	margin: 5% auto
}

.s-prodbox ul {
	align-items: center;
	justify-items: center;
	display: flex
}

.s-prodbox ul:first-child:after {
	content: '';
	position: absolute;
	height: 75%;
	width: 1px;
	display: block;
	left: 0;
	top: 12.5%;
	border-left: 1px solid #36b1e9
}

@media(min-width:768px) {
	.s-prodbox {
		height: 290px
	}

	.s-prodbox .pic {
		max-width: 420px;
		width: 100%
	}

	.s-prodbox .pic img {
		width: 100%;
		height: auto;
		display: block
	}
}

.s-prodbox .pos {
	padding: 0 5% 5% 5%
}

@media(min-width:768px) {
	.s-prodbox .pos {
		padding-left: 30px
	}
}

.theore-info {
	padding: 5% 0
}

@media(min-width:768px) {
	.theore-info {
		padding-top: 0;
		padding-bottom: 0;
		border-right: 1px solid #e0e0e0
	}
}

.theore-info ul {
	min-height: 40px;
	overflow: hidden;
	padding: 10px 0;
	height: inherit
}

.theore-info ul.ti-header {
	color: #fff;
	background-color: #72A22D;
	height: 40px
}

.theore-info ul.ti-header li {
	background-color: #72A22D;
	border-right: 0
}

@media(min-width:768px) {
	.theore-info ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		min-height: 60px;
		padding: 0
	}
}

.theore-info li {
	display: block;
	padding-left: 10px;
	font-weight: 200;
	width: 100%
}

.theore-info li:first-child {
	font-weight: bold;
	margin-bottom: 5px
}

@media(min-width:768px) {
	.theore-info li {
		align-items: center
	}

	.theore-info li li {
		padding-bottom: 0
	}

	.theore-info li:first-child {
		font-weight: 200;
		margin-bottom: 0
	}

	.theore-info li:nth-of-type(1) {
		flex: 2;
		background-color: #f9f9f9
	}

	.theore-info li:nth-of-type(2) {
		flex: 7;
		padding-left: 30px;
		border-right: 1px solid #e0e0e0
	}
}

@media(min-width:768px) {
	.theore-info li {
		padding-left: 40px;
		padding-top: 0;
		width: inherit;
		float: none;
		display: flex;
		flex: 1;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0
	}

	.theore-info li:first-child {
		border-left: 1px solid #e0e0e0
	}

	.theore-info li:last-child {
		border-right: 1px solid #e0e0e0
	}

	.theore-info li:nth-of-type(2) {
		border-right: 0
	}

	.theore-info li.no-border {
		border-right: 0
	}
}

.theore-info input {
	border: 1px solid #e0e0e0;
	color: #666;
	height: 30px;
	width: 100%;
	padding-left: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.theore-info input:active,.theore-info input:focus {
	border: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.theore-info input {
		height: 40px;
		width: 150px;
		margin-bottom: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.theore-info input {
		width: 260px
	}
}

.theore-info select {
	color: #666;
	height: 30px;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	border: 1px solid #e0e0e0;
	margin-right: 15px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.theore-info select:active,.theore-info select:focus {
	border: 1px solid #e0e0e0
}

.theore-info select select::-ms-expand {
	display: none
}

.theore-info select option {
	font-weight: 200
}

@media(min-width:768px) {
	.theore-info select {
		height: 40px;
		width: 150px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.theore-info select {
		width: 340px
	}
}

.theore-info .mark {
	font-size: 1.5rem;
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	margin: 0 10px
}

.theore-info .btn.blue {
	background-color: #72A22D;
	color: #fff;
	width: 120px;
	margin-right: 10px
}

.theore-info .btn.blue:hover {
	background-color: #36b1e9
}

@media(min-width:992px) {
	.theore-info .btn {
		width: 150px
	}
}

@media(min-width:1200px) {
	.theore-info .btn {
		width: 190px
	}
}

.total-box ul.tb-header {
	background-color: #72A22D;
	color: #fff
}

.track-box a {
	margin-bottom: 30px;
	color: #333
}

@media(min-width:576px) {
	.track-box a {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px
	}
}

@media(min-width:768px) {
	.track-box a {
		color: #fff
	}
}

.track-box .pic {
	box-sizing: border-box
}

.track-box .pic img {
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.track-box li {
	position: relative
}

.track-box .txt-box {
	width: 100%;
	z-index: 99;
	text-align: left;
	margin-bottom: .5rem
}

.track-box .txt-box .e-title {
	font-size: 1.125rem;
	font-family: "Oswald",sans-serif;
	margin-bottom: 5px
}

.track-box .txt-box .link {
	font-size: .8125rem;
	opacity: .6;
	line-height: 115%;
	word-break: break-all
}

@media(min-width:768px) {
	.track-box .txt-box {
		width: 80%;
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		display: none;
		text-align: center
	}
}

.track-box .info {
	position: relative;
	left: 0;
	top: 0;
	display: none;
	z-index: 0
}

.track-box .info img {
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	z-index: 0
}

.track-box ul {
	position: relative
}

@media(min-width:768px) {
	.track-box ul:hover {
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;

		-o-transition: All .2s linear;
		transition: All .2s linear
	}

	.track-box ul:hover .pic {
		display: none
	}

	.track-box ul:hover .info {
		display: block
	}

	.track-box ul:hover .info:after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(19,101,174,0.8);
		z-index: 0;
		top: 0;
		left: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px
	}

	.track-box ul:hover .txt-box {
		display: block
	}
}

.light-forget {
	background-color: #fff;
	padding: 10%;
	text-align: center
}

.light-forget h2 {
	font-family: "Oswald",sans-serif
}

.light-forget input {
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 8px 20px;
	color: #666;
	margin: 20px 0;
	font-size: .875rem;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

@media(min-width:768px) {
	.light-forget input {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px
	}
}

@media(min-width:992px) {
	.light-forget {
		width: 90%;
		padding: 60px
	}
}

@media(min-width:1200px) {
	.light-forget {
		width: 960px;
		height: 320px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin-left: -480px;
		margin-top: -160px
	}
}

@media(min-width:768px) {
	.light-forget .btn {
		padding-left: 40px;
		padding-right: 40px;
		height: 40px
	}
}

.light-forget p {
	font-weight: 200
}

.light-forget .e-close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.light-forget .e-close:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	display: inline-block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -120px -120px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-color: #72A22D
}

.light-forget .e-close:hover:before {
	background-color: #36b1e9
}

.down-box h5 {
	font-family: "Oswald",sans-serif;
	font-size: 1.375rem;
	font-weight: 200;
	margin-bottom: 20px
}

.down-box a {
	color: #222;
	margin-bottom: 50px
}

.down-box a:last-child {
	margin-bottom: 0
}

.down-box a:hover {
	color: #72A22D
}

@media(min-width:992px) {
	.down-box a {
		padding-right: 10px;
		padding-left: 10px
	}
}

.down-box .btn {
	padding: 5px 20px
}

@media(min-width:992px) {
	.down-box .btn {
		padding: 5px 40px
	}
}

@media(min-width:1200px) {
	.down-box .pic-resize img {
		max-width: 270px
	}
}

.page-nav {
	bottom: -15px;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: inherit;
	width: fit-content
}

.page-nav a {
	color: #fff;
	font-weight: 200;
	margin: 0 25px 0 25px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: space-around;
	height: 50px
}

.page-nav a:after {
	border-bottom: 8px solid #fff;
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	display: block;
	width: 100%;
	opacity: 0
}

.page-nav a:hover:after {
	opacity: 1
}

.page-nav a.current:after {
	opacity: 1
}

@media(min-width:768px) {
	.page-nav {
		display: flex
	}
}

.aedit-map {
	max-width: 420px;
	margin-right: auto;
	margin-left: auto
}

.editbg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box
}

.editbg .wrap-xs {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:768px) {
	.editbg .wrap-xs {
		width: 65%
	}
}

@media(min-width:1200px) {
	.editbg {
		height: 540px
	}
}

.core ul {
	position: relative;
	text-align: left;
	padding: 5%
}

.core ul:after {
	border-right: 1px solid rgba(255,255,255,0.3);
	content: '';
	position: absolute;
	display: block;
	height: 80%;
	width: 1px;
	right: 0;
	top: 10%;
	opacity: 0
}

.core ul:last-child:after {
	display: none
}

.core ul li {
	font-size: .8125rem;
	opacity: .6
}

.core ul .c-title {
	font-family: "Oswald",sans-serif;
	color: #36b1e9;
	opacity: 1;
	margin-bottom: 10px;
	font-size: 1.25rem
}

@media(min-width:768px) {
	.core ul .c-title {
		font-size: 1.5rem
	}
}

@media(min-width:768px) {
	.core ul {
		padding: 20px
	}

	.core ul:after {
		opacity: 1
	}
}

.af-each {
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.af-each:last-child {
	border: 0;
	margin-bottom: 0
}

@media(min-width:992px) {
	.af-each {
		border: 0;
		padding-bottom: 0;
		margin-bottom: 80px
	}
}

.af-each .af-title {
	color: #72A22D
}

.af-each .co-title {
	font-size: 1.25rem;
	margin-bottom: 10px
}

.af-each .year {
	color: #999
}

.af-each .info {
	font-size: .8125rem
}

.af-each .af-title,.af-each .co-title {
	font-family: "Oswald",sans-serif;
	font-size: 1.25rem;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.af-each .af-title,.af-each .co-title {
		font-size: 1.5rem
	}
}

.af-each .des,.af-each .year,.af-each .info {
	font-weight: 200
}

.af-each .box ul {
	margin-bottom: 20px
}

.af-each .box ul:last-child {
	margin-bottom: 0
}

.af-each .box ul:first-child {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.af-each .box ul {
		margin-bottom: 40px
	}

	.af-each .box ul:first-child {
		margin-bottom: 40px
	}
}

.af-each .box:first-child:before {
	right: 0;
	content: '';
	position: absolute;
	top: 0;
	border-right: 1px solid #e0e0e0;
	width: 1px;
	height: 100%;
	opacity: 0
}

@media(min-width:992px) {
	.af-each .box:first-child {
		padding-right: 40px
	}

	.af-each .box:first-child:before {
		opacity: 1
	}
}

.af-each .box:first-child ul {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.af-each .box:first-child ul:first-child {
		margin-bottom: 0
	}
}

@media(min-width:992px) {
	.af-each .box:last-child {
		padding-left: 40px
	}
}

@media(min-width:992px) {
	.af-each .box:last-child ul:last-child {
		margin-bottom: 0
	}
}

.office .o-title {
	font-size: 1.375rem;
	font-family: "Oswald",sans-serif;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.office .o-title {
		font-size: 1.5rem;
		padding-bottom: 20px;
		margin-bottom: 20px
	}
}

.office .add {
	font-weight: 200;
	margin-bottom: 20px
}

.office .tel {
	color: #999
}

.office .no {
	font-size: 1.5rem;
	font-family: "Oswald",sans-serif
}

.office ul {
	margin-bottom: 50px
}

@media(min-width:768px) {
	.office ul {
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 0
	}
}

.office li {
	margin-bottom: 5px
}

.office span {
	vertical-align: top;
	display: inline-block
}

.office span:first-child {
	margin-right: 10px
}

.office a {
	font-weight: 200
}

.mark-ovbox a {
	margin-bottom: 20px;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:576px) {
	.mark-ovbox a {
		padding-left: 10px;
		padding-right: 10px
	}

	.mark-ovbox a:nth-of-type(1),.mark-ovbox a:nth-of-type(2) {
		margin-bottom: 50px
	}
}

@media(min-width:992px) {
	.mark-ovbox a:nth-of-type(1),.mark-ovbox a:nth-of-type(2) {
		margin-bottom: 0
	}
}

.mark-ovbox a h4 {
	font-family: "Oswald",sans-serif;
	color: #222;
	margin-bottom: 10px
}

.mark-ovbox a .des {
	color: #999;
	font-size: .8125rem;
	line-height: 165%;
	margin-bottom: 10px
}

.mark-ovbox a .more {
	position: relative;
	color: #72A22D;
	padding-right: 20px;
	font-size: .8125rem;
	display: inline-block
}

.mark-ovbox a .more:after {
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	display: block;
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -250px -75px;
	background-repeat: no-repeat
}

.mark-ovbox a:hover {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	transform: translate(5px,-5px);
	-webkit-transform: translate(5px,-5px);
	-moz-transform: translate(5px,-5px);
	-o-transform: translate(5px,-5px);
	-ms-transform: translate(5px,-5px)
}

.mark-ovbox a .pic-resize img {
	width: 100%
}

.why-box ul {
	padding: 13px 30px;
	background-color: #f0f0f0;
	min-height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	border-bottom: 1px solid #fff
}

.why-box li {
	color: #666;
	font-weight: 200
}

.why-box li.no {
	font-size: 1.5rem;
	font-family: "Oswald",sans-serif;
	color: #222;
	font-weight: normal;
	padding-right: 20px;
	float: left
}

.mem-login {
	background-image: url(../img/marketing/login-nbg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 10%;
	color: #fff;
	margin-bottom: 50px
}

@media(min-width:768px) {
	.mem-login {
		padding: 40px 0
	}
}

@media(min-width:1200px) {
	.mem-login {
		min-height: 350px;
		padding: 40px 20px
	}
}

.mem-login .box:first-child {
	padding-bottom: 50px
}

@media(min-width:768px) {
	.mem-login .box {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px
	}

	.mem-login .box:first-child {
		border-bottom: 0;
		border-right: 1px solid rgba(255,255,255,0.2)
	}
}

.mem-login h4 {
	margin-bottom: 20px;
	color: #fff;
	font-family: "Oswald",sans-serif
}

.mem-login li {
	margin-bottom: 10px
}

.mem-login input {
	color: #666;
	height: 30px;
	width: 100%;
	padding-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 0;
	font-size: .8125rem;
	font-weight: 200;
	font-family: "Open Sans",sans-serif
}

.mem-login input:active,.mem-login input:focus {
	border: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.mem-login input {
		height: 40px;
		margin-bottom: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 16px;
		font-weight: 200
	}
}

@media(min-width:992px) {
	.mem-login input {
		max-width: 300px;
		font-weight: 200;
		font-size: .875rem
	}
}

.mem-login span {
	vertical-align: top;
	display: inline-block
}

.mem-login span:nth-of-type(2) {
	width: 85%
}

@media(min-width:576px) {
	.mem-login span:nth-of-type(2) {
		width: 90%
	}
}

.mem-login .no {
	font-family: "Oswald",sans-serif;
	font-weight: normal;
	padding-right: 15px;
	font-size: 1.5rem;
	display: inline-block
}

.mem-login a {
	font-size: .8125rem;
	color: #fff;
	display: inline-block;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.mem-login a.arrow {
	position: relative;
	padding-right: 25px
}

.mem-login a.arrow:after {
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -275px -75px;
	background-repeat: no-repeat
}

.mem-login a:hover {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	transform: translate(5px,-5px);
	-webkit-transform: translate(5px,-5px);
	-moz-transform: translate(5px,-5px);
	-o-transform: translate(5px,-5px);
	-ms-transform: translate(5px,-5px)
}

.mem-login a.white {
	color: #72A22D;
	font-size: .8125rem;
	margin-top: 15px
}

.mem-login a.white:hover {
	background-color: #36b1e9;
	color: #fff;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0)
}

@media(min-width:992px) {
	.mem-login a.white {
		width: 190px
	}
}

.mem-login li {
	font-weight: 200;
	overflow: hidden
}

.mem-login li:nth-of-type(4) {
	margin-bottom: 0
}

.coil-login {
	background-image: url(../img/marketing/loginbg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 10%;
	color: #fff;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.coil-login {
		padding: 40px 0;
		margin-bottom: 20px;
		height: 310px
	}
}

@media(min-width:992px) {
	.coil-login {
		margin-bottom: 30px
	}
}

@media(min-width:1200px) {
	.coil-login {
		height: 350px;
		padding: 40px 20px;
		margin-bottom: 50px
	}
}

.coil-login .box:first-child {
	padding-bottom: 30px
}

@media(min-width:992px) {
	.coil-login .box:first-child {
		padding-bottom: 0
	}
}

@media(min-width:768px) {
	.coil-login .box {
		padding-left: 40px;
		padding-right: 40px
	}

	.coil-login .box:first-child {
		border-bottom: 0;
		border-right: 1px solid rgba(255,255,255,0.2)
	}
}

.coil-login h4 {
	margin-bottom: 20px;
	color: #fff;
	font-family: "Oswald",sans-serif
}

.coil-login li {
	margin-bottom: 10px
}

.coil-login input {
	color: #666;
	height: 30px;
	width: 100%;
	padding-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 0;
	font-size: .8125rem;
	font-weight: 200;
	font-family: "Open Sans",sans-serif
}

.coil-login input:active,.coil-login input:focus {
	border: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.coil-login input {
		height: 40px;
		margin-bottom: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 16px;
		font-weight: 200
	}
}

@media(min-width:992px) {
	.coil-login input {
		max-width: 300px;
		font-weight: 200;
		font-size: .875rem
	}
}

.coil-login span {
	vertical-align: top;
	display: inline-block
}

.coil-login span:nth-of-type(2) {
	width: 85%
}

@media(min-width:576px) {
	.coil-login span:nth-of-type(2) {
		width: 90%
	}
}

.coil-login .no {
	font-family: "Oswald",sans-serif;
	font-weight: normal;
	padding-right: 15px;
	font-size: 1.5rem;
	display: inline-block
}

.coil-login a {
	font-size: .8125rem;
	color: #fff;
	display: inline-block;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.coil-login a.arrow {
	position: relative;
	padding-right: 25px
}

.coil-login a.arrow:after {
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -275px -75px;
	background-repeat: no-repeat
}

.coil-login a:hover {
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear;
	transform: translate(5px,-5px);
	-webkit-transform: translate(5px,-5px);
	-moz-transform: translate(5px,-5px);
	-o-transform: translate(5px,-5px);
	-ms-transform: translate(5px,-5px)
}

.coil-login a.white {
	color: #72A22D;
	font-size: .8125rem
}

.coil-login a.white:hover {
	background-color: #36b1e9;
	color: #fff;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0)
}

@media(min-width:992px) {
	.coil-login a.white {
		width: 190px
	}
}

.coil-login li {
	font-weight: 200;
	overflow: hidden
}

.coil-login li:nth-of-type(4) {
	margin-bottom: 0
}

.coil-login .notice-msg {
	display: none
}

.coil-login .error input {
	opacity: .5
}

.coil-login .error input:focus {
	opacity: 1
}

.coil-login .error input [placeholder] {
	color: #fff
}

.coil-login .error .notice-msg {
	display: inline-block;
	font-weight: 200;
	font-size: .8125rem;
	font-family: "Open Sans",sans-serif;
	line-height: 165%;
	margin-top: 10px
}

.for-box {
	background: #1365ae;
	padding: 10%
}

@media(min-width:576px) {
	.for-box {
		padding: 30px
	}
}

.for-box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch
}

.for-box li {
	display: flex;
	position: relative
}

.for-box li:nth-of-type(1) {
	flex: 2
}

.for-box li:nth-of-type(2) {
	flex: 3
}

.for-box li:nth-of-type(3) {
	flex: 1
}

.for-box input {
	color: #666;
	height: 30px;
	width: 100%;
	padding-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 0;
	font-size: .8125rem;
	font-weight: 200;
	font-family: "Open Sans",sans-serif
}

.for-box input:active,.for-box input:focus {
	border: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.for-box input {
		height: 40px;
		margin-bottom: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 16px;
		font-weight: 200
	}
}

@media(min-width:992px) {
	.for-box input {
		font-weight: 200
	}
}

.for-box .white {
	width: 100%;
	color: #72A22D;
	font-size: .8125rem
}

.for-box .white:hover {
	background-color: #36b1e9;
	color: #fff
}

.for-box .notice-msg {
	display: none
}

.for-box .error input {
	opacity: .5
}

.for-box .error input:focus {
	opacity: 1
}

.for-box .error input [placeholder] {
	color: #fff
}

.for-box .error .notice-msg {
	display: inline-block;
	font-weight: 200;
	font-size: .8125rem;
	font-family: "Open Sans",sans-serif;
	line-height: 165%;
	margin-top: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -22px
}

.member-box {
	background-color: #1365ae;
	color: #fff;
	padding: 10%;
	font-weight: 200;
	overflow: hidden
}

@media(min-width:768px) {
	.member-box {
		padding: 50px 30px 80px 30px
	}
}

.member-box input {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	font-family: "Open Sans",sans-serif
}

@media(min-width:768px) {
	.member-box input {
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

.member-box select {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	font-family: "Open Sans",sans-serif
}

.member-box select select::-ms-expand {
	display: none
}

.member-box select option {
	font-weight: 200
}

@media(min-width:768px) {
	.member-box select {
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

.member-box textarea {
	width: 100%;
	height: 120px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0
}

.member-box ul {
	margin-bottom: 20px
}

.member-box .link {
	display: block
}

.member-box .link a {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	color: #36b1e9;
	font-size: .8125rem;
	height: 30px
}

.member-box .link a:hover {
	color: #fff;
	background-color: #36b1e9
}

@media(min-width:768px) {
	.member-box .link a {
		max-width: 190px;
		display: inline-block;
		float: left;
		height: 40px
	}

	.member-box .link a:last-child {
		float: right
	}

	.member-box .link a:first-child {
		margin-right: 30px
	}
}

.contact-box .each {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.contact-box .each {
		margin-bottom: 30px
	}
}

.contact-box .each h4 {
	font-family: 1.5rem;
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.contact-box .each h4 {
		margin-bottom: 20px
	}
}

.contact-box .each input,.contact-box .each select {
	color: #666;
	height: 30px;
	width: 100%;
	font-size: .8125rem;
	font-weight: 200;
	padding-left: 20px;
	font-weight: 200;
	font-family: "Open Sans",sans-serif;
	border: 1px solid #e0e0e0
}

.contact-box .each input:active,.contact-box .each input:focus {
	border: 1px solid #72A22D
}

@media(min-width:768px) {
	.contact-box .each input {
		height: 40px;
		margin-bottom: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 16px
	}
}

.contact-box .each select {
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px
}

.contact-box .each select:active,.contact-box .each select:focus {
	border: 1px solid #72A22D
}

.contact-box .each select select::-ms-expand {
	display: none
}

@media(min-width:768px) {
	.contact-box .each select {
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 16px
	}
}

.contact-box .notice-txt {
	display: none
}

.contact-box li {
	margin-bottom: 10px;
	list-style: none;
	position: relative
}

.contact-box li.error .notice-txt {
	position: absolute;
	right: 0;
	top: -18px;
	color: #fff;
	display: block;
	font-size: .8125rem;
	line-height: 115%;
	background-color: #36b1e9;
	padding: 2px
}

.contact-box li.error .notice-txt:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #36b1e9
}

@media(min-width:992px) {
	.contact-box li {
		padding-left: 5px;
		padding-right: 5px
	}

	.contact-box li.error .notice-txt {
		right: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 2px 10px
	}
}

.contact-box .upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.contact-box .upload-btn-wrapper .btn {
	background-color: #72A22D;
	color: #fff;
	height: 40px;
	border: 0
}

.contact-box .upload-btn-wrapper input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.contact-box .des {
	font-weight: 200;
	margin-bottom: 30px
}

.contact-box .up-box {
	margin-top: 10px
}

.contact-box .up-box input {
	border: 0;
	color: #72A22D;
	padding-left: 10px
}

.contact-box .up-box input:active,.contact-box .up-box input:focus {
	border: 0
}

.contact-box .up-box input[placeholder],.contact-box .up-box [placeholder],.contact-box .up-box *[placeholder] {
	color: #72A22D !important
}

.contact-box .up-box li {
	border-top: 1px solid #e0e0e0;
	padding: 5px;
	position: relative;
	margin-bottom: 0
}

.contact-box .up-box button {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -350px -75px;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer
}

.contact-box textarea {
	height: 160px !important;
	border: 1px solid #e0e0e0;
	width: 100% !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box
}

.contact-box textarea:focus {
	border: 1px solid #72A22D
}

@media(min-width:992px) {
	.contact-box textarea {
		height: 350px !important
	}
}

.contact-box .robot {
	justify-content: space-between
}

.contact-box .robot li {
	padding-left: 15px;
	padding-right: 15px
}

.contact-box .robot .blue {
	width: 100%;
	max-width: 150px
}

@media(min-width:992px) {
	.contact-box .robot .blue {
		height: 40px;
		width: 110px
	}
}

@media(min-width:1200px) {
	.contact-box .robot .blue {
		width: 150px
	}
}

.contact-box .serv-link a {
	color: #666;
	padding-left: 20px;
	display: block;
	position: relative;
	font-size: .8125rem
}

.contact-box .serv-link a:hover {
	color: #72A22D
}

.contact-box .serv-link a:before {
	position: absolute;
	left: -15px;
	top: -10px;
	display: block;
	width: 30px;
	height: 30px;
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -500px -100px;
	background-repeat: no-repeat
}

.cont-result .btn {
	padding-right: 20px;
	padding-left: 20px
}

@media(min-width:768px) {
	.cont-result .btn {
		padding-right: 75px;
		padding-left: 75px
	}
}

.cont-foot {
	padding-top: 20px;
	border-top: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.cont-foot {
		padding-top: 40px
	}
}

.cont-foot .cont-msg h4 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 20px
}

.cont-foot .cont-msg li {
	font-weight: 200;
	margin-bottom: 5px
}

.g-recaptcha {
	display: inline-block
}

.g-recaptcha div {
	margin: 0 auto
}

.gr-box {
	text-align: center
}

@media(min-width:620px) {
	.gr-box {
		text-align: inherit
	}
}

.sub-icon {
	text-align: center
}

@media(min-width:620px) {
	.sub-icon {
		text-align: right
	}
}

.cre-box input {
	padding: 5px 20px
}

.cre-box input,.cre-box select {
	font-family: "Open Sans",sans-serif;
	height: 30px;
	font-weight: 200;
	border: 1px solid #e0e0e0;
	width: 100%;
	color: #666;
	padding-left: 20px
}

@media(min-width:768px) {
	.cre-box input,.cre-box select {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		height: 40px;
		font-size: 16px
	}
}

.cre-box input:focus,.cre-box select:focus {
	border: 1px solid #36b1e9
}

.cre-box select {
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px
}

.cre-box select:active,.cre-box select:focus {
	border: 1px solid #36b1e9
}

.cre-box select select::-ms-expand {
	display: none
}

.cre-box h3 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

.cre-box .tel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	color: #666
}

@media(min-width:576px) {
	.cre-box .tel {
		flex-wrap: nowrap
	}
}

.cre-box .tel li {
	display: flex
}

.cre-box .tel li:nth-of-type(1) {
	flex: 100%
}

@media(min-width:420px) {
	.cre-box .tel li:nth-of-type(1) {
		flex: 10%
	}
}

.cre-box .tel li:nth-of-type(2) {
	flex: 100%
}

.cre-box .tel li:nth-of-type(2) span:nth-of-type(2) input {
	width: 100%
}

@media(min-width:420px) {
	.cre-box .tel li:nth-of-type(2) {
		flex: 40%;
		flex: 40%
	}
}

.cre-box .tel li:nth-of-type(3) {
	flex: 100%
}

@media(min-width:420px) {
	.cre-box .tel li:nth-of-type(3) {
		flex: 50%
	}
}

.cre-box .tel li span {
	margin-left: 5px;
	margin-right: 10px;
	line-height: 40px
}

.cre-box li {
	position: relative;
	list-style: none
}

.cre-box li.error .notice-txt {
	position: absolute;
	right: 0;
	top: -18px;
	color: #fff;
	display: block;
	font-size: .8125rem;
	line-height: 115%;
	background-color: #36b1e9;
	padding: 2px
}

.cre-box li.error .notice-txt:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #36b1e9
}

@media(min-width:992px) {
	.cre-box li {
		padding-left: 5px;
		padding-right: 5px
	}

	.cre-box li.error .notice-txt {
		right: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 2px 10px
	}
}

.cre-box ul {
	margin-bottom: 10px
}

.cre-box .brange {
	width: 100%
}

.cre-box .brange li {
	margin-bottom: 10px
}

.cre-box .brange li.error .notice-txt {
	right: 15px
}

@media(min-width:992px) {
	.cre-box .brange li.error .notice-txt {
		right: 5px
	}
}

.acc-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.acc-box .btn {
	color: #fff;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px
}

.acc-box .btn.gray {
	background-color: #999
}

.acc-box .btn.gray:hover {
	background-color: #36b1e9
}

.acc-box .R-box {
	width: 100%;
	background-color: #f0f0f0;
	padding: 5%;
	box-sizing: border-box
}

@media(min-width:992px) {
	.acc-box .R-box {
		width: 30%;
		margin-right: 4%;
		max-width: 340px;
		order: 1;
		padding: 35px
	}
}

.acc-box .R-box ul {
	margin-bottom: 20px
}

.acc-box .R-box li {
	margin-bottom: 5px;
	font-weight: 200
}

.acc-box .R-box li a {
	color: #666
}

.acc-box .R-box li a:hover {
	color: #72A22D
}

.acc-box .R-box li.error .notice-txt {
	position: absolute;
	right: 0;
	top: -18px;
	color: #fff;
	display: block;
	font-size: .8125rem;
	line-height: 115%;
	background-color: #36b1e9;
	padding: 2px
}

.acc-box .R-box li.error .notice-txt:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #36b1e9
}

@media(min-width:992px) {
	.acc-box .R-box li {
		padding-left: 5px;
		padding-right: 5px
	}

	.acc-box .R-box li.error .notice-txt {
		right: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 2px 10px
	}
}

.acc-box .R-box .btn {
	display: block
}

.acc-box .L-box {
	width: 100%;
	margin-bottom: 20px
}

@media(min-width:992px) {
	.acc-box .L-box {
		width: 66%;
		max-width: 760px;
		order: 2
	}
}

.acc-box .L-box .btn {
	display: inline-block
}

@media(min-width:992px) {
	.acc-box .L-box .btn {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media(min-width:992px) {
	.acc-box {
		flex-wrap: nowrap;
		align-items: flex-start
	}
}

.acc-box h5 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

.join-box input {
	padding: 5px 20px
}

.join-box input,.join-box select {
	font-family: "Open Sans",sans-serif;
	height: 30px;
	font-weight: 200;
	border: 1px solid #e0e0e0;
	width: 100%;
	color: #666;
	padding-left: 10px
}

@media(min-width:768px) {
	.join-box input,.join-box select {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		height: 40px;
		font-size: 16px;
		padding-left: 20px
	}
}

.join-box input:focus,.join-box select:focus {
	border: 1px solid #36b1e9
}

.join-box select {
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px
}

.join-box select:active,.join-box select:focus {
	border: 1px solid #36b1e9
}

.join-box select select::-ms-expand {
	display: none
}

.join-box ul {
	margin-bottom: 10px
}

.join-box h3 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

.join-box .two {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	color: #666
}

.join-box .two li {
	display: flex;
	font-weight: 200;
	position: relative
}

.join-box .two li.error .notice-txt {
	position: absolute;
	right: 0;
	top: -18px;
	color: #fff;
	display: block;
	font-size: .8125rem;
	line-height: 115%;
	background-color: #36b1e9;
	padding: 2px
}

@media(min-width:992px) {
	.join-box .two li {
		padding-left: 5px;
		padding-right: 5px
	}

	.join-box .two li.error .notice-txt {
		right: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 2px 10px
	}
}

.join-box .two li:nth-of-type(1) {
	flex: 50%
}

@media(min-width:992px) {
	.join-box .two li:nth-of-type(1) {
		flex: 32%
	}
}

@media(min-width:1200px) {
	.join-box .two li:nth-of-type(1) {
		flex: 24%
	}
}

.join-box .two li:nth-of-type(2) {
	flex: 50%
}

@media(min-width:768px) {
	.join-box .two li:nth-of-type(2) {
		flex: 68%
	}
}

@media(min-width:1200px) {
	.join-box .two li:nth-of-type(2) {
		flex: 86%
	}
}

.join-box .two li span {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 40px
}

.join-box .three {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	color: #666
}

.join-box .three li {
	display: flex;
	font-weight: 200;
	height: 30px
}

@media(min-width:768px) {
	.join-box .three li {
		height: 40px
	}
}

.join-box .three li:nth-of-type(1) {
	flex: 10%
}

@media(min-width:992px) {
	.join-box .three li:nth-of-type(1) {
		flex: 26%
	}
}

@media(min-width:1200px) {
	.join-box .three li:nth-of-type(1) {
		flex: 17%
	}
}

.join-box .three li:nth-of-type(2) {
	flex: 40%
}

@media(min-width:992px) {
	.join-box .three li:nth-of-type(2) {
		flex: 37%
	}
}

@media(min-width:1200px) {
	.join-box .three li:nth-of-type(2) {
		flex: 41.5%
	}
}

.join-box .three li:nth-of-type(3) {
	flex: 50%
}

@media(min-width:992px) {
	.join-box .three li:nth-of-type(3) {
		flex: 37%
	}
}

@media(min-width:1200px) {
	.join-box .three li:nth-of-type(3) {
		flex: 41.5%
	}
}

.join-box .three li span {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 30px
}

@media(min-width:768px) {
	.join-box .three li span {
		line-height: 40px
	}
}

.join-box .readonly input {
	background-color: #e0e0e0
}

.join-box li {
	position: relative
}

.join-box li.error .notice-txt {
	position: absolute;
	right: 0;
	top: -18px;
	color: #fff;
	display: block;
	font-size: .8125rem;
	line-height: 115%;
	background-color: #36b1e9;
	padding: 2px
}

@media(min-width:992px) {
	.join-box li {
		padding-left: 5px;
		padding-right: 5px
	}

	.join-box li.error .notice-txt {
		right: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 2px 10px
	}
}

.popu-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px
}

@media(min-width:992px) {
	.popu-box {
		align-content: stretch;
		margin-bottom: 40px
	}
}

.popu-box .b-box,.popu-box .s-box {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch
}

.popu-box .b-box h4,.popu-box .s-box h4 {
	font-family: "Oswald",sans-serif;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px
}

.popu-box .s-box {
	color: #fff
}

@media(min-width:992px) {
	.popu-box .s-box {
		width: 30%;
		max-width: 340px;
		padding: 35px
	}
}

@media(min-width:1200px) {
	.popu-box .s-box {
		min-height: 400px;
		width: 340px;
		padding: 40px
	}
}

.popu-box .s-box .n-title {
	font-size: 1.25rem;
	font-family: "Oswald",sans-serif;
	margin: 20px 0
}

.popu-box .s-box .des {
	font-weight: 200
}

.popu-box .s-box .date {
	font-size: .875rem
}

.popu-box .s-box a {
	color: #fff
}

.popu-box .s-box a:hover {
	opacity: .6
}

.popu-box .b-box {
	margin-bottom: 20px;
	box-sizing: border-box
}

@media(min-width:992px) {
	.popu-box .b-box {
		width: 66%;
		max-width: 760px;
		padding: 30px;
		margin-bottom: 0
	}
}

@media(min-width:1200px) {
	.popu-box .b-box {
		padding: 40px;
		min-height: 400px;
		width: 760px
	}
}

.popu-box .b-box i {
	font-size: 1.5rem;
	color: #fff;
	font-family: "Oswald",sans-serif;
	margin-right: 3%;
	max-width: 40px;
	width: 7%
}

.popu-box .b-box span {
	vertical-align: top;
	font-weight: 200;
	display: inline-block;
	width: 90%
}

.popu-box .b-box a {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 9px 0;
	display: block;
	flex-wrap: nowrap
}

.popu-box .b-box a:hover {
	opacity: .6
}

.ninfo-box .b-box,.ninfo-box .s-box {
	width: 100%
}

.ninfo-box .b-box h4,.ninfo-box .s-box h4 {
	font-family: "Oswald",sans-serif;
	padding-bottom: 10px
}

@media(min-width:992px) {
	.ninfo-box {
		display: flex;
		justify-content: space-between
	}
}

.ninfo-box .s-box {
	display: flex;
	flex-direction: column
}

@media(min-width:992px) {
	.ninfo-box .s-box {
		width: 30%;
		max-width: 340px;
		display: inline-block
	}
}

@media(min-width:1200px) {
	.ninfo-box .s-box {
		min-height: 400px;
		width: 340px
	}
}

.ninfo-box .b-box {
	margin-bottom: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column
}

@media(min-width:992px) {
	.ninfo-box .b-box {
		width: 66%;
		max-width: 760px;
		margin-bottom: 0;
		margin-top: 0;
		display: inline-block
	}
}

@media(min-width:1200px) {
	.ninfo-box .b-box {
		min-height: 400px;
		width: 760px
	}
}

.ninfo-box .b-box.n-detail h2 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 20px
}

.ninfo-box .b-box.n-detail .des {
	font-weight: 200
}

.ninfo-box .b-box.n-detail .n-social {
	margin-left: -5px;
	margin-top: 10px
}

.ninfo-box .b-box.n-detail .n-social .fb {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -200px 0;
	background-repeat: no-repeat
}

.ninfo-box .b-box.n-detail .n-social .twitter {
	display: block;
	background-size: auto 200px;
	width: 50px;
	height: 50px;
	background-position: -150px 0;
	background-repeat: no-repeat
}

.ninfo-box .b-box.n-detail .n-social .fb,.ninfo-box .b-box.n-detail .n-social .twitter {
	width: 50px;
	height: 50px;
	display: inline-block
}

.ninfo-box .b-box.n-detail .n-social .fb:hover,.ninfo-box .b-box.n-detail .n-social .twitter:hover {
	opacity: .8;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.ninfo-box .b-box.n-detail .size-box {
	text-align: right;
	padding-top: 10px;
	flex-wrap: nowrap
}

.ninfo-box .b-box.n-detail .size-box span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	color: #999;
	font-weight: bold;
	font-family: "Oswald",sans-serif;
	text-align: center
}

.ninfo-box .b-box.n-detail .size-box span.active {
	color: #72A22D
}

.ninfo-box .b-box.n-detail .size-box span:hover {
	cursor: pointer;
	color: #72A22D
}

.ninfo-box .b-box.n-detail .row {
	justify-content: space-between
}

.ninfo-box .b-box.n-detail .size-24 {
	font-size: 24px;
	line-height: 200%
}

.ninfo-box .b-box.n-detail .size-20 {
	font-size: 20px;
	line-height: 200%
}

.ninfo-box .b-box.n-detail .size-16 {
	font-size: 16px;
	line-height: 200%
}

.ninfo-box .letter-box {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
	margin-bottom: 20px;
	color: #fff;
	order: 1
}

.ninfo-box .letter-box .white {
	color: #72A22D
}

.ninfo-box .letter-box .white:hover {
	background-color: #36b1e9;
	color: #fff
}

@media(min-width:768px) {
	.ninfo-box .letter-box .white {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media(min-width:992px) {
	.ninfo-box .letter-box {
		order: 2;
		margin-top: 40px;
		padding: 30px
	}
}

@media(min-width:1200px) {
	.ninfo-box .letter-box {
		height: 340px;
		padding: 40px
	}
}

.ninfo-box .letter-box .des {
	font-size: .8125rem;
	line-height: 160%;
	margin-bottom: 20px
}

@media(min-width:768px) {
	.ninfo-box .letter-box .des {
		margin-bottom: 30px
	}
}

.ninfo-box .new-subnavi {
	order: 2
}

@media(min-width:992px) {
	.ninfo-box .new-subnavi {
		order: 1
	}
}

.ninfo-box .new-subnavi .app-tab {
	overflow: hidden
}

@media(min-width:768px) {
	.ninfo-box .new-subnavi .app-tab {
		flex-wrap: nowrap;
		flex-direction: row
	}
}

.ninfo-box .new-subnavi ul {
	padding: 5%;
	text-align: center
}

@media(min-width:768px) {
	.ninfo-box .new-subnavi ul {
		padding: 0
	}
}

.ninfo-box .new-subnavi .tabs {
	width: 100%;
	height: 40px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #e0e0e0
}

@media(min-width:768px) {
	.ninfo-box .new-subnavi .tabs {
		height: 60px
	}
}

.ninfo-box .new-subnavi .tabs li {
	overflow: hidden;
	position: relative;
	flex: 1;
	display: flex;
	font-family: "Oswald",sans-serif
}

@media(min-width:768px) {
	.ninfo-box .new-subnavi .tabs li {
		align-items: center;
		height: 100%
	}
}

.ninfo-box .new-subnavi .tabs li a {
	display: block;
	text-decoration: none;
	color: #222;
	width: 100%
}

.ninfo-box .new-subnavi .tabs li:hover,.ninfo-box .new-subnavi .tabs li.active {
	background-color: #f0f0f0;
	height: 100%;
	align-items: center
}

.ninfo-box .new-subnavi .tabs .tab-title {
	font-size: 1.125rem
}

@media(min-width:768px) {
	.ninfo-box .new-subnavi .tabs .tab-title {
		font-size: 1.5rem
	}
}

.ninfo-box .new-subnavi .tab-container {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	background-color: #f0f0f0
}

.ninfo-box .new-subnavi .tab-container select {
	height: 40px;
	color: #999;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	padding-left: 20px;
	display: block
}

@media(min-width:992px) {
	.ninfo-box .new-subnavi .tab-container select {
		display: none
	}
}

.ninfo-box .new-subnavi .tab-container .tab-content {
	padding: 5%
}

@media(min-width:992px) {
	.ninfo-box .new-subnavi .tab-container .tab-content {
		padding: 40px
	}
}

.ninfo-box .new-subnavi .tab-container .tab-content ul {
	padding: 0
}

.ninfo-box .new-subnavi .tab-container .tab-content .flat-box {
	font-weight: 200
}

.ninfo-box .new-subnavi .topic-nav a,.ninfo-box .new-subnavi .region-navi a {
	display: none;
	margin-bottom: 10px;
	color: #222;
	font-weight: 200
}

.ninfo-box .new-subnavi .topic-nav a:hover,.ninfo-box .new-subnavi .topic-nav a.active,.ninfo-box .new-subnavi .region-navi a:hover,.ninfo-box .new-subnavi .region-navi a.active {
	color: #72A22D
}

.ninfo-box .new-subnavi .topic-nav a {
	align-items: center;
	padding: 0
}

@media(min-width:992px) {
	.ninfo-box .new-subnavi .topic-nav a {
		display: flex
	}
}

.ninfo-box .new-subnavi .topic-nav a span {
	display: inline-block
}

.ninfo-box .new-subnavi .topic-nav a img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	filter: brightness(0);
	opacity: .6
}

.ninfo-box .new-subnavi .topic-nav a:hover img,.ninfo-box .new-subnavi .topic-nav a.active img {
	filter: brightness(100%);
	opacity: 1
}

.ninfo-box .new-subnavi .region-navi a {
	padding-left: 20px
}

@media(min-width:992px) {
	.ninfo-box .new-subnavi .region-navi a {
		display: block
	}
}

.ninfo-box .search-tab {
	order: 3;
	margin-top: 20px
}

@media(min-width:992px) {
	.ninfo-box .search-tab {
		order: 1;
		margin-top: 0
	}
}

.ninfo-box .search-tab .tabs {
	width: 100%;
	height: 40px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #e0e0e0
}

@media(min-width:768px) {
	.ninfo-box .search-tab .tabs {
		height: 60px
	}
}

.ninfo-box .search-tab .tabs li {
	overflow: hidden;
	position: relative;
	display: flex;
	font-family: "Oswald",sans-serif;
	text-align: center;
	flex: 1;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

@media(min-width:768px) {
	.ninfo-box .search-tab .tabs li {
		align-items: center;
		height: 100%;
		padding-left: 40px;
		text-align: left;
		flex: 1
	}
}

.ninfo-box .search-tab .tabs li a {
	display: block;
	text-decoration: none;
	color: #222;
	width: 100%
}

.ninfo-box .search-tab .tabs li:hover,.ninfo-box .search-tab .tabs li.active {
	background-color: #72A22D;
	height: 100%;
	align-items: center
}

.ninfo-box .search-tab .tabs li:hover a,.ninfo-box .search-tab .tabs li.active a {
	color: #fff
}

.ninfo-box .search-tab .tabs .tab-title {
	font-size: 16px
}

@media(min-width:576px) {
	.ninfo-box .search-tab .tabs .tab-title {
		font-size: 1.125rem
	}
}

@media(min-width:768px) {
	.ninfo-box .search-tab .tabs .tab-title {
		font-size: 1.5rem
	}
}

.ninfo-box .search-tab #tab4 {
	display: none
}

.ninfo-box .search-tab .tab-container {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	background-color: #72A22D
}

.ninfo-box .search-tab .tab-container input {
	height: 30px;
	color: #666;
	width: 100%;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	padding-left: 20px;
	display: block;
	background-color: #fff;
	border: 0
}

@media(min-width:992px) {
	.ninfo-box .search-tab .tab-container input {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		height: 40px
	}
}

.ninfo-box .search-tab .tab-container select {
	color: #666;
	height: 30px;
	border: 0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.ninfo-box .search-tab .tab-container select select::-ms-expand {
	display: none
}

.ninfo-box .search-tab .tab-container select option {
	font-weight: 200
}

@media(min-width:992px) {
	.ninfo-box .search-tab .tab-container select {
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

.ninfo-box .search-tab .tab-container .tab-content {
	padding: 5%
}

@media(min-width:992px) {
	.ninfo-box .search-tab .tab-container .tab-content {
		padding: 20px 40px 30px 40px
	}
}

@media(min-width:992px) {
	.ninfo-box .search-tab .tab-container .tab-content ul {
		padding: 0
	}
}

.ninfo-box .search-tab .tab-container .tab-content ul.range {
	margin-bottom: 10px
}

@media(min-width:992px) {
	.ninfo-box .search-tab .tab-container .tab-content ul.range {
		padding-left: 5px;
		padding-right: 5px
	}
}

.ninfo-box .search-tab .tab-container .tab-content .flat-box {
	font-weight: 200
}

.ninfo-box .search-tab .tab-container .mirrow {
	position: relative;
	display: block
}

.ninfo-box .search-tab .tab-container .go {
	display: block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -150px -50px;
	background-repeat: no-repeat;
	top: -2px;
	display: block;
	right: 5px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 3px
}

@media(min-width:768px) {
	.ninfo-box .search-tab .tab-container .go {
		right: 10px;
		top: 8px
	}
}

.ninfo-box .search-tab .tab-container .btn {
	display: block;
	color: #72A22D;
	height: 30px
}

@media(min-width:768px) {
	.ninfo-box .search-tab .tab-container .btn {
		height: 40px
	}
}

.ninfo-box .search-tab .tab-container .btn:hover {
	background-color: #36b1e9;
	color: #fff
}

.article-box {
	margin-top: 20px;
	order: 1
}

@media(min-width:768px) {
	.article-box {
		margin-top: 40px
	}
}

@media(min-width:992px) {
	.article-box {
		order: 2
	}
}

.article-box .each {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0
}

.article-box .each:first-child {
	border-top: 1px solid #e0e0e0
}

.article-box .each:hover {
	background: #f9f9f9;
	cursor: pointer
}

.article-box .each a {
	width: 90%;
	color: #222;
	display: block;
	line-height: 125%
}

.article-box .each a,.article-box .each .sort,.article-box .each .date {
	font-weight: 200;
	font-family: "Open Sans",sans-serif
}

.article-box .each .sort {
	color: #72A22D;
	font-size: .8125rem
}

.article-box .each .date {
	text-align: right;
	font-size: .8125rem
}

.article-box .each ul {
	display: flex
}

.article-box .each li {
	flex: 1
}

.article-box .each .ckbox {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px
}

@media(min-width:768px) {
	.article-box .each .ckbox {
		top: 5px
	}
}

.news-page {
	order: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px
}

.news-page .check {
	display: inline-block;
	width: inherit;
	position: relative;
	top: 10px
}

@media(min-width:768px) {
	.news-page {
		flex-direction: row;
		flex-wrap: nowrap
	}

	.news-page .check {
		text-align: right
	}
}

@media(min-width:992px) {
	.news-page {
		order: 3
	}
}

.data-box {
	justify-content: space-between;
	display: flex;
	flex-direction: column
}

@media(min-width:992px) {
	.data-box {
		flex-wrap: nowrap;
		flex-direction: row
	}
}

.data-box .each {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px
}

@media(min-width:992px) {
	.data-box .each {
		width: 32%;
		max-width: 350px
	}
}

.data-box h4 {
	font-family: "Oswald",sans-serif;
	height: 40px;
	background-color: #72A22D;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 1.125rem
}

@media(min-width:768px) {
	.data-box h4 {
		font-size: 1.25rem
	}
}

@media(min-width:992px) {
	.data-box h4 {
		font-size: 1.5rem;
		height: 60px;
		line-height: 60px
	}
}

.data-box .grayBg {
	background-color: #f9f9f9;
	padding: 0 5%
}

@media(min-width:992px) {
	.data-box .grayBg {
		padding: 0 25px
	}
}

@media(min-width:992px) {
	.data-box .lme {
		min-height: 330px
	}
}

.data-box .lme li {
	flex: 1;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 200;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 120%
}

.data-box .lme ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 10px;
	align-items: center;
	justify-content: center
}

.data-box .lme ul:last-child {
	border-bottom: 0
}

.data-box .lme ul.L-header {
	height: 100px
}

.data-box .lme ul.L-header li {
	font-family: "Oswald",sans-serif;
	color: #72A22D;
	font-weight: bold
}

.data-box .lme ul.slides li {
	flex: inherit;
	font-size: .8125rem
}

.data-box .lme ul.slides li a {
	color: #999;
	margin-right: 15px
}

.data-box .lme ul.slides li a img {
	height: 8px;
	width: 8px;
	margin-right: 7px;
	float: left;
	margin-top: 3px
}

.data-box .lme ul.slides li:nth-of-type(1) a img {
	background-color: #72A22D
}

.data-box .lme ul.slides li:nth-of-type(1) a:hover {
	color: #72A22D
}

.data-box .lme ul.slides li:nth-of-type(1).active a {
	color: #72A22D
}

.data-box .lme ul.slides li:nth-of-type(2) a img {
	background-color: #d26969
}

.data-box .lme ul.slides li:nth-of-type(2) a:hover {
	color: #d26969
}

.data-box .lme ul.slides li:nth-of-type(2).active a {
	color: #d26969
}

.data-box .lme ul.slides li:nth-of-type(3) a img {
	background-color: #96b27d
}

.data-box .lme ul.slides li:nth-of-type(3) a:hover {
	color: #96b27d
}

.data-box .lme ul.slides li:nth-of-type(3).active a {
	color: #96b27d
}

.data-box .lme ul.slides li:nth-of-type(4) a img {
	background-color: #e2ad5b
}

.data-box .lme ul.slides li:nth-of-type(4) a:hover {
	color: #e2ad5b
}

.data-box .lme ul.slides li:nth-of-type(4).active a {
	color: #e2ad5b
}

.data-box .lme span {
	line-height: 110%
}

.data-box .more {
	padding-right: 0;
	font-size: .8125rem;
	color: #72A22D;
	position: relative;
	padding-right: 20px
}

.data-box .more:after {
	content: '';
	position: absolute;
	display: inline-block;
	background-size: auto 120px;
	width: 30px;
	height: 30px;
	background-position: -300px -90px;
	background-repeat: no-repeat;
	display: inline-block;
	right: -5px;
	top: -5px
}

.letter-sign {
	background-color: #fff;
	padding: 10%;
	text-align: center;
	box-sizing: border-box
}

.letter-sign h2 {
	font-family: "Oswald",sans-serif;
	text-align: left;
	margin-bottom: 20px
}

.letter-sign li {
	margin-bottom: 10px
}

@media(min-width:768px) {
	.letter-sign li {
		padding-left: 5px;
		padding-right: 5px
	}
}

.letter-sign input {
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 8px 20px;
	color: #666;
	font-size: .875rem;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	height: 30px
}

@media(min-width:768px) {
	.letter-sign input {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		height: 40px
	}
}

.letter-sign select {
	color: #666;
	height: 30px;
	border: 1px solid #e0e0e0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.letter-sign select select::-ms-expand {
	display: none
}

.letter-sign select option {
	font-weight: 200
}

@media(min-width:992px) {
	.letter-sign select {
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

@media(min-width:992px) {
	.letter-sign {
		width: 90%;
		padding: 40px 90px
	}
}

@media(min-width:1200px) {
	.letter-sign {
		width: 720px;
		height: 480px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin-left: -360px;
		margin-top: -240px
	}
}

.letter-sign .btn {
	height: 30px
}

@media(min-width:768px) {
	.letter-sign .btn {
		padding-left: 40px;
		padding-right: 40px;
		height: 40px;
		display: block
	}
}

.letter-sign p {
	font-weight: 200;
	text-align: left;
	margin-bottom: 20px
}

@media(min-width:768px) {
	.letter-sign p {
		margin-bottom: 50px
	}
}

.letter-sign .e-close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.letter-sign .e-close:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	display: inline-block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -120px -120px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-color: #72A22D
}

.letter-sign .e-close:hover:before {
	background-color: #36b1e9
}

.late-news {
	background-image: url(../img/news/dtl-newbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5%;
	margin-top: 5%
}

@media(min-width:768px) {
	.late-news {
		padding: 30px;
		margin-top: 30px
	}
}

@media(min-width:1200px) {
	.late-news {
		padding: 40px;
		margin-top: 40px
	}
}

.late-news h4 {
	color: #fff;
	font-family: "Oswald",sans-serif;
	border-bottom: rgba(255,255,255,0.2);
	margin-bottom: 15px
}

.late-news .n-title {
	color: #fff;
	font-weight: 200
}

.late-news a {
	color: #fff;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 6px 10px;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.late-news a .date,.late-news a .sort {
	opacity: .4;
	font-size: .8125rem
}

.late-news a:nth-of-type(1) {
	border-top: 1px solid rgba(255,255,255,0.2)
}

.late-news a:hover {
	background-color: rgba(255,255,255,0.1)
}

.late-news ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between
}

.steel-box .all-box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

@media(min-width:992px) {
	.steel-box .all-box {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

.steel-box .s-title {
	background-color: #1365ae;
	color: #fff;
	font-family: "Oswald",sans-serif;
	padding: 10px 0 10px 30px;
	min-height: 40px;
	box-sizing: border-box
}

@media(min-width:992px) {
	.steel-box .s-title {
		font-size: 1.25rem;
		min-height: 60px;
		padding: 15px 10px;
		text-align: center
	}
}

@media(min-width:992px) {
	.steel-box .s-title {
		font-size: 1.5rem
	}
}

.steel-box li {
	padding: 10px 30px;
	font-weight: 200;
	min-height: 40px;
	justify-content: center;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0
}

.steel-box li:nth-of-type(1) {
	background-color: #72A22D;
	flex-direction: column;
	color: #fff;
	border-left: 0;
	border-right: 0
}

@media(min-width:992px) {
	.steel-box li:nth-of-type(1) {
		align-items: center;
		background-color: transparent;
		border-left: 0;
		color: #222;
		border-right: 1px solid #e0e0e0
	}
}

@media(min-width:460px) and (max-width:992px) {
	.steel-box li {
		height: 40px
	}
}

@media(min-width:992px) {
	.steel-box li {
		text-align: center;
		border-left: 0;
		padding: 10px;
		min-height: 70px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.steel-box li span:first-child {
		display: none
	}
}

@media(min-width:1200px) {
	.steel-box li {
		min-height: 60px
	}
}

.steel-box ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%
}

.steel-box ul:nth-of-type(1) {
	color: #fff;
	display: none
}

@media(min-width:992px) {
	.steel-box ul:nth-of-type(1) {
		background-color: #72A22D;
		display: flex
	}
}

.steel-box ul:nth-of-type(1) li {
	border-bottom: 1px solid #36b1e9
}

.steel-box ul:nth-of-type(1) li:first-child {
	color: #fff
}

.steel-box ul:nth-of-type(1) li:last-child {
	border: 0
}

@media(min-width:992px) {
	.steel-box ul:nth-of-type(1) li {
		border-right: 0
	}
}

@media(min-width:992px) {
	.steel-box ul {
		flex: 1
	}
}

.steel-box .up .arrow,.steel-box .down .arrow {
	position: relative;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px
}

.steel-box .up .arrow:before,.steel-box .down .arrow:before {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	left: -5px;
	top: -10px
}

.steel-box .up {
	color: #ec412e
}

.steel-box .up .arrow:before {
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -300px -75px;
	background-repeat: no-repeat
}

.steel-box .down {
	color: #00af74
}

.steel-box .down .arrow:before {
	display: inline-block;
	background-size: auto 100px;
	width: 25px;
	height: 25px;
	background-position: -300px -50px;
	background-repeat: no-repeat
}

.steel-box .name {
	color: #222;
	display: block
}

@media(min-width:420px) {
	.steel-box .name {
		width: 50%;
		display: inline-block
	}
}

.steel-box.smm ul:nth-of-type(1) {
	display: flex;
	background-color: #fff
}

.steel-box.smm ul:nth-of-type(1) li {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0
}

.steel-box.smm ul:nth-of-type(1) li:first-child {
	border-left: 0;
	border-right: 0
}

@media(min-width:992px) {
	.steel-box.smm ul:nth-of-type(1) li:first-child {
		border-left: 3px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		color: #222
	}
}

@media(min-width:992px) {
	.steel-box.smm ul:nth-of-type(1) li {
		border-bottom: 1px solid #e0e0e0;
		border-left: 3px solid #e0e0e0;
		border-right: 1px solid #e0e0e0
	}
}

.steel-box.smm .s-title {
	border-left: 0
}

@media(min-width:992px) {
	.steel-box.smm .s-title {
		border-left: 3px solid #4382b9;
		font-size: 1.25rem
	}
}

@media(min-width:1200px) {
	.steel-box.smm .s-title {
		font-size: 1.5rem
	}
}

.metal-box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

@media(min-width:992px) {
	.metal-box {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

.metal-box h4 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.metal-box h4 {
		margin-bottom: 20px
	}
}

.metal-box select {
	color: #666;
	height: 30px;
	border: 1px solid #e0e0e0;
	width: 100%;
	padding-left: 20px;
	background: url(../img/service/select-arrow.png) no-repeat scroll calc(100% - 15px) center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	margin-bottom: 10px
}

.metal-box select select::-ms-expand {
	display: none
}

.metal-box select option {
	font-weight: 200
}

@media(min-width:992px) {
	.metal-box select {
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px
	}
}

.metal-box .s-box {
	background-color: #f9f9f9;
	padding: 5%;
	margin-bottom: 5%
}

@media(min-width:768px) {
	.metal-box .s-box {
		padding: 30px;
		margin-bottom: 20px
	}
}

@media(min-width:992px) {
	.metal-box .s-box {
		width: 30%;
		max-width: 350px;
		margin-bottom: 0
	}
}

@media(min-width:1200px) {
	.metal-box .s-box {
		width: 350px;
		padding: 40px
	}
}

@media(min-width:992px) {
	.metal-box .b-box {
		width: 65%;
		max-width: 745px;
		margin-left: 5%
	}
}

@media(min-width:1200px) {
	.metal-box .b-box {
		width: 745px;
		margin-left: 45px
	}
}

.metal-box .chart {
	margin-bottom: 50px
}

.metal-box .chart .tabs {
	margin-bottom: 20px
}

.metal-box .chart a {
	border: 1px solid #e0e0e0;
	display: inline-block;
	width: 140px;
	color: #72A22D;
	text-align: center;
	padding: 5px 10px;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

@media(min-width:768px) {
	.metal-box .chart a {
		padding: 5px 10px
	}
}

.metal-box .chart li {
	display: inline-block
}

.metal-box .chart li.active a,.metal-box .chart li:hover a {
	background-color: #72A22D;
	border: 1px solid #72A22D;
	color: #fff;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.metal-box .chart .metal-list ul:first-child {
	background-color: #72A22D
}

.metal-box .chart .metal-list ul:first-child li {
	border-bottom: 1px solid #47a8ff;
	color: #fff
}

.metal-box .chart .metal-list ul:first-child li:hover {
	background-color: transparent
}

.metal-box .chart .metal-list ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.metal-box .chart .metal-list ul li:hover {
	background-color: #f9f9f9;
	-webkit-transition: All .2s linear;
	-moz-transition: All .2s linear;
	-o-transition: All .2s linear;
	transition: All .2s linear
}

.metal-box .chart .metal-list ul span {
	display: flex
}

.raw-box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 30px
}

@media(min-width:992px) {
	.raw-box {
		flex-direction: row;
		flex-wrap: nowrap;
		margin-top: 50px
	}
}

.raw-box h4 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 10px;
	position: relative
}

@media(min-width:768px) {
	.raw-box h4 {
		margin-bottom: 20px
	}
}

.raw-box .b-box a {
	color: #222;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 10px;
	display: block
}

.raw-box .b-box a:hover {
	background-color: #f9f9f9
}

.raw-box .b-box a:nth-of-type(1) {
	border-top: 1px solid #e0e0e0
}

.raw-box .b-box ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

@media(min-width:576px) {
	.raw-box .b-box ul {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

.raw-box .b-box li {
	font-weight: 200;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

.raw-box .b-box li:nth-of-type(1) {
	font-size: 1.125rem;
	flex: 3
}

.raw-box .b-box li:nth-of-type(2) {
	font-size: .8125rem;
	flex: 1
}

@media(min-width:768px) {
	.raw-box .b-box li:nth-of-type(2) {
		text-align: right
	}
}

@media(min-width:992px) {
	.raw-box .b-box {
		width: 65%;
		max-width: 745px;
		margin-right: 5%
	}
}

@media(min-width:1200px) {
	.raw-box .b-box {
		width: 745px;
		margin-right: 45px
	}
}

.raw-box .b-box .more {
	padding-right: 0;
	font-size: .8125rem;
	color: #72A22D;
	position: absolute;
	padding-right: 20px;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	right: 0;
	top: 10px
}

.raw-box .b-box .more:after {
	content: '';
	position: absolute;
	display: inline-block;
	background-size: auto 120px;
	width: 30px;
	height: 30px;
	background-position: -300px -90px;
	background-repeat: no-repeat;
	display: inline-block;
	right: -5px;
	top: 0
}

.raw-box .b-box .more a {
	padding: 0;
	border: 0;
	color: #72A22D
}

.raw-box .b-box .more a:hover {
	background-color: transparent;
	color: #72A22D
}

.raw-box .s-box {
	margin-bottom: 20px;
	background: #f9f9f9
}

@media(min-width:992px) {
	.raw-box .s-box {
		width: 30%;
		max-width: 350px
	}
}

@media(min-width:1200px) {
	.raw-box .s-box {
		width: 350px
	}
}

.raw-box .rate {
	background-color: #72A22D;
	color: #fff;
	padding: 5%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}

@media(min-width:576px) {
	.raw-box .rate {
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: stretch;
		justify-content: space-between
	}
}

.raw-box .rate ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center
}

.raw-box .rate li {
	display: block
}

@media(min-width:768px) {
	.raw-box .rate {
		padding: 12px 20px;
		box-sizing: border-box
	}
}

.raw-box .rate .des {
	font-size: .8125rem
}

.raw-box .rate .date {
	font-family: "Oswald",sans-serif
}

.raw-box .rate .r-title {
	font-size: 1.25rem;
	font-family: "Oswald",sans-serif
}

@media(min-width:768px) {
	.raw-box .rate .r-title {
		font-size: 1.5rem
	}
}

.raw-box .exchange {
	padding: 5%
}

@media(min-width:768px) {
	.raw-box .exchange {
		padding: 5px 25px
	}
}

.raw-box .exchange ul {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	justify-content: space-between;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row
}

.raw-box .exchange ul:last-child {
	border: 0
}

.raw-box .exchange li {
	text-align: center;
	flex: 1
}

.raw-box .exchange li:nth-of-type(1) {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 200
}

.raw-box .exchange li:nth-of-type(2) {
	color: #e51e1e
}

.raw-box .exchange .standard {
	font-family: "Oswald",sans-serif
}

.disclaimer {
	padding: 5%;
	background-color: #1365ae;
	color: #fff
}

@media(min-width:768px) {
	.disclaimer {
		padding: 30px;
		margin-top: 30px
	}
}

@media(min-width:1200px) {
	.disclaimer {
		padding: 40px;
		margin-top: 40px
	}
}

.disclaimer h4 {
	font-family: "Oswald",sans-serif;
	margin-bottom: 15px
}

.disclaimer ul {
	font-weight: lighter
}

.lme-date {
	font-size: 1.25rem;
	font-weight: normal;
	margin-left: 20px;
	display: inline-block;
	list-style: 120%
}



.pagebody {
	background: #FFFFFF;
	overflow: hidden;
	padding: 0 0 60px 0;
}
.pagebody .pagebody-inner{
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
}
@media (max-width: 1370px) {.pagebody .pagebody-inner{width: 100%;max-width: 100%;padding: 0 15px;}}

.pagebody h2 {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 15px 0;
}
@media (max-width: 480px) {.pagebody h2{font-size: 1.3rem;text-align: center;}}

.pagebody h3 {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 15px 0;
}
@media (max-width: 480px) {.pagebody h3{font-size: 1.1rem;text-align: center;}}

.pagebody .index-title h3 {
	font-size: 1.75rem;
	font-weight: 600;
	padding: 15px 0;
}

.pagebody p {
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 20px;
	margin: 0;
}
.pagebody img {
	max-width: 100%;
}
.pagebody ol {
	margin: 0 20px;
}
.pagebody ol li {
	list-style-type:decimal;
}
  /* -------------------------------------------
     Index
  ---------------------------------------------*/


.hero {
	padding-top: 127px;
	margin-top: -77px;
}
@media (max-width: 1369px) {.hero{padding-top: 77px;}}

.index-products {
	overflow: hidden;
	padding: 100px 0;
}
@media (max-width: 991px) {.index-products{padding: 30px 0;}}

.index-products .index-products-inner{
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
	display: flex;
}
@media (max-width: 1370px) {.index-products .index-products-inner{width: 100%;max-width: 100%;padding: 0 15px;}}
@media (max-width: 991px) {.index-products .index-products-inner{display: block;}}

.index-products .index-products-inner .index-products-right {
	float: right;
	width: 50%;
}
@media (max-width: 991px) {.index-products .index-products-inner .index-products-right{float: none;width: 100%;margin: 30px 0 0 0;}}

.index-products .index-products-inner .index-products-right ul li {
	float: left;
	width: 33.33%;
	padding: 10px;
}
.index-products .index-products-inner .index-products-right ul li a {
	display: block;
	/* background: #333333; */
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	/* padding: 70px 0; */
	/* border-radius: 10px; */
	border: 1px solid #dddddd;
}
.index-products .index-products-inner .index-products-left {
	float: left;
	width: 50%;
	padding-right: 5%;
}
@media (max-width: 991px) {.index-products .index-products-inner .index-products-left{float: none;width: 100%;padding-left: 0;}}

.index-products .index-products-inner .index-products-left .index-products-left-img{
	padding-bottom: 20px;
}

.index-products .index-products-inner .index-products-left .index-products-left-img img{
	width: 100%;
	border-bottom: 3px solid #72A22D;
}

.index-products .index-products-inner .index-products-left .index-products-left-title {
	font-size: 2rem;
	font-weight: 600;
	/* text-transform: uppercase; */
	padding-bottom: 25px;
}
@media (max-width: 1370px) {.index-products .index-products-inner .index-products-left .index-products-left-title{font-size: 1.6rem;text-align: center}}
@media (max-width: 991px) {.index-products .index-products-inner .index-products-left .index-products-left-title{font-size: 1.4rem;text-align: center}}

.index-products .index-products-inner .index-products-left .index-products-left-des {
	width: 90%;
	padding-bottom: 25px;
}
@media (max-width: 991px) {.index-products .index-products-inner .index-products-left .index-products-left-des{float: none;width: 100%;padding: 0 0 15px;text-align: center;}}

.index-products .index-products-inner .index-products-left .index-products-left-more {
}
@media (max-width: 991px) {.index-products .index-products-inner .index-products-left .index-products-left-more{float: none;width: 100%;text-align: center;}}

.index-products .index-products-inner .index-products-left .index-products-left-more a {
	background: #72A22D;
	padding: 10px 30px;
	color: #ffffff;
	display: inline-block;
	border-radius: 20px;
}
.index-products .index-products-inner .index-products-left .index-products-left-more a:hover {
}
.index-products .index-products-inner .index-products-left .index-products-left-list{
}
.index-products .index-products-inner .index-products-left .index-products-left-list ul {
	margin: 0 -25px;
}
@media (max-width: 640px) {.index-products .index-products-inner .index-products-left .index-products-left-list ul{margin: 0 -15px;}}

.index-products .index-products-inner .index-products-left .index-products-left-list li {
	padding: 0 30px;
}
@media (max-width: 640px) {.index-products .index-products-inner .index-products-right .index-products-right-list ul li{padding: 0 15px;}}
@media (max-width: 480px) {.index-products .index-products-inner .index-products-right .index-products-right-list ul li{width: 100%;padding: 0 15px;}}

.index-products .index-products-inner .index-products-right .index-products-right-list ul li a{
}
.index-products .index-products-inner .index-products-right .index-products-right-list .index-products-right-list-img {
	padding: 15px;
	background: #ffffff;
	margin: 0 0 10px;
}
.index-products .index-products-inner .index-products-right .index-products-right-list .index-products-right-list-img img{
	width: 100%;
}
.index-products .index-products-inner .index-products-right .index-products-right-list .index-products-right-list-title {
	font-weight: 600;
	color: #D31E37;
	font-size: 1.2rem;
}
.index-products .index-products-inner .index-products-right .index-products-right-list .index-products-right-list-des {
	font-size: 0.9rem;
	color: #666666;
	line-height: 1.5;
	padding: 10px 0;
}
.index-products .index-products-inner .index-products-right .index-products-right-list .index-products-right-list-more {
	display: inline-block;
	background: #72A22D;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 5px 20px;
}

.index-solutions {
	overflow: hidden;
	display: flex;
}
@media (max-width: 770px) {.index-solutions{display: block;}}

.index-solutions .index-solutions-inner {
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
	display: flex;
}
@media (max-width: 1370px) {.index-solutions .index-solutions-inner{width: 100%;max-width: 100%;}}
@media (max-width: 770px) {.index-solutions .index-solutions-inner{display: block;}}

.index-solutions2 {
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	margin: 80px 0;
}
@media (max-width: 770px) {.index-solutions2{display: block;}}

.index-solutions2 .index-solutions2-inner {
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
}
@media (max-width: 1370px) {.index-solutions2 .index-solutions2-inner{width: 100%;max-width: 100%;}}
@media (max-width: 770px) {.index-solutions2 .index-solutions2-inner{display: block;}}

.index-solutions-left {
	padding: 0 60px !important;
	height: 100%;
	display: table;
	float: left;
	width: 50%;
}
@media (max-width: 960px) {.index-solutions-left{padding: 0 30px !important;}}
@media (max-width: 770px) {.index-solutions-left{float: none;width: 100%;height: auto;}}

.index-solutions-right {
	padding: 0 60px !important;
	height: 100%;
	display: table;
	text-align: center;
	margin: 0 0 0 4px;
	float: right;
	width: 50%;
}
@media (max-width: 960px) {.index-solutions-right{padding: 0 30px !important;}}
@media (max-width: 770px) {.index-solutions-right{float: none;width: 100%;height: auto;}}

.index-solutions .col-4, .index-solutions2 .col-4 {
	float: left;
	width: 33.3333%;
}
@media (max-width: 960px) {.index-solutions .col-4, .index-solutions2 .col-4{width: 100% !important;float: none;}}

.index-solutions .col-8, .index-solutions2 .col-8 {
	float: left;
	width: 66.6667%;
}
@media (max-width: 960px) {.index-solutions .col-8, .index-solutions2 .col-8{width: 100% !important;float: none;}}

.index-solutions .col-6, .index-solutions2 .col-6 {
	float: left;
	width: 50%;
}
.va-middle {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
@media (max-width: 770px) {.va-middle{text-align: center;}}

.va-middle h2 {
	color: #333333;
	font-size: 2rem;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0;
	line-height: 1.2;
}
.va-middle p {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 20px;
	margin: 0;
	line-height: 1.5;
}
.va-middle a.more {
	background: #72A22D none repeat scroll 0 0 !important;
	border: 1px solid #72A22D;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	border-radius: 20px;
	padding: 4px 30px;
	display: inline-block;
}
.va-middle a:hover.more {
	background: #333877 none repeat scroll 0 0 !important;
	border: 1px solid #333877;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

.index-solutions-des {
	overflow: hidden;
	margin: -30px auto 50px auto;
	text-align: center;
}
@media (max-width: 480px) {.index-solutions-des{margin: 0 auto 20px auto;}}

.index-solutions-nav {
	position: absolute;
	z-index: 100;
	right: 5%;
	/* top: 0; */
	height: 100%;
}
@media (max-width: 1280px) {.index-solutions-nav{display: none;}}

.index-solutions-nav::before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #ffffff;
	right: 8px;
	margin-left: -2px;
}
.index-solutions-nav-m {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 80px;
	display: none;
	text-align: center;
}
@media (max-width: 1280px) {.index-solutions-nav-m{display: block;}}

.index-solutions-nav-m ul.drop-down-menu {
	position: absolute;
	z-index: 1000;
	width: 260px;
	left: 50%;
	margin-left: -130px;
}
.index-solutions-nav-m ul.drop-down-menu li {
  position: relative;
  white-space: nowrap;
}
.index-solutions-nav-m ul.drop-down-menu a {
	background-color: #72A22D;
	color: #ffffff;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	line-height: 40px;
	width: auto;
	background-image: url("/images/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 45%;
	background-size: 14px 14px;
}

.index-solutions-nav-m ul.drop-down-menu a:hover {
  /* 滑鼠滑入按鈕變色*/
  background-color: #333333;
  color: #fff;
}
.index-solutions-nav-m ul.drop-down-menu ul {
  /*隱藏次選單*/
  display: none;
}
.index-solutions-nav-m ul.drop-down-menu li:hover>ul {
  /* 滑鼠滑入展開次選單*/
  display: block;
}
.index-solutions-nav-m ul.drop-down-menu li ul li a{
	background-image: none;
}
.index-solutions-nav-m select {
	background: #72A22D;
	color: #ffffff;
	background-image: url("/images/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 45%;
	background-size: 14px 14px;
	line-height: 1.4;
}
.index-solutions-nav ul {
	position: relative;
	padding: 170px 0 0 0;
}
.index-solutions-nav ul li {
}
.index-solutions-nav ul li a {
	color: #666666;
	padding: 20px 30px;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	opacity: 1;
}
.index-solutions-nav ul li a::after {
	position: absolute;
	content: " ";
	color: #fff;
	width: 18px;
	height: 18px;
	background-color: #000000;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 1px solid #ffffff;
	right: 0;
	opacity: 1;
}
.index-solutions-nav ul li a:hover {
	color: #ffffff;
	opacity: 1;
}
.index-solutions-nav ul li a.active {
	color: #ffffff;
	opacity: 1;
}
.index-solutions-nav ul li a.active::after {
	position: absolute;
	color: #fff;
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	z-index: 100;
	border-top-right-radius: 100%;
	border-top-left-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border: 3px solid #72A22D;
}
.index-solutions-con {
	position: relative;
}
.index-solutions-con .index-solutions-con-img {
	position: relative;
	height: 660px;
}
@media (max-width: 480px) {.index-solutions-con .index-solutions-con-img{height: 300px;}}

.index-solutions-con .index-solutions-con-txtbox {
	position: absolute;
	width: 30%;
	color: #ffffff;
	right: 15%;
	top: 0;
	padding: 200px 30px;
	height: 100%;
	z-index: 10;
}
@media (max-width: 991px) {.index-solutions-con .index-solutions-con-txtbox{width: 45%;}}
@media (max-width: 640px) {.index-solutions-con .index-solutions-con-txtbox{position: relative;width: 100%;height: 50%;bottom: 0;right: 0;padding: 20px;background: #000000;}}
@media (max-width: 480px) {.index-solutions-con .index-solutions-con-txtbox{position: relative;}}

.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-title {
	font-size: 3rem;
	font-weight: 600;
	/* text-transform: uppercase; */
	line-height: 1.3;
}
@media (max-width: 640px) {.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-title{font-size: 1.4rem;}}

.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-des {
	font-size: 1.2rem;
	padding: 20px 0;
	line-height: 1.7;
}
@media (max-width: 640px) {.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-des{font-size: 0.9rem;padding: 10px 0;}}

.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-more{
}
.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-more a {
	display: inline-block;
	/* background: #72A22D; */
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 6px 40px 10px;
	border: 1px solid #ffffff;
}
.index-solutions-con .index-solutions-con-txtbox .index-solutions-con-txtbox-more a:hover {
	display: inline-block;
	background: #72A22D;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 6px 40px 10px;
	border: 1px solid #72A22D;
}

.index-title {
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	align-items: center;
	width: 40%;
	margin: 0 auto 40px;
}
@media (max-width: 1280px) {.index-title{width: 60%;}}
@media (max-width: 960px) {.index-title{width: 70%;}}
@media (max-width: 480px) {.index-title{width: 100%;margin: 0 auto 20px;}}

.index-title h3 {
	padding: 0 1.5rem;
	display: block;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.index-title::before, .index-title::after {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	content: '';
	display: block;
	border-top: 1px solid #666666;
}
.index-news {
	background: #FFFFFF;
	overflow: hidden;
	padding: 30px 0;
}
@media (max-width: 767px) {.index-news{padding: 30px 0;}}

.index-news .index-news-inner {
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
}
@media (max-width: 1370px) {.index-news .index-news-inner{width: 100%;padding: 0 15px;}}
.index-news .index-news-inner h4{
	font-size: 1.1rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.6;
}
.index-news.OEM-gray {
	background: #2A69AE;
}
.index-news.odm-gray {
	background: #EEEEEE;
}
.oem-01 {
	background: #D7D7D7;
	overflow: hidden;
}
.oem-01-title {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0 0 10px;
	color: #ffffff;
}
.oem-02 {
	overflow: hidden;
	margin: 30px 0;
}
.oem-02 .oem-02-left{
	float: left;
	width: 50%;
	padding-right: 50px;
}
.oem-02 .oem-02-right{
	float: right;
	width: 50%;
}
.oem-03 {
	overflow: hidden;
	margin: 30px 0;
}
.oem-03 .oem-03-left{
	float: left;
	width: 50%;
	padding-right: 5%;
}
@media (max-width: 767px) {.oem-03 .oem-03-left{float: none;width: 100%;padding-right: 0;}}

.oem-03 .oem-03-right{
	float: right;
	width: 50%;
	padding-left: 5%;
}
@media (max-width: 767px) {.oem-03 .oem-03-right{float: none;width: 100%;padding-left: 0;}}

.odm-list {
	padding: 60px 0 30px;
	overflow: hidden;
}
.odm-list ul li {
	width: 20%;
	float: left;
	padding: 10px 15px;
}
@media (max-width: 1370px) {.odm-list ul li{width: 33.33%;margin: 70px 0 0 0;}}
@media (max-width: 1024px) {.odm-list ul li{width: 50%;}}
@media (max-width: 640px) {.odm-list ul li{width: 100%;}}

.odm-list ul li .odm-list-inner {
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 30px 20px 30px;
	position: relative;
}
@media (max-width: 1370px) {.odm-list ul li .odm-list-inner {min-height: 400px;}}
@media (max-width: 640px) {.odm-list ul li .odm-list-inner {min-height: auto;}}

.odm-list ul li .odm-list-icon {
	width: 152px;
	height: 152px;
	position: absolute;
	top: -70px;
	left: 18%;
}
@media (max-width: 1370px) {.odm-list ul li .odm-list-icon{left: 30%;}}

.odm-list ul li .odm-list-title {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 60px 0 0 0;
}
.odm-list ul li .odm-list-des {
	font-size: 1rem;
	color: #666666;
	padding:15px 0 0 0;
}
.odm-topic {
	font-size: 2rem;
	font-weight: 600;
	padding: 20px 0 50px;
	text-align: center;
}
.odm-002 {
	max-width: 1000px;
	margin: 0 auto;
}
.odm-003 {
	display: flex;
	flex-direction: row;
}
@media (max-width: 1024px) {.odm-003{flex-direction:column;}}

.odm-003.reverse {
	flex-direction: row-reverse;
}
@media (max-width: 1024px) {.odm-003.reverse{flex-direction:column-reverse;}}

.odm-003 .odm-003-left {
	padding: 0 30px;
	width: 50%;
}
@media (max-width: 1024px) {.odm-003 .odm-003-left{width: 100%;padding: 0;}}

.odm-003 .odm-003-right {
	padding: 0 30px;
	width: 50%;
}
@media (max-width: 1370px) {.odm-003 .odm-003-right{padding: 0 30px;}}
@media (max-width: 1024px) {.odm-003 .odm-003-right{padding: 0;width: 100%;}}

.odm-003-list {
	overflow: hidden;
	margin: 45px 0;
}
.odm-003-list .odm-003-list-number {
	float: left;
	width:27%;
}
@media (max-width: 1370px) {.odm-003-list .odm-003-list-number{width:35%;}}

.odm-003-list .odm-003-list-number div{
	float: left;
	background: #ffffff;
	border-radius: 200px;
	width: 130px;
	height: 130px;
	text-align: center;
	line-height: 130px;
	font-size: 2.5rem;
	font-weight: 600;
}
.odm-003-list .odm-003-list-box {
	float: right;
	width:73%;
}
@media (max-width: 1370px) {.odm-003-list .odm-003-list-box{width:65%;}}

.odm-003-list-title {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 10px 0;
}
.odm-003-list-des{
	font-size: 1.1rem;
	font-weight: 400;
}
.odm-footer-title {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 30px 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 1.8;
}
  /* -------------------------------------------
     Banner
  ---------------------------------------------*/

.banner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 16rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	position: relative;
	top: 50px;
	margin-bottom: 50px;
}
@media (max-width: 1279px) {.banner{top: 0;margin-bottom: 0;}}
@media (max-width: 991px) {.banner{min-height: 13rem;}}
@media (max-width: 640px) {.banner{min-height: 10rem;}}

.banner-inner {
	left: -50vw;
	margin-left: 50%;
	max-width: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
	bottom: 0;
	height: 100%;
}
.banner .title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	background: none;
}
.banner .title h2 {
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	position: relative;
}
@media (max-width: 640px) {.banner .title h2{font-size: 1.6rem;}}

.banner .title h2::before {
	position: absolute;
	content: "";
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background: #ffffff;
}
.banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: myAnimation 2s ease 0s;
}




  /* -------------------------------------------
     News
  ---------------------------------------------*/

.news-list {
	overflow: hidden;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.news-list ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -15px;
}
@media (max-width: 480px) {.news-list ul{margin:0;}}

.news-list ul p{
	margin:0 30px;
}
.news-list ul li {

	padding: 0 15px 15px;
	flex: 0 0 25%;
	-webkit-box-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
	list-style: none;
	position: relative;
}
@media (max-width: 767px) {.news-list ul li{flex: 0 0 50%;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 640px) {.news-list ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;max-width: 100%;padding: 0 0 30px;}}

.news-list .news-body {
	background-color: #ffffff;
}

.news-list .date {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 9;
	line-height: 1.2;
	background-color: #72A22D;
	color: #fff;
	width: 65px;
	height: 45px;
	text-align: center;
}
@media (max-width: 480px) {.news-list .date{right: 0;}}

.news-list .date .date-top {
	font-weight: 800;
	font-size: 1.2rem;
	padding: 10px 0;
}
.news-list .date .date-bottom {
	font-weight: 400;
	font-size: 0.75rem;
	padding: 5px 0;
}
.news-list .news-image {
	height: 100%;
	overflow: hidden;
}
.news-list ul li a .news-image img{
	transition: .3s linear;
	width: 100%;
	display: block;
}
.news-list ul li a:hover .news-image img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: .3s linear;
}
.news-list .news-txtbox {
	padding: 15px 0;
	background: #F8F8F8;
}
.news-list .news-txtbox .news-title {
	color: #72A22D;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 15px 10px;
}.news-list .news-txtbox .news-date {
	color: #333333;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 15px 5px;
}
.news-list .news-txtbox .news-txt {
	color: #555555;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 0 15px 10px;
}
.news-list .news-txtbox .news-txt p {
	padding: 0;
	margin: 0;
}
.news-detail {
}
.news-detail p{
	margin-bottom: 20px;
}
.news-detail h1 {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	text-align: center;
	color: #72A22D;
}
@media (max-width: 767px) {.news-detail h1{font-size: 1.4rem;}}
@media (max-width: 480px) {.news-detail h1{font-size: 1.2rem;}}

.news-detail .news-detail-date {
	color: #777;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 20px;
}
.news-detail .news-detail-des {
	font-size: 1rem;
	line-height: 1.7;
	padding-bottom: 30px;
}
.news-detail .news-detail-des img{
	width: 100%;
}
.news-detail .news-detail-more a {
	color: #fff;
	padding: 10px 25px;
	font-size: 1rem;
	background: #000;
	display: inline-block;
}
.news-detail .news-detail-more a:hover {
	color: #fff;
	padding: 10px 25px;
	font-size: 1rem;
	background: #DF0024;
	display: inline-block;
}
.event-list {
	overflow: hidden;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.event-list ul{
	margin:0 -30px;
	display: flex;
	flex-wrap: wrap;
	width: 105%;
}
.event-list ul li {
	padding: 0 30px 30px;
	flex: 0 0 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 30px;
}
@media (max-width: 767px) {.event-list ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;max-width: 100%;}}

.event-list ul li .event-list-img {
	float: left;
	width: 35%;
	padding-right: 5%;
}
.event-list ul li .event-list-img img{
	width: 100%;
}
.event-list ul li .event-list-txtbox{
	float: left;
	width: 60%;
}
.event-list ul li .event-list-txtbox h4{
	font-size: 1.1rem;
	color: #72A22D;
	font-weight: 600;
}
.event-list ul li .event-list-txtbox p {
	font-size: 0.95rem;
	color: #333333;
	line-height: 1.4;
	margin: 0 0 10px;
}
@media (max-width: 480px) {.event-list ul li .event-list-txtbox p{font-size: 0.9rem;}}

.view-more {
	text-align: center;
	position: relative;
	margin: 20px 0 40px;
}
.view-more a {
	/* display: -webkit-inline-box; */
	/* display: -ms-inline-flexbox; */
	display: inline-flex;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	min-width: 150px;
	padding: 8px 20px;
	background-color: transparent;
	color: #72A22D;
	border: 1px solid #72A22D;
	border-radius: 25px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.view-more a:hover{
 color:#fff;
 background-color:#72A22D;
 -webkit-box-shadow:0 7px 14px 0 rgba(0,0,0,0.2);
 box-shadow:0 7px 14px 0 rgba(0,0,0,0.2);
 -webkit-transform:translateY(-2px);
 transform:translateY(-2px)
}
.view-more .view-more-left {
	color:#fff;
	background-color:#72A22D;
	float: left;
}
.view-more .view-more-right {
	color:#fff;
	background-color:#72A22D;
	float: right;
}
.breadcrumbs {
	font-size: 0.9rem;
}
.breadcrumbs-inner {
	padding: 15px 0 25px;
	display: flex;
	width: 1370px;
	max-width: 1370px;
	margin: 0 auto;
}
@media (max-width: 1370px) {.breadcrumbs-inner{width: 100%;padding: 15px 15px 25px 15px;display: inline-block;}}

.breadcrumbsLink {
	padding: 0 15px 0 5px;
	color: #555555;
	position: relative;
	line-height: 1.3;
	display: inline-block;
}
a:hover.breadcrumbsLink {
	color: #72A22D;
}
.breadcrumbsLink:first-child {
	padding-right: 15px;
	padding-left: 0;
}
.breadcrumbsLink::after {
	top: 0;
	right: 0;
	content: "\f105";
	font-family: fontello;
	position: absolute;
	color: #999999;
}
.breadcrumbsText {
	padding-left: 10px;
	color: #72A22D;
	padding-bottom: 0;
	margin: 0;
	line-height: 1.3;
	display: inline-block;
}
.social-share {
	text-align: center;
	margin: 30px 0;
}

.submenu-cat {
  overflow: hidden;
  padding: 10px 0 20px;
}
@media (max-width:767px) {.submenu-cat{padding: 10px 0 20px;}}

.submenu-cat ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.submenu-cat ul li:first-child {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li a {
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  font-size: 15px;
  padding: 4px 30px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 15px;
  display: block;
}
@media (max-width:767px) {.submenu-cat ul li a{font-size: 14px;padding: 4px 15px;}}

.submenu-cat ul li a:hover {
    background: #72A22D none repeat scroll 0 0 !important;
    border: 1px solid #72A22D;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.submenu-cat ul li a.active {
    background: #72A22D none repeat scroll 0 0 !important;
    border: 1px solid #72A22D;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}









  /* -------------------------------------------
     Solutions
  ---------------------------------------------*/

.solution-title {
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}
.solution-des {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color:#666666;
	margin-top: 1.5em;
}
.solution-list {
	overflow: hidden;
	margin: 80px 0;;
}
.solution-list ul {
	margin: 0 auto;
	width: 900px;
}
@media (max-width: 899px) {.solution-list ul{width: 100%;}}

.solution-list ul li {
	width: 50%;
	list-style: none;
	padding: 0 25px;
	float: left;
}
@media (max-width: 640px) {.solution-list ul li{width: 100%;}}

.solution-list .solution-body {
	background-color: #ffffff;
}

.solution-list .solution-image {
	height: 100%;
	overflow: hidden;
}
.solution-list ul li a .solution-image img{
	transition: .3s linear;
	width: 100%;
	display: block;
}

.solution-list ul li a:hover .solution-image img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: .3s linear;
}
.solution-list .solution-txtbox {
	padding: 15px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	background: #F2F2F2;
	transition: 120ms linear;
}
.solution-list ul li a:hover .solution-txtbox{
	background: #72A22D;
	color: #ffffff;
	transition: 120ms linear;
	
}
.solution-list .solution-txtbox .solution-title {
	color: #72A22D;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
.solution-list .solution-txtbox .solution-txt {
	color: #555555;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 10px 0;
}
.solution-list .solution-txtbox2 {
	margin: 10px 0;
}
.solution-list .solution-txtbox2 .solution-txtbox2-title {
	font-size: 1.2rem;
	color: #333333;
	font-weight: 600;
}
.solution-list .solution-txtbox2 .solution-txtbox2-des{
	font-size: 1rem;
	color: #666666;
}
.solutions-main{
}
.solutions-main-img{
	margin: 0 0 30px 0;
}
.solutions-main .solutions-main-title {
	font-size: 2rem;
	font-weight: 600;
	padding: 0 0 30px;
}
@media (max-width: 991px) {.solutions-main .solutions-main-title{font-size: 1.5rem;}}

.solutions-main .solutions-main-left {
	float: left;
	width: 75%;
}
@media (max-width: 991px) {.solutions-main .solutions-main-left{float: none;width: 100%;}}

.solutions-main .solutions-main-left .solutions-main-img img{
	width: 100%;
	padding: 0 0 20px;
}
.solutions-main .solutions-main-left .solutions-main-txt p {
	line-height: 1.6;
	padding-bottom: 0;
	font-size: 15px;
}
.solutions-main .solutions-main-left .solutions-main-txt img{
	width: 100%;
}

.solutions-main .solutions-main-right {
	float: right;
	width: 20%;
}
@media (max-width: 991px) {.solutions-main .solutions-main-right{float: none;width: 100%;}}

.solutions-main .solutions-main-right .solutions-main-right-title {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 0 20px;
}
.related-list {
}
.related-list ul li {
	background: #efefef;
	padding: 10px;
	margin-bottom: 20px;
}
.related-list ul li .related-img img{
	width: 100%;
}
.related-list ul li .related-title {
	font-size: 1rem;
	font-weight: 600;
	color: #72A22D;
	line-height: 1.2;
	padding: 10px 0;
}
.related-list ul li .related-des {
	font-size: 0.9rem;
	line-height: 1.2;
	color: #333333;
}
.solutions-main-list{
	overflow: hidden;
}
.solutions-main-list ul {
	margin: 0 -15px;
}
.solutions-main-list ul li {
	width: 33.33%;
	padding: 15px;
	float: left;
}
@media (max-width: 640px) {.solutions-main-list ul li{width: 50%;}}
@media (max-width: 480px) {.solutions-main-list ul li{width: 100%;}}

.solutions-main-list ul li a .solutions-main-list-box{
	border: 1px solid #ddd;
	transition: 120ms linear;
}

.solutions-main-list ul li a:hover .solutions-main-list-box{
	border: 1px solid #72A22D;
	transition: 120ms linear;
	box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

.solutions-main-list ul li .solutions-main-list-box{
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 20px 15px;
	border-radius: 5px;
}
.solutions-main-list ul li .solutions-main-list-img {
	float: left;
	width: 40%;
	padding-right: 5%;
}
@media (max-width: 767px) {.solutions-main-list ul li .solutions-main-list-img{width: 27%;}}
@media (max-width: 480px) {.solutions-main-list ul li .solutions-main-list-img{float: none;width: 100%;}}

.solutions-main-list ul li .solutions-main-list-img img{
	width: 100%;
	display: block;
}
.solutions-main-list ul li .solutions-main-list-txtbox {
	float: left;
	width: 55%;
}
@media (max-width: 767px) {.solutions-main-list ul li .solutions-main-list-txtbox{width: 70%;}}
@media (max-width: 480px) {.solutions-main-list ul li .solutions-main-list-txtbox{float: none;width: 100%;}}

.solutions-main-list ul li .solutions-main-list-txtbox h3{
	font-size: 1.1rem;
	font-weight: 600;
	color: #72A22D;
}
.solutions-main-list ul li .solutions-main-list-txtbox h3 a{
	color: #72A22D;
}
.solutions-main-list ul li .solutions-main-list-txtbox h3 a:hover{
	text-decoration: underline;
}
.solutions-main-list ul li .solutions-main-list-txtbox p {
	font-size: 0.9rem;
	color: #444444;
	line-height: 1.5;
	padding: 0 0 15px;
}
.solutions-main-list2{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.solutions-main-list2 ul{
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 480px) {.solutions-main-list2 ul{margin: 0;}}

.solutions-main-list2 ul li {
	padding: 0 30px 30px;
	flex: 0 0 20%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	max-width: 20%;
	list-style: none;
	position: relative;
}
@media (max-width: 1280px) {.solutions-main-list2 ul li{flex: 0 0 25%;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;max-width: 25%;}}
@media (max-width: 767px) {.solutions-main-list2 ul li{flex: 0 0 33.33%;-webkit-flex: 0 0 33.33%;-ms-flex: 0 0 33.33%;max-width: 33.33%;}}
@media (max-width: 550px) {.solutions-main-list2 ul li{flex: 0 0 50%;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 480px) {.solutions-main-list2 ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;max-width: 100%;}}

.solutions-main-list2 ul li .solutions-main-list2-img {
}

.solutions-main-list2 ul li .solutions-main-list2-img img{
	width: 100%;
	display: block;
}
.solutions-main-list2 ul li .solutions-main-list2-txtbox {
}

.solutions-main-list2 ul li .solutions-main-list2-txtbox h3{
	font-size: 1rem;
	font-weight: 600;
	padding-bottom: 10px;
	color: #72A22D;
	line-height: 1.2;
}
.solutions-main-list2 ul li .solutions-main-list2-txtbox h3 a{
	color: #72A22D;
}
.solutions-main-list2 ul li .solutions-main-list2-txtbox h3 a:hover{
	text-decoration: underline;
}
.solutions-main-list2 ul li .solutions-main-list2-txtbox p {
	font-size: 0.9rem;
	color: #444444;
	line-height: 1.5;
	padding: 0 0 15px;
}














  /* -------------------------------------------
     Products
  ---------------------------------------------*/
.p-pre {
	overflow: hidden;
	margin: 80px 0;
}
.p-pre ul {
	margin: 0 auto;
}
.p-pre ul li {
	width: 25%;
	list-style: none;
	padding: 0 25px;
	float: left;
}
@media (max-width: 767px) {.p-pre ul li{width: 50%;}}
@media (max-width: 480px) {.p-pre ul li{width: 100%;padding: 0 0 25px 0;}}

.p-pre .p-pre-img {
	height: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
}
.p-pre .p-pre-title {
	padding: 15px 0;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}
.products-cat {
	overflow: hidden;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.products-cat ul{
	margin:0 -30px;
	display: flex;
	flex-wrap: wrap;
	width: 105%;
}
.products-cat ul li {
	padding: 0 30px 30px;
	flex: 0 0 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
	list-style: none;
}
@media (max-width: 991px) {.products-cat ul li{flex: 0 0 33.33%;-webkit-flex: 0 0 33.33%;-ms-flex: 0 0 33.33%;max-width: 33.33%;}}
@media (max-width: 767px) {.products-cat ul li{flex: 0 0 50%;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 480px) {.products-cat ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 50%;max-width: 100%;}}

.products-cat-img img{
	display: block;
	width: 100%;
	padding: 20px;
}
.products-cat-title{
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0 0 10px;
	color: #72A22D;
}
.products-cat-des {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;
	color: #666666;
	padding: 0 0 15px;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 15px;
}
.products-cat2 {
	overflow: hidden;
}
.products-cat2 ul{
	margin: 0;
}
.products-cat2 ul li {
	flex: auto;
	max-width: 100%;
	width:100%;
	padding: 0;
	font-size: 0.9rem;
	position: relative;
}
.products-cat2 ul li::before {
	font-size: 17px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
	color: #72A22D;
	font-weight: 600;
}
.products-cat2 ul li a{
	color: #333333;
}
.products-cat2 ul li a:hover{
	color: #72A22D;
}
.products-1-title {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 0 25px;
	color: #333333;
}
.products-1-des {
	font-size: 0.95rem;
	font-weight: 400;
	padding: 0 0 20px;
	color: #555555;
	line-height: 1.4;
}
.products-1-des p {
	padding: 0 0 20px;
}
.more a {
	display: inline-block;
	background: #72A22D;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 3px 15px 4px;
	border-radius: 25px;
}
@media (max-width: 480px) {.more a{font-size: 1.05rem;}}

.products-3 {
	overflow: hidden;
	margin: 0 0 20px;
}
.products-3 .products-3-left {
	float: left;
	width: 50%;
	padding-right: 10%;
}
@media (max-width: 640px) {.products-3 .products-3-left{float: none;width: 100%;padding-right: 0;}}

.products-3 .products-3-left .Thumb-b {
	margin: 0 0 20px;
}
.products-3 .products-3-left .Thumb-b img {
	width: 100%;
}
.products-3 .products-3-left .Thumb-s {
	width: 100%;
	overflow: hidden;
}
.products-3 .products-3-left .Thumb-s ul {
	margin: 0 -5px;
	padding: 0;
}
.products-3 .products-3-left .Thumb-s ul li {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
	list-style: none;
}
@media (max-width: 480px) {.products-3 .products-3-left .Thumb-s ul li{width: 33.33%;}}
@media (max-width: 330px) {.products-3 .products-3-left .Thumb-s ul li{width: 50%;}}

.Thumb-ce {
	margin: 15px 0;
}
.Thumb-ce img{
	display: inline-block;
	width: 48px;
}
@media (max-width: 480px) {.Thumb-ce{text-align: left;margin: 20px auto;}}

.products-3 .products-3-left .Thumb-s ul li img {
	width: 100%;
}
.products-3 .products-3-left .Thumb-s ul li a {
	border: 1px solid #dedede;
	display: block;
	padding: 5px;
}
.products-3 .products-3-right{
	float: right;
	width: 50%;
	padding: 20px 0;
}
@media (max-width: 640px) {.products-3 .products-3-right{float: none;width: 100%;}}

.products-3 .products-3-right h1 {
	font-size: 2.4rem;
	color: #333333;
	font-weight: 600;
	
}
@media (max-width: 480px) {.products-3 .products-3-right h1{text-align: center;}}

.products-3 .products-3-right h2 {
	font-size: 1.1rem;
	color: #666666;
	padding: 5px 0 15px;
}
.products-3 .products-3-right h3 {
	font-size: 1.1rem;
	color: #72A22D;
	font-weight: 600;
}
.products-3 .products-3-right .more {
	position: relative;
	padding-right: 35px;
}
.products-3 .products-3-right .more a {
	display: inline-block;
	background: #72A22D;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.1rem;
	padding: 8px 35px 10px;
	border-radius: 25px;
}
.products-3 .products-3-right .more a:hover {
	background: #333877;
}
.products-4 {
	overflow: hidden;
	margin: 0 0 40px;
}
.products-4 .products-4-left{
	float: left;
	width: 50%;
}
@media (max-width: 640px) {.products-4 .products-4-left{float: none;width: 100%;padding: 0 0 30px 0;}}

.products-4 .products-4-right{
	float: left;
	width: 50%;
}
@media (max-width: 640px) {.products-4 .products-4-right{float: none;width: 100%;}}

.products-4 .products-4-right .more a {
	background: #72A22D none repeat scroll 0 0 !important;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	border-radius: 20px;
	padding: 8px 30px;
	display: inline-block;
	font-size: 18px;
}
.products-4 .products-4-right .more a:hover{
	background: #333877 none repeat scroll 0 0 !important;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
.des-box {
	margin: 5px 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #333333;
	padding: 0 0 20px;
	overflow: hidden;
}
.des-box .des-box-icon {
	float: left;
	width: 15%;
	padding-right: 5%;
}
.des-box .des-box-con {
	float: left;
	width: 80%;
}
.des-box .des-box-con h3{
	text-align: left;
}
.des-box ul {
	padding: 0;
	margin: 0 0 0 15px;
}

.des-box ul li {
	padding: 0;
	margin: 0;
	list-style-type:disc !important;
}
.des-agency {
	overflow: hidden;
}
.des-agency ul li {
	float: left;
	padding: 0 20px 0 0;
	width: 15%;
}
.agency-left {
	float: left;
	width: 20%;
	padding: 8px;
	border-right: 1px solid #dddddd;
	text-align: center;
}
.agency-right {
	float: right;
	width: 80%;
	padding: 8px;
	line-height: 60px;
	color: #333333;
	font-size: 0.9rem;
}
.products-more {
	overflow: hidden;
	margin: 10px 0 30px;
}
.products-more ul li{
	padding-bottom: 5px;
}
.products-mode {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.products-mode table {
	font-size: 0.9rem;
}
.products-mode table td {
	background: #C8D5A6;
	border: 1px solid #ffffff;
	text-align: center;
}
.products-mode table tr.table-top td{
	background: #3F4B00;
	color:#ffffff;
	text-align: center;
}
.tab {
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}
.nav-tabs {
	margin: 0;
	border-bottom: 2px solid #72A22D;
	overflow: hidden;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
@media (max-width: 480px) {.nav-tabs > li{float: left;width: 50%;}}

.nav-tabs > li > a {
	line-height: 1.42857143;
	border-radius: 0;
	background-color: #72A22D;
	text-align: center;
	color: #ffffff;
	font-size: 0.95rem;
	padding: 10px 15px;
	display: block;
	font-weight: 600;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #ededed;
	border-bottom-color: transparent;
	text-align: center;
}
.tab-content {
	background-color: #ffffff;
	padding: 20px 0;
	font-size: 0.95rem;
	line-height: 1.6;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .tab-pane img{
	max-width: 100%;
	display: inline-block;
}
.tab-content > .active {
	display: block;
}
.products-info-des p {
	padding: 0 0 20px;
}

.products-1-left {
	width: 17%;
	float: left;
	background: #eeeeee;
}
@media (max-width:1280px) {.products-1-left{width: 20%;}}
@media (max-width:767px) {.products-1-left{left: -300px;position: absolute;width: 190px;display: none;}}

.products-1-left ul {
	margin: 0 0 40px 0;
	list-style: none;
}
.products-1-left ul li {
	list-style: none;
}
.products-1-left ul li a {
	color: #333333;
	padding: 10px 10px 10px 35px;
	display: block;
	font-size: 1rem;
	border-bottom: 1px solid #cccccc;
}
.products-1-left ul li a.plus-dark {
	float: left;
	background: transparent;
	color: #000000;
	border: 0;
	padding: 10px 0 0 10px;
}
.products-1-left ul li:hover a.plus-dark{
	color: #333333;
}
.products-1-left ul li a.plus {
	float: left;
	background: transparent;
	color: #ffffff;
	border: 0;
	padding: 10px 5px 10px 10px;
}
.products-1-left ul li a:hover {
	color: #5C8D16;
}
.products-1-left ul li a.active {
	background: #3C3832;
	color: #ffffff;
	padding: 12px 0 12px 35px;
	display: block;
}

.products-1-left ul li ul.secnav{
	margin: 0;
	list-style: none;
}
.products-1-left ul li ul.secnav li a {
	background: #E1EAD4;
	color: #222;
	font-size: 0.9rem;
	line-height: 1.4;
	padding: 7px 15px 7px 35px;
	display: block;
}
.products-1-left ul li ul.secnav li a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left ul li ul.secnav li a:hover {
	color: #5C8D16;
}
.products-1-left ul li ul.secnav li a.active {
		color: #5C8D16;
	font-weight: 600;
}
.products-1-left ul li ul.secnav li a.active::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left-title {
	background: #72A22D;
	color: #ffffff;
	padding: 12px;
	font-size: 1.1rem;
	font-weight: 600;
}
.products-1-right{
	width: 77%;
	float:right;
}
@media (max-width:1280px) {.products-1-right{width: 75%;}}

@media (max-width:960px) {.products-1-right{width: 100%;float:none;}}

.products-1-right .products-1-right-title {
	color: #C32C2B;
	font-size: 1.5rem;
	font-weight: 600;
	border-left: 8px solid #C32C2B;
	line-height: 1.5;
	padding-left: 10px;
	margin-bottom: 25px;
}
.products-1-right .products-1-right-list {
	overflow: hidden;
}
.products-1-right .products-1-right-list ul {
	margin: 0 -15px;
}
.products-1-right .products-1-right-list ul li {
	width: 100%;
	padding: 0 15px 40px;
	margin: 0 0 40px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
@media (max-width:1280px) {.products-1-right .products-1-right-list ul li{width: 100%;}}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li{width: 100%;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-img {
	float: left;
	width: 25%;
}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li .products-1-right-list-img{width: 100%;float: none;margin: 0 0 15px;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-img img {
	width: 100%;
	border: 1px solid #dedede;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-con {
	float: right;
	width: 70%;
}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li .products-1-right-list-con{width: 100%;float: none;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-title {
	font-size: 1.4rem;
	font-weight: 600;
	color:#333333;
	line-height: 1.3;
}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-des {
	font-size: 1rem;
	font-weight: 400;
	color: #666666;
	line-height: 1.4;
	padding: 10px 0;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li{
	float: left;
	width: 33.33%;
	border: 0;
	padding: 0 15px 10px;
	margin: 0;
}
@media (max-width:1280px) {.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li{width: 50%;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a{
	color: #72A22D !important;
}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a{font-size: 0.9rem;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a:hover{
	color: #5C8D16 !important;
	text-decoration: underline;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a::before {
	content: "\f105";
	font-family: fontello;
	font-size: 20px;
	color: #72A22D;
	padding-right: 7px;
}
.products_03 {
	width: 100%;
}
.products_03 ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.products_03 ul li {
	border-bottom: 1px solid #cccccc;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 20px;
	width: 100%;
}
.products_03 .products_03_left {
	float: left;
	margin: 0 4% 1% 0;
	width: 20%;
}
@media (max-width: 480px) {.products_03 .products_03_left{width: 35%;}}

.products_03 .products_03_left .products_03_left_img {
	float: left;
	width: 100%;
}
.products_03 .products_03_left .products_03_left_img img{
	border-color: #6FA241 #ebebeb #ebebeb;
	border-style: solid;
	border-width: 5px 1px 1px;
}
.products_03 .products_03_left .products_03_left_img a{
}
.products_03 .products_03_middle {
	float: left;
	margin: 0 0 1% 0;
	width: 76%;
}
@media (max-width: 480px) {.products_03 .products_03_middle{width: 61%;}}

.products_03 .products_03_middle .products_03_middle_title {
	font-size: 1.4rem;
	color: #72A22D;
	font-weight: bold;
}
.products_03 .products_03_middle .products_03_middle_title a{
	color: #72A22D;
}
.products_03 .products_03_middle .products_03_middle_title a:hover{
	color: #5C8D16;
}
.products_03 .products_03_middle .products_03_middle_title2 {
	font-size: 13px;
	color: #555555;
	padding: 5px 0 15px;
}
.products_03 .products_03_middle .products_03_middle_title2 p{
	margin: 0;
	padding: 0;
}
  /* -------------------------------------------
     Support
  ---------------------------------------------*/
.support-download {
	overflow: hidden;
	width: 100%;
}

.support-top {
	color: #333333;
	font-weight: 600;
}
@media (max-width: 767px) {.support-top{display: none;}}

.support-download .support-download-list {
	overflow: hidden;
	background: #F2F1F1;
	border-bottom: 2px solid #72A22D;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #555555;
}
@media (max-width: 767px) {.support-download .support-download-list{border-left: 1px solid #ddd;margin: 0 0 20px;}}

.support-download .support-download-list .download-img {
	float: left;
	width: 10%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-img{float: none;width: 100%;padding: 3px 25px;border-right: 1px solid #ddd;}}

.support-download .support-download-list .download-img img{
	width: 100%;
}

.support-download .support-download-list .download-title {
	float: left;
	width: 10%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-title{float: none;width: 100%;text-align: left;padding: 3px 15px;border-right: 1px solid #ddd;font-size: 1.05rem;font-weight:600;}}

.support-download .support-download-list .download-cpu{
	float: left;
	width: 15%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-cpu{float: none;width: 100%;text-align: left;padding: 3px 15px;border-right: 1px solid #ddd;}}

.support-download .support-download-list .download-serial{
	float: left;
	width: 15%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-serial{float: none;width: 100%;text-align: left;padding: 3px 15px;border-right: 1px solid #ddd;}}

.support-download .support-download-list .download-ethernet{
	float: left;
	width: 15%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-ethernet{float: none;width: 100%;text-align: left;padding: 3px 15px;border-right: 1px solid #ddd;}}

.support-download .support-download-list .download-display{
	float: left;
	width: 15%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-display{float: none;width: 100%;text-align: left;padding: 3px 15px;border-right: 1px solid #ddd;}}

.support-download .support-download-list .download-expansion{
	float: left;
	width: 20%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-expansion{float: none;width: 100%;text-align: left;padding: 3px 15px 15px;border-right: 1px solid #ddd;}}

.support-2 {
	overflow: hidden;
	width: 100%;
	font-size: 0.95rem;
	line-height: 1.7;
}
.support-2-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #72A22D;
	padding: 25px 0 15px 0;
}
.support-2-a {
	overflow: hidden;
	width: 100%;
}
.support-2-a-left {
	float: left;
	width: 40px;
}
@media (max-width: 767px) {.support-2-a-left{width: auto;float: none;font-weight: 600;}}

.support-2-a-right {
	float: right;
	width: 96%;
}
@media (max-width: 767px) {.support-2-a-right{width: auto;float: none;}}

.support-2-block {
	padding: 0 0 6px 18px;
}
@media (max-width: 767px) {.support-2-block{padding: 0 0 6px 0;}}

.support-2-block2 {
	padding: 0 0 6px 68px;
}
@media (max-width: 767px) {.support-2-block2{padding: 0 0 6px 0;}}

.support-2 table {
	margin: 15px 0;
	width: 100%;
}
.support-2 table td {
	padding: 10px;
}
.Catalog-list {
	overflow: hidden;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.Catalog-list ul {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.Catalog-list ul li {
	padding: 35px 15px;
	flex: 0 0 33.33%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	max-width: 33.33%;
	list-style: none;
}
@media (max-width: 991px) {.Catalog-list ul li{flex: 0 0 50%;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 480px) {.Catalog-list ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;max-width: 100%;}}

.Catalog-list ul li .Catalog-left {
	float: left;
	width: 35%;
	padding-right: 5%;
}
.Catalog-list ul li .Catalog-left img {
	width: 100%;
	display: block;
	border: 1px solid #cccccc;
}
.Catalog-list ul li .Catalog-right {
	float: left;
	width: 60%;
}
.Catalog-list ul li .Catalog-right h4 {
	font-size: 1.05rem;
	font-weight: 600;
	padding-bottom: 10px;
	color: #72A22D;
}
.Catalog-list ul li .Catalog-right p {
	font-size: 0.9rem;
	color: #444444;
	line-height: 1.5;
	padding: 0 0 15px;
}







  /* -------------------------------------------
     Contact
  ---------------------------------------------*/
.Worldwide-title {
	font-size: 1.3rem;
	font-weight: 600;
	color: #333333;
	background: #eeeeee;
	padding: 5px 10px;
	margin: 0 0 15px 0;
	border-left: 6px solid #72A22D;
}
.Worldwide-list {
	overflow: hidden;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.Worldwide-list ul {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.Worldwide-list ul li {
	padding: 20px 15px;
	flex: 0 0 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	max-width: 100%;
	list-style: none;
}
.Worldwide-list ul li .Worldwide-left {
	float: left;
	width: 25%;
	padding-right: 5%;
}
@media (max-width: 767px) {.Worldwide-list ul li .Worldwide-left{width: 30%;}}
@media (max-width: 480px) {.Worldwide-list ul li .Worldwide-left{width: 100%;padding-right: 0;padding-bottom: 10px;}}

.Worldwide-list ul li .Worldwide-left img {
	width: 100%;
	display: block;
}
.Worldwide-list ul li .Worldwide-right {
	float: left;
	width: 70%;
}
@media (max-width: 767px) {.Worldwide-list ul li .Worldwide-right{width: 65%;}}
@media (max-width: 480px) {.Worldwide-list ul li .Worldwide-right{width: 100%;}}

.Worldwide-list ul li .Worldwide-right h4 {
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 10px;
	color: #72A22D;
	margin: 0;
}
.Worldwide-list ul li .Worldwide-right p {
	font-size: 0.95rem;
	color: #444444;
	line-height: 1.5;
	padding: 0 0 15px;
	margin: 0;
}
.Worldwide-list ul li .Worldwide-right a.map {
	background: #72A22D;
	padding: 4px 8px 4px 4px;
	color: #ffffff;
	border-radius: 5px;
	margin: 5px 0 0 5px;
	display: inline-block;
}
.Worldwide-list ul li .Worldwide-right a:hover.map {
	background: #333333;
	padding: 4px 8px 4px 4px;
	color: #ffffff;
	border-radius: 5px;
	margin: 5px 0 0 5px;
	display: inline-block;
}
.signup-box {
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
	border-left: 6px solid #72A22D;
	padding: 0 5px 10px;
}
.signup-col {
	float: none;
	width: 100%;
	padding: 0 15px;
	min-height: 105px;
	clear: both;
}
.signup-col2 {
	float: left;
	width: 50%;
	padding: 0 15px;
	min-height: 105px;
}
@media (max-width: 767px) {.signup-col2{float: none;width: 100%;min-height: auto;}}
.signup-col-auto {
	float: left;
	padding: 0 5px;
}
@media (max-width: 767px) {.signup-col3{float: none;width: 100%;}}
.formLabel {
	display: inline-block;
	width: auto !important;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 0.95rem;
}
.Required {
	margin: 0 0 0 2px;
	float: none;
	font-size: .8125rem;
	-webkit-font-smoothing: auto;
	color: #F93636;
}
.FormPanel {
	width: 100%;
	margin-bottom: 10px;
}
.FormPanel.Interest label{
	width: 25% !important;
	float: left;
	margin: 0;
	padding: 0 10px;
}
@media (max-width: 991px) {.FormPanel.Interest label{width: 33.33% !important;}}
@media (max-width: 640px) {.FormPanel.Interest label{width: 50% !important;}}
@media (max-width: 480px) {.FormPanel.Interest label{width: 100% !important;}}

.newsletter-year {
	padding: 20px 0;
	text-align: right;
}
@media (max-width: 480px) {.newsletter-year{text-align: center;}}

.newsletter-year .txt{
	display: inline-block;
}
@media (max-width: 480px) {.newsletter-year .txt{display: block;padding: 0 0 5px}}

.newsletter-year select {
	background: #72A22D;
	color: #ffffff;
	background-image: url("/images/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 45%;
	background-size: 14px 14px;
	line-height: 1.4;
}
.newsletter-list {
	overflow: hidden;
	font-size: 0.95rem;
}
.newsletter-list ul{

}
.newsletter-list ul li {
	border-bottom: 1px solid #dddddd;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.newsletter-list ul li .newsletter-date {
	display: inline-block;
	padding: 0 15px 0 0;
	font-weight: 600;
}
.newsletter-list ul li .newsletter-title {
	display: inline-block;
}
.newsletter-list ul li .newsletter-title a{

}
.newsletter-list ul li .newsletter-title a:hover{
	text-decoration: underline;

}
input.captcha_input {
	display: inline-block;
	width: calc(100% - 90px) !important;
	vertical-align: middle;
	height: 43px;
}
.FormPanel img {
	vertical-align: middle;
	display: inline-block;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"] {
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 0.95rem;
	padding: 8px;
	-webkit-appearance: textfield;
	border-radius: 3px;
	width: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"], .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	min-width: 200px;
	padding: 10px 24px;
	background-color: #72A22D;
	color: #ffffff;
	border: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, .btn:hover, .btn:focus {
	color: #ffffff;
	background-color: #72A22D;
	-webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
	box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
}
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #ccc;
	/* border-radius: 0; */
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7;
	color: #0a0a0a;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	resize: none;
	max-width: 100%;
}
.FormPanel.location select {
	width: auto;
}
select {
	border: 1px solid #ccc;
	height: 2.5rem;
	line-height: 2.6375rem;
	padding: 0 50px 0 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	background-image: url("/images/select-bg.svg");
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50px 50px;
	color: #333333;
	border-radius: 3px;
	font-size: 0.95rem;
}
.SubmitButton2 {
	padding: 8px !important;
	font-size: 0.95rem !important;
	min-height: 38px !important;
	margin-top: 0 !important;
	min-width: 100px !important;
	border-radius: 3px;
}
.SubmitButton-pad {
	margin-top: 35px !important;
}
.Inquiry-list {
	margin: 20px 0;
}
  /* -------------------------------------------
     About
  ---------------------------------------------*/
.about {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.about ul{
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 640px) {.about ul{margin: 0 -20px;}}

.about ul li{
	padding: 20px 70px 50px;
	flex: 0 0 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
	list-style: none;
}
@media (max-width: 767px) {.about ul li{padding: 20px 30px 50px;}}
@media (max-width: 640px) {.about ul li{padding: 20px 20px 50px;}}
@media (max-width: 480px) {.about ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;max-width: 100%;padding: 20px 20px 50px;}}

.about ul li .about-img img{
	width: 100%;
}
.about ul li .about-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #72A22D;
	padding: 10px 0 0 0;
}
.about ul li .about-des {
	font-size: 0.95rem;
	color: #444444;
	line-height: 1.4;
	padding: 5px 0 15px;
}
.about-1 {
	overflow: hidden;
	padding: 0 0 30px;
}
.about-1 img{
	width: 100%;
	padding-bottom: 20px;
}
.about-1 .about-1-left {
	float: left;
	width: 50%;
	padding-right: 5%;
}
@media (max-width: 640px) {.about-1 .about-1-left{float: none;width: 100%;}}

.about-1 .about-1-right {
	float: left;
	width: 45%;
}
@media (max-width: 640px) {.about-1 .about-1-right{float: none;width: 100%;}}

.about-1 .about-1-right .about-1-right-title {
	font-size: 1.2rem;
	font-weight: 600;
}
.about-1 .about-1-right .about-1-right-des {
	font-size: 0.95rem;
	line-height: 1.6;
	padding: 15px 0;
}
.about-1 h4 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #72A22D;
}
.about-1 p {
	font-size: 0.95rem;
	line-height: 1.6;
	padding: 15px 0;
}
.timeline {
	list-style: none;
	padding: 60px 0 40px;
	position: relative;
	margin: 20px 0 0;
}

    .timeline::before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 6px;
	background-color: #72A22D;
	left: 50%;
	margin-left: -2px;
}

    .timeline > li {
        margin-bottom: 0;
        position: relative;
    }
@media (max-width: 767px) {.timeline > li{margin-bottom: 30px;}}

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 47%;
            float: left;
            border-radius: 2px;
            padding: 20px;
            position: relative;
			background: #F4F0EE;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 12px;
                right: -14px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #F4F0EE;
                border-right: 0 solid #F4F0EE;
                border-bottom: 15px solid transparent;
                content: " ";
            }


        .timeline > li > .timeline-badge {
            color: #fff;
            width: 18px;
            height: 18px;
            line-height: 16px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -9px;
            background-color: #EF4346;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }
.timeline-badge-top {
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 16px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -11px;
	background-color: #ffffff;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 4px solid #72A22D;
}
@media (max-width: 767px) {.timeline-badge-top{left: 41px;}}

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -14px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -13px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: #72A22D;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: right;
}
@media (max-width: 767px) {.timeline-title{text-align: left;}}

.timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-inverted .timeline-title {
	text-align: left;
}
.timeline-inverted .timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
	font-size: 0.95rem;
	text-align: right;
	line-height: 1.6;
}
@media (max-width: 767px) {.timeline-body > p{text-align: left;}}

.timeline-inverted .timeline-body > p {
	text-align: left;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
    }

    ul.timeline > li > .timeline-badge {
        left: 32px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -14px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -13px;
            right: auto;
        }
}
.about-5 {
	overflow: hidden;
	margin: 0 0 30px;
}
.about-5 img{
	width: 100%;
}
.about-5 .about-5-left {
	float: left;
	width: 30%;
	padding-right: 5%;
}
@media (max-width: 640px) {.about-5 .about-5-left{float: none;width: 100%;}}

.about-5 .about-5-right {
	float: left;
	width: 65%;
}
@media (max-width: 640px) {.about-5 .about-5-right{float: none;width: 100%;}}

.about-5 h4 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #72A22D;
}
.about-5 h5 {
	font-size: 1.1rem;
	font-weight: 600;
	padding: 2px 0 2px 8px;
	border-left: 6px solid #72A22D;
	margin: 15px 0;
}
.about-5 p{
	font-size: 0.95rem;

}
.about-5 table{
	width: 100%;

}
.about-5 table td{
	padding: 10px;

}
.about-6 p{
	font-size: 0.95rem;
	line-height: 1.4;
	padding: 0 0 25px;
}
.about-7 {
	overflow: hidden;
	margin: 0 0 30px;
	font-size: 0.95rem;
}
.about-7 h4 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #72A22D;
}
.about-7 ul {

	list-style: none;
}
.about-7 ul li {

}
.about-7 ul li::before {
	content: "\2022";
	color: #72A22D;
	font-weight: bold;
	/* margin-left: -1em; */
	padding-right: 5px;
	font-size: 1.2rem;
}
.about-7 img{
	width: 100%;
	padding-bottom: 20px;
}
.about-7 .about-7-left {
	float: left;
	width: 50%;
	padding-right: 5%;
}
@media (max-width: 640px) {.about-7 .about-7-left{float: none;width: 100%;}}

.about-7 .about-7-right {
	float: left;
	width: 45%;
}
@media (max-width: 640px) {.about-7 .about-7-right{float: none;width: 100%;}}

.about-7 p{
	font-size: 0.95rem;
	line-height: 1.4;
	padding: 0 0 25px;
}

.img-left {
	float: left;
	width: 55%;
	padding-right: 40px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {.img-left{float: none;width: 100%;padding-right: 0;}}

.m-dt {
	display: none;
	float: left;
	color: #666666;
	font-weight: 600;
}
@media (max-width: 767px) {.m-dt{display: block;}}



.css-table{
    display: table;
}
.css-table .thead{
    display:table-header-group;
}
.css-table .tbody{
    display:table-row-group;
}
.css-table .tr{
    display:table-row;
}
.css-table .th, .css-table .td{
    display:table-cell;
}
.more a:hover {
	background: #333333;
}
.opc .section.active {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.opc .section .step-title {
	margin: 0 0 10px;
	position: relative;
	width: 100%;
}
.opc .section .step-title .number {
	background-color: #333333;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 30px;
}
.opc .section .step-title .number2 {
	background-color: #72A22D;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 30px;
}

.opc .section .step-title h2 {
	/* float: left; */
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 4px 0 55px;
	padding: 0;
}
.opc .section .step-title h2 a {
	color: #72A22D;
	display: block;
	padding: 10px 0;
	line-height: 1.4;
}
.opc .section .step-title .plus {
	background-color: #999999;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 39px;
	line-height: 37px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 39px;
	right: 0;
	cursor: pointer;
}
.opc .section .step-title .plus::before {
	content: "+";
}
.opc .section .step-title .minus {
	background-color: #05b2c6;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 39px;
	line-height: 37px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 39px;
	right: 0;
	cursor: pointer;
}
.opc .section .step-title .minus::before {
	content: "-";
}
.opc .section .step-title p {
	float: left;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 10px 0;
	color: #333333;
	margin: 0 4px 0 55px;
}
.opc .section .step-title::after {
	clear: both;
	content: "";
	display: table;
}
.Worldwide-top {
	padding: 50px 0 70px 50px;
	margin: 0 0 30px;
}
.Worldwide-top h3 {
	color: #ffffff;
	font-size: 1.7rem;
	padding: 0 0 15px;
}
.banner-bot {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 1000;
}
@media (max-width: 480px) {.banner-bot{width: 60%;}}

.banner-bot img{
	width: 240px;
}
@media (max-width: 480px) {.banner-bot img{width: 100%;}}

.open > .dropdown-menu {
	display: block;
	min-width: 7rem;
	left: 20px;
}
.dropdown-menu a {
	float: none !important;
}
.timeline {
	list-style: none;
	padding: 60px 0 40px;
	position: relative;
	margin: 20px 0 0;
}
.timeline::before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 6px;
	background-color: #72A22D;
	left: 50%;
	margin-left: -2px;
}
.timeline > li {
	margin-bottom: 0;
	position: relative;
}
.timeline > li::before, .timeline > li::after {
	content: " ";
	display: table;
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -9px;
	background-color: #72A22D;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.cer ul {
	margin: 0 -30px;
}
.cer ul li {
	float: left;
	width: 33.33%;
	padding: 30px;
}
@media (max-width: 640px) {.cer ul li{width: 50%;}}
@media (max-width: 480px) {.cer ul li{width: 100%;}}

.cer ul li img{
	border: 1px solid #cccccc;
}
  /* -------------------------------------------
     Career
  ---------------------------------------------*/
.career-photo {
	overflow: hidden;
	width: 100%;
}
.career-photo ul li{
	float: left;
	width: 33.33%;
	border: 1px solid #ffffff;
}
.career-joinus {
	margin: 60px 0 -60px 0;
}
.career-joinus-inner {
	text-align: center;
	padding: 120px 0;
}
@media (max-width: 640px) {.career-joinus-inner{padding: 60px 0;}}

.career-joinus-inner p {
	font-size: 1.2rem;
	color: #ffffff;
	width: 40%;
	margin: 0 auto;
	line-height: 1.8;
}
@media (max-width: 640px) {.career-joinus-inner p{width: 80%;}}

.career-joinus-links a {
	display: inline-block;
	color: #ffffff;
	font-weight: 600;
	font-size: 1rem;
	padding: 6px 40px 10px;
	border: 1px solid #ffffff;
}
.career-joinus-links a:hover {
	display: inline-block;
	background: #72A22D;
	color: #ffffff;
	font-weight: 600;
	font-size: 1rem;
	padding: 6px 40px 10px;
	border: 1px solid #72A22D;
}
.span-full-width {
	width: calc(100vw - 17px);
	margin-left: calc(-50vw + 50% + 17px / 2);
}
.career-box {
}
.career-box .career-left {
	float: left;
	width: 50%;
	padding:0 15px;
}
.career-box .career-right {
	float: right;
	width: 50%;
	padding:0 15px;
}
  /* -------------------------------------------
     Investor
  ---------------------------------------------*/
h2.Investor-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
h2.Investor-title::before {
	position: absolute;
	content: "";
	top: calc(100% + 6px);
	width: 100px;
	height: 3px;
	background: #72A22D;
}
.Investor-pageCtrlBar {
	width: 50%;
}
.Investor-pageCtrlBar p {
	padding: 0;
	margin: 0 0 10px;
}
.Investor-pageCtrlBar #monthly-revenue-select-box {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
	height: calc(2.2rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.45;
	color: gray;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d9d9d9;
	border-radius: .25rem;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.Investor-content h3 {
	font-size: 1.5rem;
}
.Investor-content table tbody tr th {
	color: #fff;
	background: #3C3832;
	font-weight: 500;
	text-align: center;
	padding: 0.7rem 0;
	border: 1px solid #ffffff;
	word-break: break-word;
}
.Investor-content table tbody tr td {
	color: #999;
	padding: 0.7rem 0;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	word-break: break-word;
}
.Investor-content table tbody tr td:nth-of-type(1) {
	color: #4d4d4d;
	font-weight: 600;
	padding: 0.7rem 0;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	word-break: break-word;
	text-align: center;
}
.Investor-content table tbody tr td:nth-of-type(n+2) {
	text-align: center;
}
.annual-list {
	text-align: center;
}
.annual-list ul {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1rem;
}
.annual-list ul li {
	flex-basis: 33.33333%;
	max-width: 33.33333%;
	padding: 0 15px;
	margin-bottom: 1.75rem;
	position: relative;
}
@media (max-width: 640px) {.annual-list ul li{flex-basis: 50%;max-width: 50%;}}
@media (max-width: 480px) {.annual-list ul li{flex-basis: 100%;max-width: 100%;}}

.annual-reports-list-wrapper {
	cursor: pointer;
}
.annual-reports-list-wrapper .field-image-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	min-height: 320px;
	background-color: #f2f2f2;
	transition: background-color 0.2s;
}
.annual-reports-list-wrapper .field-image-wrapper img {
	width: 180px;
	height: auto;
	position: relative;
	bottom: -51px;
	transition: all 0.3s;
}
.annual-reports-list-wrapper:hover .field-image-wrapper > img {
	bottom: -25px;
}
.annual-reports-list-wrapper .field-year-wrapper {
	align-self: flex-start;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 1.25rem 1.75rem;
	z-index: 1;
	background: #f8f9fa;
	color: #4d4d4d;
	font-size: 1.4rem;
}
.Investor-Policies {
	border-top: 1px solid #d9d9d9;
	margin-bottom: 3.5rem;
	margin-top: 1.5rem;
}
.Investor-Policies ul li {
	padding: 1.5rem 0;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	cursor: pointer;
	transition: 120ms linear;
}
.Investor-Policies ul li a {
	color: #666666;
	text-decoration: none;
	padding-right: 4rem;
	word-wrap: break-word;
	width: 100%;
	transition: 120ms linear;
}
.Investor-Policies ul li i {
	color: #b32a2a;
	margin-right: 0.5rem;
	font-size: larger;
	display: inline-block;
}
.Investor-Policies ul li:hover a {
	color: #5C8D16;
	transition: 120ms linear;
}
.Investor-Policies ul li:hover {
	background: #F8F9FA;
	padding-left: 10px;
	transition: 120ms linear;
}
.Investor-content ol {
	margin: 0 0 0 20px;
}
.Investor-content ol li {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: decimal !important;
	color: #333333;
}
.Quotes-list ul{
	margin: 0 -30px;
}
.Quotes-list ul li {
	float: left;
	width: 33.33%;
}
.Quotes-list ul li a {
	display: block;
	padding: 20px;
	margin: 15px 30px;
	background-color: #ffffff;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
}
.Quotes-list ul li a:hover {
	display: block;
	padding: 20px;
	margin: 15px 30px;
	background-color: #ffffff;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
}
.Quotes-list ul li .Quotes-icon{
}
.Quotes-list ul li .Quotes-icon img {
	width: 80px;
	margin: 0 auto;
}
.Quotes-list ul li .Quotes-title {
	padding: 15px 0;
	font-weight: 600;
	text-align: center;
}
.Investor-th2 {
	color: #333333;
	font-size: 1.3rem;
	font-weight: 600;
	position: relative;
	margin: 0 0 30px;
}
.Investor-th2::before {
	position: absolute;
	content: "";
	top: calc(100% + 6px);
	width: 100px;
	height: 3px;
	background: #72A22D;
}


#header {
	position: relative;
	background-color: white;
	width: 100%;
	z-index: 1000;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
#header.sticky {
	position: fixed;
	top: 0;
}
#header.sticky-hidden {
	position: fixed;
	top: -130px;
	width: calc(100% - 40px);
}
#header2 {
	position: relative;
	background-color: white;
	width: 100%;
	z-index: 1000;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
	display: none;
}
@media (max-width: 1369px) {#header2{display: block;}}

#header2.sticky {
	position: fixed;
	top: 0;
}
#header2.sticky-hidden {
	position: fixed;
	top: -60px;
	width: calc(100% - 40px);
}


/* -------------------------------------------
     Cookie
---------------------------------------------*/
.f-cookie {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #222;
	padding: 1.5rem;
	z-index: 1000;
}
.f-cookie {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #222;
	padding: 1.5rem 2.5rem;
	z-index: 1000;
}
.f-cookie-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center; 
}

.f-cookie p {
	margin: 0 3rem 0 0;
	color:#ffffff;
}
.f-cookie .cookie-btn {
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 5px;
	padding: 1rem 1.75rem;
	background: #72A22D;
	color:#ffffff;
}
/* -------------------------------------------
     Cookie
---------------------------------------------*/
@media (max-width: 1369px) {.elementor-image-box-img{display: none;}}
.about-brand {
	display: flex;
}
@media (max-width: 640px) {.about-brand{flex-direction: column;}}

.about-brand .about-brand-left {
	display: flex;
	flex: 1;
}
.about-brand .about-brand-right {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}