





.wp-block-archives-dropdown label {
	display: block
}

.wp-block-audio {
	margin: 0 0 1em
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
	color: #fff
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap,.5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap,.5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap,.5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	width: 100%;
	flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
	border-radius: 0!important
}

.is-style-outline>:where(.wp-block-button__link),:where(.wp-block-button__link).is-style-outline {
	border: 2px solid;
	padding: .667em 1.333em
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: currentColor
}

.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}

.wp-block-buttons.is-vertical {
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}

.wp-block-buttons.aligncenter {
	text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.wp-block-button.aligncenter,.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,.wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar table caption,.wp-block-calendar table tbody {
	color: #40464d
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-code code {
	display: block;
	white-space: pre-wrap;
	overflow-wrap: break-word
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

.wp-block-columns:where(.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

@media (max-width:599px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - var(--wp--style--block-gap,2em)/2)!important;
		flex-grow: 0
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: var(--wp--style--block-gap,2em)
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0%;
		flex-grow: 1
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: var(--wp--style--block-gap,2em)
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0%;
	flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
	margin-left: var(--wp--style--block-gap,2em)
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-cover,.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
	.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover-image .has-background-dim:before,.wp-block-cover.has-background-dim:before,.wp-block-cover .has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports (position:sticky) {
	.wp-block-cover-image:after,.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #000
}

.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-cover .wp-block-embed {
	min-width: 320px;
	min-height: 240px
}

.wp-block-embed {
	margin: 0 0 1em;
	overflow-wrap: break-word
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file .wp-block-file__embed {
	margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.blocks-gallery-grid,.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start
}

.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto
}

.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
	box-sizing: border-box;
	margin: 0;
	z-index: 2
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,.wp-block-gallery figcaption {
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
	height: 100%;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start
}

.wp-block-gallery.has-nested-images {
	display: flex;
	flex-wrap: wrap
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0 var(--gallery-block--gutter-size,16px) var(--gallery-block--gutter-size,16px) 0;
	width: calc(50% - var(--gallery-block--gutter-size,16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image),.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
	margin-right: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	flex-direction: column;
	max-width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	margin: 0;
	flex-direction: column;
	flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100%!important;
	width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	width: 100%;
	box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	flex: initial;
	background: none;
	color: inherit;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative
}

.wp-block-gallery.has-nested-images figcaption {
	flex-grow: 1;
	flex-basis: 100%;
	text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-top: 0;
	margin-bottom: auto
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
	margin-bottom: var(--gallery-block--gutter-size,16px)
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
	bottom: var(--gallery-block--gutter-size,16px)
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	width: 100%;
	flex: 1 0 0%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	margin-right: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(33.33333% - var(--gallery-block--gutter-size,16px)*0.66667)
	}

	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px)
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(25% - var(--gallery-block--gutter-size,16px)*0.75)
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px)
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(20% - var(--gallery-block--gutter-size,16px)*0.8)
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px)
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(16.66667% - var(--gallery-block--gutter-size,16px)*0.83333)
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px)
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(14.28571% - var(--gallery-block--gutter-size,16px)*0.85714)
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px)
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(12.5% - var(--gallery-block--gutter-size,16px)*0.875)
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px)
	}

	.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n),.wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n),.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n),.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n),.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n),.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n),.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n),.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
		margin-right: 0
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size,16px);
		width: calc(33.33% - var(--gallery-block--gutter-size,16px)*0.66667)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
		margin-right: 0
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--gallery-block--gutter-size,16px)*0.5)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%
	}
}

.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
	overflow-wrap: break-word
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background {
	padding: 1.25em 2.375em
}

.wp-block-image {
	margin: 0 0 1em
}

.wp-block-image img {
	vertical-align: bottom
}

.wp-block-image:not(.is-style-rounded)>a,.wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
	height: auto;
	width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright {
	display: table
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

.wp-block-image figure {
	margin: 0
}

ol.wp-block-latest-comments {
	margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto;
	max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}

ol,ul {
	overflow-wrap: break-word;

}

ol.has-background,ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	direction: ltr;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media {
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	grid-column: 1;
	grid-row: 1;
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	grid-column: 2;
	grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	grid-column: 1;
	grid-row: 1
}

.wp-block-media-text__media img,.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2
	}
}



.wp-block-navigation ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0
}

.wp-block-navigation ul,.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	display: flex;
	align-items: center;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	color: inherit;
	display: block;
	padding: 0
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-item,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__submenu-container,.wp-block-navigation[style*=text-decoration] a,.wp-block-navigation[style*=text-decoration] a:active,.wp-block-navigation[style*=text-decoration] a:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) a,.wp-block-navigation:not([style*=text-decoration]) a:active,.wp-block-navigation:not([style*=text-decoration]) a:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	padding: 0;
	background-color: inherit;
	color: currentColor;
	border: none;
	margin-left: .25em;
	width: .6em;
	height: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	width: inherit;
	height: inherit
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between
}

.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container) {
	background-color: inherit;
	color: inherit;
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: normal;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -1px;
	top: 100%
}

.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-right: 0;
	margin-left: auto
}

.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent
	}

	.wp-block-navigation .has-child:where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	position: relative;
	display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: transparent;
	border: none;
	color: currentColor;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	text-align: left
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation,.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-container-content {
	gap: var(--wp--style--block-gap,2em)
}

