.wkit-wb-Widget_l25ei525 ul.pers-3d-slider-inner {
	--card-size: clamp(220px, 25vmin + 1rem, 480px);
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: grid;
	place-items: center;
	gap: 1rem;
	--slidercol: 1;
	grid-template-columns: repeat(var(--slidercol), 1fr);}.wkit-wb-Widget_l25ei525 li.pers-3d-slider-item {
	width: var(--card-size);
	aspect-ratio: 3 / 1;
	outline: 2px dashed transparent;
  max-height: 50vh;}.wkit-wb-Widget_l25ei525 .wdk-3d-slider-wrap {
	pointer-events: none;
	width: var(--card-size);
  max-height: 40vh;}.wkit-wb-Widget_l25ei525 .wdk-3d-slider-wrap :where(.wkit-translate, .wkit-wb-Widget_l25ei525 .wkit-flip, .wkit-wb-Widget_l25ei525 .wkit-flop, img) {
	height: 100%;
	width: 100%;
  max-height: 40vh;
	transform-style: preserve-3d;
	pointer-events: none;}[data-title=""], [data-desc=""] {
    display: none !important;}.wkit-wb-Widget_l25ei525 .wdk-slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;}.wkit-wb-Widget_l25ei525 .slider-title {
    font-size: 14px;
    color: #000;
    margin: 0;}.wkit-wb-Widget_l25ei525 .slider-desc {
    font-size: 12px;
    color: #000;
    margin: 0;}.wkit-wb-Widget_l25ei525 img {
	/*object-fit: cover;*/
	width: var(--card-size);
	aspect-ratio: 3 / 4;
	border-radius: 12px;
	translate: 0 0;
	transform-style: preserve-3d;
	height: 100%;}.wkit-wb-Widget_l25ei525 .wkit-flip {
	transform-origin: 50% 100%;}.wkit-wb-Widget_l25ei525 .wkit-flop {
	transform-origin: 50% 0%;}@supports (animation-timeline: scroll()) {
	.wdk-3d-slider-wrap {
		perspective: max(100vmax, 1200px);
		transform-style: preserve-3d;
		position: fixed;
		top: 50%;
		translate: 0 -50%;}.wkit-wb-Widget_l25ei525 li.pers-3d-slider-item {
		view-timeline-name: --item;
		animation: z both linear;
		animation-timeline: view();
		animation-range: contain;
		z-index: calc(50 - var(--index));}.wkit-wb-Widget_l25ei525 ul.pers-3d-slider-inner {
		gap: 0;}.wkit-wb-Widget_l25ei525 .wkit-translate {
		animation: translate both linear;
		animation-timeline: --item;}.wkit-wb-Widget_l25ei525 .wkit-flip {
		animation: flip both linear;
		animation-timeline: --item;}.wkit-wb-Widget_l25ei525 .wkit-flop {
		animation: flop both linear;
		animation-timeline: --item;}.wkit-wb-Widget_l25ei525 .filter-effect-yes img.pers-img {
		filter: saturate(calc(var(--flipped) - var(--flopped)));
		transition: filter 0.2s;}.wkit-wb-Widget_l25ei525 .translate, .wkit-wb-Widget_l25ei525 .flip, .wkit-wb-Widget_l25ei525 .flop {
		animation-range: contain;}@keyframes flip {
		0%, 45% { rotate: x -90deg;}49%, 100% { rotate: x 0deg;}}@keyframes flop {
		0%, 51% { rotate: x 0deg;}55%, 100% { rotate: x 90deg;}}@keyframes translate {
		0% { translate: 0 50vh;}100% { translate: 0 -50vh;}}/* Custom property version...	*/
	@property --flipped {
		initial-value: 0;
		inherits: true;
		syntax: '<number>';}@property --flopped {
		initial-value: 0;
		inherits: true;
		syntax: '<number>';}.wkit-wb-Widget_l25ei525 li.pers-3d-slider-item {
		animation: z both linear, flip-it both steps(1, end), flop-it both steps(1, end);
		animation-timeline: view();
		animation-range: contain, contain 0% contain 45%, contain 0% contain 55%;}@keyframes z {
		50% { z-index: 200;}}@keyframes flip-it {
		100% { --flipped: 1;}}@keyframes flop-it {
		100% { --flopped: 1;}}.wkit-wb-Widget_l25ei525 .wkit-flip {
		transition: rotate 0.2s;
		animation: none;
		rotate: x calc((1 - var(--flipped)) * -90deg);}.wkit-wb-Widget_l25ei525 .wkit-flop {
		transition: rotate 0.2s;
		animation: none;
		rotate: x calc(var(--flopped) * 90deg);}@keyframes float {
		50%, 100% {
			translate: 0 -4lh;
			opacity: 0;}}}/* Disable CSS animations when JavaScript is applied */
.no-scroll-timeline .wdk-3d-slider-wrap {
  position: relative;
  perspective: 1200px;
  max-height: 30vh;}.wkit-wb-Widget_l25ei525 .no-scroll-timeline .wkit-flip,
.no-scroll-timeline .wkit-flop {
  transform-style: preserve-3d;
  transition: transform 0.3s ease;}.wkit-wb-Widget_l25ei525 .no-scroll-timeline li.pers-3d-slider-item {
    max-height: none !important;
    height: auto;}