.itson-coverflow-widget {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.elementor-widget-itson-coverflow .itson-coverflow-label {
	margin-bottom: 18px;
}

.elementor-widget-itson-coverflow .itson-coverflow-label .elementor-widget-container {
	border-radius: 4px;
	display: inline-block;
	padding: 2px 8px 3px;
}

.elementor-widget-itson-coverflow .itson-coverflow-label .elementor-heading-title {
	font-family: var(--e-global-typography-798d94d-font-family, var(--e-global-typography-vamtam_primary_font-font-family)), Sans-serif;
	font-size: var(--e-global-typography-798d94d-font-size, 12px);
	font-weight: var(--e-global-typography-798d94d-font-weight, 500);
	line-height: var(--e-global-typography-798d94d-line-height, 1em);
}

.elementor-widget-itson-coverflow .itson-coverflow-title.elementor-heading-title {
	font-family: var(--e-global-typography-1c16242-font-family), Sans-serif;
	font-size: var(--e-global-typography-1c16242-font-size);
	font-weight: var(--e-global-typography-1c16242-font-weight);
	line-height: var(--e-global-typography-1c16242-line-height);
	margin: 0 0 clamp(28px, 5vw, 58px);
}

.itson-coverflow-stage {
	cursor: grab;
	min-height: clamp(430px, 54vw, 560px);
	perspective: 1200px;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.itson-coverflow-stage.is-dragging {
	cursor: grabbing;
}

.itson-coverflow-track {
	height: 100%;
	min-height: inherit;
	position: relative;
	transform-style: preserve-3d;
}

.itson-coverflow-card {
	background: var(--itson-coverflow-card-bg, var(--e-global-color-vamtam_accent_5, #fff));
	border: 1px solid var(--e-global-color-vamtam_accent_7, rgba(0, 0, 0, .1));
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(2, 11, 80, .12);
	display: flex;
	flex-direction: column;
	gap: 18px;
	left: 50%;
	margin: 0;
	max-width: min(76vw, 360px);
	min-height: 420px;
	opacity: 0;
	padding: 26px;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%) scale(.72);
	transform-origin: center center;
	transition: transform .35s ease, opacity .35s ease, filter .35s ease;
	width: 360px;
	-webkit-box-reflect: below 18px linear-gradient(transparent 48%, rgba(0, 0, 0, .34));
}

.itson-coverflow-card.is-active {
	opacity: 1;
	pointer-events: auto;
}

.itson-coverflow-card.is-visible {
	opacity: .58;
	pointer-events: auto;
}

.itson-coverflow-media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: rgba(194, 209, 227, .28);
	border-radius: 6px;
	color: #020b50;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 18px;
	width: 100%;
}

.itson-coverflow-media img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.itson-coverflow-media :is(svg, i) {
	font-size: clamp(54px, 7vw, 82px);
	height: 1em;
	line-height: 1;
	width: 1em;
}

.elementor-widget-itson-coverflow .itson-coverflow-card-title.elementor-heading-title {
	font-family: var(--e-global-typography-47d0553-font-family, var(--e-global-typography-vamtam_primary_font-font-family)), Sans-serif;
	font-size: 20px;
	font-weight: var(--e-global-typography-47d0553-font-weight, 500);
	line-height: var(--e-global-typography-47d0553-line-height, 1.2em);
	margin: 0;
}

.itson-coverflow-text {
	color: var(--e-global-color-597ed21, rgba(0, 0, 0, .75));
	font-family: var(--e-global-typography-vamtam_primary_font-font-family), Sans-serif;
	font-size: var(--e-global-typography-vamtam_primary_font-font-size, 15px);
	font-weight: var(--e-global-typography-vamtam_primary_font-font-weight, 400);
	line-height: var(--e-global-typography-vamtam_primary_font-line-height, 1.5em);
	margin: 0;
}

.itson-coverflow-cta {
	align-items: center;
	align-self: flex-start;
	background: var(--e-global-color-vamtam_accent_5, #fff) !important;
	border: 1px solid #c2d1e3;
	border-radius: 6px;
	color: #020b50 !important;
	display: inline-flex;
	font-family: var(--e-global-typography-798d94d-font-family, var(--e-global-typography-vamtam_primary_font-font-family)), Sans-serif;
	font-size: var(--e-global-typography-798d94d-font-size, 12px);
	font-weight: var(--e-global-typography-798d94d-font-weight, 500);
	line-height: 1;
	margin-top: auto;
	padding: 12px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.itson-coverflow-cta:hover,
.itson-coverflow-cta:focus-visible {
	background: #020b50 !important;
	color: var(--e-global-color-vamtam_accent_5, #fff) !important;
	outline: none;
}

.itson-coverflow-controls {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 22px;
}

.itson-coverflow-stage > .itson-coverflow-controls {
	align-items: center;
	display: flex;
	gap: 0;
	justify-content: space-between;
	left: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.itson-coverflow-arrow {
	align-items: center;
	appearance: none;
	background: var(--e-global-color-vamtam_accent_5, #fff) !important;
	border: 1px solid #c2d1e3;
	border-radius: 6px;
	color: #020b50 !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-align: center;
	width: 40px;
}

.itson-coverflow-stage > .itson-coverflow-controls .itson-coverflow-arrow {
	pointer-events: auto;
}

.itson-coverflow-arrow:hover,
.itson-coverflow-arrow:focus-visible {
	background: #020b50 !important;
	color: var(--e-global-color-vamtam_accent_5, #fff) !important;
	outline: none;
}

@media (max-width: 767px) {
	.itson-coverflow-stage {
		min-height: 500px;
	}

	.itson-coverflow-card {
		max-width: min(86vw, 320px);
		min-height: 430px;
		padding: 22px;
		width: 320px;
	}
}