.wp-block-navigation:where(.has-background),.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,.wp-block-navigation:where(.has-background) .wp-block-navigation__container {
	gap: var(--wp--style--block-gap,.5em)
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,.wp-block-navigation:where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation__container {
	display: flex;
	flex-wrap: var(--navigation-layout-wrap,wrap);
	flex-direction: var(--navigation-layout-direction,initial);
	justify-content: var(--navigation-layout-justify,initial);
	align-items: var(--navigation-layout-align,initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child {
	flex-grow: 1
}

.wp-block-navigation__responsive-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	display: flex;
	flex-wrap: var(--navigation-layout-wrap,wrap);
	flex-direction: var(--navigation-layout-direction,initial);
	justify-content: var(--navigation-layout-justify,initial);
	align-items: var(--navigation-layout-align,initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	color: inherit!important;
	background-color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
	display: flex;
	flex-direction: column;
	background-color: inherit;
	padding: 2em;
	overflow: auto;
	z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: calc(2em + 24px);
	overflow: visible;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: var(--navigation-layout-justification-setting,inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	opacity: 1;
	visibility: visible;
	height: auto;
	width: auto;
	overflow: initial;
	min-width: 200px;
	position: static;
	border: none;
	padding-left: 2em;
	padding-right: 2em
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap,2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	display: flex;
	flex-direction: column;
	align-items: var(--navigation-layout-justification-setting,initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	color: inherit!important;
	background: transparent!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	right: auto;
	left: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block;
		width: 100%;
		position: relative;
		z-index: auto;
		background-color: inherit
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open {
	vertical-align: middle;
	cursor: pointer;
	color: currentColor;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0
}

.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	pointer-events: none;
	display: block;
	width: 24px;
	height: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.wp-block-navigation__responsive-close {
	width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
	position: relative
}

html.has-modal-open {
	overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
	word-break: normal;
	overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
	color: inherit;
	display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
	text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(0,0,0,.15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
	top: -1px
}

.wp-block-navigation .wp-block-page-list {
	display: flex;
	flex-direction: var(--navigation-layout-direction,initial);
	justify-content: var(--navigation-layout-justify,initial);
	align-items: var(--navigation-layout-align,initial);
	flex-wrap: var(--navigation-layout-wrap,wrap);
	background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p {
	overflow-wrap: break-word
}

p.has-drop-cap.has-background {
	overflow: hidden
}

p.has-background {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}

.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0%
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-comments>h3:first-of-type {
	margin-top: 0
}

.wp-block-post-comments .commentlist {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .comment-author {
	line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	line-height: 1.5;
	margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .75em
}

.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .reply {
	font-size: .75em;
	margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-size: 1em;
	font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments input[type=submit] {
	border: none
}

.wp-block-post-comments-form[style*=font-weight]:where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family]:where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size]:where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size]:where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height]:where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style]:where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing]:where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-size: 1em;
	font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-title a {
	display: inline-block
}

.wp-block-preformatted {
	white-space: pre-wrap
}

.wp-block-preformatted.has-background {
	padding: 1.25em 2.375em
}

.wp-block-pullquote {
	margin: 0 0 1em;
	padding: 3em 0;
	text-align: center;
	overflow-wrap: break-word
}

.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright,.wp-block-pullquote.has-text-align-left,.wp-block-pullquote.has-text-align-right {
	max-width: 420px
}

.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p,.wp-block-pullquote.has-text-align-left p,.wp-block-pullquote.has-text-align-right p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-post-template,.wp-block-query-loop {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	list-style: none;
	padding: 0
}

.wp-block-post-template.wp-block-post-template,.wp-block-query-loop.wp-block-post-template {
	background: none
}

.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li {
	margin: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	margin-right: 1ch;
	display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	margin-left: 1ch;
	display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-quote {
	overflow-wrap: break-word
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right
}

ul.wp-block-rss {
	list-style: none;
	padding: 0
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: .375em .625em;
	color: #32373c;
	margin-left: .625em;
	word-break: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em;
	fill: currentColor
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	padding: 8px;
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots:before {
	content: "···";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-site-logo {
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block
}

.wp-block-site-logo.is-default-size img {
	width: 120px;
	height: auto
}

.wp-block-site-logo a,.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px
}

.wp-block-social-links {
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	width: 1em;
	height: 1em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-block-social-link {
	display: block;
	border-radius: 9999px;
	transition: transform .1s ease;
	height: auto
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-duration: 0s;
		transition-delay: 0s
	}
}

.wp-block-social-link a {
	display: block;
	line-height: 0;
	transition: transform .1s ease
}

.wp-block-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	color: currentColor;
	fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 1.25em;
	height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-spacer {
	clear: both
}

.wp-block-tag-cloud.aligncenter {
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

.wp-block-table {
	margin: 0 0 1em;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr {
	border-color: inherit
}

.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr {
	border-style: inherit
}

.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr {
	border-width: inherit
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	white-space: pre-wrap
}

.wp-block-video {
	margin: 0 0 1em
}

.wp-block-video video {
	width: 100%
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: inline-block
}

.wp-block-post-featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom
}

.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img {
	width: 100%
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg,#020381,#2874fc)
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html:where(img) {
	height: auto;
	max-width: 100%
}

@font-face {
	font-family:'dnd-custom-font';src:url(/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/fonts/icomoon.eot?14xd7m);src:url('/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/fonts/icomoon.eot?14xd7m#iefix') format('embedded-opentype'),url(/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/fonts/icomoon.ttf?14xd7m) format('truetype'),url(/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/fonts/icomoon.woff?14xd7m) format('woff'),url('/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/fonts/icomoon.svg?14xd7m#icomoon') format('svg');font-weight:400;font-style:normal
}[class^="dnd-icon-"],[class*=" dnd-icon-"] {
	font-family: 'dnd-custom-font'!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.dnd-icon-blank-file:before {
	content: "\e900"
}

.dnd-icon-remove:before {
	content: "\e901"
}

.icon-upload:before {
	content: "\e902"
}

.dnd-icon-remove.deleting {
	outline: none;
	font-family: inherit!important;
	font-size: 12px;
	color: #000;
	font-weight: 500
}

.dnd-icon-remove.deleting:before {
	content: ''
}

.wpcf7-drag-n-drop-file.d-none {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0
}

.dnd-upload-status {
	display: flex;
	padding: 4px 0;
	align-items: center;
	position: relative
}

.dnd-upload-status .dnd-upload-image {
	width: 40px;
	height: 40px;
	border: 1px solid #a5a5a5;
	text-align: center;
	border-radius: 100%;
	position: relative
}

.dnd-upload-status .dnd-upload-image span {
	font-size: 20px;
	color: #222;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	left: 50%
}

.dnd-upload-status .dnd-upload-details {
	padding-left: 10px;
	width: 100%
}

.dnd-upload-status .dnd-upload-details .name {
	color: #016d98;
	padding: 4px 0;
	display: block
}

.dnd-upload-status .dnd-upload-details .name em {
	color: #444242;
	font-weight: 700;
	padding-right: 20px
}

.dnd-upload-status .dnd-upload-details .remove-file {
	position: absolute;
	right: 0;
	top: 6px;
	text-decoration: none;
	box-shadow: none;
	outline: none!important
}

.dnd-upload-status .dnd-upload-details span.has-error {
	color: #f50505
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background: #565555;
	height: 14px
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background: #4CAF50;
	display: block;
	font-size: 11px;
	text-align: right;
	color: #fff;
	height: 100%;
	width: 0;
	line-height: 14px
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
	width: 100%!important;
	padding-right: 5px
}

.codedropz-upload-handler {
	border: 2px dashed #c5c5c5;
	border-radius: 5px;
	margin-bottom: 10px
}

.codedropz-upload-container {
	padding: 15px 20px
}

.codedropz-upload-inner {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	font-weight: inherit
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	text-decoration: none;
	box-shadow: none
}

.codedropz-upload-inner h3 {
	margin: 5px 0
}

.codedropz-dragover {
	border-color: #6b6a6a
}

.codedropz-upload-wrapper span.has-error-msg {
	display: inline-block;
	color: #fd3939;
	padding: 5px 0;
	font-style: italic
}

@media screen and (max-width:767px) {
	.dnd-upload-status .dnd-upload-details .name em {
		font-weight: 400
	}

	.dnd-upload-status .dnd-upload-details .name {
		padding-right: 60px
	}
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

div.wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid red
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,div.wpcf7-aborted {
	border: 2px solid red
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500
}

div.wpcf7-validation-errors,div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
	position: relative
}

span.wpcf7-not-valid-tip {
	color: red;
	font-size: 1em;
	font-weight: 400;
	
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: .2em .8em
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after {
	content: " "
}

.wpcf7-display-none {
	display: none
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible
}

div.wpcf7 div.ajax-error {
	display: none
}

div.wpcf7 .placeheld {
	color: #888
}

div.wpcf7 input[type="file"] {
	cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wp-video-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.88);
	z-index: 8888888
}

.wp-video-popup-video {
	display: none;
	z-index: 8888889
}

.wp-video-popup-video.is-landscape {
	width: 90%;
	height: auto;
	max-width: 1200px;
	max-height: 90%
}

.wp-video-popup-video.is-hosted.is-portrait {
	width: auto;
	height: 90%;
	max-width: 90%
}

.wp-video-popup-close {
	background-image: url(/wp-content/plugins/responsive-youtube-vimeo-popup/assets/img/wp-video-popup-close.png);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	text-align: center;
	width: 60px;
	cursor: pointer;
	z-index: 9999999;
	-moz-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s
}

.wp-video-popup-close:hover {
	opacity: .7
}

.wp-video-popup {
	cursor: pointer
}





.vp-close-button:before {
	content: "\61"
}

.YouTubePopUp-Wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	z-index: 9999999999999
}

body.logged-in .YouTubePopUp-Wrap {
	top: 32px
}

.Video-PopUp-Content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 100%
}

.vp-flex {
	max-width: 880px;
	width: 100%;
	height: 440px;
	margin: 0 60px;
	position: relative;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3)
}

.vp-flex iframe,.vp-flex video {
	width: 100%;
	height: 100%;
	max-width: 100%!important;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
	outline: none!important;
	display: block
}

.YouTubePopUp-Close {
	position: absolute;
	top: 0;
	cursor: pointer;
	left: -36px;
	margin: auto 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s
}

.YouTubePopUp-Close:before {
	font-family: 'vp-close-icon'!important;
	speak: none!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-variant: normal!important;
	text-transform: none!important;
	line-height: 1!important;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	content: "\61";
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	font-size: 26px;
	color: #fff
}

.YouTubePopUp-Close:hover {
	opacity: .5
}

.vp-flex.vp-flex-no-border,.vp-flex-no-border {
	padding: 0!important;
	background: transparent!important
}

.vp-flex-no-border.vp-vt-locally,.vp-flex-no-border.vp-vt-vimeo {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

@media all and (max-width:782px) {
	body.logged-in .YouTubePopUp-Wrap {
		top: 46px!important
	}
}

@media all and (max-width:600px) {
	body.logged-in .YouTubePopUp-Wrap {
		top: 0!important
	}

	.YouTubePopUp-Close {
		top: -31px;
		left: -5px
	}

	.vp-flex,.Video-PopUp-Content .vp-flex {
		max-width: 480px!important;
		height: 320px!important
	}
}

@media all and (max-width:480px) {
	.vp-flex,.Video-PopUp-Content .vp-flex {
		max-width: 480px!important;
		height: 240px!important;
		margin: 0 20px
	}
}

@media all and (max-width:320px) {
	.vp-flex,.Video-PopUp-Content .vp-flex {
		max-width: 280px!important;
		height: 140px!important
	}
}

.wp-block-audio figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
	color: rgba(255,255,255,.65)
}

.wp-block-code>code {
	font-family: Menlo,Consolas,monaco,monospace;
	color: #1e1e1e;
	padding: .8em 1em;
	border: 1px solid #ddd;
	border-radius: 4px
}

.wp-block-embed figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
	color: rgba(255,255,255,.65)
}

.blocks-gallery-caption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .blocks-gallery-caption {
	color: rgba(255,255,255,.65)
}

.wp-block-image figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-image figcaption {
	color: rgba(255,255,255,.65)
}

.wp-block-pullquote {
	border-top: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
	margin-bottom: 1.75em;
	color: currentColor
}

.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation {
	color: currentColor;
	text-transform: uppercase;
	font-size: .8125em;
	font-style: normal
}

.wp-block-quote {
	border-left: .25em solid currentColor;
	margin: 0 0 1.75em 0;
	padding-left: 1em
}

.wp-block-quote cite,.wp-block-quote footer {
	color: currentColor;
	font-size: .8125em;
	position: relative;
	font-style: normal
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: .25em solid currentColor;
	padding-left: 0;
	padding-right: 1em
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0
}

.wp-block-quote.is-style-plain,.wp-block-quote.is-style-large,.wp-block-quote.is-large {
	border: none
}

.wp-block-search .wp-block-search__label {
	font-weight: 700
}

.wp-block-group:where(.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid currentColor;
	margin-left: auto;
	margin-right: auto;
	opacity: .4
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
	padding: .5em;
	border: 1px solid;
	word-break: normal
}

.wp-block-table figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-table figcaption {
	color: rgba(255,255,255,.65)
}

.wp-block-video figcaption {
	color: #555;
	font-size: 13px;
	text-align: center
}

.is-dark-theme .wp-block-video figcaption {
	color: rgba(255,255,255,.65)
}

.wp-block-template-part.has-background {
	padding: 1.25em 2.375em;
	margin-top: 0;
	margin-bottom: 0
}

html {
	-webkit-tap-highlight-color: transparent;
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	overflow-scrolling: touch
}





fieldset,img {
	border: 0
}

address,caption,cite,dfn,em,th,var {
	font-style: normal;
	font-weight: 400
}

ol,ul {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}







table {
	border-collapse: collapse;
	border-spacing: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	display: block;
	margin: 0;
	padding: 0
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

time,mark {
	display: inline
}

mark {
	background-color: #ff0;
	color: #000
}

audio:not([controls]) {
	display: none;
	height: 0
}



img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all .24s ease;
	-o-transition: all .24s ease;
	transition: all .24s ease
}


html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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








h2 {
    
font-family: Montserrat-Bold;
    margin: 0px;
    padding: 0px 10px;
font-size: calc(1.375rem + 1.5vw);
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

@media (max-width:960px) {
	h2 {
		font-size: 42px
	}
}

@media (max-width:768px) {
	h2 {
		font-size: 36px
	}
}

@media (max-width:540px) {
	h2 {
		font-size: 28px
	}
}



.clearfix:before,.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.back2top {
	cursor: pointer
}

.container,.mml-row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	max-width: 100%;
}

.banner {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: cover;
	background-size: cover;
	max-height: 960px
}

.ipage {
	width: 1920px;
	max-width: 100%
}





.mml-page,.mml-ellipsis {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	line-height: 20px;
	min-width: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center
}

.mml-page {
	cursor: pointer
}[class*=slicker-] {
	max-height: 0;
	overflow: hidden
}[class*=slicker-].slick-initialized {
	overflow: unset;
	max-height: unset
}

.slick-slide {
	outline: none
}

.slick-slide a {
	outline: none
}

.slick-arrow {
	position: absolute;
	z-index: 1;
	border: unset;
	background-color: transparent;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer
}

.slick-arrow i {
	font-size: 20px;
	color: #fff
}

.slick-arrow i:hover {
	color: #ec461f
}

.slick-arrow.slick-prev {
	left: 0
}

.slick-arrow.slick-next {
	right: 0
}

.slick-dots {
	text-align: center
}

.slick-dots>li {
	display: inline-block;
	margin: 4px;
	width: 12px;
	height: 12px;
	background-color: #ec461f;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.24s;
	-o-transition: all 0.24s;
	transition: all 0.24s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ec461f;
	cursor: pointer
}

.slick-dots>li.slick-active {
	background-color: transparent
}

.slick-dots button {
	display: none
}

.slick-track {
	margin: 0 auto;
	margin-left: 0px!important
}

.m-header {
	position: relative;
	z-index: 91;
	background-color: rgba(0,0,0,0)
}

.m-header.sticky-header .m-header-bd {
	position: fixed;
	z-index: 20;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1)
}

.m-header .m-header-bd {
	padding: 0 80px
}

@media (max-width:1340px) {
	.m-header .m-header-bd {
		padding: 0 20px
	}
}

.m-header .container {
	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;
	width: 1560px
}

.m-header .m-logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	padding: 8px 0;
	text-align: center
}

.m-header .m-nav {
	margin: 0 0 0 auto;
	white-space: nowrap;
	text-align: center
}

.m-header .m-nav .responsive-menu-toggle {
	display: none;
	padding: 10px;
	color: #1a1a1a
}

.m-header .m-nav .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.m-header .m-nav .menu>li.menu-item {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.m-header .m-nav .menu .current-menu-parent>a,.m-header .m-nav .menu .current-menu-item>a {
	color: #ec461f
}

.m-header .m-nav .menu .current-menu-parent>a:after,.m-header .m-nav .menu .current-menu-item>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ec461f
}

.m-header .m-nav .menu a {
	position: relative;
	display: block;
	padding: 20px 25px
}

@media (max-width:1340px) {
	.m-header .m-nav .menu a {
		padding: 20px 15px
	}
}

@media (max-width:1140px) {
	.m-header .m-nav .menu a {
		padding: 20px 12px
	}
}

.m-header .m-nav .menu .menu-arrow {
	margin-left: .2em;
	padding: 0 0 0 5px;
	vertical-align: middle;
	font-size: .6em
}

.m-header .m-nav .menu a,.m-header .m-nav .menu span {
	color: #1a1a1a
}

.m-header .m-nav .sub-menu {
	position: absolute;
	z-index: 100;
	display: none;
	min-width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1)
}

.m-header .m-nav .sub-menu.active {
	display: block
}

.m-header .m-nav .sub-menu a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.m-header .m-nav .sub-menu a:hover {
	background: rgba(0,0,0,.06)
}

.m-header .m-nav .sub-menu .menu-arrow {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.m-header .m-nav .sub-menu>li.menu-item {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.05)
}

.m-header .m-nav .sub-menu>li.menu-item:nth-last-child {
	border: none
}

.m-header .m-nav .sub-menu>li.menu-item>.sub-menu {
	position: absolute;
	top: 0;
	left: 100%
}

.m-header .m-nav .sub-menu .current-menu-item>a {
	color: #ec461f
}

.m-header .m-nav .sub-menu .current-menu-item>a:after {
	display: none
}

.m-header .mml-quote {
	margin-left: 25px
}

.m-header .mml-quote:hover a {
	background-color: #ec461f
}

.m-header .mml-quote a {
	padding: 8px 35px!important;
	background-color: #3c3937;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff!important;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px)
}

.m-header .responsive-menu-bd .responsive-menu-toggle {
	top: -55px
}

.stack .container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.stack .m-logo {
	width: 100%;
	text-align: center
}

.stack .m-logo:after {
	position: absolute;
	left: 50%;
	content: '';
	display: block;
	width: 50%;
	margin-top: 5px;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.split-menu .container {
	position: relative;
	display: inherit
}

.split-menu .m-logo {
	position: absolute;
	width: calc(24% - 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center
}

.split-menu .m-nav {
	width: 100%
}

.split-menu .m-nav .menu-container {
	float: left;
	width: 38%
}

.split-menu .m-nav .menu-container:nth-last-child(1) {
	float: right
}

.responsive-menu-bd {
	position: relative;
	height: 0
}

.responsive-menu-bd .responsive-menu-toggle {
	position: absolute;
	right: 20px;
	top: -41px;
	max-width: 60px
}

@media (max-width:1024px) {
	.m-header .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.m-header .m-logo {
		width: 100%
	}

	.m-header .m-nav {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
		width: 100%
	}

	.m-header .m-nav .responsive-menu-toggle {
		display: block
	}

	.m-header .m-nav .menu-container {
		display: none
	}

	.m-header .m-nav .menu-container.has-template .menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.m-header .m-nav .menu-container.has-template .menu>li.menu-item {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto
	}

	.m-header .m-nav .menu-container.has-template .menu .sub-menu .menu-arrow {
		-webkit-transform: translateY(-50%) rotate(0deg);
		-ms-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg)
	}

	.m-header .m-nav .menu-container.has-template .menu .sub-menu>li.menu-item>.sub-menu {
		top: 100%;
		left: 0
	}

	.stack .m-logo:after {
		display: none
	}

	.split-menu .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.split-menu .m-logo {
		position: relative;
		left: 0;
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.split-menu .m-nav .menu-container {
		width: 100%;
		float: none
	}

	.custom-menu .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.custom-menu .m-logo {
		width: 100%
	}

	.custom-menu .m-nav {
		max-width: 100%;
		width: 100%
	}
}

.slide-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9002;
	display: none;
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,.6)
}

.slide-close {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 60px;
	text-align: right;
	font-size: 20px
}

.slide-close i {
	display: inline-block;
	cursor: pointer;
	padding: 20px
}

.slide-menu {
	position: fixed;
	top: 0;
	right: -250px;
	z-index: 100000;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	border-bottom-width: 60px;
	border-bottom-style: solid;
	border-color: #191919;
	color: #a6a6a6;
	font-size: 15px;
	background-color: #191919
}

.slide-menu .menu-container {
	border-bottom: 1px solid rgba(255,255,255,.03)
}

.slide-menu .menu-container ul li {
	width: 100%;
	position: relative;
	border-top: 1px solid rgba(255,255,255,.03);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #a6a6a6
}

.slide-menu .menu-container ul li.active {
	color: #fff
}

.slide-menu .menu-container ul li.active>a .menu-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.slide-menu .menu-container ul li a {
	position: relative;
	display: block;
	padding: 11px 5px 10px 20px;
	margin-right: 50px;
	text-decoration: none;
	line-height: 19px;
	color: inherit
}

.slide-menu .menu-container ul li .menu-arrow {
	position: absolute;
	right: -40px;
	top: 0;
	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;
	height: 100%;
	padding: 0 10px;
	color: #999;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.slide-menu .menu-container ul li .sub-menu {
	display: none
}

.slide-menu .menu-container>ul li .sub-menu li>a {
	padding-left: 30px
}

.slide-menu .menu-container>ul li .sub-menu li .sub-menu li>a {
	padding-left: 45px
}

.slide-menu .menu-container>ul li .sub-menu li .sub-menu li .sub-menu li a {
	padding-left: 60px
}

.page-banner {
	position: relative
}

.page-banner:after {
	content: '';
	display: block;
	width: 300px;
	height: 560px;
	background-color: #3c3937;
	opacity: .3;
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 90
}

@media (max-width:1240px) {
	.page-banner:after {
		width: 280px
	}
}

.page-banner .banner {
	height: 400px;
	background-image: url(/wp-content/themes/mml-theme/dist/img/common-/p02-0-s01-pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 1
}

.page-banner .banner::before {
	content: '';
	display: block;
	width: 70%;
	max-width: 970px;
	background-color: #ec461f;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.page-banner h1 {
	font-size: 48px;
	color: #fff;
	padding-top: 95px
}

.page-banner p {
	color: #fff;
	margin-top: 20px
}

.page-banner .bre {
	padding: 30px 0
}

.page-banner .bre li {
	display: inline-block;
	color: #ec461f
}

.page-banner .bre li:last-child {
	text-decoration: underline
}

.page-banner .bre a {
	color: #191919
}

.page-banner .bre a:hover {
	color: #ec461f
}

@media (max-width:960px) {
	.page-banner::after {
		display: none
	}

	.page-banner .banner:before {
		width: 100%
	}
}

@media (max-width:580px) {
	.page-banner h1 {
		font-size: 32px;
		padding-top: 50px
	}

	.page-banner .banner::before {
		height: 180px
	}
}

.home-banner {
	padding-top: 100px;
	position: relative;
	width: 100%;
	max-width: 1920px
}

.home-banner:before {
	content: '';
	display: block;
	height: 322px;
	width: 370px;
	background-color: #3c3937;
	position: absolute;
	left: 0xp;
	bottom: -1px
}

.home-banner:after {
	content: '';
	display: block;
	width: 300px;
	height: 963px;
	background-color: #3c3937;
	opacity: .3;
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 90
}

@media (max-width:1240px) {
	.home-banner:after {
		width: 280px
	}
}

.home-banner .mml-bigRow {
	width: 95%;
	max-width: 1720px;
	margin: 0 auto;
	position: relative
}

.home-banner .line {
	width: 60px;
	height: 3px;
	background-color: #373a3c;
	margin-bottom: 35px
}

.home-banner h1 {
	color: #373a3c;
	font-size: 48px;
	max-width: 900px
}

.home-banner section {
	width: 90%;
	max-width: 1470px;
	margin: 0 auto;
	margin-right: 0
}

.home-banner .banner-text {
	margin-top: 100px;
	position: relative
}

.home-banner .text-wrap {
	position: absolute;
	bottom: 0;
	border-left-style: 0
}

.home-banner .text {
	width: 90%;
	max-width: 580px;
	padding: 90px 90px 60px 60px;
	background-image: url(/wp-content/themes/mml-theme/dist/img/p01-home/p01-s01-icon.jpg);
	position: relative;
	background-position: right
}

.home-banner .video-wrap {
	width: 80px;
	height: 80px;
	background-color: #fff;
	position: absolute;
	left: 60px;
	top: -45px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 100px
}

.home-banner .vp-a {
	display: block
}

.home-banner .icons {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
	width: 0;
	height: 10px;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-color: transparent transparent transparent #ec461f;
	border-style: dashed dashed dashed solid;
	border-width: 16px 21px 16px 21px
}

.home-banner .scrollDown {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: -40px;
	top: 40%;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #979a9c
}

.home-banner .scrollDown img {
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.home-banner p {
	color: #fff
}

.home-banner a.links {
	display: inline-block;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	margin-top: 50px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.home-banner a.links:hover {
	border-bottom: 1px solid #fff
}

.home-banner a.links i {
	margin-left: 10px;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px)
}

@media (max-width:960px) {
	.home-banner {
		padding-top: 60px
	}

	.home-banner:after {
		display: none
	}

	.home-banner h1 {
		font-size: 38px
	}

	.home-banner .text {
		padding: 60px 20px 40px;
		width: 70%
	}

	.home-banner a.links {
		margin-top: 20px
	}

	.home-banner .video-wrap {
		width: 60px;
		height: 60px;
		line-height: 80px;
		top: -30px
	}
}

@media (max-width:768px) {
	.home-banner:before {
		height: 100px
	}

	.home-banner .scrollDown {
		display: none
	}

	.home-banner h1 {
		font-size: 32px
	}

	.home-banner .banner-text {
		margin-top: 40px
	}

	.home-banner section {
		width: 100%
	}

	.home-banner .text {
		bottom: -90px
	}
}

@media (max-width:540px) {
	.home-banner::before {
		width: 100%;
		height: 50%
	}

	.home-banner .text-wrap {
		position: static;
		width: 100%
	}

	.home-banner .text {
		position: relative;
		bottom: 0;
		width: 100%
	}

	.home-banner h1 {
		font-size: 28px
	}
}

.cta {
	height: 420px;
	background-image: url(/wp-content/themes/mml-theme/dist/img/common-/p01-s08-pic.jpg);
	background-position: center
}

.cta .container {
	height: 100%;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cta h2 {
	margin-bottom: 10px;
	color: #fff;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px
}

.cta .cta-text {
	width: 80%;
	max-width: 720px;
	margin: 0 auto;
	margin-right: 40px
}

.cta p {
	color: #fff
}




@media (max-width:880px) {
	.cta .cta-text {
		margin: 0 auto
	}
}

@media (max-width:768px) {
	.cta {
		height: auto;
		padding: 60px 0
	}

	.cta h2 {
		font-size: 36px
	}
}

@media (max-width:540px) {
	.cta .cta-text {
		width: 90%
	}

	.cta h2 {
		font-size: 28px
	}
}

footer .footer-wrap {
	background-color: #1c1917;
	padding: 80px 0
}

footer .footer-wrap .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

footer .switcher {
	margin-top: 180px
}

footer .col {
	width: 24%;
	max-width: 280px;
	margin-right: 2%
}

footer .col:nth-child(4n) {
	margin-right: 0
}

footer .col.contact-sec li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #979a9c
}

footer .col.contact-sec i {
	color: #979a9c;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	margin-right: 10px
}

footer img {
	margin-left: 0;
	margin-bottom: 25px
}

footer p {
	color: #979a9c
}

footer h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px
}

footer ul li {
	margin-bottom: 20px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

footer ul li:hover a {
	color: #ec461f;
	text-decoration: underline
}

footer #back-to-top {
	position: absolute;
	right: 10px;
	top: 5px
}

footer #back-to-top i {
	font-size: 20px;
	color: #ec461f
}

footer a {
	color: #979a9c
}

footer .copyright {
	padding: 28px 0;
	background-color: #3c3937
}

footer .copyright .container {
	position: relative
}

footer .copyright p {
	width: 95%
}

@media (max-width:1200px) {
	footer .col {
		width: 22%;
		max-width: 250px
	}
}

@media (max-width:880px) {
	footer .footer-wrap .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	footer .col {
		width: 45%;
		max-width: 350px;
		margin-top: 40px
	}
}

@media (max-width:540px) {
	footer .footer-wrap {
		padding: 40px 0
	}

	footer .footer-wrap .switcher {
		margin-top: 60px
	}

	footer .col {
		width: 100%
	}
}

.mml-cols-2,.mml-cols-3,.mml-cols-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.mml-cols-2 .blog-item,.mml-cols-3 .blog-item,.mml-cols-4 .blog-item {
	margin: 10px
}

.mml-cols-2 .blog-item {
	width: calc(50% - 20px)
}

.mml-cols-3 .blog-item {
	width: calc(33.3333% - 20px)
}

.mml-cols-3 .blog-title {
	font-size: 20px;
	line-height: 30px
}

.mml-blog,.mml-blog-recent {
	margin: 120px auto;
	font-family: 'Roboto Slab Regular';
	line-height: 23px;
	font-size: 15px
}

.mml-blog a,.mml-blog-recent a {
	color: #444
}

.mml-blog a:hover,.mml-blog-recent a:hover {
	color: #ec461f
}

.mml-blog .mml-image,.mml-blog-recent .mml-image {
	position: relative;
	overflow: hidden
}

.mml-blog .mml-image:hover img,.mml-blog-recent .mml-image:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.mml-blog .mml-text,.mml-blog-recent .mml-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 25px;
	font-weight: 300;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.mml-blog .fa-caret-right,.mml-blog-recent .fa-caret-right {
	margin-left: .6em;
	-webkit-transition: all .24s;
	-o-transition: all .24s;
	transition: all .24s
}

.mml-blog .mml-pages,.mml-blog-recent .mml-pages {
	text-align: center;
	margin-top: 40px
}

.mml-blog .mml-page,.mml-blog-recent .mml-page {
	color: #333;
	font-weight: 700;
	margin: 0 10px
}

.mml-blog .mml-page.mml-active,.mml-blog .mml-page:hover,.mml-blog-recent .mml-page.mml-active,.mml-blog-recent .mml-page:hover {
	background-color: #ec461f;
	color: #fff
}

.blog-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .24s;
	-o-transition: all .24s;
	transition: all .24s;
	background-color: #fff
}

.blog-title {
	display: block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal
}

.blog-time {
	font-weight: 400
}

.blog-time .fa-clock {
	margin-right: .1em
}

.blog-excerpt {
	display: block;
	margin: 10px 0 20px
}

.blog-tag {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 10px 14px;
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px
}

.blog-tag:empty {
	display: none
}

.blog-withbg {
	background-color: #e6eaf1;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.tpl-blog-0 .blog-item,.tpl-blog-1 .blog-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tpl-blog-0 .blog-readmore,.tpl-blog-1 .blog-readmore {
	font-weight: 700;
	font-size: 14px
}

.tpl-blog-0 .blog-excerpt,.tpl-blog-1 .blog-excerpt {
	color: #888
}

.tpl-blog-0 .blog-time {
	position: absolute;
	left: 0;
	bottom: 100%;
	padding: 15px 9px;
	background-color: rgba(255,255,255,.9);
	color: #333;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	-webkit-transform: translate(30px,-30px);
	-ms-transform: translate(30px,-30px);
	transform: translate(30px,-30px)
}

.tpl-blog-0 .blog-date {
	display: block;
	margin-bottom: 14px;
	font-size: 28px
}

.tpl-blog-0 .blog-readmore {
	margin: auto 5px 0 auto;
	color: #ec461f
}

.tpl-blog-0 .blog-readmore:hover {
	color: #ec461f
}

.tpl-blog-1 .blog-readmore {
	margin: auto 0 0 auto;
	padding: 0 14px;
	line-height: 35px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ec461f;
	color: #fff
}

.tpl-blog-1 .blog-readmore:hover {
	color: #fff;
	background-color: #ec461f
}

.tpl-blog-1 .blog-time,.tpl-blog-2 .blog-time {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	padding: 0 25px;
	background-color: rgba(55,67,85,.7);
	color: #fff;
	font-size: 14px;
	line-height: 50px
}

.tpl-blog-2 .blog-readmore {
	color: #ec461f;
	font-weight: 400
}

.tpl-blog-2 .blog-readmore:hover {
	color: #ec461f
}

.tpl-blog-2 .blog-excerpt {
	margin: 10px 0 0;
	color: #666
}

.tpl-blog-3 .blog-time {
	margin-bottom: 5px;
	font-size: 14px
}

.tpl-blog-4 .blog-item {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.tpl-blog-4 .blog-item:before {
	content: '\20';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	width: 0;
	background-color: #ec461f;
	-webkit-transition: width .15s ease;
	-o-transition: width .15s ease;
	transition: width .15s ease
}

.tpl-blog-4 .blog-item:hover:before {
	width: 100%
}

.tpl-blog-4 .mml-text {
	padding: 60px 50px;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.tpl-blog-4 .blog-time {
	color: #9095a2;
	font-size: 18px;
	font-weight: 500
}

.tpl-blog-4 .blog-title {
	margin: 25px 0 15px;
	font-size: 24px;
	color: #222c47
}

.tpl-blog-4 .blog-title:hover {
	color: #ec461f
}

.tpl-blog-4 .blog-excerpt {
	margin: 10px 0 50px
}

.tpl-blog-4 .blog-readmore {
	margin: auto 0 0 0;
	color: #ec461f;
	font-size: 18px;
	font-weight: 500
}

.tpl-blog-4 .blog-readmore:hover {
	color: #ec461f
}

.tpl-blog-4 .blog-readmore i {
	margin-left: .5em
}

.tpl-blog-5,.tpl-blog-6,.tpl-blog-7 {
	position: relative;
	overflow: hidden
}

.tpl-blog-5 .blog-item,.tpl-blog-6 .blog-item,.tpl-blog-7 .blog-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-border-radius: 0;
	border-radius: 0
}

.tpl-blog-5:before {
	content: '\20';
	position: absolute;
	left: 10.7627%;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #ddd
}

.tpl-blog-5 .blog-item {
	padding-left: 16.95%;
	margin-bottom: 40px;
	background-color: transparent
}

.tpl-blog-5 .blog-item:before {
	content: '\20';
	position: absolute;
	left: 10.7627%;
	top: 10px;
	width: 9px;
	height: 9px;
	border: 3px solid #ec461f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ec461f;
	-webkit-transform: translate(-14px,0);
	-ms-transform: translate(-14px,0);
	transform: translate(-14px,0);
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	outline: 3px solid #fff
}

.tpl-blog-5 .blog-item:after {
	content: '\20';
	position: absolute;
	top: 16px;
	left: calc(10.7627% + 5px);
	height: 2px;
	width: 28px;
	background-color: #ddd
}

.tpl-blog-5 .blog-item>a {
	width: 46%;
	max-width: 380px
}

.tpl-blog-5 .mml-text {
	position: static;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.tpl-blog-5 .blog-time {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 7px;
	padding: 0 6px;
	line-height: 22px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ec461f;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	outline: 4px solid #fff
}

.tpl-blog-5 .blog-readmore {
	margin: auto 0 10px 0;
	padding: 0 20px;
	background-color: #fafbfc;
	color: #999;
	font-size: 14px;
	line-height: 40px;
	text-align: right
}

.tpl-blog-5 .blog-readmore i {
	margin-right: .5em;
	font-size: 1.28em
}

.tpl-blog-6 .blog-item,.tpl-blog-7 .blog-item {
	margin-bottom: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tpl-blog-6 .blog-time,.tpl-blog-7 .blog-time {
	font-size: 14px
}

.tpl-blog-6 .blog-excerpt,.tpl-blog-7 .blog-excerpt {
	margin: 0 0 40px;
	color: #666
}

.tpl-blog-6 .blog-readmore,.tpl-blog-7 .blog-readmore {
	font-weight: 700;
	font-size: 14px
}

.tpl-blog-6 .blog-item>a {
	width: 46%;
	max-width: 400px
}

.tpl-blog-6 .mml-text {
	padding: 20px 80px;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.tpl-blog-6 .blog-title {
	margin: 10px 0
}

.tpl-blog-6 .blog-readmore {
	color: #ec461f
}

.tpl-blog-6 .blog-readmore:hover {
	color: #ec461f
}

.tpl-blog-7 .blog-item {
	background-color: #fbfcff
}

.tpl-blog-7 .blog-item>a {
	width: 50%;
	max-width: 590px
}

.tpl-blog-7 .mml-text {
	position: static;
	padding: 40px 70px;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.tpl-blog-7 .blog-time {
	position: absolute;
	right: 40px;
	bottom: 40px
}

.tpl-blog-7 .blog-title {
	margin: 0 0 10px
}

.tpl-blog-7 .blog-readmore {
	margin: 0 auto 0 0;
	padding: 0 14px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-color: #ec461f;
	color: #fff;
	line-height: 35px
}

.tpl-blog-7 .blog-readmore:hover {
	background-color: #ec461f;
	color: #fff
}

.mml-blog-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 120px auto 80px;
	max-width: 1200px;
	padding: 0 10px;
	font-family: 'Roboto Slab';
	line-height: 23px;
	font-size: 15px;
	width: 100%
}

.blog-detail-colwidth {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.blog-detail-title {
	font-size: 30px;
	line-height: 45px;
	font-weight: 700
}

.blog-detail-info {
	margin: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-shares {
	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
}

.blog-shares a {
	margin: 0 4px
}

.blog-shares .addtoany_shortcode {
	margin-left: 5px
}

.blog-shares .addtoany_list a {
	padding: 0 4px;
	max-height: 18px
}

.blog-article {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.blog-widget {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 80px;
	padding: 25px 30px 10px 45px;
	max-width: 380px;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 30px 0 rgba(84,87,93,.1);
	box-shadow: 0 20px 30px 0 rgba(84,87,93,.1)
}

.blog-widget h2 {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700
}

.blog-widget ul {
	margin: 20px 0 0;
	border-top: 1px solid rgba(221,221,221,.3)
}

.blog-widget li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.blog-widget li:hover a {
	color: #666
}

.blog-widget li:hover .fa-arrow-right {
	opacity: 1
}

.blog-widget li:not(:last-child) a {
	border-bottom: 1px solid rgba(221,221,221,.3)
}

.blog-widget .fa-arrow-right {
	margin-right: 10px;
	opacity: 0;
	-webkit-transition: opacity .24s;
	-o-transition: opacity .24s;
	transition: opacity .24s
}

.blog-widget a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 0;
	color: #999;
	line-height: 21px
}

.blog-detail-content {
	line-height: 1.74;
	font-weight: 400;
	color: #666;
	letter-spacing: .48px
}

.blog-detail-content h1,.blog-detail-content h2,.blog-detail-content h3,.blog-detail-content h4,.blog-detail-content h5,.blog-detail-content h6 {
	line-height: 1.3;
	font-weight: 500;
	margin: 30px 0 15px
}

.blog-detail-content h1 {
	font-size: 35px
}

.blog-detail-content h2 {
	font-size: 29px
}

.blog-detail-content h3 {
	font-size: 24px
}

.blog-detail-content h4 {
	font-size: 19px
}

.blog-detail-content h5 {
	font-size: 14px
}

.blog-detail-content p,.blog-detail-content li {
	margin: 0 0 10px
}

.blog-detail-content img,.blog-detail-content video,.blog-detail-content audio {
	display: block;
	margin: 20px auto;
	width: unset!important;
	height: unset!important
}

.blog-detail-content img:first-child,.blog-detail-content video:first-child,.blog-detail-content audio:first-child {
	margin-top: 0
}

.mml-blog-recent {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto 120px
}

.mml-blog-recent>h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
	color: #444
}

.mml-blog-recent .mml-text {
	padding: 15px 30px 30px;
	-webkit-box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1);
	box-shadow: 3px 4px 10px 0 rgba(69,82,139,.1)
}

.mml-blog-recent .blog-title {
	margin: 5px 0 0
}

@media (max-width:1000px) {
	.tpl-blog-5:before {
		display: none
	}

	.tpl-blog-5 .blog-item {
		padding-left: 0
	}

	.tpl-blog-5 .blog-item:before,.tpl-blog-5 .blog-item:after {
		display: none
	}

	.tpl-blog-5 .blog-time {
		left: 7px;
		outline: none
	}

	.tpl-blog-6 .mml-text,.tpl-blog-7 .mml-text {
		padding: 20px
	}
}

@media (max-width:960px) {
	.tpl-blog-4 .blog-item {
		width: calc(50% - 20px)
	}
}

@media (max-width:850px) {
	.mml-cols-3 .blog-item {
		width: calc(50% - 20px)
	}

	.tpl-blog-5 .blog-item {
		display: block
	}

	.tpl-blog-5 .blog-item>a {
		display: block;
		margin: auto;
		width: unset
	}
}

@media (max-width:720px) {
	.tpl-blog-4 .blog-item .mml-text {
		padding: 30px 20px 20px
	}

	.tpl-blog-6 .blog-item,.tpl-blog-7 .blog-item {
		display: block
	}

	.tpl-blog-6 .blog-item>a,.tpl-blog-7 .blog-item>a {
		display: block;
		margin: auto;
		width: unset
	}

	.tpl-blog-6 .blog-excerpt,.tpl-blog-7 .blog-excerpt {
		margin: 0 0 20px
	}

	.tpl-blog-7 .blog-item {
		background-color: unset
	}

	.tpl-blog-7 .mml-text {
		position: relative;
		margin: auto;
		max-width: 590px;
		background-color: #fbfcff
	}

	.tpl-blog-7 .blog-time {
		bottom: 25px;
		right: 20px
	}
}

@media (max-width:600px) {
	.mml-blog {
		margin: 40px auto
	}

	.mml-blog .mml-text {
		padding: 15px
	}

	.mml-blog .blog-item {
		width: 100%
	}

	.blog-title,.mml-cols-3 .blog-title {
		font-size: 18px;
		line-height: 24px
	}

	.tpl-blog-1 .blog-time,.tpl-blog-2 .blog-time {
		padding: 0 15px;
		line-height: 36px
	}
}

@media (max-width:900px) {
	.mml-blog-detail {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.blog-article {
		display: block
	}

	.blog-detail-colwidth {
		width: 100%;
		margin: auto
	}

	.blog-widget {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
		margin: 40px auto;
		max-width: unset
	}
}

@media (max-width:600px) {
	.mml-blog-detail {
		margin: 40px auto
	}

	.blog-widget {
		padding: 20px
	}

	.mml-blog-recent {
		margin: 40px auto
	}

	.mml-blog-recent>h2 {
		text-align: center
	}

	.mml-blog-recent .blog-item {
		margin: 10px auto;
		max-width: 380px;
		width: 100%
	}
}

.mml-faq-item {
	position: relative;
	margin-bottom: 10px;
	background: rgba(0,0,0,.02);
	color: #666
}

.mml-faq-item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	content: ''
}

.mml-faq-item.active .mml-faq-item-hd {
	color: #0095eb
}

.mml-faq-item.active .mml-faq-item-hd i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.mml-faq-item .mml-faq-item-hd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	cursor: pointer
}

.mml-faq-item .mml-faq-item-hd .number {
	width: 60px;
	text-align: center
}

.mml-faq-item .mml-faq-item-hd .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 20px;
	font-weight: 400
}

.mml-faq-item .mml-faq-item-hd i {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.mml-faq-item .mml-faq-item-bd {
	display: none;
	padding: 0 80px 20px 80px
}

.mml-mask {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: rgba(0,0,0,.5);
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mml-mask.mml-show {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.mml-mask h2 {
	text-align: center;
	margin-bottom: 10px
}

.mml-mask .form-text {
	text-align: center;
	margin-bottom: 30px
}

.mml-mask .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mml-mask .col label {
	width: 49%;
	max-width: 580px
}

@media (max-width:540px) {
	.mml-mask .col {
		display: block
	}

	.mml-mask .col label {
		width: 100%
	}
}

.mml-mask span.txt {
	display: block;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #676a6c;
	margin-bottom: 15px;
	margin-top: 20px
}

.mml-mask input:not(.wpcf7-submit) {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	height: 60px;
	padding-left: 15px
}

.mml-mask textarea {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	padding-top: 15px;
	height: 160px
}

.mml-mask textarea:focus {
	outline: none
}

.mml-mask .codedropz-upload-wrapper {
	background-color: #fff
}

.mml-mask .codedropz-upload-handler {
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0;
	border-radius: 0
}

.mml-mask .codedropz-upload-container {
	padding: 41px 20px
}

.mml-mask .codedropz-upload-container h3 {
	display: none
}

.mml-mask .codedropz-upload-container span {
	display: none
}

.mml-mask .codedropz-upload-container .codedropz-btn-wrap {
	width: 200px;
	height: 60px;
	background-color: #f7f9fa;
	border: solid 1px #dcdcdc;
	margin: 0 auto;
	line-height: 60px
}

.mml-mask .codedropz-upload-container .codedropz-btn-wrap a {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px
}

.mml-mask .wpcf7-submit {
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	width: 120px
}

.mml-modal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
	max-height: 100%;
	max-width: 1000px;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 34px 0 rgba(33,33,33,.15);
	box-shadow: 0 0 34px 0 rgba(33,33,33,.15)
}

.mml-modal-header {
	padding: 5px 20px;
	text-align: right
}

.mml-modal-close {
	font-size: 26px;
	cursor: pointer
}

.mml-modal-content {
	padding: 10px 20px 20px;
	overflow: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.contact-page .p8-s01 {
	padding: 120px 0
}

.contact-page .p8-s01 h2 {
	max-width: 840px
}

.contact-page .p8-s01 section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px
}

.contact-page .p8-s01 .col-left {
	width: 30%;
	max-width: 300px
}

.contact-page .p8-s01 .col-left li {
	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;
	padding: 5px 0
}

.contact-page .p8-s01 .col-left li:nth-child(2n) {
	text-align: center
}

.contact-page .p8-s01 .col-left img {
	margin-left: 0;
	margin-right: 20px
}

.contact-page .p8-s01 .col-left .icon-wrap {
	width: 40px;
	margin-right: 20px;
	text-align: center
}

.contact-page .p8-s01 .line {
	width: 240px;
	height: 1px;
	background-color: #d2d2d2
}

.contact-page .p8-s01 .col-right {
	width: 67%;
	max-width: 780px;
	margin: 0 auto;
	margin-right: 0;
	background-color: #fff;
	-webkit-box-shadow: 19px 23px 120px 0 rgba(60,57,55,.15);
	box-shadow: 19px 23px 120px 0 rgba(60,57,55,.15);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-page .p8-s01 .col-right li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 13px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-page .p8-s01 .col-right .img-wrap {
	width: 20px!important;
	margin-left: 0;
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.contact-page .p8-s01 .col-right .img-wrap img {
	width: 20px!important
}

.contact-page .p8-s01 i {
	color: #ec461f
}

.contact-page .p8-s01 .text {
	width: 75%
}

.contact-page .p8-s01 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-bottom: 50px
}

.contact-page .p8-s02 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.contact-page .p8-s02 .form-wrap {
	margin-top: 20px
}

.contact-page .p8-s02 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contact-page .p8-s02 .col label {
	width: 49%;
	max-width: 580px
}

.contact-page .p8-s02 span.txt {
	display: block;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #676a6c;
	margin-bottom: 15px;
	margin-top: 20px
}

.contact-page .p8-s02 input:not(.wpcf7-submit) {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	height: 60px;
	padding-left: 15px
}

.contact-page .p8-s02 textarea {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	padding-top: 15px;
	height: 160px
}

.contact-page .p8-s02 textarea:focus {
	outline: none
}

.contact-page .p8-s02 .codedropz-upload-wrapper {
	background-color: #fff
}

.contact-page .p8-s02 .codedropz-upload-handler {
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0;
	border-radius: 0
}

.contact-page .p8-s02 .codedropz-upload-container {
	padding: 41px 20px
}

.contact-page .p8-s02 .codedropz-upload-container h3 {
	display: none
}

.contact-page .p8-s02 .codedropz-upload-container span {
	display: none
}

.contact-page .p8-s02 .codedropz-upload-container .codedropz-btn-wrap {
	width: 200px;
	height: 60px;
	background-color: #f7f9fa;
	border: solid 1px #dcdcdc;
	margin: 0 auto;
	line-height: 60px
}

.contact-page .p8-s02 .codedropz-upload-container .codedropz-btn-wrap a {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px
}

.contact-page .p8-s02 .wpcf7-submit {
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	width: 120px
}

@media (max-width:767px) {
	.contact-page .p8-s01 section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.contact-page .p8-s01 .col-left {
		width: 100%
	}

	.contact-page .p8-s01 .col-right {
		width: 100%;
		margin-top: 40px;
		padding: 40px 0
	}
}

@media (max-width:540px) {
	.contact-page .p8-s01 {
		padding: 60px 0
	}

	.contact-page .p8-s01 .col-right {
		padding: 40px 0
	}

	.contact-page .p8-s01 .col-right .img-wrap {
		margin-right: 10px
	}

	.contact-page .p8-s01 .text {
		width: 85%
	}

	.contact-page .p8-s02 {
		padding: 60px 0
	}

	.contact-page .p8-s02 .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.contact-page .p8-s02 .col label {
		width: 100%;
		max-width: unset
	}
}

.about-page .p7-s01 {
	padding: 20px 0
}

.about-page .p7-s01 .sec-title {
	text-align: center
}

.about-page .p7-s01 h2 {
	margin-bottom: 25px
}

.about-page .p7-s01 .mml-bigRow {
	width: 95%;
	max-width: 1760px;
	margin: 0 auto
}

.about-page .p7-s01 .opp-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -25px;
}

.about-page .p7-s01 li {
	width: 16%;
	max-width: 276px;
	background-color: #f7f9fa;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 55px;
	box-sizing: border-box;
	padding: 58px 30px;
	text-align: center
}

.about-page .p7-s01 b {
font-family: Montserrat-Medium;
	font-weight:500;
	font-style: normal;
	font-size: 28px;
	 color: var(--text);
	line-height: 1.2;
	margin-bottom: 32px;
	display: block;
	text-align: center
}

.about-page .p7-s01 span {
	font-size: 24px;
	color: #000000;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal
}

.about-page .p7-s02 {
	position: relative
}

.about-page .p7-s02:before {
	content: '';
	display: block;
	width: 70%;
	max-width: 1050px;
	height: 555px;
	background-color: #f7f9fa;
	position: absolute;
	left: 0;
	top: 145px;
	z-index: -1
}

.about-page .p7-s02 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px
}

.about-page .p7-s02 .col.clothing .img-wrap {
	margin: 0 auto;
	margin-right: 0
}

.about-page .p7-s02 .col.free .text-wrap {
	margin: 0 auto;
	margin-right: 0
}

.about-page .p7-s02 .col.free p {
	margin-bottom: 25px
}

.about-page .p7-s02 .text-wrap {
	width: 47%;
	max-width: 500px
}

.about-page .p7-s02 .img-wrap {
	width: 51%;
	max-width: 580px
}

.about-page .p7-s02 .container>h2 {
	border-right: 4px solid #ec461f
}

.about-page .p7-s02 p {
	margin-bottom: 12px
}

.about-page .p7-s02 h2 {
	margin-bottom: 20px
}

.about-page .p7-s02 b {
font-weight: 500;
    line-height: 1.2;
font-family: Montserrat-Medium;
    color: var(--text);
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

.about-page .p7-s03 {
	margin-top: 120px
}

.about-page .p7-s03 section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #3c3937;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.about-page .p7-s03 .text-wrap {
	width: 38%;
	max-width: 522px;
	margin-right: 80px;
	margin-left: 20px
}

.about-page .p7-s03 .img-wrap {
	width: 60%;
	max-width: 950px
}

.about-page .p7-s03 h2 {
	color: #fff;
	margin-bottom: 25px
}

.about-page .p7-s03 p {
	color: #fff
}

.about-page .p7-s03 span {
	color: #ec461f
}

.about-page .p7-s03 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 40px;
	display: inline-block;
	border-bottom: 1px solid transparent
}

.about-page .p7-s03 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.about-page .p7-s03 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 8px
}

.about-page .p7-s04 {
	padding: 60px 0 120px
}

.about-page .p7-s04 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px
}

.about-page .p7-s04 .col.compliance .img-wrap {
	margin: 0 auto;
	margin-right: 0
}

.about-page .p7-s04 .col.satisfaction .text-wrap {
	margin: 0 auto;
	margin-right: 0
}

.about-page .p7-s04 .text-wrap {
	width: 47%;
	max-width: 500px
}

.about-page .p7-s04 .img-wrap {
	width: 51%;
	max-width: 580px
}

.about-page .p7-s04 p {
	margin-bottom: 8px
}

.about-page .p7-s04 h2 {
	margin-bottom: 20px
}

.about-page .p7-s04 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px;
	display: inline-block;
	border-bottom: 1px solid #ec461f;
	border-bottom: 1px solid transparent
}

