/* ===== NAVBAR ===== */

.navbar .desktop-only .enquire {
    border: 2px solid #1b2b27;
    transition: border-color 0.3s;
}
.navbar .desktop-only .enquire a {
    border: 1px solid #efebe7;
    height: unset;
    min-width: min(160px, 12vw);
    border-radius: 0;
    display: block;
    padding: 12px;
    /* padding-bottom: 6px; */
    background: #1b2b27;
    color: #efebe7;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-family: 'Portrait Web', Arial, serif;
    text-align: center;
}
.navbar .desktop-only .enquire:hover {
    border-color: white;
}
.navbar .desktop-only .enquire:hover a {
    border-color: #1b2b27;
    background: white;
    color: #1b2b27;
}

/* ===== GLOBAL ===== */

section._23q1-comp h1,
section._23q1-comp h2,
section._23q1-comp h3 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
}

section._23q1-comp {
    font-size: calc(26 / 1920 * 100vw);
    line-height: 1.4;
}
@media (max-width: 678px) {
    section._23q1-comp {
        font-size: calc(20 / 1920 * 100vw);
        line-height: 1.2;
    }
}

/* ===== ANIMATIONS ===== */

section._23q1-comp .fades {
    position: static;
    display: block;
}

section._23q1-comp .fades.--fade-up {
    transform: translateY(10%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
section._23q1-comp .fades.--fade-down {
    transform: translateY(-10%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

section._23q1-comp .fades.--fade-up.el__show,
section._23q1-comp .fades.--fade-down.el__show {
    transform: translateY(0);
}

/* ===== TEXT & IMAGE ===== */

section._23q1--text-img {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: calc(30 / 1920 * 100vw);
    justify-content: center;
    align-items: center;
    padding: calc(60 / 1920 * 100vw) calc(180 / 1920 * 100vw);
    padding-bottom: calc(120 / 1920 * 100vw);
}
section._23q1--text-img.--size-fit {
    padding: calc(30 / 1920 * 100vw) calc(180 / 1920 * 100vw);
    padding-bottom: calc(90 / 1920 * 100vw);
}
section._23q1--text-img ._text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.7px;
    height: 100%;
    padding: calc(120 / 1920 * 100vw) 0;
}
section._23q1--text-img.--background ._text {
    background-repeat: no-repeat;
    background-size: 50%;
}
section._23q1--text-img.--bg-tl ._text {
    background-position: top left;
}
section._23q1--text-img.--bg-tr ._text {
    background-position: top right;
}
section._23q1--text-img.--bg-bl ._text {
    background-position: bottom left;
}
section._23q1--text-img.--bg-br ._text {
    background-position: bottom right;
}
section._23q1--text-img.--img-left ._text {
    order: 1;
}
section._23q1--text-img ._title {
    padding-bottom: calc(32 / 1920 * 100vw);
    font-size: calc(38 / 1920 * 100vw);
    line-height: 1.1;
    text-transform: uppercase;
}
section._23q1--text-img ._paragraph {
    padding: 0 calc(60 / 1920 * 100vw);
    padding-bottom: calc(24 / 1920 * 100vw);
}
section._23q1--text-img a._btn {
    border: 4px solid #1b2b27;
    transition: border-color 0.3s;
}
section._23q1--text-img ._btn_inner {
    border: 1px solid #efebe7;
    padding: calc(20 / 1920 * 100vw) calc(80 / 1920 * 100vw);
    background: #1b2b27;
    color: #efebe7;
    text-transform: uppercase;
    font-size: calc(20 / 1920 * 100vw);
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
section._23q1--text-img a._btn:hover {
    border-color: white;
}
section._23q1--text-img a:hover ._btn_inner {
    background: white;
    color: #1b2b27;
    border-color: #1b2b27;
}
section._23q1--text-img img {
    width: 100%;
    height: calc(848 / 1920 * 100vw);
    display: block;
}
section._23q1--text-img.--size-fit img {
    object-fit: contain;
    height: auto;
    aspect-ratio: var(--ratio);
}
section._23q1--text-img.--size-fill img {
    object-fit: cover;
}

@media (max-width: 678px) {
    section._23q1--text-img {
        grid-template-columns: 1fr;
        padding: calc(16 / 375 * 100vw) 0 !important;
        grid-gap: 0;
    }
    section._23q1--text-img ._img {
        padding: calc(20 / 375 * 100vw);
    }
    section._23q1--text-img ._text {
        order: 1;
        padding: calc(32 / 375 * 100vw) calc(28 / 375 * 100vw);

        background-position: bottom center !important;
        background-size: 60% !important;
    }
    section._23q1--text-img.--background ._text {
        padding: calc(32 / 375 * 100vw) calc(28 / 375 * 100vw) calc(200 / 375 * 100vw) calc(28 / 375 * 100vw);
    }
    section._23q1--text-img img {
        object-fit: cover !important;
    }
    section._23q1--text-img.--size-fit img {
        height: calc(256 / 375 * 100vw);
    }
    section._23q1--text-img.--size-fill img {
        height: calc(480 / 375 * 100vw);
    }
    section._23q1--text-img ._title {
        font-size: calc(26 / 375 * 100vw);
        padding: 0 calc(12 / 375 * 100vw);
        padding-bottom: calc(24 / 375 * 100vw);
    }
    section._23q1--text-img ._paragraph {
        font-size: calc(20 / 375 * 100vw);
        padding: 0;
        padding-bottom: calc(36 / 375 * 100vw);
    }
    section._23q1--text-img a._btn {
        width: 100%;
    }
    section._23q1--text-img ._btn_inner {
        padding: calc(20 / 375 * 100vw);
        font-size: calc(18 / 375 * 100vw);
    }
}

/* ===== PROMO ===== */

section._23q1--promo {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: calc(30 / 1920 * 100vw);
    justify-content: center;
    align-items: center;
    padding: calc(60 / 1920 * 100vw) calc(180 / 1920 * 100vw);
}
section._23q1--promo.--size-fit {
    padding: calc(30 / 1920 * 100vw) calc(180 / 1920 * 100vw);
}
section._23q1--promo ._text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.7px;
    height: 100%;
    padding: calc(120 / 1920 * 100vw) 0;
}
section._23q1--promo.--background ._text {
    background-repeat: no-repeat;
    background-size: 50%;
}
section._23q1--promo.--bg-tl ._text {
    background-position: top left;
}
section._23q1--promo.--bg-tr ._text {
    background-position: top right;
}
section._23q1--promo.--bg-bl ._text {
    background-position: bottom left;
}
section._23q1--promo.--bg-br ._text {
    background-position: bottom right;
}
section._23q1--promo.--img-left ._text {
    order: 1;
}
section._23q1--promo ._subtitle {
    font-size: calc(32 / 1920 * 100vw);
    line-height: 1.2;
    font-style: italic;
    padding-bottom: calc(24 / 1920 * 100vw);
}
section._23q1--promo ._title {
    font-size: calc(48 / 1920 * 100vw);
    line-height: 1.1;
    text-transform: uppercase;
}
section._23q1--promo ._paragraph {
    padding: 0 calc(132 / 1920 * 100vw);
    padding-bottom: calc(24 / 1920 * 100vw);
}
section._23q1--promo ._div {
    padding: calc(48 / 1920 * 100vw) 0;
}
section._23q1--promo ._div_inner {
    width: calc(100 / 1920 * 100vw);
    height: 2px;
    background: #000;
}
section._23q1--promo a._btn {
    border: 4px solid #1b2b27;
    transition: border-color 0.3s;
}
section._23q1--promo ._btn_inner {
    border: 1px solid #efebe7;
    padding: calc(20 / 1920 * 100vw) calc(80 / 1920 * 100vw);
    background: #1b2b27;
    color: #efebe7;
    text-transform: uppercase;
    font-size: calc(20 / 1920 * 100vw);
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
section._23q1--promo a._btn:hover {
    border-color: white;
}
section._23q1--promo a:hover ._btn_inner {
    background: white;
    color: #1b2b27;
    border-color: #1b2b27;
}
section._23q1--promo img {
    width: 100%;
    height: calc(848 / 1920 * 100vw);
    display: block;
}
section._23q1--promo.--size-fit img {
    object-fit: contain;
    height: auto;
    aspect-ratio: var(--ratio);
}
section._23q1--promo.--size-fill img {
    object-fit: cover;
}

@media (max-width: 678px) {
    section._23q1--promo {
        grid-template-columns: 1fr;
        padding: calc(16 / 375 * 100vw) 0 !important;
        grid-gap: 0;
    }
    section._23q1--promo ._img {
        padding-top: calc(16 / 375 * 100vw);
    }
    section._23q1--promo ._text {
        order: 1;
        padding: calc(32 / 375 * 100vw) calc(28 / 375 * 100vw);

        background-position: bottom center !important;
        background-size: 60% !important;
    }
    section._23q1--promo.--background ._text {
        padding: calc(32 / 375 * 100vw) calc(28 / 375 * 100vw) calc(200 / 375 * 100vw) calc(28 / 375 * 100vw);
    }
    section._23q1--promo img {
        height: 100vw;
        object-fit: cover !important;
    }
    section._23q1--promo ._subtitle {
        font-size: calc(24 / 375 * 100vw);
        padding-bottom: calc(16 / 375 * 100vw);
    }
    section._23q1--promo ._title {
        font-size: calc(26 / 375 * 100vw);
        padding: 0 calc(12 / 375 * 100vw);
    }
    section._23q1--promo ._paragraph {
        font-size: calc(20 / 375 * 100vw);
        padding: 0;
        padding-bottom: calc(36 / 375 * 100vw);
    }
    section._23q1--promo ._div {
        padding: calc(32 / 375 * 100vw) 0;
    }
    section._23q1--promo ._div_inner {
        width: calc(100 / 375 * 100vw);
    }
    section._23q1--promo a._btn {
        width: 100%;
    }
    section._23q1--promo ._btn_inner {
        padding: calc(20 / 375 * 100vw);
        font-size: calc(18 / 375 * 100vw);
    }
}

/* ===== DOUBLE IMAGE ===== */

section._23q1--text-double-img {
    overflow: hidden;
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: calc(30 / 1920 * 100vw);
    justify-content: center;
    align-items: flex-start;
    padding: calc(60 / 1920 * 100vw) calc(180 / 1920 * 100vw);
    padding-bottom: calc(120 / 1920 * 100vw);
}
section._23q1--text-double-img ._text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.7px;
    height: 100%;
    padding-right: calc(120 / 1920 * 100vw);
}
section._23q1--text-double-img.--img-left {
    grid-template-columns: 5fr 7fr;
}
section._23q1--text-double-img.--img-left ._text {
    padding-right: 0;
    padding-left: calc(120 / 1920 * 100vw);
    order: 1;
}
section._23q1--text-double-img ._title {
    padding-bottom: calc(32 / 1920 * 100vw);
    font-size: calc(38 / 1920 * 100vw);
    line-height: 1.1;
    text-transform: uppercase;
}
section._23q1--text-double-img ._paragraph {
    padding: 0 calc(60 / 1920 * 100vw);
    padding-bottom: calc(24 / 1920 * 100vw);
}
section._23q1--text-double-img ._img img {
    width: 100%;
    height: calc(848 / 1920 * 100vw);
    display: block;
}
section._23q1--text-double-img.--size-fit ._img img {
    object-fit: contain;
}
section._23q1--text-double-img.--size-fill ._img img {
    object-fit: cover;
}
section._23q1--text-double-img ._img2 {
    width: 100%;
    padding: 0 calc(128 / 1920 * 100vw);
    padding-top: calc(64 / 1920 * 100vw);
}
section._23q1--text-double-img ._img2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: var(--ratio);
}
section._23q1--text-double-img.--img2-fixed ._img2 img {
    height: calc(368 / 1920 * 100vw);
    aspect-ratio: unset;
}

@media (max-width: 678px) {
    section._23q1--text-double-img {
        grid-template-columns: 1fr !important;
        padding: calc(30 / 375 * 100vw) 0;
        grid-gap: 0;
    }
    section._23q1--text-double-img ._img {
        padding: calc(20 / 375 * 100vw);
    }
    section._23q1--text-double-img ._text,
    section._23q1--text-double-img.--img-left ._text {
        order: 1;
        padding: calc(20 / 375 * 100vw);
    }
    section._23q1--text-double-img ._img img {
        object-fit: cover !important;
    }
    section._23q1--text-double-img.--size-fit ._img img {
        height: calc(256 / 375 * 100vw);
    }
    section._23q1--text-double-img.--size-fill ._img img {
        height: calc(480 / 375 * 100vw);
    }
    section._23q1--text-double-img ._title {
        font-size: calc(26 / 375 * 100vw);
        padding: 0 calc(12 / 375 * 100vw);
        padding-bottom: calc(24 / 375 * 100vw);
    }
    section._23q1--text-double-img ._paragraph {
        font-size: calc(20 / 375 * 100vw);
        padding: 0;
        padding-bottom: calc(36 / 375 * 100vw);
    }
    section._23q1--text-double-img ._img2 {
        padding: 0;
    }
    section._23q1--text-double-img.--img2-fixed ._img2 img {
        height: calc(246 / 375 * 100vw);
    }
    section._23q1--text-double-img.--img2-hide ._img2 {
        display: none;
    }
}

/* ===== COLLAGE ===== */

section._23q1--image-collage {
    overflow: hidden;
    display: grid;
    grid-gap: calc(30 / 1920 * 100vw);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    padding: calc(60 / 1920 * 100vw) calc(180 / 1920 * 100vw);
}
section._23q1--image-collage img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section._23q1--image-collage ._imgset.--anim ._img_inner {
    position: relative;
}
section._23q1--image-collage ._imgset.--anim img {
    position: absolute;
    top: 0;
    left: 0;
}
section._23q1--image-collage ._img1 {
    padding: 0 calc(132 / 1920 * 100vw);
    padding-bottom: calc(162 / 1920 * 100vw);
}
section._23q1--image-collage ._img1 ._img_inner {
    height: calc(292 / 1920 * 100vw);
}
section._23q1--image-collage ._img2 {
    grid-row: span 2;
    padding: calc(74 / 1920 * 100vw) 0;
}
section._23q1--image-collage ._img2 ._img_inner {
    height: calc(740 / 1920 * 100vw);
}
section._23q1--image-collage ._img3 {
    padding-left: calc(132 / 1920 * 100vw);
}
section._23q1--image-collage ._img3 ._img_inner {
    height: calc(440 / 1920 * 100vw);
}
section._23q1--image-collage ._img4 {
    padding-right: calc(132 / 1920 * 100vw);
}
section._23q1--image-collage ._img4 ._img_inner {
    height: calc(440 / 1920 * 100vw);
}
section._23q1--image-collage ._img5 {
    padding: 0 calc(132 / 1920 * 100vw);
    padding-top: calc(162 / 1920 * 100vw);
}
section._23q1--image-collage ._img5 ._img_inner {
    height: calc(292 / 1920 * 100vw);
}
section._23q1--image-collage ._img6 {
    grid-column: 1/-1;
    padding: 0 calc(555 / 1920 * 100vw);
    padding-top: calc(20 / 1920 * 100vw);
}
section._23q1--image-collage ._img6 ._img_inner {
    height: calc(332 / 1920 * 100vw);
}

@media (max-width: 678px) {
    section._23q1--image-collage {
        grid-gap: calc(20 / 375 * 100vw);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: calc(20 / 375 * 100vw);
        grid-template-rows:
            auto calc(32 / 375 * 100vw) auto calc(32 / 375 * 100vw)
            auto;
    }
    section._23q1--image-collage ._img1 {
        padding: 0;
        padding-left: calc(30 / 375 * 100vw);
        padding-top: calc(28 / 375 * 100vw);
    }
    section._23q1--image-collage ._img1 ._img_inner {
        height: calc(158 / 375 * 100vw);
    }
    section._23q1--image-collage ._img2 {
        grid-row: span 2;
        padding: 0;
    }
    section._23q1--image-collage ._img2 ._img_inner {
        height: calc(232 / 375 * 100vw);
    }
    section._23q1--image-collage ._img3 {
        grid-row: span 2;
        padding: 0;
    }
    section._23q1--image-collage ._img3 ._img_inner {
        height: calc(188 / 375 * 100vw);
    }
    section._23q1--image-collage ._img4 {
        grid-row: span 2;
        padding: 0;
    }
    section._23q1--image-collage ._img4 ._img_inner {
        height: calc(188 / 375 * 100vw);
    }
    section._23q1--image-collage ._img5 {
        grid-row: span 2;
        padding: 0;
        padding-left: calc(30 / 375 * 100vw);
        padding-bottom: calc(108 / 375 * 100vw);
    }
    section._23q1--image-collage ._img5 ._img_inner {
        height: calc(92 / 375 * 100vw);
    }
    section._23q1--image-collage ._img6 {
        grid-column: span 1;
        padding: 0;
        padding-right: calc(30 / 375 * 100vw);
    }
    section._23q1--image-collage ._img6 ._img_inner {
        height: calc(158 / 375 * 100vw);
    }
}

/* ===== SINGLE IMAGE ===== */

section._23q1--single-image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(80 / 1920 * 100vw) 0;
}
section._23q1--single-image .fades {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section._23q1--single-image:not(.--size-fullscreen) {
    padding: calc(80 / 1920 * 100vw) calc(30 / 1920 * 100vw);
}
section._23q1--single-image img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}
section._23q1--single-image.--size-fullscreen img {
    width: 100%;
    height: 100vh;
}
section._23q1--single-image.--size-large img {
    width: calc(1560 / 1920 * 100vw);
    height: calc(878 / 1920 * 100vw);
}
section._23q1--single-image.--size-medium img {
    width: calc(1295 / 1920 * 100vw);
    height: calc(728 / 1920 * 100vw);
}
section._23q1--single-image.--size-small img {
    width: calc(1030 / 1920 * 100vw);
    height: calc(578 / 1920 * 100vw);
}
section._23q1--single-image.--size-portrait img {
    width: calc(580 / 1920 * 100vw);
    height: calc(728 / 1920 * 100vw);
}

@media (max-width: 678px) {
    section._23q1--single-image {
        padding: calc(30 / 375 * 100vw) 0;
    }
    section._23q1--single-image:not(.--size-fullscreen) {
        padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    }
    section._23q1--single-image:not(.--size-fullscreen):not(.--size-portrait) img {
        width: 100%;
        height: calc(224 / 375 * 100vw);
    }
    section._23q1--single-image.--size-fullscreen img {
        width: 100%;
        height: calc(250 / 375 * 100vw);
    }
    section._23q1--single-image.--size-portrait img {
        width: 100%;
        height: calc(420 / 375 * 100vw);
    }
}

/* ===== CTA ===== */

section._23q1--cta {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: calc(30 / 1920 * 100vw);
    justify-content: center;
    align-items: center;
    padding: calc(60 / 1920 * 100vw) calc(504 / 1920 * 100vw);
    text-align: center;
}
section._23q1--cta ._title {
    font-size: calc(38 / 1920 * 100vw);
    line-height: 1.4;
    text-transform: uppercase;
}
section._23q1--cta ._paragraph {
    padding-bottom: calc(24 / 1920 * 100vw);
}
section._23q1--cta ._paragraph a {
    text-decoration: underline;
}
section._23q1--cta ._btn_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
section._23q1--cta a._btn {
    border: 4px solid #1b2b27;
    transition: border-color 0.3s;
}
section._23q1--cta ._btn_inner {
    border: 1px solid #efebe7;
    padding: calc(20 / 1920 * 100vw) calc(80 / 1920 * 100vw);
    background: #1b2b27;
    color: #efebe7;
    text-transform: uppercase;
    font-size: calc(20 / 1920 * 100vw);
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
section._23q1--cta a._btn:hover {
    border-color: white;
}
section._23q1--cta a:hover ._btn_inner {
    background: white;
    color: #1b2b27;
    border-color: #1b2b27;
}

@media (max-width: 678px) {
    section._23q1--cta {
        grid-template-columns: 1fr;
        padding: calc(20 / 375 * 100vw);
        grid-gap: calc(20 / 375 * 100vw);
    }
    section._23q1--cta ._title {
        font-size: calc(26 / 375 * 100vw);
    }
    section._23q1--cta ._paragraph {
        font-size: calc(20 / 375 * 100vw);
        padding-bottom: calc(30 / 375 * 100vw);
    }
    section._23q1--cta a._btn {
        width: 100%;
    }
    section._23q1--cta ._btn_inner {
        padding: calc(20 / 375 * 100vw);
        font-size: calc(18 / 375 * 100vw);
    }
}
