:root {
  --sidebar-width: 28rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 32rem;
    --layout-gap: 8rem;
  }
}
h2 + .posts-carousel, h3 + .posts-carousel, h4 + .posts-carousel {
  margin-top: var(--wp--preset--spacing--l);
}

.posts-carousel {
  width: 100%;
  padding-top: 5px !important;
  padding-bottom: 80px !important;
}
.posts-carousel .swiper-slide .post-excerpt {
  display: block;
  transition: transform 0.35s ease-in-out;
}
.posts-carousel .swiper-slide .post-excerpt:hover {
  transform: translateY(-5px);
}
.posts-carousel .swiper-slide .feat {
  display: block;
  padding: 15rem var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) 0;
  position: relative;
  overflow: hidden;
}
.posts-carousel .swiper-slide .feat .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.posts-carousel .swiper-slide .feat .title {
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) 0;
  background: linear-gradient(94deg, #0D497D 0.45%, rgba(22, 90, 93, 0.95) 100%);
  position: relative;
  z-index: 3;
}
.posts-carousel .swiper-slide .feat .title .inner {
  padding: 16px 0 16px var(--wp--preset--spacing--normal);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.posts-carousel .swiper-slide .feat .title .inner .arrow {
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.posts-carousel .swiper-slide .feat .title h3 {
  font-size: var(--wp--preset--font-size--font-24);
  color: #fff;
}
.posts-carousel .swiper-slide .feat .title p {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
}
.posts-carousel .swiper-slide .excerpt {
  display: none;
}
.posts-carousel .swiper-slide-counter {
  font-size: var(--wp--preset--font-size--font-16);
  color: #F3941F;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.posts-carousel .swiper-slide-counter .current-slide {
  font-weight: 500;
  color: #FF7B1F;
}
.posts-carousel .swiper-nav {
  width: 41px;
  height: 41px;
  top: calc(100% - 19px);
}
.posts-carousel .swiper-nav:after {
  display: none;
}
.posts-carousel .swiper-nav.swiper-button-next {
  right: -1px;
}
.posts-carousel .swiper-nav.swiper-button-prev {
  left: calc(100% - 90px);
}
.posts-carousel .swiper-nav .rect {
  transition: stroke 0.35s ease-in-out;
}
.posts-carousel .swiper-nav:hover .rect {
  stroke: #67364D;
}
@media (max-width: 1023px) {
  .posts-carousel {
    max-width: 84vw !important;
  }
}/*# sourceMappingURL=block-posts-carousel.css.map */