.about-page .p7-s04 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.about-page .p7-s04 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 8px
}

.about-page .p7-s05 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.about-page .p7-s05 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.about-page .p7-s05 .text-wrap {
	width: 52%;
	max-width: 620px
}

.about-page .p7-s05 .text-list {
	width: 46%;
	max-width: 500px;
	margin: 0 auto;
	margin-right: 0;
	font-weight: 500;
    line-height: 1.2;
font-family: Montserrat-Medium;
    color: var(--text);
    font-size: 18px;

}

.about-page .p7-s05 h2 {
	margin-bottom: 50px
}

.about-page .p7-s05 p {
	margin-bottom: 15px;
	max-width: 580px
}

.about-page .p7-s05 ul {
	width: 90%;
	max-width: 370px;
	margin: 0 auto;
	padding: 42px 0
}

.about-page .p7-s05 li {
	position: relative;
	margin-bottom: 25px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #373a3c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px
}

.about-page .p7-s05 li:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #373a3c;
	position: absolute;
	left: 0;
	top: 8px
}

.about-page .p7-s05 li:last-child {
	margin-bottom: 0
}

@media (max-width:1500px) {
	.about-page .p7-s01 li {
		padding: 40px 10px
	}
}

@media (max-width:1240px) {
	.about-page .p7-s01 b {
		font-size: 32px;
		margin-bottom: 20px
	}

	.about-page .p7-s03 section {
		padding: 20px 0
	}
}

@media (max-width:1080px) {
	.about-page .p7-s01 .opp-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about-page .p7-s01 li {
		width: 32%;
		max-width: 320px
	}

	.about-page .p7-s03 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.about-page .p7-s03 section {
		padding: 60px 10px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.about-page .p7-s03 .text-wrap {
		width: 100%;
		max-width: 950px;
		margin: 0 auto
	}

	.about-page .p7-s03 .img-wrap {
		width: 100%;
		margin-top: 40px
	}
}

@media (max-width:768px) {
	.about-page .p7-s02:before {
		top: 120px
	}

	.about-page .p7-s02 .container>h2 {
		text-align: center;
		border-right: unset
	}

	.about-page .p7-s02 .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 40px
	}

	.about-page .p7-s02 .col.clothing .img-wrap {
		margin: 0 auto;
		margin-top: 30px
	}

	.about-page .p7-s02 .col.free .text-wrap {
		margin: 0 auto;
		margin-top: 30px
	}

	.about-page .p7-s02 .col.free p {
		margin-bottom: 15px
	}

	.about-page .p7-s02 .text-wrap {
		width: 100%;
		max-width: 580px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.about-page .p7-s02 .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px
	}

	.about-page .p7-s04 .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 40px
	}

	.about-page .p7-s04 .col.compliance .img-wrap {
		margin: 0 auto;
		margin-top: 30px
	}

	.about-page .p7-s04 .col.satisfaction .text-wrap {
		margin: 0 auto;
		margin-top: 30px
	}

	.about-page .p7-s04 .text-wrap {
		width: 100%;
		max-width: 580px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.about-page .p7-s04 .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px
	}

	.about-page .p7-s05 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.about-page .p7-s05 .text-wrap {
		width: 100%
	}

	.about-page .p7-s05 .text-list {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px
	}
}

@media (max-width:540px) {
	.about-page .p7-s01 {
		padding: 60px 0
	}

	.about-page .p7-s01 li {
		width: 49%;
		margin-top: 20px
	}

	.about-page .p7-s01 b {
		font-size: 26px
	}

	.about-page .p7-s03 {
		margin-top: 60px
	}

	.about-page .p7-s03 a.links {
		font-size: 16px
	}

	.about-page .p7-s04 {
		padding: 0 0 60px
	}

	.about-page .p7-s05 {
		padding: 60px 0
	}

	.about-page .p7-s05 h2 {
		margin-bottom: 20px
	}

	.about-page .p7-s05 li {
		margin-bottom: 15px
	}
}

.facilities-page .p6-s01 {
	padding: 120px 0
}

.facilities-page .p6-s01 .sec-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}

.facilities-page .p6-s01 .line {
	width: 60px;
	height: 3px;
	background-color: #ec461f;
	margin-bottom: 45px
}

.facilities-page .p6-s01 .title-left {
	width: 51%;
	max-width: 580px
}

.facilities-page .p6-s01 .title-right {
	width: 47%;
	max-width: 500px;
	margin: 0 auto;
	margin-right: 0
}

.facilities-page .p6-s01 span {
	font-size: 48px;
	color: #ec461f;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal
}

.facilities-page .p6-s01 .img-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.facilities-page .p6-s01 .img-left {
	width: 66.5%;
	max-width: 780px
}

.facilities-page .p6-s01 .img-right {
	width: 32.5%;
	max-width: 380px;
	margin: 0 auto;
	margin-right: 0
}

.facilities-page .p6-s01 .img-right li {
	margin-bottom: 20px
}

.facilities-page .p6-s02 {
	padding: 120px 0;
	position: relative
}

.facilities-page .p6-s02:after {
	content: '';
	display: block;
	width: 80%;
	max-width: 1150px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f7f9fa;
	z-index: -1
}

.facilities-page .p6-s02 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.facilities-page .p6-s02 .text-wrap {
	width: 46%;
	max-width: 470px
}

.facilities-page .p6-s02 .img-wrap {
	width: 49%;
	max-width: 580px;
	margin: 0 auto;
	margin-right: 0
}

.facilities-page .p6-s02 h2 {
	margin-bottom: 50px
}

.facilities-page .p6-s02 p {
	margin-bottom: 15px
}

.facilities-page .p6-s03 {
	padding: 120px 0
}

.facilities-page .p6-s03 h2 {
	text-align: center
}

.facilities-page .p6-s03 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.facilities-page .p6-s03 li {
	width: 32%;
	max-width: 380px;
	margin-right: 2%;
	margin-top: 25px;
	background-color: #fff;
	-webkit-box-shadow: 19px 23px 60px 0 rgba(60,57,55,.1);
	box-shadow: 19px 23px 60px 0 rgba(60,57,55,.1)
}

.facilities-page .p6-s03 li:last-child {
	margin-right: 0
}

.facilities-page .p6-s03 .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px 25px 38px;
	max-width: 350px
}

.facilities-page .p6-s03 h4 {
	color: #373a3c;
	margin-bottom: 12px
}

.facilities-page .p6-s04 {
	padding-bottom: 120px
}

.facilities-page .p6-s04 .container {
	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
}

.facilities-page .p6-s04 .text-wrap {
	width: 46%;
	max-width: 500px;
	margin: 0 auto;
	margin-right: 0
}

.facilities-page .p6-s04 .img-wrap {
	width: 49%;
	max-width: 580px
}

.facilities-page .p6-s04 h2 {
	margin-bottom: 25px
}

@media (max-width:767px) {
	.facilities-page .p6-s01 .sec-title {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.facilities-page .p6-s01 .line {
		margin-bottom: 20px
	}

	.facilities-page .p6-s01 .title-left {
		width: 100%
	}

	.facilities-page .p6-s01 .title-right {
		width: 100%;
		margin: 0 auto;
		max-width: 580px;
		margin-top: 20px
	}

	.facilities-page .p6-s01 span {
		font-size: 36px
	}

	.facilities-page .p6-s01 .img-right li {
		margin-bottom: 10px
	}

	.facilities-page .p6-s02 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.facilities-page .p6-s02 .text-wrap {
		width: 100%;
		max-width: 580px
	}

	.facilities-page .p6-s02 .img-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}

	.facilities-page .p6-s02 h2 {
		margin-bottom: 20px
	}

	.facilities-page .p6-s02 p {
		margin-bottom: 10px
	}

	.facilities-page .p6-s03 ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.facilities-page .p6-s03 li {
		width: 100%
	}

	.facilities-page .p6-s04 .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.facilities-page .p6-s04 .text-wrap {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		margin-top: 30px
	}

	.facilities-page .p6-s04 .img-wrap {
		width: 100%
	}
}

@media (max-width:540px) {
	.facilities-page .p6-s01 {
		padding: 60px 0
	}

	.facilities-page .p6-s01 span {
		font-size: 32px
	}

	.facilities-page .p6-s01 .img-right li {
		margin-bottom: 5px
	}

	.facilities-page .p6-s02 {
		padding: 60px 0
	}

	.facilities-page .p6-s03 {
		padding: 60px 0
	}

	.facilities-page .p6-s03 .text {
		padding: 20px
	}

	.facilities-page .p6-s04 {
		padding-bottom: 60px
	}
}

.quality-page .p5-s01 {
	padding: 120px 0
}

.quality-page .p5-s01 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.quality-page .p5-s01 .img-wrap {
	width: 48%;
	max-width: 500px
}

.quality-page .p5-s01 .text-wrap {
	width: 50%;
	max-width: 580px;
	margin: 0 auto;
	margin-right: 0
}

.quality-page .p5-s01 h2 {
	margin-bottom: 25px
}

.quality-page .p5-s01 p {
	margin-bottom: 15px
}

.quality-page .p5-s01 ul li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 50px
}

.quality-page .p5-s02 {
	background-color: #3c3937;
	padding: 120px 0
}

.quality-page .p5-s02 h2 {
	color: #fff;
	margin-bottom: 90px
}

.quality-page .p5-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px
}

.quality-page .p5-s02 .img-wrap {
	margin-top: 40px
}

.quality-page .p5-s02 .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.quality-page .p5-s02 .tab-content {
	width: 75%;
	max-width: 880px;
	position: relative
}

.quality-page .p5-s02 .tab-content .sections {
	display: none;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px)
}

.quality-page .p5-s02 .tab-content .sections.current {
	display: block
}

.quality-page .p5-s02 .tab-content p {
	color: #e6e6e6;
	margin-bottom: 3px
}

.quality-page .p5-s02 .tab-content li {
	position: relative;
	color: #e6e6e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px
}

.quality-page .p5-s02 .tab-content li:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	top: 8px
}

.quality-page .p5-s02 .tab-content li:last-child {
	margin-bottom: 0
}

.quality-page .p5-s02 .tab-btn {
	width: 23%;
	max-width: 200px
}

.quality-page .p5-s02 .tab-btn ul {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px)
}

.quality-page .p5-s02 .tab-btn li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 30px 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	position: relative
}

.quality-page .p5-s02 .tab-btn li:hover .icon-wrap {
	border-color: #ec461f
}

.quality-page .p5-s02 .tab-btn li:hover p {
	color: #ec461f
}

.quality-page .p5-s02 .tab-btn li.active .icon-wrap {
	border-color: #ec461f
}

.quality-page .p5-s02 .tab-btn li.active p {
	color: #ec461f
}

.quality-page .p5-s02 .tab-btn li:before {
	content: '';
	display: block;
	width: 1px;
	height: 45px;
	background-color: #dcdcdc;
	position: absolute;
	top: -21px;
	left: 10px
}

.quality-page .p5-s02 .tab-btn li:first-child:before {
	height: 26px;
	top: -6px
}

.quality-page .p5-s02 .tab-btn li:last-child:after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background-color: #dcdcdc;
	position: absolute;
	top: 64px;
	left: 10px
}

.quality-page .p5-s02 .tab-btn li .icon-wrap {
	width: 20px;
	height: 20px;
	background-color: #3c3937;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #aaa;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.quality-page .p5-s02 .tab-btn li .line {
	width: 60px;
	height: 1px;
	background-color: #dcdcdc;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.quality-page .p5-s02 .tab-btn li p {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 21px;
	color: #979a9c;
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.quality-page .p5-s02 .pack {
	display: none
}

.quality-page .p5-s02 .pack.current {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.quality-page .p5-s02 .pack .img-wrap {
	width: 48%;
	max-width: 400px
}

.quality-page .p5-s02 .pack .text {
	width: 49%;
	max-width: 400px;
	margin: 0 auto;
	margin-right: 0
}

.quality-page .p5-s03 {
	padding: 120px 0 190px;
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	position: relative
}

.quality-page .p5-s03:before {
	content: '';
	display: block;
	width: 40%;
	max-width: 570px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #f7f9fa
}

.quality-page .p5-s03 .mml-bigRow {
	width: 95%;
	max-width: 1680px;
	margin: 0 auto;
	margin-right: 0
}

.quality-page .p5-s03 button {
	position: absolute;
	top: unset;
	bottom: -90px
}

.quality-page .p5-s03 button.slick-next {
	right: 50%
}

.quality-page .p5-s03 button.slick-prev {
	left: 45%
}

.quality-page .p5-s03 h2 {
	max-width: 630px;
	margin: 0 auto;
	margin-right: 0;
	margin-bottom: 55px;
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px)
}

.quality-page .p5-s03 .testing-list {
	margin: 0 -35px;
	-webkit-transform: translateX(130px);
	-ms-transform: translateX(130px);
	transform: translateX(130px)
}

.quality-page .p5-s03 .testing-list .slick-slide {
	margin: 0 35px
}

.quality-page .p5-s03 .text-wrap {
	max-width: 460px;
	margin: 0 auto
}

.quality-page .p5-s03 i {
	color: #e3e5e6
}

.quality-page .p5-s03 i:hover {
	color: #ec461f
}

.quality-page .p5-s03 .text-wrap {
	display: block
}

.quality-page .p5-s03 .text-wrap li {
	position: relative;
	color: #676a6c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px
}

.quality-page .p5-s03 .text-wrap li:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #676a6c;
	position: absolute;
	left: 0;
	top: 8px
}

.quality-page .p5-s03 .text-wrap li:last-child {
	margin-bottom: 0
}

.quality-page .p5-s03 .nums {
	margin-bottom: 55px
}

.quality-page .p5-s03 .nums span {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #ec461f
}

.quality-page .p5-s03 .nums .line {
	width: 130px;
	height: 1px;
	background-color: #d2d2d2;
	display: inline-block;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	margin: 0 15px
}

.quality-page .p5-s03 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #3c3937;
	margin-bottom: 5px
}

.quality-page .p5-s03 p {
	color: #676a6c;
	margin-top: 15px
}

.quality-page .p5-s04 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.quality-page .p5-s04 .sec-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.quality-page .p5-s04 .title-left {
	width: 45%;
	max-width: 440px
}

.quality-page .p5-s04 .line {
	width: 60px;
	height: 3px;
	background-color: #ec461f;
	margin-top: 20px
}

.quality-page .p5-s04 .title-right {
	width: 50%;
	max-width: 580px;
	margin: 0 auto;
	margin-right: 0
}

@media (max-width:1380px) {
	.quality-page .p5-s03 {
		padding: 120px 0 120px
	}

	.quality-page .p5-s03 .testing-list {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin: 0 -10px
	}

	.quality-page .p5-s03 .testing-list .slick-slide {
		margin: 0 10px
	}

	.quality-page .p5-s03 button {
		bottom: -40px
	}
}

