
.frm-fluent-form .choices {
	font-size: 16px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

.frm-fluent-form .choices:focus {
	outline: none;
}

.frm-fluent-form .choices:last-child {
	margin-bottom: 0;
}

.frm-fluent-form .choices.is-open {
	overflow: initial;
}

.frm-fluent-form .choices.is-disabled .choices__inner, .frm-fluent-form .choices.is-disabled .choices__input {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.frm-fluent-form .choices.is-disabled .choices__item {
	cursor: not-allowed;
}

.frm-fluent-form .choices [hidden] {
	display: none !important;
}

.frm-fluent-form .choices[data-type*=select-one] {
	cursor: pointer;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__input {
	background-color: #fff;
	border: 1px solid #ced4da !important;
	box-sizing: border-box !important;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0 10px 10px !important;
	outline: none !important;
	padding: 6px 10px;
	width: calc(100% - 20px) !important;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__input:focus {
	border: 1px solid #00bcd4;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");
	background-size: 8px;
	border-radius: 10em;
	height: 20px;
	margin-right: 25px;
	margin-top: -10px;
	opacity: .25;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button.nitro-lazy {
	background-image: none !important;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button:focus, .frm-fluent-form .choices[data-type*=select-one] .choices__button:hover {
	opacity: 1;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__button:focus {
	box-shadow: 0 0 0 2px #00bcd4;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
	display: none;
}

.frm-fluent-form .choices[data-type*=select-one]:after {
	border: 5px solid transparent;
	border-top-color: #495057;
	content: "";
	height: 0;
	margin-top: -2.5px;
	pointer-events: none;
	position: absolute;
	right: 11.5px;
	top: 50%;
	width: 0;
}

.frm-fluent-form .choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #495057;
	margin-top: -7.5px;
}

.frm-fluent-form .choices[data-type*=select-one][dir=rtl]:after {
	left: 11.5px;
	right: auto;
}

.frm-fluent-form .choices[data-type*=select-one][dir=rtl] .choices__button {
	left: 0;
	margin-left: 25px;
	margin-right: 0;
	right: auto;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__inner {
	cursor: text;
	padding: 0 10px;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__button {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");
	background-size: 8px;
	border-left: 1px solid #fff;
	border-radius: 0;
	display: inline-block;
	line-height: 1;
	margin: 0 -4px 0 8px;
	opacity: .5;
	padding: 0 20px 0 10px;
	position: relative;
	width: 8px;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__button.nitro-lazy {
	background-image: none !important;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__button:focus, .frm-fluent-form .choices[data-type*=select-multiple] .choices__button:hover {
	background-color: transparent;
	opacity: 1;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 6px 0;
	width: 100%;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.frm-fluent-form .choices[data-type*=select-multiple]:after {
	border: 5px solid transparent;
	border-top-color: #495057;
	content: "";
	height: 0;
	margin-top: -2.5px;
	pointer-events: none;
	position: absolute;
	right: 11.5px;
	top: 50%;
	width: 0;
}

.frm-fluent-form .choices[data-type*=select-multiple].is-open:after {
	border-color: transparent transparent #495057;
	margin-top: -7.5px;
}

.frm-fluent-form .choices__inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	display: inline-block;
	font-size: 14px;
	min-height: auto;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}

.is-focused .frm-fluent-form .choices__inner, .is-open .frm-fluent-form .choices__inner {
	border-color: #80bdff;
}

.is-open .frm-fluent-form .choices__inner {
	border-radius: .25rem .25rem 0 0;
}

.is-flipped.is-open .frm-fluent-form .choices__inner {
	border-radius: 0 0 .25rem .25rem;
}

.frm-fluent-form .choices__list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.frm-fluent-form .choices__list--single {
	display: inline-block;
	padding: 6px 24px 6px 12px;
	width: 100%;
}

[dir=rtl] .frm-fluent-form .choices__list--single {
	padding-left: 24px;
	padding-right: 12px;
}

.frm-fluent-form .choices__list--single .choices__item {
	font-size: 16px;
	line-height: 1.65;
	width: 100%;
}

.frm-fluent-form .choices__list--multiple {
	display: inline;
}

.frm-fluent-form .choices__list--multiple .choices__item {
	background-color: #4a4e50;
	border: 1px solid #3e3e3e;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 3px;
	margin-right: 5px;
	padding: 4px 10px;
	vertical-align: middle;
	word-break: break-all;
}

.frm-fluent-form .choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px;
}

[dir=rtl] .frm-fluent-form .choices__list--multiple .choices__item {
	margin-left: 5px;
	margin-right: 0;
}

.frm-fluent-form .choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}

.is-disabled .frm-fluent-form .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191;
}

.frm-fluent-form .choices__list--dropdown {
	background-color: #fff;
	border: 1px solid #80bdff;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	height: auto;
	margin-top: -1px;
	max-height: 300px;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: -moz-max-content;
	width: max-content;
	will-change: visibility;
	word-break: break-all;
	z-index: 1000;
}

@media (max-width:768px) {
	.frm-fluent-form .choices__list--dropdown {
		-webkit-overflow-scrolling: touch;
		max-height: 300px;
		overflow-y: auto;
		touch-action: pan-y;
	}
}

.frm-fluent-form .choices__list--dropdown.is-active {
	display: block;
	visibility: visible;
}

.is-open .frm-fluent-form .choices__list--dropdown {
	border-color: #80bdff;
}

.is-flipped .frm-fluent-form .choices__list--dropdown {
	border-radius: .25rem .25rem 0 0;
	bottom: 100%;
	margin-bottom: -1px;
	margin-top: 0;
	top: auto;
}

.frm-fluent-form .choices__list--dropdown .choices__list {
	max-height: 300px;
	overflow: auto;
	position: relative;
	will-change: scroll-position;
}

@media (max-width:768px) {
	.frm-fluent-form .choices__list--dropdown .choices__list {
		-webkit-overflow-scrolling: touch;
		max-height: 300px;
		overflow-y: auto;
		touch-action: pan-y;
	}
}

.frm-fluent-form .choices__list--dropdown .choices__item {
	font-size: 14px;
	padding: 10px;
	position: relative;
}

[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item {
	text-align: right;
}

@media (max-width:640px) {
	.frm-fluent-form .choices__list--dropdown .choices__item {
		align-items: center;
		display: flex;
		min-height: 48px;
		padding: 16px;
		position: relative;
	}
	
	.frm-fluent-form .choices__list--dropdown .choices__item:before {
		bottom: -2px;
		content: "";
		left: -5px;
		position: absolute;
		right: -5px;
		top: -2px;
		z-index: -1;
	}
}

@media (min-width:640px) {
	.frm-fluent-form .choices__list--dropdown .choices__item--selectable {
		padding-right: 100px;
	}
	
	.frm-fluent-form .choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item--selectable {
		padding-left: 100px;
		padding-right: 10px;
		text-align: right;
	}
	
	[dir=rtl] .frm-fluent-form .choices__list--dropdown .choices__item--selectable:after {
		left: 10px;
		right: auto;
	}
}

.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5;
}

.frm-fluent-form .choices__item {
	cursor: default;
}

.frm-fluent-form .choices__item--selectable {
	cursor: pointer;
}

.frm-fluent-form .choices__item--disabled {
	cursor: not-allowed;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.frm-fluent-form .choices__heading {
	border-bottom: 1px solid #f7f7f7;
	color: grey;
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
}

.frm-fluent-form .choices__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
}

.frm-fluent-form .choices__button:focus {
	outline: none;
}

.frm-fluent-form .choices__placeholder {
	color: #495057;
	font-size: 16px;
	line-height: 1.65;
}

.choices__list {
	max-width: 100%;
}

.choices__list.choices__list--dropdown.is-active {
	display: block !important;
}

.choices__list.choices__list--dropdown {
	display: none;
}

@media (min-width:769px) {
	.choices__list--dropdown.is-active .choices__list[role=listbox], .choices__list--dropdown.is-active>.choices__list:not(.choices__list--dropdown) {
		max-height: 300px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}

@media (max-width:768px) {
	.choices__list--dropdown.is-active .choices__list[role=listbox], .choices__list--dropdown.is-active>.choices__list:not(.choices__list--dropdown) {
		-webkit-overflow-scrolling: touch;
		max-height: 300px;
		overflow-x: hidden;
		overflow-y: auto;
		touch-action: pan-y;
	}
	
	.choices[data-type*=select-one] .choices__input {
		min-height: 44px;
		padding: 8px 12px;
		touch-action: manipulation;
	}
}

.elementor-popup-modal .dialog-widget-content {
	overflow: visible !important;
}

.elementor-popup-modal .choices__list--dropdown {
	max-height: 300px !important;
	min-width: 100% !important;
	overflow-y: auto !important;
	position: absolute !important;
	visibility: visible !important;
	width: auto !important;
	z-index: 999999 !important;
}

.elementor-popup-modal .choices__list--dropdown.is-active {
	display: block !important;
	visibility: visible !important;
}

.elementor-popup-modal .choices__list--dropdown .choices__list {
	-webkit-overflow-scrolling: touch;
	max-height: 280px !important;
	overflow-y: auto !important;
	touch-action: pan-y;
}

.elementor-popup-modal .choices__list--dropdown.is-flipped {
	bottom: 100% !important;
	top: auto !important;
}

@media (max-width:768px) {
	.elementor-popup-modal .choices__list--dropdown .choices__item {
		min-height: 44px;
		padding: 14px 10px;
	}
	
	.elementor-popup-modal .choices__list--dropdown .choices__item:before {
		bottom: -5px;
		content: "";
		left: -5px;
		position: absolute;
		right: -5px;
		top: -5px;
		z-index: -1;
	}
}

/*! elementor-pro - v3.32.0 - 29-09-2025 */
.elementor-widget-n-carousel {
	--e-n-carousel-slides-to-show: 3;
	--e-n-carousel-swiper-slides-gap: 10px;
	--e-n-carousel-swiper-slides-to-display: 3;
	--e-n-carousel-swiper-pagination-size: 0;
	--e-n-carousel-swiper-pagination-spacing: 10px;
	--e-n-carousel-swiper-offset-size: 0;
	height: -moz-fit-content;
	height: fit-content;
	--e-n-carousel-arrow-prev-top-align: 50%;
	--e-n-carousel-arrow-prev-top-position: 0px;
	--e-n-carousel-arrow-prev-caption-spacing: 15px;
	--e-n-carousel-arrow-next-top-align: 50%;
	--e-n-carousel-arrow-next-top-position: 0px;
	--e-n-carousel-arrow-next-caption-spacing: 15px;
	--e-n-carousel-arrow-prev-left-align: 0px;
	--e-n-carousel-arrow-prev-left-position: 0px;
	--e-n-carousel-arrow-next-right-align: 0px;
	--e-n-carousel-arrow-next-right-position: 0px;
	--e-n-carousel-arrow-next-translate-x: 0px;
	--e-n-carousel-arrow-next-translate-y: 0px;
	--e-n-carousel-arrow-prev-translate-x: 0px;
	--e-n-carousel-arrow-prev-translate-y: 0px;
	--e-n-carousel-swiper-padding-bottom: calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));
	--e-n-carousel-dots-vertical-position: 100%;
	--e-n-carousel-dots-vertical-offset: 0px;
	--e-n-carousel-dots-horizontal-position: 50%;
	--e-n-carousel-dots-horizontal-offset: 0px;
	--e-n-carousel-dots-horizontal-transform: -50%;
	--e-n-carousel-dots-vertical-transform: -100%;
	--e-n-carousel-fraction-vertical-position: 100%;
	--e-n-carousel-fraction-vertical-offset: 0px;
	--e-n-carousel-fraction-horizontal-position: 50%;
	--e-n-carousel-fraction-horizontal-offset: 0px;
	--e-n-carousel-fraction-horizontal-transform: -50%;
	--e-n-carousel-fraction-vertical-transform: -100%;
	--direction-multiplier: 1;
}

.elementor-widget-n-carousel .e-n-carousel {
	display: flex;
	min-width: 0;
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active {
	overflow: initial;
}

.elementor-widget-n-carousel .e-n-carousel.offset-left {
	padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
}

.elementor-widget-n-carousel .e-n-carousel.offset-both, .elementor-widget-n-carousel .e-n-carousel.offset-right {
	padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0);
}

.elementor-widget-n-carousel .e-n-carousel.offset-both {
	padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con {
	display: var(--display);
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide {
	flex-shrink: 0;
	height: var(--e-n-carousel-slide-height, initial);
}

.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con {
	height: var(--e-n-carousel-slide-container-height, initial);
	max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	border-style: var(--e-n-carousel-arrow-normal-border-type);
	color: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93%, .9));
	font-size: var(--e-n-carousel-arrow-size, 25px);
	transition-duration: .25s;
	z-index: 2;
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg {
	fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover {
	border-style: var(--e-n-carousel-arrow-hover-border-type);
	color: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
	fill: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93%, .9));
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
	right: calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));
	top: calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));
	transform: translate(var(--e-n-carousel-arrow-next-translate-x), var(--e-n-carousel-arrow-next-translate-y));
}

.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
	left: calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));
	top: calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));
	transform: translate(var(--e-n-carousel-arrow-prev-translate-x), var(--e-n-carousel-arrow-prev-translate-y));
}

