html,
body {
    border: none;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
div,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 200;
}

body {
    line-height: 1.618;
    position: relative;
    font-size: 14px;
    background: #ffffff;
    font-family: var(--primaryfont);
    color: var(--dark);
}

* {
    box-sizing: border-box;
}



::-webkit-scrollbar {
    overflow: hidden;
    width: 0px;
    display: none;
}

* {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

figure {
    margin: 0 !important;
}

blockquote::before,
blockquote::after {
    content: "";
}

:root {
    --primaryfont: 'Figtree', sans-serif;
    --dark: #000;
    --greengrey: #333;
    --white: #fff;
    --grey: #eaeaea;
    --light: #f5f5f5;
    --lightgrey: #d3d3d3;
    --base: 0.875rem;
    --lightergrey: #FAFAFA;
    --greenblue: #005da0;
    --blue: #0089ec;
    --green: #06342C;
    --gold: #B59D70;
    --lightblue: #d8efff;
    --lighterblue: #f2f9ff;
    --infocolor: #008b8b;
    --infocolordark: #067474;
}

input,
textarea,
button {
    -webkit-appearance: none;
    appearance: none;
}

button,
input,
optgroup,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
}

a.cta-button,
a {
    text-decoration: none !important;
    color: inherit;
    transition: 0.3s all ease;
}

p>a {
    text-decoration: underline;
    color: var(--green);
}

a,
button {
    cursor: pointer !important;
}

p>strong {
    font-weight: 700;
}



img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
}


p,
span,
a {
    font-family: 'Figtree', sans-serif;
    line-height: 1.618;
}

p {
    font-size: 0.875rem;
    font-weight: 200;
}

a {
    font-weight: 400;
    font-size: 0.875rem;
}

h1 {
    font-size: 1.25rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 0.875rem;
}

h4 {
    font-size: 0.875rem;
}

h5 {
    font-size: 0.875rem;
}

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

    h1,
    h2 {
        font-size: 16px;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 14px;
    }
}

.clearance {
    height: var(--base);
    width: 100%;
}

@media only screen and (max-width: 767px) {
    /* .clearance {
        height: 0;
    } */
}

.clearancex2 {
    height: calc(var(--base) * 2);
    width: 100%;
}

.clearancex4 {
    height: calc(var(--base) * 4);
    width: 100%;
}


.whatsapp-container{
    background-color: #25D366;
    position: fixed;
    z-index: 10;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    bottom: 32px;
    right: 48px;
    text-align: center;
    padding: 16px;
    animation: slide-in 0.3s  ease 1  forwards;

    p{
        color: var(--white);
        line-height: 1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
    }

    p:first-of-type{
        font-size: 1.3rem;
    }

    p:last-of-type{
        font-size: 0.875rem;
    }

    img{
        display: block;
        margin: 0 auto;
        max-width: 40px;
        margin-bottom: 16px;
    }

    button{
        background-color: var(--white);
        width: 100%;
        display: block;
        border-radius: 4px;
        padding: 4px 0;
        margin-top: 16px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        cursor: pointer;
        transition: 0.3s all ease;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
    }

    button:hover{
        box-shadow: rgba(50, 50, 93, 0.5) 0px 6px 12px -2px, rgba(0, 0, 0, 0.8) 0px 3px 7px -3px;
    }

    .whatsapp-close{
        position: absolute;
        top: 8px;
        right: 8px;
        color: var(--white);
        display: inline-block;
        width: auto;
        background-color: unset;
        line-height: 0;
        font-size: 1.6rem;
        margin: 0;
    }
}

.whatsapp-container.hide{
    border-radius: 48px;
}

.whatsapp-container.hide p,
.whatsapp-container.hide button{
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
}

.whatsapp-container.hide img{
    border-radius: 8px solid #25D366;
    margin-bottom: 0px;
}

@keyframes slide-in{
    0%{ right: -100%;}
    100%{ right: 48px}
}

@media only screen and (max-width: 810px){
    .whatsapp-container{
        right: 0;
        border-radius: 48px;
    }

    img{
        margin-bottom: 0 !important;
    }

    .whatsapp-container p, 
    .whatsapp-container a,
    .whatsapp-container button,
    .whatsapp-close{
        display: none !important;
    }
}

.section-title,
.faq-h1 {
    color: var(--gold);
    font-family: var(--primaryfont);
    //font-size: 1.25rem;
    //letter-spacing: 2px;
    line-height: 140%;
    text-transform: uppercase;
    //font-weight: 300;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-subtitle {
    margin: 32px 0;
    font-size: 0.875rem;
    width: 66%;
    font-weight: 200;
}

@media only screen and (max-width: 1024px) {
    .section-subtitle {
        width: 100%;
    }
}

.section-body {
    margin: 32px auto;
    font-size: 0.875rem;
    font-weight: 200;
    overflow: hidden;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

@media only screen and (max-width: 767px) {
    .section-body {
        margin: 16px 0 32px;
    }
}

.section-body strong {
    display: block;
    margin-bottom: 16px;
}

.section-paragraph p {
    margin-bottom: 32px;
}



.section-paragraph strong {}

.section-paragraph em {
    display: inline-block;
    font-style: normal;
    margin-bottom: unset;
}

.section-body.override {
    max-height: unset;
    overflow: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset;
}

.section-body>button:first-of-type {
    display: block;
}

.section-paragraph {}

.section-paragraph p {}



.blog-body {}

.blog-body>strong {
    font-weight: 700;
    width: 100%;
    margin-bottom: 16px;
    display: block;
    font-size: 1.3rem;
}

.blog-body>em {
    font-weight: 600;
    width: 100%;
    margin: 16px 0;
    display: block;
    font-size: 1.3rem;
    font-style: normal;
}

.blog-item p {
    margin-bottom: 16px;
}

.blog-item ol li {
    margin: 24px 0 0 16px;
}

.blog-item ol li strong a,
.blog-item ol li strong,
.blog-item p>strong {
    font-weight: 700 !important;
    display: inline-block;
}

.blog-item ul {
    margin-left: 20px;
    list-style-image: url(../images/checkmark.svg);
    margin-bottom: 32px;
}

.blog-item h2 {
    margin: 16px 0;
    font-size: 1.3rem;
}

.blog-list {}

.blog-list h2 {
    overflow: hidden;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}

.blog-list img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-share{

}

.share-popup {
    position: absolute;
    z-index: 3;
    left: 280px;

    border: unset !important;
    opacity: 1;
    opacity: 1 !important;
    transition: 0.3s all ease;
    transform: scaleX(0);
    transform-origin: 0 0;
    display: flex;
    line-height: 0;
}

.share-popup.show{
    transform: scale(1);
}

.share-popup>ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 1px;
}

.share-popup ul li{
    margin-right: 8px;
}

.share-popup ul li:nth-of-type(3){
    transition-delay: 0.1;
}

.share-popup ul li:nth-of-type(2){
    transition-delay: 0.2;
}

.share-popup ul li:nth-of-type(1){
    transition-delay: 0.3;
}


.share-popup a {
    font-size: 10px;
    background-color: #eaeaea !important;
    padding: 8px 16px;
}

.mediacall > img{
    aspect-ratio: 3/2;
}

.row {
    clear: both;
    height: 2rem
}

.divider {
    background-color: #d9d9d9;
    height: 24px;
    margin: 0 32px;
    width: 1px;
}

.white-font,
.white-font>* {
    color: var(--white) !important
}

.dark-font {
    color: var(--green);
}

.white-bg {
    background-color: #fff;
}

.text-align-center {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .text-align-center {
        text-align: left;
    }
}

.text-align-right {
    text-align: right;
}

.cta-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
    width: 100%;
}



.cta-button {
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: var(--primaryfont);
    font-size: 10px;
    //height: 48px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: normal;
    padding: 12px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    //width: calc(50% - 8px);
    text-transform: uppercase !important;
    font-size: 11px;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .cta-button {
        padding: 8px 16px;
        font-weight: 200;
        letter-spacing: 2px;
    }
}

.cta-button:hover {
    opacity: 1;
}


.cta-button.white {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--dark);
}

.cta-button.dark {
    border: 1px solid #fff;
    color: #fff;
}

.cta-button.primary {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: var(--light);
}

.cta-button.grey {
    background-color: var(--lightgrey);
    border: 1px solid var(--lightgrey)
}

.cta-button.lightgrey{
    background-color: var(--light);
    border: 1px solid var(--light);
}



.cta-button.blue{
    background-color: var(--lightblue);
    color: var(--blue);
    border: 1px solid var(--lightblue)
}