@media (max-width:1240px) {
	.quality-page .p5-s03 button {
		bottom: -60px
	}

	.quality-page .p5-s03 button.slick-prev {
		left: 40%
	}

	.quality-page .p5-s03 .nums {
		margin-bottom: 20px
	}
}

@media (max-width:960px) {
	.quality-page .p5-s02 .tab-content {
		width: 70%
	}

	.quality-page .p5-s02 .tab-btn {
		width: 28%
	}

	.quality-page .p5-s03 button {
		bottom: -80px
	}
}

@media (max-width:768px) {
	.quality-page .p5-s01 .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.quality-page .p5-s01 .img-wrap {
		width: 100%
	}

	.quality-page .p5-s01 .text-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px
	}

	.quality-page .p5-s02 .tabs {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.quality-page .p5-s02 .tab-btn {
		width: 100%;
		max-width: unset
	}

	.quality-page .p5-s02 .tab-btn ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.quality-page .p5-s02 .tab-btn li {
		width: 32%;
		padding: 20px 0;
		margin-right: 2%
	}

	.quality-page .p5-s02 .tab-btn li:nth-child(3n) {
		margin-right: 0
	}

	.quality-page .p5-s02 .tab-btn li:before {
		display: none
	}

	.quality-page .p5-s02 .tab-btn li:last-child:after {
		display: none
	}

	.quality-page .p5-s02 .tab-btn li p {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	.quality-page .p5-s02 .tab-content {
		width: 100%
	}

	.quality-page .p5-s02 .line {
		display: none
	}

	.quality-page .p5-s03 h2 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		text-align: center;
		width: 100%;
		margin-left: 0
	}

	.quality-page .p5-s04 .sec-title {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.quality-page .p5-s04 .title-left {
		width: 100%;
		max-width: unset
	}

	.quality-page .p5-s04 .title-right {
		width: 100%;
		margin: 0 auto;
		max-width: unset;
		margin-top: 20px
	}
}

@media (max-width:768px) {
	.quality-page .p5-s01 {
		padding: 60px 0
	}

	.quality-page .p5-s01 ul li {
		margin-top: 20px
	}
}

@media (max-width:580px) {
	.quality-page .p5-s03 {
		padding: 60px 0 90px
	}

	.quality-page .p5-s03 button.slick-prev {
		left: 40%
	}

	.quality-page .p5-s03 button.slick-next {
		right: 40%
	}

	.quality-page .p5-s03 .mml-bigRow {
		margin: 0 auto
	}

	.quality-page .p5-s03 .testing-list {
		margin: 0 -5px
	}

	.quality-page .p5-s03 .testing-list .slick-slide {
		margin: 0 5px
	}
}

@media (max-width:540px) {
	.quality-page .p5-s02 {
		padding: 60px 0
	}

	.quality-page .p5-s02 h2 {
		margin-bottom: 30px
	}

	.quality-page .p5-s02 h4 {
		font-size: 28px
	}

	.quality-page .p5-s02 .tab-btn {
		-webkit-box-pack: space-evenly;
		-webkit-justify-content: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly
	}

	.quality-page .p5-s02 .tab-btn li p {
		font-size: 16px
	}

	.quality-page .p5-s02 .tab-btn li .icon-wrap {
		width: 16px;
		height: 16px
	}

	.quality-page .p5-s02 .tab-content .sections.pack.current {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.quality-page .p5-s02 .tab-content .sections {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 40px
	}

	.quality-page .p5-s02 .tab-content .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px
	}

	.quality-page .p5-s02 .tab-content .text {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.quality-page .p5-s04 {
		padding: 60px 0
	}
}

.slider-accordion {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 435px;
	margin: 50px auto
}

.slider-accordion-item {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: flex .4s,-webkit-box-flex .4s,-webkit-flex .4s,-ms-flex .4s;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover
}

.slider-accordion-item:after {
	position: absolute;
	z-index: 10;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.slider-accordion-item.active,.slider-accordion-item:hover {
	-webkit-box-flex: 3;
	-webkit-flex: 3 1 0%;
	-ms-flex: 3 1 0%;
	flex: 3 1 0%
}

.slider-accordion-item.active:after,.slider-accordion-item:hover:after {
	background-color: rgba(0,0,0,.1)
}

.slider-accordion-item.active .text,.slider-accordion-item:hover .text {
	opacity: 1;
	visibility: visible
}

.slider-accordion-item .text {
	position: relative;
	z-index: 20;
	padding: 0 10px;
	opacity: 0;
	text-align: center;
	visibility: hidden;
	-webkit-transition: opacity .4s ease .2s;
	-o-transition: opacity .4s ease .2s;
	transition: opacity .4s ease .2s
}

.slider-accordion-item .text p {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #fff
}

@media only screen and (max-width:680px) {
	.slider-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		height: 635px
	}
}

.label-page .p46-s01 {
	padding: 60px 0 120px
}

.label-page .col {
	margin-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.label-page .img-wrap {
	width: 50%;
	max-width: 580px
}

.label-page .text-wrap {
	width: 46%;
	max-width: 486px;
	margin: 0 auto;
	margin-right: 0
}

.label-page .text-wrap h2 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	color: #373a3c;
	margin-bottom: 55px
}

.label-page .text-wrap p {
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #676a6c;
	font-size: 16px;
	line-height: 1.5
}

@media (max-width:960px) {
	.label-page .text-wrap h2 {
		margin-bottom: 20px;
		font-size: 42px
	}
}

@media (max-width:768px) {
	.label-page .col {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.label-page .img-wrap {
		width: 100%
	}

	.label-page .text-wrap {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		margin-top: 40px
	}
}

@media (max-width:540px) {
	.label-page .p46-s01 {
		padding: 0 0 60px
	}

	.label-page .text-wrap h2 {
		font-size: 32px
	}
}

.printing-page .p45-s01 {
	padding-bottom: 120px
}

.printing-page .p45-s01 .hd {
	margin-top: 120px
}

.printing-page .p45-s01 .hd:nth-child(2n+1) .img-wrap {
	margin: 0 auto;
	margin-right: 0
}

.printing-page .p45-s01 .hd:nth-child(2n) .text-wrap {
	margin: 0 auto;
	margin-right: 0
}

.printing-page .p45-s01 .hd:nth-child(2) {
	position: relative
}

.printing-page .p45-s01 .hd:nth-child(2):after {
	content: '';
	display: block;
	width: 80%;
	max-width: 1370px;
	height: 100%;
	background-color: #f7f9fa;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.printing-page .p45-s01 .hd:nth-child(2) .container {
	padding: 60px 10px
}

.printing-page .p45-s01 .container {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.printing-page .p45-s01 .img-wrap {
	width: 50%;
	max-width: 580px
}

.printing-page .p45-s01 .img-wrap ul {
	position: relative
}

.printing-page .p45-s01 .img-wrap .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.printing-page .p45-s01 .text-wrap {
	width: 48%;
	max-width: 500px
}

.printing-page .p45-s01 .text-wrap ul {
	margin-bottom: 12px
}

.printing-page .p45-s01 .text-wrap li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	margin-bottom: 5px
}

.printing-page .p45-s01 .text-wrap li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #676a6c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 7px;
	left: 0;
	position: absolute
}

.printing-page .p45-s01 h2 {
	color: #373a3c;
	margin-bottom: 30px
}

.printing-page .p45-s01 p {
	margin-bottom: 12px;
	color: #676a6c
}

.printing-page .p45-s01 h3 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-bottom: 15px
}

.printing-page .p45-s02 {
	padding-bottom: 120px
}

.printing-page .p45-s02 .sec-title {
	text-align: center
}

.printing-page .p45-s02 h2 {
	margin-bottom: 15px
}

.printing-page .p45-s02 .logo-sec {
	margin-top: 30px
}

.printing-page .p45-s02 .logo-list {
	margin: 0 -10px
}

.printing-page .p45-s02 li {
	text-align: center;
	margin: 0 10px
}

.printing-page .p45-s02 button {
	top: 48%
}

.printing-page .p45-s02 button.slick-prev {
	left: 10px
}

.printing-page .p45-s02 button.slick-next {
	right: 10px
}

.printing-page .p45-s02 p {
	margin-top: 12px
}

@media (max-width:960px) {
	.printing-page .p45-s01 .container {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width:880px) {
	.printing-page .p45-s01 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.printing-page .p45-s01 .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.printing-page .p45-s01 .text-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		max-width: 580px;
		margin-top: 40px
	}

	.printing-page .p45-s01 .hd:nth-child(2n+1) .img-wrap {
		margin: 0 auto
	}

	.printing-page .p45-s01 .hd:nth-child(2n) .text-wrap {
		margin: 0 auto;
		margin-top: 40px
	}
}

@media (max-width:540px) {
	.printing-page .p45-s01 {
		padding-bottom: 60px
	}

	.printing-page .p45-s01 .hd {
		margin-top: 60px
	}

	.printing-page .p45-s01 h3 {
		font-size: 18px
	}

	.printing-page .p45-s02 {
		padding-bottom: 60px
	}

	.printing-page .p45-s02 .logo-sec {
		max-width: 380px;
		margin: 0 auto;
		margin-top: 30px
	}
}

.oem-page .p44-s01 {
	padding: 120px 0
}

.oem-page .p44-s01 .container {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.oem-page .p44-s01 .img-wrap {
	width: 50%;
	max-width: 580px;
	margin: 0 auto;
	margin-right: 0
}

.oem-page .p44-s01 .text-wrap {
	width: 46%;
	max-width: 500px
}

.oem-page .p44-s01 h2 {
	margin-bottom: 25px
}

.oem-page .p44-s01 p {
	margin-bottom: 15px
}

.oem-page .p44-s01 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 40px;
	border-bottom: 1px solid transparent
}

.oem-page .p44-s01 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.oem-page .p44-s01 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 5px
}

.oem-page .p44-s02 {
	padding-top: 60px;
	width: 1920px;
	max-width: 100%;
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative
}

.oem-page .p44-s02:after {
	content: '';
	display: block;
	width: 80%;
	max-width: 1150px;
	height: 120%;
	max-height: 585px;
	background-color: #f7f9fa;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.oem-page .p44-s02 .img-wrap {
	width: 52%;
	max-width: 950px
}

.oem-page .p44-s02 .text-wrap {
	width: 45%;
	max-width: 480px;
	margin-left: 100px
}

.oem-page .p44-s02 h2 {
	margin-bottom: 25px
}

.oem-page .p44-s02 p {
	margin-bottom: 15px
}

.oem-page .p44-s03 .container {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.oem-page .p44-s03 .img-wrap {
	width: 52%;
	max-width: 600px;
	margin: 0 auto;
	margin-right: 0
}

.oem-page .p44-s03 .text-wrap {
	width: 46%;
	max-width: 500px
}

.oem-page .p44-s03 h2 {
	margin-bottom: 25px
}

.oem-page .p44-s03 p {
	margin-bottom: 15px
}

.oem-page .p44-s03 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 40px;
	border-bottom: 1px solid transparent
}

.oem-page .p44-s03 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.oem-page .p44-s03 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 5px
}

.oem-page .p44-s04 {
	padding: 120px 0
}

.oem-page .p44-s04 section {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #ec461f
}

.oem-page .p44-s04 .img-wrap {
	width: 52%;
	max-width: 600px;
	margin: 0 auto;
	margin-right: -2px
}

.oem-page .p44-s04 .text-wrap {
	width: 46%;
	margin: 0 auto;
	max-width: 420px
}

.oem-page .p44-s04 h2 {
	margin-bottom: 25px;
	color: #fff
}

.oem-page .p44-s04 p {
	margin-bottom: 15px;
	color: #fff
}

.oem-page .p44-s04 a.link {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-top: 40px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid transparent
}

.oem-page .p44-s04 a.link:hover {
	border-bottom: 1px solid #fff
}

.oem-page .p44-s04 img {
	display: block
}

.oem-page .p44-s04 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 8px
}

.oem-page .p44-s05 {
	padding: 0 0 120px
}

.oem-page .p44-s05 .container {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.oem-page .p44-s05 .img-wrap {
	width: 50%;
	max-width: 580px
}

.oem-page .p44-s05 .text-wrap {
	width: 46%;
	max-width: 480px;
	margin: 0 auto;
	margin-right: 0
}

.oem-page .p44-s05 h2 {
	margin-bottom: 55px
}

.oem-page .p44-s05 p {
	margin-bottom: 15px
}

.oem-page .p44-s05 ul {
	margin-bottom: 12px
}

.oem-page .p44-s05 li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	margin-bottom: 5px
}

.oem-page .p44-s05 li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #676a6c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 7px;
	left: 0;
	position: absolute
}

.oem-page .p44-s06 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.oem-page .p44-s06 .text-wrap {
	width: 35%;
	max-width: 380px
}

.oem-page .p44-s06 .img-wrap {
	width: 62%;
	max-width: 700px;
	margin: 0 auto;
	margin-right: 0
}

.oem-page .p44-s06 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.oem-page .p44-s06 li {
	width: 49%;
	max-width: 340px
}

.oem-page .p44-s06 h2 {
	margin-bottom: 25px
}

.oem-page .p44-s07 {
	padding-top: 120px
}

.oem-page .p44-s07 .container {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.oem-page .p44-s07 .img-wrap {
	width: 52%;
	max-width: 580px
}

.oem-page .p44-s07 .text-wrap {
	width: 46%;
	margin: 0 auto;
	max-width: 500px;
	margin-right: 0
}

.oem-page .p44-s07 h2 {
	margin-bottom: 25px
}

.oem-page .p44-s07 p {
	margin-bottom: 15px
}

.oem-page .content {
	position: relative;
	padding-bottom: 120px
}

.oem-page .content::after {
	content: '';
	display: block;
	width: 100%;
	height: 94.5%;
	background-color: #f7f9fa;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0
}

.oem-page .p44-s08 {
	padding: 120px 0
}

.oem-page .p44-s08 .sec-title {
	text-align: center;
	margin-bottom: 60px
}

.oem-page .p44-s08 .sec-title p {
	display: inline-block;
	max-width: 940px
}

.oem-page .p44-s08 h2 {
	margin-bottom: 15px
}

.oem-page .p44-s08 .shipping-list {
	margin: 0 -10px
}

.oem-page .p44-s08 .shipping-list li {
	text-align: center;
	margin: 0 10px
}

.oem-page .p44-s08 button {
	top: 47%
}

.oem-page .p44-s08 button.slick-prev {
	left: -25px
}

.oem-page .p44-s08 button.slick-next {
	right: -25px
}

.oem-page .p44-s08 button i {
	color: #e1e6e6
}

.oem-page .p44-s08 button i:hover {
	color: #ec461f
}

.oem-page .p44-s08 p {
	margin-top: 12px
}

.oem-page .p44-s08 .slick-dots {
	margin-top: 20px
}

.oem-page .p44-s08 .slick-dots li {
	margin: 0 5px
}

@media (max-width:1280px) {
	.oem-page .p44-s02 .text-wrap {
		margin-left: 30px
	}

	.oem-page .p44-s08 button.slick-prev {
		left: 10px
	}

	.oem-page .p44-s08 button.slick-next {
		right: 10px
	}
}

@media (max-width:1080px) {
	.oem-page .p44-s02 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 60px 10px 0
	}

	.oem-page .p44-s02 .img-wrap {
		width: 100%
	}

	.oem-page .p44-s02 .text-wrap {
		width: 100%;
		max-width: 950px;
		margin-left: 0;
		margin-top: 40px
	}

	.oem-page .p44-s03 {
		padding: 120px 0 0
	}
}

@media (max-width:960px) {
	.oem-page .p44-s01 .container {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.oem-page .p44-s04 section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto
	}

	.oem-page .p44-s04 .img-wrap {
		width: 100%;
		margin-top: 40px
	}

	.oem-page .p44-s04 .text-wrap {
		width: 100%;
		max-width: 540px;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px
	}

	.oem-page .p44-s05 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.oem-page .p44-s05 .img-wrap {
		width: 100%
	}

	.oem-page .p44-s05 .text-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		max-width: 580px
	}

	.oem-page .p44-s06 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.oem-page .p44-s06 .img-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px
	}

	.oem-page .p44-s06 .text-wrap {
		width: 100%;
		max-width: 700px
	}

	.oem-page .p44-s07 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.oem-page .p44-s07 .img-wrap {
		width: 100%
	}

	.oem-page .p44-s07 .text-wrap {
		width: 100%;
		max-width: 580px;
		margin: 0 auto;
		margin-top: 40px
	}
}

@media (max-width:767px) {
	.oem-page .p44-s01 .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.oem-page .p44-s01 .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
		margin-top: 40px
	}

	.oem-page .p44-s01 .text-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		max-width: 580px
	}

	.oem-page .p44-s01 a.links {
		margin-top: 20px
	}

	.oem-page .p44-s03 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.oem-page .p44-s03 .img-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}

	.oem-page .p44-s03 .text-wrap {
		width: 100%;
		max-width: 600px
	}
}

@media (max-width:540px) {
	.oem-page .p44-s01 {
		padding: 60px 0
	}

	.oem-page .p44-s01 h2 {
		margin-bottom: 10px
	}

	.oem-page .p44-s02 h2 {
		margin-bottom: 10px
	}

	.oem-page .p44-s03 {
		padding: 60px 0 0
	}

	.oem-page .p44-s04 {
		padding: 60px 0
	}

	.oem-page .p44-s04 a.link {
		margin-top: 20px
	}

	.oem-page .p44-s05 {
		padding-bottom: 60px
	}

	.oem-page .p44-s07 {
		padding-top: 60px
	}

	.oem-page .content {
		padding-bottom: 60px
	}

	.oem-page .p44-s08 {
		padding: 60px 0
	}

	.oem-page .p44-s08 .shipping-list {
		margin: 0
	}
}

.making-page .p43-s01 {
	padding: 120px 0
}

.making-page .p43-s01 .sec-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.making-page .p43-s01 .title-left {
	width: 48%;
	max-width: 520px
}

.making-page .p43-s01 .title-right {
	width: 48%;
	max-width: 495px;
	margin: 0 auto;
	margin-right: 0
}

.making-page .p43-s01 .line {
	width: 60px;
	height: 3px;
	background-color: #ec461f;
	margin-top: 50px
}

.making-page .p43-s01 b {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #373a3c
}

.making-page .p43-s01 .design-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.making-page .p43-s01 li {
	width: 32%;
	max-width: 380px;
	margin-right: 2%;
	margin-top: 25px
}

.making-page .p43-s01 li:last-child {
	margin-right: 0
}

.making-page .p43-s02 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.making-page .p43-s02 section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.making-page .p43-s02 .phone-title {
	display: none
}

.making-page .p43-s02 .tab-sec {
	width: 30%;
	max-width: 280px
}

.making-page .p43-s02 .tab-content {
	width: 68%;
	max-width: 67%;
	max-width: 800px;
	margin: 0 auto;
	margin-right: 0
}

.making-page .p43-s02 li {
	margin: 28px 0;
	cursor: pointer;
	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
}

.making-page .p43-s02 li.active,.making-page .p43-s02 li:hover {
	color: #ec461f
}

.making-page .p43-s02 li.active span,.making-page .p43-s02 li:hover span {
	-webkit-transform: scale(2.2);
	-ms-transform: scale(2.2);
	transform: scale(2.2);
	color: #ec461f
}

.making-page .p43-s02 span {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-style: italic;
	display: inline-block;
	color: #373a3c;
	margin-right: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.making-page .p43-s02 .col {
	margin-top: 55px;
	display: none
}

.making-page .p43-s02 .col.current {
	display: block
}

.making-page .p43-s02 .tab-list {
	margin-top: 110px
}

.making-page .p43-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-top: 20px
}

.making-page .p43-s02 p {
	margin-top: 15px
}

.making-page .p43-s03 {
	padding: 120px 0
}

.making-page .p43-s03 h2 {
	text-align: center
}

.making-page .p43-s03 .out-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.making-page .p43-s03 li {
	width: 24%;
	max-width: 280px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 75px 30px 26px;
	background-color: #fff;
	-webkit-box-shadow: 19px 23px 60px 0 rgba(60,57,55,.1);
	box-shadow: 19px 23px 60px 0 rgba(60,57,55,.1);
	margin-top: 110px;
	position: relative;
	text-align: center
}

.making-page .p43-s03 img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -50px
}

.making-page .p43-s03 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 15px;
	color: #373a3c
}

@media (max-width:960px) {
	.making-page .p43-s03 li {
		padding: 75px 15px 26px
	}
}

@media (max-width:768px) {
	.making-page .p43-s01 .sec-title {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.making-page .p43-s01 .title-left {
		width: 100%
	}

	.making-page .p43-s01 .title-right {
		width: 100%;
		max-width: unset;
		margin-top: 40px
	}

	.making-page .p43-s03 .out-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.making-page .p43-s03 li {
		width: 49%;
		max-width: 400px
	}
}

@media (max-width:680px) {
	.making-page .p43-s02 section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.making-page .p43-s02 .tab-sec {
		width: 100%
	}

	.making-page .p43-s02 .tab-list {
		margin-top: 20px
	}

	.making-page .p43-s02 .tab-content {
		width: 100%
	}

	.making-page .p43-s02 .tab-content h2 {
		display: none
	}

	.making-page .p43-s02 .phone-title {
		display: block;
		text-align: center
	}
}

@media (max-width:540px) {
	.making-page .p43-s01 {
		padding: 60px 0
	}

	.making-page .p43-s01 .line {
		margin-top: 20px
	}

	.making-page .p43-s01 .design-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.making-page .p43-s01 li {
		width: 100%;
		margin-top: 20px
	}

	.making-page .p43-s02 {
		padding: 60px 0
	}

	.making-page .p43-s02 h2 {
		font-size: 24px
	}

	.making-page .p43-s02 .col {
		margin-top: 30px
	}

	.making-page .p43-s03 {
		padding: 60px 0
	}

	.making-page .p43-s03 .out-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.making-page .p43-s03 li {
		width: 100%;
		max-width: 400px
	}
}

.selection-page .p42-s01 {
	padding: 120px 0
}

.selection-page .p42-s01 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.selection-page .p42-s01 .container:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
	position: absolute;
	left: 50%
}

.selection-page .p42-s01 .col {
	width: 48%;
	max-width: 500px
}

.selection-page .p42-s01 .col:nth-child(2) {
	margin: 0 auto;
	margin-right: 0
}

.selection-page .p42-s01 h2 {
	color: #373a3c;
	margin-bottom: 50px
}

.selection-page .p42-s01 p {
	color: #676a6c
}

.selection-page .p42-s02 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.selection-page .p42-s02 .sec-title {
	text-align: center
}

.selection-page .p42-s02 h2 {
	margin-bottom: 15px
}

.selection-page .p42-s02 .hd {
	margin-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.selection-page .p42-s02 .img-wrap {
	width: 45%;
	max-width: 500px
}

.selection-page .p42-s02 .text-wrap {
	width: 53%;
	max-width: 600px;
	margin: 0 auto;
	margin-right: 0
}

.selection-page .p42-s02 h3 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #3c3937;
	margin-bottom: 20px
}

.selection-page .p42-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	color: #373a3c;
	margin: 15px 0
}

.selection-page .p42-s02 p {
	color: #676a6c;
	margin-bottom: 15px
}

.selection-page .p42-s03 {
	padding: 80px 0;
	background-color: #ec461f;
	text-align: center
}

.selection-page .p42-s03 h2 {
	color: #fff;
	display: inline-block;
	max-width: 850px;
	margin-bottom: 15px
}

.selection-page .p42-s03 p {
	color: #fff
}





@media (max-width:960px) {
	.selection-page .p42-s02 .hd {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width:880px) {
	.selection-page .p42-s02 .hd {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.selection-page .p42-s02 .img-wrap {
		width: 100%
	}

	.selection-page .p42-s02 .text-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px
	}
}

@media (max-width:680px) {
	.selection-page .p42-s01 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.selection-page .p42-s01 .container::after {
		display: none
	}

	.selection-page .p42-s01 .col {
		width: 100%;
		max-width: unset
	}

	.selection-page .p42-s01 .col:nth-child(2) {
		margin-top: 40px
	}
}

@media (max-width:540px) {
	.selection-page .p42-s01 {
		padding: 60px 0
	}

	.selection-page .p42-s01 h2 {
		margin-bottom: 20px;
		font-size: 28px
	}

	.selection-page .p42-s02 {
		padding: 60px 0
	}

	.selection-page .p42-s03 {
		padding: 50px 0
	}

	.selection-page .p42-s03 a.btn {
		margin-top: 30px
	}
}

.customization-page .p41-s01 {
	padding: 120px 0
}

.customization-page .p41-s01 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.customization-page .p41-s01 .col {
	width: 49%;
	max-width: 580px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	-webkit-box-shadow: 19px 23px 60px 0 rgba(60,57,55,.1);
	box-shadow: 19px 23px 60px 0 rgba(60,57,55,.1)
}

.customization-page .p41-s01 .col:last-child {
	margin: 0 auto;
	margin-right: 0
}

.customization-page .p41-s01 img {
	margin-left: 0
}

.customization-page .p41-s01 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-top: 25px;
	margin-bottom: 28px
}

