@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: auto;
	}
}

html {
	scroll-padding-top: 140px;
}
@media (min-width: 768px) {
	html {
		scroll-padding-top: 148px;
	}
} /* @media */

body {
	background-color: #000;
	color: #fff;
	overflow-x: hidden;
}

:root {
	--theme-color-1: #ffbf00;
	--theme-color-2: #ffd966;
	--theme-color-3: #58507e;
	--theme-color-4: #2c273e;
	--theme-color-5: #122b3e;
	--theme-color-6: #0b1a25;
	--theme-color-7: #f5f5f5;
	--theme-color-8: #fafafa;
	--theme-color-1-rgb: 255, 191, 0;
	--button-bg-color-1: #ffbf00;
	--button-bg-color-2: #ffd966;
	--button-text-color: #122b3e;
}

/* --------------------------------------------------------------------- */

:root {
	--section-padding-inline: 20px;
}

@media (min-width: 768px) {
	:root {
		--section-padding-inline: 60px;
	}
}

@media (min-width: 1366px) {
	:root {
		--section-padding-inline: 80px;
	}
}

@media (min-width: 1440px) {
	:root {
		--section-padding-inline: 96px;
	}
}

/* --------------------------------------------------------------------- */

p {
	font-size: 18px;
	margin-bottom: 1.4em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	transition: 0.2s ease;
	color: inherit;
	text-decoration: none;
	text-underline-offset: 4px;
}

p a:hover {
	color: var(--theme-color-1);
	text-decoration: underline;
}

/* prettier-ignore */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0;
	margin-block: 0 1.5rem;
	color: inherit;
}

:is(h1, h2, h3, h4, h5, h6):last-child,
:is(.h1, .h2, .h3, .h4, .h5, .h6):last-child {
	margin-bottom: 0;
}

/* prettier-ignore */
h1, h2, h3,
.h1, .h2, .h3 {
	font-family: 'Gin', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 100%;
	color: var(--theme-color-1);
}

/* prettier-ignore */
h4, h5, h6, 
.h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
}

h1,
.h1 {
	font-size: 56px;
	line-height: 1em;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 86px;
	}
} /*@media*/

h2,
.h2 {
	font-size: 34px;
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 36px;
	}
} /*@media*/

@media (min-width: 1024px) {
	h2,
	.h2 {
		font-size: 48px;
	}
} /*@media*/

h3,
.h3 {
	font-size: 28px;
}

@media (min-width: 768px) {
	h3,
	.h3 {
		font-size: 32px;
	}
} /*@media*/

@media (min-width: 1024px) {
	h3,
	.h3 {
		font-size: 34px;
	}
} /*@media*/

h4,
.h4 {
	font-size: 24px;
}

@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 26px;
	}
} /*@media*/

@media (min-width: 1024px) {
	h4,
	.h4 {
		font-size: 28px;
	}
} /*@media*/

h5,
.h5 {
	font-size: 20px;
}

@media (min-width: 1024px) {
	h5,
	.h5 {
		font-size: 22px;
	}
} /*@media*/

h6,
.h6 {
	font-size: 19px;
}

@media (min-width: 1024px) {
	h6,
	.h6 {
		font-size: 18px;
	}
} /*@media*/

/* --------------------------------------------------------------------- */

body:not([class*='elementor-page-']) .content-area {
	padding: 140px var(--section-padding-inline) 100px;
}
@media (min-width: 768px) {
	body:not([class*='elementor-page-']) .content-area {
		padding-block: 160px 100px;
	}
}

@media (min-width: 1440px) {
	body:not([class*='elementor-page-']) .content-area {
		padding-block: 200px 140px;
	}
}

/* ... */

.site-main {
	position: relative;
	overflow: hidden;
}

.section {
	padding: 60px var(--section-padding-inline);
}

@media (min-width: 768px) {
	.section {
		padding-block: 100px;
	}
}

@media (min-width: 1440px) {
	.section {
		padding-block: 147px;
	}
}

.container {
	position: relative;
	max-width: var(--container-max-width);
	width: 100%;
	margin: 0 auto;
}

/* --------------------------------------------------------------------- */

.svg-wrapper {
	display: inline-flex;
	line-height: 0;
}

.svg-wrapper svg {
	width: 100%;
	height: 100%;
}

.img-wrapper {
	position: relative;
	overflow: hidden;
}

.img-wrapper img,
.fit-cover {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none !important;
	height: 100% !important;
	object-fit: cover;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.glass {
	background: rgba(255, 255, 255, 0.01);
	-webkit-backdrop-filter: contrast(1.01) brightness(1.1) blur(5px);
	backdrop-filter: url(#liquidGlassFilter) contrast(1.01) brightness(1.1) blur(5px);
}

/* --------------------------------------------------------------------- */
/* Form styles */

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='url'],
select,
textarea {
	outline: 0;
	background-color: #f5f5f5;
	color: var(--theme-color-3);
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 16px;
	--e-global-typography-text-font-weight: 500;
	transition: all 0.2s;
}

label,
input::placeholder,
textarea::placeholder {
	color: currentColor;
	font-size: inherit;
}

label,
input[type='checkbox'],
input[type='radio'] {
	cursor: pointer;
}

:is(input[type], textarea, select):focus,
:is(input[type], textarea, select):focus-visible {
	color: var(--theme-color-1);
	border-color: currentColor;
	background-color: transparent;
	-webkit-backdrop-filter: blur(5px) contrast(1.2);
	backdrop-filter: blur(5px) contrast(1.2);
}

select option {
	font-weight: 500;
}

input[type='submit'],
button[type='submit'] {
	color: var(--theme-color-3);
	outline-offset: -2px;
	outline-color: currentColor;
}

/* --------------------------------------------------------------------- */

/* Fancybox */

/* .fancybox__container .fancybox__backdrop {
	backdrop-filter: blur(10px);
} */

button.f-button[data-fancybox-close]:hover {
	background-color: var(--theme-color-1);
	color: var(--theme-color-4);
}

.fancybox__container .fancybox__slide.has-html {
	padding: 24px 12px 42px;
}

@media (min-width: 768px) {
	.fancybox__container .fancybox__slide.has-html {
		padding: 32px 24px 64px;
	}
}

@media (min-width: 1280px) {
	.fancybox__container .fancybox__slide.has-html {
		padding: 42px 32px 64px;
	}
}

/* --------------------------------------------------------------------- */

body e-page-transition {
	--e-preloader-animation: none;
	--entrance-anim-duration: calc(var(--e-page-transition-animation-duration) + 50ms);
	--preloader-delay: calc(var(--e-page-transition-animation-duration) + 70ms);
	user-select: none;

	width: 100vw;
	height: 100vh;
	display: grid !important;
	animation: none !important;
	transition: opacity 0.3s ease, visibility 0.3s ease !important;
	visibility: hidden;
	opacity: 0;
}

body e-page-transition:not(.e-page-transition--entered) {
	cursor: wait;
}

body e-page-transition.e-page-transition--exiting,
body e-page-transition.e-page-transition--entering {
	visibility: visible;
	opacity: 1;
}

body e-page-transition.e-page-transition--entered:not(.e-page-transition--preview) {
	visibility: hidden;
	opacity: 0;
	transition-delay: var(--preloader-delay) !important;
	/* transition-duration: calc(var(--entrance-anim-duration) + 75ms); */
	/* animation-name: var(--e-page-transition-entrance-animation);
	animation-duration: var(--entrance-anim-duration); */
}

body e-page-transition .e-page-transition--preloader {
	animation: none !important;
	transition: opacity 0.1s ease var(--preloader-delay), transform 0.15s cubic-bezier(1, 2, 0, 1.25) var(--preloader-delay) !important;
	transform: scale(0.75);
}

body e-page-transition:is(.e-page-transition--exiting, .e-page-transition--entering) .e-page-transition--preloader {
	transform: scale(1.1);
	opacity: 1 !important;
}

body e-page-transition:is(.e-page-transition--entered) .e-page-transition--preloader {
	transition: opacity 0.3s ease 0s, transform 0.25s cubic-bezier(1, 2, 0, 1.25) 0.1s !important;
	opacity: 0 !important;
}

/* ... */

body e-page-transition::after {
	content: 'Loading...';
	position: relative;
	top: 100px;
	left: 0.95ch;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--theme-color-1);
	animation: none;
	opacity: 0;
}