.cta-zone {
    margin: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta-zone.footer {
    justify-content: flex-start;
}

.cta-zone>a {
    margin-right: 16px;
}

.cta-zone.footer>a {
    color: #d3d3d3;
    font-size: 1.3rem !important;
}


.container-cta-zone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.container-cta-zone>a {
    margin-right: 48px;
}

.cta-minor {}

.cta-minor:hover {
    text-decoration: underline !important;
}


.cta-link,
.cta-more {
    font-family: var(--primaryfont);
    font-size: 14px;
    line-height: 130%;
    position: relative;
    transition: all .3s ease-in-out;
    color: var(--dark);
    font-weight: 400;
    text-decoration: none;
}

.cta-more {
    margin-bottom: 12px;
}

.cta-link {
    font-family: var(--primaryfont);
    font-size: 0.875rem;
}

.cta-link>span {
    //border-bottom: 1px solid var(--green);
    font-weight: 700;
}

.cta-more>span {
    border-bottom: 1px solid var(--green);
    font-weight: 700;
    color: var(--green)
}

.cta-link::after {
    /*
    content: '';
    background-image: url(../images/cta-arrow.svg);
    filter: invert(1);
    display: inline-block;
    margin-left: 16px;
    top: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -32px;
*/
}

.white-font.cta-link {
    border: 1px solid var(--white);
    padding: 4px 16px;
    border-radius: 2px
}

.white-font.cta-link::after {
    filter: invert(0)
}

.white-font.cta-link>span {
    //border-bottom: 1px solid #fff;
    padding: 4px 16px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 8px;
    /* background-color: var(--green); */
    color: var(--white);
    opacity: 0.9;
}

.hoz-divider {
    margin: 64px auto;
    height: 1px;
    width: 100%;
    background-color: #e2e2e2;
}

.hoz-divider.light {
    background-color: #888;
}

.separator {
    margin: 16px 0;
    height: 1px;
    width: 100%;
    background-color: var(--lightgrey);
}

.separator.mdm {
    margin: 32px 0;
}

.separator.lrg {
    margin: 48px 0;
}

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

    .separator.lrg,
    .separator.mdm {
        margin: 24px 0;
    }
}

.separator.dark {
    background-color: var(--green);
}

.underline {
    border-bottom: 1px solid var(--lightgrey);
}


section {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    section {
        padding: 32px 0;
    }
}

.modal section {
    padding: 0;
}



.section-grey {
    background-color: var(--light)
}

.section-grey2 {
    background-color: #F3F3F1;
}

.section-dark {
    background-color: var(--green)
}



.minus-padding-top {
    padding-top: 0;
}

.minus-padding-margin-top {
    padding-top: 0;
    margin-top: 0;
}

.minus-padding-bottom {
    padding-bottom: 0;
}

.conceal {
    display: none;
}

/* STICKY FORM */

.sticky-form {
    margin-bottom: 12px
}

.stix {
    position: fixed;
    top: 32px;
    width: calc(33% - 16px);
}

@media only screen and (max-width: 767px) {
    .stix {
        position: relative;
        top: unset;
        width: 100%;
    }
}

.sticky-form>h2 {
    font-size: 1rem;
    font-weight: 400;
}

.sticky-form>h2>span {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.sticky-form+p,
.sticky-form+p>a {
    font-size: 10px;
}

.sticky-form+p>a {
    text-decoration: underline !important;
}

@media only screen and (max-width: 1024px) {
    .sticky-form {
        width: 100%;
        margin-top: 24px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
}

.error-alert {
    color: red;
    display: none;
}

.error-alert.show {
    display: block;
    margin-bottom: 8px;
}

.sticky-form>input,
.sticky-form>textarea,
.sticky-form>button {
    width: 100%;
}

.sticky-form>input,
.sticky-form>textarea {
    border: 1px solid #d3d3d3;
    padding: 8px 16px;
    margin-bottom: 16px
}

.sticky-form>button {}

button.enquire {
    display: none;
}

@media only screen and (max-width: 1024px) {
    button.enquire {
        display: inline-block;
        position: fixed;
        z-index: -1;
        width: 20%;
        max-width: 180px;
        min-width: 120px;
        top: 96px;
        right: 48px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        background-color: rgba(255, 255, 255, 0.7);
    }

}

@media only screen and (max-width: 767px) {
    button.enquire {
        top: unset;
        bottom: 0;
        background-color: rgba(255, 255, 255, 1);
        right: 0;
        max-width: unset;
        width: 100%
    }
}


/* REPEAT COMPONENTS */

.mobile-hide {}

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
}

.overflowy {
    overflow-y: scroll;
}

.buffer {
    position: relative;
    padding: 48px 0;
}

.skinny-top {
    margin-top: 16px;
    padding: 0 0 32px;
}

.buffer+section {
    padding: 0;
}

.outline {
    outline: 1px solid red;
}

.container {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
    width: calc(100% - 64px);
    position: relative;
}

@media only screen and (min-width: 1281px) {
    .container {
        width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: calc(100% - 32px);
    }
}

.flex-start-between {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-center-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-center-apart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.flex-center-start {
    align-items: center;
    justify-content: space-between;
}

.flex-start-start {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-start-start>* {
    margin-right: 16px;
}

.flex-start-start>*:last-of-type {
    margin-right: 0;
}

.flex-middle {
    display: flex;
    align-items: center;
}


.grid-items {
    display: flex;
    height: inherit;
    width: 100%;
    position: relative
}

@media only screen and (max-width: 767px) {
    .grid-items {
        flex-wrap: wrap;
    }
}



.grid-item {
    margin-right: 16px;
    position: relative;
}

.grid-item:last-of-type {
    margin-right: 0;
}

.grid-item.first {
    width: calc(10% - 16px);
}

.grid-item.single {
    width: calc(16.66% - 16px);
}

.grid-item.second {
    width: calc(50% - 16px);
}


.grid-item.third {
    width: calc(33.33% - 16px);
}

.grid-item.fourth {
    width: calc(25% - 16px);
}

.grid-item.sixth {
    width: calc(66.66% - 16px);
}

.grid-item.ninth {
    width: calc(90% - 16px);
}

.megamenu>.grid-item {
    margin-bottom: 0;
    margin-right: 24px;
}

.grid-item>button,
.grid-item>button>img {
    width: 100%;
}


.grid-item.third:nth-of-type(4),
.grid-item.third:nth-of-type(5),
.grid-item.third:nth-of-type(6) {
    margin-bottom: 0;
}

.grid-item img,
.grid-item h3,
.grid-item p {
    margin-bottom: 16px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    //aspect-ratio: 3/2;
}

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

    .grid-item.first,
    .grid-item.second,
    .grid-item.third,
    .grid-item.fourth,
    .grid-item.sixth,
    .grid-item.ninth {
        width: 100%;
        margin-right: 0;
    }
}

.quicklinks>* {
    padding: 8px 16px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    margin-right: 8px;
    background-color: var(--green);
    color: var(--white);
    opacity: 0.9;
    border-radius: 4px;
}

.quicklinks.info > *:last-of-type{
    float: right;
}

@media only screen and (max-width: 767px) {
    .quicklinks>* {
        padding: 6px 16px;
        /* margin: 0 8px 8px 0; */
    }

    .quicklinks>*:last-of-type {
        margin-bottom: ;
    }
}

.quicklinks>*:last-of-type {
    background-color: unset;
    /* border: 1px solid var(--green); */
    color: var(--dark);
    font-weight: bold;
    margin-right: 0;
}

.quicklinks>button:hover:not(.quicklinks > button:last-of-type) {
    opacity: 1
}

.flex-grid {
    display: flex;
    gap: 32px;
    position: relative;
    height: 100%;
}

.flex-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.flex-grid-item {
    flex: 1;
    position: relative;
}

.flex-grid-item.two {
    flex: 2;
}


.center-start {
    align-content: center;
    justify-content: flex-start;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border: 1px solid var(--lightgrey);
    padding: 32px;
}

.insert-padding-32 {
    padding: 32px;
    border: 1px solid var(--lightgrey);
}



select.minimal,
input.minimal {

    /* styling */
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.not-minimal{
        /* styling */
        background-color: white;
        border: 1px solid #d3d3d3;
        border-radius: 2px;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
    
        /* reset */
    
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
}

.filterminimalbutton{
    background-color: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 0.8em 2em 0.65em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.minimal.transparent {
    background-color: transparent;
    color: #fff;
}

select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}





/* REASONS */

.reasons-item {}

.reasons-item img {
    width: 80px;
    height: auto;
}

/* DIFFERENCES */

.differences-item {}

.differences-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* HERO SECTION */


section#hero-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

section#hero-section.short,
section#hero-section.video {
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#hero-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #06342c47;
    z-index: 1;
}



.background-video {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}


video.hero-video-desktop,
video.hero-video-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
}



.hero-containers {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 32px auto 0;
}


.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .hero-content {
        top: 70%;
        transform: translate(-50%, -70%);
    }
}

.hero-content-holder {
    width: 100%;
}

.hero-content-holder > img{
    width: 33%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
}

.hero-content-holder>h1 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    font-size: 2.8rem;
}

.hero-content-holder>h1>span {
    font-weight: 700;
    display: block;
    width: fit-content;
}

