@keyframes batman {
	0% {
		transform: scale(1, 1) rotateZ(0);
	}
	
	100% {
		transform: scale(0, 0) rotateZ(720deg);
		opacity: 0;
	}
}

.elementor-widget-wts-shape-separator svg {
	display: block;
}

@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}

@-moz-keyframes cd-pulse {
	0% {
		-moz-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	
	40% {
		-moz-transform: translateY(-50%) scale(.9);
		opacity: 0;
	}
	
	100% {
		-moz-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}

@keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		-moz-transform: translateY(-50%) scale(1);
		-ms-transform: translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		-moz-transform: translateY(-50%) scale(.9);
		-ms-transform: translateY(-50%) scale(.9);
		-o-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		-moz-transform: translateY(-50%) scale(0);
		-ms-transform: translateY(-50%) scale(0);
		-o-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}

.eae-img-comp-container img {
	vertical-align: middle;
}

.eae-img-comp-img img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.mode-horizontal .eae-img-comp-overlay img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: auto;
	height: 100% !important;
	max-width: none !important;
}

.mode-vertical .eae-img-comp-overlay img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto !important;
	max-width: none !important;
}

.eae-img-comp-slider svg, .eae-slider-icon {
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
	color: #fff;
}

.eae-popup-link svg {
	fill: #fff;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
}

@-webkit-keyframes AnimateGradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@-moz-keyframes AnimateGradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@keyframes AnimateGradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

.skin-2 img {
	width: 100px;
	border-radius: 25%;
}

.skin-1 img {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.skin-4 img {
	width: 100px;
	border-radius: 50%;
}

.skin-3 img {
	width: 100%;
}

.eae-swiper-outer-wrapper .swiper-button-next svg, .eae-swiper-outer-wrapper .swiper-button-prev svg {
	height: auto;
}

.eae-icon-wrap i img {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
}

.image-position-row .eae-tl-item-image img, .image-position-row-reverse .eae-tl-item-image img {
	object-fit: cover;
	height: 100% !important;
}

[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div>span {
	padding: 15px;
	width: 100%;
	background: #00816a;
	display: inline-block;
}

@media screen and (max-width:767px) {
	[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div>span {
		padding: 5px;
	}
}

@-webkit-keyframes asd {
	0% {
		z-index: 2;
	}
	
	100% {
		z-index: 4;
	}
}

@-moz-keyframes asd {
	0% {
		z-index: 2;
	}
	
	100% {
		z-index: 4;
	}
}

@-o-keyframes asd {
	0% {
		z-index: 2;
	}
	
	100% {
		z-index: 4;
	}
}

@keyframes asd {
	0% {
		z-index: 2;
	}
	
	100% {
		z-index: 4;
	}
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
	}
	
	100% {
		-webkit-transform: rotateX(0);
	}
}

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg);
	}
	
	100% {
		-moz-transform: rotateX(0);
	}
}

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg);
	}
	
	100% {
		-o-transform: rotateX(0);
	}
}

@keyframes turn {
	0% {
		transform: rotateX(90deg);
	}
	
	100% {
		transform: rotateX(0);
	}
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0);
	}
	
	100% {
		-webkit-transform: rotateX(-90deg);
	}
}

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0);
	}
	
	100% {
		-moz-transform: rotateX(-90deg);
	}
}

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0);
	}
	
	100% {
		-o-transform: rotateX(-90deg);
	}
}

@keyframes turn2 {
	0% {
		transform: rotateX(0);
	}
	
	100% {
		transform: rotateX(-90deg);
	}
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-o-keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-moz-keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-o-keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

[data-element_type="eae-evergreen-timer.skin3"] #timer {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:first-child {
	background: khaki;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(2) {
	background: #cd5c5c;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(3) {
	background: #5f9ea0;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(4) {
	background: #6495ed;
}

[data-element_type="eae-evergreen-timer.skin3"] .fade {
	animation: flip .7s ease forwards;
}

@keyframes flip {
	0% {
		transform: rotateY(0) scaleY(1.1);
		opacity: .5;
	}
	
	50% {
		transform: rotateY(180deg) scaleY(1.3);
		opacity: 0;
	}
	
	100% {
		transform: rotateY(0);
		opacity: 1;
	}
}

@media screen and (max-width:767px) {
	[data-element_type="eae-evergreen-timer.skin3"] #timer span {
		font-size: 22px;
	}
}

