:root {
    --font-family: "Haffer";
    --font-size: 16px;
    --font-weight: 300;
    --font-style: normal;
    --line-height: 1.5;
    --heading-font-family: "Noctis";
    --heading-font-weight: 700;
    --heading-line-height: 1.3;
    --accent-color: #186ADC;
    --background-color: #ffffff;
    --text-primary: #000000;
    --link-color: #004D5C;
    --border-color: #000000;
    --placeholder-color: #000000;
    --error-color: #ff3d0d;
    --el-border-radius: 10px;
}

.intro {
    height: 100vh;
    min-width: 100vw;
}

.intro.section-dark {
    background-color: #000;
}

.intro-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.intro-video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.intro-video-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.intro-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: var(--heading-font-family), sans-serif;
    width: 6rem;
    height: 6rem;
    font-size: 7rem;
    font-weight: bold;
    fill: var(--background-color);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.intro-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 0.5rem solid transparent;
    border-left: 0.875rem solid var(--background-color);
    transform: translate(-50%, -50%);
    margin-left: 0.375rem;
}

.intro-play svg {
    display: block;
    width: 100%;
    height: 100%;
    animation: circleText 20s linear infinite;
}

.intro-close {
    display: flex;
    position: absolute;
    right: 0;
    top: -1.75rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 1;
}

.intro-close > svg {
    fill: #fff;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.intro-close > svg rect {
    transition: width .25s 0s,transform .25s 0s;
}

.intro-close > svg rect:nth-child(1) {
    transform: rotate(45deg) translate(6px, -13px);
}

.intro-close > svg rect:nth-child(2) {
    transform: rotate(-45deg) translate(-12px, 5px);
}

.basicLightbox__placeholder {
    position: relative;
    display: block;
    width: 100%;
    max-width: 90vw;
    max-height: 85vh;
    background-color: #000;
}

.basicLightbox__placeholder::after {
    content: "";
    float: left;
    margin-top: 56.25%;
}

.basicLightbox__placeholder iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.basicLightbox {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: .01;
    transition: opacity 0.4s ease;
    z-index: 1000;
    will-change: opacity;
}

.basicLightbox--visible {
    opacity: 1;
}

.basicLightbox__placeholder {
    transform: scale(0.9);
    transition: transform 0.4s ease;
    z-index: 1;
    will-change: transform;
}

.basicLightbox__placeholder > img:first-child:last-child,
    .basicLightbox__placeholder > video:first-child:last-child,
    .basicLightbox__placeholder > iframe:first-child:last-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
}

.basicLightbox__placeholder > video:first-child:last-child,
    .basicLightbox__placeholder > iframe:first-child:last-child {
    pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child,
    .basicLightbox__placeholder > video:first-child:last-child {
    width: auto;
    height: auto;
}

.basicLightbox--img .basicLightbox__placeholder,
  .basicLightbox--video .basicLightbox__placeholder,
  .basicLightbox--iframe .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
    transform: scale(1);
}

@media (min-height: 500px) {
    .basicLightbox__placeholder {
        max-height: 90vh;
    }
}

@media (min-width: 480px) {
    .intro-close {
        right: -1.5rem;
        top: -1.5rem;
    }
}

@media (min-width: 1200px) {
    .intro-play {
        width: 8.125vw;
        height: 8.125vw;
    }

    .intro-play::after {
        border-width: 0.677vw;
        border-left-width: 1.05vw;
        margin-left: 0.521vw;
    }
}

@media (min-width: 1920px) {
    .intro-play {
        width: 9.75rem;
        height: 9.75rem;
    }

    .intro-play::after {
        border-width: 0.8125rem;
        border-left-width: 1.25rem;
        margin-left: 0.625rem;
    }
}

.ha-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D3CABE;
}

.ha-decor.section-dark {
    background: #004D5C;
}

.ha-container {
    max-width: 440px;
    margin: 0 auto;
}

.had-container {
    margin: auto;
}

.had-container .el {
    width: 18.25rem;
    max-width: 18.25rem;
}

.had-il {
    background-color: #000;
}

.hai-image {
    width: 100%;
    height: 400px;
}