.hero-content-holder>h1>span:first-of-type {
    line-height: 1;
}


.hero-content-holder>h1>span:first-of-type {
    margin-right: auto;
    margin-bottom: 0
}

.hero-content-holder>h1>span:last-of-type {
    margin-left: auto
}


@media only screen and (max-width: 1024px) {
    .hero-content-holder {
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width: 767px) {
    .hero-content-holder>h1 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 32px;
        font-weight: 700;
    }

    .hero-content-holder>h1>span {
        display: unset;
        font-weight: 700;
        line-height: 1.2 !important;
    }
}


.hero-search-holder {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsla(0, 0%, 100%, .2);
    padding: 24px;
    max-width: 700px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .hero-search-holder {
        //display: none;
    }
}

.hero-search-tabs {
    margin: 0 auto;
    width: fit-content;
}

.hero-search-tabs>a {
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 4px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.hero-search-tabs>a:not(.hero-search-tabs > a:first-of-type) {
    margin-left: 40px;
    font-weight: 400;
}

.tab-button.select {
    border-bottom: 1px solid var(--white);
}

.tab-button.choice {
    border-bottom: 1px solid var(--green);
}


.search-holder {
    margin-top: 16px;
    display: flex;
}

.search-holder>input {
    background-color: #fff;
    border-radius: 2px;
    color: #1e2526;
    font-size: 0.875rem;
    padding: 14px 16px;
    width: 100%;
    border: unset;
}

@media only screen and (max-width: 767px) {
    .search-holder>input {
        padding: 8px;
    }

    .search-holder>input::placeholder {
        font-size: 11px;
    }
}

.search-holder>button {
    margin-left: 16px;
    padding: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #06342C;
    /* border: 1px solid #141413; */
    color: #fff;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .search-holder>button {
        padding: 8px 12px;
    }
}

.search-holder>button>img {
    height: 20px;
    width: 20px;
    display: none;
}

.search-holder>button>span {
    text-transform: uppercase !important;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 11px;
    display: block;
}



.hero-footer-holder {
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hero-footer-holder a {
    margin-left: 16px;
    border: 1px solid var(--white);
}

@media only screen and (max-width: 767px) {
    .hero-footer-holder a {
        margin-left: 0;
        margin-top: 8px;
    }
}

.hero-footer-holder a>span {
    margin-right: 0;
}

/* .hero-footer-holder a {
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.hero-footer-holder a>span {
    font-weight: 700;
    padding: 0 0 1px;
    border-bottom: 1px solid #fff;
}

.hero-footer-holder a>img {
    height: 20px;
    width: auto;
    margin-left: 16px
} */

/* .hero-footer-holder a,
.hero-footer-holder p,
.hero-footer-holder span {
    font-size: 0.875rem;
} */

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

    .hero-footer-holder a,
    .hero-footer-holder p,
    .hero-footer-holder span {
        font-size: 11px;
    }

    .hero-footer-holder {
        text-align: left;
    }
}

.google-review-container {
    position: absolute;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, .2);
    height: 56px;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.google-review-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}


.google-review-holder>img:first-of-type {
    height: 20px;
    width: auto;
}

.google-review-holder>img:last-of-type {
    height: 8px;
    width: auto;
    margin-left: 8px;
}

.google-review-holder>p {
    color: #fff;
    margin-left: 16px;
}

div#google-reviews{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.review {
    width: calc(33.33% - 32px);
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 32px;
    height: 320px;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    position: relative;
}

@media only screen and (max-width: 1024px){
    .review{
        width: calc(50% - 32px)
    }
}

@media only screen and (max-width: 767px){
    .review{
        width: calc(100%);
        height: 100%;
    }
}

.review .fa.fa-star{
    color: #FBBC04;
}

.review img{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 48px;
}

.review:not(:nth-of-type(3n)){
    margin-right: 32px;
}

@media only screen and (max-width: 767px){
    .review{
        margin-right: 0 !important;
    }
}

.review > p:first-of-type{
    font-size: 1.3rem;
}

.review > p:last-of-type{
    margin-top: 16px;
    overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}



/* FEATURED SECTION */



section#featured-section {
    position: relative;
}

.featured-properties-tabs {
    margin-top: 16px;
}

.featured-properties-tabs>li {
    display: inline-block
}


.featured-properties-tabs>li:last-of-type {
    margin-left: 40px;
}

@media only screen and (max-width: 767px){
    .featured-properties-tabs>li:last-of-type {
        margin-left: 16px;
    }
}

.featured-properties-tabs>li>button {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 140%;
    padding-bottom: 8px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-size: 11px;
}

.featured-properties-tabs>li>button:hover {
    border-bottom: 1px solid var(--green);
}

.featured-properties-tabs>li>button.active {
    border-bottom: 1px solid var(--green);
}


/*PROPERTY CAROUSELS*/

.property-container {
    margin: 32px 0;
    min-height: 400px;
    /*
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
*/
}


.property-container.active {
    display: block;
}

.property-item {
    width: calc(33% - 8px);
    margin-right: 16px;
}

@media only screen and (max-width: 1024px) {
    .property-container {
        min-height: unset;
    }
}

@media only screen and (max-width: 767px) {
    .property-item {
        width: 100%;
    }
}

.property-item>img {
    aspect-ratio: 4 / 3;
    display: block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
}

.property-item-data {
    padding: 16px 0 0
}

.data-price {
    //margin-bottom: 8px
}

.data-title {
    overflow: hidden;
    line-height: 2rem;
    //min-height: 2.6rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.data-sub-title {
    color: #343434;
    font-weight: 200
}




/*ABOUT SECTION*/


section#about-section {}

.left-half {}


.left-half>img {
    width: calc(50% - 16px);
}

.right-half {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.stat-item {
    width: calc(50% - 4px);
    text-align: center;
}

.stat-item:nth-of-type(1),
.stat-item:nth-of-type(2) {
    margin-bottom: 8px;
}

.stat-item>p:first-of-type {
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase !important;
}

.stat-item>p:last-of-type {}

#about-mc .modal-right>img {
    filter: invert(1);
    width: 200px;
}

.about-section-containers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.left-half,
.right-half {
    width: calc(50% - 32px);
}

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

    .about-section-containers .left-half {
        margin-bottom: 32px;
    }

    .left-half,
    .right-half {
        width: 100%;
    }
}

.stat-item>p:first-of-type {
    font-size: 40px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .stat-item>p:first-of-type {
        font-size: 1.3rem;
    }
}

.about-section-containers .right-half {
    margin-top: unset;
}

@media only screen and (max-width: 767px) {
    .about-section-containers .right-half {
        /* background-color: var(--green); */
        /* color: var(--white); */
        padding: 16px;
    }
}


/*GENERIC CAROUSEL STYLES*/

.generic-carousel {}

.generic-item {
    height: 100%;
    width: calc(25% - 16px);
    text-align: left;
    margin-right: 16px;
}



@media only screen and (max-width: 767px) {
    .generic-item {
        width: 50%;
    }
}

.generic-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.generic-item p:first-of-type {
    font-weight: 500;
    margin-top: 8px
}

.generic-item p:last-of-type {
    font-weight: 200;
    color: #888;
}



/*AWARDS SECTION*/


.awards-carousel {
    height: 240px;
}

@media only screen and (max-width: 1024px) {
    .awards-carousel {
        height: 154px;
    }
}

.awards-carousel .generic-item {
    width: calc(16.66% - 8px);
    text-align: center;
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
    .awards-carousel {
        margin-bottom: 32px;
    }

    .awards-carousel .generic-item {
        width: calc(33.33% - 8px);
    }
}

.awards-carousel .generic-item p:first-of-type {
    min-height: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}

.awards-carousel .generic-item p:last-of-type {
    font-size: 12px
}

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

    .awards-carousel .generic-item p:first-of-type,
    .awards-carousel .generic-item p:last-of-type {
        font-size: 11px;
        min-height: unset;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 90%;
    }
}





/* INSIGHTS SECTION*/

.insights-section-containers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .insights-section-containers {
        flex-direction: unset;
    }
}


section#insights-section {}

.award-section-containers>.section-subtitle {
    width: 66%;
}

.insights-section-containers>.right-half>p {
    margin: 32px 0;
    font-size: 0.875rem;
}


.insights-list {
    margin-left: 20px;
    list-style-image: url(../images/checkmark.svg);
    margin-bottom: 32px;
}


.insights-list p {
    font-weight: 200;
    margin: 0;
    color: #272727
}

.cus-center{
    display: flex;
    justify-content: center;
}

.insights-section-containers>.right-half {
    margin: 0;
}

.insights-section-containers>.left-half {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .award-section-containers>.section-subtitle {
        width: 100%;
    }

    .insights-section-containers .right-half {
        margin-top: 32px;
    }

    .insights-section-containers .left-half {
        display: none;
    }

    .insights-section-containers>.right-half>p {
        margin: 16px 0;
    }
}


