/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/server-side-blocks/blog-related-posts/_scss/styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.blog-related-posts {
  background: #f5faff;
  margin-top: 0;
  padding: 37px 20px 30px;
}
@media (min-width: 768px) {
  .blog-related-posts {
    padding: 37px 25px 30px;
  }
}
@media (min-width: 1200px) {
  .blog-related-posts {
    padding: 60px 25px 80px;
  }
}
.blog-related-posts.swiper-shown {
  padding: 37px 20px 10px;
}
@media (min-width: 768px) {
  .blog-related-posts.swiper-shown {
    padding: 37px 25px 10px;
  }
}
@media (min-width: 1200px) {
  .blog-related-posts.swiper-shown {
    padding: 60px 25px 40px;
  }
}
.blog-related-posts .has-global-padding {
  padding: 0;
}
@media (min-width: 1350px) {
  .blog-related-posts .has-global-padding {
    width: 1290px;
    min-width: 1290px;
    margin: 0 auto !important;
  }
}
.blog-related-posts .blog-heading,
.blog-related-posts ul {
  margin: 0 !important;
}
.blog-related-posts .blog-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px !important;
  gap: 10px;
}
@media (min-width: 800px) {
  .blog-related-posts .blog-heading {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1300px) {
  .blog-related-posts .blog-heading {
    margin-bottom: 42px !important;
    flex-direction: row;
    align-items: flex-end;
  }
}
.blog-related-posts .blog-heading .blog-heading-content {
  width: 100%;
}
@media (min-width: 800px) {
  .blog-related-posts .blog-heading .blog-heading-content {
    width: 91%;
  }
}
.blog-related-posts .blog-heading .blog-heading-content h2 {
  font-size: var(--wp--preset--font-size--heading-3);
  color: var(--wp--preset--color--tertiary);
  margin: 0;
}
.blog-related-posts ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -20px;
  min-height: 100%;
  max-width: unset;
}
.blog-related-posts ul:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .blog-related-posts ul {
    margin: 0 -10px !important;
  }
}
@media (min-width: 1300px) {
  .blog-related-posts ul {
    margin: 0 -15px !important;
  }
}
.blog-related-posts ul li,
.blog-related-posts ul h3,
.blog-related-posts ul p {
  transition: all 0.2s ease-out;
}
.blog-related-posts ul li:hover,
.blog-related-posts ul h3:hover,
.blog-related-posts ul p:hover {
  transition: all 0.2s ease-in;
}
.blog-related-posts ul li {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 600px) {
  .blog-related-posts ul li {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-related-posts ul li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .blog-related-posts ul li {
    padding: 0 15px;
    width: 25%;
    margin-bottom: 0;
  }
}
.blog-related-posts ul li a {
  text-decoration: none;
}
.blog-related-posts ul li a:hover img {
  scale: 1.2;
  transition: all 0.2s ease-out;
}
.blog-related-posts ul li a:hover h3 {
  color: var(--wp--preset--color--primary);
}
.blog-related-posts ul li .blog-card {
  padding: 0 20px 25px;
  box-shadow: 0px 12px 40px 0px rgba(18, 52, 68, 0.07), 0px 2.4px 6.5px 0px rgba(18, 52, 68, 0.035);
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.blog-related-posts ul li .blog-featured-image-wrap {
  position: relative;
  margin: 0 -20px 19px;
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-featured-image {
  overflow: hidden;
  height: 170px;
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-featured-image img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-out;
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-author-and-date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 23px;
  width: 100%;
  padding: 0 20px;
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-author-and-date-wrap .post-author {
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-author-and-date-wrap .post-author .by {
  color: var(--wp--preset--color--white);
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
  position: relative;
  text-transform: lowercase;
}
.blog-related-posts ul li .blog-featured-image-wrap .blog-author-and-date-wrap .post-author > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--wp--preset--color--white);
  z-index: 1;
  position: relative;
  display: flex;
}
.blog-related-posts ul li .post-date {
  color: #bccaff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.blog-related-posts ul li h3 {
  font-size: var(--wp--preset--font-size--heading-6);
  color: var(--wp--preset--color--black);
  text-decoration: none;
  margin: 24px 0 0;
  letter-spacing: 0px;
}

.blog-related-posts .swiper-container {
  overflow: hidden;
  margin-bottom: 60px;
}
.blog-related-posts .swiper-container .swiper-slide {
  min-height: 100%;
  height: unset;
}
.blog-related-posts .swiper-container .swiper-slide ul {
  margin: 0 !important;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-related-posts .swiper-container .swiper-slide ul {
    padding-bottom: 40px;
  }
}
.blog-related-posts .swiper-container .swiper-slide ul li {
  width: 100%;
  padding: 0;
}
.blog-related-posts .swiper-container .swiper-slide ul li a {
  margin: 0;
}
.blog-related-posts .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  height: 44px;
  gap: 7px;
  width: 100%;
}
@media (min-width: 800px) {
  .blog-related-posts .swiper-navigation {
    width: 9%;
  }
}
.blog-related-posts .swiper-button-prev,
.blog-related-posts .swiper-button-next {
  position: static;
  min-width: 37px;
  width: 37px !important;
  height: 37px;
  background: #eaedf1;
  color: var(--wp--preset--color--tertiary);
  border-radius: 10px;
}
.blog-related-posts .swiper-button-prev:after,
.blog-related-posts .swiper-button-next:after {
  font-size: 12px;
}
.blog-related-posts .swiper-button-prev:hover,
.blog-related-posts .swiper-button-next:hover {
  background: #e4e7ec;
}
@media (min-width: 600px) {
  .blog-related-posts .swiper-button-prev,
  .blog-related-posts .swiper-button-next {
    width: 44px;
    min-width: 44px !important;
    height: 44px;
  }
}
.blog-related-posts .swiper-button-disabled {
  background: #d6dae0;
  color: #969ba6;
}
.blog-related-posts .blog-prev,
.blog-related-posts .blog-next {
  background: #273344;
  color: var(--wp--preset--color--white);
}
.blog-related-posts .blog-prev:hover,
.blog-related-posts .blog-next:hover {
  background: #051121;
}

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