.hero__slideshow {
    z-index: 5;
}

.hero__slideshow::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #000;
    opacity: 0.3;
    display: none;
}

.hero__content {
    top: 0;
    left: 0;
    color: var(--secondary-text-color);
    z-index: 10;
    text-shadow: -1px 1px 2px #000000;
    text-shadow: 2px 2px 2px black, 0 0 2em #040404, 0 0 0.2em #000000;
}

.hero__content p {
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: max(1.563vw, 25px);
    font-weight: 300;
}

.hero__scrollDown {
    position: absolute;
    bottom: max(2.625vw, 42px);
    left: 50%;
    z-index: 11;
    transform: translate(-50%, 0);
}

.hero__scrollDown a {
    color: var(--secondary-text-color);
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.hero__scrollDown a span {
    font-size: max(0.625vw, 10px);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.hero__scrollDown a span::after {
    display: block;
    content: "";
    width: 1px;
    height: max(1vw, 16px);
    background: var(--secondary-text-color);
    margin: max(0.813vw, 13px) auto;
}

.hero__scrollDown a em {
    display: block;
    mask-image: url(../images/scrollDown.png);
    width: max(1.625vw, 26px);
    height: max(2.375vw, 38px);
    background: var(--secondary-text-color);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}


/* Property Details */

.propertyDetails__number {
    padding: 4.813vw 0 0;
    display: none;
}

.propertyDetails__info {
    position: relative;
    padding: 0.25vw 2.813vw;
    text-align: center;
}

.propertyDetails__info::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary-text-color);
    opacity: 0.3;
}

.propertyDetails__info:first-child::after,
.propertyDetails__info:nth-child(2)::after {
    display: none;
}

.propertyDetails__info p {
    font-family: var(--font-family-title);
    color: var(--primary-text-color);
    font-size: max(1.938vw, 31px);
    letter-spacing: 0.05em;
}

.propertyDetails__info p strong {
    display: block;
    margin-top: 1.438vw;
    font-family: var(--font-family-default);
    font-size: max(0.938vw, 15px);
    letter-spacing: 0.05em;
    opacity: 0.6;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--primary-text-accent);
}

.propertyDetails__info--price p {
    font-size: max(2.438vw, 39px);
}

.propertyDetails__info--soon p {
    font-size: max(5vw, 45px);
}

.propertyDetails__textDetails {
    position: relative;
    padding: 4.813vw 0 0;
}

.propertyDetails__textDetails::after {
    display: block;
    right: 0;
    bottom: 0;
    content: "";
    width: 26%;
    height: calc(100% - 5vw);
    position: absolute;
    background: var(--secondary);
    z-index: 5;
    display: none;
}

.propertyDetails__textDetails::before {
    display: block;
    left: 0;
    bottom: 0;
    content: "";
    width: 5%;
    height: 100%;
    position: absolute;
    background: var(--primary);
    z-index: 5;
    display: none;
}

.propertyDetails__textDetails--container {
    padding-left: max(14.375vw, 100px);
    padding-right: max(5vw, 80px);
    z-index: 10;
    width: 100%;
}

.propertyDetails__textDetails--content {
    padding-right: 5vw;
    width: 45.813%;
}

.propertyDetails__textDetails--content h2 {
    padding-bottom: 0.938vw;
    word-break: break-word;
}

.propertyDetails__textDetails--content p {
    line-height: 1.6;
    letter-spacing: 0.025em;
    /* font-size: max(0.938vw, 15px); */
    font-size: max(1.125vw, 18px);
    font-weight: 300;
    padding: 0.938vw 0;
    color: var(--primary-text-color);
}

.propertyDetails__textDetails--content .defaultButton {
    display: none;
    margin-top: 1.938vw;
}

.propertyDetails__textDetails--img {
    width: 54.187%;
    flex-shrink: 0;
}

.aboutContent {
    padding: 6vw 0 2vw;
}

.aboutContent__container {
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-size: max(0.938vw, 15px);
    font-weight: 300;
    padding: 0.938vw 0;
    color: var(--primary-text-color);
    text-align: center;
}