.insight-image {
    height: 300px;
    width: auto
}

.insight-image:first-of-type {
    margin-right: 16px;
}

@media only screen and (max-width: 767px) {
    .insight-image:first-of-type {
        margin-right: 8px;
    }
}

form.quick-contact {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

form.quick-contact>input {
    border: 1px solid #e2e2e2;
    color: #323232;
    font-family: var(--primaryfont);
    font-size: 14px;
    line-height: normal;
    padding: 14px 16px;
    width: calc(33% - 32px);
    margin-top: 0 !important;
}

form.quick-contact>input:not(form.quick-contact > input:first-of-type) {
    margin-top: 8px;
}


form.quick-contact>button {
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: var(--primaryfont);
    font-size: 10px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    background-color: var(--green);
    width: 48px;
    height: 48px;
    margin-top: 0;
}

form.quick-contact>button>span {
    display: none;
}

form.quick-contact>button>img {
    display: block;
    height: 16px;
}

@media only screen and (max-width: 767px) {
    form.quick-contact>input {
        width: 100%;
        margin-bottom: 16px;
    }

    form.quick-contact>button {
        width: 100%;
    }

    form.quick-contact>button>span {
        display: inline-block;
        margin-right: 8px;
    }
}

.form-disclaimer,
.form-disclaimer a {
    font-size: 9px !important;
    font-weight: 400;
    line-height: 140%;
    margin: 24px 0 0 !important;
    color: var(--dark)
}

.form-disclaimer a {
    font-weight: 700;
    text-decoration: underline !important
}


.insight-image {
    width: calc(50% - 6px);
}


/*ROADSHOWS*/

.roadshowlink {
    color: var(--white);
    position: absolute;
    right: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 6px 2px 8px;
    border: 1px solid var(--white);
    border-radius: 4px;
    font-weight: 200;
    top: 8px;
}

.roadshows-carousel {
    height: 320px;
}

.roadshows-carousel .flickity-button {
    color: #fff;
}

.roadshows-carousel .flickity-page-dots .dot {
    background: #fff
}

.roadshows-carousel .generic-item {
    width: calc(25% - 16px);
    height: 100%;
    margin-right: 16px
}

.roadshows-carousel .generic-item * {
    color: #fff;
    text-align: left;
}

.roadshows-carousel .generic-item>p:first-of-type {
    font-size: 1.3rem;
}

.roadshows-carousel .generic-item>p:last-of-type {
    color: #fff;
}

.roadshow-upcoming-previous {
    margin-bottom: 32px;
}

.roadshow-upcoming-previous button {
    padding: 0 0 4px 0;
    font-weight: 700;
}

/* HIDES URL BRIDGE OF BREADCRUMB */

.previous-roadshows .breadcrumbs>div>a:nth-of-type(2),
.future-roadshows .breadcrumbs>div>a:nth-of-type(2) {
    display: none;
    ;
}



.fourth {
    transition: 0.3s all ease 0.15s;
    transform: scale(1);
    transform-origin: left;
}

.fourth.hide {
    transform: scale(0);
    width: 0;
    margin-right: 0;
}

.mini-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.mini-section>.section-subtitle>a {
    margin-top: 16px;
    display: table
}

.mini-section>.section-title {
    width: calc(100% - 272px);
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .mini-section>.section-title {
        width: 100%;
    }
}


/*AREAS SECTION*/

.areaslink, .propertylink, .mediaslink {
    color: var(--green);
    position: absolute;
    right: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 6px 2px 8px;
    border: 1px solid var(--green);
    border-radius: 4px;
    font-weight: 200;
    top: 8px;
}

@media only screen and (max-width: 767px){
    .propertylink {
        top: 24px;
    }

    .areaslink, .mediaslink{
        top: 0px;
    }
}

.areas-carousel {
    height: 230px;
    margin: 32px 0;
}

.media-carousel .generic-item,
.areas-carousel .generic-item {
    text-align: left;
    width: calc(20% - 16px);
}

.media-carousel .generic-item p:first-of-type,
.areas-carousel .generic-item p:first-of-type {
    font-size: 1rem;
    font-weight: 500;
    color: var(--green);
}

.media-carousel .generic-item img,
.areas-carousel .generic-item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/* MEDIA CAROUSEL */
.media-carousel {
    height: 256px;
    margin: 32px 0;
}

/* ROADSHOW CAROUSEL */
.roadshow-carousel {

    margin: 32px 0;
}

@media only screen and (max-width: 1024px) {
    .roadshow-carousel {}
}


@media only screen and (max-width: 767px) {
    .roadshow-carousel {}
}

.media-carousel .generic-item {
    width: calc(33.33% - 16px);
}

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

    .media-carousel .generic-item,
    .areas-carousel .generic-item {
        width: 100%;
    }
}

.media-carousel .generic-item p:first-of-type {
    overflow: hidden;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}


/*NEWS*/


section#news-section {}


.news-section-containers>img {
    width: 100%;
    max-width: 1200px
}



/**FOOTER**/
footer .hoz-divider {
    margin: 32px auto
}



.pop-search-container {
    color: #fff;
    font-family: Figtree Regular;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 140%;
    text-transform: uppercase;
}


footer.container {}

.footer-menu-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-menu-section>ul {
    width: calc(16.667% - 8px);
    list-style-type: none;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
    .footer-menu-section>ul {
        width: calc(33% - 8px);
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu-section>ul {
        width: calc(50% - 8px)
    }
}

.footer-menu-section>ul>span {
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
}

.footer-menu-section>ul>li {
    border-bottom: 1px solid transparent;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 160%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-menu-section>ul>li>a {
    color: var(--light);
}

.footer-menu-section>ul>li>a:hover {
    color: var(--white);
}

.footer-bottom>p {
    color: #fff;
    font-size: 10px
}

@media only screen and (max-width: 767px) {
    .footer-bottom>p {
        display: block;
        width: 100%;
        line-height: 0
    }
}

.social-section {
    height: 32px;
    width: auto;
    display: inline-block;
    margin-left: auto;
}






/*HEADER STYLES*/

.hdr {
    width: 100%;
    position: fixed;
    transition: 0.3s all ease;
    top: 0;
    z-index: 4;
}

@media only screen and (max-width: 1024px) {
    .hdr .header-container {
        padding: 16px 0;
    }
}


.header-container {
    width: 100%;
    position: relative;
    padding: 32px 0;
    transition: 0.3s all ease;
}


.header-container>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    width: calc(100% - 64px);
    max-width: 1440px;
    margin: 0 auto;
    transition: 0.3s all ease;
}

.hdr.active,
.hdr.scroll,
.hdr.scroll .header-container {
    transition: 0.3s background ease;
    background: linear-gradient(0deg, #053129 0%, #06342C 19%);
}



.hdr.scroll .header-container {
    padding: 16px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transition: 0.3s all ease;
}

.hdr.active .header-container-left img,
.hdr.active .desktop-menu-section button img,
.hdr.active .desktop-menu-section a img,
.hdr.scroll .header-container-left img,
.hdr.scroll .desktop-menu-section button img,
.hdr.scroll .desktop-menu-section a img {
    filter: invert(0);
    transition: all 0.3s ease
}

body .hdr.scroll .desktop-menu-section label {
    filter: invert(0);
    opacity: 0.6;
}

body.invert .hdr.scroll .desktop-menu-section label {
    filter: invert(0);
    opacity: unset;
}

.hdr.scroll .header-container-left img {
    transform: scale(0.8)
}

.hdr.active .desktop-menu-section button span,
.hdr.scroll .desktop-menu-section a span,
.hdr.active .desktop-menu-section button span,
.hdr.scroll .desktop-menu-section a span {
    //color: var(--green)
}

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

    .hdr .desktop-menu-section .divider,
    .hdr .desktop-menu-section .menu-item:nth-of-type(1) {
        display: none;
    }
}

.header-container-left {
    height: 48px;
}

@media only screen and (max-width: 1024px) {
    .header-container-left {
        height: auto;
    }
}

/*INVERT HEADERS*/
body.invert .hdr {
    background-color: #fff;
}

body.invert .hdr img,
body.invert .hdr span:not(.hdr.scroll span, .menu-trigger span) {
    filter: invert(1);
}

.no-filter{
    filter: none !important;
}

.text-gold{
    color: var(--gold);
}

.hero-cta-zone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hero-cta-zone>* {}

.hero-cta-zone>*:first-of-type {
    margin-right: 16px;
}

.header-container-left>img {
    height: 100%;
    width: auto;
    display: block;
    transition: 0.3s all ease;
}

.header-conainer-right {
    height: 24px;
    width: auto;
}

.header-container-right>.menu-section {
    display: flex;
    flex-wrap: wrap;
    width: 120px;
    align-items: center;
    justify-content: space-between;
}

.desktop-menu-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .desktop-menu-section {
        display: none;
    }
}

