.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #111;
  padding: 0;
  margin: 0;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  color: inherit;
  text-decoration: none;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__image, .cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__placeholder {
  background: #1a1a1a;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 42px;
  z-index: 2;
  max-width: 520px;
  color: #fff;
  pointer-events: none;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__content h2 {
  margin: 0 0 6px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__content p {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--kombos-font-body);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item:hover .kombos-split-hero-item__button {
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__content {
    left: 16px;
    right: 16px;
    bottom: 24px;
    max-width: 88%;
  }

  .cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__content h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 5px;
  }

  .cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__content p {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .cc_A5CPDW2xXu_XjBShatel8 .kombos-split-hero-item__button {
    min-height: 34px;
    min-width: 92px;
    padding: 0 16px;
    font-size: 12px;
  }
}
