#ast-scroll-top.ast-scroll-top-icon {
	transform: none !important;
}

#ast-scroll-top.ast-scroll-top-icon::before {
	content: "";
	display: inline-block;
	width: 0.55em;
	height: 0.55em;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-top: 0.75em;
}

.fi-telephone::before {
	content: "\f1f8";
	font-family: "foundation-icons" !important;
	font-style: normal;
	font-weight: normal;
}

.fl-animation {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fl-animated {
	opacity: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fl-animated.fl-fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fl-animated.fl-slide-in-left {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.fl-animated.fl-slide-in-up {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.fl-animated.fl-zoom-in {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.fl-animated.fl-bounce-in {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

.ast-menu-toggle .ast-icon.icon-arrow {
	display: inline-flex;
	width: 0.8em;
	height: 0.8em;
	align-items: center;
	justify-content: center;
}

.ast-menu-toggle .ast-icon.icon-arrow::before {
	content: "";
	display: block;
	width: 0.45em;
	height: 0.45em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

#forminator-module-1651[data-design="material"] .forminator-row {
	margin-bottom: 20px;
}

#forminator-module-1651[data-design="material"] .forminator-label {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #777771;
}

#forminator-module-1651[data-design="material"] .forminator-input,
#forminator-module-1651[data-design="material"] .forminator-textarea {
	width: 100%;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid #777771;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #000000;
	font-size: 16px;
}

#forminator-module-1651[data-design="material"] .forminator-input:focus,
#forminator-module-1651[data-design="material"] .forminator-textarea:focus {
	border-bottom-color: #097baa;
	outline: 0;
}

.static-hero-slideshow {
	background-color: #2f3a2f;
	overflow: hidden;
}

.static-hero-slide {
	position: absolute;
	inset: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1);
	animation: staticHeroFade 18s infinite;
}

.static-hero-slide-1 {
	background-image: url("../images/02a16rkh-scaled.jpg");
	animation-delay: 0s;
}

.static-hero-slide-2 {
	background-image: url("../images/02a16rkq-scaled.jpg");
	animation-delay: 6s;
}

.static-hero-slide-3 {
	background-image: url("../images/02a16rkn-scaled.jpg");
	animation-delay: 12s;
}

@keyframes staticHeroFade {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	8% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: scale(1.08);
	}
	41%,
	100% {
		opacity: 0;
		transform: scale(1.08);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fl-animation {
		animation: none;
	}

	.static-hero-slide {
		animation: none;
	}

	.static-hero-slide-1 {
		opacity: 1;
	}
}
