
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: unset !important
}



.container {
	max-width: 1350px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto
}

.container--fluid {
	margin: unset;
	max-width: 100%
}

.container--narrow {
	max-width: 1200px
}

.container--narrower {
	max-width: 900px
}

.container--narrowest {
	max-width: 600px
}

.grid {
	display: grid
}

.columns--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.columns--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.columns--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.columns--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))
}

.columns--6 {
	grid-template-columns: repeat(6, minmax(0, 1fr))
}

.columns--7 {
	grid-template-columns: repeat(7, minmax(0, 1fr))
}

.columns--8 {
	grid-template-columns: repeat(8, minmax(0, 1fr))
}

.columns--9 {
	grid-template-columns: repeat(9, minmax(0, 1fr))
}

.columns--10 {
	grid-template-columns: repeat(10, minmax(0, 1fr))
}

.columns--11 {
	grid-template-columns: repeat(11, minmax(0, 1fr))
}

.columns--12 {
	grid-template-columns: repeat(12, minmax(0, 1fr))
}

.gap--15 {
	grid-gap: 15px
}

.gap--30 {
	grid-gap: 30px
}

.gap--45 {
	grid-gap: 45px
}

.gap--60 {
	grid-gap: 60px
}

.gap--90 {
	grid-gap: 90px
}

.gap--120 {
	grid-gap: 120px
}

.align--center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.align--bottom {
	-webkit-box-align: end;
	-webkit-align-items: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: end
}

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

.mt--15 {
	margin-top: 15px !important
}

.mt--20 {
	margin-top: 20px !important
}

.mt--30 {
	margin-top: 30px !important
}

.mt--45 {
	margin-top: 45px !important
}

.mt--60 {
	margin-top: 60px !important
}

.mt--90 {
	margin-top: 90px !important
}

.mt--120 {
	margin-top: 120px !important
}

.mt--150 {
	margin-top: 150px !important
}

.mt--180 {
	margin-top: 180px !important
}

.mt--210 {
	margin-top: 210px !important
}

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

.mb--15 {
	margin-bottom: 15px !important
}

.mb--20 {
	margin-bottom: 20px !important
}

.mb--30 {
	margin-bottom: 30px !important
}

.mb--45 {
	margin-bottom: 45px !important
}

.mb--60 {
	margin-bottom: 60px !important
}

.mb--90 {
	margin-bottom: 90px !important
}

.mb--120 {
	margin-bottom: 120px !important
}

.mb--150 {
	margin-bottom: 150px !important
}

.mb--180 {
	margin-bottom: 180px !important
}

.mb--210 {
	margin-bottom: 210px !important
}

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

.sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 30px;
	-webkit-transition: .3s ease all !important;
	-o-transition: .3s ease all !important;
	-moz-transition: .3s ease all !important;
	transition: .3s ease all !important
}

.penta-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 125px
}

.penta-logo .penta-logo-brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.penta-logo .penta-logo-brand .penta-logo-img {
	width: 33px;
	height: 30px;
	position: relative
}

