* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.back-to-top,
.elementor-button {
	cursor: pointer
}

body {
	overflow-x: hidden
}

p:first-child {
	margin-top: 0
}

p:last-child {
	margin-bottom: 0
}

.back-to-top:hover {
	background-color: #cecece;
	color: #000
}

.back-to-top-icon {
	display: flex
}

.back-to-top,
.uncoder-hide-back-to-top-yes #backToTop {
	display: none
}

.back-to-top {
	background-color: #fff;
	color: #000;
	position: fixed;
	bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	z-index: 22;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 15px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 1px 0 22px -9px rgb(0 0 0 / .4)
}

#backToTop.back-to-top[data-position=right] {
	right: 0
}

#backToTop.back-to-top[data-position=left] {
	left: 0
}

.back-to-top-icon svg {
	width: .8em;
	height: .8em
}

.back-to-top.active,
.elementor-editor-active .back-to-top {
	opacity: 1;
	visibility: visible;
	right: 30px
}

@media only screen and (max-width:767px) {
	.back-to-top {
		bottom: 20px
	}

	.back-to-top:not(.show-on-mobile) {
		display: none
	}

	.back-to-top.active,
	.elementor-editor-active .back-to-top {
		right: 20px
	}
}

.elementor-button-icon {
	transition: .2s cubic-bezier(.455, .03, .515, .955)
}

.elementor-button-content-wrapper {
	align-items: center
}

.elementor-button.elementor-animation-underline .elementor-button-content-wrapper::before,
.uncoder-link-hover-underline-yes .elementor-icon-list-item .elementor-icon-list-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: .8;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition: transform .3s cubic-bezier(.2, 1, .3, 1);
	background: currentColor
}

.elementor-button.elementor-animation-underline .elementor-button-content-wrapper::before {
	bottom: -2px
}

.elementor-button.elementor-animation-underline .elementor-button-content-wrapper,
.uncoder-link-hover-underline-yes .elementor-icon-list-item .elementor-icon-list-text {
	position: relative
}

@media only screen and (min-width:767px) {

	.elementor-button.elementor-animation-underline:hover .elementor-button-content-wrapper::before,
	.uncoder-link-hover-underline-yes .elementor-icon-list-item a:hover .elementor-icon-list-text::before {
		transform: scale3d(1, 1, 1);
		transform-origin: 0% 50%;
		transition-timing-function: ease
	}
}

.elementor-form .elementor-field-label {
	margin-bottom: 10px
}

.skip-link.screen-reader-text {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px;
	background: #ffc;
	border: 1px solid #900
}

.logged-in.admin-bar .elementor-location-header header.uncoder-sticky-header-yes {
	top: 31px
}

@media (max-width:768px) {
	.elementor-location-header header.uncoder-sticky-header-yes {
		top: 0 !important
	}
}

.elementor-location-header {
	display: initial
}

.uncoder-sticky-hide {
	transform: translateY(-100%);
	transition: transform .4s cubic-bezier(.7, 0, .3, 1);
	will-change: transform
}

.elementor-location-header header.uncoder-sticky-header-yes {
	position: sticky !important;
	z-index: 9999;
	width: 100% !important;
	top: 0
}

@media (max-width:1025px) {
	.elementor-location-header header.uncoder-sticky-header-disable-mobile-yes {
		position: relative !important;
		top: auto !important
	}
}

.uncoder-container-bg-blur-yes {
	-webkit-backdrop-filter: saturate(180%) blur(40px);
	backdrop-filter: saturate(180%) blur(40px)
}

.uncoder-container-bg-blur-yes:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-backdrop-filter: saturate(180%) blur(var(--uncoder-bg-blur, 10px));
	backdrop-filter: saturate(180%) blur(var(--uncoder-bg-blur, 10px));
	z-index: -1
}

.overflow-hidden {
	overflow: hidden !important
}

.elementor-heading-title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-color: currentColor;
}
.elementor-animation-btn-flip-text .elementor-button-text,
.nav-hover-flip .link-text {
	-webkit-text-fill-color: transparent;
	position: relative;
	clip-path: inset(-.05em);
	perspective: 100px;
}

/* base state */
.elementor-animation-btn-flip-text .elementor-button-text::after,
.elementor-animation-btn-flip-text .elementor-button-text::before,
.nav-hover-flip .link-text::after,
.nav-hover-flip .link-text::before {
	content: attr(data-title);
	display: block;
	-webkit-text-fill-color: currentColor;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:
		opacity var(--uncoder-flip-speed, .35s) ease-out,
		transform var(--uncoder-flip-speed, .45s) cubic-bezier(.22, .61, .36, 1);
}

.elementor-animation-btn-flip-text .elementor-button-text::before,
.nav-hover-flip .link-text::before {
	transform: translateY(0);
}

.elementor-animation-btn-flip-text .elementor-button-text::after,
.nav-hover-flip .link-text::after {
	transform: translateY(70%);
	opacity: 0;
}

/* hover state */
.elementor-animation-btn-flip-text:hover .elementor-button-text::before,
.nav-hover-flip .menu-item:hover .link-text::before {
	transform: translateY(-75%);
	opacity: 0;
	transition-duration: var(--uncoder-flip-speed, .32s), var(--uncoder-flip-speed, .32s);
}

.elementor-animation-btn-flip-text:hover .elementor-button-text::after,
.nav-hover-flip .menu-item:hover .link-text::after {
	opacity: 1;
	transform: translateY(0);
	transition-duration: var(--uncoder-flip-speed, .45s), var(--uncoder-flip-speed, .45s);
}