[data-element_type="eae-evergreen-timer.skin4"] .container {
	margin: 0 auto;
}

[data-element_type="eae-evergreen-timer.skin4"] #counter {
	position: absolute;
	z-index: 4000;
}

@-webkit-keyframes progress-2-bg-animation-rtl {
	100% {
		background-position: 0 0, 0 0;
	}
	
	0% {
		background-position: 0 0, 42px 0;
	}
}

@keyframes progress-2-bg-animation-rtl {
	100% {
		background-position: 0 0, 0 0;
	}
	
	0% {
		background-position: 0 0, 42px 0;
	}
}

@-webkit-keyframes progress-2-bg-animation {
	0% {
		background-position: 0 0, 0 0;
	}
	
	1000% {
		background-position: 0 0, 42px 0;
	}
}

@keyframes progress-2-bg-animation {
	0% {
		background-position: 0 0, 0 0;
	}
	
	100% {
		background-position: 0 0, 42px 0;
	}
}

.eae-fg-wrapper .eae-gallery-item-inner img {
	width: 100%;
	height: auto;
	display: block !important;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.eae-overlay-icon svg {
	height: auto;
}

.eae-fg-wrapper.eae-image-ratio-yes .eae-gallery-item-inner .eae-fg-img-wrapper img {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.eae-flip-box-back svg, .eae-flip-box-front svg {
	width: 25px;
	height: auto;
}

.wts-eae-textseparator svg {
	width: 25px;
	height: auto;
}

.eae-img-comp-slider svg {
	width: 22px;
	height: auto;
}

.eae-popup-link svg {
	display: inline-block;
	width: 1em;
}

.eae-popup svg.eae-close {
	width: 28px;
	height: 28px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	background-color: #fff;
}

.eae-dual-button-wrapper svg {
	width: 1em;
	height: auto;
	display: block;
}

.eae-button-1.icon-before svg, .eae-button-2.icon-after svg, .eae-button-2.icon-before svg {
	align-self: center;
	margin: 0 10px 0 0;
}

.eae-button-1.icon-after svg, .eae-button-2.icon-after svg {
	align-self: center;
	margin: 0 0 0 10px;
}

.eae-button-1.icon-down svg, .eae-button-1.icon-up svg, .eae-button-2.icon-down svg, .eae-button-2.icon-up svg {
	align-self: center;
	margin: 5px 0;
}

.eae-pt-button-wrapper a svg {
	width: 1em;
}

.eae-icon-wrap svg {
	width: 20px;
	height: auto;
	font-size: 20px;
	display: block;
}

.eae-info-circle .eae-icon-wrap svg {
	width: 20px;
	height: auto;
	font-size: 20px;
}

.eae-icon-view-stacked svg {
	fill: #fff;
}

.eae-swiper-button svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.eae-table__head-column-wrapper .eae-lottie-animation svg {
	width: 70px !important;
	line-height: 0;
}

.eae-table__body-column-wrapper .eae-table-lottie-animation svg {
	width: 70px !important;
	line-height: 0;
}

::placeholder {
	opacity: .5;
}

.search-icon {
	background-color: #eceeef;
	padding: 0;
	padding: 10px;
	margin: 0;
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	
	100% {
		transform: translateY(700px);
		opacity: 0;
	}
}

.eae-post-media-wrapper.eae_image_ratio_yes img {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.eae-content-ticker-heading svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.eae-navigation-icon-wrapper svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.eae-icon-wrapper svg {
	height: 40px;
	width: 40px;
}

.wts-eae-separator-image>img {
	height: 20px;
}

.eae-calendar-wrapper_link .eae-act-button-icon i, .eae-calendar-wrapper_link .eae-act-button-icon svg {
	text-shadow: none;
}

.eae-act-button-icon img {
	width: 20px;
	height: 20px;
}

.eae-img-panel img.eae-panel-img {
	position: absolute;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	transition: opacity 1s, transform 1.5s;
	overflow: hidden;
	opacity: 0;
}

.eae-img-panel.active img {
	opacity: 1;
	transform: scale(1.2);
	transition: opacity .5s, transform 1.5s;
}

.eae-panel-content-wrap a i, .eae-panel-content-wrap a svg {
	display: inline-block;
	height: 1em;
	width: 1em;
	vertical-align: text-bottom;
}

.enable-stacked.eae-img-acc-wrapper:not(.eae-ia-skin-panel) .eae-img-panel img {
	opacity: 1;
}

.eae-gbl-icon i, .eae-gbl-icon svg {
	width: 1em !important;
	height: 1em !important;
	position: relative;
	display: block;
}

.eae-gbl-icon img {
	display: block;
}

.eae-gbl-icon.eae-graphic-type-image img {
	width: 20px;
	height: auto;
}

.eae-img-acc-wrapper.eae-ia-skin-panel .eae-img-panel img {
	z-index: 0;
	opacity: 1;
}

.eae-list-panel-icon img {
	width: auto;
	transition: all .5s;
}

.eae-lottie-animation svg {
	transition: all .5s;
}

.eae-video-play img.eae-video-thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: 100%;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
	object-fit: cover;
}

.eae-video-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.eae-video-play img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.eae-gbl-icon.eae-graphic-type-image.eae-video-play-button, .eae-gbl-icon.eae-graphic-type-image.eae-video-play-button img {
	width: 80px;
	height: auto;
}

.eae-tm-image-container img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s ease-in-out;
}

.eae-tm-img-overlay img {
	position: relative;
	padding: 0;
}

.preview-eae-team-member-info-style-2 .eae-tm-image-effect img {
	transform: scale(1);
	filter: blur(4px);
}

.eae-tm-container:hover .eae-tm-img-blur img {
	filter: blur(4px);
	transition: all .5s ease;
}

.eae-tm-img-blur img {
	filter: blur(0px);
	transition: all .5s ease;
}

.eae-tm-image-effect img {
	transform: scale(1.1);
	filter: blur(0px);
	transition: all .5s ease;
}

.eae-tm-image-effect:hover img {
	transform: scale(1);
	filter: blur(4px);
}

.elementor-widget-eae-instagram-feed .eae-insta-post img {
	display: block;
}

.elementor-widget-eae-instagram-feed .eae_image_ratio_yes .eae-insta-post img {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link svg {
	width: 1em;
	height: 1em;
}

@keyframes FloatingImageVertical {
	0% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(20px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes FloatingImageHorizontal {
	0% {
		transform: translateX(0);
	}
	
	50% {
		transform: translateX(20px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.wts-eae-image.icon svg {
	width: 1em;
	height: 1em;
	display: block;
	position: relative;
}

input:focus+.eae-apt-slider {
	box-shadow: 0 0 1px #000;
}

input:checked+.eae-apt-slider:before {
	transform: translateX(36px);
}

input:focus+.eae-apt-slider-skin-4 {
	box-shadow: 0 0 1px #000;
}

input:checked+.eae-apt-slider-skin-4:before {
	transform: translateX(40px);
}

input:focus+.eae-apt-slider-skin-3 {
	box-shadow: 0 0 1px #000;
}

input:checked+.eae-apt-slider-skin-3:before {
	transform: translateX(36px);
}

.image-scroll-wrapper img {
	transition: all 3s ease-in-out;
}

.image-scroll-wrapper.horizontal img {
	height: 100%;
	width: auto;
	max-width: none;
}

.image-scroll-wrapper.vertical img {
	width: 100%;
}

.eae-vg-element img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	
	100% {
		opacity: 0;
		transform: scale(0);
	}
}

.eae-vg-element img {
	width: 100%;
}

.eae-ig-media-container.eae-ig-icon svg, .eae-ig-media-container.eae-ig-media-type-lottie svg {
	width: 1em !important;
	height: 1em !important;
	position: relative;
	display: block;
}

.eae-ig-active-button-icon svg, .eae-ig-button-icon svg {
	width: 1em;
	height: 1em;
}

.eae-ig-active-button-icon svg, .eae-ig-button-icon svg {
	fill: #fff;
}

.eae-ig-close-button svg {
	width: 1em;
	height: 1em;
}

.eae-image-stack .img-stack-item.eae-is-ct-icon, .eae-image-stack .img-stack-item.eae-is-ct-image img, .eae-image-stack .img-stack-item.eae-is-ct-lottie-animation, .eae-image-stack .img-stack-item.eae-is-ct-text {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.img-stack-item.eae-is-ct-image .stack_overlay, .img-stack-item.eae-is-ct-image img {
	border-radius: 50%;
}

.img-stack-item.eae-is-ct-image img {
	object-fit: cover;
}

.img-stack-item.eae-is-ct-icon i, .img-stack-item.eae-is-ct-image img, .img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation, .img-stack-item.eae-is-ct-text .img-stack-text {
	height: 60px;
	width: 60px;
}

[tooltip] {
	position: relative;
}

.img-stack-item.eae-is-ct-icon i, .img-stack-item.eae-is-ct-image img, .img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation, .img-stack-item.eae-is-ct-text .img-stack-text {
	overflow: hidden;
}

@keyframes tooltip_ver {
	to {
		opacity: .9;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-hor {
	to {
		opacity: .9;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

[tooltip]:not([dir]):hover::after, [tooltip]:not([dir]):hover::before, [tooltip][dir^=down]:hover::after, [tooltip][dir^=down]:hover::before, [tooltip][dir^=up]:hover::after, [tooltip][dir^=up]:hover::before {
	animation: tooltip_ver .3s ease-out forwards;
}

[tooltip][dir^=left]:hover::after, [tooltip][dir^=left]:hover::before, [tooltip][dir^=right]:hover::after, [tooltip][dir^=right]:hover::before {
	animation: tooltips-hor .3s ease-out forwards;
}

.devices-mockup-wrapper svg {
	width: 100%;
	height: auto;
	display: block;
	font-size: 1rem;
	transition: .3s cubic-bezier(.42, 0, .2, 1);
}

.eae-device-wrapper .eae-video-play img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.eae-device-video-play img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: 100%;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
	object-fit: cover;
}

.eae-device-tone-light .device-iMacBlack .devices-mockup-wrapper svg .eae-frame-element {
	fill: #525252;
}

.eae-ih-wrapper img {
	width: 100%;
	height: auto;
}

.eae-ih-tooltip-button svg, .eae-ih-tooltip-close-icon svg, .eae-ih-tooltip-next svg, .eae-ih-tooltip-prev svg {
	height: 1em;
	width: 1em;
}

.eae-cta-wrapper .eae-cta-img img {
	object-fit: cover;
	width: 100%;
}

.eae-cta-img-ani-zoom-in:hover .eae-cta-img img {
	transform: scale(1.2);
}

.eae-cta-img-ani-zoom-out .eae-cta-img img {
	transform: scale(1.2);
}

.eae-cta-img-ani-zoom-out:hover .eae-cta-img img {
	transform: scale(1);
}

.eae-cta-img-ani-move-left .eae-cta-img img {
	transform: scale(1.2) translateX(8%);
}

.eae-cta-img-ani-move-left:hover .eae-cta-img img {
	transform: scale(1.2) translateX(-8%);
}

.eae-cta-img-ani-move-right .eae-cta-img img {
	transform: scale(1.2) translateX(-8%);
}

.eae-cta-img-ani-move-right:hover .eae-cta-img img {
	transform: scale(1.2) translateX(8%);
}

.eae-cta-img-ani-move-up .eae-cta-img img {
	transform: scale(1.2) translateY(8%);
}

.eae-cta-img-ani-move-up:hover .eae-cta-img img {
	transform: scale(1.2) translateY(-8%);
}

.eae-cta-img-ani-move-down .eae-cta-img img {
	transform: scale(1.2) translateY(-8%);
}

.eae-cta-img-ani-move-down:hover .eae-cta-img img {
	transform: scale(1.2) translateY(8%);
}

.eae-coupon-popup svg.eae-close {
	width: 28px;
	height: 28px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	background-color: #000;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
}

.eae-woo-products img {
	width: 100%;
	object-fit: cover;
}

.eae-wp-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.eae-wp-media-btn svg {
	fill: rgba(30, 104, 183, .92);
}

.eae-product-card .eae-wp-image img {
	width: 100%;
	object-fit: cover;
}

.eae-rw-image-container img {
	width: 100%;
}

.eae-rw-e-marked svg, .eae-rw-e-unmarked svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.eae-rw-e-marked svg {
	fill: #f0ad4e;
}

.eae-rw-e-unmarked svg {
	fill: #ccd6df;
}

.eae-rw-e-icon-container svg {
	height: 1em;
	width: 1em;
}

.eae-woo-cat-wrapper .eae-category-card .eae-image a img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.eae-category-card .eae-image.enable-scale img {
	transition: all .3s ease-in-out;
}

.eae-category-card:hover .eae-image.enable-scale img {
	transform: scale3d(1.2, 1.2, 1);
	transition: all .3s ease-in-out;
}

.eae-testimonial-container .eae-additional-image img {
	object-fit: cover;
	overflow: hidden;
	width: auto;
}

.eae-rating.eae-content-rating svg {
	height: 16px;
	width: 16px;
}

.eae-ts-icon.eae-ts-unfilled-icon svg {
	height: 16px;
	width: 16px;
}

@keyframes effectglitchtext {
	0% {
		opacity: 1;
		transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	
	10% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	
	20% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	
	35% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	
	50% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	
	60% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	
	70% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	
	80% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	
	90% {
		transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes effectglitchline {
	0% {
		transform: scale3d(1, 1, 1);
	}
	
	10% {
		transform: translate3d(10px, 0, 0);
	}
	
	20% {
		transform: translate3d(0, 4px, 0);
	}
	
	30% {
		transform: scale3d(.1, 1.4, 1) translate3d(0, -25px, 0);
		transform-origin: 100% 0%;
	}
	
	40% {
		transform: scale3d(1, .3, 1) translate3d(0, 25px, 0);
	}
	
	50% {
		transform: scale3d(.5, .3, 1) translate3d(-100px, -80px, 0);
	}
	
	60% {
		transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
	}
	
	70% {
		transform: scale3d(.5, .5, 1) translate3d(0, 20px, 0);
	}
	
	80% {
		transform: translate3d(-30, 10px, 0) scale3d(1, .4, 1);
		transform-origin: 100% 0%;
	}
	
	90% {
		transform: scale3d(1, .5, 1) translate3d(0, -15px, 0);
		transform-origin: 0% 50%;
	}
	
	100% {
		opacity: 1;
	}
}

.eae-animation-effect9 svg {
	width: 300%;
	max-width: inherit;
	height: 100%;
}

@keyframes effect10 {
	0% {
		transform-origin: 50% 100%;
		transform: scale3d(1, .045, 1);
	}
	
	50% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 1, 1);
	}
	
	51% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 1, 1);
	}
	
	100% {
		transform-origin: 50% 0%;
		transform: scale3d(1, .045, 1);
	}
}

.elementor-form .eae-uploads img {
	vertical-align: middle;
	width: 100%;
}

.elementor-form .eae-uploads .eae-upload-close svg {
	width: 20px;
}

span.eae-gbl-icon.eae-graphic-type-image.eae-title-separator img {
	width: 100%;
}

.eae-random-image-wrapper img {
	height: 100%;
	width: 100%;
}

.eae-audio-player-wrapper .eae-playlist .eae-audio-social-icon svg {
	fill: #000;
}

.eae-audio-player-wrapper.eae-layout-4.eae-player-out-viewport .eae-player img {
	height: 100%;
	width: auto;
}

.eae-audio-player-wrapper.eae-layout-3.eae-player-out-viewport .eae-player img {
	width: 120px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	object-fit: cover;
}

@media (max-width:768px) {
	.eae-audio-player-wrapper.eae-layout-4 .eae-player img {
		width: auto;
	}
}

.eae-youtube-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.eae-youtube-item:hover .eae-youtube-thumbnail img {
	transform: scale(1.05);
}

.eae-youtube-load-more-btn svg, .eae-youtube-next-btn svg, .eae-youtube-prev-btn svg {
	height: 1em;
	width: 1em;
}

.eae-youtube-next-btn svg, .eae-youtube-prev-btn svg {
	height: 1em;
	width: 1em;
}

.eae-youtube-loading-icon svg {
	height: 1em;
	width: 1em;
}

.eae-youtube-playlist-player img {
	width: 100%;
	object-fit: cover;
}

.eae-youtube-sub-btn svg {
	height: 1em;
	width: 1em;
}

.eae-youtube-profile-picture img {
	width: 100%;
}