.klb2-carousel {
	--klb2-carousel-gap: 20px;
	--klb2-carousel-visible: 4;
	--klb2-carousel-arrow-offset-outside: 58px;
	--klb2-carousel-image-height: 320px;
	--klb2-carousel-dot-color: rgba(17, 24, 39, 0.2);
	--klb2-carousel-dot-active-color: #111827;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal;
}

.klb2-carousel,
.klb2-carousel * {
	box-sizing: border-box;
}

.klb2-carousel__viewport {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
	margin: 0 !important;
	padding: 0 !important;
}

.klb2-carousel.is-dragging .klb2-carousel__viewport {
	cursor: grabbing;
}

.klb2-carousel__track {
	display: flex;
	gap: var(--klb2-carousel-gap);
	will-change: transform;
	transition: transform 0.35s ease;
	margin: 0 !important;
	padding: 0 !important;
}

.klb2-carousel__slide {
	flex: 0 0 calc((100% - (var(--klb2-carousel-gap) * (var(--klb2-carousel-visible) - 1))) / var(--klb2-carousel-visible));
	min-width: 0;
}

.klb2-carousel__media {
	display: flex;
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	overflow: visible;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	min-height: 0;
	transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
	-webkit-user-drag: none;
}

.klb2-carousel button.klb2-carousel__media,
.klb2-carousel button.klb2-carousel__media:hover,
.klb2-carousel button.klb2-carousel__media:focus,
.klb2-carousel button.klb2-carousel__media:active {
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: inherit !important;
	border-radius: inherit !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.klb2-carousel__frame {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: inherit;
}

.klb2-carousel__image-background {
	display: none;
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(18px);
	transform: scale(1.12);
	opacity: 0.96;
	pointer-events: none;
}

.klb2-carousel__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	position: relative;
	z-index: 1;
	border-radius: inherit;
	user-select: none;
	-webkit-user-drag: none;
	transition: transform 0.4s ease, filter 0.3s ease, opacity 0.3s ease;
}

.klb2-carousel--equal-height .klb2-carousel__slide {
	display: flex;
}

.klb2-carousel--equal-height .klb2-carousel__media {
	height: 100%;
}

.klb2-carousel--equal-height .klb2-carousel__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--klb2-carousel-image-height);
	background: rgba(15, 23, 42, 0.05);
}

.klb2-carousel--equal-height .klb2-carousel__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.klb2-carousel--blurred-fill .klb2-carousel__image-background {
	display: block;
}

.klb2-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: inline-flex !important;
	width: 44px;
	height: 44px;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	inline-size: 44px !important;
	block-size: 44px !important;
	flex: 0 0 44px !important;
	flex-shrink: 0 !important;
	aspect-ratio: 1 / 1 !important;
	border: none !important;
	outline: none !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: #111827 !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: none !important;
	background-image: none !important;
	float: none !important;
	clear: none !important;
	overflow: visible !important;
	white-space: nowrap !important;
	line-height: 1 !important;
	font-size: 16px !important;
	min-inline-size: 44px !important;
	box-sizing: border-box !important;
}

.klb2-carousel__arrow[disabled] {
	opacity: 0.42;
	cursor: default;
}

.klb2-carousel__arrow--prev {
	left: 10px;
}

.klb2-carousel__arrow--next {
	right: 10px;
}

.klb2-carousel--arrows-outside .klb2-carousel__arrow--prev {
	left: calc(var(--klb2-carousel-arrow-offset-outside) * -1);
}

.klb2-carousel--arrows-outside .klb2-carousel__arrow--next {
	right: calc(var(--klb2-carousel-arrow-offset-outside) * -1);
}

.klb2-carousel__arrow span {
	display: block !important;
	width: auto !important;
	height: auto !important;
	font-size: 28px;
	line-height: 1;
}

.klb2-carousel__arrow:hover,
.klb2-carousel__arrow:focus,
.klb2-carousel__arrow:active {
	border: none !important;
	outline: none !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: #111827 !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16) !important;
	text-decoration: none !important;
}

.klb2-carousel__arrow:focus-visible {
	border: none !important;
	outline: 2px solid rgba(17, 24, 39, 0.22) !important;
	outline-offset: 2px !important;
}

.klb2-carousel__dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

.klb2-carousel__dot {
	display: block !important;
	flex: 0 0 10px !important;
	width: 10px;
	height: 10px;
	min-width: 10px;
	min-height: 10px;
	max-width: 10px !important;
	max-height: 10px !important;
	border-radius: 999px !important;
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: var(--klb2-carousel-dot-color) !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background-image: none !important;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
	line-height: 0 !important;
	font-size: 0 !important;
	overflow: hidden !important;
	vertical-align: top !important;
}

.klb2-carousel__dot.is-active {
	background: var(--klb2-carousel-dot-active-color) !important;
	transform: scale(1.15);
}

.klb2-carousel__dot:hover,
.klb2-carousel__dot:focus,
.klb2-carousel__dot:active {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background-image: none !important;
}

.klb2-carousel__dot:focus-visible {
	outline: 2px solid rgba(17, 24, 39, 0.22) !important;
	outline-offset: 2px !important;
}

