.acheron-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none
}

.qodef-list-feature-enabled {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-list-feature-enabled:before {
	content: '';
	display: inline-block;
	background: url(https://acheron.qodeinteractive.com/wp-content/plugins/acheron-core/assets/img/check-mark-feature.svg) center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px
}

.qodef-list-feature-disabled {
	display: inline-block;
	background: url(https://acheron.qodeinteractive.com/wp-content/plugins/acheron-core/assets/img/check-mark-close.svg) center center;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
	font-family: inherit;
	font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
	font-family: inherit;
	font-weight: inherit
}

#qodef-age-verification-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--qode-main-color);
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity .2s ease-out
}

#qodef-age-verification-modal .qodef-m-logo {
	position: absolute;
	top: 30px;
	left: 30px
}

#qodef-age-verification-modal .qodef-m-logo a {
	position: relative;
	display: block;
	max-width: 50%
}

#qodef-age-verification-modal .qodef-m-logo img {
	display: block
}

#qodef-age-verification-modal .qodef-m-content {
	padding: 30px;
	text-align: center;
	max-width: 700px
}

#qodef-age-verification-modal .qodef-m-content-title {
	margin: 0;
	color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
	margin: 11px 0 0;
	color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
	margin: 32px 0 0;
	color: #e5dcdb
}

#qodef-age-verification-modal .qodef-m-content-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 52px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
	margin-right: 10px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
	color: #fff;
	border-color: #a3a19e
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
	color: #fff;
	border-color: #28201e;
	background-color: #28201e
}

.qodef-age-verification--opened #qodef-age-verification-modal {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s ease-out
}

#qodef-back-to-top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 30px;
	bottom: 30px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 100
}

#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background-color: var(--qode-main-color);
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden
}

#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit
}

#qodef-back-to-top svg {
	display: block;
	width: 18px;
	height: auto;
	fill: currentColor;
	transform: translateY(0);
	transition: transform .5s ease
}

#qodef-back-to-top:hover svg {
	transform: translateY(-4px)
}

#qodef-back-to-top.qodef--off {
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease
}

.qodef-background-text {
	position: relative
}

.qodef-background-text .qodef-m-background-text-holder {
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%
}

.qodef-background-text .qodef-m-background-text {
	color: var(--qode-main-color);
	font-family: Inter, sans-serif;
	font-size: 200px;
	line-height: 1em
}

.qodef-e-static {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 0 38px 0;
	max-width: 100%
}

.qodef-e-static .qodef-highlight-text {
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
	background-size: 100% 100%;
	padding-bottom: 0;
	background-position: 0 calc(100% - 2px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96);
	background-size: 100% 100%;
	padding-bottom: 2px
}

@media only screen and (max-width:880px) {
	.qodef-e-static {
		width: 100%
	}

	.qodef-e-static br {
		display: none
	}
}

.qodef-e-static .qodef-e-static-right {
	display: flex;
	align-items: flex-end
}

.qodef-e-static .qodef-e-static-right .swiper-pagination {
	position: relative;
	margin-bottom: 42px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
	margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
	margin-top: 5px
}

.qodef-blog.qodef-item-layout--side-by-side-simple article .qodef-e-inner {
	display: flex;
	align-items: flex-start
}

.qodef-blog.qodef-item-layout--side-by-side-simple article .qodef-e-media {
	flex-shrink: 0;
	width: 90px;
	margin-right: 20px;
	padding-top: 4px
}

.qodef-blog.qodef-item-layout--side-by-side-simple article .qodef-e-content {
	margin: 0
}

.qodef-blog.qodef-item-layout--side-by-side-simple article .qodef-e-bottom-holder {
	margin-top: 7px
}

.qodef-blog.qodef-item-layout--side-by-side article:before {
	content: '';
	display: flex;
	width: 100%;
	height: 1px;
	margin-bottom: 35px;
	background: #014851;
	opacity: .22
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: stretch;
	display: flex
}

@media only screen and (max-width:680px) {
	.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
		flex-direction: column;
		row-gap: 20px
	}

	.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner .qodef-e-content,
	.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner .qodef-e-media {
		width: 100%
	}
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner:hover .qodef-e-media img {
	transform: translateX(1%) scale(1.04)
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	flex-shrink: 0;
	margin-right: 20px;
	width: 50%
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media a {
	overflow: hidden
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
	transform: translateX(-1%) scale(1.04);
	transition: transform .6s ease
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
	margin: 0;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title {
	margin-bottom: 31px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
	position: relative;
	margin-bottom: -5px
}

.qodef-blog.qodef-item-layout--side-by-side.qodef-swiper-container .qodef-e-media-image {
	-webkit-clip-path: inset(2px);
	clip-path: inset(2px)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 100%
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
	margin: 11px 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
	margin-bottom: 3px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder a:hover {
	color: currentColor
}

.qodef-blog.qodef-item-layout--standard .qodef-e-bottom-holder {
	margin-top: 45px;
	flex-wrap: nowrap
}

.qodef-blog.qodef-item-layout--standard .qodef-e-bottom-holder .qodef-e-read-more {
	display: flex;
	line-height: 1em
}

@media only screen and (max-width:880px) {
	.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-right {
		margin-top: 0
	}
}

.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

.widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
.widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

.widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
.widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

#qodef-top-area .widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
#qodef-top-area .widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
#qodef-top-area .qodef-skin--light .widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

#qodef-page-footer .widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
#qodef-page-footer .widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

#qodef-side-area .widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
#qodef-side-area .widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child),
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child),
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
	margin-bottom: 25px
}

.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article:first-child,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
	margin-top: 5px
}

.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media {
	margin-right: 20px;
	width: 80px !important
}

.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child),
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px
}

.qodef-mega-menu-widget-holder .widget.widget_acheron_core_blog_list .qodef-blog .qodef-e-title,
.qodef-mega-menu-widget-holder .widget.widget_acheron_core_simple_blog_list .qodef-blog .qodef-e-title {
	color: var(--qode-main-color)
}

#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 100px;
	padding: 16px 16px 18px;
	background: #fbf9fa
}

#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center
}

#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 31px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
	display: block
}

#qodef-author-info .qodef-m-image img {
	border-radius: 0 50px 0 0
}

#qodef-author-info .qodef-m-content {
	padding-top: 3px;
	width: 500px
}

#qodef-author-info .qodef-m-author {
	margin: 0
}

#qodef-author-info .qodef-m-email {
	margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
	margin: 9px 0 0
}

#qodef-author-info .qodef-m-social-icons {
	margin-top: 17px
}

#qodef-author-info .qodef-m-social-icons a {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 100% 100%;
	padding-bottom: 3px;
	background-position: 0 calc(100% - 2px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96);
	margin-right: 7px
}

#qodef-author-info .qodef-m-social-icons a:after {
	content: '.'
}

#qodef-author-info .qodef-m-social-icons a:hover {
	background-size: 100% 100%
}

#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px
}

#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 62px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
	display: block;
	line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
	position: relative;
	display: block;
	width: 20px;
	height: auto;
	fill: currentColor;
	stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
	transition: transform .35s cubic-bezier(.34, .8, .37, .93);
	transform: translateX(0);
	--qode-x: -4px
}

.qodef-browser--safari #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon,
.qodef-browser--safari #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
	will-change: transform
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon {
	transform: translateX(var(--qode-x))
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
	margin-right: 10px;
	--qode-x: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	right: 0;
	margin-left: auto;
	text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
	margin-left: 10px
}

#qodef-single-post-navigation .qodef-m-nav-label {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	letter-spacing: .05em
}

#qodef-page-content-bottom {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #fbf9fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#qodef-page-content-bottom>.qodef-m-inner {
	padding: 60px 0
}

#qodef-page-content-bottom .qodef-content-full-width {
	padding-left: 70px;
	padding-right: 70px
}

.qodef--boxed #qodef-page-content-bottom {
	padding-left: 30px;
	padding-right: 30px
}

.qodef--drag-cursor {
	cursor: none
}

.qodef--drag-cursor * {
	cursor: inherit
}

.qodef--drag-cursor .swiper-wrapper {
	min-width: 1000%
}

.qodef-m-custom-cursor {
	height: 120px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transition: opacity .3s ease-out, visibility .3s ease-out;
	visibility: hidden;
	width: 120px;
	z-index: 2
}

.qodef-m-custom-cursor-inner {
	border-radius: 50%;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.qodef-m-custom-cursor.qodef--show {
	opacity: 1;
	visibility: visible
}

.qodef-m-custom-cursor.qodef--hide {
	opacity: 0;
	visibility: hidden
}

#qodef-page-footer .qodef-alignment--left {
	text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
	margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
	text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
	margin-right: auto;
	margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
	text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
	margin-left: auto
}

#qodef-page-footer .widget.widget_nav_menu ul li {
	margin: 0 0 3px !important
}

#qodef-page-footer .widget.widget_nav_menu .menu-item a {
	font-size: 14px
}

#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
	--qode-columns-row-gap: var(--qode-columns-col-gap)
}

@media (min-width:881px) {
	#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
		text-align: right
	}
}

.qodef-page-footer--uncover #qodef-page-outer {
	z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
	position: fixed;
	bottom: 0;
	left: 0
}

#qodef-fullscreen-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--qode-main-color);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden !important;
	visibility: hidden;
	opacity: 0;
	z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
	height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
	width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
	animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
	animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%
}

.qodef-fullscreen-menu {
	position: relative;
	top: 0;
	margin: 0 auto;
	text-align: left
}

.qodef-fullscreen-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.qodef-fullscreen-menu ul li {
	position: relative;
	margin: 0;
	padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
	display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
	display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
	margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
	display: none
}

.qodef-fullscreen-menu>ul>li>a {
	font-family: Inter, sans-serif;
	font-size: 38px;
	line-height: 1.26316em;
	font-weight: 500;
	color: #fff
}

@media only screen and (max-width:1512px) {
	.qodef-fullscreen-menu>ul>li>a {
		font-size: 33px;
		line-height: 1.27273em
	}
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
	--qodef-underline-position-y: calc(100% - 1px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
	padding-bottom: 2px
}

.qodef-fullscreen-menu>ul>li>a:hover {
	color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
	color: var(--qode-main-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
	padding: 10px 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
	padding-left: 20px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: padding .2s ease-out;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #505050
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
	--qodef-underline-position-y: calc(100% - 2px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-browser--firefox .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
	line-height: 1.67em
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
	color: #fff
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
	visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
	visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
	visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 56px
}

#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 28px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
	margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-page-header-inner {
	border-bottom: 0 solid transparent
}

#qodef-page-header-inner.qodef-content-grid {
	padding: 0
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a,
.qodef-header-sticky.qodef-skin--light nav>ul>li>a {
	color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover,
.qodef-header-sticky.qodef-skin--light nav>ul>li>a:hover {
	color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-header-sticky.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-header-sticky.qodef-skin--light nav>ul>li.current-menu-item>a {
	color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
	color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a,
.qodef-header-sticky.qodef-skin--dark nav>ul>li>a {
	color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover,
.qodef-header-sticky.qodef-skin--dark nav>ul>li>a:hover {
	color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-header-sticky.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-header-sticky.qodef-skin--dark nav>ul>li.current-menu-item>a {
	color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-header-sticky.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
	color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: inherit
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 22px;
	line-height: 1.27273em;
	font-weight: 500;
	transition: color .2s ease-out
}

@media only screen and (max-width:1512px) {
	#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
		font-size: 20px;
		line-height: 1.2em
	}
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
	opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
	opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
	opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
	opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-dark-hover-color) !important
}

body.qodef-header--divided {
	--qode-header-height: 90px
}

body.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
body.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center
}

body.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
	justify-content: flex-end
}

body.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-widget-holder {
	margin-right: auto
}

body.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-widget-holder {
	margin-left: auto
}

body.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
	justify-content: center
}

body.qodef-header--divided #qodef-page-header .qodef-header-navigation {
	margin: 0 50px
}

body.qodef-header--divided #qodef-page-header .qodef-widget-holder {
	margin-left: 0
}

body.qodef-header--divided #qodef-page-header-inner {
	align-items: stretch;
	justify-content: center
}

.qodef-header--expanded-logo #qodef-page-header-inner {
	padding: 0
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-right-wrapper {
	height: 100%
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-top-wrapper {
	display: flex;
	height: 53.84%;
	align-items: center;
	justify-content: flex-end
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-top-wrapper .qodef-widget-holder .widget {
	position: relative;
	margin: 0;
	padding: 0 15px
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-top-wrapper .qodef-widget-holder .widget p {
	margin: 0
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-top-wrapper .qodef-widget-holder .widget:last-child {
	padding-right: 0
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-bottom-wrapper {
	display: flex;
	height: 46.16%;
	align-items: center;
	justify-content: flex-end
}

.qodef-header--expanded-logo #qodef-page-header .qodef-header-bottom-wrapper .qodef-header-navigation {
	margin-left: 30px
}

.qodef-header--expanded-logo #qodef-page-header .qodef-widget-holder .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.qodef-header--expanded-logo #qodef-page-header .qodef-widget-holder .widget .textwidget>*,
.qodef-header--expanded-logo #qodef-page-header .qodef-widget-holder .widget .widget p {
	margin: 0
}

body.qodef-header--minimal {
	--qode-header-height: 100px
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
	margin-right: 30px
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 50px
}

.qodef-header--tabbed #qodef-page-header-inner {
	padding: 0
}

.qodef-header--tabbed #qodef-page-header {
	border-bottom: 1px solid #e1e1e1
}

.qodef-header--tabbed #qodef-page-header .qodef-header-logo-link {
	justify-content: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
	height: 100%;
	flex-grow: 0;
	flex-shrink: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-right-wrapper {
	height: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	border-left: 1px solid #e1e1e1
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
	display: flex;
	height: 30%;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder {
	margin: 0 15px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder .widget {
	position: relative;
	margin: 0;
	padding: 0 15px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder .widget p {
	margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder:first-child .widget:not(:last-child):not(:only-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 22px;
	background-color: #e1e1e1;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder:last-child:not(:only-child) {
	margin: 0 25px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder:last-child:not(:only-child) .widget {
	padding: 0 22px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
	display: flex;
	height: 70%;
	align-items: center;
	justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
	flex-shrink: 0;
	margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
	margin: 0;
	height: 100%
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget>* {
	display: flex;
	height: 100%;
	align-items: center;
	margin: 0;
	padding: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget:first-child {
	margin-left: 23px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget:last-child {
	margin-right: 23px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
	margin: 0 30px
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .textwidget>*,
.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .widget p {
	margin: 0
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
	left: 30px;
	width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
	left: 30px;
	width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
	top: 32px
}

.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: var(--qode-header-height);
	width: 100%;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	transform: translateY(-100%);
	transition: transform .5s ease, top .5s ease;
	z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px
}

.qodef-header-sticky.qodef-skin--light {
	box-shadow: 0 0 12px rgba(0, 0, 0, .14)
}

.qodef-header-sticky.qodef-skin--light .qodef-button.qodef-layout--filled {
	--qode-button-border-color: #fff !important;
	--qode-button-border-hover-color: #fff !important
}

#qodef-page-header .qodef-header-sticky-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px
}

#qodef-page-header .qodef-header-sticky-inner.qodef-content-grid {
	padding: 0
}

.qodef-header-standard--right #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: auto
}

.qodef-header-standard--left #qodef-page-header .qodef-header-sticky-inner {
	justify-content: flex-start
}

.qodef-header-standard--left #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link {
	margin-right: 50px
}

.qodef-header-standard--left #qodef-page-header .qodef-header-sticky-inner .qodef-widget-holder {
	margin-left: auto !important
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-flex;
	align-items: center
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0
}

#qodef-top-area {
	position: relative;
	background-color: #fff;
	z-index: 101
}

#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
	margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
	margin-left: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right .widget {
	position: relative
}

#qodef-top-area .qodef-widget-holder.qodef--right .widget:not(:last-child):not(:only-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 22px;
	background-color: #e1e1e1;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#qodef-top-area .qodef-widget-holder .widget {
	padding: 0 20px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
	padding-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
	padding-right: 0
}

#qodef-top-area .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
	margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-top-area.qodef-top-area--full-width {
	width: 100%
}

#qodef-top-area.qodef-top-area--full-width .qodef--left {
	width: 100%;
	margin-right: unset
}