.customization-page .p41-s01 span {
	color: #676a6c
}

.customization-page .p41-s01 li {
	position: relative;
	margin-top: 15px;
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #676a6c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px
}

.customization-page .p41-s01 li:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #676a6c;
	position: absolute;
	left: 0;
	top: 8px
}


.customization-page .p41-s01 a.btn i {
	-webkit-transform: translate(8px,14px);
	-ms-transform: translate(8px,14px);
	transform: translate(8px,14px)
}

.customization-page .p41-s02 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.customization-page .p41-s02 h2 {
	padding-left: 40px
}

.customization-page .p41-s02 section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding-left: 40px;
	position: relative
}

.customization-page .p41-s02 section:before {
	content: '';
	display: block;
	position: absolute;
	width: 21px;
	height: 100%;
	background-image: url(/wp-content/themes/mml-theme/dist/img/p04-1-customization/p04-1-s02-dow-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0
}

.customization-page .p41-s02 .hd {
	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;
	margin-top: 60px
}

.customization-page .p41-s02 .img-wrap {
	width: 38%;
	max-width: 380px
}

.customization-page .p41-s02 .text-wrap {
	width: 60%;
	max-width: 660px;
	margin: 0 auto;
	margin-right: 0
}

.customization-page .p41-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	-webkit-margin-after: 20px;
	margin-block-end: 20px
}

.customization-page .p41-s02 p {
	margin-bottom: 15px
}

.customization-page .p41-s02 span {
	color: #ec461f;
	display: inline-block;
	margin-bottom: 10px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal
}

.customization-page .p41-s03 {
	padding: 120px 0;
	background-color: #3c3937
}

.customization-page .p41-s03 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.customization-page .p41-s03 h2 {
	text-align: center;
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
	max-width: 710px;
	margin: 0 auto
}

.customization-page .p41-s03 .tab-btn {
	width: 24%;
	max-width: 170px
}

.customization-page .p41-s03 .tab-btn li {
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #979a9c;
	margin-bottom: 60px;
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.customization-page .p41-s03 .tab-btn li:hover,.customization-page .p41-s03 .tab-btn li.active {
	color: #ec461f
}

.customization-page .p41-s03 .tab-btn li:hover i,.customization-page .p41-s03 .tab-btn li.active i {
	color: #ec461f;
	border-color: #ec461f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: unset;
	font-size: 18px
}

.customization-page .p41-s03 .tab-btn i {
	margin-right: 10px;
	color: #3c3937;
	border: 2px solid #979a9c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	display: inline-block
}

.customization-page .p41-s03 .tab-btn .icon-wrap {
	width: 21px;
	height: 21px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #979a9c
}

.customization-page .p41-s03 .tab-sec {
	width: 76%;
	max-width: 880px;
	margin: 0 auto;
	margin-right: 0
}

.customization-page .p41-s03 section {
	display: none
}

.customization-page .p41-s03 section.current {
	display: block
}

.customization-page .p41-s03 section ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.customization-page .p41-s03 section li {
	width: 32%;
	max-width: 280px;
	margin-right: 2%;
	position: relative
}

.customization-page .p41-s03 section li:last-child {
	margin-right: 0
}

.customization-page .p41-s03 h2 {
	color: #fff;
	margin-bottom: 55px
}

.customization-page .p41-s03 span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.8);
	padding: 18px 10px;
	width: 100%;
	color: #fff
}

.customization-page .p41-s03 h4 {
	margin-top: 25px;
	color: #fff;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 15px
}

.customization-page .p41-s03 p {
	color: #fff
}

.customization-page .p41-s03 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid transparent
}

.customization-page .p41-s03 a.links i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 8px
}

.customization-page .p41-s03 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.customization-page .p41-s04 {
	padding: 120px 0
}

.customization-page .p41-s04 b {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #373a3c;
	margin-bottom: 25px;
	font-size: 20px;
	display: inline-block
}

.customization-page .p41-s04 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.customization-page .p41-s04 li {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #ec461f;
	margin-right: 10px;
	margin-bottom: 20px
}

.customization-page .p41-s04 li i {
	margin-right: 10px
}

.customization-page .p41-s04 .form-wrap {
	margin-top: 20px
}

.customization-page .p41-s04 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.customization-page .p41-s04 .col label {
	width: 49%;
	max-width: 580px
}

.customization-page .p41-s04 span.txt {
	display: block;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #676a6c;
	margin-bottom: 15px;
	margin-top: 20px
}

.customization-page .p41-s04 input:not(.wpcf7-submit) {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	height: 60px;
	padding-left: 15px
}

.customization-page .p41-s04 textarea {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	padding-top: 15px;
	height: 160px
}

.customization-page .p41-s04 textarea:focus {
	outline: none
}

.customization-page .p41-s04 .codedropz-upload-wrapper {
	background-color: #fff
}

.customization-page .p41-s04 .codedropz-upload-handler {
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0;
	border-radius: 0
}

.customization-page .p41-s04 .codedropz-upload-container {
	padding: 41px 20px
}

.customization-page .p41-s04 .codedropz-upload-container h3 {
	display: none
}

.customization-page .p41-s04 .codedropz-upload-container span {
	display: none
}

.customization-page .p41-s04 .codedropz-upload-container .codedropz-btn-wrap {
	width: 200px;
	height: 60px;
	background-color: #f7f9fa;
	border: solid 1px #dcdcdc;
	margin: 0 auto;
	line-height: 60px
}

.customization-page .p41-s04 .codedropz-upload-container .codedropz-btn-wrap a {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px
}

.customization-page .p41-s04 .wpcf7-submit {
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	width: 120px
}

.customization-page .p41-s04 h2 {
	margin-top: 40px
}

@media (max-width:960px) {
	.customization-page .p41-s01 .col {
		padding: 40px 20px
	}
}

@media (max-width:880px) {
	.customization-page .p41-s04 ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.customization-page .p41-s04 li {
		width: 32%;
		margin-right: unset
	}
}

@media (max-width:840px) {
	.customization-page .p41-s03 h2 {
		font-size: 32px
	}
}

@media (max-width:768px) {
	.customization-page .p41-s01 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.customization-page .p41-s01 .col {
		width: 100%
	}

	.customization-page .p41-s01 .col:last-child {
		margin: 0 auto;
		margin-top: 40px
	}

	.customization-page .p41-s02 h2 {
		padding-left: 0;
		text-align: center
	}

	.customization-page .p41-s02 section {
		padding-left: 0
	}

	.customization-page .p41-s02 section:before {
		display: none
	}

	.customization-page .p41-s02 .hd {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.customization-page .p41-s02 .img-wrap {
		width: 100%
	}

	.customization-page .p41-s02 .text-wrap {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px
	}

	.customization-page .p41-s03 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.customization-page .p41-s03 h2 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px
	}

	.customization-page .p41-s03 .tab-btn {
		width: 100%
	}

	.customization-page .p41-s03 .tab-btn li {
		margin-bottom: 30px
	}

	.customization-page .p41-s03 .tab-sec {
		width: 100%
	}

	.customization-page .p41-s03 span {
		font-size: 14px
	}
}

@media (max-width:540px) {
	.customization-page .p41-s01 {
		padding: 60px 0
	}

	.customization-page .p41-s02 {
		padding: 60px 0
	}

	.customization-page .p41-s03 {
		padding: 60px 0
	}

	.customization-page .p41-s03 section ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.customization-page .p41-s03 section li {
		width: 48%;
		margin-right: unset;
		margin-bottom: 20px
	}

	.customization-page .p41-s04 {
		padding: 60px 0
	}

	.customization-page .p41-s04 b {
		font-size: 18px
	}

	.customization-page .p41-s04 li {
		font-size: 16px;
		width: 48%
	}

	.customization-page .p41-s04 .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.customization-page .p41-s04 .col label {
		width: 100%;
		max-width: unset
	}
}

.wedo-page .p4-s01 {
	padding: 120px 0
}

.wedo-page .p4-s01 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wedo-page .p4-s01 .col-left {
	width: 30%;
	max-width: 300%
}

.wedo-page .p4-s01 .col-right {
	width: 68%;
	max-width: 745px;
	margin: 0 auto;
	margin-right: 0
}

.wedo-page .p4-s01 .line {
	width: 60px;
	height: 3px;
	background-color: #ec461f;
	margin-top: 55px
}

.wedo-page .p4-s01 .check-list {
	margin: 25px 0
}

.wedo-page .p4-s01 ul {
	display: inline-block;
	margin-right: 20px
}

.wedo-page .p4-s01 ul:last-child {
	margin-right: 0
}

.wedo-page .p4-s01 li {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-top: 10px
}

.wedo-page .p4-s01 i {
	margin-right: 8px;
	font-size: 18px
}

.wedo-page .p4-s02 {
	padding-bottom: 60px;
	position: relative
}

.wedo-page .p4-s02::after {
	content: '';
	display: block;
	width: 100%;
	height: 94.5%;
	position: absolute;
	left: 0xp;
	bottom: 0;
	background-color: #f7f9fa;
	z-index: -1
}

.wedo-page .p4-s02 .hd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-margin-after: 60px;
	margin-block-end: 60px
}

.wedo-page .p4-s02 .hd:nth-child(2n+1) .text-wrap {
	margin: 0 auto;
	margin-right: 0
}

.wedo-page .p4-s02 .hd:nth-child(2n) .img-wrap {
	margin: 0 auto;
	margin-right: 0
}

.wedo-page .p4-s02 .img-wrap {
	width: 50%;
	max-width: 580px
}

.wedo-page .p4-s02 .text-wrap {
	width: 46%;
	max-width: 495px
}

.wedo-page .p4-s02 a.btn {
	background-color: #ec461f;
	color: #fff
}

.wedo-page .p4-s02 a.btn:hover {
	background-color: #fff;
	color: #ec461f
}

.wedo-page .p4-s02 h2 {
	margin-bottom: 5px
}

.wedo-page .p4-s02 h3 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px
}

.wedo-page .p4-s02 p {
	margin-top: 35px
}

.wedo-page .p4-s02 a.btn {
	margin-top: 55px
}

.wedo-page .p4-s03 {
	padding: 120px 0
}

.wedo-page .p4-s03 .sec-title {
	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;
	margin-bottom: 30px
}

.wedo-page .p4-s03 .sec-title p {
	width: 52%;
	max-width: 600px;
	margin: 0 auto;
	margin-right: 0
}

.wedo-page .p4-s03 h2 {
	width: 40%
}

.wedo-page .p4-s03 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wedo-page .p4-s03 li {
	width: 24%;
	max-width: 280px;
	margin-top: 60px
}

.wedo-page .p4-s03 h4 {
	color: #ec461f;
	font-size: 20px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 25px
}

.wedo-page .p4-s03 i {
	margin-right: 15px
}

@media (max-width:960px) {
	.wedo-page .p4-s02 .hd {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (max-width:768px) {
	.wedo-page .p4-s01 .col-left {
		width: 100%;
		max-width: unset
	}

	.wedo-page .p4-s01 .col-right {
		width: 100%;
		margin-top: 40px
	}

	.wedo-page .p4-s01 .line {
		margin-top: 20px
	}

	.wedo-page .p4-s02 .hd {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.wedo-page .p4-s02 .hd:nth-child(2n+1) .text-wrap {
		margin: 0 auto;
		margin-top: 40px
	}

	.wedo-page .p4-s02 .hd:nth-child(2n) .img-wrap {
		margin: 0 auto
	}

	.wedo-page .p4-s02 .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.wedo-page .p4-s02 .text-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		max-width: 580px;
		margin-top: 40px
	}

	.wedo-page .p4-s03 ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.wedo-page .p4-s03 li {
		width: 48%;
		max-width: unset
	}
}

@media (max-width:540px) {
	.wedo-page .p4-s01 {
		padding: 60px 0
	}

	.wedo-page .p4-s01 ul {
		margin-right: 0
	}

	.wedo-page .p4-s01 li {
		font-size: 18px
	}

	.wedo-page .p4-s01 i {
		font-size: 16px
	}

	.wedo-page .p4-s02 {
		padding-bottom: 30px
	}

	.wedo-page .p4-s03 {
		padding: 60px 0
	}

	.wedo-page .p4-s03 .sec-title {
		display: block
	}

	.wedo-page .p4-s03 .sec-title p {
		width: 100%;
		max-width: unset;
		margin-top: 15px
	}

	.wedo-page .p4-s03 h2 {
		width: 100%
	}

	.wedo-page .p4-s03 li {
		margin-top: 40px;
		width: 100%
	}

	.wedo-page .p4-s03 h4 {
		font-size: 18px;
		margin-bottom: 15px
	}
}

.product-template .p21-s01 {
	padding: 120px 0
}

.product-template .p21-s01 .template-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-template .p21-s01 .link-list {
	width: 24%;
	max-width: 280px
}

.product-template .p21-s01 .link-list ul {
	background-color: #f7f9fa
}

.product-template .p21-s01 .link-list a {
	display: block
}

.product-template .p21-s01 .link-list li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 19px 15px;
	color: #676a6c;
	-webkit-transform-origin: all .6s;
	-ms-transform-origin: all .6s;
	transform-origin: all .6s;
	border-bottom: 1px solid #dcdcdc;
	position: relative
}

.product-template .p21-s01 .link-list li:hover,.product-template .p21-s01 .link-list li.active {
	background-color: #ec461f
}

.product-template .p21-s01 .link-list li:hover a,.product-template .p21-s01 .link-list li.active a {
	color: #fff
}

.product-template .p21-s01 .link-list li:hover i,.product-template .p21-s01 .link-list li.active i {
	opacity: 1
}

.product-template .p21-s01 .link-list li.sub {
	padding: 12px 15px 12px 40px
}

.product-template .p21-s01 .link-sec {
	width: 74.5%;
	max-width: 880px;
	margin: 0 auto;
	margin-right: 0
}

.product-template .p21-s01 i {
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.product-template .p21-s01 .des-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 65px;
	background-color: #f7f9fa
}

.product-template .p21-s01 h2 {
	margin-bottom: 25px
}

.product-template .p21-s01 .product-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-template .p21-s01 .product-list li {
	width: 32%;
	max-width: 280px;
	margin-right: 2%;
	margin-top: 25px;
	text-align: center
}

.product-template .p21-s01 .product-list li:hover p {
	color: #ec461f;
	border-bottom: 1px solid #ec461f
}

.product-template .p21-s01 .product-list li:nth-child(3n) {
	margin-right: 0
}

.product-template .p21-s01 .product-list p {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	border-bottom: 1px solid transparent
}

.product-template .p21-s02 {
	padding: 120px 0 350px;
	background-color: #f7f9fa
}

.product-template .p21-s02 h2 {
	text-align: center;
	margin-bottom: 55px
}

.product-template .p21-s02 section {
	position: relative
}

.product-template .p21-s02 .text-wrap {
	position: absolute;
	right: 0;
	bottom: -120px;
	background-color: #f7f9fa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	max-width: 880px;
	padding: 25px
}

.product-template .p21-s02 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-template .p21-s02 li {
	width: 49%;
	max-width: 390px;
	margin-bottom: 25px
}

.product-template .p21-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #373a3c;
	font-size: 20px;
	margin-bottom: 15px
}

.product-template .p21-s02 i {
	font-size: 18px;
	margin-right: 10px
}

.product-template .p21-s03 {
	margin-top: -165px
}

.product-template .p21-s03 section {
	background-color: #fff;
	-webkit-box-shadow: 19px 23px 120px 0 rgba(60,57,55,.15);
	box-shadow: 19px 23px 120px 0 rgba(60,57,55,.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 10px;
	text-align: center
}

.product-template .p21-s03 h2 {
	margin-bottom: 20px
}

.product-template .p21-s03 a.btn {
	background-color: #ec461f;
	color: #fff;
	margin-top: 50px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	padding: 10px 50px
}

.product-template .p21-s03 a.btn:hover {
	background-color: #f5fafa;
	color: #ec461f
}

.product-template .p21-s04 {
	padding: 120px 0
}

.product-template .p21-s04 .choose-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-template .p21-s04 li {
	width: 32%;
	max-width: 380px;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #f7f9fa;
	padding: 30px;
	position: relative;
	height: auto
}

.product-template .p21-s04 li:nth-child(3n) {
	margin-right: 0
}

.product-template .p21-s04 li:first-child {
	background-color: #fff
}

.product-template .p21-s04 li:last-child {
	background-color: #fff
}

.product-template .p21-s04 li:last-child:after {
	content: '';
	display: block;
	width: 1px;
	height: 45%;
	min-height: 142px;
	background-color: #d9d9d4;
	position: absolute;
	top: 0;
	right: 5px
}

.product-template .p21-s04 img {
	margin-left: 0
}

.product-template .p21-s04 .line {
	width: 60px;
	height: 3px;
	background-color: #ec461f;
	margin-bottom: 50px;
	margin-top: 50px
}

.product-template .p21-s04 h2 {
	color: #373a3c
}

.product-template .p21-s04 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-top: 25px;
	margin-bottom: 15px
}

.product-template .p21-s04 span {
	display: inline-block;
	color: #979a9c;
	font-size: 16px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: right;
	margin: auto 0;
	margin-bottom: 0;
	position: absolute;
	bottom: 75px;
	right: -75px;
	background-color: #fff
}

.product-template .p21-s05 {
	width: 100%;
	max-width: 1920px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.product-template .p21-s05:after {
	content: '';
	display: block;
	width: 60%;
	max-width: 1250px;
	height: 112%;
	background-color: #f7f9fa;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.product-template .p21-s05 h2 {
	margin-bottom: 25px
}

.product-template .p21-s05 p {
	margin-bottom: 15px
}

.product-template .p21-s05 .img-wrap {
	width: 58%;
	max-width: 950px
}

.product-template .p21-s05 .text-wrap {
	width: 38%;
	max-width: 490px;
	margin-left: 100px
}

.product-template .p21-s06 {
	padding-bottom: 120px
}

.product-template .p21-s06 .container {
	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
}

.product-template .p21-s06 .text-wrap {
	width: 52%;
	max-width: 580px;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px)
}

.product-template .p21-s06 h2 {
	margin-bottom: 25px
}

.product-template .p21-s06 p {
	margin-bottom: 15px
}

.product-template .p21-s06 .img-wrap {
	width: 45%;
	max-width: 500px;
	margin: 0 auto;
	margin-right: 0
}

.product-template .p2-s05 {
	padding: 80px 0;
	background-color: #ec461f;
	text-align: center
}

.product-template .p2-s05 h2 {
	color: #fff;
	display: inline-block;
	margin-bottom: 15px
}

.product-template .p2-s05 p {
	color: #fff
}

.product-template .p2-s05 a.btn {
	margin-top: 50px;
	border: 1px solid #fff
}

.product-template .p2-s05 a.btn:hover {
	background-color: #ec461f;
	color: #fff
}

.product-template .p2-s05 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 850px;
	margin: 0 auto
}

.product-template .p2-s05 li {
	width: 32%;
	color: #fff;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	margin-top: 15px
}

.product-template .p2-s05 i {
	margin-right: 10px
}

@media (max-width:1340px) {
	.product-template .p21-s05 {
		padding-bottom: 60px
	}

	.product-template .p21-s05 .text-wrap {
		margin-left: 40px
	}
}

@media (max-width:1200px) {
	.product-template .p21-s02 .text-wrap {
		bottom: -160px
	}

	.product-template .p21-s03 {
		margin-top: -120px
	}
}

@media (max-width:960px) {
	.product-template .p21-s02 .text-wrap {
		bottom: -250px
	}

	.product-template .p21-s03 {
		margin-top: -80px
	}

	.product-template .p21-s05 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 10px
	}

	.product-template .p21-s05 .img-wrap {
		width: 100%
	}

	.product-template .p21-s05 .text-wrap {
		width: 100%;
		max-width: unset;
		margin-left: 0;
		margin-top: 40px
	}

	.product-template .p21-s06 {
		padding: 120px 0
	}

	.product-template .p21-s06 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-template .p21-s06 .img-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px
	}

	.product-template .p21-s06 .text-wrap {
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width:880px) {
	.product-template .p21-s01 .link-list {
		width: 32%
	}

	.product-template .p21-s01 .link-sec {
		width: 66%
	}

	.product-template .p21-s01 .des-wrap {
		padding: 40px 20px
	}
}

@media (max-width:768px) {
	.product-template .p21-s02 {
		padding: 120px 0 160px
	}

	.product-template .p21-s02 .text-wrap {
		position: static;
		width: 100%
	}

	.product-template .p21-s04 .choose-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.product-template .p21-s04 li {
		width: 49%;
		margin-right: unset
	}

	.product-template .p21-s04 li:first-child {
		width: 100%;
		max-width: unset
	}

	.product-template .p21-s04 li:last-child {
		display: none
	}

	.product-template .p21-s04 .line {
		display: none
	}
}

@media (max-width:680px) {
	.product-template .p21-s01 .template-link {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-template .p21-s01 .link-list {
		width: 100%
	}

	.product-template .p21-s01 .link-sec {
		width: 100%;
		margin-top: 40px
	}
}

@media (max-width:540px) {
	.product-template .p21-s01 {
		padding: 60px 0
	}

	.product-template .p21-s01 .product-list ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.product-template .p21-s01 .product-list li {
		width: 49%;
		margin-right: unset
	}

	.product-template .p21-s02 {
		padding: 60px 0 120px
	}

	.product-template .p21-s02 ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-template .p21-s02 li {
		width: 100%
	}

	.product-template .p21-s03 a.btn {
		margin-top: 30px
	}

	.product-template .p21-s04 {
		padding: 60px 0
	}

	.product-template .p21-s04 .choose-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-template .p21-s04 h2 {
		text-align: center
	}

	.product-template .p21-s04 li {
		width: 100%
	}

	.product-template .p21-s06 {
		padding-bottom: 60px
	}

	.product-template .p2-s05 {
		padding: 60px 0
	}

	.product-template .p2-s05 ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-template .p2-s05 li {
		width: 100%
	}

	.product-template .p2-s05 a.btn {
		margin-top: 20px
	}
}

.product-details .bre {
	padding: 28px 0;
	background-color: #f7f9fa
}

.product-details .bre li {
	display: inline-block;
	color: #ec461f
}

.product-details .bre li:last-child {
	text-decoration: underline
}

.product-details .bre a {
	color: #191919
}

.product-details .bre a:hover {
	color: #ec461f
}

.product-details .p3-s01 {
	padding: 80px 0 120px
}

.product-details .p3-s01 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-details .p3-s01 .img-list {
	width: 50%;
	max-width: 580px
}

.product-details .p3-s01 .img-list ul.slider-for li {
	cursor: pointer
}

.product-details .p3-s01 .img-list ul.slider-for li img {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc
}

.product-details .p3-s01 .img-list ul.slider-nav {
	margin: 10px -10px
}

.product-details .p3-s01 .img-list ul.slider-nav li {
	margin: 10px
}

.product-details .p3-s01 .img-list ul.slider-nav li img {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc
}

.product-details .p3-s01 .des-wrap {
	width: 48%;
	max-width: 490px;
	margin: 0 auto;
	margin-right: 0
}

.product-details .p3-s01 button.slick-prev {
	left: 10px
}

.product-details .p3-s01 button.slick-next {
	right: 10px
}

.product-details .p3-s01 h2 {
	margin-bottom: 30px
}

.product-details .p3-s01 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-top: 23px;
	margin-bottom: 15px
}

.product-details .p3-s01 .des-wrap li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px
}

.product-details .p3-s01 .des-wrap li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #676a6c;
	position: absolute;
	left: 0;
	top: 10px
}

.product-details .p3-s01 b {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c
}

.product-details .p3-s02 {
	padding: 120px 0;
	background-color: #f7f9fa
}

.product-details .p3-s02 .form-wrap {
	margin-top: 20px
}

.product-details .p3-s02 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-details .p3-s02 .col label {
	width: 49%;
	max-width: 580px
}

.product-details .p3-s02 span.txt {
	display: block;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #676a6c;
	margin-bottom: 15px;
	margin-top: 20px
}

.product-details .p3-s02 input:not(.wpcf7-submit) {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	height: 60px;
	padding-left: 15px
}