.penta-logo .penta-logo-brand .penta-logo-img .penta-logo-p {
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.penta-logo .penta-logo-brand .penta-logo-img .penta-logo-y {
	display: block;
	position: absolute;
	left: 8px;
	top: 15px;
	-webkit-animation: penta-animation 2s linear infinite;
	-moz-animation: penta-animation 2s linear infinite;
	-o-animation: penta-animation 2s linear infinite;
	animation: penta-animation 2s linear infinite;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.penta-logo .penta-logo-text {
	font-weight: 400;
	max-width: 82px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-right: 5px;
	-webkit-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
	-moz-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
	transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
	text-align: right;
	-webkit-transition: opacity .3s ease, max-width .3s ease;
	-o-transition: opacity .3s ease, max-width .3s ease;
	-moz-transition: opacity .3s ease, max-width .3s ease;
	transition: opacity .3s ease, max-width .3s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.penta-logo .penta-logo-brand strong {
	font-weight: 400;
	overflow: hidden;
	max-width: 0;
	display: block;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-left: 5px;
	-webkit-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
	-moz-transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
	transform: scale(0.9) translateZ(0) translate3d(0, 0, 0) perspective(1px);
	-webkit-transition: max-width .3s ease;
	-o-transition: max-width .3s ease;
	-moz-transition: max-width .3s ease;
	transition: max-width .3s ease
}

.penta-logo.dark .penta-logo-text {
	color: #fff
}

.penta-logo.dark .penta-logo-brand strong {
	color: #fff
}

.penta-logo.light .penta-logo-text {
	color: #000
}

.penta-logo.light .penta-logo-brand strong {
	color: #000
}

.penta-logo:hover .penta-logo-brand strong {
	max-width: 75px !important
}

.penta-logo:hover .penta-logo-text {
	opacity: 0 !important;
	max-width: 0 !important
}

@-webkit-keyframes penta-animation {
	from {
		-webkit-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}

	to {
		-webkit-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}
}

@-moz-keyframes penta-animation {
	from {
		-moz-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}

	to {
		-moz-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}
}

@-o-keyframes penta-animation {
	from {
		transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}

	to {
		transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}
}

@keyframes penta-animation {
	from {
		-webkit-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		-moz-transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		transform: scale(0.85) rotateY(0deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}

	to {
		-webkit-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		-moz-transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px);
		transform: scale(0.85) rotateY(-360deg) translateZ(0) translate3d(0, 0, 0) perspective(1px)
	}
}

.type {
	color: #808085;
	font-size: 1.25rem
}

.type.small {
	font-size: 1rem
}

.type.small h1,
.type.small h2,
.type.small h3,
.type.small h4,
.type.small h5,
.type.small h6 {
	margin-bottom: 20px
}

.type.small h1 {
	font-size: 2.25rem
}

.type.small h2 {
	font-size: 1.875rem
}

.type.small h3 {
	font-size: 1.625rem
}

.type.small h4 {
	font-size: 1.5rem
}

.type.small h5 {
	font-size: 1.25rem
}

.type.small h6 {
	font-size: 1.125rem
}

.type.small p {
	margin-bottom: 20px;
	font-size: 1rem
}

.type.small em {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 20px;
	line-height: 1.5
}

.type h1,
.type h2,
.type h3,
.type h4,
.type h5,
.type h6 {
	line-height: 1.25;
	margin-bottom: 30px;
	font-weight: bold
}

.type h1,
.type h2,
.type h3 {
	color: d9652c
}

.type h5,
.type h6 {
	margin-bottom: 15px
}

.type h1 {
	font-size: 3rem
}

.type h2 {
	font-size: 2.5rem
}

.type h3 {
	font-size: 2.25rem
}

.type h4 {
	font-size: 1.875rem
}

.type h5 {
	font-size: 1.625rem
}

.type h6 {
	font-size: 1.25rem
}

.type strong,
.type b {
	font-weight: 600
}

.type u {
	text-decoration: underline
}

.type i {
	font-style: italic
}

.type p {
	line-height: 1.75;
	margin-bottom: 30px;
	font-size: 1.25rem
}

.type em {
	display: block;
	font-size: 1.875rem;
	margin-bottom: 30px;
	line-height: 1.5
}

.type a {
	color: d9652c;
	font-weight: 500;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.type a:hover {
	color: d9652c
}

.type ul,
.type ol {
	margin-bottom: 30px
}

.type ul li,
.type ol li {
	font-size: 1.25rem;
	color: #808085;
	line-height: 1.5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 25px;
	position: relative
}

.type ul li::before,
.type ol li::before {
	content: "";
	position: absolute;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 8px;
	width: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 2px #808085;
	-moz-box-shadow: 0 0 0 2px #808085;
	box-shadow: 0 0 0 2px #808085
}

.type ul li+li,
.type ol li+li {
	margin-top: 15px
}

.type img {
	max-width: 100%;
	margin-bottom: 30px
}

.type.opacity--light,
.type .opacity--light {
	opacity: 75% !important
}

.type.opacity--lighter,
.type .opacity--lighter {
	opacity: 50% !important
}

.type.opacity--lightest,
.type .opacity--lightest {
	opacity: 25% !important
}

.type.bold,
.type .bold {
	font-weight: bold
}

.type.center,
.type .center {
	text-align: center
}

.type.left,
.type .left {
	text-align: left
}

.type.heading--1,
.type .heading--1 {
	font-size: 3rem;
	line-height: 1.25
}

.type.heading--2,
.type .heading--2 {
	font-size: 2.25rem;
	line-height: 1.25
}

.type.heading--3,
.type .heading--3 {
	font-size: 1.875rem;
	line-height: 1.25
}

.type.heading--4,
.type .heading--4 {
	font-size: 1.625rem;
	line-height: 1.25
}

.type.heading--5,
.type .heading--5 {
	font-size: 1.25rem;
	line-height: 1.5
}

.type.heading--6,
.type .heading--6 {
	font-size: 1.125rem;
	line-height: 1.5
}

.type.heading--margin,
.type .heading--margin {
	margin-bottom: 30px
}

.editor img {
	max-width: 100%;
	margin-bottom: 30px
}

.editor.alignleft,
.editor .alignleft {
	float: left;
	margin-right: 30px
}

.editor.alignright,
.editor .alignright {
	float: right;
	margin-left: 30px
}

.editor.center {
	text-align: center
}

.button {
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: left;
	padding: 0 40px;
	border: 0;
	outline: unset;
	cursor: pointer;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-transform: translateZ(0) translate3d(0, 0, 0);
	-moz-transform: translateZ(0) translate3d(0, 0, 0);
	transform: translateZ(0) translate3d(0, 0, 0)
}

.button::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(125px) scale(1.5);
	-moz-transform: translateX(-50%) translateY(125px) scale(1.5);
	-ms-transform: translateX(-50%) translateY(125px) scale(1.5);
	-o-transform: translateX(-50%) translateY(125px) scale(1.5);
	transform: translateX(-50%) translateY(125px) scale(1.5);
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

.button:hover::before {
	-webkit-transform: translateX(-50%) translateY(0) scale(1.05);
	-moz-transform: translateX(-50%) translateY(0) scale(1.05);
	-ms-transform: translateX(-50%) translateY(0) scale(1.05);
	-o-transform: translateX(-50%) translateY(0) scale(1.05);
	transform: translateX(-50%) translateY(0) scale(1.05);
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.button.type--gray-br {
	border: 1px solid #bababa
}

.button.type--gray-br span {
	color: #808085
}

.button.type--gray-br::before {
	background-color: #bababa
}

.button.type--gray-br:hover span {
	color: #fff
}

.button.type--white-br {
	border: 1px solid #fff
}

.button.type--white-br svg {
	fill: #fff
}

.button.type--white-br span {
	color: #fff
}

.button.type--white-br::before {
	background-color: #fff
}

.button.type--white-br:hover span {
	color: white;
}

.button.type--white-br:hover svg {
	fill: d9652c
}

.button.type--gold-drop-br {
	border: 1px solid d9652c
}

.button.type--gold-drop-br svg {
	fill: d9652c
}

.button.type--gold-drop-br span {
	color: d9652c
}

.button.type--gold-drop-br::before {
	background-color: d9652c
}

.button.type--gold-drop-br:hover span {
	color: #fff
}

.button.type--gold-drop-br:hover svg {
	fill: #fff
}

.button.type--gold-drop-bg {
	border: 1px solid d9652c
}

.button.type--gold-drop-bg svg {
	fill: #fff
}

.button.type--gold-drop-bg span {
	color: #fff
}

.button.type--gold-drop-bg::before {
	background-color: d9652c;
	-webkit-transform: translateX(-50%) translateY(0) scale(1.05);
	-moz-transform: translateX(-50%) translateY(0) scale(1.05);
	-ms-transform: translateX(-50%) translateY(0) scale(1.05);
	-o-transform: translateX(-50%) translateY(0) scale(1.05);
	transform: translateX(-50%) translateY(0) scale(1.05);
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.button.type--gold-drop-bg:hover::before {
	height: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateX(-50%) translateY(125px) scale(1.5);
	-moz-transform: translateX(-50%) translateY(125px) scale(1.5);
	-ms-transform: translateX(-50%) translateY(125px) scale(1.5);
	-o-transform: translateX(-50%) translateY(125px) scale(1.5);
	transform: translateX(-50%) translateY(125px) scale(1.5)
}

.button.type--gold-drop-bg:hover span {
	color: white;
}

.button.type--gold-drop-bg:hover svg {
	fill: d9652c
}

.button.type--white-bg {
	border: 1px solid #fff
}

.button.type--white-bg svg {
	fill: d9652c
}

.button.type--white-bg span {
	color: white;
}

.button.type--white-bg::before {
	background-color: #fff;
	-webkit-transform: translateX(-50%) translateY(0) scale(1.05);
	-moz-transform: translateX(-50%) translateY(0) scale(1.05);
	-ms-transform: translateX(-50%) translateY(0) scale(1.05);
	-o-transform: translateX(-50%) translateY(0) scale(1.05);
	transform: translateX(-50%) translateY(0) scale(1.05);
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.button.type--white-bg:hover::before {
	height: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateX(-50%) translateY(125px) scale(1.5);
	-moz-transform: translateX(-50%) translateY(125px) scale(1.5);
	-ms-transform: translateX(-50%) translateY(125px) scale(1.5);
	-o-transform: translateX(-50%) translateY(125px) scale(1.5);
	transform: translateX(-50%) translateY(125px) scale(1.5)
}

.button.type--white-bg:hover span {
	color: #fff
}

.button.type--white-bg:hover svg {
	fill: #fff
}

.button.size--stretch {
	width: 100%
}

.button.size--fit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.button.size--wide {
	padding: 0 30px
}

.button.size--wider {
	padding: 0 45px
}

.button.size--widest {
	padding: 0 60px
}

.button.size--medium {
	height: 55px
}

.button.size--long {
	height: 60px
}

.button.size--short {
	height: 45px
}

.button.icon--small svg {
	width: 8px;
	height: 8px
}

.button.icon--medium svg {
	width: 15px;
	height: 15px
}

.button.icon--large svg {
	width: 20px;
	height: 20px
}

.button.icon--left svg {
	margin-right: 15px
}

.button.icon--right svg {
	margin-left: 15px
}

.button.icon--wrapped {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative
}

.button.icon--wrapped .icon {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.button.icon--wrapped .icon svg {
	margin: 0
}

.button.icon--wrapped span {
	padding-right: 45px
}

.button.text--big span {
	font-size: 1.125rem
}

.button.text--bold span {
	font-weight: 600
}

.button span {
	display: block;
	-webkit-transition: .3s ease color;
	-o-transition: .3s ease color;
	-moz-transition: .3s ease color;
	transition: .3s ease color;
	font-size: 1rem;
	white-space: nowrap;
	position: relative;
	z-index: 1
}

.button svg {
	max-height: 25px;
	max-width: 25px;
	width: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	position: relative;
	z-index: 1
}

.button svg.left {
	margin-right: 15px
}

.button svg.right {
	margin-left: 15px
}

.form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: auto;
	grid-gap: 30px
}

.form .item {
	position: relative
}

.form .item input[type=text],
.form .item input[type=email],
.form .item input[type=tel],
.form .item input[type=number],
.form .item input[type=time],
.form .item input[type=date],
.form .item textarea,
.form .item select {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
	color: #808085;
	-webkit-transition: .25s ease box-shadow;
	-o-transition: .25s ease box-shadow;
	-moz-transition: .25s ease box-shadow;
	transition: .25s ease box-shadow
}

.form .item input[type=text]::-webkit-input-placeholder,
.form .item input[type=email]::-webkit-input-placeholder,
.form .item input[type=tel]::-webkit-input-placeholder,
.form .item input[type=number]::-webkit-input-placeholder,
.form .item input[type=time]::-webkit-input-placeholder,
.form .item input[type=date]::-webkit-input-placeholder,
.form .item textarea::-webkit-input-placeholder,
.form .item select::-webkit-input-placeholder {
	color: #808085
}

.form .item input[type=text]:-moz-placeholder,
.form .item input[type=email]:-moz-placeholder,
.form .item input[type=tel]:-moz-placeholder,
.form .item input[type=number]:-moz-placeholder,
.form .item input[type=time]:-moz-placeholder,
.form .item input[type=date]:-moz-placeholder,
.form .item textarea:-moz-placeholder,
.form .item select:-moz-placeholder {
	color: #808085
}

.form .item input[type=text]::-moz-placeholder,
.form .item input[type=email]::-moz-placeholder,
.form .item input[type=tel]::-moz-placeholder,
.form .item input[type=number]::-moz-placeholder,
.form .item input[type=time]::-moz-placeholder,
.form .item input[type=date]::-moz-placeholder,
.form .item textarea::-moz-placeholder,
.form .item select::-moz-placeholder {
	color: #808085
}

.form .item input[type=text]:-ms-input-placeholder,
.form .item input[type=email]:-ms-input-placeholder,
.form .item input[type=tel]:-ms-input-placeholder,
.form .item input[type=number]:-ms-input-placeholder,
.form .item input[type=time]:-ms-input-placeholder,
.form .item input[type=date]:-ms-input-placeholder,
.form .item textarea:-ms-input-placeholder,
.form .item select:-ms-input-placeholder {
	color: #808085
}

.form .item input[type=text]::-ms-input-placeholder,
.form .item input[type=email]::-ms-input-placeholder,
.form .item input[type=tel]::-ms-input-placeholder,
.form .item input[type=number]::-ms-input-placeholder,
.form .item input[type=time]::-ms-input-placeholder,
.form .item input[type=date]::-ms-input-placeholder,
.form .item textarea::-ms-input-placeholder,
.form .item select::-ms-input-placeholder {
	color: #808085
}

.form .item input[type=text]::placeholder,
.form .item input[type=email]::placeholder,
.form .item input[type=tel]::placeholder,
.form .item input[type=number]::placeholder,
.form .item input[type=time]::placeholder,
.form .item input[type=date]::placeholder,
.form .item textarea::placeholder,
.form .item select::placeholder {
	color: #808085
}

.form .item input[type=text]:focus,
.form .item input[type=email]:focus,
.form .item input[type=tel]:focus,
.form .item input[type=number]:focus,
.form .item input[type=time]:focus,
.form .item input[type=date]:focus,
.form .item textarea:focus,
.form .item select:focus {
	-webkit-box-shadow: 0 0 0 1px d9652c;
	-moz-box-shadow: 0 0 0 1px d9652c;
	box-shadow: 0 0 0 1px d9652c
}

.form .item textarea {
	padding: 20px;
	height: 150px;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form .item.error input[type=text],
.form .item.error input[type=email],
.form .item.error input[type=tel],
.form .item.error input[type=number],
.form .item.error input[type=time],
.form .item.error input[type=date],
.form .item.error textarea,
.form .item.error select {
	-webkit-box-shadow: 0 0 0 1px red;
	-moz-box-shadow: 0 0 0 1px red;
	box-shadow: 0 0 0 1px red
}

.form .item.error .tooltip {
	opacity: 1;
	visibility: visible
}

.form .item.error.custom-checkbox .checkbox .box {
	-webkit-box-shadow: 0 0 0 1px red;
	-moz-box-shadow: 0 0 0 1px red;
	box-shadow: 0 0 0 1px red
}

.form .item.custom-select select,
.form .item .custom-select select {
	padding-right: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form .item.custom-select select::-ms-expand,
.form .item .custom-select select::-ms-expand {
	display: none
}

.form .item.custom-select::after,
.form .item .custom-select::after {
	pointer-events: none;
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zNSA4LjY4Ij48cGF0aCBkPSJNNy42OCw4LjY4aDBBMSwxLDAsMCwxLDcsOC4zOEwuMjksMS43MUExLDEsMCwwLDEsMS43MS4yOWw2LDYsNi02YTEsMSwwLDAsMSwxLjQxLDAsMSwxLDAsMCwxLDAsMS40Mkw4LjM4LDguMzhBMSwxLDAsMCwxLDcuNjgsOC42OFoiLz48L3N2Zz4=");
	position: absolute;
	display: block;
	right: 20px;
	top: 28px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	-webkit-filter: invert(69%) sepia(1%) saturate(0%) hue-rotate(337deg) brightness(89%) contrast(86%);
	filter: invert(69%) sepia(1%) saturate(0%) hue-rotate(337deg) brightness(89%) contrast(86%)
}

.form .item.custom-date input,
.form .item .custom-date input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 50px
}

.form .item.custom-date input::-webkit-inner-spin-button,
.form .item.custom-date input::-webkit-calendar-picker-indicator,
.form .item .custom-date input::-webkit-inner-spin-button,
.form .item .custom-date input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
	appearance: none;
	background: none
}

.form .item.custom-date::after,
.form .item .custom-date::after {
	pointer-events: none;
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjkuMjMgMzgzLjMxIj48cGF0aCBkPSJNMzI0LjYzLDM4My4zMWgtMjgwYTMuMzEsMy4zMSwwLDAsMC0uOTQtLjU0QzE1LjcyLDM3Ny4wNywwLDM1Ny45MywwLDMyOS41MlEwLDIwNS44LDAsODIuMUE2My41NCw2My41NCwwLDAsMSwuODIsNzAuNTVDNS41Miw0NS40MSwyNiwyOC41LDUxLjU0LDI4LjQyYzYuMzMsMCwxMi42NywwLDE5LjQxLDAsMC00LjU3LDAtOC43OCwwLTEzQzcxLjA1LDYuMzgsNzcsMCw4NS4yNywwczE0LDYuMzcsMTQuMDgsMTUuNTVjMCw0LjIsMCw4LjQsMCwxMi41OEgyNjkuODZ2LTRjMC0zLjI1LDAtNi40OSwwLTkuNzNDMjcwLDYuMzQsMjc1Ljg0LjIzLDI4My41NiwwczE0LjIyLDUuNywxNC42MywxMy45MmMuMjQsNC42OSwwLDkuNCwwLDE0LjQ5LDcuMjcsMCwxNC4xLDAsMjAuOTMsMGE0Ny4xLDQ3LjEsMCwwLDEsMjMuOTMsNi40M0MzNjAuNiw0NS4xOSwzNjkuMiw2MC42OSwzNjkuMiw4MXEwLDc2LjkyLDAsMTUzLjg0YzAsMzIuMDcuMDYsNjQuMTMsMCw5Ni4yLS4wNywyNC40NS0xNC43OSw0NC4yMi0zNy40LDUwLjQ4QzMyOS40MiwzODIuMTUsMzI3LDM4Mi43MSwzMjQuNjMsMzgzLjMxWm0xNi4yMi0yMzRIMjguNThjLS4wOCwxLjIxLS4yLDIuMTktLjIsMy4xNnEwLDg5LjQzLDAsMTc4Ljg3YzAsMTQuMjQsOS42LDIzLjU3LDIzLjg1LDIzLjU3cTEzMi4zMiwwLDI2NC42MSwwYTI4LjExLDI4LjExLDAsMCwwLDUuNTgtLjM5YzExLjUxLTIuMjgsMTguMzktMTEuMzMsMTguNC0yNC4ycTAtODguNSwwLTE3N1ptLS4yNi0yOC44MWMwLTE0Ljc4LjQ0LTI5LjIzLS4xNS00My42NUEyMC4wOCwyMC4wOCwwLDAsMCwzMjMsNTcuNTNjLTgtMS4wNy0xNi4zMS0uMjItMjQuNzgtLjIyLDAsNC4zNi4wOCw4LjcsMCwxM0MyOTgsNzguODksMjkyLDg1LjE0LDI4NC4wNyw4NS4yUzI3MCw3OC44NCwyNjkuODcsNzAuMTFjMC00LjMyLDAtOC42NSwwLTEzSDk5LjM1VjYxYzAsMy4yNC4wNSw2LjQ5LDAsOS43My0uMTYsOC4xOC02LjI1LDE0LjQzLTE0LjA2LDE0LjQ4QTE0LjMsMTQuMywwLDAsMSw3MSw3MS4yM2MtLjIzLTQuNjgsMC05LjM4LDAtMTQuNEg1M2MtMTUuMywwLTI0LjU0LDkuMTItMjQuNTksMjQuMzMtLjA1LDExLjg1LDAsMjMuNywwLDM1LjU1djMuNzZaIi8+PC9zdmc+");
	position: absolute;
	display: block;
	right: 20px;
	top: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	-webkit-filter: invert(69%) sepia(1%) saturate(0%) hue-rotate(337deg) brightness(89%) contrast(86%);
	filter: invert(69%) sepia(1%) saturate(0%) hue-rotate(337deg) brightness(89%) contrast(86%)
}

.form .item.custom-time input,
.form .item .custom-time input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 50px
}

.form .item.custom-time input::-webkit-inner-spin-button,
.form .item.custom-time input::-webkit-calendar-picker-indicator,
.form .item .custom-time input::-webkit-inner-spin-button,
.form .item .custom-time input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
	appearance: none;
	background: none
}

.form .item.custom-time::after,
.form .item .custom-time::after {
	pointer-events: none;
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIuMjYgMzUxLjM4Ij48cGF0aCBkPSJNMTc2LjE3LDM1MS4zOEM4MCwzNTEuODQuMzEsMjcyLjg5LDAsMTc2Ljg5LS4zMSw3OS4yMiw3OCwuNTUsMTc2LjA1LDBjOTYuMjMtLjUzLDE3Niw3OC43OCwxNzYuMiwxNzUuMzFDMzUyLjUxLDI3Mi4zMywyNzMuOTIsMzUwLjkxLDE3Ni4xNywzNTEuMzhaTTE3Ni4yMiwzMkM5Ni43NywzMiwzMi4wOSw5Ni4zLDMyLjA2LDE3NS4zMmMwLDc5LjU1LDY0LjM5LDE0NC4xMywxNDMuNzQsMTQ0LjEyLDc5Ljc2LDAsMTQ0LjM1LTY0LjQsMTQ0LjM5LTE0My45MkMzMjAuMjMsOTYuNDksMjU1LjUyLDMyLDE3Ni4yMiwzMlptMTUuODQsOTFjMC0xNC4zMy4xLTI4LjY3LDAtNDMtLjA5LTkuMjUtNi44Ny0xNS45My0xNS44MS0xNmExNS41MSwxNS41MSwwLDAsMC0xNiwxNS43OWMtLjEsMzIuMDUsMCw2NC4wOSwwLDk2LjEzYTE0Ljc3LDE0Ljc3LDAsMCwwLDQuNDIsMTAuNzlxMjQuMDcsMjQuMTIsNDguMjUsNDguMTRhMTQuOTEsMTQuOTEsMCwwLDAsMTQuNSw0LjA5LDE1LjIsMTUuMiwwLDAsMCwxMS45LTExLjIxYzEuNzktNi4yMiwwLTExLjU3LTQuNDQtMTYuMDdxLTIwLTIwLTQwLjA2LTM5LjkxYTguMjMsOC4yMywwLDAsMS0yLjc2LTYuNTFjLjE0LTE0LjA5LjA2LTI4LjE4LjA2LTQyLjI3WiIvPjwvc3ZnPg==");
	position: absolute;
	display: block;
	right: 20px;
	top: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	-webkit-filter: invert(69%) sepia(1%) saturate(0%) hue-rotate(337deg) brightness(89%) contrast(86%);
	filter: invert(69%) sepia(1%) saturate(0%) hue-rotate(337deg) brightness(89%) contrast(86%)
}

.form .item.custom-checkbox,
.form .item .custom-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form .item.custom-checkbox .checkbox,
.form .item .custom-checkbox .checkbox {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 26px;
	height: 26px;
	margin-right: 15px
}

.form .item.custom-checkbox .checkbox .box,
.form .item .custom-checkbox .checkbox .box {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 1px rgba(242, 124, 0, .3);
	-moz-box-shadow: 0 0 0 1px rgba(242, 124, 0, .3);
	box-shadow: 0 0 0 1px rgba(242, 124, 0, .3);
	-webkit-transition: .25s ease box-shadow;
	-o-transition: .25s ease box-shadow;
	-moz-transition: .25s ease box-shadow;
	transition: .25s ease box-shadow;
	position: relative
}

.form .item.custom-checkbox .checkbox .box::before,
.form .item .custom-checkbox .checkbox .box::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: d9652c;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: .1s ease all;
	-moz-transform: .1s ease all;
	-ms-transform: .1s ease all;
	-o-transform: .1s ease all;
	transform: .1s ease all
}

.form .item.custom-checkbox .checkbox input,
.form .item .custom-checkbox .checkbox input {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	cursor: pointer;
	z-index: 1
}

.form .item.custom-checkbox .checkbox input:hover+.box,
.form .item.custom-checkbox .checkbox input:focus+.box,
.form .item .custom-checkbox .checkbox input:hover+.box,
.form .item .custom-checkbox .checkbox input:focus+.box {
	-webkit-box-shadow: 0 0 0 1px d9652c;
	-moz-box-shadow: 0 0 0 1px d9652c;
	box-shadow: 0 0 0 1px d9652c
}

.form .item.custom-checkbox .checkbox input:checked+.box::before,
.form .item .custom-checkbox .checkbox input:checked+.box::before {
	opacity: 1;
	visibility: visible
}

.form .item.custom-checkbox .text,
.form .item .custom-checkbox .text {
	line-height: 1.5;
	font-size: 1;
	color: #808085
}

.form .item.custom-checkbox .text a,
.form .item .custom-checkbox .text a {
	font-weight: 600;
	color: #808085;
	-webkit-transition: .3s ease color;
	-o-transition: .3s ease color;
	-moz-transition: .3s ease color;
	transition: .3s ease color
}

.form .item.custom-checkbox .text a:hover,
.form .item .custom-checkbox .text a:hover {
	color: d9652c
}

.form .item.custom-file,
.form .item .custom-file {
	position: relative
}

.form .item.custom-file .file,
.form .item .custom-file .file {
	height: 50px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid d9652c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: .25s ease all;
	-o-transition: .25s ease all;
	-moz-transition: .25s ease all;
	transition: .25s ease all;
	padding: 0 20px;
	cursor: pointer
}

.form .item.custom-file .file span,
.form .item .custom-file .file span {
	color: #666;
	-webkit-transition: .25s ease color;
	-o-transition: .25s ease color;
	-moz-transition: .25s ease color;
	transition: .25s ease color;
	pointer-events: none;
	display: block;
	white-space: nowrap
}

.form .item.custom-file .file-name,
.form .item .custom-file .file-name {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 26px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: .875rem;
	color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 5px 0
}

.form .item.custom-file input,
.form .item .custom-file input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2
}

.form .item.custom-file input:hover+.file,
.form .item.custom-file input.focus+.file,
.form .item .custom-file input:hover+.file,
.form .item .custom-file input.focus+.file {
	background-color: d9652c;
	-webkit-transition: .1s ease all;
	-o-transition: .1s ease all;
	-moz-transition: .1s ease all;
	transition: .1s ease all
}

.form .item.custom-file input:hover+.file span,
.form .item.custom-file input.focus+.file span,
.form .item .custom-file input:hover+.file span,
.form .item .custom-file input.focus+.file span {
	-webkit-transition: .25s ease color;
	-o-transition: .25s ease color;
	-moz-transition: .25s ease color;
	transition: .25s ease color;
	color: #fff
}

.form .item.custom-file input:hover+.file svg,
.form .item.custom-file input.focus+.file svg,
.form .item .custom-file input:hover+.file svg,
.form .item .custom-file input.focus+.file svg {
	-webkit-transition: .25s ease fill;
	-o-transition: .25s ease fill;
	-moz-transition: .25s ease fill;
	transition: .25s ease fill;
	fill: #fff
}

.form .item.width--half {
	grid-column: span 1
}

.form .item.width--full {
	grid-column: span 2
}

.form .item.justify--right {
	justify-self: end
}

.form .item .tooltip {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 0;
	right: 15px;
	color: #808085;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: .75rem;
	background-color: #fff;
	padding: 10px 15px 10px 40px;
	border: 1px solid #e8e8e8
}

.form .item .tooltip::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODguMzEgMzU1LjE5Ij48cGF0aCBkPSJNMCwyODBjMS45My0xNy42NiwxMS4zLTMyLjE2LDE5Ljk0LTQ3LDcuMzEtMTIuNTUsMTQuNTQtMjUuMTQsMjEuODEtMzcuNzJxNDUuNzctNzkuMjQsOTEuNTEtMTU4LjQ5YzExLjExLTE5LjI4LDI3LjExLTMxLjQxLDQ5LjE2LTM1LjcyLDI1LTQuODcsNTQuNDYsNi41Niw2Ny44NywyOC4xOSwxNC4zNywyMy4xNywyNy43Miw0Nyw0MS4zOSw3MC41OXE0My4xNyw3NC42MSw4Ni4yMywxNDkuMjljOS4zLDE2LjA4LDEyLjc0LDMzLDguNzksNTEuMzctNi44OSwzMi0zNS4wOCw1NC40Ny02OC44OSw1NC41OC0zNi42Ny4xMi03My4zMywwLTExMCwwcS02OC40OCwwLTEzNi45MywwYy0yMi4xMiwwLTQwLjY2LTgtNTQuOS0yNS4xNkE2OS4yOCw2OS4yOCwwLDAsMSwuNjcsMjk1LjA2Yy0uMTQtMS0uNDQtMS45Mi0uNjctMi44OVptMTkzLjU0LDQzLjgxcTYxLjQzLDAsMTIyLjg2LDBjMTEuNjQsMCwyMS45MS0zLjMsMzAtMTIsMTIuMTQtMTMsMTMuOTEtMzAuNDgsNC42NS00Ni41MnEtNDktODUtOTguMTEtMTY5LjkzQzI0My44LDc5LjU3LDIzNSw2My41LDIyNS4yMiw0OGMtNy44OS0xMi40OS0yMC4xLTE3LjctMzQuNzktMTYuMzRDMTc2Ljc1LDMzLDE2Ny4yNiw0MC40NywxNjAuNSw1Mi4yMXEtNDguMyw4My44Ny05Ni44LDE2Ny42MmMtOS41MywxNi41MS0xOS40MSwzMi44NS0yOC4zMyw0OS42OEMyOC43LDI4Mi4xLDMwLDI5NSwzNy44MSwzMDYuOTNzMTkuNTQsMTYuOTMsMzMuNjIsMTYuOTJRMTMyLjUsMzIzLjgsMTkzLjU0LDMyMy44NFptOC44NS0yMTNjLTE0LjQ3LTYuNzMtMjkuNjIsNS4yNy0yOC40OSwyMi4yNiwxLjM1LDIwLjI4LDIuNDgsNDAuNTgsMy43NCw2MC44Ny42Miw5Ljk1LDEsMTkuOTMsMi4xLDI5LjgzLjgzLDcuMjgsNywxMi4wNywxNC4yMywxMi4xN2ExNC41NiwxNC41NiwwLDAsMCwxNC43Mi0xMi4xOGMuNi0zLjU4LjQzLTcuMjguNjQtMTAuOTNxMi4zMi0zOS45LDQuNjQtNzkuOEMyMTQuNTgsMTIzLjMsMjExLjgsMTE1LjE4LDIwMi4zOSwxMTAuODFabTExLjMzLDE1OS41NWMuMzYtMTEuMjktOC4xMS0yMC40OC0xOS4wOC0yMC42OWExOS44NywxOS44NywwLDAsMC0uODYsMzkuNzRBMTkuNjMsMTkuNjMsMCwwLDAsMjEzLjcyLDI3MC4zNloiLz48L3N2Zz4=");
	-moz-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-filter: invert(21%) sepia(83%) saturate(7411%) hue-rotate(359deg) brightness(105%) contrast(122%);
	filter: invert(21%) sepia(83%) saturate(7411%) hue-rotate(359deg) brightness(105%) contrast(122%)
}

.table {
	overflow-x: auto;
	overflow-y: visible;
	max-width: 100%;
	position: relative
}

.table.scrolled::before {
	opacity: 0 !important
}

.table::before {
	-webkit-transition: .3s ease opacity;
	-o-transition: .3s ease opacity;
	-moz-transition: .3s ease opacity;
	transition: .3s ease opacity;
	display: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMTUuMzQgMzgzLjI5Ij48cGF0aCBkPSJNMTEwLjU2LDM4My4yOWMwLTE4LjcyLjEtMzcuNDMsMC01Ni4xNGE2LjE2LDYuMTYsMCwwLDAtMi00Yy0yOS4xNS0yNS45LTQzLjE0LTU4LjU1LTQzLjQyLTk3LjI5LS4xLTEzLjg1LS4wNi0yNy43LDAtNDEuNTUuMDctMTguMDUsMTEuNzctMjkuNjksMjkuOC0yOS43Niw1LjA4LDAsMTAuMTcsMCwxNS42Nywwdi00Ljc4cTAtNTcuMjcsMC0xMTQuNTRjMC0xNy4yNywxMS0zMS4yMSwyNy0zNC40NywyMS40OS00LjM5LDQwLjg1LDExLjQ1LDQxLDMzLjc4LjE1LDI0LjIxLDAsNDguNDEsMCw3Mi42MnY0LjMzYzE2LjQ0LTQuMzQsMjkuNzgtLjE4LDQwLjEyLDEzLjY1LDguMTgtNC4xOSwxNi44NC01LjY0LDI1Ljg5LTMuMUEzMy42OSwzMy42OSwwLDAsMSwyNjUsMTM3LjUzYzUuOTUtMSwxMS41Mi0yLjY0LDE3LjA5LTIuNjVBMzMuMjYsMzMuMjYsMCwwLDEsMzE1LDE2Ny41M2MuMjMsMjIuNDYuODIsNDQuOTUtLjIsNjcuMzctMS41OSwzNC43OC0xNi4xMiw2My44OC00Miw4Ny4xNmE4LjM3LDguMzcsMCwwLDAtMy4yMyw3Yy4xNSwxNi41OS4wNywzMy4xOS4wNiw0OS43OCwwLDEuNDktLjE1LDMtLjI0LDQuNDdabS4xLTIwNi40M2MtNS4yNywwLTEwLS4wNS0xNC43MSwwLTYuOTEuMDktOC4zOSwxLjU5LTguNCw4LjM4LDAsMTMuMzYtLjA3LDI2LjcxLDAsNDAuMDZhMTIxLjkxLDEyMS45MSwwLDAsMCwuNzksMTQuNTZjMy44NiwzMCwxNy45LDU0LjA5LDQyLjI2LDcyLjA2YTUuMzksNS4zOSwwLDAsMSwyLjQ5LDQuOTRjLS4xLDEzLjIyLS4wNSwyNi40NS0uMDUsMzkuNjd2NC4xMUgyNDcuMTh2LTQuMjFjMC0xMi42LjEzLTI1LjIxLS4wOS0zNy44LS4wNy0zLjUyLDEuMS01LjU5LDMuODYtNy43LDI2LjkyLTIwLjY0LDQxLjItNDcuODUsNDEuNjMtODEuOTIuMjQtMTkuODQuMDYtMzkuNjgsMC01OS41MmExNC40MiwxNC40MiwwLDAsMC0uNy00Ljc2LDExLjM3LDExLjM3LDAsMCwwLTEyLjQtNy41LDExLjUyLDExLjUyLDAsMCwwLTkuODUsMTEuMDhjLS4yNCw0LjU3LDAsOS4xNiwwLDE0SDI0Ny4xOHYtNC4yMWMwLTcuNzQuMTEtMTUuNDgtLjA2LTIzLjIxLS4xNi02LjgxLTUuMjYtMTEuOC0xMS41OS0xMS43MnMtMTEuMjQsNS4xMy0xMS4zMywxMmMtLjExLDcuNzQsMCwxNS40OCwwLDIzLjIxLDAsMS4zMi0uMTMsMi42NS0uMTksMy45M0gyMDEuOTFjLS4wNi0xLjI3LS4xNC0yLjI2LS4xNS0zLjI1LDAtMTEuNi4wOS0yMy4yMSwwLTM0LjgxLS4wOS03LjEtNS0xMi0xMS42Ni0xMnMtMTEuMzUsNS4wOS0xMS40LDEyLjJjMCw2Ljg3LDAsMTMuNzMsMCwyMC41OXYxNy4yOEgxNTYuMjJWMzcuMTJjMC0xLjM4LjA2LTIuNzYtLjA2LTQuMTJhMTEuNzIsMTEuNzIsMCwwLDAtMTAuNDMtMTAuNTUsMTEuMzcsMTEuMzcsMCwwLDAtMTIuMTIsOC40NiwyMS44LDIxLjgsMCwwLDAtLjUyLDUuNTRxMCw4Ny42LDAsMTc1LjE5djQuNTFIMTEwLjY2Wk00Mi4yOSw2OC40MUg4NS43NlY0Nkg0MS44N0w1NS4yNCwzMy4zNiwzOS42NCwxNy42NCwwLDU3LjI4LDM5LjY4LDk3LDU1LjQ1LDgxLjEzWk0yNDgsNjguNjNsLjQ0LjkzLTEyLjUzLDExLjYsMTUuNjMsMTUuNzcsMzkuMzEtMzkuMzItNDAtMzkuOTVMMjM1LjE0LDMzLjQzbDEzLjM3LDEyLjc1SDIwNVY2OC42M1oiLz48L3N2Zz4=");
	-moz-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 25px;
	height: 30px;
	-webkit-filter: invert(43%) sepia(93%) saturate(1381%) hue-rotate(8deg) brightness(101%) contrast(105%);
	filter: invert(43%) sepia(93%) saturate(1381%) hue-rotate(8deg) brightness(101%) contrast(105%);
	-webkit-animation: hand-move 1s infinite linear;
	-moz-animation: hand-move 1s infinite linear;
	-o-animation: hand-move 1s infinite linear;
	animation: hand-move 1s infinite linear
}

.table table {
	width: 100%;
	margin: 0 auto
}

.table table tbody {
	width: 100%
}

.table table tr {
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.table table tr td,
.table table tr th {
	line-height: 1.5;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.table table tr td:hover,
.table table tr th:hover {
	 
}

.table table tr th {
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	 
	text-align: left
}

.table table tr td {
	padding: 20px 30px;
	font-weight: 300;
	font-size: 1.125rem;
	 
}

.table table tr td:not(:first-of-type) {
	border-left: 1px solid #e6e6e6
}

.table table tr:hover {
	background-color: rgb(51 106 22)
}

.table table tr:not(:last-of-type) {
	border-bottom: 1px solid #e6e6e6
}

@-webkit-keyframes kenburn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@-moz-keyframes kenburn {
	0% {
		-moz-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-moz-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@-o-keyframes kenburn {
	0% {
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-o-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@keyframes kenburn {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@-webkit-keyframes fill {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-moz-keyframes fill {
	0% {
		-moz-transform: scaleX(0);
		transform: scaleX(0)
	}

	100% {
		-moz-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-o-keyframes fill {
	0% {
		-o-transform: scaleX(0);
		transform: scaleX(0)
	}

	100% {
		-o-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes fill {
	0% {
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0)
	}

	100% {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0
	}

	1% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-moz-keyframes ripple {
	0% {
		opacity: 0
	}

	1% {
		opacity: 1
	}

	100% {
		-moz-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-o-keyframes ripple {
	0% {
		opacity: 0
	}

	1% {
		opacity: 1
	}

	100% {
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		opacity: 0
	}

	1% {
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-webkit-keyframes copied {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 0
	}

	20% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	80% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-15px);
		transform: translateX(-50%) translateY(-15px);
		opacity: 0
	}
}

@-moz-keyframes copied {
	0% {
		-moz-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 0
	}

	20% {
		-moz-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	80% {
		-moz-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	100% {
		-moz-transform: translateX(-50%) translateY(-15px);
		transform: translateX(-50%) translateY(-15px);
		opacity: 0
	}
}

@-o-keyframes copied {
	0% {
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 0
	}

	20% {
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	80% {
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	100% {
		-o-transform: translateX(-50%) translateY(-15px);
		transform: translateX(-50%) translateY(-15px);
		opacity: 0
	}
}

@keyframes copied {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		-moz-transform: translateX(-50%) translateY(0);
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 0
	}

	20% {
		-webkit-transform: translateX(-50%) translateY(0);
		-moz-transform: translateX(-50%) translateY(0);
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	80% {
		-webkit-transform: translateX(-50%) translateY(0);
		-moz-transform: translateX(-50%) translateY(0);
		-o-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
		opacity: 1;
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-15px);
		-moz-transform: translateX(-50%) translateY(-15px);
		-o-transform: translateX(-50%) translateY(-15px);
		transform: translateX(-50%) translateY(-15px);
		opacity: 0
	}
}

@-webkit-keyframes hand-move {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-moz-keyframes hand-move {
	0% {
		-moz-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-moz-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		-moz-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes hand-move {
	0% {
		-o-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes hand-move {
	0% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}





#breadcrumb {
	margin-top: 120px;
	position: relative
}

#breadcrumb .background {
	width: 100%;
	height: 425px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#breadcrumb .background img {
	width: 100%;
	height: -webkit-calc(100% + 100px);
	height: -moz-calc(100% + 100px);
	height: calc(100% + 100px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block
}

#breadcrumb .background::after {
background: linear-gradient(90deg, rgba(33, 46, 26, 1) 0%, rgba(65, 133, 47, 1) 50%, rgba(33, 46, 26, 1) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#breadcrumb .title {
	position: absolute;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.25;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: -webkit-calc(100% - 168px);
	height: -moz-calc(100% - 168px);
	height: calc(100% - 168px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#breadcrumb>.container {
	z-index: 2;
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

#breadcrumb>.container .inner {
	background-color: #fff;
	width: 100%;
	padding: 45px 0;
	position: relative
}

#breadcrumb>.container .inner .scroll-down {
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer
}

#breadcrumb>.container .inner .scroll-down::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDkuMyAzMC40MyI+PHBhdGggZD0iTTEwOS4zLDMwLjQzSDBBNjkuNCw2OS40LDAsMCwwLDIzLjU3LDE1LjA1QzM0LjI1LDQuMTUsNDUsMCw1NC42NSwwczIwLjQsNC4xNSwzMS4wNywxNS4wNUE2OS40NCw2OS40NCwwLDAsMCwxMDkuMywzMC40M1oiLz48L3N2Zz4=");
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 110px;
	height: 32px;
	left: 50%;
	bottom: -1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

#breadcrumb>.container .inner .scroll-down svg {
	width: 15px;
	height: 15px;
	fill: d9652c;
	position: relative;
	z-index: 1;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#breadcrumb>.container .inner .scroll-down:hover svg {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px)
}

#breadcrumb>.container .inner .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#breadcrumb>.container .inner .container .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#breadcrumb>.container .inner .container .navigation li a {
	color: #808085;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#breadcrumb>.container .inner .container .navigation li a:hover {
	color: d9652c
}

#breadcrumb>.container .inner .container .navigation li span {
	color: d9652c;
	font-weight: bold
}

#breadcrumb>.container .inner .container .navigation li+li::before {
	margin: 0 15px;
	content: "â†’";
	color: #bababa
}

#breadcrumb>.container .inner .container .settings {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#breadcrumb>.container .inner .container .settings li {
	cursor: pointer
}

#breadcrumb>.container .inner .container .settings li svg {
	max-width: 40px;
	height: 20px;
	fill: #808085;
	-webkit-transition: .3s ease fill;
	-o-transition: .3s ease fill;
	-moz-transition: .3s ease fill;
	transition: .3s ease fill
}

#breadcrumb>.container .inner .container .settings li svg:hover {
	fill: d9652c
}

#breadcrumb>.container .inner .container .settings li+li {
	margin-left: 30px
}

#breadcrumb>.container .inner .container .settings li.link-copy {
	position: relative
}

#breadcrumb>.container .inner .container .settings li.link-copy span {
	font-size: .625rem;
	color: #fff;
	display: block;
	background-color: d9652c;
	position: absolute;
	bottom: -webkit-calc(100% + 15px);
	bottom: -moz-calc(100% + 15px);
	bottom: calc(100% + 15px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 6px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
	font-weight: 500;
	visibility: hidden
}

#breadcrumb>.container .inner .container .settings li.link-copy.copied span {
	-webkit-animation: copied 1s forwards;
	-moz-animation: copied 1s forwards;
	-o-animation: copied 1s forwards;
	animation: copied 1s forwards
}

article {
	margin-top: -56px
}

.popup-form {
	max-width: 1200px;
	width: 100%;
	padding: 0;
	background-color: #fff
}

.popup-form .fancybox-close-small {
	color: #fff
}

.popup-form .inner {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 350px)
}

.popup-form .inner .form-field {
	padding: 60px
}

.popup-form .inner .form-field .headline {
	font-size: 2.25rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.5;
	margin-bottom: 45px
}

.popup-form .inner .info-field {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 90px 45px 60px
}

.popup-form .inner .info-field .background {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.popup-form .inner .info-field .background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block
}

.popup-form .inner .info-field .background::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: d9652cf5;
}

.popup-form .inner .info-field .text {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	position: relative;
	z-index: 1
}

.popup-form .inner .info-field .contacts {
	position: relative;
	z-index: 1
}

.popup-form .inner .info-field .contacts .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.popup-form .inner .info-field .contacts .item svg {
	width: 25px;
	height: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	fill: #fff
}

.popup-form .inner .info-field .contacts .item span {
	font-size: 1.25rem;
	color: #fff;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.popup-form .inner .info-field .contacts .item:hover span {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

.popup-form .inner .info-field .contacts .item+.item {
	margin-top: 30px
}

.blog-list .item {
	display: grid;
	grid-template-columns: minmax(0, 350px) minmax(0, auto)
}

.blog-list .item .image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 5px solid #f7f7f7;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.blog-list .item .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.blog-list .item .image:hover {
	border-color: d9652c
}

.blog-list .item .image:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.blog-list .item .content {
	height: 100%;
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px
}

.blog-list .item .content .title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: d9652c;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.blog-list .item .content .title:hover {
	color: d9652c
}

.blog-list .item .content .expo {
	color: #808085;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 4.5rem
}

.blog-list .item+.item {
	margin-top: 30px
}

.product {
	background-color: #fff;
	position: relative
}

.product::before {
	content: "";
	position: absolute;
	width: 100%;
	height: -webkit-calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: calc(100% - 60px);
	border: 1px solid #dbdbdb;
	left: 0;
	bottom: 0;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.product .image {
	position: relative;
	z-index: 1;
	padding: 0 45px;
	width: 100%;
	height: 300px;
	display: block;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.product .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom center;
	object-position: bottom center;
	display: block
}

.product .content {
	position: relative;
	z-index: 1;
	padding: 30px;
	text-align: center
}

.product .content .category {
	font-size: .875rem;
	line-height: 1.5;
	color: #808085;
	margin-bottom: 10px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	display: block
}

.product .content .category:hover {
	color: d9652c
}

.product .content .title {
	display: block;
	font-size: 1.625rem;
	line-height: 1.25;
	font-weight: bold;
	color: d9652c;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%
}

.product .content .title:hover {
	color: d9652c
}

.product .hidden {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	border: 1px solid d9652c;
	border-top: 0;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	-o-transform: translateY(-45px);
	transform: translateY(-45px);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.product .hidden .button {
	height: 50px
}

.product .hidden .pdf {
	margin-left: 15px;
	height: 50px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

.product .hidden .pdf img {
	height: 100%;
	width: auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

.product .hidden .pdf:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px)
}

.product:hover::before {
	border-color: d9652c
}

.product:hover .image {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px)
}

.product:hover .hidden {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 1;
	visibility: visible;
	pointer-events: visible
}

.carousel-nav {
	position: absolute;
	right: 0;
	bottom: 30px;
	height: 200px;
	width: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px
}

.carousel-nav::before {
	content: "";
	position: absolute;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NyAyMTEiPjxwYXRoIGQ9Ik02Ni44OSwxMDUuNVYwYTEzMiwxMzIsMCwwLDEtMzQsNDUuOUM5LjA3LDY2LjM2LDAsODYuOTEsMCwxMDUuNXM5LjA3LDM5LjE0LDMyLjkyLDU5LjZhMTMyLDEzMiwwLDAsMSwzNCw0NS45TDY3LDEwNS41WiIvPjwvc3ZnPg==");
	-moz-background-size: contain;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.carousel-nav.color::before {
	-webkit-filter: invert(42%) sepia(99%) saturate(826%) hue-rotate(4deg) brightness(101%) contrast(102%);
	filter: invert(42%) sepia(99%) saturate(826%) hue-rotate(4deg) brightness(101%) contrast(102%)
}

.carousel-nav.color .prev svg,
.carousel-nav.color .next svg {
	fill: #fff
}

.carousel-nav.color .current {
	color: #fff
}

.carousel-nav.white::before {
	-webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(268deg) brightness(101%) contrast(102%);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(268deg) brightness(101%) contrast(102%)
}

.carousel-nav.white .prev svg,
.carousel-nav.white .next svg {
	fill: d9652c
}

.carousel-nav.white .current {
	color: #bababa
}

.carousel-nav .prev,
.carousel-nav .next {
	position: relative;
	z-index: 1;
	display: block;
	opacity: .5;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	cursor: pointer
}

.carousel-nav .prev svg,
.carousel-nav .next svg {
	width: 15px
}

.carousel-nav .prev:hover,
.carousel-nav .next:hover {
	opacity: 1
}

.carousel-nav .current {
	position: relative;
	z-index: 1;
	margin: 10px 0;
	font-weight: 500;
	font-size: 1.625rem
}




#preloader svg .dot {
	fill: d9652c;
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#preloader svg .dot--m,
#preloader svg .dot--1,
#preloader svg .dot--2,
#preloader svg .dot--3,
#preloader svg .dot--4 {
	opacity: 0
}

#preloader svg .dot--m {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 70% 70%;
	-moz-transform-origin: 70% 70%;
	-ms-transform-origin: 70% 70%;
	-o-transform-origin: 70% 70%;
	transform-origin: 70% 70%
}

#preloader svg .dot--1 {
	-webkit-transform: translateY(-14px) translateX(3px);
	-moz-transform: translateY(-14px) translateX(3px);
	-ms-transform: translateY(-14px) translateX(3px);
	-o-transform: translateY(-14px) translateX(3px);
	transform: translateY(-14px) translateX(3px)
}

#preloader svg .dot--2 {
	-webkit-transform: translateY(-11px) translateX(-4px);
	-moz-transform: translateY(-11px) translateX(-4px);
	-ms-transform: translateY(-11px) translateX(-4px);
	-o-transform: translateY(-11px) translateX(-4px);
	transform: translateY(-11px) translateX(-4px)
}

#preloader svg .dot--3 {
	-webkit-transform: translateY(-6px) translateX(-9px);
	-moz-transform: translateY(-6px) translateX(-9px);
	-ms-transform: translateY(-6px) translateX(-9px);
	-o-transform: translateY(-6px) translateX(-9px);
	transform: translateY(-6px) translateX(-9px)
}

#preloader svg .dot--4 {
	-webkit-transform: translateX(-13px);
	-moz-transform: translateX(-13px);
	-ms-transform: translateX(-13px);
	-o-transform: translateX(-13px);
	transform: translateX(-13px)
}

#preloader svg .line {
	fill: #808085;
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#preloader svg .line--1 {
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0)
}

#preloader svg .line--2 {
	-webkit-transform: translateX(-0.25px) scaleX(0);
	-moz-transform: translateX(-0.25px) scaleX(0);
	-ms-transform: translateX(-0.25px) scaleX(0);
	-o-transform: translateX(-0.25px) scaleX(0);
	transform: translateX(-0.25px) scaleX(0)
}

#preloader svg .line--3 {
	-webkit-transform: translateY(-0.25px) scaleX(0);
	-moz-transform: translateY(-0.25px) scaleX(0);
	-ms-transform: translateY(-0.25px) scaleX(0);
	-o-transform: translateY(-0.25px) scaleX(0);
	transform: translateY(-0.25px) scaleX(0);
	-webkit-transition-property: 100% 100%;
	-o-transition-property: 100% 100%;
	-moz-transition-property: 100% 100%;
	transition-property: 100% 100%
}

#preloader svg .line--4 {
	-webkit-transform: translateX(-0.5px) scaleY(0);
	-moz-transform: translateX(-0.5px) scaleY(0);
	-ms-transform: translateX(-0.5px) scaleY(0);
	-o-transform: translateX(-0.5px) scaleY(0);
	transform: translateX(-0.5px) scaleY(0)
}

#preloader.reveal svg .dot--m,
#preloader.reveal svg .dot--1,
#preloader.reveal svg .dot--2,
#preloader.reveal svg .dot--3,
#preloader.reveal svg .dot--4 {
	opacity: 1
}