#qodef-top-area.qodef-top-area--full-width .qodef--right {
	display: none
}

#qodef-top-area.qodef-top-area--full-width .widget_acheron_core_service_list {
	width: 100%;
	height: 100%
}

#qodef-top-area.qodef-top-area--full-width .widget_acheron_core_service_list .qodef-item-layout--minimal {
	width: 100%;
	height: 100%
}

#qodef-top-area.qodef-top-area--full-width .widget_acheron_core_service_list .qodef-item-layout--minimal .qodef-e {
	height: 100%
}

#qodef-top-area.qodef-top-area--full-width .widget_acheron_core_service_list .qodef-item-layout--minimal .qodef-e .qodef-e-inner {
	height: 100%
}

#qodef-top-area.qodef-top-area--full-width .widget_acheron_core_service_list .qodef-item-layout--minimal .qodef-e .qodef-e-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

#qodef-top-area.qodef-top-area--full-width .widget_acheron_core_service_list .qodef-grid>.qodef-grid-inner {
	height: 100%
}

#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: var(--qode-top-bar-height);
	justify-content: space-between;
	padding: 0 40px;
	position: relative;
	border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
	padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
	margin: 0 auto
}

#qodef-multiple-map-notice {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 15%;
	text-align: center;
	color: var(--qode-main-color);
	background-color: #fbf9fa
}

.qodef-map-marker-holder {
	transform: translate(-50%, -100%);
	z-index: 10
}

.qodef-map-marker-holder.qodef-active {
	z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
	fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
	fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
	display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
	fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
	fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
	position: relative;
	width: 50px;
	height: auto;
	transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
	position: relative;
	width: 100%;
	height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
	width: 100%;
	height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
	transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
	fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
	fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
	position: absolute;
	top: -10px;
	left: -17px;
	display: none;
	min-width: 284px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
	z-index: 10;
	transition: opacity .3s ease;
	transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 35px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
	margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
	display: block;
	width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
	margin: 0;
	transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
	margin: 3px 0 0;
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
	color: var(--qode-main-color)
}

.qodef-cluster-marker {
	width: 50px;
	height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
	fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
	fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
	position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: var(--qode-main-color)
}

.qodef-cluster-marker svg {
	width: 100%;
	height: auto
}

.qodef-cluster-marker svg path {
	transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: 48px;
	display: none;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
	display: inline-flex;
	align-items: center;
	height: 100%
}

.qodef-places-geo-radius .noUi-target {
	position: relative;
	display: inline-flex;
	height: 3px;
	width: calc(100% - 70px);
	background-color: #eaeaea;
	border: 0;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform;
	transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
	background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: var(--qode-main-color);
	cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
	content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
	cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
	cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
	cursor: not-allowed !important
}

#qodef-page-mobile-header {
	background-color: #fff
}

#qodef-page-mobile-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
	margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
	margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
	display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
	visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px
}

.qodef--passepartout #qodef-page-mobile-header-inner {
	padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
	width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 22px;
	line-height: 1.27273em;
	font-weight: 500;
	transition: color .2s ease-out
}

@media only screen and (max-width:1512px) {
	#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
		font-size: 20px;
		line-height: 1.2em
	}
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
	margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
	cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
	display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
	justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
	margin-left: 20px
}

.qodef-fullscreen-menu--opened {
	overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
	margin-left: 20px
}

#qodef-side-area-mobile-header {
	position: fixed;
	top: 0;
	right: -340px;
	width: 340px;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 70px 60px;
	background-color: var(--qode-main-color);
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
	position: absolute;
	top: 26px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation {
	width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
	position: relative;
	padding: 0;
	margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
	display: none;
	transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
	position: absolute;
	top: 9px;
	right: 0;
	width: 7px;
	height: auto;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	transition: color .2s ease-out;
	transform: rotate(0);
	transition: transform .2s ease-out, color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
	color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: padding .2s ease-out;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #505050
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text {
	--qodef-underline-position-y: calc(100% - 2px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-browser--firefox #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
	line-height: 1.67em
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
	display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
	cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
	transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
	margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
	display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1.46154em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Inter, sans-serif;
	color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
	--qodef-underline-position-y: calc(100% - 1px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
	padding-bottom: 2px
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
	color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
	color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

#qodef-side-area-mobile-header .qodef-widget-holder {
	position: absolute;
	left: 60px;
	bottom: 20px;
	width: calc(100% - 2*60px);
	height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
	margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
	top: 32px;
	height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
	right: 0;
	visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
	justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
	display: block;
	margin-right: 5px;
	line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
	display: block;
	line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: auto;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
	transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
	display: none;
	white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .08)
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
	padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
	display: flex;
	justify-content: space-between;
	padding: 41px 0 35px;
	margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
	width: 100%;
	padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1.46154em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 18px;
	text-transform: none;
	line-height: 23px;
	letter-spacing: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text {
	--qodef-underline-position-y: calc(100% - 1px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 2px), var(--qode-main-color) 2px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
	padding-bottom: 2px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
	color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
	display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
	padding-top: 2px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 9px 0;
	overflow: hidden;
	transition: padding .2s ease-out;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #505050
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text {
	--qodef-underline-position-y: calc(100% - 2px);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
	flex-shrink: 0
}

.qodef-browser--firefox .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	line-height: 1.67em
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
	color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
	color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 40px
}

.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
	position: absolute;
	top: 0;
	left: 10px;
	visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
	font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
	display: inline-block;
	line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
	display: inline-block;
	line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
	visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
	position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
	vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
	fill: currentColor;
	stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
	visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	position: relative;
	display: block;
	width: 20px;
	height: 13px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	transition: top .15s ease, transform .3s ease
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 6px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
	bottom: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
	top: 6px;
	transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
	top: 6px;
	transform: rotate(-45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
	opacity: 0
}

.qodef-opener-icon.qodef-source--predefined:hover svg path {
	animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-opener-icon.qodef-source--predefined:hover svg path:nth-of-type(2) {
	animation-delay: .1s
}

.qodef-parallax {
	position: relative;
	width: 100%;
	overflow: hidden
}

.qodef-parallax.elementor-inner-section {
	height: 100%
}

.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
	--qode-y-px: calc(var(--qode-y) * 1px);
	transform: translateY(var(--qode-y-px)) translateZ(0)
}

.qodef-parallax-row-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.qodef-parallax-img-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 120%;
	width: 100%;
	opacity: 0
}

.qodef-page-title .qodef-parallax-img-holder {
	min-height: 500px
}

.qodef-parallax-content-holder {
	position: relative;
	z-index: 99
}

.qodef-parallax-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform
}

img.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: unset
}

.elementor img.qodef-parallax-img {
	height: 100%;
	max-width: unset
}

.qodef-contact-form-7,
.rs-layer,
.sr7-layer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	--qode-button-bg-hover-color: transparent;
	--qode-button-hover-color: var(--qode-main-color) !important;
	--qode-button-border-hover-color: var(--qode-main-color)
}

.qodef-contact-form-7 br,
.rs-layer br,
.sr7-layer br {
	display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader,
.sr7-layer .ajax-loader {
	display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap,
.sr7-layer .wpcf7-form-control-wrap {
	display: block;
	max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip,
.sr7-layer .wpcf7-not-valid-tip {
	margin: 10px 0 0 0;
	color: #b0c6c8
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output,
.sr7-layer .wpcf7-response-output {
	border-width: 1px !important;
	margin: 2em 0 0 0 !important;
	padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form,
.sr7-layer .wpcf7-form {
	position: relative;
	text-align: center
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before,
.sr7-layer .wpcf7-form:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: '';
	visibility: hidden;
	z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after,
.sr7-layer .wpcf7-form:after {
	animation: qode-rotate 2s linear infinite;
	background-color: transparent;
	border: 2px solid #fbf9fa;
	border-radius: 50%;
	border-top: 2px solid var(--qode-main-color);
	content: '';
	height: 24px;
	left: calc(50% - 12px);
	opacity: 1;
	position: absolute;
	top: calc(50% - 12px);
	visibility: hidden;
	width: 24px;
	z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>*,
.sr7-layer .wpcf7-form.submitting>* {
	opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before,
.sr7-layer .wpcf7-form.submitting:after,
.sr7-layer .wpcf7-form.submitting:before {
	visibility: visible
}

.qodef-contact-form-7 .wpcf7-form.invalid .wpcf7-response-output,
.rs-layer .wpcf7-form.invalid .wpcf7-response-output,
.sr7-layer .wpcf7-form.invalid .wpcf7-response-output {
	border-color: #b0c6c8
}

.qodef-contact-form-7 input[type=date],
.qodef-contact-form-7 input[type=email],
.qodef-contact-form-7 input[type=number],
.qodef-contact-form-7 input[type=password],
.qodef-contact-form-7 input[type=search],
.qodef-contact-form-7 input[type=tel],
.qodef-contact-form-7 input[type=text],
.qodef-contact-form-7 input[type=url],
.qodef-contact-form-7 select,
.qodef-contact-form-7 textarea,
.rs-layer input[type=date],
.rs-layer input[type=email],
.rs-layer input[type=number],
.rs-layer input[type=password],
.rs-layer input[type=search],
.rs-layer input[type=tel],
.rs-layer input[type=text],
.rs-layer input[type=url],
.rs-layer select,
.rs-layer textarea,
.sr7-layer input[type=date],
.sr7-layer input[type=email],
.sr7-layer input[type=number],
.sr7-layer input[type=password],
.sr7-layer input[type=search],
.sr7-layer input[type=tel],
.sr7-layer input[type=text],
.sr7-layer input[type=url],
.sr7-layer select,
.sr7-layer textarea {
	border-color: #9cafb1;
	color: #505050;
	font-size: 15px
}

.qodef-contact-form-7 input[type=date]:focus,
.qodef-contact-form-7 input[type=email]:focus,
.qodef-contact-form-7 input[type=number]:focus,
.qodef-contact-form-7 input[type=password]:focus,
.qodef-contact-form-7 input[type=search]:focus,
.qodef-contact-form-7 input[type=tel]:focus,
.qodef-contact-form-7 input[type=text]:focus,
.qodef-contact-form-7 input[type=url]:focus,
.qodef-contact-form-7 select:focus,
.qodef-contact-form-7 textarea:focus,
.rs-layer input[type=date]:focus,
.rs-layer input[type=email]:focus,
.rs-layer input[type=number]:focus,
.rs-layer input[type=password]:focus,
.rs-layer input[type=search]:focus,
.rs-layer input[type=tel]:focus,
.rs-layer input[type=text]:focus,
.rs-layer input[type=url]:focus,
.rs-layer select:focus,
.rs-layer textarea:focus,
.sr7-layer input[type=date]:focus,
.sr7-layer input[type=email]:focus,
.sr7-layer input[type=number]:focus,
.sr7-layer input[type=password]:focus,
.sr7-layer input[type=search]:focus,
.sr7-layer input[type=tel]:focus,
.sr7-layer input[type=text]:focus,
.sr7-layer input[type=url]:focus,
.sr7-layer select:focus,
.sr7-layer textarea:focus {
	border-color: var(--qode-main-color);
	color: var(--qode-main-color)
}

.qodef-contact-form-7 select,
.rs-layer select,
.sr7-layer select {
	background-position: right
}

.qodef-contact-form-7 .qodef-grid>.qodef-grid-inner,
.rs-layer .qodef-grid>.qodef-grid-inner,
.sr7-layer .qodef-grid>.qodef-grid-inner {
	row-gap: 0;
	column-gap: 20px
}

.qodef-contact-form-7 textarea,
.rs-layer textarea,
.sr7-layer textarea {
	max-height: 99px
}

.qodef-contact-form-7 span[data-name=insurance-type],
.qodef-contact-form-7 span[data-name=message],
.qodef-contact-form-7 span[data-name=person],
.rs-layer span[data-name=insurance-type],
.rs-layer span[data-name=message],
.rs-layer span[data-name=person],
.sr7-layer span[data-name=insurance-type],
.sr7-layer span[data-name=message],
.sr7-layer span[data-name=person] {
	margin: 0 0 30px
}

.qodef-contact-form-7 .qodef-button-holder,
.rs-layer .qodef-button-holder,
.sr7-layer .qodef-button-holder {
	text-align: left
}

.qodef-contact-form-7 .qodef-button,
.rs-layer .qodef-button,
.sr7-layer .qodef-button {
	padding: 12.5px 36px
}

.qodef-contact-form-7 .wpcf7-radio .wpcf7-list-item-label,
.rs-layer .wpcf7-radio .wpcf7-list-item-label,
.sr7-layer .wpcf7-radio .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	margin-right: 5px
}

.qodef-contact-form-7.qodef-button-layout--filled button,
.rs-layer.qodef-button-layout--filled button,
.sr7-layer.qodef-button-layout--filled button {
	color: var(--qode-button-color, #fff);
	border: 2px solid var(--qode-button-border-color, var(--qode-button-bg-color, var(--qode-main-color)));
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
	--qode-bg-color: var(--qode-button-bg-color, var(--qode-main-color));
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, transparent);
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: 0 100%, calc(100% + 2px) 100%;
	background-repeat: no-repeat
}

.qodef-contact-form-7.qodef-button-layout--filled button:hover,
.rs-layer.qodef-button-layout--filled button:hover,
.sr7-layer.qodef-button-layout--filled button:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color));
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color));
	background-color: transparent;
	transition-duration: .58s, .15s, .25s;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: calc(100% + 2px) 100%, 0 100%
}

.qodef-contact-form-7.qodef-button-layout--filled button:hover .qodef-m-text,
.rs-layer.qodef-button-layout--filled button:hover .qodef-m-text,
.sr7-layer.qodef-button-layout--filled button:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 10ms forwards
}

.qodef-contact-form-7.qodef-button-layout--outlined button,
.rs-layer.qodef-button-layout--outlined button,
.sr7-layer.qodef-button-layout--outlined button {
	color: var(--qode-button-color, var(--qode-main-color)) !important;
	background-color: transparent !important;
	border: 2px solid var(--qode-button-border-color, var(--qode-main-color)) !important;
	font-size: 15px;
	font-weight: 600;
	background-color: transparent !important;
	--qode-bg-color: transparent;
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%) !important;
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out !important;
	background-position: 0 0, calc(100% + 1px) 0 !important;
	background-size: 0 100%, calc(100% + 2px) 100% !important;
	background-repeat: no-repeat !important;
	--qode-button-bg-hover-color: var(--qode-main-color);
	--qode-button-hover-color: #fff !important;
	--qode-button-border-hover-color: var(--qode-main-color)
}

.qodef-contact-form-7.qodef-button-layout--outlined button:hover,
.rs-layer.qodef-button-layout--outlined button:hover,
.sr7-layer.qodef-button-layout--outlined button:hover {
	color: var(--qode-button-hover-color, var(--qode-background-color)) !important;
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color)) !important;
	background-color: transparent !important;
	transition-duration: .58s, .15s, .25s !important;
	background-position: 0 0, calc(100% + 1px) 0 !important;
	background-size: calc(100% + 2px) 100%, 0 100% !important
}

.qodef-contact-form-7.qodef-button-layout--outlined button:hover .qodef-m-text,
.rs-layer.qodef-button-layout--outlined button:hover .qodef-m-text,
.sr7-layer.qodef-button-layout--outlined button:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 30ms forwards
}

.qodef-contact-form-7.qodef-button-layout--textual button,
.rs-layer.qodef-button-layout--textual button,
.sr7-layer.qodef-button-layout--textual button {
	--qode-button-bg-color: transparent;
	--qode-button-bg-hover-color: transparent;
	color: var(--qode-button-color, var(--qode-main-color));
	background-color: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-flex;
	align-items: center;
	padding: 0 !important
}