.aboutContent__container .container {
    max-width: 1045px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.aboutContent__container .defaultTitle {
    margin-bottom: 30px;
}

.aboutContent__container strong {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.aboutContent__container p {
    margin-bottom: 15px;
}

.aboutContent__container ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px;
    list-style: disc;
}

.callToAction {
    padding: 5vw 0;
}

.callToAction__container {
    margin: 0 -0.75vw;
    position: relative;
    z-index: 10;
}

.callToAction__button {
    padding: 0 0.75vw;
    width: 33.3333333333%;
}

.callToAction__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid var(--primary);
    text-align: center;
    padding: 3.125vw 0;
    transition: var(--transition);
    font-size: max(1.125vw, 16px);
    font-weight: 300;
    text-transform: uppercase;
    color: var(--pri);
    letter-spacing: 0.05em;
    height: 100%;
}

.callToAction__button a i {
    display: block;
    width: 30px;
    height: 30px;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background: var(--primary);
    margin-right: 1.25vw;
    transition: var(--transition);
}

.callToAction__button a i.icon1 {
    width: max(2.438vw, 39px);
    height: max(1.563vw, 25px);
    mask-image: url(../images/icon1.png);
}

.callToAction__button a i.icon2 {
    width: max(2.25vw, 36px);
    height: max(2.25vw, 36px);
    mask-image: url(../images/icon2.png);
}

.callToAction__button a i.icon3 {
    width: max(2.125vw, 34px);
    height: max(2.25vw, 36px);
    mask-image: url(../images/icon3.png);
}

.callToAction__button a span {
    font-family: var(--font-family-title);
}

.callToAction__button a:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--secondary-text-color);
}

.callToAction__button a:hover i {
    background: var(--secondary-text-color);
}

.callToAction--alternate {
    background: var(--primary);
    margin-top: 6.125vw;
}

.callToAction--alternate .callToAction__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    filter: grayscale(1);
}

.callToAction--alternate .callToAction__button a {
    border-color: #fff;
}

.callToAction--alternate .callToAction__button a i {
    background: #fff;
    color: #fff;
}

.callToAction--alternate .callToAction__button a span {
    color: #fff;
}

.callToAction--alternate .callToAction__button a:hover {
    border-color: var(--primary);
}

.callToAction--alternate .callToAction__button a:hover i {
    background: var(--secondary-text-color);
}

.hpVideo {
    padding: max(2.5vw, 40px) 0 0;
}

.hpVideo .splide__arrow:disabled {
    opacity: 0;
}

.hpVideo__container {
    padding: max(3.063vw, 49px) 0 0;
}

.hpVideo--Link::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    opacity: 0.5;
}

.hpVideo--Link canvas {
    z-index: 1;
}

.hpVideo--Link img {
    z-index: 5;
}

.hpVideo--play {
    width: max(7.25vw, 65px);
    height: max(7.25vw, 65px);
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.hpVideo--play::after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 max(0.938vw, 10px) max(1.625vw, 18px) max(0.938vw, 10px);
    border-color: transparent transparent var(--secondary-text-color) transparent;
    transform: rotate(90deg);
    transition: var(--transition);
}

.hpVideo--play:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.hpVideo--play:hover::after {
    border-color: transparent transparent #fff transparent;
}

.hpGallery {
    padding: max(6.25vw, 100px) 0;
}

.hpGallery__sets {
    margin: 3.125vw -0.156vw 0;
}

.hpGallery__row {
    width: 40%;
}

.hpGallery__row:nth-child(2) {
    width: 20%;
}

.hpGallery__row:nth-child(2) .hpGallery__set {
    width: 100%;
}

.hpGallery__row:last-child .hpGallery__set {
    width: 50%;
}

.hpGallery__row:last-child .hpGallery__set:last-child {
    width: 100%;
}

.hpGallery__set {
    width: 50%;
    padding: 0.156vw;
}

.hpGallery__set:first-child {
    width: 100%;
}

.hpGallery__set a {
    overflow: hidden;
}

.hpGallery__set a canvas {
    background: var(--secondary);
    transition: var(--transition);
}

.hpGallery__set a img {
    transition: var(--transition);
}

.hpGallery__set a:hover img {
    opacity: 0.6;
    transform: scale(1.2);
}

.hpGallery__pagination {
    margin: 2.5vw 0 0;
}

.hpGalleryPopup,
.floorPlanPopup {
    background: #000;
    z-index: 1001;
    top: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    transform: scale(0);
    transition: var(--transition);
}

.hpGalleryPopup__close,
.floorPlanPopup__close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    color: #fff;
    font-size: 2vw;
    cursor: pointer;
    z-index: 99;
    text-shadow: 1px 0 3px #000;
}

