body {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #272f37;
    font-family: "Neue Montreal";
    font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html {
    height: 100%
}

.site-content {
    flex: 1 0 auto
}

.footerholder {
    flex-shrink: 0;
    z-index: 1
}

.fade-content {
    opacity: 0
}

img {
    min-height: .01px
}

a:hover,
a:focus,
a:visited {
    text-decoration: none
}

a[href^="mailto:"]:hover {
    text-decoration: underline
}

.image-fill {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px))
}

.bg-primary {
    background-color: #ff6960 !important
}

.bg-secondary {
    background-color: #272f37 !important
}

.bg-light {
    background-color: #f4f7f6 !important
}

.bg-info {
    background-color: #979eb1 !important
}

.bg-body {
    background-color: #272f37 !important
}

.text-primary {
    color: #ff6960 !important
}

.text-secondary {
    color: #272f37 !important
}

.text-light {
    color: #f4f7f6 !important
}

.text-info {
    color: #979eb1 !important
}

h1 {
    font-size: 2.75rem;
    line-height: 3rem
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem
}

h3 {
    font-size: 1.125rem;
    line-height: 1.375rem
}

p {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.body-sm {
    font-size: .875rem;
    line-height: 1.125rem
}

.body-xs {
    font-size: .75rem;
    line-height: .875rem
}

#owl-gallery .position-relative,
.image02 {
    height: 37.5rem
}

.image03,
.image04 {
    height: 32.5rem
}

.image05,
.image06 {
    height: 38.75rem
}

.img-caption {
    padding: 1rem 1.25rem
}

.divider {
    height: 1px
}

.h-divider {
    width: 1px
}

.info-divider {
    background-color: #36414d
}

.occupiers {
    height: 6.25rem
}

.owl-carousel .position-relative {
    height: 47.5rem
}

.owl-carousel .position-relative.image04 {
    height: 32.5rem;
}

.tour-iframe {
    height: 47.5rem;
    width: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%)
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-carousel .owl-dots .owl-dot span {
    width: 1rem;
    height: .5rem;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, .4);
}

.owl-carousel .owl-dots .owl-dot:not(:last-of-type) span {
    border-right: 0
}

.owl-nav {
    z-index: 100
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 3.125rem;
    cursor: pointer;
}

@media (min-width: 768px) {
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    transform: scale(1.1);
    transition: .3s
}
}


.nav-occupiers .owl-prev rect,
.nav-occupiers .owl-next rect {
    fill: #fff;
    stroke: #272f37
}

.nav-occupiers .owl-prev path,
.nav-occupiers .owl-next path {
    stroke: #272f37
}

.gallery-nav {
    padding: 0 .625rem
}

.owl-prev-nr {
    margin-right: -2px
}

.image-captions {
    width: 45% !important
}

.image-captions .owl-stage-outer,
.image-captions .owl-stage,
.image-captions .owl-item {
    height: 100%
}

.image-captions .owl-item {
    animation-duration: 10ms !important
}

.list-icon {
    height: 2rem;
    margin-right: .625rem
}

.shape01 {
    width: 29.625rem;
    top: -1rem;
    left: -3rem !important;
    rotate: -5deg;
}

.shape02 {
    width: 37rem;
    top: -1rem
}

.shape03 {
    width: 36.4375rem;
    top: 0
}

.shape04 {
    width: 22.2rem;
    top: -3rem;
    rotate: 5deg;
}

.shape05 {
    width: 42rem;
    top: 0
}

.shape06 {
    width: 29rem;
    top: -2.5rem
}

.shape07 {
    width: 14.5rem;
    top: 0
}

.table {
    border-bottom: .15rem solid #272f37
}

.table-header {
    display: table-header-group
}

.table-body {
    display: table-row-group
}

.table-symbol {
    height: .75rem
}

.d-table-cell {
    padding: .5rem .5rem;
    border-bottom: .1rem solid #272f37;
    transition: 0.3s;
}

#bx-pager {
    border-bottom: .15rem solid #272f37;
}

#bx-pager > .d-flex {
    padding: 0 0.5rem;
    height: 2.625rem;
    border-bottom: .1rem solid #272f37;
}

#bx-pager .link {
    color: #272f37;
    transition: 0.3s;
}

.table2 .d-table-cell {
    padding: .375rem 1rem .375rem .375rem;
    border-bottom: .0625rem solid #979eb1
}

.table-divider {
    background-color: rgba(151, 158, 177, .2)
}

.key:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.key.office::before {
    background-color: #ffc3bf
}

.key.core::before {
    background-color: #e8e8e8
}

.key.terrace::before {
    background-color: #c0ffc3
}

.key.meeting::before {
    background-color: #ff8380
}

.key.suite-a::before {
    background-color: #ffc3bf
}

.key.suite-b::before {
    background-color: #ffa8a6
}

.plan-link {
    height: 2.5rem;
    padding: .75rem;
    border: .1rem solid #93979b;
    cursor: pointer;
    transition: .5s
}

