    .hero-image {
        background: #86c8b6;
        width: 100%;
        height: 100vh;
        position: relative;
        padding-top: 75px;
    }
    
    hr.black {
        border-color: #000;
    }
    
    .hero-image-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        position: relative;
    }
    
    .hero-image-container video {
        width: 100%;
    }
    
    .logo-part {
        position: absolute;
        z-index: 10;
        bottom: -3px;
        width: 80%;
        left: 10%;
        text-align: center;
    }
    
    .home-title {
        position: absolute;
        width: 100%;
        z-index: 150;
        top: 35%;
        text-align: center;
    }
    
    @media only screen and (min-width: 1260px) and (max-height: 600px) {
        .home-title {
            top: 28%;
        }
    }
    
    .simple-title {
        background: #86c8b6;
        width: 100%;
        position: relative;
    }
    
    .simple-title .home-title {
        position: inherit;
        top: auto;
        padding: 60px 0 70px 0;
        color: #000;
    }
    
    .simple-title .home-title h1 {
        color: #000;
        margin: 0;
        font-family: "PPWoodland-Ultralight";
    }
    
    @media only screen and (max-width: 992px) {
        .simple-title {
            background: transparent;
            padding-right: 20px;
            padding-top: 0;
        }
        .simple-title .home-title {
            border-bottom: 1px solid #000;
            text-align: left;
            padding-top: 15px;
        }
        .simple-title .home-title h1 {
            padding-left: 20px;
            text-transform: uppercase;
            font-family: "PPWoodland-Regular";
        }
    }
    
    .border-svg-map {
        height: 1px;
        background: #000;
        width: calc(100% - 20px);
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .home-animation-title {
        opacity: 0;
        -webkit-animation: 2s ease 0s normal forwards 1 fadein;
        animation: 2s ease 0s normal forwards 1 fadein;
    }
    
    @keyframes fadein {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .home-title h2 {
        font-family: "PPWoodland-Ultralight";
        color: #fff;
        margin-bottom: 60px;
    }
    
    .home-title .btn-bordered {
        border: 0 none;
    }
    
    @media only screen and (max-width: 992px) {
        .hero-image {
            padding: 0;
            background: transparent;
        }
        .logo-part {
            bottom: auto;
            top: 45%;
            width: 90%;
            left: 5%;
        }
        .hero-image-container {
            height: 100%;
        }
        .hero-image-container video {
            width: auto;
            height: 100%;
        }
        .home-title {
            top: 30%;
        }
        .home-title h2 {
            font-size: 2.5rem;
            line-height: 3rem;
        }
    }
    
    @media only screen and (max-width: 667px) {
        .home-title h2 {
            margin-bottom: 35vh;
        }
    }
    
    @media only screen and (max-width: 992px) and (orientation: landscape) {
        .hero-image {
            min-height: 100vh;
            min-height: -webkit-fill-available;
            height: auto;
        }
        .logo-part {
            top: auto;
            bottom: 0;
        }
        .home-title {
            top: 25%;
        }
        .hero-image-container video {
            width: 100%;
            height: auto;
        }
        .home-title h2 {
            margin-bottom: 30px;
        }
    }
    
    .logo-green {
        bottom: 58px;
    }
    
    .footer-logos {
        height: 100%;
        align-items: center;
    }
    
    .container-section-title {
        border-bottom: 1px solid #000;
        font-family: 'LexendPeta-Regular', sans-serif;
        font-size: 1.25rem;
        padding-bottom: 35px;
        letter-spacing: 2.25px;
        text-transform: uppercase;
        margin-bottom: 65px;
        position: relative;
    }
    
    .container-section-subtitle {
        font-size: 10px;
        letter-spacing: 0.67px;
        font-family: 'CharlevoixPro-Regular', sans-serif;
        position: absolute;
        right: 0;
    }
    
    @media only screen and (max-width: 992px) {
        .container-section-title {
            margin-bottom: 40px;
            padding-bottom: 30px;
            font-size: 0.875rem;
        }
        .footer-logos img {
            margin-bottom: 50px;
        }
        .container-section-subtitle {
            font-size: 10px;
            right: auto;
            left: 0;
            top: 70px;
            padding-right: 20px;
        }
    }
    
    .bg-green-1 {
        background: #7fd3b5;
        position: relative;
    }
    
    .bg-green-2 {
        background: #a3d4a9;
    }
    
    .bg-green-3 {
        background: #7aa488;
    }
    
    .bg-green-4 {
        background: #aab48e;
    }
    
    .bg-green-5 {
        background: #86c8b6;
    }
    
    .pos-top-right {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    @media only screen and (max-width: 992px) {
        .pos-top-right {
            position: relative;
            margin-top: 50px;
            margin-left: 20px;
            width: 80%;
        }
    }
    
    .font-lexend {
        font-family: 'LexendPeta-Regular', sans-serif;
    }
    
    .bg-tree {
        background-image: url(../img/tree.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    @media only screen and (max-width: 992px) {
        .mobile-flex-reverse {
            display: flex;
            flex-direction: column-reverse;
        }
        .brochure {
            text-align: center !important;
            margin: 50px 0;
        }
        .add-margin {
            margin-left: 0;
            margin-right: 0;
        }
        .add-padding {
            padding-left: 20px;
            padding-right: 20px;
        }
        .add-margin-left {
            margin-left: 20px;
        }
        .add-margin-right {
            margin-right: 20px;
        }
        .bg-green-3-mobile {
            background: #7aa488;
        }
        .remove-padding-top {
            padding-top: 0;
        }
        .bg-tree {
            background-size: 50%;
            padding-bottom: 100px;
            padding-right: 30%;
            background-position: calc(100% - 20px) bottom;
        }
        .bg-green-5-mobile {
            background: #86c8b6;
        }
        .bg-green-6-mobile {
            background: #d3ddb1;
        }
    }
    
    .floorplan-title {
        font-size: 20px;
        font-family: "LexendPeta-Regular", sans-serif;
        font-weight: 400;
        letter-spacing: 2.25px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    
    .floorplan-text {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 35px;
        letter-spacing: 2.25px;
    }
    
    @media only screen and (max-width: 992px) {
        .floorplan-title {
            letter-spacing: 1px;
        }
    }
    
    .list-box__info {
        margin-left: auto;
        margin-right: auto;
    }
    
    @media only screen and (min-width: 992px) {
        .lg-paddings {
            padding-left: 6vw !important;
            padding-right: 6vw !important;
        }
        .background-mid {
            background: linear-gradient(90deg, #86c8b6 60%, #ffffff 40%);
            padding: 100px 0 0 0;
        }
        .background-full {
            background: #86c8b6;
            padding: 50px 0;
        }
        .background-mid-reverse {
            background: linear-gradient(90deg, #ffffff 50%, #86c8b6 50%);
        }
    }
    
    @media only screen and (min-width: 1210px) {
        .lg-paddings {
            padding-left: 6.5vw !important;
            padding-right: 6.5vw !important;
        }
    }
    
    .quote-author {
        display: inline-block;
    }
    
    @media only screen and (max-width: 992px) {
        .vision-style {
            height: auto;
        }
        .max-h-vision {
            max-height: auto;
            display: none;
        }
        .vision-wrapper {
            padding: 60px 0 0px 0;
        }
        .mb-mobile-0 {
            margin-bottom: 0;
        }
    }
    
    @media only screen and (min-width: 993px) and (max-width: 1200px) {
        .vision-style {
            height: 100%;
        }
        .max-h-vision {
            max-height: 450px;
            display: block;
        }
    }
    
    @media only screen and (min-width: 1201px) and (max-width: 1599px) {
        .vision-style {
            height: 100%;
        }
        .max-h-vision {
            max-height: 500px;
            display: block;
        }
    }
    
    @media only screen and (min-width: 1600px) {
        .vision-style {
            height: 100%;
        }
        .max-h-vision {
            max-height: 550px;
            display: block;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 768px) {
        .container-medium {
            max-width: 540px;
            margin-right: auto !important;
            margin-left: auto !important;
        }
    }
    
    .home-animation-logo {
        left: 100%;
    }
    
    .home-animation-img {
        position: absolute;
        left: -100%;
    }
    
    .home-animation-menu {
        position: relative;
        right: -130%;
    }
    
    .home-animation-menu-mobile {
        position: relative;
        right: -30%;
    }
    
    .residence-datas,
    .residence-colors {
        display: none;
    }
    
    .residence-item {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .residence-item .item-data {
        display: table-cell;
        border-bottom: 1px solid black;
        padding: 16px 8px 19px 8px;
        vertical-align: middle;
        text-align: center;
    }
    
    .header-data {
        border-top: 3px solid black;
        border-bottom: 3px solid black;
        padding: 15px 0 10px 0;
        text-transform: uppercase;
        font-family: 'LexendPeta-Regular', sans-serif;
        font-size: 0.875rem;
    }
    
    @media only screen and (min-width: 993px) and (max-width: 1200px) {
        .header-data {
            font-size: 12px;
        }
    }
    
    .header-data .item-data {
        vertical-align: top;
        vertical-align: top;
        border: 0 none;
    }
    
    .residence-item .item-data:first-child {
        text-align: left;
        text-transform: uppercase;
        padding-left: 10px;
    }
    /*.residence-item .cell-21 {
  text-align: left;
}*/
    
    .item-unit {
        font-family: "CharlevoixPro-Bold", sans-serif;
        display: inline-block;
        width: 40px;
    }
    
    .download-plan {
        display: inline-block;
        width: 20px;
        height: 23px;
        background-image: url(../img/icons/download.png);
    }
    
    .color-status {
        width: 17px;
        height: 17px;
        display: inline-block;
        position: relative;
        top: 3px;
    }
    
    .color-Available {
        background-color: #9fbf6f;
    }
    
    .color-Reserved {
        background-color: #dbbba3;
    }
    
    .color-Sold {
        background-color: #2b5dcc;
    }
    
    .residence-infos {
        border-bottom: 1px solid black;
    }
    
    .residence-colors {
        display: none;
    }
    
    .residence-colors .color-status {
        margin-right: 12px;
    }
    
    @media only screen and (max-width: 992px) {
        .header-data,
        .residence-item .cell-4,
        .residence-item .cell-6,
        .residence-item .cell-9,
        .residence-item .cell-13,
        .residence-item .cell-16,
        .residence-item .cell-23,
        .residence-item .cell-24 {
            display: none;
        }
    }
    
    .residence-subtitle {
        color: #000000;
        font-family: 'LexendPeta-Regular', sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 30px;
        text-transform: uppercase;
    }
    
    .text-status {
        display: none;
    }
    
    @media only screen and (max-width: 992px) {
        .residence-subtitle {
            font-size: 0.875rem;
            line-height: 20px;
        }
        .residence-parent h2 {
            font-size: 2.5rem;
            line-height: normal;
        }
        .residence-datas {
            font-size: 0.8125rem;
        }
        .download-plan {
            width: 15px;
            height: 16px;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .residence-item .item-data {
            padding: 10px 0px 11px 0px;
        }
        .item-unit {
            width: 30px;
        }
        .residence-item .cell-21 {
            text-align: center;
        }
        .item-data .color-status {
            top: 0;
        }
        .item-data.cell-5,
        .item-data.cell-21,
        .item-data.cell-22 {
            width: 10vw;
        }
        .residence-colors {
            font-size: 0.625rem;
        }
        .residence-item .item-data:first-child {
            padding-left: 0;
        }
    }
    
    .js-get-csv {
        width: 180px;
        text-align: center;
    }
    
    .js-get-csv.active {
        background-color: #000;
        color: #fff;
    }
    
    .residence-item-mobile {
        font-size: 0.875rem;
        padding-top: 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid black;
        display: none;
    }
    
    .mobile-item {
        margin-bottom: 3px;
    }
    
    .last-mobile-item {
        margin-top: 35px;
    }
    
    .last-mobile-item a {
        color: black;
        text-decoration: underline;
    }
    
    input.error {
        border: 1px solid #c20202;
    }
    
    .error,
    select.error+.nice-select {
        color: #c20202;
    }
    
    polygon,
    path {
        pointer-events: visible;
    }
    
    .residence {
        transition: all 0.5s ease;
    }
    
    .residence:hover {
        fill-opacity: 0;
        cursor: pointer;
    }
    
    .forest:hover {
        fill: #0B6423;
    }
    
    .lime:hover {
        fill: #98FB98;
    }
    
    .mint:hover {
        fill: #C7EA46;
    }
    
    .jade:hover {
        fill: #00A86B;
    }
    
    .olive:hover {
        fill: #718339 !important;
    }
    
    .emerald:hover {
        fill: #50dc64 !important;
    }
    
    .pine:hover {
        fill: #01796f !important;
    }
    
    .svg-map {
        position: relative;
    }
    
    .svg-map svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .tooltip-map {
        text-transform: uppercase;
        color: white;
        background: #000;
        padding: 8px 18px;
        font-family: 'LexendPeta-Regular', sans-serif;
        font-size: 0.625rem;
        display: inline-block;
        position: absolute;
        z-index: 10;
        display: none;
    }
    
    .svg-title h3 {
        font-family: 'LexendPeta-Regular', sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        letter-spacing: 3.75px;
        line-height: 30px;
        text-transform: uppercase;
    }
    
    @media only screen and (max-width: 992px) {
        .svg-title h3,
        .svg-title h2 {
            font-family: 'LexendPeta-Regular', sans-serif;
            font-size: 0.875rem;
            text-transform: uppercase;
            margin: 0;
        }
    }
    
    @media only screen and (min-width: 993px) {
        .svg-map-item .svg-map {
            position: absolute;
            bottom: 0;
        }
        .svg-map-item {
            height: 483px;
        }
    }
    
    @media only screen and (min-width: 1400px) {
        .svg-map-item {
            height: 634px;
        }
    }
    
    .unmute-video {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 100;
        top: 50px;
        left: 50px;
        cursor: pointer;
    }
    /*fred changes*/
    
    .reserved {
        fill: #FFF!important;
    }
    
    .sold {
        fill: #FFF!important;
    }
    
    @media only screen and (max-width: 576px) {
        #price-contact-modal .modal-dialog {
            height: 100vh;
            width: 100vw;
            margin: 0;
            max-width: 100vw;
        }
        #price-contact-modal .modal-dialog .modal-content {
            height: 100%;
        }
    }
    
    [data-toggle] {
        cursor: pointer;
    }