.vv-digital-home a,
.vv-digital-home a *,
.vv-digital-home button,
.vv-digital-home [role="button"] {
  cursor: pointer !important;
}

.vv-digital-home .team-box-1 {
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.vv-digital-home .team-box-1:hover {
  transform: translateY(-4px);
}

.vv-digital-home .team-box-1 .thumb a,
.vv-digital-home .team-box-1 .content a,
.vv-digital-home .team-box-1 .btn-wrapper a,
.vv-digital-home .work-box a {
  display: block;
}

.vv-digital-home .team-box-1 .thumb {
  overflow: hidden;
}

.vv-digital-home .team-box-1 .thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.vv-digital-home .client-slider-active .swiper-slide {
  flex: 0 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  margin-right: 10px;
  padding: 6px 0;
}

.vv-digital-home .client-slider-active .swiper-wrapper {
  align-items: center;
}

.vv-digital-home .client-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 88px;
  padding: 16px 18px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.vv-digital-home .client-mark:hover {
  transform: translateY(-3px);
  background: transparent;
}

.vv-digital-home .client-slider-active .swiper-slide img {
  width: auto;
  max-width: 220px;
  max-height: 82px;
  object-fit: contain;
  opacity: 0.96;
}

.vv-digital-home .client-mark.is-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.vv-digital-home .award-box .award {
  max-width: 520px;
}

.vv-digital-home .work-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vv-digital-home .work-box .thumb {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.vv-digital-home .work-box.span-2 .thumb img {
  min-height: 520px;
}

@media (max-width: 767px) {
  .vv-digital-home .client-mark {
    min-width: 132px;
    min-height: 72px;
    padding: 14px;
  }

  .vv-digital-home .client-mark.is-text {
    font-size: 18px;
  }
}