body e-page-transition:is(.e-page-transition--exiting)::after {
	transition: opacity 0.3s ease 0.6s;
	opacity: 1;
	animation: fadeInOut 2s linear infinite 0.6s;
}

body e-page-transition:is(.e-page-transition--entering)::after {
	opacity: 1;
	animation: fadeInOut 2s linear infinite, e-page-transition-fade-out var(--preloader-fade-duration) both;
}

@keyframes fadeInOut {
	0% {
		color: #ffbf0033;
	}
	50% {
		color: #ffbf00;
	}
	100% {
		color: #ffbf0033;
	}
}

/* --------------------------------------------------------------------- */

.elementor-field-group .elementor-field {
	background-color: #f5f5f5;
	color: #876c51;
	border: 1px solid transparent;
	outline: 1px solid transparent;
	outline-offset: -2px;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 16px;
}

.elementor-field-group .elementor-field::placeholder {
	color: currentColor;
	font-size: inherit;
	opacity: 1;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: none;
	color: var(--theme-color-1);
	background-color: transparent;
}

.elementor-field-group.elementor-field-type-submit {
	margin-top: 8px;
}

.elementor-form .elementor-button:focus,
.elementor-form .elementor-button:focus-visible {
	outline: 0;
	box-shadow: 0 0 2px rgba(var(--theme-color-1-rgb), 0.75), 0 0 14px rgba(var(--theme-color-1-rgb), 0.5), 0 0 33px rgba(var(--theme-color-1-rgb), 0.25),
		0 0 55px rgba(var(--theme-color-1-rgb), 0.25);
}

/* --------------------------------------------------------------------- */

/* Button Styles  */