.klb2-carousel__lightbox {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.klb2-carousel__lightbox[hidden] {
	display: none !important;
}

.klb2-carousel__lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.klb2-carousel__lightbox-dialog {
	position: relative;
	z-index: 2;
	width: auto;
	max-height: 92vh;
	max-width: min(92vw, 1600px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.klb2-carousel__lightbox-image {
	display: block;
	max-width: 100%;
	max-height: 92vh;
	object-fit: contain;
}

.klb2-carousel__lightbox-arrow,
.klb2-carousel__lightbox-close {
	position: fixed;
	z-index: 2147483002;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	inline-size: 48px !important;
	block-size: 48px !important;
	flex: 0 0 48px !important;
	aspect-ratio: 1 / 1 !important;
	border: none !important;
	outline: none !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.96) !important;
	color: #111827 !important;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.klb2-carousel__lightbox-close {
	top: 18px;
	right: 18px;
}

.klb2-carousel__lightbox-arrow--prev {
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.klb2-carousel__lightbox-arrow--next {
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.klb2-carousel__lightbox-arrow span {
	display: block;
	line-height: 1;
}

.klb2-carousel button.klb2-carousel__arrow,
.klb2-carousel button.klb2-carousel__lightbox-close,
.klb2-carousel button.klb2-carousel__lightbox-arrow {
	border: none !important;
	outline: none !important;
	border-image: none !important;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18) !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	max-width: 48px !important;
	max-height: 48px !important;
	inline-size: 48px !important;
	block-size: 48px !important;
	border-radius: 999px !important;
}

.klb2-carousel button.klb2-carousel__dot {
	border: none !important;
	outline: none !important;
	border-image: none !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	width: 10px !important;
	height: 10px !important;
	min-width: 10px !important;
	min-height: 10px !important;
	max-width: 10px !important;
	max-height: 10px !important;
	inline-size: 10px !important;
	block-size: 10px !important;
	flex: 0 0 10px !important;
	border-radius: 999px !important;
}

.klb2-carousel button.klb2-carousel__arrow {
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	inline-size: 44px !important;
	block-size: 44px !important;
	flex: 0 0 44px !important;
	border-radius: 999px !important;
}

.klb2-carousel--hover-zoom-in .klb2-carousel__media:hover .klb2-carousel__image,
.klb2-carousel--hover-zoom-in .klb2-carousel__media:focus-visible .klb2-carousel__image {
	transform: scale(1.08);
}

.klb2-carousel--hover-zoom-out .klb2-carousel__media:hover .klb2-carousel__image,
.klb2-carousel--hover-zoom-out .klb2-carousel__media:focus-visible .klb2-carousel__image {
	transform: scale(0.965);
}

.klb2-carousel--hover-lift .klb2-carousel__viewport {
	overflow-y: visible;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin-top: -8px !important;
	margin-bottom: -8px !important;
}

.klb2-carousel--hover-lift .klb2-carousel__media:hover,
.klb2-carousel--hover-lift .klb2-carousel__media:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.klb2-carousel--hover-soft-focus .klb2-carousel__media:hover .klb2-carousel__image,
.klb2-carousel--hover-soft-focus .klb2-carousel__media:focus-visible .klb2-carousel__image {
	transform: scale(1.07);
	filter: brightness(1.05) saturate(1.05);
}

.klb2-carousel button.klb2-carousel__lightbox-close:hover,
.klb2-carousel button.klb2-carousel__lightbox-close:focus,
.klb2-carousel button.klb2-carousel__lightbox-close:active,
.klb2-carousel button.klb2-carousel__lightbox-arrow:hover,
.klb2-carousel button.klb2-carousel__lightbox-arrow:focus,
.klb2-carousel button.klb2-carousel__lightbox-arrow:active {
	background: #ffffff !important;
	color: #111827 !important;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.22) !important;
}

@media (max-width: 1024px) {
	.klb2-carousel {
		--klb2-carousel-arrow-offset-outside: 52px;
	}

	.klb2-carousel__arrow {
		width: 40px;
		height: 40px;
		min-width: 40px !important;
		min-height: 40px !important;
		max-width: 40px !important;
		max-height: 40px !important;
		inline-size: 40px !important;
		block-size: 40px !important;
		flex: 0 0 40px !important;
		min-inline-size: 40px !important;
	}

	.klb2-carousel button.klb2-carousel__arrow {
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		max-width: 40px !important;
		max-height: 40px !important;
		inline-size: 40px !important;
		block-size: 40px !important;
		flex: 0 0 40px !important;
	}
}

@media (max-width: 767px) {
	.klb2-carousel {
		--klb2-carousel-arrow-offset-outside: 48px;
	}

	.klb2-carousel__arrow {
		width: 36px;
		height: 36px;
		min-width: 36px !important;
		min-height: 36px !important;
		max-width: 36px !important;
		max-height: 36px !important;
		inline-size: 36px !important;
		block-size: 36px !important;
		flex: 0 0 36px !important;
		min-inline-size: 36px !important;
	}

	.klb2-carousel button.klb2-carousel__arrow {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		min-height: 36px !important;
		max-width: 36px !important;
		max-height: 36px !important;
		inline-size: 36px !important;
		block-size: 36px !important;
		flex: 0 0 36px !important;
	}

	.klb2-carousel__arrow--prev {
		left: 6px;
	}

	.klb2-carousel__arrow--next {
		right: 6px;
	}

	.klb2-carousel__lightbox {
		padding: 16px;
	}

	.klb2-carousel__lightbox-arrow,
	.klb2-carousel__lightbox-close {
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
		max-width: 42px !important;
		max-height: 42px !important;
		inline-size: 42px !important;
		block-size: 42px !important;
		font-size: 24px;
	}

	.klb2-carousel__lightbox-close {
		top: 10px;
		right: 10px;
	}

	.klb2-carousel__lightbox-arrow--prev {
		left: 10px;
	}

	.klb2-carousel__lightbox-arrow--next {
		right: 10px;
	}
}