.product-details .p3-s02 textarea {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	padding-top: 15px;
	height: 160px
}

.product-details .p3-s02 textarea:focus {
	outline: none
}

.product-details .p3-s02 .codedropz-upload-wrapper {
	background-color: #fff
}

.product-details .p3-s02 .codedropz-upload-handler {
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0;
	border-radius: 0
}

.product-details .p3-s02 .codedropz-upload-container {
	padding: 41px 20px
}

.product-details .p3-s02 .wpcf7-submit {
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	width: 120px
}

.product-details .p3-s03 {
	padding: 120px 0
}

.product-details .p3-s03 h2 {
	text-align: center;
	margin-bottom: 60px
}

.product-details .p3-s03 .related-list {
	margin: 0 -10px
}

.product-details .p3-s03 .related-list li {
	margin: 0 10px
}

.product-details .p3-s03 .related-list li:hover p {
	color: #ec461f;
	text-decoration: underline
}

.product-details .p3-s03 p {
	text-align: center;
	margin-top: 15px
}

.product-details .p3-s03 button {
	margin-top: -15px
}

.product-details .p3-s03 button i {
	color: #e1e6e6
}

.product-details .p3-s03 button i:hover {
	color: #ec461f
}

.product-details .p3-s03 button.slick-prev {
	left: -20px
}

.product-details .p3-s03 button.slick-next {
	right: -20px
}

@media (max-width:1240px) {
	.product-details .p3-s03 button.slick-prev {
		left: 10px
	}

	.product-details .p3-s03 button.slick-next {
		right: 10px
	}
}

@media (max-width:960px) {
	.product-details .p3-s01 h2 {
		font-size: 36px;
		margin-bottom: 20px
	}
}

@media (max-width:768px) {
	.product-details .p3-s01 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-details .p3-s01 .img-list {
		width: 100%
	}

	.product-details .p3-s01 .des-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		max-width: 580px
	}
}

@media (max-width:540px) {
	.product-details .p3-s01 {
		padding: 60px 0
	}

	.product-details .p3-s01 h2 {
		font-size: 26px
	}

	.product-details .p3-s01 h4 {
		font-size: 18px;
		margin-top: 10px
	}

	.product-details .p3-s02 {
		padding: 60px 0
	}

	.product-details .p3-s02 .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-details .p3-s02 .col label {
		width: 100%;
		max-width: unset
	}

	.product-details .p3-s03 {
		padding: 60px 0
	}

	.product-details .p3-s03 h2 {
		margin-bottom: 30px
	}

	.product-details .p3-s03 .related-list {
		margin: 0 -5px
	}

	.product-details .p3-s03 .related-list li {
		margin: 0 5px
	}
}

.product-page .p2-s01 {
	padding: 120px 0
}

.product-page .p2-s01 .sec-title {
	text-align: center;
	margin-bottom: 55px
}

.product-page .p2-s01 h2 {
	margin-bottom: 10px
}

.product-page .p2-s01 .active-list {
	margin: 0 -10px
}

.product-page .p2-s01 .active-list li {
	margin: 0 10px
}

.product-page .p2-s01 .active-list li:hover p {
	color: #ec461f;
	text-decoration: underline
}

.product-page .p2-s01 p {
	text-align: center;
	margin-top: 15px
}

.product-page .p2-s01 button {
	top: 38%
}

.product-page .p2-s01 button i {
	color: #e1e6e6
}

.product-page .p2-s01 button i:hover {
	color: #ec461f
}

.product-page .p2-s01 button.slick-prev {
	left: -20px
}

.product-page .p2-s01 button.slick-next {
	right: -20px
}

@media (max-width:1240px) {
	.product-page .p2-s01 button.slick-prev {
		left: 10px
	}

	.product-page .p2-s01 button.slick-next {
		right: 10px
	}
}

.product-page .p2-s01 .slick-dots {
	margin-top: 45px
}

.product-page .p2-s01 .slick-dots li {
	margin: 0 5px
}

.product-page .p2-s02 {
	padding: 120px 0 80px;
	background-color: #f7f9fa
}

.product-page .p2-s02 .sec-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 55px
}

.product-page .p2-s02 .title-left {
	width: 46%;
	max-width: 540px
}

.product-page .p2-s02 .title-right {
	width: 47%;
	max-width: 550px;
	margin: 0 auto;
	margin-right: 0
}

.product-page .p2-s02 .line {
	width: 100%;
	max-width: 550px;
	height: 3px;
	background-color: #ec461f;
	margin-bottom: 55px
}

.product-page .p2-s02 section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-page .p2-s02 .flame-sec {
	width: 49%;
	max-width: 550px
}

.product-page .p2-s02 .pic {
	width: 49%;
	max-width: 550px;
	margin: 0 auto;
	margin-right: 0
}

.product-page .p2-s02 button {
	position: static;
	display: inline-block!important;
	-webkit-transform: unset!important;
	-ms-transform: unset!important;
	transform: unset!important;
	width: 20px
}

.product-page .p2-s02 button i {
	color: #e1e6e6;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	font-size: 16px
}

.product-page .p2-s02 button i:hover {
	color: #ec461f
}

.product-page .p2-s02 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.product-page .p2-s02 .img-wrap {
	width: 18%;
	max-width: 80px
}

.product-page .p2-s02 .text-wrap {
	width: 80%;
	max-width: 450px;
	margin: 0 auto;
	margin-right: 0
}

.product-page .p2-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-bottom: 12px
}

.product-page .p2-s02 .cur {
	margin-top: 20px;
	color: #ec461f;
	font-size: 20px
}

.product-page .p2-s02 .cur span {
	color: #ec461f;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px
}

.product-page .p2-s02 .num {
	margin-right: 4px
}

.product-page .p2-s03 {
	padding: 120px 0
}

.product-page .p2-s03 h2 {
	margin-bottom: 55px
}

.product-page .p2-s03 .pic-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-page .p2-s03 .pic-sec {
	width: 86%;
	max-width: 1010px
}

.product-page .p2-s03 .tab-btn {
	width: 13%;
	max-width: 150px;
	margin: 0 auto;
	margin-right: 0
}

.product-page .p2-s03 .tab-btn li {
	margin-bottom: 20px;
	position: relative;
	cursor: pointer
}

.product-page .p2-s03 .tab-btn li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.product-page .p2-s03 .tab-btn li:hover:before,.product-page .p2-s03 .tab-btn li.active:before {
	opacity: 1
}

.product-page .p2-s03 section {
	display: none
}

.product-page .p2-s03 section.current {
	display: block
}

.product-page .p2-s03 .text-wrap {
	margin-top: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.product-page .p2-s03 .des-title {
	width: 33%;
	max-width: 300px
}

.product-page .p2-s03 .des-txt {
	width: 65%;
	max-width: 640px;
	margin: 0 auto;
	margin-right: 0
}

.product-page .p2-s03 h3 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	color: #373a3c
}

.product-page .p2-s03 .line {
	width: 60px;
	height: 3px;
	background-color: #ec461f;
	margin-top: 55px
}

.product-page .p2-s04 {
	padding: 120px 0 160px;
	background-color: #f7f9fa
}

.product-page .p2-s04 h2 {
	text-align: center
}

.product-page .p2-s04 .solution-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-page .p2-s04 li {
	margin-top: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 19%;
	max-width: 220px;
	background-color: #fff;
	-webkit-box-shadow: 19px 23px 120px 0 rgba(60,57,55,.15);
	box-shadow: 19px 23px 120px 0 rgba(60,57,55,.15);
	padding: 30px 30px 60px;
	text-align: center;
	position: relative;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	height: 100%
}

.product-page .p2-s04 li:hover h4,.product-page .p2-s04 li.act h4 {
	color: #ec461f;
	border-color: #ec461f
}

.product-page .p2-s04 li:hover p,.product-page .p2-s04 li.act p {
	display: block
}

.product-page .p2-s04 li p {
	display: none
}

.product-page .p2-s04 img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -40px
}

.product-page .p2-s04 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	margin-bottom: 12px;
	border-bottom: 1px solid #fff;
	display: inline-block
}

.product-page .p2-s05 {
	padding: 80px 0;
	background-color: #ec461f;
	text-align: center
}

.product-page .p2-s05 h2 {
	color: #fff;
	display: inline-block;
	margin-bottom: 15px
}

.product-page .p2-s05 p {
	color: #fff
}

.product-page .p2-s05 a.btn {
	margin-top: 50px;
	border: 1px solid #fff
}

.product-page .p2-s05 a.btn:hover {
	background-color: #ec461f;
	color: #fff
}

.product-page .p2-s05 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 850px;
	margin: 0 auto
}

.product-page .p2-s05 li {
	width: 32%;
	color: #fff;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	margin-top: 15px
}

.product-page .p2-s05 i {
	margin-right: 10px
}

@media (max-width:960px) {
	.product-page .p2-s04 li {
		padding: 30px 10px 50px
	}
}

@media (max-width:880px) {
	.product-page .p2-s04 .solution-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-page .p2-s04 li {
		width: 30%;
		margin: 50px 5px
	}

	.product-page .p2-s04 p {
		display: block!important
	}
}

@media (max-width:768px) {
	.product-page .p2-s02 .sec-title {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-page .p2-s02 .title-left {
		width: 100%;
		max-width: unset
	}

	.product-page .p2-s02 .title-right {
		width: 100%;
		max-width: unset;
		margin-top: 20px
	}

	.product-page .p2-s02 .line {
		display: none
	}

	.product-page .p2-s02 section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product-page .p2-s02 .flame-sec {
		width: 100%
	}

	.product-page .p2-s02 .pic {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}

	.product-page .p2-s02 .slick-dots {
		margin-top: 0
	}

	.product-page .p2-s02 .cur {
		margin-top: 0
	}

	.product-page .p2-s02 .col {
		margin-bottom: 30px
	}

	.product-page .p2-s03 .pic-sec {
		width: 77%
	}

	.product-page .p2-s03 .tab-btn {
		width: 21%
	}

	.product-page .p2-s03 .text-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-page .p2-s03 .des-title {
		width: 100%;
		max-width: unset
	}

	.product-page .p2-s03 .des-txt {
		width: 100%;
		max-width: unset
	}

	.product-page .p2-s03 .line {
		margin-top: 20px;
		margin-bottom: 25px
	}
}

@media (max-width:540px) {
	.product-page .p2-s01 {
		padding: 60px 0
	}

	.product-page .p2-s01 .active-list {
		margin: 0 -5px
	}

	.product-page .p2-s01 .active-list li {
		margin: 0 5px
	}

	.product-page .p2-s02 {
		padding: 60px 0
	}

	.product-page .p2-s03 {
		padding: 60px 0
	}

	.product-page .p2-s03 h2 {
		margin-bottom: 30px
	}

	.product-page .p2-s03 h3 {
		font-size: 24px
	}

	.product-page .p2-s04 {
		padding: 60px 0
	}

	.product-page .p2-s04 .solution-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.product-page .p2-s04 li {
		width: 49%;
		margin: 40px 0;
		max-width: 280px;
		height: auto
	}

	.product-page .p2-s04 h4 {
		font-size: 16px
	}

	.product-page .p2-s05 {
		padding: 60px 0
	}

	.product-page .p2-s05 ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-page .p2-s05 li {
		width: 100%
	}

	.product-page .p2-s05 a.btn {
		margin-top: 20px
	}
}

.home-page .p1-s09 {
	padding: 120px 0 160px;
	background-color: #fafaf7
}

.home-page .p1-s09 .sec-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1080px
}

.home-page .p1-s09 .title-left {
	width: 42%;
	max-width: 380px
}

.home-page .p1-s09 .title-right {
	width: 56%;
	max-width: 580px;
	margin: 0 auto;
	margin-right: 0
}

.home-page .p1-s09 section {
	margin-top: 35px;
	position: relative
}

.home-page .p1-s09 section:after {
	content: '';
	display: block;
	width: 200px;
	height: 420px;
	background-color: #ec461f;
	position: absolute;
	right: 0;
	bottom: -40px
}

.home-page .p1-s09 .text-wrap {
	position: absolute;
	background-color: #fafaf7;
	width: 90%;
	max-width: 710px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 30px 0 0;
	left: 0;
	bottom: -40px
}

.home-page .p1-s09 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-page .p1-s09 li {
	width: 32%;
	margin-bottom: 30px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c
}

.home-page .p1-s09 img {
	margin-left: 0
}

.home-page .p1-s09 i {
	font-size: 18px;
	color: #ec461f;
	margin-right: 10px
}

.home-page .p1-s08,.home-page .p1-s06 {
	padding: 120px 0
}

.home-page .p1-s08 .container,.home-page .p1-s06 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-page .p1-s08 .img-wrap,.home-page .p1-s06 .img-wrap {
	width: 60%;
	max-width: 700px;
	position: relative
}

.home-page .p1-s08 .img-wrap::before,.home-page .p1-s06 .img-wrap::before {
	content: '';
	display: block;
	width: 50px;
	height: 54%;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0
}

.home-page .p1-s08 .text-wrap,.home-page .p1-s06 .text-wrap {
	width: 38%;
	max-width: 415px;
	margin: 0 auto;
	margin-right: 0;
	margin-top: 60px
}

.home-page .p1-s08 p,.home-page .p1-s06 p {
	max-width: 380px
}

.home-page .p1-s08 h2,.home-page .p1-s06 h2 {
	color: #979a9c;
	margin-bottom: 30px
}

.home-page .p1-s08 h3,.home-page .p1-s06 h3 {
	font-size: 36px;
	color: #373a3c;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 50px
}

.home-page .p1-s08 h3 b,.home-page .p1-s06 h3 b {
	color: #ec461f
}

.home-page .p1-s08 p,.home-page .p1-s06 p {
	margin-bottom: 15px
}

.home-page .p1-s08 a.link,.home-page .p1-s06 a.link {
	color: #ec461f;
	text-decoration: underline
}

.home-page .p1-s08 a.links,.home-page .p1-s06 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px;
	border-bottom: 1px solid transparent
}

.home-page .p1-s08 a.links:hover,.home-page .p1-s06 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.home-page .p1-s08 b,.home-page .p1-s06 b {
	color: #373a3c;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal
}

.home-page .p1-s08 i,.home-page .p1-s06 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 5px
}

.home-page .p1-s07 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-page .p1-s07 .text-wrap {
	width: 44%;
	max-width: 480px;
	padding-left: 60px;
	padding-top: 60px
}

.home-page .p1-s07 .img-wrap {
	width: 54%;
	max-width: 650px;
	margin: 0 auto;
	margin-right: 0;
	position: relative
}

.home-page .p1-s07 .img-wrap::before {
	content: '';
	display: block;
	width: 50px;
	height: 54%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0
}

.home-page .p1-s07 h2 {
	color: #979a9c;
	margin-bottom: 30px
}

.home-page .p1-s07 h3 {
	font-size: 36px;
	color: #373a3c;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 50px
}

.home-page .p1-s07 h3 b {
	color: #ec461f
}

.home-page .p1-s07 p {
	margin-bottom: 15px
}

.home-page .p1-s07 a.link {
	color: #ec461f;
	text-decoration: underline
}

.home-page .p1-s07 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px;
	border-bottom: 1px solid transparent
}

.home-page .p1-s07 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.home-page .p1-s07 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 5px
}

.home-page .p1-s05 {
	padding: 116px 0;
	background-image: url(/wp-content/themes/mml-theme/dist/img/p01-home/p01-s05-frame.jpg)
}

.home-page .p1-s05 h2 {
	text-align: center;
	color: #fff
}

.home-page .p1-s05 .mml-bigRow {
	width: 95%;
	max-width: 1760px;
	margin: 0 auto
}

.home-page .p1-s05 .behind-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home-page .p1-s05 li {
	width: 16%;
	max-width: 276px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #434343;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 55px;
	box-sizing: border-box;
	padding: 58px 30px;
	text-align: center
}

.home-page .p1-s05 p {
	color: #d9d9d9
}

.home-page .p1-s05 b {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	color: #ec461f;
	line-height: 1.2;
	margin-bottom: 32px;
	display: inline-block
}

.home-page .p1-s05 span {
	font-size: 24px;
	color: #ec461f;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal
}

.home-page .p1-s03 .sports-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-page .p1-s03 li {
	width: 33.33333333%;
	max-width: 640px;
	position: relative;
	background-color: #ec461f
}

.home-page .p1-s03 li:nth-child(2) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.home-page .p1-s03 .text {
	width: 90%;
	max-width: 500px;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px)
}

.home-page .p1-s03 h2 {
	color: #fff
}

.home-page .p1-s03 p {
	color: #fff;
	font-size: 20px;
	position: absolute;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	bottom: 15px;
	text-align: center
}

.home-page .p1-s03 .line {
	width: 60px;
	height: 3px;
	background-color: #fff;
	margin-top: 50px
}

.home-page .p1-s01 {
	padding: 120px 0;
	background-color: #3c3937;
	background-image: url(/wp-content/themes/mml-theme/dist/img/p01-home/p01-s02-frame.jpg)
}

.home-page .p1-s01 .sec-title {
	text-align: center;
	margin-bottom: 50px
}

.home-page .p1-s01 .sec-title p {
	color: #999
}

.home-page .p1-s01 .slick-dots {
	margin-top: 60px
}

.home-page .p1-s01 .slick-dots li {
	margin: 0 5px!important
}

.home-page .p1-s01 h2 {
	color: #fff;
	margin-bottom: 15px
}

.home-page .p1-s01 .home-product {
	margin: 0 -10px
}

.home-page .p1-s01 .home-product li {
	margin: 0 10px
}

.home-page .p1-s01 .home-product li:hover p {
	color: #ec461f;
	text-decoration: underline
}

.home-page .p1-s01 .home-product p {
	text-align: center;
	margin-top: 15px;
	color: #d9d9d9
}

.home-page .p1-s01 button {
	margin-top: -15px
}

.home-page .p1-s01 button i {
	color: #e1e6e6
}

.home-page .p1-s01 button i:hover {
	color: #ec461f
}

.home-page .p1-s01 button.slick-prev {
	left: -20px
}

.home-page .p1-s01 button.slick-next {
	right: -20px
}

@media (max-width:1240px) {
	.home-page .p1-s01 button.slick-prev {
		left: 10px
	}

	.home-page .p1-s01 button.slick-next {
		right: 10px
	}
}

.home-page .per-sec {
	padding: 120px 0
}

.home-page .per-sec .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px
}

.home-page .per-sec .per-tab {
	width: 28%;
	max-width: 300px
}

.home-page .per-sec .per-tab span {
	font-size: 30px;
	margin-right: 12px;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
	display: inline-block
}

.home-page .per-sec .per-section {
	width: 70%;
	max-width: 780px
}

.home-page .per-sec .btns {
	width: 100%
}

.home-page .per-sec .btns img {
	display: inline-block;
	margin-right: 15px
}

.home-page .per-sec .btns li {
	cursor: pointer;
	padding: 2px 0 10px;
	border-bottom: 1px solid #d2d2d2;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.home-page .per-sec .btns li.active,.home-page .per-sec .btns li:hover {
	color: #ec461f
}

.home-page .per-sec .btns li.active i,.home-page .per-sec .btns li:hover i {
	display: block;
	color: #ec461f
}

.home-page .per-sec .btns li.active span,.home-page .per-sec .btns li:hover span {
	color: #ec461f
}

.home-page .per-sec .btns li i {
	float: right;
	margin-top: 4px;
	display: none;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px)
}

.home-page .per-sec section {
	display: none
}

.home-page .per-sec section.current {
	display: block
}

.home-page .per-sec section .text-wrap {
	max-width: 480px;
	min-height: 260px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #3c3937;
	margin-top: -260px
}

.home-page .per-sec section .img-wrap {
	max-width: 680px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-right: 0;
	z-index: -1
}

.home-page .per-sec section .img-wrap img {
	display: block;
	max-width: 100%
}

.home-page .per-sec section ul.index {
	margin: 0 auto;
	text-align: right;
	margin-top: 18px
}

.home-page .per-sec section ul.index li {
	display: inline-block;
	margin: 0 auto;
	text-align: right;
	color: #ec461f
}

.home-page .per-sec section ul.index span {
	font-family: fira-sans,sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #ec461f;
	font-size: 110px;
	line-height: 1;
	font-weight: 100!important
}

.home-page .per-sec section .smallOne {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	-webkit-transform: translate(15px,-50px);
	-ms-transform: translate(15px,-50px);
	transform: translate(15px,-50px)
}

.home-page .per-sec section .bigOne {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 72px;
	-webkit-transform: translate(-15px,10px);
	-ms-transform: translate(-15px,10px);
	transform: translate(-15px,10px)
}

.home-page .per-sec section h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 25px;
	color: #fff;
	font-size: 20px
}

.home-page .per-sec section p {
	color: #d9d9d9;
	margin-top: 10px
}

.home-page .per-sec h3 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 25px
}

.home-page .per-sec b {
	color: #ec461f
}

.home-page .per-sec .sec-title {
	border-right: 5px solid #ec461f
}

.home-page .per-sec a.btn {
	background-color: #f5fafa;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 100px;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 270px
}

.home-page .per-sec a.btn:hover {
	background-color: #ec461f;
	color: #fff
}

@media (max-width:1500px) {
	.home-page .p1-s05 li {
		padding: 40px 10px
	}

	.home-page .p1-s03 .text {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width:1240px) {
	.home-page .p1-s05 b {
		font-size: 32px;
		margin-bottom: 20px
	}

	.home-page .p1-s03 h2 {
		font-size: 36px
	}
}

@media (max-width:1080px) {
	.home-page .p1-s05 .behind-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home-page .p1-s05 li {
		width: 32%;
		max-width: 320px
	}

	.home-page .per-sec h3 {
		font-size: 36px
	}

	.home-page .per-sec h2 {
		font-size: 36px
	}

	.home-page .per-sec section ul.index {
		margin-top: 30px
	}

	.home-page .per-sec section ul.index span {
		font-size: 80px
	}

	.home-page .per-sec section li.bigOne {
		font-size: 60px
	}

	.home-page .per-sec section li.smallOne {
		font-size: 36px
	}
}

@media (max-width:960px) {
	.home-page .p1-s09 section::after {
		display: none
	}

	.home-page .p1-s08 .text-wrap,.home-page .p1-s07 .text-wrap,.home-page .p1-s06 .text-wrap {
		margin-top: 0;
		padding-top: 0;
		padding-left: 0
	}

	.home-page .p1-s08 h2,.home-page .p1-s07 h2,.home-page .p1-s06 h2 {
		margin-bottom: 20px
	}

	.home-page .p1-s08 h3,.home-page .p1-s07 h3,.home-page .p1-s06 h3 {
		margin-bottom: 30px
	}

	.home-page .p1-s08 p,.home-page .p1-s07 p,.home-page .p1-s06 p {
		margin-bottom: 10px
	}

	.home-page .p1-s08 .img-wrap::before,.home-page .p1-s07 .img-wrap::before,.home-page .p1-s06 .img-wrap::before {
		display: none
	}

	.home-page .p1-s03 li {
		width: 50%
	}

	.home-page .p1-s03 h2 {
		font-size: 32px
	}

	.home-page .p1-s03 .line {
		display: none
	}
}

@media (max-width:880px) {
	.home-page .per-sec .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.home-page .per-sec .per-tab {
		width: 100%
	}

	.home-page .per-sec .per-section {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}

	.home-page .per-sec h3 {
		font-size: 32px
	}

	.home-page .per-sec h2 {
		font-size: 32px
	}

	.home-page .per-sec section ul.index {
		margin-top: 30px
	}

	.home-page .per-sec section ul.index span {
		font-size: 60px
	}

	.home-page .per-sec section li.bigOne {
		font-size: 40px
	}

	.home-page .per-sec section li.smallOne {
		font-size: 32px;
		-webkit-transform: translate(15px,-30px);
		-ms-transform: translate(15px,-30px);
		transform: translate(15px,-30px)
	}
}

@media (max-width:768px) {
	.home-page .p1-s09 {
		padding: 120px 0
	}

	.home-page .p1-s09 .text-wrap {
		position: static;
		width: 100%
	}

	.home-page .p1-s09 li {
		width: 48%
	}

	.home-page .p1-s08 .container,.home-page .p1-s06 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.home-page .p1-s08 .img-wrap,.home-page .p1-s06 .img-wrap {
		width: 100%
	}

	.home-page .p1-s08 .text-wrap,.home-page .p1-s06 .text-wrap {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		margin-top: 30px
	}

	.home-page .p1-s08 h3,.home-page .p1-s06 h3 {
		font-size: 28px
	}

	.home-page .p1-s07 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.home-page .p1-s07 .img-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}

	.home-page .p1-s07 .text-wrap {
		width: 100%;
		max-width: 650px;
		bottom: -20px
	}

	.home-page .p1-s07 h3 {
		font-size: 28px
	}

	.home-page .per-sec .sec-title {
		border-right: unset
	}
}