.qodef-contact-form-7.qodef-button-layout--textual button:after,
.rs-layer.qodef-button-layout--textual button:after,
.sr7-layer.qodef-button-layout--textual button:after {
	content: '';
	width: 20px;
	height: 16px;
	display: inline-flex;
	flex: 0 0 auto;
	background: currentColor;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NTEiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTkuNTUxIDE1LjQxNCI+DQogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA2M2E0MSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICA8cGF0aCBkPSJtMTEuMTM2LjcwNyA3LjAwMDM1NzEzIDcuMDAwMzU3MTNMMTEuMTM2IDE0LjcwNzcxNDI3IiAvPg0KICAgIDxwYXRoIGQ9Ik0xNy4zMjMgNy43MDdIMCIgLz4NCiAgPC9nPg0KPC9zdmc+);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NTEiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTkuNTUxIDE1LjQxNCI+DQogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA2M2E0MSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICA8cGF0aCBkPSJtMTEuMTM2LjcwNyA3LjAwMDM1NzEzIDcuMDAwMzU3MTNMMTEuMTM2IDE0LjcwNzcxNDI3IiAvPg0KICAgIDxwYXRoIGQ9Ik0xNy4zMjMgNy43MDdIMCIgLz4NCiAgPC9nPg0KPC9zdmc+);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin-left: 8px;
	transition: transform .35s cubic-bezier(.34, .8, .37, .93);
	transform: translateX(0);
	--qode-x: -4px
}

.qodef-browser--safari .qodef-contact-form-7.qodef-button-layout--textual button:after,
.qodef-browser--safari .rs-layer.qodef-button-layout--textual button:after,
.qodef-browser--safari .sr7-layer.qodef-button-layout--textual button:after {
	will-change: transform
}

.qodef-contact-form-7.qodef-button-layout--textual button:hover,
.rs-layer.qodef-button-layout--textual button:hover,
.sr7-layer.qodef-button-layout--textual button:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-contact-form-7.qodef-button-layout--textual button:hover:after,
.rs-layer.qodef-button-layout--textual button:hover:after,
.sr7-layer.qodef-button-layout--textual button:hover:after {
	transform: translateX(var(--qode-x))
}

.qodef-contact-form-7.qodef-button-layout--textual button:hover .qodef-m-text,
.rs-layer.qodef-button-layout--textual button:hover .qodef-m-text,
.sr7-layer.qodef-button-layout--textual button:hover .qodef-m-text {
	animation: none
}

.qodef-contact-form-7 .qodef-m-two-cols,
.rs-layer .qodef-m-two-cols,
.sr7-layer .qodef-m-two-cols {
	margin: 0 0 10px
}

.qodef-contact-form-7 .qodef-m-two-cols .qodef-grid-inner,
.rs-layer .qodef-m-two-cols .qodef-grid-inner,
.sr7-layer .qodef-m-two-cols .qodef-grid-inner {
	column-gap: 55px
}

.qodef-contact-form-7 .qodef-m-two-cols input,
.qodef-contact-form-7 .qodef-m-two-cols select,
.rs-layer .qodef-m-two-cols input,
.rs-layer .qodef-m-two-cols select,
.sr7-layer .qodef-m-two-cols input,
.sr7-layer .qodef-m-two-cols select {
	color: var(--qode-text-color);
	font-size: 16px
}

.qodef-contact-form-7 .qodef-two-cols .qodef-grid-inner,
.rs-layer .qodef-two-cols .qodef-grid-inner,
.sr7-layer .qodef-two-cols .qodef-grid-inner {
	column-gap: 15px
}

.qodef-contact-form-7 input[type=radio],
.rs-layer input[type=radio],
.sr7-layer input[type=radio] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 18px;
	height: 18px;
	border: .14em solid currentColor;
	border-radius: 50%;
	transform: translateY(-.095em);
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.qodef-contact-form-7 input[type=radio]::before,
.rs-layer input[type=radio]::before,
.sr7-layer input[type=radio]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: var(--qode-main-color)
}

.qodef-contact-form-7 input[type=radio]:checked::before,
.rs-layer input[type=radio]:checked::before,
.sr7-layer input[type=radio]:checked::before {
	transform: scale(1)
}

.qodef-contact-form-7 .qodef-service-single-form,
.rs-layer .qodef-service-single-form,
.sr7-layer .qodef-service-single-form {
	text-align: left
}

.qodef-contact-form-7 .qodef-service-single-form span[data-name=message],
.rs-layer .qodef-service-single-form span[data-name=message],
.sr7-layer .qodef-service-single-form span[data-name=message] {
	margin: 0 0 16px
}

.qodef-contact-form-7 .qodef-newsletter,
.rs-layer .qodef-newsletter,
.sr7-layer .qodef-newsletter {
	position: relative
}

.qodef-contact-form-7 .qodef-newsletter input,
.rs-layer .qodef-newsletter input,
.sr7-layer .qodef-newsletter input {
	font-size: 16px;
	color: var(--qode-text-color);
	border-color: #646464
}

.qodef-contact-form-7 .qodef-newsletter button,
.rs-layer .qodef-newsletter button,
.sr7-layer .qodef-newsletter button {
	position: absolute;
	top: 11px;
	right: 0
}

.qodef-contact-form-7 .qodef-newsletter-request,
.rs-layer .qodef-newsletter-request,
.sr7-layer .qodef-newsletter-request {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: 15px;
	align-items: start
}

.qodef-contact-form-7 .qodef-newsletter-request input,
.rs-layer .qodef-newsletter-request input,
.sr7-layer .qodef-newsletter-request input {
	color: var(--qode-text-color);
	padding: 12px 0 11px
}

.qodef-contact-form-7 .qodef-additional-note,
.rs-layer .qodef-additional-note,
.sr7-layer .qodef-additional-note {
	text-align: left;
	margin: -15px 0 27px
}

.qodef-contact-form-7 .qodef-additional-note .qodef-cta-label,
.rs-layer .qodef-additional-note .qodef-cta-label,
.sr7-layer .qodef-additional-note .qodef-cta-label {
	font-size: 13px;
	color: #646464
}

.qodef-contact-form-7.qodef-skin--light,
.rs-layer.qodef-skin--light,
.sr7-layer.qodef-skin--light {
	color: #b0c6c8
}

.qodef-contact-form-7.qodef-skin--light .qodef-m-title,
.rs-layer.qodef-skin--light .qodef-m-title,
.sr7-layer.qodef-skin--light .qodef-m-title {
	color: inherit
}

.qodef-contact-form-7.qodef-skin--light input[type=date],
.qodef-contact-form-7.qodef-skin--light input[type=email],
.qodef-contact-form-7.qodef-skin--light input[type=number],
.qodef-contact-form-7.qodef-skin--light input[type=password],
.qodef-contact-form-7.qodef-skin--light input[type=search],
.qodef-contact-form-7.qodef-skin--light input[type=tel],
.qodef-contact-form-7.qodef-skin--light input[type=text],
.qodef-contact-form-7.qodef-skin--light input[type=url],
.qodef-contact-form-7.qodef-skin--light select,
.qodef-contact-form-7.qodef-skin--light textarea,
.rs-layer.qodef-skin--light input[type=date],
.rs-layer.qodef-skin--light input[type=email],
.rs-layer.qodef-skin--light input[type=number],
.rs-layer.qodef-skin--light input[type=password],
.rs-layer.qodef-skin--light input[type=search],
.rs-layer.qodef-skin--light input[type=tel],
.rs-layer.qodef-skin--light input[type=text],
.rs-layer.qodef-skin--light input[type=url],
.rs-layer.qodef-skin--light select,
.rs-layer.qodef-skin--light textarea,
.sr7-layer.qodef-skin--light input[type=date],
.sr7-layer.qodef-skin--light input[type=email],
.sr7-layer.qodef-skin--light input[type=number],
.sr7-layer.qodef-skin--light input[type=password],
.sr7-layer.qodef-skin--light input[type=search],
.sr7-layer.qodef-skin--light input[type=tel],
.sr7-layer.qodef-skin--light input[type=text],
.sr7-layer.qodef-skin--light input[type=url],
.sr7-layer.qodef-skin--light select,
.sr7-layer.qodef-skin--light textarea {
	color: #b0c6c8
}

.qodef-contact-form-7.qodef-skin--light input[type=date]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=email]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=number]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=password]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=search]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=tel]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=text]:focus,
.qodef-contact-form-7.qodef-skin--light input[type=url]:focus,
.qodef-contact-form-7.qodef-skin--light select:focus,
.qodef-contact-form-7.qodef-skin--light textarea:focus,
.rs-layer.qodef-skin--light input[type=date]:focus,
.rs-layer.qodef-skin--light input[type=email]:focus,
.rs-layer.qodef-skin--light input[type=number]:focus,
.rs-layer.qodef-skin--light input[type=password]:focus,
.rs-layer.qodef-skin--light input[type=search]:focus,
.rs-layer.qodef-skin--light input[type=tel]:focus,
.rs-layer.qodef-skin--light input[type=text]:focus,
.rs-layer.qodef-skin--light input[type=url]:focus,
.rs-layer.qodef-skin--light select:focus,
.rs-layer.qodef-skin--light textarea:focus,
.sr7-layer.qodef-skin--light input[type=date]:focus,
.sr7-layer.qodef-skin--light input[type=email]:focus,
.sr7-layer.qodef-skin--light input[type=number]:focus,
.sr7-layer.qodef-skin--light input[type=password]:focus,
.sr7-layer.qodef-skin--light input[type=search]:focus,
.sr7-layer.qodef-skin--light input[type=tel]:focus,
.sr7-layer.qodef-skin--light input[type=text]:focus,
.sr7-layer.qodef-skin--light input[type=url]:focus,
.sr7-layer.qodef-skin--light select:focus,
.sr7-layer.qodef-skin--light textarea:focus {
	color: #fff;
	border-color: #fff
}

.qodef-contact-form-7.qodef-skin--light input[type=radio]::before,
.rs-layer.qodef-skin--light input[type=radio]::before,
.sr7-layer.qodef-skin--light input[type=radio]::before {
	background-color: #fff
}

.qodef-contact-form-7.qodef-skin--light select option,
.rs-layer.qodef-skin--light select option,
.sr7-layer.qodef-skin--light select option {
	color: #505050
}

.qodef-contact-form-7.qodef-skin--light .wpcf7-list-item-label,
.rs-layer.qodef-skin--light .wpcf7-list-item-label,
.sr7-layer.qodef-skin--light .wpcf7-list-item-label {
	color: #fff
}

.qodef-contact-form-7.qodef-skin--light .qodef-additional-note .qodef-cta-label,
.rs-layer.qodef-skin--light .qodef-additional-note .qodef-cta-label,
.sr7-layer.qodef-skin--light .qodef-additional-note .qodef-cta-label {
	color: #fff
}

.qodef-contact-form-7.qodef-skin--light.qodef-button-layout--filled button,
.rs-layer.qodef-skin--light.qodef-button-layout--filled button,
.sr7-layer.qodef-skin--light.qodef-button-layout--filled button {
	--qode-button-color: #063A41
}

.qodef-instagram-list #sb_instagram {
	padding: 0 !important;
	overflow: hidden !important
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_item {
	overflow: hidden
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_item img {
	transform: scale(1.04) translateX(-1%);
	transition: transform .6s ease
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_item:hover img {
	transform: scale(1.04) translateX(1%)
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
	opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
	background-image: none !important;
	height: auto !important;
	padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
	color: #fff;
	content: '\f16d';
	font-family: 'Font Awesome 5 Brands';
	font-size: 20px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
	opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
	display: inline-block !important
}

.qodef-instagram-list #sb_instagram.qodef-swiper-container #sbi_images .sbi_item {
	margin: inherit !important
}

.qodef-yith-wccl--predefined .select_box {
	display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
	display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
	vertical-align: middle;
	border: 0;
	margin: 0 5px 0 0;
	display: inline-block;
	float: none;
	position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
	margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
	border: 0;
	min-width: auto;
	width: auto;
	height: auto;
	line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
	width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
	background: #fff;
	border-radius: 0;
	border: 1px solid #e1e1e1 !important;
	padding: 10px;
	color: var(--qode-text-color)
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
	top: 100%;
	bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
	border: 1px solid transparent;
	padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
	width: 38px;
	height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
	border-color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
	border: 1px solid transparent;
	padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
	width: 40px;
	height: 40px;
	object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
	border-color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
	transition: color .2s ease-out;
	margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
	content: ',';
	margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
	display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
	color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
	margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
	margin-bottom: 10px;
	text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
	margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
	background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
	height: auto !important;
	width: 960px !important;
	max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
	box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5) !important;
	overflow-y: hidden !important;
	max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
	margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
	padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
	align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
	transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
	height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
	width: 100% !important;
	margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
	display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
	align-self: center;
	padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
	border: 0 !important;
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
	display: block;
	line-height: 25px;
	padding: 0 3px;
	position: relative;
	font-size: 18px;
	font-family: ElegantIcons;
	content: "\4d"
}

body:not([class*=acheron-core]) #yith-quick-view-modal #yith-quick-view-close:after {
	content: 'x';
	font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
	margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background-color: transparent !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
	font-size: 22px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
	color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
	color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
	display: none !important
}

.yith-wcwl-form .wishlist-title-container {
	display: none !important
}

.yith-wcwl-form .shop_table {
	font-size: 100%
}

.yith-wcwl-form .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
	padding: 15px 0 15px 15px;
	vertical-align: middle;
	text-align: left;
	border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
	padding-left: 0
}

.yith-wcwl-form .shop_table th {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 18px;
	line-height: 1.55556em;
	font-weight: 500
}

.yith-wcwl-form .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.yith-wcwl-form .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
	margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
	margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
	margin: 0
}

.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
	content: '';
	display: table;
	table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
	clear: both
}

.yith-wcwl-form .shop_table .variation dt {
	clear: left;
	float: left;
	font-weight: initial
}

@media only screen and (max-width:880px) {
	.yith-wcwl-form .shop_table .variation dt {
		float: none;
		width: 100%
	}
}

.yith-wcwl-form .shop_table .variation dd {
	clear: right;
	float: left;
	margin: 0 0 0 5px
}

@media only screen and (max-width:880px) {
	.yith-wcwl-form .shop_table .variation dd {
		float: none;
		margin: 0;
		width: 100%
	}
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
	background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
	width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
	background: 0 0 !important;
	color: var(--qode-text-color) !important;
	border-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	width: auto !important;
	margin: 0 !important;
	text-decoration: none !important;
	border-radius: 5px !important;
	outline: 0 !important;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
	padding: 8px 34px !important;
	cursor: pointer !important;
	z-index: 3 !important;
	color: var(--qode-button-color, #fff) !important;
	border: 2px solid var(--qode-button-border-color, var(--qode-button-bg-color, var(--qode-main-color))) !important;
	font-size: 15px;
	font-weight: 600;
	background-color: transparent !important;
	--qode-bg-color: var(--qode-button-bg-color, var(--qode-main-color));
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, transparent);
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%) !important;
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out !important;
	background-position: 0 0, calc(100% + 1px) 0 !important;
	background-size: 0 100%, calc(100% + 2px) 100% !important;
	background-repeat: no-repeat !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color)) !important;
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color)) !important;
	background-color: transparent !important;
	transition-duration: .58s, .15s, .25s !important;
	background-position: 0 0, calc(100% + 1px) 0 !important;
	background-size: calc(100% + 2px) 100%, 0 100% !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 10ms forwards
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
	display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
	display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
	display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
	font-size: 22px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
	font-size: 22px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
	display: none !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
	color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
	color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
	display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
	display: none !important
}

.qodef-order-tracking p:not(.form-row) {
	margin-top: 0
}

.qodef-order-tracking .form-row {
	margin: 0
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
	height: 100%;
	width: 100%
}

.widget_acheron_core_woo_dropdown_cart,
.widget_shopping_cart {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative
}

.widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-opener,
.widget_acheron_core_woo_dropdown_cart>.widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart>.widgettitle {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
	border-width: 1px;
	border-style: solid;
	display: block;
	padding: 30px 0;
	text-align: left;
	transition: opacity .2s ease-out, visibility .2s ease-out
}

#qodef-top-area .widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
header .widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
	left: auto;
	opacity: 0 !important;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden !important;
	width: 360px
}

.touchevents #qodef-top-area .widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents #qodef-top-area .widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
	display: none
}

.widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content>*,
.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,
.widget_shopping_cart .widget_shopping_cart_content>* {
	padding: 0 30px !important
}

.widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
	display: none !important
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
	margin: 0 0 20px 0;
	position: relative
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
	margin: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
	margin: 0 20px 0 0;
	width: 60px
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
	display: none
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
	float: left;
	vertical-align: top
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.55556em;
	font-weight: 500;
	display: block
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
	clear: both;
	content: '';
	display: table
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
	max-height: 50vh;
	overflow: hidden;
	position: relative
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
	display: flex
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
	flex-shrink: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
	display: block
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
	padding: 0 20px 0 0;
	width: 100%
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
	margin: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
	margin: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
	margin: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-order-details,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-action,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-action a,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto;
	margin: 0;
	text-decoration: none;
	border-radius: 5px;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 8px 34px;
	color: var(--qode-button-color, #fff);
	border: 2px solid var(--qode-button-border-color, var(--qode-button-bg-color, var(--qode-main-color)));
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
	--qode-bg-color: var(--qode-button-bg-color, var(--qode-main-color));
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, transparent);
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: 0 100%, calc(100% + 2px) 100%;
	background-repeat: no-repeat
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color));
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color));
	background-color: transparent;
	transition-duration: .58s, .15s, .25s;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: calc(100% + 2px) 100%, 0 100%
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text,
.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 10ms forwards
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	flex-direction: column
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
	width: 100% !important;
	justify-content: center
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
	margin-top: 5px
}

#qodef-top-area .widget_acheron_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_acheron_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
#qodef-top-area .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shopping_cart:hover .widget_shopping_cart_content,
header .widget_acheron_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_acheron_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content {
	opacity: 1 !important;
	visibility: visible !important
}

.widget_acheron_core_woo_dropdown_cart,
.widget_shopping_cart {
	color: var(--qode-text-color)
}

.widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
	background-color: #fff;
	color: var(--qode-main-color);
	border-color: #e1e1e1
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
	color: var(--qode-main-color)
}

.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
	color: var(--qode-main-color)
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
	color: var(--qode-main-color)
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
	color: var(--qode-main-color)
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
	color: var(--qode-text-color)
}

.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
	color: var(--qode-main-color)
}

.widget_acheron_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	color: var(--qode-main-color)
}

#qodef-top-area .widget_acheron_core_woo_dropdown_cart,
#qodef-top-area .widget_shopping_cart {
	color: var(--qode-main-color)
}

#qodef-top-area .qodef-skin--light .widget_acheron_core_woo_dropdown_cart,
#qodef-top-area .qodef-skin--light .widget_shopping_cart {
	color: var(--qode-main-color)
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
	color: #ccc
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
	background-color: #000;
	color: #ccc;
	border-color: #fff
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
	color: #ccc
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
	color: #fff
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
	color: #ccc
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
	color: #fff
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
	color: #ccc
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
	color: #fff
}

#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_acheron_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
	color: #ccc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget_acheron_core_woo_dropdown_cart,
#qodef-page-footer #qodef-page-footer-bottom-area .widget_shopping_cart {
	color: #b0c6c8
}

#qodef-side-area .widget_acheron_core_woo_dropdown_cart,
#qodef-side-area .widget_shopping_cart {
	color: #b0c6c8
}

.qodef-mega-menu-widget-holder .widget_acheron_core_woo_dropdown_cart,
.qodef-mega-menu-widget-holder .widget_shopping_cart {
	color: #fff
}

.widget_acheron_core_woo_side_area_cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	position: fixed;
	top: 0;
	right: -360px;
	height: 100vh;
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 100px 0 74px;
	background-color: #fff;
	border-left: 1px solid #e1e1e1;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	top: 32px;
	height: calc(100vh - 32px)
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	font-size: 34px;
	z-index: 1000
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
	padding: 0 35px
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 35px !important
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-top: 20px
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
	margin-top: 0
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
	flex-shrink: 0;
	width: 80px;
	margin-right: 20px
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
	display: block
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
	width: 100%;
	padding-right: 20px
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
	margin: 0
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
	margin: 3px 0 0
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
	margin: 3px 0 0
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	line-height: 1;
	z-index: 5
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	padding: 0 35px
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
	margin: 0
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto;
	margin: 0;
	text-decoration: none;
	border-radius: 5px;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	color: var(--qode-button-color, #fff);
	border: 2px solid var(--qode-button-border-color, var(--qode-button-bg-color, var(--qode-main-color)));
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
	--qode-bg-color: var(--qode-button-bg-color, var(--qode-main-color));
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, transparent);
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: 0 100%, calc(100% + 2px) 100%;
	background-repeat: no-repeat
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color));
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color));
	background-color: transparent;
	transition-duration: .58s, .15s, .25s;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: calc(100% + 2px) 100%, 0 100%
}

.widget_acheron_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 10ms forwards
}

.widget_acheron_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content {
	right: 0;
	visibility: visible
}

.qodef-woo-side-area-cart-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 360px);
	height: 100vh;
	overflow: hidden;
	z-index: 1002
}

