/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.property .page-header {
  background-image: none;
  padding-bottom: 5.5rem;
}
.property .page-header .faded {
  color: rgba(244, 241, 241, 0.6);
}
.property__gallery .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}
.property__gallery .splide__slide.is-visible {
  display: flex !important;
}
.property__gallery .splide__slide.is-active {
  opacity: 1;
}
.property__gallery-thumbs {
  padding: 2rem 0 0;
}
.property__gallery-thumbs .splide__arrows {
  flex: 0 0 auto;
  margin-left: 3rem;
}
.property__gallery-thumbs .splide__track {
  flex: 0 1 auto;
}
.property__gallery-thumbs .splide__slide > div {
  padding: 3px;
  border: 1px solid transparent;
  width: fit-content;
  margin: 0 auto;
}
.property__gallery-thumbs .splide__slide.is-active > div {
  border-color: rgba(255, 255, 255, 0.8);
}
.property__gallery-thumbs .splide__slide img {
  width: 6.4rem;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  border-radius: 0.4rem;
}
.property__details-title {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(244, 241, 241, 0.15);
}
.property .entry-content {
  max-width: 62rem;
}
.property__details {
  max-width: 65rem;
}
.property__details li {
  border-bottom: 1px solid rgba(244, 241, 241, 0.15);
  padding: 0.8rem 0;
}
.property__video iframe {
  width: 100%;
  aspect-ratio: 1.78;
  height: auto;
}
@media print, screen and (min-width: 46.875em) {
  .property__gallery .splide__slide > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  }
  .property__gallery-thumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2.4rem;
  }
  .property__gallery-thumbs .splide__slide img {
    width: 6.4rem;
  }
  .property__details li {
    flex-wrap: nowrap;
  }
  .property__details li .cell:last-child {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .property__gallery-thumbs {
    padding-bottom: 2.8rem;
  }
}
@media screen and (max-width: 1399.99px) {
  .property__gallery .splide__slide img {
    max-width: calc(100vw - 4rem);
  }
}

.card-agent {
  padding: 1.8rem;
  background-color: #FAFAFA;
  color: rgba(5, 31, 40, 0.7);
  font-size: 1.6rem;
  border-radius: 0.6rem;
  margin-bottom: 1.8rem;
  max-width: 55rem;
  transition: background-color 0.3s cubic-bezier(0.39, 0.03, 0.18, 0.78);
  line-height: 1.5;
}
.card-agent h3 {
  margin-bottom: 0.3rem;
}
.card-agent img {
  width: 8rem;
}
.card-agent:hover {
  background-color: #9AC9E2;
}
.card-agent a:hover {
  color: #051F28;
}
@media print, screen and (min-width: 46.875em) {
  .card-agent {
    padding: 2.4rem 2.8rem;
  }
  .card-agent img {
    width: 11.2rem;
  }
}

.share-buttons a:hover {
  color: #64C764;
  transform: scale(1.1);
}