@media (max-width:580px) {
	.home-page .per-sec {
		padding: 60px 0
	}

	.home-page .per-sec a.btn {
		margin-top: 30px
	}

	.home-page .per-sec h2,.home-page .per-sec h3 {
		font-size: 26px
	}

	.home-page .per-sec section ul.index {
		display: none
	}

	.home-page .per-sec section .text-wrap {
		margin-top: 0;
		padding: 30px 20px
	}
}

@media (max-width:540px) {
	.home-page .p1-s09 {
		padding: 60px 0
	}

	.home-page .p1-s09 .sec-title {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home-page .p1-s09 .title-left {
		width: 100%;
		max-width: unset
	}

	.home-page .p1-s09 .title-right {
		width: 100%;
		margin-top: 30px
	}

	.home-page .p1-s09 li {
		width: 100%;
		margin-bottom: 15px
	}

	.home-page .p1-s08,.home-page .p1-s06 {
		padding: 60px 0
	}

	.home-page .p1-s08 h3,.home-page .p1-s06 h3 {
		font-size: 24px
	}

	.home-page .p1-s08 a.links,.home-page .p1-s06 a.links {
		margin-top: 15px
	}

	.home-page .p1-s07 h3 {
		font-size: 24px
	}

	.home-page .p1-s07 a.links {
		margin-top: 15px
	}

	.home-page .p1-s05 {
		padding: 60px 0
	}

	.home-page .p1-s05 li {
		width: 49%;
		margin-top: 20px
	}

	.home-page .p1-s05 b {
		font-size: 26px
	}

	.home-page .p1-s03 h2 {
		font-size: 26px
	}

	.home-page .p1-s03 li {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.home-page .p1-s03 li:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 60px 0
	}

	.home-page .p1-s01 {
		padding: 60px 0 60px
	}

	.home-page .p1-s01 h2 {
		margin-bottom: 30px
	}

	.home-page .p1-s01 .home-product {
		margin: 0 -5px
	}

	.home-page .p1-s01 .home-product li {
		margin: 0 5px
	}
}

.ldp-page .btn-wrap {
	text-align: center
}

.ldp-page a.btn {
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 50px;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 270px
}

.ldp-page a.fixe-btn {
	background-color: #ec461f;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 0 auto;
	display: inline-block;
	margin-top: 100px;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 270px;
	position: fixed;
	right: -30px;
	bottom: 100px;
	z-index: 9999999
}

.ldp-page .home-banner {
	padding-top: 60px
}

.ldp-page .home-banner .ldp-logo {
	margin-bottom: 20px;
	margin-left: 0
}

.ldp-page .home-banner li {
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px
}

.ldp-page .home-banner li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 7px
}

.ldp-page .home-banner .line {
	margin-bottom: 5px
}

.ldp-page .home-banner .banner-text {
	margin-top: 30px
}

.ldp-page .p21-s02 {
	padding: 0 0 250px;
	background-color: #f7f9fa
}

.ldp-page .p21-s02 h2 {
	text-align: center;
	margin-bottom: 55px
}

.ldp-page .p21-s02 section {
	position: relative
}

.ldp-page .p21-s02 .text-wrap {
	position: absolute;
	right: 0;
	bottom: -120px;
	background-color: #f7f9fa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	max-width: 880px;
	padding: 25px
}

.ldp-page .p21-s02 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ldp-page .p21-s02 li {
	width: 49%;
	max-width: 390px;
	margin-bottom: 25px
}

.ldp-page .p21-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #373a3c;
	font-size: 20px;
	margin-bottom: 15px
}

.ldp-page .p21-s02 i {
	font-size: 18px;
	margin-right: 10px
}

.ldp-page .p1-s05 {
	padding: 116px 0;
	background-image: url(/wp-content/themes/mml-theme/dist/img/p01-home/p01-s05-frame.jpg)
}

.ldp-page .p1-s05 h2 {
	text-align: center;
	color: #fff
}

.ldp-page .p1-s05 .mml-bigRow {
	width: 95%;
	max-width: 1760px;
	margin: 0 auto
}

.ldp-page .p1-s05 .behind-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ldp-page .p1-s05 li {
	width: 16%;
	max-width: 276px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #434343;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 55px;
	box-sizing: border-box;
	padding: 58px 30px;
	text-align: center
}

.ldp-page .p1-s05 p {
	color: #d9d9d9
}

.ldp-page .p1-s05 b {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	color: #ec461f;
	line-height: 1.2;
	margin-bottom: 32px;
	display: inline-block
}

.ldp-page .p1-s05 span {
	font-size: 24px;
	color: #ec461f;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal
}

.ldp-page .ldp-s211 {
	padding: 120px 0
}

.ldp-page .ldp-s211 h2 {
	text-align: center;
	margin-bottom: 50px
}

.ldp-page .ldp-s211 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ldp-page .ldp-s211 li {
	width: 24%;
	max-width: 280px;
	margin-right: 1.33%;
	margin-bottom: 25px;
	text-align: center
}

.ldp-page .ldp-s211 li:nth-child(4n) {
	margin-right: 0
}

.ldp-page .ldp-s211 p {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	border-bottom: 1px solid transparent
}

@media (max-width:680px) {
	.ldp-page .ldp-s211 ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.ldp-page .ldp-s211 li {
		width: 49%;
		margin-right: 0
	}
}

@media (max-width:540px) {
	.ldp-page .ldp-s211 {
		padding: 60px 0
	}

	.ldp-page .ldp-s211 h2 {
		font-size: 28px
	}
}

.ldp-page .p21-s01 {
	padding: 120px 0
}

.ldp-page .p21-s01 .template-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ldp-page .p21-s01 .link-list {
	width: 24%;
	max-width: 280px
}

.ldp-page .p21-s01 .link-list ul {
	background-color: #f7f9fa
}

.ldp-page .p21-s01 .link-list a {
	display: block
}

.ldp-page .p21-s01 .link-list li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 19px 15px;
	color: #676a6c;
	-webkit-transform-origin: all .6s;
	-ms-transform-origin: all .6s;
	transform-origin: all .6s;
	border-bottom: 1px solid #dcdcdc;
	position: relative
}

.ldp-page .p21-s01 .link-list li:hover,.ldp-page .p21-s01 .link-list li.active {
	background-color: #ec461f
}

.ldp-page .p21-s01 .link-list li:hover a,.ldp-page .p21-s01 .link-list li.active a {
	color: #fff
}

.ldp-page .p21-s01 .link-list li:hover i,.ldp-page .p21-s01 .link-list li.active i {
	opacity: 1
}

.ldp-page .p21-s01 .link-sec {
	width: 74.5%;
	max-width: 880px;
	margin: 0 auto;
	margin-right: 0
}

.ldp-page .p21-s01 i {
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ldp-page .p21-s01 h2 {
	margin-bottom: 50px;
	text-align: center
}

.ldp-page .p21-s01 section {
	display: none
}

.ldp-page .p21-s01 section.current {
	display: block
}

.ldp-page .p21-s01 .product-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ldp-page .p21-s01 .product-list li {
	width: 32%;
	max-width: 280px;
	margin-right: 2%;
	margin-bottom: 25px;
	text-align: center
}

.ldp-page .p21-s01 .product-list li:hover p {
	color: #ec461f;
	border-bottom: 1px solid #ec461f
}

.ldp-page .p21-s01 .product-list li:nth-child(3n) {
	margin-right: 0
}

.ldp-page .p21-s01 .product-list p {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	border-bottom: 1px solid transparent
}

.ldp-page .p1-s03 .sports-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ldp-page .p1-s03 li {
	width: 33.33333333%;
	max-width: 640px;
	position: relative;
	background-color: #ec461f
}

.ldp-page .p1-s03 li:nth-child(2) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.ldp-page .p1-s03 li:nth-child(2):before {
	display: none;
	opacity: 0
}

.ldp-page .p1-s03 li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.ldp-page .p1-s03 li:hover::before {
	display: block
}

.ldp-page .p1-s03 li:hover p {
	bottom: 40%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.ldp-page .p1-s03 .text {
	width: 90%;
	max-width: 500px;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px)
}

.ldp-page .p1-s03 h2 {
	color: #fff
}

.ldp-page .p1-s03 p {
	color: #fff;
	font-size: 20px;
	position: absolute;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	bottom: 15px;
	text-align: center
}

.ldp-page .p1-s03 .line {
	width: 60px;
	height: 3px;
	background-color: #fff;
	margin-top: 50px
}

.ldp-page .per-sec {
	padding: 80px 0
}

.ldp-page .per-sec .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px
}

.ldp-page .per-sec .per-tab {
	width: 28%;
	max-width: 300px
}

.ldp-page .per-sec .per-tab span {
	font-size: 30px;
	margin-right: 12px;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
	display: inline-block
}

.ldp-page .per-sec .per-section {
	width: 70%;
	max-width: 780px
}

.ldp-page .per-sec .btns {
	width: 100%
}

.ldp-page .per-sec .btns img {
	display: inline-block;
	margin-right: 15px
}

.ldp-page .per-sec .btns li {
	cursor: pointer;
	padding: 2px 0 10px;
	border-bottom: 1px solid #d2d2d2;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.ldp-page .per-sec .btns li.active,.ldp-page .per-sec .btns li:hover {
	color: #ec461f
}

.ldp-page .per-sec .btns li.active i,.ldp-page .per-sec .btns li:hover i {
	display: block;
	color: #ec461f
}

.ldp-page .per-sec .btns li.active span,.ldp-page .per-sec .btns li:hover span {
	color: #ec461f
}

.ldp-page .per-sec .btns li i {
	float: right;
	margin-top: 4px;
	display: none;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px)
}

.ldp-page .per-sec section {
	display: none
}

.ldp-page .per-sec section.current {
	display: block
}

.ldp-page .per-sec section .text-wrap {
	max-width: 480px;
	min-height: 260px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #3c3937;
	margin-top: -260px
}

.ldp-page .per-sec section .img-wrap {
	max-width: 680px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-right: 0;
	z-index: -1
}

.ldp-page .per-sec section .img-wrap img {
	display: block;
	max-width: 100%
}

.ldp-page .per-sec section ul.index {
	margin: 0 auto;
	text-align: right;
	margin-top: 18px
}

.ldp-page .per-sec section ul.index li {
	display: inline-block;
	margin: 0 auto;
	text-align: right;
	color: #ec461f
}

.ldp-page .per-sec section ul.index span {
	font-family: fira-sans,sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #ec461f;
	font-size: 110px;
	line-height: 1;
	font-weight: 100!important
}

.ldp-page .per-sec section .smallOne {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	-webkit-transform: translate(15px,-50px);
	-ms-transform: translate(15px,-50px);
	transform: translate(15px,-50px)
}

.ldp-page .per-sec section .bigOne {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 72px;
	-webkit-transform: translate(-15px,10px);
	-ms-transform: translate(-15px,10px);
	transform: translate(-15px,10px)
}

.ldp-page .per-sec section h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 25px;
	color: #fff;
	font-size: 20px
}

.ldp-page .per-sec section p {
	color: #d9d9d9;
	margin-top: 10px
}

.ldp-page .per-sec h3 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 25px
}

.ldp-page .per-sec b {
	color: #ec461f
}

.ldp-page .per-sec .sec-title {
	border-right: 5px solid #ec461f
}

.ldp-page .p44-s08 {
	padding: 80px 0
}

.ldp-page .p44-s08 .sec-title {
	text-align: center;
	margin-bottom: 60px
}

.ldp-page .p44-s08 .sec-title p {
	display: inline-block;
	max-width: 940px
}

.ldp-page .p44-s08 .sec-title a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block
}

.ldp-page .p44-s08 .sec-title i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 5px
}

.ldp-page .p44-s08 h2 {
	margin-bottom: 15px
}

.ldp-page .p44-s08 .shipping-list {
	margin: 0 -10px
}

.ldp-page .p44-s08 .shipping-list li {
	text-align: center;
	margin: 0 10px
}

.ldp-page .p44-s08 button {
	top: 47%
}

.ldp-page .p44-s08 button.slick-prev {
	left: -25px
}

.ldp-page .p44-s08 button.slick-next {
	right: -25px
}

.ldp-page .p44-s08 button i {
	color: #e1e6e6
}

.ldp-page .p44-s08 button i:hover {
	color: #ec461f
}

.ldp-page .p44-s08 p {
	margin-top: 12px
}

.ldp-page .p44-s08 .slick-dots {
	margin-top: 20px
}

.ldp-page .p44-s08 .slick-dots li {
	margin: 0 5px
}

.ldp-page .p5-s02 {
	background-color: #3c3937;
	padding: 60px 0
}

.ldp-page .p5-s02 h2 {
	color: #fff;
	margin-bottom: 30px;
	text-align: center
}

.ldp-page .p5-s02 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px
}

.ldp-page .p5-s02 .img-wrap {
	margin-top: 40px
}

.ldp-page .p5-s02 .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.ldp-page .p5-s02 .tab-content {
	width: 75%;
	max-width: 880px;
	position: relative
}

.ldp-page .p5-s02 .tab-content .sections {
	display: none;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px)
}

.ldp-page .p5-s02 .tab-content .sections.current {
	display: block
}

.ldp-page .p5-s02 .tab-content p {
	color: #e6e6e6;
	margin-bottom: 3px
}

.ldp-page .p5-s02 .tab-content li {
	position: relative;
	color: #e6e6e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px
}

.ldp-page .p5-s02 .tab-content li:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	top: 8px
}

.ldp-page .p5-s02 .tab-content li:last-child {
	margin-bottom: 0
}

.ldp-page .p5-s02 .tab-btn {
	width: 23%;
	max-width: 200px
}

.ldp-page .p5-s02 .tab-btn ul {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px)
}

.ldp-page .p5-s02 .tab-btn li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 30px 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	position: relative
}

.ldp-page .p5-s02 .tab-btn li:hover .icon-wrap {
	border-color: #ec461f
}

.ldp-page .p5-s02 .tab-btn li:hover p {
	color: #ec461f
}

.ldp-page .p5-s02 .tab-btn li.active .icon-wrap {
	border-color: #ec461f
}

.ldp-page .p5-s02 .tab-btn li.active p {
	color: #ec461f
}

.ldp-page .p5-s02 .tab-btn li:before {
	content: '';
	display: block;
	width: 1px;
	height: 45px;
	background-color: #dcdcdc;
	position: absolute;
	top: -21px;
	left: 10px
}

.ldp-page .p5-s02 .tab-btn li:first-child:before {
	height: 26px;
	top: -6px
}

.ldp-page .p5-s02 .tab-btn li:last-child:after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background-color: #dcdcdc;
	position: absolute;
	top: 64px;
	left: 10px
}

.ldp-page .p5-s02 .tab-btn li .icon-wrap {
	width: 20px;
	height: 20px;
	background-color: #3c3937;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #aaa;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ldp-page .p5-s02 .tab-btn li .line {
	width: 60px;
	height: 1px;
	background-color: #dcdcdc;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.ldp-page .p5-s02 .tab-btn li p {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 21px;
	color: #979a9c;
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.ldp-page .p5-s02 .pack {
	display: none
}

.ldp-page .p5-s02 .pack.current {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.ldp-page .p5-s02 .pack .img-wrap {
	width: 48%;
	max-width: 400px
}

.ldp-page .p5-s02 .pack .text {
	width: 49%;
	max-width: 400px;
	margin: 0 auto;
	margin-right: 0
}

.ldp-page .p5-s02 a.btn {
	margin-top: 80px
}

.ldp-page .ldp-s01 {
	padding: 120px 0 0;
	background-color: #f7f9fa
}

.ldp-page .ldp-s01 h2 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	color: #373a3c;
	margin-bottom: 15px
}

.ldp-page .ldp-s01 h3 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	color: #e6e6e6
}

.ldp-page .ldp-s01 span {
	color: #ec461f;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px
}

.ldp-page .ldp-s01 h4 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c
}

.ldp-page .ldp-s01 .love-list {
	padding: 28px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 50px
}

.ldp-page .ldp-s01 .love-list li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ec461f;
	margin-right: 30px;
	margin-top: 15px;
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #ec461f;
	min-width: 150px;
	text-align: center
}

.ldp-page .ldp-s01 .love-list i {
	color: #ec461f;
	margin-right: 10px
}

.ldp-page .ldp-s01 .designers-list {
	padding: 28px 30px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px
}

.ldp-page .ldp-s01 .designers-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.ldp-page .ldp-s01 .designers-list img {
	margin-left: 0
}

.ldp-page .ldp-s01 .designers-list li {
	width: 32%;
	max-width: 345px;
	margin-right: 2%;
	margin-top: 25px
}

.ldp-page .ldp-s01 .designers-list li:nth-child(3n) {
	margin-right: 0
}

.ldp-page .ldp-s01 h5 {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	color: #373a3c;
	margin: 15px 0 10px
}

.ldp-page .ldp-s02 {
	background-color: #f7f9fa;
	padding: 120px 0
}

.ldp-page .ldp-s02 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.ldp-page .ldp-s02 .text-wrap {
	width: 46%;
	max-width: 460px;
	padding-top: 50px
}

.ldp-page .ldp-s02 h2 {
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	color: #373a3c;
	margin-bottom: 50px
}

.ldp-page .ldp-s02 li {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #373a3c;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 20px
}

.ldp-page .ldp-s02 li img {
	position: absolute;
	left: 0;
	top: 6px
}

.ldp-page .ldp-s02 .form-wrap {
	width: 52%;
	max-width: 600px;
	margin: 0 auto;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 19px 23px 120px 0 rgba(6,17,41,.2);
	box-shadow: 19px 23px 120px 0 rgba(6,17,41,.2);
	padding: 60px 30px
}

.ldp-page .ldp-s02 .form-wrap h2 {
	text-align: center;
	font-size: 48px;
	margin-bottom: 0
}

.ldp-page .ldp-s02 .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ldp-page .ldp-s02 .col label {
	width: 49%;
	max-width: 580px
}

.ldp-page .ldp-s02 span.txt {
	display: block;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #676a6c;
	margin-bottom: 10px;
	margin-top: 10px
}

.ldp-page .ldp-s02 input:not(.wpcf7-submit) {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	height: 40px;
	padding-left: 15px
}

.ldp-page .ldp-s02 textarea {
	width: 100%;
	max-width: unset;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding-left: 15px;
	padding-top: 15px;
	height: 80px
}

.ldp-page .ldp-s02 textarea:focus {
	outline: none
}

.ldp-page .ldp-s02 .codedropz-upload-wrapper {
	background-color: #fff
}

.ldp-page .ldp-s02 .codedropz-upload-handler {
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0;
	border-radius: 0
}

.ldp-page .ldp-s02 .codedropz-upload-container {
	padding: 10px 20px
}

.ldp-page .ldp-s02 .codedropz-upload-container h3 {
	display: none
}

.ldp-page .ldp-s02 .codedropz-upload-container span {
	display: none
}

.ldp-page .ldp-s02 .codedropz-upload-container .codedropz-btn-wrap {
	width: 200px;
	height: 60px;
	background-color: #f7f9fa;
	border: solid 1px #dcdcdc;
	margin: 0 auto;
	line-height: 60px
}

.ldp-page .ldp-s02 .codedropz-upload-container .codedropz-btn-wrap a {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px
}

.ldp-page .ldp-s02 .wpcf7-submit {
	background-color: #ec461f;
	color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	width: 120px
}

.ldp-page .ldp-last {
	padding: 80px 0
}

.ldp-page .ldp-last section {
	max-width: 1180px;
	margin: 0 auto
}

.ldp-page .ldp-last button.slick-arrow {
	top: unset;
	bottom: -16px
}

.ldp-page .ldp-last button.slick-arrow i {
	color: #e1e6e6
}

.ldp-page .ldp-last button.slick-arrow i:hover {
	color: #ec461f
}

.ldp-page .ldp-last button.slick-arrow.slick-next {
	left: 130px;
	right: unset
}

.ldp-page .ldp-last button.slick-arrow.slcik-prev {
	left: 10px
}

.ldp-page .ldp-last .slick-dots {
	text-align: left;
	margin-left: 40px
}

.ldp-page .ldp-last .slick-dots li {
	border: unset;
	background-color: unset;
	width: auto;
	height: unset
}

.ldp-page .ldp-last .slick-dots li.slick-active button {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	color: #ec461f
}

.ldp-page .ldp-last .slick-dots button {
	font-size: 20px;
	display: block;
	border: unset;
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #373a3c;
	margin: 0 5px;
	background-color: unset
}

.ldp-page .p41-s03 {
	padding: 60px 0;
	background-color: #3c3937
}

.ldp-page .p41-s03 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.ldp-page .p41-s03 h2 {
	text-align: center;
	max-width: 710px;
	margin: 0 auto
}

.ldp-page .p41-s03 .tab-btn {
	width: 24%;
	max-width: 170px
}

.ldp-page .p41-s03 .tab-btn li {
	font-family: fira-sans,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #979a9c;
	margin-bottom: 60px;
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.ldp-page .p41-s03 .tab-btn li:hover,.ldp-page .p41-s03 .tab-btn li.active {
	color: #ec461f
}

.ldp-page .p41-s03 .tab-btn li:hover i,.ldp-page .p41-s03 .tab-btn li.active i {
	color: #ec461f;
	border-color: #ec461f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: unset;
	font-size: 18px
}

.ldp-page .p41-s03 .tab-btn i {
	margin-right: 10px;
	color: #3c3937;
	border: 2px solid #979a9c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	display: inline-block
}

.ldp-page .p41-s03 .tab-btn .icon-wrap {
	width: 21px;
	height: 21px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #979a9c
}

.ldp-page .p41-s03 .tab-sec {
	width: 76%;
	max-width: 880px;
	margin: 0 auto;
	margin-right: 0
}

.ldp-page .p41-s03 section {
	display: none
}

.ldp-page .p41-s03 section.current {
	display: block
}

.ldp-page .p41-s03 section ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.ldp-page .p41-s03 section li {
	width: 32%;
	max-width: 280px;
	margin-right: 2%;
	position: relative
}

.ldp-page .p41-s03 section li:last-child {
	margin-right: 0
}

.ldp-page .p41-s03 h2 {
	color: #fff;
	margin-bottom: 55px
}

.ldp-page .p41-s03 span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.8);
	padding: 18px 10px;
	width: 100%;
	color: #fff
}

.ldp-page .p41-s03 h4 {
	margin-top: 25px;
	color: #fff;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 15px
}

.ldp-page .p41-s03 p {
	color: #fff
}

.ldp-page .p41-s03 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid transparent
}

.ldp-page .p41-s03 a.links i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 8px
}

.ldp-page .p41-s03 a.links:hover {
	border-bottom: 1px solid #ec461f
}

.ldp-page .cta a.btn {
	background-color: #fff;
	color: #ec461f
}

.ldp-page .p1-s08 .container,.ldp-page .p1-s06 .container,.ldp-page .p1-s07 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ldp-page .p1-s08 .img-wrap,.ldp-page .p1-s06 .img-wrap,.ldp-page .p1-s07 .img-wrap {
	width: 60%;
	max-width: 700px;
	position: relative
}

.ldp-page .p1-s08 .img-wrap::before,.ldp-page .p1-s06 .img-wrap::before,.ldp-page .p1-s07 .img-wrap::before {
	content: '';
	display: block;
	width: 50px;
	height: 54%;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0
}

.ldp-page .p1-s08 .text-wrap,.ldp-page .p1-s06 .text-wrap,.ldp-page .p1-s07 .text-wrap {
	width: 38%;
	max-width: 415px;
	margin: 0 auto;
	margin-right: 0;
	margin-top: 60px
}

.ldp-page .p1-s08 p,.ldp-page .p1-s06 p,.ldp-page .p1-s07 p {
	max-width: 380px
}

.ldp-page .p1-s08 h2,.ldp-page .p1-s06 h2,.ldp-page .p1-s07 h2 {
	color: #979a9c;
	margin-bottom: 30px
}

.ldp-page .p1-s08 h3,.ldp-page .p1-s06 h3,.ldp-page .p1-s07 h3 {
	font-size: 36px;
	color: #373a3c;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 50px
}

.ldp-page .p1-s08 h3 b,.ldp-page .p1-s06 h3 b,.ldp-page .p1-s07 h3 b {
	color: #ec461f
}

.ldp-page .p1-s08 p,.ldp-page .p1-s06 p,.ldp-page .p1-s07 p {
	margin-bottom: 15px
}

