.case-study-slider-block {
  padding: clamp(48px, 5.56vw, 80px) 0;
  overflow: hidden;
}
.case-study-slider-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}
.case-study-slider-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(32px, 3.33vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1.2;
  margin: 0;
  flex: 1;
}
.case-study-slider-block__counter {
  font-family: "Integral CF", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
  white-space: nowrap;
  flex-shrink: 0;
}
.case-study-slider-block__progress-track {
  position: relative;
  height: 1px;
  background-color: #231f20;
  border-radius: 4px;
  margin-bottom: 32px;
}
.case-study-slider-block__progress-fill {
  position: absolute;
  left: 0;
  top: -3.5px;
  height: 8px;
  width: 0%;
  background-color: #231f20;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.case-study-slider-block__splide .splide__track {
  overflow: visible;
}
.case-study-slider-block__splide .splide__list {
  align-items: stretch;
}
.case-study-slider-block__slide {
  height: auto;
}
.case-study-slider-block__frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: clamp(380px, 42.71vw, 615px);
}
.case-study-slider-block__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.case-study-slider-block__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.case-study-slider-block__card {
  position: absolute;
  bottom: clamp(20px, 2.78vw, 40px);
  right: clamp(20px, 2.78vw, 40px);
  width: clamp(280px, 44.63vw, 607px);
  padding: clamp(24px, 2.78vw, 40px);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: 20px;
}
.case-study-slider-block__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f09620;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.case-study-slider-block__title {
  font-family: "Integral CF", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.22vw, 32px);
  font-style: normal;
  text-transform: uppercase;
  color: #231f20;
  margin: 0 0 16px;
  line-height: 1.15;
}
.case-study-slider-block__excerpt {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .case-study-slider-block__frame {
    height: auto;
    min-height: 520px;
  }
  .case-study-slider-block__card {
    position: static;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
}

/*# sourceMappingURL=case-study-slider-block.css.map */