.desktop-menu-section>button,
.desktop-menu-section>a {
    display: flex;
    align-items: center;
}

.desktop-menu-section>button>img,
.desktop-menu-section>a>img {
    width: 20px;
    height: 20px;
}

.desktop-menu-section>button>span,
.desktop-menu-section>a>span {
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: normal;
    margin-left: 16px;
    position: relative;
    text-transform: uppercase !important;
    top: 1px;
    transition: all .3s ease-in-out;
}

.desktop-menu-section>label {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .desktop-menu-section>label {
        display: none;
    }
}

.desktop-menu-section>label::after {
    content: url(../images/search-d.svg);
    position: relative;
    left: -32px;
    top: 6px;
}

body.invert .desktop-menu-section>label {
    color: var(--green);
}

body.invert .desktop-menu-section>label::after {
    filter: invert(1);
}

body.invert .desktop-menu-section>label input {
    color: var(--green);
}


body.invert .scroll .desktop-menu-section>label input {
    color: var(--white);
}

.mobile-menu-section {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobile-menu-section {
        display: inline-block;
    }
}


.header-container-right>.menu-section>img {
    height: 24px;
    width: 24px;
}

.home-logo {
    height: 36px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.home-logo img {
    height: 36px;
    width: auto;
    filter: invert(1);
}

.home-logo h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 16px;
    padding-right: 16px;
    font-size: 1.3rem;
    border-right: 2px solid var(--green);
}

.body-body {
    width: 100%;
    height: calc(100vh - 80px);
    padding: 48px;
    display: none;
}

.body-body.show {
    display: block;
}

.menu-search {
    position: relative
}

.menu-search::after {
    content: url(../images/search-d.svg);
    width: 20px;
    height: 20px;
}

.menu-header {
    border-bottom: 1px solid var(--lightgrey);
    margin-bottom: 4px;
}

.menu-header>* {
    font-weight: 700;
    font-size: ;
}

/*MEGA MENU*/
.hdr-megamenu {
    width: 100%;
    background-color: var(--light);
    /*! height: 600px; */
    position: fixed;
    top: 64px;
    z-index: -99999;
    transition: 0.3s all ease;
    transform-origin: top center;
    /*! transform: scaleY(0); */
    /*! padding: 32px 0; */
    transform: translateY(-80%);
    opacity: 0;
    pointer-events: none;
}

.hdr-megamenu.active {
    transform: translateY(16px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 6px -4px;
    border-top: 1px solid var(--lightgrey);
    opacity: 1;
    pointer-events: auto;
}

.megamenu {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px
}



@media only screen and (max-width: 1024px) {
    .megamenu {
        padding: 48px;
    }
}

.menu-trigger {
    position: relative;
}

.menu-trigger>* {
    background-color: var(--white);
    height: 2px;
    width: 17px;
    display: block;
    transition: 0.3s all ease;
}

.menu-trigger span:first-of-type {}

.menu-trigger span:last-of-type {
    margin-top: 4px;
}

.menu-trigger.trig>*,
.menu-trigger.scroll>* {
    //background-color: var(--green);
}

.menu-trigger.trig+span,
.menu-trigger.scroll+span {
    //color: var(--green);
}


.menu-trigger.trig span:first-of-type {
    transform: rotate(-45deg);

}

.menu-trigger.trig span:last-of-type {
    margin-top: 0px;
    transform: rotate(45deg);
    margin-left: 0px;
    margin-top: -2px;
}

#menuclose.hide,
#megamenu.hide {
    display: none;
}

#mobilemenu {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #megamenu {
        display: none;
    }

    #mobilemenu {
        display: flex;
    }
}




.megamenu h4 {
    width: 100%;
    padding-bottom: 8px;
    display: block;
}

.megamenu-items {
    list-style-type: none;
}

.megamenu-item {
    padding: 1px 8px;
    margin-left: 8px;
}

.megamenu-item::marker {
    content: '›';
}

.sm.megamenu-item {
    margin-left: 0;
    padding: 4px 8px 4px 0px;
}

.sm.megamenu-item i {
    margin-right: 8px;
}

.sm.megamenu-item::marker {
    content: '';
}

.megamenu-item>a {
    text-decoration: none;
    color: inherit;
}

.megamenu-item>a:hover {
    font-weight: 700;
}

.megamenu-socialmedia {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.megamenu-socialmedia>a {
    margin-right: 8px;
    font-size: 1.3rem;
}

.megamenu-socialmedia>a:last-of-type {
    margin-right: 0;
}


/*SLIDE MENU*/

.hdr-slidemenu {}

.slidemenu-search {
    position: relative;
    margin-bottom: 32px;
}

.slidemenu-search input {
    width: 100%;

}

.slidemenu-search input::placeholder {
    color: var(--green);
    font-weight: 300;
    letter-spacing: 1px;
}

.slidemenu-search::after {
    content: url(../images/search-d.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 8px;
    filter: invert(1);
}




.menu-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 1.3rem;
    font-weight: 700;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 0.875rem;
    transition: 0.4s;
}

.menu-accordion:hover {
    background-color: #ccc;
}

.menu-accordion:after {
    content: '\027E9';
    color: #777;
    font-weight: bold;
    float: right;
    margin-right: 5px;
}

.active:after {
    content: "";
}

.menu-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    list-style-image: url(../images/right-box-angle.svg);
}

.mobile-hdr {
    padding: 16px 32px 0;
    box-sizing: border-box !important;
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #000;
    z-index: 3;
    transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
}

.mobile-hdr.slide {
    left: 0;
}

.mobile-hdr .menu-accordion {
    background-color: unset;
    color: var(--white);
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 16px 16px;
}

.mobile-hdr .menu-accordion::after {
    color: var(--lightgrey);
}

.mobile-hdr .menu-panel {
    background-color: unset;
    padding: 0 40px;
    margin: unset;
}

.mobile-menu-item {
    margin-bottom: 16px;
    background-size: 32px;
}

.mobile-menu-item a {
    color: var(--white);
    text-decoration: none;
    font-family: var(--primaryfont);
    font-size: 0.85rem;
    border-bottom: 1px solid #333;
    padding: 0 0 8px;
    display: block;
}

.mobile-menu-item:last-of-type a {
    //border-bottom: unset;
}

.mobile-socialmedia {}

.mobile-socialmedia .megamenu-item>a {
    color: var(--white);
}

.mobile-hdr div:last-of-type {
    position: absolute;
    bottom: 32px;
    padding-top: 8px;
    box-sizing: border-box;
    width: calc(100% - 64px);
    display: block;
}

.mobile-hdr div:last-of-type::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--lightgrey);
    position: relative
}

.mobile-hdr div:last-of-type p {
    color: var(--lightgrey);
    font-size: 0.75rem;
}

.mobile-hdr div:last-of-type strong {
    display: block;
    text-transform: uppercase;
}

#slidemenu-close {
    color: #fff;
    top: 12px;
    right: 32px;
    font-size: 1.6rem;
    position: absolute;
    z-index: 3
}

.mobile-hdr-logo {
    width: 128px;
    height: auto;
    margin-bottom: 32px;
    filter: invert(0) !important;
}

/*BREADCRUMBS*/


.breadcrumbs {
    position: relative;
    margin-top: 113px;
    border-top: 1px solid var(--lightgrey);
    border-bottom: 1px solid var(--lightgrey);
}

@media only screen and (max-width: 1024px) {
    .breadcrumbs {
        margin-top: 80px;
        width: 100%;
    }
    body.intelligence .breadcrumbs{
        margin-top: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        margin-top: 96px;
        width: 100%;
    }

    body.intelligence .breadcrumbs{
        margin-top: 64px;
    }
}

.home .breadcrumbs,
.base .breadcrumbs {
    display: none;
}

.short-content .breadcrumbs,
.video .breadcrumbs {
    position: absolute;
    z-index: 3;
    width: 100%;
    color: #fff;
    border: unset;
}

.breadcrumbs>div {
    max-width: 1440px;
    width: calc(100% - 64px);
    margin: 0 auto 0;
    padding: 8px 0;
}

.breadcrumbs>div>* {
    font-size: 11px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumbs>div>a::after {
    content: '›';
    margin: 0 16px;
}



.breadcrumbs>div>span {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: unset;
    display: inline-block;
    line-height: 11px;
    max-width: 50%
}

@media only screen and (max-width: 767px) {
    .breadcrumbs>div>span {
        max-width: 50%;
    }
}

.breadcrumbs.scroll {
    opacity: 0;
    pointer-events: none;
}





/* MODALS */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: rgba(40, 40, 40, 0.8);
    filter: blur(1);
    z-index: -2;
    opacity: 0;
    transition: 0.3s all ease;
}

.modal.show {
    opacity: 1;
    z-index: 10;
}