#preloader.reveal svg .dot--m {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .45s;
	-moz-transition-delay: .45s;
	-o-transition-delay: .45s;
	transition-delay: .45s
}

#preloader.reveal svg .dot--1 {
	-webkit-transform: translateY(0) translateX(0);
	-moz-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	-o-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

#preloader.reveal svg .dot--2 {
	-webkit-transform: translateY(0) translateX(0);
	-moz-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	-o-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

#preloader.reveal svg .dot--3 {
	-webkit-transform: translateY(0) translateX(0);
	-moz-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	-o-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

#preloader.reveal svg .dot--4 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s
}

#preloader.reveal svg .line--1 {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}

#preloader.reveal svg .line--2 {
	-webkit-transform: translateX(-0.25px) scaleX(1);
	-moz-transform: translateX(-0.25px) scaleX(1);
	-ms-transform: translateX(-0.25px) scaleX(1);
	-o-transform: translateX(-0.25px) scaleX(1);
	transform: translateX(-0.25px) scaleX(1)
}

#preloader.reveal svg .line--3 {
	-webkit-transform: translateY(-0.25px) scaleX(1);
	-moz-transform: translateY(-0.25px) scaleX(1);
	-ms-transform: translateY(-0.25px) scaleX(1);
	-o-transform: translateY(-0.25px) scaleX(1);
	transform: translateY(-0.25px) scaleX(1);
	-webkit-transition-delay: .45s;
	-moz-transition-delay: .45s;
	-o-transition-delay: .45s;
	transition-delay: .45s
}