.elementor-widget-n-carousel.elementor-pagination-type-bullets {
	--e-n-carousel-swiper-pagination-size: 6px;
}

.elementor-widget-n-carousel.elementor-pagination-type-fraction {
	--e-n-carousel-swiper-pagination-size: 16px;
}

.elementor-widget-n-carousel.elementor-pagination-type-progressbar {
	--e-n-carousel-swiper-pagination-size: 4px;
}

.elementor-widget-n-carousel .swiper-pagination-progressbar {
	height: var(--e-n-carousel-swiper-pagination-size);
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--e-n-carousel-progressbar-normal-color, #000);
}

.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
	background: var(--e-n-carousel-progressbar-hover-color, #000);
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
	color: var(--e-n-carousel-fraction-color, #000);
}

.elementor-widget-n-carousel .swiper-pagination-bullet {
	background: var(--e-n-carousel-dots-normal-color, #000);
	height: var(--e-n-carousel-swiper-pagination-size);
	width: var(--e-n-carousel-swiper-pagination-size);
}

.elementor-widget-n-carousel .swiper-pagination-bullet:hover {
	background: var(--e-n-carousel-dots-hover-color, #000);
	opacity: 1;
}

.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets, .elementor-widget-n-carousel .swiper-pagination, .elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-widget-n-carousel .swiper-pagination-custom, .elementor-widget-n-carousel .swiper-pagination-fraction {
	font-size: var(--e-n-carousel-swiper-pagination-size);
	line-height: var(--e-n-carousel-swiper-pagination-size);
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper, .elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container, .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper, .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container {
	padding-bottom: var(--e-n-carousel-swiper-padding-bottom);
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow, .elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow, .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow, .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow {
	padding-bottom: 0;
}

.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet, .elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet {
	vertical-align: top;
}

.elementor-widget-n-carousel .swiper-pagination-bullets {
	height: -moz-max-content;
	height: max-content;
	inset-inline-start: calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));
	top: calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));
	transform: translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--direction-multiplier, 1)), var(--e-n-carousel-dots-vertical-transform));
	width: -moz-max-content;
	width: max-content;
	z-index: 3;
}

.elementor-widget-n-carousel .swiper-pagination-fraction {
	height: -moz-max-content;
	height: max-content;
	inset-inline-start: calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));
	top: calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));
	transform: translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--direction-multiplier, 1)), var(--e-n-carousel-fraction-vertical-transform));
	width: -moz-max-content;
	width: max-content;
	z-index: 3;
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
	gap: var(--e-n-carousel-swiper-slides-gap);
	overflow: hidden;
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide, .swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide {
	--e-n-carousel-number-of-gaps: max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1), 0);
	--e-n-carousel-gaps-width-total: calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));
	max-width: calc(( 100% - var(--e-n-carousel-gaps-width-total) ) / var(--e-n-carousel-swiper-slides-to-display, 1));
}

[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con {
	--padding-top: initial;
	--padding-right: initial;
	--padding-bottom: initial;
	--padding-left: initial;
}

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

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}
