.sb-case-study__wrapper {
  position: relative;
  z-index: 2;
  color: white;
  padding: clamp(50px, 50px + (100 - 50) * (100vw - 320px) / (1920 - 320), 100px) 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sb-case-study__wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sb-case-study__wrapper .cs-custom-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
  }
}
.sb-case-study__wrapper .h2__sm {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sb-case-study__wrapper .h2__sm {
    text-align: center;
  }
}
.sb-case-study__slider {
  margin-top: 42px;
}
.sb-case-study__slider .slick-list {
  padding-left: 0;
  overflow: visible;
}
.sb-case-study__slider .slick-track {
  display: flex;
}
.sb-case-study__slide {
  margin: 0 10px;
  height: auto;
  min-height: clamp(450px, 450px + (560 - 450) * (100vw - 320px) / (1920 - 320), 560px);
}
.sb-case-study__slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--color-black-10);
  padding: clamp(19px, 19px + (24 - 19) * (100vw - 320px) / (1920 - 320), 24px) clamp(19px, 19px + (24 - 19) * (100vw - 320px) / (1920 - 320), 24px) clamp(24px, 24px + (30 - 24) * (100vw - 320px) / (1920 - 320), 30px);
  border: 1px solid transparent;
  transition: 0.3s all ease;
}
.sb-case-study__slide-content:hover {
  box-shadow: 4px 4px 36px 0 #295E57;
  background: linear-gradient(to bottom, black, #602C92);
  border-color: #00EECF;
}
@media screen and (max-width: 991px) {
  .sb-case-study__slide-content:hover {
    box-shadow: none;
    background: var(--color-black-10);
    border-color: transparent;
  }
}
.sb-case-study__slide-content:hover a span, .sb-case-study__slide-content:hover a img {
  transform: translate(0);
}
.sb-case-study__slide-content > img:first-of-type {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: clamp(200px, 200px + (240 - 200) * (100vw - 320px) / (1920 - 320), 240px);
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.sb-case-study__slide-content a {
  position: absolute;
  left: clamp(18px, 18px + (24 - 18) * (100vw - 320px) / (1920 - 320), 24px);
  bottom: clamp(18px, 18px + (24 - 18) * (100vw - 320px) / (1920 - 320), 24px);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  overflow: hidden;
}
.sb-case-study__slide-content a span {
  color: white;
  font-size: 16px;
  transform: translateY(100%);
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .sb-case-study__slide-content a span {
    transform: translate(0);
  }
}
.sb-case-study__slide-content a img {
  max-width: 20px;
  transform: translate(70%, -70%);
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .sb-case-study__slide-content a img {
    transform: translate(0);
  }
}
.sb-case-study__slide-text {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-top: clamp(18px, 18px + (24 - 18) * (100vw - 320px) / (1920 - 320), 24px);
}
.sb-case-study__slide-text h3 {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 320px) / (1920 - 320), 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sb-case-study__slide-badge {
  padding: 0 clamp(19px, 19px + (24 - 19) * (100vw - 320px) / (1920 - 320), 24px);
  background: rgba(255, 255, 255, 0.1);
  height: clamp(36px, 36px + (45 - 36) * (100vw - 320px) / (1920 - 320), 45px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: clamp(12px, 12px + (16 - 12) * (100vw - 320px) / (1920 - 320), 16px);
  font-size: 16px;
}
.sb-case-study__slide-hover-content {
  position: absolute;
  background: linear-gradient(to bottom, black, #602C92);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 22px + (42 - 22) * (100vw - 320px) / (1920 - 320), 42px);
  border: 1px solid #00EECF;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s all ease;
}
.sb-case-study__slide-hover-content .sb-case-study__slide-badge {
  margin-top: -10px;
}
.sb-case-study__slide-hover-content h3 {
  line-height: 1.4;
  margin-bottom: clamp(12px, 12px + (16 - 12) * (100vw - 320px) / (1920 - 320), 16px);
}
.sb-case-study__slide-hover-content p {
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 320px) / (1920 - 320), 24px);
  line-height: 1.5;
}/*# sourceMappingURL=sb_case_study_carousel.css.map */