#preloader.reveal svg .line--4 {
	-webkit-transform: translateX(-0.5px) scaleY(1);
	-moz-transform: translateX(-0.5px) scaleY(1);
	-ms-transform: translateX(-0.5px) scaleY(1);
	-o-transform: translateX(-0.5px) scaleY(1);
	transform: translateX(-0.5px) scaleY(1);
	-webkit-transition-delay: .45s;
	-moz-transition-delay: .45s;
	-o-transition-delay: .45s;
	transition-delay: .45s
}

#page-about.services .gallery-field {
	margin-top: 90px
}

#page-about .text-field {
	text-align: justify
}

#page-about .text-field .container>*:last-child {
	margin: 0
}

#page-about .princibles-field {
	padding: 90px 0 180px;
	position: relative;
	background-color: #48713c;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black)
}

#page-about .princibles-field::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 600px;
	 
	-moz-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-filter: invert(93%) sepia(59%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(104%);
	filter: invert(93%) sepia(59%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(104%);
	-webkit-transform: translateX(-40%) translateY(-30%);
	-moz-transform: translateX(-40%) translateY(-30%);
	-ms-transform: translateX(-40%) translateY(-30%);
	-o-transform: translateX(-40%) translateY(-30%);
	transform: translateX(-40%) translateY(-30%);
	opacity: .1
}

#page-about .princibles-field::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15%;
	height: 100%;
	background-image: url("../images/components/urunmaskot.png");
	-moz-background-size: contain;
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat
}

