.latest-news-hp .swiper {
  overflow: visible;
}
.latest-news-hp__outer {
  position: relative;
  text-decoration: none;
  display: block;
}
.latest-news-hp__content {
  text-align: center;
}
.latest-news-hp__img {
  position: relative;
  margin: 0;
}
.latest-news-hp__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.latest-news-hp__date {
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--heavy);
  font-size: var(--wp--preset--font-size--size-12);
  font-family: var(--wp--preset--font-family--century);
  letter-spacing: 0.4px;
}
.latest-news-hp__read span:first-child + span {
  text-transform: uppercase;
  font-weight: var(--wp--custom--typography--font-weight--heavy);
  font-size: var(--wp--preset--font-size--size-14);
  font-family: var(--wp--preset--font-family--century);
  letter-spacing: 2px;
}
@media (min-width: 1025px) {
  .latest-news-hp .swiper-slide {
    width: 426px;
  }
  .latest-news-hp__outer .latest-news-hp__img {
    overflow: hidden;
  }
  .latest-news-hp__outer img {
    transition: transform 1s ease-in-out;
  }
  .latest-news-hp__outer:hover .latest-news-hp__date {
    opacity: 1;
  }
  .latest-news-hp__outer:hover .latest-news-hp__img img {
    transform: scale(1.2);
  }
  .latest-news-hp__outer:hover .latest-news-hp__img:after {
    opacity: 0.8;
  }
  .latest-news-hp__outer:hover .latest-news-hp__read span:first-child {
    background-color: var(--wp--preset--color--primary-default);
    border-color: var(--wp--preset--color--primary-default);
  }
  .latest-news-hp__outer:hover .latest-news-hp__read span:first-child + span {
    opacity: 1;
  }
  .latest-news-hp__img {
    height: calc(100vh - 114px) !important;
    max-height: 650px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .latest-news-hp__img {
    height: calc(100vh - 82px) !important;
  }
}
@media (min-width: 1025px) {
  .scrolling .latest-news-hp__img {
    height: calc(100vh - 88px) !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .scrolling .latest-news-hp__img {
    height: calc(100vh - 82px) !important;
  }
}
@media (min-width: 1025px) {
  .admin-bar .latest-news-hp__img {
    height: calc(100vh - 114px - var(--wp-admin--admin-bar--height)) !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .admin-bar .latest-news-hp__img {
    height: calc(100vh - 82px - 32px) !important;
  }
}
@media (min-width: 1025px) {
  .admin-bar.scrolling .latest-news-hp__img {
    height: calc(100vh - 88px - var(--wp-admin--admin-bar--height)) !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .admin-bar.scrolling .latest-news-hp__img {
    height: calc(100vh - 82px - 32px) !important;
  }
}
@media (min-width: 1025px) {
  .latest-news-hp__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    transition: opacity 0.5s ease-in-out;
  }
}
@media (min-width: 1025px) {
  .latest-news-hp__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1025px) {
  .latest-news-hp__date {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
}
@media (min-width: 1025px) {
  .latest-news-hp__read {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
  }
  .latest-news-hp__read span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
  }
  .latest-news-hp__read span:first-child + span {
    margin-left: 10px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .latest-news-hp__read span:last-child {
    display: none;
  }
}
@media (max-width: 1024px) {
  .latest-news-hp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .latest-news-hp > div:first-child > div {
    justify-content: center;
  }
  .latest-news-hp > div:first-child .wp-block-buttons {
    display: none;
  }
  .latest-news-hp .swiper-slide {
    width: 292px;
  }
  .latest-news-hp .swiper-button-prev, .latest-news-hp .swiper-button-next {
    display: none;
  }
  .latest-news-hp__img {
    padding-bottom: 96.2%;
    margin-bottom: 20px;
  }
  .latest-news-hp__content {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }
  .latest-news-hp__content h3 {
    padding-bottom: 10px;
  }
  .latest-news-hp__date {
    color: var(--wp--preset--color--secondary-dark-grey);
  }
  .latest-news-hp__read {
    text-align: center;
  }
  .latest-news-hp__read span {
    color: #000;
  }
  .latest-news-hp__read span:first-child {
    display: none;
  }
  .latest-news-hp__read span:first-child + span {
    margin-right: 8px;
  }
  .latest-news-hp__read span:last-child {
    font-size: 9px;
  }
}