.hai-decor {
    position: relative;
    width: 18.625rem;
    margin: 0 auto;
    padding: 5rem 1.75rem;
}

.hai-decor svg {
    display: block;
    width: 100%;
    height: auto;
}

.haid-sun {
    fill: #DA8000;
}

.hai-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.hai1, .hai2, .hai3, .hai4 {
    display: none;
}

.hai-circle {
    display: none;
}

.image-about {
    position: relative;
    min-width: 100vw;
    min-height: 400px;
}

.image-about img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) and (min-height: 550px) {
    .h-about {
        display: flex;
        align-items: center;
    }

    .ha-container {
        display: flex;
        align-items: center;
        padding-right: 11rem;
        margin: 0;
        max-width: 100%;
    }

    .ha-img {
        position: relative;
        width: 80vh;
        min-width: 80vh;
        margin: 0 10vh;
    }

    .ha-content {
        min-width: 44rem;
        max-width: 44rem;
    }

    .ha-info {
        display: flex;
        align-items: flex-end;
    }

    .ha-info .btn-group {
        margin: 0 auto;
    }

    .ha-text {
        max-width: 25.375rem;
    }

    .ha-decor {
        height: 100vh;
        min-width: 60rem;
    }

    .ha-images {
        position: relative;
        padding-top: 7rem;
        min-height: 100vh;
        width: 100vw;
    }

    .hai-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 3;
    }

    .haii-layer {
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #DA8000;
        opacity: 0;
        z-index: 1;
    }

    .hai1, .hai2, .hai3, .hai4 {
        display: block;
    }

    .hai1, .hai4 {
        width: 11.2vw;
        height: 33.35vh;
    }

    .hai1 {
        position: absolute;
        left: 10.7vw;
        top: 0;
    }

    .hai1 .hai-img {
        -o-object-position: top center;
        object-position: top center;
    }

    .hai2 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-65%);
        width: 28.65vw;
        height: 32.15vh;
    }

    .hai2 .hai-img {
        -o-object-position: center right;
        object-position: center right;
    }

    .hai3 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 22.15vw;
        height: 44.4vh;
    }

    .hai3 .hai-img {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .hai4 {
        position: relative;
        margin-left: auto;
        margin-right: 23vw;
        top: -16.675vh;
        margin-bottom: -16.675vh;
    }

    .hai4 .hai-img {
        -o-object-position: center;
        object-position: center;
    }

    .hai-decor {
        height: 66.75vh;
        width: 21vw;
        padding: 0;
        z-index: 2;
    }

    .hai-decor svg {
        height: 100%;
    }

    .haid-sun {
        fill: none;
    }

    .hai-circle {
        display: block;
        position: absolute;
        left: 50%;
        top: -95vh;
        transform: translateX(-50%) rotate(-180deg);
        transform-origin: center;
        text-transform: uppercase;
        font-family: var(--heading-font-family), sans-serif;
        height: 180vh;
        font-size: 4rem;
        fill: var(--text-primary);
        border-radius: 50%;
        overflow: hidden;
        z-index: 2;
        pointer-events: none;
    }

    .image-about {
        height: 100vh;
    }
}

@media (max-width: 60rem) {
    .ha-decor {
        min-width: 60vw;
        padding: 0 14.87rem;
    }
}

@media (max-width: 767.98px), (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .h-about {
        padding: 3rem 1.5rem 5rem;
    }

    .ha-content {
        padding-top: 2.25rem;
    }

    .ha-text {
        margin-bottom: 2.5rem;
    }

    .ha-decor {
        padding: 5rem 1.75rem;
    }

    .ha-info .btn-group {
        justify-content: center;
    }

    .had-container .el {
        width: 15.625rem;
        min-width: 15.625rem;
    }
}

.location-row {
    max-width: 440px;
    margin: 0 auto;
}

.loci1 {
    display: none;
}

.loc-wide {
    position: relative;
    margin-top: 4rem;
}

.loc-wide::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15vw;
    width: 100%;
    background-color: #D3CABE;
}

.loc-wide .location-row {
    position: relative;
    z-index: 1;
}