#page-about .princibles-field .container {
	position: relative;
	z-index: 1
}

#page-about .princibles-field .container .item {
	display: grid;
	grid-template-columns: minmax(0, 125px) minmax(0, auto);
	grid-gap: 180px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	opacity: .5;
	cursor: pointer
}

#page-about .princibles-field .container .item .title {
	font-size: 2.25rem;
	font-weight: bold;
	color: #fff;
	position: relative
}

#page-about .princibles-field .container .item .title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: -webkit-calc(100% + 60px);
	left: -moz-calc(100% + 60px);
	left: calc(100% + 60px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

#page-about .princibles-field .container .item .text {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.75
}

#page-about .princibles-field .container .item+.item {
	margin-top: 90px
}

#page-about .princibles-field .container .item.active {
	opacity: 1
}

#page-about .gallery-field {
	margin-top: -60px
}

#page-about .gallery-field .images {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 20px
}

#page-about .gallery-field .images .item {
	display: block;
	height: 425px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	border: 5px solid transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

#page-about .gallery-field .images .item:nth-child(3n+2) {
	top: -30px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

#page-about .gallery-field .images .item:nth-child(3n+1),
#page-about .gallery-field .images .item:nth-child(3n+3) {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

#page-about .gallery-field .images .item img {
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all;
	width: 100%;
	height: -webkit-calc(100% + 100px);
	height: -moz-calc(100% + 100px);
	height: calc(100% + 100px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

#page-about .gallery-field .images .item:hover {
	border-color: d9652c
}

#page-about .gallery-field .images .item:hover img {
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important
}

#page-smc-bmc .about-field .container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 60px
}

#page-smc-bmc .about-field .container .text>*:last-child {
	margin: 0
}

#page-smc-bmc .about-field .container .info .image-wrapper {
	position: relative
}

#page-smc-bmc .about-field .container .info .image-wrapper::before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 90px;
	background-color: d9652c;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .about-field .container .info .image-wrapper:hover::before {
	right: 0;
	bottom: 0
}

#page-smc-bmc .about-field .container .info .image-wrapper:hover .image {
	border-color: d9652c
}

#page-smc-bmc .about-field .container .info .image-wrapper:hover .image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#page-smc-bmc .about-field .container .info .image-wrapper .image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 450px;
	border: 5px solid transparent;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .about-field .container .info .image-wrapper .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .about-field .container .info .image-wrapper .video {
	position: relative;
	display: block
}

#page-smc-bmc .about-field .container .info .image-wrapper .video::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6I2YyN2MwMDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImQiIGQ9Ik0yNCwxMS4yOXYxLjQxYy0uMDEsLjA3LS4wMywuMTMtLjA0LC4yLS4wOCwxLjI0LS4zNCwyLjQ1LS44NCwzLjU4LTIuMDQsNC42MS01LjU4LDcuMTQtMTAuNjIsNy40OS0yLjM2LC4xNi00LjYtLjQyLTYuNjItMS42NkMyLjI1LDIwLjA3LC4yOCwxNi43OSwuMDIsMTIuNTNjLS4xMy0yLjE3LC4zNC00LjI1LDEuMzktNi4xNUMzLjM1LDIuODcsNi4zLC43OCwxMC4yNiwuMTNjLjM0LS4wNiwuNjktLjA5LDEuMDQtLjEzaDEuNDFjLjA2LC4wMSwuMTIsLjA0LC4xOCwuMDQsMS43LC4xMSwzLjMxLC41Nyw0Ljc5LDEuMzksMy4zNiwxLjg3LDUuNDIsNC43MSw2LjE0LDguNSwuMDksLjQ1LC4xMywuOTEsLjE5LDEuMzZabS0xMS45OSwxMC42OWM1LjUyLDAsOS45OC00LjQ2LDkuOTgtOS45OCwwLTUuNTItNC40Ny0xMC05Ljk5LTEwLTUuNTEsMC05Ljk4LDQuNDctOS45OCw5Ljk4LDAsNS41Miw0LjQ3LDEwLDkuOTksMTBabS0xLjk4LTYuNDdjMCwuMjgsLjA3LC41MSwuMzMsLjY1LC4yNiwuMTMsLjQ5LC4wNSwuNzItLjExLDEuNi0xLjE2LDMuMi0yLjMyLDQuNzktMy40OCwuNDYtLjM0LC40Ni0uNzcsMC0xLjEtMS41OS0xLjE2LTMuMTgtMi4zMS00Ljc3LTMuNDctLjIzLS4xNy0uNDYtLjI3LS43NC0uMTMtLjI3LC4xNC0uMzMsLjM4LS4zMywuNjcsMCwxLjE2LDAsMi4zMywwLDMuNDksMCwxLjE2LDAsMi4zMywwLDMuNDlaIi8+PC9zdmc+");
	-moz-background-size: 100%;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .about-field .container .info .image-wrapper .video video {
	width: 100%;
	position: relative;
	z-index: 2
}

#page-smc-bmc .about-field .container .info .image-wrapper .video:hover::after {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.1);
	transform: translateX(-50%) translateY(-50%) scale(1.1)
}

#page-smc-bmc .about-field .container .info .info-wrapper {
	margin-top: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

#page-smc-bmc .about-field .container .info .info-wrapper .pdf-download {
	margin-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#page-smc-bmc .about-field .container .info .info-wrapper .pdf-download img {
	height: 60px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

#page-smc-bmc .about-field .container .info .info-wrapper .pdf-download span {
	font-weight: bold;
	color: d9652c;
	font-size: 1.125rem;
	line-height: 1.5;
	display: block;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .about-field .container .info .info-wrapper .pdf-download:hover span {
	color: #808085;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

#page-smc-bmc .field-of-use .container .title {
	font-size: 1.875rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 45px
}

#page-smc-bmc .field-of-use .container .list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-gap: 60px
}

#page-smc-bmc .field-of-use .container .list .item img {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .field-of-use .container .list .item span {
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #bababa;
	font-weight: bold;
	line-height: 1.5;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .field-of-use .container .list .item:hover img {
	-webkit-filter: invert(31%) sepia(77%) saturate(502%) hue-rotate(55deg) brightness(50%) contrast(88%);
	filter: invert(31%) sepia(77%) saturate(502%) hue-rotate(55deg) brightness(50%) contrast(88%);
	-webkit-transform: translateY(-5px) translateZ(0);
	-moz-transform: translateY(-5px) translateZ(0);
	transform: translateY(-5px) translateZ(0)
}

#page-smc-bmc .field-of-use .container .list .item:hover span {
	color: d9652c
}

#page-smc-bmc .detail-field {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	overflow: hidden
}

#page-smc-bmc .detail-field .inner {
	padding: 60px 0;
	background-color: #f7f7f7;
	position: relative
}

#page-smc-bmc .detail-field .inner .background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	background-color: #f7f7f7
}

#page-smc-bmc .detail-field .inner .container {
	position: relative;
	z-index: 1
}

#page-smc-bmc .detail-field .inner .banner img {
	width: 100%;
	max-height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block
}

#page-smc-bmc .detail-field .inner .banner>*:last-child {
	margin: 0
}

#page-smc-bmc .detail-field .inner .tabs {
	margin-top: 60px;
	display: grid;
	grid-template-columns: minmax(0, 0.2fr) minmax(0, 0.8fr);
	grid-gap: 45px
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper {
	position: relative
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #dbdbdb
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper .item {
	font-size: 1.25rem;
	line-height: 1.25;
	font-weight: bold;
	color: #bababa;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	padding: 20px 0 20px 30px;
	position: relative;
	cursor: pointer
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper .item::before {
	content: "";
	position: absolute;
	left: 1px;
	top: 50%;
	height: 30px;
	width: 9px;
	background-color: d9652c;
	-webkit-transform: translateX(-50%) translateY(-50%) scaleY(0);
	-moz-transform: translateX(-50%) translateY(-50%) scaleY(0);
	-ms-transform: translateX(-50%) translateY(-50%) scaleY(0);
	-o-transform: translateX(-50%) translateY(-50%) scaleY(0);
	transform: translateX(-50%) translateY(-50%) scaleY(0);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper .item:hover {
	color: #808085
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper .item.active {
	pointer-events: none;
	color: d9652c
}

#page-smc-bmc .detail-field .inner .tabs .tab-buttons .wrapper .item.active::before {
	-webkit-transform: translateX(-50%) translateY(-50%) scaleY(1);
	-moz-transform: translateX(-50%) translateY(-50%) scaleY(1);
	-ms-transform: translateX(-50%) translateY(-50%) scaleY(1);
	-o-transform: translateX(-50%) translateY(-50%) scaleY(1);
	transform: translateX(-50%) translateY(-50%) scaleY(1)
}

#page-smc-bmc .detail-field .inner .tabs .tab-contents .item {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 30px;
	opacity: .25;
	pointer-events: none;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-smc-bmc .detail-field .inner .tabs .tab-contents .item .text>*:last-child {
	margin: 0
}

#page-smc-bmc .detail-field .inner .tabs .tab-contents .item img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block
}

#page-smc-bmc .detail-field .inner .tabs .tab-contents .item+.item {
	margin-top: 90px
}

#page-smc-bmc .detail-field .inner .tabs .tab-contents .item.active {
	opacity: 1;
	pointer-events: visible
}

#page-smc-bmc .table-field .title {
	font-size: 1.875rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 45px
}

#page-blog .hero.single {
	pointer-events: none
}