.hpGalleryPopup.opened,
.floorPlanPopup.opened {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.hpGalleryPopup__main,
.floorPlanPopup__main {
    width: 100%;
    height: 80%;
}

.hpGalleryPopup__main .splide__track,
.floorPlanPopup__main .splide__track {
    height: 100%;
}

.hpGalleryPopup__main--image,
.floorPlanPopup__main--image {
    padding: 5px;
    position: relative;
    height: 100%;
}

.hpGalleryPopup__main--image canvas,
.floorPlanPopup__main--image canvas {
    height: 100%;
}

.hpGalleryPopup__main--image img,
.floorPlanPopup__main--image img {
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.hpGalleryPopup__thumbnail,
.floorPlanPopup__thumbnail {
    width: 100%;
    height: 20%;
}

.hpGalleryPopup__thumbnail .splide__arrows,
.floorPlanPopup__thumbnail .splide__arrows {
    display: none;
}

.hpGalleryPopup__thumbnail .splide__track,
.floorPlanPopup__thumbnail .splide__track {
    height: 100%;
}

.hpGalleryPopup__thumbnail .splide__slide,
.floorPlanPopup__thumbnail .splide__slide {
    border: 0 !important;
    padding: 5px;
}

.hpGalleryPopup__thumbnail--image,
.floorPlanPopup__thumbnail--image {
    width: 100%;
    height: 100%;
    position: relative;
}

.hpGalleryPopup__thumbnail--image canvas,
.floorPlanPopup__thumbnail--image canvas {
    width: 100%;
    height: 100%;
}

.hpGalleryPopup__thumbnail--image::after,
.floorPlanPopup__thumbnail--image::after {
    display: block;
    content: "";
    position: absolute;
    background: #000;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: var(--transition);
}

.hpGalleryPopup__thumbnail .is-active .hpGalleryPopup::after,
.hpGalleryPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after,
.floorPlanPopup__thumbnail .is-active .hpGalleryPopup::after,
.floorPlanPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after {
    opacity: 0;
}

.floorPlan {
    background: var(--secondary);
    padding: 6.438vw 0 0;
}

.floorPlan__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    z-index: 1;
    opacity: 0.3;
}

.floorPlan__wrap {
    z-index: 10;
}

.floorPlan__container {
    z-index: 20;
}

.floorPlan__info {
    margin-top: 3.125vw;
    background: var(--primary-background);
    padding: 6.75vw 6.75vw 0 6.75vw;
}

.floorPlan__info a {
    flex-shrink: 0;
    width: 49%;
}

.floorPlan__info img {
    /* flex-shrink: 0;
  width: 49%; */
    width: 100%;
}

.floorPlan__pagination {
    display: none;
    width: 100%;
    margin-top: 3.125vw;
}

.moreInformation {
    padding: 6.25vw 0 0;
}

.moreInformation__accordion {
    margin-top: 2.5vw;
}

.moreInformation__accordion--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary);
    padding: 1.875vw 0;
    transition: var(--transition);
    font-size: max(1.125vw, 18px);
    font-weight: 200;
    cursor: pointer;
    color: var(--primary-text-color);
}

.moreInformation__accordion--title span {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.moreInformation__accordion--title i {
    font-style: normal;
}

.moreInformation__accordion--title.active {
    border-color: transparent;
}

.moreInformation__accordion--content {
    height: 0;
    overflow: hidden;
    color: var(--primary-text-color);
}

.moreInformation__accordion--content ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.moreInformation__accordion--content ul li {
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}

.moreInformation__accordion--content ul li strong {
    font-weight: 200;
    width: 15.625vw;
    font-size: max(1vw, 16px);
    letter-spacing: 0.05em;
    line-height: 1.6;
    flex-shrink: 0;
}

.moreInformation__accordion--content ul li p {
    font-weight: 200;
    font-size: max(1vw, 16px);
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.moreInformation__accordion--content:nth-of-type(4) ul li strong,
.moreInformation__accordion--content:nth-of-type(6) ul li strong,
.moreInformation__accordion--content:nth-of-type(8) ul li strong {
    display: none;
}

.moreInformation__accordion--content:nth-of-type(10) ul li {
    width: 100%;
}

.meetYourAgent::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5vw;
    background: var(--primary);
    height: calc(100% - 8.2vw);
    z-index: 1;
}

.meetYourAgent::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26vw;
    background: var(--secondary);
    height: calc(100% - 13.25vw);
    z-index: 1;
}

.meetYourAgent__wrap {
    z-index: 10;
}