.plan-link p {
    transform: translateX(-0.5rem);
    transition: .5s
}

.plan-link .table-symbol {
    transform: translateX(-1rem);
    transition: .5s;
    opacity: 0
}

.plan-link:hover,
.plan-link.active {
    background-color: rgba(255, 105, 96, .2);
    border-color: #ff6960
}

.plan-link:hover p,
.plan-link.active p {
    transform: translateX(0)
}

.plan-link:hover .table-symbol,
.plan-link.active .table-symbol {
    transform: translateX(0);
    opacity: 1
}

.plan-divider {
    background-color: rgba(151, 158, 177, .2)
}

.north {
    height: 1.25rem;
    transform: rotate(-45deg);
}

.level-plan,
.plan-key,
.extra {
    display: none
}

.level-plan.active,
.plan-key.active,
.extra.active {
    display: block
}

.extra {
    height: 13.5rem
}

.extra::-webkit-scrollbar {
    width: .7rem;
    border-left: .6px solid #36414d;
}

.extra::-webkit-scrollbar-track {
    background: #fff
    border-left: .6px solid #36414d;
}

.extra::-webkit-scrollbar-thumb {
    background: #D4D5D7;
    border-left: .6px solid #36414d;
}


.extra-b,
.extra-c {
    border: 1px solid #979eb1
}

.extra-d .d-flex {
    border-left: 1px solid rgba(151, 158, 177, .2);
    border-right: 1px solid rgba(151, 158, 177, .2)
}

.bx-wrapper {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-width: 0 !important;
    background: rgba(0, 0, 0, 0) !important
}

#plan_prev svg,
#plan_next svg {
    cursor: pointer;
    height: 3.125rem
}

.bx-controls {
    top: 25.5rem;
    z-index: 50
}

.bx-controls #plan_prev,
.bx-controls #plan_next {
    transition: .3s
}

.bx-controls #plan_prev:hover,
.bx-controls #plan_next:hover {
    transform: scale(1.1)
}

.bx-controls #plan_prev:hover rect,
.bx-controls #plan_next:hover rect {
    fill-opacity: .1
}

.north-icon {
    height: 3rem
}

.download-link {
    color: #fff
}

.download-link .download-arrow {
    width: 1.375rem;
    height: .75rem;
    stroke: #979EB1;
}
.download-link:hover .download-arrow {
    stroke: #ff6960;
}

.download-link-border {
    border: .125rem solid #979eb1;
    transition: .3s
}

.download-link:hover {
    color: #fff;
    border-color: #ff6960
}

.download-link.plans,
.download-link.plans:hover {
    color: #fff;
    background-color: #ff6960;
    border-color: #ff6960
}

.download-link.plans .download-arrow path,
.download-link.plans:hover .download-arrow path {
    stroke: #fff
}

.agent01 {
    height: 5.625rem
}

.agent02 {

}

@media(min-width: 768px) {
    html {
        font-size: 1.0582vw
    }

    #bx-pager .link.active,
    #bx-pager .link:hover {
        background-color: rgba(255, 105, 96, .2)
    }

    #bx-pager .link .d-flex div,
    #bx-pager .link .d-flex img {
    transition: 0.3s;
    }

    #bx-pager .link .d-flex div {
    transform: translateX(-0.5rem);
    }

    #bx-pager .link:hover .d-flex div,
    #bx-pager .link.active .d-flex div {
    transform: translateX(0);
    }

    #bx-pager .link .d-flex img {
    transform: translateX(-1rem);
    opacity: 0;
    }

    #bx-pager .link:hover .d-flex img,
    #bx-pager .link.active .d-flex img {
    transform: translateX(0);
    opacity: 1;
    }

    .download-link:hover .download-link-border {
        transform: scale(1.025);
        border-color: #ff6960
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1540px
    }
}

@media(max-width: 767px) {
    html {
        font-size: 16px
    }

    .image01 {
        height: 35rem
    }

    .owl-carousel .position-relative,
    #owl-gallery .position-relative,
    .image02,
    .image03,
    .image04,
    .image05,
    .image06 {
        height: 24rem
    }

    .occupiers {
        height: 10rem
    }

    .d-table-row.link {
        color: #272f37
    }

    .d-table-row.link.active .d-table-cell,
    .d-table-row.link:hover .d-table-cell {
        background-color: rgba(0, 0, 0, 0)
    }

    .d-table-row.link.active .d-table-cell .table-symbol,
    .d-table-row.link:hover .d-table-cell .table-symbol {
        display: none
    }

    .table-symbol {
        display: none !important
    }

    .download-link {
        font-size: 1.15rem
    }

    .tour-iframe {
        height: 24rem;
    }

    .owl-carousel .position-relative.image04 {
        height: 24rem;
    }
}

@media(max-width: 575px) {
    html {
        font-size: 3.5vw
    }
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Bold.woff2") format("woff2"), url("NeueMontreal-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("NeueMontreal-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Neue Montreal Medium";
    src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("NeueMontreal-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.fw-semibold {
    font-family: "Neue Montreal Medium"
}