#page-blog .hero .image {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 400px;
	display: block;
	border: 5px solid #f7f7f7;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-blog .hero .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-blog .hero .image:hover {
	border-color: d9652c
}

#page-blog .hero .image:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#page-blog .hero .content {
	background-color: #f7f7f7;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#page-blog .hero .content .title {
	font-size: 1.625rem;
	line-height: 1.25;
	font-weight: bold;
	color: d9652c;
	margin-right: 30px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-blog .hero .content .title:hover {
	color: d9652c
}

#page-blog .hero .content .expo {
	color: #808085;
	line-height: 1.5
}

#page-blog .hero .content .button {
	margin-left: 30px
}

#page-blog .content-field {
	margin-top: 60px
}

#page-blog .content-field .container {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 300px);
	grid-gap: 45px
}

#page-blog .content-field .container .sidebar .navigation {
	background-color: #f7f7f7;
	padding: 45px
}

#page-blog .content-field .container .sidebar .navigation .item {
	position: relative;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

#page-blog .content-field .container .sidebar .navigation .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #dbdbdb;
	width: 3px;
	height: 100%;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#page-blog .content-field .container .sidebar .navigation .item::after {
	content: "";
	position: absolute;
	left: 5px;
	top: -15px;
	width: 40px;
	height: 5px;
	background-color: d9652c;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-blog .content-field .container .sidebar .navigation .item span {
	padding-left: 30px;
	display: block;
	color: #bababa;
	line-height: 1.5;
	font-size: 1.25rem;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	white-space: nowrap
}

#page-blog .content-field .container .sidebar .navigation .item span::before {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 20px;
	height: 5px;
	background-color: d9652c;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-blog .content-field .container .sidebar .navigation .item span::after {
	content: "";
	position: absolute;
	left: 40px;
	top: -10px;
	background-color: d9652c;
	width: 5px;
	height: 10px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

#page-blog .content-field .container .sidebar .navigation .item:hover::before {
	top: -15px;
	width: 5px;
	height: 45px;
	background-color: d9652c;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

#page-blog .content-field .container .sidebar .navigation .item:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-blog .content-field .container .sidebar .navigation .item:hover span {
	color: d9652c;
	font-weight: bold
}

#page-blog .content-field .container .sidebar .navigation .item:hover span::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-blog .content-field .container .sidebar .navigation .item:hover span::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#page-blog .content-field .container .sidebar .navigation .item+.item {
	margin-top: 30px
}

#page-blog .content-field .container .single-blog>.content>*:last-child {
	margin-bottom: 0
}

#page-blog .content-field .container .single-blog .blog-list {
	margin-top: 60px
}

#page-product .container {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 325px);
	grid-gap: 45px;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: start
}

#page-product .container .sidebar {
	height: 100%
}

#page-product .container .sidebar .inner {
	padding: 20px;
	background-color: #f7f7f7
}

#page-product .container .sidebar .inner .title {
	text-align: center;
	color: d9652c;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 45px
}

#page-product .container .sidebar .inner .menu>li>a {
	position: relative;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

#page-product .container .sidebar .inner .menu>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #dbdbdb;
	width: 3px;
	height: 100%;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#page-product .container .sidebar .inner .menu>li>a::after {
	content: "";
	position: absolute;
	left: 5px;
	top: -15px;
	width: 30px;
	height: 5px;
	background-color: d9652c;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-product .container .sidebar .inner .menu>li>a span {
	padding-left: 20px;
	display: block;
	color: #bababa;
	line-height: 1.5;
	font-size: 1rem;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	white-space: nowrap
}

#page-product .container .sidebar .inner .menu>li>a span::before {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 4px;
	width: 10px;
	height: 5px;
	background-color: d9652c;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-product .container .sidebar .inner .menu>li>a span::after {
	content: "";
	position: absolute;
	left: 30px;
	top: -10px;
	background-color: d9652c;
	width: 5px;
	height: 10px;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: .15s ease all;
	-o-transition: .15s ease all;
	-moz-transition: .15s ease all;
	transition: .15s ease all;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

#page-product .container .sidebar .inner .menu>li+li {
	margin-top: 30px
}

#page-product .container .sidebar .inner .menu>li>ul {
	margin-top: 15px;
	margin-left: 15px;
	display: none
}

#page-product .container .sidebar .inner .menu>li>ul>li>a {
	font-size: 1rem;
	line-height: 1.5;
	color: #bababa;
	padding-left: 30px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	position: relative;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

#page-product .container .sidebar .inner .menu>li>ul>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(5px);
	-moz-transform: translateY(-50%) translateX(5px);
	-ms-transform: translateY(-50%) translateX(5px);
	-o-transform: translateY(-50%) translateX(5px);
	transform: translateY(-50%) translateX(5px);
	background-color: d9652c;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-product .container .sidebar .inner .menu>li>ul>li+li {
	margin-top: 10px
}

#page-product .container .sidebar .inner .menu>li>ul>li:hover>a {
	color: d9652c
}

#page-product .container .sidebar .inner .menu>li>ul>li:hover>a::before {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-moz-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	-o-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0)
}

#page-product .container .sidebar .inner .menu>li:hover>a::before {
	top: -15px;
	width: 5px;
	height: 35px;
	background-color: d9652c;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

#page-product .container .sidebar .inner .menu>li:hover>a::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-product .container .sidebar .inner .menu>li:hover>a span {
	color: d9652c;
	font-weight: bold
}

#page-product .container .sidebar .inner .menu>li:hover>a span::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-product .container .sidebar .inner .menu>li:hover>a span::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#page-product .container .sidebar .inner .menu>li.active>a::before {
	top: -15px;
	width: 5px;
	height: 35px;
	background-color: d9652c;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

#page-product .container .sidebar .inner .menu>li.active>a::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-product .container .sidebar .inner .menu>li.active>a span {
	color: d9652c;
	font-weight: bold
}

#page-product .container .sidebar .inner .menu>li.active>a span::before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

#page-product .container .sidebar .inner .menu>li.active>a span::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#page-product .container .sidebar .inner .menu>li.active>ul {
	display: block
}

#page-product .container .sidebar .contact {
	margin-top: 30px;
	background-color: d9652c
}

#page-product .container .sidebar .contact .title {
	color: #fff;
	margin-bottom: 30px
}

#page-product .container .sidebar .contact .text {
	color: rgba(255, 255, 255, .75);
	font-size: 1rem;
	line-height: 1.75;
	text-align: center
}

#page-product .container .sidebar .contact .button {
	margin-top: 30px
}

#page-product .container .sidebar .contact .button+.button {
	margin-top: 15px
}

#page-product .container .product-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 60px 45px
}

#page-downloads .headline {
	font-size: 1.875rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25;
	margin-bottom: 45px;
	text-align: center
}

#page-downloads .catalogues {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 30px
}

#page-downloads .catalogues .item {
	display: block;
	position: relative
}

#page-downloads .catalogues .item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: -webkit-calc(100% - 45px);
	height: -moz-calc(100% - 45px);
	height: calc(100% - 45px);
	left: 0;
	bottom: 0;
	border: 1px solid #dbdbdb;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-downloads .catalogues .item .image {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 1;
	padding: 0 45px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-downloads .catalogues .item .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block
}

#page-downloads .catalogues .item .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px
}

#page-downloads .catalogues .item .content .title {
	font-size: 1.25rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-downloads .catalogues .item .content img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 50px;
	width: auto;
	margin-left: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

#page-downloads .catalogues .item .button {
	margin: 0 auto 30px
}

#page-downloads .catalogues .item:hover .image {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px)
}

#page-downloads .catalogues .item:hover .content .title {
	color: d9652c
}

#page-downloads .catalogues .item:hover::before {
	border-color: d9652c
}

#page-downloads .documents .item {
	display: block;
	border: 1px solid #dbdbdb;
	padding: 25px 90px 25px 30px;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #bababa;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	position: relative
}

#page-downloads .documents .item::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNi40NCAzMC44NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNiZWJlYmU7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI1LjI3LDYuNTVhNCw0LDAsMCwxLC44MywxLjMsNCw0LDAsMCwxLC4zNCwxLjUyVjI5LjJhMS42NCwxLjY0LDAsMCwxLTEuNjQsMS42NUgxLjY1QTEuNjQsMS42NCwwLDAsMSwwLDI5LjIxSDBWMS42NkExLjY1LDEuNjUsMCwwLDEsMS42NCwwSDE3LjA4YTQsNCwwLDAsMSwxLjUxLjM0LDQsNCwwLDAsMSwxLjMxLjgzWm0tNy42NC00LjJWOC44MkgyNC4xYTEuODIsMS44MiwwLDAsMC0uMzgtLjcxTDE4LjMzLDIuNzJhMi4xMiwyLjEyLDAsMCwwLS43MS0uMzhabTYuNjEsMjYuM1YxMUgxNy4wOGExLjY2LDEuNjYsMCwwLDEtMS42Ni0xLjY0aDBWMi4yMUgyLjJWMjguNjVaTTE1LjM5LDE4LjQ0YTExLjc0LDExLjc0LDAsMCwwLDEuNDUsMSwxNi44MSwxNi44MSwwLDAsMSwyLS4xMmMxLjY5LDAsMi43LjI4LDMsLjg1YS44NC44NCwwLDAsMSwwLC45bDAsMCwwLDBoMGMtLjA3LjQ0LS40Ny42Ni0xLjIyLjY2YTcsNywwLDAsMS0yLS4zNSwxMS44MiwxMS44MiwwLDAsMS0yLjI0LS45MSwzMC41MSwzMC41MSwwLDAsMC02Ljc1LDEuNDNxLTIuNjIsNC41MS00LjE2LDQuNTFBMSwxLDAsMCwxLDUsMjYuMzNsLS40MS0uMjFMNC41MywyNmEuNjkuNjksMCwwLDEtLjEtLjYyLDMuNjksMy42OSwwLDAsMSwxLTEuNTcsOC4yOSw4LjI5LDAsMCwxLDIuMjgtMS42Ni4yNC4yNCwwLDAsMSwuMzUsMCwuNTYuNTYsMCwwLDEsLjA1LjA4LjA4LjA4LDAsMCwxLDAsLjA3Yy42LTEsMS4yMS0yLjExLDEuODQtMy40YTI1LjgzLDI1LjgzLDAsMCwwLDEuNzktNC41MSwxMy4zOSwxMy4zOSwwLDAsMS0uNTItMi43NCw2LjUxLDYuNTEsMCwwLDEsLjExLTIuMmMuMTItLjQ2LjM3LS42OS43Mi0uNjloLjM4YS43Ni43NiwwLDAsMSwuNi4yNiwxLjM5LDEuMzksMCwwLDEsLjE2LDEuMTcuNjEuNjEsMCwwLDEtLjA3LjE0LjY2LjY2LDAsMCwxLDAsLjE0VjExYTIyLjc5LDIyLjc5LDAsMCwxLS4yNCwzLjMsOC42OCw4LjY4LDAsMCwwLDIuNTIsNC4xWk01LjQ3LDI1LjUyQTcuNzMsNy43MywwLDAsMCw3LjgzLDIyLjhhMTAuMjIsMTAuMjIsMCwwLDAtMS41LDEuNDRBNS44Niw1Ljg2LDAsMCwwLDUuNDcsMjUuNTJaTTEyLjMzLDkuNjhhNS4xMSw1LjExLDAsMCwwLDAsMi4yN2MwLS4wOCwwLS4zMy4xMi0uNzYsMCwwLDAtLjI4LjEyLS43NGEuMjQuMjQsMCwwLDEsLjA3LS4xM2wwLDBzMCwwLDAsMGEwLDAsMCwwLDEsMCwwLDEsMSwwLDAsMC0uMjItLjYybDAsMHYwWk0xMC4xOSwyMS4wNmEyNS4yOCwyNS4yOCwwLDAsMSw0Ljg5LTEuNGwtLjIyLS4xNmEzLjExLDMuMTEsMCwwLDEtLjI4LS4yMyw5LjEsOS4xLDAsMCwxLTIuMTgtM0EyNC41OCwyNC41OCwwLDAsMSwxMSwxOS42M1ptMTEuMTItLjI4YTQuMDksNC4wOSwwLDAsMC0yLjQxLS40MSw2LjUzLDYuNTMsMCwwLDAsMi4xNC40OCwxLjY3LDEuNjcsMCwwLDAsLjMxLDBsMCwwWiIvPjwvc3ZnPg==");
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	right: 30px;
	height: 25px;
	width: 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-downloads .documents .item:hover {
	color: d9652c;
	border-color: d9652c
}

#page-downloads .documents .item:hover::after {
	-webkit-filter: invert(49%) sepia(70%) saturate(2823%) hue-rotate(9deg) brightness(101%) contrast(107%);
	filter: invert(49%) sepia(70%) saturate(2823%) hue-rotate(9deg) brightness(101%) contrast(107%)
}

#page-downloads .documents .item+.item {
	margin-top: 30px
}

#page-404 {
	text-align: center
}

#page-404 .button {
	margin: 0 auto
}

#page-contact {
	margin-top: 120px
}

#page-contact .container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

#page-contact .container .map {
	position: relative
}

#page-contact .container .map .image {
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0
}

#page-contact .container .map .image img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block
}

#page-contact .container .map .image .dot {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: d9652c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-contact .container .map .image .dot::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid d9652c;
	-webkit-animation: ripple 2s infinite ease;
	-moz-animation: ripple 2s infinite ease;
	-o-animation: ripple 2s infinite ease;
	animation: ripple 2s infinite ease
}

#page-contact .container .map .image .dot::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid d9652c;
	-webkit-animation: ripple 2s infinite 1s ease;
	-moz-animation: ripple 2s infinite 1s ease;
	-o-animation: ripple 2s infinite 1s ease;
	animation: ripple 2s infinite 1s ease
}

#page-contact .container .map .image .dot svg {
	fill: #fff;
	width: 30px;
	height: 30px
}