.meetYourAgent__photo {
    width: 44.063vw;
    flex-shrink: 0;
    padding-left: 9.438vw;
}

.meetYourAgent__photo img {
    z-index: 5;
    height: auto;
}

.meetYourAgent__photo--blurr {
    position: absolute;
    left: 0;
    top: 8.313vw;
    width: calc(100% - 6.125vw);
    height: calc(100% - 13.313vw);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.meetYourAgent__info {
    padding: 8.125vw 8.75vw 0 0;
    margin-left: 3.875vw;
}

.meetYourAgent__info h2 {
    padding: 1.875vw 0 0;
}

.meetYourAgent__info--contactInfo {
    padding: 1.375vw 0 0;
}

.meetYourAgent__info--contactInfo h3 {
    color: var(--primary-text-color);
    font-family: var(--font-family-title);
    letter-spacing: 0.05em;
    font-size: max(2.188vw, 35px);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2.1;
}

.meetYourAgent__info--contactInfo ul li {
    font-weight: 200;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-size: max(0.938vw, 15px);
    color: var(--primary-text-color);
}

.meetYourAgent__info--contactInfo ul li a {
    color: var(--primary-text-color);
    transition: var(--transition);
}

.meetYourAgent__info--contactInfo ul li a:hover {
    color: var(--secondary);
}

.meetYourAgent__info--decscription {
    padding: 2vw 0 0;
}

.meetYourAgent__info--decscription p {
    font-size: max(0.938vw, 15px);
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.025em;
    color: var(--primary-text-color);
}

.requestMoreInfo {
    background: var(--secondary);
    padding: 6.875vw 0;
    margin: 6.25vw 0 0;
}

.requestMoreInfo__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: 0.1;
    background-size: cover;
    background-position: center center;
}

.requestMoreInfo__container {
    z-index: 14;
}

.requestMoreInfo__title p {
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: max(1vw, 16px);
    color: var(--secondary-text-color);
}

.requestMoreInfo__form {
    padding: 0 11.313vw;
    margin: 4.375vw 0 0;
}

.requestMoreInfo__form .wpcf7-response-output {
    color: var(--secondary-text-color);
}

.hpMap__holder {
    z-index: 1;
}

.hpMap__holder canvas {
    min-height: 400px;
}

.hpMap__holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.hpMap__address {
    position: absolute;
    z-index: 5;
    bottom: 2.5vw;
    left: max(14.375vw, 100px);
    background: var(--primary);
    padding: 2.813vw;
    color: var(--secondary-text-color);
    width: 35.5vw;
}

.hpMap__address h2 {
    letter-spacing: 0.05em;
    font-size: max(1.875vw, 25px);
    text-transform: uppercase;
    font-family: var(--font-family-title);
    line-height: 1;
}

.hpMap__address span {
    font-family: var(--font-family-default);
    font-size: max(0.938vw, 15px);
    font-weight: 200;
    display: block;
}


/* Print */

.flyer {
    color: var(--primary-text-color);
}

.flyer__container {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: max(1.5625vw, 25px) max(1.5625vw, 25px) 0 max(1.5625vw, 25px);
    width: max(40.625vw, 650px);
    background: #fff;
}