.loc-wide.container-wide {
    padding: 0;
}

.loc-img-outer {
    display: none;
}

@media (min-width: 767px) {
    .location-container {
        position: relative;
    }

    .location-container .pin-spacer {
        z-index: 3;
    }

    .location-img-outer,
  .loc-img-outer,
  .loc-wide {
        position: relative;
        z-index: 2;
        pointer-events: none;
    }

    .location-content-outer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-bottom: 10vw;
        z-index: 3;
    }

    .location-row {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        max-width: 100%;
    }

    .location {
        padding-top: 10rem;
    }

    .location-col {
        position: relative;
        width: 50%;
    }

    .location-content {
        max-width: 43.5rem;
        padding-left: 2rem;
    }

    .location-content h2 br {
        display: none;
    }

    .loc-img-outer {
        display: block;
        position: relative;
        padding: 6vw 0;
    }

    .loc-img {
        display: flex;
        justify-content: flex-end;
    }

    .loc-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .loc-wide {
        margin: 0 auto;
    }

    .loc-wide img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .loc-wide::before {
        height: 10vw;
    }

    .loc-wide-img {
        max-width: 50vw;
    }
}

@media (min-width: 1024px) {
    .location-content h2 br {
        display: block;
    }

    .loc-img {
        display: block;
        margin-left: auto;
        width: 25vw;
        height: 44.5vw;
    }

    .loci1 {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 20vw;
    }
}

@media (min-width: 1365px) {
    .location-content {
        margin-left: auto;
    }
}

@media (min-width: 1650px) {
    .loc-img {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1920px) {
    .loci1 {
        width: 370px;
    }

    .loc-img {
        width: 460px;
        height: 820px;
    }

    .loc-wide-img {
        max-width: 960px;
    }
}

@media (max-width: 767.98px), (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .location-content {
        padding-top: 2.25rem;
    }

    .location-content .btn-group {
        justify-content: center;
    }
}

.rsd {
    margin-top: 3rem;
}

.rsd-item {
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 400px;
    margin-bottom: 1.25rem;
}

.rsd-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.rsdi-3 {
    margin-bottom: 0;
}

.rsd-item-h {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3.5rem 1.5rem;
    z-index: 2;
}

.rsd-item-heading {
    position: relative;
    font-size: 1.5rem;
    margin-top: 0;
    z-index: 2;
}

.rsd-item-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.625rem;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background: #DA8000;
    opacity: 1;
    transition: opacity 0.3s;
}

.rsd-btn {
    justify-content: center;
    margin-top: 2.5rem;
}

@media (max-width: 766.98px) {
    .residences .container {
        padding: 0;
    }

    .residences .rsd-header {
        padding: 0 1.5rem;
    }
}