.qodef-clients-list .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
	width: auto;
	opacity: 1;
	will-change: opacity;
	transition: opacity .35s ease-out;
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
	opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
	opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
	width: auto;
	opacity: var(--qodef-client-initial-opacity, 1);
	will-change: opacity;
	transition: opacity .3s ease;
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
	display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
	opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image a {
	display: block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image .qodef-e-logo {
	display: block;
	padding: 3px 0;
	--qode-y: -3px;
	transform: translateY(0);
	transition: transform .42s cubic-bezier(.42, .78, .32, .97);
	will-change: transform
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e:hover .qodef-e-logo {
	transform: translateY(var(--qode-y))
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-hover-logo {
	display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
	width: auto;
	display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
	display: none
}

.qodef-service-single .qodef-e-title {
	margin: 43px 0 0
}

.qodef-service-single .qodef-e-subtitle {
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 1.2em
}

.qodef-service-single .qodef-service-content {
	margin: 22px 0 0
}

.qodef-service-category-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-service-category-list .qodef-e-image img {
	display: block;
	object-fit: cover;
	border-radius: inherit
}

.qodef-service-category-list .qodef-e-content a {
	position: relative;
	z-index: 1
}

.qodef-service-category-list .qodef-e-title {
	margin: 0
}

.qodef-service-category-list .qodef-e-description {
	margin: 10px 0 0
}

.qodef-service-category-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-content .qodef-e-content-inner {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 35px 40px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 43.9%, #000 100%)
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-image a {
	display: block;
	overflow: hidden
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-image a img {
	transform: scale(1.04) translateX(-.8%);
	transition: transform .6s ease
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e:hover .qodef-e-image a img {
	transform: scale(1.04) translateX(.8%)
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-title {
	color: #fff
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-read-more {
	margin: 5px 0 0
}

.qodef-service-category-list.qodef-item-layout--gallery .qodef-e-read-more a {
	color: #fff
}

.qodef-service-category-list.qodef-item-layout--standard .qodef-e-content {
	margin-top: 20px
}

.qodef-service-list.qodef-skin--light .qodef-e-additional-info,
.qodef-service-list.qodef-skin--light .qodef-e-title {
	color: #fff
}

.qodef-service-list.qodef-skin--light .qodef-e-excerpt {
	color: #9cafb1
}

.qodef-service-list.qodef-skin--light .qodef-button:hover {
	color: #fff
}

.qodef-service-list.qodef-skin--light.qodef-item-layout--simple .qodef-e-top-info {
	border-bottom: 1px solid #fff
}

.qodef-service-list.qodef-skin--light .swiper-pagination-bullet {
	background-color: #9cafb1
}

.qodef-service-list.qodef-skin--light .swiper-pagination-bullet:hover {
	background-color: #fff
}

.qodef-service-list.qodef-skin--light .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff
}

.qodef-service-list .swiper-button-next,
.qodef-service-list .swiper-button-prev {
	color: #fff
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-inner {
	position: relative
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-media-image a {
	position: relative;
	display: block;
	overflow: hidden
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-media-image a img {
	transform: scale(1.04) translateX(-1%);
	transition: transform .6s ease
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-media-image a:hover img {
	transform: scale(1.04) translateX(1%)
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 7% 8%
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-title {
	margin: 0;
	color: #fff;
	max-width: 200px
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-title .qodef-e-title-link {
	color: inherit
}

.qodef-service-list.qodef-item-layout--info-on-image .qodef-e-title .qodef-e-title-link:hover {
	color: inherit
}

.qodef-service-list.qodef-item-layout--info-on-image.qodef-swiper-container .swiper-pagination-bullets {
	margin-top: 19px;
	justify-content: flex-start
}

.qodef-service-list.qodef-item-layout--minimal .qodef-e-content {
	background-color: var(--qode-item-background-color, #fff);
	padding: var(--qode-content-padding, 6px 28% 8px);
	text-align: center;
	transition: background-color .2s ease-out
}

.qodef-service-list.qodef-item-layout--minimal .qodef-e-title {
	margin: 0;
	color: var(--qode-item-text-color, var(--qode-main-color))
}

.qodef-service-list.qodef-item-layout--minimal .qodef-e-title a {
	color: inherit;
	transition: color .2s ease-out
}

.qodef-service-list.qodef-item-layout--minimal p.qodef-e-title {
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1.625em;
	font-weight: 400;
	color: var(--qode-text-color);
	line-height: 16px;
	color: var(--qode-item-text-color, var(--qode-main-color))
}

.qodef-service-list.qodef-item-layout--minimal p.qodef-e-title a {
	color: inherit
}

.qodef-service-list.qodef-item-layout--minimal .qodef-e-additional-info {
	display: block;
	margin: 12px 0 0
}

.qodef-service-list.qodef-item-layout--minimal .qodef-e .qodef-e-inner:hover .qodef-e-content {
	background-color: var(--qode-item-background-hover-color, var(--qode-main-color))
}

.qodef-service-list.qodef-item-layout--minimal .qodef-e .qodef-e-inner:hover .qodef-e-content .qodef-e-title a {
	color: var(--qode-item-text-hover-color, #fff)
}

.qodef-service-list.qodef-item-layout--minimal.qodef-border--right .qodef-e {
	border-right: 1px solid var(--qode-main-color)
}

.qodef-service-list.qodef-item-layout--minimal.qodef-border--right .qodef-e:last-of-type {
	border-right: none
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-content {
	display: flex;
	flex-direction: column
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-top-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #9cafb1
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-top-info:hover .qodef-button.qodef-layout--textual:after {
	transform: translateX(var(--qode-x))
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-title {
	margin: 0
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-read-more {
	width: auto
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-read-more .qodef-button .qodef-m-text {
	display: none
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-read-more .qodef-button.qodef-layout--textual:after {
	content: '';
	width: 21px;
	height: 21px;
	background: currentColor;
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.799" height="20.384"><g fill="none" stroke="currentColor" stroke-width="2"><path d="m10.192 1 9.193 9.192-9.193 9.193"/><path d="M19.385 10.192H1"/></g></svg>');
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.799" height="20.384"><g fill="none" stroke="currentColor" stroke-width="2"><path d="m10.192 1 9.193 9.192-9.193 9.193"/><path d="M19.385 10.192H1"/></g></svg>');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-bottom-info {
	margin: 10px 0 0
}

.qodef-service-list.qodef-item-layout--simple .qodef-e-bottom-info .qodef-e-excerpt {
	margin: 0
}

.qodef-service-list.qodef-item-layout--standard .qodef-grid-item {
	background-color: var(--qode-item-background, #fff);
	padding: var(--qode-item-padding, 52px 72px 78px 52px)
}

.qodef-service-list.qodef-item-layout--standard .qodef-e-content {
	display: flex;
	flex-direction: column
}

.qodef-service-list.qodef-item-layout--standard .qodef-e-content .qodef-e-service-item-icon {
	color: var(--qode-main-color);
	display: inline-block;
	margin: 0 0 10px
}

.qodef-service-list.qodef-item-layout--standard .qodef-e-content .qodef-e-excerpt {
	margin: 12px 0 0
}

.qodef-service-list.qodef-item-layout--standard .qodef-e-title {
	margin: 0
}

.qodef-service-list.qodef-item-layout--standard .qodef-e-read-more {
	margin: 28px 0 0
}

.qodef-service-list.qodef-item-layout--standard .qodef-e-read-more .qodef-layout--filled {
	padding: 8.5px 42px
}

.qodef-service-list.qodef-item-layout--standard.qodef-content-center .qodef-e-content {
	text-align: center
}

.qodef-service-list.qodef-item-layout--standard.qodef-border-enabled .qodef-grid-item {
	outline: 2px solid var(--qode-item-border-color, #d6bba8)
}

.qodef-team-single .qodef-e-inner {
	display: flex;
	gap: 5%;
	align-items: center
}

.qodef-team-single .qodef-e-image {
	width: 47vw
}

.qodef-team-single .qodef-e-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	border-radius: 0 13vmax 0 0
}

.qodef-team-single .qodef-e-content {
	max-width: 640px
}

.qodef-team-single .qodef-e-content>* {
	margin-left: 9px
}

.qodef-team-single .qodef-e-content .qodef-e-title {
	margin: 0
}

.qodef-team-single .qodef-e-content .qodef-team-member-role {
	margin: 6px 9px 22px
}

.qodef-team-single .qodef-e-content .qodef-team-member-email {
	color: var(--qode-button-color, var(--qode-main-color));
	background-color: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-flex;
	align-items: center;
	margin: 23px 9px 12px
}

.qodef-team-single .qodef-e-content .qodef-team-member-email:after {
	content: '';
	width: 20px;
	height: 16px;
	display: inline-flex;
	flex: 0 0 auto;
	background: currentColor;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NTEiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTkuNTUxIDE1LjQxNCI+DQogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA2M2E0MSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICA8cGF0aCBkPSJtMTEuMTM2LjcwNyA3LjAwMDM1NzEzIDcuMDAwMzU3MTNMMTEuMTM2IDE0LjcwNzcxNDI3IiAvPg0KICAgIDxwYXRoIGQ9Ik0xNy4zMjMgNy43MDdIMCIgLz4NCiAgPC9nPg0KPC9zdmc+);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NTEiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTkuNTUxIDE1LjQxNCI+DQogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA2M2E0MSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICA8cGF0aCBkPSJtMTEuMTM2LjcwNyA3LjAwMDM1NzEzIDcuMDAwMzU3MTNMMTEuMTM2IDE0LjcwNzcxNDI3IiAvPg0KICAgIDxwYXRoIGQ9Ik0xNy4zMjMgNy43MDdIMCIgLz4NCiAgPC9nPg0KPC9zdmc+);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin-left: 8px;
	transition: transform .35s cubic-bezier(.34, .8, .37, .93);
	transform: translateX(0);
	--qode-x: -4px
}

.qodef-browser--safari .qodef-team-single .qodef-e-content .qodef-team-member-email:after {
	will-change: transform
}

.qodef-team-single .qodef-e-content .qodef-team-member-email:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-team-single .qodef-e-content .qodef-team-member-email:hover:after {
	transform: translateX(var(--qode-x))
}

.qodef-team-single .qodef-e-content p {
	margin-bottom: 25px
}

.qodef-team-single .qodef-e-content .qodef-social-icons a {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 100% 100%;
	padding-bottom: 0;
	background-position: 0 calc(100% - 1px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96);
	margin-right: 6px
}

.qodef-team-single .qodef-e-content .qodef-social-icons a:hover {
	background-size: 100% 100%
}

.single-team #qodef-page-inner {
	background: #fbf9fa;
	padding: 0
}

.qodef-team-list .qodef-e-inner .qodef-e-image {
	overflow: hidden
}

.qodef-team-list .qodef-e-inner .qodef-e-image img {
	transform: scale(1.04) translateX(-1%);
	transition: transform .6s ease
}

.qodef-team-list .qodef-e-inner:hover .qodef-e-image img {
	transform: scale(1.04) translateX(1%)
}

.qodef-team-list .qodef-e-role {
	margin: 0
}

.qodef-team-list .qodef-e-title {
	margin: 2px 0 4px
}

.qodef-team-list .qodef-social-icons {
	margin: 0
}

.qodef-team-list .qodef-social-icons a {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	margin: 0 3px;
	--qodef-underline-position-y: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
	padding-bottom: 2px
}

.qodef-team-list .qodef-social-icons a:hover {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
	position: relative;
	overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-social-icons {
	position: absolute;
	bottom: 12px;
	right: 0;
	background: #fff;
	padding: 5px 10px 5px 16px;
	transition: -webkit-clip-path .5s cubic-bezier(.28, .66, .29, .95);
	transition: clip-path .5s cubic-bezier(.28, .66, .29, .95);
	transition: clip-path .5s cubic-bezier(.28, .66, .29, .95), -webkit-clip-path .5s cubic-bezier(.28, .66, .29, .95);
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-social-icons {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
	margin: 14px 0 0
}

.qodef-team-list.qodef-item-layout--info-on-image .qodef-e-content {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	background-color: var(--qode-main-color);
	padding: 20px 18px 20px 24px;
	color: #b0c6c8;
	transition: opacity .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-image .qodef-e-content .entry-title {
	color: #fff
}

.qodef-team-list.qodef-item-layout--info-on-image .qodef-e-content a {
	color: #fff
}

.qodef-testimonials-list-holder {
	--item-background: transparent
}

.qodef-testimonials-list-holder.qodef-display-image {
	display: flex;
	gap: 20px 66px
}

.qodef-testimonials-list-holder.qodef-display-image .qodef-e-inner {
	max-width: calc(100% - 233px)
}

@media only screen and (max-width:680px) {
	.qodef-testimonials-list-holder.qodef-display-image {
		flex-direction: column
	}

	.qodef-testimonials-list-holder.qodef-display-image .qodef-e-inner {
		max-width: 100%
	}
}

.qodef-testimonials-list-holder.qodef-alignment--left {
	text-align: left
}

.qodef-testimonials-list-holder.qodef-alignment--center {
	text-align: center
}

.qodef-testimonials-list-holder.qodef-alignment--right {
	text-align: right
}

.qodef-testimonials-list-holder .qodef-e-quote-icon {
	display: inline-block;
	margin-bottom: 25px
}

.qodef-testimonials-list-holder .qodef-e-static-title {
	color: var(--qode-main-color);
	margin-top: 0
}

.qodef-testimonials-list-holder .qodef-e-inner {
	display: block
}

.qodef-testimonials-list-holder .qodef-e {
	background-color: var(--item-background)
}

.qodef-testimonials-list-holder .qodef-e-image-holder,
.qodef-testimonials-list-holder .qodef-e-slider-image-holder {
	position: relative;
	top: 10px;
	overflow: hidden;
	line-height: 0;
	flex: 1 0 auto;
	width: 167px;
	height: 167px
}

.qodef-testimonials-list-holder .qodef-e-media-image {
	position: absolute
}

.qodef-testimonials-list-holder .qodef-e-media-image img {
	object-fit: cover;
	border-radius: 50%;
	width: 167px;
	height: 167px
}

.qodef-testimonials-list-holder .qodef-e-slider-image-holder .qodef-e-media-image {
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.qodef-testimonials-list-holder .qodef-e-slider-image-holder .qodef-e-media-image.active {
	opacity: 1
}

.qodef-testimonials-list-holder .qodef-e-content {
	flex: 1 1 100%
}

.qodef-testimonials-list-holder .qodef-testimonials-list.qodef-layout-boxed .qodef-e-content {
	padding: 37px 30px
}

.qodef-testimonials-list-holder .qodef-e-title {
	margin: 0 0 25px
}

.qodef-testimonials-list-holder .qodef-e-text {
	margin: 0 0 12px;
	color: var(--qode-text-color)
}

.qodef-testimonials-list-holder .qodef-m-stars {
	display: inline-flex;
	gap: 5px;
	margin: 0 0 28px
}

.qodef-testimonials-list-holder .qodef-e-author {
	color: #014851;
	display: flex;
	flex-direction: column
}

.qodef-testimonials-list-holder .qodef-e-author .qodef-e-author-name {
	margin: 0;
	color: var(--qode-main-color)
}

.qodef-testimonials-list-holder .qodef-e-author .qodef-e-author-job {
	color: var(--qode-text-color)
}

.qodef-testimonials-list-holder.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list-holder.qodef-skin--light .qodef-e-title {
	color: #fff
}

.qodef-testimonials-list-holder .qodef-swiper-container:not(.qodef-display-image) .qodef-e-content {
	padding-inline: 18%
}

@media only screen and (max-width:880px) {
	.qodef-testimonials-list-holder .qodef-swiper-container:not(.qodef-display-image) .qodef-e-content {
		padding-inline: 10%
	}
}

.qodef-testimonials-list-holder .qodef-swiper-container:not(.qodef-display-image)~.swiper-button-prev.swiper-button-outside {
	left: 0 !important
}

.qodef-testimonials-list-holder .qodef-swiper-container:not(.qodef-display-image)~.swiper-button-next.swiper-button-outside {
	right: 0 !important
}

.qodef-testimonials-list-holder .qodef-swiper-container:not(.qodef-display-image).swiper-container-vertical.qodef-pagination--enabled .swiper-slide,
.qodef-testimonials-list-holder .qodef-swiper-container:not(.qodef-display-image).swiper-vertical.qodef-pagination--enabled .swiper-slide {
	padding-right: 0
}

.qodef-review-rating {
	display: flex
}

.qodef-review-rating .qodef-rating-inner {
	display: flex;
	flex-basis: 50%
}

.qodef-review-rating label {
	margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
	display: flex;
	margin: 0
}

.qodef-review-rating .qodef-star-rating {
	position: relative;
	display: block;
	margin: 0 .1em 0 0;
	cursor: pointer;
	color: var(--qode-main-color)
}

.qodef-review-rating .qodef-star-rating svg {
	display: block;
	width: 14px;
	height: auto;
	fill: none;
	stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
	fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
	color: var(--qode-main-color)
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: .1em;
	width: 14px;
	height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
	margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
	fill: currentColor
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
	color: var(--qode-main-color);
	font-size: 60px;
	line-height: 1em;
	font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
	vertical-align: middle;
	margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
	vertical-align: middle;
	font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
	vertical-align: middle;
	padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
	line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
	padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
	display: flex;
	align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
	display: flex;
	flex-direction: column;
	width: 25%;
	text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
	font-size: 72px;
	color: #ffd740;
	font-weight: 700;
	line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
	display: table-cell;
	vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
	display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
	color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
	font-weight: 700;
	font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
	width: 75%;
	padding: 29px 50px 40px;
	background-color: #fafafa;
	border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
	display: inline-block;
	vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
	display: block
}

.qodef-comment-list .qodef-comment-name {
	float: none
}

.qodef-comment-list .qodef-review-rating {
	display: inline-block;
	width: 100%
}

.qodef-comment-list .qodef-rating-inner {
	display: inline-block;
	width: 100%
}

@keyframes cover_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 100
	}

	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0
	}
}

@keyframes cover_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 100
	}

	100% {
		opacity: 1;
		visibility: visible;
		z-index: 100
	}
}

.qodef-search-cover-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	z-index: -1;
	transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 70px
}

.qodef-search-cover-form .qodef-m-form-field {
	padding: 0;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--qode-main-color);
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
	color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
	color: inherit;
	opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
	flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
	font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
	animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
	animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
	display: none
}

.qodef-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .98);
	z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
	display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 60%;
	margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: var(--qode-main-color);
	line-height: 2em;
	background: 0 0;
	border: 0;
	border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: auto;
	padding: 0;
	margin: 0;
	color: var(--qode-main-color);
	background: 0 0;
	border: 0;
	outline: 0;
	opacity: 0;
	cursor: pointer;
	transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
	color: var(--qode-main-color);
	background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
	opacity: 1;
	bottom: 10px;
	transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
	font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
	width: 100%;
	transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
	position: absolute;
	top: 33px;
	right: 70px;
	color: var(--qode-text-color);
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
	color: var(--qode-main-color)
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
	opacity: 1;
	visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible
	}

	100% {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden
	}

	100% {
		opacity: 1;
		visibility: visible
	}
}

.qodef-search-opener>* {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
	font-size: 23px
}

.qodef-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
	overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-accordion.qodef--init {
	visibility: visible
}

.qodef-accordion.qodef--minimal-style {
	border-bottom: none !important
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-title {
	border-top: none !important;
	padding: 20px 0 !important
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-title.ui-state-active {
	padding-bottom: 21px !important
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content {
	max-width: 100% !important;
	padding: 0 0 42px 22px !important
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-mark {
	display: none
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content-inner ul {
	list-style: none;
	margin: 0
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content-inner ul li {
	margin-bottom: 11px
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content-inner ul li:last-child {
	margin-bottom: 0
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content-inner ul li:before {
	content: '';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: var(--qode-main-color);
	margin-right: 15px
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content-inner a {
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.625em;
	font-weight: 400;
	color: #646464;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 100% 100%;
	padding-bottom: 0;
	background-position: 0 calc(100% - 2px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-accordion.qodef--minimal-style .qodef-accordion-content-inner a:hover {
	background-size: 100% 100%
}

.qodef-accordion.qodef-layout--simple {
	border-bottom: 2px solid #9cafb1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 30px 0;
	cursor: pointer;
	border-top: 2px solid #9cafb1;
	transition: padding .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
	margin-top: 0;
	border-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
	position: relative;
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	line-height: 1;
	text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .2s ease-out;
	font-size: 0;
	height: 18px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
	content: '';
	position: absolute;
	display: block;
	line-height: inherit;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: var(--qode-main-color)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus:before {
	width: 15px;
	height: 1px;
	top: 7px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 1;
	transition: opacity .3s ease-out, -webkit-clip-path .45s ease;
	transition: opacity .3s ease-out, clip-path .45s ease;
	transition: opacity .3s ease-out, clip-path .45s ease, -webkit-clip-path .45s ease;
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:before {
	width: 1px;
	height: 15px;
	left: 7px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
	opacity: 0;
	-webkit-clip-path: inset(50% 0);
	clip-path: inset(50% 0)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
	padding-bottom: 7px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 0 0 30px;
	margin: 0;
	max-width: 80%
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.67em
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
	display: none
}

.qodef-button.qodef-html--link {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	position: relative;
	display: inline-flex;
	align-items: center;
	width: auto;
	margin: 0;
	text-decoration: none;
	border-radius: 5px;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	padding: 10px 38px
}

.qodef-button.qodef-size--small {
	padding: 8px 34px
}

.qodef-button.qodef-size--large {
	padding: 12px 42px
}

.qodef-button.qodef-size--full {
	width: 100%;
	padding: 12px 20px;
	justify-content: center;
	text-align: center
}

.qodef-button .qodef-icon-holder {
	margin-right: 13px
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: var(--qode-button-color, #fff);
	border: 2px solid var(--qode-button-border-color, var(--qode-button-bg-color, var(--qode-main-color)));
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
	--qode-bg-color: var(--qode-button-bg-color, var(--qode-main-color));
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, transparent);
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: 0 100%, calc(100% + 2px) 100%;
	background-repeat: no-repeat
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color));
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color));
	background-color: transparent;
	transition-duration: .58s, .15s, .25s;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: calc(100% + 2px) 100%, 0 100%
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 10ms forwards
}

.qodef-button.qodef-layout--outlined {
	color: var(--qode-button-color, var(--qode-main-color));
	background-color: transparent;
	border: 2px solid var(--qode-button-border-color, var(--qode-main-color));
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
	--qode-bg-color: transparent;
	--qode-bg-hover-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
	background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
	transition: background-size .5s cubic-bezier(.45, .8, .02, .91), color .15s ease, border-color .2s ease-out;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: 0 100%, calc(100% + 2px) 100%;
	background-repeat: no-repeat
}

.qodef-button.qodef-layout--outlined:hover {
	color: var(--qode-button-hover-color, var(--qode-background-color));
	border-color: var(--qode-button-border-hover-color, var(--qode-main-color));
	background-color: transparent;
	transition-duration: .58s, .15s, .25s;
	background-position: 0 0, calc(100% + 1px) 0;
	background-size: calc(100% + 2px) 100%, 0 100%
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-text {
	animation: qode-text-from-right .65s cubic-bezier(.215, .61, .355, 1) 30ms forwards
}

.qodef-button.qodef-layout--textual {
	color: var(--qode-button-color, var(--qode-main-color));
	background-color: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-flex;
	align-items: center;
	padding: 0 !important
}

.qodef-button.qodef-layout--textual:after {
	content: '';
	width: 20px;
	height: 16px;
	display: inline-flex;
	flex: 0 0 auto;
	background: currentColor;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NTEiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTkuNTUxIDE1LjQxNCI+DQogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA2M2E0MSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICA8cGF0aCBkPSJtMTEuMTM2LjcwNyA3LjAwMDM1NzEzIDcuMDAwMzU3MTNMMTEuMTM2IDE0LjcwNzcxNDI3IiAvPg0KICAgIDxwYXRoIGQ9Ik0xNy4zMjMgNy43MDdIMCIgLz4NCiAgPC9nPg0KPC9zdmc+);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NTEiIGhlaWdodD0iMTUuNDE0IiB2aWV3Qm94PSIwIDAgMTkuNTUxIDE1LjQxNCI+DQogIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA2M2E0MSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICA8cGF0aCBkPSJtMTEuMTM2LjcwNyA3LjAwMDM1NzEzIDcuMDAwMzU3MTNMMTEuMTM2IDE0LjcwNzcxNDI3IiAvPg0KICAgIDxwYXRoIGQ9Ik0xNy4zMjMgNy43MDdIMCIgLz4NCiAgPC9nPg0KPC9zdmc+);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin-left: 8px;
	transition: transform .35s cubic-bezier(.34, .8, .37, .93);
	transform: translateX(0);
	--qode-x: -4px
}

.qodef-browser--safari .qodef-button.qodef-layout--textual:after {
	will-change: transform
}

.qodef-button.qodef-layout--textual:hover {
	color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-button.qodef-layout--textual:hover:after {
	transform: translateX(var(--qode-x))
}

.qodef-button.qodef-layout--textual .qodef-m-text {
	display: inline-block
}

.qodef-call-to-action.qodef-layout--advanced {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-inner {
	display: flex;
	align-items: flex-start;
	padding: var(--qode-cta-padding)
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-inner .qodef-m-content-left img,
.qodef-call-to-action.qodef-layout--advanced .qodef-m-inner .qodef-m-header img {
	margin: var(--qode-image-margin, 0)
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-inner .qodef-m-content-holder {
	color: #063a41
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-inner .qodef-m-button-holder {
	display: flex
}

.qodef-call-to-action.qodef-layout--advanced.qodef-skin--light .qodef-m-content-holder {
	color: #b0c6c8
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--inline .qodef-m-inner {
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--inline .qodef-m-inner .qodef-m-content-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 730px;
	gap: 28px
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--inline .qodef-m-inner .qodef-m-content-left .qodef-m-title {
	margin-top: 0;
	margin-bottom: 13px
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--inline .qodef-m-button-holder {
	column-gap: 68px
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--inline .qodef-m-button-holder .qodef-button {
	white-space: nowrap
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--inline.qodef-skin--light .qodef-m-inner {
	padding: 48px
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--block .qodef-m-inner {
	flex-direction: column
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--block .qodef-m-header {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 9px 7%
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--block .qodef-m-header .qodef-m-title {
	margin: 0
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--block .qodef-m-content-holder {
	width: 100%;
	padding: 6% 7% 0
}

.qodef-call-to-action.qodef-layout--advanced.qodef-direction--block .qodef-m-button-holder {
	flex-direction: column;
	gap: 16px;
	padding: 0 0 10px;
	margin: 29px 0
}

.qodef-call-to-action.qodef-layout--advanced.qodef-skin--light .qodef-m-header {
	background-color: #014851
}

.qodef-call-to-action.qodef-layout--advanced.qodef-skin--light .qodef-m-content-holder {
	background-color: #063a41;
	color: #fff
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content-holder {
	color: var(--qode-text-color)
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h1:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h1:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h2:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h2:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h3:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h3:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h4:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h4:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h5:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h5:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h6:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--advanced .qodef-m-content h6:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
	display: flex;
	align-items: flex-end;
	padding: var(--qode-cta-padding)
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
	justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
	justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-title {
	display: block;
	margin-bottom: 55px;
	font-weight: 500
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content-holder {
	padding-right: 20px;
	color: var(--qode-text-color)
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h1:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h1:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h2:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h2:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h3:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h3:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h4:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h4:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h5:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h5:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h6:first-child {
	margin-top: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content h6:last-child {
	margin-bottom: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
	flex: 0 0 auto;
	margin-bottom: 8px
}

.qodef-call-to-action.qodef-layout--standard.qodef-skin--light {
	background-color: #063a41;
	color: #fff
}

.qodef-comparision-pricing-table {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.qodef-comparision-pricing-table ul {
	list-style-type: none;
	margin: 0
}

.qodef-comparision-pricing-table ul li {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e1e1e1
}

.qodef-comparision-pricing-table.qodef-expand-row--1 li:nth-of-type(1) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--2 li:nth-of-type(2) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--3 li:nth-of-type(3) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--4 li:nth-of-type(4) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--5 li:nth-of-type(5) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--6 li:nth-of-type(6) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--7 li:nth-of-type(7) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--8 li:nth-of-type(8) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--9 li:nth-of-type(9) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--10 li:nth-of-type(10) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--11 li:nth-of-type(11) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--12 li:nth-of-type(12) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--13 li:nth-of-type(13) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--14 li:nth-of-type(14) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--15 li:nth-of-type(15) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--16 li:nth-of-type(16) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--17 li:nth-of-type(17) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--18 li:nth-of-type(18) {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-expand-row--19 li:nth-of-type(19) {
	min-height: 70px
}

.qodef-comparision-pricing-table h1,
.qodef-comparision-pricing-table h2,
.qodef-comparision-pricing-table h3,
.qodef-comparision-pricing-table h4,
.qodef-comparision-pricing-table h5,
.qodef-comparision-pricing-table h6,
.qodef-comparision-pricing-table p {
	margin: 0
}

.qodef-comparision-pricing-table .qodef-ct-links {
	min-height: 87px
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head {
	display: flex;
	align-items: center;
	min-height: 102px;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 13px
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-table-head .qodef-m-table-head-title {
	margin: 0;
	line-height: 1.2em;
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 18px;
	line-height: 1.55556em;
	font-weight: 500
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 20px;
	margin-bottom: 26px
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer .qodef-m-link-holder {
	min-height: 87px;
	display: flex;
	align-items: center;
	max-width: 8em
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer .qodef-m-link-holder a {
	display: block;
	margin-top: 15px;
	font-size: 15px;
	line-height: 24px
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer .qodef-m-link-holder a span {
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 100% 100%;
	padding-bottom: 0;
	background-position: 0 calc(100% - 2px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer .qodef-m-link-holder a:hover span {
	background-size: 100% 100%
}

.qodef-comparision-pricing-table .qodef-m-table .qodef-m-footer .qodef-m-price {
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 18px;
	line-height: 1.55556em;
	font-weight: 500
}

.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) {
	display: inline-flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	border-left-width: 0
}

.qodef-comparision-pricing-table .qodef-m-table:not(.qodef--features) .qodef-m-table-head {
	justify-content: center
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item {
	padding-left: 15%;
	padding-right: 15%;
	font-size: 15px;
	justify-content: flex-start
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer {
	font-size: 15px;
	align-items: flex-start;
	padding-inline: 0
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer ul {
	width: 100%
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer ul li {
	padding-left: 15%;
	padding-right: 15%;
	justify-content: flex-start;
	border-bottom: 0
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer ul li.qodef-m-link-label {
	min-height: 87px
}

.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer ul li.qodef-e-price {
	min-height: 70px
}

.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table {
	width: 30%
}

.qodef-comparision-pricing-table.qodef-columns--2 .qodef-m-table.qodef--features {
	width: 40%
}

.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table {
	width: 23.333%
}

.qodef-comparision-pricing-table.qodef-columns--3 .qodef-m-table.qodef--features {
	width: 30%
}

.qodef-countdown .qodef-m-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 20px
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.66667%
}

.qodef-countdown.qodef-skin--light .qodef-digit,
.qodef-countdown.qodef-skin--light .qodef-label {
	color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: inherit;
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 5px;
	color: var(--qode-main-color)
}

.qodef-countdown.qodef-layout--simple .qodef-label {
	text-transform: lowercase
}

.widget.widget_acheron_core_custom_font {
	margin-bottom: 0 !important
}

.qodef-custom-font {
	position: relative;
	margin: 0
}

.qodef-custom-font .qodef-m-underlined {
	text-decoration: underline;
	text-underline-offset: .16em;
	text-decoration-thickness: .06em
}

.qodef-dropcaps {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
	position: relative;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 38px;
	line-height: 1.26316em;
	font-weight: 500
}

@media only screen and (max-width:1512px) {
	.qodef-dropcaps .qodef-m-letter {
		font-size: 33px;
		line-height: 1.27273em
	}
}

.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 1.27273em;
	font-weight: 500;
	color: #fff;
	background-color: var(--qode-main-color)
}

@media only screen and (max-width:1512px) {
	.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
		font-size: 20px;
		line-height: 1.2em
	}
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%
}

.qodef-google-map {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
	width: 100%;
	display: block
}

.qodef-google-map .qodef-m-map img {
	max-width: none
}

.qodef-graphs {
	visibility: hidden
}

.qodef-graphs .qodef-m-legend {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 47px 0 0 0
}

.qodef-graphs .qodef-m-legend-item {
	align-items: center;
	display: flex
}

.qodef-graphs .qodef-m-legend-item:not(:last-child) {
	margin: 0 21px 0 0
}

.qodef-graphs .qodef-m-legend-icon {
	border-radius: 50%;
	display: block;
	height: 9px;
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
	width: 9px
}

.qodef-graphs.qodef--init {
	visibility: visible
}

.qodef-highlight .qodef-highlight-text {
	padding: 0 .25em .1em;
	color: #fff;
	background-color: var(--qode-main-color)
}

.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
	display: block;
	color: inherit
}

.qodef-icon-list-item p.qodef-e-title {
	font-size: 14px
}

.qodef-icon-list-item .qodef-e-title-inner {
	display: flex;
	align-items: center
}

.qodef-icon-list-item .qodef-e-title-inner .qodef-e-title-text {
	margin-left: 10px
}

.qodef-icon-list-item .qodef-icon-holder {
	flex-shrink: 0;
	margin-right: 5px;
	float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 16px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
	display: block
}

#qodef-page-sidebar .widget.widget_acheron_core_icon_list_item {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_acheron_core_icon_list_item {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_acheron_core_icon_list_item {
	margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
	margin: 0;
	text-align: inherit
}

.qodef-icon-with-text .qodef-m-title a {
	display: block
}

.qodef-icon-with-text .qodef-m-text {
	margin: 3px 0 0;
	text-align: left
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
	line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
	float: none
}

.qodef-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block
}

.qodef-icon-with-text.qodef--has-background .qodef-m-icon-wrapper {
	position: relative
}

.qodef-icon-with-text.qodef--has-background .qodef-m-icon-wrapper:after {
	content: '';
	position: absolute;
	background: var(--qode-main-color);
	opacity: .07
}

.qodef-icon-with-text.qodef--has-background.qodef--has-appear .qodef-m-icon-wrapper img {
	opacity: 0;
	transition: opacity .5s
}

.qodef-icon-with-text.qodef--has-background.qodef--has-appear .qodef-m-icon-wrapper:after {
	transition: transform 1s cubic-bezier(.22, .61, .36, 1);
	transform: scaleX(0);
	transform-origin: left
}

.qodef-icon-with-text.qodef--has-background.qodef--has-appear.qodef--appeared .qodef-m-icon-wrapper img {
	opacity: 1
}

.qodef-icon-with-text.qodef--has-background.qodef--has-appear.qodef--appeared .qodef-m-icon-wrapper:after {
	transform: scaleX(1)
}

.qodef-icon-with-text.qodef-layout--before-content {
	display: flex;
	align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 15px;
	margin-top: 8px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: flex;
	align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 12px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--has-background .qodef-m-icon-wrapper:after {
	border-radius: 3px;
	top: -6px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 12px)
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 21px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
	max-width: 50%;
	margin: 0 auto
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
	margin-left: 0
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
	margin-right: 0
}

.qodef-icon-with-text.qodef-layout--top.qodef--has-background .qodef-m-icon-wrapper {
	min-height: 50px
}

.qodef-icon-with-text.qodef-layout--top.qodef--has-background .qodef-m-icon-wrapper:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%
}

.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1
}

.qodef-icon-holder a {
	display: block
}

.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: var(--qode-main-color);
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
	background-color: var(--qode-main-color)
}

.qodef-icon-holder.qodef-layout--circle {
	border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
	font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
	font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
	font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
	font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
	font-size: 5em
}

.widget.widget_acheron_core_icon {
	display: inline-block;
	line-height: 1
}

#qodef-page-sidebar .widget.widget_acheron_core_icon {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_acheron_core_icon {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_acheron_core_icon {
	margin-bottom: 0
}

.qodef-image-gallery.qodef--has-hover .qodef-e {
	overflow: hidden
}

.qodef-image-gallery.qodef--has-hover .qodef-e img {
	transform: scale(1.04) translateX(-1%);
	transition: transform .6s ease
}

.qodef-image-gallery.qodef--has-hover .qodef-e:hover img {
	transform: scale(1.04) translateX(1%)
}

.qodef-image-marquee {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 auto;
	overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
	display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
	background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
	will-change: transform;
	backface-visibility: hidden;
	transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
	position: relative;
	display: block
}

@keyframes qode-move-marquee {
	0% {
		transform: translateX(0) translateZ(0)
	}

	100% {
		transform: translateX(-100%) translateZ(0)
	}
}

@keyframes qode-move-marquee-copy {
	0% {
		transform: translateX(100%) translateZ(0)
	}

	100% {
		transform: translateX(0) translateZ(0)
	}
}

.qodef-image-rotating {
	position: relative;
	opacity: 0;
	transition: opacity .5s
}

.qodef-image-rotating.qodef--init {
	opacity: 1
}

.qodef-image-rotating .qodef-images-holder {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
	height: 100%;
	width: 100%;
	aspect-ratio: 1/1
}

@media only screen and (max-width:680px) {
	.qodef-image-rotating .qodef-images-holder {
		gap: 20px
	}
}

.qodef-image-rotating .qodef-images {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%
}

.qodef-image-rotating .qodef-images:nth-of-type(2) .qodef-tile-field {
	border-radius: 50% 0 50% 0
}

.qodef-image-rotating .qodef-images:nth-of-type(4) .qodef-tile-field {
	border-radius: 0 50% 0 0
}

.qodef-image-rotating .qodef-images:nth-of-type(2) .qodef-tile-wheel {
	transition-delay: .121s
}

.qodef-image-rotating .qodef-images:nth-of-type(3) .qodef-tile-wheel {
	transition-delay: .234s
}

.qodef-image-rotating .qodef-images:nth-of-type(4) .qodef-tile-wheel {
	transition-delay: .315s
}

.qodef-image-rotating .qodef-tile-wheel {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	transition: .55s cubic-bezier(.54, .13, .11, .95)
}

.qodef-image-rotating .qodef-tile-field {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	background-size: var(--qodef-size) var(--qodef-size);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.qodef-image-rotating .qodef-tile-field:nth-child(2) {
	top: 50%;
	left: 0;
	transform: rotate(-90deg)
}

.qodef-image-rotating .qodef-tile-field:nth-child(3) {
	top: 50%;
	left: 50%;
	transform: rotate(180deg)
}

.qodef-image-rotating .qodef-tile-field:nth-child(4) {
	top: 0;
	left: 50%;
	transform: rotate(90deg)
}

.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
	display: block
}

.qodef-image-with-text.qodef-image-shadow .qodef-m-image img {
	box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-image-with-text .qodef-m-content>.qodef-m-text {
	margin: 8px 0 0;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.625em;
	font-weight: 400;
	color: #646464;
	padding-right: 15%
}

@media only screen and (max-width:1200px) {
	.qodef-image-with-text .qodef-m-content>.qodef-m-text {
		padding-right: 0
	}
}

.qodef-image-with-text .qodef-m-title {
	margin: 21px 0 0
}

.qodef-image-with-text span.qodef-m-title {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: var(--qode-main-color)
}

.qodef-image-with-text p.qodef-m-title {
	font-size: 15px
}

.qodef-image-with-text .qodef-m-button {
	margin: 28px 0 0
}

.qodef-image-with-text .qodef-m-button .qodef-button .qodef-m-text {
	margin: 0;
	padding: 0
}

.qodef-image-with-text.qodef--has-hover .qodef-m-image {
	transform: translateY(0);
	transition: transform .5s cubic-bezier(.26, .57, .32, .95), box-shadow .5s ease-out;
	box-shadow: 0 4px 20px 0 rgba(33, 33, 43, 0)
}

.qodef-browser--safari .qodef-image-with-text.qodef--has-hover .qodef-m-image {
	will-change: transform
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
	transform: translateY(-6px);
	box-shadow: 0 4px 10px 0 rgba(33, 33, 43, .1)
}

.qodef-image-with-text.qodef--has-appear .qodef-m-inner {
	--qodef-translate-y: 40px;
	transform: translateY(var(--qodef-translate-y));
	opacity: 0;
	transition: transform 1.1s cubic-bezier(.28, .89, .18, 1.09), opacity .35s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-inner {
	transform: translateY(0);
	opacity: 1
}

.qodef-info-section.qodef-layout--background-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
	position: relative;
	z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
	margin: 0 0 7px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
	margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
	margin-top: 9px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
	position: absolute;
	display: inline-block;
	color: rgba(var(--qode-main-color), .1);
	text-align: center;
	font-weight: 700;
	font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
	top: 0;
	left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
	top: 0;
	right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
	bottom: 0;
	left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
	bottom: 0;
	right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
	font-size: 450px;
	top: 34px;
	left: 0;
	right: 0;
	text-align: center
}

.qodef-info-section.qodef-alignment--center {
	text-align: center
}

.qodef-info-section.qodef-alignment--left {
	text-align: left
}

.qodef-info-section.qodef-alignment--right {
	text-align: right
}

.qodef-info-table.qodef-columns--2 .qodef-info-table-body,
.qodef-info-table.qodef-columns--2 .qodef-info-table-head {
	grid-template-columns: repeat(2, 1fr)
}

.qodef-info-table.qodef-columns--3 .qodef-info-table-body,
.qodef-info-table.qodef-columns--3 .qodef-info-table-head {
	grid-template-columns: repeat(3, 1fr)
}

.qodef-info-table.qodef-columns--4 .qodef-info-table-body,
.qodef-info-table.qodef-columns--4 .qodef-info-table-head {
	grid-template-columns: repeat(4, 1fr)
}

.qodef-info-table .qodef-info-table-head {
	display: grid;
	margin: 0 -1px
}

.qodef-info-table .qodef-info-table-head div {
	background: var(--qode-main-color);
	padding: 15px;
	border-radius: 0 25px 0 0;
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.55556em;
	font-weight: 500;
	color: #fff
}

.qodef-info-table .qodef-info-table-body {
	display: grid;
	grid-gap: 1px
}

.qodef-info-table .qodef-info-table-body .qodef-info-table-cell {
	padding: 15px;
	outline: 1px solid #ccc
}

.qodef-info-table .qodef-info-table-body .qodef-info-table-cell.qodef-rowspan--2 {
	grid-row: span 2
}

.qodef-info-table .qodef-info-table-body .qodef-info-table-cell.qodef-rowspan--3 {
	grid-row: span 3
}

.qodef-info-table .qodef-info-table-body .qodef-info-table-cell.qodef-colspan--2 {
	grid-column: span 2
}

.qodef-info-table.qodef-alignment--center {
	text-align: center
}

.qodef-info-table.qodef-alignment--left {
	text-align: left
}

.qodef-info-table.qodef-alignment--right {
	text-align: right
}

.qodef-number-list-items .qodef-m-list {
	margin: 0
}

.qodef-number-list-items .qodef-m-list-item {
	list-style: none;
	display: grid;
	grid-template-areas: "number title"". text";
	grid-template-rows: repeat(2, min-content);
	grid-template-columns: max-content minmax(0, auto)
}

.qodef-number-list-items .qodef-m-list-item-text,
.qodef-number-list-items .qodef-m-list-item-title {
	margin: 0
}

.qodef-number-list-items .qodef-m-list-item-title {
	grid-area: title;
	color: var(--items-title-color, var(--qode-main-color)) !important
}

.qodef-number-list-items .qodef-m-list-item-text {
	grid-area: text;
	color: var(--items-text-color, var(--qode-text-color)) !important;
	font-size: 15px;
	line-height: 22px;
	margin-top: var(--items-text-margin-top, 6px)
}

.qodef-number-list-items .qodef-m-list-item-number {
	grid-area: number;
	font-size: var(--items-number-font-size, 18px);
	font-weight: 500
}

.qodef-number-list-items .qodef-m-list-item:last-child {
	margin-bottom: 0 !important
}

.qodef-number-list-items .qodef-m-list-text {
	color: inherit;
	transition: color .2s ease-out
}

.qodef-number-list-items.qodef-number-background .qodef-m-list-item-number span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: var(--items-number-background-color, transparent);
	border-radius: 100%
}

.qodef-number-list-items.qodef-skin--light .qodef-m-list-item-title {
	color: #fff !important
}

.qodef-number-list-items.qodef-skin--light .qodef-m-list-item-text {
	color: #9cafb1 !important
}

.qodef-number-list-items.qodef-skin--light .qodef-m-list-item-number {
	color: #fff !important
}

.qodef-number-list-items.qodef-layout--number-top .qodef-m-list-item {
	display: flex;
	flex-direction: column;
	margin: 0 0 40px 0
}

.qodef-number-list-items.qodef-layout--number-top .qodef-m-list-item-number {
	color: var(--items-number-color, var(--qode-main-color))
}

.qodef-number-list-items.qodef-layout--number-top.qodef--border .qodef-m-list-item {
	padding-top: 30px;
	padding-left: 30px;
	border-left: 1px solid #b0c6c8
}

.qodef-number-list-items.qodef-layout--standard .qodef-m-list-item {
	column-gap: 11px;
	margin: 0 0 38px 0
}

.qodef-number-list-items.qodef-layout--standard .qodef-m-list-item-number {
	color: var(--items-number-color, var(--qode-main-color))
}

.qodef-number-list-items.qodef-layout--standard.qodef-number-background .qodef-m-list-item-title {
	margin: -5px 0 0
}

.qodef-pricing-table {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-pricing-table.qodef-status--featured .qodef-m-inner {
	border-color: #014851;
	border-radius: 0 150px 0 0
}

.qodef-pricing-table .qodef-m-inner {
	padding: 62px 10% 66px 15%;
	border-width: 2px;
	border-style: solid;
	border-color: #c5b698
}

.qodef-pricing-table .qodef-m-title p {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	color: var(--qode-main-color)
}

.qodef-pricing-table .qodef-m-price {
	margin-top: 17px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 1;
	font-size: 18px;
	font-family: Inter, sans-serif;
	font-weight: 500;
	color: #00424a
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-label {
	margin-left: 8px;
	font-size: 15px;
	font-weight: 400;
	color: var(--qode-text-color)
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-label:before {
	content: '/';
	display: inline-flex
}

.qodef-pricing-table .qodef-m-content {
	margin: 32px 0 0;
	font-size: 15px;
	color: var(--qode-text-color)
}

.qodef-pricing-table .qodef-m-content ul {
	list-style: none;
	margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
	margin-bottom: 4px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
	margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	background-color: #014851;
	margin-right: 15px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
	margin: 45px 0 0;
	padding: 9px 38px
}

.qodef-process.qodef-layout--horizontal {
	--qode-columns-col-gap: 0
}

@media only screen and (min-width:880px) and (max-width:1200px) {
	.qodef-process.qodef-layout--horizontal.qodef-responsive--predefined.qodef-grid.qodef-col-num--4>.qodef-grid-inner {
		--qode-columns: 2
	}
}

.qodef-process.qodef-layout--horizontal .qodef-process-item-holder .qodef-process-image {
	position: relative;
	display: flex;
	gap: 50px;
	width: 100%;
	height: 56px
}

.qodef-process.qodef-layout--horizontal .qodef-process-item-holder .qodef-process-image:after,
.qodef-process.qodef-layout--horizontal .qodef-process-item-holder .qodef-process-image:before {
	content: '';
	margin-top: 28px;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, currentColor, currentColor 75%, transparent 75%, transparent 100%);
	background-size: 4px 1px
}

@media only screen and (max-width:1200px) {

	.qodef-process.qodef-layout--horizontal .qodef-process-item-holder .qodef-process-image:after,
	.qodef-process.qodef-layout--horizontal .qodef-process-item-holder .qodef-process-image:before {
		opacity: 0
	}
}

.qodef-process.qodef-layout--horizontal .qodef-process-item-holder .qodef-process-image a {
	flex: 1 0 auto
}

.qodef-process.qodef-layout--horizontal .qodef-process-item-holder:first-of-type .qodef-process-image:before {
	opacity: 0
}

.qodef-process.qodef-layout--horizontal .qodef-process-item-holder:last-of-type .qodef-process-image:after {
	opacity: 0
}

.qodef-process.qodef-layout--horizontal .qodef-process-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center
}

.qodef-process.qodef-layout--horizontal .qodef-process-content {
	position: relative;
	max-width: 200px;
	align-self: center
}

@media only screen and (max-width:1024px) {
	.qodef-process.qodef-layout--horizontal .qodef-process-content {
		margin-bottom: 60px
	}
}

.qodef-process.qodef-layout--horizontal .qodef-m-item-title a {
	color: inherit
}

.qodef-process.qodef-layout--horizontal .qodef-m-item-title a:hover {
	color: inherit
}

.qodef-process.qodef-layout--horizontal .qodef-m-item-title .qodef-m-title {
	color: inherit;
	margin: 24px 0 -2px
}

@media only screen and (max-width:880px) {
	.qodef-process.qodef-layout--horizontal .qodef-grid-inner {
		--qode-columns-row-gap: 35px
	}

	.qodef-process.qodef-layout--horizontal .qodef-process-content {
		margin-bottom: 0
	}
}

@media (min-width:681px) and (max-width:880px) {
	.qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner.qodef-process-holder {
		--qode-columns: 2
	}
}

.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-section-title .qodef-m-title {
	margin: 0
}

.qodef-section-title .qodef-m-title .qodef-m-underlined {
	text-decoration: underline;
	text-underline-offset: .16em;
	text-decoration-thickness: .06em
}

.qodef-section-title .qodef-m-text {
	margin: 25px 0 0;
	color: var(--qode-text-color)
}

.qodef-section-title .qodef-m-text a {
	display: inline-flex;
	color: inherit;
	overflow: hidden;
	position: relative
}

.qodef-section-title .qodef-m-text a:after {
	content: '';
	display: block;
	width: 300%;
	position: absolute;
	left: 0;
	bottom: 3px;
	height: 1px;
	background: linear-gradient(90deg, currentColor 0, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%, currentColor 100%);
	transform: translateX(-66%);
	transition: transform 1.2s cubic-bezier(.53, .95, .28, 1.03)
}

.qodef-section-title .qodef-m-text a:hover:after {
	transform: translateX(0)
}

.qodef-section-title.qodef-skin--light .qodef-m-text a:hover,
.qodef-skin--light .qodef-section-title .qodef-m-text a:hover {
	color: #fff
}

.qodef-section-title.qodef-alignment--center {
	text-align: center
}

.qodef-section-title.qodef-alignment--left {
	text-align: left
}

.qodef-section-title.qodef-alignment--right {
	text-align: right
}

.qodef-separator {
	font-size: 0;
	height: auto;
	line-height: 1;
	position: relative
}

.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #e1e1e1
}

.qodef-separator.qodef-position--center {
	text-align: center
}

.qodef-separator.qodef-position--left {
	text-align: left
}

.qodef-separator.qodef-position--right {
	text-align: right
}

.qodef-separator.qodef-show--yes {
	display: block
}

.qodef-separator.qodef-show--no {
	display: none
}

@media only screen and (max-width:1600px) {
	.qodef-separator.qodef-show-1600--yes {
		display: block
	}
}

@media only screen and (max-width:1600px) {
	.qodef-separator.qodef-show-1600--no {
		display: none
	}
}

@media only screen and (max-width:1512px) {
	.qodef-separator.qodef-show-1512--yes {
		display: block
	}
}

@media only screen and (max-width:1512px) {
	.qodef-separator.qodef-show-1512--no {
		display: none
	}
}

@media only screen and (max-width:1368px) {
	.qodef-separator.qodef-show-1368--yes {
		display: block
	}
}

@media only screen and (max-width:1368px) {
	.qodef-separator.qodef-show-1368--no {
		display: none
	}
}

@media only screen and (max-width:1200px) {
	.qodef-separator.qodef-show-1200--yes {
		display: block
	}
}

@media only screen and (max-width:1200px) {
	.qodef-separator.qodef-show-1200--no {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.qodef-separator.qodef-show-1024--yes {
		display: block
	}
}

@media only screen and (max-width:1024px) {
	.qodef-separator.qodef-show-1024--no {
		display: none
	}
}

@media only screen and (max-width:880px) {
	.qodef-separator.qodef-show-880--yes {
		display: block
	}
}

@media only screen and (max-width:880px) {
	.qodef-separator.qodef-show-880--no {
		display: none
	}
}

@media only screen and (max-width:680px) {
	.qodef-separator.qodef-show-680--yes {
		display: block
	}
}

@media only screen and (max-width:680px) {
	.qodef-separator.qodef-show-680--no {
		display: none
	}
}

#qodef-page-sidebar .widget.widget_acheron_core_separator {
	margin-bottom: 0
}

#qodef-page-footer .widget.widget_acheron_core_separator {
	margin-bottom: 0
}

#qodef-side-area .widget.widget_acheron_core_separator {
	margin-bottom: 0
}

.qodef-single-image img {
	display: block
}

.qodef-alignment--center .qodef-single-image img {
	margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
	margin: 0 0 0 auto
}

.qodef-single-image.qodef--border-radius img {
	border-radius: var(--qode-border-radius, 0)
}

.qodef-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden
}

.qodef-tabs.qodef--init {
	visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
	margin: 0;
	padding: 0;
	list-style: none
}

.qodef-tabs .qodef-tabs-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
	margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0 26px 0 0;
	padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	font-family: Inter, sans-serif;
	font-size: 22px;
	line-height: 1.27273em;
	font-weight: 500;
	display: block;
	padding: 0 3px 1px;
	transition: color .2s ease-out, background-color .2s ease-out
}

@media only screen and (max-width:1512px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
		font-size: 20px;
		line-height: 1.2em
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
	margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #fff;
	background-color: var(--qode-main-color)
}

@media only screen and (max-width:880px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		flex-direction: column;
		align-items: flex-start
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0 0 26px 0;
		padding: 0
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0
	}
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
	flex-shrink: 0;
	display: block;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid #e1e1e1
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
	width: 100%;
	margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
	margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
	display: inline-block;
	width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
	margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

@keyframes qode-text-marquee-right {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translateX(0)
	}
}

.qodef-text-marquee .qodef-m-content {
	display: flex;
	font-family: Inter, sans-serif;
	font-size: 22px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
	padding-right: 10px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
	animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
	animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
	color: var(--qode-main-color)
}

.qodef-text-marquee .qodef-m-separator {
	color: var(--qode-main-color);
	position: relative
}

.qodef-text-marquee .qodef-m-text--underlined {
	text-decoration: underline
}

.qodef-text-marquee:hover .qodef-m-content-inner {
	animation-play-state: paused !important
}

.qodef-textual-links-group {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-textual-links-group.qodef-direction--inline .qodef-m-items {
	flex-direction: row;
	align-items: center
}

.qodef-textual-links-group.qodef-direction--block .qodef-m-items {
	flex-direction: column;
	align-items: flex-start
}

.qodef-textual-links-group .qodef-m-items {
	display: inline-flex;
	z-index: 10
}

.qodef-textual-links-group .qodef-m-item {
	position: relative;
	margin: var(--qode-textual-links-margin, 6px);
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color)
}

.qodef-textual-links-group a.qodef-m-item {
	color: var(--qode-textual-links-color, var(--qode-main-color))
}

.qodef-textual-links-group a.qodef-m-item:hover {
	color: var(--qode-textual-links-hover-color, var(--qode-main-color))
}

.qodef-textual-links-group.qodef-underline-enabled a.qodef-m-item {
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 100% 100%;
	padding-bottom: 0;
	background-position: 0 calc(100% - 2px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96)
}

.qodef-textual-links-group.qodef-underline-enabled a.qodef-m-item:hover {
	background-size: 100% 100%
}

.widget .qodef-textual-links-group a.qodef-m-item {
	color: var(--qode-textual-links-color) !important
}

.widget .qodef-textual-links-group a.qodef-m-item:hover {
	color: var(--qode-textual-links-hover-color) !important
}

.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--qode-main-color);
	font-size: 106px;
	line-height: 1
}

.qodef-video-button .qodef-m-play span {
	display: block;
	line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
	display: block;
	line-height: inherit
}

#qodef-side-area {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	min-height: 100%;
	padding: 145px 60px 35px;
	background-color: var(--qode-main-color);
	box-shadow: -5px 0 8px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area #qodef-side-area-inner {
	--qode-main-color: #fff;
	--qode-text-color: #fff;
	--qode-background-color: #063A41
}

.qodef-side-area--opened #qodef-side-area {
	right: 0;
	visibility: visible
}

#qodef-side-area.qodef-alignment--center {
	text-align: center
}

#qodef-side-area.qodef-alignment--right {
	text-align: right
}

#qodef-side-area.qodef-alignment--left {
	text-align: left
}

#qodef-side-area a {
	backface-visibility: hidden
}

#qodef-side-area-close {
	position: absolute;
	top: 42px;
	right: 63px;
	display: block;
	z-index: 1000;
	color: #fff
}

.admin-bar #qodef-side-area-close {
	top: 71px
}

.qodef-side-area-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
	opacity: 1;
	z-index: 1002
}

.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	font-family: Inter, sans-serif;
	color: var(--qode-main-color);
	font-size: 18px;
	line-height: 1.55556em;
	font-weight: 500
}

.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0
}

.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0
}

.qodef-social-share li a {
	font-size: 20px
}

.qodef-social-share li a:hover {
	color: var(--qode-text-color)
}

.qodef-social-share.qodef-layout--dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	margin: 0;
	vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
	width: 18px;
	height: auto;
	margin-left: 5px
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: inherit;
	width: 100%;
	height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
	bottom: 0;
	left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e1e1e1
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
	border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
	font-size: 20px;
	color: var(--qode-text-color);
	background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
	bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
	bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
	bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
	bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
	bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
	bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
	bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
	top: 0;
	right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
	width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
	left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
	left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 0;
	left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
	width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
	right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
	right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 185px
}

.qodef-social-share.qodef-layout--list li {
	margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
	margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
	margin-right: 10px
}

.qodef-social-share.qodef-layout--text li a {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	flex-wrap: wrap;
	color: var(--qode-main-color);
	--qodef-underline-position-y: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-position-x: 100%;
	background-size: 0 var(--qodef-underline-position-y);
	transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
	padding-bottom: 2px
}

.qodef-social-share.qodef-layout--text li a:after {
	content: '.'
}

.qodef-social-share.qodef-layout--text li a:hover {
	background-size: 100% var(--qodef-underline-position-y);
	background-position-x: 0
}

.qodef-social-share.qodef-layout--text li:last-child {
	margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	display: block;
	margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	display: block;
	margin-bottom: 21px
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #fff
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #fff
}

#qodef-page-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--qode-main-color);
	background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
	position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	z-index: 1;
	animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 100%;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
	animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
	transform: rotate(0);
	animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
	transform: rotate(120deg);
	animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
	animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	transform: rotate(240deg);
	animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
	position: absolute;
	height: 50px;
	width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
	content: '';
	position: absolute;
	height: 18.31501832px;
	width: 18.31501832px;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
	transform: rotate(-135deg);
	animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	transform: rotate(-90deg);
	animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	transform: rotate(-45deg);
	animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: currentColor;
	animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	border-radius: 50%;
	opacity: .6;
	animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
	position: relative;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
	position: absolute;
	width: 100%;
	height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
	transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
	transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
	top: 0;
	left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
	top: 0;
	right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
	right: 0;
	bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
	left: 0;
	bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
	position: relative;
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
	top: 0;
	left: 50%;
	animation: qode-fussion-ball-1 1s 0s ease infinite;
	z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
	top: 50%;
	left: 100%;
	animation: qode-fussion-ball-2 1s 0s ease infinite;
	z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
	top: 100%;
	left: 50%;
	animation: qode-fussion-ball-3 1s 0s ease infinite;
	z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
	top: 50%;
	left: 0;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
	position: relative;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
	animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
	animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
	animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
	animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner {
	--qode-color-2: #fbf1ef
}

#qodef-page-spinner.qodef-layout--predefined {
	transform-origin: bottom;
	--qode-clip: 0;
	-webkit-clip-path: inset(0 0 calc(var(--qode-clip) * 1%) 0);
	clip-path: inset(0 0 calc(var(--qode-clip) * 1%) 0);
	--qode-icon-width: 57px;
	--qode-draw-duration: 2.2s
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: inherit
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-icon-holder {
	fill: currentColor;
	width: var(--qode-icon-width)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-icon-holder svg {
	overflow: visible;
	--qode-stroke-length: 65px
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-icon-holder svg .qodef--spinner-masked-svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 9;
	stroke-miterlimit: 10;
	stroke-dasharray: var(--qode-stroke-length);
	stroke-dashoffset: var(--qode-stroke-length);
	animation: qodef-spinner-path-draw var(--qode-draw-duration) cubic-bezier(.4, 0, .2, 1) infinite, qodef-path-fade var(--qode-draw-duration) linear infinite
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-icon-holder svg .qodef--spinner-masked-svg path:nth-of-type(2) {
	--qode-stroke-length: 47px;
	animation: qodef-spinner-path-draw-2 var(--qode-draw-duration) cubic-bezier(.4, 0, .2, 1) infinite, qodef-path-fade var(--qode-draw-duration) linear infinite
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-icon-holder span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-icon-holder svg .qodef--spinner-masked-svg path {
	animation: none
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
	margin: 0;
	opacity: 0;
	animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	flex-shrink: 0;
	animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
	position: relative;
	display: block;
	height: 3px;
	width: 500px;
	margin-top: 20px;
	background-color: #e5e1dc;
	overflow: hidden;
	opacity: 0;
	animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--qode-main-color);
	width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: currentColor;
	border: 0 solid currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: currentColor;
	border-radius: 16px;
	animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
	width: 60px;
	height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: currentColor;
	border-radius: 100%;
	opacity: 0;
	animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
	animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
	animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
	animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
	position: relative;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
	display: inline-block;
	float: left;
	height: 100%;
	width: 6px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
	opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
	display: flex;
	font-family: Inter, sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
	display: inline-block;
	opacity: 0;
	will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
	white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
	opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	display: inline-block;
	background-color: currentColor;
	border-radius: 100%;
	transform-origin: center bottom;
	animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background: currentColor;
	border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
	animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
	animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
	animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
	margin-right: 0;
	animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
	width: 72px;
	margin: -9px 0 0 -36px;
	text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	animation-delay: -.16s
}

.qodef-sp-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity .2s ease-out;
	background-color: rgba(0, 0, 0, .65);
	display: flex;
	align-items: center;
	justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
	width: 90%;
	max-width: 600px;
	background-color: #fff;
	padding: 40px;
	opacity: 0;
	box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
	transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
	color: var(--qode-text-color)
}

.qodef-sp-holder .qodef-sp-close svg {
	stroke: currentColor;
	fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
	background-color: #fbf9fa;
	background-size: cover;
	padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
	margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
	margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
	width: 100%;
	display: block
}

.qodef-sp-holder .qodef-sp-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
	cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
	margin: 1px 1px 0 0;
	width: 11px;
	height: 11px;
	border: 1px solid var(--qode-main-color);
	overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
	opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
	font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
	opacity: 1;
	transform: scale(1);
	transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover
}

.qodef-page-title.qodef-image--responsive {
	height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
	text-align: center
}

.qodef-page-title.qodef-alignment--right {
	text-align: right
}

.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 40px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 1.625em;
	font-weight: 400;
	color: var(--qode-text-color)
}

.qodef-page-title .qodef-breadcrumbs a span {
	color: inherit
}

.qodef-page-title .qodef-breadcrumbs a:hover {
	color: var(--qode-breadcrumbs-hover-color, var(--qode-text-color))
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: '-'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-top: 9px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 19px;
	display: inline-block
}

.widget.qodef-author-info .qodef-author-info-image img {
	border-radius: 0 12vh 0 0
}

.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 6px
}

.widget.qodef-author-info .qodef-author-info-description {
	margin: 0
}

.widget .qodef-contact-info-widget {
	margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
	font-size: 16px
}

.widget_acheron_core_sticky_sidebar {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: 0 0 !important
}

.widget_acheron_core_svg_icon {
	display: inline-block;
	vertical-align: top;
	margin: 0 !important
}

.widget_acheron_core_svg_icon .qodef-m-holder {
	display: flex;
	align-items: center
}

.widget_acheron_core_svg_icon .qodef-svg-icon-widget svg {
	display: block;
	fill: var(--fill-color);
	stroke: var(--stroke-color);
	max-width: 100%;
	max-height: 100%;
	transition: all .25s ease-out
}

.widget_acheron_core_svg_icon .qodef-svg-icon-widget a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.widget_acheron_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_acheron_core_svg_icon .qodef-svg-icon-widget:hover svg {
	fill: var(--fill-hover-color);
	stroke: var(--stroke-hover-color)
}

.widget_acheron_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_acheron_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
	color: var(--text-hover-color)
}

.widget_acheron_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
	background-color: var(--background-hover-color)
}

.widget_acheron_core_svg_icon .qodef-m-icon {
	--fill-color: currentColor;
	--stroke-color: currentColor;
	--fill-hover-color: currentColor;
	--stroke-hover-color: currentColor;
	--background-color: transparent;
	--background-hover-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	max-height: 100%;
	background-color: var(--background-color);
	overflow: hidden;
	transition: all .25s ease-out
}

.widget_acheron_core_svg_icon .qodef-m-text {
	--text-color: currentColor;
	--text-hover-color: currentColor;
	color: var(--text-color);
	transition: all .25s ease-out;
	line-height: 1
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu ul li .qodef-menu-item-arrow {
	display: none
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu ul li ul {
	display: none
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li {
	margin-bottom: 0 !important;
	transition: padding .5s;
	padding-bottom: 23px
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li>a {
	font-size: 22px;
	line-height: 1.27273em;
	font-weight: 500;
	color: var(--qode-main-color)
}

@media only screen and (max-width:1512px) {
	.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li>a {
		font-size: 20px;
		line-height: 1.2em
	}
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li>a:hover {
	color: var(--qode-main-color)
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li:first-child>ul {
	display: block
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li:last-child {
	margin-bottom: 0 !important
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li.qodef--active li {
	opacity: 1;
	transition-duration: .5s;
	transition-delay: .5s
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li li {
	margin-bottom: 11px;
	transition: opacity .35s;
	opacity: 0
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li li:before {
	content: '';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: var(--qode-main-color);
	margin-right: 15px
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li li:last-child {
	margin-bottom: 0
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li li a {
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.625em;
	font-weight: 400;
	color: #646464;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-size: 100% 100%;
	padding-bottom: 0;
	background-position: 0 calc(100% - 2px);
	background-size: 0 100%;
	transition: .4s cubic-bezier(.33, .52, .05, .96);
	padding-bottom: 3px
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li li a:hover {
	background-size: 100% 100%
}

.qodef-toggle-nav-menu-widget .qodef-toggle-nav-menu>ul>li ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 22px !important;
	padding-bottom: 0 !important
}

.qodef-wishlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.qodef-wishlist .qodef-m-link {
	line-height: 1
}

.qodef-wishlist .qodef-m-link.qodef--added {
	color: var(--qode-main-color)
}

.qodef-wishlist .qodef-m-link.qodef--added i {
	font-weight: 900
}

.qodef-wishlist .qodef-m-response {
	position: absolute;
	top: -6px;
	bottom: auto;
	right: -6px;
	left: auto;
	width: auto;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	color: var(--qode-text-color);
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: opacity .2s ease
}

.qodef-wishlist .qodef-m-response.qodef--show {
	opacity: 1;
	visibility: visible
}

@media only screen and (max-width:880px) {
	#qodef-age-verification-modal .qodef-m-content {
		min-width: auto
	}

	#qodef-age-verification-modal .qodef-m-content-note {
		display: none
	}
}

@media only screen and (max-width:1512px) {
	.qodef-background-text .qodef-m-background-text {
		font-size: 135px
	}
}

@media only screen and (max-width:880px) {
	.qodef-background-text .qodef-m-background-text {
		display: none !important
	}
}

@media only screen and (max-width:880px) {
	#qodef-author-info .qodef-m-inner {
		flex-wrap: wrap
	}

	#qodef-author-info .qodef-m-content {
		margin-top: 23px
	}
}

@media only screen and (max-width:1200px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0 !important
	}
}

@media only screen and (max-width:1200px) {
	#qodef-top-area {
		display: none
	}
}

@media only screen and (max-width:880px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:880px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
		max-height: 30vh
	}
}

@media only screen and (max-width:880px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
		display: none
	}
}

@media only screen and (max-width:880px) {

	.yith-wcwl-form .wishlist_table.shop_table table,
	.yith-wcwl-form .wishlist_table.shop_table tbody,
	.yith-wcwl-form .wishlist_table.shop_table td,
	.yith-wcwl-form .wishlist_table.shop_table th,
	.yith-wcwl-form .wishlist_table.shop_table tr {
		display: grid
	}

	.yith-wcwl-form .wishlist_table.shop_table tr {
		grid-template-columns: minmax(0, 50px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 130px) minmax(0, 140px)
	}

	.yith-wcwl-form .wishlist_table.shop_table td {
		align-self: center;
		grid-row: span 2;
		padding: 0
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart .add_to_cart {
		padding: 12px 24px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-remove {
		grid-column: 1;
		padding-left: 20px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-thumbnail {
		grid-column: 2;
		width: 70px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-name {
		grid-row: 1;
		grid-column: 3;
		align-self: end;
		width: 100%;
		padding: 0 25px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-price {
		grid-column: 3;
		grid-row: 2;
		align-self: start;
		width: 100%;
		display: block;
		padding: 0 25px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
		grid-column: 4
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart {
		grid-column: 5;
		display: block;
		justify-self: center
	}

	.yith-wcwl-form .wishlist_table.shop_table tbody tr {
		padding: 15px 0
	}

	.yith-wcwl-form .wishlist_table.shop_table th {
		width: 100%;
		padding-left: 0
	}

	.yith-wcwl-form .wishlist_table.shop_table th.product-price {
		display: none
	}

	.yith-wcwl-form .wishlist_table.shop_table th.product-name {
		padding-left: 25px
	}
}

@media only screen and (max-width:680px) {
	.yith-wcwl-form .wishlist_table.shop_table tbody tr {
		padding: 15px 0 20px
	}

	.yith-wcwl-form .wishlist_table.shop_table th.product-add-to-cart {
		padding: 0
	}

	.yith-wcwl-form .wishlist_table.shop_table tr {
		grid-template-columns: minmax(0, 42px) minmax(0, 76px) minmax(0, 1fr)
	}

	.yith-wcwl-form .wishlist_table.shop_table tr .wishlist-empty {
		position: absolute;
		min-width: 100%
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
		font-size: 15px !important
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-remove {
		padding-left: 0;
		grid-row: span 4
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-thumbnail {
		width: 76px;
		grid-row: span 4
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-name {
		padding: 0 0 0 25px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-price {
		padding: 0 0 0 25px
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-stock-status {
		grid-column: 3;
		padding: 0 0 0 25px;
		grid-row: 3
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart {
		grid-column: 3;
		justify-self: start;
		padding: 0 0 0 25px;
		margin-top: 5px;
		grid-row: 4
	}

	.yith-wcwl-form .wishlist_table.shop_table td.product-add-to-cart .add_to_cart {
		padding: 12px 24px
	}

	.yith-wcwl-form .wishlist_table.shop_table th.product-stock-status {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.single-service #qodef-page-sidebar {
		margin-top: 57px
	}
}

@media only screen and (max-width:1368px) {
	.qodef-team-single .qodef-e-inner {
		gap: 3vw
	}

	.qodef-team-single .qodef-e-content {
		max-width: 540px;
		margin-right: 3vw
	}
}

@media only screen and (max-width:880px) {
	.qodef-team-single .qodef-e-inner {
		flex-direction: column;
		gap: 3vh
	}

	.qodef-team-single .qodef-e-image {
		width: 100vw;
		height: 50vh;
		overflow: hidden
	}

	.qodef-team-single .qodef-e-content {
		max-width: 86vw;
		margin: 4vh auto 8vh
	}
}

@media only screen and (max-width:880px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
		display: block
	}

	.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
		margin-top: 20px
	}
}

@media only screen and (max-width:880px) {
	.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
		display: block
	}

	.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
		margin-top: 20px
	}
}

@media only screen and (max-width:1024px) {
	.qodef-comparision-pricing-table {
		min-width: 1300px
	}

	.elementor-widget-acheron_core_comparison_pricing_table_holder {
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-color: var(--qode-main-color) rgba(6, 58, 65, .56);
		scrollbar-width: thin;
		scrollbar-gutter: auto
	}

	.elementor-widget-acheron_core_comparison_pricing_table_holder::-webkit-scrollbar {
		display: inherit;
		height: 5px;
		-webkit-overflow-scrolling: auto
	}

	.elementor-widget-acheron_core_comparison_pricing_table_holder::-webkit-scrollbar-track {
		background-color: rgba(6, 58, 65, .56)
	}

	.elementor-widget-acheron_core_comparison_pricing_table_holder::-webkit-scrollbar-track.qodef-skin--light,
	.qodef-skin--light .elementor-widget-acheron_core_comparison_pricing_table_holder::-webkit-scrollbar-track {
		background-color: rgba(255, 255, 255, .56)
	}

	.elementor-widget-acheron_core_comparison_pricing_table_holder::-webkit-scrollbar-thumb {
		background-color: var(--qode-main-color)
	}
}

@media only screen and (max-width:680px) {
	.qodef-comparision-pricing-table {
		min-width: 980px
	}

	.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-content .qodef-e-item {
		padding-left: 20px;
		padding-right: 20px
	}

	.qodef-comparision-pricing-table .qodef-m-table.qodef--features .qodef-m-footer ul li {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width:680px) {

	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
	.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
	.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.33333333333333%
	}
}

@media only screen and (max-width:1200px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

@media only screen and (max-width:880px) {
	.qodef-image-marquee .qodef-m-content.qodef--desktop {
		display: none
	}

	.qodef-image-marquee .qodef-m-content.qodef--mobile {
		display: block
	}
}

@media only screen and (max-width:1200px) {
	.qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

.qodef-info-section .qodef-m-info p a {
	color: inherit
}

.qodef-info-section .qodef-m-info p a:hover {
	color: inherit
}

@media only screen and (max-width:1200px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none
	}
}

@media only screen and (max-width:880px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block
	}

	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0
	}

	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
		margin-top: 26px
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 26px 0 0
	}
}

@media only screen and (max-width:880px) {
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
		left: 1px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
		left: 46px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
		left: 91px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
		left: 136px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
		left: 181px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
		left: 226px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
		left: 271px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
		left: auto;
		right: 0
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
		right: auto;
		left: 1px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
		right: auto;
		left: 46px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
		right: auto;
		left: 91px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
		right: auto;
		left: 136px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
		right: auto;
		left: 181px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
		right: auto;
		left: 226px
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
		right: auto;
		left: 271px
	}
}

@media only screen and (max-width:1200px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0 !important
	}
}