.lmn-post-slider {
  width: 100%;
}
@media (min-width: 1024px) {
  .lmn-post-slider {
    max-width: 661px;
  }
}
.lmn-post-slider .lmn-post-swiper {
  width: 100%;
  height: 650px;
  overflow: visible;
}
@media (max-width: 767px) {
  .lmn-post-slider .lmn-post-swiper {
    height: 480px;
  }
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-image {
  margin-bottom: 2.5rem;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 661/496;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content {
  display: flex;
  flex-direction: column;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-post-category {
  font-size: var(--wp--preset--font-size--font-14);
  text-transform: uppercase;
  color: #51575C;
  font-weight: 500;
  margin-bottom: 0.75rem;
  line-height: 120%;
  letter-spacing: 8%;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-post-title {
  font-size: var(--wp--preset--font-size--font-32);
  font-weight: 300;
  color: #0E0E0E;
  margin: 0 0 1rem 0;
  line-height: 120%;
  letter-spacing: 0%;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-post-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-post-title a:hover {
  color: #4b5563;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-read-more {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background: none !important;
  color: black;
  border: none !important;
  padding: 0 !important;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 130%;
  letter-spacing: 2%;
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-read-more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.062.244a.355.355 0 0 1 .496.014h.002l3.199 3.401.006.006c.096.114.129.309.002.466l-.007.009-.11-.104.109.104-3.2 3.4-.003.003a.354.354 0 0 1-.493.013v-.001a.36.36 0 0 1-.016-.496l2.643-2.81H.5a.35.35 0 0 1 0-.7h11.19L9.047.739a.36.36 0 0 1 .015-.495Z' fill='%23000' stroke='%23000' stroke-width='.3'/></svg>");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  margin-left: 3px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-read-more:hover::after, .lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-read-more:active::after, .lmn-post-slider .lmn-post-swiper .lmn-post-slide .lmn-post-content .lmn-read-more:focus::after {
  transform: translateX(5px);
}
.lmn-post-slider.pinned-scroll .lmn-post-swiper .swiper-wrapper, .pinned-scroll .lmn-post-slider .lmn-post-swiper .swiper-wrapper {
  display: block;
  height: auto;
}
.lmn-post-slider.pinned-scroll .lmn-post-swiper .lmn-post-slide, .pinned-scroll .lmn-post-slider .lmn-post-swiper .lmn-post-slide {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .lmn-post-slider.pinned-scroll .lmn-post-swiper, .pinned-scroll .lmn-post-slider .lmn-post-swiper {
    height: auto;
  }
}
.lmn-post-slider .acf-block-preview .lmn-post-swiper {
  height: auto;
}
.lmn-post-slider .acf-block-preview .lmn-post-swiper .swiper-slide {
  display: none;
}
.lmn-post-slider .acf-block-preview .lmn-post-swiper .swiper-slide:first-child {
  display: flex;
}/*# sourceMappingURL=block-post-slider.css.map */