.buttons-container {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.buttons-container {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.buttons-container > div,
	.buttons-container a {
		width: 100%;
	}
} /*@media*/

.elementor-widget-button .elementor-button {
	display: inline-flex;
	width: inherit;
}

@media (max-width: 768px) {
	.elementor-widget-button .elementor-button {
		display: flex !important;
	}
}

/* prettier-ignore */
.elementor-button:not(.elementor-menu-cart__toggle_button),
.elementor-widget-button .elementor-button,
.elementor-button[type='submit'],
.woocommerce.woocommerce .button.button,
.woocommerce a.added_to_cart.wc-forward,
input[type='submit'] {
	font-family: 'Montserrat', sans-serif !important;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	background: linear-gradient(90.2deg, var(--button-bg-color-1) 0.17%, var(--button-bg-color-2) 99.83%), var(--button-bg-color-1) !important;
	border: 1px solid var(--button-bg-color-2);
	border-left-color: var(--button-bg-color-1);
	color: var(--button-text-color);
	fill: currentColor;
	border-radius: 60px;
	transition: all 0.2s ease, box-shadow 0.5s ease;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.6em;
	font-weight: 700 !important;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 12px 24px;
	min-height: 38px !important;
	min-width: 140px;
	max-width: 340px;
	white-space: nowrap;
}

.woocommerce.woocommerce .button:disabled[disabled] {
	color: var(--button-text-color) !important;
	padding: 12px 24px;
	box-shadow: none !important;
}

.elementor-button:not(.elementor-menu-cart__toggle_button)::before,
.woocommerce.woocommerce .button::before,
.woocommerce.woocommerce a.added_to_cart.wc-forward::before {
	content: '';
	pointer-events: none;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 7px);
	height: calc(100% + 5px);
	border-radius: inherit;

	background-image: url('../imgs/button-shape-left.svg'), url('../imgs/button-shape-right.svg');
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* sheen ::after */
.elementor-button:not(.elementor-menu-cart__toggle_button)::after,
.woocommerce.woocommerce .button:not(.loading)::after,
.woocommerce.woocommerce a.added_to_cart.wc-forward::after {
	content: '';
	position: absolute;
	z-index: 0;
	inset: 0;
	height: 100%;
	width: 100%;
	border-radius: inherit;

	background-image: linear-gradient(60deg, #00000000 30%, rgba(255, 255, 255, 0.5) 50%, #00000000 70%);
	background-repeat: no-repeat;
	background-size: 200% 100%;
	background-position: 150% 50%;
}

.elementor-button-content-wrapper {
	align-items: center;
}

.elementor-button .elementor-button-text {
	position: relative;
	min-height: auto;
}

.elementor-button-icon svg {
	width: 1.25em;
	height: 1.25em;
}

.elementor-button svg path {
	fill: currentColor;
	transition: all 0.25s ease;
}

.elementor-button:not(.elementor-menu-cart__toggle_button):hover,
.woocommerce.woocommerce .button:hover,
.woocommerce.woocommerce a.added_to_cart.wc-forward:hover,
input[type='submit']:hover {
	color: var(--button-text-color) !important;
	box-shadow: 0 0 2px rgba(var(--theme-color-1-rgb), 0.75), 0 0 14px rgba(var(--theme-color-1-rgb), 0.5), 0 0 33px rgba(var(--theme-color-1-rgb), 0.25),
		0 0 55px rgba(var(--theme-color-1-rgb), 0.25);
	border-left-color: var(--button-bg-color-2);
}

/* sheen hover */
.elementor-button:not(.elementor-menu-cart__toggle_button):hover::after,
.woocommerce.woocommerce .button:not(.loading):hover::after,
.woocommerce.woocommerce a.added_to_cart.wc-forward:hover::after,
input[type='submit']:hover::after {
	animation: button_sheen 1s forwards;
}

.elementor-button:focus,
.elementor-button:visited {
	color: var(--button-text-color);
}

/* button sheen */
@keyframes button_sheen {
	100% {
		background-position: -150% 50%;
	}
}

/* ------ */

/* Circle Button */

.buttons-container .button-circle,
.button-circle {
	width: auto;
}

.elementor-button.button-circle {
	flex-grow: 0;
	padding: 10px;
	min-width: 40px;
	width: auto;
}

.elementor-button.button-circle::before {
	background-image: url('../imgs/button-circle-left.svg'), url('../imgs/button-circle-right.svg'), url('../imgs/button-circle-top.svg'),
		url('../imgs/button-circle-bottom.svg');
	background-position: left center, right center, center top, center bottom;
	background-size: auto;

	transform: translate(-49.25%, -49%);
	height: calc(100% + 8px);
}

.elementor-button.button-circle::after {
	background-image: linear-gradient(60deg, #00000000 20%, rgba(255, 255, 255, 0.5) 50%, #00000000 80%);
}

/* --------------------------------------------------------------------- */

/* Header */

header.elementor[data-elementor-type='header'] .header-inner {
	border: 0 none;
	--overlay-opacity: 1 !important;
}

header.elementor[data-elementor-type='header'] .header-inner::before {
	z-index: 0;
	pointer-events: none;
}

header.elementor[data-elementor-type='header'] .header-inner::after {
	content: '';
	pointer-events: none;
	-webkit-backdrop-filter: blur(10px) brightness(1.1) contrast(1.15) saturate(1.1);
	backdrop-filter: url(#liquid_glass_filter) blur(5px) brightness(1.1) contrast(1.02) saturate(1.1);
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: var(--border-radius);
	overflow: hidden;
}

body:not(.e--ua-safari) header.elementor[data-elementor-type='header'] .header-inner {
	background-color: #0000001a;
}

body.e--ua-safari header.elementor[data-elementor-type='header'] .header-inner::after {
	-webkit-backdrop-filter: blur(10px) brightness(1.1) contrast(1.15) saturate(1.1);
	backdrop-filter: blur(10px) brightness(1.1) contrast(1.15) saturate(1.1);
	background-color: #0000001a;
}

header.elementor[data-elementor-type='header'] .header-inner svg {
	display: block;
}

/* --------------------------------------------------------------------- */

.elementor-widget-n-menu {
	--n-menu-title-color-normal: #fff;
	--n-menu-title-color-hover: var(--theme-color-1);
	--n-menu-dropdown-icon-gap: 8px;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
	width: auto;
	height: 12px;
}

@media (min-width: 1280px) {
	.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
		height: 8px;
	}
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span {
	position: absolute;
	display: flex !important;
	transition: all 0.3s ease-out;
	opacity: 0;
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded='true'] span {
	transform: rotate(-135deg);
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded='true'] span.e-n-menu-dropdown-icon-opened {
	opacity: 1;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded='false'] span.e-n-menu-dropdown-icon-closed {
	opacity: 1;
}

.elementor-widget-n-menu .e-n-menu-heading {
	column-gap: 24px;
}

.elementor-widget-n-menu .e-n-menu-item {
	position: relative;
}

@media (min-width: 1200px) {
	.main-menu > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > ul > .e-n-menu-item:last-child {
		display: none;
	}
}

.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
	background-color: transparent;
	font-size: 14px;
	padding-left: 0;
}

.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title-text {
	font-size: inherit;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout='dropdown']) .e-n-menu-content {
	left: -5px;
	right: auto;
	width: auto;
	min-width: 250px;
}

.elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-content > .e-con {
	border-bottom: 1px solid rgba(var(--theme-color-1-rgb), 0.35);
	background-color: rgba(0, 0, 0, 0.925);
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0px 4px 24px 0px #00000040;
}

.elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-content .elementor-widget-link_widget a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 16px;
	transition-duration: 0.2s;
}

.elementor-widget-n-menu .e-n-menu .e-n-menu-item .e-n-menu-content .elementor-widget-link_widget a:hover {
	color: #ffbf00;
}

/* ..................... */

/* On Mobile */

.elementor-widget-n-menu .e-n-menu-toggle {
	-webkit-tap-highlight-color: transparent;
	width: 24px;
	height: 24px;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle {
	z-index: 2147483641;
}

.elementor-widget-n-menu .e-n-menu-toggle svg {
	width: auto;
	height: 100%;
}

.elementor-widget-n-menu .e-n-menu-toggle span {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-out;
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded='true'] span {
	transform: rotate(-180deg);
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;

	background-color: #2c273e;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	padding: 40px;
	padding-top: 120px;
}

@media (min-width: 768px) {
	.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-wrapper {
		padding: 84px;
		padding-top: 160px;
	}
}

/* ... */

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-wrapper {
	--n-menu-dropdown-content-box-height: auto !important;
	--n-menu-wrapper-display: flex !important;
	display: flex;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper {
	transition-duration: 0.35s;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-wrapper > ul.e-n-menu-heading > li,
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(6) .elementor-widget-button {
	transition: transform 0s ease 0.35s, opacity 0.2s ease;
	transform: translateY(-20%);
	opacity: 0;
}

/* .elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(6) {
	transition: opacity 0.2s ease;
	transform: none;
} */

/* prettier-ignore */
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li,
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li .elementor-widget-button {
	transition-duration: 0.3s;
	transform: translateY(0);
	opacity: 1;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(1) {
	transition-delay: 0.3s;
}
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(2) {
	transition-delay: 0.4s;
}
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(3) {
	transition-delay: 0.5s;
}
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(4) {
	transition-delay: 0.6s;
}
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(5) {
	transition-delay: 0.7s;
}
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(6) {
	transition-delay: 0.7s;
}

/* prettier-ignore */
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(6) .elementor-widget-button:nth-child(1) {
	transition-delay: 0.8s;
}

/* prettier-ignore */
.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-toggle[aria-expanded='true'] + .e-n-menu-wrapper > ul.e-n-menu-heading > li:nth-child(6) .elementor-widget-button:nth-child(2) {
	transition-delay: 0.87s;
}

/* .elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-heading {
	row-gap: 20px;
} */

/* ... */

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-item {
	width: 100%;
	border-bottom: 1px solid #000;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-title {
	font-family: 'Plus Jakarta Sans';
	font-size: 20px;
	background-color: transparent;
	justify-content: space-between;
	padding-block: 0;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-title > a {
	display: block;
	padding-block: 18px;
	flex: 1;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text {
	color: currentColor;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-item > .e-n-menu-content {
	padding-left: 1px;
	padding-bottom: 12px;
	transition: grid-template-rows 0.5s ease;
	display: grid;
	grid-template-rows: 0fr;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-item > .e-n-menu-content:is(.e-active) {
	grid-template-rows: 1fr;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-item > .e-n-menu-content > .e-con:not(.e-active) {
	display: flex !important;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-item > .e-n-menu-content > .e-con {
	border-radius: 0;
	border-bottom: 0;
	background-color: transparent;
	box-shadow: none;
	padding: 0;

	--n-menu-open-animation-duration: 1s;
	position: relative;
	overflow: hidden;
	grid-row: 1;
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] .e-n-menu-item .e-n-menu-content .elementor-widget-link_widget a {
	padding-inline: 0;
}

/* ... */

/* Extra mobile nav buttons */
div#mobile-extra-buttons {
	display: none;
}

#mobile-extra-buttons + .e-n-menu-content {
	width: 100%;
	overflow: visible;
	grid-template-rows: auto;
}

#mobile-extra-buttons + .e-n-menu-content > .e-con {
	overflow: visible;
	width: 100%;
	padding-block: 40px;
}

@media (max-width: 1024px) {
	#mobile-extra-buttons + .e-n-menu-content > .e-con {
		display: flex !important;
	}
}

.elementor-widget-n-menu .e-n-menu[data-layout='dropdown'] #mobile-extra-buttons + .e-n-menu-content::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background-color: #2c273e;
}

/* --------------------------------------------------------------------- */

/* Swiper Styles */

.swiper {
	transition: opacity 0.8s ease-out;
}

.swiper:not(.swiper-initialized) {
	overflow: hidden;
	max-height: 300px;
	opacity: 0;
}

.swiper:not(.swiper-initialized) ~ .elementor-swiper-button {
	opacity: 0 !important;
}

.swiper-watch-progress:not(.swiper-fade) {
	overflow: visible;
}

.swiper-watch-progress:not(.swiper-fade) .swiper-slide {
	transition: opacity 0.2s ease;
}

.swiper-watch-progress:not(.swiper-fade) .swiper-slide:not(.swiper-slide-visible) {
	opacity: 0;
}

.swiper-watch-progress:is(.swiper-fade) .swiper-slide:not(.swiper-slide-visible) {
	z-index: 0;
}
.swiper-watch-progress:is(.swiper-fade) .swiper-slide:is(.swiper-slide-visible) {
	z-index: 1;
}

.swiper-wrapper .swiper-slide {
	height: auto;
	overflow: visible;
}

.swiper-slide a.elementor-button {
	display: inline-flex;
}

/* .................................... */

.swiper-pagination {
	display: flex;
	gap: 8px;
	align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1;
	width: 16px;
	height: 16px;
	line-height: 1em;
	font-size: 8px;
	font-weight: 700;
	outline: none;
	color: #fff;
	background-color: transparent;
	border: 1px solid var(--theme-color-3);
	transition: all 0.25s ease;
	margin: 0 !important;

	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet:hover {
	color: var(--theme-color-4);
	background-color: var(--theme-color-1);
	border-color: var(--theme-color-1);
}

.swiper-initialized:not([data-autoplay='true']) .swiper-pagination .swiper-pagination-bullet-active,
.swiper-initialized:is([data-autoplay='true'].is-paused) .swiper-pagination .swiper-pagination-bullet-active {
	border-color: var(--theme-color-1);
}

.swiper-pagination .swiper-pagination-bullet .swiper-autoplay-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 3.78px);
	height: auto;
	transform: translate(-50%, -50%) rotate(-90deg);
	opacity: 0;
}

.swiper-initialized:is([data-autoplay='true']):not(.is-paused) .swiper-pagination .swiper-pagination-bullet-active .swiper-autoplay-progress {
	opacity: 1;
}

.swiper-initialized:is([data-autoplay='true']):not(.is-paused) .swiper-pagination .swiper-pagination-bullet-active .swiper-autoplay-progress circle {
	animation: motionAutoplayCircle var(--slide-delay, 0.5s);
}

.swiper-initialized:is([data-autoplay='true']) .swiper-pagination .swiper-pagination-bullet:hover .swiper-autoplay-progress {
	background-color: var(--theme-color-1);
}

.swiper-autoplay-progress {
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d;
	transform: rotate(-90deg);
	border-radius: 50%;
	transition: background 0.25s ease;
}

.swiper-autoplay-progress circle {
	transform-style: preserve-3d;
	fill: none;
	stroke: var(--theme-color-1);
	stroke-width: 2;
	stroke-linecap: square;
	stroke-dasharray: 125.662px;
	stroke-dashoffset: 125.662px;
}

@keyframes motionAutoplayCircle {
	0% {
		stroke-dashoffset: 125.662px;
	}
	92% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: -125.662px;
	}
} /* @keyframes motionAutoplayCircle */

/* .................................... */

.slider-nav-container {
	display: flex;
	justify-content: center;
	gap: 1rem;
	pointer-events: none;
	z-index: 2;
}

@media (min-width: 768px) {
	.slider-nav-container {
		justify-content: start;
	}
}

.slider-nav-button,
.elementor-element.e-widget-swiper .elementor-swiper-button {
	-webkit-tap-highlight-color: transparent;
	pointer-events: auto;
	user-select: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: var(--theme-color-2);
	color: var(--arrow-normal-color, rgba(0, 0, 0, 0.65));
	transition: all 0.25s ease;

	aspect-ratio: 1/1;
	width: 44px;
	height: auto;
}

.elementor-element:is(.e-widget-swiper.elementor-widget-n-carousel) .elementor-swiper-button {
	color: var(--e-n-carousel-arrow-normal-color, rgba(0, 0, 0, 0.65));
}

@media (min-width: 1024px) {
	.slider-nav-button,
	.elementor-element.e-widget-swiper .elementor-swiper-button {
		width: 48px;
	}
}

.slider-nav-button svg,
.elementor-element.e-widget-swiper .elementor-swiper-button svg {
	fill: currentColor !important;
	width: var(--arrow-size, 48%);
	height: auto;
}

@media (min-width: 768px) {
	.slider-nav-button svg,
	.elementor-element.e-widget-swiper .elementor-swiper-button svg {
		width: var(--arrow-size, 50%);
	}
}

.slider-nav-button svg path,
.elementor-element.e-widget-swiper .elementor-swiper-button svg path {
	fill: currentColor;
}

.swiper-initialized .slider-nav-button:hover,
.elementor-element.e-widget-swiper .elementor-swiper-button:hover {
	color: var(--theme-color-4);
}

@media (min-width: 768px) {
	.swiper-initialized .slider-nav-button:hover,
	.elementor-element.e-widget-swiper .elementor-swiper-button:hover {
		background-color: #fff;
	}
}

.slider-nav-button.swiper-button-disabled,
.elementor-element.e-widget-swiper .elementor-swiper-button.swiper-button-disabled {
	cursor: default;
	opacity: 1;
}

.slider-nav-button.swiper-button-disabled:hover,
.elementor-element.e-widget-swiper .elementor-swiper-button.swiper-button-disabled:hover {
	cursor: default;
	background-color: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.5);
	opacity: 0.5;
}

.swiper-button-lock {
	display: none !important;
}

/* --------------------------------------------------------------------- */

.elementor-element:is(.e-widget-swiper) .elementor-widget-container {
	font-size: 0;
}

.elementor-element:is(.e-widget-swiper) .elementor-swiper-button {
	display: inline-flex;
}

/* --------------------------------------------------------------------- */

/* Style 1 */
.e-widget-swiper:is(.preset_1) {
	align-self: var(--align-self, center);
	max-width: var(--container-widget-width, 100%);
}

.e-widget-swiper div:is(.preset_1) {
	--arrow-prev-caption-spacing: 0;
	--arrow-next-caption-spacing: 0;
	--e-n-carousel-arrow-prev-caption-spacing: 0;
	--e-n-carousel-arrow-next-caption-spacing: 0;
}

.e-widget-swiper div:is(.preset_1) .swiper ~ .elementor-swiper-button {
	--arrow-prev-translate-y: 0;
	--arrow-next-translate-y: 0;
	--e-n-carousel-arrow-prev-translate-y: 0;
	--e-n-carousel-arrow-next-translate-y: 0;

	margin-top: 30px;
}

@media (min-width: 768px) {
	.e-widget-swiper div:is(.preset_1) .swiper ~ .elementor-swiper-button {
		margin-top: 24px;
	}
}

/* .e-widget-swiper div:is(.preset_1) .swiper ~ .elementor-swiper-button-prev {
}

.e-widget-swiper div:is(.preset_1) .swiper ~ .elementor-swiper-button-next {
} */

/* --------------------------------------------------------------------- */

/* Style 2 */
.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button {
	top: calc(50% - 24px);
}

.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button-prev {
	transform: translate(calc(-50%), -50%);
}

.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button-next {
	transform: translate(calc(50%), -50%);
}

@media (min-width: 768px) {
	.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button-prev {
		transform: translate(calc(-100% - 18px), -50%);
	}

	.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button-next {
		transform: translate(calc(100% + 18px), -50%);
	}
}

@media (min-width: 1280px) {
	.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button-prev {
		transform: translate(calc(-100% - 24px), -50%);
	}

	.e-widget-swiper div:is(.preset_2) .swiper ~ .elementor-swiper-button-next {
		transform: translate(calc(100% + 24px), -50%);
	}
}

/* ------------ */

/* Style 3 */
.e-widget-swiper div:is(.preset_3) .swiper ~ .elementor-swiper-button {
	position: absolute;
	inset: auto;
	transform: none;
}

.e-widget-swiper div:is(.preset_3) .swiper ~ .elementor-swiper-button-next {
	transform: translateX(calc(100% + 24px));
}

/* --------------------------------------------------------------------- */

.e-con {
	--flex-wrap-mobile: nowrap;

	background-size: cover;
	background-position: center;
}

.e-con::before {
	content: '';
}

.e-con .ui-resizable-e {
	display: none !important;
}

.e-con-boxed.e-parent {
	padding-inline: var(--section-padding-inline);

	--margin-right: auto;
	--margin-left: auto;
}

.e-con-boxed > .e-con-inner {
	margin-inline: var(--margin-left) var(--margin-right);
}

.elementor:not([data-elementor-type='header']) > .e-parent,
.elementor:not([data-elementor-type='header']) > div > .e-parent {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-blend-mode: luminosity; */
}

.elementor:not([data-elementor-type='header']) > .e-con,
.elementor:not([data-elementor-type='header']) > div > .e-con {
	--background-overlay: linear-gradient(
		180deg,
		var(--section_bg_overlay) 0%,
		var(--section_bg_overlay_alpha) 25%,
		var(--section_bg_overlay_alpha) 72.6%,
		var(--section_bg_overlay) 100%
	);
}

.elementor:not([data-elementor-type='header']) .e-con::before {
	/* pointer-events: none; */
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

.elementor:not([data-elementor-type='header']) > .e-parent::before,
.elementor:not([data-elementor-type='header']) > div > .e-parent::before {
	background-image: var(--background-overlay);
}

.elementor:not([data-elementor-type='header']) .e-child .e-con,
.elementor:not([data-elementor-type='header']) .e-con-inner .e-con {
	--background-overlay: none;
}

.elementor-element .elementor-shape {
	z-index: 1;
}

.elementor-element .elementor-shape svg {
	min-width: 104%;
	width: auto;
	height: auto;
}

@media (min-width: 768px) {
	.elementor-element .elementor-shape svg {
		min-width: calc(100% + 2px);
		min-height: min-content;
	}
}

.elementor-element .elementor-shape-top {
	top: -2px;
}

.elementor-element .elementor-shape-bottom {
	bottom: -2px;
}

.elementor-element .elementor-shape[data-negative='false'].elementor-shape-top {
	transform: rotateY(180deg);
}

.elementor-element .elementor-shape[data-negative='false'].elementor-shape-bottom {
	transform: rotateX(180deg);
}

/* --------------------------------------------------------------------- */

.elementor-widget-container .section-bg {
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	inset: 0;
	width: 100%;
	height: 100%;
}

.elementor-widget-container .section-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-blend-mode: color;
	/* prettier-ignore */
	background: linear-gradient(180deg, var(--section-bg-color-1) 0%, var(--section-bg-color-2) 25%, var(--section-bg-color-2) 72.6%, var(--section-bg-color-1) 100%);
}

.e-con.e-child .elementor-widget-container .section-bg {
	display: none;
}

/* --------------------------------------------------------------------- */

/* .elementor-widget-eyebrow_text {
	--align-self: flex-start;
} */

.elementor-widget-eyebrow_text:not(:last-child) .elementor-widget-container {
	margin-block-end: 20px;
}

.eyebrow-text {
	font-family: 'Plus Jakarta Sans';
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 9px 12px 7px;
	border-radius: 4px;
	color: #fff;
	background-color: var(--theme-color-3);
	display: inline-flex;
}

.page-content .elementor-widget-heading .elementor-widget-container {
	margin-block-end: 24px;
}

.elementor-widget-heading:last-child .elementor-widget-container {
	margin-block-end: 0;
}

.elementor-widget-heading .elementor-heading-title:is(div, span, p) {
	font-family: inherit;
}

.elementor-widget-heading .elementor-heading-title span.accent,
.elementor-heading-title span.accent {
	color: #fff;
}

.elementor-widget-heading[data-sal-disabled] .elementor-heading-title {
	opacity: 1;
	transform: none;
}

/* --------------------------------------------------------------------- */

.page-content .elementor-widget-text-editor {
	font-size: 18px;
	line-height: 1.5em;
}

.page-content .elementor-widget-text-editor .elementor-widget-container {
	margin-block-end: 24px;
}

.elementor-widget-text-editor:last-child .elementor-widget-container,
.ui-resizable > .elementor-widget-text-editor:nth-last-child(2) .elementor-widget-container {
	margin-block-end: 0;
}

.page-content .elementor-widget-text-editor p {
	font-size: inherit;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	line-height: 1.6em;
	padding-inline-start: 20px;
}

.elementor-widget-text-editor li {
	padding-left: 0.3em;
}

.elementor-widget-text-editor a {
	text-decoration: underline;
	color: var(--theme-color-2);
}

.elementor-widget-text-editor a:hover {
	color: var(--theme-color-1);
}

/* --------------------------------------------------------------------- */

.elementor-widget-container {
	height: auto;
}

.page-content .elementor-widget-image .elementor-widget-container {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	width: 100%;
	height: auto;
	margin-block-end: 24px;
	/* box-shadow: 0px 4px 24px 0px #00000040; */
}

.elementor-widget-image:last-child .elementor-widget-container {
	margin-block-end: 0;
}

.page-content .elementor-widget-image a {
	display: block;
}

.page-content .elementor-widget-image .elementor-widget-container img {
	width: 100%;
	object-fit: cover;
}

.elementor-widget-image .elementor-widget-container [data-sal] {
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------------------------- */

.page-content .elementor-widget-video .elementor-widget-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 4px 24px 0px #00000040;
	border-radius: 24px;
	margin-block-end: 32px;
}

.elementor-widget-video:last-child .elementor-widget-container {
	margin-block-end: 0;
}

.e-con-full .elementor-widget-video .elementor-widget-container {
	border-radius: 0;
}

.elementor-custom-embed-image-overlay::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	mix-blend-mode: overlay;
	transition: opacity 0.5s ease;
	opacity: 0;
}

.elementor-custom-embed-image-overlay:hover::before {
	opacity: 1;
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	will-change: transform;
	transition: transform 0.25s cubic-bezier(0.24, -0.26, 0.27, 1.55);
	opacity: 1;
}

.elementor-widget-video:hover .elementor-custom-embed-play i,
.elementor-widget-video:hover .elementor-custom-embed-play svg {
	transform: scale(1.25, 1.25);
}

/* --------------------------------------------------------------------- */

.elementor-widget-n-accordion .e-n-accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: stretch;
}

.elementor-widget-n-accordion .e-n-accordion-item {
	color: currentColor;
	border: 1px solid var(--theme-color-2);
	border-radius: 16px;
	transition: all 0.6s ease 0.35s, backdrop-filter 0.25s linear 0s;
	overflow: hidden;
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]) {
	user-select: none;
}

