.our-story-block {
  padding-top: clamp(48px, 5.56vw, 80px);
  overflow: hidden;
}
.our-story-block__header {
  margin-bottom: clamp(32px, 3.89vw, 56px);
}
.our-story-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-bottom: 24px;
}
.our-story-block__content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin: 0;
  max-width: 503px;
}
.our-story-block__splide .splide__arrows,
.our-story-block__splide .splide__pagination {
  display: none !important;
}
.our-story-block__splide .splide__track {
  overflow: visible;
}
.our-story-block__splide .splide__list {
  align-items: center;
}
.our-story-block__splide .splide__slide {
  padding: 20px 0 48px;
  position: relative;
  z-index: 0;
}
.our-story-block__splide .splide__slide .our-story-block__card {
  transform: scale(0.85);
  transform-origin: center center;
  opacity: 0.4;
  will-change: transform, opacity;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
.our-story-block__splide .splide__slide.is-active {
  z-index: 1;
}
.our-story-block__splide .splide__slide.is-active .our-story-block__card {
  transform: scale(1.05);
  opacity: 1;
}
.our-story-block__card {
  display: flex;
  height: clamp(320px, 35.76vw, 515px);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(243, 243, 243, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.our-story-block__card-image {
  flex: 0 0 40.5%;
  position: relative;
  overflow: hidden;
}
.our-story-block__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.our-story-block__card-content {
  flex: 1;
  padding: clamp(24px, 2.78vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.our-story-block__date-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background-color: #f09620;
  color: #fff;
  font-family: "Joly Display", "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.our-story-block__card-title {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 2.22vw, 32px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1.2;
  margin: 0 0 20px;
  align-self: stretch;
}
.our-story-block__card-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  align-self: stretch;
}
.our-story-block__card-body p {
  margin: 0 0 16px;
}
.our-story-block__card-body p:last-child {
  margin-bottom: 0;
}
.our-story-block__indicator {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: clamp(32px, 4vw, 56px);
}
.our-story-block__progress-track {
  flex: 1;
  height: 1px;
  background-color: #231f20;
  position: relative;
  border-radius: 4px;
  overflow: visible;
}
.our-story-block__progress-fill {
  position: absolute;
  left: 0;
  top: -3.5px;
  height: 8px;
  width: 25%;
  background-color: #231f20;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.our-story-block__counter {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #231f20;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .our-story-block__card {
    flex-direction: column;
    height: auto;
  }
  .our-story-block__card-image {
    flex: 0 0 220px;
    height: 220px;
  }
}

/*# sourceMappingURL=our-story-block.css.map */