.map-closer,
.modal-close {
    color: var(--green);
    top: 1px;
    right: 1px;
    font-size: 1.6rem;
    position: absolute;
    z-index: 10;
    line-height: 0;
    height: unset;
    border: unset;
    background-color: var(--white);
    padding: 16px 8px;
    border-radius: 2px;
}



.map-closer {
    top: 104px;
    display: none;
    width: 32px !important;
    right: 16px;
    background-color: var(--green);
    color: var(--white);
    margin: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
    .map-closer {
        display: inline-block;
    }
}

.modal-carrier {
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 45%;
    opacity: 0;
    transition: 0.3s all ease;
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 80svh;
    max-width: 1024px;
    background-color: var(--white);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    overflow: hidden;
}

.modal-carrier#gallery-mc {
    padding: 8px;
}

.modal-carrier.lrg {
    max-width: 1440px;
    width: calc(100% - 80pxs);
}

.modal-carrier.mdm {
    max-width: 800px;
    width: calc(100% - 80px);
}

@media only screen and (max-width:767px) {
    .modal-carrier {
        max-height: 90svh;
    }

    .modal-carrier.mdm {
        width: calc(100% - 32px);
    }
}

.modal-carrier.sml {
    max-width: 480px;
    width: calc(100% - 80px);
}

.modal-carrier.sml .modal--content-left {
    flex: unset;
}

@media only screen and (max-width: 1024px) {
    .modal-carrier {
        padding: 0;
        width: calc(100% - 32px);
        max-width: 1024px;
    }
}

.modal-carrier.show {
    left: 50%;
    opacity: 1;
}

.modal-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--white);
    overflow-x: scroll;
    position: relative
}



.modal-content #target-image {
    width: 180px;
    height: auto;
    display: block;
}

.modal-image>img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.modal-left,
.modal-right {
    width: 50%;
    height: inherit;
    position: relative;
}

.modal-left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.modal-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-left>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 32px;
}

.modal-right {
    position: relative;
    padding: 32px;
}

.modal-right>div {
    width: 100%;
    transition: 0.3s all ease;
}

.modal-left::after {
    content: '';
    display: block;
    height: 90%;
    width: 2px;
    background-color: #eaeaea;
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 103
}

.modal-inner {
    padding: 0 32px;
    width: 100%;
    position: relative;
    height: inherit;
}

.modal-body {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.modal-offkilter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-disclaimer {
    font-size: 10px;
    position: relative;
}

.modal-disclaimer a {
    font-size: 12px;
}


.modal--content {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-height: inherit;
    padding: 32px;
}

.modal--content-left {
    width: calc(33% - 16px);
    height: auto;
}

.modal--content-right {
    width: calc(66% - 16px);
    overflow: scroll;
    padding: 0 32px 0 0;
}

.community .modal--content-left {
    display: none;
}

@media only screen and (max-width: 767px) {
    .modal--content {
        flex-wrap: wrap;
        padding: 16px;
        overflow: scroll;
    }

    .modal--content-right,
    .modal--content-left {
        width: 100%;
        padding: 0;
    }

    .modal--content-right {
        margin: 32px 0 0;
    }
}

.modal-member-image,
.modal-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.modal-carrier.sml .modal--content {
    display: block;
}

.modal-carrier.sml .modal--content>div {
    width: 100%;
}

.modal-carrier.sml .modal--content .modal--content-left {
    height: 180px;
    overflow: hidden;
}

.modal-carrier.sml .modal--content .modal--content-right {
    padding: 16px 0 0;
}

/* FILTER SECTION */

section#filterHolder {
    padding: 16px 0;
}

.filters.container {}

.filters-archive {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s all ease;
    transform: translateX(0);
}

.filters-archive.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-0.5);
}

.filters-group {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.filters-group > select{
    margin-right: 6px;
}

.highlight{
    border: 1px solid var(--blue) !important;
}

@media only screen and (max-width: 1024px) {
    .filters-group {
        width: 100%
    }

    .filters-group>select {
        width: calc(33% - 16px);
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .filters-group {
        margin-top: 8px;
        z-index: -999999;
        position: relative;
        top: 0%;
        pointer-events: none;
        padding: 0;
        background-color: var(--white);
        border: 1px solid var(--lightgrey);
        border-radius: 2px;
        transform-origin: 50% 0;
        height: 0%;
        max-height: 0;
        transform: scaleY(0) translateY(-100%);
    }

    .filters-group.show {
        z-index: 2;
        height: 100%;
        max-height: 100%;
        transform: scaleY(1) translateY(0);
        padding: 16px;
        pointer-events: auto;
    }

    .filters-group>select {
        width: calc(50% - 8px);
        margin-bottom: 8px;
        margin-right: 8px;
        position: relative;
    }

    .filters-group>select:nth-of-type(2n) {
        margin-right: 0px;
    }
}

.search-group {
    position: relative
}

.search-group>input {
    width: calc(100% - 4px)
}

#quicksearch {
    position: relative;
}

#quicksearch::placeholder{
    color: var(--green);
    opacity: 1;
}

.search-group::after{
    content: 'press "↵" key';
    position: absolute;
    top: 55%;
    right: 16px;
    transform: translateY(-55%);
    font-size: 11px;
    font-weight: 200;
    color: var(--grey);
}

.filter-btns {
    display: none;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-group {
        display: none;
    }
}



@media only screen and (max-width: 767px) {
    .search-group {
        display: block;
        width: 100% !important
    }

    .search-group::after{
        content: '';
    }

    .search-group>input {
        width: calc(100% - 80px)
    }

    .filter-btns {
        display: inline-block;
        width: 64px;
        text-align: center;
        background-color: var(--green);
        color: var(--white);
        padding: 5px;
        border: 1px solid var(--green);
        border-radius: 2px;
    }
}

.archive-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 16px);
}

.archive-header>div:first-of-type {
    display: none;
}

#mapshow {
}

@media only screen and (max-width: 1024px) {
    .archive-header {
        width: 100%;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #mapshow {
    }

    #mapshow i {
    }
}

.archive-header label {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-weight: 600;
}

.archive-header select {
    border: 1px solid #d3d3d3;
    background-color: unset;
    padding: 4px;
}


/* ARCHIVE SECTION */

#archivesholder {
    padding: 0 0 40px;
    transition: 0.3s all ease;
}

.archive.container {
    height: 100%;
    overflow-y: scroll;
}


.archive .grid-item {}

.archive-flows {
    height: 100%;
    overflow-y: scroll;
}

@media only screen and (max-width: 1024px) {
    .archive.container>.grid-items {
        display: block;
        overflow-y: unset;
    }

    .archive-flows {
        width: 100% !important;
        margin-right: 0;
        position: relative;
    }
}

.archive-container {
    /* height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden; */
    display: flex;
    flex-wrap: wrap;
}

#archivesholder.hide::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: center center;
    background-image: url(../images/spinning-loading.gif);
}

#archivesholder::before {
    content: ;
}

.archive-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    margin-bottom: 32px;
    transition: 0.3s all ease;
}