.elementor-widget-n-accordion .e-n-accordion-item:hover {
	-webkit-backdrop-filter: blur(5px) contrast(1.15);
	backdrop-filter: blur(5px) contrast(1.15);
}

.elementor-widget-n-accordion .e-n-accordion-item[open] {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
	user-select: none;
	outline: none;
	color: currentColor;
	border: none;
	padding: 24px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	transition: color 0.2s ease;
}

@media (min-width: 1024px) {
	.elementor-widget-n-accordion .e-n-accordion-item-title {
		font-size: 22px;
		line-height: 1.2em;
	}
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
	font-size: inherit;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title,
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title {
	color: var(--theme-color-1);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	transition: transform 0.5s ease;
}

/* prettier-ignore */
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon {
	transform: rotate(180deg);
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
	display: flex !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
	opacity: 0;
}
/* prettier-ignore */
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
    opacity: 1;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
	opacity: 1;
}
/* prettier-ignore */
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
    opacity: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
	fill: currentColor !important;
	height: 12px;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-con {
	border: none;
	padding: 0 24px 24px;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-con::before {
	display: none;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-con p {
	font-size: 14px;
	font-weight: 400;
}

.elementor-widget-n-accordion .e-n-accordion-item:nth-child(2) {
	order: -1;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-con [data-sal] {
	transition-delay: 0s;
	transition-duration: 0.5s;
}

/* --------------------------------------------------------------------- */

/* prettier-ignore */
.elementor-editor-active [class*='elementor-widget-loop'] [data-editable-elementor-document] .elementor-document-handle:not(.elementor-document-save-back-handle) {
	margin: 4px;
}

.elementor-editor-active [class*='elementor-widget-loop'] [data-editable-elementor-document] .elementor-document-handle:before {
	opacity: 0.2;
}

/* prettier-ignore */
.elementor-editor-active [class*='elementor-widget-loop']:not(.elementor-element-editable) [data-editable-elementor-document] .elementor-document-handle:not(.elementor-document-save-back-handle) {
    display: none !important;
}

/* --------------------------------------------------------------------- */

/* Loop Carousel widget */
.elementor-widget-loop-carousel.elementor-widget-empty {
	background-color: hsla(214, 9%, 85%, 0.1);
}

/* --------------------------------------------------------------------- */

/* Image Carousel widget */

.elementor-widget-image-carousel .widget-wrapper {
	position: relative;
	height: 100%;
}

.elementor-widget-image-carousel .swiper,
.elementor-widget-image-carousel .swiper .swiper-image-stretch .swiper-slide figure {
	height: 100%;
}

.elementor-widget-image-carousel .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-image-carousel .swiper-fade .swiper-slide img {
	transition: all 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
	transform: translatex(50%) scalex(2);
	/* filter: blur(10px); */
}

.elementor-widget-image-carousel .swiper-fade .swiper-slide.swiper-slide-visible img {
	transform: translatex(0) scalex(1);
	/* filter: blur(0); */
}

.elementor-widget-image-carousel .swiper-fade .swiper-slide.swiper-slide-prev img {
	transform: translatex(-50%) scalex(2);
	/* filter: blur(10px); */
}

/* ... */

.elementor-widget-image-carousel .arrow_bottom_left .elementor-swiper-button {
	transform: none;
	inset: auto;
	bottom: 20px;
	left: 20px;
}

@media (min-width: 1024px) {
	.elementor-widget-image-carousel .arrow_bottom_left .elementor-swiper-button {
		bottom: 36px;
		left: 36px;
	}
}

.elementor-widget-image-carousel .arrow_bottom_left .elementor-swiper-button-next {
	transform: translateX(100%);
	margin-left: 12px;
}

@media (min-width: 1024px) {
	.elementor-widget-image-carousel .arrow_bottom_left .elementor-swiper-button-next {
		margin-left: 16px;
	}
}

/* ... */

.elementor-widget-image-carousel .arrow_bottom_right .elementor-swiper-button {
	transform: none;
	inset: auto;
	bottom: 20px;
	right: 20px;
}

@media (min-width: 1024px) {
	.elementor-widget-image-carousel .arrow_bottom_right .elementor-swiper-button {
		bottom: 36px;
		left: 36px;
	}
}

.elementor-widget-image-carousel .arrow_bottom_right .elementor-swiper-button-prev {
	transform: translateX(-100%);
	margin-right: 12px;
}

@media (min-width: 1024px) {
	.elementor-widget-image-carousel .arrow_bottom_right .elementor-swiper-button-next {
		margin-left: 16px;
	}
}

/* --------------------------------------------------------------------- */

.mc4wp-form {
	width: 100%;
}

@media (min-width: 1024px) {
	.mc4wp-form {
		max-width: 480px;
	}
}

.mc4wp-form .field-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mc4wp-form input[type] {
	padding-right: 48px;
}

.mc4wp-form button[type='submit'] {
	position: absolute;
	right: 0;
	padding-inline: 24px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #58507ebf;
}

.mc4wp-form input[type]:focus ~ [type='submit'],
.mc4wp-form input[type]:focus-visible ~ [type='submit'] {
	color: var(--theme-color-1);
}

.mc4wp-form button[type='submit'] svg path {
	stroke: currentColor;
}

/* --------------------------------------------------------------------- */

/* FOOTER */

.elementor-location-footer {
	position: relative;
	z-index: 998;
}

.elementor-location-footer .elementor-widget-text-editor p {
	font-size: inherit;
}

.elementor-location-footer h6 {
	font-weight: 700;
}

.elementor-location-footer .elementor-widget-link_widget {
	position: relative;
	overflow: hidden;
}

.elementor-location-footer .elementor-widget:not(.elementor-widget-theme-site-logo) a:not(.elementor-button, .elementor-social-icon) {
	position: relative;
	display: inline-block;
	line-height: 1.5em;

	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: right bottom;
	transition: color 0.2s ease, background-size 0.3s ease-out;
}

.elementor-location-footer .elementor-widget:not(.elementor-widget-theme-site-logo) a:not(.elementor-button, .elementor-social-icon):hover {
	background-position-x: left;
	background-size: 100% 1px;
	color: var(--theme-color-1);
}

/* --------------------------------------------------------------------- */

a.animated_hover_underline,
div.animated_hover_underline a {
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-size: 0 0.0724em;
	background-position: right bottom;
	transition: color 0.2s ease, background-size 0.4s ease-out;
}

a.animated_hover_underline:hover,
div.animated_hover_underline a:hover {
	text-decoration-color: transparent !important;
	background-position-x: left;
	background-size: 100% 0.0724em;
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.search-filter-query--fade-out {
	opacity: 0.45 !important;
}

.search-filter-query__spinner {
	z-index: 5;
}

/* --------------------------------------------------------------------- */

@keyframes arrowDown {
	0%,
	100% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(25%);
	}
} /*@keyframes*/

@keyframes arrowUp {
	0%,
	100% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(25%);
	}
} /*@keyframes*/

/* ... */

.search-filter-field {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.search-filter-field.search-filter-style--choice-checkbox {
	--search-filter-input-active-icon-color: #ffbf00;
}

.search-filter-label {
	position: relative;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 0;

	color: #fff;
}

.search-filter-label .search-filter-label__toggle-icon {
	fill: currentColor;
	aspect-ratio: 1 / 1;
	transition: transform 0.25s ease 0.25s;
}

.search-filter-label__toggle-icon--down {
	transform: rotateX(0deg);
}

.search-filter-label__toggle-icon--up {
	transform: rotateX(180deg);
}

.search-filter-label[aria-expanded='true'] .search-filter-label__toggle-icon svg {
	animation: arrowDown 0.2s ease;
}

.search-filter-label[aria-expanded='false'] .search-filter-label__toggle-icon svg {
	animation: arrowUp 0.2s ease;
}

.search-filter-input-checkbox .search-filter-input-checkbox__container {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7em;
	color: #fff;
}

.search-filter-input-checkbox__label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	line-height: 1.7em;
	padding-left: 0;
	color: currentColor;
}

@media (max-width: 768px) {
	.search-filter-input-checkbox__label {
		justify-content: start;
	}
} /* @media */

.search-filter-input-checkbox__label .search-filter-input-checkbox__count {
	font-size: inherit;
	font-weight: 400;
	margin-inline: 0 6px;
	color: #ffffff66;
}

.search-filter-input-checkbox__control {
	aspect-ratio: 1/1;
	width: 16px;
	height: 16px;

	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 4px;
	border: 2px solid #ffffff66;

	transition: none 0s;
}

.search-filter-input-checkbox__container:hover {
	color: #ffbf00;
}

.search-filter-input-checkbox__container:hover .search-filter-input-checkbox__control {
	border-color: #ffbf00;
}

.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control {
	background-color: #ffbf00;
	border-color: #ffbf00;
}

.search-filter-input-checkbox__control > svg,
.search-filter-input-checkbox > .search-filter-input-checkbox__container > .search-filter-input-checkbox__control > svg {
	fill: currentColor;
	transition: transform 0.2s ease;
	transform: scale(0);
	outline: 0 none;
	background-color: #1a1725;
}

.search-filter-input-checkbox--is-active > .search-filter-input-checkbox__container > .search-filter-input-checkbox__control > svg {
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.36, 2.29);
	transform: scale(1.5);
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.search-filter-input-text {
	cursor: text;
	position: relative;
	outline: 0;
	background-color: #f5f5f5;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: var(--search-filter-scale-padding-vertical, 12px) 24px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.2s;
	color: #876c51;

	font-weight: 500;
	line-height: 1;

	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

.search-filter-input-text:hover {
	border-color: transparent;
}

.search-filter-input-text:is(.search-filter-input-text--focused) {
	color: var(--theme-color-1);
	border-color: currentColor;
	background-color: transparent;
	-webkit-backdrop-filter: blur(5px) contrast(1.2);
	backdrop-filter: blur(5px) contrast(1.2);
}

.search-filter-input-text input[type='text'].search-filter-input-text__input,
.search-filter-input-text input[type='text'].search-filter-input-text__input:hover {
	border: 0 none;
	background-color: transparent;
	padding: var(--search-filter-scale-padding-vertical, 0) 0 !important;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	font: inherit;
	line-height: inherit;
	color: currentColor;
}

.search-filter-input-text input[type='text'].search-filter-input-text__input::placeholder {
	font: inherit;
	color: currentColor;
}

.search-filter-input-text input[type='text'].search-filter-input-text__input:focus {
	line-height: inherit;
	color: #ffbf00;
}

.search-filter-input-text .search-filter-icon {
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: currentColor;

	order: 1;
	grid-area: 1 / 2;
}

.search-filter-input-text .search-filter-icon svg {
	color: currentColor;
	fill: currentColor;

	aspect-ratio: 1 / 1;
	width: 18px;
	height: auto;
	transform: translateX(4px);
}

.search-filter-input-text input[type='text'].search-filter-input-text__input:not(:placeholder-shown) ~ .search-filter-input-text__icon {
	display: none;
}

.search-filter-input-text:is(.search-filter-input-text--focused) .search-filter-input-text__clear-button:hover svg {
	fill: #ffbf00;
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.search-filter-field--control-type-sort {
	display: flex;
	flex-direction: row;
	font: inherit;
	gap: 12px;
	width: 100%;
}

.search-filter-field--control-type-sort .search-filter-label {
	width: auto;
	margin-right: 0.25rem;
	margin-block: auto;
	flex-shrink: 0;
}

.search-filter-field--control-type-sort .search-filter-component-combobox {
	cursor: pointer;
	background-color: #ffbf00;
	border: 1px solid transparent;
	--search-filter-input-color: #122b3e;
	color: var(--search-filter-input-color);
	border-radius: 8px;
	padding: 6px 16px;
	width: 100%;
	flex: 1;

	font: inherit;
	line-height: 1.5;

	transition: all 0.25s ease;
}

@media (min-width: 1200px) {
	.search-filter-field--control-type-sort .search-filter-component-combobox {
		max-width: 256px;
	}
} /* @media */

.search-filter-field--control-type-sort .search-filter-component-combobox:is(.search-filter-component-combobox-base--focused) {
	--search-filter-input-color: var(--theme-color-1);
	color: var(--search-filter-input-color);
	border-color: currentColor;
	background-color: transparent;
	-webkit-backdrop-filter: blur(5px) contrast(1.2);
	backdrop-filter: blur(5px) contrast(1.2);
}

.search-filter-field--control-type-sort .search-filter-component-combobox__header {
	gap: 16px;
}

.search-filter-component-combobox--mode-single .search-filter-component-combobox__actions.search-filter-component-combobox__actions--empty {
	padding: 0;
}

.search-filter-component-combobox .search-filter-component-combobox__selection,
.search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
	cursor: pointer;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	line-height: inherit;
	font: inherit;
	padding-block: 6px;
	color: currentColor;
}

.search-filter-component-combobox--search-disabled .search-filter-component-combobox__selection::after {
	display: none;
}

.search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input::placeholder,
.search-filter-component-combobox .search-filter-component-combobox__selection-placeholder {
	font: inherit;
	color: currentColor;
}

ul.search-filter-component-popup.search-filter-component-combobox-base__listbox {
	border-radius: 8px;
	background-color: var(--theme-color-3);
	font-weight: 500;
	color: var(--theme-color-2);
	border: 1px solid #1a1725;
}

li.search-filter-component-combobox-base__listbox-option {
	padding: 12px 16px;
	cursor: pointer;
}

li.search-filter-component-combobox-base__listbox-option--selected {
	background-color: var(--theme-color-1);
	color: #1a1725;
}

.search-filter-component-combobox__listbox-toggle::before,
.search-filter-component-combobox .search-filter-component-combobox__listbox-toggle .search-filter-icon {
	display: none;
}

.search-filter-component-combobox .search-filter-component-combobox__listbox-toggle {
	width: 0.9em;
	mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2225%22%20viewBox%3D%220%200%2016%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.4375%207.02694L7.69083%200.774186C7.73141%200.733549%207.77961%200.70131%207.83266%200.679314C7.8857%200.657318%207.94257%200.645996%208%200.645996C8.05743%200.645996%208.11429%200.657318%208.16734%200.679314C8.22039%200.70131%208.26859%200.733549%208.30917%200.774186L14.5625%207.02694%22%20stroke%3D%22%23122B3E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M14.5625%2017.2648L8.30917%2023.5175C8.26857%2023.5582%208.22038%2023.5904%208.16736%2023.6124C8.11427%2023.6344%208.0574%2023.6457%208%2023.6457C7.9426%2023.6457%207.88573%2023.6344%207.83264%2023.6124C7.77962%2023.5904%207.73143%2023.5582%207.69083%2023.5175L1.4375%2017.2648%22%20stroke%3D%22%23122B3E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 100% auto;
	background-color: #1a1725;
	flex-basis: auto;
}

.search-filter-component-combobox:is(.search-filter-component-combobox-base--focused) .search-filter-component-combobox__listbox-toggle {
	background-color: var(--theme-color-1);
}

.search-filter-component-combobox.search-filter-component-combobox-base--listbox-visible .search-filter-component-combobox__listbox-toggle {
	transform: none;
}

.search-filter-component-combobox__clear-selection:not(.search-filter-component-combobox--hidden) + .search-filter-component-combobox__listbox-toggle {
	display: none;
}

.search-filter-component-combobox .search-filter-component-combobox__clear-selection {
	flex: 0;
	color: inherit;
	padding: 0;
}

.search-filter-component-combobox .search-filter-component-combobox__clear-selection .search-filter-icon svg {
	color: inherit;
	fill: currentColor;
}

/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
