.o-featured-blog {
  overflow: hidden;
}
.o-featured-blog__slider-wrapper {
  overflow: visible;
}
@media screen and (min-width: 1100px) {
  .o-featured-blog__slider-wrapper:not(.o-featured-blog__slider-wrapper.swiper-initialized) .swiper-slide {
    width: 50%;
  }
}
.o-featured-blog__slider-wrapper.swiper-initialized .swiper-slide.active {
  width: 60% !important;
}
@media screen and (min-width: 1100px) {
  .o-featured-blog__slider-wrapper.swiper-initialized .swiper-slide.active {
    width: 100% !important;
  }
}
.o-featured-blog__arrows {
  position: relative;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}
.o-featured-blog__arrows .m-swiper__arrow {
  position: relative;
  margin: 0;
  height: 1.65rem;
  top: 0;
}
@media screen and (min-width: 1100px) {
  .o-featured-blog__arrows .m-swiper__arrow {
    height: 2.2rem;
  }
}
.o-featured-blog__arrows .m-swiper__arrow svg {
  height: 100%;
  width: 100%;
}
.o-featured-blog__arrows .m-swiper__arrow::after {
  display: none;
}
.o-featured-blog .o-featured-blog__arrows:has(.swiper-button-lock) {
  margin: 0;
  padding: 0;
  height: 0;
}
.o-featured-blog__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-container-width);
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  width: 100%;
}
.o-featured-blog__footer {
  margin-top: 3rem;
}
.o-featured-blog__heading, .o-featured-blog__caption,
.o-featured-blog .a-checkbox__label,
.o-featured-blog .a-input__field,
.o-featured-blog .a-btn__transparent {
  color: inherit;
}
.o-featured-blog__heading, .o-featured-blog__subtitle {
  text-transform: uppercase;
}
.o-featured-blog__subtitle {
  font-family: var(--ff-tertiary);
}
.o-featured-blog .m-article-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 990px) {
  .o-featured-blog .m-article-card__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
}
.o-featured-blog .m-swiper:not(.swiper-initialized) .js-swiper-wrapper {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.o-featured-blog .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"] .js-swiper-slide {
  width: calc((100% - 0.5rem) / 0.85);
  margin-right: 2rem;
}
@media screen and (min-width: 1100px) {
  .o-featured-blog .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"] .js-swiper-slide {
    width: calc((100% - 7rem) / 5);
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-blog .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"].js-featured-blog .js-swiper-slide {
    width: calc((100% - 7rem) / 6);
  }
}
.o-featured-blog .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"] .js-swiper-slide {
  width: calc((100% - 0.5rem) / 1.85);
  margin-right: 2rem;
}
@media screen and (min-width: 1100px) {
  .o-featured-blog .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"] .js-swiper-slide {
    width: calc((100% - 7rem) / 5);
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-blog .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"].js-featured-blog .js-swiper-slide {
    width: calc((100% - 7rem) / 6);
  }
}