@keyframes slide-in {
	0% {
		opacity: 0;
		transform: translateX(-250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.propertycall{
    //animation: slide-in 500ms cubic-bezier(0.11, 0, 0.5, 0) 1 normal forwards;

}

.archive-item.hide,
.propertycall.hide {
    display: none;
}

.archive-item>div:first-of-type {
    width: calc(40% - 8px);
    position: relative;
}

.archive-item>div:last-of-type {
    width: calc(60% - 16px);
    position: relative;
}


.archive-item>div:first-of-type img {
    margin-bottom: 0;
    display: block;
    /*! aspect-ratio: 4 / 3; */
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.archive-item>div:first-of-type span {
    position: absolute;
    padding: 4px 16px;
    background-color: #fff;
    margin: 16px 0 0 16px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.archive-item>div:last-of-type {
    padding: 32px 0;
}

.offplan-properties .property-item-data,
.archive .property-item-data {
    padding: 0;
    display: inline-block;
}

.archive .data-sub-title {
    font-weight: 700;
    //margin-bottom: 8px;
    margin-bottom: 0
}

.archive .data-title {
    font-weight: 400;
    min-height: unset;
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 1.3;
    margin: 12px 0 0;
}

.archive .property-item-data>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.archive .property-item-data>div:first-of-type>span {
    margin-right: 16px;
    color: var(--greengrey);
    font-size: 0.75rem;
}

.archive .cta-zone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.archive .cta-zone>a {
    font-size: 10px;
    width: unset;
    font-weight: 600;
    padding: 8px 16px;
    margin-right: 8px;
    border-radius: 2px;
    height: unset;
}

.archive .cta-zone>a>i {
    margin-right: 4px
}

@media only screen and (max-width: 767px) {
    .archive-container>button {
        margin: 0 0 32px 0;
    }

    .archive-item>div:first-of-type {
        width: 100%;
    }

    .archive-item>div:last-of-type {
        width: 100%;
        padding: 32px 16px;
    }
}


.map-container {
    width: 100%;
    position: relative;

}

.map-container>iframe {
    width: 100%;
    height: 400px;
}

.map-container {
    height: inherit;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .map-container:not('nl') {
        position: absolute;
        right: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .map-container {
        position: fixed;
        left: 100%;
        top: 0%;
        transition: all 0.3s ease;
    }

    .map-container.show {
        top: 0;
        left: 0;
        position: fixed
    }
}




.map-container #map {
    height: 100%;
    width: 100%;
}

.infowindowimg {
    margin: 0;
}

.infowindowprice {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 0;
}

.infowindowtitle {
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
}

/***** LOADER ****/
/*************************/



.page-loader {
    width: 100svw;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: none;

    ::after {
        position: absolute;
        content: 'Now loading';
        z-index: 180;
        width: 100%;
        top: 16px;
        text-align: center;
    }
}



.loader-container {
    position: absolute;
    z-index: -999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s all;
    background-color: rgba(255, 255, 255, 0.8);

}

.archive.loader-container{
    background-color: var(--light);
}


.loader-container.show {
    z-index: 100;
    animation: fade-in 800ms ease 0s 1 normal forwards;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.loader {
    display: block;
    --height-of-loader: 4px;
    --loader-color: #0071e2;
    width: 130px;
    height: var(--height-of-loader);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.loader+p {
    display: block;
}

.loader::before {
    content: "";
    position: absolute;
    background: var(--loader-color);
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 30px;
    animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
    50% {
        width: 100%;
    }

    100% {
        width: 0;
        right: 0;
        left: unset;
    }
}

.loader-spin-container {
    display: none;
}

.loader-spin-container.show {
    display: inline-block;
}

.loader-spin {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    border-radius: 50%;
}

.loader-spin {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    width: 36px;
    height: 36px;
}

.loader-spin {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    width: 36px;
    height: 36px;
    animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#countdown {
    color: #0071e2;
}


/* SIDEBAR */

.sidebar-partner {
    width: calc(66% - 16px);
}

.sidebar {
    width: calc(33% - 16px);
    position: sticky;
    top: 108px;
    margin-bottom: 32px;
}

.modal .sidebar {
    top: 12px;
}

.sidebar-container {
    border: 1px solid var(--lightgrey);
    border-radius: 2px;
    padding: 24px;
}

@media only screen and (max-width: 1024px) {
    .sidebar-container {
        border: unset;
        padding: unset;
        border-top: 1px solid var(--lightgrey);
        padding-top: 24px;
    }

    .unit .sidebar-container #unitprice,
    .unit .sidebar-container .sidebar-cta-zone,
    .unit .sidebar-container .clearance,
    .unit .sidebar-container .modal-disclaimer,
    .unit .sidebar-container .separator {
        display: none;
    }
}

.sidebar-container>span {
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin-bottom: 16px;
}

.sidebar-cta-zone {
    margin-top: 16px;
}

.sidebar-cta-zone>* {
    width: fit-content;
}

.sidebar-cta-zone>a:first-of-type {
    margin-right: 8px;
}


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

    .sidebar-partner,
    .sidebar {
        width: 100%;
    }

    .sidebar {
        margin-top: 32px;
    }
}


/* STEPS CONTENT */

.steps-content {
    width: 100%;
    display: table;
    margin: 32px 0;
}

.steps-content>div:first-of-type {
    width: 7%;
    padding-right: 10%;
    display: table-cell;
    border-right: 1px solid var(--lightgrey);
}

.steps-content>div:last-of-type {
    width: 77%;
    padding-left: 5%;
    display: table-cell;
}


.steps-content h3 {
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    text-align: left;
    line-height: 1.3;
}

.steps-content h3::before {
    content: 'Step';
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}

.steps-content span {
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin-bottom: 16px;
}


/* EXPLORE DUBAI COMMUNITIES */

.explore-dubai h2 {
    font-size: 1rem;
    font-weight: 400;
}

.flickity-button {
    position: absolute;
    border: none;
    color: #333;
    opacity: 0.5;
}



/* CONTACT TEMPLATES */

.contact-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--lightgrey);
}

.contact-item>span {
    font-weight: 600;
    color: var(--lightgrey);
}

.contact-item>a {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 8px
}

h2.team {
    text-transform: unset;
}

.team-member {
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
}

.team-member img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

@media only screen and (max-width: 1024px) {
    .team-member img {
        height: unset;
    }
}

@media only screen and (max-width: 767px) {
    .grid-item.team-member {
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    .grid-item.team-member:nth-of-type(2n) {
        margin-right: 0;
    }

    .team-member img {
        height: unset;
    }
}

.team-member p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-member span {
    display: block;
}

.team-member span:first-of-type {
    font-size: 1rem;
    color: var(--greengrey);
    overflow: hidden;
    line-height: inherit;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.team-member span:last-of-type {}

.team-member>div {
    border-top: 1px solid #d3d3d3;
    display: table;
    margin: 16px auto 0;
    padding: 8px 0 0;
}

@media only screen and (max-width: 767px) {
    .team-member>div {
        display: block;
    }
}

.team-member a,
.team-member button {
    font-size: 1.1rem;
    margin-right: 8px;
}


.team-member a:last-of-type {
    margin-right: 0;
}

.job-list {
    position: relative;
    width: 100%;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    padding: 32px 0;
}

.job-list>table {
    width: 100%;
}

.job-list>table td {
    width: 33%;
}

.job-list>table td:last-of-type {
    text-align: right;
    padding: 0 32px 0 0;
}

.padding {
    padding: 32px;
}

.partner-item {
    width: 100%;
    height: 180px;
    border: 1px solid var(--lightgrey);
    margin-bottom: 16px;
}

.partner-item img {
    width: 128px;
    height: auto;
    display: block;
}

#partner-mc .modal-content{
    padding: 32px
}


/* Gallery*/

section#section7 {}

.partition.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

@media only screen and (max-width:767px) {
    .partition.gallery {
        padding: 0;
        overflow: hidden;
    }
}

.gallery-banner {
    padding: 8px 16px;
    bottom: 16px;
    left: 16px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 2px;
}

.gallery-banner:hover {
    cursor: pointer;
}

.gallery-item {}

.gallery-item.first {
    width: calc(66% - 8px);

}

.gallery-item.last {
    width: calc(33% - 8px);
}

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

    .gallery-item:first-of-type {
        width: 100%;
        position: relative;
    }

    .gallery-item:last-of-type {
        display: none;
    }
}

.gallery-item:first-of-type>button {
    width: 100%;
    height: 575px;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .gallery-item:first-of-type>button {
        height: 320px;
    }
}

.gallery-item:last-of-type>button {
    width: 100%;
    height: 272px;
    display: inline-block;
}

/* .gallery-item:last-of-type > button:last-of-type::before {
    content: 'View All ›';
    position: absolute;
    z-index: 2;
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    text-align: center;
    line-height: 240px;
    font-weight: 200;
    font-size: 1.8rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    opacity: 0.8
} */

@media only screen and (max-width: 767px) {
    .gallery-item:last-of-type>button:last-of-type::before {
        content: ;
    }
}

.gallery-item>button {
    background-size: cover;
    background-position: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .gallery-item:first-of-type>button::before {
        //content: 'View All ›';
        position: absolute;
        z-index: 2;
        color: #fff;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        text-align: center;
        line-height: 360px;
        font-weight: 700;
        font-size: 1.8rem;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.4)
    }
}


/*IMAGE GALLERY STYLES*/

.image-carousel {
    width: 100%;
    display: block;
    height: calc(80vh - 16px);
}

.image-carousel .carousel-gallery {
    margin-right: 8px;
    width: 100%;
    height: 100%;
}

.image-carousel>img {
    display: block;
    max-height: ;
}

@media only screen and (max-width: 1024px) {
    .image-carousel {
        height: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .image-carousel {
        height: 320px;
    }

    .image-carousel .carousel-gallery {
        width: 100%;
    }
}


/* 

.image-carousel .flickity-prev-next-button.previous {
    left: -32px;
    transform: scale(2);
    transform-origin: center
}

.image-carousel .flickity-prev-next-button.next {
    right: -32px;
    transform: scale(2);
    transform-origin: center
}

.image-carousel .flickity-button {
    background: unset;
    color: #fff
}

.image-carousel .flickity-button:hover {
    background: unset;
    color: #d3d3d3;
}

@media only screen and (max-width: 1024px) {
    .image-carousel .flickity-button {
        display: none;
    }
} */


.section-title:not(footer .section-title) {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .section-title:not(footer .section-title) {
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0px;
        line-height: 1.2;
        display: inline-block;
    }
}

.unit-subhead {
    font-weight: 600;
    font-size: 0.875rem;
}

.unit-p {
    padding: 4px;
    border-bottom: 1px solid var(--lightgrey);
}

@media only screen and (max-width: 767px) {
    .unit-subhead {
        font-weight: 200;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #unitdescription {
        column-count: 2;
    }
}

.mobile-property-detail {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobile-property-detail {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 16px 0 32px;
    }

    .mobile-property-detail h2 {
        font-size: 0.875rem;
        padding: 4px 16px;
        background-color: var(--green);
        color: var(--white);
        border-radius: 2px;
        margin-right: 12px;
        font-weight: 200;
        letter-spacing: 2px;
        opacity: 0.9;
    }

    .mobile-property-detail a {
        padding: 0 0 2px;
        border-bottom: 1px solid var(--green);
    }
}

@media only screen and (max-width: 767px) {
    .mobile-property-detail {
        display: block;
    }

    .mobile-property-detail h2,
    .mobile-property-detail a {
        display: table;
    }

    .mobile-property-detail h2 {
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-property-detail a {
        font-size: 11px;
        color: var(--greengrey);
        margin-top: 12px;
    }

}

.calculator label,
.calculator>.grid-item p {
    font-size: 12px;
    color: var(--green);
    margin-bottom: 0;
}

.calculator.invert label,
.calculator.invert>.grid-item p {
    font-size: 12px;
    color: var(--white);
    margin-bottom: 0;
}

.calculator input {
    border: 1px solid var(--lightgrey);
    padding: 8px 24px 8px 8px;
    position: relative;
    width: 100%;
}

.calculator input:after {
    content: 'AED';
}

.unit .calculator .fourth:nth-of-type(5),
.unit .calculator .fourth:nth-of-type(6) {
    margin-top: 32px;
}

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

    .unit .calculator .fourth:nth-of-type(5),
    .unit .calculator .fourth:nth-of-type(6) {
        width: calc(50% - 8px) !important;
        margin-top: 32px;
    }

    .calculator .fourth {
        margin-bottom: 16px;
    }

    .calculator .fourth:nth-of-type(4) {
        margin-bottom: 0;
    }
}

.currencyspan {
    position: absolute;
    right: 16px;
    top: 36px;
    font-size: 10px;
}

.mortgage>div p:first-of-type {
    margin-bottom: 0;
    font-weight: 400;
}

.grid-item.mortgage-ask>img {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .grid-item.mortgage-ask:first-of-type {
        width: calc(25% - 8px);
    }

    .grid-item.mortgage-ask:last-of-type {
        width: calc(75% - 8px);
    }
}

.agent img {
    aspect-ratio: 1 / 1;
    height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 0;
    display: block;
    border-radius: 2px;
}

.agent p {
    margin-bottom: 0;
}

.agent p:nth-of-type(1) {
    font-weight: 600;
}

.agent p:nth-of-type(2) {
    font-weight: 400;
}

.agent p:nth-of-type(3) {
    font-weight: 200;
    margin-top: 8px;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .agent {
        align-items: center;
    }

    .agent>.grid-item:first-of-type {
        width: calc(33% - 8px) !important;
    }

    .agent>.grid-item:last-of-type {
        width: calc(66% - 8px) !important;
    }

    .agent img {
        aspect-ratio: unset;
        height: unset;
    }
}

.unit-details {
    width: 100%
}

.unit-details span {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--lightgrey);
    padding: 16px;
}

.unit-details span:nth-of-type(3) {
    border-bottom: unset;
    padding: 16px 16px 0;
}


.unit-details>div>span>p {
    margin-bottom: 0;
}

.unit-details>div>span>p>i {
    margin-right: 8px;
}

.unit-details>div>span>p:first-of-type {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .unit-details {
        display: block;
    }

    .unit-details span:nth-of-type(3) {
        border-bottom: 1px solid var(--lightgrey);
        padding: 16px;
    }

    .unit-details>div:last-of-type>span:last-of-type {
        border-bottom: unset;
    }
}


.teammembers-carousel {}

.teammembers-carousel-item {
    position: relative;
    width: 20%;
    margin-right: 16px;
}

@media only screen and (max-width: 767px) {
    .teammembers-carousel-item {
        width: 50%;
    }
}

.teammembers-carousel-item p {
    font-size: 1.25rem;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.teammembers-carousel-item span {
    display: block;
}

.teammembers-carousel-item span:first-of-type {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.teammembers-carousel-item>div a {
    font-size: 1rem;
    margin: 16px 8px 0 0;
}

.teammembers-carousel-item>div a:last-of-type {
    margin-right: 0;
}


#zapsubmit {
    opacity: 0.6;
    pointer-events: none;
    ;
}

#zapsubmit.show {
    opacity: 1;
    position: auto
}

.faq-container {
    width: 100%;
}

.accordion {
    background-color: unset;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-top: 1px solid var(--lightgrey);
    font-weight: 500;
}

.accordion:hover {}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 0 0 16px 0;
}

.documents p,
.documents h3,
.documents ul {
    margin-top: 16px;
    margin-bottom: 16px;
}

.communitymodal {
    margin-bottom: 16px;
}

#ceo-mc {
    padding: 40px;
}

.share-container {
    max-height: 0;
    height: 100%;
    transform: scaleY(0);
    transition: 0.3s all ease;
    transform-origin: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.share-container.show {
    transform: scaleY(1);
    max-height: unset;
    transform-origin: top;
}

.share-container a {
    padding: 4px 12px 2px;
    border-radius: 2px;
}

.share-container>div {
    margin-right: 4px;
}

.share-container a>i {
    color: var(--white);
}

.share-container div:nth-of-type(2) a {
    background-color: #4267B2;
}

.share-container div:nth-of-type(3) a {
    background-color: #1DA1F2;
}

/* .share-container div:nth-of-type(3) a{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
} */

.share-container div:nth-of-type(4) a {
    background: #25D366;
}

.share-container div:last-of-type {
    margin-right: 0;
}

.calculatoryield {
    padding: 4px 16px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 8px;
    background-color: var(--white);
    border: 1px solid var(--green);
    color: var(--green);
    opacity: 0.9;
}

.spec-menu-item {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
}



.spec-menu-item p {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    height: fit-content;
    color: var(--green);
    text-align: left;
    width: 90%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    z-index: 4;
    margin-bottom: 0;
}

.spec-menu-item span {
    display: inline;
    padding: 2px 8px;
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.spec-menu-item span:nth-of-type(1) {
    color: var(--green);
    background-color: var(--white);
}

.spec-menu-item span:nth-of-type(2) {
    color: var(--green);
    background-color: var(--white);
}

.spec-menu-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #141433 0%, #000000 100%);
    background-blend-mode: multiply;
    z-index: 1;
}

.spec-menu-item img {
    position: relative;
    display: block;
    z-index: 2;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.75;
}

.spec-menu-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
    opacity: 0.75;
}

/*offplan-item*/

.offplan-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.offplan-item {
    position: relative;
    width: calc(50% - 16px);
    border-radius: 2px;
    overflow: hidden;
}



.offplan-item:nth-of-type(odd) {
    margin-right: 32px;
}

@media only screen and (max-width: 767px) {
    .offplan-item {
        width: 100%;
        margin-right: unset;
    }

    .offplan-item:nth-of-type(odd) {
        margin-right: unset;
    }
}

.offplan-item>div {}

.offplan-item-a {
    position: relative;

    span {
        position: absolute;
        top: 16px;
        left: 16px;
        display: inline-block;
        background-color: var(--white);
        padding: 8px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
    }
}

.offplan-item-b {
    padding: 24px;

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1rem;
    }

    p {
        font-size: 0.875rem;
    }

    p:has(strong) {
        border-bottom: 1px solid var(--lightgrey);
        padding: 8px 0;
        width: calc(50% - 8px);
        display: inline-block;
    }

    p:has(strong):nth-of-type(odd) {
        margin-right: 12x;
    }


    p>strong {
        font-weight: 600;
    }
}


/* PAGINATION */


#pagination {
    padding: 32px;
    position: relative;
    background-color: var(--light)
}

.pagination {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.pagination::before {
    content: 'Pages';
    position: inherit;
    margin-right: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}


.pagination>a {
    border: 1px solid var(--lightgrey);
    padding: 8px 16px;
    line-height: 1;
    display: inline-block;
}

.pagination>a.active {
    background-color: var(--green);
    color: var(--white);
}

#noresults{
    display: none;
}

#noresults.show{
    display: block;
}



/* MEDIA LINKS CAROUSEL */

.media-links-carousel{
    height: 160px;

    .flickity-button{
        display: none;
    }
}

.media-links-carousel.flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.media-links-item {
    height: 160px;
    display: flex;
    width: calc(25% - 8px);
    margin-right: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    border-radius: 4px;
    overflow: hidden;
}

.media-links-item:hover{
    background-color: var(--lightgrey);
}


.media-links-item img{
    width: 80%;
    height: auto;
}

@media only screen and (max-width: 767px){
    .media-links-item{
        height: auto;
        width: calc(50% - 8px);
    }
}