.flyer__title h2 {
    font-size: max(2.5vw, 40px);
    line-height: 1.2;
    text-align: center;
    color: var(--primary-text-color);
    font-family: var(--font-family-title);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.flyer__title h2 span {
    font-family: var(--font-family-default);
    color: var(--primary-text-accent);
    font-size: max(1.25vw, 20px);
    display: block;
}

.flyer__info {
    padding: max(1.875vw, 30px) 0 0;
}

.flyer__info ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flyer__info ul li {
    text-align: center;
    /* padding: 0 max(2.5vw, 40px); */
    padding: 0 max(1.25vw, 20px);
}

.flyer__info ul li p {
    color: var(--primary);
    font-family: var(--font-family-title);
    font-size: max(1.25vw, 20px);
}

.flyer__info ul li span {
    font-size: max(0.938vw, 15px);
    color: var(--primary-text-color);
    display: block;
    margin-top: max(0.625vw, 10px);
}

.flyer__overview {
    margin: max(2.938vw, 47px) 0 0;
}

.flyer__overview--photo {
    padding: max(1.5625vw, 25px) 0;
}

.flyer__overview--photo::after,
.flyer__overview--photo::before {
    display: block;
    content: "";
    width: 50%;
    position: absolute;
    z-index: 1;
}

.flyer__overview--photo::after {
    right: max(-2.5vw, -40px);
    bottom: 0;
    height: 70%;
    background: var(--secondary);
}

.flyer__overview--photo::before {
    background: var(--primary);
    top: 0;
    left: max(-2.5vw, -40px);
    height: 70%;
}

.flyer__overview--photo--wrap {
    position: relative;
    z-index: 10;
}

.flyer__overview--content {
    padding: max(3.375vw, 54px) 0 0;
}

.flyer__overview--content h2 {
    text-align: center;
    font-family: var(--font-family-title);
    color: var(--primary-text-color);
    font-size: max(2.5vw, 40px);
    text-transform: uppercase;
    padding-bottom: max(1.063vw, 17px);
}

.flyer__overview--content p {
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-size: max(0.938vw, 15px);
    padding: max(1.063vw, 17px) 0;
}

.flyer__information {
    padding: max(4.688vw, 75px) 0 0;
}

.flyer__information--title {
    text-align: center;
    font-family: var(--font-family-title);
    color: var(--primary-text-color);
    font-size: max(2.5vw, 40px);
    text-transform: uppercase;
    padding-bottom: max(1.063vw, 17px);
}

.flyer__information--heading {
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: max(1.125vw, 18px);
    padding: max(2.063vw, 33px) 0;
}

.flyer__information--content ul li {
    display: flex;
    padding: max(1.25vw, 20px) 0;
    border-bottom: 1px solid #e5e5e5;
}

.flyer__information--content ul li:last-child {
    border: 0;
}

.flyer__information--content ul li strong {
    font-weight: 400;
    color: var(--primary);
    letter-spacing: 0.05em;
    font-size: max(1vw, 16px);
    width: 30%;
    line-height: 1.4;
    flex-shrink: 0;
}

.flyer__information--content ul li p {
    color: var(--primary-text-color);
    letter-spacing: 0.05em;
    font-size: max(0.875vw, 14px);
    line-height: 1.4;
}

.flyer__footer {
    background: var(--secondary);
    margin-top: max(3.125vw, 50px);
    padding: max(3.5vw, 56px) 0 max(1.938vw, 31px);
    position: relative;
}

.flyer__footer::after {
    display: block;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: max(1.938vw, 31px);
}

.flyer__footer--logo img {
    width: 100%;
    max-width: max(19.25vw, 308px);
    margin: 0 auto;
}

.flyer__footer--contact {
    padding: max(2.063vw, 33px) 0 max(3.438vw, 55px);
}

.flyer__footer--contact ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.flyer__footer--contact ul li {
    color: var(--secondary-text-color-accent);
    padding: max(0.625vw, 10px) 0;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-size: max(0.938vw, 15px);
    display: flex;
    align-items: center;
}

.flyer__footer--contact ul li i {
    color: var(--primary);
    margin-right: max(1vw, 16px);
}

.flyer__footer--contact ul li i.ai-font-location-c {
    font-size: max(1.25vw, 20px);
}

.flyer__footer--contact ul li a {
    color: var(--secondary-text-color-accent);
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {

    /* Hero */
    .hero__slide canvas {
        height: 80vh;
        min-height: 550px;
    }

    /* Property Details */
    .propertyDetails__number {
        flex-flow: column;
    }

    .propertyDetails__info {
        padding: 15px 0;
    }

    .propertyDetails__info::after {
        display: none;
    }

    .propertyDetails__textDetails::after,
    .propertyDetails__textDetails::before {
        display: none;
    }

    .propertyDetails__textDetails--container {
        flex-flow: column-reverse;
        padding: 0 30px;
    }

    .propertyDetails__textDetails--content {
        padding: 0;
        margin-top: 40px;
        width: 100%;
    }

    .propertyDetails__textDetails--content .defaultButton {
        margin-top: 40px;
    }

    .propertyDetails__textDetails--img {
        width: 100%;
    }

    .callToAction {
        padding: 80px 0;
    }

    .callToAction#callToAction1 {
        padding-bottom: 0;
    }

    .callToAction__container {
        margin: 0;
        flex-flow: column;
    }

    .callToAction__button {
        width: 100%;
        margin: 15px 0;
    }

    .callToAction__button a {
        padding: 50px 0;
        font-size: 18px;
    }

    .moreInformation {
        padding: 80px 0;
    }

    .moreInformation__accordion {
        margin-top: 40px;
    }

    .moreInformation__accordion--title {
        padding: 30px 0;
    }

    .moreInformation__accordion--content {
        height: 0;
        overflow: hidden;
    }

    .moreInformation__accordion--content ul {
        margin: 0;
        flex-flow: column;
    }

    .moreInformation__accordion--content ul li {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .meetYourAgent::after,
    .meetYourAgent::before {
        display: none;
    }

    .meetYourAgent__wrap {
        flex-flow: column;
    }

    .meetYourAgent__photo {
        width: 100%;
    }

    .meetYourAgent__info {
        margin: 0;
        width: 100%;
    }

    .meetYourAgent__info h3 {
        line-height: 1;
        padding: 15px 0;
    }

    .hpMap__address {
        bottom: 50px;
        width: auto;
        left: 50px;
    }

    .floorPlan__info a {
        width: 100%;
    }
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    .defaultContainer {
        padding: 0 15px;
    }

    .defaultButton {
        padding: 20px 60px;
    }

    /* Hero */
    .hero__content h1 {
        font-size: 40px;
    }

    .hero__content p {
        font-size: 18px;
    }

    .hpGallery {
        padding: 50px 0;
    }

    .hpGallery__row {
        width: 50%;
    }

    .hpGallery__row:nth-child(2) {
        width: 50%;
    }

    .hpGallery__row:nth-child(3) {
        width: 100%;
        justify-content: center;
    }

    .hpGallery__row:nth-child(3) .hpGallery__set {
        width: 50%;
    }

    .hpGallery__set {
        width: 100%;
    }

    .hpGallery__pagination {
        margin: 50px 0 0;
    }

    .hpGalleryPopup__close,
    .floorPlanPopup__close {
        font-size: 16px;
        top: 16px;
        right: 16px;
    }

    .hpGalleryPopup__main,
    .floorPlanPopup__main {
        width: 100%;
        height: 80%;
    }

    .hpGalleryPopup__main .splide__track,
    .floorPlanPopup__main .splide__track {
        height: 100%;
    }

    .hpGalleryPopup__main--image img,
    .floorPlanPopup__main--image img {
        height: auto;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .hpGalleryPopup__thumbnail,
    .floorPlanPopup__thumbnail {
        width: 100%;
        height: 20%;
    }

    .hpGalleryPopup__thumbnail .splide__track,
    .floorPlanPopup__thumbnail .splide__track {
        height: 100%;
    }

    .hpGalleryPopup__thumbnail .splide__slide,
    .floorPlanPopup__thumbnail .splide__slide {
        border: 0 !important;
        padding: 5px;
    }

    .hpGalleryPopup__thumbnail--image,
    .floorPlanPopup__thumbnail--image {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .hpGalleryPopup__thumbnail--image canvas,
    .floorPlanPopup__thumbnail--image canvas {
        width: 100%;
        height: 100%;
    }

    .hpGalleryPopup__thumbnail--image::after,
    .floorPlanPopup__thumbnail--image::after {
        display: block;
        content: "";
        position: absolute;
        background: #000;
        z-index: 5;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
        transition: var(--transition);
    }

    .hpGalleryPopup__thumbnail .is-active .hpGalleryPopup::after,
    .hpGalleryPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after,
    .floorPlanPopup__thumbnail .is-active .hpGalleryPopup::after,
    .floorPlanPopup__thumbnail .is-active .floorPlanPopup__thumbnail--image::after {
        opacity: 0;
    }

    .floorPlan__container {
        padding: 0 15px;
    }

    .floorPlan__info {
        flex-flow: column;
    }

    .floorPlan__info img {
        width: 100% !important;
        margin: 10px 0;
    }

    .floorPlan__pagination {
        margin-top: 30px;
    }

    .callToAction__button a {
        font-size: 14px;
    }

    .callToAction__button a i {
        margin-right: 15px;
    }

    .requestMoreInfo {
        padding: 80px 0;
    }

    .requestMoreInfo__container {
        padding: 0 15px;
    }

    .requestMoreInfo__title p {
        font-size: 12px;
    }

    .requestMoreInfo__form {
        padding: 0;
        margin-top: 40px;
    }

    .hpVideo__container {
        padding: 20px 0 0;
    }

    .hpMap__address {
        left: 0;
        width: 100%;
        position: static;
        padding: 20px;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 320px) {
    .meetYourAgent__info ul li a {
        word-break: break-all;
    }
}