@media (min-width: 767px) {
    .rsd {
        position: relative;
        height: 43vw;
        min-height: 700px;
        display: flex;
        overflow: hidden;
        margin-top: 4rem;
    }

    .rsd-1 .rsdi-1 .rsdi-layer {
        transform: translateY(-3rem);
    }

    .rsd-2 .rsdi-1 .rsdi-layer {
        transform: translateY(-1.5rem);
    }

    .rsd-2 .rsdi-2 .rsdi-layer {
        transform: translateY(-13rem);
    }

    .rsd-2 .rsdi-3 .rsdi-layer {
        transform: translateY(-5rem);
    }

    .rsd-3 .rsdi-1 .rsdi-layer {
        transform: translateY(0);
    }

    .rsd-3 .rsdi-2 .rsdi-layer {
        transform: translateY(-12rem);
    }

    .rsd-3 .rsdi-3 .rsdi-layer {
        transform: translateY(-3rem);
    }

    .rsdi-2 .rsdi-layer {
        transform: translateY(-12rem);
    }

    .rsd-item {
        position: static;
        height: 100%;
        width: 33.3%;
        margin-bottom: 0;
        transition: all 0.3s;
    }

    .rsd-item img {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .rsd-item.active .rsd-item-heading::after {
        opacity: 1;
    }

    .rsd-item.active img {
        opacity: 1;
        z-index: 1;
    }

    .rsd-item-heading::after {
        opacity: 0;
    }

    .rsdi-layer {
        position: absolute;
        left: 0;
        bottom: -12rem;
        width: 100%;
        height: 12rem;
        background-color: #D3CABE;
        transition: transform 0.3s;
    }

    .rsd-btn {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 33.3%;
        margin: 0 0 0 -16.65%;
        height: 12rem;
        align-items: flex-end;
        background-color: #D3CABE;
        z-index: 2;
    }

    .rsd-item-min {
        height: calc(100% - 12rem);
        overflow: hidden;
    }

    .rsd-hr {
        position: relative;
        height: 100%;
        width: 1rem;
        min-width: 1.25rem;
        background-color: #D3CABE;
        z-index: 2;
    }
}

@media (min-width: 1024px) {
    .rsd {
        margin-top: 5rem;
    }

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

    .rsd-header .section-heading {
        width: 100%;
        margin-bottom: 0;
    }

    .rsd-header .section-desc {
        width: 100%;
        max-width: 36rem;
    }

    .rsd-hr {
        width: 1.5rem;
        min-width: 1.5rem;
    }

    .rsd-item-heading {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {
    .rsd {
        margin-top: 6rem;
    }

    .rsd-header .section-desc {
        max-width: 40rem;
    }

    .rsd-hr {
        width: 2rem;
        min-width: 2rem;
    }
}

@media (min-width: 1440px) {
    .rsd-header .section-desc {
        max-width: 43.75rem;
    }

    .rsd {
        margin-top: 7rem;
    }
}

@media (min-width: 1920px) {
    .rsd {
        height: 826px;
    }
}

.team-row {
    max-width: 440px;
    margin: 0 auto;
}

.t-img-outer {
    display: none;
}

.t-img-outer .container {
    padding: 0;
}

.t-wide {
    margin-top: 4rem;
}

.t-img-outer .container {
    display: none;
}

@media (min-width: 767px) {
    .team-container {
        position: relative;
    }

    .team-container .pin-spacer {
        z-index: 3;
    }

    .team-img-outer,
  .t-img-outer,
  .t-wide {
        position: relative;
        z-index: 2;
        pointer-events: none;
    }

    .team-content-outer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-bottom: 10vw;
        z-index: 3;
    }

    .team-row {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        max-width: inherit;
    }

    .team-col {
        position: relative;
        width: 50%;
    }

    .team-offset-col {
        margin-left: 50%;
    }

    .team-content {
        max-width: 43.5rem;
        padding-right: 2rem;
    }

    .team-content h2 br {
        display: none;
    }

    .t-img-outer {
        display: block;
        position: relative;
        padding: 6vw 0;
    }

    .team-btn {
        justify-content: flex-end;
    }

    .teami1 {
        display: block;
        max-width: 33.5vw;
        margin-left: auto;
    }

    .t-wide {
        margin: 0 auto;
    }

    .t-wide.container-wide {
        padding: 0;
    }

    .t-wide img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .teami4 {
        max-width: 50vw;
    }
}

@media (min-width: 1024px) {
    .t-img-outer .container {
        display: block;
    }

    .team-content h2 br {
        display: block;
    }

    .teami1 {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        max-width: 23.45vw;
    }

    .teami2 {
        display: block;
        max-width: 18.25vw;
        margin-top: 17vw;
    }

    .teami3 {
        display: block;
        max-width: 19.25vw;
        margin-top: -5.5vw;
        margin-right: 4vw;
        margin-left: auto;
    }
}

@media (min-width: 1820px) {
    .teami3 {
        margin-right: 1vw;
    }
}

@media (min-width: 1921px) {
    .teami1 {
        max-width: 450px;
    }

    .teami2 {
        max-width: 350px;
        margin-top: 300px;
    }

    .teami3 {
        max-width: 370px;
        margin-top: -100px;
        margin-right: 1rem;
    }

    .teami4 {
        max-width: 960px;
    }
}

@media (max-width: 767.98px), (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .team-content {
        padding-top: 2.25rem;
    }

    .team-content .btn-group {
        justify-content: center;
    }
}
