@charset "UTF-8";
.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-property-details {
  position: relative;
  font-size: 0;
}

.ip-property-details-banner {
  position: relative;
}
.ip-property-details-banner::before, .ip-property-details-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-property-details-banner::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 5;
}
.ip-property-details-banner::after {
  background: rgba(0, 0, 0, 0.38);
}
.ip-property-details-banner canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-property-details-banner-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
  z-index: 10;
  text-align: center;
}
.ip-property-details-banner-overlay .gsite-title small {
  color: #dbdbdb;
}

.ip-property-details-main {
  position: relative;
  padding: 110px 0;
}

.ip-property-details-main-container {
  position: relative;
  max-width: 1740px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-property-details-main-image {
  width: 51.52%;
}
.ip-property-details-main-image img {
  aspect-ratio: 881/847;
}

.ip-property-details-main-text {
  width: 43.27%;
}

.ip-property-details-main-specs {
  margin-top: 48px;
}
.ip-property-details-main-specs ul {
  display: flex;
  flex-wrap: wrap;
}
.ip-property-details-main-specs ul li {
  font-family: var(--font-family-compass-sans);
  font-size: 24px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ip-property-details-main-specs ul li:not(:first-child) {
  border-left: 1px solid #000000;
  margin-left: 12px;
  padding-left: 12px;
}

.ip-property-details-main-description {
  font-size: var(--font-size-default);
  color: #666666;
  line-height: 1.7;
  margin-top: 25px;
}

.ip-property-details-main-button {
  margin-top: 20px;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-property-details-popup .aios-popup-body {
  width: 1725px;
  width: 89.84375vw;
  max-width: 100%;
  padding: 0;
  min-height: 0;
  margin: 2.604166666666667vw auto;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-property-details-popup .aios-popup-body .aiosp-close {
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  top: 15px;
  right: 15px;
  color: #000000;
  font-size: 0;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-property-details-popup .aios-popup-body .aiosp-close::before {
  content: "򰉂";
  font-family: "agentimage";
  font-size: 20px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-property-details-popup .aios-popup-body .aiosp-close:hover {
  color: rgba(var(--primary-color), 1);
}

.ip-property-details-popup {
  position: relative;
  padding: 5.263vw;
  font-size: var(--font-size-default);
  color: #666666;
  line-height: 1.7;
}
.ip-property-details-popup .gsite-title {
  margin: 35px 0 30px;
}
.ip-property-details-popup img {
  float: right;
  aspect-ratio: 836/723;
  width: 54.8%;
  margin-left: 65px;
  object-fit: cover;
}
.ip-property-details-popup ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.ip-property-details-popup ul li {
  font-family: var(--font-family-compass-sans);
  font-size: 20.61px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.08em;
}
.ip-property-details-popup ul li:not(:first-child) {
  border-left: 1px solid #000000;
  padding-left: 12px;
  margin-left: 12px;
}
.ip-property-details-popup p:not(:last-child) {
  margin-bottom: 38px;
}

.ip-property-details-gallery {
  position: relative;
  padding: 5px 0 30px;
}

.ip-property-details-gallery-container {
  position: relative;
  max-width: 1740px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-property-details-gallery-feed {
  position: relative;
  margin-top: 45px;
  margin-right: -195px;
}

.ip-property-details-gallery-list {
  margin: 0 -12px;
}
.ip-property-details-gallery-list:not(.slick-initialized) {
  display: flex;
}
.ip-property-details-gallery-list:not(.slick-initialized) .ip-property-details-gallery-item:nth-child(3) ~ div {
  display: none;
}

.ip-property-details-gallery-item {
  padding: 0 12px;
}
.ip-property-details-gallery-item a {
  display: block;
  position: relative;
}
.ip-property-details-gallery-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(var(--primary-color), 0.85);
  opacity: 0;
  transition: all var(--default-transition);
}
.ip-property-details-gallery-item a:hover::after {
  opacity: 1;
}

.ip-property-details-gallery-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 130px 0 45px;
}

.ip-property-details-gallery-arrow {
  pointer-events: auto;
}

.ip-property-details-request {
  position: relative;
  padding: 100px 0;
}

.ip-property-details-request-container {
  position: relative;
}

.ip-property-details-request-text {
  padding: 0 15px;
  text-align: center;
}
.ip-property-details-request-text a.gsite-button {
  margin-top: 40px;
}

.ip-property-details-request-image {
  margin-top: 60px;
}
.ip-property-details-request-image img {
  width: 100%;
  min-height: 250px;
  aspect-ratio: 1900/660;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#request-popup .aios-popup-body {
  padding: 0;
  min-height: 0;
  background: #000000;
  max-width: 1435px;
  max-width: 74.7395833%;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#request-popup .aios-popup-body .aiosp-close {
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  top: 15px;
  right: 15px;
  color: #ffffff;
  font-size: 0;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#request-popup .aios-popup-body .aiosp-close::before {
  content: "򰉂";
  font-family: "agentimage";
  font-size: 20px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#request-popup .aios-popup-body .aiosp-close:hover {
  color: rgba(var(--primary-color), 1);
}

.request-popup {
  position: relative;
  font-size: 0;
}

.request-popup-inner {
  display: flex;
}

.request-popup-image {
  width: 37.49%;
}
.request-popup-image img {
  aspect-ratio: 538/611;
}

.request-popup-text {
  width: 62.51%;
  padding: 20px 15px;
}
.request-popup-text .gsite-title {
  text-align: center;
  margin-bottom: 20px;
}
.request-popup-text .wpcf7 {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}
.request-popup-text .gsite-input-fields {
  margin: 0 -4px;
}
.request-popup-text .gsite-input {
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 8px;
}
.request-popup-text .gsite-input label {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.request-popup-text .gsite-input label span {
  color: #ff0000;
}
.request-popup-text .gsite-input input, .request-popup-text .gsite-input textarea {
  height: 40px;
  padding: 0 15px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1em;
  border: 1px solid #595959;
}
.request-popup-text .gsite-input textarea {
  height: 100px;
  padding-top: 13px;
  padding-right: 50px;
}
.request-popup-text .gsite-input-lg {
  width: 100%;
}
.request-popup-text .gsite-input-sm {
  width: 50%;
}
.request-popup-text .wpcf7-form-control-wrap {
  display: block;
}
.request-popup-text .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  color: #ffffff !important;
}
.request-popup-text .wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

@media only screen and (min-width: 992px) {
  .ip-property-details .gsite-title h2,
  .ip-property-details-popup .gsite-title h2 {
    font-size: min(2.789vw, 53px);
    font-size: 2.7vw;
    letter-spacing: 0.08em;
  }
  .ip-property-details .gsite-title small,
  .ip-property-details-popup .gsite-title small {
    font-family: 28px;
    letter-spacing: 0.4em;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1740px) {
  .ip-property-details-gallery-feed {
    margin-right: -100px;
  }
}
@media(max-width: 1440px) {
  .ip-property-details-gallery-item img {
    height: 450px;
  }
  .ip-property-details-main-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) {
  .ip-property-details-gallery-feed {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .ip-property-details-main-container {
    max-width: 630px;
  }
  .ip-property-details-main-image {
    width: 100%;
  }
  .ip-property-details-main-text {
    width: 100%;
    margin-top: 50px;
  }
  .ip-property-details-popup {
    padding: 50px 20px;
  }
  .ip-property-details-popup img {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .ip-property-details-gallery-container {
    max-width: 630px;
  }
  .ip-property-details-gallery-container .gsite-title {
    text-align: center;
  }
  .ip-property-details-gallery-feed {
    margin-right: 0;
  }
  .ip-property-details-gallery-item .gsite-image img {
    aspect-ratio: 490/665;
  }
  .ip-property-details-gallery-arrows {
    padding: 0 15px;
  }
  .aiosp-wrap .aiosp-container.aiosp-ref-\#request-popup .aios-popup-body {
    width: 500px;
  }
  .aiosp-wrap .aiosp-container.aiosp-ref-\#request-popup .aios-popup-body .aiosp-close {
    color: #000000;
  }
  .request-popup-image {
    width: 100%;
  }
  .request-popup-text {
    width: 100%;
    padding: 50px 15px;
  }
  .request-popup-text .gsite-input-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ip-property-details-main {
    padding: 60px 0;
  }
  .ip-property-details-request {
    padding: 50px 0;
  }
}