.module--acf-latest-post {
  padding: 100px 0 90px;
  background-color: rgba(var(--primaryColor), 1);
}
.module--acf-latest-post__content.latest-post-slider {
  background-color: transparent;
  padding: 60px 80px;
}
@media (max-width: 991.98px) {
  .module--acf-latest-post__content.latest-post-slider {
    padding: 40px 20px;
  }
}
.module--acf-latest-post__content.latest-post-slider:not(.slick-initialized) {
  display: flex;
  flex-direction: row;
}
.module--acf-latest-post__content.latest-post-slider:not(.slick-initialized) .module--acf-latest-post__item {
  display: none;
  flex: 1;
  margin: 0;
}
.module--acf-latest-post__content.latest-post-slider:not(.slick-initialized) .module--acf-latest-post__item:nth-child(-n+2) {
  display: flex;
}
.module--acf-latest-post__content.latest-post-slider .slick-dots {
  left: 0;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow::before {
  display: none;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow svg {
  width: 60px;
  height: 60px;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow svg path {
  fill: #AD8D71;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow:hover svg path {
  fill: #fff;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow.slick-prev {
  left: 10px;
}
.module--acf-latest-post__content.latest-post-slider .slick-arrow.slick-next {
  right: 10px;
}
.module--acf-latest-post__content.latest-post-slider .slick-next svg {
  transform: rotate(180deg);
}
.module--acf-latest-post__content.latest-post-slider .slick-track {
  display: flex;
}
.module--acf-latest-post__content.latest-post-slider .slick-slide {
  height: auto;
}
.module--acf-latest-post__content.latest-post-slider .slick-slide > div {
  height: 100%;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item {
  background-color: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 0 17px;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .text {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .text .meta {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .text .excerpt {
  margin-top: auto;
  margin-bottom: 15px;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .text .post-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .text .read-more {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--muli);
  color: rgba(var(--tertiaryColor), 1);
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .image {
  order: 0;
  width: 100%;
  min-height: 230px;
  max-height: 230px;
  position: relative;
  overflow: hidden;
}
.module--acf-latest-post__content.latest-post-slider .module--acf-latest-post__item .image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.module--acf-latest-post__heading {
  max-width: 1250px;
  margin: 0 auto 50px;
}
.module--acf-latest-post__heading .title {
  font-family: var(--muli);
  color: #FFF;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 65px);
  display: block;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.module--acf-latest-post__content {
  max-width: 1250px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .module--acf-latest-post__content {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.module--acf-latest-post__content .text {
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .module--acf-latest-post__content .text {
    width: 100%;
    order: 2;
  }
}
.module--acf-latest-post__content .text .meta {
  font-family: var(--muli);
  padding-bottom: 45px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #000;
  font-weight: 700;
}
.module--acf-latest-post__content .text .meta .category {
  color: #AD8D71;
}
.module--acf-latest-post__content .text .post-title {
  font-family: var(--muli);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  margin: 0 0 30px;
  color: #000;
  font-weight: 400;
  display: block;
}
.module--acf-latest-post__content .text .excerpt {
  font-family: var(--muli);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 45px;
  color: #000;
}
.module--acf-latest-post__content .text .read-more-wrap {
  display: none;
}
.module--acf-latest-post__content .image {
  width: calc(50% - 30px);
}
@media (max-width: 768px) {
  .module--acf-latest-post__content .image {
    width: 100%;
    order: 1;
  }
}
.module--acf-latest-post__content .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
