body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Graphik';
    font-weight: 500;
    font-style: normal;
    color: #077f9e;
    line-height: 1.2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
}

.fade-content {
    opacity: 0;
}

.site-content {
    flex: 1 0 auto;
    width: 100%;
    min-height: 0.01px;
}

.footerholder {
    flex-shrink: 0;
}

img {
    min-height: 0.01px;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
#map {
    width: 100%;
    height: 100vw;
}
@media (min-width: 768px) {
#map {
    height: 50vw;
}
}
button:focus {
    outline: none;
}

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

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

.text-secondary {
    color: #9ee8b1 !important;
}

.bg-secondary {
    background-color: #9ee8b1 !important;
}

.text-light {
    color: #78ffff !important;
}

.bg-light {
    background-color: #78ffff !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.left-0 {
    left: 0 !important;
}

.left-50 {
    left: 50% !important;
}

.left-100 {
    left: 100% !important;
}

.right-0 {
    right: 0 !important;
}

.right-50 {
    right: 50% !important;
}

.right-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

h1 {
    font-family: 'Parabole';
    font-size: 3.75rem;
    line-height: 1;
}

h2 {
    font-size: 1.5rem;
}

#floorplans h2 {
    font-size: 1.75rem;
}

.floorplan-info {
    font-size: 0.7rem;
    border-bottom: 1px solid #077f9e;
}

h3 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 0;
}

.small {
    font-size: 0.7rem;
}

.anchor {
    top: -4.25rem;
}

.homepage .home01 {
    background: linear-gradient(90deg, #359f9f 0%, #9ee8b1 100%);
    cursor: pointer !important;
}

.homepage .home02 {
    background: linear-gradient(90deg, #077f9e 0%, #78ffff 100%);
    cursor: pointer !important;
}
.homepage .home01:hover {
    background: linear-gradient(90deg, #359f9f 0%, #9ee8b1 50%);
    cursor: pointer !important;
}

.homepage .home02:hover {
    background: linear-gradient(90deg, #077f9e 0%, #78ffff 50%);
    cursor: pointer !important;
}

.home-circle {
    width: 33.5rem;
    background-color: #d8f6e0;
}

.top-down {
    width: 3rem;
}

.top-down svg path,
.top-down svg polyline {
    transition: 0.2s;
    transform-origin: center;
}

.top-down:hover svg path:not(:first-of-type),
.top-down.active svg path:not(:first-of-type) {
    transform: scale(1.2);
}

.top-down:hover svg polyline,
.top-down.active svg polyline {
    transform: translateY(5px);
}

.header {
    background-image: url('../img/top_bg.png');
}

.v2 .header {
    background-image: url('../img/2nd-3rd/top_bg.jpg');
}

.header,
.homepage {
    font-size: 1.25rem;
    line-height: 1.5;
}

.header .font-parabole {
    font-size: 1.5rem;
}

.header-link {
    font-size: 1rem;
}

.header-link svg {
    height: 2rem;
    margin-top: 0.2rem;
    transition: 0.3s;
}

.header-link:hover svg {
    transform: translateX(0.5rem);
}

.link {
    font-size: 1.1rem;
    border-top: 1px solid #aaebba;
    border-bottom: 1px solid #aaebba;
}

.link svg {
    height: 1.5rem;
    transform: translateX(-0.5rem);
    transition: 0.3s;
}

.link:hover svg {
    transform: translateX(0);
}

.link:hover svg path:not(:first-of-type) {
    fill: #fff !important;
}

.link:hover svg polyline {
    stroke: #fff !important;
}

.v2 .link {
    border-top-color: #78ffff;
    border-bottom-color: #78ffff;
}

.divider {
    height: 0.35rem;
}

.divider-sm {
    height: 0.15rem;
}

.v2 .divider,
.v2 .divider-sm {
    background-color: #78ffff;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5 {
    z-index: -1;
}

.bg1,
.bg2,
.bg3 {
    width: 48rem;
}

.bg1 {
    width: 48rem;
    top: -6rem;
    left: -12rem;
}

.bg2 {
    top: -8rem;
    left: -17rem;
}

.bg3 {
    top: -14rem;
    left: -12rem;
}

.bg4 {
    width: 40rem;
    top: -10rem;
    left: -12rem;
}

.bg5 {
    width: 50.25rem;
    top: -6rem;
    right: -39rem;
}

.spec {
    border-bottom: 0.15rem solid #78ffff;
}

.spec-icon {
    width: 9rem;
}

.image01 {
    height: 35.5rem;
}

#owl-gallery .owl-item,
.top_gallery {
    height: 37rem;
}

#owl-gallery2 .owl-item {
    height: 46.25rem;
}

#owl-gallery3 .owl-item,
.image03 {
    height: 31.75rem;
}

#owl-gallery4 .owl-item {
    height: 44.5rem;
}

.owl-carousel .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -2rem;
    -webkit-tap-highlight-color: transparent;
}

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

.v2 #owl-gallery3 .owl-dots {
    text-align: center;
}

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

.owl-carousel .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    margin: 0 0.15rem;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border: 0.15rem solid #077f9e;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #077f9e;
}

.image-captions .owl-item {
    font-size: 0.8rem;
	animation-duration: 10ms !important;
}

