.postsCarousel__section {
  background-color: #F4FBFF;
}
@media (max-width: 991px) {
  .postsCarousel__section:is(section) {
    padding: 5.6rem 0;
  }
}
@media (max-width: 650px) {
  .postsCarousel__section:is(section) {
    padding: 3.2rem 0;
  }
}
.postsCarousel__textAboveTitle {
  color: #ff5e18;
}
@media (max-width: 991px) {
  .postsCarousel__textAboveTitle:is(p) {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__textAboveTitle:is(p) {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
  }
}
.postsCarousel__titleNav {
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .postsCarousel__titleNav {
    gap: 2rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__titleNav {
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media (max-width: 991px) {
  .postsCarousel__title {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.postsCarousel__nav {
  gap: 1.2rem;
}
@media (max-width: 650px) {
  .postsCarousel__nav {
    display: none !important;
  }
}
.postsCarousel__swiperNav {
  width: 5.2rem;
  height: 5.2rem;
  cursor: pointer;
  border-radius: 1.6rem;
  box-shadow: 0px 0px 16px 0px rgba(21, 90, 193, 0.1019607843);
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 650px) {
  .postsCarousel__swiperNav {
    display: none;
  }
}
.postsCarousel__swiperNav:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 102, 255, 0.3019607843);
}
.postsCarousel__swiperNav:hover img.on-hover {
  opacity: 1;
}
.postsCarousel__swiperNav:hover img:not(.on-hover) {
  opacity: 0;
}
.postsCarousel__wrapper {
  gap: 5.6rem;
}
@media (max-width: 991px) {
  .postsCarousel__wrapper {
    gap: 3.6rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__wrapper {
    gap: 2.4rem;
  }
}
.postsCarousel__top {
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .postsCarousel__top {
    gap: 2rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__top {
    gap: 1.6rem;
  }
}
.postsCarousel .swiper {
  overflow: visible !important;
}
.postsCarousel__slide {
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .postsCarousel__slide {
    gap: 2rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__slide {
    gap: 1.6rem;
  }
}
.postsCarousel__slide:hover .postsCarousel__readMore {
  color: #ff5e18;
}
.postsCarousel__slide:hover .postsCarousel__readMore img.on-hover {
  opacity: 1;
}
.postsCarousel__slide:hover .postsCarousel__readMore img:not(.on-hover) {
  opacity: 0;
}
@media (max-width: 991px) {
  .postsCarousel__slide--title:is(span) {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__slide--title:is(span) {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 991px) {
  .postsCarousel__slide--excerpt:is(span) {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__slide--excerpt:is(span) {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.postsCarousel__slide--content {
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .postsCarousel__slide--content {
    gap: 1rem;
  }
}
@media (max-width: 650px) {
  .postsCarousel__slide--content {
    gap: 0.8rem;
  }
}
.postsCarousel__slide--image {
  max-width: 100%;
  min-width: 100%;
  aspect-ratio: 411/262;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.postsCarousel__readMore {
  color: #127fff;
  gap: 1rem;
  max-width: fit-content;
  transition: color 0.24s ease-in-out;
}
@media (max-width: 650px) {
  .postsCarousel__readMore:is(span) {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.postsCarousel__navWrapper {
  gap: 2.4rem;
}
@media (max-width: 650px) {
  .postsCarousel__navWrapper {
    display: none !important;
  }
}
.postsCarousel__button {
  max-width: fit-content;
}
.postsCarousel .swiper-pagination {
  margin-top: 2.8rem;
  position: relative;
  bottom: 0;
  top: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3.2rem !important;
}
@media (min-width: 651px) {
  .postsCarousel .swiper-pagination {
    display: none !important;
  }
}
.postsCarousel .swiper-pagination-bullet {
  margin: 0 !important;
  transition: background-color 0.3s ease-in-out;
  background-color: #DAEBFE !important;
  opacity: 1 !important;
}
.postsCarousel .swiper-pagination-bullet-active {
  background-color: #127FFF !important;
}

/*# sourceMappingURL=block.css.map */