.ldp-page .p1-s08 a.link,.ldp-page .p1-s06 a.link,.ldp-page .p1-s07 a.link {
	color: #ec461f;
	text-decoration: underline
}

.ldp-page .p1-s08 a.links,.ldp-page .p1-s06 a.links,.ldp-page .p1-s07 a.links {
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-style: normal;
	color: #ec461f;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px
}

.ldp-page .p1-s08 b,.ldp-page .p1-s06 b,.ldp-page .p1-s07 b {
	color: #373a3c;
	font-family: pt-sans-pro,sans-serif;
	font-weight: 600;
	font-style: normal
}

.ldp-page .p1-s08 i,.ldp-page .p1-s06 i,.ldp-page .p1-s07 i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	margin-left: 5px
}

@media (max-width:1500px) {
	.ldp-page .p1-s05 li {
		padding: 40px 10px
	}

	.ldp-page .p1-s03 .text {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width:1240px) {
	.ldp-page .p1-s05 b {
		font-size: 32px;
		margin-bottom: 20px
	}

	.ldp-page .p1-s03 h2 {
		font-size: 36px
	}

	.ldp-page .p44-s08 button.slick-prev {
		left: 10px
	}

	.ldp-page .p44-s08 button.slick-next {
		right: 10px
	}
}

@media (max-width:1200px) {
	.ldp-page .p21-s02 .text-wrap {
		bottom: -160px
	}
}

@media (max-width:1080px) {
	.ldp-page .p1-s05 .behind-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.ldp-page .p1-s05 li {
		width: 32%;
		max-width: 320px
	}

	.ldp-page .per-sec h3 {
		font-size: 36px
	}

	.ldp-page .per-sec h2 {
		font-size: 36px
	}

	.ldp-page .per-sec section ul.index {
		margin-top: 30px
	}

	.ldp-page .per-sec section ul.index span {
		font-size: 80px
	}

	.ldp-page .per-sec section li.bigOne {
		font-size: 60px
	}

	.ldp-page .per-sec section li.smallOne {
		font-size: 36px
	}
}

@media (max-width:960px) {
	.ldp-page .p1-s03 li {
		width: 50%
	}

	.ldp-page .p1-s03 h2 {
		font-size: 32px
	}

	.ldp-page .p1-s03 .line {
		display: none
	}

	.ldp-page .p21-s02 .text-wrap {
		bottom: -250px
	}

	.ldp-page .p44-s04 section {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto
	}

	.ldp-page .p44-s04 .img-wrap {
		width: 100%;
		margin-top: 40px
	}

	.ldp-page .p44-s04 .text-wrap {
		width: 100%;
		max-width: 540px;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px
	}

	.ldp-page .p5-s02 .tab-content {
		width: 70%
	}

	.ldp-page .p5-s02 .tab-btn {
		width: 28%
	}

	.ldp-page .p1-s08 .text-wrap,.ldp-page .p1-s07 .text-wrap,.ldp-page .p1-s06 .text-wrap {
		margin-top: 0;
		padding-top: 0;
		padding-left: 0
	}

	.ldp-page .p1-s08 h2,.ldp-page .p1-s07 h2,.ldp-page .p1-s06 h2 {
		margin-bottom: 20px
	}

	.ldp-page .p1-s08 h3,.ldp-page .p1-s07 h3,.ldp-page .p1-s06 h3 {
		margin-bottom: 30px
	}

	.ldp-page .p1-s08 p,.ldp-page .p1-s07 p,.ldp-page .p1-s06 p {
		margin-bottom: 10px
	}

	.ldp-page .p1-s08 .img-wrap::before,.ldp-page .p1-s07 .img-wrap::before,.ldp-page .p1-s06 .img-wrap::before {
		display: none
	}
}

@media (max-width:880px) {
	.ldp-page .p21-s01 .link-list {
		width: 32%
	}

	.ldp-page .p21-s01 .link-sec {
		width: 66%
	}

	.ldp-page .per-sec .col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .per-sec .per-tab {
		width: 100%
	}

	.ldp-page .per-sec .per-section {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px
	}

	.ldp-page .per-sec h3 {
		font-size: 32px
	}

	.ldp-page .per-sec h2 {
		font-size: 32px
	}

	.ldp-page .per-sec section ul.index {
		margin-top: 30px
	}

	.ldp-page .per-sec section ul.index span {
		font-size: 60px
	}

	.ldp-page .per-sec section li.bigOne {
		font-size: 40px
	}

	.ldp-page .per-sec section li.smallOne {
		font-size: 32px;
		-webkit-transform: translate(15px,-30px);
		-ms-transform: translate(15px,-30px);
		transform: translate(15px,-30px)
	}
}

@media (max-width:840px) {
	.ldp-page .p41-s03 h2 {
		font-size: 32px
	}
}

@media (max-width:768px) {
	.ldp-page .p21-s02 {
		padding: 0 0 160px
	}

	.ldp-page .p21-s02 .text-wrap {
		position: static;
		width: 100%
	}

	.ldp-page .ldp-s02 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .ldp-s02 .text-wrap {
		width: 100%;
		max-width: 600px;
		padding-top: 0
	}

	.ldp-page .ldp-s02 .form-wrap {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px
	}

	.ldp-page .per-sec .sec-title {
		border-right: unset
	}

	.ldp-page .p5-s02 .tabs {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p5-s02 .tab-btn {
		width: 100%;
		max-width: unset
	}

	.ldp-page .p5-s02 .tab-btn ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.ldp-page .p5-s02 .tab-btn li {
		width: 32%;
		padding: 20px 0;
		margin-right: 2%
	}

	.ldp-page .p5-s02 .tab-btn li:nth-child(3n) {
		margin-right: 0
	}

	.ldp-page .p5-s02 .tab-btn li:before {
		display: none
	}

	.ldp-page .p5-s02 .tab-btn li:last-child:after {
		display: none
	}

	.ldp-page .p5-s02 .tab-btn li p {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	.ldp-page .p5-s02 .tab-content {
		width: 100%
	}

	.ldp-page .p5-s02 .line {
		display: none
	}

	.ldp-page .p5-s02 {
		padding: 60px 0
	}

	.ldp-page .p5-s02 h2 {
		margin-bottom: 30px
	}

	.ldp-page .p5-s02 h4 {
		font-size: 28px
	}

	.ldp-page .p5-s02 .tab-btn {
		-webkit-box-pack: space-evenly;
		-webkit-justify-content: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly
	}

	.ldp-page .p5-s02 .tab-btn li p {
		font-size: 16px
	}

	.ldp-page .p5-s02 .tab-btn li .icon-wrap {
		width: 16px;
		height: 16px
	}

	.ldp-page .p5-s02 .tab-content .sections.pack.current {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p5-s02 .tab-content .sections {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 40px
	}

	.ldp-page .p5-s02 .tab-content .img-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px
	}

	.ldp-page .p5-s02 .tab-content .text {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.ldp-page .p1-s08 .container,.ldp-page .p1-s06 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p1-s08 .img-wrap,.ldp-page .p1-s06 .img-wrap {
		width: 100%
	}

	.ldp-page .p1-s08 .text-wrap,.ldp-page .p1-s06 .text-wrap {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		margin-top: 30px
	}

	.ldp-page .p1-s08 h3,.ldp-page .p1-s06 h3 {
		font-size: 28px
	}

	.ldp-page .p1-s08 p,.ldp-page .p1-s06 p {
		max-width: unset
	}

	.ldp-page .p1-s07 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p1-s07 .img-wrap {
		width: 100%
	}

	.ldp-page .p1-s07 img {
		margin-left: 0
	}

	.ldp-page .p1-s07 .text-wrap {
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
		margin-top: 30px
	}

	.ldp-page .p1-s07 h3 {
		font-size: 28px
	}

	.ldp-page .p1-s07 p {
		max-width: unset
	}

	.ldp-page .p41-s03 .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p41-s03 h2 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px
	}

	.ldp-page .p41-s03 .tab-btn {
		width: 100%
	}

	.ldp-page .p41-s03 .tab-btn li {
		margin-bottom: 30px
	}

	.ldp-page .p41-s03 .tab-sec {
		width: 100%
	}

	.ldp-page .p41-s03 span {
		font-size: 14px
	}
}

@media (max-width:680px) {
	.ldp-page .fixe-btn {
		display: none
	}

	.ldp-page .p21-s01 .template-link {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p21-s01 .link-list {
		width: 100%
	}

	.ldp-page .p21-s01 .link-sec {
		width: 100%;
		margin-top: 40px
	}
}

@media (max-width:580px) {
	.ldp-page .per-sec {
		padding: 60px 0
	}

	.ldp-page .per-sec a.btn {
		margin-top: 30px
	}

	.ldp-page .per-sec h2,.ldp-page .per-sec h3 {
		font-size: 26px
	}

	.ldp-page .per-sec section ul.index {
		display: none
	}

	.ldp-page .per-sec section .text-wrap {
		margin-top: 0;
		padding: 30px 20px
	}
}

@media (max-width:540px) {
	.ldp-page .p21-s02 {
		padding: 0 0 120px
	}

	.ldp-page .p21-s02 ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .p21-s02 li {
		width: 100%
	}

	.ldp-page .ldp-s01 h2 {
		font-size: 28px
	}

	.ldp-page .ldp-s01 h3 {
		font-size: 24px
	}

	.ldp-page .ldp-s01 h3 span {
		font-size: 24px
	}

	.ldp-page .ldp-s01 .love-list li {
		width: 45%;
		margin-right: 10px;
		padding: 10px 5px;
		min-width: unset
	}

	.ldp-page .ldp-s01 .designers-list ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ldp-page .ldp-s01 .designers-list li {
		width: 100%;
		margin-right: 0
	}

	.ldp-page .ldp-s02 {
		padding: 60px 0
	}

	.ldp-page .ldp-s02 .form-wrap h2 {
		font-size: 28px
	}

	.ldp-page .ldp-s02 label {
		width: 100%
	}

	.ldp-page .ldp-s02 .col {
		display: block
	}

	.ldp-page .p1-s05 {
		padding: 60px 0
	}

	.ldp-page .p1-s05 li {
		width: 49%;
		margin-top: 20px
	}

	.ldp-page .p1-s05 b {
		font-size: 26px
	}

	.ldp-page .p21-s01 {
		padding: 60px 0
	}

	.ldp-page .p21-s01 .product-list ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.ldp-page .p21-s01 .product-list li {
		width: 49%;
		margin-right: unset
	}

	.ldp-page .p1-s03 h2 {
		font-size: 26px
	}

	.ldp-page .p1-s03 li {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.ldp-page .p1-s03 li:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 60px 0
	}

	.ldp-page .p44-s08 {
		padding: 60px 0
	}

	.ldp-page .p44-s08 .sec-title {
		margin-bottom: 20px
	}

	.ldp-page .p44-s08 .shipping-list {
		margin: 0
	}

	.ldp-page .p1-s08,.ldp-page .p1-s06 {
		padding-bottom: 20px
	}

	.ldp-page .p1-s08 h3,.ldp-page .p1-s06 h3 {
		font-size: 24px
	}

	.ldp-page .p1-s08 a.links,.ldp-page .p1-s06 a.links {
		margin-top: 15px
	}

	.ldp-page .p1-s07 h3 {
		font-size: 24px
	}

	.ldp-page .p1-s07 a.links {
		margin-top: 15px
	}

	.ldp-page .ldp-last {
		padding: 60px 0 60px
	}

	.ldp-page .p41-s03 {
		padding: 60px 0
	}

	.ldp-page .p41-s03 section ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.ldp-page .p41-s03 section li {
		width: 48%;
		margin-right: unset;
		margin-bottom: 20px
	}
}

.fa,.fab,.fal,.far,.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: a 2s infinite linear;
	animation: a 2s infinite linear
}

.fa-pulse {
	-webkit-animation: a 1s infinite steps(8);
	animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x,.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frown:before {
	content: "\f119"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-male:before {
	content: "\f183"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-moon:before {
	content: "\f186"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-road:before {
	content: "\f018"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-strava:before {
	content: "\f428"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}


.fab {
	font-family: Font Awesome\ 5 Brands
}


.far {
	font-weight: 400
}



.fa,.far,.fas {
	font-family: Montserrat-Regular
}

.fa,.fas {
	font-weight: 900
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.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;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[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
}

@font-face {
	font-family:"iconfont";src:url(/wp-content/themes/mml-theme/dist/css/font/iconfont.eot?t=1582601982481);src:url('/wp-content/themes/mml-theme/dist/css/font/iconfont.eot?t=1582601982481#iefix') format('embedded-opentype'),url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAyYAAsAAAAAFhwAAAxJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDKAqfNJdRATYCJAMYCw4ABCAFhG0HURtgETPS7dEKRPZfHNjNnA9R1eBE9o9Ial8Iw8DAagW2KePpYBvcVZ2QcBbhXjjY90GEazkLyaH6/1qywMKwA0QjaoGlrJH1ZSMyH276F7lLckmoYlNK24kBlYlSZKJIyDpnlm5ep3NmzjeHmdKJdcK+aLvHzNk36ZjZ//GbqtSylLAghHZGgHYK7GTMJd3GdxtL753tcH0uEToZfvHP1+6d8wds1AlVkrUDcvC/D1zSlK7BtwXA1FqrbqHoW/5QqPEM2b07hheVRS0xhPgJC4mQXu0QTTTxSIUQIrWQ8Wk/1UfSsZ0LKcsJqJd+2fMhQEk7vcjkZXqZHMeHggXX5uyAvCHDGb1CPhUpRR15IZDrrdbDc/bz8j8sOSjB8LPOn04dM/r13+8PzCSzndRA6SNI6QAY0As4yDZVt4oVoDejS5rO6WZDh+XrQUpJ3X/kYgloFCtAePrlRXy6Bjv9BoOlqAj/0vPVCAmaMfchwcAkocYB8wDk/pggavQMQtgm8l+f7c2iZVQIbeRRrSlC1tuKeXdZZXFJYykrL6/0ri5C5aXvfDwR+PCjsqqHSoo3TiwZPxfVsJyPMSsuSLbakFAWfE53I/WeQ5myImlVF6hnnXiQUU8vjqPoollybdaXkah3X+MAHQ16+y2o4JexIB9G0olRVjqhGHR0ymFWdanJ5DGdICY+GSkFPdmJqea1Yw8D80N5dIBD79F8DEIZtTvEuSBEriZTM3TN6svX3e/rEdnTjW5v6bue+YL3XgPOkfTemLSsyFfbbl7WAMiLAy9WZJeIgZu23uTIGCeSS+rCdHvpyJqhmyct4cYZbN+4tmpNc7p36cY4vuVxHrR3BtZZpbqY/6xZI4d8zKeoPJk6eJ8T5rlCZ2e6jBjVZSnxlk4H20noa+wE5SuaCggDn7MlFYTpHACHRQbZ7j5ofyCVQF3SUGZ1Ke+c3svYCTSu3ZkRz+SO9Hk0wrtbS5SVWKDeJebE13RTOdcym6cU2aZzLTyKIhcDOdh04ZJ0YVjONNKQXMy3kjgBiBSxutypzKgx0EkSxoogozVwc6qvEUUZyN46o4sD7kJR5BuEu4d6825KATmPCCkUfIWR4dkhSrOWOR0hvTvbHV9cPTezKuZrj3oCcmk6YMy3xBCn8jnwd4HDlqqwOr2Vlwbb+ychIUax1VuB80lmJjhwkdnUS0ZxjjaDvkE0FFIOu48Sn1JcHi/dWJ2e5rUxX2VqQN+B6mnwxZIOqyAGy8F7OVtCnMgJq24H8aSVtzlhqyxjcI9mHOco09KJW7HsKRfo5ZegNO9sYUgY58GJ0yzWyH8XnUBPLbsYNNaiDHhEr8+3gRVhlXXaSNUSEMd7bIOSNruLElCHE1jFWgVqZhBnKAe2gjWcO52tRVBJTgDdY5JQZWtARvFAEOPONbUgcoa3tTJd7TRHYYib4i8xS4Pl3rIrQXkYOGK7OnUb+30A5nU27EctMgajgkjOdktgeLGXDlwwDBach0eyh4aLDw0bF430O1jIGrggbzjTrPds4ebzLfvOSZt2jZwpnCI9O+bmloikZcOSdTL+scwJCvJDj9ZnKBAdVrhhFrQxq9CIqy6GPGM2Jx5EAEbioIBt6thSN8Y5mT6ZW4zSuimesE4Wo8aPcLldcB2EmXpuRfTI2+wS3815ZwboBCEGWBHqybjMrafIsWF8t60ms781cqT9DeBbKoYVuQ7Qo7Or49wcRhnpIo2KAk+h7HjSLhX0yaUXdSTVE8aWKpgcb3ogF/Li5cZhdDLq55Ef7Gd5YPrxpQE9IaIdGWh2vDZrJF+KxNiNAXNE5iCx0jAqfm+Rzqps+NxJ8ap8pjb1x4ekNXdIP6tNOsUmO3Hz08+VFPY8vSJxfBVrufLA2CDsb/L9D/jMHvDg7CgKdh1M+dk5ePdTb66raJpz+dN3P7/yzntTc8be/b+bCd2/n5o4/rNzExKvr/3js6gyWpFYmXh7atumyfirJsrHrxr/9sdv/zf3hejp+DPvHFoWfb3hp4nI+YR3XluTmrC1/qvEn82fVH7aPe/Wp+6eu+mTid/VzJ180UHVm0i8df2KpJMgypUVz5mbRWP70rWfTNiWFmu8vXnLe/ffLLyvAl0Sx9vFrO9dOYi6eDtMPRvCHCgCVlyxem6jNi11YFqSRxGanhgVWHVxNxvcCy23z31FcT7+Rpoe3E12pWjvfPKxl0XMRKnLo8ri9W0OPDmsMu525Vfi/tSKQu7omZImxJKF3QsPjr5AkVc1no/SWVGU3edXmmhi62PBHhnXtrycYTiMrO2z5clhPb1t4hShhI/rXDQvIPcnFivsJNhrN3RiW7L6yHtmjqGaL4mdpRNr2ILQ8FOZchJtEpYcNjVt8TpTrK/WHqkVNfNyEeKMwXfNDOR5R2RDp9DFOAEagqxKOl+rTlRQtEKNyc9OWpUr0PEBeNk2zTi+dkmnYDZH8wWRfk4hDjYTesHWnJ17P+Tkci+du21Z/We1gZ5ZEiDWW+G2EH21VvTJbDAWC3EA2OKk+cMyZ2r2VqbPMoGeaiaZhDS5C1ytzQ9HXbAWuXqGMaVGbQ5W5n+92PJLSB2xwothzCAc7pp+GJYLkhBuUofTUn5K7azafZYeY4ziu7zLr51ASEq1VzUSr58mjmxN6A1IO0ynOwyeT6wwKwRq8yhdsgJzZlN6sjTNy2HGAVyGa7DJ1CQcblq7hsmsD+fn92kyaPjo0cXd9aea9PhCOeRiJOQKo0AvZDzBCoS8XjXt2iLGwzBtBwwwW9v42bZtGX+k9jNtss/T9NtOrsRxk0mb4gSnzbMLnnxfDmwMLAoWem//9FO+IsiTFaf3eaYbFZGpA3CAtyJ/5nOvs77hVN6tm7elgi8sGsYaCmD6StynVGv+ItdxS6iFV1YVev/MLGMMLZ9q8EAZ9WJioaTByMD8L+Mo2GhlSg2G1HR9Ih6s1o78vTPnq7PbG+84nbvkUOXMbWUy27KFLmg2lzK9OLls28KJQV9dobOx0W7fpej6/TFSO4ntXcqo1ZCxxjqMel6odzqkqqpb53zO3b7gxIVHzosqFSvbwqClwxdvnTUx5JzsBLjzsazOx3X+Y1SHOImWqUZzx6UpxhJjdZRTHRVggA+gpvqCdNkoG/osECl8uwcKadNKdrBMJidnohJeOcq2wCeFaQQjsSCq5gOCggNsgR5CSDtcDW85SviSTGfC623Rwivdu5dlaenx9OENDnsG5XCYzdEkhX8je/6v5+sFsSEerxfFeksdcZpw/GsnzhmpV2CkYj49affmzQp3F9wBYWyzC6uEJQdXkVlr2GCPiduWLq2FbYo2B4CiaOAfVL3Zbi7KMe48ZTjVWNNepMJYef+DgLCAzWf8LNsyFbzTf7ADCrl7s5ILre5s40pHTpeZwbMhPS380nWX/cNAPu+Qcgp2fmzv61gbLvy4hsyn0/KlhtMw7IM4h0lwNbRl7tzdaSf+T/hTVN+C75ovGjAYfLuYjYsqUdSJOdmwwPW7nEXdxUdWTrAwcyDNFekzYSOLp4MsuwHcMtbv2lXSb1ed4ekzWV69UvIqyu4dKwL1BXSrWW2CiWSRpsR18f/VoV2ikJSPBeCGW7aclaLRvIzi/5Zbsq/f8GVSAJSvpf6YLkaiiAx50SEyUW0EYxdSiQgFQ1FtLRNzChhKKJRkT3iePDGnp6qMR766smnKqlUrlkZWhGrwctRGs4wpHekfR1JgPvCRVGfbqN7oO21BBOyd/LYJntFqceBLi1ELL3nJwNnlzUvHpfR8wvL/Bfd9zD36f2ZJdQ74fIAcckgvgAscxbnLv8Z9efSPnSOSazjKP0DtUQBl4AQk4Jsa4I4uto2buoKy6oqnMDTnGSw5td7YgRfgKeBFWPrwStqDfqUrMkA5oCCcA4BusNzjEaSC/TwSFWcARWtsADQab/MgGvDfJEInQfEwMpFRJU8rQm4OR4csoAT+AyNoVKEyHPKFL9SxZ46M39P9o/OGRiiz4id4xRGdjhw+6SoEBcrRABcvC/Y9weSoRRGyBoGpznP1mjMTNMwOHB2ykIhK4D9xI2hUkcOh8/0v1LFnjrHjp/g/Om9ODmVWcNRe6ZFrx6Us90lXgWgUROsdDXAhGuwDH8FET9SiCFkj4ZnqnOyleOlsenY4yseAEv+mUVRMXIJEyVge0nfrG/Y1bFxyx3YGbpExjt9I9EaPsxkAAAA=) format('woff2'),url(/wp-content/themes/mml-theme/dist/css/font/iconfont.woff?t=1582601982481) format('woff'),url(/wp-content/themes/mml-theme/dist/css/font/iconfont.ttf?t=1582601982481) format('truetype'),url('/wp-content/themes/mml-theme/dist/css/font/iconfont.svg?t=1582601982481#iconfont') format('svg')
}

.iconfont {
	font-family: "iconfont"!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-box:before {
	content: "\e6ed"
}

.icon-shaxian:before {
	content: "\e6ee"
}

.icon-bra:before {
	content: "\e6ef"
}

.icon-products:before {
	content: "\e6f0"
}

.icon-design:before {
	content: "\e6f1"
}


 .adaptive-btn {
            /* 基础样式 */
            display: inline-block;
            padding: 12px 24px;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.2;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            border: 1px solid transparent;
            border-radius: 4px;
            transition: all 0.3s ease;
            
            /* 颜色样式 - 可自定义 */
            color: #fff;
            background-color: #000000;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            font-family: Montserrat-Medium;
            /* 响应式调整 */
            width: auto;
            max-width: 100%;
            box-sizing: border-box;
        }
        
        /* 悬停效果 */
        .adaptive-btn:hover {
            background-color: var(--primary);
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }
        
        /* 点击效果 */
        .adaptive-btn:active {
            transform: translateY(0);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        }
        
        /* 禁用状态 */
        .adaptive-btn:disabled {
            opacity: 0.65;
            cursor: not-allowed;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .adaptive-btn {
                padding: 10px 20px;
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 480px) {
            .adaptive-btn {
                padding: 8px 16px;
                font-size: 0.85rem;
                white-space: normal; /* 小屏幕允许文字换行 */
            }
        }
        
        
        
     .opp-list li p{
         
             font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    margin: 12px 0px;
    padding: 0px 10px;
    font-family: Montserrat-Regular;
    font-size: 14px;
         
     }   
        
         
        
        .sec-title .container  p{
            font-weight: 500;
    line-height: 1.2;
font-family: Montserrat-Medium;
    color: var(--text);
    margin: 0px 0px 0px 0px;
    font-size: 18px;
        }
        
        .text-wrap p{
                font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    margin: 12px 0px;
    padding: 0px 10px;
    font-family: Montserrat-Regular;
    font-size: 14px;
        }
        
        
        
        
        
        
        
        