.cc_1q3v696h_DG1ZFPlq34 .slayt-cc {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

/* IkasComponentRenderer wraps children in a display:contents node plus a
   per-item ikas wrapper div, so the real flex items are grandchildren. */
.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__track > * > * > * {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}

/* Arrows */
.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #111827;
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.2s ease;
  z-index: 2;
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__arrow:hover {
  background: rgba(255, 255, 255, 0.95);
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__arrow--prev {
  left: 12px;
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__arrow--next {
  right: 12px;
}

/* Dots */
.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 2;
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  transition: background 0.2s ease, width 0.2s ease;
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__dot:hover {
  background: rgba(255, 255, 255, 0.85);
}

.cc_1q3v696h_DG1ZFPlq34 .slayt-cc__dot--active {
  width: 22px;
  border-radius: 4px;
  background: #ffffff;
}

@media (min-width: 1024px) {
  .cc_1q3v696h_DG1ZFPlq34 .slayt-cc__arrow--prev {
    left: 24px;
  }
  .cc_1q3v696h_DG1ZFPlq34 .slayt-cc__arrow--next {
    right: 24px;
  }
  .cc_1q3v696h_DG1ZFPlq34 .slayt-cc__dots {
    bottom: 24px;
  }
}