#page-contact .container .map .image .dot:hover {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
	background-color: d9652c
}

#page-contact .container .map .image::before,
#page-contact .container .map .image::after {
	content: "";
	position: absolute;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#page-contact .container .map .image::before {
	right: 0;
	top: 0;
	height: 100%;
	width: 20%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%)
}

#page-contact .container .map .image::after {
	left: 0;
	bottom: 0;
	height: 20%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%)
}

#page-contact .container .content {
	padding: 60px 0 0 60px
}

#page-contact .container .content .title {
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.25;
	color: d9652c;
	margin-bottom: 45px
}

#page-contact .container .content .contact-field .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#page-contact .container .content .contact-field .item svg {
	fill: #808085;
	width: 40px;
	height: 40px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px
}

#page-contact .container .content .contact-field .item svg .color-icon {
	fill: d9652c
}

#page-contact .container .content .contact-field .item span {
	color: #808085;
	display: block;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	font-size: 1.25rem;
	line-height: 1.5
}

#page-contact .container .content .contact-field .item+.item {
	margin-top: 20px
}

#page-contact .container .content .contact-field .item:hover span {
	color: d9652c;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

#page-product-single {
	width: 100%;
	overflow: hidden
}

#page-product-single .info-field {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 45px
}

#page-product-single .info-field .image .product-image-carosel {
	width: 100%;
	height: 500px;
	border: 5px solid #f7f7f7;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-product-single .info-field .image .product-image-carosel .slide {
	width: 100%;
	height: 100%
}

#page-product-single .info-field .image .product-image-carosel .slide img {
	padding: 90px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block
}

#page-product-single .info-field .image .product-image-carosel:hover {
	border-color: d9652c
}

#page-product-single .info-field .content .headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px
}

#page-product-single .info-field .content .headline .title .name {
	font-size: 2.25rem;
	line-height: 1.25;
	color: #808085;
	margin-bottom: 10px;
	font-weight: bold
}

#page-product-single .info-field .content .headline .title .category {
	color: d9652c;
	font-size: 1.25rem;
	font-weight: bold;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-product-single .info-field .content .headline .title .category:hover {
	color: d9652c
}

#page-product-single .info-field .content .headline .pdf {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px
}

#page-product-single .info-field .content .headline .pdf img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 50px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

#page-product-single .info-field .content .headline .pdf span {
	margin-left: 15px;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25;
	display: block;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#page-product-single .info-field .content .headline .pdf:hover span {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
	color: d9652c
}

#page-product-single .info-field .content .expo>*:last-child {
	margin: 0
}

#page-product-single .info-field .content .buttons {
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#page-product-single .info-field .content .buttons>.button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc(50% - 15px);
	-moz-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 15px);
	flex: 0 0 calc(50% - 15px)
}

#page-product-single .info-field .content .buttons>.button+.button {
	margin-left: 30px
}

#page-product-single .content-field>*:last-child {
	margin: 0
}

#page-product-single .table-field>.container {
	background-color: #f7f7f7;
	padding: 60px 0;
	position: relative
}

#page-product-single .table-field>.container .background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	background-color: #f7f7f7
}

#page-product-single .table-field .title {
	position: relative;
	z-index: 1;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.25;
	color: d9652c;
	margin-bottom: 45px;
	text-align: center
}

#page-product-single .table-field table {
	position: relative;
	z-index: 1
}

#page-product-single .other-products .headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px
}

#page-product-single .other-products .headline .title {
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.25;
	color: d9652c
}

#page-product-single .other-products .other-products-carousel {
	padding-bottom: 75px
}

#index .hero {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black)
}

#index .hero .hero-main-carousel {
	height: 100%
}

#index .hero .hero-main-carousel .swiper-slide,
#index .hero .hero-main-carousel .swiper-wrapper {
	height: 100%
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .content .small,
#index .hero .hero-main-carousel .swiper-slide-active .slide .container .content .title,
#index .hero .hero-main-carousel .swiper-slide-active .slide .container .content .button-wrapper {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .content .small {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .content .title {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .content .button-wrapper {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .carousel .hero-inner-carousel .behind {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .carousel .hero-inner-carousel .inner .context,
#index .hero .hero-main-carousel .swiper-slide-active .slide .container .carousel .hero-inner-carousel .inner .image {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .carousel .hero-inner-carousel .inner .context {
	-webkit-transition-delay: .9s;
	-moz-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .carousel .hero-inner-carousel .inner .image {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

#index .hero .hero-main-carousel .swiper-slide-active .slide .container .carousel .hero-inner-carousel .navigation {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

#index .hero .hero-main-carousel .slide {
	width: 100%;
	height: 100%;
	position: relative
}

#index .hero .hero-main-carousel .slide .background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#index .hero .hero-main-carousel .slide .background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block
}

#index .hero .hero-main-carousel .slide .background video {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.25);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.25);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.25);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.25);
	transform: translateX(-50%) translateY(-50%) scale(1.25)
}

#index .hero .hero-main-carousel .slide .background::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%)
}

#index .hero .hero-main-carousel .slide .container {
	position: relative;
	z-index: 1;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

#index .hero .hero-main-carousel .slide .container .content {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#index .hero .hero-main-carousel .slide .container .content .small {
	font-size: 1rem;
	color: d9652c;
	line-height: 1.25;
	margin-bottom: 5px
}

#index .hero .hero-main-carousel .slide .container .content .title {
	color: #fff;
	font-size: 3.75rem;
	line-height: 1.25;
	margin-bottom: 45px
}

#index .hero .hero-main-carousel .slide .container .content .title strong {
	font-weight: bold
}

#index .hero .hero-main-carousel .slide .container .content .small,
#index .hero .hero-main-carousel .slide .container .content .title,
#index .hero .hero-main-carousel .slide .container .content .button-wrapper {
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .hero .hero-main-carousel .slide .container .carousel {
	position: relative
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel {
	overflow: visible;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-wrapper {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-slide-active .inner .context .code,
#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-slide-active .inner .context .name,
#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-slide-active .inner .context .button-around {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-slide-active .inner .context .code {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-slide-active .inner .context .name {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .swiper-slide-active .inner .context .button-around {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .behind {
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: -2px;
	background-color: #fff;
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
	-webkit-box-align: end;
	-webkit-align-items: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: end
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context,
#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .image {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context {
	height: 200px;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context .code {
	color: #808085;
	font-size: .875rem;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context .name {
	font-size: 1.875rem;
	line-height: 1.5;
	font-weight: bold;
	color: d9652c;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context .button-around .button {
	height: 50px
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context .code,
#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context .name,
#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .context .button-around {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .image {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	position: relative;
	max-height: 750px
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .image::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 75%;
	width: 100%;
	border: 10px solid d9652c
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .image img {
	position: relative;
	z-index: 1;
	padding: 30px 45px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom center;
	object-position: bottom center;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .navigation {
	z-index: 3;
	position: absolute;
	left: 45%;
	bottom: 55px;
	width: 30px;
	height: 90px;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .navigation .item {
	cursor: pointer;
	opacity: .5;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .navigation .item svg {
	fill: d9652c;
	height: 25px
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .navigation .item+.item {
	margin-top: 15px
}

#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .navigation .item:hover {
	opacity: 1
}

#index .hero .hero-main-carousel .hero-carousel-thumbs {
	position: absolute;
	z-index: 3;
	bottom: 45px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 30px;
	padding-right: 60px
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item {
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	opacity: .33;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item img {
	width: 40px;
	height: 40px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	opacity: 0;
	margin-bottom: 10px;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	pointer-events: none
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item span {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	margin-bottom: 15px
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item .bar {
	width: 100%;
	height: 4px;
	background-color: rgba(255, 255, 255, .33);
	position: relative
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item .bar::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: d9652c;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item.active {
	pointer-events: none;
	opacity: 1
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item.active img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

#index .hero .hero-main-carousel .hero-carousel-thumbs .item.active .bar::before {
	-webkit-animation: fill 10s linear forwards;
	-moz-animation: fill 10s linear forwards;
	-o-animation: fill 10s linear forwards;
	animation: fill 10s linear forwards
}

#index .about .container {
	display: grid;
	grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
	grid-gap: 45px
}

#index .about .container .carousel .wrapper {
	position: relative
}

#index .about .container .carousel .wrapper .play-button {
	z-index: 3;
	position: absolute;
	left: 45px;
	bottom: 45px;
	border: 2px solid rgba(255, 255, 255, .5);
	width: 90px;
	height: 90px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .about .container .carousel .wrapper .play-button::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 20px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .about .container .carousel .wrapper .play-button:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #fff
}

#index .about .container .carousel .wrapper .play-button:hover::before {
	border-color: transparent transparent transparent d9652c
}

#index .about .container .carousel .wrapper::before {
	content: "";
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 75%;
	height: 90px;
	background-color: d9652c;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .about .container .carousel .wrapper .about-carousel {
	height: 600px;
	position: relative
}

#index .about .container .carousel .wrapper .about-carousel .carousel-nav {
	z-index: 3
}

#index .about .container .carousel .wrapper .about-carousel .slide {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .about .container .carousel .wrapper .about-carousel .slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .about .container .carousel .wrapper .about-carousel .slide:hover {
	-webkit-box-shadow: 0 0 0 -5px d9652c;
	-moz-box-shadow: 0 0 0 -5px d9652c;
	box-shadow: 0 0 0 -5px d9652c
}

#index .about .container .carousel .wrapper .about-carousel .slide:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#index .smc-bmc .container {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 8fr);
	grid-gap: 120px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#index .smc-bmc .container .tab-buttons .item {
	cursor: pointer
}

#index .smc-bmc .container .tab-buttons .item small {
	font-size: 1rem;
	color: #bababa;
	line-height: 1.5;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .smc-bmc .container .tab-buttons .item .title {
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1.25;
	color: #bababa;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .smc-bmc .container .tab-buttons .item+.item {
	margin-top: 45px
}

#index .smc-bmc .container .tab-buttons .item:hover small {
	color: #808085
}

#index .smc-bmc .container .tab-buttons .item:hover .title {
	color: #808085
}

#index .smc-bmc .container .tab-buttons .item.active {
	pointer-events: none
}

#index .smc-bmc .container .tab-buttons .item.active small {
	color: d9652c
}

#index .smc-bmc .container .tab-buttons .item.active .title {
	color: d9652c
}

#index .smc-bmc .container .tab-contents {
	position: relative;
	-webkit-transition: .6s ease height;
	-o-transition: .6s ease height;
	-moz-transition: .6s ease height;
	transition: .6s ease height
}

#index .smc-bmc .container .tab-contents .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .smc-bmc .container .tab-contents .item .content {
	padding: 60px 0;
	width: 60%;
	position: relative;
	z-index: 1
}

#index .smc-bmc .container .tab-contents .item .background {
	position: absolute;
	width: 100%;
	height: 120%
}

#index .smc-bmc .container .tab-contents .item .background img {
	height: 120%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block
}

#index .smc-bmc .container .tab-contents .item .background::after {
	content: "";
	position: absolute;
	width: -webkit-calc(100% + 5px);
	width: -moz-calc(100% + 5px);
	width: calc(100% + 5px);
	height: 120%;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, white 25%, rgba(255, 255, 255, 0) 100%)
}

#index .smc-bmc .container .tab-contents .item.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#index .products {
	position: relative;
	z-index: 1
}

#index .products .container {
	display: grid;
	grid-template-columns: minmax(0, 325px) minmax(0, auto);
	grid-gap: 45px
}

#index .products .container .categories .title {
	font-size: 1.875rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25;
	margin-bottom: 5px
}

#index .products .container .categories .list {
	margin-bottom: 60px
}

#index .products .container .categories .list .item {
	padding-left: 15px;
	position: relative;
	line-height: 1.5;
	display: block;
	font-size: 1.25rem;
	color: #bababa;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	cursor: pointer
}

#index .products .container .categories .list .item::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-100%) scaleY(0);
	-moz-transform: translateY(-50%) translateX(-100%) scaleY(0);
	-ms-transform: translateY(-50%) translateX(-100%) scaleY(0);
	-o-transform: translateY(-50%) translateX(-100%) scaleY(0);
	transform: translateY(-50%) translateX(-100%) scaleY(0);
	background-color: d9652c;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .products .container .categories .list .item+.item {
	margin-top: 20px
}

#index .products .container .categories .list .item:hover {
	color: d9652c
}

#index .products .container .categories .list .item:hover::before {
	-webkit-transform: translateY(-50%) translateX(-100%) scaleY(1);
	-moz-transform: translateY(-50%) translateX(-100%) scaleY(1);
	-ms-transform: translateY(-50%) translateX(-100%) scaleY(1);
	-o-transform: translateY(-50%) translateX(-100%) scaleY(1);
	transform: translateY(-50%) translateX(-100%) scaleY(1)
}

#index .products .container .categories .list .item.active {
	color: d9652c
}

#index .products .container .categories .list .item.active::before {
	-webkit-transform: translateY(-50%) translateX(-100%) scaleY(1);
	-moz-transform: translateY(-50%) translateX(-100%) scaleY(1);
	-ms-transform: translateY(-50%) translateX(-100%) scaleY(1);
	-o-transform: translateY(-50%) translateX(-100%) scaleY(1);
	transform: translateY(-50%) translateX(-100%) scaleY(1)
}

#index .products .container .categories .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 45px
}

#index .products .container .categories .navigation .prev,
#index .products .container .categories .navigation .next {
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	opacity: .5;
	cursor: pointer
}

#index .products .container .categories .navigation .prev svg,
#index .products .container .categories .navigation .next svg {
	height: 30px;
	fill: d9652c
}

#index .products .container .categories .navigation .prev:hover,
#index .products .container .categories .navigation .next:hover {
	opacity: 1
}

#index .products .container .categories .navigation .next {
	margin-left: 30px
}