.owl-captions {
    font-size: 0.85rem;
    z-index: -1 !important;
}

#owl-gallery-captions2 {
    bottom: 0;
    font-size: 1.1rem;
    z-index: 1 !important;
}

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

.table-header .d-table-cell {
    border-bottom: 2px solid #077f9e;
}

.table-body .d-table-row:first-of-type .d-table-cell {
    border-bottom: 1px solid #077f9e;
}

.table-body .d-table-row:last-of-type .d-table-cell {
    border-top: 2px solid #077f9e;
}

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

.d-table-cell {
    padding: 0.5rem;
}

#floorplans {
    background-color: #ecfaef;
}

.v2 #floorplans {
    background-color: #e4ffff;
}

.key {
    margin-right: 0.75rem !important;
    font-size: 0.6rem;
}

.key:before {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #454645;
}

.key:nth-of-type(1)::before {
    background-color: #9ee8b1;
}

.key:nth-of-type(2)::before {
    background-color: #9cccd8;
}

.key:nth-of-type(3)::before {
    background-color: #dadada;
}

.v2 .key:nth-of-type(1)::before {
    background-color: #78ffff;
}

.v2 .key:nth-of-type(2)::before {
    background-color: #dadada;
}

.plan-text {
    font-size: 0.7rem;
}

.north-icon {
    height: 2.5rem;
}

#map {
    height: 40.5rem;
}

.local-occupiers {
    font-size: 1.75rem;
}

.occupiers {
    position: relative;
    border-right: 0.15rem solid #9ee8b1;
    border-bottom: 0.15rem solid #9ee8b1;
}

.v2 .occupiers {
    border-right-color: #78ffff;
    border-bottom-color: #78ffff;
}

.occupiers:nth-of-type(3n+0) {
    border-right: none;
}

.occupiers:nth-of-type(n+7) {
    border-bottom: none;
}

.occupiers::after {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    background-color: #fff;
    z-index: 1;
}

.occupiers:nth-of-type(n+7)::after {
    content: none;
}

.footer {
    background-color: #3999b1;
}

.download-link {
    color: #9ee8b1;
}

.download-link:hover {
    color: #9ee8b1;
}

.download-link.mobile,
.download-link.mobile:hover {
    color: #077f9e;
}

.download-link-icon {
    height: 2rem;
}

.download-link.mobile .download-link-icon {
    height: 1.25rem;
}

.video::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video_play {
    width: 5rem;
}
.video_overlay {
    display: flex;
}
.video_movie {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
    }

    .homepage .container {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    p {
        margin-bottom: 0;
        font-size: 1.05rem;
    }
    
    .lead {
        font-size: 1.35rem;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    html {
        font-size: 16px;
    }

    .container {
        padding: 0 2rem;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 1.1rem;
    }

    .location-lead {
        font-size: 1.4rem;
    }

    .small {
        font-size: 0.625rem;
    }

    .home-circle {
        width: 20rem;
    }

    .top-down {
        width: 3.5rem;
    }

    .header,
    .homepage {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .homepage .text-white {
        font-size: 1.15rem;
    }

    .homepage .container {
        transform: translateX(-50%);
        bottom: 0;
    }

    .bg1,
    .bg3,
    .bg4 {
        width: 29rem;
    }

    .bg1 {
        top: -7rem;
        left: -10rem;
    }
    
    .bg2 {
        width: 24rem;
        top: -3rem;
        left: -2rem;
    }

    .bg3 {
        top: -6rem;
        left: -8rem;
    }

    .bg4 {
        top: -6rem;
        left: -8rem;
    }

    .bg5 {
        width: 28rem;
        top: -2rem;
        right: -24rem;
    }


    #owl-gallery .owl-item,
    #owl-gallery2 .owl-item,
    .top_gallery {
        height: 15rem;
    }

    .image01,
    #owl-gallery3 .owl-item,
    #owl-gallery4 .owl-item,
    .image03 {
        height: 24.5rem;
    }

    .owl-carousel .owl-dots {
        bottom: -1.5rem;
        text-align: right !important;
    }

    .owl-carousel .owl-dots .owl-dot span {
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 0.15rem;
        border-width: 0.1rem;
    }

    .owl-captions {
        font-size: 0.75rem !important;
    }

    .spec-icon {
        height: 5.4rem;
    }

    #map {
        height: 17.75rem;
    }

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

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

@font-face {
    font-family: 'Graphik';
    src: local('Graphik Regular'), local('Graphik-Regular'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Medium';
    src: local('Graphik Medium'), local('Graphik-Medium'),
        url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.font-medium {
    font-family: 'Graphik Medium';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Semibold';
    src: local('Graphik Semibold'), local('Graphik-Semibold'),
        url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.font-semibold {
    font-family: 'Graphik Semibold';
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Thin';
    src: local('Graphik Thin'), local('Graphik-Thin'),
        url('../fonts/Graphik-Thin.woff2') format('woff2'),
        url('../fonts/Graphik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Bold';
    src: local('Graphik Bold'), local('Graphik-Bold'),
        url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.font-bold {
    font-family: 'Graphik Bold';
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Parabole';
    src: local('Parabole'),
        url('../fonts/Parabole.woff2') format('woff2'),
        url('../fonts/Parabole.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-parabole {
    font-family: 'Parabole';
}