.kyl_link_tiles .content_wrapper {
  padding: 0;
}
.kyl_link_tiles .content_wrapper .swiper-container {
  padding: 0 15px;
}
@media screen and (min-width: calc(1140px + 30px)) {
  .kyl_link_tiles .content_wrapper .swiper-container {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: calc(100% - 15px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 250px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 13.5px);
  }
  .kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide:not(:nth-of-type(3n + 3)) {
    margin: 0 20px 20px 0;
  }
}
.kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide:hover .image_wrapper:before {
  background-color: rgba(0, 0, 0, 0.56);
}
.kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide:hover .image_wrapper .title {
  background-image: url('../assets/img/long_arrow_right_white.svg') !important;
  background-position: right center !important;
}
.kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide .image_wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  height: 100%;
  width: 100%;
}
.kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide .image_wrapper:before {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.33);
  pointer-events: none;
  position: absolute;
  height: 100%;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
}
.kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide .image_wrapper .title {
  background: transparent url('../assets/img/long_arrow_right_white.svg') no-repeat right center;
  transition: background 0.1s ease;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  display: block;
  color: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_link_tiles .content_wrapper .swiper-container .swiper-wrapper .swiper-slide .image_wrapper .title {
    background-position: right 4px center;
    background-image: none;
  }
}