#index .products .container .carousel {
	position: relative;
	-webkit-transition: .6s ease all;
	-o-transition: .6s ease all;
	-moz-transition: .6s ease all;
	transition: .6s ease all
}

#index .products .container .carousel .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: .45s ease all;
	-o-transition: .45s ease all;
	-moz-transition: .45s ease all;
	transition: .45s ease all
}

#index .products .container .carousel .item .product-carousel {
	padding: 1px;
	padding-bottom: 75px
}

#index .products .container .carousel .item.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

#index .latest-blog .container .headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px
}

#index .latest-blog .container .headline .title {
	font-size: 1.875rem;
	font-weight: bold;
	color: d9652c;
	line-height: 1.25
}

#index .latest-blog .container .blog-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 45px
}

#index .latest-blog .container .blog-list .featured .image {
	display: block;
	width: 100%;
	height: 360px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 5px solid #f7f7f7;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .latest-blog .container .blog-list .featured .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .latest-blog .container .blog-list .featured .image:hover {
	border-color: d9652c
}

#index .latest-blog .container .blog-list .featured .image:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#index .latest-blog .container .blog-list .featured .content {
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 45px
}

#index .latest-blog .container .blog-list .featured .content .title {
	margin-right: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: d9652c;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 4rem;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .latest-blog .container .blog-list .featured .content .title:hover {
	color: d9652c
}

#index .latest-blog .container .blog-list .list .single {
	display: grid;
	grid-template-columns: minmax(0, 200px) minmax(0, auto)
}

#index .latest-blog .container .blog-list .list .single .image {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: -webkit-radial-gradient(white, black);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 5px solid #f7f7f7;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .latest-blog .container .blog-list .list .single .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .latest-blog .container .blog-list .list .single .image:hover {
	border-color: d9652c
}

#index .latest-blog .container .blog-list .list .single .image:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

#index .latest-blog .container .blog-list .list .single .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f7;
	padding: 45px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	color: d9652c;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all
}

#index .latest-blog .container .blog-list .list .single .title span {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 3.5rem
}

#index .latest-blog .container .blog-list .list .single .title:hover {
	color: d9652c
}

#index .latest-blog .container .blog-list .list .single+.single {
	margin-top: 30px
}

@media only screen and (max-width: 1200px) {
	#index .hero .hero-main-carousel .slide .container .carousel .hero-inner-carousel .inner .image {
		max-height: -webkit-calc(100vh - 120px - 60px);
		max-height: -moz-calc(100vh - 120px - 60px);
		max-height: calc(100vh - 120px - 60px)
	}

	#index .hero .hero-main-carousel .slide .container .content .title {
		font-size: 3.5rem
	}

	

	#page-product .container .product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media only screen and (max-width: 1024px) {
	.menu-background {
		display: none !important
	}

	

	
	#breadcrumb {
		width: 100%;
		overflow: hidden
	}

	#breadcrumb .title {
		text-align: center;
		height: -webkit-calc(100% - 124px);
		height: -moz-calc(100% - 124px);
		height: calc(100% - 124px)
	}

	#breadcrumb .background {
		height: 350px
	}

	#breadcrumb>.container .inner {
		padding: 30px 0
	}

	article {
		margin-top: -41px
	}

	#breadcrumb>.container {
		background-color: #fff
	}

	#breadcrumb>.container .inner .container {
		padding: 0
	}

	#page-smc-bmc .field-of-use .container .list {
		grid-gap: 30px
	}

	.blog-list .item {
		grid-template-columns: minmax(0, 250px) minmax(0, auto)
	}

	#index .hero .hero-main-carousel .slide .container .content .title {
		font-size: 3rem
	}

	#index .latest-blog .container .blog-list .list .single .title {
		padding: 30px
	}

	#index .latest-blog .container .blog-list .featured .image {
		height: 390px
	}

	#index .latest-blog .container .blog-list .featured .content {
		padding: 30px
	}

	#page-contact {
		margin-top: 90px
	}
}

@media only screen and (max-width: 900px) {
	#preloader {
		display: none
	}

	#index .hero .hero-main-carousel .slide .container .carousel {
		display: none
	}

	#index .hero .hero-main-carousel .slide .container {
		grid-template-columns: minmax(0, 1fr)
	}

	#index .about .container {
		grid-template-columns: minmax(0, 1fr)
	}

	.type {
		font-size: 1.25rem
	}

	.type h1 {
		font-size: 2.5rem
	}

	.type h2 {
		font-size: 2.25rem
	}

	.type h3 {
		font-size: 1.875rem
	}

	.type h4 {
		font-size: 1.625rem
	}

	.type h5 {
		font-size: 1.25rem
	}

	.type h6 {
		font-size: 1.125rem
	}

	.type p {
		line-height: 1.75;
		margin-bottom: 30px;
		font-size: 1.125rem
	}

	.type em {
		display: block;
		font-size: 1.5rem;
		margin-bottom: 30px;
		line-height: 1.5
	}

	.mt--60 {
		margin-top: 30px !important
	}

	.mt--90 {
		margin-top: 45px !important
	}

	.mt--120 {
		margin-top: 60px !important
	}


	#index .about .container .carousel .wrapper .about-carousel {
		height: 500px
	}

	#index .smc-bmc .container {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 45px
	}

	#index .smc-bmc .container .tab-buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}

	#index .smc-bmc .container .tab-buttons .item+.item {
		margin-top: 0;
		margin-left: 45px
	}

	#index .latest-blog .container .blog-list {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 30px
	}


	#page-about .gallery-field .images .item {
		height: 300px
	}

	#page-smc-bmc .field-of-use .container .list {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	#page-product .container {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-product .container .product-list {
		grid-row: 1
	}

	#page-blog .hero .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	#page-blog .hero .content .button {
		margin-top: 30px;
		margin-left: 0
	}

	#page-blog .hero .content .title {
		margin-right: 0;
		margin-bottom: 30px
	}

	#page-blog .content-field .container {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-blog .content-field .container .sidebar {
		display: none
	}

	#page-downloads .catalogues {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-contact .container {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 45px
	}

	#page-contact .container .map .image {
		width: 100% !important
	}

	#page-contact .container .map {
		height: 400px;
		position: relative
	}

	#page-contact .container .map::after {
		content: "";
		position: absolute;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		left: 0;
		top: 0;
		height: 100%;
		width: 20%;
		background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
		background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
		background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
		background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%)
	}

	#page-contact .container .content {
		padding: 0
	}

	.popup-form .inner {
		grid-template-columns: minmax(0, 1fr)
	}

	.popup-form .inner .info-field {
		display: none
	}

	.popup-form .fancybox-close-small {
		color: d9652c
	}



}

@media only screen and (max-width: 768px) {
	#page-about .gallery-field .images {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-about .gallery-field .images .item:nth-child(3n+2) {
		top: unset
	}

	#breadcrumb .title {
		position: relative;
		padding: 90px 0;
		font-size: 1.875rem
	}

	#breadcrumb .background {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%
	}

	#breadcrumb>.container {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	article {
		margin-top: 0
	}

	#page-smc-bmc .about-field .container {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 45px
	}

	#page-smc-bmc .detail-field .inner .tabs {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-smc-bmc .detail-field .inner .tabs .tab-contents .item {
		opacity: 1 !important;
		pointer-events: visible !important;
		grid-template-columns: minmax(0, 1fr)
	}

	#page-smc-bmc .detail-field .inner .tabs .tab-contents .item img {
		grid-row: 1
	}

	.table table {
		min-width: 768px
	}

	 

	#page-product .container .product-list {
		grid-gap: 75px 30px
	}

	.product .hidden {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 1;
		visibility: visible;
		pointer-events: visible
	}

	.product::before {
		border-color: d9652c
	}

	#page-product .container {
		grid-gap: 120px
	}

	#page-product-single .info-field {
		grid-template-columns: minmax(0, 1fr)
	}

	#index .hero .hero-main-carousel .hero-carousel-thumbs {
		display: none
	}

	#index .about .container .carousel .wrapper .about-carousel {
		height: 400px
	}

	#index .smc-bmc .container .tab-contents .item .content {
		width: 75%
	}

	.table::before {
		display: block
	}
}

@media only screen and (max-width: 600px) {
	#index .hero .hero-main-carousel .slide .container .content .title {
		font-size: 2.5rem
	}

	#index .products .container {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-about .princibles-field .container .item {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 45px
	}

	#page-about .princibles-field .container .item .title::after {
		content: unset;
		display: none
	}

	#page-product .container .product-list {
		grid-template-columns: minmax(0, 1fr);
		grid-gap: 90px
	}

	.popup-form .inner .form-field {
		padding: 60px 30px 30px
	}

	.blog-list .item {
		grid-template-columns: minmax(0, 1fr)
	}

	#page-about.services .gallery-field {
		margin-top: 45px
	}
}

@media only screen and (max-width: 480px) {
	.form {
		grid-template-columns: minmax(0, 1fr)
	}

	.form .item.width--half,
	.form .item.width--full {
		grid-column: unset
	}

	#page-contact .container .map {
		height: 350px
	}

	#page-contact .container .content .title {
		font-size: 1.25rem
	}

	#page-contact .container .content .contact-field .item span {
		font-size: 1.125rem
	}

	#page-downloads .headline {
		font-size: 1.25rem
	}

	#page-blog .hero .image {
		height: 300px
	}

	#breadcrumb>.container .inner .container {
		display: none
	}

	#page-smc-bmc .about-field .container .info .image-wrapper .image {
		height: 350px
	}

	#page-smc-bmc .field-of-use .container .list {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	#page-about .princibles-field {
		padding: 60px 0 120px
	}

	#page-about .princibles-field .container .item+.item {
		margin-top: 60px
	}

	#index .hero {
		max-height: -webkit-fill-available
	}

	#index .smc-bmc .container .tab-contents .item .content {
		width: 90%
	}

	#index .smc-bmc .container .tab-contents .item .background::after {
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), color-stop(200%, rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 200%);
		background: -moz-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 200%);
		background: -o-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 200%);
		background: linear-gradient(90deg, white 25%, rgba(255, 255, 255, 0) 200%)
	}

	#index .latest-blog .container .blog-list .featured .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	#index .latest-blog .container .blog-list .featured .content .title {
		margin-right: 0;
		margin-bottom: 30px
	}

	#index .latest-blog .container .blog-list .list .single {
		grid-template-columns: minmax(0, 1fr)
	}

	

	
	#page-product-single .info-field .content .headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	#page-product-single .info-field .content .headline .pdf {
		margin-left: 0;
		margin-top: 30px
	}

	#page-product-single .info-field .content .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#page-product-single .info-field .content .buttons>.button {
		-webkit-box-flex: unset;
		-webkit-flex: unset;
		-moz-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		width: 100%
	}

	#page-product-single .info-field .content .buttons>.button:last-of-type {
		margin-top: 30px
	}

	#page-product-single .info-field .image .product-image-carosel {
		height: 400px
	}

	#page-product-single .other-products .headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#page-product-single .other-products .headline .title {
		margin-bottom: 30px
	}

	#index .latest-blog .container .headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#index .latest-blog .container .headline .title {
		margin-bottom: 30px
	}

	#index .latest-blog .container .blog-list .featured .image {
		height: 250px
	}

	#index .latest-blog .container .blog-list .list .single .image {
		height: 200px
	}
}

@media only screen and (max-width: 425px) {
	#page-about .princibles-field .container .item {
		grid-gap: 30px
	}

	#page-about .princibles-field .container .item .title {
		font-size: 1.875rem
	}

	#page-smc-bmc .about-field .container .info .info-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#page-smc-bmc .about-field .container .info .info-wrapper .button {
		width: 100%;
		margin-bottom: 30px
	}

	#page-smc-bmc .detail-field {
		background-color: #f7f7f7
	}

	#page-smc-bmc .detail-field>.container {
		padding: 0
	}

	#page-blog .hero .content .title {
		font-size: 1.25rem
	}

	
}



/*# sourceMappingURL=main.css.map */

.signature {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 30px;
}

.signature img {
	width: 100px;
}

.signature.dark .design-by-text {
	text-decoration: none;
	color: #f0efe4;
	opacity: .7;
	margin-right: 5px;
	font-weight: 200;
}

.signature.white .design-by-text {
	text-decoration: none;
	color: #333;
	opacity: .7;
	margin-right: 5px;
	font-weight: 500;
}

.signature.custom .design-by-text {
	white-space: nowrap;
	font-size: 13px
}

.signature.private .design-by-text {
	text-decoration: none;
	color: #f0efe4;
	opacity: .7;
	margin-right: 5px;
	font-weight: 200;
}

.signature.dark .line-color {
	background: rgb(255, 255, 255);
	background: linear-gradient(99deg, rgba(255, 255, 255, 0) 0%, rgba(240, 239, 228, 0.738532913165266) 100%, rgba(240, 239, 228, 0.6881127450980392) 100%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.signature.white .line-color {
	background: rgb(255, 255, 255);
	background: linear-gradient(99deg, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.739) 100%, rgba(50, 50, 50, 0.688) 100%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.signature.private .line-color {
	background: rgb(255, 255, 255);
	background: linear-gradient(99deg, rgba(255, 255, 255, 0) 0%, rgba(240, 239, 228, 0.738532913165266) 100%, rgba(240, 239, 228, 0.6881127450980392) 100%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.custom-background {
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding-right: 0rem;
	align-items: center;
	margin: 1rem 0rem;
}

.signature.custom {
	position: relative;
	transition: 800ms all;
	margin-right: unset;
}

.overflow-animate {
	width: 190px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	transition: 800ms all;
}

.overflow-animate:hover {
	width: 190px
}


*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    background-color: #f5e4ca !important;
}

*::-webkit-scrollbar
{
    width: 10px !important;
    background-color: #f5e4ca !important;
}

*::-webkit-scrollbar-thumb
{
    background-color: #074411  !important; 
    
}
.scrollbar-thumb {
    background-color: #074411  !important; 
   
}




.menu{
	list-style-type:none !important;
}